2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
82856980
SW
12010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2
3 PR c++/7935:
4 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5
1a334831
TT
62010-02-04 Tom Tromey <tromey@redhat.com>
7
8 * gdb.cp/virtbase.exp: Make test case names unique.
9
9c3c02fd
TT
102010-02-02 Tom Tromey <tromey@redhat.com>
11
12 * gdb.cp/virtbase.exp: Add regression tests.
13 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14 (main): Instantiate RHC.
15
0cc2414c
TT
162010-02-02 Tom Tromey <tromey@redhat.com>
17
18 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
19 type-printing change.
20
edf3d5f3
TT
212010-02-02 Tom Tromey <tromey@redhat.com>
22
23 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
24 * gdb.cp/virtbase.cc: New file.
25 * gdb.cp/virtbase.exp: New file.
26 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
27
e4b7f41c
JK
282010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 PR libc/11214:
31 * gdb.threads/current-lwp-dead.c: Include features.h.
32 (HAS_NOMMU): New.
33 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
34
b381ea14
JK
352010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * gdb.base/symbol-without-target_section.exp,
38 gdb.base/symbol-without-target_section.c: New.
39
c593ac0e
DJ
402010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
41
42 * gdb.base/bigcore.exp: Reset increased timeout.
43 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
44
db25f29d
DJ
452010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
46
47 * gdb.base/gcore.exp (capture_command_output): Use
48 gdb_test_multiple.
49
f9d67f43
DJ
502010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
51
52 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
53 * gdb.arch/thumb2-it.exp (test_it_break): New function.
54 (Top level): Call it.
55
177321bd
DJ
562010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
57
58 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
59
97f2ed50
DJ
602010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
61
62 * gdb.base/call-strs.exp, gdb.base/default.exp,
63 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
64 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
65 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
66 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
67 gdb.base/watchpoint-solib.exp: Save and restore timeout.
68 * gdb.base/ending-run.exp: Correct restore of timeout.
69 * gdb.base/page.exp: Remove unnecessary timeout setting.
70
e4e2711a
JB
712010-01-29 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.ada/rec_return: New testcase.
74
ba581dc1
JB
752010-01-29 Joel Brobecker <brobecker@adacore.com>
76
77 * gdb.ada/call_pn: New testcase.
78
4ea95be9
DJ
792010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
80
81 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
82 (Top level): Use it to resume.
83 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
84 the Thumb mode displaced stepping error as unsupported.
85
df83a9bf
SW
862010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
87
88 * gdb.cp/nsusing.exp: Added more tests.
89 * gdb.cp/nsrecurs.exp: Ditto.
90 * gdb.cp/nsusing.cc: Added test functions.
91 * gdb.cp/nsrecurs.cc: Ditto.
92
40b27cdc
JK
932010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
94
95 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
96 absolute directory pathnames in gdb.sum file.
97
de958931
SW
982010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
99
100 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
101 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
102
708ead4e
TT
1032010-01-26 Tom Tromey <tromey@redhat.com>
104
105 PR exp/7643:
106 * gdb.base/printcmds.exp (test_print_string_constants): Remove
107 setup_kfail.
108
b14e635e
SW
1092010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
110
111 * gdb.cp/nsrecurs.exp: New test.
112 * gdb.cp/nsrecurs.cc: New test program.
113 * gdb.cp/nsstress.exp: New test.
114 * gdb.cp/nsstress.cc: New test program.
115 * gdb.cp/nsdecl.exp: New test.
116 * gdb.cp/nsdecl.cc: New test program.
117
8540c487
SW
1182010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
119
120 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
121 imported into file scope.
122 Marked test as xfail.
123 * gdb.cp/namespace-using.cc (marker5): New function.
124 * gdb.cp/shadow.exp: New test.
125 * gdb.cp/shadow.cc: New test program.
126 * gdb.cp/nsimport.exp: New test.
127 * gdb.cp/nsimport.cc: New test program.
128
421d5d99
TT
1292010-01-25 Tom Tromey <tromey@redhat.com>
130
131 PR gdb/11049:
132 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
133 with "set print null-stop on".
134
691f8dc1
JK
1352010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
136
137 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
138 Adjust it for DISASSEMBLY_OMIT_FNAME.
139
0b92b5bb
TT
1402010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 PR symtab/11199:
143 * gdb.dwarf2/member-ptr-forwardref.exp,
144 gdb.dwarf2/member-ptr-forwardref.S: New.
145
23787403
JK
1462010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
149 (thread1_func): Protect thread1_tid with thread1_tid_cond by
150 thread1_tid_mutex. Remove gdbstop_mutex handling.
151 (thread2_func): Protect thread2_tid with thread2_tid_cond by
152 thread2_tid_mutex. Remove gdbstop_mutex handling.
153 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
154 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
155 pthread_cond_wait conditionalizations by while loops.
156
b966cb8a
TT
1572010-01-20 Tom Tromey <tromey@redhat.com>
158
159 PR backtrace/10770:
160 * gdb.dwarf2/pr10770.exp: New file.
161 * gdb.dwarf2/pr10770.c: New file.
162 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
163
fcae584b
VP
1642010-01-20 Vladimir Prus <vladimir@codesourcery.com>
165
166 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
167 that target was removed, and the test always runs native anyway.
168
a0f49112
JK
1692010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
172 gdb.base/watchpoint-cond-gone-stripped.c: New.
173
ceeb3d5a
TT
1742010-01-19 Tom Tromey <tromey@redhat.com>
175
176 PR c++/8000:
177 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
178 existing tests.
179 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
180 (main): Use AAA::SomeEnum.
181
dd322c54
JK
1822010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
185 (test_ignore_count): Declare line_callme_body global.
186 (run to breakpoint with ignore count): Use line_callme_body.
187 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
188 (set line_main_hello, set line_main_return): Reindent.
189 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
190 New.
191 (continue to callee4): Use line_callee4_body.
192 (check *stopped from CLI command): Use line_callee4_next.
193 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
194 (set line_main_hello, set line_main_return): Reindent.
195 (set line_callee4_head, set line_callee4_body): New.
196 (continue to callee4): Use line_callee4_body.
197
4e8f195d
TT
1982010-01-18 Tom Tromey <tromey@redhat.com>
199
200 PR c++/9680:
201 * gdb.cp/casts.cc: Add new classes and variables.
202 * gdb.cp/casts.exp: Test new operators.
203
9e14a9ba
JB
2042010-01-18 Tom Tromey <tromey@redhat.com>
205 Thiago Jung Bauermann <bauerman@br.ibm.com>
206
207 * gdb.python/source2.py: New file.
208 * gdb.python/source1: New file.
209 * gdb.python/python.exp: Test "source" command.
210
00bf0b85
SS
2112010-01-15 Stan Shebs <stan@codesourcery.com>
212
213 * gdb.trace/tfile.c: New file.
214 * gdb.trace/tfile.exp: New file.
215
55235ad7
JK
2162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
219
9f2982ff
JK
2202010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
223
bbfba9ed
JK
2242010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
227 (libfunc): New parameter action. Implement also selectable "sleep".
228 * gdb.base/break-interp-main.c: Include assert.h.
229 (libfunc): New parameter action.
230 (main): New parameters argc and argv. Assert argc. Pass argv.
231 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
232 (test_attach): New proc.
233 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
234 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
235
61f0d762
JK
2362010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 * gdb.base/break-interp.exp (test_core): New proc.
239 (test_ld): Call it.
240
06a6f270
JK
2412010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
242
243 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
244 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
245 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
246 and gdb_compile_shlib. Use new -Wl compiler options.
247 (dl bt, main bt): New tests.
248
51bee8e9
JK
2492010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
250
251 Support PIEs with no symfile_objfile.
252 * gdb.base/break-interp.exp: New argument at the test_ld calls.
253 (test_ld): New parameter trynosym.
254 (test_ld <$trynosym>): New block.
255
b8040f19
JK
2562010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 * gdb.base/break-interp.exp: New file.
259
be759fcf
PM
2602010-01-13 Phil Muldoon <pmuldoon@redhat.com>
261
262 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
263 * gdb.python/py-prettyprint.py (pp_ls): New printer.
264 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
265 test.
266 * gdb.python/py-prettyprint.c: Define lazystring test structure.
267 * gdb.python/py-mi.exp: Add lazy string test.
268
dc146f7c
VP
2692010-01-13 Vladimir Prus <vladimir@codesourcery.com>
270
271 * lib/mi-support.exp (mi_check_thread_states): Handle
272 core number in thread listing.
273
b4ba55a1
JB
2742010-01-12 Joel Brobecker <brobecker@adacore.com>
275
276 * gdb.base/maint.exp: Adjust the expected output for the
277 "maint print type" test. Use gdb_test_multiple instead of
278 gdb_sent/gdb_expect.
279
08e24bd4
DE
2802010-01-11 Doug Evans <dje@google.com>
281
6496a609
DE
282 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
283 from gdbserver_download. All callers updated.
284
08e24bd4
DE
285 * gdb.server/ext-run.exp: "info os processes" requires xml support.
286
b5cfddf5
JK
2872010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 Implement binary numbers parsing.
290 * gdb.base/printcmds.exp (test_integer_literals_accepted)
291 (test_integer_literals_rejected): New binary tests.
292
3725885a
RW
2932010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
294
295 * gdb.cell/configure: Regenerate.
296
37aeb5df
JK
2972010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
298
299 * gdb.base/corefile.exp: Move the core finding block out and call it as
300 core_find, new variable $corefile, replace corefile by $corefile and
301 [file tail $corefile] for usage vs. test names resp.
302 * lib/gdb.exp (core_find): Move it as a new function here. New
303 parameter binfile and deletefiles. New variable $destcore. Pre-delete
304 $destcore. Return "" on error.
305
d521f563
JK
3062010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 Workaround PR binutils/10802.
309 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
310 (twice).
311
28f24826
DJ
3122010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
313
314 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
315
2de75e71
JB
3162010-01-08 Joel Brobecker <brobecker@adacore.com>
317
318 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
319 call, to avoid interruption.
320
fe00719b 3212010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
322
323 * gdb.stabs/weird.def (args93): New.
324
d0ef5df8
DE
3252010-01-07 Doug Evans <dje@google.com>
326
327 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
328
3a08d52f
TT
3292010-01-07 Tom Tromey <tromey@redhat.com>
330
331 * gdb.base/source.exp: Use correct line number.
332
7a697b8d
SS
3332010-01-05 Stan Shebs <stan@codesourcery.com>
334
335 * gdb.trace/tracecmd.exp: Test ftrace.
336
7803799a
UW
3372010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
338
339 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
340
c54eabfa
JK
3412010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
342
343 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
344 "uint_for_mi_testing".
345
02e7ef19
JB
3462010-01-01 Joel Brobecker <brobecker@adacore.com>
347
348 Test indented comment in file being sourced.
349 * gdb.base/commands.exp: Test indented comment in file being sourced.
350
abd775ce
JB
3512010-01-01 Joel Brobecker <brobecker@adacore.com>
352
353 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
354 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
355 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
356 notice.
357
79b55b82
JB
3582010-01-01 Joel Brobecker <brobecker@adacore.com>
359
360 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
361 notice.
362
8997583e
JK
3632010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
366 missing $after_stopped and comma (,) expectation.
367
6da95a67
SS
3682009-12-31 Stan Shebs <stan@codesourcery.com>
369
370 * gdb.trace/actions.exp: Test teval action.
371
218d2fc6
TJB
3722009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
373
374 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
375 (top level): Call test_watchpoint_in_big_blob.
376 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
377 watchpoints.
378 (func3): Write to buf.
379
236f1d4d
SS
3802009-12-29 Stan Shebs <stan@codesourcery.com>
381
382 * gdb.trace/actions.exp: Test default-collect.
383
f61e138d
SS
3842009-12-28 Stan Shebs <stan@codesourcery.com>
385
386 * gdb.trace/tsv.exp: New file.
387 * gdb.base/completion.exp: Update ambiguous info output.
388
0219b378
DJ
3892009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
390
391 * gdb.base/find.c (main): Reference search buffers.
392 * gdb.base/included.c (main): Reference integer.
393 * gdb.base/ptype.c (charfoo): Declare.
394 (intfoo): Call charfoo.
395 * gdb.base/scope0.c (useitp): New function.
396 (usestatics): Use useitp.
397 (useit): Add a type for val.
398 * gdb.base/scope1.c (useit1): Take a pointer argument.
399 (usestatics1): Update calls to useit1.
400 * gdb.cp/call-c.cc: Declare foo.
401 (main): Call foo.
402 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
403 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
404 (main): Call C::ensureRefs and ensureOtherRefs.
405 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
406 variables.
407 (ensureOtherRefs): New function.
408 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
409 * gdb.cp/templates.cc (main): Call t5i.value.
410
3f78692f
JK
4112009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 Fix compatibility with G++-4.5.
414 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
415 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
416 (uncaught return): Remove.
417
429374b8
JK
4182009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
419 Phil Muldoon <pmuldoon@redhat.com>
420
421 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
422 (bp_location13, bp_location14, bp_location17, bp_location18)
423 (marker3_proto, marker4_proto): New variables.
424 (breakpoint info): Update output.
425 (run until breakpoint at marker3, run until breakpoint at marker4): New
426 tests.
427
859825b8
JK
4282009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
431 Replace the printf call of Y by provided "y-set-1" label. New block
432 for the second shared library.
433 * gdb.base/unload.exp: Compile also the second library, call
434 gdb_load_shlibs also for it. Use now gdb_breakpoint.
435 (single pending breakpoint info): Rename to ...
436 (pending breakpoint info before run): ... this extended test.
437 (libfile2, libname2, libsrcfile2, libsrc2)
438 (lib_sl2): New variables.
439 (exec_opts): Set also SHLIB_NAME2.
440 (pending breakpoint info on first run at shrfunc1)
441 (pending breakpoint info on second run at shrfunc1)
442 (pending breakpoint info on second run at shrfunc2)
443 (print y from libfile, print y from libfile2): New tests.
444 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
445 * gdb.base/unloadshr2.c: New.
446
e6a386cd
HZ
4472009-12-22 Hui Zhu <teawater@gmail.com>
448
449 * gdb.reverse/sigall-reverse.exp: Adjust.
450
9e19b45e
VP
4512009-12-21 Vladimir Prus <vladimir@codesourcery.com>
452
453 PR gdb/10884
454
455 * gdb.mi/var-cmd.c (do_bitfield_tests): New
456 (main): Call do_bitfield_tests.
aacf5b1e 457 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 458
d53a7b30
JB
4592009-12-20 Joel Brobecker <brobecker@adacore.com>
460
461 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
462 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
463 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
464 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
465 gdb.modula2/unbounded1.c: Update copyright header.
466
191ca0a1
CM
4672009-12-10 Chris Moller <moller@mollerware.com>
468
469 PR gdb/9399
470 * gdb.cp/virtfunc2.exp: New tests
471 * gdb.cp/virtfunc2.cc: New tests
472 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
473
0fa6cf1b
MS
4742009-12-10 Oza Pawandeep (paawan1982@yahoo.com
475
476 * gdb.reverse/i387-env-reverse.c: New file.
477 * gdb.reverse/i387-env-reverse.exp: New file.
478 * gdb.reverse/i387-stack-reverse.c: New file.
479 * gdb.reverse/i387-stack-reverse.exp: New file.
480
361ae042
PM
4812009-12-08 Phil Muldoon <pmuldoon@redhat.com>
482
483 * gdb.python/py-type.exp (test_range): New test.
484
bfd31e71
PM
4852009-12-03 Phil Muldoon <pmuldoon@redhat.com>
486
487 PR python/10805
488
489 * gdb.python/py-type.exp: New file.
490 * gdb.python/py-type.c: New file.
491 * Makefile.in: Add py-type.
492
57a1d736
TT
4932009-12-03 Tom Tromey <tromey@redhat.com>
494
495 * gdb.python/py-value.exp (test_parse_and_eval): New
496 function.
497
1f3b5d1b
PP
4982009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
499
500 PR gdb/11022
501
502 * gdb.base/pr11022.exp: New test.
503 * gdb.base/pr11022.c: New test.
504
8b7dbdc9
JK
5052009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 Fix spurious false FAILs.
508 * gdb.base/structs.c (chartest): New.
509 (main): Fill-in chartest.
510 * gdb.base/structs.exp (anychar_re, first): New.
511 (start_structs_test): Import global anychar_re and first.
512 New gdb_test call "set print elements 300; ${testfile}"
513 (start_structs_test <$first>): New block.
514 (any): Import global anychar_re. New variable ac. Use ${ac}.
515
6a53b2ec
JK
5162009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
517
518 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
519
d7167b4c
JK
5202009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
521
522 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
523 Force $srcfile file.
524 * gdb.base/foll-fork.c (callee): Comment out the printf call.
525
b1798462
UW
5262009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
527
528 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
529 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
530 * gdb.threads/watchthreads-reorder.exp: Likewise.
531
b6199126
DJ
5322009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
533
534 PR gdb/8704
535
536 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
537 "if", and "thread". Correct matching in the previous test.
538
b22a0510
DJ
5392009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
540
541 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
542
930636d2
MS
5432009-11-23 Michael Snyder <msnyder@vmware.com>
544
545 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
546 * gdb.reverse-watch-precsave.exp: Ditto.
547
21a0512e
PP
5482009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
549
550 * gdb.asm/asm-source.exp: Adjust.
551 * gdb.base/help.exp: Adjust.
552
fc30d5e0
PA
5532009-11-22 Pedro Alves <pedro@codesourcery.com>
554
555 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
556 (do_syscall_tests_without_xml): Set data-directory to
557 /the/path/to/nowhere.
558
f6bc2008
PA
5592009-11-21 Pedro Alves <pedro@codesourcery.com>
560
561 * gdb.threads/local-watch-wrong-thread.c,
562 gdb.threads/local-watch-wrong-thread.exp: New files.
563
8c2fb5de
PA
5642009-11-21 Pedro Alves <pedro@codesourcery.com>
565
566 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
567 assume new `regsub' syntax available.
568
ebec9a0f
PA
5692009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
570
a79d3c27
JK
571 * gdb.base/watchpoint-hw-hit-once.exp,
572 gdb.base/watchpoint-hw-hit-once.c: New.
573
5742009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
575
576 * gdb.threads/watchthreads-reorder.exp,
577 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 578
276a961b
MK
5792009-11-17 Nathan Sidwell <nathan@codesourcery.com>
580
581 * gdb.xml/tdesc-regs.exp: Use for m68k.
582
4867c1fb
PA
5832009-11-15 Pedro Alves <pedro@codesourcery.com>
584
585 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
586
f6838f81
DJ
5872009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
588
589 * lib/gdb.exp (current_target_name): New procedure.
590 (gdb_wrapper_target): New variable.
591 (gdb_wrapper_init): Set gdb_wrapper_target.
592 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
593 wrapper.
594
4ac4dd3f
DJ
5952009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
596
597 * gdb.base/remote.exp: Delete the slowest load test.
598 Do not load with fixed packet sizes.
599
a7881759
DJ
6002009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
601
602 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
603
97a5b505
DJ
6042009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
605
606 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
607 srcfile when setting a breakpoint.
608
d3e1fc54
DJ
6092009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
610
611 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
612 macros.
613
7cbcbded
DJ
6142009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
615
616 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
617 to be in memory.
618 * gdb.base/display.c (force_mem): New.
619 (do_loops): Use it. Add breakpoint comments.
620 (do_vars): Add a breakpoint comment.
621 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
622 line numbers.
623
bdea3a92
NF
6242009-11-13 Nathan Froyd <froydnj@codesourcery.com>
625
626 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
627 instead of a bare "run".
628
269f82e5
PP
6292009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
630
631 * gdb.python/py-prettyprint.exp: Adjust.
632
a69b7d9d
DJ
6332009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
634
635 * lib/cell.exp (skip_cell_tests): Clean up test files before
636 returning.
637
b598bfda
DJ
6382009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
639
640 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
641 and the breakpoint menu. Do not call perror if a prompt is seen.
642 Consume the following GDB prompt.
643 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
644 * gdb.cp/namespace.exp: Use gdb_test.
645 * gdb.cp/templates.exp: Use gdb_test.
646 (test_template_breakpoints): Use gdb_test_multiple.
647
87728fa0
DJ
6482009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
649
650 * gdb.base/break1.c (struct some_struct, values): Move earlier.
651 (marker4): Reference values.
652
b67c692f
DJ
6532009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
654
655 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
656 is missing.
657
f0df251a
DJ
6582009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
659
660 * gdb.base/break.c (need_malloc): New.
661 * gdb.base/constvars.c (main): Reference crass and crisp.
662 * gdb.base/gdb1821.c (main): Reference bar.
663 * gdb.cp/gdb1355.cc (main): Reference s1.
664 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
665 (main): Call them.
666 * gdb.cp/hang2.cc (dummy2): Define.
667 * gdb.cp/hang3.cc (dummy3): Define.
668 * gdb.cp/m-data.cc (main): Reference shadow.
669
bdf7534a
NF
6702009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
671 Nathan Froyd <froydnj@codesourcery.com>
672
673 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
674 remote host.
675
f24fce77
NF
6762009-11-12 Nathan Froyd <froydnj@codesourcery.com>
677
678 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
679 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
680 * gdb.dwarf2/dw2-compressed.exp: Likewise.
681 * gdb.dwarf2/dw2-intercu.exp: Likewise.
682 * gdb.dwarf2/dw2-intermix.exp: Likewise.
683 * gdb.dwarf2/dw2-producer.exp: Likewise.
684 * gdb.dwarf2/mac-fileno.exp: Likewise.
685 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
686 py-prettyprint.py to the remote host.
687 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
688
40f0318e
KS
6892009-11-11 Keith Seitz <keiths@redhat.com>
690
691 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
692 use it instead of "Foo".
693 * gdb.cp/classes.exp (do_tests): Add a test to access
694 a method through a typedef'd class name.
695
f3d9f7fb
NF
6962009-11-11 Nathan Froyd <froydnj@codesourcery.com>
697
698 * gdb.base/long_long.exp: Permit leading zeros on floating-point
699 exponents.
700 * gdb.base/pointers.exp: Likewise.
701 * gdb.cp/ref-types.exp: Likewise.
702
a4216f37
KS
7032009-11-11 Keith Seitz <keiths@redhat.com>
704
705 * gdb.cp/cplusfuncs.cc (class foo): Add operators
706 new[] and delete[].
707 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
708 "void".
709 (probe_demangler): Remove all single-quoting of
710 method and variable names.
711 (info_func_regexp): Remove the word "void" from any
712 occurrence of "(void)".
713 (print_addr_2): Remove all single-quoting of
714 method names.
715 (print_addr_2_kfail): Likewise.
716 (print_addr): Single-quote C function names before
717 passing to print_addr_2.
718 (test_paddr_operator_functions): Remove single-quoting
719 for method names.
720 Add tests for operator new[] and operator delete[].
721
9b14d7aa
JK
7222009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
723
724 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
725
85feb311
KS
7262009-11-09 Keith Seitz <keiths@redhat.com>
727
728 * gdb.cp/overload.exp: Add tests for resolving overloaded
729 methods in expression parsing/evaluation.
730
fa335448
DJ
7312009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
732
733 * lib/gdb.exp (default_gdb_version): Use --version instead of
734 --command.
735
ec3c07fc
NS
7362009-11-10 Nathan Sidwell <nathan@codesourcery.com>
737
738 * lib/gdb.exp (gdb_compile_test): New.
739 (skip_ada_tests, skip_java_tests): New.
740 (gdb_compile): Use gdb_compile_test for f77.
741 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
742 * lib/java.exp (compile_java_from_source): Remove runtests check,
743 use gdb_compile_test to record result.
744 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
745 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
746 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
747 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
748 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
749 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
750 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
751 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
752 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
753 adjust gdb_compile invocations.
754
b8b4e42b
JK
7552009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
756
757 * Makefile.in (abs_builddir): New.
758 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
759 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
760 `$(abs_builddir)/site.exp'.
761
f8b7eaf3
DJ
7622009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
763
764 * config/m68k-emc.exp, lib/emc-support.exp,
765 gdb.trace/gdb_c_test.c: Delete.
766 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
767 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
768 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
769 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
770 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
771 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
772 casing for m68k-*-elf.
773
c4187697
NS
7742009-11-03 Pedro Alves <pedro@codesourcery.com>
775
776 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
777 * gdb.arch/i386-prologue.exp: Likewise.
778 * gdb.arch/i386-unwind.exp: Likewise.
779
db16b772
DJ
7802009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
781
782 * lib/gdb.exp (gdb_expect): Fix timeout typo.
783
bcf71277
DJ
7842009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
785
786 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
787
0105cee2
DJ
7882009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
789
790 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
791
24ddea62
JK
7922009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
795
287ccc17
JK
7962009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
799 * gdb.base/sepdebug2.c: New file.
800
08bca259 8012009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
802
803 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
804 the modified warnings for catch syscall. Verify if GDB was compiled
805 with support for lib expat, and choose which tests to run depending
806 on this.
807
5d4e2b76
VP
8082009-10-30 Vladimir Prus <vladimir@codesourcery.com>
809
810 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
811 that composite commands are parsed OK. And also test
812 that breakpoint commands do work.
813
240e538a
MS
8142009-10-23 Michael Snyder <msnyder@vmware.com>
815
816 gdb.reverse/consecutive-precsave.exp: Change expect pattern
817 to allow for new disassembly style.
818
9c419145
PP
8192009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
820
821 * gdb.asm/asm-source.exp: Adjust.
822
02506ff1
MS
8232009-10-22 Michael Snyder <msnyder@vmware.com>
824
825 * gdb.reverse/break-precsave.exp: New test.
826 * gdb.reverse/consecutive-precsave.exp: Ditto.
827 * gdb.reverse/finish-precsave.exp: Ditto.
828 * gdb.reverse/i386-precsave.exp: Ditto.
829 * gdb.reverse/machinestate-precsave.exp: Ditto.
830 * gdb.reverse/sigall-precsave.exp: Ditto.
831 * gdb.reverse/solilb-precsave.exp: Ditto.
832 * gdb.reverse/step-precsave.exp: Ditto.
833 * gdb.reverse/until-precsave.exp: Ditto.
834 * gdb.reverse/watch-precsave.exp: Ditto.
835
4cf866a3
MS
8362009-10-22 Michael Snyder <msnyder@vmware.com>
837
838 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
839 for gdb_expect. Adjust one test's expect strings for the new
840 format of disassemble.
841 * gdb.reverse/finish-reverse.exp: Delete 'return'.
842 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
843 gdb_test_multiple.
844 * gdb.reverse/step-reverse.exp: Delete 'return'.
845 * gdb.reverse/until-reverse.exp: Delete blank lines.
846 * gdb.reverse/watch-reverse.exp: Delete blank lines.
847
2b28d209
PP
8482009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
849
850 * gdb.base/consecutive.exp: Adjust.
851 * gdb.base/display.exp: Likewise.
852 * gdb.base/pc-fp.exp: Likewise.
853 * gdb.base/sigbpt.exp: Likewise.
854
33b9c32b
MS
8552009-10-19 Michael Snyder <msnyder@vmware.com>
856
857 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
858 * gdb.reverse/finish-reverse.c: Ditto.
859 * gdb.reverse/sigall-reverse.c: Ditto.
860 * gdb.reverse/solib-reverse.c: Ditto.
861 * gdb.reverse/step-reverse.c: Ditto.
862 * gdb.reverse/watch-reverse.c: Ditto.
863
6c95b8df
PA
8642009-10-19 Pedro Alves <pedro@codesourcery.com>
865 Stan Shebs <stan@codesourcery.com>
866
867 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
868 * gdb.base/foll-exec.exp: Adjust to expect a process id before
869 "Executing new program".
870 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
871 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
872 left listed after having been killed.
873 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
874 * gdb.base/maint.exp: Adjust test.
875
876 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
877 * gdb.multi/Makefile.in: New.
878 * gdb.multi/base.exp: New.
879 * gdb.multi/goodbye.c: New.
880 * gdb.multi/hangout.c: New.
881 * gdb.multi/hello.c: New.
882 * gdb.multi/bkpt-multi-exec.c: New.
883 * gdb.multi/bkpt-multi-exec.exp: New.
884 * gdb.multi/crashme.c: New.
885
279017b7
TG
8862009-10-13 Tristan Gingold <gingold@adacore.com>
887
888 * gdb.base/sepdebug.exp: Check debug info are found.
889
0413d738
PA
8902009-10-08 Pedro Alves <pedro@codesourcery.com>
891
892 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
893 bits.
894
c628eecc
JK
8952009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
898
38af1bfe
JB
8992009-10-07 Joel Brobecker <brobecker@adacore.com>
900
901 * gdb.base/watchpoints.c: Add copyright header. Reformat one
902 of the comments.
903
2b0adecd
PM
9042009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
905
906 * gdb.base/annota1.exp: Remove obsolete match_max increase.
907 * gdb.base/annota3.exp: Idem.
908 * gdb.base/maint.exp: Idem.
909
8d417781
PM
9102009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
911
912 * lib/gdb.exp (default_gdb_init): Set current value of match_max
913 to default.
914
bb61102d
PM
9152009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
916
917 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
918 mingw and cygwin targets.
919
ace5c364
PM
9202009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
921 Pedro Alves <pedro@codesourcery.com>
922
923 * lib/gdb.exp (gdb_compile): Avoid adding
924 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
925
c2d494a0
PM
9262009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
927
e1b52ce2
PM
928 * gdb.base/shr1.c: Use %p in format string.
929 * gdb.base/unload.c: Avoid warning in fprintf.
930 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 931
209f53f5
PM
9322009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
933
934 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
935 long type.
936 (test_unlink): Correct printf string.
937 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
938 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
939
8172766a
JK
9402009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
943 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
944 * gdb.arch/ia64-breakpoint-shadow.S: New file.
945
0f73703c
UW
9462009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
947
948 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
949 * gdb.objc/nondebug.exp: Likewise.
950
b32306ca
UW
9512009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
952
953 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
954 target_info setting.
955
956 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
957 that detect new threads during "info threads".
958
0057022f
UW
9592009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
960
961 * gdb.threads/manythreads.c (main): Increase thread stack size
962 to 2*PTHREAD_STACK_MIN.
963 * gdb.threads/multi-create.c (main): Likewise.
964 (create_function): Likewise.
965
f29c0325
UW
9662009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
967
968 * gdb.base/dump.exp: Pass difference of pointer types instead
969 of integer types as offset to restore in intarr3.srec case.
970
fcb34849
UW
9712009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
972
973 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
974
d5142e3b
UW
9752009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
976
977 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
978
087b74b2
PM
9792009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
980
981 New test for two watchpoints, with disabling of
982 the first inserted.
983 * testsuite/gdb.base/watchpoints.c: New file.
984 * testsuite/gdb.base/watchpoints.exp: New file.
985
96c07c5b
TT
9862009-09-25 Tom Tromey <tromey@redhat.com>
987
988 * gdb.base/charset.exp: Test utf-16 strings with Python.
989
b8899f2b
TT
9902009-09-25 Tom Tromey <tromey@redhat.com>
991
992 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
993 UCS-4.
994 * gdb.base/charset.c (utf_32_string): Rename.
995 (init_utf32): Rename.
996 (main): Update.
997
329719ec
TT
9982009-09-22 Tom Tromey <tromey@redhat.com>
999
1000 * gdb.python/py-function.exp: Add regression tests.
1001
11ef0d76
KS
10022009-09-21 Keith Seitz <keiths@redhat.com>
1003
1004 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
1005 with invalid operator.
1006
3fe8f3b3
KS
10072009-09-21 Keith Seitz <keiths@redhat.com>
1008
1009 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
1010 and destructor using typedef name of class.
1011 * gdb.cp/classes.cc (class Base1): Add a destructor.
1012 (base1): New typedef.
1013 (use_methods): Instanitate an object of type base1.
1014 * gdb.cp/templates.exp (test_template_typedef): New procedure.
1015 (do_tests): Call test_template_typedef.
1016 * gdb.cp/templates.cc (Baz::~Baz): New method.
1017 (intBazOne): New typedef.
1018 (main): Instantiate intBazOne.
1019
7a9fe101
PM
10202009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1021
1022 PR python/10633
1023
1024 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
1025 Function.
1026 (run_lang_tests): Add print elements test.
1027
2e4d963f
PM
10282009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1029
1030 * gdb.python/py-value.exp (test_subscript_regression): New
1031 function. Test for invalid subscripts.
1032 * gdb.python/py-value.c (main): Add test array, and pointer to it.
1033 (ptr_ref): New function.
1034
ec7e75e7
PP
10352009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1036
1037 * gdb.base/default.exp: Fix "show convenience".
1038
0cc7d26f
TT
10392009-09-15 Tom Tromey <tromey@redhat.com>
1040
1041 * lib/mi-support.exp (mi_create_varobj): Update.
1042 (mi_create_floating_varobj): Likewise.
1043 (mi_create_dynamic_varobj): New proc.
1044 (mi_varobj_update): Update.
1045 (mi_varobj_update_with_type_change): Likewise.
1046 (mi_varobj_update_kv_helper): New proc.
1047 (mi_varobj_update_dynamic_helper): Rewrite.
1048 (mi_varobj_update_dynamic): New proc.
1049 (mi_list_varobj_children): Update.
1050 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
1051 * gdb.python/python-prettyprint.py (pp_outer): New class.
1052 (pp_nullstr): Likewise.
1053 (lookup_function): Register new printers.
1054 * gdb.python/python-prettyprint.c (struct substruct): New type.
1055 (struct outerstruct): Likewise.
1056 (substruct_test): New function.
1057 (struct nullstr): New type.
1058 (string_1, string_2): New globals.
1059 (main): Add new tests.
1060 * gdb.python/python-mi.exp: Added regression tests.
1061 * gdb.mi/mi2-var-display.exp: Update.
1062 * gdb.mi/mi2-var-cmd.exp: Update.
1063 * gdb.mi/mi2-var-child.exp: Update.
1064 * gdb.mi/mi2-var-block.exp: Update.
1065 * gdb.mi/mi-var-invalidate.exp: Update.
1066 * gdb.mi/mi-var-display.exp: Update.
1067 * gdb.mi/mi-var-cmd.exp: Update.
1068 * gdb.mi/mi-var-child.exp: Update.
1069 * gdb.mi/mi-var-block.exp: Update.
1070 * gdb.mi/mi-break.exp: Update.
1071 * gdb.mi/gdb701.exp: Update.
1072
a96d9b2e
SDJ
10732009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1074
1075 * Makefile.in: Inclusion of catch-syscall object.
1076 * gdb.base/catch-syscall.c: New file.
1077 * gdb.base/catch-syscall.exp: New file.
1078
b43b923a
MS
10792009-09-12 Michael Snyder <msnyder@vmware.com>
1080
1081 * gdb.reverse/step-reverse.exp: Explicitly check for targets
1082 that can support reverse debuggnig.
1083
cec03d70
TT
10842009-09-11 Tom Tromey <tromey@redhat.com>
1085
1086 * gdb.dwarf2/valop.S: New file.
1087 * gdb.dwarf2/valop.exp: New file.
1088
e23bb3fc
MK
10892009-09-11 Mark Kettenis <kettenis@gnu.org>
1090
1091 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
1092
37c3696d
DE
10932009-09-10 Doug Evans <dje@google.com>
1094
1095 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
1096 Add $gdb_prompt to second breakpoint regexp.
1097
5172aecb
JB
10982009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
1099
1100 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
1101 names, add missing ones.
1102 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
1103 * gdb.python/py-frame.c: Rename from python-frame.c.
1104 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
1105 testfile name.
1106 * gdb.python/py-function.exp: Rename from python-function.exp.
1107 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
1108 testfile name.
1109 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
1110 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
1111 Adjust testfile name.
1112 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
1113 * gdb.python/py-template.cc: Rename from python-template.cc.
1114 * gdb.python/py-template.exp: Rename from python-template.exp.
1115 Adjust testfile name.
1116 * gdb.python/py-value.c: Rename from python-value.c.
1117 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
1118 testfile name.
1119
b554e4bd
JK
11202009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1121
1122 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
1123 $bpt2address.
1124 (Second breakpoint address is valid on ia64)
1125 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
1126
9a68ae16
JM
11272009-09-03 Joseph Myers <joseph@codesourcery.com>
1128
1129 * gdb.base/ending-run.exp: Restrict regular expression matching
1130 line number to require closing brace following.
1131
146b9145
DE
11322009-09-03 Doug Evans <dje@google.com>
1133
1134 * gdb.base/store.exp (check_set): Fix typo in expected value message.
1135
787d21e1
TT
11362009-09-02 Tom Tromey <tromey@redhat.com>
1137
1138 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
1139
e7802207
TT
11402009-09-02 Tom Tromey <tromey@redhat.com>
1141
1142 * gdb.dwarf2/callframecfa.exp: New file.
1143 * gdb.dwarf2/callframecfa.S: New file.
1144
817aadd2
JK
11452009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
1148 gdb.base/solib-overlap-main.c: New.
1149
4a76eae5
DJ
11502009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
1151
1152 PR gdb/10565
1153
1154 * gdb.base/bitfields.c (struct container, container): New.
1155 (main): Initialize it and call break5.
1156 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
1157
d4b96c9a
JK
11582009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 Support constant DW_AT_data_member_location by GCC PR debug/40659.
1161 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
1162
4e22772d
JK
11632009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
1166
2efab443
MS
11672009-08-26 Michael Snyder <msnyder@vmware.com>
1168
1169 * gdb.base/i386-reverse.c: New file.
1170 * gdb.base/i386-reverse.exp: New file.
1171 * gdb.base/Makefile.in: Add new files to be removed.
1172
07ab73a0
JM
11732009-08-26 Joseph Myers <joseph@codesourcery.com>
1174
1175 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
1176 environment-pwd for remote host.
1177 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
1178
676accff
KS
11792009-08-24 Keith Seitz <keiths@redhat.com>
1180
1181 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
1182 Add two new C++ completer tests which limit the output to a
1183 given class.
1184
f9f7ad22
MS
11852009-08-24 Michael Snyder <msnyder@vmware.com>
1186
1187 * gdb.base/del.exp: Fix typo in comment.
1188 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
1189
81ecdfbb
RW
11902009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1191
1192 * configure: Regenerate.
1193 * gdb.hp/configure: Likewise.
1194 * gdb.hp/gdb.aCC/configure: Likewise.
1195 * gdb.hp/gdb.base-hp/configure: Likewise.
1196 * gdb.hp/gdb.compat/configure: Likewise.
1197 * gdb.hp/gdb.defects/configure: Likewise.
1198 * gdb.hp/gdb.objdbg/configure: Likewise.
1199 * gdb.stabs/configure: Likewise.
1200
cab0c772
UW
12012009-08-19 Doug Evans <dje@google.com>
1202
1203 * gdb.base/gdbvars.c: New file.
1204 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
1205
b8fa0bfa
PA
12062009-08-14 Pedro Alves <pedro@codesourcery.com>
1207
1208 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
1209 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
1210
b84aa90a
PA
12112009-08-13 Pedro Alves <pedro@codesourcery.com>
1212
1213 * gdb.base/default.exp: Adjust "set language test": it's now an
1214 enum command. Larger help string moved to "help set language".
1215 * gdb.base/help.exp: Adjust "help set language" expected output,
1216 now lists all known languages.
1217
0d8f9b2c
NF
12182009-08-11 Nathan Froyd <froydnj@codesourcery.com>
1219
1220 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
1221 all frame arguments.
1222 * gdb.arch/altivec-regs.exp: Likewise.
1223
bda180e0
TT
12242009-08-07 Tom Tromey <tromey@redhat.com>
1225
1226 * gdb.base/setshow.exp: Add tests for changes to set language, set
1227 check range, and set check type.
1228
48cb2d85
VP
12292009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1230
1231 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
1232 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
1233 Call it.
1234
1ea34204
UW
12352009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1236
1237 * configure.ac: Run gdb.cell tests when appropriate.
1238 * configure: Regenerate.
1239 * lib/cell.exp: New file.
1240 * gdb.cell: New directory.
1241 * gdb.cell/configure.ac: New file.
1242 * gdb.cell/configure: New file.
1243 * gdb.cell/Makefile.in: New file.
1244 * gdb.cell/arch.exp: New file.
1245 * gdb.cell/break.c: New file.
1246 * gdb.cell/break.exp: New file.
1247 * gdb.cell/break-spu.c: New file.
1248 * gdb.cell/bt.c: New file.
1249 * gdb.cell/bt2-spu.c: New file.
1250 * gdb.cell/bt-spu.c: New file.
1251 * gdb.cell/bt.exp: New file.
1252 * gdb.cell/coremaker.c: New file.
1253 * gdb.cell/coremaker-spu.c: New file.
1254 * gdb.cell/core.exp: New file.
1255 * gdb.cell/gcore.exp: New file.
1256 * gdb.cell/data.c: New file.
1257 * gdb.cell/data.exp: New file.
1258 * gdb.cell/data-spu.c: New file.
1259 * gdb.cell/ea-cache.exp: New file.
1260 * gdb.cell/ea-cache.c: New file.
1261 * gdb.cell/ea-cache-spu.c: New file.
1262 * gdb.cell/ea-standalone.c: New file.
1263 * gdb.cell/ea-standalone.exp: New file.
1264 * gdb.cell/ea-test.c: New file.
1265 * gdb.cell/ea-test.exp: New file.
1266 * gdb.cell/f-regs.exp: New file.
1267 * gdb.cell/mem-access.c: New file.
1268 * gdb.cell/mem-access.exp: New file.
1269 * gdb.cell/mem-access-spu.c: New file.
1270 * gdb.cell/ptype.exp: New file.
1271 * gdb.cell/registers.exp: New file.
1272 * gdb.cell/size.c: New file.
1273 * gdb.cell/sizeof.exp: New file.
1274 * gdb.cell/size-spu.c: New file.
1275 * gdb.cell/solib.exp: New file.
1276 * gdb.cell/solib-symbol.exp: New file.
1277
85e747d2
UW
12782009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1279
1280 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
1281
58d6951d
DJ
12822009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1283
1284 * gdb.base/float.exp: Handle VFP registers.
1285
6e0a4f15
MS
12862009-07-14 Michael Snyder <msnyder@vmware.com>
1287
dcd5da87
MS
1288 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
1289 to bring gdb to the beginning of the calling line.
1290
6e0a4f15
MS
1291 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
1292 confusing the i386 epilogue unwinder.
1293
782b2b07
SS
12942009-07-14 Stan Shebs <stan@codesourcery.com>
1295
1296 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
1297
f662c3bc
MS
12982009-07-14 Michael Snyder <msnyder@vmware.com>
1299
1300 * gdb.reverse/step-reverse.exp (stepi into function call):
1301 Call instruction may not be first instruction in the line.
1302 (reverse stepi from a function call): Used wrong line number.
1303
8f313923
JK
13042009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1305
1306 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
1307
4662c76e
JK
13082009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1309
1310 Fix gdb.base/macscp.exp when using custom inputrc.
1311 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
1312 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
1313 env(TERM) set.
1314 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
1315 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
1316
aa81e255
JK
13172009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1318
1319 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
1320 * gdb.base/annota1.exp (thread_test): Import global $testfile.
1321 Change the compilation target to match the testcase name.
1322 * gdb.base/sect-cmd.exp: Change the compilation target to match the
1323 testcase name.
1324 * a2-run.exp: Use for setup prepare_for_testing. Change the
1325 compilation target to match the testcase name.
1326 * gdb.base/commands.exp: Likewise.
1327 * gdb.base/finish.exp: Likewise.
1328 * gdb.base/float.exp: Likewise.
1329 * gdb.base/info-target.exp: Likewise.
1330 * gdb.base/relational.exp: Likewise.
1331 * gdb.base/term.exp: Likewise.
1332 * gdb.base/until.exp: Likewise.
1333 * gdb.base/volatile.exp: Likewise.
1334 * gdb.base/whatis-exp.exp: Likewise.
1335
4c93b1d7
HZ
13362009-07-11 Hui Zhu <teawater@gmail.com>
1337
1338 * gdb.base/help.exp (disassemble): Update expected help text.
1339
812f7342
TT
13402009-07-09 Tom Tromey <tromey@redhat.com>
1341
1342 * lib/gdb.exp: Handle TRANSCRIPT.
1343 (remote_spawn, remote_close, send_gdb): New procs.
1344
fbb8f299
PM
13452009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1346
1347 * gdb.python/python-prettyprint.c: Add counted null string
1348 structure.
1349 * gdb.python/python-prettyprint.exp: Print null string. Test for
1350 embedded nulls.
1351 * gdb.python/python-prettyprint.py (pp_ns): New Function.
1352 * gdb.python/python-value.exp (test_value_in_inferior): Add
1353 variable length string fetch tests.
1354 * gdb.python/python-value.c (main): Add strings for string fetch tests.
1355
c0ac0ec7
JK
13562009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1357
1358 * gdb.base/dump.exp (inaccessible memory is reported): New test.
1359
30b66ecc
TT
13602009-07-07 Tom Tromey <tromey@redhat.com>
1361
1362 * gdb.base/call-rt-st.exp: Update for change to escape output.
1363 * gdb.base/callfuncs.exp: Likewise.
1364 * gdb.base/charset.exp: Likewise.
1365 * gdb.base/constvars.exp: Likewise.
1366 * gdb.base/long_long.exp: Likewise.
1367 * gdb.base/pointers.exp: Likewise.
1368 * gdb.base/printcmds.exp: Likewise.
1369 * gdb.base/setvar.exp: Likewise.
1370 * gdb.base/store.exp: Likewise.
1371 * gdb.cp/ref-types.exp: Likewise.
1372 * gdb.mi/mi-var-child.exp: Likewise.
1373 * gdb.mi/mi-var-display.exp: Likewise.
1374 * gdb.mi/mi2-var-display.exp: Likewise.
1375 * gdb.base/charset.exp: Test octal escape sequence length.
1376 Update for change to escape output.
1377
187c4a2b
JK
13782009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1379
1380 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
1381
d80a43f9
DJ
13822009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
1383
1384 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
1385
047427a8
JK
13862009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1387
1388 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
1389 gdbserver increasing $portnum if "Can't bind address" has been seen.
1390
8b5a0f4f
PA
13912009-07-05 Pedro Alves <pedro@codesourcery.com>
1392
1393 * gdb.base/ending-run.exp: Add "step out of main" pattern for
1394 mingw32ce.
1395
7d93ba58
PA
13962009-07-05 Pedro Alves <pedro@codesourcery.com>
1397
1398 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
1399 VFP format.
1400
2277426b
PA
14012009-07-02 Pedro Alves <pedro@codesourcery.com>
1402
1403 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
1404 linux. Adjust to use "inferior", "info inferiors", "detach
1405 inferior" and "kill inferior" instead of "restart", "info fork",
1406 "detach fork" and "delete fork".
1407 * gdb.base/ending-run.exp: Spell out "info".
1408 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
1409 the "kill" command.
1410
5af949e3
UW
14112009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1412
1413 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
1414 change to prefix TLS offset in hex with 0x.
1415
5d3729b5
UW
14162009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1417
1418 * gdb.base/default.exp: Update test case for "x" changes.
1419
af589bd0
TG
14202009-07-01 Tristan Gingold <gingold@adacore.com>
1421
1422 * gdb.base/bigcore.exp: Make darwin untested.
1423
40974f91
JK
14242009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * gdb.base/completion.exp (directory completion): Create the directory.
1427 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
1428 escapeuniquesub.
1429 (directory completion 2): Expect now ${escapeuniquesub}.
1430 (Glob remaining of directory test): Remove one excessive newline.
1431 Expect the real output.
1432
59dd3af6
JK
14332009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1434
1435 Fix `make check//%' target after `make check' has been ran.
1436 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
1437 a mkdir call.
1438 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
1439 (%/.dir): Remove.
1440
f4e164aa
JK
14412009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
1444 the expected result record.
1445
69af2122
JK
14462009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 Remove racy FAILs relying just on the timeouts.
1449 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
1450 (annotation_level 2): Remove racy FAILs.
1451
2fd481e1
PP
14522009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1453
1454 gdb/10275
1455 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
1456
c38f313d
DJ
14572009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
1458
1459 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
1460
8b777f02
VP
14612009-06-30 Vladimir Prus <vladimir@codesourcery.com>
1462
1463 * gdb.mi/mi-stack.exp: Testing symbolic options
1464 to -stack-list-locals and -stack-list-arguments.
1465
00c7eacf
JK
14662009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
1469
6bc80edc
TT
14702009-06-29 Tom Tromey <tromey@redhat.com>
1471
1472 * dg-extract-results.sh: New file.
1473 * Makefile.in (FORCE_PARALLEL): New variable.
1474 (CHECK_TARGET): New conditional variable.
1475 (check): Use CHECK_TARGET.
1476 (DO_RUNTEST): New variable.
1477 (check-single): New target.
1478 (TEST_DIRS): New variable.
1479 (TEST_TARGETS): Likewise.
1480 (check-parallel): New target.
1481 (check-gdb.%): New pattern.
1482 (BASE1_FILES): New variable.
1483 (BASE2_FILES): Likewise.
1484 (check-gdb.base%): New pattern.
1485 (%/.dir): New pattern.
1486 * configure: Rebuild.
1487 * aclocal.m4 (AM_CONDITIONAL): New defun.
1488 * configure.ac: Check whether user is using GNU make.
1489 (GMAKE): New conditional.
1490
794684b6
SW
14912009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
1492
1493 * gdb.cp/namespace-nested-import.cc: New test.
1494 * gdb.cp/namespace-nested-import.exp: New test.
1495
edb3359d
DJ
14962009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1497
1498 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
1499 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
1500 * gdb.opt/Makefile.in (EXECUTABLES): Update.
1501 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
1502 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
1503 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
1504 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
1505 gdb.opt/inline-markers.c: New files.
1506 * lib/gdb.exp (skip_inline_frame_tests): New function.
1507 (skip_inline_var_tests): New function.
1508
cf657a0c
AS
15092009-06-27 Andreas Schwab <schwab@linux-m68k.org>
1510
1511 * gdb.cp/exception.exp: Don't require $hex before inner frame in
1512 backtrace.
1513
28d41a99
MS
15142009-06-27 Michael Snyder <msnyder@vmware.com>
1515
1516 * gdb.reverse: New directory.
1517 * gdb.reverse/break-reverse.c: New test.
1518 * gdb.reverse/break-reverse.exp: New test.
1519 * gdb.reverse/consecutive-reverse.c: New test.
1520 * gdb.reverse/consecutive-reverse.exp: New test.
1521 * gdb.reverse/finish-reverse.c: New test.
1522 * gdb.reverse/finish-reverse.exp: New test.
1523 * gdb.reverse/machinestate.c: New test.
1524 * gdb.reverse/ms1.c: New test.
1525 * gdb.reverse/machinestate.exp: New test.
1526 * gdb.reverse/Makefile.in: New file.
1527 * gdb.reverse/shr2.c: New test.
1528 * gdb.reverse/solib-reverse.c: New test.
1529 * gdb.reverse/solib-reverse.exp: New test.
1530 * gdb.reverse/step-reverse.c: New test.
1531 * gdb.reverse/step-reverse.exp: New test.
1532 * gdb.reverse/until-reverse.c: New test.
1533 * gdb.reverse/ur1.c: New test.
1534 * gdb.reverse/until-reverse.exp: New test.
1535 * gdb.reverse/watch-reverse.c: New test.
1536 * gdb.reverse/watch-reverse.exp: New test.
1537 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1538 * configure: Regenerate.
1539
fe3c8b0d
DE
15402009-06-26 Doug Evans <dje@google.com>
1541
1542 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1543
3a72a602
PM
15442009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1545
1546 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1547 windows problem for 'file delete $binfile'.
1548
27aa8d6a
SW
15492009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1550
1551 * gdb.cp/namespace-using.exp: New test.
1552 * gdb.cp/namespace-using.cc: New test.
1553
8ac055f8
JB
15542009-05-20 Joel Brobecker <brobecker@adacore.com>
1555
1556 * gdb.ada/variant_record_packed_array: New testcase.
1557
85e306ed
TT
15582009-06-23 Tom Tromey <tromey@redhat.com>
1559
1560 * gdb.base/charset.exp (test_combination): Regression test.
1561 * gdb.base/charset.c (my_wchar_t): New typedef.
1562 (myvar): New global.
1563 (main): Set myvar.
1564
56643c5e
PM
15652009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1566
1567 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1568 target.
1569
1fac167a
UW
15702009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1571
1572 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1573
7ccb0be9
UW
15742009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1575
1576 * gdb.mi/gdb680.exp: Update test for error message.
1577
568d6575
UW
15782009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1579
1580 * gdb.base/annota1.exp: Allow multiple occurrences of the
1581 frames-invalid annotation.
1582 * gdb.cp/annota2.exp: Likewise.
1583
7cd1089b
PM
15842009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1585
1586 * gdb.cp/gdb2495.cc: New file.
1587 * gdb.cp/gdb2495.exp: New file.
1588
72c63395
JK
15892009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 Report error on GDB crash during runto.
1592 * lib/gdb.exp (runto <eof>): New.
1593
3788363d
DJ
15942009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1595
1596 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1597 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1598 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1599 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1600 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1601 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1602 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1603 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1604 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1605 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1606 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1607 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1608 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1609 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1610 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1611 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1612 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1613 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1614 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1615 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1616 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1617 gdb.trace/passcount.exp, gdb.trace/report.exp,
1618 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1619 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1620 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1621 executable.
1622
17592de3
PA
16232009-06-07 Pedro Alves <pedro@codesourcery.com>
1624
1625 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1626 defined before referencing it.
1627
701e355d
DE
16282009-06-03 Doug Evans <dje@google.com>
1629
1630 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1631 * gdb.arch/i386-see.c: Ditto.
1632
f2292c65
PM
16332009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1634
1635 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1636 (check_macro): Return 1 if undefined.
1637 If first test fails, check if macro debug information is available,
1638 and report unsupported test if no macro information is found.
1639
5a437975
DE
16402009-05-29 Doug Evans <dje@google.com>
1641
1642 * gdb.threads/hand-call-in-threads.exp: New.
1643 * gdb.threads/hand-call-in-threads.c: New.
1644
c141c696
MS
16452009-05-29 Michael Snyder <msnyder@vmware.com>
1646
1647 * gdb.base/break-always.exp: Change "1" to "on".
1648 Add confirmation check.
1649
b3444185
PA
16502009-05-28 Pedro Alves <pedro@codesourcery.com>
1651
1652 * gdb.threads/threxit-hop-specific.c: New.
1653 * gdb.threads/threxit-hop-specific.exp: New.
1654 * gdb.threads/thread-execl.c: New.
1655 * gdb.threads/thread-execl.exp: New.
1656
b6313243
TT
16572009-05-27 Tom Tromey <tromey@redhat.com>
1658 Thiago Jung Bauermann <bauerman@br.ibm.com>
1659
1660 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1661 (mi_child_regexp): Likewise.
1662 (mi_list_varobj_children_range): Likewise.
1663 (mi_get_features): Likewise.
1664 (mi_list_varobj_children): Rewrite.
1665 * gdb.python/python-mi.exp: New file.
1666
a6bac58e
TT
16672009-05-27 Tom Tromey <tromey@redhat.com>
1668 Thiago Jung Bauermann <bauerman@br.ibm.com>
1669 Phil Muldoon <pmuldoon@redhat.com>
1670 Paul Pluzhnikov <ppluzhnikov@google.com>
1671
1672 * gdb.python/python-prettyprint.exp: New file.
1673 * gdb.python/python-prettyprint.c: New file.
1674 * gdb.python/python-prettyprint.py: New file.
1675 * gdb.base/display.exp: print/r is now valid.
1676
2c74e833
TT
16772009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1678 Tom Tromey <tromey@redhat.com>
1679 Pedro Alves <pedro@codesourcery.com>
1680 Paul Pluzhnikov <ppluzhnikov@google.com>
1681
1682 * gdb.python/python-template.exp: New file.
1683 * gdb.python/python-template.cc: New file.
1684 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1685 tests.
1686 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1687 Call it.
1688 (test_value_after_death): New proc.
1689 * gdb.python/python-value.c (PTR): New typedef.
1690 (main): New variable 'x'.
1691
89c73ade
TT
16922009-05-27 Tom Tromey <tromey@redhat.com>
1693
1694 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1695 tests.
1696 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1697 Call it.
1698
a75724bc
PA
16992009-05-27 Pedro Alves <pedro@codesourcery.com>
1700
1701 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1702
e58b0e63
PA
17032009-05-24 Pedro Alves <pedro@codesourcery.com>
1704
1705 * gdb.threads/fork-thread-pending.c: New.
1706 * gdb.threads/fork-thread-pending.exp: New.
1707
4ac36638
JK
17082009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1711 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1712
c28c63d8
JB
17132009-05-18 Jon Beniston <jon@beniston.com>
1714
1715 * gdb.asm/asm-source.exp: Add lm32 target.
1716
b242c3c2
PA
17172009-05-17 Pedro Alves <pedro@codesourcery.com>
1718
1719 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1720 `gdb_get_line_number'. Call `callee' in both parent and child.
1721 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1722 `gdb_get_line_number' instead of hardcoding line numbers.
1723 (catch_fork_unpatch_child): New procedure to test detaching
1724 breakpoints from child fork.
1725 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1726 hardcoding line numbers.
1727 (do_fork_tests): Run `catch_fork_unpatch_child'.
1728
ee342b23
VP
17292009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1730
1731 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1732 of structure type enters or leaves the scope, it
1733 is reported by -var-update.
1734
e2009e98
DE
17352009-05-11 Doug Evans <dje@sebabeach.org>
1736
1737 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1738 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1739 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1740
00903456
JK
17412009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1742
1743 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1744
dc621c35
DE
17452009-04-30 Doug Evans <dje@google.com>
1746
1747 * gdb.threads/watchthreads2.exp: New testcase.
1748 * gdb.threads/watchthreads2.c: New testcase.
1749
9ab4e744
DE
17502009-04-29 Doug Evans <dje@google.com>
1751
1752 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1753 * gdb.cp/mb-ctor.cc: Ditto.
1754 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1755 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1756 * gdb.cp/mb-inline1.cc: Call it.
1757 * gdb.cp/mb-inline2.cc: Ditto.
1758 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1759 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1760
484086b7
JK
17612009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1762
1763 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1764 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1765 Replace all uses of `decimal' by `nonzero'.
1766 (info macro FROM_COMMANDLINE): New test.
1767
379a77b5
TT
17682009-04-27 Tom Tromey <tromey@redhat.com>
1769
1770 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1771
b92b73c2
DE
17722009-04-27 Doug Evans <dje@google.com>
1773
1774 * gdb.threads/watchthreads.c (main): Initialize args before starting
1775 the threads. Plus formatting cleanup.
1776 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1777 biased scheduling of one thread.
1778
945a118d
JG
17792009-04-27 Jerome Guitton <guitton@adacore.com>
1780
1781 * gdb.cp/templates.cc (GetMax): New template.
1782 (main): Declare two instances of GetMax.
1783 * gdb.cp/templates.exp: Add new test.
1784
d389af10
JK
17852009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1788
e7f86de9
JM
17892009-04-22 Joseph Myers <joseph@codesourcery.com>
1790
1791 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1792
334cc82d
TT
17932009-04-15 Tom Tromey <tromey@redhat.com>
1794
1795 * gdb.base/charset.exp: Add regression test.
1796
d12672cc
JB
17972009-04-14 Joel Brobecker <brobecker@adacore.com>
1798
1799 * gdb.base/exe-lock.exp: New testcase.
1800
18e8c3bc
TT
18012009-04-13 Tom Tromey <tromey@redhat.com>
1802
1803 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1804 operator on Frame.
1805
5ecd5cbe
UW
18062009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1807
1808 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1809 * gdb.server/ext-attach.exp: Likewise.
1810
7309f756
VP
18112009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1812
1813 Eliminate some sleep usage.
1814
1815 * gdb.mi/basics.c (do_nothing): New.
1816 (main): Use do_nothing instead of printf, so that
1817 not to introduce race condition between output of
1818 inferiour and output of gdb. Do not use sleep as it
1819 is not generally available on embedded targets.
1820
f4b95f6f
PA
18212009-04-02 Pedro Alves <pedro@codesourcery.com>
1822
1823 * gdb.server/ext-attach.exp: Expect an optional process id after
1824 "Detached from remote process".
1825
de40b933
JK
18262009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1829 gdb.dwarf2/dw2-unresolved.exp: New.
1830
2ae101a4
PA
18312009-04-02 Pedro Alves <pedro@codesourcery.com>
1832
1833 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1834 mi_run_to_main.
1835
56a8e183
PA
18362009-04-02 Pedro Alves <pedro@codesourcery.com>
1837
1838 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1839 mi_run_to_main. Skip thread exit test on remote targets.
1840 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1841 mi_run_to_main.
1842 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1843 mi_run_to_main.
1844 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1845 when expecting ^connected. Detect when the target doesn't support
1846 non-stop mode.
1847 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1848 supported. Return -1 on error, 0 on success.
1849 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1850 (mi_runto): Return mi_runto_helper's result explicitly.
1851
c35fafde
PA
18522009-04-01 Pedro Alves <pedro@codesourcery.com>
1853
1854 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1855
f8a8dce6
JB
18562009-04-01 Tom Tromey <tromey@redhat.com>
1857
1858 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1859 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1860 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1861 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1862
71c25dea
TT
18632009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1864 Jan Kratochvil <jan.kratochvil@redhat.com>
1865
1866 PR gdb/931
1867 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1868 output.
1869 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1870 for gdb/931.
1871 * dw2-strp.S (DW_AT_language): Change to C++.
1872 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1873
02d9a9ce
JB
18742009-03-31 Joel Brobecker <brobecker@adacore.com>
1875
1876 * gdb.ada/tasks: New testcase.
1877
1042e4c0
SS
18782009-03-30 Stan Shebs <stan@codesourcery.com>
1879
1880 * gdb.trace/actions.exp: Update to match new info trace format.
1881 * gdb.trace/deltrace.exp: Ditto.
1882 * gdb.trace/infotrace.exp: Ditto.
1883 * gdb.trace/passcount.exp: Ditto.
1884 * gdb.trace/save-trace.exp: Ditto.
1885 * gdb.trace/while-stepping.exp: Ditto.
1886 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1887
f8f6f20b
TJB
18882009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1889
1890 * gdb.python/python-frame.c: New file.
1891 * gdb.python/python-frame.exp: New file.
1892
c0c6f777
TJB
18932009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1894
1895 * gdb.python/python-value.exp: Add tests for the address
1896 attribute.
1897
3cb51905
AS
18982009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1899
1900 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1901
88fc996f
DE
19022009-03-26 Doug Evans <dje@google.com>
1903
1904 * gdb.mi/mi-nonstop-exit.exp: New file.
1905 * gdb.mi/non-stop-exit.c: New file.
1906
56ef84b1
TT
19072009-03-26 Tom Tromey <tromey@redhat.com>
1908
1909 Update for change to prologue skipping:
1910 * gdb.mi/mi2-simplerun.exp: Update.
1911 * gdb.mi/mi2-break.exp: Update.
1912 * gdb.mi/mi-simplerun.exp: Update.
1913 * gdb.mi/mi-break.exp: Update.
1914 * gdb.base/ending-run.exp: Update.
1915
def2b000
TJB
19162009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1917
1918 * gdb.python/python-value.exp (test_value_in_inferior): Test
1919 gdb.Value.is_optimized_out attribute.
1920
442ddf59
JK
19212009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1922
1923 * gdb.dwarf2/dw2-noloc-main.c: New file.
1924 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1925 (.text): Remove.
1926 (.data): New.
1927 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1928 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1929 (DW_TAG_subprogram func_cu1, noloc): Remove.
1930 (main): New.
1931 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1932 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1933 (file_symbols): New procedure.
1934
a8df5de4
TT
19352009-03-25 Tom Tromey <tromey@redhat.com>
1936
1937 * gdb.base/charset.exp (valid_target_charset): New proc.
1938 Use it to skip tests on invalid charsets.
1939
cc1d7add
PM
19402009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1941
1942 * gdb.base/completion.exp: Add a test for directory completion.
1943
bcd5727b
JK
19442009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Fix a racy FAIL.
1947 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1948 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1949
cc924cad
TJB
19502009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1951
1952 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1953 * gdb.python/python-function.exp: Add test for function returning
1954 a GDB value.
1955
bc3b79fd
TJB
19562009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1957
1958 * gdb.python/python-function.exp: New file.
1959
6c7a06a3
TT
19602009-03-20 Tom Tromey <tromey@redhat.com>
1961
1962 * gdb.base/store.exp: Update for change to escape output.
1963 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1964 to escape output.
1965 * gdb.base/pointers.exp: Update for change to escape output.
1966 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1967 to escape output.
1968 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1969 escape output.
1970 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1971 to escape output.
1972 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1973 escape output.
1974 * gdb.base/setvar.exp: Update for change to escape output.
1975 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1976 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1977 to escape output.
1978 (test_print_string_constants): Likewise.
1979 * gdb.base/charset.exp (valid_host_charset): Check size of
1980 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1981 cases. Handle "auto"-related output.
1982 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1983 (uvar, Uvar): New globals.
1984
c31af87b
JG
19852009-03-19 Jerome Guitton <guitton@adacore.com>
1986
1987 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1988 deltas.
1989 * gdb.ada/fixed_points.exp: Ditto.
1990
51272cf2
PA
19912009-03-18 Pedro Alves <pedro@codesourcery.com>
1992
1993 * return-nodebug.c: Don't include stdio.h.
1994 (init): Delete.
1995 (func): Delete definition and provide extern declaration.
1996 (t): New.
1997 (main): Don't call printf. Call func and store its result in t.
1998 * return-nodebug1.c: New.
1999 * return-nodebug.exp: Don't expect stdio output. Instead, print
2000 the global variable t. Drop printf formatters and cast types from
2001 foreach loop. Don't use prepare_for_testing. Compile
2002 return-nodebug.c and return-nodebug1.c in separate steps. Don't
2003 define FORMAT or CAST.
2004
d24948ac
PP
20052009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2006
2007 * gdb.base/solib-display.exp: Disable test for remote targers.
2008
61ff14c6
JK
20092009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
2012
cb4dce93
JK
20132009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 Fix a racy FAIL.
2016 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
2017 code from `follow parent, print pids'.
2018 (`follow child, print pids', `follow parent, print pids'): Call it.
2019 Replace `gdb_test "break..."' by gdb_breakpoint.
2020
f7c60c5e
VP
20212009-03-13 Vladimir Prus <vladimir@codesourcery.com>
2022
2023 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 2024 sync and async modes.
f7c60c5e 2025
383ace49
JB
20262009-03-12 Joel Brobecker <brobecker@adacore.com>
2027
2028 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
2029 that was checked in by mistake. Remove loading of ada.exp, since
2030 this is not necessary in this case.
2031
4ce102af
JB
20322009-03-12 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.ada/ptype_arith_binop.exp: New testcase.
2035
529a2aef
JB
20362009-03-12 Joel Brobecker <brobecker@adacore.com>
2037
2038 * gdb.ada/mod_from_name: New testcase.
2039
8a38181c
JB
20402009-03-12 Joel Brobecker <brobecker@adacore.com>
2041
2042 * gdb.ada/tick_last_segv: New testcase.
2043
11436dee
VP
20442009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2045
61ff14c6 2046 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 2047
1f31650a
VP
20482009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2049
61ff14c6
JK
2050 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
2051 include the token in ^running and frame info in *stopped.
1f31650a 2052
a3247a22
PP
20532009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2054
2055 * solib-display.exp: New file.
2056 * solib-display-main.c: New file.
2057 * solib-display-lib.c: New file.
61ff14c6 2058
aae64587
PA
20592009-03-05 Pedro Alves <pedro@codesourcery.com>
2060
2061 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
2062
44aabfbc
JK
20632009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2064
2065 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
2066 (list_and_check_macro): Use more specific test name.
2067 (next to definition): Make the test names unique.
2068
c087fcd3
PM
20692009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2070
2071 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 2072
c86cf029
VP
20732009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2074
2075 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
2076 notifications.
2077 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
2078 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
2079 * lib/mi-support.exp (library_loaded_re): New.
2080 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
2081
3ea85240
VP
20822009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2083
2084 * gdb.gdb/observer.exp: Use test_notification observer, not
2085 normal_stop, everywhere.
2086 (test_normal_stop_notifications): Rename to...
2087 (test_notifications): ...this.
2088 (test_observer_normal_stop): Rename to...
2089 (test_observer): ...this.
2090
1903f0e6
DE
20912009-02-16 Doug Evans <dje@google.com>
2092
2093 * gdb.arch/amd64-disp-step.S (test_int3): New test.
2094 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
2095 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
2096 (test_prefixed_syscall,test_int3): New tests.
2097 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
2098 (test_prefixed_syscall,test_int3): New tests.
2099
1d33d6ba
VP
21002009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2101
3cb51905
AS
2102 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
2103 (mi_expect_interrupt): Likewise.
2104 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
2105 response.
1d33d6ba 2106
faafb047
PM
21072009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2108
2109 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
2110 * gdb.base/pc-fp.exp (get_valueofx): Remove.
2111 Replace calls to get_valueofx by get_hexadecimal_valueof.
2112
417e16e2
PM
21132009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2114
2115 * lib/gdb.exp (get_valueof): Accept anything as a return value.
2116 (get_integer_valueof): New procedure.
2117 (get_sizeof): Use new get_integer_value_of.
2118 * gdb.base/sizeof.exp: Replace all uses of get_valueof
2119 by get_integer_valueof.
2120
7065b901
TT
21212009-02-13 Tom Tromey <tromey@redhat.com>
2122
2123 * gdb.base/remote.exp (get_sizeof): Remove.
2124 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
2125 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
2126 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
2127 * lib/gdb.exp (get_valueof): Move from long_long.exp.
2128 (get_sizeof): Likewise.
2129
5d7cb8df
JK
21302009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 PR fortran/9806
2133 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
2134
b2febfff
PP
21352009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2136
2137 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
2138
4aa995e1
PA
21392009-02-06 Pedro Alves <pedro@codesourcery.com>
2140
2141 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
2142
d8906c6f
TJB
21432009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2144
2145 * gdb.python/python-cmd.exp: New file.
2146
ff4ab08d
TG
21472009-02-06 Tristan Gingold <gingold@adacore.com>
2148
2149 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
2150
aacd552b
TG
21512009-02-05 Tristan Gingold <gingold@adacore.com>
2152
2153 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
2154 pointer is dereferenced and use this signal name in regexp.
2155 * gdb.base/signull.exp: Ditto.
2156 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
2157 * gdb.base/signull.c (main): Ditto.
2158
08c637de
TJB
21592009-02-04 Tom Tromey <tromey@redhat.com>
2160 Thiago Jung Bauermann <bauerman@br.ibm.com>
2161
2162 * gdb.python/python-value.exp: Use `gdb.history' instead of
2163 `gdb.value_from_history'.
2164 (test_value_numeric_ops): Add test for conversion of enum constant.
2165 * gdb.python/python-value.c (enum e): New type.
2166 (evalue): New global.
2167 (main): Use argv.
2168
20261af8
JG
21692009-02-04 Jerome Guitton <guitton@adacore.com>
2170
2171 * gdb.ada/uninitialized_vars: New test program.
2172 * gdb.ada/uninitialized_vars.exp: New testcase.
2173
52e44b43
TT
21742009-02-02 Tom Tromey <tromey@redhat.com>
2175
2176 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
2177 * gdb.cp/pr2489.cc: Rename...
2178 * gdb.cp/pr9594.cc: ... to this.
2179
1c71341a
TT
21802009-02-02 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
2183 * gdb.cp/pr2489.cc: New file.
2184 * gdb.cp/cpcompletion.exp: New file.
2185
a4295225
TT
21862009-02-02 Tom Tromey <tromey@redhat.com>
2187
2188 PR exp/9059:
2189 * gdb.cp/call-c.exp: Add regression test.
2190 * gdb.cp/call-c.cc (FooHandle): New typedef.
2191 (main): New variable 'handle'.
2192
592375cd
VP
21932009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2194
2195 * lib/mi-support.exp (et_mi_thread_list)
2196 (check_mi_and_console_threads): Adjust for current thread in
2197 -thread-list-ids output.
2198
41447f92
VP
21992009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2200
2201 * gdb.mi/mi-break.exp (test_disabled_creation): New.
2202 Call it.
2203
35669430
DE
22042009-01-28 Doug Evans <dje@google.com>
2205
2206 * gdb.arch/amd64-disp-step.S: New file.
2207 * gdb.arch/amd64-disp-step.exp: New file.
2208 * gdb.arch/i386-disp-step.S: New file.
2209 * gdb.arch/i386-disp-step.exp: New file.
2210
09f00d9a
PM
22112009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
2212
2213 * gdb.base/find.exp: Set newline variable
2214 using quotes instead of braces to fix cygwin failures.
2215
1e8fb976
PA
22162009-01-23 Pedro Alves <pedro@codesourcery.com>
2217
2218 * gdb.base/radix.exp: Add tests to ensure that that set
2219 input-radix 0 and set output-radix 0 are really rejected.
2220
da061712
PA
22212009-01-23 Pedro Alves <pedro@codesourcery.com>
2222
2223 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
2224 copyright years.
2225
dd7e2d2b
PA
22262009-01-23 Pedro Alves <pedro@codesourcery.com>
2227
2228 PR gdb/9664:
2229 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
2230
392452f6
PA
22312009-01-22 Pedro Alves <pedro@codesourcery.com>
2232
2233 PR c++/9631:
2234 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
2235
8653e71c
PM
22362009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
2237
2238 * gdb.server/file-transfer.exp: Use EXEEXT variable for
2239 binfile definition to fix Windows OS failure.
2240
a12cc160
DJ
22412009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2242
2243 PR gdb/9346
2244 * gdb.base/interrupt.c (sigint_handler): New.
2245 (main): Install a SIGINT handler if SIGNALS is defined. Exit
2246 on error.
2247 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
2248 Test "signal SIGINT".
2249
b89667eb
DE
22502009-01-19 Doug Evans <dje@google.com>
2251
2252 * gdb.base/break.exp: Update expected gdb output.
2253 * gdb.base/sepdebug.exp: Ditto.
2254 * gdb.mi/mi-syn-frame.exp: Ditto.
2255 * gdb.mi/mi2-syn-frame.exp: Ditto.
2256 * gdb.base/call-signal-resume.exp: New file.
2257 * gdb.base/call-signals.c: New file.
2258 * gdb.base/unwindonsignal.exp: New file.
2259 * gdb.base/unwindonsignal.c: New file.
2260 * gdb.threads/interrupted-hand-call.exp: New file.
2261 * gdb.threads/interrupted-hand-call.c: New file.
2262 * gdb.threads/thread-unwindonsignal.exp: New file.
2263
adb483fe
DJ
22642009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2265
2266 * gdb.base/define.exp: Test defining and hooking prefix commands.
2267 * gdb.python/python.exp: Update test for "show user" output.
2268
60023297
JK
22692009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
2272 now the output exactly, using less wildcards. Expect also the output
2273 of gfortran-4.3. Update for the f-valprint.c modification from
2274 2008-04-22.
2275 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
2276 Remove gdb_test test names where matching the command.
2277
ccc57cf9
PA
22782009-01-01 Pedro Alves <pedro@codesourcery.com>
2279
2280 PR breakpoints/9681:
2281 * gdb.base/watchpoint.exp: Add regression test.
2282
c7a6ca08
PA
22832008-12-31 Pedro Alves <pedro@codesourcery.com>
2284
2285 * gdb.threads/attach-into-signal.exp: Don't use
2286 gdb_suppress_entire_file.
2287 * gdb.threads/attach-stopped.exp: Ditto.
2288 * gdb.threads/attachstop-mt.exp: Ditto.
2289
3a031f65
PA
22902008-12-31 Pedro Alves <pedro@codesourcery.com>
2291
2292 PR gdb/8812:
2293 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
2294
09e6485f
PA
22952008-12-29 Pedro Alves <pedro@codesourcery.com>
2296
2297 PR gdb/7536:
2298 * gdb.base/radix.exp: Add tests to ensure invalid input radices
2299 and unsupported output radices are really rejected.
2300
0cd53049
JK
23012008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * gdb.cp/punctuator.exp: Backslash the '$' signs.
2304
ba163c7e
TT
23052008-12-22 Tom Tromey <tromey@redhat.com>
2306
2307 * gdb.cp/punctuator.exp: New file.
2308
6f4de6c9
JK
23092008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * gdb.base/completion.exp (Completing non-existing component): New test.
2312
0f34d0b4
JK
23132008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2314
2315 Fix for PR gdb/8648.
2316 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
2317 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
2318 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
2319 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
2320
db2ad4c3
JK
23212008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
2324
bb5ef15e
DP
23252008-12-16 Christophe Lyon <christophe.lyon@st.com>
2326
2327 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
2328 compiler actually generate code at the expected line number.
2329
90142adc
JZ
23302008-12-15 Jie Zhang <jie.zhang@analog.com>
2331
2332 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
2333
fad6eecd
TT
23342008-12-12 Tom Tromey <tromey@redhat.com>
2335
2336 * gdb.base/commands.exp (redefine_hook_test): New proc.
2337 Call it.
2338
17c8aaf5
TT
23392008-12-11 Tom Tromey <tromey@redhat.com>
2340
2341 * gdb.base/macscp.exp: New regression test.
2342
7c8adf68
TT
23432008-12-11 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.base/macscp.exp: Print "address.addr".
2346 * gdb.base/macscp1.c (struct outer): New struct.
2347 (address): New global.
2348
b05dcbb7
TT
23492008-12-09 Tom Tromey <tromey@redhat.com>
2350
2351 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
2352 Call it.
2353
2d476de1
DE
23542008-12-04 Doug Evans <dje@google.com>
2355
2356 * gdb.server/ext-run.exp: Relax regexp for init program.
2357
87bdc959
TG
23582008-12-03 Tristan Gingold <gingold@adacore.com>
2359
2360 * gdb.base/macscp.exp: Generate an object file during compilation
2361 to work around Darwin dsymutil limitations.
2362
e0740f77
JK
23632008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 Test resolving external references to TLS variables.
2366 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
2367 FILE2_THREAD_LOCAL.
2368 (testfile2, srcfile2): New variables.
2369 * gdb.threads/tls.c (file2_thread_local)
2370 (function_referencing_file2_thread_local): New.
2371 * gdb.threads/tls2.c: New file.
2372
67f0aac5
JB
23732008-11-28 Joel Brobecker <brobecker@adacore.com>
2374
2375 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
2376 rather than integer, as integer might not be big enough when
2377 on 64bit targets.
67f0aac5 2378
c332165e
JG
23792008-11-27 Jerome Guitton <guitton@adacore.com>
2380
2381 * gdb.cp/formatted-ref.exp: Add equality test.
2382 * gdb.ada/formatted_ref.exp: Ditto.
2383
fc9b693c
JK
23842008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2385
2386 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
2387 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
2388
a9c64011
AS
23892008-11-20 Andreas Schwab <schwab@suse.de>
2390
2391 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
2392 matching syscall entry point.
2393 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2394 (tcatch_vfork_then_child_follow): Likewise. Finish through
2395 vfork even if we stopped at the syscall trampoline.
2396
e2fd701e
DE
23972008-11-20 Doug Evans <dje@google.com>
2398
2399 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
2400
69abc51c
TJB
24012008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2402
2403 * gdb.arch/ppc-dfp.exp: New file.
2404 * gdb.arch/ppc-dfp.c: New file.
2405
c14c28ba
PP
24062008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2407
2408 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 2409
2e74121d
DE
24102008-11-17 Doug Evans <dje@google.com>
2411
2412 * gdb.mi/mi-syn-frame.exp: Update expected output.
2413 * gdb.mi/mi2-syn-frame.exp: Update expected output.
2414
66bb093b
VP
24152008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2416
2417 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
2418 "thread N" results in =thread-selected.
2419 * lib/mi-support (mi_run_cmd, mi_expect_stop)
2420 (mi_send_resuming_command_raw): Be prepared for
2421 =thread-selected.
2422
3d043ef6
VP
24232008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2424
a9c64011
AS
2425 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
2426 * lib/mi-support.exp: Likewise.
3d043ef6 2427
808104c8
JB
24282008-11-16 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
2431 commands from the expected output for "help catch".
2432
00b22944
JB
24332008-11-15 Joel Brobecker <brobecker@adacore.com>
2434
2435 * gdb.ada/int_deref.exp: New testcase.
2436
59669435
TT
24372008-11-14 Nick Roberts <nickrob@snap.net.nz>
2438
2439 * gdb.mi/gdb2549.exp: New file.
2440
de04a248
DE
24412008-11-11 Doug Evans <dje@google.com>
2442
2443 * gdb.base/callexit.exp: New file.
2444 * gdb.base/callexit.c: New file.
2445
6b8ce727
DE
24462008-11-10 Doug Evans <dje@google.com>
2447
2448 * lib/gdb.exp (GDBFLAGS): Move -nx ...
2449 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
2450 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
2451 (default_gdb_start,default_gdb_exit): Ditto.
2452 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
2453 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
2454 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
2455 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
2456 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
2457 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
2458
1b14b8aa
AS
24592008-11-03 Andreas Schwab <schwab@suse.de>
2460
2461 * gdb.base/hashline2.exp: Fix typo.
2462 * gdb.base/hashline3.exp: Likewise.
2463
f3134b88
TT
24642008-10-30 Tom Tromey <tromey@redhat.com>
2465
2466 * gdb.base/pointers.exp: Add test.
2467 * gdb.base/pointers.c (k, S): New typedefs.
2468 (instance): New global.
2469
c2226152
AS
24702008-10-30 Andreas Schwab <schwab@suse.de>
2471
2472 * gdb.base/args.exp: Add tests for newlines.
2473
462f405c
JB
24742008-10-30 Joel Brobecker <brobecker@adacore.com>
2475
2476 gdb.base/foll-exec.exp: Update the expected output of a couple
2477 of "info breakpoints" tests.
2478
79a45b7d
TT
24792008-10-28 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
2482
adc13a14
PA
24832008-10-24 Pedro Alves <pedro@codesourcery.com>
2484
2485 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
2486 gdb_start_cmd.
2487 Use runto_main before any test that requires execution.
2488
252fbfc8
PA
24892008-10-23 Pedro Alves <pedro@codesourcery.com>
2490
2491 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
2492 instead of SIGINT.
2493
28148e3d
JB
24942008-10-22 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdb.base/completion.exp: Update expected output following
2497 the addition of the "info tasks" command.
2498
c209f847
TT
24992008-10-22 Tom Tromey <tromey@redhat.com>
2500
2501 * gdb.base/exprs.exp (test_expr): Add test for string
2502 concatenation.
2503
f177e350
PA
25042008-10-19 Pedro Alves <pedro@codesourcery.com>
2505
2506 * configure.ac: Output gdb.python/Makefile.
2507 * configure: Regenerate.
2508 * gdb.python/Makefile.in: New.
2509
cce89356
JB
25102008-10-16 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.base/foll-fork.exp: Adjust the expected output to match
2513 the new description for fork/vfork catchpoints in the "info
2514 breakpoints" output.
2515
176d289d
TJB
25162008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2517
2518 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2519
a08702d6
TJB
25202008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2521
2522 * gdb.python/python-value.c: New file.
2523 * gdb.python/python-value.exp: New file.
2524
1c5cfe86
PA
25252008-10-15 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2528
5a98ad69
DP
25292008-10-15 Denis Pilat <denis.pilat@st.com>
2530
41702f1b 2531 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 2532
dcb1a1e2
TT
25332008-10-09 Tom Tromey <tromey@redhat.com>
2534
2535 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2536 'fprintf' and 'stderr'.
2537
9124fe48
JB
25382008-10-07 Joel Brobecker <brobecker@adacore.com>
2539
2540 * gdb.ada/ref_tick_size.exp: New testcase.
2541
45452591
DE
25422008-10-06 Doug Evans <dje@google.com>
2543
2544 * gdb.dwarf2/dw2-cu-size.exp: New file.
2545 * gdb.dwarf2/dw2-cu-size.S: New file.
2546
2547 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2548 .Ltype_int for clarity.
2549
4fc5b208
PP
25502008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2551
2552 PR gdb/2384:
2553 * gdb.cp/gdb2384.exp: Extended to test more cases.
2554 * gdb.cp/gdb2384.cc: Likewise.
2555 * gdb.cp/gdb2384-base.h: Likewise.
2556 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 2557
d78df370
JK
25582008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 * gdb.base/maint.exp (maint print type): Remove printing
2561 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2562
9a044a89
TT
25632008-09-30 Tom Tromey <tromey@redhat.com>
2564
2565 * gdb.base/macscp.exp: Add completion tests.
2566 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2567 (TWENTY_THREE): Likewise.
2568 (FORTY_EIGHT): Likewise.
2569
506800a9
TT
25702008-09-30 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2573 everywhere.
2574 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2575
1a6f01b5
JK
25762008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2579 testcase is derived from. Fix racy dependency on an expected PID
2580 number. No longer support the testcase on Linux kernel 2.4.x.
2581
2fae03e8
TT
25822008-09-27 Tom Tromey <tromey@redhat.com>
2583
2584 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2585 and varargs.
2586
1ad15515
PA
25872008-09-22 Pedro Alves <pedro@codesourcery.com>
2588
2589 * lib/mi-support.exp (mi_expect_interrupt): New.
2590 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2591 from gdb.mi/mi-nonstop.exp.
2592 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2593 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2594 lib/mi-support.exp.
2595 Use mi_check_thread_states throughout. Avoid ".*" and do not
2596 require an anchor after -exec-run.
2597
d0b76dc6
DJ
25982008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2599
2600 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2601 stop is pending. Avoid ".*" when two stops are pending.
2602 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2603 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2604 newlines in fullnames.
2605 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2606 (mi_expect_stop): Update comments. Only anchor in sync mode.
2607 Do not match newlines.
2608 (mi_send_resuming_command_raw): Always return status.
2609 (mi_get_stop_line): Do not match more than one line by accident.
2610 Only anchor in sync mode.
2611 (mi_run_inline_test): If -exec-next fails, give up.
2612
9990c830
UW
26132008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2614
2615 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2616 on SPU.
2617
ebcf6f00
JB
26182008-09-10 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2621
b6db24e5
JB
26222008-09-10 Joel Brobecker <brobecker@adacore.com>
2623
2624 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2625 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2626 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2627 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2628 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2629 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2630 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2631 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2632 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2633 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2634 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2635 Include the "= " sequence in the expected output of print tests.
2636
2bf448e0
JB
26372008-09-10 Joel Brobecker <brobecker@adacore.com>
2638
2639 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2640 description for boolean types.
2641
d51fd4c8
PA
26422008-09-09 Pedro Alves <pedro@codesourcery.com>
2643
2644 * gdb.base/hook-stop-continue.c: New.
2645 * gdb.base/hook-stop-continue.exp: New.
2646
694182d2
DJ
26472008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2648
2649 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2650
3b8a7fc0
JG
26512008-09-08 Jerome Guitton <guitton@adacore.com>
2652
2653 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2654 (stack_check_probe_2, stack_check_probe_loop_1)
2655 (stack_check_probe_loop_2): New functions.
2656 (main): Add call to these new functions.
2657 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2658 functions, check that the breakpoint is inserted at the appropriate
2659 location.
2660 (insert_breakpoint): Slightly refine this procedure so that it can
2661 be called several times in the test.
2662
96cc0ae8
JG
26632008-09-08 Jerome Guitton <guitton@adacore.com>
2664
2665 * gdb.base/stack-checking.c: New file.
2666 * gdb.base/stack-checking.exp: New file.
2667
1f08b409
TJB
26682008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2669
2670 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2671 * gdb.arch/altivec-regs.exp: Likewise.
2672 * gdb.arch/vsx-regs.exp: Likewise.
2673
3099e1c4
TJB
26742008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2675
2676 * gdb.arch/ppc-fp.exp: New file.
2677 * gdb.arch/ppc-fp.c: New file.
2678
cc69bfc1
PP
26792008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2680
2681 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2682 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 2683
b02a33db
MS
26842008-09-04 Michael Snyder <msnyder@vmware.com>
2685
2686 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2687 as "at" (for non-debug functions such as _start).
2688
2992cbe0
UW
26892008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2690
2691 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2692 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2693 software watchpoints.
2694 * gdb.base/watch_thread_num.exp: Likewise.
2695
514f746b
AR
26962008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2697
2698 * gdb.arch/i386-bp_permanent.exp: New test.
2699
876cecd0
TT
27002008-08-24 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.base/maint.exp: Update "maint print type".
2703
80f73d71
VP
27042008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2705
2706 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2707 support. Adjust the order of "*running" notifications.
2708 * gdb.mi/non-stop.c: Don't cast from int to void* and
2709 back.
2710
d9c78d7d
MK
27112008-08-20 Mark Kettenis <kettenis@gnu.org>
2712
2713 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2714 expect to find it in the "info frame" output.
2715
97a2d1d3
DJ
27162008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2717
2718 * gdb.base/interp.exp: Always consume both prompts.
2719
b96e2927
PA
27202008-08-20 Pedro Alves <pedro@codesourcery.com>
2721
2722 * gdb.base/pending.exp: Test pending breakpoints without symbols
2723 loaded.
2724
8cf6e61a
VP
27252008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2726
2727 * lib/mi-support.exp (mi_expect_stop): Produce
2728 more details on failures.
2729 * gdb.mi/mi-nonstop.exp: New.
2730 * gdb.mi/non-stop.c: New.
2731
c6ebd6cf
VP
27322008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2733
a9c64011
AS
2734 * gdb.mi/mi-async.exp: Use 'set target-async'.
2735 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2736
46a9b8ed
DJ
27372008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2738
2739 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2740
44feb3ce
TT
27412008-08-17 Tom Tromey <tromey@redhat.com>
2742
2743 * gdb.base/help.exp (help catch): Rewrite.
2744
311a4e6b
TJB
27452008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2746
2747 * gdb.base/define.exp: Test indented command documentation.
2748 * gdb.python/python.exp: Test indented multi-line command.
2749
604c2f83
LM
27502008-08-15 Luis Machado <luisgpm@br.ibm.com>
2751
2752 * testsuite/gdb.arch/vsx-regs.c: New source file.
2753 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2754 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2755
886a217c
TT
27562008-08-14 Tom Tromey <tromey@redhat.com>
2757
2758 * gdb.base/macscp.exp: Add regression test for "macro define" or
2759 "macro undef" with no arguments.
2760
c814a4f3
PP
27612008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2762
2763 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2764
12ab8a60
UW
27652008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2766
2767 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2768
d57a3c85
TJB
27692008-08-06 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.python/python.exp: New file.
2772
c7b778ff
JK
27732008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 Fix for PR gdb/1543.
2776 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2777 $LOCATION.
2778 (location): New variable.
2779 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2780 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2781 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2782 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2783 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2784 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2785 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2786 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2787 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2788 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2789 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2790 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2791 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2792 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2793 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2794 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2795 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2796 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2797 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2798 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2799 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2800 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2801 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2802 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2803 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2804 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2805 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2806 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2807 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2808 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2809 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2810 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2811 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2812 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2813 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2814 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2815 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2816 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2817 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2818 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2819 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2820 gdb.base/type-opaque.exp, gdb.base/until.exp,
2821 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2822 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2823 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2824 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2825 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2826 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2827 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2828 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2829 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2830 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2831 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2832 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2833 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2834 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2835 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2836 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2837 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2838 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2839 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2840 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2841 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2842 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2843 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2844 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2845 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2846 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2847 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2848 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2849 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2850 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2851 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2852 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2853 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2854 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2855 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2856 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2857 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2858 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2859 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2860 to bug-gdb@prep.ai.mit.edu .
2861
5e06a3d1
VP
28622008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2863
2864 * lib/mi-support.exp (mi_load_shlibs): New.
2865 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2866
9d81d21b
VP
28672008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2868
2869 * lib/mi-support.exp (get_mi_thread_list)
2870 (check_mi_and_console_threads): New, moved from ...
2871 * gdb.mi/mi-pthread.exp: ...here.
2872 * gdb.mi/gdb669.exp (get_mi_thread_list)
2873 (check_mi_and_console_threads): Delete.
2874 * gdb.mi/mi2-pthread.exp: Likewise.
2875
bae98fe0
TT
28762008-07-28 Tom Tromey <tromey@redhat.com>
2877
2878 * Makefile.in (just-check): Remove. Move body to...
2879 (check): ... here.
2880
57380f4e
DJ
28812008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2882
2883 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2884 Add a test for duplicated SIGINTs.
2885
e09490f1
DJ
28862008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2887
2888 * gdb.threads/schedlock.exp (get_args): Update to work for any
2889 value of NUM.
2890 (Top level): Report the number of threads that did not resume.
2891
6387b45f
DJ
28922008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2893
2894 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2895
62f64ff2
DJ
28962008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2897
2898 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2899 non-MI prompt.
2900
fa8de41e
TT
29012008-07-26 Tom Tromey <tromey@redhat.com>
2902
2903 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2904 (function_struct, function_struct_ptr): New globals.
2905 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2906 function pointer in a struct.
2907
ccb3ac8a
TT
29082008-07-26 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.base/macscp.exp: Add test for macro lexing bug.
2911
d7d9f01e
TT
29122008-07-18 Tom Tromey <tromey@redhat.com>
2913
2914 * gdb.base/macscp.exp: Add macro tests.
2915
9bf07184
PP
29162008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2917
2918 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2919
becf6477
PP
29202008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2921
2922 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2923
0709f7d3
PP
29242008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2925
2926 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 2927
7093c834
PP
29282008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2929
2930 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 2931
b432ffe3
JK
29322008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2935
b1a268e5
VP
29362008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2937
2938 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2939
e2995f8e
KB
29402008-07-11 Kevin Buettner <kevinb@redhat.com>
2941
2942 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2943 of regexp to account for changes made to GDB in the printing of
2944 byte vectors.
2945
14032a66
TT
29462008-07-11 Tom Tromey <tromey@redhat.com>
2947
2948 * gdb.base/completion.exp: Add 'help' completion test.
2949
981505ef
JK
29502008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2953
10568435
JK
29542008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2955
2956 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2957
4487aabf
PA
29582008-07-09 Pedro Alves <pedro@codesourcery.com>
2959
2960 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2961
a4a9b1c4
PA
29622008-07-09 Pedro Alves <pedro@codesourcery.com>
2963
2964 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2965
3c3185ac
JK
29662008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2969
7ebd49dc
VP
29702008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2971
2972 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2973 previous commit. Add a comment.
2974
84e46146
PA
29752008-06-28 Pedro Alves <pedro@codesourcery.com>
2976
2977 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2978
0f8d4a2f
VP
29792008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2980
2981 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2982
f747e0ce
PA
29832008-06-27 Pedro Alves <pedro@codesourcery.com>
2984
2985 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2986 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2987 compiling an executable, link in an object that forces unbuffered
2988 output.
2989 * lib/set_unbuffered_mode.c: New file.
2990
734a5c36
JK
29912008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2994
a2840c35
VP
29952008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2996
a9c64011
AS
2997 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2998 mi_expect_stop.
2999 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
3000 Demand that *running is output.
3001 (detect_async): Perform checking every time.
3002 (mi_send_resuming_command): Extract everything into...
3003 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
3004 (mi_expect_stop): Don't accept any output before *stopped.
3005
6ae37fef
VP
30062008-06-13 Vladimir Prus <vladimir@codesourcery.com>
3007
3008 Robustify mi-simplerun.
a9c64011
AS
3009 * gdb.mi/basics.c (main): Add a call to sleep.
3010 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
3011 * gdb.mi/mi2-cli.exp: Likewise.
3012 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 3013
b4aa76f0 30142008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
3015
3016 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
3017
e1ac3328
VP
30182008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3019
a9c64011
AS
3020 * gdb.mi/mi-console.exp: Adjust.
3021 * gdb.mi/mi-syn-frame.exp: Adjust.
3022 * gdb.mi/mi2-console.exp: Adjust.
3023 * gdb.mi/mi2-syn-frame.exp: Adjust.
3024 * lib/mi-support.exp (mi_run_cmd): Adjust.
3025 (mi_send_resuming_command): Adjust.
e1ac3328 3026
f7f9a841
VP
30272008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3028
3029 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
3030 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
3031 testing of stopped.
3032 * gdb.mi/mi2-syn-frame.exp: Likewise.
3033 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
3034 (async, detect_async): New.
3035 (mi_expect_stop, mi_continue_to_line): Adjust expectation
3036 depending on if we're running in sync or async mode.
f7f9a841 3037
37cd5d19
TT
30382008-06-09 Tom Tromey <tromey@redhat.com>
3039
3040 * gdb.base/completion.exp: New tests for field name completion
3041 with spaces, and field name completion with '->'.
3042
65d12d83
TT
30432008-06-06 Tom Tromey <tromey@redhat.com>
3044
3045 * gdb.base/break1.c (struct some_struct): New struct.
3046 (values): New global.
3047 * gdb.base/completion.exp: Add field name completion test.
3048
ebfe2e3f
PP
30492008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3050
3051 * gdb.cp/call-c.exp: Test for incorrect handling of reference
3052 to pointer.
3053 * gdb.cp/call-c.cc: Likewise.
3054
bcf6fc3a
NR
30552008-06-06 Nick Roberts <nickrob@snap.net.nz>
3056
3057 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
3058 annotation.
3059
49fd4a42 30602008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 3061 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
3062
3063 * gdb.threads/execl.c, gdb.threads/execl1.c,
3064 gdb.threads/execl.exp: New tests.
a9c64011 3065
8a34ac3f
AR
30662008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
3067 Daniel Jacobowitz <dan@codesourcery.com>
3068
3069 * gdb.cp/exception.exp: Activate test, make it work with pending
3070 catchpoints.
3071
86ae69ef
JK
30722008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
3075
f7f9ae2c
VP
30762008-05-28 Vladimir Prus <vladimir@codesourcery.com>
3077
a9c64011
AS
3078 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
3079 now printed.
3080 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 3081
2a2d4dc3
AS
30822008-05-27 Andreas Schwab <schwab@suse.de>
3083
3084 * gdb.base/frame-args.exp: Handle arguments that are optimized
3085 out.
3086
5099e4d9
LM
30872008-05-26 Luis Machado <luisgpm@br.ibm.com>
3088
3089 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
3090 quiet for ppc32 and group options into a single variable.
3091
d9c36a91
JB
30922008-05-23 Joel Brobecker <brobecker@adacore.com>
3093
3094 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
3095 of zero-size elements.
3096 * gdb.ada/null_array.exp: Test printing this new array.
3097
103a8671
JK
30982008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3099
3100 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
3101
07a4cc1a 31022008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
3103
3104 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
3105 of the "finish" command.
3106
55f996a7
NR
31072008-05-21 Nick Roberts <nickrob@snap.net.nz>
3108
3109 * gdb.base/annota1.exp: Test for new annotation.
3110
907fc202
UW
31112008-05-16 Pedro Alves <pedro@codesourcery.com>
3112
3113 * gdb.base/fixsection.exp: New file.
3114 * gdb.base/fixsection0.c: New file.
3115 * gdb.base/fixsection1.c: New file.
3116
e8f97270
UW
31172008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3118
3119 * gdb.base/annota1.exp: Accept printf@... in place of printf.
3120 * gdb.base/annota3.exp: Likewise.
3121
ac0bb574
NF
31222008-05-13 Nathan Froyd <froydnj@codesourcery.com>
3123
3124 * gdb.base/watch_thread_num.exp: Don't run tests that require
3125 watchpoints if the target doesn't support them.
3126
6fadd07a
DE
31272008-05-12 Doug Evans <dje@google.com>
3128
3129 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
3130
6e9a4a30
JB
31312008-05-09 Joel Brobecker <brobecker@adacore.com>
3132
3133 * gdb.ada/assign_1.exp: New testcase.
3134
08388c79
DE
31352008-05-09 Doug Evans <dje@google.com>
3136
a3c83fae
DE
3137 * gdb.base/find.exp: New file.
3138 * gdb.base/find.c: New file.
08388c79 3139
bd5ddfe8
DJ
31402008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
3141
3142 * gdb.base/commands.exp (watchpoint_command_test): Handle
3143 gdb,no_hardware_watchpoints.
3144 * gdb.base/float.exp: Allow ARM targets without floating point.
3145 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
3146
b5dd68e2 31472008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 3148 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
3149
3150 * gdb.ada/lang_switch: New test program.
3151 * gdb.ada/lang_switch.exp: New testcase.
3152
382d13d1
DE
31532008-05-05 Doug Evans <dje@google.com>
3154
3155 * gdb.base/help.exp (disassemble): Update expected help text.
3156
9dd789d0
PA
31572008-05-04 Pedro Alves <pedro@codesourcery.com>
3158
3159 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
3160
611c83ae
PA
31612008-05-04 Pedro Alves <pedro@codesourcery.com>
3162
3163 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
3164 different times.
3165
ff013f42
JK
31662008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
3169 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
3170 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
3171 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
3172
96dff6a2
VP
31732008-05-04 Vladimir Prus <vladimir@codesourcery.com>
3174
3175 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
3176 notification to appear.
3177
55cd6f92
DJ
31782008-05-04 Daniel Jacobowitz <dan@debian.org>
3179
3180 * gdb.base/fullname.c: New file.
3181 * gdb.base/fullname.exp: New file.
3182 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
3183
d705c43c
PA
31842008-05-03 Pedro Alves <pedro@codesourcery.com>
3185
3186 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
3187 expressions with macros.
3188
333222e1
JK
31892008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3190
3191 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
3192
5ac01682
DJ
31932008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * gdb.base/completion.exp: Handle lack of other symbols beginning
3196 with "a".
3197
3198 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
3199
237fc4c9
PA
32002008-05-02 Jim Blandy <jimb@codesourcery.com>
3201
3202 * gdb.asm/asmsrc1.s: Add scratch space.
3203
ed5e9466
DJ
32042008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3205 Daniel Jacobowitz <dan@codesourcery.com>
3206
3207 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
3208 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
3209 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
3210
b39cc962
DJ
32112007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
3212
3213 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
3214
36d520f5
JB
32152008-05-01 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.base/info-target.exp: New testcase.
3218
8d4e3071
DJ
32192008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3220
3221 * gdb.cp/hang.exp: Use .cc instead of .C.
3222 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
3223 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
3224
6f3f3097
DJ
32252008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3226
3227 * gdb.base/gdb1250.exp: Remove perror.
3228 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
3229
5550a914
PA
32302008-04-30 Pedro Alves <pedro@codesourcery.com>
3231
3232 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
3233 .2byte.
3234
d848e687
DJ
32352008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
3236
3237 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
3238 (maybe_kfail): New.
3239
93b5768b
PA
32402008-04-25 Pedro Alves <pedro@codesourcery.com>
3241
3242 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
3243
721c02de
VP
32442008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3245
a9c64011
AS
3246 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
3247 * gdb.mi/mi2-syn-frame.exp: Likewise.
3248 * lib/mi-support.exp: Likewise.
721c02de 3249
74960c60
VP
32502008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3251
3252 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
3253 to specify regexp for the location to stop at.
3254 * gdb.base/break-always.c: New.
3255 * gdb.base/break-always.exp: New.
3256
d24317b4
VP
32572008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3258
3259 * lib/mi-support.exp (mi_runto_helper): Adjust
3260 for the original-location field.
3261 (mi_create_breakpoint, mi_list_breakpoints): New.
3262 * gdb.mi/mi-break.exp: Adjust.
3263 * gdb.mi/mi2-break.exp: Adjust.
3264 * gdb.mi/mi-pending.exp: Adjust.
3265 * gdb.mi/mi-simplerun.exp: Adjust.
3266 * gdb.mi/mi2-simplerun.exp: Adjust.
3267 * gdb.mi/mi-syn-frame.exp: Adjust.
3268 * gdb.mi/mi2-syn-frame.exp: Adjust.
3269 * gdb.mi/mi-until.exp: Adjust.
3270 * gdb.mi/mi2-until.exp: Adjust.
3271 * gdb.mi/mi-var-display.exp: Adjust.
3272 * gdb.mi/mi2-var-display.exp: Adjust.
3273 * gdb.mi/mi-watch.exp: Adjust.
3274 * gdb.mi/mi2-watch.exp: Adjust.
3275
fdc59709 32762008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 3277
a9c64011
AS
3278 * aclocal.m4: Add override.m4.
3279 * configure: Regenerate.
fdc59709 3280
8e91f023
VP
32812008-04-19 Vladimir Prus <vladimir@codesourcery.com>
3282
3283 * gdb.mi/var-cmd.c (do_at_tests): Verify that
3284 '-var-update --all-values' reports new value even the type
3285 of a variable object has changed.
3286
233a11ab
CS
32872008-04-18 Craig Silverstein <csilvers@google.com>
3288
3289 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
3290 files.
d24317b4 3291
9c1137ad
JB
32922008-04-18 Joel Brobecker <brobecker@adacore.com>
3293
3294 * gdb.ada/atomic_enum: New test program.
3295 * gdb.ada/atomic_enum.exp: New testcase.
3296
66d0bbc7
DE
32972008-04-17 Doug Evans <dje@google.com>
3298
3299 * gdb.opt/Makefile.in: Fix whitespace.
3300
100906b0
UW
33012008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
3302
3303 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
3304
4584e32e
DE
33052008-04-17 Doug Evans <dje@google.com>
3306
3307 * gdb.base/hashline1.exp: New testcase.
3308 * gdb.base/hashline2.exp: New testcase.
3309 * gdb.base/hashline2.exp: New testcase.
3310
0a320680
PA
33112008-04-17 Pedro Alves <pedro@codesourcery.com>
3312
3313 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
3314
18ac113b
AR
33152008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
3316
3317 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
3318 temporary breakpoint to match "Temporary breakpoint".
3319 * gdb.base/break.exp (delete_breakpoints): Likewise.
3320 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
3321 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
3322 * gdb.base/display.exp: Likewise.
3323 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
3324 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
3325 * gdb.base/restore.exp (restore_tests): Likewise.
3326 * gdb.base/sepdebug.exp: Likewise.
3327 * gdb.base/watchpoint.exp: Likewise.
3328 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
3329 * gdb.mi/mi-pending.exp: Likewise.
3330 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
3331 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
3332 * gdb.mi/mi-var-cmd.exp: Likewise.
3333 * gdb.mi/mi-var-display.exp: Likewise.
3334 * gdb.mi/mi2-cli.exp: Likewise.
3335 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
3336 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
3337 * gdb.mi/mi2-var-display.exp: Likewise.
3338 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
3339 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
3340 new "disp" field.
a9c64011 3341 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
3342 reason. This is to support fix for PR2424.
3343
add38693
JK
33442008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
3347
fcacd99f
VP
33482008-04-13 Vladimir Prus <vladimir@codesourcery.com>
3349
3350 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 3351 field. Add more floating varobj tests.
fcacd99f 3352 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
3353 field.
3354 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
3355 (main): Call do_at_tests.
3356 * lib/mi-support.exp (mi_create_floating_varobj)
3357 (mi_varobj_update_with_type_change): New.
fcacd99f 3358
de051565
MK
33592008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3360
3361 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
3362 option of -var-evaluate-expression.
3363 * gdb.mi/mi2-var-display.exp: Likewise.
3364
dbc52822
VP
33652008-04-07 Vladimir Prus <vladimir@codesourcery.com>
3366
3367 Introduce test setup helpers.
a9c64011
AS
3368 * lib/gdb.exp (build_executable, clean_restart)
3369 (prepare_for_testing): New.
3370 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
3371 * gdb.base/return.exp: Likewise.
3372 * gdb.base/ending-run.exp: Likewise.
dbc52822 3373
473591da
NR
33742008-04-07 Nick Roberts <nickrob@snap.net.nz>
3375
3376 * gdb.mi/mi-async.exp: New test for asynchronous Machine
3377 Interface (MI) responses.
3378
2b2d9e11
VP
33792008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3380
a9c64011
AS
3381 * gdb.cp/breakpoint.cc: New code to test conditions involving
3382 member variables.
3383 * gdb.cp/breakpoint.exp: Test condition involving member
3384 variables.
2b2d9e11 3385
bb378428
VP
33862008-04-05 Vladimir Prus <vladimir@codesourcery.com>
3387
3388 * lib/mi-support.exp (mi_expect_stop): New.
3389 (mi_run_cmd): Change the
3390 token. Use mi_send_resuming_command, use
3391 mi_expect_stop.
3392 (mi_execute_to_helper): Rename to mi_execute_to.
3393 (mi_send_resuming_command): Add more error patterns.
3394 (mi_wait_for_stop): Renamed to...
3395 (mi_get_stop_line): ...this.
3396 (mi_run_inline_test): Adjust.
3397
3398 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
3399 * gdb.mi/mi-console.exp: Likewise.
3400 * gdb.mi/mi-pending.exp: Likewise.
3401 * gdb.mi/mi-simplerun.exp: Likewise.
3402 * gdb.mi/mi-stack.exp: Likewise.
3403 * gdb.mi/mi-stepi.exp: Likewise.
3404 * gdb.mi/mi-syn-frame.exp: Add comment.
3405 * gdb.mi/mi-until.exp: Likewise.
3406 * gdb.mi/mi-var-display.exp: Likewise.
3407 * gdb.mi/mi-watch.exp: Likewise.
3408 * gdb.mi/mi2-cli.exp: Likewise.
3409 * gdb.mi/mi2-console.exp: Likewise.
3410 * gdb.mi/mi2-simplerun.exp: Likewise.
3411 * gdb.mi/mi2-stack.exp: Likewise.
3412 * gdb.mi/mi2-stepi.exp: Likewise.
3413 * gdb.mi/mi2-until.exp: Likewise.
3414 * gdb.mi/mi2-var-display.exp: Likewise.
3415 * gdb.mi/mi2-watch.exp: Likewise.
3416
62172bb9
UW
34172008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3418
3419 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
3420
3421 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
3422
a13e061a
PA
34232008-04-04 Pedro Alves <pedro@codesourcery.com>
3424
3425 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
3426 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
3427 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
3428 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
3429 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
3430 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
3431 expect an mi error duplicated in stderr.
3432
eae06beb
JB
34332008-04-03 Joel Brobecker <brobecker@adacore.com>
3434
3435 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
3436 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
3437 Add a couple of tests that verify the behavior when the new setting
3438 is set to "cancel" and "all".
3439 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
3440 "ask" before we start the testing.
3441
79c6ced6
AR
34422008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3443
3444 * gdb.cp/casts.cc: Add class reference variables.
3445 * gdb.cp/casts.exp: New test cases for up/down casting references.
3446
6c2d1a6b
MK
34472008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3448
3449 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
3450 instead of beginning to make an extra test pass.
3451 * gdb.mi/mi2-var-display.exp: Likewise.
3452
55b411d9
MR
34532008-03-31 Maciej W. Rozycki <macro@mips.com>
3454
3455 * gdb.base/break.exp: Mark failures as such. Fix formatting.
3456
c6140da2
MD
34572008-03-31 Markus Deuling <deuling@de.ibm.com>
3458 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3459
3460 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
3461 value. Add xfail for older kernels.
3462
79732189
AR
34632008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3464
3465 Bring mi-support in line with gdb.exp.
3466 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
3467 (mi_gdb_start): New function.
3468
33c3676e
MR
34692008-03-28 Maciej W. Rozycki <macro@mips.com>
3470
3471 * gdb.mi/mi-var-cmd.exp: Fix a typo.
3472
92e28119
VP
34732008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3474
3475 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
3476 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 3477
9e8e3afe
VP
34782008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3479
3480 * lib/mi-support.exp (mi_create_varobj_checked): New.
3481 (mi_list_varobj_children): Allow to check for a
3482 value.
3483 (mi_list_array_varobj_children): New.
3484
3485 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
3486 and mi_list_varobj_children, as opposed to hardcoding
3487 expected strings.
3488 * gdb.mi/gdb701.exp: Likewise.
3489 * gdb.mi/gdb792.exp: Likewise.
3490 * gdb.mi/mi-var-block.exp: Likewise.
3491 * gdb.mi/mi-var-cmd.exp: Likewise.
3492 * gdb.mi/mi-var-invalidate.exp: Likewise.
3493 * gdb.mi/mi2-var-block.exp: Likewise.
3494 * gdb.mi/mi2-var-child.exp: Likewise.
3495 * gdb.mi/mi2-var-cmd.exp: Likewise.
3496 * gdb.mi/mi2-var-display.exp: Likewise.
3497
9df50351
JK
34982008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3499
3500 Fix random false FAILs on i386.
3501 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
3502
31e5d73a
DJ
35032008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3504
3505 PR gdb/544
3506 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
3507
12f4afab
DJ
35082008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3509
3510 PR gdb/544
3511 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
3512
b562a0cb
DJ
35132008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3514
3515 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
3516 fixed PR gdb/544.
3517
17faa917
DJ
35182008-03-21 Pedro Alves <pedro@codesourcery.com>
3519
3520 * gdb.threads/fork-child-threads.exp: Test next over fork.
3521
6214f497
DJ
35222008-03-21 Chris Demetriou <cgd@google.com>
3523
3524 * gdb.base/break.exp (rbreak junk): New test for rbreak
3525 "Junk at end of arguments" issue.
3526
63092375
DJ
35272008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3528
3529 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3530 *& to work on created array elements.
3531 (Top level): Test print $pc with a file. Test string operations
3532 without a target.
3533 * gdb.base/ptype.exp: Do not expect *& to work on created array
3534 elements.
3535
b21991b0
DJ
35362008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3537
3538 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3539 gdb.threads/staticthreads.exp: Update exit query.
3540
c4b347c7
SL
35412008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3542
3543 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3544
fa4727a6
DJ
35452008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3546
3547 * gdb.base/watchpoint.c (global_ptr, func4): New.
3548 (main): Call func4.
3549 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3550 (test_inaccessible_watchpoint): New.
3551
2f34202f
MR
35522008-02-29 Maciej W. Rozycki <macro@mips.com>
3553
3554 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3555 select the largest.
3556
0d6ba1b1
DJ
35572008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3558
3559 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3560 frames-invalid annotations.
3561
e691325a
PM
35622008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3563
a9c64011 3564 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 3565
f85b5ecc
DE
35662008-02-27 Doug Evans <dje@google.com>
3567
3568 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3569 for bug 1738.
3570 (breakpoint_to_handler_entry): Ditto.
3571
b40e7bf3
JB
35722008-02-27 Joel Brobecker <brobecker@adacore.com>
3573
3574 * gdb.base/ending-run.exp: Use the first line of code inside
3575 function body to test breakpoints.
3576 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3577 location where the breakpoint is inserted when using the line
3578 where a function is declared. Fix typo in the description of
3579 one of the tests.
3580 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3581
2faca73a
PM
35822008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3583
3584 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 3585 tests.
2faca73a 3586
6f439c36
PM
35872008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3588
3589 * gdb.base/args.exp: avoid same output for tests
3590 with single quotes.
3591
54e52265
VP
35922008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3593
a9c64011
AS
3594 * gdb.base/annota1.exp: Adjust for 'info break'
3595 format changes.
3596 * gdb.base/annota3.exp: Likewise.
3597 * gdb.base/break.exp: Likewise.
3598 * gdb.base/condbreak.exp: Likewise.
3599 * gdb.base/pending.exp: Likewise.
3600 * gdb.base/sepdebug.exp: Likewise.
3601 * gdb.base/unload.exp: Likewise.
3602 * gdb.cp/ovldbreak.exp: Likewise.
3603 * gdb.mi/mi-pending.exp: Likewise.
54e52265 3604
897b09ca
DE
36052008-02-07 Doug Evans <dje@google.com>
3606
3607 * gdb.cp/mb-inline.exp: New.
3608 * gdb.cp/mb-inline.h: New.
3609 * gdb.cp/mb-inline1.cc: New.
3610 * gdb.cp/mb-inline2.cc: New.
3611
b1c32d35
PM
36122008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3613
3614 * gdb.pascal/floats.pas: New test program.
3615 * gdb.pascal/floats.exp: New testcase.
3616
1a4ca44a
TJB
36172008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3618
3619 * gdb.base/callfuncs.c (t_float_many_args): New function.
3620 (t_double_many_args): New function.
3621 * gdb.base/callfuncs.exp: Add tests for exceeding float
3622 and double parameters passed through the stack.
3623
439048e8
JB
36242008-02-05 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3627 gdb.ada/complete/foo.adb: New files.
3628 * gdb.ada/complete.exp: New testcase.
3629
81fe8080
DE
36302008-02-03 Doug Evans <dje@google.com>
3631
301f0ecf
DE
3632 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3633
81fe8080
DE
3634 * gdb.cp/gdb2384.exp: New file.
3635 * gdb.cp/gdb2384.cc: New file.
3636 * gdb.cp/gdb2384-base.h: New file.
3637 * gdb.cp/gdb2384-base.cc: New file.
3638
4b071aec
DE
36392008-02-02 Doug Evans <dje@google.com>
3640
3641 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3642
61137ba6
JB
36432007-02-01 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.ada/sym_print_name: New test program.
3646 * gdb.ada/sym_print_name.exp: New testcase.
3647
36482007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
3649
3650 * gdb.ada/nested/hello.adb: New file.
3651 * gdb.ada/nested.exp: New testcase.
3652 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3653
98deb0da
VP
36542008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3655
3656 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
3657 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3658 don't cause future evaluations of function to report
3659 creation of internal breakpoints.
98deb0da 3660
723a2275
VP
36612008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3662
3663 * gdb.mi/mi-break.exp (test_error): New.
3664 Call it.
3665
fb546a2f
LM
36662008-01-31 Luis Machado <luisgpm@br.ibm.com>
3667
3668 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3669 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3670
2d8fd90a
PM
36712008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3672
3673 * gdb.pascal/integers.pas: New test program.
3674 * gdb.pascal/integers.exp: New testcase.
3675
a7fa0ded
PM
36762008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3677
3678 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3679
5e1a1926
TJB
36802008-01-30 Luis Machado <luisgpm@br.ibm.com>
3681
3682 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3683 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3684
8d04f9f0
JB
36852008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3686
3687 * gdb.ada/formatted_ref: New test program.
3688 * gdb.ada/formatted_ref.exp: New testcase.
3689
3690 * gdb.cp/formatted-ref.cc: New file.
3691 * gdb.cp/formatted-ref.exp: New testcase.
3692
ce75a98f
JB
36932008-01-30 Joel Brobecker <brobecker@adacore.com>
3694
3695 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3696
e835f6bf
NR
36972008-01-30 Nick Roberts <nickrob@snap.net.nz>
3698
3699 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3700 (test_file_list_exec_source_file): Update to new macro-info field.
3701
d118ef87
PH
37022008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3703
3704 * gdb.ada/exprs: New test program.
3705 * gdb.ada/exprs.exp: New testcase.
3706
7d35ab09
TJB
37072008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3708
3709 * dfp-test.c (DELTA, DELTA_B): New definitions.
3710 (double_val1, double_val2, double_val3, double_val4, double_val5,
3711 double_val6, double_val7, double_val8, double_val9, double_val10,
3712 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3713 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3714 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3715 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3716 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3717 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3718 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3719 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3720 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3721 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3722 dec128_val16): New global variables.
3723 (decimal_dec128_align): New function.
3724 (decimal_mixed): Likewise.
3725 (decimal_many_args_dec32): Likewise.
3726 (decimal_many_args_dec64): Likewise.
3727 (decimal_many_args_dec128): Likewise.
3728 (decimal_many_args_mixed): Likewise.
3729 * dfp-test.exp: Add tests calling new inferior functions.
3730
2d717e4f
DJ
37312008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3732
3733 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3734 gdb.server/ext-run.exp: New files.
3735 * lib/gdbserver-support.exp (gdbserver_download): New.
3736 (gdbserver_start): New. Update gdbserver expected
3737 output.
3738 (gdbserver_spawn): Use them.
3739 (gdbserver_start_extended): New.
3740
e85a822c
DJ
37412008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3742
3743 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3744 Run on GNU/Linux.
3745 (do_exec_tests): Check for systems which do not support catchpoints.
3746 Do not match START.
3747 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3748 Run on GNU/Linux. Enable verbose output.
3749 (check_fork_catchpoints): New.
3750 (explicit_fork_child_follow, catch_fork_child_follow)
3751 (tcatch_fork_parent_follow): Update expected messages.
3752 (do_fork_tests): Use check_fork_catchpoints.
3753 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3754 Run on GNU/Linux. Enable verbose output.
3755 (check_vfork_catchpoints): New.
3756 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3757 expected messages.
3758 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3759
401ea829
JB
37602008-01-29 Jim Blandy <jimb@red-bean.com>
3761
3762 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3763 host' errors.
3764 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3765
aceaf3ad
JB
37662008-01-29 Jim Blandy <jimb@red-bean.com>
3767
3768 * gdb.threads/sigthread.c: Use barriers to ensure that
3769 child_thread and child_thread_two are always initialized before we
3770 start to use them.
3771
a5606eee
VP
37722008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3773
3774 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3775 * gdb.base/watchpoint-solib.c: New.
3776 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3777
c55a82bb
PM
37782008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3779
3780 * gdb.base/gdb1056.exp: Add unsigned integer test.
3781
0993fe05
DE
37822008-01-28 Doug Evans <dje@google.com>
3783
3784 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3785
4fe42e7f
JB
37862008-01-27 Jim Blandy <jimb@codesourcery.com>
3787
c7a69933
JB
3788 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3789
4fe42e7f
JB
3790 * gdb.base/expand-psymtabs.exp: Doc fix.
3791
5def8285
MK
37922008-01-26 Mark Kettenis <kettenis@gnu.org>
3793
3794 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3795
5313c911
NR
37962008-01-24 Nick Roberts <nickrob@snap.net.nz>
3797
a9c64011 3798 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3799 -var-set-format.
3800
93815fbf
VP
38012008-01-23 Chris Demetriou <cgd@google.com>
3802
3803 * gdb.threads/thread_events.c: New testcase source file.
3804 * gdb.threads/thread_events.exp: New testcase expect file.
3805
467a88ee
NR
38062008-01-23 Nick Roberts <nickrob@snap.net.nz>
3807
3808 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3809
3810 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3811 -var-set-format.
3812
d8f82aba
DJ
38132008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3814 Vladimir Prus <vladimir@codesourcery.com>
3815
3816 * gdb.base/float.exp: Allow missing floating point for m68k and
3817 PowerPC.
3818
60c46647
VP
38192008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3820
3821 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3822 ignore count.
3823 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3824 * gdb.mi/mi-cli.exp: Adjust.
3825 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3826
c7dd36a1
PA
38272008-01-17 Pedro Alves <pedro@codesourcery.com>
3828
3829 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3830 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3831 with dummy_ptr's address.
3832 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3833 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3834 all targets.
3835 * gdb.mi/mi2-var-child.exp: Likewise.
3836
39d5313e
JB
38372008-01-09 Joel Brobecker <brobecker@adacore.com>
3838
3839 * gdb.ada/null_array: New test program.
3840 * gdb.ada/null_array.exp: New testcase.
3841
0aea4bf3
LM
38422008-01-09 Luis Machado <luisgpm@br.ibm.com>
3843
3844 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3845 with required float modifiers.
3846
0b354900
JB
38472008-01-08 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdb.ada/funcall_param: New test program.
3850 * gdb.ada/funcall_param.exp: New testcase.
3851
cdb7f5d4
JB
38522008-01-08 Joel Brobecker <brobecker@adacore.com>
3853
3854 * gdb.ada/arrayparam: New test program.
3855 * gdb.ada/arrayparam.exp: New testcase.
3856
88e2547f
JB
38572008-01-08 Joel Brobecker <brobecker@adacore.com>
3858
3859 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3860 landed. Should also fix random failures in the test following it.
3861
f6867ce0
TJB
38622008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3863
3864 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3865 for expressions with decimal float values.
3866 (test_dfp_conversions): New function to test casts to and from
3867 decimal float types.
3868 Call test_dfp_conversions.
3869 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3870 elements.
3871 (main): Initialize ds.float4 and ds.double8 elements.
3872 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3873 string to new error message.
3874 (d64_set_tests): Likewise.
3875 (d128_set_tests): Likewise.
3876 Add tests for expressions with decimal float variables. Add tests for
3877 conversions to and from decimal float types.
3878
f9c11282
JB
38792008-01-05 Joel Brobecker <brobecker@adacore.com>
3880
3881 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3882 * gdb.ada/packed_tagged.exp: New testcase.
3883
0ecbca72
JB
38842008-01-04 Joel Brobecker <brobecker@adacore.com>
3885
3886 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3887 gdb.ada/homonym/homonym_main.adb: New files.
3888 * gdb.ada/homonym.exp: New testcase.
3889
c18d3d89
JB
38902008-01-04 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.ada/packed_array.exp: Add testing of references to
3893 a packed array.
3894
ecc7085b
JB
38952008-01-04 Joel Brobecker <brobecker@adacore.com>
3896
3897 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3898 New files.
3899 * gdb.ada/type_coercion.exp: New testcase.
3900
c474c922
JB
39012008-01-04 Joel Brobecker <brobecker@adacore.com>
3902
3903 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3904 gdb.ada/tagged/foo.adb: New file.
3905 * gdb.ada/tagged.exp: New testcase.
3906
9005b927
JB
39072008-01-04 Joel Brobecker <brobecker@adacore.com>
3908
3909 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3910 gdb.ada/ptype_field/foo.adb: New files.
3911 * gdb.ada/ptype_field.exp: New testcase.
3912
1a6aaad8
JB
39132008-01-03 Joel Brobecker <brobecker@adacore.com>
3914
3915 * gdb.ada/print_pc.exp: New testcase.
3916
0ef22f53
JB
39172008-01-03 Joel Brobecker <brobecker@adacore.com>
3918
3919 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3920 gdb.ada/taft_type/p.adb: New files.
3921 * gdb.ada/taft_type.exp: New testcase.
3922
1689ecf8
JB
39232008-01-03 Joel Brobecker <brobecker@adacore.com>
3924
3925 * gdb.ada/array_bounds/bar.adb: New file.
3926 * gdb.ada/array_bounds.exp: New testcase.
3927
a4d0b9c3
JB
39282008-01-03 Joel Brobecker <brobecker@adacore.com>
3929
3930 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3931 gdb.ada/arrayptr/foo.adb: New files.
3932 * gdb.ada/arrayptr.exp: New testcase.
3933
a31ace00
JB
39342008-01-03 Joel Brobecker <brobecker@adacore.com>
3935
3936 * gdb.base/set-lang-auto.exp: New testcase.
3937
a97fced3
JB
39382008-01-03 Joel Brobecker <brobecker@adacore.com>
3939
3940 * gdb.ada/fun_addr/foo.adb: New file.
3941 * gdb.ada/fun_addr.exp: New testcase.
3942
ef29ce1a
JK
39432008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3946 New files
3947
0fafefe3
JB
39482008-01-02 Joel Brobecker <brobecker@adacore.com>
3949
3950 * array_subscript_addr/p.adb: New file.
a9c64011 3951 * array_subscript_addr.exp: New testcase.
0fafefe3 3952
c4359f8d
JB
39532008-01-02 Joel Brobecker <brobecker@adacore.com>
3954
a9c64011 3955 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
3956 New files.
3957 * gdb.ada/str_cmp_ref.exp: New testcase.
3958
1aa1b15b
JB
39592008-01-01 Joel Brobecker <brobecker@adacore.com>
3960
3961 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3962 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 3963 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 3964
81c9b2cf
JB
39652008-01-01 Joel Brobecker <brobecker@adacore.com>
3966
3967 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3968 gdb.ada/ref_param/pck.ads: New files.
3969 * gdb.ada/ref_param.exp: New testcase.
3970
319e4674
JB
39712008-01-01 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3974 gdb.ada/interface/foo.adb: New files.
3975 * gdb.ada/interface.exp: New testcase.
3976
ef682c56
JB
39772007-12-31 Jim Blandy <jimb@codesourcery.com>
3978
3979 * gdb.base/multi-forks.exp: Consume all output from child
3980 processes before proceeding to next test.
3981
f6f3eb6c
JB
39822007-12-29 Jim Blandy <jimb@codesourcery.com>
3983
3984 * configure: Regenerated.
3985
f652e42f
JB
39862007-12-27 Joel Brobecker <brobecker@adacore.com>
3987
3988 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3989 gdb.ada/fixed_cmp/fixed.adb: New files.
3990 * gdb.ada/fixed_cmp.exp: New testcase.
3991
6943e596
JB
39922007-12-27 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gdb.ada/boolean_expr.exp: New testcase.
3995
aad9a193
JB
39962007-12-26 Jim Blandy <jimb@codesourcery.com>
3997
3998 * gdb.base/multi-forks.exp: Doc fix.
3999
fb5f3683
JB
40002007-12-26 Joel Brobecker <brobecker@adacore.com>
4001
4002 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
4003 * gdb.ada/char_param.exp: Do not compile our test program with
4004 -gnata, this is unnecessary.
4005 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
4006
384e4a9c
JB
40072007-12-24 Joel Brobecker <brobecker@adacore.com>
4008
4009 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
4010 gdb.ada/print_chars/foo.adb: New files.
4011 * gdb.ada/print_chars.exp: New testcase.
4012
01e044f7
JB
40132007-12-24 Joel Brobecker <brobecker@adacore.com>
4014
4015 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
4016 gdb.ada/char_param/foo.adb: New files.
4017 * gdb.ada/char_param.exp: New testcase.
4018
0ce17860
JB
40192007-12-22 Jim Blandy <jimb@codesourcery.com>
4020
4021 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
4022 hard-coding source line numbers into the test.
4023 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
4024 gdb_get_line_number to find.
4025
919809b9
JB
40262007-12-22 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.base/ptype.c (highest): New struct type.
4029 (the_highest): New variable of that type.
4030 (main): Add dummy assignment to a field of variable the_highest.
4031 * gdb.base/ptype.exp: Test type printing of our new variable.
4032
abc8a88d
PM
40332007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
4034
4035 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 4036 and record first explicitly generated thread number.
abc8a88d
PM
4037 Use that thread number for thread specific watchpoint test.
4038 Add iteration number to repetitive tests.
4039
5158f3e3
CES
40402007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
4041 Jim Blandy <jimb@codesourcery.com>
4042
4043 * gdb.base/expand-psymtabs.c: New testcase
4044 source file.
4045 * gdb.base/expand-psymtabs.exp: New testcase
4046 expect file.
4047
37e4754d
LM
40482007-12-17 Luis Machado <luisgpm@br.ibm.com>
4049
4050 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
4051 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
4052
551e5d04
JB
40532007-12-17 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/frame_args/foo.adb: New file.
4056 * gdb.ada/frame_args/pck.ads: New file.
4057 * gdb.ada/frame_args/pck.adb: New file.
4058 * gdb.ada/frame_args.exp: New testcase.
4059
a05ee097
JB
40602007-12-17 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.base/frame-args.c: New file.
4063 * gdb.base/frame-args.exp: New testcase.
4064
c162e8c9 40652007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 4066 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
4067
4068 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
4069
afe8ab22 40702007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4071
afe8ab22
VP
4072 * gdb.mi/mi-pending.exp: New.
4073 * gdb.mi/mi-pending.c: New.
4074 * gdb.mi/mi-pendshr.c: New.
4075
dfdfb3ca
JB
40762007-12-06 Jim Blandy <jimb@codesourcery.com>
4077
4078 * gdb.base/default.exp: Update expected output for 'info catch'.
4079
b7fca990
JK
40802007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
4083 must be set to binary.
4084
6a1afc1e
PA
40852007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
4086
4087 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
4088
a6b151f1
DJ
40892007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4090
4091 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
4092 gdb.mi/mi-file-transfer.exp: New.
4093
43039443
JK
40942007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
4097
0ef2251b
MR
40982007-11-22 Maciej W. Rozycki <macro@mips.com>
4099
4100 * gdb.trace/backtrace.exp: Fix a typo.
4101 * gdb.trace/circ.exp: Likewise.
4102 * gdb.trace/collection.exp: Likewise.
4103 * gdb.trace/limits.exp: Likewise.
4104 * gdb.trace/report.exp: Likewise.
4105 * gdb.trace/tfind.exp: Likewise.
4106 * gdb.trace/while-dyn.exp: Likewise.
4107
5443631e
NR
41082007-11-21 Nick Roberts <nickrob@snap.net.nz>
4109
4110 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
4111 objects of pointers that can't be dereferenced are now
4112 "noneditable".
4113
a4ce5b0d
UW
41142007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4115
4116 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4117 (target_cpu): Remove.
4118
d6e956e5
VP
41192007-10-15 Vladimir Prus <vladimir@codesourcery.com>
4120
4121 * gdb.base/ending-run.exp: Expect the list of cleared
4122 breakpoint to come in natural order, not the reversed one.
a9c64011 4123
214270ab
VP
41242007-11-07 Vladimir Prus <vladimir@codesourcery.com>
4125
4126 * gdb.mi/mi-var-child.c (do_child_deletion): New.
4127 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 4128
1a619819
LM
41292007-11-05 Luis Machado <luisgpm@br.ibm.com>
4130
4131 * gdb.base/printcmds.exp: New function
4132 test_printf_with_dfp.
4133
5b01a6fa
DE
41342007-11-02 Doug Evans <dje@google.com>
4135
4136 * gdb.disasm/t01_mov.s: Remove carriage returns.
4137 * gdb.disasm/t02_mova.s: Ditto.
4138 * gdb.disasm/t03_add.s: Ditto.
4139 * gdb.disasm/t04_sub.s: Ditto.
4140 * gdb.disasm/t05_cmp.s: Ditto.
4141 * gdb.disasm/t06_ari2.s: Ditto.
4142 * gdb.disasm/t07_ari3.s: Ditto.
4143 * gdb.disasm/t08_or.s: Ditto.
4144 * gdb.disasm/t09_xor.s: Ditto.
4145 * gdb.disasm/t10_and.s: Ditto.
4146 * gdb.disasm/t11_logs.s: Ditto.
4147 * gdb.disasm/t12_bit.s: Ditto.
4148 * gdb.disasm/t13_otr.s: Ditto.
4149
ec33ab7f
JK
41502007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4151
4152 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
4153
ae0d01ff
UW
41542007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4155
4156 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
4157 provide DFP support.
4158
55eddb0f
DJ
41592007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4160
4161 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
4162 Test "set powerpc vector-abi". Skip auto-detection tests for old
4163 toolchains.
4164
7020f05c
PA
41652007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4166
4167 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
4168 with [string compare].
4169
84bc3db9
PA
41702007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4171
4172 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
4173 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
4174
5876dc88
LM
41752007-10-25 Luis Machado <luisgpm@br.ibm.com>
4176
4177 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
4178 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
4179 * gdb.opt/Makefile.in: New makefile.
4180 * Makefile.in: Create new directory "gdb.opt".
4181 * configure.ac: Add "gdb.opt" directory.
4182 * configure: Regenerated.
a9c64011 4183
c3ea9a14
DE
41842007-10-25 Doug Evans <dje@google.com>
4185
4186 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
4187 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
4188
a9c64011 41892007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
4190 Thiago Jung Bauermann <bauerman@br.ibm.com>
4191
4192 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
4193 Floating Point expressions.
4194 * gdb.base/dfp-test.exp: new file adding tests for Decimal
4195 Floating Point variables.
4196 * gdb.base/dfp-test.c: new file containing program with Decimal
4197 Floating variables, used by gdb.base/dfp-test.exp.
4198
62a24a2b
DJ
41992007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4200
4201 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
4202
e7b1eae6
UW
42032007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4204
4205 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
4206 compiling test case with GCC.
4207 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
4208
c641edcc
UW
42092007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4210
4211 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4212 format changes.
4213
5e5ebfe6
MS
42142007-10-18 Michael Snyder <msnyder@specifix.com>
4215
4216 * gdb.base/dbx.exp: Add missing "-re " operator.
4217
e831e7b6
GM
42182007-10-16 Gaius Mulley <gaius@glam.ac.uk>
4219
4220 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
4221 * configure.ac: Removed trailing spaces after backslash.
4222 * gdb.modula2: New directory.
4223 * gdb.modula2/Makefile.in: New file.
4224 * gdb.modula2/unbounded-array.exp: New file.
4225 * gdb.modula2/unbounded1.c: New file.
4226
7cc46491
DJ
42272007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4228
4229 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
4230
42312007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
4232
4233 * gdb.base/sigstep.c (main): Add checks for
4234 return values for setitimer call.
4235 Call setitimer again with itimer = ITIMER_REAL
4236 if first call to setitimer fails.
4237
e91528f0
KH
42382007-10-11 Kazu Hirata <kazu@codesourcery.com>
4239
4240 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
4241 of $timeout.
4242
2ec9a4f8
DJ
42432007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * gdb.server/server-run.exp: Test for dynamic linker symbols.
4246
42472007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
4248
4249 * lib/gdb.exp (gdb_run_cmd): Move comment outside
4250 of gdb_expect call, to avoid interruption.
4251
64b2fa04
PA
42522007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
4253
4254 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
4255 (v_unsigned_long_long, v_long_long_array)
4256 (v_signed_long_long_array, v_unsigned_long_long_array)
4257 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
4258 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
4259 [!NO_LONG_LONG]: New.
4260 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
4261 v_long_long_member.
4262
4263 (v_long_long_func, v_signed_long_long_func)
4264 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
4265 (main) [!NO_LONG_LONG]: Initialize long long variants.
4266
4267 * gdb.base/whatis.exp: If board file requests no_long_long, build
4268 test with NO_LONG_LONG defined. Test long long, signed long long,
4269 and unsigned long long variants but only if board file doesn't
4270 disable it.
4271
a912286e 42722007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 4273 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
4274
4275 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
4276 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
4277 * configure: Regenerated.
4278 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
4279 gdb.pascal/types.exp, lib/pascal.exp: New files.
4280
471ba8c9
DJ
42812007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
4282
4283 * gdb.cp/classes.exp (do_tests): Always step to the line after the
4284 call.
4285 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
4286 to return to the call.
4287 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
4288 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
4289 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
4290 * gdb.mi/mi-until.exp (test_until): Likewise.
4291 * gdb.mi/mi2-until.exp (test_until): Likewise.
4292
fef8a650
DJ
42932007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
4294
4295 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
4296 two-char array.
4297 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
4298
d983da9c
DJ
42992007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4300
4301 * gdb.threads/watchthreads.c (thread_function): Sleep between
4302 iterations.
4303 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
4304 at once for S/390. Generate matching fails and passes.
4305
17f62551
VP
43062007-09-27 Vladimir Prus <vladimir@codesourcery.com>
4307
4308 * gdb.mi/var-cmd.c (do_children_tests): Initialize
4309 the 'struct_declarations' variable to zeros.
a9c64011 4310
ed0616c6
VP
43112007-09-24 Vladimir Prus <vladimir@codesourcery.com>
4312
4313 * gdb.cp/mb-ctor.cc: New.
4314 * gdb.cp/mb-ctor.exp: New.
4315 * gdb.cp/mb-templates.cc: New.
4316 * gdb.cp/mb-templates.exp: New.
4317
41f1b697
DJ
43182007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
4319
4320 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
4321
3f213f78
PA
43222007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
4323
4324 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
4325 targets.
4326 * configure: Regenerate.
4327
0d381245 43282007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4329
0d381245
VP
4330 * gdb.base/annota1.exp: Adjust for 'info break'
4331 format changes.
4332 * gdb.base/annota3.exp: Likewise.
4333 * gdb.base/break.exp: Likewise.
4334 * gdb.base/condbreak.exp: Likewise.
4335 * gdb.base/pending.exp: Likewise.
4336 * gdb.base/sepdebug.exp: Likewise.
4337 * gdb.base/unload.exp: Likewise.
4338 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 4339
fe3f5fa8
VP
43402007-09-22 Vladimir Prus <vladimir@codesourcery.com>
4341
4342 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
4343 messages.
4344 * gdb.base/chng-syms.exp: Likewise.
4345 * gdb.base/unload.exp: Likewise.
a9c64011 4346
a75cf6c0
DJ
43472007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4348
4349 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
4350
18ecae38
DJ
43512007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4352
4353 * schedlock.c (NUM): Change to 1.
4354 (main): Use args[0] for the main thread.
4355 * schedlock.exp: Only expect two threads. Only issue one pass or fail
4356 regardless of the number of threads.
4357
5509918f
MR
43582007-09-14 Maciej W. Rozycki <macro@mips.com>
4359
4a543daf
MR
4360 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
4361 type down.
4362 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4363 test.
4364 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
4365 watchpoint type down.
4366 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4367 test.
4368
43692007-09-14 Maciej W. Rozycki <macro@mips.com>
4370
5509918f
MR
4371 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
4372 Move all the tests here and run them twice, once using software
4373 watchpoints and once using hardware watchpoints.
4374 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
4375
40b53987
DJ
43762007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
4377
4378 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
4379 test.
4380
695e2681
MK
43812007-09-10 Mark Kettenis <kettenis@gnu.org>
4382
8b3fc8d8
MK
4383 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
4384 build-id.
4385
695e2681
MK
4386 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
4387 know about $ORIGIN. Calculate output dir from $dest instead of
4388 using ${objdir}/{$subdir}.
4389
58d69f29
MK
43902007-09-09 Mark Kettenis <kettenis@gnu.org>
4391
4392 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
4393 gcore, before continuing with the test.
4394
3e347599
DJ
43952007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
4396
4397 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
4398 * gdb.mi/mi-watch.exp: Likewise.
4399
ea37ba09
DJ
44002007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4401 Jim Blandy <jimb@codesourcery.com>
4402
4403 * gdb.arch/i386-sse.exp: Do not expect character constants.
4404 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
4405 * gdb.base/display.exp: Allow print/s.
4406 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
4407 and unsigned char array changes.
4408
2025a643
DJ
44092007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4410
4411 * gdb.base/display.exp: Add tests for printf %p.
4412
26669a27
PA
44132007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4414
4415 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
4416 the dll name to unicode.
4417
c8f021f8
JK
44182007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4419
4420 * gdb.base/default.exp (show version): Update the version text.
4421 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
4422
4cf31eea
JK
44232007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4424
4425 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
4426 New files.
4427
4935890f
JK
44282007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 * lib/gdb.exp (build_id_debug_filename_get): New function.
4431 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
4432 Remove the generate DEBUG file for the future testcase runs.
4433 New testcase for the NT_GNU_BUILD_ID retrieval.
4434 Move the final testing step to ...
4435 (test_different_dir): ... a new function.
4436 New parameter XFAIL to XFAIL all the tests performed.
4437 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
4438 New parameter TYPE to PF_PREFIX all the tests performed.
4439
02142340
VP
44402007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4441
4442 * gdb.mi/mi-var-cp.cc (path_expression): New
4443 function.
4444 * gdb.mi/mi-var-cp.exp: Run path exression tests.
4445
36acd84e
UW
44462007-08-27 Markus Deuling <deuling@de.ibm.com>
4447
4448 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
4449 to fit into SPU Local Store memory.
4450
a896d121
JB
44512007-08-23 Joel Brobecker <brobecker@adacore.com>
4452
4453 * gdb.base/default.exp: Adjust the expected output of "info
4454 warranty" after the switch to GPLv3.
4455
7b433602
JB
44562007-08-23 Joel Brobecker <brobecker@adacore.com>
4457
4458 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
4459 to 30000 (from 20000).
4460
e22f8b7c
JB
44612007-08-23 Joel Brobecker <brobecker@adacore.com>
4462
4463 Switch the license of all .exp files to GPLv3.
4464 Switch the license of all .f and .f90 files to GPLv3.
4465 Switch the license of all .s and .S files to GPLv3.
4466
5a0e3bd0
JB
44672007-08-23 Joel Brobecker <brobecker@adacore.com>
4468
4469 * configure.ac: Switch license to GPLv3.
4470
cc00619d
JB
44712007-08-23 Joel Brobecker <brobecker@adacore.com>
4472
4473 Switch the licensing to GPLv3 for all .ads and .adb files.
4474
8d26208a
DJ
44752007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
4476
4477 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
4478 and t_int_double.
4479 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
4480
4fcb9948
JB
44812007-08-17 Joel Brobecker <brobecker@adacore.com>
4482
4483 * gdb.base/step-line.c: Switch license to GPL version 3, and
4484 update copyright year.
4485 * gdb.base/step-line.inp: Likewise.
4486
b9c34f67
JB
44872007-08-17 Joel Brobecker <brobecker@adacore.com>
4488
4489 * gdb.base/gdb1555.exp: Make expected output immune to formatting
4490 changes inside gdb1555.c.
4491 * gdb.base/pending.exp: Likewise.
4492
2cc17678
DJ
44932007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
4494
4495 * config/default.exp: New file.
4496
e48883f7
DJ
44972007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4498
4499 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
4500 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
4501
1ab80e5b
MR
45022007-07-30 Maciej W. Rozycki <macro@mips.com>
4503
4504 * gdb.base/dump.exp: Force the correct endianness for binary
4505 formats not carrying this information.
4506
aba471f5
DJ
45072007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * gdb.threads/staticthreads.exp: Match .*sem_post.
4510
d4e07204
DJ
45112007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4512
4513 * gdb.base/readline.exp (operate_and_get_next): Match the final
4514 prompt.
4515
2b97317d
KB
45162007-07-23 Kevin Buettner <kevinb@redhat.com>
4517
4518 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4519 to restarting SID.
4520
44efa07a
KB
45212007-07-18 Kevin Buettner <kevinb@redhat.com>
4522
4523 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4524 prior to `gdb_start'.
4525
7b5ebade
KB
45262007-07-18 Kevin Buettner <kevinb@redhat.com>
4527
4528 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4529 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4530 Remove call to gdb_unload.
4531
255e7678
DJ
45322007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4533 Daniel Jacobowitz <dan@codesourcery.com>
4534
4535 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4536 for __WIN32__.
4537 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4538 * gdb.base/unload.exp: Use shared library test routines.
4539
3a40aaa0
UW
45402007-07-03 Markus Deuling <deuling@de.ibm.com>
4541
4542 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4543 * gdb.base/solib-symbol-lib.c: Likewise.
4544 * gdb.base/solib-symbol-main.c: Likewise.
4545
b0f4b84b
DJ
45462007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4547
4548 * config/gdbserver.exp (gdb_reconnect): New.
4549 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4550 gdb.base/solib-disc.exp: New files.
4551 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4552 remote debugging".
4553 (gdb_compile): Add shlib_load flag.
4554 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4555 port.
4556 (gdbserver_reconnect): New.
4557
1b05479a
DJ
45582007-07-01 Nick Roberts <nickrob@snap.net.nz>
4559 Daniel Jacobowitz <dan@codesourcery.com>
4560
4561 * gdb.base/annota3.exp: Test for if construct.
4562
86f78eb2
DJ
45632007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4564
4565 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4566
6a2eb474 45672007-06-21 Chris Dearman <chris@mips.com>
a9c64011 4568 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
4569
4570 * gdb.base/display.exp: Allow a newline after display/i.
4571 * gdb.base/pc-fp.exp: Likewise.
4572 * gdb.base/sigbpt.exp: Likewise.
4573
f8b73d13
DJ
45742007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4577 required features to be included.
4578
4339e69e
DJ
45792007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4582 in info threads output.
4583
23d964e7
UW
45842007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4585 Markus Deuling <deuling@de.ibm.com>
4586
4587 * gdb.arch/spu-info.exp: New testcase.
4588 * gdb.arch/spu-info.c: New file.
4589
fd20f75b
DJ
45902007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4591
4592 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4593 tpcs_offset. Restore lr after the call.
4594 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4595
2226f861
DJ
45962007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4597
4598 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4599 (gdbserver_run): Kill any running gdbserver.
4600 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4601
d12371a9
MR
46022007-05-17 Maciej W. Rozycki <macro@mips.com>
4603
4604 * gdb.base/sigbpt.exp: Preset segv_addr.
4605
93f02886
DJ
46062007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4607
4608 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4609 (gdb_compile_shlib): Likewise.
4610 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4611 (default_gdb_init): Clear cleanfiles.
4612 (gdb_finish): Delete recorded cleanfiles.
4613 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4614
4615 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4616 Do not use isnative.
4617 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4618 gdb.base/so-impl-ld.exp: Likewise.
4619 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4620 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4621 gdb_compile.
4622
b04e06d7
VP
46232007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4624
4625 * config/unknown.exp: Remove.
4626
069ed931
UW
46272007-05-15 Markus Deuling <deuling@de.ibm.com>
4628
4629 * gdb.base/info-proc.exp: Check is_remote.
4630
09db0d03
UW
46312007-05-14 Markus Deuling <deuling@de.ibm.com>
4632
4633 * gdb.base/gcore.exp: Initialize variable core_supported.
4634
af2cbe8c
DJ
46352007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4636
4637 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4638
027c0295
DJ
46392007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4640
4641 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4642 * gdb.threads/print-threads.exp (test_all_threads): Allow
4643 negative and hexadecimal thread IDs.
4644
dc5000e7
DJ
46452007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4646
4647 * gdb.java/jprint.java (public): Avoid invalid call to static
4648 method.
4649
2e74ed18
DP
46502007-05-14 Denis Pilat <denis.pilat@st.com>
4651
4652 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4653 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4654 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4655 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4656 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4657
83547f02
UW
46582007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4659
4660 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 4661 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
4662 this mode.
4663 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4664 * gdb.base/spu.ld: New file.
4665
b18be20d
DJ
46662007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4667
4668 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4669
be444858
DJ
46702007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4671
4672 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4673
b1d53152
DJ
46742007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4675
4676 * gdb.java/jmain.exp: Handle demangled names with and without method
4677 signatures.
4678
d084b331
DJ
46792007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4680
4681 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4682 (have_a_very_merry_interrupt): Remove calls to puts.
4683 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4684 inferior output.
4685 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4686 test names.
4687
db9d7fc5
DJ
46882007-04-29 Markus Deuling <deuling@de.ibm.com>
4689 Daniel Jacobowitz <dan@codesourcery.com>
4690
4691 * gdb.base/auxv.exp (core_works): Also check is_remote.
4692 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4693
ef783a7d 46942007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4695
ef783a7d
VP
4696 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4697 message, not the undefined 'module' variable.
4698 * gdb.base/siginfo.exp: Likewise.
4699 * gdb.base/sigstep.exp: Likewise.
4700 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4701 serialport.
4702 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4703
b7b73cae
CV
47042007-04-25 Corinna Vinschen <vinschen@redhat.com>
4705
4706 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4707 target sim fails. Return 0 otherwise.
4708 (gdb_load): Return prematurely if gdb_target_sim fails.
4709
7d90fdfa
DP
47102007-04-16 Denis Pilat <denis.pilat@st.com>
4711
4712 * gdb.base/setshow.exp: Reset height after having set it to 100.
4713
5d3e9c85
DP
47142007-04-16 Denis Pilat <denis.pilat@st.com>
4715
4716 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4717
18e75969
DP
47182007-04-16 Denis Pilat <denis.pilat@st.com>
4719
4720 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4721
25d5ea92
VP
47222007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4723
4724 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4725 tests. Run the frozen varobjs test.
4726 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4727 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4728
0b49cb80
JK
47292007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4732 gdb.base/type-opaque.exp: New files.
4733
a73bafbc 47342007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4735
4736 * gdb.mi/mi-var-child.c
a73bafbc
VP
4737 (do_children_tests): User char[2] instead of
4738 char so that automatic printing of pointers to char
4739 don't give unpredicable result.
4740 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4741 local variables.
4742 * gdb.mi/mi-var-child.exp: Step to right line
4743 of do_children_tests.
4744 * gdb.mi/mi2-var-child.exp: Likewise.
4745 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4746 do_locals_tests.
a73bafbc
VP
4747 (do_children_tests): User char[2] instead of
4748 char so that automatic printing of pointers to char
a9c64011 4749 don't give unpredicable result.
a73bafbc 4750 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4751 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4752 Pass test name to mi_wait_for_stop.
4753
7ce59000
DJ
47542007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 * gdb.asm/asm-source.exp: Remove d10v case.
4757 * lib/gdb.exp (skip_cplus_tests): Likewise.
4758 * gdb.asm/d10v.inc: Deleted.
4759
20389057
DJ
47602007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4761
4762 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4763
8807d78b
DJ
47642007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4765
4766 * config/netware.exp: Delete file.
4767
aa3edb8e
JB
47682007-03-29 Joel Brobecker <brobecker@adacore.com>
4769
4770 * gdb.dwarf2/dw2-noloc.S: New file.
4771 * gdb.dwarf2/dw2-noloc.exp: New file.
4772
297561ac
PA
47732007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4774
4775 * gdb.cp/method2.cc: New test.
4776 * gdb.cp/method2.exp: New test.
4777 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4778
1f81bd39
DJ
47792007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4780
4781 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4782
9453113a
DJ
47832007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4784
4785 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4786
b741e217
DJ
47872007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4788
4789 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4790 (gdb_load): Delete, replace with...
4791 (gdb_reload): ...this.
4792 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4793 * gdb.server/server-mon.exp: Likewise.
4794 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4795 (gdb_start_cmd): New.
4796 (gdb_file_cmd): Save the last loaded file.
4797 (gdb_reload): New.
4798 (gdb_gnu_strip_debug): Use transform.
4799 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4800 support here. Use new $last_loaded_file. Check mtime.
4801 (gdb_target_cmd): Handle ObjC failure case.
4802 (infer_host_exec): Delete.
4803 (gdbserver_load): Rename to...
4804 (gdbserver_run): ...this. Simplify.
4805 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4806 (mi_gdb_load): Move most contents to a new function...
4807 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4808 (mi_run_cmd): Use mi_gdb_target_load.
4809 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4810 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4811 Use gdb_run_cmd.
4812 * gdb.base/charsign.exp: Remove incorrect comment.
4813 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4814 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4815 gdb.base/start.exp: Use gdb_start_cmd.
4816
446ab585 48172007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4818 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4819
4820 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4821 * gdb.base/signull.exp: Similarly.
4822
bbb88ebf
UW
48232007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4824
4825 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4826 messages available to test cases (like chng-sym.exp).
4827
cb8c4a99
AS
48282007-03-14 Andreas Schwab <schwab@suse.de>
4829
4830 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4831 format changes.
4832
4e463ff5
DJ
48332007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4834
4835 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4836 (optimized_1): New.
4837 (main): Call optimized_1.
4838 (gdb2029): Correct typos. Call gdb2029_marker.
4839 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4840 for gdb2029.
4841
b6db2c47
MK
48422007-03-12 Mark Kettenis <kettenis@gnu.org>
4843
4844 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4845 as tabs. Remove redundant test pattern.
4846
70ed3737
UW
48472007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4848
4849 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4850 for /a format output.
4851
47b67b60
DJ
48522007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4855 collect output incrementally.
4856
b8953b0e
UW
48572007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4858
4859 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4860 for -var-create lpcharacter test.
4861 * gdb.mi/mi2-var-cmd.exp: Likewise.
4862
7acd5c40
UW
48632007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4864
4865 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4866 pass on targets where address zero is readable.
4867
9c6759c1
UW
48682007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4869
4870 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4871 just a single architecture.
4872
a2f1aeb4
UW
48732007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4874
4875 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4876 (fetch_all_registers): New function, uses gdb_test_multiple and
4877 exp_continue to fetch inferior output line-by-line.
4878 Replace all uses of do_get_all_registers by fetch_all_registers.
4879
46579ac2
UW
48802007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4881
4882 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4883 in target_info.
4884
fc133f24
MS
48852007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4886
a9c64011 4887 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
4888 consistancy; add a default (timeout) case.
4889
7646a51d
MS
48902007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4891
4892 * gdb.base/watchpoint.exp: Fix truncated comment.
4893
dcfff61f
MS
48942007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4895
4896 * Makefile.in: Remove spurious single-quotes from sed command.
4897
664e3ee9
DJ
48982007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4899
4900 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4901 func.
4902 * gdb.mi/mi2-var-cmd.exp: Likewise.
4903
d7cc6f2f
JB
49042007-02-27 Joel Brobecker <brobecker@adacore.com>
4905
a9c64011
AS
4906 * gdb.dwarf2/dw2-producer.S: New file.
4907 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
4908
49092007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
4910
4911 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4912 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4913 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4914 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4915 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4916 Revert tests to use mi_gdb_test and include value field in output
4917 of -var-create.
4918
93d42b30
DJ
49192007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4922
c499ed39
DJ
49232007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4924
4925 * gdb.base/maint.exp: Remove full paths from test names.
4926 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4927 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4928
9836f81b
JB
49292007-02-27 Joel Brobecker <brobecker@adacore.com>
4930
4931 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4932
c74d0ad8
DJ
49332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4934
4935 * gdb.server/server-mon.exp: New test.
4936
2711e456
DJ
49372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4938
4939 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4940
ff6f572f
DJ
49412007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4942
4943 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4944 register capitalization.
4945
fada3feb
DP
49462007-02-13 Denis Pilat <denis.pilat@st.com>
4947
4948 * gdb.mi/mi-var-invalidate.exp: New file.
4949
fb1e4ffc
DJ
49502007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4951
4952 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4953
3da939d7
DJ
49542007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4955
4956 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4957
123dc839
DJ
49582007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4961 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4962
877e3645 49632007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
4964
4965 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4966 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4967 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4968 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4969 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 4970 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 4971 Update tests to include value field in output of -var-create.
a9c64011 4972
3c0a2960
AS
49732007-02-08 Andreas Schwab <schwab@suse.de>
4974
4975 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4976
108546a0
DJ
49772007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4980 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4981
d701dcab
DP
49822007-02-02 Denis Pilat <denis.pilat@st.com>
4983
4984 * gdb.threads/threadapply.exp: check that frame is not changed by
4985 the thread apply all command.
4986
783e3e2f
AS
49872007-01-31 Andreas Schwab <schwab@suse.de>
4988
6d9c3a87
AS
4989 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4990
3c50d7b9
AS
4991 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4992 in the dwarf sections.
4993 * gdb.dwarf2/mac-fileno.S: Likewise.
4994
783e3e2f
AS
4995 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4996 bspstore register on ia64.
4997
78ff580e
AS
49982007-01-29 Andreas Schwab <schwab@suse.de>
4999
cc8e9b12
AS
5000 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
5001 "frame-begin" annotation.
5002
78ff580e
AS
5003 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
5004 number of "frames-invalid" annotations.
5005
704a4f78
DJ
50062007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5007
5008 * gdb.base/commands.exp: Call if_commands_test.
5009 (gdb_test_no_prompt, if_commands_test): New.
5010
e741bf94
MK
50112007-01-28 Mark Kettenis <kettenis@gnu.org>
5012
5013 * gdb.threads/sigthread.c (NSIGS): Make bigger.
5014
474d0ad3
AS
50152007-01-27 Andreas Schwab <schwab@suse.de>
5016
5017 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
5018 .short/.int/.quad in the dwarf sections.
5019 * gdb.dwarf2/dw2-intercu.S: Likewise.
5020 * gdb.dwarf2/dw2-intermix.S: Likewise.
5021
e784b426
JK
50222007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
5025 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
5026 array.
e784b426
JK
5027 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
5028 * gdb.base/setvar.exp: Likewise.
5029
37f08e04
AS
50302007-01-26 Andreas Schwab <schwab@suse.de>
5031
9a01813a
AS
5032 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
5033 test.
5034
37f08e04
AS
5035 * gdb.base/multi-forks.exp ("restart $i"): Also match
5036 __kernel_syscall_via_break.
5037
6e2a9270
VP
50382007-01-24 Vladimir Prus <vladimir@codesourcery.com>
5039
5040 * lib/mi-support.exp (mi_delete_varobj): New.
5041 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
5042 testcase.
5043 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
5044 (main): Call the above.
5045 (reference_update_test, base_in_reference_test)
5046 (reference_to_pointer): Delete the created varobjs.
a9c64011 5047
e515b470
DJ
50482007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
5049
5050 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
5051 * configure: Regenerated.
5052 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
5053 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
5054 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
5055 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
5056 * lib/gdb.exp (gdb_skip_xml_test): New function.
5057
08d8bcd7
DJ
50582007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
5059
5060 * gdb.base/sigrepeat.exp: Correct error message.
5061
50622007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
5063 Daniel Jacobowitz <dan@codesourcery.com>
5064
5065 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
5066 gdb.arch/i386-gnu-cfi-asm.S: New files.
5067
97c3f1f3
JK
50682007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 * lib/gdb.exp: Abort on missing `site.exp'.
5071
cb1df416
DJ
50722007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5073 Daniel Jacobowitz <dan@codesourcery.com>
5074
5075 * gdb.base/included.c, gdb.base/included.exp,
5076 gdb.base/included.h: New files.
5077
35990120
DJ
50782007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
5081 (maximize_rlimit): Reduce limits on 64-bit systems.
5082
6e81a116 50832007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
5084
5085 From Marcus Deuling <deuling@de.ibm.com>:
5086 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
5087 every case.
5088
6c3c41f3
NR
50892007-01-13 Nick Roberts <nickrob@snap.net.nz>
5090
5091 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
5092 (test_path_specification): Use objdir instead of srcdir to always
5093 get an absolute filename.
5094
2f12c312
DJ
50952007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
5098
81121995
VP
50992007-01-11 Vladimir Prus <vladimir@codesourcery.com>
5100
5101 * gdb.mi/mi-var-cp.cc (reference_update_tests):
5102 Make sure the variable we're using is in scope.
5103 (reference_to_pointer): Likewise.
5104
4741b737
DJ
51052007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5106
5107 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
5108 has no debug information.
5109
054410c3
DJ
51102007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdb.base/annota1.exp: Remove extra send_gdb.
5113
818f79f6
DJ
51142007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5115
5116 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
5117
f7a6bb70
DJ
51182007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
5121
57e66780
DJ
51222007-01-08 Nick Roberts <nickrob@snap.net.nz>
5123 Daniel Jacobowitz <dan@codesourcery.com>
5124
5125 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
5126 lcharacter or linteger change. Correct duplicated test name.
5127 * gdb.mi/mi2-var-cmd.exp: Likewise.
5128
3d799a95
DJ
51292007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5130
5131 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
5132
51332007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 5134
a9c64011
AS
5135 * gdb.base/nofield.c: New file.
5136 * gdb.base/nofield.exp: New testcase.
51679ba9 5137
eafb94e8
NR
51382007-01-05 Nick Roberts <nickrob@snap.net.nz>
5139
5140 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
5141
5142 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
5143 test.
5144
5e572bb4
DJ
51452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
5148
74a44383
DJ
51492007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5150
5151 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
5152 when continuing.
5153
1b572db9
DJ
51542007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5155
5156 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
5157 Expect ".exe" extension.
5158
381bc39b
DJ
51592007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5160
5161 * gdb.base/charset.exp: Add explicit filename to break.
5162 * gdb.base/dbx.exp: Add explicit filename to breaks.
5163
2b70e4c6
DJ
51642007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5165
5166 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
5167 * gdb.mi/mi2-file.exp: Likewise.
5168
303b6f5d
DJ
51692007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5170
5171 Implement specification of MI tests as comments
5172 in C and C++ sources.
5173 * lib/mi-support.exp (mi_autotest_data): New variable.
5174 (mi_autotest_source): New variable.
5175 (count_newlines, mi_prepare_inline_tests)
5176 (mi_get_inline_test, mi_continue_to_line)
5177 (mi_run_inline_test, mi_tbreak)
5178 (mi_send_resuming_command, mi_wait_for_stop): New functions.
5179 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
5180 Run inline tests.
5181 * gdb.mi/mi-var-cp.cc: Define tests here.
5182
23da0d94
VP
51832007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5184
5185 Simplify usage of mi_continue_to.
5186 * lib/mi-support.exp (mi_runto_helper): Renamed
5187 from mi_runto, added new parameter 'run_or_continue'.
5188 (mi_runto): Use mi_runto_helper.
5189 (mi_continue_to): Accept just function name as parameter.
5190 Use mi_runto_helper.
5191 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
5192 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 5193
f9e18282
JB
51942006-01-04 Joel Brobecker <brobecker@adacore.com>
5195
5196 Make this testcase a bit more realistic. The current code
5197 is too simplistic, and allows the compiler to optimize out
5198 some of the entities we need for this testcase.
5199 * gdb.ada/null_record/bar.ads (Void_Star): New type.
5200 (Do_Nothing): Add extra parameter.
5201 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
5202 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
5203 by using a variable of type Void_Star.
5204
fd678c65
JB
52052006-01-04 Joel Brobecker <brobecker@adacore.com>
5206
5207 * gdb.ada/catch_ex/foo.adb: New file.
5208 * gdb.ada/catch_ex.exp: New testcase.
5209
05cfdb42
DJ
52102007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
5211
5212 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
5213 pass --image-base to linker.
5214
2e03ee74
DJ
52152007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5216 Daniel Jacobowitz <dan@codesourcery.com>
5217
5218 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
5219 secondary prompts.
5220
0d5de010
DJ
52212007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5222
5223 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
5224 output. Test the types of members and member pointers.
5225 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
5226 gdb/2092.
5227 * gdb.cp/member-ptr.exp: Search for a comment instead of a
5228 statement. Enable for GCC. Update expected output for some tests
5229 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
5230 layout.
5231 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
5232 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
5233 (Diamond::vget_base): New.
5234 (main): Add new tests.
5235 * gdb.cp/printmethod.exp: Update expected output for member functions.
5236 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
5237 print pEe->D::vg().
5238
61a771aa
DJ
52392007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5240
5241 * gdb.threads/tls.exp: Allow stops in sem_post.
5242
2fa63963
DJ
52432006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * gdb.base/annota1.exp: Allow .*printf in backtraces.
5246 * gdb.base/annota3.exp: Likewise.
5247 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
5248 again (instead of timing out).
5249 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
5250 GCC bug 26475.
5251 * gdb.java/jmisc.exp: Adjust to work with method signatures including
5252 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
5253 test from jmisc1.exp.
5254 * gdb.java/jmisc1.exp: Delete.
5255 * gdb.java/jprint.exp: Adjust to work with method signatures including
5256 return types.
5257 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
5258 * gdb.threads/linux-dp.exp: Don't be confused by program output.
5259 * lib/java.exp (compile_java_from_source): Pass the correct type
5260 to target_compile.
5261
5eefc2b7
JB
52622006-12-31 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
5265 (stack_align_edx): New function.
5266 (stack_align_eax): New function.
5267 (main): Add calls to stack_align_edx and stack_align_eax.
5268 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
5269 Add testing for the cases where the register used during a stack
5270 realignment is edx. Same for eax.
5271
227c54da
DJ
52722006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
5273
5274 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
5275 and generic PE targets.
5276
cab8ac94
JB
52772006-12-29 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/array_return.exp: Update copyright date list.
5280
ba54f318
JB
52812006-12-27 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
5284 (Create_Small_Float_Vector): New function.
5285 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
5286 function body.
5287 * gdb.ada/array_return/p.adb: Use new type and function from
5288 package Pck.
5289 * gdb.ada/array_return.exp: Add a test verifying that GDB is
5290 able to print the value returned by a function returning an
5291 array of float.
5292
6b7a35dd
JB
52932006-12-20 Joel Brobecker <brobecker@adacore.com>
5294
5295 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
5296 The associated tests should be PASSing.
5297
038224f6
VP
52982006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5299
5300 Test for base in references.
5301 * gdb.mi/mi-var-cp.cc: Add test code.
5302 * gdb.mi/mi-var-cp.exp: Test for bases in references.
5303 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
5304 * gdb.mi/mi2-watch.exp: Likewise.
5305 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
5306 (mi_list_varobj_children): New function.
5307
b26ed50d
VP
53082006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5309
5310 * lib/mi-support.exp
5311 (mi_runto): Accept "()" after function name.
5312 (mi_create_varobj): New function.
5313 (mi_varobj_update): New function.
5314 (mi_Check_varobj_value): New function.
5315 * gdb.mi/mi-var-cp.exp: New file.
5316 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 5317
08232497
DJ
53182006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
5319
5320 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
5321 gdb.base/weaklib2.c: New files.
5322
d394c993 53232006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 5324
ac6c2fba
NS
5325 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
5326 info. Adjust test names.
5327
8ec659a0 5328 * gdb.base/break.c (main): Move position of malloc.
d394c993 5329 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 5330
acd65feb
VP
53312006-11-28 Vladimir Prus <vladimir@codesourcery.com>
5332
5333 * gdb.mi/mi-var-cmd.exp: Check -var-update after
5334 assignement of arrays and function pointers.
5335 * gdb.mi/var-cmd.c: Add declaration necessary for above
5336 tests.
5337
f556d5e5
NS
53382006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5339
5340 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
5341
5342 * gdb.threads/linux-dp.exp: Read thread table before and after
5343 creating each philosopher and verify it.
5344
697bc68d
NS
53452006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5346 Paul Brook <paul@codesourcery.com>
5347 Daniel Jacobowitz <dan@codesourcery.com>
5348
5349 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 5350 main to remove duplication. Add start function of the form
697bc68d
NS
5351 '_*start[1-9]*'. Add RVDS start function.
5352
29d73ae4
DJ
53532006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5354
5355 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
5356
c1d88655
UW
53572006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5358
5359 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
5360 * gdb.asm/spu.inc: New file.
5361 * gdb.base/term.exp: Disable if [target_info exists noargs].
5362 * gdb.gdb/complaints.exp: Disable if ![isnative].
5363 * gdb.gdb/selftest.exp: Likewise.
5364 * gdb.gdb/observer.exp: Likewise.
5365 * gdb.gdb/xfullpath.exp: Likewise.
5366 * gdb.base/attach.exp: Disable on SPU target.
5367 * gdb.cp/bs145503.exp: Likewise.
5368 * gdb.cp/exception.exp: Likewise.
5369 * gdb.cp/userdef.exp: Likewise.
5370
32a13b1a
DJ
53712006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
5374
d8295fe9
VP
53752006-11-10 Vladimir Prus <vladimir@codesourcery.com>
5376
5377 * gdb.base/completion.exp: Fix completion tests for
5378 'info' and 'info '.
5379 * gdb.base/help.exp (help_test_raw, test_class_help)
5380 (test_prefix_command_help): Move...
5381 * lib/gdb.exp: Here.
5382 * gdb.base/main.exp: Adjust.
5383 * gdb.cp/maint.exp: Adjust.
5384 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 5385
8c394015
VP
53862006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5387
5388 * gdb.stabs/weird.exp (print_weird_var): Use
5389 gdb_test_multiple instead of gdb_expect.
5390
027fc1bc
VP
53912006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5392
5393 * gdb.base/help.exp (help_test_raw): New.
5394 (test_class_help): New.
5395 (test_prefix_command_help): New.
5396 Adjust testcases.
5397
67609209
FR
53982006-11-09 Christophe Lyon <christophe.lyon@st.com>
5399
5400 * gdb.base/constvars.c (main): Write to crass and crips, so that
5401 they are allocated by the compiler.
5402
f73adfeb
AS
54032006-10-27 Andreas Schwab <schwab@suse.de>
5404
5405 * gdb.base/multi-forks.exp: Use "detach fork" instead of
5406 "detach-fork".
5407
2f83a18e
DJ
54082006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
5409
5410 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
5411 of patterns.
5412
94277a38
DJ
54132006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5414
5415 * gdb.base/sepdebug.exp: Remove debug format test.
5416 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
5417 Handle no-symtab.
5418 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
5419
5bd2f6e2
DJ
54202006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5421
5422 * gdb.threads/manythreads.c (thread_function, main): Don't cast
5423 int to pointer or pointer to int.
5424 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
5425
8c008720
DJ
54262006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
5427
5428 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
5429
9e35dae4
DJ
54302006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5431
5432 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
5433
d9639e13
DJ
54342006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5435
5436 PR c++/2116
5437 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
5438
390a1bd0
JB
54392006-10-06 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
5442 the corresponding bug has been fixed in GDB (PR/2018).
5443
dd920c33
JB
54442006-10-06 Joel Brobecker <brobecker@adacore.com>
5445
5446 * gdb.base/subst.exp: New testcase.
5447
53bbefe9
JB
54482006-10-06 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/array_return/pck.ads: Add copyright notice.
5451 * gdb.ada/array_return/pck.adb: Likewise.
5452 * gdb.ada/array_return/p.adb: Likewise.
5453 * gdb.ada/exec_changed/first.adb: Likewise.
5454 * gdb.ada/exec_changed/second.adb: Likewise.
5455
09851417
JB
54562006-10-06 Joel Brobecker <brobecker@adacore.com>
5457
5458 * gdb.ada/watch_arg/watch.adb: New file.
5459 * gdb.ada/watch_arg.exp: New testcase.
5460
041bf30d
VP
54612006-10-02 Vladimir Prus <vladimir@codesourcery.com>
5462
5463 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 5464 via string_to_regexp.
041bf30d 5465 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 5466
f286fbdd 54672006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
5468
5469 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
5470 Remove unused / obsolete files.
5471
7c07f349
NR
54722006-09-19 Nick Roberts <nickrob@snap.net.nz>
5473
5474 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
5475
cd5ff84a
VP
54762006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5477
5478 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
5479 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 5480 the number of frames.
cd5ff84a 5481
ae018d1a
DJ
54822006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
5483
5484 * gdb.base/args.c (main): Add breakpoint marker.
5485 * gdb.base/args.exp: Use args_test for tests. Add new tests which
5486 really test empty arguments.
5487 (args_load): Delete.
5488 (args_test): New.
5489
b399c549
NR
54902006-09-13 Nick Roberts <nickrob@snap.net.nz>
5491
5492 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
5493 check for one file.
5494
2ab1eb7a
VP
54952006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
5496
5497 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
5498 HIGH_FRAME argument to -stack-list-locals can be larger than
5499 the number of frames.
a9c64011 5500
476308bf
FF
55012006-08-18 Fred Fish <fnf@specifix.com>
5502
5503 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
5504 '$' in front of skip_vmx_tests_saved when setting that.
5505
8625200f
AS
55062006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
5507
5508 * gdb.base/trace-commands.exp: New file.
5509
089ec8f1
DJ
55102006-08-10 Joel Brobecker <brobecker@adacore.com>
5511 Daniel Jacobowitz <dan@codesourcery.com>
5512
5513 * gdb.base/step-bt.exp: Make hexadecimal address optional in
5514 expected output of the backtrace commands.
5515
b60f0898
JB
55162006-08-09 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5519 untested followed by return combination.
5520 * gdb.arch/altivec-regs.exp: Likewise.
5521 * gdb.arch/e500-abi.exp: Likewise.
5522 * gdb.arch/e500-regs.exp: Likewise.
5523 * gdb.arch/gdb1291.exp: Likewise.
5524 * gdb.arch/gdb1431.exp: Likewise.
5525 * gdb.arch/gdb1558.exp: Likewise.
5526 * gdb.arch/i386-prologue.exp: Likewise.
5527 * gdb.arch/i386-unwind.exp: Likewise.
5528 * gdb.asm/asm-source.exp: Likewise.
5529 * gdb.base/a2-run.exp: Likewise.
5530 * gdb.base/advance.exp: Likewise.
5531 * gdb.base/all-bin.exp: Likewise.
5532 * gdb.base/annota1.exp: Likewise.
5533 * gdb.base/annota3.exp: Likewise.
5534 * gdb.base/args.exp: Likewise.
5535 * gdb.base/arithmet.exp: Likewise.
5536 * gdb.base/assign.exp: Likewise.
5537 * gdb.base/async.exp: Likewise.
5538 * gdb.base/attach.exp: Likewise.
5539 * gdb.base/bang.exp: Likewise.
5540 * gdb.base/bigcore.exp: Likewise.
5541 * gdb.base/bitfields.exp: Likewise.
5542 * gdb.base/bitfields2.exp: Likewise.
5543 * gdb.base/break.exp: Likewise.
5544 * gdb.base/call-sc.exp: Likewise.
5545 * gdb.base/call-strs.exp: Likewise.
5546 * gdb.base/callfuncs.exp: Likewise.
5547 * gdb.base/checkpoint.exp: Likewise.
5548 * gdb.base/chng-syms.exp: Likewise.
5549 * gdb.base/code-expr.exp: Likewise.
5550 * gdb.base/commands.exp: Likewise.
5551 * gdb.base/completion.exp: Likewise.
5552 * gdb.base/cond-expr.exp: Likewise.
5553 * gdb.base/condbreak.exp: Likewise.
5554 * gdb.base/consecutive.exp: Likewise.
5555 * gdb.base/constvars.exp: Likewise.
5556 * gdb.base/corefile.exp: Likewise.
5557 * gdb.base/cvexpr.exp: Likewise.
5558 * gdb.base/dbx.exp: Likewise.
5559 * gdb.base/define.exp: Likewise.
5560 * gdb.base/detach.exp: Likewise.
5561 * gdb.base/display.exp: Likewise.
5562 * gdb.base/dump.exp: Likewise.
5563 * gdb.base/ena-dis-br.exp: Likewise.
5564 * gdb.base/ending-run.exp: Likewise.
5565 * gdb.base/environ.exp: Likewise.
5566 * gdb.base/eval-skip.exp: Likewise.
5567 * gdb.base/exprs.exp: Likewise.
5568 * gdb.base/fileio.exp: Likewise.
5569 * gdb.base/finish.exp: Likewise.
5570 * gdb.base/float.exp: Likewise.
5571 * gdb.base/foll-exec.exp: Likewise.
5572 * gdb.base/foll-fork.exp: Likewise.
5573 * gdb.base/foll-vfork.exp: Likewise.
5574 * gdb.base/freebpcmd.exp: Likewise.
5575 * gdb.base/funcargs.exp: Likewise.
5576 * gdb.base/gcore.exp: Likewise.
5577 * gdb.base/gdb1090.exp: Likewise.
5578 * gdb.base/gdb1250.exp: Likewise.
5579 * gdb.base/huge.exp: Likewise.
5580 * gdb.base/info-proc.exp: Likewise.
5581 * gdb.base/interrupt.exp: Likewise.
5582 * gdb.base/jump.exp: Likewise.
5583 * gdb.base/langs.exp: Likewise.
5584 * gdb.base/lineinc.exp: Likewise.
5585 * gdb.base/list.exp: Likewise.
5586 * gdb.base/logical.exp: Likewise.
5587 * gdb.base/long_long.exp: Likewise.
5588 * gdb.base/macscp.exp: Likewise.
5589 * gdb.base/maint.exp: Likewise.
5590 * gdb.base/mips_pro.exp: Likewise.
5591 * gdb.base/miscexprs.exp: Likewise.
5592 * gdb.base/multi-forks.exp: Likewise.
5593 * gdb.base/opaque.exp: Likewise.
5594 * gdb.base/overlays.exp: Likewise.
5595 * gdb.base/pc-fp.exp: Likewise.
5596 * gdb.base/pointers.exp: Likewise.
5597 * gdb.base/printcmds.exp: Likewise.
5598 * gdb.base/psymtab.exp: Likewise.
5599 * gdb.base/ptype.exp: Likewise.
5600 * gdb.base/recurse.exp: Likewise.
5601 * gdb.base/relational.exp: Likewise.
5602 * gdb.base/relocate.exp: Likewise.
5603 * gdb.base/remote.exp: Likewise.
5604 * gdb.base/reread.exp: Likewise.
5605 * gdb.base/restore.exp: Likewise.
5606 * gdb.base/return.exp: Likewise.
5607 * gdb.base/return2.exp: Likewise.
5608 * gdb.base/scope.exp: Likewise.
5609 * gdb.base/sect-cmd.exp: Likewise.
5610 * gdb.base/sep.exp: Likewise.
5611 * gdb.base/sepdebug.exp: Likewise.
5612 * gdb.base/setshow.exp: Likewise.
5613 * gdb.base/setvar.exp: Likewise.
5614 * gdb.base/sigall.exp: Likewise.
5615 * gdb.base/sigbpt.exp: Likewise.
5616 * gdb.base/signals.exp: Likewise.
5617 * gdb.base/signull.exp: Likewise.
5618 * gdb.base/sizeof.exp: Likewise.
5619 * gdb.base/solib.exp: Likewise.
5620 * gdb.base/step-line.exp: Likewise.
5621 * gdb.base/step-test.exp: Likewise.
5622 * gdb.base/structs.exp: Likewise.
5623 * gdb.base/structs2.exp: Likewise.
5624 * gdb.base/term.exp: Likewise.
5625 * gdb.base/twice.exp: Likewise.
5626 * gdb.base/until.exp: Likewise.
5627 * gdb.base/varargs.exp: Likewise.
5628 * gdb.base/volatile.exp: Likewise.
5629 * gdb.base/watchpoint.exp: Likewise.
5630 * gdb.base/whatis-exp.exp: Likewise.
5631 * gdb.base/whatis.exp: Likewise.
5632 * gdb.cp/ambiguous.exp: Likewise.
5633 * gdb.cp/annota2.exp: Likewise.
5634 * gdb.cp/annota3.exp: Likewise.
5635 * gdb.cp/bool.exp: Likewise.
5636 * gdb.cp/breakpoint.exp: Likewise.
5637 * gdb.cp/casts.exp: Likewise.
5638 * gdb.cp/class2.exp: Likewise.
5639 * gdb.cp/classes.exp: Likewise.
5640 * gdb.cp/cplusfuncs.exp: Likewise.
5641 * gdb.cp/ctti.exp: Likewise.
5642 * gdb.cp/derivation.exp: Likewise.
5643 * gdb.cp/exception.exp: Likewise.
5644 * gdb.cp/gdb1355.exp: Likewise.
5645 * gdb.cp/hang.exp: Likewise.
5646 * gdb.cp/inherit.exp: Likewise.
5647 * gdb.cp/local.exp: Likewise.
5648 * gdb.cp/m-data.exp: Likewise.
5649 * gdb.cp/m-static.exp: Likewise.
5650 * gdb.cp/member-ptr.exp: Likewise.
5651 * gdb.cp/method.exp: Likewise.
5652 * gdb.cp/misc.exp: Likewise.
5653 * gdb.cp/namespace.exp: Likewise.
5654 * gdb.cp/overload.exp: Likewise.
5655 * gdb.cp/ovldbreak.exp: Likewise.
5656 * gdb.cp/pr-1023.exp: Likewise.
5657 * gdb.cp/pr-1210.exp: Likewise.
5658 * gdb.cp/pr-574.exp: Likewise.
5659 * gdb.cp/printmethod.exp: Likewise.
5660 * gdb.cp/psmang.exp: Likewise.
5661 * gdb.cp/ref-params.exp: Likewise.
5662 * gdb.cp/ref-types.exp: Likewise.
5663 * gdb.cp/rtti.exp: Likewise.
5664 * gdb.cp/templates.exp: Likewise.
5665 * gdb.cp/try_catch.exp: Likewise.
5666 * gdb.cp/userdef.exp: Likewise.
5667 * gdb.cp/virtfunc.exp: Likewise.
5668 * gdb.disasm/am33.exp: Likewise.
5669 * gdb.disasm/h8300s.exp: Likewise.
5670 * gdb.disasm/mn10300.exp: Likewise.
5671 * gdb.disasm/sh3.exp: Likewise.
5672 * gdb.disasm/t01_mov.exp: Likewise.
5673 * gdb.disasm/t02_mova.exp: Likewise.
5674 * gdb.disasm/t03_add.exp: Likewise.
5675 * gdb.disasm/t04_sub.exp: Likewise.
5676 * gdb.disasm/t05_cmp.exp: Likewise.
5677 * gdb.disasm/t06_ari2.exp: Likewise.
5678 * gdb.disasm/t07_ari3.exp: Likewise.
5679 * gdb.disasm/t08_or.exp: Likewise.
5680 * gdb.disasm/t09_xor.exp: Likewise.
5681 * gdb.disasm/t10_and.exp: Likewise.
5682 * gdb.disasm/t11_logs.exp: Likewise.
5683 * gdb.disasm/t12_bit.exp: Likewise.
5684 * gdb.disasm/t13_otr.exp: Likewise.
5685 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5686 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5687 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5688 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5689 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5690 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5691 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5692 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5693 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5694 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5695 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5696 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5697 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5698 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5699 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5700 * gdb.mi/gdb701.exp: Likewise.
5701 * gdb.mi/gdb792.exp: Likewise.
5702 * gdb.mi/mi-basics.exp: Likewise.
5703 * gdb.mi/mi-break.exp: Likewise.
5704 * gdb.mi/mi-cli.exp: Likewise.
5705 * gdb.mi/mi-console.exp: Likewise.
5706 * gdb.mi/mi-disassemble.exp: Likewise.
5707 * gdb.mi/mi-eval.exp: Likewise.
5708 * gdb.mi/mi-file.exp: Likewise.
5709 * gdb.mi/mi-read-memory.exp: Likewise.
5710 * gdb.mi/mi-regs.exp: Likewise.
5711 * gdb.mi/mi-return.exp: Likewise.
5712 * gdb.mi/mi-simplerun.exp: Likewise.
5713 * gdb.mi/mi-stack.exp: Likewise.
5714 * gdb.mi/mi-stepi.exp: Likewise.
5715 * gdb.mi/mi-syn-frame.exp: Likewise.
5716 * gdb.mi/mi-until.exp: Likewise.
5717 * gdb.mi/mi-var-block.exp: Likewise.
5718 * gdb.mi/mi-var-child.exp: Likewise.
5719 * gdb.mi/mi-var-cmd.exp: Likewise.
5720 * gdb.mi/mi-var-display.exp: Likewise.
5721 * gdb.mi/mi-watch.exp: Likewise.
5722 * gdb.mi/mi2-basics.exp: Likewise.
5723 * gdb.mi/mi2-break.exp: Likewise.
5724 * gdb.mi/mi2-cli.exp: Likewise.
5725 * gdb.mi/mi2-console.exp: Likewise.
5726 * gdb.mi/mi2-disassemble.exp: Likewise.
5727 * gdb.mi/mi2-eval.exp: Likewise.
5728 * gdb.mi/mi2-file.exp: Likewise.
5729 * gdb.mi/mi2-read-memory.exp: Likewise.
5730 * gdb.mi/mi2-regs.exp: Likewise.
5731 * gdb.mi/mi2-return.exp: Likewise.
5732 * gdb.mi/mi2-simplerun.exp: Likewise.
5733 * gdb.mi/mi2-stack.exp: Likewise.
5734 * gdb.mi/mi2-stepi.exp: Likewise.
5735 * gdb.mi/mi2-syn-frame.exp: Likewise.
5736 * gdb.mi/mi2-until.exp: Likewise.
5737 * gdb.mi/mi2-var-block.exp: Likewise.
5738 * gdb.mi/mi2-var-child.exp: Likewise.
5739 * gdb.mi/mi2-var-cmd.exp: Likewise.
5740 * gdb.mi/mi2-var-display.exp: Likewise.
5741 * gdb.mi/mi2-watch.exp: Likewise.
5742 * gdb.stabs/exclfwd.exp: Likewise.
5743 * gdb.stabs/weird.exp: Likewise.
5744 * gdb.threads/gcore-thread.exp: Likewise.
5745 * gdb.trace/actions.exp: Likewise.
5746 * gdb.trace/backtrace.exp: Likewise.
5747 * gdb.trace/circ.exp: Likewise.
5748 * gdb.trace/collection.exp: Likewise.
5749 * gdb.trace/deltrace.exp: Likewise.
5750 * gdb.trace/infotrace.exp: Likewise.
5751 * gdb.trace/limits.exp: Likewise.
5752 * gdb.trace/packetlen.exp: Likewise.
5753 * gdb.trace/passc-dyn.exp: Likewise.
5754 * gdb.trace/passcount.exp: Likewise.
5755 * gdb.trace/report.exp: Likewise.
5756 * gdb.trace/save-trace.exp: Likewise.
5757 * gdb.trace/tfind.exp: Likewise.
5758 * gdb.trace/tracecmd.exp: Likewise.
5759 * gdb.trace/while-dyn.exp: Likewise.
5760 * gdb.trace/while-stepping.exp: Likewise.
5761
f4b618d1
JB
57622006-08-08 Joel Brobecker <brobecker@adacore.com>
5763
5764 * gdb.base/step-bt.c: New file.
5765 * gdb.base/step-bt.exp: New testcase.
5766
3d00d119
DJ
57672006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5768
5769 * config/monitor.exp (gdb_load): Remove support for obsolete
5770 download-write-size.
5771 * gdb.base/remote.exp: Likewise. Update all callers of
5772 gdb_timed_load.
5773
017b5bd4
DJ
57742006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5775
5776 * cursal.exp: Pass binfile to gdb_load.
5777
837c599d
DJ
57782006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5779
5780 * gdb.base/cursal.exp: Add "" to gdb_load call.
5781
8dd4540b
MK
57822006-07-29 Mark Kettenis <kettenis@gnu.org>
5783
5784 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5785 NetBSD/ELF targets.
5786
ab5c9f60
DJ
57872006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5788
5789 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5790 operator*.
5791
4c42eaff
DJ
57922006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5793
5794 * gdb.base/completion.exp: Update for change in "file" behavior.
5795 * gdb.stabs/weird.exp: Likewise.
5796 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5797 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5798
0155cc76
NS
57992006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5800
5801 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5802 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5803
16026cd7
AS
58042006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5805
5806 * gdb.base/default.exp: Update source command error message.
5807 * gdb.base/help.exp: Update 'help source' message.
5808
16963cb6
DJ
58092006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5810
5811 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5812 test.
5813
6d7fd486
AS
58142006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5815
5816 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5817
29e8a844
DJ
58182006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5819
5820 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5821
6afcfa39
DJ
58222006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5823
5824 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5825
267a692b
MK
58262006-07-17 Mark Kettenis <kettenis@gnu.org>
5827
5828 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5829 *-*-openbsd* from targets for wich we expect ARM FPA floating
5830 point format.
5831
85d2fec4
NR
58322006-07-17 Nick Roberts <nickrob@snap.net.nz>
5833
5834 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5835
58362006-07-17 Mark Kettenis <kettenis@gnu.org>
5837
5838 * gdb.base/annota3.exp: Expect frame-begin annotation.
5839
85b4c6e8
JB
58402006-07-14 Joel Brobecker <brobecker@adacore.com>
5841
5842 * gdb.base/help.exp: Adjust "help unset" test to accept
5843 any list of unset commands.
5844
fb933624
DJ
58452006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5846 Daniel Jacobowitz <dan@codesourcery.com>
5847
5848 * gdb.cp/ref-params.exp: New test.
5849 * gdb.cp/ref-params.cc: New source file.
5850 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5851
1dff4b64
MK
58522006-07-08 Mark Kettenis <kettenis@gnu.org>
5853
5854 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5855 spaces/tabs in regular expressions since they might not be there.
5856
40d2e0e3
AS
58572006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5858
5859 * gdb.base/ifelse.exp: New file.
5860
f6c957d2
NS
58612006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5862
5863 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5864 line.
5865 * gdb.base/huge.exp: Loop over compilation to find a size that
5866 is acceptable.
5867 * gdb.base/remote.exp: Correct expected strings.
5868 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5869
b9c5a23d
DJ
58702006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5871
5872 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5873
9af2e58d
DJ
58742006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5875
5876 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5877 native.
5878
30930ca5
DJ
58792006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5880
5881 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5882 enable stabs testing.
5883
aa32fa1d
DJ
58842006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5885
bd4a4c80 5886 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
5887 gdb_test_multiple does.
5888
321fef15
DJ
58892006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5890
5891 * Makefile.in (host_alias): Remove.
5892 (target_alias): Use @target_noncanonical@.
5893 (site.exp): Don't set host_alias.
5894 * aclocal.m4: Remove contents. Include acx.m4.
5895 * configure: Regenerated.
5896 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5897
e1c2defa
NS
58982006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5899
e63b55d1
NS
5900 * lib/gdb.exp (gdb_load_cmd): New.
5901
5600ea19
NS
5902 * gdb.base/fileio.c: Add system(NULL) test.
5903 * gdb.base/fileio.exp: Check it.
5904
e1c2defa
NS
5905 * gdb.base/break.c: Add 10a breakpoint at }
5906 * gdb.base/break.exp: Add test for breakpoint at }
5907 * gdb.cp/anon-union.cc: Add code at end of function.
5908 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5909 * gdb.mi/var-cmd.c: Add code at end of function.
5910 * gdb.mi/mi-var-display.exp: Adjust end of next.
5911 * gdb.mi/mi2-var-display.exp: Likewise.
5912 * gdb.base/fileio.c: Add stop function and insert calls at
5913 stopping places.
5914 * gdb.base/fileio.exp: Breakpoint stop function and remove
5915 explicit line number references.
5916
6c0112ec
JB
59172006-05-19 Joel Brobecker <brobecker@adacore.com>
5918
a9c64011
AS
5919 * gdb.base/del.exp (test_delete_alias): New function.
5920 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 5921
154189a4
FF
59222006-05-18 Fred Fish <fnf@specifix.com>
5923
5924 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5925 required. Check for spurious output after program exits normally.
5926
582e64c2
FF
59272006-05-17 Fred Fish <fnf@specifix.com>
5928
5929 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5930 gdb_load, so it works in the simulator.
5931
8ef6493a
FF
59322006-05-11 Fred Fish <fnf@specifix.com>
5933
5934 * gdb.base/bang.exp: Ignore unexpected output between the
5935 "program exited normally" and the gdb prompt, as many other
5936 tests do.
5937
692b141c
MK
59382006-05-07 Mark Kettenis <kettenis@gnu.org>
5939
5940 * gdb.base/help.exp: Make "delete checkpoint" part option for
5941 "help d" and "help delete" tests.
5942
540b8a30
UW
59432006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5944
a9c64011 5945 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
5946 expected output in some mi_gdb_test statements.
5947 * gdb.mi/mi2-basics.exp: Likewise.
5948
9b6462d9
JB
59492006-05-05 Joel Brobecker <brobecker@adacore.com>
5950
5951 * gdb.base/del.c: New file.
5952 * gdb.base/del.exp: New testcase.
5953
954de43b
DM
59542006-05-05 David S. Miller <davem@sunset.davemloft.net>
5955
5956 * gdb.base/break.exp: Do not assume a breakpoint on
5957 main will actually be in $srcfile when optimizing.
1303f75e
DM
5958 * gdb.base/savedregs.exp: Do not require that the dummy
5959 frame location match up to a symbol and source file location.
c3242428
DM
5960 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5961 will get printed without a mi_cmd_data_list_register_values prefix.
5962 (*-data-list-register-*): Correct regular expressions to expect the new
5963 pseudo d? floating point registers.
5964 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 5965
c7e64c9a
DJ
59662006-05-05 Christophe Lyon <christophe.lyon@st.com>
5967
5968 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5969 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5970 is allocated by the compiler.
5971 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5972 anons, e, anone to force their allocation by the compiler.
5973
59742006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
5975
5976 * gdb.base/help.exp: Update expected text for help d and
5977 help delete.
5978
27ce9a6d
MK
59792006-05-02 Mark Kettenis <kettenis@gnu.org>
5980
5981 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5982 NetBSD/ELF targets.
5983
8608915f
MK
59842006-04-30 Mark Kettenis <kettenis@gnu.org>
5985
5986 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5987 single-step breakpoint fails; make this a KFAIL on
5988 sparc*-*-openbsd*.
5989 * gdb.base/siginfo.exp: Likewise.
5990 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5991
b8db102d
MS
59922006-04-26 Michael Snyder <msnyder@redhat.com>
5993
5994 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5995 which may have to consume output from other forks.
5996 Add tests to make sure that "delete fork" succeeded.
5997
c702009a
MS
59982006-04-20 Michael Snyder <msnyder@redhat.com>
5999
6000 * 2006-03-22 Jim Blandy <jimb@redhat.com>
6001 Add support for the Renesas M32C and M16C.
6002
6003 * gdb.asm/asm-source.exp: Add m32c target.
6004 * gdb.asm/m32c.inc: Support for m32c target.
6005
e28493f2
AS
60062006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
6007
6008 * gdb.base/commands.exp (recursive_source_test): New test.
6009
880da185
DM
60102006-04-04 David S. Miller <davem@sunset.davemloft.net>
6011
6012 * gdb.base/float.exp: Add pattern for sparc targets.
6013
61d9b92f
DJ
60142006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6015
6016 * gdb.base/commands.exp (stray_arg0_test): New test.
6017
bd717df8
PB
60182006-03-30 Paul Brook <paul@codesourcery.com>
6019
6020 * gdb.mi/mi-until.exp: kfail broken until command.
6021 * gdb.mi/mi2-until.exp: Ditto.
6022
ec793d3c
NR
60232006-03-27 Nick Roberts <nickrob@snap.net.nz>
6024
6025 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
6026
831004b7
AO
60272006-03-08 Alexandre Oliva <aoliva@redhat.com>
6028
6029 * gdb.base/prelink.exp: Anchor tested-for regular expression
6030 on gdb prompt.
6031
effe49a0
PB
60322006-03-07 Paul Brook <paul@codesourcery.com>
6033
6034 * gdb.base/assign.exp: Correct fail message.
6035
e5461016
PB
60362006-03-07 Paul Brook <paul@codesourcery.com>
6037
6038 * lib/compiler.c: Extract armcc version number.
6039 * lib/compiler.cc: Ditto.
6040
fc91c6c2
PB
60412006-03-07 Paul Brook <paul@codesourcery.com>
6042
6043 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
6044 additional_flags=-w.
6045 * gdb.arch/altivec-regs.exp: Ditto.
6046 * gdb.arch/e500-abi.exp: Ditto.
6047 * gdb.arch/e500-regs.exp: Ditto.
6048 * gdb.base/all-bin.exp: Ditto.
6049 * gdb.base/annota1.exp: Ditto.
6050 * gdb.base/annota3.exp: Ditto.
6051 * gdb.base/args.exp: Ditto.
6052 * gdb.base/arithmet.exp: Ditto.
6053 * gdb.base/assign.exp: Ditto.
6054 * gdb.base/async.exp: Ditto.
6055 * gdb.base/bang.exp: Ditto.
6056 * gdb.base/break.exp: Ditto.
6057 * gdb.base/call-rt-st.exp: Ditto.
6058 * gdb.base/completion.exp: Ditto.
6059 * gdb.base/cond-expr.exp: Ditto.
6060 * gdb.base/condbreak.exp: Ditto.
6061 * gdb.base/consecutive.exp: Ditto.
6062 * gdb.base/define.exp: Ditto.
6063 * gdb.base/display.exp: Ditto.
6064 * gdb.base/ena-dis-br.exp: Ditto.
6065 * gdb.base/environ.exp: Ditto.
6066 * gdb.base/eval-skip.exp: Ditto.
6067 * gdb.base/info-proc.exp: Ditto.
6068 * gdb.base/jump.exp: Ditto.
6069 * gdb.base/logical.exp: Ditto.
6070 * gdb.base/long_long.exp: Ditto.
6071 * gdb.base/maint.exp: Ditto.
6072 * gdb.base/miscexprs.exp: Ditto.
6073 * gdb.base/pc-fp.exp: Ditto.
6074 * gdb.base/pointers.exp: Ditto.
6075 * gdb.base/relational.exp: Ditto.
6076 * gdb.base/reread.exp: Ditto.
6077 * gdb.base/sect-cmd.exp: Ditto.
6078 * gdb.base/sep.exp: Ditto.
6079 * gdb.base/sepdebug.exp: Ditto.
6080 * gdb.base/until.exp: Ditto.
6081 * gdb.base/whatis-exp.exp: Ditto.
6082 * gdb.cp/annota2.exp: Ditto.
6083 * gdb.cp/annota3.exp: Ditto.
6084 * gdb.trace/actions.exp: Ditto.
6085 * gdb.trace/backtrace.exp: Ditto.
6086 * gdb.trace/circ.exp: Ditto.
6087 * gdb.trace/collection.exp: Ditto.
6088 * gdb.trace/deltrace.exp: Ditto.
6089 * gdb.trace/infotrace.exp: Ditto.
6090 * gdb.trace/limits.exp: Ditto.
6091 * gdb.trace/packetlen.exp: Ditto.
6092 * gdb.trace/passc-dyn.exp: Ditto.
6093 * gdb.trace/passcount.exp: Ditto.
6094 * gdb.trace/report.exp: Ditto.
6095 * gdb.trace/save-trace.exp: Ditto.
6096 * gdb.trace/tfind.exp: Ditto.
6097 * gdb.trace/tracecmd.exp: Ditto.
6098 * gdb.trace/while-dyn.exp: Ditto.
6099 * gdb.trace/while-stepping.exp: Ditto.
6100 * lib/gdb.exp: Ditto.
6101 (gdb_compile): Handle nowarning option.
6102
5f4a23d9
AO
61032006-03-07 Alexandre Oliva <aoliva@redhat.com>
6104
6105 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
6106 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
6107 Rename executable to prelinkt. Don't re-prelink if we didn't
6108 get a core file. Test prelink -u exit status to tell whether
6109 prelinking failed. Use gdb_test_multiple.
6110
9733fc94
DJ
61112006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6112
6113 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
6114 (do_tests): Call it.
6115
cc10cae3
AO
61162006-02-28 Alexandre Oliva <aoliva@redhat.com>
6117
6118 * gdb.base/prelink.exp: New test.
6119 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
6120
15c46491
WZ
61212006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
6122
6123 * gdb.fortran/derived-type.f90: New file.
6124 * gdb.fortran/derived-type.exp: New testcase.
6125
5c9f7ded
DJ
61262006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
6127
6128 * gdb.base/default.exp: Allow ';' as a directory separator.
6129
5b96932b
AS
61302006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6131
6132 * gdb.base/help.exp (help add-symbol-file): Update.
6133
1986bccd
AS
61342006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6135
6136 * gdb.base/help.exp (help load): Update expected results.
6137
a8b7528f
FF
61382006-02-19 Fred Fish <fnf@specifix.com>
6139
6140 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
6141 specifix hex value as part of results.
6142 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 6143
f8261448
FF
61442006-02-16 Fred Fish <fnf@specifix.com>
6145
6146 * gdb.base/whatis.c: Define variables using typedefs char_addr,
6147 ushort_addr, and slong_addr, so the typedefs are not optimized
6148 away.
6149 * gdb.base/whatis.exp: Add tests using type name for struct type,
6150 union type, enum type, and typedef.
a9c64011 6151
31d8bdd2
MK
61522006-02-13 Mark Kettenis <kettenis@gnu.org>
6153
6154 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
6155
34e41e63
JB
61562006-02-13 Jim Blandy <jimb@redhat.com>
6157
6158 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
6159 case where it takes two "next" commands to skip past the init
6160 call.
6161
ac6e4f31
FF
61622006-02-12 Fred Fish <fnf@specifix.com>
6163
6164 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
6165 to handle cases where it takes two "next" commands to skip
6166 past the init call.
6167
2db2d571
JB
61682006-02-07 Joel Brobecker <brobecker@adacore.com>
6169
6170 * gdb.ada/array_return.exp: Mark the last test as expected to fail
6171 on hppa32 targets.
6172
38fcd64c
DJ
61732006-02-06 Vladimir Prus <ghost@cs.msu.su>
6174
6175 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
6176 field.
6177
1315ad46
MK
61782006-01-29 Mark Kettenis <kettenis@gnu.org>
6179
6180 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
6181
5625b943
DJ
61822006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
6185 files.
6186
80df1bbe
DJ
61872006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6188
6189 * gdb.cp/maint.exp: Set complaints to a positive value.
6190
9078e690
DJ
61912006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
6194 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
6195 function name.
6196
9c903399
DJ
61972006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6198
6199 * gdb.base/checkpoint.c: Update copyright notice. Include
6200 <stdlib.h>.
6201
761ae4d6
JB
62022006-01-04 Jim Blandy <jimb@redhat.com>
6203
6204 * gdb.asm/asm-source.exp: Independently provide default values for
6205 asm-flags and debug-flags. Use 'string equal' to do the
6206 comparison, not the implicit expr's '==' operator. Remove
6207 now-unneeded assignments to asm-flags. In h8300 case, place
6208 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
6209
099ac3dd
MS
62102006-01-04 Michael Snyder <msnyder@redhat.com>
6211
6212 * gdb.base/checkpoint.c: New file.
6213 * gdb.base/checkpoint.exp: New file.
6214 * gdb.base/multi-fork.c: New file.
6215 * gdb.base/multi-fork.exp: New file.
6216 * gdb.base/pi.txt: New file (data for checkpoint.c test).
6217
f4d85314
FF
62182006-01-04 Fred Fish <fnf@specifix.com>
6219
6220 * gdb.base/ptype.c (foo): Add typedef.
6221 (intfoo): Add function.
6222 * gdb.base/ptype1.c: New file.
6223 * gdb.base/ptype.exp: Handle compilation and linking with two
6224 source files. Test that proper type for "foo" is found based
6225 on source context rather than first match found in symtabs.
6226
a1b06f35
MK
62272005-12-28 Mark Kettenis <kettenis@gnu.org>
6228
6229 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
6230 * gdb.asm/openbsd.inc: Indent commands.
6231
d082a1e2
MK
62322005-12-26 Mark Kettenis <kettenis@gnu.org>
6233
c65016bd
MK
6234 * gdb.base/freebpcmd.exp: Increase timeout.
6235
d082a1e2
MK
6236 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
6237
d3c32a0e
DJ
62382005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
6239
6240 * gdb.base/default.exp: Update check for "show version".
6241
9fdb1f50
RC
62422005-12-09 Randolph Chung <tausq@debian.org>
6243
6244 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
6245 * gdb.asm/pa64.inc: New file.
6246
5f2c56f7
RC
62472005-12-09 Randolph Chung <tausq@debian.org>
6248
6249 * gdb.asm/common.inc: Indent commands.
6250 * gdb.asm/asmsrc1.s: Likewise.
6251 * gdb.asm/asmsrc2.s: Likewise.
6252
8117349c
RC
62532005-12-09 Randolph Chung <tausq@debian.org>
6254
6255 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
6256 (get_addr_of_sym): Remove duplicate print.
6257 (gen_core): xfail hppa*-*-hpux*, update expected output.
6258 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
6259 * gdb.arch/pa64-nullify.s: New file.
6260
8f07f25a
RC
62612005-12-09 Randolph Chung <tausq@debian.org>
6262
6263 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
6264
55b39184
DJ
62652005-12-07 Christophe Lyon <christophe.lyon@st.com>
6266
6267 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
6268 code generation for these functions.
6269 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
6270 error message.
6271
31e2b00f
AS
62722005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6273
6274 * gdb.base/help.exp (help b, help br, help bre, help brea)
6275 (help break): Update the expected message.
6276
c3d0b56e
SC
62772005-11-11 Stephane Carrez <stcarrez@nerim.fr>
6278
6279 * gdb.asm/m68hc11.inc: Setup the data section.
6280 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
6281 script for this test.
6282 (m6812-*-*): Likewise.
6283
36ae0ea9
RC
62842005-11-09 Randolph Chung <tausq@debian.org>
6285
6286 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
6287
9d6f42e9
WZ
62882005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
6289
6290 * gdb.base/break.exp: Fix a comment typo.
6291
e2126a14
EZ
62922005-11-03 Jim Blandy <jimb@redhat.com>
6293
a9c64011
AS
6294 Checked in by Elena Zannoni <ezannoni@redhat.com>
6295
e2126a14
EZ
6296 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
6297
e0ac7199
CV
62982005-11-02 Corinna Vinschen <vinschen@redhat.com>
6299
6300 * gdb.arch/gdb1558.c: Include stdio.h.
6301
31d3fb18
MK
63022005-10-31 Mark Kettenis <kettenis@gnu.org>
6303
6304 * gdb.asm/asm-source.exp: Use -e instead of --entry.
6305
e52b687c
MK
63062005-10-31 Mark Kettenis <kettenis@gnu.org>
6307
6308 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
6309
f4711d79
PG
63102005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
6311
a9c64011
AS
6312 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6313 vscr" tests to better match output.
f4711d79 6314
987a9106
JB
63152005-10-12 Jim Blandy <jimb@redhat.com>
6316
6317 * gdb.base/structs.exp (any): New function.
6318 (test_struct_returns): Don't make any assumptions at all about
6319 what value the function returns when GDB can't set the return
6320 value.
6321
2336bb58
JB
63222005-10-09 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.ada/arrayidx/p.adb: New file.
6325 * gdb.ada/arrayidx.exp: New testcase
6326
63272005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
6328
6329 * gdb.ada/array_return/pck.ads: New file.
6330 * gdb.ada/array_return/pck.adb: New file.
6331 * gdb.ada/array_return/p.adb: New file.
6332 * gdb.ada/array_return.exp: New testcase.
6333
705335ea
JB
63342005-10-03 Joel Brobecker <brobecker@adacore.com>
6335
a9c64011
AS
6336 * gdb.base/arrayidx.c: New file.
6337 * gdb.base/arrayidx.exp: New testcase.
705335ea 6338
11ee9940
NR
63392005-09-29 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
6342 frames-invalid and breakpoints-invalid are no longer generated
6343 with level 3 so don't expect them in the output.
6344
39fb8e9e
BR
63452005-09-27 Bob Rossi <bob@brasko.net>
6346
a9c64011 6347 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
6348 from test. Escape the | in mi_gdb_test call.
6349 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
6350 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
6351 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
6352 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
6353 expected regex's in mi_gdb_test calls.
6354 * lib/mi-support.exp: Remove arbitrary .* from tests.
6355 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
6356 Fully anchor GDB/MI expected results in mi_gdb_test.
6357 * lib/gdb.exp (string_to_regexp): Escape the ] character.
6358 * gdb.base/sizeof.exp: Remove escape character. Correct test.
6359
2af48f68
PB
63602005-09-26 Paul Brook <paul@codesourcery.com>
6361
6362 * long_long.exp: Exclude eabi targets from arm FPA float format test.
6363
f34502bc
WZ
63642005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6365
6366 * bfp-test.c: New file.
6367 * bfp-test.exp: New testcase.
6368
ca929517
WZ
63692005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6370
6371 * gdb.fortran/subarray.exp: New testcase to test the evaluation
6372 of subarray and substring variable.
6373 * gdb.fortran/subarray.f: New source file for the test of subarray
6374 and substring variable evaluation.
6375 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
6376 of string constant.
6377
c761af65
DJ
63782005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
6381 copyright dates.
6382
561d7a1d
PG
63832005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
6384
6385 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
6386 powerpc altivec' test with an almost identical 'info vector' test.
6387
b2b64cc9
PG
63882005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6389
a9c64011
AS
6390 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6391 vscr" tests to match output.
b2b64cc9 6392
6ac4d15a
PG
63932005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6394
a9c64011
AS
6395 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
6396 output.
6ac4d15a 6397
40e55bef
BR
63982005-09-11 Bob Rossi <bob@brasko.net>
6399
6400 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 6401 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
6402 commands that return an MI output command and an asyncronous MI output
6403 command.
6404 * gdb.mi/mi-console.exp: Ditto.
6405
3c7385ec
BR
64062005-09-11 Bob Rossi <bob@brasko.net>
6407
6408 * gdb.mi/mi-var-child.c: Include <string.h>.
6409
a6cd0eb3
DJ
64102005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * killed.exp: Correct gdb_expect syntax.
6413
2f168eed
CV
64142005-08-09 Corinna Vinschen <vinschen@redhat.com>
6415
6416 * lib/mi-support.exp (mi_gdb_load): Fix typo.
6417
ecd3fd0f
BR
64182005-08-02 Bob Rossi <bob@brasko.net>
6419
6420 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
6421 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
6422 Change tests to inferior-tty-set/show.
6423 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
6424 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
6425 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
6426 inferior. Use mi_gdb_test to get GDB and Inferior output.
6427 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
6428 descriptor.
6429 (mi_inferior_tty_name): Add inferior PTY file name.
6430 (mi_gdb_start): Add INFERIOR_PTY parameter.
6431 (mi_gdb_test): Add IPATTERN parameter.
6432
f1ea48cb 64332005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 6434
f1ea48cb
BR
6435 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
6436 parameter to mi_gdb_test.
6437 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
6438
6e650a67
DJ
64392005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6440
6441 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
6442 struct_declarations.
6443 * gdb.mi/mi-var-child.exp: Step over the initialization of
6444 struct_declarations.
6445
8be260b6
DJ
64462005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6447
6448 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
6449 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
6450 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
6451 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
6452 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
6453 file.
6454
4e660f07
NR
64552005-07-27 Nick Roberts <nickrob@snap.net.nz>
6456
6457 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
6458 (do_children_tests): Assign values to the extra elements.
6459
6460 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
6461 them for tests for "-var-update --no-values" and
a9c64011 6462 "-var-update --all-values".
4e660f07
NR
6463 Add test for "-var-list-children --simple-values".
6464
6465 * gdb.mi/basics.c (callee4): Add integer array D[3]...
6466
6467 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
6468 "-stack-list-locals --simple-values" Improve doc strings and
6469 comments.
6470
6bdae935
MK
64712005-07-18 Mark Kettenis <kettenis@gnu.org>
6472
598b7a6f
MK
6473 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
6474 *-*-openbsd*.
6475 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
6476
6bdae935
MK
6477 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
6478 sigaltsatck'.
6479
1323e929 64802005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 6481
1323e929
BR
6482 * gdb.base/default.exp (tty): Changed output of command.
6483 * gdb.base/help.exp (help tty): Ditto.
6484
b1a9c082
MK
64852005-07-12 Mark Kettenis <kettenis@gnu.org>
6486
6487 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
6488
10a844a2
MK
64892005-07-10 Mark Kettenis <kettenis@gnu.org>
6490
6491 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
6492 -stack-select-frame without arguments.
6493 (test_stack_frame_listing): Add test for newly implemented command
6494 -stack-info-frame.
6495
3cb3b8df
BR
64962005-07-06 Bob Rossi <bob@brasko.net>
6497
6498 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
6499 command.
6500 (Copyright): Update copyright.
6501
a0c5fbcf
WZ
65022005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
6503
6504 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
6505 tests to evaluate exponentiation expression.
6506
984971d0
AS
65072005-06-29 Andreas Schwab <schwab@suse.de>
6508
6509 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
6510 main to avoid warnings.
6511
6512 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
6513
fe03833f
NR
65142005-06-20 Nick Roberts <nickrob@snap.net.nz>
6515
6516 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
6517 -stack-select-frame without arguments.
6518 (test_stack_frame_listing): Add test for newly implemented command
6519 -stack-info-frame.
a9c64011 6520
7a55f279
WZ
65212005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6522
0ffa0ea5
DJ
6523 * gdb.fortran/array-element.f: New file.
6524 * gdb.fortran/array-element.exp: New testcase.
7a55f279 6525
26585198
DJ
65262005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6527
6528 * gdb.base/bigcore.exp: Correct checks for systems which can
6529 not dump a large core file.
6530
c1bd25fd
DJ
65312005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6532
6533 * gdb.base/relocate.c: Add a copyright notice.
6534 (dummy): Remove.
6535 * gdb.base/relocate.exp: Test printing the values of variables
6536 from a relocatable file.
6537
589e074d
DJ
65382005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6539
6540 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6541 excess MI output after an error.
6542
0915f927
JB
65432005-05-29 Joel Brobecker <brobecker@adacore.com>
6544
6545 * gdb.arch/alpha-step.c: New file.
6546 * gdb.arch/alpha-step.exp: New testcase.
6547
76ff342d
DJ
65482005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6549 Dennis Brueni <dennis@slickedit.com>
6550
6551 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6552 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6553 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6554 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6555 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6556 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6557 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6558
96b0c7ac
DJ
65592005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6560 Wu Zhou <woodzltc@cn.ibm.com>
6561
6562 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6563 IBM's xlc compiler.
6564 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6565 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6566
f21565d2
JB
65672005-05-13 Jim Blandy <jimb@redhat.com>
6568
6569 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6570 calling gdb_suppress_entire_file.
6571 * gdb.base/charset.exp: Same.
6572 * gdb.base/call-rt-st.exp: Same.
6573
6006a3a1
BR
65742005-05-05 Bob Rossi <bob_rossi@cox.net>
6575
6576 * lib/gdb.exp (fullname_syntax): Added global regex.
6577 (fullname_syntax_POSIX): Ditto.
6578 (fullname_syntax_UNC): Ditto.
6579 (fullname_syntax_DOS_CASE): Ditto.
6580 (fullname_syntax_DOS): Ditto.
6581 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6582 fullname_syntax variable to scope and use it.
6583 (test_file_list_exec_source_files): Ditto.
6584 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6585
c3b69c04
DJ
65862005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6587
6588 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6589
3c95e6af
PG
65902004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6591
a9c64011
AS
6592 * lib/gdb.exp (skip_altivec_tests): New function, based on
6593 check_vmx_hw_available from the GCC testsuite.
6594 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6595 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 6596
78df6c56
JB
65972005-05-02 Jim Blandy <jimb@redhat.com>
6598
6599 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6600 calling gdb_suppress_entire_file.
6601
1690f9cf
DJ
66022005-04-30 Randolph Chung <tausq@debian.org>
6603
6604 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6605 Slightly relax "sem_post" name checking.
6606
5ea106f7
PG
66072005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6608
6609 * gdb.base/unload.exp: Use new shared library infrastructure.
6610
bf7234cf
PG
66112005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6612
6613 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 6614 infrastructure.
bf7234cf 6615
547b869a
CV
66162005-04-29 Corinna Vinschen <vinschen@redhat.com>
6617
6618 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6619 * gdb.asm/h8300.inc: New file.
6620
f07e55f0
PG
66212005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6622
6623 * gdb.base/shlib-call.exp: Change to use new shared library
6624 infrastructure.
6625
3cbba3d1
PG
66262005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6627
a9c64011
AS
6628 * gdb.base/pending.exp: Change to use new shared library
6629 infrastructure.
3cbba3d1 6630
ed6df200
PG
66312005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6632
a9c64011
AS
6633 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6634 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 6635
8c8f4ebe
PG
66362005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6637
a9c64011
AS
6638 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6639 shared objects being adjusted and update copyright years.
8c8f4ebe 6640
607fbc54
DJ
66412005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * ChangeLog: Correct some 2003-01-13 dates.
6644 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6645 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6646 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6647 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6648 gdb.trace/tfind.exp: Update copyright years.
6649
57bf0e56
DJ
66502005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6651 Daniel Jacobowitz <dan@codesourcery.com>
6652
6653 * lib/gdb.exp (gdb_compile): Handle shlib=.
6654 (gdb_compile_shlib): New function.
6655
9b593790
PG
66562005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6657
a9c64011 6658 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 6659
9494c6a5
DJ
66602005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6661
6662 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6663 gdb.server.
6664 * configure.ac: Likewise.
6665 * configure: Regenerated.
6666 * gdb.gdbserver/Makefile.in: Moved to...
6667 * gdb.server/Makefile.in: ... here.
6668 * gdb.gdbserver/server.c: Moved to...
6669 * gdb.server/server.c: ... here.
6670 * gdb.gdbserver/server-run.exp: Moved to...
6671 * gdb.server/server-run.exp: ... here.
6672
6f8eac0e
DJ
66732005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6674
6675 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6676 * configure.ac: Create gdb.gdbserver/Makefile.
6677 * configure: Regenerated.
6678 * lib/gdbserver-support.exp: New file, derived from
6679 config/gdbserver.exp.
6680 * config/gdbserver.exp: Use gdbserver-support.exp.
6681 * gdb.gdbserver/Makefile.in: New file.
6682 * gdb.gdbserver/server.c: New file.
6683 * gdb.gdbserver/server-run.exp: New file.
6684
6e87504d
PG
66852005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6686
a9c64011
AS
6687 * lib/gdb.exp (test_compiler_info): Return compiler_info
6688 if no arguments are given.
6e87504d 6689
d1779be4
PG
66902005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6691
6692 * gdb.arch/altivec-abi.exp: Check for compiler and set
6693 use altivec' flag accordingly.
6694 * gdb.arch/altivec-regs.exp: Likewise.
6695
88750304
DJ
66962005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6697
6698 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6699
f3fb768d
AS
67002005-03-27 Andreas Schwab <schwab@suse.de>
6701
6702 * gdb.base/bigcore.c (main): Add missing mode argument in open
6703 call.
6704
7e813ac5
DJ
67052005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6706
6707 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6708 downloads.
6709 * config/gdbserver.exp (gdb_load): Likewise.
6710
8e3049aa
PB
67112005-03-14 Paul Brook <paul@codesourcery.com>
6712
6713 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6714 targets.
6715
a9df7c44
JB
67162005-03-09 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.dwarf2/dup-psym.S: New file.
6719 * gdb.dwarf2/dup-psym.exp: New testcase.
6720
9f0d94e8
JB
67212005-03-09 Joel Brobecker <brobecker@adacore.com>
6722
6723 * gdb.ada/exec_changed/first.adb: New file.
6724 * gdb.ada/exec_changed/second.adb: New file.
6725 * gdb.ada/exec_changed.exp: New testcase.
6726
5f579bc5
NS
67272005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6728
36e9969c
NS
6729 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6730 (A2): New class.
6731 (main): Test operator+.
6732 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6733 breakpoint test.
6734
5f579bc5
NS
6735 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6736 * gdb.base/signull.exp: Disable if gdb,nosignals.
6737 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6738 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6739 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6740 * gdb.mi/mi2-console.exp: Likewise.
6741 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6742 continue output at start.
6743 (gdb_collect_locals_test): Robustify regexp.
6744 * gdb.trace/passc-dyn.exp: Fix comment typo.
6745 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6746
be46087e
CV
67472005-03-08 Corinna Vinschen <vinschen@redhat.com>
6748
6749 * gdb.asm/asm-source.exp: Add iq2000 case.
6750 * gdb.asm/iq2000.inc: New file.
6751
384e1a61 67522005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6753
384e1a61
MI
6754 * gdb.base/command.exp: Change hardcoded value to regular expression.
6755 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6756
584b6e9e
DJ
67572005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6758
6759 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6760 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6761 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6762 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6763 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6764
ab5b5d61
MK
67652005-03-05 Mark Kettenis <kettenis@gnu.org>
6766
6767 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6768 changes.
6769
ae051c1b
PG
67702004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6771
a9c64011
AS
6772 * lib/compiler.c: Add test for IBM's xlc compiler.
6773 * lib/compiler.cc: Likewise.
ae051c1b 6774
3f0f6ed2
JB
67752004-02-24 Joel Brobecker <brobecker@adacore.com>
6776
6777 * gdb.ada/fixed_points.exp: Create compilation object directory
6778 before running the test.
6779 * gdb.ada/null_record.exp: Likewise.
6780 * gdb.ada/packed_array.exp: Likewise.
6781 * gdb.ada/start.exp: Likewise.
6782
724f452b
JB
67832005-02-15 Joel Brobecker <brobecker@adacore.com>
6784
6785 * gdb.ada/packed_array/pa.adb: New file.
6786 * gdb.ada/packed_array.exp: New testcase.
6787
57f5cdfb 67882005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6789
1f393151
MK
6790 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6791 files.
6792
ebdda337
MK
6793 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6794 on *-*-openbsd*. Correctly match whitespace in regukar
6795 expressions.
6796
cf309262
DJ
67972005-02-10 Daniel Jacobowitz <dan@debian.org>
6798
6799 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6800 PR exp/1821
6801 * gdb.base/gdb1821.c: New test file.
6802 * gdb.base/gdb1821.exp: New test file.
6803
3be49e7a
JB
68042005-02-09 Joel Brobecker <brobecker@adacore.com>
6805
6806 * gdb.base/start.c: New file.
6807 * gdb.base/start.exp: New testcase.
6808
e292e67d
JB
68092005-02-09 Joel Brobecker <brobecker@adacore.com>
6810
6811 * gdb.ada/start/dummy.adb: New file.
6812 * gdb.ada/start.exp: New testcase.
6813
dbdfa66c
CV
68142005-02-09 Corinna Vinschen <vinschen@redhat.com>
6815
6816 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6817 for printing symbols and statistics.
6818 Add test for using relative pathnames in "maint print msymbols" test.
6819 Mark "maint info sections DATA" XFAIL on Cygwin.
6820 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6821 tests.
6822
d7941671
AC
68232005-02-09 Andreas Schwab <schwab@suse.de>
6824
6825 Committed by Andrew Cagney <cagney@gnu.org>
6826 * gdb.base/remotetimeout.exp: New file.
6827
74e5ef44
MK
68282005-02-07 Mark Kettenis <kettenis@gnu.org>
6829
6830 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6831
464dd14d
JB
68322005-02-03 Joel Brobecker <brobecker@adacore.com>
6833
6834 * gdb.ada/gnat_ada.gpr: New file.
6835 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6836 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6837 * configure.ac: No longer generate gnat_ada.gpr.
6838 * configure: Regenerate.
6839 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6840 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6841 * gdb.ada/null_record/bar.ads: Likewise.
6842 * gdb.ada/null_record/bar.adb: Likewise.
6843 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6844 * gdb.ada/null_record.exp (testdir): New variable.
6845 (testfile): executable is now in testdir subdirectory.
6846 (srcfile): Use full path to the main compilation unit.
6847 * gdb.ada/fixed_points.exp: Same changes as above.
6848
30d756ae
NR
68492005-02-03 Nick Roberts <nickrob@snap.net.nz>
6850
6851 * gdb.base/interp.exp: New test.
6852
9d799f85
AC
68532005-01-24 Andrew Cagney <cagney@gnu.org>
6854
6855 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6856
15656118
AC
68572005-01-19 Andrew Cagney <cagney@gnu.org>
6858
a892c31b
AC
6859 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6860 configure.ac not configure.in.
6861
15656118
AC
6862 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6863 of powerpc*-*-*.
6864 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 6865 * gdb.base/list.exp (test_list_function)
15656118
AC
6866 (test_list_filename_and_function): Ditto.
6867 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6868
a7b01baf
AC
68692005-01-16 Andrew Cagney <cagney@gnu.org>
6870
17d92a02
AC
6871 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6872
a7b01baf
AC
6873 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6874
bc8332bb
AC
68752005-01-14 Andrew Cagney <cagney@gnu.org>
6876
6877 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6878 * gdb.mi/mi2-var-cmd.exp: Ditto.
6879
4d074752
CV
68802005-01-10 Corinna Vinschen <vinschen@redhat.com>
6881
6882 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6883
bec39cab
AC
68842005-01-07 Andrew Cagney <cagney@gnu.org>
6885
6886 * configure.ac: Rename configure.in, require autoconf 2.59.
6887 * configure: Re-generate.
6888 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6889 * gdb.stabs/configure: Re-generate.
6890 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6891 * gdb.hp/configure: Re-generate.
6892 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6893 autoconf 2.59.
6894 * gdb.hp/gdb.objdbg/configure: Re-generate.
6895 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6896 autoconf 2.59.
6897 * gdb.hp/gdb.defects/configure: Re-generate.
6898 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6899 autoconf 2.59.
6900 * gdb.hp/gdb.compat/configure: Re-generate.
6901 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6902 autoconf 2.59.
6903 * gdb.hp/gdb.base-hp/configure: Re-generate.
6904 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6905 autoconf 2.59.
6906 * gdb.hp/gdb.aCC/configure: Re-generate.
6907
f10b16d4
JB
69082004-12-15 Jim Blandy <jimb@redhat.com>
6909
6910 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6911 under NPTL when there is debugging info available for libpthread.
6912
fb6e1814
JG
69132004-12-13 Jerome Guitton <guitton@gnat.com>
6914
6915 * gdb.ada/fixed_points.c: New file.
6916 * gdb.ada/fixed_points.exp: New file.
6917
fe46cd3a
RC
69182004-12-03 Randolph Chung <tausq@debian.org>
6919
6920 * gdb.arch/pa-nullify.exp: New file.
6921 * gdb.arch/pa-nullify.s: New file.
6922
8de0841b
RC
69232004-11-30 Randolph Chung <tausq@debian.org>
6924
6925 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6926 instead of "tbug". Fix regexp to work properly with gdb_test.
6927
c8170782
PH
69282004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6929
6930 * gdb.base/bitfields2.exp: New test.
6931 * gdb.base/bitfields2.c: New file.
6932
954269c2
RE
69332004-11-28 Richard Earnshaw <rearnsha@arm.com>
6934
6935 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6936
0107feed
RC
69372004-11-16 Randolph Chung <tausq@debian.org>
6938
6939 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6940
f073ae8c
DJ
69412004-11-14 Daniel Jacobowitz <dan@debian.org>
6942
6943 * gdb.threads/threadapply.exp: Correct "macro details" test.
6944
19ad59e7
JJ
69452004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6946
6947 * gdb.threads/threadapply.exp: New test.
6948 * gdb.threads/threadapply.c: New file.
6949
9cf0961b
MK
69502004-11-07 Mark Kettenis <kettenis@gnu.org>
6951
6952 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6953 frames.
6954
c789492a
FL
69552004-11-05 Felix Lee <felix+log1@specifixinc.com>
6956
6957 * gdb.base/cursal.exp: New file.
6958 * gdb.base/cursal.c: New file.
6959
a1e167bb
AC
69602004-11-03 Andrew Cagney <cagney@gnu.org>
6961
6962 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6963
b7cbf173
MK
69642004-10-30 Mark Kettenis <kettenis@gnu.org>
6965
6966 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6967 NetBSD/ELF targets.
6968
88f9d34f
JB
69692004-10-29 Joel Brobecker <brobecker@gnat.com>
6970
6971 * gdb.threads/bp_in_thread.c: New file, copied from
6972 pthread_cond_wait.c.
6973 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6974 file, rather than reusing the .c file from another testcase.
6975
ca7d6a0c
JB
69762004-10-20 Joel Brobecker <brobecker@gnat.com>
6977
6978 * gdb.ada/null_record.exp: Check where we stopped after
6979 sending the start command, instead of where the associated
6980 temporary breakpoint was inserted.
6981
0d863d03
AC
69822004-10-14 Andrew Cagney <cagney@gnu.org>
6983
6984 * gdb.mi/gdb701.c (main): Return 0.
6985
d11e72cb
DJ
69862004-10-13 Daniel Jacobowitz <dan@debian.org>
6987
d40539a4 6988 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 6989
e1923096
JJ
69902004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6991
6992 * gdb.threads/schedlock.c: Add comment markers to use to find
6993 line numbers.
6994 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6995 comments.
6996 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6997 breakpoint lines.
6998
ec8ba2c9
DJ
69992004-10-12 Daniel Jacobowitz <dan@debian.org>
7000
7001 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
7002
0eb3658b
DJ
70032004-10-12 Daniel Jacobowitz <dan@debian.org>
7004
7005 * configure.in: Add gdb.dwarf2.
7006 * configure: Regenerated.
7007 * Makefile.in: Add gdb.dwarf2.
7008 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
7009 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
7010 gdb.dwarf2/file1.txt: New files.
7011
a271cc33
OF
70122004-10-11 Orjan Friberg <orjanf@axis.com>
7013
a9c64011 7014 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
7015 of "run", since the latter doesn't work with remote targets. Adjust
7016 the breakpoint numbering accordingly.
7017 * gdb.threads/pthread_cond_wait.exp: Ditto.
7018
895ce074
MC
70192004-10-08 Michael Chastain <mec.gnu@mindspring.com>
7020
7021 * gdb.base/overlays.exp: Update copyright years.
7022
6be3092d
KI
70232004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
7024
7025 * gdb.base/overlays.exp: Disable if target is Linux.
7026
e05389b8
FL
70272004-10-06 Felix Lee <felix+log1@specifixinc.com>
7028
7029 * config/gdbserver.exp (gdb_load): Use right filename on remote.
7030
73cb587d
KI
70312004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
7032
7033 * gdb.asm/asm-source.exp: Add m32r-linux target.
7034 * gdb.asm/m32r-linux.inc: New file.
7035
3c0edcdc
AC
70362004-09-24 Andrew Cagney <cagney@redhat.com>
7037 David Anderson <anderson@redhat.com>
7038
7039 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
7040 command fails, assume things will work.
7041 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
7042 (_GNU_SOURCE): Define.
7043 (print_unsigned, print_hex): Change parameter to "long long".
7044 (print_byte_count): New function, use to print byte counts.
7045 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
7046 O_LARGEFILE.
7047 (main): Compute an upper bound on a corefile in max_core_size.
7048 Limit memory chunk size to max_core_size. Limit total memory
7049 allocated to max_core_size.
7050
4bb3667f
AC
70512004-09-23 Andrew Cagney <cagney@gnu.org>
7052
7053 * gdb.base/bigcore.exp: Replace the code that creates a corefile
7054 from a separate process with code that creates a corefile by
7055 making the inferior dump core.
7056
60fe1a51
MK
70572004-09-23 Mark Kettenis <kettenis@gnu.org>
7058
7059 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
7060 block.
7061
8e937346
MC
70622004-09-23 Michael Chastain <mec.gnu@mindspring.com>
7063
7064 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
7065 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
7066 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
7067 Likewise.
7068
7213f6d6
JJ
70692004-09-20 Jeff Johnston <jjohnstn@redhat.com>
7070
7071 * gdb.java/jprint.exp: New test case for java inferior call.
7072 * gdb.java/jprint.java: Ditto.
7073
eac69dca
JB
70742004-09-15 Joel Brobecker <brobecker@gnat.com>
7075
7076 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
7077
22227696
MC
70782004-09-14 Michael Chastain <mec.gnu@mindspring.com>
7079
7080 * gdb.threads/killed.c: Include <stdlib.h>.
7081 * gdb.threads/pthreads.c: Likewise.
7082
7dd403a4
MC
70832004-09-14 Michael Chastain <mec.gnu@mindspring.com>
7084
7085 * gdb.threads/killed.c: Add copyright notice.
7086
33f2d567
JM
70872004-09-10 Jason Molenda (jmolenda@apple.com)
7088
a9c64011
AS
7089 * gdb.base/define.exp: Two new tests to verify zero space chars
7090 after 'if' and 'while' commands in a user-defined command is correctly
7091 parsed.
33f2d567 7092
e05b62ac
AC
70932004-09-08 Andrew Cagney <cagney@gnu.org>
7094
7095 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
7096 delivery test with duplicate at end of file.
7097
9cbe82da
MK
70982004-09-06 Mark Kettenis <kettenis@jive.nl>
7099
7100 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
7101
564803d9
MC
71022004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7103
7104 * config/hppro.exp: Removed.
7105
7c6807ce
MC
71062004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7107
7108 * config/sparclet.exp: Removed.
7109
bf7e26dd
MC
71102004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7111
7112 * config/udi.exp: Removed.
7113
714e341b
MC
71142004-09-02 Michael Chastain <mec.gnu@mindspring.com>
7115
7116 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
7117 of "exp_continue".
7118 (advancei): Likewise.
7119
1236e623
JJ
71202004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7121
7122 * gdb.base/unload.exp: Fix so messages aren't duplicated.
7123
3bdcad15
MI
71242004-09-01 Manoj Iyer <manjo@austin.ibm.com>
7125
228af206 7126 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
7127 to check for nodebug in executable.
7128 * gdb.gdb/observer.exp (setup_test): Likewise.
7129 * gdb.gdb/selftest.exp (test_with_self): Likewise.
7130 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
7131
c72b934c
AC
71322004-09-01 Andrew Cagney <cagney@gnu.org>
7133
7134 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7135 files.
7136
edd9b715
JJ
71372004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7138
7139 * gdb.base/unload.exp: Fix expected warning message to match
7140 latest format.
7141
fb4ce06b
CV
71422004-09-01 Corinna Vinschen <vinschen@redhat.com>
7143
7144 * gdb.base/call-rt-st.exp: Fix typos.
7145
ce78e7c3
MI
71462004-08-31 Manoj Iyer <manjo@austin.ibm.com>
7147
7148 * gdb.threads/thread_check.exp: New testcase.
7149 * gdb.threads/thread_check.c: New testcase.
7150
2dedb159
AC
71512004-08-31 Andrew Cagney <cagney@gnu.org>
7152
7153 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
7154 (skip_to_handler_entry): New procedures. Test stepping into a
7155 handler when the breakpoint is at the handler's entry point.
7156
68f53502
AC
71572004-08-30 Andrew Cagney <cagney@gnu.org>
7158
7159 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
7160 gdb/1757.
7161
3e3ffd2b
MC
71622004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7163
7164 With code from Manoj Iyer <manjo@austin.ibm.com>:
7165 * lib/gdb.exp (gdb_file_cmd): Return more information in the
7166 return value. Add an arm for "no debugging symbols found".
7167 Change a stray "error" to "perror".
7168 (gdb_run_cmd): Adapt to new return value.
7169 * gdb.base/remote.exp: Adapt to new return value.
7170 * gdb.gdb/complaints.exp: Likewise.
7171 * gdb.gdb/observer.exp: Likewise.
7172 * gdb.gdb/selftest.exp: Likewise.
7173 * gdb.gdb/xfullpath.exp: Likewise.
7174
4b6f5fd2
JB
71752004-08-27 Joel Brobecker <brobecker@gnat.com>
7176
7177 * gdb.threads/bp_in_thread.exp: New testcase.
7178
e5b25496
MC
71792004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7180
7181 Fix PR testsuite/1735.
7182 * gdb.threads/schedlock.c (thread_function): Add a cast
7183 to suppress a gcc warning.
7184 * gdb.threads/thread-specific.c (thread_function): Likewise.
7185
934353d6
MC
71862004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7187
7188 * gdb.base/unload.c: Include <stdlib.h>.
7189
f98a0aef 71902004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 7191
f98a0aef 7192 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
7193 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
7194 synchronized after the "return".
7195
5a2e8882
MC
71962004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7197
7198 * gdb.mi/basics.c: Include <stdio.h>.
7199 * gdb.mi/pthreads.c: Include <stdlib.h>.
7200 * gdb.mi/var-cmd.c: Include <stdlib.h>.
7201
a9640423
MC
72022004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7203
7204 * gdb.threads/schedlock.c: Add copyright notice.
7205
b04e311d
AC
72062004-08-25 Andrew Cagney <cagney@gnu.org>
7207
7208 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
7209 (skip_over_handler, breakpoint_over_hander): New test procedures.
7210 (advance, advancei): Add a proper prefix, do not use
7211 rerun_to_main.
7212 * gdb.base/sigstep.c (main): Change to use an infinite loop.
7213
7c27f15b
MC
72142004-08-24 Michael Chastain <mec.gnu@mindspring.com>
7215
7216 * gdb.mi/basics.c: Add copyright notice.
7217 * gdb.mi/var-cmd.c: Add copyright notice.
7218
fffc87ae
MC
72192004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7220
7221 * lib/gdb.exp: Remove signed_keyword_not_used.
7222 * lib/compiler.c: Likewise.
7223 * lib/compiler.cc: Likewise.
7224
d782e0bf
MC
72252004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7226
7227 * gdb.base/whatis.c: Remove conditional disabling of "signed".
7228 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
7229
96033e83
MC
72302004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7231
7232 * gdb.base/whatis.c: Add copyright notice.
7233
cf38c229
MK
72342004-08-20 Mark Kettenis <kettenis@gnu.org>
7235
7236 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
7237 it to skip the breakpoints encoded in the inline assembly.
7238
f4b49756
MC
72392004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7240
7241 * Makefile.in: Add gdb.fortran.
7242
2f193b69
MC
72432004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7244
7245 * gdb.base/call-sc.exp (test_scalar_returns):
7246 Fix cut-and-paste glitch in "Make fun return now".
7247
89a237cb
MC
72482004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7249
7250 * configure.in: Add gdb.fortran.
7251 * configure: Regenerate.
7252 * gdb.fortran/Makefile.in: New file.
7253 * lib/gdb.exp (skip_fortran_tests): New procedure.
7254
469aff8e
MC
72552004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7256
7257 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
7258 reference to bug-gnu@prep.ai.mit.edu.
7259 * gdb.mi/mi-var-child.exp: Likewise.
7260 * gdb.mi/mi-var-cmd.exp: Likewise.
7261 * gdb.mi/mi-var-display.exp: Likewise.
7262 * gdb.mi/mi2-var-block.exp: Likewise.
7263 * gdb.mi/mi2-var-child.exp: Likewise.
7264 * gdb.mi/mi2-var-cmd.exp: Likewise.
7265 * gdb.mi/mi2-var-display.exp: Likewise.
7266
00b51b9f
MK
72672004-08-15 Mark Kettenis <kettenis@gnu.org>
7268
7269 * gdb.base/unload.c (main): Make local variable msg const.
7270
45f07fef
MC
72712004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7272
7273 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
7274 to bug-gnu@prep.ai.mit.edu.
7275 * gdb.mi/mi-disassemble.exp: Likewise.
7276 * gdb.mi/mi-eval.exp: Likewise.
7277 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
7278 default line number.
7279 * gdb.mi/mi-return.exp: Likewise.
7280 * gdb.mi/mi-simplerun.exp: Likewise.
7281 * gdb.mi/mi-stack.exp: Likewise.
7282 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
7283 number with explicit range test.
7284 * gdb.mi/mi-watch.exp: Likewise.
7285 * gdb.mi/mi2-break.exp: Likewise.
7286 * gdb.mi/mi2-cli.exp: Likewise.
7287 * gdb.mi/mi2-disassemble.exp: Likewise.
7288 * gdb.mi/mi2-eval.exp: Likewise.
7289 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
7290 default line number.
7291 * gdb.mi/mi2-return.exp: Likewise.
7292 * gdb.mi/mi2-simplerun.exp: Likewise.
7293 * gdb.mi/mi2-stack.exp: Likewise.
7294 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
7295 number with explicit range test.
7296 * gdb.mi/mi2-watch.exp: Likewise.
7297
dd8c8ee7
MC
72982004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7299
7300 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
7301 * gdb.cp/m-static.exp: Likewise.
7302 * gdb.cp/rtti.exp: Likewise.
7303
4e838464
MK
73042004-08-14 Mark Kettenis <kettenis@gnu.org>
7305
7306 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
7307
8d8cb839
EZ
73082004-08-14 Eli Zaretskii <eliz@gnu.org>
7309
7310 * ChangeLog: Prefix Local Variables with semi-colons and indent
7311 the reference to older ChangeLog files, to fix fontification in
7312 Emacs.
7313
deea8bb0
MC
73142004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7315
7316 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
7317 * gdb.mi/mi2-break.exp: Likewise.
7318
c3297504
MC
73192004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7320
7321 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
7322
25808999
MC
73232004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7324
7325 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
7326
226a8d71
MC
73272004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7328
7329 * gdb.cp/classes.exp: Remove unused declarations. Just let
7330 test names default instead of providing special names. Remove
7331 extraneous demangler test.
7332
37fdf854
JJ
73332004-08-12 Jeff Johnston <jjohnstn@redhat.com>
7334
7335 * gdb.base/unload.exp: New test for breakpoints in dynamically
7336 loaded libraries.
7337 * gdb.base/unload.c: Ditto.
7338 * gdb.base/unloadshr.c: Ditto.
7339
2d3a7986
MC
73402004-08-12 Michael Chastain <mec.gnu@mindspring.com>
7341
7342 * gdb.cp/classes.exp (test_ptype_class_objects): Call
7343 cp_test_ptype_class.
7344 (test_enums): Likewise.
7345
c72b934c
AC
73462004-08-10 Andrew Cagney <cagney@gnu.org>
7347
7348 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7349 files.
7350
cc503c8a
AC
73512004-08-10 Andrew Cagney <cagney@gnu.org>
7352
7353 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
7354 init_malloc call.
7355
902f2ccb
MC
73562004-08-10 Michael Chastain <mec.gnu@mindspring.com>
7357
7358 * ChangeLog: Add copyright notice. The notice is copied
7359 from emacs 21.3 top level ChangeLog.
7360
78c90502
MC
73612004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7362
7363 * lib/cp-support.exp: New file.
7364 * lib/cp-support.exp (cp_test_type_class): New function.
7365 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
7366 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
7367 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
7368 cp_test_ptype_class.
7369
88e5ea78
MC
73702004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7371
7372 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
7373 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7374 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
7375 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
7376 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7377 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
7378 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
7379 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
7380 gdb.mi/mi2-watch.exp: Update copyright years.
7381
6a89fc9c
MK
73822004-08-09 Mark Kettenis <kettenis@gnu.org>
7383
7384 * gdb.base/sigaltstack.exp: Provide proper anchoring.
7385
1482e0de
MC
73862004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7387
7388 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
7389 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
7390 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
7391 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7392 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
7393 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
7394 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
7395 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7396 gdb.mi/mi-watch.exp: Update copyright years.
7397
1a5ce3f3
DJ
73982004-08-08 Daniel Jacobowitz <dan@debian.org>
7399
7400 PR gdb/1738
7401 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
7402 from a breakpoint with a pending signal.
7403
04f6ecf2
DJ
74042004-08-08 Daniel Jacobowitz <dan@debian.org>
7405
7406 PR gdb/1736
7407 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
7408 * gdb.base/sigaltstack.exp (finish_test): Consume output until
7409 the prompt.
7410 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
7411
54d90d35
DJ
74122004-08-08 Daniel Jacobowitz <dan@debian.org>
7413
7414 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
7415
d2f6abb0
DJ
74162004-08-08 Daniel Jacobowitz <dan@debian.org>
7417
7418 PR gdb/1736
7419 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
7420 for i?86-*-linux*.
7421
5598c03d
DJ
74222004-08-08 Daniel Jacobowitz <dan@debian.org>
7423
7424 * gdb.arch/i386-prologue.exp: Compile without debug information.
7425
c6fee705
MC
74262004-08-08 Michael Chastain <mec.gnu@mindspring.com>
7427
7428 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
7429 rather than asking gdb to search.
7430
dd90efdb
MC
74312004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7432
7433 * gdb.base/gcore.c: Include <string.h>.
7434
1e84bec1
MC
74352004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7436
7437 * gdb.base/gcore.c: Add copyright notice.
7438
e425eb2b
MC
74392004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7440
7441 * gdb.base/freebpcmd.c: Include <stdio.h>.
7442 * gdb.base/long_long.c: Include <string.h>.
7443 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
7444 * gdb.base/siginfo.c: Include <string.h>.
7445 * gdb.base/sigstep.c: Include <string.h>.
7446
cb9aaed5
MC
74472004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7448
7449 * gdb.base/complex.c: Include <stdlib.h>.
7450
55944f3d
MC
74512004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7452
7453 * gdb.base/complex.c: Add copyright notice.
7454
7b2953d9
MC
74552004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7456
7457 * gdb.base/charset.c: Include <stdlib.h>.
7458
c9133d23
MC
74592004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7460
7461 * gdb.base/auxv.c: Include <stdlib.h>.
7462
0a8490ad
MC
74632004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7464
7465 * gdb.base/auxv.c: Add copyright notice.
7466
3426d5ec
MC
74672004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7468
7469 * gdb.base/coremaker.c: Add copyright notice.
7470 * gdb.base/coremaker2.c: Add copyright notice.
7471
8da195dd
AC
74722004-08-04 Andrew Cagney <cagney@gnu.org>
7473
7474 * gdb.base/store.exp: Update copyright.
7475 (check_set, up_set, check_struct, up_struct): Add a prefix to test
7476 names, do not import gdb_prompt.
7477
8d394f98
AC
74782004-08-01 Andrew Cagney <cagney@gnu.org>
7479
7480 Fix PR testsuite/1729.
7481 * gdb.base/dump.exp: Add test name to callers of capture_value, do
7482 not use capture_value with value 4.
7483 (capture_value): Add optional test name parameter.
7484 (test_reload_saved_value, test_restore_saved_value): Use $msg as
7485 the prefix, pass to capture_value.
7486
b6702b23
MK
74872004-08-01 Mark Kettenis <kettenis@gnu.org>
7488
7489 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
7490 * gdb.arch/i386-prologue.c (standard): New prototype and function.
7491 (main): Call new function.
7492
c203e0ca
MC
74932004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7494
7495 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
7496
a7995a30
MC
74972004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7498
7499 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
7500
9366563b
MC
75012004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7502
b6eeaf26 7503 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
7504 Accept more values of vtbl pointer. Remove some messages
7505 about "obsolete gcc or gdb".
7506
2fc1f950
MC
75072004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7508
7509 * gdb.cp/classes.exp: Accept more varieties of ptype output.
7510
c724d49b
MC
75112004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7512
7513 * gdb.base/asm-source.exp: Properly convert target board
7514 debug flags from gcc format to binutils format.
7515
736b0fce
MK
75162004-07-28 Mark Kettenis <kettenis@gnu.org>
7517
7518 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7519 gdb1718". PR backtrace/1718 partially fixed.
7520
5633ea5c
JJ
75212004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7522
7523 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7524
575eebb1
NC
75252004-07-26 Nick Clifton <nickc@redhat.com>
7526
7527 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7528 good default value for a specific architecture is available then
7529 set it to that value. Otherwise default to the -gstabs switch.
7530 Remove the -g... switches from the asm-flags variable. Allow the
7531 target board info to override the value if it wants to. Pass the
7532 switch on the assembler command line.
7533
62104619
MK
75342004-07-23 Mark Kettenis <kettenis@gnu.org>
7535
7536 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7537 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7538 (main): Call new function.
7539
4a1135b8
MC
75402004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7541
7542 Test for PR exp/1715.
7543 * gdb.base/radix.exp: Refactor common procedures. Make all
7544 test names unique. Change XFAIL to KFAIL.
7545
8a12c1f0
MC
75462004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7547
7548 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7549 * gdb.ada/gnat_ada.gin: ... to here.
7550 * configure.in: Use gnat_ada.gin.
7551 * configure: Regenerate.
7552
23b451cf
AC
75532004-07-20 Andrew Cagney <cagney@gnu.org>
7554
7555 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7556 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7557 XFAILs. Clean up test messages and comments. Check backtraces.
7558 Delete re-sync code.
7559
ab618a02
MC
75602004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7561
7562 Fix PR cli/740.
7563 * gdb.base/annota1.exp: Honor gdb,nosignals.
7564 * gdb.base/annota3.exp: Likewise.
7565
46dad340
MC
75662004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7567
7568 * lib/java.exp: Update copyright notice.
7569
756d8c70
AC
75702004-07-19 Andrew Cagney <cagney@gnu.org>
7571
7572 * gdb.base/selftest.exp: Copy file from here ...
7573 * gdb.gdb/selftest.exp: ... to here.
7574
586027e6
AC
75752004-07-16 Andrew Cagney <cagney@redhat.com>
7576
7577 * lib/insight-support.exp: Delete file.
7578 * lib/java.exp (java_init): Fix copyright.
7579
029d2200
AC
75802004-07-16 Andrew Cagney <cagney@gnu.org>
7581
7582 * gdb.base/restore.c: Append "prologue" to comments marking the a
7583 function's prologue.
7584 * gdb.base/restore.exp: Update copyright, re-indent.
7585 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7586 callerN" prefix where needed. Update patterns that match a
7587 function's prologue.
7588
653b62c5
MC
75892004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7590
7591 * gdb.base/restore.c: Add copyright notice.
7592
f7d690e5
AC
75932004-07-16 Andrew Cagney <cagney@gnu.org>
7594
7595 * gdb.base/logical.exp: Update copyright.
7596 (evaluate): New procedure. Use to re-implement tests using
7597 several tables.
7598
d629a7cb
MH
75992004-07-14 Martin Hunt <hunt@redhat.com>
7600
7601 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7602 which fixes some problems where init.tcl was not found.
7603
9c7bb332
AC
76042004-07-13 Andrew Cagney <cagney@gnu.org>
7605
6bf46641
AC
7606 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7607 (check_sizeof, check_valueof): Do not include the output in the
7608 test name. Use gdb_test.
7609 (get_valueof): Use gdb_test_multiple.
7610
c4ffd4c0
AC
7611 * gdb.base/step-test.exp: Update copyright. Use
7612 gdb_test_multiple. Ensure that test names do not include
7613 architecture dependent output.
7614
ab89363a
AC
7615 * gdb.gdb/observer.exp: Update copyright.
7616 (setup_test): Use gdb_test_multiple.
7617 (attach_first_observer, attach_second_observer)
7618 (attach_third_observer, detach_first_observer)
7619 (detach_second_observer, detach_third_observer)
7620 (reset_counters, check_counters): Make $message a prefix.
7621 (test_normal_stop_notifications): Add "args" parameter - a list of
7622 init functions to be called. Make $message a prefix,
7623 (test_observer_normal_stop): Change the message prefixes so that
7624 they are unique, pass the attach / detach procedures to
7625 test_normal_stop_notifications.
7626
ec58997a
AC
7627 * gdb.base/signull.exp (test_segv): Prefix all tests with
7628 "${name}". Clean up test messages.
7629
b475183b
AC
7630 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7631
9c7bb332
AC
7632 * gdb.base/ena-dis-br.exp: Update copyright.
7633 (break_at): New function. Replace send_gdb with gdb_test,
7634 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7635 ignore count, not stopped at bpt", with KFAIL.
7636
2dd95497
CV
76372004-07-13 Corinna Vinschen <vinschen@redhat.com>
7638
7639 * gdb.base/attach.exp: Remove cleanupfile handling.
7640
419e626b
AC
76412004-07-12 Andrew Cagney <cagney@gnu.org>
7642
7643 * gdb.base/annota1.exp: Cleanup corefile test name.
7644 * gdb.base/annota3.exp: Ditto.
7645
8b1b3228
AC
76462004-07-12 Andrew Cagney <cagney@gnu.org>
7647
78650829
AC
7648 * gdb.base/signals.exp: Clean up copyright, re-indent.
7649
8b1b3228
AC
7650 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7651 gdb_test and gdb_test_multiple.
7652
935c2760
JJ
76532004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7654
7655 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 7656 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
7657 provide line number info for first statement in main.
7658
1544280f
AC
76592004-07-08 Andrew Cagney <cagney@gnu.org>
7660
1279f4ff
AC
7661 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7662
1544280f
AC
7663 * gdb.base/sigbpt.exp: Make the common part of each test name a
7664 prefix instead of suffix.
7665
bcc82369
BR
76662004-07-07 Bob Rossi <bob_rossi@cox.net>
7667
7668 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7669 test from test_tbreak_creation_and_listing to
7670 test_file_list_exec_source_file
7671 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7672 Changed name of test from test_tbreak_creation_and_listing to
7673 test_file_list_exec_source_file
7674
23f4b0aa
JJ
76752004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7676
7677 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7678 the jmisc() constructor instead of <init>.
7679 * gdb.java/jmisc1.exp: Ditto.
7680
56401cd5
AC
76812004-07-07 Andrew Cagney <cagney@gnu.org>
7682
7683 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7684 corrupting the PC.
7685
44ae2f6a
MC
76862004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7687
7688 * gdb.cp/templates.exp: Accept whitespace change in demangler
7689 output.
7690
45a83408
AC
76912004-07-06 Andrew Cagney <cagney@gnu.org>
7692
7693 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7694
d205ad70
MC
76952004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7696
7697 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7698 * lib/compiler.cc: Likewise.
7699
06ea1a61
MC
77002004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7701
7702 * lib/compiler.cc: Work around string preprocessing problem
7703 with old hp c++ compiler.
7704 * lib/compiler.c: Likewise.
7705
daab1251
CV
77062004-06-29 Corinna Vinschen <vinschen@redhat.com>
7707
7708 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7709 directives to conditionalize symbol prefixing.
7710 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7711 additional_flags handling. Add underscore prefix for Cygwin.
7712 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7713 conditionalize symbol prefixing.
7714 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7715 additional_flags handling. Add underscore prefix for Cygwin.
7716
cc984116
CV
77172004-06-29 Corinna Vinschen <vinschen@redhat.com>
7718
7719 * gdb.base/bigcore.exp: Skip test on Cygwin.
7720
c279b077
MC
77212004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7722
7723 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7724 formats for "info register". Use gdb_test_multiple. Fix
7725 the "invalid register" test.
7726
0e915747
CV
77272004-06-28 Corinna Vinschen <vinschen@redhat.com>
7728
7729 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7730 PID for Cygwin. Add Cygwin specific strings to check for in some
7731 tests.
7732 (do_attach_tests): Add a test for user interaction when attaching
7733 to a process with no matching symbol table already loaded.
7734
11422c86
AC
77352004-06-26 Andrew Cagney <cagney@gnu.org>
7736
7737 Test PR java/1567 and PR java/1565.
7738 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7739 * gdb.java/jmisc2.exp: Delete file.
7740
cefbce26
MC
77412004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7742
7743 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7744
e19f872c
CV
77452004-06-25 Corinna Vinschen <vinschen@redhat.com>
7746
7747 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7748 attach process.
7749
d931ba3b
MC
77502004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7751
7752 * gdb.cp/pr-1553.exp: Remove.
7753
aef68c48
MC
77542004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7755
7756 * gdb.cp/pr-1553.cc: Remove.
7757 * gdb.cp/pr-1553.exp: Disable this test.
7758
8d5df71a
JB
77592004-06-20 Jim Blandy <jimb@redhat.com>
7760
a9c64011 7761 Fix PR testsuite/1680.
8d5df71a
JB
7762 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7763 regular expressions.
7764
4ac6f39d
MC
77652004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7766
7767 Fix PR testsuite/1679.
7768 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7769 Issue an UNSUPPORTED result instead.
7770
1b413552
JB
77712004-06-18 Jim Blandy <jimb@redhat.com>
7772
7773 * gdb.base/charset.exp: Only send a control-C if we see a new
7774 prompt and incomplete command.
7775
6daa6ebd
MC
77762004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7777
7778 * gdb.cp/pr-574.cc: Add copyright notice.
7779
51fa4ae0
JB
77802004-06-17 Jim Blandy <jimb@redhat.com>
7781
7782 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7783 cases where the regexp has no groups; this grabs random text from
7784 the previous test suite, whatever that was.
7785
8fea26c5
MC
77862004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7787
7788 * gdb.cp/printmethod.cc: Add copyright notice.
7789
1e3aeb41
MC
77902004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7791
7792 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7793
9d9030bc
AC
77942004-06-16 Andrew Cagney <cagney@gnu.org>
7795
7796 * gdb.base/signull.c: Update copyright. Include <string.h>.
7797 (bowler): Replace data_pointer with data_read
7798 and data_write cases. Add code_descriptor case.
7799 (zero, desc): New array and pointer.
7800 (data, code): Change to simple pointers.
7801 * gdb.base/signull.exp: Fix probe pattern matching a function
7802 descriptor SIGSEGV. Replace data_pointer with data_read and
7803 data_write tests.
7804
acd4ad44
AC
78052004-06-16 Andrew Cagney <cagney@gnu.org>
7806
7807 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7808
08fd625c
MC
78092004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7810
7811 * gdb.base/long_long.c: Add copyright notice.
7812
1903502c
MC
78132004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7814
7815 * gdb.base/long_long.exp: Remove reference to
7816 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7817 to gdb_breakpoint and gdb_continue_to_breakpoint.
7818
83313cb1
JB
78192004-06-14 Jim Blandy <jimb@redhat.com>
7820
7821 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7822 endian case.
7823
1bf404ef
AC
78242004-06-14 Andrew Cagney <cagney@gnu.org>
7825
7826 * gdb.base/gcore.exp (capture_command_output): Delete the always
7827 passing tests containing inferior values.
7828 * gdb.base/ending-run.exp: Do not include the breakpoint address
7829 in the test message. Update copyright.
7830 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7831 size in the test name, use gdb_test_multiple. Update copyright.
7832
ef220b33
MC
78332004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7834
7835 * gdb.cp/ref-types.cc: Add copyright notice.
7836
4f70a4c9
MC
78372004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7838
7839 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7840 hp_aCC_compiler.
7841 * lib/compiler.cc: Likewise.
7842 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7843 'set' commands. Log diagnostics for other lines. Set
7844 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7845
335928ac
MC
78462004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7847
7848 * gdb.cp/try_catch.cc: Add copyright notice.
7849
2efb12e8
MC
78502004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7851
7852 * gdb.cp/userdef.cc: Add copyright notice.
7853
0bbed51a
MC
78542004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7855
7856 * gdb.cp/virtfunc.cc: Add copyright notice.
7857
e12a46c9
RC
78582004-06-11 Randolph Chung <tausq@debian.org>
7859
7860 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7861 problem.
7862
338e05af
AC
78632004-06-10 Andrew Cagney <cagney@gnu.org>
7864
7865 * lib/compiler.cc, lib/compiler.c: Append either
7866 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7867 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7868 instead of gcc-3-3.
7869
dc3f10cb
AC
78702004-06-09 Andrew Cagney <cagney@gnu.org>
7871
b4d946af
AC
7872 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7873 gdb/1455, bug is specific to "long long" and "double".
a9c64011 7874
dc3f10cb
AC
7875 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7876 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7877 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7878 fixed.
7879
b5c0bfa2
AC
78802004-06-09 Andrew Cagney <cagney@gnu.org>
7881
7882 * gdb.base/structs.exp (test_struct_returns): Replace
7883 "return_value_unknown" and "finish_value_unknown" by
7884 "return_value_known" and "finish_value_known". Instead of
7885 "return_value_unknown" iff "finish_value_unknown", check
7886 "return_value_known" implies "finish_value_known".
7887
caeb605f
MH
78882004-06-08 Martin Hunt <hunt@redhat.com>
7889
7890 * gdb.base/float.exp: Add pattern for mips targets.
7891
c892bb64
RC
78922004-06-08 Randolph Chung <tausq@debian.org>
7893
7894 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7895 message for unknown architectures more clear.
7896
48306d3e
JB
78972004-06-08 Joel Brobecker <brobecker@gnat.com>
7898
7899 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7900 start the execution of the program.
7901
83ecb59f
JB
79022004-06-07 Jim Blandy <jimb@redhat.com>
7903
7904 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7905 * gdb.arch/i386-cpuid.h: New helper file.
7906
55264cb4
RC
79072004-06-07 Randolph Chung <tausq@debian.org>
7908
7909 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7910 has started.
7911
23cadb28
RM
79122004-06-04 Roland McGrath <roland@redhat.com>
7913
7914 Fix PR gdb/1647.
7915 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7916 differently to be robust to output buffering differences.
7917
51d01eda
MC
79182004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7919
7920 * gdb.threads/pthreads.exp: Update copyright years.
7921 (check_control_c): Change asynchronous 'after' to synchronous.
7922
f4fc3b93
RM
79232004-06-04 Roland McGrath <roland@redhat.com>
7924
7925 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7926 next gdb prompt.
7927
4013522b
MC
79282004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7929
7930 Fix PR gdb/1636.
7931 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7932 calls to synchronous.
7933
7a8f1e6b
JB
79342004-05-26 Jim Blandy <jimb@redhat.com>
7935
7936 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7937
81bb3443
RC
79382004-05-24 Randolph Chung <tausq@debian.org>
7939
7940 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7941 * gdb.asm/pa.inc: New file.
7942
8f5a3103
MK
79432004-05-22 Mark Kettenis <kettenis@gnu.org>
7944
7945 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7946
734b8fe8 79472004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 7948 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
7949
7950 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7951 GDB prompt.
7952
725603e1
UW
79532004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7954
f4fc3b93 7955 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
7956 setjmp/longjmp. Use sigaction instead of signal.
7957
8b923272 79582004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 7959 Michael Snyder <msnyder@redhat.com>
8b923272
JB
7960
7961 * gdb.threads/pthread_cond_wait.c: New file.
7962 * gdb.threads/pthread_cond_wait.exp: New testcase.
7963
8bfabb04
AC
79642004-05-13 Andrew Cagney <cagney@redhat.com>
7965
7966 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7967 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7968
42edda50
AC
79692004-05-11 Andrew Cagney <cagney@redhat.com>
7970
7971 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7972 fixed but revealed gdb/1639.
7973
d303a6c7
AC
79742004-05-10 Andrew Cagney <cagney@redhat.com>
7975
7976 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7977 func1" and "next to 2nd alarm", kernel bug avoided.
7978
bf08c2a1
DJ
79792004-05-10 Daniel Jacobowitz <dan@debian.org>
7980
7981 PR external/1568
7982 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7983 XFAIL if it is smaller than bytes_allocated.
7984 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7985 (main): Make chunks_allocated unsigned. Correct comment.
7986
c0586a34
JB
79872004-05-07 Joel Brobecker <brobecker@gnat.com>
7988
7989 * gdb.arch/powerpc-aix-prologue.c: New file.
7990 * gdb.arch/powerpc-aix-prologue.exp: New file.
7991
f2785d12
JB
79922004-05-07 Jim Blandy <jimb@redhat.com>
7993
7994 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7995 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7996
bd7f6e30
JB
79972004-05-06 Joel Brobecker <brobecker@gnat.com>
7998
7999 * gdb.base/sep.exp: No longer setup_kfail when the program was
8000 built with dwarf2.
8001
0a5e7efe
JI
80022004-05-05 Jim Ingham <jingham@apple.com>
8003
8004 * gdb.base/pending.exp: Make sure pending breakpoints
8005 preserve the ignore count.
f4fc3b93 8006
a8958849
MK
80072004-04-27 Jerome Guitton <guitton@gnat.com>
8008
8009 * i386-prologue.exp: Add testcase for jump instruction as first
8010 instruction of the real code.
8011 * i386-prologue.c (jump_at_beginning): New function.
8012
7e103f5b
MK
80132004-04-28 Mark Kettenis <kettenis@gnu.org>
8014
8015 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
8016 x86_64-*-*.
8017
5d38b224
MK
80182004-04-28 Mark Kettenis <kettenis@gnu.org>
8019
8020 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
8021 i*86-*-*.
8022
0ef32fd9
MK
80232004-04-25 Mark Kettenis <kettenis@gnu.org>
8024
8025 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
8026 expression that checks the return type.
8027
71d7dd7c
AC
80282004-04-23 Andrew Cagney <cagney@redhat.com>
8029
8030 * gdb.base/call-sc.exp: New test of scalar call/return values.
8031 * gdb.base/call-sc.c: Ditto.
8032
1e9f977e
JJ
80332004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8034
8035 * gdb.threads/manythreads.c: Reduce thread stack size.
8036
899d9e3a
JJ
80372004-04-23 Jeff Johnston <jjohnstn@redhat.com>
8038
8039 * gdb.threads/manythreads.c: Add copyright notice.
8040
61bcae62
AC
80412004-04-23 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdb.base/siginfo.exp: Better handle step out of signal.
8044 * gdb.base/sigstep.exp: Ditto.
8045
7339a42e 80462004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 8047 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
8048
8049 * gdb.threads/manythreads.c: New testcase.
8050 * gdb.threads/manythreads.exp: Ditto.
8051
5c98409b
JB
80522004-04-22 Jim Blandy <jimb@redhat.com>
8053
8054 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
8055 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
8056
3b611f1a
MC
80572004-04-21 Michael Chastain <mec.gnu@mindspring.com>
8058
8059 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
8060
f0fd9238
AC
80612004-04-21 Andrew Cagney <cagney@redhat.com>
8062
8063 * gdb.base/sigstep.c: New file.
8064 * gdb.base/sigstep.exp: New file.
8065
90990674
JB
80662004-04-16 Joel Brobecker <brobecker@gnat.com>
8067
8068 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
8069 call to observer_notify_normal_stop.
8070
78cef34b
AC
80712004-04-15 Andrew Cagney <cagney@redhat.com>
8072
8073 * gdb.base/siginfo.c: New file.
8074 * gdb.base/siginfo.exp: New file.
8075
d2343407
JB
80762004-04-12 J. Brobecker <brobecker@gnat.com>
8077
8078 * gdb.base/sep.exp: Fix typo in comment.
8079
a2dba3c8
JB
80802004-04-12 J. Brobecker <brobecker@gnat.com>
8081
8082 * gdb.base/sep.c: New file.
8083 * gdb.base/sep-proc.c: New file.
8084 * gdb.base/sep.exp: New testcase.
8085
15f7b60e
MK
80862004-04-09 Mark Kettenis <kettenis@gnu.org>
8087
8088 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
8089 support.
8090
44f4de1a
AC
80912004-04-05 Andrew Cagney <cagney@redhat.com>
8092
8093 * gdb.base/sigaltstack.c: New file.
8094 * gdb.base/sigaltstack.exp: New file.
8095
ef04f396
JB
80962004-04-04 Joel Brobecker <brobecker@gnat.com>
8097
8098 * gdb.base/foll-fork.exp: Update the expected output for
8099 "help set follow-fork-mode", to match a change that was made
8100 to the help of this variable on 2004-01-13.
8101
d40d2c92
JB
81022004-04-01 Joel Brobecker <brobecker@gnat.com>
8103
8104 * lib/ada.exp: Add copyright notice.
8105 * bar.ads: Likewise.
8106 * bar.adb: Likewise.
8107 * null_record.adb: Likewise.
8108 * null_record.exp: Likewise.
8109 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
8110
f86ef5a3
JB
81112004-04-01 Joel Brobecker <brobecker@gnat.com>
8112
8113 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
8114 * configure: Regenerate.
8115
414e70e3
JB
81162004-04-01 Joel Brobecker <brobecker@gnat.com>
8117
8118 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
8119 to build the application. Remove the message printed when in
8120 verbose mode, redundant with the UNSUPPORTED message above.
8121
f0aaee49
JB
81222004-03-31 Joel Brobecker <brobecker@gnat.com>
8123
8124 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
8125 * gdb.ada (null_record.exp): New testcase.
8126
ac81cb54
JB
81272004-03-31 Joel Brobecker <brobecker@gnat.com>
8128
8129 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
8130
854af2f7
JB
81312004-03-31 Joel Brobecker <brobecker@gnat.com>
8132
8133 * gdb.ada: New subdirectory.
8134 * gdb.ada/Makefile.in: New file.
8135 * gdb.ada/gnat_ada.gpr.in: New file.
8136
034cb681
JB
81372004-03-31 Joel Brobecker <brobecker@gnat.com>
8138
8139 * lib/ada.exp: New file.
8140
78a1a894
DJ
81412004-03-24 Daniel Jacobowitz <drow@mvista.com>
8142
8143 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
8144 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
8145
4b2b3b3e
AC
81462004-03-22 Andrew Cagney <cagney@redhat.com>
8147
8148 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
8149 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8150 Problem identified by Ulrich Weigand.
8151
23c73aa3
DC
81522004-03-17 David Carlton <carlton@kealia.com>
8153
8154 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
8155 PR c++/826.
8156
d63a86f8
RM
81572004-03-16 Roland McGrath <roland@redhat.com>
8158
8159 * gdb.base/auxv.exp: New file.
8160 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
8161
0e02aa50
DC
81622004-03-12 David Carlton <carlton@kealia.com>
8163
8164 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
8165 * gdb.cp/pr-1553.cc: Ditto.
8166 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
8167 pass branch.
8168
c20b71be
MC
81692004-03-12 Michael Chastain <mec.gnu@mindspring.com>
8170
8171 * gdb.cp/templates.exp: Accept more template types.
8172
c7414a01
MC
81732004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8174
8175 From Corinna Vinschen with modifications.
8176 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
8177 local variable obj_with_enum.
8178 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
8179 results with obj_with_enum.
8180
ed69573c
MC
81812004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8182
8183 * gdb.cp/classes.cc: New file, copied from misc.cc.
8184 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
8185
28301461
MC
81862004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8187
8188 * gdb.cp/misc.cc: Add copyright notice.
8189
1198ecbe
DC
81902004-03-05 David Carlton <carlton@kealia.com>
8191
8192 * gdb.cp/rtti.exp: Add 'print *obj3' test.
8193 * gdb.cp/rtti.h: Update copyright.
8194 (namespace n2::n3): New.
8195 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
8196 (n2::n3::func3): New.
8197 (main): Call n2::n3::func3.
8198 * gdb.cp/rtti2.cc: Update copyright.
8199 (n2::create3): New.
8200
9e08c470
MK
82012004-03-04 Mark Kettenis <kettenis@gnu.org>
8202
8203 * gdb.asm/openbsd.inc: Fix typo.
8204
4bebc3aa
FF
82052004-03-03 Fred Fish <fnf@redhat.com>
8206
8207 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
8208 "val" instead of unused "size". Update copyright year.
8209
6ea9fb37
DJ
82102004-02-29 Daniel Jacobowitz <drow@mvista.com>
8211
8212 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
8213 to use unsigned char.
8214 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
8215 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
8216
23b23974
DJ
82172004-02-29 Daniel Jacobowitz <drow@mvista.com>
8218
8219 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
8220 line of output.
8221
7574fd53
DJ
82222004-02-28 Daniel Jacobowitz <drow@mvista.com>
8223
8224 * gdb.base/relocate.c (dummy): Initialize.
8225
a195357f
DJ
82262004-02-28 Daniel Jacobowitz <drow@mvista.com>
8227
8228 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
8229 a breakpoint at exit.
8230
72fd54a9
FF
82312004-02-27 Fred Fish <fnf@redhat.com>
8232
8233 * gdb.base/chng-syms.exp: Add expect condition to match failing
8234 case that isn't a timeout.
8235
b9d23137
AC
82362004-02-27 Andrew Cagney <cagney@redhat.com>
8237
8238 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
8239 support.
8240
15d208f6 82412004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 8242
15d208f6
FF
8243 * gdb.arch/gdb1431.c: Remove.
8244 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
8245 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
8246 of "until" incorrectly.
8247
98f9cd2d
JB
82482004-02-26 J. Brobecker <brobecker@gnat.com>
8249
8250 * gdb.cp/class2.cc (empty): New class.
8251 (refer): New function.
8252 (main): Declare an object of type empty and use it.
8253 * gdb.cp/class2.exp: Print the value of an object of type empty.
8254
9b50c11b
JJ
82552004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8256
8257 * gdb.base/langs.exp: Update query string to match the
8258 new nquery format used for pending breakpoints.
8259
0dcd613f
AC
82602004-02-26 Andrew Cagney <cagney@redhat.com>
8261
8262 Fix PR i18n/1570.
8263 * gdb.base/charset.c: Update copyright notice.
8264 (main, init_string): Remove the escape character '\e' tests.
8265 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
8266 * gdb.base/charset.exp (valid_host_charset): Ditto.
8267 * gdb.base/setvar.exp: Ditto.
8268
b8a56647
AC
82692004-02-24 Andrew Cagney <cagney@redhat.com>
8270
90d59e34
AC
8271 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
8272 mmapped data in core file" PASS and FAIL messages consistent.
8273
b8a56647
AC
8274 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
8275 setting a breakpoint. Work around PR java/1565.
8276
9f27c604
JJ
82772004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8278
8279 * lib/gdb.exp (gdb_breakpoint): Update query string to match
8280 new nquery format.
8281 * gdb.base/pending.exp: Ditto.
8282
3224a706
MK
82832004-02-22 Mark Kettenis <kettenis@gnu.org>
8284
8285 * configure.in: Run stabs tests on *BSD.
8286 * configure: Regenerated.
8287
41e0a9ca
MK
82882004-02-21 Mark Kettenis <kettenis@gnu.org>
8289
8290 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
8291
1e1b3428
FF
82922004-02-20 Fred Fish <fnf@redhat.com>
8293
8294 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
8295 blank in test for "returns short", for consistency with other
8296 "returns xxx" tests. Update copyright year.
8297
f9a7572a
FF
82982004-02-19 Fred Fish <fnf@redhat.com>
8299
8300 New testcase for PR breakpoint/1558.
8301 * gdb.arch/gdb1558.exp: New file.
8302 * gdb.arch/gdb1558.c: New file.
8303
b2ce2854
EZ
83042004-02-19 Elena Zannoni <ezannoni@redhat.com>
8305
8306 * gdb.base/nodebug.exp: Fix typo.
8307
e7c9ff01
JB
83082004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8309
8310 Committed by Jim Blandy <jimb@redhat.com>.
8311
62f4b920
JB
8312 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
8313
2db536a1
JB
8314 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
8315
e7c9ff01
JB
8316 * gdb.base/float.exp: Support s390*-*-* targets.
8317
f3205b34
AF
83182004-02-17 Adam Fedor <fedor@gnu.org>
8319
8320 * gdb.base/gdb1555.exp: New file.
8321 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
8322
9d62932d
EZ
83232004-02-17 Elena Zannoni <ezannoni@redhat.com>
8324
8325 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
8326
344c9711
FF
83272004-02-16 Fred Fish <fnf@redhat.com>
8328
8329 * gdb.arch/gdb1291.c: Remove
8330 * gdb.arch/gdb1291.s: New test input file.
8331 * gdb.arch/gdb1291.exp: Expand test to check case that should not
8332 fail. Test for correct result, known incorrect result, other
8333 failures and timeouts.
8334
2d822687
AC
83352004-02-16 Andrew Cagney <cagney@redhat.com>
8336
8337 * gdb.base/bigcore.exp: New file.
8338 * gdb.base/bigcore.c: New file.
8339
dac15b66
AC
83402004-02-13 Andrew Cagney <cagney@redhat.com>
8341
8342 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
8343 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
8344 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
8345 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
8346 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
8347 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
8348 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
8349 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
8350 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
8351 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
8352
6bdfc2c4
JJ
83532004-02-11 Jeff Johnston <jjohnstn@redhat.com>
8354
8355 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
8356 executed is an alloc instruction.
8357
87b3ede8
DC
83582004-02-11 David Carlton <carlton@kealia.com>
8359
8360 * gdb.cp/breakpoint.exp: New.
8361 * gdb.cp/breakpoint.cc: New.
8362
6e19e2bf
MC
83632004-02-11 Michael Chastain <mec.gnu@mindspring.com>
8364
8365 Partial fix for PR gdb/1543.
8366 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
8367 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
8368 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
8369 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
8370 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
8371 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
8372 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
8373 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
8374 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
8375 to bug-gdb@prep.ai.mit.edu .
8376 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
8377 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
8378 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
8379 Likewise.
8380
5c5455dc
AC
83812004-02-10 Andrew Cagney <cagney@redhat.com>
8382
8383 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
8384 using gdb_internal_error_resync.
8385
9cf689d7
DJ
83862004-02-09 Daniel Jacobowitz <drow@mvista.com>
8387
8388 * gdb.threads/thread-specific.exp: Stop early if no threads are
8389 found.
8390
d2dc51db
MC
83912004-02-09 Michael Chastain <mec.gnu@mindspring.com>
8392
8393 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
8394
14b1a056
DJ
83952004-02-08 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
8398 breakpoints.
8399
83f66e8f
DJ
84002004-02-07 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * config/sim.exp (gdb_load): Handle $arg == "".
8403 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
8404 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
8405
30fc0091
EZ
84062004-02-07 Elena Zannoni <ezannoni@redhat.com>
8407
a9c64011
AS
8408 * gdb.base/maint.exp: Update test to reflect
8409 obstack changes.
30fc0091 8410
4d806929
JJ
84112004-02-04 Jeff Johnston <jjohnstn@redhat.com>
8412
8413 * gdb.base/pendshr.c (pendfunc): New function that calls
8414 pendfunc1.
8415 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
8416
7bfdd688
FF
84172004-02-04 Fred Fish <fnf@redhat.com>
8418
8419 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
8420 function symbols and update copyright years.
8421 * gdb.arch/gdb1291.c: Ditto.
8422
aaa08ee4
MC
84232004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8424
8425 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
8426
dbad7755
MC
84272004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8428
8429 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
8430
ec4646ef
MC
84312004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8432
8433 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8434
1b802196
FF
84352004-02-02 Fred Fish <fnf@redhat.com>
8436
8437 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8438 remote targets. Update copyright years.
8439
18fe2033
JJ
84402004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8441
8442 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
8443 support.
8444 * gdb.base/langs.exp: Fix test which attempts to create
8445 breakpoint on non-existent function to handle new pending
8446 support.
8447 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
8448 a breakpoint.
8449 * gdb.base/pending.exp: New test.
8450 * gdb.base/pending.c: New file.
8451 * gdb.base/pendshr.c: Ditto.
8452
8d577d32
DC
84532004-02-02 David Carlton <carlton@kealia.com>
8454
8455 * gdb.cp/overload.exp: Add overloadNamespace tests.
8456 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
8457 (overloadNamespace, XXX): New.
8458 (main): Call XXX::marker2.
8459
3ad13771
FF
84602004-02-01 Fred Fish <fnf@redhat.com>
8461
8462 * gdb.base/dump.exp: Use runto_main instead of "runto main".
8463 * gdb.base/finish.exp: Ditto.
8464 * gdb.base/gcore.exp: Ditto.
8465 * gdb.base/huge.exp: Ditto.
8466 * gdb.base/info-proc.exp: Ditto.
8467 * gdb.base/return2.exp: Ditto.
8468 * gdb.threads/gcore-thread.exp: Ditto.
8469
44c75849
DJ
84702004-02-01 Daniel Jacobowitz <drow@mvista.com>
8471
8472 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
8473
005bc093
MK
84742004-02-01 Mark Kettenis <kettenis@gnu.org>
8475
8476 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
8477 that opening the file succeeds on OpenBSD.
8478
c47cebdb
DJ
84792004-02-01 Daniel Jacobowitz <drow@mvista.com>
8480
8481 * gdb.threads/thread-specific.c: New file.
8482 * gdb.threads/threads-specific.exp: New test script.
8483 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
8484 to expect_out.
8485
5a01311c
MK
84862004-02-01 Mark Kettenis <kettenis@gnu.org>
8487
8488 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
8489 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
8490 only on the "print_small_structs from print_long_arg_list" test.
8491
ce22a4f1
DJ
84922004-02-01 Daniel Jacobowitz <drow@mvista.com>
8493
8494 * gdb.base/completion.exp: Kill a stray backslash.
8495
8496 From Jim Ingham <jingham@apple.com>:
8497 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
8498 agrees with the result from sending a tab.
8499
abbab9d3
DJ
85002004-01-31 Daniel Jacobowitz <drow@mvista.com>
8501
8502 * gdb.base/chng-syms.exp: Remove stray newline.
8503
53904d1e
MK
85042004-01-31 Mark Kettenis <kettenis@gnu.org>
8505
8506 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
8507 *-*-openbsd*.
8508 * gdb.asm/openbsd.inc: New file.
8509
3a4b3aac
MK
85102004-01-30 Mark Kettenis <kettenis@gnu.org>
8511
8512 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
8513 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
8514 *-*solaris2*. Remove commented out default settings for
8515 asm-flags. Replace gdb_compile with target_link.
8516
ebac27b4
MC
85172004-01-29 Michael Chastain <mec.gnu@mindspring.com>
8518
8519 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8520 for all tests. Remove old hp-ux and cygnus xfail cases.
8521
d8679d84
PH
85222004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8523
8524 * gdb.base/chng-syms.exp: New file.
8525 * gdb.base/chng-syms.c: New file.
8526
0a55bc22
MC
85272004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8528
8529 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8530 Provide arms for current output in all my configurations.
8531
94b8e876
MC
85322004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8533
8534 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8535 * lib/compiler.cc: Likewise.
8536 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8537 get the right preprocessor. Eval the output directly. Remove
8538 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8539 hp_f77_compiler and hp_f90_compiler completely.
8540 (gdb_preprocess): Delete.
8541 (get_compiler): Delete.
8542
7cf03d44
MK
85432004-01-24 Mark Kettenis <kettenis@gnu.org>
8544
8545 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8546 <string.h>.
8547
68b6dce9
NR
85482004-01-24 Nick Roberts <nick@nick.uklinux.net>
8549
8550 * gdb.mi/mi-stack.exp: Update copyright.
8551
b368761e
DC
85522004-01-23 David Carlton <carlton@kealia.com>
8553
8554 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8555 test for cp_lookup_transparent_type.
8556 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8557 call them.
8558
f2061b53
DJ
85592004-01-23 Daniel Jacobowitz <drow@mvista.com>
8560
8561 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8562 after -var-update.
8563
37fc574a
DC
85642004-01-23 David Carlton <carlton@kealia.com>
8565
8566 * gdb.cp/namespace.cc (C::ensureRefs): New.
8567 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8568
8e94b928
NR
85692004-01-20 Nick Roberts <nick@nick.uklinux.net>
8570
8571 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8572 case "-stack-list-locals 2".
8573 * gdb.mi/mi-var-child.exp: Test for case
8574 "-var-list-children --all-values NAME".
8575
997b0952
MC
85762004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8577
8578 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8579
52470da3
MK
85802004-01-18 Mark Kettenis <kettenis@gnu.org>
8581
7049b4b8
MK
8582 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8583 used with gdb_test_multiple.
8584
52470da3
MK
8585 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8586 read at address 0. This fixes PR testsuite/1504.
8587
da6012e5
DJ
85882004-01-18 Daniel Jacobowitz <drow@mvista.com>
8589
8590 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8591 Remove downloading, guessing the host executable, the calls to
8592 gdb_file_cmd and gdb_target_cmd, and "load" support.
8593 (infer_host_exec): New function broken out from gdb_load.
8594 (gdb_load): New wrapper for gdbserver_gdb_load.
8595 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8596 gdb_target_cmd. Use -target-select.
8597 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8598 Download binaries to the host. Clear last_mi_remote_file when
8599 we load a new binary.
8600 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8601 call gdbserver_gdb_load and mi_gdb_target_cmd.
8602
32c70722
MC
86032004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8604
8605 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8606 type patterns.
8607
b0cecf36
MC
86082004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8609
8610 * gdb.cp/templates.exp: Fix typo in test name of
8611 "print Foo<volatile char*>::foo".
8612
4120d7e6
MC
86132004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8614
8615 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8616
f679e530
BE
86172004-01-16 Ben Elliston <bje@wasabisystems.com>
8618
8619 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8620 (clean mostlyclean): Remove empty rm.
8621
091c48f6
MC
86222004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8623
8624 * gdb.base/setvar.exp: Add copyright years.
8625
3e5fc8d2
DC
86262004-01-14 David Carlton <carlton@bactrian.org>
8627
8628 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8629 PR c++/1511 and update coment.
8630 * gdb.cp/templates.exp: Update patterns to match current output.
8631 If changes involve something other than whitespace, KFAIL
8632 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8633
63d06c5c
DC
86342004-01-14 David Carlton <carlton@kealia.com>
8635
8636 * gdb.cp/namespace.exp: Add tests involving classes defined within
8637 namespaces.
8638 * gdb.cp/namespace.cc (C::CClass): New.
8639 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8640
a51dab88
EZ
86412004-01-14 Elena Zannoni <ezannoni@redhat.com>
8642
8643 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8644 what debug info we have. Print a better message if something goes
8645 wrong while producing the separate debug info file.
8646
a476ccc9
MC
86472004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8648
8649 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8650
f453692c
MC
86512004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8652
8653 * gdb.base/callfuncs.c: Add copyright notice.
8654
f40063a5
MC
86552004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8656
8657 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8658 inheritance. PR gdb/1498, PR gcc/13539.
8659
19ac3974
EZ
86602004-01-13 Elena Zannoni <ezannoni@redhat.com>
8661
a9c64011
AS
8662 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8663 test specific name.
8664 * gdb.mi/gdb669.exp: Ditto.
8665 * gdb.mi/mi-pthreads.exp: Ditto.
8666 * gdb.mi/mi1-pthreads.exp: Ditto.
8667 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 8668
56c97c6e
MC
86692004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8670
8671 * gdb.cp/member-ptr.cc: Add copyright notice.
8672
a0644324
MC
86732004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8674
8675 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8676 some patterns for recent versions of gcc and hpacc. Delete
8677 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8678 Delete tests that access a NULL pointer-to-member-data. This
8679 script is still disabled for gcc.
8680
32fabe09
EZ
86812004-01-12 Elena Zannoni <ezannoni@redhat.com>
8682
8683 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 8684 escaped correctly.
32fabe09 8685
1f8a6abb
EZ
86862004-01-12 Elena Zannoni <ezannoni@redhat.com>
8687
8688 * gdb.base/sepdebug.exp: New file.
8689 * gdb.base/sepdebug.c: New file.
8690 * lib/gdb.exp (separate_debug_filename): New procedure.
8691 (gdb_gnu_strip_debug): New procedure.
8692
48efe704
AC
86932004-01-12 Andrew Cagney <cagney@redhat.com>
8694
8695 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8696 * gdb.mi/ChangeLog-1999-2003: New file.
8697
a9415475
AC
86982004-01-12 Andrew Cagney <cagney@redhat.com>
8699
8700 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8701 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8702 or EEXIST", treat EBUSY as an XFAIL.
8703
83b8cf9d
MC
87042004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8705
8706 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8707 hp_cc_compiler.
8708
9939d2a8
MC
87092004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8710
8711 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8712 decorations.
8713
1ff8cadf
MC
87142004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8715
8716 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8717 and "(aCC)" decorations. Remove obsolete doco about old
8718 test results.
8719
6fa9022e
MC
87202004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8721
8722 * gdb.cp/exception.exp: Fix typo in doco.
8723
209721fe
MK
87242004-01-09 Mark Kettenis <kettenis@gnu.org>
8725
8726 * gdb.base/gdb1476.exp: Fix typo.
8727
ef11303e
MC
87282004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8729
8730 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8731 file.
8732
041ab88c
MC
87332004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8734
8735 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8736 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8737 Use gdb_compile. Remove restriction on gcc. Add some patterns
8738 for recent version of gdb. Delete second half, which was a copy
8739 of the first half with different build flags. This test is
8740 still disabled because it is still not ready for production.
8741
e36d075a
MC
87422004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8743
8744 * gdb.cp/exception.cc: Add copyright notice.
8745 * gdb.cp/exception.exp: Add a notice that this file is broken
8746 because of line number changes caused by addition of copyright
8747 notice.
8748
42b190ad
MC
87492004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8750
8751 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8752 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8753
8f25f06b
MC
87542004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8755
8756 * gdb.cp/classes.exp: Accept gnu abi 2.
8757 * gdb.cp/derivation.exp: Likewise.
8758 * gdb.cp/overload.exp: Likewise.
8759 * gdb.cp/virtfunc.exp: Likewise.
8760
06ded8b8
MC
87612004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8762
8763 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8764 semicolon after end of function.
8765
77c26ae3
MC
87662004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8767
8768 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8769 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8770 boilerplate code for compiling and running the program under
8771 test. Add some string method tests.
8772
20757486
MC
87732004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8774
8775 * gdb.cp/bs15503.cc: Add copyright notice.
8776 * gdb.cp/bs15503.exp: Adjust line number.
8777
0fd3b503
MC
87782004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8779
8780 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8781 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8782
10d1bea8
MC
87832004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8784
8785 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8786 hp_cc_compiler.
8787
2789202a
MC
87882004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8789
8790 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8791 * gdb.cp/ctti.exp: Use the marker instead of "next".
8792 With gcc, run further before bailing.
8793
b862f14c
MC
87942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8795
8796 * gdb.cp/cttiadd.cc: Add copyright notice.
8797 * gdb.cp/cttiadd1.cc: Likewise.
8798 * gdb.cp/cttiadd2.cc: Likewise.
8799 * gdb.cp/cttiadd3.cc: Likewise.
8800
96da2469
MC
88012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8802
8803 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8804 Use gdb_test, gdb_test_multiple. Use floating-point values that
8805 have exact representations in IEEE-ish formats.
8806
053248ff
MC
88072004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8808
8809 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8810 compilers. Delete duplicate call to get_compiler_info.
8811 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8812 * gdb.base/volatile.exp: Likewise.
8813
84acecdd
MK
88142004-01-07 Mark Kettenis <kettenis@gnu.org>
8815
8816 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8817 memory at address 0.
8818
fe11a27f
MC
88192004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8820
8821 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8822 to test for hp-ux assembler. Fix copyright years.
8823
60ad077b
AC
88242004-01-07 Andrew Cagney <cagney@redhat.com>
8825
8826 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8827
1c9b8f33
AC
88282004-01-07 Andrew Cagney <cagney@redhat.com>
8829
8830 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8831 when creating the read-only file. From analysis by Roland McGrath
8832 and Elena Zannoni.
8833
753ccc7a
MC
88342004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8835
8836 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8837
eca3e36b
MC
88382004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8839
8840 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8841 data pointers.
8842
f8d4bac4
MC
88432004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8844
8845 * gdb.cp/m-static.exp: Compile one source file at a time.
8846 Delete unused call to get_compiler_info.
8847
9b4e0f94
MC
88482004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8849
8850 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8851 * gdb.base/call-rt-st.exp: Likewise.
8852 * gdb.base/nodebug.exp: Likewise.
8853 * gdb.base/volatile.exp: Likewise.
8854 * gdb.cp/ref-types.exp: Likewise.
8855 * gdb.cp/templates.exp: Likewise.
8856
023c1024
MK
88572004-01-05 Mark Kettenis <kettenis@gnu.org>
8858
8859 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8860
19703c4a
MC
88612004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8862
8863 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8864 hppa*-hp-hpux*.
8865
18b67037
MK
88662004-01-04 Mark Kettenis <kettenis@gnu.org>
8867
ba6219c8
MK
8868 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8869 x86_64-*-*.
8870
18b67037
MK
8871 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8872 sparc64-*-* and sparc*-solaris2*.
8873
1bfbbb9d
MK
88742004-01-04 Mark Kettenis <kettenis@gnu.org>
8875
8876 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8877 return ${tests}" test. The ${tests} already mentions the
8878 filename.
8879
06846494
MC
88802004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8881
8882 * gdb.cp/local.exp: Accept gcc abi 2.
8883
3b0cb202
MC
88842004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8885
8886 * gdb.cp/templates.exp: Accept gcc abi 2.
8887
0643ec3f
MC
88882004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8889
8890 * lib/compiler.cc: Remove supports_template_debugging.
8891 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8892
d231d0b1
MC
88932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8894
8895 * gdb.cp/namespace.exp: Accept gcc abi 2.
8896
44ffb27c
MC
88972004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8898
8899 * gdb.cp/method.exp: Accept gcc abi 2.
8900
184ad485
MC
89012004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8902
8903 * gdb.cp/classes.exp: Generate identical results as old version.
8904 * gdb.cp/derivation.exp: Likewise.
8905 * gdb.cp/overload.exp: Likewise.
8906 * gdb.cp/virtfunc.exp: Likewise.
8907
116f09e7
MC
89082004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8909
8910 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8911 mysterious bug with sourceware version of expect.
8912
b1379776
MC
89132004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8914
8915 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8916 current versions of gcc, including gcc abi 2. Remove gratuitous
8917 restart of test program. Use gdb_test_multiple and gdb_test for
8918 all tests. Add patterns to xfail missing "const" in "const char *"
8919 and kfail PR gdb/1155.
8920
6b7a4c0e
MC
89212004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8922
8923 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8924 current versions of gcc, including gcc abi 2. Remove gratuitous
8925 restart of test program. Use gdb_test_multiple and gdb_test for
8926 all tests. Add patterns to kfail PR gdb/1498.
8927
51615d72
MC
89282003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8929
8930 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8931 current versions of gcc, including gcc abi 2. Use "breakpoint"
8932 and "continue" instead of restarting the target program. Use
8933 gdb_test_multiple and gdb_test for all tests.
8934
7b79a9d7
MK
89352004-01-01 Mark Kettenis <kettenis@gnu.org>
8936
8937 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8938 for *-*-solaris2*.
8939
1cd3489f
MC
89402003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8941
8942 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8943 current versions of gcc, including gcc abi 2. Use "breakpoint"
8944 and "continue" instead of restarting the target program several
8945 times. Use gdb_test_multiple and gdb_test for all tests.
8946
850742db
MC
89472003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8948
8949 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8950 source files.
8951
eb4bbda8
MC
89522003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8953
8954 * gdb.base/environ.exp: Handle compiling test case from multiple
8955 source files.
8956
e42c7771
MC
89572003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8958
8959 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8960
80e4b428
JB
89612003-12-17 Jim Blandy <jimb@redhat.com>
8962
5f06973a
JB
8963 * gdb.base/freebpcmd.c: Add copyright notice.
8964
80e4b428
JB
8965 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8966
0ab84fb7
MC
89672003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8968
8969 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8970
1b3bb3d0
JB
89712003-12-13 Jim Blandy <jimb@redhat.com>
8972
8973 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8974
3a4c9371
KB
89752003-12-12 Kevin Buettner <kevinb@redhat.com>
8976
8977 * gdb.asm/frv.inc: New file.
8978 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8979
a1dea79a
FF
89802003-12-09 Fred Fish <fnf@redhat.com>
8981
8982 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8983 functions to break1.c and leave prototypes behind. Add more
8984 "set breakpoint NN here" comments.
8985 * gdb.base/break1.c: New file.
8986
8987 * gdb.base/break.exp: Handle compiling test case from multiple
8988 source files and change source file references as needed.
8989 * gdb.base/completion.exp: Ditto.
8990 * gdb.base/condbreak.exp: Ditto.
8991 * gdb.base/define.exp: Ditto.
8992 * gdb.base/ena-dis-br.exp: Ditto.
8993 * gdb.base/info-proc.exp: Ditto.
8994 * gdb.base/maint.exp: Ditto.
8995 * gdb.base/until.exp: Ditto.
8996
8997 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8998 hardcoded line numbers.
8999 * gdb.base/define.exp: Ditto.
9000 * gdb.base/ena-dis-br.exp: Ditto.
9001 * gdb.base/maint.exp: Ditto.
9002 * gdb.base/until.exp: Ditto.
9003
9004 * gdb.base/completion.exp: Use "break1" for completion tests since
9005 "break" is no longer a unique prefix.
9006
5266b69c
AC
90072003-12-06 Andrew Cagney <cagney@redhat.com>
9008
9009 * gdb.base/structs.exp (test_struct_returns): When applicable, set
9010 "return_value_unimplemented". When an unimplemented struct return
9011 architecture, report incorrect values as a KFAIL
9012
374451f0
MC
90132003-12-05 Michael Chastain <mec.gnu@mindspring.com>
9014
9015 * gdb.cp/rtti.exp: Accept new wording of warning from
9016 cp_lookup_rtti_type.
9017
ba9b20a7
MC
90182003-12-05 Michael Chastain <mec.gnu@mindspring.com>
9019
9020 Partial fix for PR testsuite/1456.
9021 * gdb.base/scope.exp (test_at_main): Replace references to
9022 gcc_compiled with calls to test_compiler_info.
9023 (test_at_foo): Likewise.
9024 (test_at_bar): Likewise.
9025
b74b6d0b
MC
90262003-12-04 Michael Chastain <mec.gnu@mindspring.com>
9027
9028 Partial fix for PR testsuite/1456.
9029 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
9030 to test_compiler_info.
9031
ccfa3402
MC
90322003-12-03 Michael Chastain <mec.gnu@mindspring.com>
9033
9034 * gdb.base/so-impl-ld.exp: Update copyright notice.
9035
f6246aba
MC
90362003-12-02 Michael Chastain <mec.gnu@mindspring.com>
9037
9038 Partial fix for PR testsuite/1456.
9039 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
9040 to test_compiler_info.
9041
13ae734a
MC
90422003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9043
9044 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
9045 from current versions of gdb. Clean up regular expressions.
9046 Delete redundant timeout case.
9047
d8e1cdee
MC
90482003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9049
9050 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
9051 from current versions of gdb. Clean up regular expressions.
9052 Delete redundant timeout case.
9053
96457b64
MC
90542003-12-01 Michael Chastain <mec.gnu@mindspring.com>
9055
9056 Partial fix for PR testsuite/1456.
9057 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
9058 gcc_compiled with call to test_compiler_info.
9059
f35309fc
MC
90602003-11-30 Michael Chastain <mec.gnu@mindspring.com>
9061
9062 Partial fix for PR testsuite/1456.
9063 * gdb.base/list.exp (test_list_function): Delete unused declaration
9064 of gcc_compiled.
9065
d7afdf9b
MC
90662003-11-29 Michael Chastain <mec.gnu@mindspring.com>
9067
9068 Partial fix for PR testsuite/1456.
9069 * gdb.base/complex.exp: Replace reference to gcc_compiled with
9070 call to test_compiler_info.
9071
71507b56
MK
90722003-11-29 Mark Kettenis <kettenis@gnu.org>
9073
9074 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
9075 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
9076 it to create the appropriate note.inc.
9077 * gdb.asm/asmsrc1.s: Include "note.inc".
9078 * gdb.asm/netbsd.inc: New file.
9079 * gdb.asm/empty.inc: New file.
9080
f81f93f7
MC
90812003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9082
9083 Partial fix for PR testsuite/1456.
9084 * gdb.base/constvars.exp: Replace references to gcc_compiled with
9085 calls to test_compiler_info.
9086
9a77938e
MC
90872003-11-27 Michael Chastain <mec.gnu@mindspring.com>
9088
9089 Partial fix for PR testsuite/1456.
9090 * gdb.base/volatile.exp: Replace references to gcc_compiled with
9091 calls to test_compiler_info.
9092
e8367dc7
MK
90932003-11-27 Mark Kettenis <kettenis@gnu.org>
9094
9095 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
9096 pattern for the KFAILs.
9097
526c61ee
AF
90982003-11-25 Adam Fedor <fedor@gnu.org>
9099
9100 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
9101 * gdb.objc/objcdecode.m: New file.
9102
28f2d600
AF
91032003-11-25 Adam Fedor <fedor@gnu.org>
9104
9105 * gdb.objc/nondebug.exp: Test for PR objc/1236.
9106 * gdb.objc/nondebug.m: New file.
9107
a3895cee
BE
91082003-11-26 Ben Elliston <bje@wasabisystems.com>
9109
9110 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9111 NetBSD as it does on FreeBSD. Modelled on a similar change by
9112 Mark Kettenis on 2003-05-30.
9113 (link-flags): Set to "--entry _start" regardless of target.
9114 Special linker flags are to be appended to $link-flags.
9115 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
9116
c9f2c8a3
MC
91172003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9118
9119 * gdb.cp/method.exp: Accept output of new demangler.
9120
15a0587a 91212003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
9122
9123 * gdb/class2.exp: New file.
9124 * gdb/class2.cc: New file.
9125
3c00b570
MC
91262003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9127
9128 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
9129 of new demangler.
9130
7027acc7
MK
91312003-11-23 Mark Kettenis <kettenis@gnu.org>
9132
9133 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
9134 of gdb_test "run".
9135
b0e1598a
MK
91362003-11-23 Mark Kettenis <kettenis@gnu.org>
9137
9138 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
9139 "continue" into "run".
9140
4d9eda44
MC
91412003-11-23 Michael Chastain <mec.gnu@mindspring.com>
9142
9143 Partial fix for PR testsuite/1456.
9144 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
9145 call to test_compiler_info.
9146 * gdb.cp/ctti.exp: Likewise.
9147 * gdb.cp/derivation.exp: Likewise.
9148 * gdb.cp/member-ptr.exp: Likewise.
9149 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
9150 reference to gcc_compiled.
9151
91522003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
9153
9154 Fix PR testsuite/1463.
9155 * gdb.base/structs.exp (start_structs_test): Call
9156 get_debug_format before using the debug format.
9157
d422fe19
AC
91582003-11-22 Andrew Cagney <cagney@redhat.com>
9159
9160 * lib/gdb.exp (gdb_test_multiple): Add simple example.
9161 * gdb.base/structs.exp: Use gdb_test_multiple.
9162
039cf96d
AC
91632003-11-20 Andrew Cagney <cagney@redhat.com>
9164
6882279b
AC
9165 * gdb.base/structs.exp: Handle and recover from internal errors.
9166 Replace "foo${n}" with "foo<n>" in test messages.
9167
e53890ae
AC
9168 * gdb.base/structs.exp: Update copyright. Rewrite.
9169 * gdb.base/structs.c: Update copyright. Rewrite.
9170
2b211c59
AC
9171 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
9172 resync count exceeded.
d63a86f8 9173
039cf96d
AC
9174 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
9175 from the internal error.
9176 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
9177 Original from Jim Blandy.
9178 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 9179
eac98b22
AC
91802003-11-19 Andrew Cagney <cagney@redhat.com>
9181
9182 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
9183 KFAIL.
9184
67455b2a
MK
91852003-11-17 Mark Kettenis <kettenis@gnu.org>
9186
9187 New testcase for PR backtrace/1435.
9188 * gdb.arch/i386-unwind.exp: New file.
9189 * gdb.arch/i386-unwind.c: New file.
9190
853d6e5b
AC
91912003-11-17 Andrew Cagney <cagney@redhat.com>
9192
9193 * lib/gdb.exp (compiler_info): New global.
9194 (test_compiler_info): New function.
9195 (get_compiler_info): Set compiler_info.
9196 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
9197 "compiler_info" to gcc-<major>-<minor>.
9198
38cf6e11
MC
91992003-11-15 Michael Chastain <mec.gnu@mindspring.com>
9200
9201 * gdb.trace/configure: Remove.
9202
a50d3602
EZ
92032003-11-13 Elena Zannoni <ezannoni@redhat.com>
9204
9205 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 9206 breakpoints.
a50d3602
EZ
9207 * gdb.base/break.exp: Remove all references to explicit line
9208 numbers.
9209
d9407aaa
NC
92102003-11-11 Nick Clifton <nickc@redhat.com>
9211
9212 * gdb.base/shreloc.exp: Do not run for targets which do not
9213 support shared objects.
9214
db488fc1
CV
92152003-11-10 Corinna Vinschen <vinschen@redhat.com>
9216
9217 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
9218 Don't run tests if nofileio flag is given.
9219
6a90a18e
EZ
92202003-11-07 Elena Zannoni <ezannoni@redhat.com>
9221
9222 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 9223 as well as 'Watchpoint'.
6a90a18e 9224
0b915e9c
EZ
92252003-11-06 Elena Zannoni <ezannoni@redhat.com>
9226
9227 Reported by Jim Ingham <jingham@apple.com>:
9228 * gdb.base/annota1.exp: Match at least one occurrence of the
9229 signal handler annotation.
9230
d7e4b55f
EZ
92312003-11-06 Elena Zannoni <ezannoni@redhat.com>
9232
a9c64011
AS
9233 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
9234 as well as 'Watchpoint'.
d7e4b55f 9235
2fe4e8d0
MC
92362003-11-05 Michael Chastain <mec@shout.net>
9237
9238 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
9239
6ef88553
KW
92402003-11-03 Kris Warkentin <kewarken@qnx.com>
9241
9242 * gdb.arch/gdb1291.c: New test file.
9243 * gdb.arch/gdb1291.exp: New test script.
9244 * gdb.arch/gdb1431.c: New test file.
9245 * gdb.arch/gdb1431.exp: New test script.
9246
ae7dc4d8
MC
92472003-10-22 Michael Chastain <mec@shout.net>
9248
9249 * gdb.mi/pthreads.c: Add copyright notice.
9250
c39d7427
MC
92512003-10-22 Michael Chastain <mec@shout.net>
9252
9253 * gdb.threads/pthreads.c: Add copyright notice.
9254
8b7d96c1
MC
92552003-10-20 Michael Chastain <mec@shout.net>
9256
9257 * gdb.base/gdb1056.exp: New test script.
9258
d1d69fdd
DJ
92592003-10-13 Daniel Jacobowitz <drow@mvista.com>
9260
9261 * gdb.threads/killed.exp: Use gdb_run_cmd.
9262
7d605576
DJ
92632003-10-13 Daniel Jacobowitz <drow@mvista.com>
9264
9265 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
9266 create a core file.
9267 * gdb.threads/gcore-thread.exp: Likewise.
9268
618ec112
CV
92692003-10-13 Corinna Vinschen <vinschen@redhat.com>
9270
9271 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
9272 type, based on char type.
9273 (struct bit_flags_short_t): New bitfield type, based on short type.
9274 (init_bit_flags_char): New fuction.
9275 (init_bit_flags_short): Ditto.
9276 (print_bit_flags_char): Ditto.
9277 (print_bit_flags_short): Ditto.
9278 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
9279
9367a73c
MC
92802003-10-11 Michael Chastain <mec@shout.net>
9281
9282 * gdb.base/call-rt-st.exp: Update copyright year.
9283
1decf120
KI
92842003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9285
9286 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
9287 * gdb.disasm/sh3.s: Ditto.
9288
5445b2ae
DJ
92892003-10-07 Daniel Jacobowitz <drow@mvista.com>
9290
9291 * gdb.threads/switch-threads.exp: New test.
9292 * gdb.threads/switch-threads.c: New source file.
9293
aec24853
CV
92942003-10-07 Corinna Vinschen <vinschen@redhat.com>
9295
9296 * gdb.base/ending-run.exp: Add sh specific case.
9297
adc7428d
AC
92982003-10-06 Andrew Cagney <cagney@redhat.com>
9299
9300 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
9301 * gdb.disasm/mn10200.exp: Delete obsolete file.
9302
c9d37158
DJ
93032003-09-29 Daniel Jacobowitz <drow@mvista.com>
9304
9305 * ChangeLog: Correct an entry command.exp -> commands.exp.
9306 * gdb.base/commands.exp (bp_deleted_in_command_test)
9307 (temporary_breakpoint_commands): Check noargs.
9308
79c2c32d
DC
93092003-09-25 David Carlton <carlton@kealia.com>
9310
9311 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
9312 of some print tests, where appropriate. Add tests for C::D::cd,
9313 E::ce, F::cXfX, G::XgX.
9314 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
9315
594e6d67
RE
93162003-09-25 Richard Earnshaw <rearnsha@arm.com>
9317
9318 * lib/java.exp (java_init): Import target_alias before using it.
9319
10f0d451
DC
93202003-09-25 David Carlton <carlton@kealia.com>
9321
9322 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
9323
274bcba0
EZ
93242003-09-23 Elena Zannoni <ezannoni@redhat.com>
9325
d63a86f8 9326 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 9327 weirdness.
274bcba0 9328
cdbf20f7
MC
93292003-09-17 Michael Chastain <mec@shout.net>
9330
9331 * gdb.cp/gdb1355.exp: New file.
9332 * gdb.cp/gdb1355.c: New file.
9333
71e06f80
CV
93342003-09-15 Corinna Vinschen <vinschen@redhat.com>
9335
9336 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
9337 * gdb.asm/sh.inc: New file.
9338
5c4e30ca
DC
93392003-09-11 David Carlton <carlton@kealia.com>
9340
bd45b7af
DC
9341 * gdb.cp/namespace.exp: Add tests for namespace types.
9342 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
9343 (test_namespace): New.
9344
1c199746
EZ
93452003-09-11 Elena Zannoni <ezannoni@redhat.com>
9346
a9c64011 9347 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 9348 * gdb.stabs/weird.exp: Ditto.
1c199746 9349
04ed252f
MC
93502003-09-08 Michael Chastain <mec@shout.net>
9351
9352 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
9353
d8a2d9e7
MC
93542003-09-07 Michael Chastain <mec@shout.net>
9355
9356 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
9357 'parse error'.
9358
161afb24
MK
93592003-09-07 Mark Kettenis <m.kettenis@osp.nl>
9360
9361 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
9362
49f2741a
MC
93632003-08-30 Michael Chastain <mec@shout.net>
9364
9365 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
9366 * gdb.gdb/observer.exp: Ditto.
9367 * gdb.gdb/xfullpath.exp: Ditto.
9368
8afa723e
MK
93692003-08-29 Mark Kettenis <kettenis@gnu.org>
9370
9371 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
9372 *-*-*bsd*.
9373
f31dfe3b
JJ
93742003-08-28 Jeff Johnston <jjohnstn@redhat.com>
9375
9376 * gdb.base/dump.exp: Skip for ia64.
9377
4630e498
JJ
93782003-08-25 Jeff Johnston <jjohnstn@redhat.com>
9379
9380 * gdb.asm/asm-source.exp: Add ia64 support.
9381 * gdb.asm/ia64.inc: New file.
9382
1105b7ef
MC
93832003-08-22 Michael Chastain <mec@shout.net>
9384
9385 * gdb.cp: New directory.
9386 * gdb.cp/*: Copy from gdb.c++/*.
9387 * gdb.c++/*: Remove.
9388 * Makefile.in: Change gdb.c++ to gdb.cp.
9389 * configure.in: Ditto.
9390 * configure: Regnerate.
9391
c945b932
MK
93922003-08-18 Mark Kettenis <kettenis@gnu.org>
9393
9394 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
9395 * gdb.arch/i386-prologue.c (gdb1338): Add function.
9396
2b66634b
DJ
93972003-08-17 Daniel Jacobowitz <drow@mvista.com>
9398
9399 * mi-var-display.exp (-var-list-children weird): Accept function
9400 pointers with argument types.
9401 * mi1-var-display.exp (-var-list-children weird): Likewise.
9402 * mi2-var-display.exp (-var-list-children weird): Likewise.
9403
a356f73b
DJ
94042003-08-17 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * gdb.base/annota3.exp: Add missing newline.
9407
483417b8
MC
94082003-08-06 Michael Chastain <mec@shout.net>
9409
9410 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
9411
c99c59c3
MS
94122003-08-12 Michael Snyder <msnyder@redhat.com>
9413
9414 * gdb.base/float.exp: Add test for SH.
9415
55ed7501
MK
94162003-08-10 Mark Kettenis <kettenis@gnu.org>
9417
9418 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
9419
1a371f2e
EZ
94202003-08-07 Elena Zannoni <ezannoni@redhat.com>
9421
9422 * gdb.base/completion.exp: Remove reduntant completion test
9423 on filename.
9424
e0f353ce
EZ
94252003-08-07 Elena Zannoni <ezannoni@redhat.com>
9426
a9c64011
AS
9427 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
9428 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
9429 gdb.trace/save-trace.exp: Make sure that full pathnames are
9430 escaped correctly.
e0f353ce 9431
5710a1af 94322003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 9433
a9c64011
AS
9434 * configure.in: Don't generate config.h from config.hin.
9435 * configure: Regenerate.
9436 * config.hin: Remove file.
9437 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
9438 * gdb.threads/pthreads.c: Ditto.
5710a1af 9439
dcd81ce9
DJ
94402003-08-07 Daniel Jacobowitz <drow@mvista.com>
9441
9442 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9443 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
9444 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
9445 Replace ld24 with seth/add3.
9446
6009d884
AC
94472003-08-02 Andrew Cagney <cagney@redhat.com>
9448
9449 * gdb.base/annota3.exp: New file.
9450 * gdb.base/annota3.c: New file.
9451 * gdb.c++/annota3.exp: New file.
9452 * gdb.c++/annota3.cc: New file.
9453
51514e06
MC
94542003-07-29 Michael Chastain <mec@shout.net>
9455
9456 * gdb.threads/tls.c (spin): Check errno only if sem_wait
9457 actually failed.
9458 (do_pass): Likewise.
9459 * gdb.threads/tls.exp: Always initialize no_of_threads.
9460
4ee6625b
DJ
94612003-07-27 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
9464 pattern.
9465 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
9466 * gdb.threads/tls.exp: Recognize one case of the host library not
9467 supporting TLS.
9468
225f2bf6
AC
94692003-07-27 Andrew Cagney <cagney@redhat.com>
9470
9471 * gdb.base/fileio.exp: Use SH when running commands using
9472 remote_exec.
9473
bcb27c9f
DJ
94742003-07-24 Daniel Jacobowitz <drow@mvista.com>
9475
9476 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9477 * gdb.base/relocate.c (dummy): New padding array.
9478
3d67be83
MS
94792003-07-22 Michael Snyder <msnyder@redhat.com>
9480
d63a86f8 9481 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
9482
9483 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
9484 patterns to be more general, accepting old and new output.
9485 Some output chars (such as '+') also must be quoted.
d63a86f8 9486 Some addresses are displayed numerically instead of
3d67be83
MS
9487 symbolically.
9488
57ba3b85
MS
94892003-07-23 Michael Snyder <msnyder@redhat.com>
9490
686d097c
MS
9491 * gdb.base/return2.exp: Don't test long-long return.
9492
57ba3b85
MS
9493 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
9494 * gdb.disasm/t01_mov.exp: Ditto.
9495 * gdb.disasm/t02_mova.s: Ditto.
9496 * gdb.disasm/t02_mova.exp: Ditto.
9497 * gdb.disasm/t03_add.s: Ditto.
9498 * gdb.disasm/t03_add.exp: Ditto.
9499 * gdb.disasm/t04_sub.s: Ditto.
9500 * gdb.disasm/t04_sub.exp: Ditto.
9501 * gdb.disasm/t05_cmp.s: Ditto.
9502 * gdb.disasm/t05_cmp.exp: Ditto.
9503 * gdb.disasm/t06_ari2.s: Ditto.
9504 * gdb.disasm/t06_ari2.exp: Ditto.
9505 * gdb.disasm/t07_ari3.s: Ditto.
9506 * gdb.disasm/t07_ari3.exp: Ditto.
9507 * gdb.disasm/t08_or.s: Ditto.
9508 * gdb.disasm/t08_or.exp: Ditto.
9509 * gdb.disasm/t09_xor.s: Ditto.
9510 * gdb.disasm/t09_xor.exp: Ditto.
9511 * gdb.disasm/t10_and.s: Ditto.
9512 * gdb.disasm/t10_and.exp: Ditto.
9513 * gdb.disasm/t11_logs.s: Ditto.
9514 * gdb.disasm/t11_logs.exp: Ditto.
9515 * gdb.disasm/t12_bit.s: Ditto.
9516 * gdb.disasm/t12_bit.exp: Ditto.
9517 * gdb.disasm/t13_otr.s: Ditto.
9518 * gdb.disasm/t13_otr.exp: Ditto.
9519
e00759ef
EZ
95202003-07-22 Elena Zannoni <ezannoni@redhat.com>
9521
9522 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9523
8bc2021f
EZ
95242003-07-22 Elena Zannoni <ezannoni@redhat.com>
9525
a9c64011
AS
9526 * gdb.threads/tls.c : New file.
9527 * gdb.threads/tls.exp : New file.
9528 * gdb.threads/tls-main.c : New file.
9529 * gdb.threads/tls-shared.c : New file.
9530 * gdb.threads/tls-shared.exp : New file.
8bc2021f 9531
89320c4c
AS
95322003-07-22 Andreas Schwab <schwab@suse.de>
9533
9534 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9535
180dea7c
AS
95362003-07-20 Andreas Schwab <schwab@suse.de>
9537
9538 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9539 due to insn reordering.
9540
0714963c
AC
95412003-07-15 Andrew Cagney <cagney@redhat.com>
9542
9543 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9544
98a23b3f
MC
95452003-07-15 Michael Chastain <mec@shout.net>
9546
9547 * gdb.base/gdb1250.exp: New file.
9548 * gdb.base/gdb1250.c: New file.
9549
27e417a2
ML
95502003-07-09 Michal Ludvig <mludvig@suse.cz>
9551
9552 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9553 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9554
8bc2021f
EZ
95552003-07-09 Elena Zannoni <ezannoni@redhat.com>
9556
a9c64011
AS
9557 * gdb.threads/tls.c: New file.
9558 * gdb.threads/tls.exp: New file.
9559 * gdb.threads/tls-main.c: New file.
9560 * gdb.threads/tls-shared.c: New file.
9561 * gdb.threads/tls-shared.exp: New file.
8bc2021f 9562
d99968dc
EZ
95632003-07-09 Elena Zannoni <ezannoni@redhat.com>
9564
9565 * gdb.base/annota1.exp: Make sure that we properly escape the
9566 full path of the source file. Xfail more permissive patterns,
d63a86f8 9567 due to a compiler debug info problem.
d99968dc 9568
83876b3b
AS
95692003-07-07 Andreas Schwab <schwab@suse.de>
9570
2705e972
AS
9571 * gdb.asm/m68k.inc: New file.
9572 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9573
83876b3b
AS
9574 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9575 arguments"): Also match negative number.
9576
9577 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9578
3a871b37
DJ
95792003-07-03 Daniel Jacobowitz <drow@mvista.com>
9580
9581 * gdb.base/store.c (charest): New typedef.
9582 (add_char): Rename to add_charest, update.
9583 (wack_char): Rename to wack_charest, update types. Return l + r
9584 to keep r live across the call.
9585 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9586 (wack_double, wack_doublest): Return l + r to keep r live across
9587 the call.
9588 * gdb.base/store.exp: Accomodate store.c changes.
9589
b2a7f303
DC
95902003-06-30 David Carlton <carlton@kealia.com>
9591
9592 * gdb.c++/maint.exp (test_invalid_name): New.
9593 (test_first_component): Add tests for invalid names.
9594
3c6cb4a1
MC
95952003-06-29 Michael Chastain <mec@shout.net>
9596
9597 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9598 output of '<VTT for class>' for virtual base classes.
9599
f1c2644b
DJ
96002003-06-29 Daniel Jacobowitz <drow@mvista.com>
9601
9602 * gdb.base/completion.exp: Tab-complete "complet" instead of
9603 "compl".
9604 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9605
18080350
DJ
96062003-06-29 Daniel Jacobowitz <drow@mvista.com>
9607
9608 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9609 * gdb.base/volatile.exp: Likewise.
9610
f56973f8
DJ
96112003-06-29 Daniel Jacobowitz <drow@mvista.com>
9612
9613 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9614 gdb/1265.
9615
96162003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
9617 Daniel Jacobowitz <drow@mvista.com>
9618
9619 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9620 initial line count of 'captured_main' from 26 to 32.
9621 (test_with_self): Allow xmalloc call to be interleaved with the
9622 preceding two lines.
9623
e766d4d6
JB
96242003-06-24 Joel Brobecker <brobecker@gnat.com>
9625
9626 * gdb.base/bang.exp: New testcase.
9627
f125c9a4
JB
96282003-06-23 Joel Brobecker <brobecker@gnat.com>
9629
9630 * gdb.base/langs.exp: Add some tests for the "minimal" language
9631 support.
9632
6e25beaf
EZ
96332003-06-23 Elena Zannoni <ezannoni@redhat.com>
9634
9635 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9636 the testcase.
9637
2f816dda
DJ
96382003-06-22 Daniel Jacobowitz <drow@mvista.com>
9639
9640 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9641 offset.
9642
db5a5748
DJ
96432003-06-22 Daniel Jacobowitz <drow@mvista.com>
9644
9645 * gdb.c++/pr-1210.cc: New file.
9646 * gdb.c++/pr-1210.exp: New file.
9647
1df0c130
DJ
96482003-06-21 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9651 000-exec-continue.
9652
a92feac0
MK
96532003-06-15 Mark Kettenis <kettenis@gnu.org>
9654
9655 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9656 on *-*-*bsd* instead of *-*-freebsd*.
9657
81a58f5b
AC
96582003-06-14 Andrew Cagney <cagney@redhat.com>
9659
9660 * gdb.base/store.exp: Test longest and doublest. Test all
9661 parameters. Weaken return statement match.
9662 * gdb.base/store.c: Add longest and doublest - aka long long and
9663 long double functions. Put all parameters into local register
9664 variables. Use negative values.
9665
b257a0d3
AC
96662003-06-14 Andrew Cagney <cagney@redhat.com>
9667
9668 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9669 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9670 exit status.
9671 * gdb.base/fileio.exp: Disable target when nointerrupts and
9672 noinferiorio, instead of limiting it to remote. Use remote_exec
9673 instead of system.
d63a86f8 9674
21c38304
JJ
96752003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9676
9677 * gdb.base/float.exp: Add ia64 support.
9678
1bcdb424
CV
96792003-06-12 Corinna Vinschen <vinschen@redhat.com>
9680
9681 * gdb.base/fileio.exp: Run only on remote targets.
9682
6aeb981f
CV
96832003-06-10 Corinna Vinschen <vinschen@redhat.com>
9684
9685 * gdb.base/fileio.c: New file, testing File-I/O.
9686 * gdb.base/fileio.exp: Ditto.
9687
53df362e
RG
96882003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9689
9690 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9691 shared objects after relocation at load time (gdb PR/1132).
9692 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 9693 as above, part of the shared object relocation test.
53df362e 9694
ffee1b46
MK
96952003-06-08 Mark Kettenis <kettenis@gnu.org>
9696
b5ca3722
MK
9697 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9698 fully filled history list.
9699 * gdb.base/gdb_history: New file.
9700
03ed860d
MK
9701 * gdb.base/signals.exp: XFAIL "continue to func1" on
9702 i*86-*-freebsd*.
9703
ffee1b46
MK
9704 * gdb.base/attach.exp: When trying to attach to a nonexistent
9705 process, make it possible to specify the PID based on the target,
9706 and do so for *-*-freebsd*.
9707
d80dbb52
RH
97082003-06-02 Richard Henderson <rth@redhat.com>
9709
9710 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9711
6dd77b81
RH
97122003-06-02 Richard Henderson <rth@redhat.com>
9713
9714 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9715
f6347e16
RH
97162003-06-02 Richard Henderson <rth@redhat.com>
9717
9718 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9719
2c161407
DJ
97202003-06-01 Daniel Jacobowitz <drow@mvista.com>
9721
9722 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9723 of globalvar.
9724
572eb746
MK
97252003-06-01 Mark Kettenis <kettenis@gnu.org>
9726
9727 * gdb.asm/asm-source.exp: Check for memory read errors in
9728 disassembler test on *BSD too.
9729
9e9617a5
RH
97302003-06-01 Richard Henderson <rth@redhat.com>
9731
9732 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9733 for .frame.
9734 (gdbasm_call): Lose ldgp.
9735 (gdbasm_startup): Add frame information.
9736 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9737
7b34ad4e
MK
97382003-05-31 Mark Kettenis <kettenis@gnu.org>
9739
9740 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9741 i?86-*-*.
9742
10059fdf
MK
97432003-05-30 Mark Kettenis <kettenis@gnu.org>
9744
9745 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9746 FreeBSD.
9747
acf4b816
RH
97482003-05-29 Richard Henderson <rth@redhat.com>
9749
9750 * gdb.asm/alpha.inc: New file.
9751 * gdb.asm/asm-source.exp: Use it.
9752
e9ecd949
JB
97532003-05-29 Jim Blandy <jimb@redhat.com>
9754
9755 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9756 'core.PID'.
9757
e3e5a4f3
JB
97582003-05-22 Jim Blandy <jimb@redhat.com>
9759
9760 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9761 backtrace.
d63a86f8 9762
72fe3d25
DC
97632003-05-20 David Carlton <carlton@math.stanford.edu>
9764
9765 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9766 this time.
9767
58da2eb2
DC
97682003-05-19 David Carlton <carlton@bactrian.org>
9769
9770 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9771 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9772
1fcb5155
DC
97732003-05-19 David Carlton <carlton@bactrian.org>
9774
9775 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9776 namespace tests.
9777 Bump copyright date.
9778 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9779 (main): Call C::D::marker2.
9780 * gdb.c++/namespace1.cc: New file.
9781
85e85163
JJ
97822003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9783
9784 Roland McGrath <roland@redhat.com>
d63a86f8 9785 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9786 there is no manager thread.
9787
a25fbfec
JJ
97882003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9789
d63a86f8
RM
9790 * gdb.threads/schedlock.exp: Remove assumption that all threads
9791 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9792 in one of the child threads rather than the main thread.
9793
be375bae
JB
97942003-05-07 Jim Blandy <jimb@redhat.com>
9795
09bf6082
JB
9796 Add support for assembly source testing on the s390x.
9797 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9798 architecture.
9799 * gdb.asm/s390x.inc: New file.
9800
be375bae
JB
9801 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9802 succession of 'if' statements.
9803
00905d52
AC
98042003-05-05 Andrew Cagney <cagney@redhat.com>
9805
9806 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9807
b1e29e33
AC
98082003-05-05 Andrew Cagney <cagney@redhat.com>
9809
9810 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9811 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9812
e33d66ec
EZ
98132003-05-02 Elena Zannoni <ezannoni@redhat.com>
9814
9815 * gdb.base/charset.exp: Update based on new behavior of set/show
9816 charset commands.
9817
2b6fd0d8
AC
98182003-05-01 Andrew Cagney <cagney@redhat.com>
9819
9820 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9821 variable do not give memory errors.
9822
130cacce
AF
98232003-04-30 Adam Fedor <fedor@gnu.org>
9824
9825 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9826 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9827 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9828 gdb.objc/basicclass.m: : New files
9829
9830 * lib/gdb.exp (gdb_compile_objc): New procedure.
9831
bea71854
DJ
98322003-04-27 Daniel Jacobowitz <drow@mvista.com>
9833
9834 * gdb.base/signals.exp: Make backtrace tests more specific.
9835
0f20eeea
DC
98362003-04-23 David Carlton <carlton@bactrian.org>
9837
9838 * gdb.c++/maint.exp (test_first_component): Add tests for
9839 'operator' in more locations.
9840
c8c4d8dc
KB
98412003-04-16 Kevin Buettner <kevinb@redhat.com>
9842
9843 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9844
3fe60e3c
EZ
98452003-04-16 Elena Zannoni <ezannoni@redhat.com>
9846
9847 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9848 func marke' instead. Update test name.
3fe60e3c 9849
9219021c
DC
98502003-04-15 David Carlton <carlton@math.stanford.edu>
9851
9852 * gdb.c++/maint.exp: New file.
9853
5dd55bdd
EZ
98542003-04-14 Elena Zannoni <ezannoni@redhat.com>
9855
9856 * gdb.threads/schedlock.c: Change type of thread function argument
9857 to long, to avoid warnings on 64-bit platforms.
9858
00890572
EZ
98592003-04-14 Elena Zannoni <ezannoni@redhat.com>
9860
a9c64011
AS
9861 * gdb.base/attach.exp: Add new message from ptrace in case of
9862 attaching to nonexistent process.
d63a86f8 9863
93201743
JB
98642003-04-11 Jim Blandy <jimb@redhat.com>
9865
9866 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9867 gdb.c++/userdef.cc: Place comments on the lines to which the
9868 marker function might return.
9869 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9870 gdb.c++/userdef.exp: Look for those comments to check that we've
9871 returned to the right place, instead of checking line numbers.
9872
2a11c64d
EZ
98732003-04-11 Elena Zannoni <ezannoni@redhat.com>
9874
a9c64011
AS
9875 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9876 match on sourcefile name, instead of directory name.
2a11c64d 9877
68ab8fc5
EZ
98782003-04-10 Elena Zannoni <ezannoni@redhat.com>
9879
d63a86f8 9880 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
9881 working directory name.
9882
5624293a
JB
98832003-04-09 Jim Blandy <jimb@redhat.com>
9884
9885 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9886 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9887 after an inferior function call, report the failure, but allow the
9888 test to continue.
9889
f1f02ee4
SC
98902003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9891
9892 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9893 with -DPROTOTYPES.
9894
6eb79af0
SC
98952003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9896
9897 * gdb.base/break.exp: Revert last patch.
9898
8dfb4cf0
SC
98992003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9900
9901 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9902 with -DPROTOTYPES.
9903
ed4c619a
AC
99042003-04-02 Andrew Cagney <cagney@redhat.com>
9905
9906 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9907 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9908 matching directories by the name breakpoint.
9909 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9910 Make "continue to marker1" consistent.
9911 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9912 message consistent.
9913 * lib/gdb.exp: Put "the program is no longer running", and "the
9914 program exited" in parenthesis.
9915 * lib/mi-support.exp: Ditto.
d63a86f8 9916
4e35d5f0 99172003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 9918
4e35d5f0
BR
9919 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9920
71900fe8
AC
99212003-03-29 Andrew Cagney <cagney@redhat.com>
9922
9923 * gdb.base/sizeof.c (main): Print the value of '\377'.
9924 * gdb.base/sizeof.exp: Check the sign of '\377'.
9925
c0655a16
MC
99262003-03-27 Michael Chastain <mec@shout.net>
9927
9928 * gdb.base/gdb1090.exp: New file.
9929 * gdb.base/gdb1090.cc: New file.
9930
5b2a3989
JB
99312003-03-27 J. Brobecker <brobecker@gnat.com>
9932
9933 * gdb.gdb/observer.exp: New regression test.
9934
79876890
MC
99352003-03-27 Michael Chastain <mec@shout.net>
9936
9937 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9938 * gdb.base/ptype.exp: Likewise.
9939
6eac95e3
CV
99402003-03-27 Corinna Vinschen <vinschen@redhat.com>
9941
9942 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9943
e8c71839
MC
99442003-03-26 Michael Chastain <mec@shout.net>
9945
9946 * gdb.base/ptype.exp: Actually use some typedef'd types.
9947
71b10041
SC
99482003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9949
9950 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9951 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9952
2512cf80
CV
99532003-03-20 Corinna Vinschen <vinschen@redhat.com>
9954
9955 * gdb.base/default.exp: Fix regular expression.
9956
0d195a4f
CV
99572003-03-20 Corinna Vinschen <vinschen@redhat.com>
9958
9959 * gdb.base/args.exp: Fix regular expression.
9960
8a2dbca8
CV
99612003-03-20 Corinna Vinschen <vinschen@redhat.com>
9962
9963 * gdb.base/help.exp: Allow Win32 child process.
9964
bf028682
CV
99652003-03-20 Corinna Vinschen <vinschen@redhat.com>
9966
9967 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9968 when stepping out of main().
9969
182dbe85
CV
99702003-03-20 Corinna Vinschen <vinschen@redhat.com>
9971
9972 * gdb.base/default.exp: Check for win32 specific message when calling
9973 "run" without executable.
9974
d67a6ba5
CV
99752003-03-20 Corinna Vinschen <vinschen@redhat.com>
9976
9977 * gdb.base/args.exp: Expect .exe in output.
9978
a955b5bb
CV
99792003-03-20 Corinna Vinschen <vinschen@redhat.com>
9980
9981 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9982 Cygwin native.
9983
bf6bad4b
AC
99842003-03-17 Andrew Cagney <cagney@redhat.com>
9985
9986 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9987 vector registes.
9988 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9989 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9990
293e9a31
DC
99912003-03-17 David Carlton <carlton@math.stanford.edu>
9992
9993 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9994 test, for PR breakpoints/38.
9995 Call test_watchpoint_and_breakpoint.
9996 * gdb.base/watchpoint.c (func3): New function.
9997 (main): Call func3.
9998
5330f2db
DC
99992003-03-04 David Carlton <carlton@math.stanford.edu>
10000
10001 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
10002 Garply<Garply<char> >:: garply".
10003 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
10004 with respect to PR c++/1111; note also PR c++/1113.
10005 (test_template_breakpoints): KFAIL "constructor breakpoint" with
10006 respect to PR c++/1062.
10007 KFAIL "destructor breakpoint" with respect to PR c++/1112.
10008
6ece72da
DC
100092003-03-03 David Carlton <carlton@math.stanford.edu>
10010
10011 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
10012 with respect to PR c++/57.
10013 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
10014 c++/826.
10015 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
10016 respect to PR c++/57.
10017
85ca1584
DC
100182003-03-03 David Carlton <carlton@math.stanford.edu>
10019
10020 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
10021 respect to PR c++/33 into FAILs.
10022
98e9c5b8
MC
100232003-03-03 Michael Chastain <mec@shout.net>
10024
7bedbf27
MC
10025 * configure.in: Update copyright years.
10026
100272003-03-03 Michael Chastain <mec@shout.net>
10028
10029 * Makefile.in: Update copyright years.
98e9c5b8 10030
f683e100
DC
100312003-02-28 David Carlton <carlton@math.stanford.edu>
10032
10033 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
10034 print class instead of struct and/or superfluous protection
10035 specifiers, as long as the resulting output is equivalent to the
10036 source code.
10037 Delete FIXME from end of messages on tests that don't need
10038 fixing.
10039
a9e0cf2c
DC
100402003-02-28 David Carlton <carlton@math.stanford.edu>
10041
10042 * gdb.c++/templates.exp (do_tests): Allow const in the two
10043 Foo<volatile char *>::foo tests.
10044
e8d359df
MS
100452003-02-27 Michael Snyder <msnyder@redhat.com>
10046
d63a86f8 10047 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
10048 will be consistant.
10049
0b71dc91
DC
100502003-02-26 David Carlton <carlton@math.stanford.edu>
10051
10052 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
10053 char *>::foo" test with respect to PR c++/33. Create a new test
10054 which is identical to that one except that it doesn't put the
10055 space between the "char" and the "*"; KFAIL it, too.
10056
dd14ab43
DC
100572003-02-26 David Carlton <carlton@math.stanford.edu>
10058
10059 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
10060 template types into either PASSes or KFAILs (corresponding to PR
10061 c++/57). Tweak indentation. Update copyright.
10062
1146c7f1
SC
100632003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10064
10065 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
10066
74641dfb
MC
100672003-02-13 Michael Chastain <mec@shout.net>
10068
10069 * gdb.base/exprs.exp: Remove i960 remnants.
10070 * gdb.base/funcargs.exp: Likewise.
10071 * gdb.base/list.exp: Likewise.
10072 * gdb.base/ptype.exp: Likewise.
10073
559cd2d0
DC
100742003-02-14 David Carlton <carlton@math.stanford.edu>
10075
10076 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
10077 pEe->D::vg()" from XFAIL to KFAIL.
10078
c4f90d87
JM
100792003-02-13 Jason Molenda (jmolenda@apple.com)
10080
10081 * gdb.base/maint.exp: Update maint print statistics regexp to include
10082 new entries.
10083
cbc4d97c
MC
100842003-02-13 Michael Chastain <mec@shout.net>
10085
10086 * gdb.c++/inherit.exp: Remove call to get_debug_format.
10087
40f235b7
MC
100882003-02-12 Michael Chastain <mec@shout.net>
10089
10090 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
10091 * gdb.c++/inherit.exp: Likewise.
10092 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
10093 * gdb.c++/templates.exp: Likewise.
10094 * gdb.c++/virtfunc.exp: Likewise.
10095
c56716b0
JM
100962003-02-06 Jason Molenda (jason-cl@molenda.com)
10097
10098 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
10099 why the code is written that way.
10100
070afcf8
MC
101012003-02-05 Michael Chastain <mec@shout.net>
10102
10103 * gdb.base/dump.exp: Add missing copyright line.
10104
5d0331e5
JM
101052003-02-05 Jason Molenda (jason-cl@molenda.com)
10106
f7ae6d3e 10107 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
10108 at the beginning so the breakpoint doesn't get set on the loop.
10109
92851186
MC
101102003-02-05 Michael Chastain <mec@shout.net>
10111
10112 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
10113 output for configurations with gcc 2.95.3.
10114
cbf1e085
AC
101152003-02-05 Keith Seitz <keiths@redhat.com>
10116 Andrew Cagney <ac131313@redhat.com>
10117
10118 * gdb.mi/mi-cli.exp: New file.
d63a86f8 10119
29518e1e
MC
101202003-02-04 Michael Chastain <mec@shout.net>
10121
10122 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
10123 Call perror and then continue.
10124
5af1d5f3
MC
101252003-02-03 Michael Chastain <mec@shout.net>
10126
10127 * gdb.c++/pr-1023.cc: New file.
10128 * gdb.c++/pr-1023.exp: New file.
10129
6b549786
JB
101302003-02-05 Jim Blandy <jimb@redhat.com>
10131
10132 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
10133 it's local to foobar. Check for it there, and check that it's not
10134 present in main.
10135 * gdb.c++/local.cc (marker2): New function.
10136 (foobar): Call marker1.
10137 (main): Call marker2 instead of marker1.
10138
67f16606
AC
101392003-02-04 Andrew Cagney <ac131313@redhat.com>
10140
10141 * gdb.disasm/mn10200.exp: Obsolete file.
10142 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
10143 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
10144 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
10145
1c5cb38e
DC
101462003-02-04 David Carlton <carlton@math.stanford.edu>
10147
10148 * gdb.c++/overload.exp: Test intToChar(1).
10149 * gdb.c++/overload.cc (intToChar): New.
10150 (main): Call intToChar.
10151
d1fe6965
DC
101522003-02-03 David Carlton <carlton@math.stanford.edu>
10153
10154 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
10155 'might_kfail' arg.
10156 KFAIL some of the continue_to_bp_overloaded calls, according to
10157 PR c++/1025.
10158
9ba61c5d
MC
101592003-02-01 Michael Chastain <mec@shout.net>
10160
10161 * gdb.base/advance.c (marker1): New marker function.
10162 * gdb.base/advance.exp: When the 'advance' command lands on the
10163 return breakpoint, it can legitimately stop on either the
10164 current line or the next line. Accommodate both outcomes.
10165 * gdb.base/until.exp: Likewise.
10166
e7494ffb
AC
101672003-02-02 Andrew Cagney <ac131313@redhat.com>
10168
10169 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
10170 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
10171 now a list, not a tuple.
10172 * gdb.mi/mi-var-display.exp: Ditto.
10173 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 10174
075559bc
AC
101752003-02-01 Andrew Cagney <ac131313@redhat.com>
10176
10177 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
10178 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
10179 stack backtraces.
10180 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 10181
2bd4c7b1
MK
101822003-02-01 Mark Kettenis <kettenis@gnu.org>
10183
10184 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10185 gdb.mi/mi1-pthreads.exp: Return instead of calling
10186 gdb_suppress_entire_file.
10187
eabd8992
MS
101882003-02-01 Mark Salter <msalter@redhat.com>
10189
10190 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
10191
71469e2f
MS
101922003-01-31 Mark Salter <msalter@redhat.com>
10193
10194 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
10195 Support empty arg.
10196
38a94d44
MC
101972003-01-30 Michael Chastain <mec@shout.net>
10198
10199 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
10200 This was a workaround for a UTF-8 bug in readline 4.3. The bug
10201 has been fixed in gdb/readline on 2003-01-09.
10202
19ea9e73
MS
102032003-01-29 Michael Snyder <msnyder@redhat.com>
10204
e8d359df
MS
10205 * gdb.base/maint.exp: Allow for leading underscore in symbol.
10206 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
10207 * gdb.base/args.exp: Skip if target does not support args passing.
10208
2307bd6a
DJ
102092003-01-22 Daniel Jacobowitz <drow@mvista.com>
10210
19ea9e73 10211 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
10212 gdb_test. Accept a list of expect arguments as the third
10213 parameter.
10214 (gdb_test): Use it.
10215
f2dd3617
EZ
102162003-01-20 Elena Zannoni <ezannoni@redhat.com>
10217
10218 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
10219 allow for different test tree configurations. Update some
10220 tescases accordingly.
10221 * gdb.arch/altivec-regs.exp: Ditto.
10222 * gdb.asm/asm-source.exp: Ditto.
10223 * gdb.base/advance.exp: Ditto.
10224 * gdb.base/display.exp: Ditto.
d63a86f8 10225 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
10226 * gdb.base/mips_pro.exp: Ditto.
10227 * gdb.base/overlays.exp: Ditto.
10228 * gdb.base/relocate.exp: Ditto.
10229 * gdb.base/setshow.exp: Ditto.
10230 * gdb.base/step-line.exp: Ditto.
10231 * gdb.base/step-test.exp: Ditto.
10232 * gdb.base/until.exp: Ditto.
10233 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
10234
c71cdefd
DC
102352003-01-17 David Carlton <carlton@math.stanford.edu>
10236
10237 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
10238 corresponding to PR c++/945.
10239 Update copyright.
10240
fdba05d7
DC
102412003-01-17 David Carlton <carlton@math.stanford.edu>
10242
10243 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
10244 corresponding to PR c++/68.
10245
102462003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
10247
10248 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
10249 (test_paddr_hairy_functions): Call print_addr_2_kfail for
10250 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
10251
c362c33a
EZ
102522003-01-15 Elena Zannoni <ezannoni@redhat.com>
10253
0fbc361c
EZ
10254 * gdb.base/break.exp: Fix change of default location, because of
10255 removal of until tests.
10256 * gdb.base/help.exp: Update test for new 'until' help message.
10257 Add test for help on 'advance'.
a9c64011 10258 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 10259
dabf8a35
MK
102602003-01-15 Mark Kettenis <kettenis@gnu.org>
10261
10262 * gdb.base/default.exp: Adapt "info float" test for recent changes
10263 to that command. Add test for "info vector".
10264 * gdb.base/float.exp: New file. Add test for "info float" that
10265 resembles the old test in gdb.base/default.exp.
10266
a1769aca
DC
102672003-01-15 David Carlton <carlton@math.stanford.edu>
10268
10269 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
10270
82025e13
EZ
102712003-01-15 Elena Zannoni <ezannoni@redhat.com>
10272
10273 * gdb.base/break.exp: Move the tests of until command from here...
10274 * gdb.base/until.exp: ... to here. New file. Add other tests.
10275 * gdb.base/advance.c: New file.
10276 * gdb.base/advance.exp: New file.
10277
8f9ab801
EZ
102782003-01-14 Elena Zannoni <ezannoni@redhat.com>
10279
a9c64011
AS
10280 * gdb.base/args.c: New file.
10281 * gdb.base/args.exp: New file.
8f9ab801 10282
9ae66589
DJ
102832003-01-14 Daniel Jacobowitz <drow@mvista.com>
10284
10285 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
10286
8d77e5c3
DJ
102872003-01-14 Daniel Jacobowitz <drow@mvista.com>
10288
10289 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
10290
12d2f0a1
DJ
102912003-01-14 Daniel Jacobowitz <drow@mvista.com>
10292
10293 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
10294 dates.
10295
6ca37014
DJ
102962003-01-13 Daniel Jacobowitz <drow@mvista.com>
10297
10298 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
10299
b0023472
DJ
103002003-01-13 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
10303 (ptype &*"foo").
10304 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
10305
607fbc54 103062003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
10307
10308 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
10309 * gdb.mi/mi1-console.exp: Likewise.
10310
607fbc54 103112003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
10312
10313 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
10314 * gdb.mi/mi1-console.exp: Likewise.
10315
a1fb14a2
DJ
103162003-01-13 Daniel Jacobowitz <drow@mvista.com>
10317
10318 * gdb.c++/overload.exp: Remove some fixed XFAILs.
10319
c4cf40b7
DJ
103202003-01-09 Daniel Jacobowitz <drow@mvista.com>
10321
10322 * gdb.base/detach.exp: New test.
10323
696d5a5b
DJ
103242003-01-09 Daniel Jacobowitz <drow@mvista.com>
10325
10326 * Makefile.in (ALL_SUBDIRS): New variable.
10327 (subdirs, clean, distclean): Use it.
10328 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
10329 regenerating Makefile, since it is generated from the top level.
10330 * gdb.asm/Makefile.in: Likewise.
10331 * gdb.base/Makefile.in: Likewise.
10332 * gdb.c++/Makefile.in: Likewise.
10333 * gdb.disasm/Makefile.in: Likewise.
10334 * gdb.java/Makefile.in: Likewise.
10335 * gdb.mi/Makefile.in: Likewise.
10336 * gdb.threads/Makefile.in: Likewise.
10337 * gdb.trace/Makefile.in: Likewise.
10338
754533e4
DC
103392003-01-09 David Carlton <carlton@math.stanford.edu>
10340
10341 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
10342 Add copyright year 2003.
10343
d8b3e9ee
MC
103442003-01-06 Michael Chastain <mec@shout.net>
10345
10346 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
10347 When selecting a thread, 'line' and 'file' are optional.
10348 * gdb.mi/mi1-pthreads.exp: Likewise.
10349
8e9e0fe6
AS
103502003-01-06 Andreas Schwab <schwab@suse.de>
10351
10352 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
10353 failures.
10354
b5ab8ff3
DJ
103552003-01-04 Daniel Jacobowitz <drow@mvista.com>
10356
10357 Fix PR gdb/844
10358 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
10359 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
10360
10361 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
10362 instead of calling gdb_suppress_entire_file.
10363 * gdb.threads/print-threads.exp: Likewise.
10364 * gdb.threads/schedlock.exp: Likewise.
10365
10366 * gdb.threads/killed.exp: Return instead of calling
10367 gdb_suppress_entire_file.
10368 * gdb.threads/linux-dp.exp: Likewise.
10369 * gdb.threads/pthreads.exp: Likewise.
10370
1e698235
DJ
103712003-01-04 Daniel Jacobowitz <drow@mvista.com>
10372
10373 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
10374 stabs.
10375 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
10376 * gdb.base/whatis.exp: Always allow (void) after function names.
10377
147ff08c
DJ
103782003-01-04 Daniel Jacobowitz <drow@mvista.com>
10379
10380 * gdb.c++/casts.exp: Correct regexp.
10381
dc62bfc2
MK
103822003-01-04 Mark Kettenis <kettenis@gnu.org>
10383
10384 * configure.in: Call AC_CONFIG_HEADER. Don't call
10385 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
10386 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
10387 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
10388 aforementioned directories in the AC_OUPUT call.
10389 * config.hin: New file.
10390 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10391 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
10392 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
10393 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
10394 pass -I$objdir instead of -I$objdir/$subdir in compilation.
10395 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
10396 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
10397 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
10398 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
10399 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
10400 gdb.threads/configure.in, gdb.threads/configure,
10401 gdb.threads/config.in, gdb.trace/configure.in,
10402 gdb.trace/configure: Removed.
10403
77afa639
MC
104042003-01-03 Michael Chastain <mec@shout.net>
10405
10406 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
10407 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
10408
7634bb6e
DJ
104092003-01-03 Daniel Jacobowitz <drow@mvista.com>
10410
10411 * gdb.base/store.exp: Fix regular expressions.
10412
b39c905e
MK
104132002-12-28 Mark Kettenis <kettenis@gnu.org>
10414
10415 * configure.in: Rewrite.
10416 * configure: Regenerated.
10417
0a8551dd
DC
104182003-01-03 David Carlton <carlton@math.stanford.edu>
10419
10420 * gdb.base/psymtab.exp: New file.
10421 * gdb.base/psymtab1.c: Ditto.
10422 * gdb.base/psymtab2.c: Ditto.
10423
c60b7188
AF
104242002-12-23 Adam Fedor <fedor@gnu.org>
10425
10426 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
10427
ee73db83
DC
104282002-12-23 David Carlton <carlton@math.stanford.edu>
10429
10430 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
10431 and current_directory initialization.
10432
d6c1774e
JB
104332002-12-22 Jim Blandy <jimb@redhat.com>
10434
f0a847b8
JB
10435 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
10436 rather than as part of the output file name.
10437
d6c1774e
JB
10438 * gdb.base/attach.exp: There's no need to copy the test program to
10439 /tmp; that was only ever necessary on HP/UX, and this test is
10440 entirely disabled there anyway.
10441
f0708dbb
JB
104422002-12-21 Jim Blandy <jimb@redhat.com>
10443
4c2acfea
JB
10444 * gdb.c++/psmang.exp: Doc fix.
10445
f0708dbb
JB
10446 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
10447 test.
10448
9579e000
DC
104492002-12-20 David Carlton <carlton@math.stanford.edu>
10450
10451 * gdb.c++/annota2.exp: KFAIL annotate-quit.
10452
d1810171
MC
104532002-12-18 Michael Chastain <mec@shout.net>
10454
10455 * gdb.c++/annota2.exp: Add copyright year 2002.
10456
76565097
DC
104572002-12-17 David Carlton <carlton@math.stanford.edu>
10458
10459 * gdb.c++/try_catch.cc: Add marker comments.
10460 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
10461 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
10462 * gdb.c++/m-static.cc: Ditto.
10463 * gdb.c++/m-static1.cc: Ditto.
10464 * gdb.c++/try_catch.cc: Ditto.
10465
da81390b
JJ
104662002-12-16 Jeff Johnston <jjohnstn@redhat.com>
10467
10468 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
10469 to see whether we are using the new -environment-directory
10470 command which resets via -r or the old version of the command
10471 which may prompt the user. Part of fix for gdb/741.
10472
b304d130
AC
104732002-12-13 Andrew Cagney <ac131313@redhat.com>
10474
10475 * gdb.fortran/types.exp: Update obsolete comment.
10476 * gdb.fortran/exprs.exp: Ditto.
10477 * lib/gdb.exp: Delete obsolete code.
10478 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
10479 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
10480 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
10481 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
10482 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
10483 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
10484 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
10485 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
10486 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
10487 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
10488 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
10489 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
10490 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
10491 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
10492 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
10493 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
10494 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
10495 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
10496 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
10497 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
10498 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
10499 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
10500 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
10501 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
10502 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
10503 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
10504 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
10505 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
10506 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
10507 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
10508 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
10509 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
10510 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
10511 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
10512 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
10513 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
10514 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
10515
a23b6e6a
DC
105162002-12-11 David Carlton <carlton@math.stanford.edu>
10517
10518 * gdb.c++/m-data.exp: Add test for members that shadow global
10519 variables: see PR gdb/804.
10520 * gdb.c++/m-data.cc: Ditto.
10521
6604731b
DJ
105222002-12-10 Daniel Jacobowitz <drow@mvista.com>
10523
10524 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10525
de46ecd7
DC
105262002-12-06 David Carlton <carlton@math.stanford.edu>
10527
10528 * gdb.base/store.c: Don't declare functions static.
10529
27e829d0
AC
105302002-12-04 Andrew Cagney <ac131313@redhat.com>
10531
10532 * gdb.base/store.exp, gdb.base/store.c: New files.
10533
92806416
DJ
105342002-12-03 Daniel Jacobowitz <drow@mvista.com>
10535
10536 * gdb.base/selftest.exp: Update for current gdb.
10537
3bcbaac5
DJ
105382002-12-03 Daniel Jacobowitz <drow@mvista.com>
10539
10540 * gdb.base/maint.exp: Only dump symbols from one source file
10541 or objfile.
10542
f4f00b1f
DJ
105432002-12-03 Daniel Jacobowitz <drow@mvista.com>
10544
10545 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10546 function call.
10547
f1c8a949
JB
105482002-11-25 Jim Blandy <jimb@redhat.com>
10549
10550 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10551 function appearing in error message.
10552
9e297a97
DJ
105532002-11-21 Daniel Jacobowitz <drow@mvista.com>
10554
10555 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10556
1f312e79
JJ
105572002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10558
d63a86f8
RM
10559 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10560 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
10561 should be in mi console format. This is part of fix for PR gdb/604.
10562
83c31e7d
FN
105632002-09-18 Fernando Nasser <fnasser@redhat.com>
10564
10565 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10566 which explicitly prints the zero offset as "+0".
10567
322b3f65
DJ
105682002-10-22 Daniel Jacobowitz <drow@mvista.com>
10569
10570 * gdb.threads/schedlock.c (args): Make unsigned.
10571
105722002-10-21 Daniel Jacobowitz <drow@mvista.com>
10573
10574 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10575 numbers. Allow "foo2|selected stack frame".
10576 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10577 * gdb.asm/asmsrc2.s: Likewise.
10578 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10579 comments.
10580 * gdb.asm/mips.inc: New file.
10581
5e2fe5b8
AF
105822002-10-18 Adam Fedor <fedor@gnu.org>
10583
10584 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10585 * gdb.base/help.exp: Likewise.
10586
abe1a5d0
KB
105872002-10-17 Kevin Buettner <kevinb@redhat.com>
10588
10589 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10590 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10591
10abb1d4
JB
105922002-10-02 Jim Blandy <jimb@redhat.com>
10593
10594 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10595
1f609b42
AC
105962002-10-01 Andrew Cagney <ac131313@redhat.com>
10597
10598 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10599 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10600 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10601 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10602 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10603 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10604 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10605
0aee02e4
AC
106062002-09-29 Andrew Cagney <ac131313@redhat.com>
10607
10608 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10609 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10610 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10611 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10612 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10613 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10614 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 10615
6fde09ad
KB
106162002-09-27 Kevin Buettner <kevinb@redhat.com>
10617
10618 * gdb.base/annota1.exp (info break): Make directory components of
10619 path optional since not all compilers emit this debug information.
10620
10621 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10622 step ends up stepping out of the function instead of stopping on
10623 the epilogue.
10624
9e8aab75
KS
106252002-09-26 Keith Seitz <keiths@redhat.com>
10626
10627 * lib/insight-support.exp (gdbtk_start): Figure out where
10628 the insight executable is based on where gdb is. Use this
10629 executable to start insight instead of gdb.
10630
e36180d7
AC
106312002-09-25 Andrew Cagney <cagney@redhat.com>
10632
10633 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10634
9dd34b2b
AC
106352002-09-24 Andrew Cagney <ac131313@redhat.com>
10636
10637 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10638 test_isolated_complaints.
10639 (test_empty_complaint): New function.
10640 (test_empty_complaints): New function. Check no output when no
10641 complaints.
d63a86f8 10642
dea97812
KB
106432002-09-19 Jim Blandy <jimb@redhat.com>
10644
a9c64011 10645 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 10646
54951bd7
AC
106472002-09-19 Andrew Cagney <ac131313@redhat.com>
10648
10649 * gdb.gdb/complaints.exp: New file.
10650
dec43320
AC
106512002-09-18 Andrew Cagney <ac131313@redhat.com>
10652
10653 * gdb.base/maint.exp: Check `help maint internal-warning'.
10654
e70d6e3f
DC
106552002-09-18 David Carlton <carlton@math.stanford.edu>
10656
10657 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10658 numbers, and replace them by a single breakpoint after the
10659 constructors are all finished.
10660 Add test 4.
10661 * gdb.c++/m-static.cc: Add test 4.
10662 * gdb.c++/m-static.h: New file.
10663 * gdb.c++/m-static1.cc: New file.
10664
10665 * gdb.c++/printmethod.exp: New file.
10666 * gdb.c++/printmethod.cc: New file.
10667
10668 * gdb.c++/pr-574.exp: New file.
10669 * gdb.c++/pr-574.cc: New file.
10670
afb5c968
CV
106712002-09-18 Corinna Vinschen <vinschen@redhat.com>
10672
10673 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10674 embedded targets which never actually exit.
10675
31e45dee
FN
106762002-09-18 Fernando Nasser <fnasser@redhat.com>
10677
10678 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10679 "don't step after run" as unresolved or unsupported, instead of xfail.
10680
a283c5a1
CV
106812002-09-18 Corinna Vinschen <vinschen@redhat.com>
10682
10683 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10684 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10685 Add newline to expected string in "step out of main (status wrapper)"
10686 case.
10687
11350d2a
CV
106882002-09-18 Corinna Vinschen <vinschen@redhat.com>
10689
10690 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10691 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10692
0deec7d6
TT
106932002-09-17 Tom Tromey <tromey@redhat.com>
10694
10695 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10696 \000, not \0, in double-quoted string.
10697
b2b4a1b5
CV
106982002-09-14 Corinna Vinschen <vinschen@redhat.com>
10699
c9d37158 10700 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10701 string after running the commands execution on breakpoint tests.
10702
1c56143a
CV
107032002-09-13 Corinna Vinschen <vinschen@redhat.com>
10704
10705 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10706
37f8da45
JB
107072002-09-12 Joel Brobecker <brobecker@gnat.com>
10708
10709 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10710
08b468e0
KS
107112002-09-10 Keith Seitz <keiths@redhat.com>
10712
10713 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10714 runto proc.
10715 (mi_run_to_main): Use mi_runto.
10716 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10717
dc360f58
KS
107182002-09-10 Keith Seitz <keiths@redhat.com>
10719
10720 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10721 regexp for stopping at main. Could have multiple event notifications.
10722 Don't assume that main was declared with no parameters.
10723 (mi_next): Use mi_step_to.
10724 (mi_step): Use mi_next_to.
10725
ce3abcfb
CV
107262002-09-09 Corinna Vinschen <vinschen@redhat.com>
10727
10728 * gdb.base/default.exp: Fix expected string in `info float' test.
10729
d1f5b980
BE
107302002-09-09 Ben Elliston <bje@redhat.com>
10731
10732 * config/mips.exp: Update comments.
10733 * config/mips-idt.exp: Likewise.
10734 * config/nind.exp: Likewise.
10735 * config/slite.exp: Likewise.
10736 * config/sparclet.exp: Likewise.
10737 * config/udi.exp: Likewise.
10738 * config/vx.exp: Likewise.
10739 * config/vxworks29k.exp: Likewise.
10740
2f71430b
JB
107412002-09-05 Jim Blandy <jimb@redhat.com>
10742
10743 * gdb.threads/killed.exp: Fix test failure message.
10744
7ddebc7e
KS
107452002-09-04 Keith Seitz <keiths@redhat.com>
10746
10747 * lib/mi-support.exp: Update copyright.
10748 (mi_gdb_test): Increase the priority of the expected pattern
10749 so that it matches gdb_test.
10750
0ae67eb3
KS
107512002-09-03 Keith Seitz <keiths@redhat.com>
10752
10753 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10754 Use integer comparison instead of string comparison for testing
10755 whether binary was built.
10756
38fc42c8
JB
107572002-09-03 Jim Blandy <jimb@redhat.com>
10758
10759 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10760
b6ff0e81
JB
107612002-08-29 Jim Blandy <jimb@redhat.com>
10762
10763 * gdb.threads/pthreads.exp: Move the portable thread compilation
10764 code into a function in lib/gdb.exp, and call that from here.
10765 * lib/gdb.exp (gdb_compile_pthreads): New function.
10766
07c98896
KS
107672002-08-29 Keith Seitz <keiths@redhat.com>
10768
10769 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10770 expect_out so that callers can get at it.
10771
0312286c
DJ
107722002-08-23 Daniel Jacobowitz <drow@mvista.com>
10773
10774 * gdb.threads/print-threads.c: New file.
10775 * gdb.threads/print-threads.exp: New file.
10776 * gdb.threads/schedlock.c: New file.
10777 * gdb.threads/schedlock.exp: New file.
10778
dd039bc4
EZ
107792002-08-22 Elena Zannoni <ezannoni@redhat.com>
10780
a9c64011
AS
10781 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10782 not altivec.c.
dd039bc4 10783
1f36144c
MK
107842002-08-17 Mark Kettenis <kettenis@gnu.org>
10785
10786 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10787 targets. The problem should be fixed now.
10788
16057ec7 107892002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10790
10791 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10792 2002-07-24 change that removes final dots from error messages.
10793
3c1499ad
TT
107942002-08-13 Tom Tromey <tromey@redhat.com>
10795
10796 * gdb.base/readline.exp: New file.
10797
a20ce2c3
AC
107982002-08-01 Andrew Cagney <ac131313@redhat.com>
10799
10800 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10801 supress message.
10802
db034ac5
AC
108032002-08-01 Andrew Cagney <cagney@redhat.com>
10804
10805 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10806 CHILL_FOR_TARGET and CHILL_LIB.
10807 * configure.in (configdirs): Remove gdb.chill.
10808 * configure: Regenerate.
10809 * lib/gdb.exp: Obsolete references to chill.
10810 * gdb.fortran/types.exp: Ditto.
10811 * gdb.fortran/exprs.exp: Ditto.
10812
3e000b18
KB
108132002-07-30 Kevin Buettner <kevinb@redhat.com>
10814
10815 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10816 set Irix-specific compile and link flags.
10817
28f4966b
KB
108182002-07-29 Kevin Buettner <kevinb@redhat.com>
10819
10820 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10821 source files. The ``-o'' option doesn't work with the ``-E'' option
10822 when using the Irix compiler.
10823
46c0d5a6
DJ
108242002-07-19 Daniel Jacobowitz <drow@mvista.com>
10825
10826 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10827 Improve support for reusing an exec file. Copy exec file
10828 to target, and run gdbserver on the target instead of on the host.
10829
eecf4bed
JB
108302002-07-18 Jim Blandy <jimb@redhat.com>
10831
0f815cdf
JB
10832 * gdb.base/ending-run.exp: Don't expect to see the program end in
10833 some orderly fashion when we're running on a real stand-alone
10834 board.
10835
eecf4bed
JB
10836 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10837 targets that don't support interrupts.
10838
52d309e4
JB
108392002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10840
10841 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10842 systems.
10843 Move comments in expect statements to inside the actions, so that they
10844 don't get matched against.
10845
ff683d9e
MK
108462002-07-10 Mark Kettenis <kettenis@gnu.org>
10847
10848 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10849 function when asleep" test.
10850
b5356753
AC
108512002-07-10 Andrew Cagney <ac131313@redhat.com>
10852
10853 * gdb.base/page.exp: Rewrite to handle problems with very long
10854 `info set' output. Update copyright.
10855
6aa4d13a
AC
108562002-06-26 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10859 gdb.threads-hp.
10860 * gdb.hp/configure: Regenerate.
10861 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10862 * gdb.hp/gdb.threads-hp/configure: Delete file.
10863 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10864
8cf8c2b8
AC
108652002-06-22 Andrew Cagney <ac131313@redhat.com>
10866
10867 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10868 setlocale, bindtextdomain and textdomain.
10869
6827a8f8
JB
108702002-06-11 Jim Blandy <jimb@redhat.com>
10871
919d772c
JB
10872 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10873 preprocessor macro information is present.
10874
6827a8f8
JB
10875 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10876 tests.
10877
c15b0d21
MS
108782002-06-06 Michael Snyder <msnyder@redhat.com>
10879
c5984d70
MS
10880 * gdb.base/overlays.exp: Record addresses of overlay
10881 functions in TCL variables rather than in GDB variables,
10882 to avoid having GDB convert them to pointers (with loss
10883 of information).
10884
d63a86f8 10885 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 10886 default linker script changes.
c15b0d21
MS
10887 * gdb.base/long_long.exp: Add check for sizeof (long double).
10888
be26fe0d
ML
108892002-06-06 Michal Ludvig <mludvig@suse.cz>
10890
10891 * gdb.asm/asm-source.exp: Add x86-64 target.
10892 * gdb.asm/x86_64.inc: New.
d63a86f8 10893
258093ca 108942002-05-30 Michael Chastain <mec@shout.net>
258093ca 10895
4b3153f1 10896 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
10897 * gdb.c++/m-static.cc: New file.
10898 * gdb.c++/m-static.exp: New file.
10899
241264c6
MS
109002002-05-28 Michael Snyder <msnyder@redhat.com>
10901
10902 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10903 precision.
10904
9bba8c8f 109052002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 10906
4b3153f1 10907 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
10908 * gdb.c++/m-data.cc: New file.
10909 * gdb.c++/m-data.exp: New file.
10910
109112002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 10912
4b3153f1 10913 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 10914 * gdb.c++/try_catch.cc: New file.
d63a86f8 10915 * gdb.c++/try_catch.exp: New file.
9bba8c8f 10916
def1b996
MC
109172002-05-27 Michael Chastain <mec@shout.net>
10918
10919 * gdb.c++/local.exp: Accept more nested types in output.
10920
522ba268
MC
109212002-05-26 Michael Chastain <mec@shout.net>
10922
10923 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10924
277254ba
MS
109252002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10926
10927 * lib/gdb.exp (gdb_wrapper_init): Just because
10928 gdb_wrapper_file exists, this does not mean that the file
10929 should not be rebuilt. That is what gdb_wrapper_initialized
10930 is for.
10931 (default_gdb_init): Reset gdb_wrapper_initialized.
10932
b61a8733
MS
109332002-05-23 Michael Snyder <msnyder@redhat.com>
10934
d63a86f8 10935 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
10936 the precision of the floating point test results.
10937 * gdb.base/call-rt-st.exp: Ditto.
10938
b61a8733
MS
10939 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10940 * gdb.base/call-rt-st.exp: Ditto.
10941
56f6e910
MC
109422002-05-19 Michael Chastain <mec@shout.net>
10943
10944 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10945
ad0b0016
EZ
109462002-05-19 Elena Zannoni <ezannoni@redhat.com>
10947
a9c64011
AS
10948 * configure.in (configdirs): Add gdb.arch.
10949 * configure: Regenerate.
ad0b0016 10950
f617d2b6
JB
109512002-05-17 Jim Blandy <jimb@redhat.com>
10952
10953 * gdb.base/completion.exp: Recognize the more detailed error
10954 messages produced by the macro expander's lexical analyzer.
10955
eac2a696
EZ
109562002-05-14 Elena Zannoni <ezannoni@redhat.com>
10957
a9c64011
AS
10958 * gdb.arch/altivec-abi.c: New file.
10959 * gdb.arch/altivec-abi.exp: New file.
10960 * gdb.arch/altivec-regs.c: New file.
10961 * gdb.arch/altivec-regs.exp: New file.
eac2a696 10962
2fdde8f8
DJ
109632002-05-14 Daniel Jacobowitz <drow@mvista.com>
10964
10965 * gdb.base/maint.exp (maint print type): Update for new type
10966 structure.
d63a86f8 10967
e31f1a7c
EZ
109682002-05-14 Elena Zannoni <ezannoni@redhat.com>
10969
10970 * gdb.arch: New directory.
10971 * gdb.arch/configure.in: New file.
10972 * gdb.arch/configure: New file.
10973 * gdb.arch/Makefile.in: New file.
10974
db589741
CV
109752002-05-13 Corinna Vinschen <vinschen@redhat.com>
10976
10977 * gdb.asm/asm-source.exp: Add v850 as supported target.
10978 * gdb.asm/v850.inc: New file.
10979
8ce2a7dc
DJ
109802002-05-13 Daniel Jacobowitz <drow@mvista.com>
10981
10982 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10983
df763c7f
DJ
109842002-05-12 Daniel Jacobowitz <drow@mvista.com>
10985
10986 * gdb.base/break.exp: Check 'break "marker2"'.
10987
377daeed
MS
109882002-05-10 Michael Snyder <msnyder@redhat.com>
10989
10990 * gdb.base/long_long.exp: Fix typo.
10991
c4b7bc2b
JB
109922002-05-10 Jim Blandy <jimb@redhat.com>
10993
ecac9a4e
JB
10994 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10995 a bug.
10996
c4b7bc2b
JB
10997 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10998 Recognize more detailed error message produced by the macro
10999 expander's lexical analyzer.
11000 * lib/gdb.exp (test_print_reject): Same.
11001
e71019a1
MK
110022002-05-09 Mark Kettenis <kettenis@gnu.org>
11003
11004 * gdb.c++/method.exp: Fix typo.
11005
fedfc8e6
MS
110062002-05-08 Michael Snyder <msnyder@redhat.com>
11007
166a1957
MS
11008 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
11009 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 11010 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
11011 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
11012 Add iftarget clause for strongarm.
d63a86f8 11013
f1c47eb2
MS
110142002-05-06 Michael Snyder <msnyder@redhat.com>
11015
cb9a9d3e
MS
11016 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
11017 (gdb_continue_to_end): Accept output from status wrapper.
11018 * gdb.base/ending-run.exp: Add case for output from status wrapper.
11019 Clean up fail messages to match pass messages.
11020
f1c47eb2
MS
11021 Enable the "needs_status_wrapper" testsuite feature.
11022 * lib/gdb.exp (gdb_wrapper_init): New procedure.
11023 (gdb_compile): Conditionally call gdb_wrapper_init.
11024 * gdb.base/a2-run.exp: Recognize output from status wrapper.
11025 * gdb.c++/method.exp: Recognize output from status wrapper.
11026
6079c749
BE
110272002-05-06 Ben Elliston <bje@redhat.com>
11028From Graydon Hoare <graydon@redhat.com>
11029
11030 * config/sid.exp: Include support for "rawsid" protocol.
11031
188baff3
JB
110322002-05-03 Jim Blandy <jimb@redhat.com>
11033
11034 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
11035 * gdb.c++/hang3.C: New file.
11036
b9c07f0f
AC
110372002-05-04 Andrew Cagney <ac131313@redhat.com>
11038
11039 * gdb.base/default.exp: Remove obsolete code.
11040 * gdb.c++/misc.exp: Ditto. Update copyright.
11041 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
11042 * gdb.base/whatis.exp: Ditto. Update copyright.
11043 * gdb.base/scope.exp: Ditto. Update copyright.
11044 * gdb.base/ptype.exp: Ditto. Update copyright.
11045 * gdb.base/printcmds.exp: Ditto. Update copyright.
11046 * gdb.base/opaque.exp: Ditto. Update copyright.
11047 * gdb.base/list.exp: Ditto.
11048 * gdb.base/funcargs.exp: Ditto. Update copyright.
11049 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
11050 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
11051 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
11052 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
11053 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
11054 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
11055
5c7a0397
MS
110562002-05-02 Michael Snyder <msnyder@redhat.com>
11057
d6dcc264 11058 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
11059 * gdb.base/long_long.exp: Add xscale target.
11060 * gdb.base/default.exp: Add xscale target.
11061
eb7f1c48
JB
110622002-05-01 Jim Blandy <jimb@redhat.com>
11063
11064 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
11065 gdb.c++/hang.exp: New test.
11066
a6befae8
FF
110672002-05-01 Fred Fish <fnf@redhat.com>
11068
11069 * gdb.base/completion.exp: Handle completions of "./Make" for
11070 more than one completion possibility, as is the case when we
11071 build and test in the source tree.
11072
0a310277
AG
110732002-04-29 Anthony Green <green@redhat.com>
11074
11075 * gdb.java/jmisc1.exp: New file.
11076 * gdb.java/jmisc2.exp: New file.
11077
6ff9af88
DJ
110782002-04-24 Daniel Jacobowitz <drow@mvista.com>
11079
11080 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
11081
96b3d632
EZ
110822002-04-23 Elena Zannoni <ezannoni@redhat.com>
11083
11084 * gdb.base/help.exp: Change 'help status' to allow for target
11085 dependent output differences.
11086
5019bb54
MC
110872002-04-22 Michael Chastain <mec@shout.net>
11088
11089 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
11090
a805a116
MC
110912002-04-22 Michael Chastain <mec@shout.net>
11092
11093 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
11094
a1706bfd
DM
110952002-04-17 David S. Miller <davem@redhat.com>
11096
11097 * gdb.asm/sparc64.inc: New file.
11098 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
11099
a73a20a2
EZ
111002002-04-19 Elena Zannoni <ezannoni@redhat.com>
11101
11102 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
11103 instruction file directly into the build tree. Clean up at end of
11104 test.
11105
ba678339
DM
111062002-04-18 David S. Miller <davem@redhat.com>
11107
11108 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
11109 handle 64-bit platforms correctly.
11110 * gdb.base/maint.exp: Likewise.
11111
b03399da
KB
111122002-04-18 Kevin Buettner <kevinb@redhat.com>
11113
11114 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
11115 ``-fpic'' when compiling files comprising a shared library, but
11116 it does need additional linker flags in order to find shared
11117 libraries at run time.
11118
e2004992
KB
111192002-04-18 Kevin Buettner <kevinb@redhat.com>
11120
11121 * gdb.base/cvexpr.c (use): New function.
11122 (main): Invoke use() on all global variables to prevent
11123 some linkers from deleting these otherwise unused symbols.
11124
d8937120
MC
111252002-04-17 Michael Chastain <mec@shout.net>
11126From David S. Miller <davem@redhat.com>
11127
11128 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
11129 handle 64-bit platforms correctly.
11130
ffd61a58
MS
111312002-04-12 Michael Snyder <msnyder@redhat.com>
11132From Jim Blandy <jimb@redhat.com>
a9c64011 11133 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
11134 script can handle this instead.
11135 * gdb.base/bar.c (barx): Same.
11136 * gdb.base/baz.c (bazx): Same.
11137 * gdb.base/grbx.c (grbxx): Same.
11138
11139 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
11140 manager doesn't automatically unmap overlays unnecessarily.
11141
6b8426a6
MH
111422002-04-10 Martin M. Hunt <hunt@redhat.com>
11143
11144 * gdb.base/ending-run.exp: Fix pattern for Mips targets
11145 stepping out of main.
11146
34af4875
MC
111472002-04-09 Michael Chastain <mec@shout.net>
11148
11149 * gdb.c++/local.cc (main): Move call to marker1() inside nested
11150 scope so that the nested scope tests will make sense.
11151 * gdb.c++/local.exp: Write patterns that actually work with gcc
11152 (the HP patterns "were never known to work with gcc").
11153 Keep the old aCC patterns too.
11154
2d1676a0
DJ
111552002-04-09 Daniel Jacobowitz <drow@mvista.com>
11156
11157 * gdb.base/attach.exp: Correct target board test.
11158
3a63e3f9
MC
111592002-04-08 Michael Chastain <mec@shout.net>
11160
11161 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
11162 in a const method. Add some xfail and fail cases for configurations
11163 that do not emit the "const ...".
11164
f18dabd2
MC
111652002-04-07 Michael Chastain <mec@shout.net>
11166
11167 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
11168 Accept "A * const" and "const A * const" as type of "this".
11169 Fix spelling of getFunky throughout. Make messages uniform.
11170
0fcddd82
EZ
111712002-04-07 Elena Zannoni <ezannoni@redhat.com>
11172
a9c64011 11173 Work around for PR gdb/285:
0fcddd82
EZ
11174 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
11175
16a8534a
EZ
111762002-04-07 Elena Zannoni <ezannoni@redhat.com>
11177
11178 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
11179 instructions file at run time instead of configure time.
11180 Sometimes we run the test in a directory that is not the one we
11181 configured in.
11182 * gdb.asm/configure.in: Delete creation of symlink.
11183 * gdb.asm/configure: Regenerate.
11184
24181d81
JB
111852002-04-05 J. Brobecker <brobecker@gnat.com>
11186
11187 * gdb.gdb/xfullpath.exp: New test, to exercise the new
11188 xfullpath () function.
11189
7cdb7107
DJ
111902002-04-04 Daniel Jacobowitz <drow@mvista.com>
11191
11192 * gdb.asm/Makefile.in: Correct dependencies.
11193
11194 * gdb.asm/powerpc.inc: New file.
11195 * gdb.asm/asm-source.exp: Add PowerPC.
11196 * gdb.asm/configure.in: Likewise.
11197 * gdb.asm/configure: Regenerated.
11198
a7d17088
DJ
111992002-04-04 Daniel Jacobowitz <drow@mvista.com>
11200
11201 * gdb.base/relocate.exp: New file.
11202 * gdb.base/relocate.c: New file.
11203
cd721503
FF
112042002-04-04 Fred Fish <fnf@redhat.com>
11205
11206 * gdb.base/step-test.exp: Update comment regarding stopping in
11207 memcpy/bcopy calls inserted as part of the compiler runtime.
11208
b22ad7a7
MS
112092002-04-04 Michael Snyder <msnyder@redhat.com>
11210
11211 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
11212
5f279fa6
DJ
112132002-04-03 Daniel Jacobowitz <drow@mvista.com>
11214
11215 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
11216 (gdb_expect): Remove $notransfer hack.
11217
dd0fd3ce
DJ
112182002-04-02 Daniel Jacobowitz <drow@mvista.com>
11219
11220 * gdb.c++/classes.exp ("calling method for small class"): Match
11221 updated register output.
11222
1e50cda1
DJ
112232002-03-30 Daniel Jacobowitz <drow@mvista.com>
11224
11225 Fix PR gdb/452
11226 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
11227 when finished. Make gdb_file_cmd send "exec-file" when
11228 appropriate.
11229
24015922
DJ
112302002-03-30 Daniel Jacobowitz <drow@mvista.com>
11231
11232 * gdb.base/attach.exp: Remove extra setup_xfail.
11233
dd7dfd64
MS
112342002-03-26 Michael Snyder <msnyder@redhat.com>
11235
11236 * gdb.base/default.exp: Add tests for dump, append, and restore.
11237 * gdb.base/help.exp: Add tests for dump, append, and restore.
11238 * gdb.base/dump.exp: New file, test dump, append and restore.
11239 * gdb.base/dump.c: New file.
11240
48b2f8d7
MS
112412002-03-27 Michael Snyder <msnyder@redhat.com>
11242
d63a86f8 11243 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
11244 clean-ups in help messages.
11245
05b4d525
FF
112462002-03-26 Fred Fish <fnf@redhat.com>
11247
11248 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
11249 have debugging info for those functions and the compiler uses them
11250 internally to copy structs around.
11251
d7679631
FF
112522002-03-26 Fred Fish <fnf@redhat.com>
11253
11254 * gdb.base/list.exp: Revert the change made yesterday and add note
11255 about why we don't list the default lines for remote targets.
11256
523ac3f9
MS
112572002-03-25 Michael Snyder <msnyder@redhat.com>
11258
11259 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
11260
754b2b8d
FF
112612002-03-25 Fred Fish <fnf@redhat.com>
11262
11263 * gdb.base/list.exp: This test works on remote targets so remove
11264 the short circuit for remote targets. Update copyright.
11265
33c3e192
FF
112662002-03-25 Fred Fish <fnf@redhat.com>
11267
11268 * gdb.base/attach.exp: Fix logic error that was suppressing this
11269 test for all non hppa*-*-hpux* targets, instead of the hp target.
11270 Move comments closer to the suppression point. Also now need to
11271 check that we are running natively.
11272
d43e73ee
MS
112732002-03-22 Michael Snyder <msnyder@redhat.com>
11274
882c8f02
MS
11275 * gdb.base/default.exp: Add test for gcore. Update copyright.
11276 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 11277
04c12f60
FF
112782002-03-06 Fred Fish <fnf@redhat.com>
11279
11280 * gdb.base/funcargs.c: Remove extraneous ';' character.
11281 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
11282
b43df995
MC
112832002-03-04 Michael Chastain <mec@shout.net>
11284
11285 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
11286 accommodate gcc v3 function signature.
11287 * gdb.mi/mi0-var-cmd-exp: Ditto.
11288
92362027
AC
112892002-02-24 Andrew Cagney <ac131313@redhat.com>
11290
11291 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
11292 ``GNU/Linux'' or ``Linux kernel''
11293 * testsuite/gdb.threads/pthreads.c: Ditto.
11294
258ad32d
MC
112952002-02-24 Michael Chastain <mec@shout.net>
11296
11297 * gdb.threads/pthreads.c (thread1): Add a return statement.
11298 (thread2): Likewise.
11299 (foo): Likewise.
11300
04c3b3d4
MC
113012002-02-23 Michael Chastain <mec@shout.net>
11302
11303 * gdb.threads/linux-dp.c (philosopher): Add a return statement
11304 to placate gcc.
11305
5a2a0a20
MC
113062002-02-23 Michael Chastain <mec@shout.net>
11307
11308 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
11309 test "ptype bint". The test passes on all my stabs configurations.
11310
a640f7fc
JB
113112002-02-21 Jim Blandy <jimb@redhat.com>
11312
27924826
JB
11313 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
11314 filename at a time, and watch for the ones we want to see.
11315
a640f7fc
JB
11316 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
11317 types of pointers to prototyped functions.
11318
edcc8c75
AC
113192002-02-20 Andrew Cagney <ac131313@redhat.com>
11320
11321 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
11322 signed, unsigned and straight char.
11323 (padding_char, padding_short, padding_int, padding_long,
11324 padding_long_long, padding_float, padding_double,
11325 padding_long_double): New global variables.
11326 (fill, fill_structs): New functions.
11327
11328 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
11329 for correctly sized writes. Update copyright.
11330 (get_valueof): New procedure.
11331 (get_sizeof): Call get_valueof.
11332 (check_valueof): New procedure.
11333 (check_padding): New procedure.
11334
ac57ea44
MC
113352002-02-20 Michael Chastain <mec@shout.net>
11336
11337 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
11338 to setup_xfail. Document some of the remaining calls.
11339
7a10c941
MC
113402002-02-18 Michael Chastain <mec@shout.net>
11341
11342 * gdb.c++/userdef.exp: Update copyright year.
11343
fb8acdcc
DJ
113442002-02-18 Daniel Jacobowitz <drow@mvista.com>
11345
11346 * gdb.c++/userdef.exp: Test overloaded operators properly.
11347 Remove xfails.
11348
fda6ae12
MS
113492002-02-14 Michael Snyder <msnyder@redhat.com>
11350
11351 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
11352
676a0442
DJ
113532002-02-14 Daniel Jacobowitz <drow@mvista.com>
11354
11355 * gdb.base/a2-run.exp: Check for a remote target properly.
11356 * gdb.base/annota1.exp: Likewise.
11357 * gdb.base/list.exp: Likewise.
11358 * gdb.base/reread.exp: Likewise.
11359 * gdb.base/scope.exp: Likewise.
11360 * gdb.base/shlib-call.exp: Likewise.
11361 * gdb.base/term.exp: Likewise.
11362 * gdb.c++/annota2.exp: Likewise.
11363
78b4f468
RE
113642002-02-13 Richard Earnshaw <rearnsha@arm.com>
11365
11366 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
11367
9a81ba51
MC
113682002-02-10 Michael Chastain <mec@shout.net>
11369
11370 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
11371 (call_after_alloca): Ditto.
11372
004af6c7
DJ
113732002-02-10 Daniel Jacobowitz <drow@mvista.com>
11374
11375 * gdb.base/ending-run.exp: Guard "cont" test with
11376 gdb_skip_stdio_test.
11377
37225f62
JB
113782002-02-06 Jim Blandy <jimb@redhat.com>
11379
11380 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
11381 from here...
11382 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
11383 To here. Disable this test on non-HP platforms. Add big comment.
11384
fe6fdd96
MS
113852002-02-04 Michael Snyder <msnyder@redhat.com>
11386
11387 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
11388 other than d10v and m32r.
11389
036fad3f
RE
113902002-02-02 Richard Earnshaw <rearnsha@arm.com>
11391
11392 * gdb.base/default.exp: Rewrite test patterns to reduce time
11393 taken to match them.
11394
7148ab62
DJ
113952002-01-30 Daniel Jacobowitz <drow@mvista.com>
11396
11397 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
11398 Allow a start function above main.
11399 * gdb.threads/linux-dp.exp: Fix copyright date.
11400
396cc255
DJ
114012002-01-30 Daniel Jacobowitz <drow@mvista.com>
11402
a9c64011
AS
11403 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
11404 (check_philosopher_stack): Check for manager thread before checking
11405 for a just-starting thread.
396cc255 11406
f038d31b
DJ
114072002-01-30 Daniel Jacobowitz <drow@mvista.com>
11408
11409 From Neil Booth <neil@daikokuya.demon.co.uk>:
11410 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
11411 warnings.
11412
b3ff9d9a
FF
114132002-01-21 Fred Fish <fnf@redhat.com>
11414
11415 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
11416 not caller.
11417
39ad761d
JB
114182002-01-21 Jim Blandy <jimb@redhat.com>
11419
11420 * gdb.base/reread.exp: Check that GDB properly re-reads the
11421 executable file when it changes while no inferior is running.
11422
aaf320fa
FF
114232002-01-21 Fred Fish <fnf@redhat.com>
11424
a9c64011
AS
11425 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
11426 optionally accept the "shlib events" variation.
aaf320fa 11427
808a31f5
JB
114282002-01-21 Jim Blandy <jimb@redhat.com>
11429
11430 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
11431 call `fflush' after every `printf', so that the output is produced
11432 at predictable points, regardless of whatever buffering does (or
11433 doesn't) take place.
11434 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
11435 at different points.
11436
4420d5e2
DJ
114372002-01-20 Daniel Jacobowitz <drow@mvista.com>
11438
11439 * gdb.c++/inherit.exp: Update copyright years.
11440 * gdb.c++/method.exp: Likewise.
11441
3e36a0f4
DJ
114422002-01-20 Daniel Jacobowitz <drow@mvista.com>
11443
11444 * gdb.c++/classes.exp: Update for improved v3 support and skipping
11445 artificial methods/arguments.
11446 * gdb.c++/derivation.exp: Likewise.
11447 * gdb.c++/inherit.exp: Likewise.
11448 * gdb.c++/method.exp: Likewise.
11449 * gdb.c++/virtfunc.exp: Likewise.
11450
b4ceaee6
AC
114512002-01-18 Andrew Cagney <ac131313@redhat.com>
11452
11453 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
11454 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
11455 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
11456 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
11457 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
11458 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
11459
ecace851
JB
114602002-01-17 Jim Blandy <jimb@redhat.com>
11461
11462 * gdb.asm/asm-source.exp (info symbol): Take another shot at
11463 anchoring the pattern matching the entry point symbol's name.
11464
375fc983
AC
114652002-01-17 Andrew Cagney <ac131313@redhat.com>
11466
11467 * gdb.base/maint.exp: Update ``maint internal-error'' to match
11468 continue/quit query. Update copyright.
11469
fe6fdd96
MS
114702002-01-14 Michael Snyder <msnyder@redhat.com>
11471
11472 * gdb.base/gcore.exp: Remove extra debugging output.
11473
e017c81f
DJ
114742002-01-13 Daniel Jacobowitz <drow@mvista.com>
11475
11476 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
11477 for slightly dubious v2 mangled string.
11478
37ab3bf8
DJ
114792002-01-13 Daniel Jacobowitz <drow@mvista.com>
11480
11481 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
11482
1bc05c3a 114832002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 11484
1bc05c3a 11485 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 11486
1bc05c3a
JM
11487 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
11488 constructors.
11489 * gdb.c++/derivation.exp: Likewise.
11490 * gdb.c++/templates.exp: Likewise.
11491 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 11492
1bc05c3a
JM
114932002-01-10 Michael Snyder <msnyder@redhat.com>
11494
11495 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 11496
a911c360
MS
114972002-01-08 Michael Snyder <msnyder@redhat.com>
11498
11499 * gdb.base/gcore.exp: New test for generate-core-file command.
11500 * gdb.base/gcore.c: Testcase for above.
11501 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
11502
ea2119ec
JM
115032002-01-08 Jason Merrill <jason@redhat.com>
11504
11505 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
11506
68203136
FF
115072002-01-07 Fred Fish <fnf@redhat.com>
11508
11509 * gdb.c++/overload.exp: Remove unconditional xfails for:
11510 print foo_instance1.overloadargs(1)
11511 print foo_instance1.overloadargs(1, 2)
11512 print foo_instance1.overloadargs(1, 2, 3)
11513 print foo_instance1.overloadargs(1, 2, 3, 4)
11514 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
11515 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
11516 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
11517 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
11518 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11519 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11520 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11521 print foo_instance1.overload1arg()
11522 print foo_instance1.overload1arg((char)arg2)
11523 print foo_instance1.overload1arg((signed char)arg3)
11524 print foo_instance1.overload1arg((unsigned char)arg4)
11525 print foo_instance1.overload1arg((int)arg7)
11526 print foo_instance1.overload1arg((unsigned int)arg8)
11527 print foo_instance1.overload1arg((float)arg11)
11528 print foo_instance1.overload1arg((double)arg12)
d63a86f8 11529
21b9b5b1
MS
115302002-01-07 Michael Snyder <msnyder@redhat.com>
11531
11532 * gdb.base/huge.exp: New test. Print a very large target data object.
11533 (skip_huge_test): New test variable. Define if you want to skip this
11534 test. The test reads an 8 megabyte data object from the target, so it
11535 might be very time consuming on remote targets with a slow connection.
11536 * gdb.base/huge.c: New file. Test case for above.
11537
725f922e
FF
115382002-01-07 Fred Fish <fnf@redhat.com>
11539
11540 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11541 g_instance.bfoo, and g_instance.cfoo.
11542
634d57ec
JL
11543Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11544
f286b2c3
JL
11545 * gdb.base/break.c (multi_line_if_conditional): New function.
11546 (multi_ilne_while_conditional): Likewise.
11547 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11548 IF or WHILE condition puts the breakpoint at the start of
11549 the condition.
11550
634d57ec
JL
11551 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11552 hppa*-*-hpux* expected failure.
11553 * gdb.base/structs.exp (do_function_calls): Similarly.
11554
11555 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11556 watchpoints.
11557
9fbfe2dc
AC
115582002-01-06 Andrew Cagney <ac131313@redhat.com>
11559
11560 Fix PR gdb/66.
11561 * gdb.base/structs.exp: Replace skip for a29k with skip for
11562 gdb,cannot_call_functions.
11563 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11564 * gdb.base/callfuncs.exp: Ditto.
11565 * gdb.base/call-rt-st.exp: Ditto.
11566 * gdb.base/call-strs.exp: Ditto.
11567 * gdb.base/callfwmall.exp: Ditto.
11568 * gdb.base/scope.exp: Obsolete xfail a29k.
11569 * gdb.c++/misc.exp: Ditto.
11570 * gdb.c++/cplusfuncs.exp: Ditto.
11571 * gdb.base/ptype.exp: Ditto.
11572 * gdb.base/printcmds.exp: Ditto.
11573 * gdb.base/opaque.exp: Ditto.
11574 * gdb.base/list.exp: Ditto.
11575 * gdb.base/funcargs.exp: Ditto.
11576 * gdb.base/default.exp: Ditto.
11577
8ddad156
MS
115782002-01-04 Michael Snyder <msnyder@redhat.com>
11579
ca4976a6 11580 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
11581 * gdb.base/maint.exp: Add tests for maint info sections options.
11582
1b074332
JL
11583Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11584
11585 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11586
7d159115
CV
115872001-12-20 Corinna Vinschen <vinschen@redhat.com>
11588
11589 * gdb.asm/arm.inc: New file.
11590 * gdb.asm/asm-source.exp: Add arm targets.
11591 * gdb.asm/configure.in: Ditto.
11592 * gdb.asm/configure: Recreated from configure.in.
11593
8fb87725
JL
11594Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11595
afabe08c
JL
11596 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11597 with HP's compiler.
11598 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11599 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11600 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11601 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11602
11603 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11604 either HP's compilers or GCC.
11605
db521deb
JL
11606 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11607 a SIGBUS or SIGSEGV.
11608
11609 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11610
11611 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11612 can be compiled with either HP's compiler or GCC.
11613
cfa88ab7
JL
11614 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11615 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11616 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11617
ca344dff
JL
11618 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11619 to match current gdb output. Update due to using auto-solib-limit
11620 for limiting instead of overloading auto-solib-add.
11621 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11622 test program.
11623
3f3c6e55 11624 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
11625 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11626 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11627 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11628 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11629 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11630 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11631 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11632 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11633 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11634 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11635 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11636 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 11637
8fb87725
JL
11638 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11639 a SIGTRAP to the inferior.
11640
cf599fa7
CV
116412001-12-19 Corinna Vinschen <vinschen@redhat.com>
11642
11643 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11644 Substitute call to target_link by call to gdb_compile.
11645
2cd045cd
JL
11646Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11647
a9c64011
AS
11648 * gdb.base/break.exp: Fix HP specific search string when testing
11649 backtracing in a called function.
2cd045cd 11650
a9c64011
AS
11651 * gdb.base/constvars.exp: Only set lang to C++ if we're
11652 compiling the test with HP's compilers.
11653 * gdb.base/volatile.exp: Similarly.
2cd045cd 11654
99ebe9ac
JB
116552001-12-19 Jim Blandy <jimb@redhat.com>
11656
11657 * gdb.base/printcmds.exp: Expect the null character to be printed
11658 as '\0', and the '\013' to be printed as '\v'.
11659 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11660 * gdb.base/setvar.exp: Same.
11661
b9891b29
JB
116622001-12-17 Jim Blandy <jimb@redhat.com>
11663
0eba65ab
JB
11664 * gdb.base/completion.exp: Rather than completing very long
11665 filenames, which can make the readline library produce output we
11666 don't recognize, cd to the directory first, and then complete
11667 using nice, short relative paths.
11668
6970b5b1
JB
11669 * gdb.base/completion.exp: On some systems, there is, in fact, a
11670 variable named `b' in scope, since GDB treats all static
a9c64011
AS
11671 variables as being in scope. So use `no_var_named_this'
11672 instead of `b'.
6970b5b1 11673
b9891b29
JB
11674 * gdb.base/corefile.exp: Recognize the message saying that GDB
11675 can't find the core file's registers as a failure.
11676
e6ccd35f
JSC
116772001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11678
a9c64011
AS
11679 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11680 test expect string more specific.
e6ccd35f 11681
105ba819
CV
116822001-12-13 Corinna Vinschen <vinschen@redhat.com>
11683
11684 * gdb.asm/asm-source.exp: Add support for xstormy16.
11685 * gdb.asm/configure.in: Ditto.
11686 * gdb.asm/configure: Rebuild.
11687 * gdb.asm/xstormy16.inc: New file.
11688
e9e79dd9
FF
116892001-12-10 Fred Fish <fnf@redhat.com>
11690
11691 * gdb.base/maint.exp: Update to match changes in type dumping code.
11692
347dc97d
JB
116932001-12-10 Jim Blandy <jimb@redhat.com>
11694
11695 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11696 matching the entry point symbol's name at the beginning of the
11697 line.
11698
5178b9d6
DJ
116992001-12-07 Daniel Jacobowitz <drow@mvista.com>
11700
11701 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11702 gdb.c++/inherit.exp, gdb.c++/method.exp,
11703 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11704 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11705 and class layout support.
11706
af890c52
DJ
117072001-12-07 Daniel Jacobowitz <drow@mvista.com>
11708
11709 * gdb.c++/classes.exp: Add test for static member function.
11710 * gdb.c++/misc.cc: Add class with static member function.
11711
7a345fb3
JB
117122001-12-07 Jim Blandy <jimb@redhat.com>
11713
f2e54a80 11714 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11715 those tests as `unsupported'.
11716 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11717 Rewrite subsequent tests to use it.
11718
11719 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11720 those tests as `unsupported'.
11721 * gdb.base/structs.exp (call_struct_func): New function.
11722 (do_function_calls): Use call_struct_func to call the functions
11723 returning structs.
11724
0bc69509
JB
11725 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11726 whether functions are prototyped or not, so we can't possibly pass
11727 arguments to t_float_values2 properly.
11728
7a345fb3
JB
11729 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11730 value of `timeout' for targets other than the mips*tx39-*.
11731
edb6ede1
MS
117322001-12-06 Michael Snyder <msnyder@redhat.com>
11733
d63a86f8 11734 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11735 and detect whether the start symbol has a leading underscore.
11736
2d842f13
JB
117372001-12-04 Jim Blandy <jimb@redhat.com>
11738
11739 * gdb.base/completion.exp: Clarify indentation.
11740
68550daf
JB
117412001-12-03 Jim Blandy <jimb@redhat.com>
11742
11743 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11744 variables on the S/390, not `.word'.
11745
cd5195a8
JB
117462001-11-30 Jim Blandy <jimb@redhat.com>
11747
11748 Add assembly-source tests for s390-ibm-linux.
11749 * gdb.asm/s390.inc: New file.
11750 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11751 the S/390 architecture.
a9c64011 11752 * gdb.asm/configure: Regenerated.
cd5195a8 11753
ca9efc90
MS
117542001-11-30 Michael Snyder <msnyder@redhat.com>
11755
11756 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11757 next, info source, info sources, info line, global and static
11758 variables, and static functions.
11759 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11760 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11761 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11762 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11763 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11764 (gdbasm_leave): Restore frame pointer.
11765 (gdbasm_startup): Copy stack set-up from crt0.S.
11766
d0e66976
FN
117672001-11-26 Fernando Nasser <fnasser@redhat.com>
11768
11769 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11770 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11771 to a local (non-static) variable. Copy tstruct.a to a static buffer
11772 and return a pointer to that buffer.
11773 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11774
e2334072
MK
117752001-11-24 Mark Kettenis <kettenis@gnu.org>
11776
11777 * gdb.asm/configure.in: Fix recognition of ix86 target.
11778 * gdb.asm/configure: Regenerate.
11779
756caa3d
MS
117802001-11-21 Michael Snyder <msnyder@redhat.com>
11781
11782 * gdb.asm/sparc.inc: New file.
11783 * gdb.asm/asm-source.exp: Recognize sparc target.
11784 * gdb.asm/configure.in: Recognize sparc target.
11785 * gdb.asm/configure: Regenerate.
d63a86f8 11786
9a4d72d5
MS
117872001-11-21 Michael Snyder <msnyder@redhat.com>
11788
11789 * gdb.asm/m32r.inc: New file.
11790 * gdb.asm/asm-source.exp: Recognize m32r target.
11791 * gdb.asm/configure.in: Recognize m32r target.
11792 * gdb.asm/configure: Regenerate.
11793
a773d1cd
MS
117942001-11-20 Michael Snyder <msnyder@redhat.com>
11795
017ac23d
MS
11796 * gdb.asm/i386.inc: New file.
11797 * gdb.asm/asm-source.exp: Recognize ix86 target.
11798 * gdb.asm/configure.in: Recognize ix86 target.
11799 * gdb.asm/configure: Regenerate.
11800
a773d1cd
MS
11801 * gdb.c++/namespace.exp: Fix quotes in output messages.
11802
bb632afb
MS
118032001-11-14 Michael Snyder <msnyder@redhat.com>
11804
25d559ca 11805 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11806 qualifier in a type cast expression, to designate an address
11807 in the instruction space (Harvard architecture).
11808
4749e309
MS
118092001-11-13 Michael Snyder <msnyder@redhat.com>
11810
11811 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11812 Tests for expressions using 'const' and 'volatile'.
11813
25050984
CV
118142001-11-13 Corinna Vinschen <vinschen@redhat.com>
11815
11816 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11817
1902c51f
DJ
118182001-11-12 Daniel Jacobowitz <drow@mvista.com>
11819
11820 * lib/mi-support.exp (mi_run_to_helper): Move comments
11821 outside of gdb_expect.
11822
dcf95b47
DJ
118232001-11-11 Daniel Jacobowitz <drow@mvista.com>
11824
11825 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11826 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11827 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11828 mi0_run_to): New functions.
11829 * gdb.mi/mi-simplerun.exp: Use them.
11830 * gdb.mi/mi0-simplerun.exp: Likewise.
11831 * gdb.mi/mi-var-cmd.exp: Likewise.
11832 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11833
45b074e1
AC
118342001-11-10 Andrew Cagney <ac131313@redhat.com>
11835
11836 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11837 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11838
bf50d346
AC
118392001-11-09 Andrew Cagney <ac131313@redhat.com>
11840
11841 * gdb.base/restore.exp: Include $expected value in restored test
11842 message.
11843
9383332c
AC
118442001-11-09 Andrew Cagney <ac131313@redhat.com>
11845
11846 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11847 implemented.
11848
db62520a
MS
118492001-11-08 Michael Snyder <msnyder@redhat.com>
11850
11851 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11852 Add pass/fail message for stop at breakpoint in call dummy function.
11853
b5703437
MS
118542001-11-07 Michael Snyder <msnyder@redhat.com>
11855
d63a86f8
RM
11856 * gdb.c++/templates.exp (test_template_breakpoints):
11857 If we get an overload menu, but it does not match what
760f6330 11858 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11859 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11860 making the whitespace optional. Argument for "new" may be
11861 "unsigned" as well as "unsigned int/long".
d63a86f8 11862 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
11863 making the whitespace optional. Also replace "(void) with
11864 "((void|)), making the keyword "void" optional.
d63a86f8 11865 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
11866 making the whitespace optional. Also replace "(void) with
11867 "((void|)), making the keyword "void" optional.
3bf40917
MS
11868 * gdb.base/callfuncs.c (t_float_values): This function must
11869 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 11870 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
11871 can be tested against both cases. Usually one case involves
11872 promotion of float to double, while the other does not.
11873 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
11874 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11875 includes a stack frame for "start".
11876
c8ab4e6d
JB
118772001-11-05 Jim Blandy <jimb@redhat.com>
11878
11879 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11880 pointers are 32 bits long, and that offsets of relocs are always
11881 stored in the data (REL-style), and not in the reloc entry itself
11882 (RELA-style).
11883 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11884 stabs.
11885
3f08ced9
MS
118862001-11-01 Michael Snyder <msnyder@redhat.com>
11887
11888 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11889 and regular expression operators by using quoting.
11890
cbfa24cd
MS
118912001-10-31 Michael Snyder <msnyder@redhat.com>
11892
11893 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11894 depending on what the symbol table contains.
11895 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11896 the output of the ptype command. Similarly, accept both "const &"
11897 and "const&".
11898
aaa68313
CV
118992001-10-31 Corinna Vinschen <vinschen@redhat.com>
11900
11901 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11902 symbol `STORAGE' to allow to choose the storage class of
11903 the local datastructures.
11904 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11905 compiler directive.
11906
91740388
MS
119072001-10-30 Michael Snyder <msnyder@redhat.com>
11908
11909 * gdb.base/jump.exp: Allow it to run for all targets.
11910
1b7c05e7
CV
119112001-10-29 Corinna Vinschen <vinschen@redhat.com>
11912
11913 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11914 with new double_array size.
11915 (main): Change storage class of all local variables to static.
11916 Reduce size of double_array to 9.
11917 * gdb.base/call-ar-st.exp: Increase timeout value.
11918 Change expected output for double array to match new size in
11919 call-ar-st.c.
11920
36a22261
CV
119212001-10-29 Corinna Vinschen <vinschen@redhat.com>
11922
11923 * gdb.base/ending-run.exp: Create identical output when passing
11924 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 11925 Stormy16 target.
36a22261 11926
92b8ae91
MK
119272001-10-28 Mark Kettenis <kettenis@gnu.org>
11928
11929 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11930 that we catch the expected failure under Linux/x86.
11931
cb135b83
OF
119322001-10-29 Orjan Friberg <orjanf@axis.com>
11933
11934 * gdb.base/setvar.exp: Escape curly braces.
11935 * gdb.stabs/weird.exp: Ditto.
11936
6884aa54
DJ
119372001-10-27 Daniel Jacobowitz <drow@mvista.com>
11938
11939 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11940 * gdm.mi/mi0-hack-cli.exp: Likewise.
11941
0398c9aa
AC
119422001-10-25 Andrew Cagney <ac131313@redhat.com>
11943
11944 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11945 messages.
11946
d20bf2e8
AC
119472001-10-21 Andrew Cagney <ac131313@redhat.com>
11948
11949 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11950 checking MI enabled.
11951
03dd63aa
CV
119522001-10-09 Corinna Vinschen <vinschen@redhat.com>
11953
11954 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11955
1d9d99f3
FCE
119562001-10-04 Frank Ch. Eigler <fche@redhat.com>
11957
11958 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11959 if gdb child process crashes, just signal an error.
11960
838ae6c4
JB
119612001-10-02 Jim Blandy <jimb@redhat.com>
11962
11963 * lib/gdb.exp (test_xfail_format): Simplify.
11964
11965 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11966 front of the variable name `format'. Simplify `if'.
11967
8f0cbc1c
DJ
119682001-10-01 Daniel Jacobowitz <drow@mvista.com>
11969
11970 * gdb.threads/pthreads.exp: Wait for output and delay
11971 before sending ^C.
11972
1f08dafd
DJ
119732001-10-01 Daniel Jacobowitz <drow@mvista.com>
11974
11975 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11976 some incorrect output instead of timing out.
11977 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11978
674f90ff
CV
119792001-09-28 Corinna Vinschen <vinschen@redhat.com>
11980
11981 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11982 check to allow additional `int'.
11983
9b284272
DJ
119842001-09-27 Daniel Jacobowitz <drow@mvista.com>
11985
11986 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11987 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11988
b55a4771
MS
119892001-09-27 Michael Snyder <msnyder@redhat.com>
11990
11991 * lib/gdb.exp (test_debug_format): New proc.
11992 (setup_xfail_format): Use new proc test_debug_format.
11993 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11994 proc; use new service proc test_debug_format.
11995 Replace all other "gcc_compiled" tests with this test.
11996 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11997 proc; use new service proc test_debug_format.
11998 Replace all other "gcc_compiled" tests with this test.
11999
120002001-09-27 Michael Snyder <msnyder@redhat.com>
12001
12002 * gdb.base/cvexpr.exp: New file.
12003 * gdb.base/cvexpr.c: New file
12004 Test for expressions using const and volatile keywords.
12005
4e6667ac
CV
120062001-09-26 Corinna Vinschen <vinschen@redhat.com>
12007
12008 * gdb.base/constvars.exp: Check for different orders of keywords
12009 and additional "int" strings in output.
12010
4f337972
AC
120112001-09-22 Andrew Cagney <ac131313@redhat.com>
12012
12013 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
12014 responses from "help maint".
12015
2015650d
FCE
120162001-09-19 Frank Ch. Eigler <fche@redhat.com>
12017
12018 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
12019 to localhost:NNN instead of :NNN, in case Xvfb is listening
12020 only on TCP.
12021
f3bcedc1
CV
120222001-09-19 Corinna Vinschen <vinschen@redhat.com>
12023
12024 * gdb.base/recurse.exp: When checking leaving the watchpoint
12025 scope, recognize when gdb is in function's epilogue and pass.
12026
6b819c92
KS
120272001-09-18 Keith Seitz <keiths@redhat.com>
12028
12029 * lib/insight-support.exp (_gdbtk_export_target_info): Add
12030 support for running tests against sid targets.
12031 (gdbtk_done): Ditto.
12032
a10c9419
CV
120332001-09-18 Corinna Vinschen <vinschen@redhat.com>
12034
12035 * gdb.base/ending-run.c (main): Set stdout buffersize
12036 to the same reasonable value for any target.
12037 * gdb.base/ending-run.exp: Add a regular expression
12038 to make testsuite happy on Sanyo Stormy16 target.
12039
739d0d99
CV
120402001-09-17 Corinna Vinschen <vinschen@redhat.com>
12041
12042 * gdb.base/display.c (do_loops): Add float variable `f'.
12043 Increment f in loop.
12044 * gdb.base/display.exp: Increment timeout by 60 seconds.
12045 Change float display test to use variable `f'.
12046
1b8947f0
JB
120472001-09-17 Jim Blandy <jimb@redhat.com>
12048
12049 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
12050 overflowing the limited breakpoint tables on some ROM monitors
12051 (like the ROM68K).
12052
9890ac81
FCE
120532001-09-15 Frank Ch. Eigler <fche@redhat.com>
12054
12055 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
12056 the "-ac" (disable access control) flag.
12057
6db765ea
JH
120582001-08-30 Jeff Holcomb <jeffh@redhat.com>
12059
12060 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
12061 ints.
12062
4c32cc04
KS
120632001-08-30 Keith Seitz <keiths@redhat.com>
12064
12065 * lib/gdb.exp: Move all insight-related functionality into
12066 separate file.
12067 * lib/insight-support.exp: New file.
12068
8d6e6f81
FCE
120692001-08-29 Frank Ch. Eigler <fche@redhat.com>
12070
12071 * config/sid.exp (sid_start): Never set sid verbosity; disable
12072 expect_background {} that consumed its stdout; tolerate </dev/null.
12073 Attempt to set endianness override in "sid" protocol mode. Cleanup.
12074
6a90e1d0
AC
120752001-08-18 Andrew Cagney <ac131313@redhat.com>
12076
12077 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
12078 CLI jump command to start it.
12079 (mi_run_to_main): Fail immediatly when unexpected output.
12080
1759b3c3
AC
120812001-08-18 Andrew Cagney <ac131313@redhat.com>
12082
12083 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
12084 beginning of function. Fix PR gdb/191.
12085
61d11d80
FCE
120862001-08-16 Frank Ch. Eigler <fche@redhat.com>
12087
12088 * config/sid.exp (sid_start): Don't warn if we cannot figure out
12089 what to force sid endianness to.
12090
942a4df2
KS
120912001-08-15 Keith Seitz <keiths@redhat.com>
12092
12093 * lib/gdb.exp (gdbtk_start): Don't set environment
12094 variables for TCL_LIBRARY and friends. Insight will
12095 now figure these out for itself.
12096
0521c418
MS
120972001-08-02 Michael Snyder <msnyder@redhat.com>
12098
12099 * gdb.base/completion.exp: Remove the symbol "a64l" from
12100 the expect string; this is target-specific, and not related
12101 to what is being tested.
12102
74a9a58a
DB
121032001-08-02 Dave Brolley <brolley@redhat.com>
12104
12105 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
12106
c70819fa
MS
121072001-07-25 Michael Snyder <msnyder@redhat.com>
12108
c2b8fa57
MS
12109 * gdb.base/consecutive.exp: New file. Test stepping over
12110 breakpoints on consecutive instructions.
12111 * gdb.base/consecutive.c: New file.
12112
c70819fa
MS
12113 * gdb.base/call-rt-st.exp: Use double-backslash to quote
12114 curly braces in regular expressions.
12115
2b1a1355
MS
121162001-07-25 Michael Snyder <msnyder@redhat.com>
12117
12118 * gdb.base/ending-run.exp: Accept "Program exited normally" as
12119 legitimate output from stepping out of main.
12120
413eca6f
KS
121212001-07-22 Keith Seitz <keiths@redhat.com>
12122
12123 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
12124 the empty string, do not run the tests.
12125
7e5a9322
SC
121262001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12127
12128 * gdb.base/long_long.exp: Detect size of pointer. Take into
12129 account 2-byte pointers when testing for p/a results.
12130
de58f10f
SC
121312001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12132
d63a86f8 12133 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
12134 and defined to 1K for m68hc11.
12135 (random_data): Reduce table to 1K for embedded platforms (68hc11).
12136 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
12137 (sizeof_random_data): New variable to tell the size of the data table;
12138 don't test past this size; always run to main.
12139
d6f5fea1
SC
121402001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12141
12142 * gdb.base/return2.exp: return of long long and double fails for
12143 68HC11; don't execute these tests on that platform.
12144 * gdb.base/return.exp: Return of a double fails for 68hc11.
12145
c477543d
SC
121462001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12147
12148 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
12149 tests that print a float.
12150 * call-rt-st.exp: Likewise.
12151
63cf1c79
MK
121522001-07-12 Mark Kettenis <kettenis@gnu.org>
12153
12154 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
12155 running this test on Linux.
12156
112f9ab5
MC
121572001-06-24 Michael Chastain <chastain@redhat.com>
12158
12159 * gdb.base/arithmet.exp: Remove some tests to make all test names
12160 unique.
12161
4970cb0f
MS
121622001-07-03 Michael Snyder <msnyder@redhat.com>
12163
12164 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
12165 the output of the ptype command.
12166
d85da69f
MS
121672001-07-02 Michael Snyder <msnyder@redhat.com>
12168
4c8a82de
MS
12169 * gdb.base/completion.exp: Don't assume that break.c is the only
12170 source file that may contain functions named "marker".
d85da69f
MS
12171 * gdb.base/corefile.exp: Quote the curly braces in regexp.
12172
8afc772b
AC
121732001-06-28 Andrew Cagney <ac131313@redhat.com>
12174
12175 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
12176 of files to delete.
12177
12178 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
12179 * gdb.disasm/h8300s.exp: New file.
12180 gdb.disasm/h8300s.s: Likewise.
12181
cff22675
AC
121822001-06-27 Andrew Cagney <ac131313@redhat.com>
12183
12184 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
12185 empty breakpoint tables.
12186
68c81b54
AC
121872001-06-25 Andrew Cagney <ac131313@redhat.com>
12188
12189 * lib/mi-support.exp: Update args=... part of stop-reason
12190 patterns. Accept either a list or a tuple.
12191
2dd62704
AC
121922001-06-23 Andrew Cagney <ac131313@redhat.com>
12193
12194 * lib/mi-support.exp: Remove local emacs variable defining
12195 change-log-default-name.
12196
b4127474
MC
121972001-06-22 Michael Chastain <chastain@redhat.com>
12198
12199 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
12200 This is operationally compatible with the previous version.
12201
8dbfb380
JB
122022001-06-13 Jim Blandy <jimb@redhat.com>
12203
12204 * lib/gdb.exp (gdb_test): Doc fix.
12205
f2d8c86d
MC
122062001-06-10 Michael Chastain <chastain@redhat.com>
12207
12208 * gdb.base/exprs.exp: Remove a duplicate test.
12209
81564d34
JB
122102001-06-06 Jim Blandy <jimb@redhat.com>
12211
12212 * gdb.base/return2.exp (main): Use values to test float and double
12213 returns that are not NaN's, to avoid being confused by IEEE
12214 comparison rules.
12215
da55addb
MS
122162001-06-04 Michael Snyder <msnyder@redhat.com>
12217
12218 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 12219 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
12220 rather than wait for 12 more tests to time out.
12221
42c65987
JB
122222001-06-06 Jim Blandy <jimb@redhat.com>
12223
b18bced9 12224 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 12225 Don't forget to match the GDB prompt.
b18bced9 12226
42c65987
JB
12227 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
12228
5b41e5f0
JB
122292001-06-04 Jim Blandy <jimb@redhat.com>
12230
12231 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
12232 command.
12233
015e046f
KB
122342001-05-31 Kevin Buettner <kevinb@redhat.com>
12235
12236 * gdb.base/annota1.exp (info break): Match four or more spaces
12237 after "Address".
12238
fb1ffbbe
MC
122392001-05-31 Michael Chastain <chastain@redhat.com>
12240
12241 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
12242 (dm_type_int_star): Likewise.
12243 (dm_type_long_star): Likewise.
12244 (dm_type_void_star): Likewise.
12245
5ea2a32c
KB
122462001-05-29 Kevin Buettner <kevinb@redhat.com>
12247
12248 * gdb.base/completion.exp (INPUTRC): Set this environment variable
12249 to a known value in order to get consistent results regardless
12250 of the setting of INPUTRC or the presence or contents of .inputrc.
12251
ae23c492
MS
122522001-05-24 Michael Snyder <msnyder@redhat.com>
12253
ac55707e
MS
12254 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
12255 Don't require that the main thread and the manager thread are the
12256 first in the list.
12257
ae23c492
MS
12258 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
12259 debugging. If test fails, issue an "unsupported" not a "fail".
12260
400071f1
JB
122612001-05-24 Jim Blandy <jimb@redhat.com>
12262
12263 Don't assume that short is shorter than int.
12264 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
12265 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 12266 this isn't true.
400071f1
JB
12267 ("print unsigned char == (~0)"): Add test that verifies that ~0,
12268 an int, is not equal to ~0 stored in an unsigned char. This tests
12269 the same thing that the previous test meant to, but works on
12270 16-bit machines, too.
12271 ("print unsigned char != (~0)"): Same test, complemented.
12272
0816a3e5
MS
122732001-05-24 Michael Snyder <msnyder@redhat.com>
12274
12275 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 12276 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
12277 and prevents dejagnu getting out of step.
12278
f6dc23a9
KB
122792001-05-23 Kevin Buettner <kevinb@redhat.com>
12280
12281 * gdb.base/finish.exp (finish_void): Revise pattern for
12282 stopping on the call statement to not permit stopping at
12283 the start of the instructions comprising the call sequence.
12284
7dbd117d
MC
122852001-05-19 Michael Chastain <chastain@redhat.com>
12286
12287 * gdb.base/callfuncs.exp: Make all test names unique.
12288 * gdb.base/commands.exp: Make all test names unique.
12289 * gdb.base/condbreak.exp: Make all test names unique.
12290 * gdb.base/dbx.exp: Make all test names unique.
12291 * gdb.base/default.exp: Make all test names unique.
12292 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
12293 and TIMEOUT messages to their corresponding PASS message.
12294 * gdb.base/ending-run.exp: Make all test names unique.
12295 * gdb.base/long_long.exp: Remove duplicate test.
12296
6b0b0a9e
KB
122972001-05-21 Kevin Buettner <kevinb@redhat.com>
12298
12299 * gdb.base/finish.exp (finish_void): Allow "finish" command to
12300 stop on the call statement as well as the statement after the
12301 call.
12302
2caa35cb
MS
123032001-05-21 Michael Snyder <msnyder@redhat.com>
12304
12305 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
12306
40713331
EZ
123072001-05-10 Elena Zannoni <ezannoni@redhat.com>
12308
a9c64011
AS
12309 * gdb.base/completion.exp: Revamp test. Make it execute on all
12310 platforms.
40713331 12311
c2c1be8d
EZ
123122001-05-10 Elena Zannoni <ezannoni@redhat.com>
12313
a9c64011
AS
12314 * config/gdbserver.exp (gdb_load): Handle the case
12315 in which the arguments to gdbserver are given in the
12316 baseboard configuration file.
12317 Also handle the case in which the server needs to do a
12318 load.
2c9cd303 12319
9671de48
KS
123202001-05-07 Keith Seitz <keiths@cygnus.com>
12321
a9c64011
AS
12322 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
12323 set up the display for testing.
12324 (gdbtk_start): Convert all paths to paths that tcl will like.
12325 Export target information to environment.
12326 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
12327 necessary.
12328 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
12329 (to_tcl_path): New proc to convert a given pathname into
12330 a path acceptible as an argument to a tcl command.
12331 (_gdbtk_export_target_info): New proc to export target info
12332 into the environment for gdbtk testing.
12333 (gdbtk_done): New proc to signal end-of-test.
9671de48 12334
5a360f47
JB
123352001-05-06 Jim Blandy <jimb@redhat.com>
12336
12337 * restore.c: Make the code of caller0 correspond to its comment.
12338
66c756c6
MS
123392001-05-03 Michael Snyder <msnyder@redhat.com>
12340
12341 * config/sid.exp (gdb_target_sid): Check for error messages.
12342 On error or timeout, don't make expect exit (which will terminate
12343 all subsequent tests); instead just make gdb exit.
d63a86f8 12344 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
12345 return a negative value.
12346
a966fde5
JB
123472001-04-24 Jim Blandy <jimb@redhat.com>
12348
851c18e0
JB
12349 * gdb.c++/templates.exp: If we see the prompt for the overload
12350 list, but we haven't recognized any of the longer patterns,
12351 arrange for this test to fail, not hang.
12352
a966fde5
JB
12353 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
12354 variations.
12355
db144853
MC
123562001-04-22 Michael Chastain <chastain@redhat.com>
12357
12358 * gdb.c++/local.exp: Use the 'runto' library function.
12359 * gdb.c++/namespace.exp: Likewise.
12360 * gdb.c++/overload.exp: Likewise.
12361
3207ec21
KB
123622001-03-26 Kevin Buettner <kevinb@redhat.com>
12363
12364 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
12365 * gdb.base/step-line.exp: New file. Test step/next in presence of
12366 #line directives.
12367 * gdb.base/step-line.c: New file. Test program for the above.
12368 * gdb.base/step-line.inp: New file. We pretend that this file has
12369 been transformed by some other tool into step-line.c.
12370
13b57657
JB
123712001-03-21 Jim Blandy <jimb@redhat.com>
12372
12373 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
12374 unmangled operator names.
12375
754cbe1c
JB
123762001-03-20 Jim Blandy <jimb@redhat.com>
12377
12378 * gdb.threads/linux-dp.exp: Recognize an additional message
12379 generated by GDB when it doesn't understand how to debug threads
12380 on the target system.
12381
177495c9
AC
123822001-03-19 Andrew Cagney <ac131313@redhat.com>
12383
12384 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
12385
f266096b
MC
123862001-03-12 Michael Chastain <chastain@redhat.com>
12387
12388 * gdb.c++/derivation.exp: Use the 'runto' library function.
12389
cac3c2ff
MC
123902001-03-12 Michael Chastain <chastain@redhat.com>
12391
12392 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
12393
b6c11a24
MC
123942001-02-24 Michael Chastain <chastain@redhat.com>
12395
12396 * gdb.c++/ref-types.exp: Change handwritten code to library
12397 function 'runto'.
12398
6bae5bce
OF
123992001-03-16 Orjan Friberg <orjanf@axis.com>
12400
12401 * gdb.base/signals.exp: Set count to 0 explicitly.
12402
0015fd9a
MS
124032001-03-15 Mark Salter <msalter@redhat.com>
12404
12405 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
12406 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
12407 (gdb_load): Add support for additional target_info: gdb_download_size
12408 and gdb_load_timeout.
0015fd9a 12409
fc33412a
DT
12410Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
12411
12412 * gdb.base/annota1.exp: Move test of isnative to earlier in the
12413 file -- to prevent failing when the compile fails but we have no
12414 intention of running the tests anyway.
12415
12416 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
12417 tests if set.
12418
12419 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
12420 integers.
12421
12422 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
12423 * gdb.c++/namespace.exp: Ditto.
12424
115f06de
OF
124252001-03-07 Orjan Friberg <orjanf@axis.com>
12426
12427 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
12428 * gdb.base/pointers.exp: Relax pattern match of decimals.
12429
b6ba6518
KB
124302001-03-06 Kevin Buettner <kevinb@redhat.com>
12431
12432 * Makefile.in, config/abug.exp, config/cfdbug.exp,
12433 config/cpu32bug.exp, config/dve.exp, config/est.exp,
12434 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
12435 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
12436 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
12437 config/sh.exp, config/sid.exp, config/slite.exp,
12438 config/sparclet.exp, config/udi.exp, config/unknown.exp,
12439 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
12440 config/vxworks.exp, config/vxworks29k.exp,
12441 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
12442 gdb.base/all-bin.exp, gdb.base/annota1.exp,
12443 gdb.base/arithmet.exp, gdb.base/assign.exp,
12444 gdb.base/async.exp, gdb.base/attach.exp,
12445 gdb.base/bitfields.exp, gdb.base/bitops.exp,
12446 gdb.base/break.exp, gdb.base/call-ar-st.exp,
12447 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
12448 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
12449 gdb.base/commands.exp, gdb.base/completion.exp,
12450 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12451 gdb.base/constvars.exp, gdb.base/corefile.exp,
12452 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
12453 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
12454 gdb.base/ending-run.exp, gdb.base/environ.exp,
12455 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12456 gdb.base/finish.exp, gdb.base/foll-exec.exp,
12457 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
12458 gdb.base/funcargs.exp, gdb.base/help.exp,
12459 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
12460 gdb.base/logical.exp, gdb.base/long_long.exp,
12461 gdb.base/maint.exp, gdb.base/mips_pro.exp,
12462 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
12463 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
12464 gdb.base/pointers.exp, gdb.base/printcmds.exp,
12465 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
12466 gdb.base/regs.exp, gdb.base/relational.exp,
12467 gdb.base/remote.exp, gdb.base/reread.exp,
12468 gdb.base/restore.exp, gdb.base/return2.exp,
12469 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
12470 gdb.base/selftest.exp, gdb.base/setshow.exp,
12471 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
12472 gdb.base/sigall.exp, gdb.base/signals.exp,
12473 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
12474 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12475 gdb.base/step-test.exp, gdb.base/structs.c,
12476 gdb.base/structs.exp, gdb.base/structs2.exp,
12477 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
12478 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
12479 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
12480 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12481 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
12482 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
12483 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
12484 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
12485 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
12486 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
12487 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
12488 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
12489 gdb.fortran/types.exp, gdb.java/jmisc.exp,
12490 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12491 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
12492 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12493 gdb.trace/circ.exp, gdb.trace/collection.exp,
12494 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12495 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12496 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
12497 gdb.trace/report.exp, gdb.trace/save-trace.exp,
12498 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12499 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12500 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
12501 notices.
12502
dc96c6c7 125032001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
12504
12505 * gdb.base/varargs.c (find_max_double): Fix printf format string:
12506 first arg is int not float.
12507
dc96c6c7 125082001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
12509
12510 * gdb.base/reread.exp: Unsupported for non-native targets;
12511 doesn't work for remote debugging.
12512
9b0c4aeb
FN
125132001-02-19 Fernando Nasser <fnasser@redhat.com>
12514
12515 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
12516 * gdb.base/ending-run.exp: Properly handle the BSP state when
12517 stepping past the end of main.
9b0c4aeb 12518
02aa71d5
MC
125192001-02-19 John Moore <jmoore@redhat.com>
12520
12521 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12522 Converted HPUX fix for non-expected items following multiple
12523 step commands into general solution for all platforms.
12524
1fa449a4
MC
125252001-02-18 Michael Chastain <chastain@redhat.com>
12526
12527 * gdb.c++/classes.exp (do_tests): Change runto statements
12528 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12529 statements demangler agnostic.
12530 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12531 (gdb_virtfunc_restart): Likewise.
12532
b2f9ec70
MC
125332001-02-14 Michael Chastain <chastain@redhat.com>
12534
12535 * gdb.c++/inherit.exp (do_tests): Change runto statements
12536 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12537 statements demangler agnostic.
12538
cf74b8ca
AC
12539Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12540
12541 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12542 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12543 before calling common_routine 15 times'' tests.
12544
99f78f56
MC
125452001-02-11 Michael Chastain <chastain@redhat.com>
12546
12547 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12548 Helps the test script figure out which demangler is in use.
12549 (dm_type_foo_ref): Ditto.
12550 (dm_type_int_star): Ditto.
12551 (dm_type_long_star): Ditto.
12552 (dm_type_unsigned_int): Ditto.
12553 (dm_type_void): Ditto.
12554 (dm_type_void_star): Ditto.
99707966 12555 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
12556 Probe the gdb demangler and set variables to accommodate
12557 formatting differences.
12558 (info_func_regexp): New function. Same as info_func, but
12559 matches against a regexp.
12560 (info_func): Match against a literal string.
12561 (print_addr_2): New function. Match against a literal string,
12562 which can be different from the input to gdb.
12563 (print_addr): Simply call print_addr_2 with the same argument twice.
12564 (test_lookup_operator_functions): Use demangler formatting variables.
12565 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12566 the tests in the same order as the C++ class declaration.
12567 (test_paddr_operator_functions): Ditto.
12568 (test_paddr_overloaded_functions): Ditto.
12569 (test_paddr_hairy_functions): Use demangler formatting variables.
12570 Add reference to gdb/19 for related tests.
12571 (do_tests): Call probe_demangler.
12572
1de8f023
KB
125732001-01-30 Kevin Buettner <kevinb@redhat.com>
12574
12575 * gdb.c++/templates.cc (printf): Remove unused function definition.
12576
ca3f91ed
MS
125772001-01-26 Felix Lee <flee@redhat.com>
12578
12579 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12580
125812001-01-25 matthew green <mrg@redhat.com>
12582
12583 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12584 up sid.
12585 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12586
125872001-01-25 matthew green <mrg@redhat.com>
12588
12589 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 12590 Deprecate $sid_spawn_id.
ca3f91ed
MS
12591 (sid_exit): Remove code necessary only for `spawn.'
12592
125932001-01-25 matthew green <mrg@redhat.com>
12594
12595 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12596
fb18ec4a
MC
125972001-01-28 Michael Chastain <chastain@redhat.com>
12598
12599 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12600 to call when tests fail. It takes gdb out of the overloaded
12601 function choice menu back to the main prompt, so that the test
12602 program stays synchronized.
12603 (set_bp_overloaded): New proc to collect all the common
12604 code for setting a breakpoint on an overloaded name. Calls
12605 take_gdb_out_of_choice_menu when needed.
12606 (menu_overload1arg): New variable to collect the repeated
12607 instances of the expected menu for an overloaded name. Change
12608 the regular expression to handle changes in g++ type encoding:
12609 "void" can be either "void" or "", and "unsigned int" can be
12610 either "unsigned int" or "unsigned".
12611 (continue_to_bp_overloaded): Change regular expressions to handle
12612 changes in g++ type encoding.
12613 (no proc): Call take_gdb_out_of_choice_menu when needed.
12614 Remove redundant calls to "info break". Accept either "canceled"
12615 or "cancelled". Change regular expressions in "info break"
12616 calls to handle changes in g++ type encoding. Give all tests
12617 unique strings.
12618
9c646a6e
BE
126192001-01-17 Ben Elliston <bje@redhat.com>
12620
12621 * config/sid.exp: New file.
12622
9549d9c1
AC
12623Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12624
12625 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12626
dc96c6c7 126272000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
12628
12629 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12630 Add a RE to accept a non-ascii char if one is ever presented.
12631
b4df4f68
FN
126322000-12-20 Fernando Nasser <fnasser@redhat.com>
12633
297dd0fd 12634 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 12635
dc96c6c7 126362000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 12637
d63a86f8 12638 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
12639 in regexp. One '\' does not suffice on Linux.
12640
4a7bddb6
MC
126412000-12-09 Michael Chastain <chastain@redhat.com>
12642
12643 * gdb.base/break.exp (test_clear_command): Use a marker function
12644 rather than 'main' for the test function. Also move this
12645 test to an execution point where the marker function names are
12646 guaranteed to be bound to functions. (Executing tests after a
12647 'finish' from main runs into name conflicts with local names
12648 in __libc_start_main).
12649
dc96c6c7 126502000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
12651
12652 * gdb.base/finish.exp: New test for gdb's "finish" command.
12653 * gdb.base/return2.exp: New test for gdb's "return" command.
12654 * gdb.base/return2.c: New source file for above.
12655
dc96c6c7 126562000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
12657
12658 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12659 * gdb.base/miscexprs.exp: Ditto.
12660 * gdb.base/pointers.exp: Ditto.
12661 * gdb.c++/derivation.exp: Ditto.
12662 * gdb.c++/local.exp: Ditto.
12663 * gdb.c++/namespace.exp: Ditto.
12664 * gdb.c++/overload.exp: Ditto.
12665 * gdb.c++/ref-types.exp: Ditto.
12666
dc96c6c7 126672000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
12668
12669 * gdb.base/constvars.exp: Test result of "up" command.
12670 * gdb.base/miscexprs.exp: Ditto.
12671 * gdb.base/pointers.exp: Ditto.
12672 * gdb.base/scope.exp: Ditto.
12673 * gdb.c++/derivation.exp: Ditto.
12674 * gdb.c++/local.exp: Ditto.
12675 * gdb.c++/namespace.exp: Ditto.
12676 * gdb.c++/overload.exp: Ditto.
12677 * gdb.c++/ref-types.exp: Ditto.
12678
44097287
FN
126792000-11-22 Michael Chastain <chastain@redhat.com>
12680
12681 * mips_pro.exp: Accept either "middle -> top -> main" or
12682 "middle -> main" in the backtrace, because gcc can optimize
12683 tail calls to jumps. Remove setup_xfail for the hppa case.
12684 Add a comment with the original warning messages from PR 3016,
12685 which was filed in 1993, to preserve them for posterity.
12686
9d2e1bab
ND
126872000-11-17 Nick Duffek <nsd@redhat.com>
12688
12689 * lib/gdb.exp (gdb_test): Override timeout with board info.
12690
1aca8eb7
ND
126912000-11-17 Nick Duffek <nsd@redhat.com>
12692
12693 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12694 the second kill and detach messages.
12695
93076499
ND
126962000-11-17 Nick Duffek <nsd@redhat.com>
12697
12698 * configure.in: Add AC_EXEEXT.
12699 * configure: Regenerate.
12700 * Makefile.in (just-check): Export EXEEXT.
12701 * lib/gdb.exp ($EXEEXT): Import from environment.
12702 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12703 expect "maint dump-me" on Cygwin.
12704 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12705 $EXEEXT.
12706
30e87cd3
ND
127072000-11-17 Nick Duffek <nsd@redhat.com>
12708
12709 * gdb.base/break.exp: Test backtrace and finish from called
12710 function on all platforms, not just HP-UX.
12711
dc96c6c7 127122000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12713
12714 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12715 code from gdb_target_monitor, so it can be used independantly
12716 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12717
dc96c6c7 127182000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12719
12720 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12721 * gdb.base/corefile.exp: Expect the message "Program is being
12722 debugged already" when we send the "corefile" command, since
12723 the preceeding gdb_load may have connected gdb to a remote target.
12724 * gdb.base/display.exp: Disable hardware watchpoints if new
12725 board info variable "no_hardware_watchpoints" is true.
12726 Replace single-letter commands with more readable ones.
12727 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12728 if new board info variable "no_hardware_watchpoints" is true.
12729 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12730 to see if stdio (printf) testing is possible.
12731 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12732 board info variable "no_hardware_watchpoints" is true. Use new
12733 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12734
39124dea
FN
127352000-11-13 Fernando Nasser <fnasser@redhat.com>
12736
12737 From Orjan Friberg <orjanf@axis.com>:
12738 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12739 in array print pattern match.
12740
a9e2e984
FN
127412000-11-09 Fernando Nasser <fnasser@redhat.com>
12742
12743 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12744 spelling "cancelled" to U.S. spelling "canceled" to match changes
12745 made to gdb.
12746 * gdb.c++/ovldbreak.exp: Ditto.
12747
c7db355b
PS
127482000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12749
12750 * gdb.base/callfuncs.c (main): Moved to end of file, call
12751 t_double_values to initialize the FPU before inferior calls are made.
12752 * gdb.base/callfuncs.exp: Test for register preservation after calling
12753 inferior functions. Add tests for continuining, finishing and
12754 returning from a stop in a call dummy.
12755
dc96c6c7 127562000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12757
12758 * gdb.base/commands.exp: Break up long lines, and re-indent.
12759
dc96c6c7 127602000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12761
12762 * config/gdbserver.exp: Rewritten from the ground up, to make it
12763 compatible with the current dejagnu tree, and to make it work with
12764 the new "gdbserver" in libremote.
12765
dc96c6c7 127662000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12767
12768 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12769 * gdb.base/varargs.exp: Skip entire test if no printf support.
12770 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12771 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12772
dc96c6c7 127732000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12774
12775 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12776 no floating point support.
12777 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12778 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12779 * gdb.base/call-rt-st.exp: Ditto.
12780 * gdb.base/call-strs.exp: Ditto.
12781
bac5fc66
JG
127822000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12783
12784 * gdb.base/sizeof.c: include <stdio.h>.
12785
12786 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12787 'finish', otherwise uncaptured gdb_prompt would potentially
12788 throw remaining test points out of sync.
bac5fc66 12789
b22a6027
SB
127902000-07-26 Scott Bambrough <scottb@netwinder.org>
12791
12792 * gdb.base/recurse.exp: Run tests for all targets.
12793 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12794 gnu-oldld case on ARM.
12795 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12796 for ARM targets.
d63a86f8 12797
d8231941
AG
12798Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12799
12800 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12801 * gdb.java/configure: Rebuild.
12802
8caabe69
AG
12803Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12804
12805 * gdb.java/jv-exp.exp: New file.
12806
9d273ca3
AG
12807Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12808
12809 * configure: Rebuilt.
12810 * configure.in (configdirs): Add gdb.java.
12811 * gdb.java/jmisc.java: New file.
12812 * gdb.java/jmisc.exp: New file.
12813 * gdb.java/Makefile.in: New file.
12814 * gdb.java/configure: Rebuilt.
12815 * gdb.java/configure.in: New file.
12816 * lib/java.exp: New file.
12817
4f823a66
AC
12818Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12819
12820 * gdb.base/exprs.exp: Test casts to a pointer including over and
12821 underflow.
12822
2391e11d
AC
12823Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12824
12825 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12826 and the compilers sizes.
12827
54602222
ND
128282000-07-09 Nick Duffek <nsd@redhat.com>
12829
12830 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12831 (use_methods): New function.
12832 (main): Call use_methods().
12833 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12834 (do_tests): Call test_method_param_class.
12835
2bec0572
ND
128362000-07-09 Nick Duffek <nsd@redhat.com>
12837
12838 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12839 spelling.
12840 (test_enums): New procedure. Move enum tests from end of script
12841 to here. Set breakpoint on function name instead of line number.
12842 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12843 (enums2): New marker function.
12844 (enums1): New function.
12845 (main): Call enums1(). Move enum tests to enums1().
12846
78492fde
AC
12847Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12848
12849 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12850 compile/link program. Update line numbers.
12851 * gdb.asm/d10v.inc: Define ``startup''.
12852 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12853
49a2cef8
AC
12854Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12855
12856 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12857
3e6c8688
EZ
128582000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12859
12860 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12861 of 'help maint print' command.
12862
9ff5cbe9
AC
12863Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12864
12865 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12866 they use gdb_expect_list.
12867
17c579bd
AC
12868Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12869
12870 * gdb.base/commands.exp: Use ``set remote
12871 memory-read-packet-size'' instead of ``set endian big'' to test
12872 long commands.
12873
e6d71bf3
DB
128742000-06-03 Daniel Berlin <dan@cgsoftware.com>
12875
12876 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 12877 g++, and stop skipping them.
e6d71bf3
DB
12878
12879 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12880 work under g++.
12881
d63a86f8 12882 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
12883 initialization.
12884
dc96c6c7 128852000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
12886
12887 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12888 the regular expression: accept an (almost) arbitrary sequence of
12889 "frames-invalid" and "breakpoints-invalid" messages both before
12890 and after the "starting" message.
12891
dc96c6c7 128922000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
12893
12894 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 12895
dc96c6c7 128962000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
12897
12898 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12899 Relax the regular expression a little, make it pass on Solaris 8.
12900
8216cda9
KB
129012000-05-12 Kevin Buettner <kevinb@redhat.com>
12902
12903 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 12904 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
12905 Instead, it is permissible for gdb to stop on the line of the
12906 call itself.
12907
1a570b2f
MS
129082000-05-12 Michael Snyder <msnyder@.cygnus.com>
12909
12910 * gdb.base/break.exp (bp on small function, optimized file):
12911 Add a second pass pattern. The behavior differs here between stabs
12912 and dwarf for one-line functions. Stabs preserves two line symbols
12913 (one before the prologue and one after) with the same line number,
12914 but dwarf regards these as duplicates and discards one of them.
12915 Therefore the address after the prologue (where the breakpoint is)
12916 has no exactly matching line symbol, and GDB reports the breakpoint
12917 as if it were in the middle of a line rather than at the beginning.
12918
dc96c6c7 129192000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 12920
d63a86f8 12921 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
12922 rather than "send_gdb" (for consistancy).
12923
7d418785
AC
12924Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12925
12926 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12927 * gdb.c++/templates.cc: Properly check for GCC version number.
12928 * lib/compiler.cc: Likewise
12929
dc96c6c7 129302000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 12931
d63a86f8 12932 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
12933 gdb may not stop at the first line of main, due to code motion.
12934
dc96c6c7 129352000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
12936
12937 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12938 This test depends on parsing the printf output from the target.
12939 Since the sparclet stub doesn't do stdio, this will never work.
12940 * gdb.base/call-rt-st.exp: ditto.
12941 * gdb.base/call-strs: ditto.
12942
dc96c6c7 129432000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
12944
12945 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12946
12947 * gdb.base/ending-run.exp: After connecting to a remote target,
12948 but before running, the target will appear to be in a random
12949 location. Specify both a file and a line for breakpoints.
12950 Also, the function that calls main may be called 'init'
12951 rather than 'start'.
12952
a5a51225
EZ
129532000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12954
12955 * gdb.base/help.exp: Update output for add-symbol-file command.
12956
7930cc7c
FN
129572000-04-10 Fernando Nasser <fnasser@cygnus.com>
12958
12959 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12960 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12961
23e37ab1
C
129622000-04-07 J.T. Conklin <jtc@redback.com>
12963
e93c542c
C
12964 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12965
23e37ab1
C
12966 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12967
591b8fa3
PDM
12968Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12969
12970 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12971 values that can be represented exactly.
12972 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12973 above change, and to not check against the directory part of the source
12974 file name.
12975 (step into print_long_arg_list): Likewise.
12976 (print print_small_structs from print_long_arg_list): Likewise.
12977 (print print_long_arg_list): Likewise.
12978
7a495180
EZ
129792000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12980
30b53638 12981 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 12982
beb998c6
AC
12983Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12984
12985 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12986
1c689132
DB
129872000-03-25 Daniel Berlin <dan@cgsoftware.com>
12988
12989 * gdb.base/commands.exp (deprecated_command_test): Add test for
12990 deprecate with no arguments.
12991
c1790a9d
JL
129922000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12993
12994 * gdb.base/break.exp: Add new test for setting breakpoints on
12995 optimized code so we can test breakpoints work even when function
12996 prologues may be optimized away
12997
003ba290
FN
129982000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12999
13000 From David Whedon <dwhedon@gordian.com>
a9c64011 13001 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 13002
6837a0a2
DB
130032000-03-22 Daniel Berlin <dan@cgsoftware.com>
13004
13005 * gdb.base/help.exp: Added test for new apropos command.
13006
b9593231
KB
130072000-03-21 Kevin Buettner <kevinb@redhat.com>
13008
13009 * gdb.base/pointers.c (usevar): New function.
13010 (main): Make sure that global variables v_int_pointer2, rptr,
13011 and y are all referenced someplace in the program by calling
13012 usevar() on them. [Some linkers delete symbols which are
13013 never referenced. The space remains, but there's no way to
13014 get a (symbolic) handle on the variable from the debugger.]
13015
751a959b
EZ
130162000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13017
13018 * gdb.base/printcmds.c: Add typedeffed arrays.
13019
13020 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
13021 procedure to test arrays that are typedef'd.
13022
73a93a32
JI
130232000-03-13 James Ingham <jingham@leda.cygnus.com>
13024
13025 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 13026 the library directories.
73a93a32 13027
fb40c209
AC
13028Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
13029
13030 * configure.in (configdirs): Add sub directory gdb.mi.
13031 * configure: Re-generate.
13032
13033 * gdb.mi: New directory.
d63a86f8 13034
ee4dd2c9
AC
130352000-02-25 Scott Bambrough <scottb@netwinder.org>
13036
13037 * gdb.base/long_long.exp: Correct test suite failure when printing
13038 a long long value as a double on ARM platforms.
13039
70f0cc22
JB
130402000-02-16 Jim Blandy <jimb@redhat.com>
13041
13042 * gdb.base/break.exp ("breakpoint line number"): Make sure the
13043 default source file is set properly before running this test.
13044
853819b8
EZ
130452000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13046
13047 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
13048 gdbtk/library directory, not in gdbtcl2.
13049
dfcd3bfb
JM
130502000-02-04 Jim Blandy <jimb@redhat.com>
13051
13052 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
13053 backslash from regexp pattern.
13054
13055 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
13056 procedure. Use it to run all the "continue to bp overloaded"
13057 tests. Note that this changes the names of the tests slightly.
13058 If the breakpoint hit message includes a hex PC value, because
13059 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
13060 from the real source code, still consider that a pass.
13061
13062 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
13063 XFAIL here if the breakpoint message contains a hex address. Note
13064 similar change on 1999-11-02.
13065
13066 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
13067
13068 * gdb.base/ptype.exp: Establish a default source file before
13069 calling get_debug_format.
13070
130712000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
13072
13073 * gdb.base/watchpoint.exp: Remove duplication of test messages.
13074
8b93c638
JM
130752000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
13076
13077 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
13078 of successive stepi commands -- while in the prologue we should see
13079 the function entry bracket.
13080
130812000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
13082
13083 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
13084 reach __change_mode() when stepping through the end of main().
13085
c5394b80
JM
130862000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
13087
13088 * gdb.base/default.exp: Fix expected pattern.
13089 * gdb.base/help.exp: Same.
13090
0d06e24b
JM
130912000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13092
13093 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
13094 Don't use xfail's because that affects only the following test.
d63a86f8 13095
0d06e24b
JM
13096 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
13097 solaris or linux.
13098
13099 * gdb.base/selftest.exp: Update to reflect changes to main.c.
13100
dc96c6c7 131012000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 13102
d63a86f8 13103 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
13104 "A syntax error" rather than "A parse error". Accept both.
13105
131062000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
13107
13108 * gdb.base/default.exp: Remove OS dependent string from "target
13109 remote" test.
13110 * gdb.base/help.exp: Same for "help target remote" test.
13111
c3f6f71d
JM
131122000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13113
13114 From Jim Kingdon <kingdon@redhat.com>:
13115
13116 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
13117 prompt (cleanup rather than necessity, but still might keep output
13118 from spilling to next test).
13119
131202000-01-02 Fred Fish <fnf@cygnus.com>
13121
13122 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
13123 AIX, which defines them in <sys/types.h>.
13124
ed9a39eb 131251999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 13126
ed9a39eb
JM
13127 * gdb.base/default.exp: Match arm* etc instead of arm in "info
13128 float" test.
13129
131301999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 13131
ed9a39eb 13132 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
13133
13134 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
13135 outermost frame disallowed".
13136
131371999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
13138
13139 * gdb.base/setvar.exp: New tests for setting the value of a struct
13140 with a constant list.
13141
131421999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13143
13144 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
13145 require the user to type a cast before setting the value of a struct.
13146
de57eccd
JM
131471999-12-06 Jim Blandy <jimb@cygnus.com>
13148
13149 * gdb.base/default.exp: Expect the new 'info float' command on
13150 all i386 platforms.
13151
13152 * gdb.threads/linux-dp.exp: Expand our ability to recognize
13153 LinuxThreads libraries that don't support debugging.
13154
c2d11a7d
JM
13155Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13156
13157 * gdb.base/remote.c: Fill the buffer with truely random data.
13158 Change the buffer type to ``unsigned char'' to simplify size
13159 arithmetic.
13160
13161 * gdb.base/remote.exp: Reduce download numbers by one. Typical
13162 stub only handles 400-1 byte packets. Verify that the download
13163 worked.
13164
131651999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
13166
13167 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
13168 tests, using UNRESOLVED for the untested cases. Also, does not wait
13169 for a timeout if the prompt was received before a recognizable pattern.
13170
131711999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
13172
13173 * lib/gdb.exp (gdb_expect_list): Fix spelling.
13174
131751999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13176
13177 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
13178 watchpoints.
13179
131801999-11-24 Jason Merrill <jason@casey.cygnus.com>
13181
13182 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
13183
13184 * gdb.c++/local.exp: Be more flexible in recognizing local class
13185 name mangling. Don't allow horribly truncated method names.
13186 * gdb.c++/derivation.exp: Expect protected inheritance.
13187 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
13188 * gdb.c++/virtfunc.exp: Likewise.
13189 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
13190 when printing a nested enum.
13191
131921999-11-22 Jim Blandy <jimb@cygnus.com>
13193
13194 * gdb.base/step-test.exp: Properly await GDB's response to setting
13195 a breakpoint on the call to large_struct_by_value.
13196
13197 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
13198 just because we have debug info for the `start' function.
13199
132001999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
13201
13202 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
13203 "Unknown signal" messages, which indicate (on LinuxThreads) that
13204 GDB doesn't know how to debug threads on this system. This is
13205 better than hanging while philosopher 0 dumps chatter into gdb.log.
13206
132071999-11-18 Tom Tromey <tromey@cygnus.com>
13208
13209 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
13210
132111999-11-18 Fred Fish <fnf@cygnus.com>
13212
13213 * gdb.base/coremaker2.c: Add sample program for generating
13214 cores that is more self contained than coremaker.c. Eventually
13215 I'll add more code to this and tie it into the testsuite.
13216
4ce44c66
JM
132171999-11-12 Stan Shebs <shebs@andros.cygnus.com>
13218
13219 * gdb.base/dollar.exp: Remove, now in gdb.hp.
13220
132211999-11-10 Jimmy Guo <guo@cup.hp.com>
13222
13223 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
13224 from $srcdir/lib/.
13225 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
13226 and gdb.c++/.
13227
13228 * gdb.c++/derivation.exp: remove redundant get compiler info code.
13229
d63a86f8 13230 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
13231 'continue with watch' test point.
13232
132331999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
13234
13235 Merged from p2linux-990323-branch:
d63a86f8 13236
4ce44c66
JM
13237 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
13238
11cf8741
JM
13239Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
13240
13241 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
13242 {limit,fixed}''. Test ``set download-write-size''.
13243
13244Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
13245
13246 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
13247 gdb_expect_list.
13248
13249Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
13250
13251 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
13252
132531999-11-03 Mark Salter <msalter@cygnus.com>
13254
13255 * gdb.base/break.exp: Fix "stub continue" pattern.
13256
132571999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
13258
13259 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
13260
132611999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
13262
13263 * gdb.base/display.exp ("finish"): Add timeout clause.
13264
13265 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
13266 plain prompt clause, so this doesn't have to time out in order to
13267 fail.
13268
13269 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
13270 breakpoint hit messages include an address.
13271
13272 * gdb.base/display.exp: Don't forget to escape parens in regular
13273 expressions. Unix regexp notatation sucks.
13274
132751999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13276
13277 * gdb.base/annota1.exp: Test for annotate-signalled: change output
13278 order for 'signalled' message.
13279
5c44784c
JM
132801999-11-01 Stan Shebs <shebs@andros.cygnus.com>
13281
13282 From Jimmy Guo <guo@cup.hp.com>:
13283 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
13284 * gdb.base/annota1.c: Add code for tests to work with.
13285
132861999-10-26 Frank Ch. Eigler <fche@cygnus.com>
13287
13288 * gdb.base/remote.exp: New test for remote downloading settings.
13289 * gdb.base/remote.c: New file with large .data.
13290
917317f4
JM
132911999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
13292
13293 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
13294 for LinuxThreads support, merged from the Code Fusion branch.
13295
13296Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
13297
13298 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
13299 containing exp_continue into a while within an expect. Don't
13300 attempt a start more than three times. Check return value from
13301 gdb_load.
d63a86f8 13302
2df3850c
JM
13303Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
13304
13305 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
13306 a pass case.
13307
2acceee2
JM
133081999-10-01 Kevin Buettner <kevinb@cygnus.com>
13309
13310 * gdb.base/break.c (main): Added a statement that we can step
13311 off of.
13312 * gdb.base/break.exp: Added tests for setting a breakpoint
13313 at an offset and stepping onto a breakpoint.
13314
133151999-10-01 Fred Fish <fnf@cygnus.com>
13316
d63a86f8 13317 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
13318 gdb output.
13319
c2c6d25f
JM
133201999-09-18 Jim Blandy <jimb@cris.red-bean.com>
13321
13322 * gdb.base/break.exp: Code locations are in hex, don't forget!
13323 (For HP-UX.)
13324
133251999-09-17 Stan Shebs <shebs@andros.cygnus.com>
13326
13327 * condbreak.exp: Use break.c as test program.
13328 * condbreak.c: Remove, redundant with break.c.
13329
133301999-09-15 Stan Shebs <shebs@andros.cygnus.com>
13331
13332 * config/monitor.exp (gdb_target_monitor): Disable X- and
13333 Z-packets if the target needs it.
13334
133351999-09-13 James Ingham <jingham@leda.cygnus.com>
13336
13337 * gdb.c++/overload.exp: Added tests for listing overloaded
13338 functions with function pointers in the arg, explicitly calling
13339 out the version you want.
13340
cff3e48b
JM
133411999-09-09 Stan Shebs <shebs@andros.cygnus.com>
13342
13343 * long_long.exp: Add variations of test cases that work for
13344 targets with 16-bit ints and 32-bit doubles.
13345
d4f3574e
SS
133461999-09-08 Stan Shebs <shebs@andros.cygnus.com>
13347
13348 * break.c (main): Compare a possibly-uninitialized argc with an
13349 unlikely value that fits in 16 bits.
13350
133511999-09-07 Stan Shebs <shebs@andros.cygnus.com>
13352
13353 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
13354 0xfeeb, don't want negative numbers if ints are 16 bits.
13355
13356 * lib/gdb.exp (skip_cplus_tests): New proc.
13357 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
13358 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
13359 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
13360 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
13361 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
13362 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
13363 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
13364 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
13365
13366 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
13367
13368Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
13369
13370 * gdb.base/corefile.exp (up): Allow a parameter to appear
13371 in the frame that we're going up to.
13372
13373 From Jim Blandy <jimb@cygnus.com>:
13374
13375 * gdb.base/default.exp (info float): Expect some output now.
13376
13377 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
13378 returning floating-point values to fail on the x86.
13379 * gdb.base/callfwmall.exp (do_function_calls): Same.
13380
13381 * gdb.base/list.exp (test_listsize): Correct expectations for
13382 listing line 1 with listsize 2. Also, listing a single line
13383 works now, as does listing three lines. [Kevin's note: There
13384 were a number of other cases fixed too where the expectations
13385 differed...]
13386
133871999-09-02 Stan Shebs <shebs@andros.cygnus.com>
13388
13389 * gdb.base/selftest.exp: Add case for when version prints as
13390 constant string instead of char pointer.
13391
104c1213
JM
133921999-08-25 Stan Shebs <shebs@andros.cygnus.com>
13393
13394 * gdb.base/ending-run.exp: Add Solaris case for what happens when
13395 stepping out of main.
13396
13397 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
13398 G++ used.
13399
13400 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
13401 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
13402
13403 * gdb.c++/ovldbreak.exp: Update match string in test that
13404 includes a warning of multiple breakpoints.
13405
134061999-08-24 Stan Shebs <shebs@andros.cygnus.com>
13407
13408 * gdb.base/display.exp: Improve precision of step-after-finish
13409 added yesterday.
13410
13411 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
13412 test.
13413
13414 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
13415 configs when using G++, not just hppa*.
13416
134171999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13418
13419 * gdb.base/async.c: New file.
13420 * gdb.base/async.exp: New file.
13421
13422Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
13423
13424 * gdb.base/break.exp: Tweak PA specific tests to properly handle
13425 PA64.
13426
53a5351d
JM
13427Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
13428
104c1213
JM
13429 * gdb.base/display.exp: "finish" can leave us mid-line on many
13430 targets, deal with it. Add a small constant to main, instead of
13431 1000 since main+1000 may not be a valid address in the target.
13432
53a5351d
JM
13433 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
13434 on hpux11.
13435
13436 * gdb.base/attach.exp: Handle another hpux11 error message variant
13437 when attaching to a process that does not exist.
13438
134391999-08-19 J.T. Conklin <jtc@redback.com>
13440
13441 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
13442 characters in 'continue to 1241' test.
13443
134441999-08-17 Stan Shebs <shebs@andros.cygnus.com>
13445
13446 * gdb.base/call-ar-st.exp: Add a shorter match case for the
13447 stop in print_long_arg_list, define and use a whitespace
13448 variable in print_small_structs test, add an XFAIL for Solaris.
13449 * gdb.base/dbx.exp: XFAIL func commands until somebody is
13450 interested enough to fix.
13451
7be570e7
JM
134521999-08-13 Keith Seitz <keiths@cygnus.com>
13453
13454 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
13455 (dbx_gdb_load): Remove. Use gdb_load instead, since that
13456 proc knows about targets other than the natives.
13457 (test_assign): Use "gdb_run_cmd" to "run" the target.
13458 Check that we've actually hit the breakpoint at main.
13459 When we attempt to assign a value to a local variable, check
13460 that the variable is in the current scope, i.e., don't use
13461 a test with an empty result.
13462
13463Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
13464
13465 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
13466 command.
13467
134681999-08-09 Stan Shebs <shebs@andros.cygnus.com>
13469
13470 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13471 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
13472 gdb.compat, gdb.threads-hp.
13473 gdb.hp/configure, gdb.hp/configure.in: New files.
13474 gdb.hp/Makefile.in: Recurse into new subdirs.
13475 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
13476 gdb.hp/gdb.objdbg: New directory, tests for debugging info
13477 in object files.
13478 gdb.hp/tools: New directory, aux tools for HP-specific tests.
13479
96baa820
JM
134801999-08-05 Stan Shebs <shebs@andros.cygnus.com>
13481
13482 * gdb.base/display.exp: Help expect by putting a newline in the
13483 funky printf, remove a bogus p/a test.
13484
134851999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13486
13487 * gdb.base/display.exp: Make sure that when we say 'run', we are
13488 connected to the target. This is necessary when running not
13489 natively.
13490
134911999-08-03 Stan Shebs <shebs@andros.cygnus.com>
13492
13493 * gdb.base/step-test.exp: Removed some extraneous messages.
13494
13495 * gdb.base/long_long.exp: Don't run memory examination tests
13496 on little-endian targets (they will need a different set of
13497 results to match).
13498
134991999-08-02 Stan Shebs <shebs@andros.cygnus.com>
13500
13501 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
13502 until somebody decides to fix GDB.
13503
13504 * gdb.base/long_long.c: Stop compiler complaint by specifying long
13505 constant as "ULL".
13506 * gdb.base/long_long.exp: Loosen x/c test, add partial result
13507 matches for a couple x/2 commands.
13508
a0b3c4fd
JM
135091999-07-30 Stan Shebs <shebs@andros.cygnus.com>
13510
13511 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
13512 by merging in ref-types2 tests.
13513 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
13514
13515 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13516 * gdb.c++/Makefile.in: Add standard actions.
13517 (EXECUTABLES): Rename from PROGS, update list.
13518 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13519 from gdb.hp.
13520 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13521 foo and bar locals.
13522 * gdb.c++/anon-union.exp: Fix tests to match.
13523 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13524 expect matches to handle output variations.
13525 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13526 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13527 output, add HP alternatives for new and delete prints.
13528 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13529 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13530 * gdb.c++/demangle.exp: Use $style when reporting failure.
13531 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13532 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13533 match alternatives.
13534 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13535 compilers.
13536 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13537 * gdb.c++/method.exp: Add match alternatives.
13538 * gdb.c++/misc.cc: Add bool types.
13539 * gdb.c++/misc.exp: Add tests for bool types.
13540 * gdb.c++/overload.exp: Add xfails.
13541 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13542 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13543 add some more template parameter tests (only for HP currently).
13544 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13545 * gdb.c++/virtfunc.cc: Add return type and value for main.
13546 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13547 match alternatives.
d63a86f8 13548
a0b3c4fd
JM
135491999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13550
13551 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13552
135531999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13554
13555 * gdb.base/signals.exp: Don't expect getting a backtrace from
13556 within a signal handler to fail on Linux.
13557
135581999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13559
13560 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13561 * lib/gdb.exp: Remove some gratuitious semicolons.
13562 (delete_breakpoints): Increase timeout.
13563 (gdb_expect): Add -notransfer option.
13564 (gdb_test): Use -notransfer option.
13565 (get_compiler_info): Add f77 case.
13566 (get_compiler): New proc, split out from gdb_preprocess, add f77
13567 case.
13568 (gdb_preprocess): Call get_compiler.
13569
13570 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13571 * gdb.base/attach.exp, gdb.base/display.exp,
13572 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13573 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13574 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13575 third arg to gdb_test.
13576 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13577 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13578 HP-UX xfails, add others.
13579 * gdb.base/completion.exp: Reflect name change of self-test.
13580 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13581 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13582 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13583 HP failure number.
13584 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13585 useless HP-UX 10.30 references.
13586 * gdb.base/maint.exp: Loosen matches.
13587 * gdb.base/pointers.c (main): Declare more_code.
13588 * gdb.base/pointers.exp: Match on output of a `next'.
13589 * gdb.base/structs.c: Add prototypes.
13590 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13591 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13592
135931999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13594
13595 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13596 command.
13597
135981999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13599
13600 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13601 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
13602
13603 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
13604 debug info. Deal with lack of signal hanlder info in stack.
13605
a9c64011 13606 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
13607 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13608
5a2468f5
JM
136091999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13610
13611 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13612 gdb.base/foll-vfork.exp: Don't run for crosses.
13613
adf40b2e
JM
13614Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13615
13616 * gdb.base/configure.in: Check for gdbvars.exp instead of
13617 a1-selftest.exp.
13618 * gdb.base/configure: Re-generate.
13619
136201999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13621
13622 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13623 in trying to run first and name is too long.
13624
13625 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13626 pointers2.c and pointers2.exp, respectively.
13627 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13628 doschk happier.
13629
43e526b9
JM
136301999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13631
13632 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13633 callfuncs2.c and callfuncs2.exp.
13634
13635 * gdb.base/list.exp: Remove mistaken xfails.
13636 * gdb.base/list0.h: Add optional prototypes.
13637
9846de1b
JM
13638Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13639
a9c64011 13640 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 13641 calling malloc.
a9c64011
AS
13642 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13643 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
13644 use.
13645
136461999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13647
13648 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13649 * gdb.base/annota2.cc, annota2.exp: Move from here.
13650 * gdb.c++/annota2.cc, annota2.exp: To here.
13651 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13652
43ff13b4
JM
13653Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13654
13655 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13656 a consistent format.
13657
085dd6e6
JM
136581999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13659
13660 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13661 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13662 HP compilers, also set the globals $true and $false.
13663
13664 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13665 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13666 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13667 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13668 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13669 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13670 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13671 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13672 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13673 whatis.c} Add C++ compatible function definitions and return
13674 types, add includes for library functions.
13675 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13676 * gdb.base/step-test.c (myglob): Rename from glob.
13677 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13678 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13679 files, move here from gdb.hp.
13680 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13681 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13682 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13683 Adjust line numbers in regexps.
13684
13685 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13686 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13687 instead of 0/1.
13688
13689 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13690 foll-vfork.exp: New files, move here from gdb.hp.
13691 * gdb.base/page.exp: New file, test of pagination command.
13692
13693 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13694 recursion test.
13695 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13696
13697 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13698 gdb.base/solib.exp: Fix compiler invocation process.
13699
13700 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13701 HP-UX 11, turn off overload resolution explicitly.
13702 * gdb.base/commands.exp: Set argument list explicitly, add
13703 watchpoint test.
13704 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13705 them work.
13706 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13707 expressions properly.
13708 * gdb.base/corefile.exp: Loosen the match slightly.
13709 * gdb.base/default.exp: Allow "Error accessing memory" message
13710 also.
13711 * gdb.base/display.exp: Skip over x/0 j if PA64.
13712 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13713 * gdb.base/interrupt.exp: Ditto.
13714 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13715 in use.
13716 * gdb.base/list.exp: Add xfails for HP-UX.
13717 * gdb.base/long_long.exp: Refine some of the numeric matches.
13718 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13719 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13720 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13721 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13722 * gdb.base/ptype.exp: Succeed on more varieties of output.
13723 * gdb.base/scope.exp: Add xfails for HP-UX.
13724 * gdb.base/sect-cmd.exp: Add more cases.
13725 * gdb.base/setvar.exp: Add xfails for HP-UX.
13726 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13727 * gdb.base/signals.exp: Match on void symbolically.
13728 * gdb.base/step-test.exp: Add case for PA64.
13729 * gdb.base/term.exp: Add exit and restart.
13730 * gdb.base/twice.exp: Clean up after self.
13731 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13732 * gdb.base/whatis.exp: Allow more ways to pass tests.
13733
13734 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13735 no longer useful.
13736
13737Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13738
13739 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13740 list of patterns.
13741 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13742 print_double_array(double_array)", "continuing to breakpoint
13743 1018", "print print_double_array(array_d)" and "continuing to
13744 1034" tests.
d63a86f8 13745
085dd6e6
JM
137461999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13747
a9c64011 13748 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13749
137501999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13751
13752 * config/mt-*: Remove, these haven't been used since 1996.
13753
137541999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13755
13756 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13757 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13758 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13759
9e0b60a8
JM
137601999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13761
13762 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13763 simpler match case for the ptype of the big class.
13764
137651999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13766
13767 * gdb.exp: Fix test for gdb_prompt existence.
13768
137691999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13770
13771 * gdb.exp (gdb_test): Add fail after calls to perror.
13772
137731999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13774
13775 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13776
137771999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13778
13779 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13780
0f71a2f6
JM
13781Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13782
13783 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13784 malloc() is linked in.
13785
137861999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13787
13788 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13789 step at end.
13790
13791 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13792
137931999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13794
13795 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13796
cce74817
JM
13797Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13798
13799 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13800 * gdb.base/mips_pro.exp: Likewise.
13801
138021999-06-02 Keith Seitz <keiths@cygnus.com>
13803
13804 * gdb.c++/templates.cc: Change all "new" operators to throw
13805 an exception.
13806 * gdb.c++/cplusfuncs.cc: Likewise.
13807
13808 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13809
13810Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13811
13812 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13813 * gdb.base/ending-run.exp: When stepping out of main, accept a
13814 step into an arbitrary assembler file.
cce74817 13815
392a587b
JM
138161999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13817
d63a86f8 13818 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13819 "breakpoint-invalid" to be printed.
d63a86f8 13820 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13821 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13822 * gdb.base/annota2.cc: Initialize a.x to 0.
13823
9e086581
JM
138241999-05-17 Keith Seitz <keiths@cygnus.com>
13825
13826 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13827 when "skip_float_tests" set.
13828 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13829 "print print_ten_doubles", and "step into print_long_arg_list".
13830 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13831 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13832 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13833 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13834 "skip_float_tests" is set.
13835 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13836 when "skip_float_tests" set.
d63a86f8 13837
cd0fc7c3
SS
138381999-05-06 Keith Seitz <keiths@cygnus.com>
13839
13840 * gdb.base/annota2.cc: Include stdio.h.
13841
13842Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13843
13844 * gdb.base/crossload.exp: Remove, this has been disabled ever
13845 since BFD stopped including all targets, and cross-GDB gets
13846 plenty of testing anyway.
13847 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13848 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13849 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13850 * gdb.base/README: Remove, was doc for this.
13851 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13852 needed.
13853
b83266a0
SS
138541999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13855
13856 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13857 output.
13858
13859 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13860 * gdb.base/annota2.exp: New file. More annotation tests.
13861 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13862 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13863
138641999-04-23 Angela Marie Thomas <angela@cygnus.com>
13865
13866 * config/cfdbug.exp: New file.
13867
7a292a7a
SS
138681999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13869
13870 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13871 Marcus Daniel's and Dale Hawkins's demangler crashes.
13872
13873 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13874 test_lucid_style_demangling, test_arm_style_demangling,
13875 test_hp_style_demangling): Try Tom Tromey's core-dumping
13876 identifier under each demangling style.
13877
138781999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13879
13880 * gdb.c++/demangle.exp: Include the current demangling style
13881 in all test names.
13882 (current_demangling_style): New global variable.
13883 (set_demangling_style, test_demangling_core, test_demangling,
13884 test_demangling_exact): New functions.
13885 (test_gnu_style_demangling, test_lucid_style_demangling,
13886 test_arm_style_demangling, test_hp_style_demangling): Use those,
13887 instead of calling gdb_test and gdb_test_exact directly.
13888 (catch_demangling_errors): New function, which reports errors
13889 signalled by the demangling test functions in an orderly way.
13890 (do_tests): Use catch_demangling_errors.
13891
138921999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13893
13894 * gdb.base/signals.exp (test_handle_all_print): Use () for
13895 grouping in expressions, not {}.
13896
13897 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13898 initialized yet.
13899
139001999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13901
13902 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13903 are listed.
13904
139051999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13906
13907 * gdb.stabs/weird.exp: Test for CC being defined before
13908 looking at its value.
13909
139101999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13911
13912 * gdb.base/call-ar-st.exp: Remove stray '#'.
13913 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13914 "short int" and "long int".
13915 * gdb.c++/overload.cc: Cast the string added in the previous
13916 change, to mollify finicky HP compiler.
13917 * gdb.hp/reg-test.exp (testfile): Fix file name.
13918 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 13919
7a292a7a
SS
13920 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13921 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13922 alternate form of enum ptype.
13923
c906108c
SS
139241999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13925
7a292a7a
SS
13926 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13927 * gdb.hp/*.exp: Change all to run compiler probe only after
13928 passing skip_hp_tests, so as not to waste time on guaranteed
13929 failure.
13930
c906108c
SS
13931 * gdb.c++/overload.cc: Pass string instead of char addr, always
13932 init ccpfoo.
13933 * gdb.c++/templates.cc: Fix syntax error.
13934
7a292a7a
SS
13935Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13936
13937 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 13938 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
13939 command.
13940
139411999-03-18 James Ingham <jingham@cygnus.com>
13942
13943 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13944
13945 * gdb.c++/method.exp: It was testing an uninitialized int on the
13946 stack and assuming it was positive.
13947
13948 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13949
13950 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 13951 keep it from killing the rest of the tests.
7a292a7a
SS
13952 Use gdb_continue_to_end.
13953
13954 * gdb.base/sigall.exp: use gdb_continue_to_end.
13955
13956 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13957
13958 * gdb.base/display.exp: use runto_main, not run.
13959
d63a86f8
RM
13960 * gdb.base/default.exp: Check for the current error message in the
13961 r abbreviation test.
7a292a7a
SS
13962 Add strongarm to the targets that know info float.
13963
d63a86f8 13964 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
13965 run which doesn't work with monitors.
13966
13967 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13968
13969 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13970
13971 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
13972 program. Traps the case (in Cygmon) when the program never really
13973 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
13974 more places, so I used my name. Sorry Mark...
13975
13976 * config/monitor.exp (gdb_target_monitor): added another
13977 target_info parameter: remotebinarydownload. This will set the
13978 remotebinarydownload flag if this is causing some boards trouble.
13979
139801999-03-18 Mark Salter <msalter@cygnus.com>
13981
13982 * lib/gdb.exp (continue_to_exit): New function.
13983
13984 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13985 * gdb.base/ending-run.exp: Ditto.
13986 * gdb.base/step-test.exp: Ditto.
13987
139881999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13989
13990 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13991 (suggested by Art Haas <ahaas@neosoft.com>).
13992
139931999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13994
13995 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13996
13997Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13998
13999 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
14000 descriptions of types (short unsigned int vs unsigned short, etc).
14001
140021999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
14003
14004 * gdb.base/call-strs.exp: Don't assume that `step' will step over
14005 a call to strlen; sometimes we do have sources.
14006
140071999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
14008
14009 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
14010 character, so GDB won't print garbage after its end.
d63a86f8 14011
c906108c
SS
14012 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
14013 breakpoint there instead. Sometimes GCC emits memcpy to handle
14014 the large structures being passed by value, so we step into that
14015 instead of sum_array_print, which obscures what we're really testing.
14016 * gdb.base/step-test.exp: However, we do want a test that notices
14017 the bizarre steps into memcpy, so do that here. Add check for
14018 stepping into function calls that pass large structures by value.
14019 ("Is that a noun clause, or are you just happy to see me?")
14020 Remove all references to specific line numbers.
14021 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
14022 New type and function.
14023 (main): Call large_struct_by_value, passing it a large struct by value.
14024 * lib/gdb.exp (gdb_get_line_number): New function.
14025
14026 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
14027 more portable.
14028
7a292a7a
SS
140291999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
14030
c906108c
SS
14031 * lib/gdb.exp: Doc fixes.
14032
7a292a7a
SS
140331999-03-05 Nick Clifton <nickc@cygnus.com>
14034
d63a86f8 14035 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
14036
140371999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
14038
c906108c
SS
14039 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
14040 commands. They're not germane to this test, and they don't work
14041 that way on remote targets.
14042
3fc11d3e
JM
140431999-03-01 James Ingham <jingham@cygnus.com>
14044
14045 * Changelog entries merged over from gdb development branch.
14046
3fc11d3e
JM
14047 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
14048
14049 * lib/gdb.exp (gdbtk_analyze_results): Generic function
14050 for outputting results of test run.
14051
2d4a1622 14052 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
14053
14054 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 14055
7a292a7a
SS
140561999-02-25 Felix Lee <flee@cygnus.com>
14057
14058 * lib/gdb.exp (debug_format): initialize
14059
c906108c
SS
140601999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
14061
14062 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
14063 * gdb.base/call-rt-st.c: Ditto.
14064
c906108c
SS
140651999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
14066
14067 * gdb.threads/pthreads.exp (horiz): New variable.
14068 (test_startup): Fix regexps that capture thread numbers.
14069
140701999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
14071
14072 * gdb.base/smoke.exp: Disambiguate two test case names (both
14073 called ``print'').
14074
14075Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14076
14077 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
14078 compilation.
14079
140801999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
14081
14082 * gdb.base/miscexprs.exp: Change patterns to match GDB's
14083 actual output formatting.
14084 * gdb.base/smoke.exp: GDB removes leading 0's.
14085 * gdb.base/volatile.exp: Don't check type of remuneration;
14086 that variable is no longer defined in constvars.c.
14087 * gdb.base/step-test.c (main): Exit with explicit exit code.
14088 * gdb.base/step-test.exp: Remove two nexti checks--they are
14089 not portable.
14090
140911999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
14092
14093 * gdb.base/help.exp ("help delete display"): Fix test to match
14094 gdb's output.
14095
14096 * gdb.base/long_long.c (known_types): Initialize values to zero.
14097 * gdb.base/long_long.exp: Step one more line
14098 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
14099 leading zeros. Explicitly ask for hex formatting. Use
14100 unique test case names.
c906108c
SS
14101
14102Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14103
d63a86f8 14104 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
14105
14106 * gdb.c++/method.exp: Add missing close brace.
14107
141081999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
14109
14110 * gdb.base/maint.exp: Use 'set height 0' to disable page
14111 prompting, not 'set height 400'.
14112
14113 Fix a bunch of timeouts.
14114 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
14115 four separate tests, so expect doesn't take forever to match a ton
14116 of text against a regexp with lots of .* forms.
14117 ("maint print psymbols", "maint print symbols"): Make some of
14118 these greps more selective, so that expect doesn't try to wade
14119 through huge piles of output and time out.
14120
14121 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
14122
14123 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
14124 tests: one which doesn't expect shlib events to be reported, and
14125 another which does, but is XFAIL for all platforms other than
14126 HP/UX.
14127
14128 * gdb.base/break.exp: Teach the test suite that the `catch
14129 fork', `catch vfork', and `catch exec' commands produce error
14130 messages on platforms that don't provide these features.
14131
14132Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14133
14134 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
14135 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
14136 (shortening names from solib_threshold.exp etc), won't run on
14137 anything but HP-UX for the foreseeable future.
14138 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
14139 reflect move.
14140
14141Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
14142
14143 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
14144 gdb.trace/Makefile.in (clean): Remove all test executables.
14145
14146Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
14147
14148 * gdb.base/shlib-call.exp: add test cases to verify that gdb
14149 successfully re-sets breakpoints in shared libraries.
14150 * gdb.base/shmain.c (main): return 0, don't fall off the end.
14151
14152Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14153
d63a86f8
RM
14154 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
14155 and compiled w/o GCC.
c906108c
SS
14156
14157 * gdb.hp/watch-cmd.exp: ditto.
14158
14159 * gdb.hp/watch-hp.exp: ditto.
14160
14161 * gdb.hp/xdb1.exp: ditto.
14162
14163 * gdb.hp/xdb2.exp: ditto.
14164
14165 * gdb.hp/dbx.exp: ditto.
14166
14167Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
14168
14169 * constvars.c: Remove C++-isms.
14170 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
14171 with GCC.
14172
14173Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
14174
14175 The following changes are part of the HP merge.
14176
14177 * gdb.base/break.exp: new tests to verify that catchpoints for
14178 fork, vfork, and exec don't trigger inappropriately.
14179
14180 * gdb.base/opaque.exp: compile one file at a time, then link.
14181
14182 * gdb.base/signals.exp: be more restrictive about which hppa
14183 systems receive a setup_xfail. new tests.
14184
14185 * gdb.base/solib_threshold.build: new file.
14186 * gdb.base/solib_threshold.exp: new file.
14187 * gdb.base/solib_threshold.link_opts: new file.
14188 * gdb.base/solib_threshold.mk: new file.
14189 * gdb.base/gen_solib_threshold.c: new file.
14190
14191 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
14192 tests. New tests for enums inside classes.
14193
14194 * gdb.c++/compiler.cc: indicate support of template debugging.
14195
14196 * gdb.c++/demangle.exp: run hp style demangling tests.
14197
14198 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
14199 tests.
14200
14201 * gdb.c++/misc.cc: changes to support new tests.
14202
14203 * gdb.c++/templates.cc: changes to support HP's compiler; changes
14204 to support new tests.
14205
14206 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
14207 gcc, then skip these tests.
14208
14209Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
14210
14211 The following files are part of the HP merge; some had longer
14212 names at HP, but have been renamed to be no more than 14
14213 characters in length.
14214
14215 * gdb.hp/ambiguous.cc: new file.
14216 * gdb.hp/ambiguous.exp: new file.
14217 * gdb.hp/attach.exp: new file.
14218 * gdb.hp/attach2.exp: new file.
14219 * gdb.hp/classes-hp.exp: new file.
14220 * gdb.hp/ctti.exp: new file.
14221 * gdb.hp/ctti-add.cc: new file.
14222 * gdb.hp/ctti-add1.cc: new file.
14223 * gdb.hp/ctti-add2.cc: new file.
14224 * gdb.hp/ctti-add3.cc: new file.
14225 * gdb.hp/dbx.exp: new file.
14226 * gdb.hp/exception.cc: new file.
14227 * gdb.hp/exception.exp: new file.
14228 * gdb.hp/foll-exec.c: new file.
14229 * gdb.hp/foll-exec.exp: new file.
14230 * gdb.hp/foll-fork.c: new file.
14231 * gdb.hp/foll-fork.exp: new file.
14232 * gdb.hp/foll-vfork.c: new file.
14233 * gdb.hp/foll-vfork.exp: new file.
14234 * gdb.hp/inherit-hp.exp: new file.
14235 * gdb.hp/more-steps.exp: new file.
14236 * gdb.hp/namespace.cc: new file.
14237 * gdb.hp/namespace.exp: new file.
14238 * gdb.hp/optimize.exp: new file.
14239 * gdb.hp/pxdb.c: new file.
14240 * gdb.hp/pxdb.exp: new file.
14241 * gdb.hp/quicksort.exp: new file.
14242 * gdb.hp/reg-test.exp: new file.
14243 * gdb.hp/reg-test.s: new file.
14244 * gdb.hp/sized-enum.c: new file.
14245 * gdb.hp/sized-enum.exp: new file.
14246 * gdb.hp/start-stop.exp: new file.
14247 * gdb.hp/templ-hp.cc: new file.
14248 * gdb.hp/templ-hp.exp: new file.
14249 * gdb.hp/thr-lib.c: new file.
14250 * gdb.hp/thr-lib.exp: new file.
14251 * gdb.hp/thr-lib.h: new file.
14252 * gdb.hp/thr-liblib.c: new file.
14253 * gdb.hp/virtfun-hp.c: new file.
14254 * gdb.hp/virtfun-hp.exp: new file.
14255 * gdb.hp/watch-cmd.exp: new file.
14256 * gdb.hp/watch-hp.exp: new file.
14257 * gdb.hp/xdb1.exp: new file.
14258 * gdb.hp/xdb2.exp: new file.
14259 * gdb.hp/xdb3.exp: new file.
14260
14261Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
14262
14263 The following files are part of the HP merge; some had longer
14264 names at HP, but have been renamed to be no more than 14
14265 characters in length.
14266
14267 * gdb.base/ss.h: new file.
14268 * gdb.base/call-ar-st.c: new file.
14269 * gdb.base/call-ar-st.exp: new file.
14270 * gdb.base/call-rt-st.c: new file.
14271 * gdb.base/call-rt-st-exp: new file.
14272 * gdb.base/call-strs.exp: new file.
14273 * gdb.base/ena-dis-br.exp: new file.
14274 * gdb.base/environ.exp: new file.
14275 * gdb.base/long_long.exp: new file.
14276 * gdb.base/sect-cmd.exp: new file.
14277 * gdb.base/shlib-cl2.exp: new file.
14278 * gdb.base/smoke.exp: new file.
14279 * gdb.base/so-impl-ld.c: new file.
14280 * gdb.base/so-impl-ld.exp: new file.
14281 * gdb.base/so-indr-cl.c: new file.
14282 * gdb.base/so-indr-cl.exp: new file.
14283 * gdb.base/varargs.exp: new file.
14284 * gdb.base/volatile.exp: new file.
14285 * gdb.base/whatis-exp.exp: new file.
7a292a7a 14286 * gdb.base/display.exp: new file.
c906108c
SS
14287 * gdb.c++/derivation.exp: new file.
14288 * gdb.c++/local.exp: new file.
14289 * gdb.c++/member-ptr.exp: new file.
14290 * gdb.c++/overload.exp: new file.
14291 * gdb.c++/ovldbreak.exp: new file.
14292 * gdb.c++/ref-types.exp: new file.
14293 * gdb.c++/ref-types2.exp: new file.
14294 * gdb.c++/userdef.exp: new file.
d63a86f8 14295
c906108c
SS
14296Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
14297
14298 * gdb.base/default.exp: Reflect wording change in remote.c.
14299
dc96c6c7 14300Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14301
14302 * gdb.base/help.exp: Update to reflect current text.
14303
14304Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
14305
14306 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
14307 they're stack variables and contain garbage.
14308 * gdb.c++/anon-union.exp: new file.
14309
14310 The following changes were made by David Taylor
14311 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14312 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14313 in changes by HP.
14314
14315 * gdb.base/bitops.exp: new file.
14316 * gdb.base/default.exp: change expected messages for catch and
14317 info catch tests to reflect HP merge changes.
14318 * gdb.base/enable-disable-break.exp
14319 * gdb.base/ending-run.c: new file.
14320 * gdb.base/long_long.c: new file.
14321 * gdb.base/maint.exp: new file.
14322 * gdb.base/pointers2.exp: new file.
14323 * gdb.base/shlib-call2.exp: new file.
14324 * gdb.base/solib.exp: new file.
14325 * gdb.base/step-test.c: new file.
14326 * gdb.c++/anon-union.cc: new file.
14327 * gdb.c++/local.cc: new file.
14328 * gdb.c++/member-pointer.cc: new file.
14329 * gdb.c++/method.cc: new file.
14330 * gdb.c++/ref-types.cc: new file.
14331 * gdb.c++/ref-types2.cc: new file.
14332 * gdb.c++/userdef.cc: new file.
d63a86f8 14333
c906108c
SS
14334 * gdb.base/scope.exp: compile one file at a time, then link.
14335 * gdb.base/langs.exp: ditto.
14336 * gdb.base/list.exp: ditto.
d63a86f8 14337
c906108c
SS
14338Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
14339
14340 The following changes were made by David Taylor
14341 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14342 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14343 in changes by HP.
d63a86f8 14344
c906108c
SS
14345 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
14346 skip tests. When compiling pass c++ flag to gdb_compile.
14347 * gdb.c++/
d63a86f8 14348
c906108c
SS
14349 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
14350 test for on hppa*-*-hpux*; use args to see if c++ was specified.
14351 (skip_hp_tests): new function.
14352 (gdb_preprocess): new function.
14353
14354 * configure.in (hpdir): decide whether to configure gdb.hp.
14355 * configure: regenerated.
14356
14357 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
14358 to delete on clean.
14359 (EXECUTABLES): update to reflect new additions.
14360 * gdb.base/commands.exp: update message expected.
14361 * gdb.base/default.exp: add copyright notice.
14362 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
14363 * gdb.base/help.exp: update messages to reflect current text.
14364 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
14365 targets for recurse tests.
14366 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
14367 skip this file.
14368
14369 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
14370 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
14371 compilation.
14372 * gdb.c++/misc.exp: ditto.
14373 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
14374 run the tests. tell gdb_compile that it's a c++ compilation.
14375
14376 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 14377
c906108c
SS
14378 * gdb.base/all-bin.exp: new file.
14379 * gdb.base/arithmet.exp: new file.
14380 * gdb.base/assign.exp: new file.
14381 * gdb.base/completion.exp: new file.
14382 * gdb.base/cond-expr.exp: new file.
14383 * gdb.base/condbreak.exp: new file.
14384 * gdb.base/define.exp: new file.
14385 * gdb.base/dollar.exp: new file.
14386 * gdb.base/environment.exp: new file.
14387 * gdb.base/eval-skip.exp: new file.
14388 * gdb.base/jump.exp: new file.
14389 * gdb.base/logical.exp: new file.
14390 * gdb.base/pointers.exp: new file.
14391 * gdb.base/relational.exp: new file.
14392 * gdb.base/section_command.exp: new file.
14393 * gdb.base/whatis-expr.exp: new file.
14394
14395 * gdb.base/all-types.c: new file.
14396 * gdb.base/call-array-struct.c: new file.
14397 * gdb.base/call-return-struct.c: new file.
14398 * gdb.base/call-strings.c: new file.
14399 * gdb.base/callfuncs2.c: new file.
14400 * gdb.base/condbreak.c: new file.
14401 * gdb.base/constvars.c: new file.
14402 * gdb.base/display.c: new file.
14403 * gdb.base/int-type.c: new file.
14404 * gdb.base/jump.c: new file.
14405 * gdb.base/miscexprs.c: new file.
14406 * gdb.base/pointers.c: new file.
14407 * gdb.base/pointers2.c: new file.
14408 * gdb.base/shmain.c: new file.
14409 * gdb.base/shr1.c: new file.
14410 * gdb.base/shr2.c: new file.
14411 * gdb.base/solib.c: new file.
14412 * gdb.base/solib1.c: new file.
14413 * gdb.base/solib2.c: new file.
14414 * gdb.base/varargs.c: new file.
14415 * gdb.c++/derivation.cc: new file.
14416 * gdb.c++/overload.cc: new file.
14417 * gdb.c++/ovldbreak.cc: new file.
14418 * gdb.hp/attach.c: new file.
14419 * gdb.hp/attach2.c: new file.
14420 * gdb.hp/average.c: new file.
14421 * gdb.hp/compiler.c: new file.
14422 * gdb.hp/compiler.cc: new file.
14423 * gdb.hp/execd-program.c: new file.
14424 * gdb.hp/follow-exec.c: new file.
14425 * gdb.hp/follow-fork.c: new file.
14426 * gdb.hp/follow-vfork-and-exec.c: new file.
14427 * gdb.hp/misc-hp.cc: new file.
14428 * gdb.hp/more-steps.c: new file.
14429 * gdb.hp/optimize.c: new file.
14430 * gdb.hp/quicksort.c: new file.
14431 * gdb.hp/run-hp.c: new file.
14432 * gdb.hp/start-stop.c: new file.
14433 * gdb.hp/sum.c: new file.
14434 * gdb.hp/templates-hp.cc: new file.
14435 * gdb.hp/thread-local-in-lib.c: new file.
14436 * gdb.hp/thread-local-in-lib.h: new file.
14437 * gdb.hp/thread-local-in-lib.lib.c: new file.
14438 * gdb.hp/vforked-program.c: new file.
14439 * gdb.hp/virtfunc-hp.cc: new file.
14440 * gdb.hp/watchpoint-hp.c: new file.
14441 * gdb.hp/xdb.c: new file.
14442 * gdb.hp/xdb0.c: new file.
14443 * gdb.hp/xdb0.h: new file.
14444 * gdb.hp/xdb1.c: new file.
14445
14446Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
14447
14448 The following change was made by Edith Epstein
14449 <eepstein@cygnus.com> as part of a project to merge in changes
14450 originally made by HP; HP did not create ChangeLog entries.
14451
14452 * gdb.c++/demangle.exp: changed the expected output for some
14453 ARM-style mangling -- removed second reference to datatype.
14454 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 14455 T1<char>::~T1<char>(void)
c906108c 14456 becomes,
a9c64011
AS
14457 maint demangle __dt__11T1__pt__2_cFv
14458 T1<char>::~T1(void)
c906108c
SS
14459
14460 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 14461
c906108c
SS
14462Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
14463
14464 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
14465 * gdb.trace/backtrace.exp: Likewise.
14466 * gdb.trace/circ.exp: Likewise.
14467 * gdb.trace/collection.exp: Likewise.
14468 * gdb.trace/deltrace.exp: Likewise.
14469 * gdb.trace/infotrace.exp: Likewise.
14470 * gdb.trace/limits.exp: Likewise.
14471 * gdb.trace/packetlen.exp: Likewise.
14472 * gdb.trace/passc-dyn.exp: Likewise.
14473 * gdb.trace/passcount.exp: Likewise.
14474 * gdb.trace/report.exp: Likewise.
14475 * gdb.trace/save-trace.exp: Likewise.
14476 * gdb.trace/tfind.exp: Likewise.
14477 * gdb.trace/tracecmd.exp: Likewise.
14478 * gdb.trace/while-dyn.exp: Likewise.
14479 * gdb.trace/while-stepping.exp: Likewise.
14480
144811998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
14482
14483 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
14484
14485Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
14486
14487 From Brendan Kehoe:
14488 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
14489 int return types.
14490
14491Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
14492
14493 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
14494 remote dos host testing right.
14495
14496Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
14497
14498 * gdb.base/corefile.exp: remove some xfails.
14499
14500Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
14501
14502 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
14503 have different timestamps.
14504
14505Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
14506
14507 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
14508 gdb.base/default.exp: Replace "exec" with "executable".
14509
14510Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
14511
14512 * gdb.base/default.exp: Change else if to elseif from previous
14513 delta.
14514
14515Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
14516
14517 * gdb.base/default.exp: Add brace missing from previous delta.
14518
14519Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14520
14521 * gdb.base/default.exp: Support test for info float for all
14522 varieties of arm toolchain.
14523
dc96c6c7 14524Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14525
14526 * gdb.trace/*.exp: remove "remote_download" command.
14527
dc96c6c7 14528Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14529
14530 * gdb.trace/*.exp: remove -gdwarf from compile.
14531
14532Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14533
14534 * gdb.trace/configure.in(AC_INIT): typo
14535 * gdb.trace/configure: regenerated
14536
dc96c6c7 14537Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14538
14539 * config/m68k-emc.exp: New file.
14540 * lib/<emc-support.exp trace-support.exp}: New files.
14541 * configure.in: add new test directory gdb.trace.
14542 * gdb.trace/{configure configure.in Makefile.in}: New files.
14543 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14544 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14545 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14546 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14547 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14548 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14549 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 14550
dc96c6c7 14551Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14552
14553 * gdb.c++/classes.exp: Change all regular expressions to match
14554 arbitrary combinations of newline/carriage-return, so that they
14555 will work equally well on Unix and Windows.
14556 * gdb.c++/inherit.exp: ditto.
14557 * gdb.c++/virtfunc.exp: ditto.
14558
145591998-08-11 Dawn Perchik <dawn@cygnus.com>
14560
14561 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14562
c2d11a7d
JM
14563Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14564
14565 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14566 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14567 to use a0-a3/d0-d3 as needed.
14568
14569Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14570
14571 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14572 * gdb.disasm/am33.exp: Corresponding changes.
14573
c906108c
SS
145741998-07-11 Felix Lee <flee@cygnus.com>
14575
14576 * gdb.base/callfuncs.exp: add cmp10 test.
14577 * gdb.base/callfuncs.c (cmp10): new function.
14578
14579Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14580
d63a86f8 14581 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
14582 into two parts to get around a synchronization problem in expect.
14583
3fc11d3e
JM
14584Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14585
14586 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14587
14588 * configure.in: Add options for gdbtk testsuite.
14589
14590 * configure: Regenerate.
14591
14592 * gdb.gdbtk: New directory to hold gdbtk tests.
14593
c906108c
SS
14594Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14595
14596 * gdb.fortran/types.exp: Escape brackets in expect patterns
14597 for test_float_literal_types_accepted tests.
14598 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14599 before run test.
14600
c2d11a7d
JM
14601Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14602
14603 * am33.exp: Just compile, do not link the testcase.
14604 * am33.s: Add ".am33" pseudoop to force am33 mode.
14605
c906108c
SS
146061998-06-25 Felix Lee <flee@cygnus.com>
14607
14608 * gdb.base/setshow.exp: make sure $pc is sane.
14609
14610 * gdb.stabs/weird.exp: split expect patterns properly.
14611
c2d11a7d
JM
14612Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14613
14614 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14615 * gdb.disasm/am33.exp: Run it.
14616
dc96c6c7 14617Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14618
14619 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14620 match processing (and eliminate spurious timeouts when running).
14621
dc96c6c7 14622Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14623
14624 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14625 exception test, but conditionalize it on target [mach | gnu].
14626
dc96c6c7 14627Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14628
14629 * gdb.base/overlays.exp: fixup compile line for linker script.
14630
14631Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14632
14633 * gdb.fortran/types.exp: don't guess at float size.
14634
14635Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14636
14637 * gdb.base/exprs.exp: delete test that depends on int size.
14638
14639Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14640
14641 * config/sim.exp: Removed checks for target triplets.
14642 (gdb_target_sim): Use gdb,target_sim_options.
14643
14644Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14645
14646 * gdb.base/reread.exp: New file.
14647 * gdb.base/reread1.c: New file.
14648 * gdb.base/reread2.c: New file.
14649
14650Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14651
14652 * config/sim.exp: Use 'target sim -sparclite' when running
14653 SPARClite programs.
14654
14655Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14656
14657 * gdb.base/structs2.exp: New file.
14658 * gdb.base/structs2.c: New file.
14659
14660Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14661
14662 * gdb.asm/common.inc: New file.
14663 * gdb.asm/d10v.inc: New file.
14664 * asm-source.exp: Pass -I's to gas to find .inc files.
14665 Update line numbers in expected output.
14666 * asmsrc1.s: Rewrite.
14667 * asmsrc2.s: Rewrite.
14668 * configure.in: Create arch.inc symlink.
14669 * configure: Regenerate.
14670 * Makefile.in (distclean): Delete arch.inc.
14671
14672Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14673
14674 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14675 (t_enum_value2): ditto
14676 (t_enum_value3): ditto
14677 (main): ditto
14678Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14679
14680 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14681 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14682 change.
14683 Use gdb_test instead of send_gdb/gdb_expect sequences.
14684
14685Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14686
14687 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14688 not void.
14689
14690Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14691
14692 * gdb.base/branches.c: Code with lots of loops and
14693 subroutines. Used to test gdbs ability to single step through PC
14694 changes, especially to test mips-tdep.c:mips_next_pc
14695
14696Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14697
14698 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14699 more rigorous EGCS C++ error checking.
14700
14701Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14702
a9c64011
AS
14703 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14704 tests.
14705 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14706 function when asleep.
14707 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14708 for i*86 Linux and SVR4 signal handling problems.
14709 Remove linux xfail for `next to handler in signals_tests_1', fixed
14710 by recent infrun.c change.
14711 Limit backtrace to 10 frames to avoid timeout problems with infinite
14712 stack backtraces.
14713 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14714 target.[ch] change.
c906108c
SS
14715
14716Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14717
14718 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14719 for a newline from gdb before continuing.
14720 (default_gdb_exit): Just look for y or n.
14721 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14722 it does, fail the rests of the tests in the file.
14723
14724Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14725
14726 * config/cygmon.exp: New file.
14727
14728Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14729
14730 * gdb.base/list.exp: Fix problem with "list default lines around
14731 main" test on remote targets.
14732
14733 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14734 run test on remote targets.
14735
14736Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14737
14738 * gdb.asm: New directory.
14739 * configure.in: Configure it.
14740 * configure: Regenerate.
14741 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14742 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14743
14744Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14745
14746 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14747
dc96c6c7 14748Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14749
a9c64011
AS
14750 * gdb.base/overlays (several files): Merge the two overlay
14751 managers into one. Change variables (foox, barx, bazx, grbxx)
14752 back into ints but force them to load in their proper sections.
c906108c
SS
14753
14754Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14755
14756 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14757 on-chip insn memory and IMAP1 to upper 128k.
14758 (D10VCopy): Handle memory regions crossing 16k boundaries.
14759 (D10VCopy): Transfer data in 32 bit chunks.
14760
14761Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14762
14763 * gdb.base/overlays.c (main): Exit normally when result is
14764 correct.
14765
14766 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14767 map. Include space for printf in .text segment.
14768
14769 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14770 updated d10v memory VMA/LMA map.
14771 (D10VCopy): Call D10VTranslate.
d63a86f8 14772
c906108c
SS
14773Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14774
14775 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14776
14777 * gdb.base/bar.c (barx, bar): Change variable to small array so
14778 that it won't be put into the .sdata - small data -
14779 section. Update reference.
14780 * gdb.base/baz.c (bazx, baz): Ditto.
14781 * gdb.base/foo.c (foox, foo): Ditto.
14782 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14783
14784 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14785 to be arrays.
d63a86f8 14786
dc96c6c7 14787Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14788
a9c64011
AS
14789 * gdb.base/overlays.exp: fix up and get working again.
14790 Add tests for backtraces from an overlay function.
d63a86f8 14791
c906108c
SS
14792Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14793
14794 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14795 "calling function with watchpoint enabled".
14796
14797Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14798
14799 * gdb.base/break.exp (test_next_with_recursion): Remove
14800 gdb_suppress_tests for d10v-*-*.
14801 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14802 pending review of whether it is useful or not.
14803
14804Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14805
14806 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14807
14808Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14809
14810 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14811 * config/dve.exp: New file to support Densan boards.
14812
14813Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14814
14815 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14816 reads and BSD.
14817
14818Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14819
14820 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14821 response.
14822
14823 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14824
14825Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14826
14827 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14828 test.
14829
14830 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14831 target_sizeof_long and target_bigendian_p.
14832 (structs_by_value, structs_by_reference): Check values according
14833 to targets word size and endianess.
d63a86f8 14834
c906108c
SS
14835Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14836
14837 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14838 output.
14839
14840Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14841
14842 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14843 Update test of set args help to match source change.
14844
14845Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14846
14847 * gdb.base/default.exp: Expect help system output to be in
14848 alphabetical order.
14849 * gdb.base/help.exp: Ditto.
14850
14851Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14852
14853 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14854 "i*86-pc-linux-gnu*".
14855 * gdb.base/interrupt.exp: Ditto.
14856 * gdb.base/corefile.exp: Ditto.
14857
14858 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14859 define vxworks when building the testcase.
14860
14861 * gdb.base/ptype.exp: Fix testnames to be unique.
14862 * gdb.base/radix.exp: Ditto.
14863 * gdb.base/term.exp: Ditto.
14864 * gdb.base/whatis.exp: Ditto.
14865 * gdb.c++/classes.exp: Ditto.
14866
14867Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14868
14869 * gdb.base/callfuncs.exp: Fix indentation.
14870
14871 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14872 suppress_flag has been set.
14873 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14874 target feature.
14875
14876Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14877
14878 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14879 the testcase.
14880
14881 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14882 set_debug_traps() and breakpoint().
14883 * gdb.c++/misc.cc (main): Ditto.
14884 * gdb.c++/templates.cc (main): Ditto.
14885 * gdb.c++/virtfunc.cc (main): Ditto.
14886
14887Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14888
14889 * lib/gdb.exp(gdb_step_for_stub): New function.
14890 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14891 exists, reload the executable and do a "continue" instead of
14892 doing a jump.
14893 (runto_main): Use gdb_step_for_stub.
d63a86f8 14894
c906108c
SS
14895 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14896 tests to have unique names.
14897 * gdb.base/callfuncs.exp: Ditto.
14898 * gdb.base/commands.exp: Ditto.
14899 * gdb.base/default.exp: Ditto.
14900 * gdb.base/help.exp: Ditto.
14901 * gdb.base/list.exp: Ditto.
14902 * gdb.base/opaque.exp: Ditto.
14903 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14904 similar tests.
d63a86f8 14905
c906108c
SS
14906 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14907 * gdb.c++/cplusfuncs.cc: Ditto.
14908 * gdb.c++/virtfunc.cc: Ditto.
14909
14910 * config/monitor.exp: Keep track of the last file we saw, rather
14911 than trying to get the info from gdb.
14912
14913 * gdb.fortran/types.exp: Move comment to previous line.
14914
14915Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14916
14917 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14918 target mode.
14919
14920Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14921
14922 From Bob Manson:
14923 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14924 string from GDB when it connects.
14925
14926 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14927
14928Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14929
14930 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14931 if we can't get a debug format from GDB (we may be testing an
14932 older GDB). Use a 10 second timeout when checking for the format.
14933
14934 * gdb.stabs/weird.exp: Fix quoting.
14935
14936 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14937
14938Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14939
14940 * config/arm-ice.exp: New file.
14941
14942Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14943
14944 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14945 until it has been modified to work with the new testsuite.
14946
99707966 14947 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
14948 testcase won't compile, cause all of the testcases in the file to
14949 fail instead.
14950
14951 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14952 (gdb_clear_suppressed): New procedure.
14953 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14954 it contains a positive value.
14955
14956Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14957
14958 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14959
14960 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14961
14962Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14963
14964 * lib/gdb.exp (setup_xfail_format): New function.
14965 (get_debug_format): New function to get debug format.
14966 (debug_format): New global variable to hold last value set
14967 by get_debug_format.
14968 * gdb.base/list.exp: Call get_debug_format and expect some
14969 tests to fail for DWARF 1 and COFF formats.
14970 * gdb.c++/ptype.exp: Ditto.
14971 * gdb.c++/classes.exp: Ditto.
14972 * gdb.c++/cplusfuncs.exp: Ditto.
14973 * gdb.c++/inherit.exp: Ditto.
14974 * gdb.c++/templates.exp: Ditto.
14975 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 14976
c906108c
SS
14977Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14978
14979 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14980 host doesn't have a currently-open connection.
14981
14982 * config/sparclet.exp: Cleanups and fixes to make it generic for
14983 any gdb stub target. Handle cases where gdb doesn't respond when
14984 interrupted in a sane fashion.
14985
14986 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14987 same thing in a totally different way.
14988
14989 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14990 setting "timeout".
14991 (gdb_start): We set the global gdb_prompt variable in
14992 default_gdb_init now.
14993
14994Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14995
14996 * gdb.base/printcmds.exp: Fix "check for floating addition"
14997 regexp to accept results within approx +/- .01 of exact value.
14998 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14999
15000Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
15001
15002 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
15003 properly.
15004 (gdb_expect): Add optional timeout parameter, and add timeout
15005 value to various calls.
15006 (gdb_suppress_tests): Only give one warning message per group.
15007
15008Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
15009
15010 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
15011 global variables. Handle getting a value for $timeout more
15012 gracefully.
15013
15014Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15015
15016 * lib/gdb.exp: Close connection to remote host if gdb doesn't
15017 initialize.
15018 (default_gdb_init): New procedure; allow gdb_init to be overridden
15019 by a target configuration file.
15020 (gdb_expect): Pass the timeout to remote_expect.
15021
15022 * config/monitor.exp(gdb_load): Fix typo in regexp.
15023
15024Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
15025
15026 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
15027
15028Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
15029
15030 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
15031 here. Call gdb_target_exec before rebooting the target, to make
15032 sure the connection to the target is closed.
15033 (gdb_load): Pass the name of the executable to gdb_target_monitor.
15034 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
15035 Also detect "Timeout reading from remote" error.
15036
15037 * config/gdbserver.exp: Pass the executable being loaded to
15038 gdb_target_monitor. Don't call gdb_file_cmd here; let
15039 gdb_target_monitor do it.
15040
15041 * gdb.disasm/hppa.exp: Don't use exec_output.
15042
15043Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
15044
15045 * gdb.base/list.exp: If we're debugging a non-native target,
15046 try to set the pc register to point to the start of the
15047 program before doing the first list command.
15048
15049 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
15050 test_calls after restarting.
15051
15052 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
15053 reloading.
15054
15055 * gdb.base/watchpoint.exp: Fix typo.
15056
15057 * gdb.base/setshow.exp: Check for use_gdb_stub.
15058
15059 * gdb.base/break.exp: Fix continue until exit test for the gdb
15060 stub case.
15061 * gdb.base/langs.exp: Ditto.
15062
15063 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
15064 gdb_load_offset. If we weren't given a file to load, figure out
15065 what the current file is and use it.
15066
15067 * config/i386-bozo.exp: New file.
15068
15069Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
15070
15071 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
15072 feature.
15073
15074 * config/proelf.exp: New entry.
15075
15076Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
15077
15078 * lib/gdb.exp: Remove spurious .* patterns at the beginning
15079 of regexps.
15080
15081 * gdb.base/watchpoint.exp: Don't run the test_stepping
15082 tests if gdb can't call functions on the target.
15083
15084 * gdb.base/setshow.exp: Don't run the set prompt tests if
15085 the board has gdb_prompt set.
15086
15087Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
15088
15089 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
15090 * gdb.base/commands.exp: Likewise.
15091 * gdb.base/setshow.exp: Likewise.
15092
15093Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
15094
15095 * config/monitor.exp(gdb_start): Look for gdb_prompt target
15096 feature.
15097
15098 * config/i960.exp: New file.
15099
15100Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
15101
15102 * gdb.base/funcargs.exp: Check for gdb,short_int target
15103 feature instead of looking for explicit target triplets.
15104
dc96c6c7 15105Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 15106
d63a86f8 15107 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
15108 "p 123DEADBEEF", to check parse_number.
15109 * top.c: change "to enable to enable" to "to enable" in a couple
15110 of help strings.
15111
15112Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
15113
15114 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
15115 on the mn10300.
d63a86f8 15116
c906108c
SS
15117Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
15118
15119 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
15120 where the test executable is run with explicit args.
15121 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
15122
15123Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
15124
15125 * gdb.base/run.c: Use FAKEARGV to build test executable that
15126 does not require a command line arg, since most simulators
15127 don't currently support passing such an arg into the simulated
15128 program.
15129 * gdb.base/commands.exp: Change tests to insert the proper
15130 value as the arg to the first recursive factorial call. Change
15131 compilation line to define FAKEARGV at compile time.
15132
15133Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
15134
15135 * gdb.base/recurse.exp: Enable these tests for the mn10300.
15136 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
15137 function with watchpoint enabled" test.
15138
15139Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
15140
15141 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
15142 Don't call gdb_test when the command doesn't return to a gdb prompt.
15143
15144 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
15145 "Tests restarted" messages.
15146
15147Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
15148
15149 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
15150
dc96c6c7 15151Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15152
15153 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
15154 for INFO SYMBOL; add help tests for OVERLAY commands.
15155 * gdb.base/default.exp: add tests for INFO SYMBOL command;
15156 add tests for OVERLAY commands
15157 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
15158 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
15159 * gdb.base/sigall.c: add usestubs code frag
15160 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 15161
c906108c
SS
15162Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
15163
15164 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
15165 failures.
15166 (gdb_stop_suppressing_tests): Note that tests have restarted.
15167
15168Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
15169
15170 * config/h8300.exp: New file.
15171
15172Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
15173
15174 * gdb.base/setshow.exp: Check for the existence of a
15175 feature, not its value.
15176
15177Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
15178
15179 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
15180
15181 * gdb.base/scope.exp: It's now init0(), not init().
15182
15183 * gdb.base/scope0.c: For now, change init() to be init0().
15184
15185 * config/monitor.exp: Use gdb_serial in preference to serial
15186 or netport.
15187
15188 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
15189 and it's not already set.
15190
15191Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
15192
15193 * gdb.base/setshow.exp: Only test the run command if the target
15194 isn't using a stub and if it supports argument passing.
15195
15196Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
15197
15198 * config/udi.exp(gdb_start): Make sure UDICONF is set
15199 properly before starting gdb.
15200
15201Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
15202
15203 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
15204 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
15205 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
15206
15207Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
15208
15209 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
15210 specialized code to reboot the board, use remote_reboot instead.
15211
15212 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
15213
15214 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
15215
15216 * config/monitor.exp: Make sure we disconnect from the target.
15217 Also, try a reboot/reload cycle instead of failing if the
15218 load fails.
15219
15220Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
15221
15222 * gdb.base/default.exp: Don't set match_max.
15223 * gdb.base/help.exp: Ditto.
15224 * gdb.base/list.exp: Ditto.
15225 * gdb.base/signals.exp: Ditto.
15226
15227 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
15228 set, use remote_ld to download the testcase instead of
15229 the GDB loader.
15230
15231Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
15232
15233 * config/vr5000.exp: New file.
15234
15235 * config/monitor.exp(gdb_target_monitor): Add pattern for
15236 "Ending remote" to detect errors in connecting.
15237
15238 * gdb.base/setshow.exp: Add .* within auto language test.
15239
15240 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
15241 target feature.
15242
15243 * config/monitor.exp(gdb_load): Check for a failure when loading,
15244 and reboot the board if necessary.
15245
15246 * gdb.base/setvar.exp(test_set): Handle multiple prints within
15247 a set of tests. Remove print.* from the patterns being checked.
15248
15249Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
15250
15251 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
15252 refer to gdb_spawn_id.
15253
15254 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
15255 longer used.
15256 * config/sparclet.exp: Ditto.
15257 * config/sparclet-old.exp: Ditto.
15258 * config/slite.exp: Ditto.
15259 * config/sim.exp: Ditto.
15260 * gdb.base/funcargs.exp: Ditto.
15261
15262 * lib/gdb.exp:Remove references to gdb_spawn_id.
15263 (gdb_expect): Move to remote.exp.
15264
15265Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
15266
15267 * config/monitor.exp: Detect the "Couldn't establish connection"
15268 message from GDB.
15269
15270Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
15271
15272 * gdb.base/bitfields.exp: Use runto instead of explicit
15273 gdb_run_cmd/gdb_expect sequences.
15274
15275 * gdb.base/break.exp(text_next_with_recursion): Add match for
15276 gdb_expect call.
15277
15278 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
15279 We also need to handle the "A program is being debugged already"
15280 prompt from gdb. Use gdb_test to set the baud rate.
15281
15282 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
15283 to 20000. Really. I mean it.
15284
15285Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15286
15287 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
15288 fails. If suppress_flag is set, skip perror message about not
15289 being able to send to GDB.
15290 (send_gdb): If suppress_flag is set, don't try to send commands to
15291 GDB.
15292 (gdb_expect): If suppress_flag is set, always fail immediately.
15293 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
15294 (gdb_init): Call gdb_stop_suppressing_tests.
15295 (default_gdb_exit): Ditto.
15296 (default_gdb_start): Ditto.
15297
15298 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
15299 gdb_stop_suppressing_tests as appropriate.
15300 * gdb.base/break.exp: Ditto.
15301 * gdb.base/callfuncs.exp: Ditto.
15302 * gdb.base/commands.exp: Ditto.
15303 * gdb.base/exprs.exp: Ditto.
15304 * gdb.base/funcargs.exp: Ditto.
15305 * gdb.base/list.exp: Ditto.
15306 * gdb.base/recurse.exp: Ditto.
15307 * gdb.base/scope.exp: Ditto.
15308 * gdb.base/structs.exp: Ditto.
15309 * gdb.c++/inherit.exp: Ditto.
15310
15311Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
15312
15313 * config/vr4300.exp: New file.
15314
99707966 15315 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 15316
99707966 15317 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
15318
15319Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
15320
15321 * lib/gdb.exp(gdb_init): New function.
15322
15323 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
15324 for each individual variable set.
15325
15326 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
15327 name.
15328
15329 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
15330
15331 * gdb.base/scope.exp: Use gdb_test.
15332
15333 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
15334 aborting; the testsuite driver will do that for us (see
15335 gdb_finish). Also, use gdb_test in a few more places.
15336
15337Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15338
15339 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
15340
15341Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
15342
15343 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
15344 and "add_tests" are not at the same address.
15345
15346Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
15347
15348 * gdb.base/ptype.exp: Use gdb_test.
15349
15350Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
15351
15352 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
15353 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
15354 left in. No longer expect them to fail.
15355
15356 * gdb.stabs/*.mt; Deleted, no longer used.
15357 * gdb.stabs/configure.in: Remove references to target makefile
15358 frags.
15359 * gdb.stabs/configure: Rebuilt.
15360
15361 * gdb.disasm/*.mt: Deleted, no longer used.
15362 * gdb.disasm/configure.in: Remove references to target makefile
15363 frags. Use "sh3.s" as the unique filename for this directory.
15364 * gdb.disasm/configure: Rebuilt.
15365
15366 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
15367 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
15368 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
15369
15370Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
15371
15372 * config/udi.exp: Use mondfe,name instead of remote_host.
15373
15374Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
15375
15376 * gdb.base/watchpoint.exp: Don't expect a failure when calling
15377 a function with a watchpoint enabled on the mn10200.
15378
15379 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
15380 before trying to create it!
15381
15382Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
15383
15384 * config/vx.exp: Use hostname instead of netport.
15385
15386 * config/vxworks.exp: New file.
15387
15388 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
15389
15390 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
15391 gdb before assuming everything worked. Send a ^C if a timeout
15392 occurs.
15393
15394 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
15395 $gdb_spawn_id directly.
15396 (gdb_run_cmd): Try _start as well as start. Use the target feature
15397 gdb,start_symbol as the symbol to start from when jumping.
15398
15399Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
15400
15401 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
15402 redundant) test.
15403
15404 * gdb.base/recurse.exp: Relax final value test for 'b' so that
15405 it doesn't lose for 16bit integer systems.
15406
15407Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
15408
15409 * gdb.fortran/types.exp: If the target doesn't support "double"
15410 data types, then expect "real" types to only be 4 bytes.
15411
15412 * gdb.c++/virtfunc.exp: Expect failure for virtual function
15413 call tests if the target doesn't support inferior function calls.
15414
15415 * gdb.base/printcmds.exp: Allow minor deviation in FP values
15416 in printf tests.
15417
15418Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
15419
15420 * gdb.base/help.exp: Disable "help set", "help show", and
15421 "help support". Simplify regexp for "help stack".
15422
15423 * gdb.base/default.exp: Set match_max to 5000 and the timeout
15424 to 60 seconds. Temporarily set match_max to 15000 around the
15425 "info copying" test.
15426
15427 * gdb.base/nodebug.exp: Don't try to do an inferior function
15428 call if the target doesn't support them.
15429 * gdb.base/printcmds.exp: Likewise.
15430 * gdb.base/setvar.exp: Likewise.
15431 * gdb.base/structs.exp: Likewise.
15432 * gdb.c++/templates.exp: Likewise.
15433 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
15434
15435 * gdb.base/recurse.exp: Enable for the mn10200.
15436
15437 * configure.in: Do configure gdb.stabs directory for *-*-elf
15438 targets.
15439 * configure: Rebuilt.
15440
15441 * gdb.base/break.exp: Check for gdb,noresults before testing
15442 exit status and/or results from the target.
15443 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
15444 * lib/gdb.exp: Remove old (now bogus) initialization of
15445 noinferior, noargs, noresults and nosignals.
15446
15447Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
15448
15449 * config/sh.exp: New file.
15450
15451 * config/slite.exp: Try to connect multiple times to the board
15452 before rebooting. Only send a "monitor run" if need_monitor_run
15453 is set.
15454
15455 * gdb.base/break.exp: Don't do the "stub continue" test if
15456 the target has gdb_stub set.
15457
15458 * gdb.base/callfuncs.exp: Increase the timeout.
15459
15460 * gdb.base/interrupt.exp: Don't even try to compile the testcase
15461 if the target has gdb,noinferiorio set.
15462
15463 * gdb.base/list.exp: Increase match_max to 10000 characters.
15464
15465 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
15466
15467 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
15468 target.
15469
15470 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
15471
15472Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
15473
15474 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
15475 trying to delete the copy of gdb. Catch the file delete so we
15476 don't die if the delete fails; also, the file should be copied to
15477 the host, not to the build.
15478
15479Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
15480
15481 * lib/gdb.exp(gdb_test): Surround the result pattern with
15482 parenthesis in case it contains multiple regexps separated
15483 with |.
15484
15485 * gdb.base/watchpoint.exp: Use gdb_test.
15486 * gdb.base/default.exp: Ditto.
15487
15488Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
15489
99707966 15490 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 15491
c906108c
SS
15492 * gdb.base/scope.exp: Use gdb_test.
15493 * gdb.c++/classes.exp: Ditto.
15494 * gdb.c++/inherit.exp: Ditto.
15495
15496Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
15497
15498 * gdb.base/crossload.exp: Don't use execute_anywhere, use
15499 remote_exec instead.
15500 * gdb.base/corefile.exp: Don't be ridiculous.
15501 * gdb.base/*.c: Add missing stub invocations.
15502
15503Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
15504
15505 * config/slite.exp: Miscellaneous fixes.
15506
15507 * lib/gdb.exp: Fix runto.
15508
15509 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
15510 the target.
15511
15512 * gdb.base/watchpoint.exp: Fix regexp.
15513
15514 * lib/gdb.exp(default_gdb_exit): Add a catch to the
15515 close and wait commands, as the descriptor may now be
15516 invalid. Always call "remote_close host".
15517
15518Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15519
15520 Major rewrite for testsuite revision.
d63a86f8 15521
c906108c
SS
15522 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15523 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15524 instead of relying on spawn_id to always contain a valid
15525 spawn id.
15526 (get_compiler_info): New procedure to build the ${binfile}.ci
15527 file, instead of replicating this in N different places.
15528 (gdb_compile): New procedure.
d63a86f8 15529
c906108c
SS
15530 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15531 appropriate arguments) instead of compile. Use gdb_test in a lot
15532 more places. Use send_gdb instead of send. Always run gdb_start
15533 at the start of a testcase, as this is no longer done magically.
15534
15535 config/*-gdb.exp: Rename without the -gdb suffix.
15536
15537 config/mips.exp: Use remote_close instead of exit_remote_shell.
15538 config/monitor.exp: Use target_info instead of looking at
15539 baud, timeout, etc.
15540 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15541
15542Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15543
15544 * gdb.c++/templates.exp (test_ptype_of_templates),
15545 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15546 Update expect patterns for destructors and assignment operators
15547 to match corresponding c-typeprint.c changes.
15548 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15549 to destructor breakpoint test, GDB should be able to set the
15550 destructor breakpoint without specifying arguments.
15551
15552Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15553
15554 * gdb.threads/pthreads.exp: Change result for failure to compile due
15555 to lack of pthreads runtime support from an error to simply an
15556 unsupported test, per dejagnu standards.
15557
15558Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15559
15560 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15561 where GDB exits to reduce pattern match time.
15562 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15563
15564 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15565
dc96c6c7 15566Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15567
15568 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15569 * gdb.base/default.exp: ditto.
15570 * gdb.base/nodebug.exp: ditto.
15571 * gdb.base/printcmds.exp: ditto.
15572 * gdb.base/ptype.exp: ditto.
15573 * gdb.base/setvar.exp: ditto.
15574 * gdb.base/structs.exp: ditto.
15575 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15576
15577Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15578
15579 * configure, */configure: Rebuild with autoconf 2.12.
15580
15581Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15582
15583 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15584 use new i*86-pc-linux*-gnu quads.
15585 * gdb.base/corefile.exp: Ditto.
15586 * gdb.base/signals.exp: Ditto.
15587 * gdb.base/sigall.exp: Ditto.
15588 * gdb.base/interrupt.exp: Ditto.
15589
15590 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15591 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15592 RedHat 4.0.
d63a86f8 15593
c906108c
SS
15594 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15595 linux. This allows the test case to at least compile on latest
15596 linux, but still not run due to missing the threads runtime library.
15597
15598Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15599
15600 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15601 directory to search gdb directory. Accept and step over conditional
15602 stack alignment code. Consume $prompt in failure cases.
15603 Reset timeout to $oldtimeout instead of some arbitrary value.
15604 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15605 timeout problems with infinite stack backtraces.
15606 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15607 Accept function parameters for linkfunc member.
15608
15609Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15610
15611 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15612 (CXXFLAGS): Remove, unreferenced.
15613 (B_OPTIONS): Add for -B options and add code to initialize with
15614 previous -B options and also add -B option to pick up cross compiled
15615 runtime.
15616 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15617 doing cross compiles.
15618 (target_alias): Declare global.
15619 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15620 to verify that gcc exists in build tree, and if so set CC to that
15621 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 15622
c906108c
SS
15623Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15624
15625 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15626 ptype test for anonymous union. Fixup testcase to match
15627 current gcc debug output.
15628
15629Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15630
15631 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15632 force argument to an unsigned long type.
15633
15634Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15635
15636 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15637 tests and anonymous union print/ptype tests.
15638 * gdb.base/list.exp (test_forward-search): Increase timeout by
15639 5 minutes for the "search extremely long line" case.
15640 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15641 completely optional and that the pass/fail messages use the command as
15642 the message if that third arg is a null string.
15643 (gdb_test_exact): Arrange that a null string pattern means match a
15644 null string output rather than any output, which might include random
15645 errors.
15646 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15647 backtrace test.
15648 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15649 always failing and failure is now exposed by gdb.exp changes.
15650
15651Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15652
15653 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15654 weren't being noted.
15655
15656Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15657
15658 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15659 * gdb.stabs/weird.exp: Remove v_comb xfails.
15660
dc96c6c7 15661Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15662
15663 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 15664 list.exp scope.exp watchpoint.exp]
c906108c 15665 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 15666
dc96c6c7 15667Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15668
15669 * config/monitor.exp: Increase download timeout to 1000 seconds.
15670
dc96c6c7 15671Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15672
15673 * config/m32r.exp: Increase timeout to 120 seconds.
15674
15675Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15676
15677 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15678 and accept older ordering as obsolescent gcc or gdb.
15679 * gdb.c++/templates.exp: Ditto.
15680 * gdb.c++/virtfunc.exp: Ditto.
15681
15682Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15683
15684 * gdb.base/coremaker.c: Add code to mmap some data so we
15685 can check that it ends up in the core file.
15686 * gdb.base/corefile.exp: Add test to read mmapped data
15687 from core file.
15688
dc96c6c7 15689Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15690
15691 * config/m32r.exp: New file.
15692
15693Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15694
15695 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15696 that cflags can contains -gstabs, and work correctly for other tests.
15697
dc96c6c7 15698Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15699
15700 * gdb.base/setshow.exp: New file, tests show and set.
15701 * gdb.base/setshow.c: New file, tests show and set.
15702 * gdb.base/help.exp: Add test for help set|show annotate.
15703 * gdb.base/default.exp: Add test for set|show annotate.
15704
15705Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15706
15707 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15708 errors unique.
15709 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15710 explicitly.
15711
15712Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15713
15714 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15715 and width commands. This is done elsewhere.
15716 * (gdb_start): Don't call gdb_start_sim here. That's already
15717 done in gdb_load. This fixes lots of failures in default.exp.
15718
15719Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15720
15721 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15722 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15723 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15724 in the same we we treat other failures (since it may be an expected
15725 condition), rather than as an error.
15726 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15727 old test format.
15728
15729Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15730
15731 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15732 (distclean maintainer-clean realclean): No need to remove files
15733 twice. Nuke the duplicates.
15734 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15735 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15736 Remove config.h along with other config files.
15737
15738Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15739
15740 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15741 "p func1 ()" and note that rests of tests are skipped.
15742 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15743 setup_xfails for "print func2::coremaker_local".
15744 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15745 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15746 affected by the previous run test.
15747 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15748 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15749 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15750 "pass int powerset tuple" and "pass modeless int powerset tuple".
15751 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15752 "real write 4" and "real write 8".
15753 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15754 setup_xfails for "print vs1 after tuple assign 2",
15755 "print \$i after tuple assign 2", and
15756 "print vs2 after tuple assign 2".
15757 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15758 meaningful error message and return -1 so the caller can
15759 suppress further tests and avoid a cascade of errors.
d63a86f8 15760
c906108c
SS
15761Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15762
15763 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15764 format for printing version.
15765 * gdb.base/default.exp: Ditto.
15766 * gdb.base/interrupt.exp: Fix problem with cascade of
15767 errors if child process dies while calling a function.
d63a86f8 15768
c906108c
SS
15769Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15770
15771 * Makefile.in (VPATH): Add
15772 * Makefile.in (Makefile, config.status): Fix rules so things get
15773 remade when necessary.
15774
15775Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15776
15777 * Makefile.in (just-check): Add path to sibling expect dir
15778 to environment variable specified by RPATH_ENVVAR.
15779
15780Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15781
15782 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15783 (just-check): Add shared library paths for libstdc++, tk,
15784 tcl, bfd, and opcodes to the environment variable specified
15785 in RPATH_ENVVAR.
15786 * configure.in: Add support to recognize --enable-shared flag
15787 and generate correct value for RPATH_ENVVAR.
15788 * configure: Regenerated with autoconf.
15789
15790Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15791
15792 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15793 include all osf versions.
15794 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15795 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15796 when target is linux. When failing to build pthreads test
15797 executable, give more meaningful message.
15798 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15799 arg for pthread_create.
d63a86f8 15800
c906108c
SS
15801Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15802
15803 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15804 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15805 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15806 and -lpthreads (everybody else).
15807 (test_startup): Fail gracefully if threads are not supported.
15808 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15809 "p/c array_index("abcdef",2)" when not gcc compiled.
15810 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15811 "print func2::coremaker_local" when not gcc compiled.
15812 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15813 "ptype on opaque struct tagname (statically)",
15814 "ptype on opaque struct tagname (dynamically) 1", and
15815 "ptype on opaque struct tagname (dynamically) 2"
15816 for not compiled with gcc.
15817 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15818 backtrace when compiled with gcc.
d63a86f8 15819 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15820 than always return success.
15821
15822Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15823
15824 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15825
15826Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15827
15828 * gdb.base/structs.exp: Undo last change.
15829
15830Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15831
15832 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15833 encapsulate all the steps/nexts done during self test, starting
15834 at main, and makes them less sensitive to optimization issues.
15835 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15836 signal handler" test.
15837 * gdb.threads/pthreads.exp: Only run this for native configs.
15838 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15839 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15840 tests.
15841 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15842 for "runto test_calls(void)" test.
d63a86f8 15843
c906108c
SS
15844Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15845
15846 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15847 and don't expect address info in breakpoint confirmations.
15848
15849Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15850
15851 * gdb.base/list.exp (test_forward_search): Increase timeout
15852 temporarily by 60 seconds for searching extremely long line,
15853 and then reset to old value when done. Increase expect input
15854 buffer to 10000.
15855
15856Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15857
15858 * gdb.base/list.exp (test_forward_search): Fix to handle very
15859 long source line without overflowing expect's input buffer.
15860
15861Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15862
15863 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15864 "buffer_full".
15865
15866 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15867 "buffer_full".
15868
15869 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15870 "buffer_full".
15871
15872 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15873 "buffer_full".
15874
15875Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15876
15877 * configure.in (configdirs): Add gdb.threads.
15878 * configure: Regenerated with autoconf.
15879 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15880 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15881 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 15882
c906108c
SS
15883Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15884
15885 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15886
15887Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15888
15889 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15890 each signal's status in the output of "handle all print".
15891 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15892 the \r\n sequence that immediately precedes the gdb prompt.
15893 * gdb.base/a1-selftest.exp: Save original timeout and restore
15894 after test.
15895
15896Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15897
15898 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15899 symbol.
15900
15901Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15902
15903 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15904
15905Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15906
15907 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15908 timeout by 60 seconds.
15909
15910Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15911
15912 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15913 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15914 error return.
15915
15916Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15917
15918 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15919 gdb initialization, also report how long dejagnu waited. Restore
15920 old timeout before doing error return. Temporarily increase timeout
15921 by 3 minutes to allow for slow startups over heavy NFS use.
15922
15923Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15924
15925 * lib/gdb.exp: Report timeout value for verbosity level 2.
15926 * config/gdbserver.exp: Ditto.
15927 * config/hppro.exp: Ditto.
15928 * config/mips-gdb.exp: Ditto.
15929 * config/monitor.exp: Ditto.
15930 * config/netware.exp: Ditto.
15931 * config/sim-gdb.exp: Ditto.
15932 * config/slite-gdb.exp: Ditto.
15933 * config/udi-gdb.exp: Ditto.
15934 * config/unix-gdb.exp: Ditto.
15935 * config/vx-gdb.exp: Ditto.
15936 * gdb.base/a1-selftest.exp: Ditto.
15937 * gdb.base/a2-run.exp: Ditto.
15938 * gdb.base/break.exp: Ditto.
15939 * gdb.base/corefile.exp: Ditto.
15940 * gdb.base/list.exp: Ditto.
15941 * gdb.base/recurse.exp: Ditto.
15942 * gdb.base/scope.exp: Ditto.
15943 * gdb.base/signals.exp: Ditto.
15944
15945Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15946
15947 * gdb.threads/Makefile.in (docdir): Removed.
15948
15949Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15950
15951 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 15952 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 15953 @srcdir@.
d63a86f8 15954 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
15955 autoconf 2.5 or higher.
15956 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15957
15958Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15959
15960 * configure: Regenerated.
15961 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15962 avoid name clashes with SunOS headers.
15963
15964Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15965
15966 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15967
15968Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15969
15970 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15971 prototype information ends up in the compiler info file.
15972
15973Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15974
15975 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15976 attempting to regenerate it. Eliminate use of a temporary file
15977 and just generate the info file directly. Source it immediately,
15978 for consistency of use.
15979 * gdb.base/corefile.exp: Ditto
15980 * gdb.base/exprs.exp: Ditto.
15981 * gdb.base/funcargs.exp: Ditto.
15982 * gdb.base/langs.exp: Ditto.
15983 * gdb.base/list.exp: Ditto.
15984 * gdb.base/mips_pro.exp: Ditto.
15985 * gdb.base/nodebug.exp: Ditto.
15986 * gdb.base/opaque.exp: Ditto.
15987 * gdb.base/ptype.exp: Ditto.
15988 * gdb.base/scope.exp: Ditto.
15989 * gdb.base/setvar.exp: Ditto.
15990 * gdb.base/signals.exp: Ditto.
15991 * gdb.base/whatis.exp: Ditto.
15992 * gdb.c++/templates.exp: Ditto.
15993 * gdb.c++/virtfunc.exp: Ditto.
15994 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15995 whether or not to add -lstdc++ to the compile command line args.
15996
15997Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15998
15999 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
16000 it got fixed by the recent lookup_minimal_symbol_by_pc change.
16001 Increase timeout, a lot of single stepping might be needed if the
16002 target has no hardware watchpoints.
16003
16004Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
16005
16006 * gdb.base/break.exp: Ignore compiler warnings when compiling
16007 break.c.
16008 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
16009 * gdb.base/default.exp: Add h8300 xfails. Handle messages
16010 from remote-sim.
16011 * gdb.base/exprs.exp: Add h8300 xfails.
16012 * gdb.base/funcargs.exp: Likewise.
16013 * gdb.base/nodebug.exp: Likewise.
16014 * gdb.base/printcmds.exp: Likewise.
16015 * gdb.base/ptype.exp: Likewise.
16016 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
16017 h8300 xfails.
d63a86f8 16018 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
16019 on the h8300.
16020 * gdb.base/funcargs.c: Explicitly make last constant argument to
16021 call_after_alloca_subr an unsigned long type.
16022 * gdb.base/return.c: Include stdio.h.
16023
16024Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16025
16026 * config/abug.exp: New file for the older Motorola Bug monitor
16027 that runs on the mvme13x series VME boards.
16028 * config/monitor.exp: Use the new config array for target settings
16029 if they exist.
16030
16031Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
16032
16033 * sim-gdb.exp: Make the SH simulator allocate less space when
16034 it is targeted.
16035
16036Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
16037
16038 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
16039 test.
16040
16041Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
16042
16043 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
16044 "rs6000-*-*" for "list function in include file" when gcc compiled.
16045 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
16046 for "p ctable1[120]".
16047 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
16048 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
16049 Remove setup_xfail for "rs6000-*-*" for
16050 "print 'scope0.c'::filelocal before run".
16051 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
16052 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
16053 since some compilers don't allow both options to be given
16054 on the same command line. Create object file and move it.
d63a86f8 16055
c906108c
SS
16056Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
16057
16058 * gdb.base/corefile.exp: Always regenerate the core file, since
16059 we always regenerate the coremaker program. Detect special case
16060 where registers cannot be read from core file.
d63a86f8 16061
c906108c
SS
16062Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
16063
16064 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
16065 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
16066 * gdb.c++/templates.exp: Only match on basename of file since
16067 some formats like xcoff don't encode directory information.
16068 * gdb.stabs/weird.exp: Use the right sed script for powerpc
16069 and rs6000 AIX xcoff targets.
16070 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
16071 * configure: Regenerate.
16072 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
16073 here, rather than in distclean.
d63a86f8 16074
c906108c
SS
16075Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
16076
16077 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
16078 defined, and use it to compile the test case with -O2. The
16079 native compilation still uses no optimization.
16080 * gdb.base/mips_pro.c: Remove inline assembly code since
16081 it is compiled PIC by default, which results in assembler
16082 warnings that make the testsuite think the compilation
16083 was unsuccessful.
16084
16085Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
16086
16087 * gdb.c++/misc.exp: Add note to message for
16088 "print s.a for foo struct" that this is a known gcc 2.7.2
16089 and earlier bug.
16090
16091Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
16092
16093 * gdb.base/break.exp: Fix pattern for matching "Delete all
16094 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
16095 setup_xfail for deleting all breakpoints test. Fix various
16096 timeout messages to include "(timeout)".
16097 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
16098 for "p t_float_values2(3.14159,float_val2)".
16099 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
16100 for "continue to call2g" when gcc compiled.
16101 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
16102 "up to foo in langs.exp", "show language at foo in langs.exp",
16103 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
16104 and "show language at fsub in langs.exp".
16105 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
16106 "list line 1 in include file", "list message for lines past EOF",
16107 "list function in include file", "list list0.h:foo", and
16108 "list filename:function; nonexistant function".
16109 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
16110 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
16111 and "ptype t_char_array" to be for native cc only.
d63a86f8 16112
c906108c
SS
16113Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
16114
d63a86f8 16115 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
16116 setup_xfail for "print coremaker_bss", "print coremaker_ro",
16117 "print func2::coremaker_local", and "backtrace in corefile.exp".
16118
16119Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
16120
16121 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
16122 "bt in signals.exp". This problem only appears when running
16123 the testsuite, and then only intermittently.
16124
16125Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16126
16127 * gdb.base/return.exp (return_tests): Differentiate between
16128 two tests of continuing.
16129
16130Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16131
16132 * */Makefile.in (maintainer-clean): Remove config.log.
16133 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
16134 * gdb.c++/Makefile.in (PROGS): Add inherit.
16135 (clean): Remove *.ci.
16136
16137Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
16138
16139 * gdb.c++/misc.cc: Add test code from Mike Stump.
16140 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
16141
16142Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
16143
16144 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
16145 to "alpha-*-osf2*" and add comment.
16146 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
16147 setup_xfail for "step over execarg initialization" and
16148 "step over corearg initialization".
16149 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
16150 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
16151 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
16152 gcc compiled for "print coremaker_bss", "print coremaker_ro",
16153 "print func2::coremaker_local", and "backtrace in corefile.exp".
16154 * gdb.base/signals.exp: Build and source signals.ci.
16155 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
16156 to be for gcc only.
16157 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 16158
c906108c
SS
16159Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16160
16161 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
16162 Feb 3 procfs.c change.
16163
16164Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
16165
16166 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
16167
16168Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
16169
16170 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
16171 from dejagnu's apparent default of 10 seconds, which gives random
16172 results when running the tests over NFS on moderately loaded systems.
16173 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
16174
16175Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
16176
16177 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
16178 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
16179 result reports.
16180
16181Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
16182
16183 * configure.in (CY_AC_PATH_TCLH): Remove.
16184 * configure: Regenerate.
16185
16186Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
16187
16188 * gdb.c++/Makefile.in (clean): Add missing '{'.
16189
16190Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
16191
16192 * lib/gdb.exp: Provide a default value for noinferior.
16193
16194 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
16195 Load libgloss.exp.
16196
16197Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
16198
16199 * gdb.disasm/hppa.exp: Compile directly into an executable, use
16200 the executable, not the .o to run the tests from.
16201
16202Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
16203
16204 * gdb.base/break.exp: Don't test for program exit or exit status
16205 if $noresults if nonzero.
16206 * gdb.base/langs.exp: Likewise.
16207 * gdb.base/watchpoint.exp: Likewise.
16208
16209 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
16210 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
16211 trying to compile the testcase.
16212
16213Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
16214
16215 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
16216 * gdb.base/signals.exp (continue to handler): Likewise.
16217
16218Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
16219
16220 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
16221
16222 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
16223
16224Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
16225
16226 * gdb.base/corefile.exp: Recognize "not found" as failure
16227 when trying to determine if a core file was generated.
16228 If no core file was generate the first time, try again without
16229 the ulimit -c to work around braindamaged shells.
16230
16231Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
16232
16233 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
16234 [] tests with "test" and enclose string in quotes.
16235 * gdb.stabs/configure: Rebuild
d63a86f8 16236
c906108c
SS
16237Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
16238
16239 Changes in sync with expect:
16240 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
16241 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
16242 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
16243 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
16244 argument to AC_REQUIRE.
16245 * configure: Regenerated.
16246
16247Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
16248
16249 * gdb.base/corefile.exp: When generating a core, discard any
16250 error messages about ulimit not found and the "core dumped"
16251 message from the shell that runs the coredumper.
16252
16253Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
16254
16255 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
16256
16257 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
16258 which sed script to run. Expect failure for v_comb test
16259 on PA targets too.
d63a86f8 16260
c906108c
SS
16261Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
16262
16263 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
16264 "print func2::coremaker_local" and for "backtrace in corefile.exp"
16265
16266Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
16267
16268 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
16269 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
16270 "sparc-sun-solaris*" xfails for "p v_comb".
16271 * lib/gdb.exp (default_gdb_start): Fix typo.
16272 * gdb.base/corefile.exp: Allow "Core was generated by ..."
16273 messages to not include the full program name that caused
16274 the core dump since some systems (such as solaris) apparently
16275 truncate this path to about 80 characters.
16276 When generating a core file first try increasing the core file
16277 size limit to unlimited since some systems may default it to
16278 zero, and it is harmless to try it. Move the test for failing
16279 to generate a core file to where it will actually get executed.
16280 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
16281 new gdb result from g++ debug info improvements and make old
16282 pattern obsolescent. Also account for size_t differences
16283 (may be int or long).
16284 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
16285 initialization before function call is placed in the delay slot
16286 and thus appears to be skipped over by commands such as "next".
16287
16288Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16289
16290 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
16291
16292Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
16293
16294 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
16295 input source file; fix code to compile test to deal with this
16296 convention.
16297 * gdb.c++/*.exp: Likewise.
16298
16299Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
16300
16301 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
16302 "bt in signals.exp".
16303
16304Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
16305
16306 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
16307 "step over execarg initialization" and
16308 "step over corearg initialization".
16309
16310Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
16311
16312 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
16313 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
16314
16315Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
16316
16317 From Rob Savoye (rob@poseidon.cygnus.com)
16318 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
16319 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
16320 configure.in}, gdb.disasm/{Makefile.in, configure.in},
16321 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
16322 configure.in}: Major reworking for autoconfig.
16323 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
16324 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
16325 New files.
16326 * config/unix-gdb.exp: Make GDB global.
16327 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
16328 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
16329 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
16330 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
16331 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
16332 term.exp, twice.exp, watchpoint.exp, whatis.exp},
16333 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
16334 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
16335 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
16336 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
16337 pr-8136.exp, result.exp, string.exp, tuples.exp},
16338 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
16339 to returns as necessary, arrange for test to compile own testcase
16340 executable.
16341 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 16342
c906108c
SS
16343Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
16344
16345 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
16346 clear_xfail at end of test which might not call either pass or fail.
16347 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
16348 "backtrace through signal handler".
16349
16350Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16351
16352 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
16353 continuing from a job control stop signal.
16354 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
16355
16356Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
16357
16358 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
16359 * gdb.base/corefile.exp: Likewise.
16360 * gdb.base/funcargs.exp: Likewise.
16361
16362Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
16363
16364 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
16365 * config/monitor.exp: Add support for setting baud rate.
16366
16367Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
16368
16369 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
16370 i*86-*-linux* xfails for "backtrace through signal handler".
16371 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
16372 "print func2::coremaker_local".
16373 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
16374 alpha-dec-osf2* xfail for
16375 "delete all breakpoints when none".
16376
16377Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
16378
16379 * gdb.base/break.exp: Change test that deletes all breakpoints
16380 when no user breakpoints are installed. A post 4.15 change
16381 causes gdb to no longer prompt in this case.
16382
16383Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
16384
16385 * gdb.base/return.exp (return_tests): Change xfail for test
16386 "correct value returned double test" to stop xfailing at
16387 Solaris 2.5. Apparently the bug has been fixed.
16388
16389Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
16390
16391 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
16392 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
16393
16394Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
16395
16396 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
16397 * gdb.disasm/hppa.s: Corresponding changes.
16398
16399Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
16400
16401 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
16402 makefile fragment.
16403 * config/mt-hpux: Deleted.
16404
16405Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
16406
d63a86f8 16407 * Many files: When warning about suppressed tests due to a
c906108c
SS
16408 nonexistant test binary, avoid incrementing the warning count.
16409
16410Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
16411
16412 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 16413
c906108c
SS
16414Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16415
16416 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
16417 "sparc-*-solaris2*".
16418
16419Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16420
16421 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
16422 Add global and local variables and initialize them.
16423 * gdb.base/corefile.exp: Test correct mapping of corefile sections
16424 by printing variables. Remove rs6000 and powerpc xfails, BFD now
16425 extracts the file name and terminating signal from the core file.
16426 * TODO: Remove note about tests for correct mapping of corefile.
16427 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
16428 from optimizing it away.
16429 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
16430 handles common blocks.
16431
16432Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
16433
16434 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
16435 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
16436
16437Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
16438
16439 * Makefile.in (maintainer-clean): New target, synonym for
16440 realclean.
16441 * gdb.base/Makefile.in (maintainer-clean): Likewise.
16442 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
16443 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
16444 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
16445 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
16446 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
16447
16448Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
16449
16450 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
16451 xfails when not gcc compiled for "print foo::funclocal".
16452 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
16453 "print foo::funclocal at foo",
16454 "print 'scope1.c'::foo::funclocal at foo",
16455 "print foo::funclocal_bss at foo",
16456 "print 'scope1.c'::foo::funclocal_bss at foo",
16457 "print foo::funclocal_ro at foo",
16458 "print 'scope1.c'::foo::funclocal_ro at foo",
16459 "print bar::funclocal at foo" and
16460 "print 'scope1.c'::bar::funclocal at foo".
16461 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
16462 gcc compiled for "print foo::funclocal at bar".
16463 Expand all messages to ensure that they identify that
16464 the test is at bar().
16465 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
16466 gcc compiled for:
16467 "ptype on opaque struct pointer (statically)",
16468 "ptype on opaque struct tagname (statically)",
16469 "ptype on opaque struct pointer (dynamically) 1",
16470 "ptype on opaque struct tagname (dynamically) 1",
16471 "ptype on opaque struct pointer (dynamically) 2" and
16472 "ptype on opaque struct tagname (dynamically) 2
16473 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
16474 gcc compiled for:
16475 "p datalocal"
16476 "whatis datalocal",
16477 "ptype datalocal",
16478 "p bsslocal",
16479 "whatis bsslocal", and
16480 "ptype bsslocal".
16481 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
16482 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
16483 when not gcc compiled.
16484 * gdb.base/funcargs.exp (float_and_integral_args): Add
16485 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
16486 compiled.
16487 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
16488 "backtrace from call6a" when not gcc compiled.
16489 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
16490 "backtrace from call7a" when not gcc compiled.
16491 * gdb.base/callfuncs.exp (do_function_calls):
16492 Add "hppa*-*-hpux*" xfail when not gcc compiled for
16493 "p t_char_array_values(char_array_val2,char_array_val1)",
16494 "p t_char_array_values(char_array_val1,char_array_val2)",
16495 "p t_char_array_values("carray 1","carray 2")",
16496 "p t_char_array_values("carray 1",char_array_val2)",
16497 "p t_char_array_values(char_array_val1,"carray 2")",
16498 "p sum_args(1,{2})",
16499 "p sum_args(2,{2,3})",
16500 "p sum_args(3,{2,3,4})",
16501 "p sum_args(4,{2,3,4,5})"
16502 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
16503 "backtrace in corefile.exp" when not gcc compiled.
16504
16505Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16506
16507 * gdb.base/signals.exp: Rewrite `handle all print' test as
16508 a procedure. Accept blanks or TABs as whitespace, increase
16509 timeout and expect input buffer size for the large output
16510 from the command. Remove "i*86-*-bsdi2.0" xfail.
16511
16512Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16513
16514 * gdb.base/setvar.exp: Add new testcases for truncation when
16515 assigning invalid values to bitfields.
16516
16517Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
16518
d63a86f8 16519 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
16520 mips-sgi-irix* xfail for
16521 "call inferior func with struct - returns char *"
16522 and fix test so that an optional (unsigned char *) cast is
16523 accepted in the result.
16524
16525Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16526
16527 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16528 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16529 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16530 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16531 that accidentally got checked in.
16532
16533Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16534
d63a86f8 16535 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
16536 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16537 compiled test.
16538 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16539 Add mips-sgi-irix5* xfail for not gcc compiled.
16540 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16541 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16542 "p top", "whatis top", "p middle", and "whatis middle".
16543 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16544 "whatis signed char" for not gcc compiled.
16545 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16546 "set variable signed char=-1 (-1)" and
16547 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16548 * gdb.base/funcargs.exp (float_and_integral_args):
16549 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16550 Add mips-sgi-irix* xfail when not gcc compiled for
16551 "continue to call2b".
16552 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16553 "continue to call2g".
16554 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16555 "backtrace from call6a"
16556 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16557 "backtrace from call7k".
16558 Add mips-sgi-irix5* xfail when not gcc compiled for
16559 "backtrace from call7a".
16560 (localvars_after_alloca): Fix gdb_test cmds for
16561 "print * after runto ...".
16562 Remove rs6000-*-* xfails for
16563 "print i after runto localvars_after_alloca" and
16564 "print l after runto localvars_after_alloca"
16565 for all compilers.
16566 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16567 when not compiled with gcc, for:
16568 "print signed char == (minus)",
16569 "print signed char != (minus)",
16570 "print signed char < (minus)",
16571 "print signed char > (minus)".
16572 * gdb.base/callfuncs.exp (do_function_calls):
16573 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16574 "call inferior func with struct - returns char *".
d63a86f8 16575 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
16576 "correct value returned double test" to include Solaris 2.4.
16577 * gdb.base/funcargs.exp (float_and_integral_args):
16578 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 16579
c906108c
SS
16580Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16581
16582 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16583 enumeration bitfields if compiling with GNU C.
16584 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16585 to empty' prompt.
16586
16587Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16588
16589 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16590 test for PRO targets.
16591
16592 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16593 breakpoints in the inferior at any given time by making
16594 two groups of breakpoints for call2*, call6* and call7*
16595 tests.
16596
16597Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16598
16599 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16600 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16601 from optimizing it away.
16602 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16603 "call inferior func with struct".
16604
16605Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16606
16607 * configure.in: Only configure gdb.chill for particular targets.
16608
16609Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16610
16611 * gdb.base/Makefile.in: Add action to .c.o transformation
16612 rule that generates a .ci file for each .o file and remove
16613 explicit .c.o rules except for callfuncs.o.
16614 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16615 generates a .ci file for each .o file and remove explicit
16616 .cc.o rules.
16617 (clean): Remove *.tmp *.ci files.
16618 (EXECUTABLES): Remove templ-info.exp.
16619 * gdb.base/compiler.c: New file.
16620 * gdb.c++/compiler.cc: New file
16621 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16622 Change rs6000-*-* xfail for
16623 "print 'scope0.c'::filelocal_ro" and
16624 "print 'scope1.c'::filelocal" and
16625 "print 'scope1.c'::filelocal_bss" and
16626 "print 'scope1.c'::filelocal_ro" and
16627 "print 'scope1.c'::foo::funclocal" and
16628 "print 'scope1.c'::foo::funclocal_ro" and
16629 "print 'scope1.c'::bar::funclocal" and
16630 "print 'scope0.c'::filelocal_ro" and
16631 "print 'scope1.c'::filelocal at foo" and
16632 "print 'scope1.c'::filelocal_bss at foo" and
16633 "print 'scope1.c'::filelocal_ro at foo" and
16634 "print 'scope1.c'::foo::funclocal at foo" and
16635 "print 'scope1.c'::foo::funclocal_bss at foo" and
16636 "print 'scope1.c'::foo::funclocal_ro at foo" and
16637 "print 'scope1.c'::bar::funclocal at foo" and
16638 "print 'scope0.c'::filelocal_ro" and
16639 "print 'scope1.c'::filelocal" and
16640 "print 'scope1.c'::filelocal_bss" and
16641 "print 'scope1.c'::filelocal_ro" and
16642 "print 'scope1.c'::foo::funclocal" and
16643 "print 'scope1.c'::foo::funclocal_bss" and
16644 "print 'scope1.c'::foo::funclocal_ro" and
16645 "print 'scope1.c'::bar::funclocal" and
16646 "print 'scope1.c'::bar::funclocal_bss"
16647 to only be xfail'd when not compiled with gcc.
d63a86f8 16648 Add rs6000-*-* xfail for
c906108c
SS
16649 "print 'scope0.c'::filelocal_bss before run"
16650 when compiled with gcc.
16651 (test_at_main): Add rs6000-*-* xfail for
16652 "print filelocal_ro in test_at_main"
16653 when compiled with gcc.
16654 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 16655 Add rs6000-*-aix* xfail for
c906108c
SS
16656 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16657 "ptype t_char_array", not compiled with gcc.
16658 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16659 xfail for "list foo (in include file)" when gcc compiled.
16660 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16661 (integral_args): Add rs6000-*-* xfail for
16662 "run to call0a" if not compiled with gcc.
16663 (unsigned_integral_args): Add rs6000-*-* xfail for
16664 "run to call1a" if not compiled with gcc.
16665 (float_and_integral_args): Add rs6000-*-* xfail for
16666 "run to call2a" if not compiled with gcc and for
16667 "continue to call2b" for any compiler.
16668 Add rs6000-*-* xfail to
16669 "print f1 after run to call2a" for gcc compiled.
16670 (discard_and_shuffle): Add rs6000-*-* xfail for
16671 "run to call6a".
16672 (shuffle_round_robin): Add rs6000-*-* xfail for
16673 "backtrace from call7a" if not compiled with gcc.
16674 Add rs6000-*-* xfail for
16675 "backtrace from call7b" if compiled with gcc.
16676 (call_after_alloca): Add rs6000-*-* xfail for
16677 "print c in call_after_alloca" and
16678 "print s in call_after_alloca" and
16679 "backtrace from call_after_alloca_subr"
16680 if not compiled with gcc.
16681 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16682 "print c in localvars_in_indirect_call" and
16683 "print c in localvars_in_indirect_call" and
16684 "backtrace in indirectly called function" and
16685 "stepping into indirectly called function"
16686 if not compiled with gcc.
16687 (localvars_after_alloca): Add rs6000-*-* xfail for
16688 "print c after runto localvars_after_alloca" and
16689 "print s after runto localvars_after_alloca" and
16690 "print i after runto localvars_after_alloca" and
16691 "print l after runto localvars_after_alloca"
16692 for all compilers.
16693 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16694 than whatis-info.exp.
16695 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16696 than opaque-info.exp.
16697 Setup rs6000-*-* xfail for
d63a86f8 16698 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16699 "ptype on opaque struct pointer (dynamically)" when
16700 not compiled with gcc.
16701 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16702 rather than callf-info.exp.
16703 (do_function_calls): Add clear_xfail for rs6000-*-* for
16704 "p t_float_values2(3.14159,float_val2)". Seems to work
16705 fine there, both with xlc and gcc. Need to find out what
16706 it is doing right and fix other platforms.
16707 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16708 "call inferior func with struct - returns int",
16709 "call inferior func with struct - returns long",
16710 "call inferior func with struct - returns float",
16711 "call inferior func with struct - returns double",
16712 "call inferior func with struct - returns char *",
16713 but only if not gcc compiled (presumes xlc compiled).
16714 Change rs6000-*-* xfails for
16715 "call inferior func with struct - returns char" and
16716 " call inferior func with struct - returns short" to only
16717 xfail if not using gcc.
16718 (clean mostlyclean): Remove *.ci and *.tmp files.
16719 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16720 than templ-info.exp.
16721 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16722 Add rs6000-*-* xfail for "up to foo in langs.exp"
16723 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16724 when not gcc compiled.
d63a86f8 16725
c906108c
SS
16726Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16727
16728 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16729 * gdb.base/corefile.exp: Likewise.
16730 * gdb.base/list.exp: Likewise.
16731 * gdb.base/scope.exp: Likewise.
16732 * gdb.base/siganls.exp: Likewise.
16733
16734 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16735 compiler output.
16736 * gdb.base/whatis.exp: Likewise.
16737
16738Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16739
16740 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16741 failure (opcode table has been fixed to match reality).
16742
16743Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16744
16745 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16746 "call inferior func with struct - returns char",
16747 "call inferior func with struct - returns short"
16748
16749 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16750 "print 'scope0.c'::filelocal at main",
16751 "print 'scope0.c'::filelocal_bss in test_at_main",
16752 "print 'scope0.c'::filelocal at foo",
16753 "print 'scope0.c'::filelocal_bss in test_at_foo",
16754 "print 'scope0.c'::filelocal at bar",
16755 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16756
c906108c
SS
16757 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16758 in source file 1". This bug seems to have been fixed with both
16759 gcc and native cc (was native assembler bug?).
16760
16761Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16762
16763 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16764 "backtrace through signal handler" to "i*86-*-sysv4*".
16765 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16766 continue" case. Add "known SVR4 bug" to fail message.
16767 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16768 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16769 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16770 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16771 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16772 "up to foo in langs.exp", "show language at foo in
16773 langs.exp", "up to cppsub_ in langs.exp", "show
16774 language at cppsub_ in langs.exp", "up to fsub in
16775 langs.exp", and "show language at fsub in langs.exp".
16776 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16777 "bactrace in corefile.exp".
16778 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16779 "call inferior function with struct - returns float" and
16780 "call inferior function with struct - returns double".
d63a86f8 16781
c906108c
SS
16782Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16783
16784 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16785 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16786 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16787 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16788
16789Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16790
16791 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16792 (or overriden) "CHILL" macro rather then bare "gcc".
16793 Also look for ../../gcc/xgcc since that is what we will
16794 actually need, not "Makefile". Remove following assignment
16795 of CHILL to CHILL_FOR_TARGET because that results in
16796 recursive definition.
16797
16798Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16799
16800 * gdb.base/corefile.exp: Change xfail for backtrace in
16801 corefile.exp from linuxaout to all linux.
16802 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16803 cases where we miss the breakpoint at the signal handler
16804 for some reason. Setup xfail for linuxoldld/linuxaout and
16805 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16806 hitting SIGURG breakpoint.
16807 * gdb.base/signals.exp: Setup xfail for "next" acting like
16808 continue to add linuxoldld. Setup xfail for all linux for
16809 "next to handler in signals_tests_1", "backtrace in
16810 signals_tests_1", "continue to func1", "pass SIGUSR1",
16811 and continue to handler".
16812
16813Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16814
16815 * Update all FSF addresses except those in COPYING* files.
16816
16817Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16818
16819 * gdb.base/a2-run.exp: Change messages to be more explicit about
16820 the status of args, and quote binfile in results.
16821
16822Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16823
16824 * gdb.base/callfuncs.exp: Add tests for passing structs to
16825 inferior functions and return various types.
16826 * gdb.base/callfuncs.c: Add functions to receive a struct
16827 and return a member of the struct, in various types.
16828
16829Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16830
16831 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16832
16833Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16834
16835 * config/vxworks29k.exp: New file, sources vxworks.exp.
16836
16837Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16838
16839 * config/gdbremote.exp: New file. Testing framework using
16840 gdbserver.
16841
16842Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16843
16844 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16845 "call function when asleep" and "send end of file".
16846 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16847 for "backtrace in corefile.exp".
16848 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16849 for "backtrace through signal handler".
16850 * gdb.base/corefile.exp: Make sure we actually generate a core file
16851 before trying the core tests. Some systems allow the user to suppress
16852 generation of core files and default to that (linux for example).
16853 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16854 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16855
16856Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16857
16858 * gdb.threads: New directory with some crude multi-threaded
16859 gdb tests (step.exp and step2.exp).
16860 * config/mt-lynx (STEP_EXECUTABLE): Define.
16861 (THREADFLAGS): Define.
16862
16863Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16864
16865 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16866
16867 * gdb.base/signals.exp: Disable whole file for lynx until
16868 further notice.
16869
16870 * gdb.base/signals.exp: xfail test where "next" acts like
16871 "continue" for lynx.
16872
16873 * gdb.base/interrupt.exp: xfail test for calling function while
16874 inferior is asleep for lynx.
16875
16876 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16877 than one cr-lf after each command.
16878
16879Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16880
16881 * configure.in: Reinstate setting of stabsdirs variable, fix
16882 typo in setting up configdirs for native builds.
16883
16884 * gdb.base/return.exp: Fix typo in return double test.
16885 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16886 compiler from optimizing them away.
16887
16888Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16889
16890 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16891 sequences to be echo'd by gdb when using gdb_test.
16892 * gdb.chill/chexp.exp: Likewise.
16893 * gdb.fortran/exprs.exp: Likewise
16894
16895Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16896
16897 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16898 after the inferior gdb has started.
16899
16900 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16901 after each command.
16902 * gdb.base/funcargs.exp: Likewise.
16903 * gdb.base/gdbvars.exp: Likewise.
16904 * gdb.base/interrupt.exp: Likewise.
16905 * gdb.base/list.exp: Likewise.
16906 * gdb.base/watchpoint.exp: Likewise.
16907 * gdb.c++/demangle.exp: Likewise.
16908 * gdb.c++/inherit.exp: Likewise.
16909 * gdb.chill/chexp.exp: Likewise.
16910 * gdb.fortran/exprs.exp: Likewise.
16911
16912 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16913 test if we can't handle IO to/from the inferior.
16914
16915 * gdb.c++/misc.exp: Always check for a program already being
16916 started after sending a "run" command to gdb.
16917
16918 * gdb.base/twice.exp: Start with a fresh gdb.
16919
16920 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16921 only depend on gdb's expression code, not the chill runtime.
16922
16923 * gdb.base/return.c: Put return values into variables so we
16924 can have gdb print them rather than depending on the program
16925 to print them.
16926 * gdb.base/return.exp: Corresponding changes.
16927
16928 * lib/gdb.exp: Provide default value for noinferiorio.
16929 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16930 the inferior.
16931
16932 * gdb.base/break.exp: Always check for a program already being
16933 started after sending a "run" command to gdb.
16934 (text_next_with_recursion): Don't check the output from the
16935 program's printf statement. Instead just make sure the program
16936 exited.
16937
16938 * gdb.base/commands.exp: Protect tests which need arguments with
16939 $noargs conditionals.
16940
16941Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16942
16943 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16944 of structure member arrays to match gdb/valops.c:value_addr change.
16945
16946Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16947
16948 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16949 cases.
16950
16951Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16952
16953 * configure.in (configdirs): Remove gdb.chill from default list
16954 of subdirs and then add it back in only if doing a native build.
16955 The current chill compiler does not yet work in any cross build.
16956 * Revert all signal changes from Jul 6.
16957 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16958 for sh-hms targets, allowing these tests to link, with no other
16959 changes. Testing is suppressed by setting "nosignals" in site.exp.
16960
16961Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16962
16963 * configure.in (signaldirs): Define and add to configdirs for all
16964 targets except some specific ones that are known to not support signals.
16965 Also clean up formatting.
16966 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16967 (signals, sigall): Remove rules to build.
16968 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16969 Moved to new gdb.signals directory.
16970 * gdb.signals: New test directory.
16971 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16972 signals.c signals.exp}: New or moved files.
16973
16974Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16975
16976 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16977
16978Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16979
16980 * gdb.base/return.exp: Xfail `return double' test failure
16981 on at least Solaris 2.3 and handle future/past versions on
16982 a case by case basis as appropriate. Also update message
16983 to include i*86 failures.
16984
16985Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16986
16987 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16988
16989 * lib/gdb.exp: Fix comment which erroneously identified
16990 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16991 gdb_file_cmd not gdb_load).
16992 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16993
16994 * gdb.base/setvar.exp: Make test names consistent between pass and
16995 fail cases. Use gdb_test more.
16996
16997Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16998
16999 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
17000
17001Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17002
17003 * gdb.base/help.exp: Fix expected help string for `show commands'.
17004
17005Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
17006
17007 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
17008
17009 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
17010 of a text section.
17011
17012Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
17013
17014 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
17015 that loop eventually terminates. Fix Connection refused logic so
17016 that testsuite will expire nicely.
17017
17018Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
17019
17020 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
17021 config/rom68k.exp: New tcl glue for the appropriate monitors.
17022 These all just end up calling monitor.exp.
17023 * config/monitor.exp (gdb_target_monitor): Handle `Connection
17024 refused' by retrying. Cleanup some timeout issues.
17025 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
17026 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
17027 callers don't have to set/restore global timeout variable.
17028
17029 * The following set of changes centralizes management of the global
17030 timeout variable. This way, it can be set in one target dependent
17031 place instead of dozens of places scattered throughout the test suite.
17032 If you need to lengthen a timeout, then you should either set timeout
17033 in one of the config/{target}.exp files, or multiply it by a factor.
17034 Setting it to an absolute value is always going to lose for some
17035 targets.
17036 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
17037 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
17038 * gdb.base/funcargs.exp: Don't set timeout.
17039 * gdb.base/list.exp (test_forward_search): Only use local timeout.
17040 * gdb.base/printcmds.exp (test_print_string_constants
17041 test_print_array_constants): Don't set timeout.
17042 * gdb.base/ptype.exp: Don't set timeout.
17043 * gdb.base/recurse.exp: Don't set timeout.
17044 * gdb.base/return.exp: Don't set timeout.
17045 * gdb.base/watchpoint.exp: Don't set timeout.
17046 * gdb.c++/classes.exp (do_tests): Don't set timeout.
17047 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
17048
17049Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
17050
17051 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
17052
17053Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17054
17055 * lib/gdb.exp: Disable chill tests for irix5.
17056
17057Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17058
17059 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
17060 each test pass or fail.
17061
17062Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17063
17064 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
17065 xlc not gcc.
17066
17067Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
17068
17069 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
17070
17071Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
17072
17073 * config/est.exp: Fix copyright and comments. Remove dead code.
17074 Use targetname, serialport and baud variables instead of fixed
17075 constants.
17076 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
17077 * config/cpu32bug.exp: New file to support cpu32bug monitors.
17078
17079Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17080
17081 * gdb.base/watchpoint.exp: Don't run
17082 test_watchpoint_triggered_in_syscall for sunos.
17083
17084Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17085
17086 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
17087 they don't seem to exist. Do include stdio.h.
17088
17089Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17090
17091 * gdb.base/a1-selftest.exp: Add alpha xfail.
17092
17093Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17094
17095 * gdb.base/watchpoint.c (main): Prompt before calling read().
17096 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
17097 Revise accordingly. Remove cruft about sending "123" several
17098 times, until it gets noticed. Clean up the "print buf[0]" stuff
17099 so that it passes or fails, and waits for prompts in the usual way.
17100
17101Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17102
17103 * gdb.base/recurse.exp: Fix comment.
17104
17105 * TODO: Remove item about printing variables in nodebug.exp. Add
17106 item about enabling tests which are only run on some targets.
17107
17108 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
17109 fail, make test names unique, use new gdb_test convention
17110 regarding pattern, use gdb_test more, etc.).
17111
17112 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
17113 fail, make test names unique, etc.).
17114
17115Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17116
17117 * gdb.base/nodebug.c: Change return type of top and middle to
17118 short.
17119 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
17120 are fixed by the recent mdebugread.c changes. Allow `short ()'
17121 as type for top and middle.
17122
17123Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17124
17125 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
17126 nearly as I can tell, the whole thing was an accident in Stu's
17127 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
17128 to replace a send/expect pair with gdb_test, but ended up only
17129 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
17130 of 30 Mar 1995 took care of it, but left this vestigial comment
17131 which I am now nuking.
17132
17133Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17134
17135 * gdb.base/break.exp: Look for different line number for
17136 breakpoint at main depending on usestubs.
17137
17138Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17139
17140 * gdb.base/list.exp: Adjust some alternate expect patterns to
17141 match recent list0.c change. Add alternate expect pattern for
17142 output from `list default lines around main' for optimizing
17143 compilers.
17144
17145Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17146
17147 * lib/gdb.exp: If nosignals is not set, set it to 0.
17148
17149Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
17150
17151 * config/slite-gdb.exp: Responds to load symbol table prompt.
17152 * gdb.base/break.exp: Adjust line number, fix rerun.
17153 * gdb.base/langs0.c: Add #ifdef usestubs.
17154
17155Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
17156
17157 * gdb.base/list.exp: Adjust line contents after adding new lines in
17158 list0.c. Also fix a syntax error.
17159
17160 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
17161 * gdb.base/break.exp: ditto.
17162 * gdb.base/list.exp: ditto.
17163 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
17164 * gdb.base/run.c: ditto.
17165 * gdb.base/list0.c: ditto.
17166 * gdb.base/funcargs.c: ditto.
17167
17168Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
17169
17170 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
17171 $targetname, $serialport and $baud instead of hardwired variables.
17172 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
17173 target doesn't support signals.
17174
17175Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
17176
17177 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
17178
17179Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17180
17181 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
17182 Don't rely on the value of an auto variable before it has been
17183 initialized. Use gdb_test more.
17184
17185Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17186
17187 * lib/gdb.exp (default_gdb_version): A version number must start
17188 with a digit, but other than that contains all characters up to
17189 the first whitespace character.
17190
17191Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17192
17193 * gdb.base/commands.exp (breakpoint_command_test): New tests.
17194
17195Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17196
17197 * gdb.c++/*.exp: Warn if executable does not exist. The original
17198 reason for skipping the warning was that configure.in sometimes
17199 intentionally skipped building the executables but the tcl code
17200 had no way of knowing. That (a) was always bogus with respect to
17201 error handling, (b) is no longer true (right now there is no way
17202 to skip C++ tests).
17203
17204 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
17205
17206Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17207
17208 * gdb.base/list.exp: Add expect patterns for output from
17209 SunPRO compiled executables.
17210 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
17211 types.
17212
17213Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17214
17215 * gdb.base/break.exp (test_next_with_recursion): Accept any line
17216 number (we are already testing that the correct source line text
17217 gets printed).
17218
17219 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
17220 that is what is intended, but something needed to be done to get
17221 sunos4 native working again.
17222
17223 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
17224
17225 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
17226 apparently went with a (very) old xfail.
17227
17228Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
17229
17230 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
17231 runto_main is a proc in gdb.exp that will do 'step' for target use
17232 stubs.
17233 * gdb.base/exprs.exp: ditto.
17234 * gdb.base/interrupt.exp: ditto.
17235 * gdb.base/opaque.exp: ditto.
17236 * gdb.base/printcmds.exp: ditto.
17237 * gdb.base/ptype.exp: ditto.
17238 * gdb.base/scope.exp: ditto.
17239 * gdb.base/setvar.exp: ditto.
17240 * gdb.base/signals.exp: ditto.
17241 * gdb.base/twice.exp: ditto.
17242 * gdb.c++/classes.exp: ditto.
17243 * gdb.c++/inherit.exp: ditto.
17244 * gdb.c++/templates.exp: ditto.
17245 * gdb.base/break.exp: no run and hit main for stubs. Change line
17246 numbers for breakpoints and info breakpoint.
17247 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
17248 breakpoint().
17249 * gdb.base/callfuncs.c: ditto.
17250 * gdb.base/exprs: ditto.
17251 * gdb.base/interrupt.c: ditto.
17252 * gdb.base/opaque0.c: ditto.
17253 * gdb.base/printcmds.c: ditto.
17254 * gdb.base/ptype.c: ditto.
17255 * gdb.base/scope0.c: ditto.
17256 * gdb.base/setvar.c: ditto.
17257 * gdb.base/signals.c: ditto.
17258 * gdb.base/twice.c: ditto.
17259 * gdb.c++/misc.cc: ditto.
17260 * gdb.c++/templates.cc: ditto.
17261
17262Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17263
17264 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
17265
17266 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
17267 somewhere between `read' and `main.c'. I'm pretty sure the
17268 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
17269 and it isn't particularly useful.
17270
17271 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
17272
17273Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17274
17275 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
17276
17277Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
17278
17279 * config/mt-slite: add LIBS and -nostdlib.
17280 * config/slite-gdb.exp: add this new file to support sparclite target.
17281
17282Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
17283
17284 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
17285
17286 * gdb.base/a2-run.exp: Change argument to istarget from
17287 "*-*-vxworks" to "*-*-vxworks*".
17288 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
17289
17290Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
17291
17292 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
17293 will not runto main but do a 'step' to step out of breakpoint().
17294 * config/mt-slite: add -Dusestubs.
17295
17296Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17297
17298 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
17299 instead of just @.
17300
17301 * gdb.base/signals.exp: Add test for "handle all print".
17302 * TODO: Remove "handle all print". Also remove item about
17303 checking copyright date (I don't like the idea of a spurious FAIL
17304 based on when we run the tests).
17305
17306 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
17307 for SunOS4 (reason for failure not investigated). Remove
17308 redundant test for $binfile.
17309
17310 * gdb.base/nodebug.c (array_index): Call malloc.
17311
17312 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
17313
17314Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
17315
17316 * gdb.base/recurse.exp: Update gdb_test invocation to use new
17317 conventions and slightly simplify the matching regexp.
17318
17319Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17320
17321 * gdb.base/break.exp: Update gdb_test invocation to use new
17322 convention.
17323
17324 * lib/gdb.exp: If noargs is not set, set it to 0.
17325
17326 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
17327 tests unique.
17328
17329 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
17330
17331Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17332
17333 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
17334 one argument of type "<non-float parameter>".
17335
17336Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
17337
17338 * config/rom68k.exp: New file to support Motorola IDP board.
17339 * gdb.base/a2-run.exp: Skip this file if noargs is set.
17340 * gdb.base/break.c: Change things around so that this program
17341 doesn't depend upon args. This is necessary to make remote
17342 targets work (in general, they can't take args).
17343 * gdb.base/break.exp: Don't try to send args to program. Don't
17344 expect output. Also, replace lots of code with gdb_test.
17345
17346Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17347
17348 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
17349 printing of '\'' (which is what the comment says we are testing,
17350 even though we were not), not '''.
17351 (test_integer_literals_rejected): Test that printing ''' is an error.
17352
17353 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17354 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
17355 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
17356 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
17357 Use gdb_test not test_print_accept.
17358 * lib/gdb.exp: Remove test_print_accept.
17359
17360 * gdb.base/signals.exp (signal_tests_1): Make pass message
17361 consistent with fail message.
17362
17363 * gdb.base/whatis.exp: Remove xfails for printing char vs.
17364 unsigned char; the bug (PR 1821) is fixed.
17365
17366 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
17367
17368 * gdb.base/scope.exp (test_at_localscopes): Call pass for
17369 successful tests--makes xfailing them work right.
17370
17371Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17372
17373 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
17374 only \r\n, not .*. The test can pass .* as the last thing in
17375 $pattern if that is what it wants. In addition to providing this
17376 flexibility, this change should speed up pattern matching in cases
17377 where the pattern already ended with .* (there were a number of
17378 them). This change also helps catch bad patterns--in the old
17379 scheme the typo "char \*" instead of "char \\*" would pass. Now
17380 it is caught.
17381 * Many .exp files: Update callers.
17382
17383 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
17384 clearer and does not spuriously match multiple ('s. Likewise for
17385 ) and *.
17386
17387 * gdb.base/nodebug.exp: Test ability to call a function and pass
17388 it a string (even with no debugging info).
17389
17390 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
17391 "p '\'", which is the same as "p ''" once tcl gets done with
17392 quoting, to "p '\\'", which I suspect is what is intended (one
17393 backslash gets sent to GDB).
17394
17395 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
17396
17397Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17398
17399 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
17400 1817) was fixed literally years ago.
17401
17402Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17403
17404 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
17405 test, it causes stepping out of call_after_alloca_subr with
17406 optimizing compilers.
17407 (localvars_in_indirect_call): Consume GDB prompt if `finish'
17408 fails.
17409
17410 * gdb.c++/templates.exp: Source templ-info.exp only if
17411 the templates executable exists.
17412
17413 * gdb.c++/misc.cc (class Contains_static_instance,
17414 class Contains_nested_static_instance),
17415 gdb.c++/classes.exp (test_static_members): Test printing of
17416 a class that contains a static instance of the class.
17417
17418Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17419
17420 * gdb.base/langs2.c (cppsub_): Don't prototype.
17421 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
17422 only, I believe).
17423
17424Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17425
17426 * lib/gdb.exp (skip_chill_tests): New procedure.
17427
17428 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
17429
17430Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
17431
17432 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
17433 each expect pattern. Cuts runtime from 12 to about 4 seconds.
17434
17435Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17436
17437 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
17438
17439 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
17440 disassemble 8, not 16, instructions for part 4.
17441
17442 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
17443 support the latter anymore.
17444
17445 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
17446 -DNO_PROTOTYPES.
17447 * gdb.base/callfuncs.c: Control use of prototypes based on
17448 NO_PROTOTYPES, not __STDC__.
17449 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
17450 t_float_values2 tests if prototypes in use.
17451
17452 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
17453 t_double_values): When checking differences against DELTA, check
17454 that difference is within the range (-DELTA,DELTA), not just
17455 (-infinity,DELTA).
17456
17457Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
17458
17459 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
17460 'file' command firts, then 'target', then 'load', this is due to gdb
17461 target set up.
17462 * config/mips-gdb.exp: Fix a couple regular exp bugs.
17463
17464Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
17465
17466 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
17467 FP load/store variants.
17468 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
17469
17470Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17471
17472 * gdb.base/term.exp: Do not give a warning if not native, it is
17473 not an abnormal condition.
17474
17475Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
17476
17477 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
17478 t_char_array".
17479
17480Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17481
17482 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
17483 are getting the version number.
17484
17485 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
17486 if not native, it is not an abnormal condition.
17487
17488Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17489
17490 * lib/gdb.exp: Just use "file exists", rather than undocumented
17491 dejagnu procedure "findfile".
17492
17493Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17494
17495 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
17496 (LDFLAGS): Set to -Xlinker -Ur.
17497
17498 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
17499 Removed, these values are set by lib/gdb.exp.
17500
17501 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
17502
17503Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17504
17505 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
17506 of replicating gdb startup code.
17507
17508 * config/mt-vxworks (LDFLAGS): Set to -r.
17509 (CFLAGS_FOR_TARGET): Removed.
17510
17511 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
17512 (gdb) and gdb for vxworks uses (vxgdb).
17513
17514 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
17515 executable is not in the tree and host != target, use sed and
17516 program_transform_name to determine the gdb name used by the
17517 target.
17518
17519 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17520 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17521
17522Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17523
17524 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17525 floats, chars, and shorts where there are ANSI-style function
17526 definitions.
17527
17528 * gdb.base/langs.exp, gdb.base/langs*: New test.
17529 * gdb.base/Makefile.in: Build it.
17530 * TODO: Remove item about checking that C names don't get C++
17531 demangling applied; this test tests it.
17532
17533Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17534
17535 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17536 went with the const70 xfail. The xfail went away a year ago.
17537
17538 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17539
17540 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17541 for hp300.
17542
17543 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17544
17545 * gdb.base/a1-selftest.exp: Don't run on hp300.
17546
17547Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17548
17549 * Makefile.in (site.exp): Set host_alias and target_alias as well
17550 as host_triplet and target_triplet.
17551
17552Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17553
17554 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17555
17556 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17557 places as other ecoff systems).
17558
17559 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17560 ultrix.
17561
17562Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17563
17564 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17565 remove them.
17566 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17567 variable and "variable" in addition to "data variable".
17568 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17569
17570 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17571 2.
17572 * gdb.base/list1.c (long_line): Add additional statement at start
17573 of function.
17574 * gdb.base/list.exp (test_forward_search): Update line number to
17575 reflect new statement.
17576
17577Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17578
17579 * gdb.base/signals.exp: Reinitialize searched source directories
17580 after gdb_start call.
17581
17582Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17583
17584 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17585 * gdb.stabs/Makefile.in: Likewise.
17586
17587 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17588 change. Instead split the tests into smaller pieces.
17589 * gdb.disasm/hppa.s: Corresponding changes.
17590
17591Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17592
17593 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17594 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17595
17596 * gdb.base/funcargs.exp: Modify many tests so that every test
17597 either passes or fails. Make some test names unique.
17598
17599Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17600
17601 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17602 Call stty to set interrupt character.
17603
17604 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17605 for HP assembler versus GNU assembler based on actual behavior of
17606 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17607
17608 * TODO: Suggest a few more stepping tests.
17609
17610Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17611
17612 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17613 restart GDB for h8300 after a continue.
17614 (return): Add pattern to match a29k-udi behavior.
17615 * gdb.base/nodebug.exp: Remove obsolete comment.
17616 * gdb.base/regs.exp: New file, testing of register displays.
17617 * gdb.base/return.exp: Fix typo in reference to $objdir.
17618 * gdb.base/whatis.exp: Always start with a fresh GDB.
17619
17620Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17621
17622 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17623 higher, these tests generate a lot of output.
17624
17625Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17626
17627 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17628 code following the catch silently ignored some errors; without the
17629 catch they should be thrown like any other tcl error. Also, the
17630 catch used "" instead of {} which meant all the callers who wanted
17631 to include one of the characters "[]$ had to quote it an extra time.
17632 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17633 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17634 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17635 Remove extra quoting.
17636
17637Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17638
17639 * gdb.base/commands.exp: Make test names unique; every test either
17640 passes or fails. Update some comments.
17641
17642 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17643
17644Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17645
17646 The following fixes a FAIL caused by the fact that the alpha stabs
17647 configuration didn't use the ".if alpha" code in weird.def.
17648 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17649 bit pointer, so the 32 bit version works even on the alpha.
17650 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17651 Remove the stuff which allowed us to have separate versions for
17652 alpha and everything else.
17653
17654 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17655 regexp which "info func operator\[\](" is supposed to match. Fix
17656 string to send to GDB. Note that GDB still doesn't work right. Add a
17657 new test for "info func .perator\[\](" which GDB does handle correctly.
17658
17659 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17660
17661Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17662
17663 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17664 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17665 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17666 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17667 it makes the tests harder to understand and confuses test-o-matic.
17668 The preferred style is that each test provides a PASS or a FAIL,
17669 and has a unique message (e.g. "continue #54" not just "continue")
17670 which is the same for the pass and the fail.
17671 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17672 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17673 to lib/gdb.exp.
17674 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17675 prt_accept which was basically the same thing. Likewise for
17676 test_print_reject and prt_reject.
17677 * lib/gdb.exp (test_print_reject): Add some more error message
17678 patterns to match from the former printcmds.exp (prt_reject).
17679 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17680 One defect of the passcount stuff is that some of it failed to
17681 report XPASS where appropriate.
17682 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17683 stuff before and after arg in expected pattern.
17684 (test_paddr_operator_functions): Re-do test without print_addr_of;
17685 this is the only test which seems to want extra stuff there.
17686
17687Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17688
17689 * gdb.base/nodebug.exp: Update new tests to reflect improved
17690 wording of gdb output.
17691
17692 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17693 and "ptype" work on variables in files compiled without -g.
17694 Replaces commented out "maint print msymbol" tests.
17695
17696Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17697
17698 * gdb.base/setvar.c (dummy): Call malloc.
17699
17700 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17701 losing with the irix4 sed.
17702
17703 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17704 ALRM" on irix4.
17705
17706Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17707
17708 * TODO: Remove items about corefile.exp testing new exec-file and
17709 backtrace; both are now done. Add items about printing enums.
17710
17711Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17712
17713 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17714 "get signal $thissig" test fails.
17715
17716 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17717
17718Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17719
17720 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17721 compiler warning with dec alpha compiler.
17722
17723 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17724 extra \n from gdb_test call (this explains why the prompt test
17725 that I removed yesterday was there).
17726 (user_defined_command_test): Remove extra \n and prompt test.
17727
17728 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17729 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17730 doesn't exist.
17731 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17732 Also remove alpha workaround, which turns out to be because
17733 SIGABRT == SIGLOST.
17734
17735 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17736
17737 * gdb.base/help.exp: Don't test "help show".
17738
17739Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17740
17741 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17742 "set print address" is on.
17743 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17744 pass prompt to gdb_test; gdb_test already looks for the prompt.
17745
17746 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17747
17748 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17749 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17750 was to make sure that gdb can read a core file. But (a) the "read
17751 the corefile" part didn't make it to a1-selftest.exp, we just
17752 delete the corefile after creating it, and (b) we test reading
17753 corefiles in corefile.exp anyway. Also, this test left around a
17754 xgdb process on Solaris.
17755
17756 * gdb.base/corefile.exp: Also test backtrace.
17757
17758Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17759
17760 * gdb.base/commands.exp: Test a simple user defined command with
17761 arguments and if/while statements; verify the full user command is
17762 printed by "show user".
17763
17764 * gdb.base/commands.exp: Test if/while commands as part of a
17765 breakpoint command list; verify they appear in breakpoint
17766 information.
17767
17768Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17769
17770 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17771 than by dividing by zero.
17772
17773Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17774
17775 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17776 performing an inferior call with watchpoints enabled.
17777 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17778 call.
17779
17780Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17781
17782 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17783 of "file" command.
17784
17785 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17786 Add additional pattern for when "int operator int(void);" appears
17787 in a different order.
17788
17789Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17790
17791 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17792
17793 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17794 and "signal" with ".*".
17795
17796Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17797
17798 * TODO: Add note about "handle all nostop".
17799
17800 * gdb.base/{sigall.c, sigall.exp}: New test.
17801 * gdb.base/Makefile.in: Add it.
17802
17803Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17804
17805 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17806 when invoking GDB, suppresses any windowing interface.
17807
17808Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17809
17810 * config/sim-gdb: New file, simulator testing support.
17811
17812Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17813
17814 * gdb.base/interrupt.exp: Test calling func1 twice.
17815
17816Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17817
17818 * gdb.base/list.exp (test_forward_search): Set timeout higher
17819 when we'll be getting lots of output from gdb.
17820
17821 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17822 "init_malloc" to after the expect statement. Run it if that
17823 regexp is taken, but also for two others which happen if source
17824 cannot be found.
17825
17826Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17827
17828 * gdb.base/printcmds.exp: New test, for printing register before
17829 program is running.
17830
17831Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17832
17833 * gdb.base/list.exp: Correct some alternate expect patterns
17834 to reflect changes in list1.c.
17835
17836Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17837
17838 * TODO: Add item regarding large frames.
17839
17840 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17841
17842 * TODO: Remove item about enabling return.exp; it
17843 is enabled. Suggest a few more "return" tests.
17844
17845Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17846
17847 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17848 anonymous unions.
17849
17850Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17851
17852 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17853 and pr-5646.o, so "make" is the same as "make all", not "make
17854 pr-4975.o".
17855
17856Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17857
17858 * gdb.base/list.exp: Adjust expectations to reflect changes in
17859 list1.c.
17860 (test_forward_search): New test proc.
17861 * gdb.base/list1.c (long_line): New function, has long source line.
17862
17863Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17864
17865 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17866 additional line of code that was added.
17867
17868Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17869
17870 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17871 tests so as not to overflow expect's input buffers.
17872 * gdb.disasm/hppa.exp: Corresponding changes.
17873
17874Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17875
17876 Beginnings of template debugging tests.
17877 * gdb.c++/templ-info.cc: New file to test for template
17878 debugging capability of the compiler.
17879 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17880 templ-info.cc.
17881 * gdb.c++/templates.cc: Add explicit template instantiations
17882 to enable compiling with -fno-implicit-templates. Add destructor
17883 and 'value' method to T5 class for template tests.
17884 * gdb.c++/templates.exp: Add testcases for printing of template
17885 types, setting breakpoints on template methods and calling a
d63a86f8 17886 template method.
c906108c
SS
17887
17888Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17889
17890 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17891 branch target since some assemblers (gas-2.5) may emit a
17892 relocation for the branch instead of resolving it in the
17893 assembler.
17894
17895Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17896
17897 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17898 through signal handler.
17899
17900Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17901
17902 * configure.in (*-*-netware): Use config/mt-netware.
17903
17904 * config/mt-netware: New file.
17905 * config/mt-i386-netware: Removed, separate configs for different
17906 netware architectures are no longer needed now that we have
17907 --with-headers.
17908
17909Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17910
17911 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17912 by the recent changes to use ANSI C arithmetic conversions.
17913
17914Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17915
17916 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17917 bug involving using inferior_pid to figure out whether to select a
17918 frame.
17919
17920Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17921
17922 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17923 match the current disassembler output.
17924
17925Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17926
17927 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17928 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17929 types, expect "int" as type of integer values (for now).
17930
17931Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17932
17933 * gdb.base/commands.exp: New tests for if/while commands.
17934
17935Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17936
17937 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17938 by .*, since hex values have different syntax in Chill mode.
17939
17940Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17941
17942 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17943 linefeed from expect pattern for repeated types with indices > 9.
17944
17945Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17946
17947 First part of Fortran test suite.
17948 * gdb.fortran: New directory.
17949 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17950
17951Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17952
17953 * gdb.base/default.exp: Update expect pattern for load command
17954 without arguments.
17955
17956Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17957
17958 * configure.in: Change i386 to i[345]86.
17959 * gdb.base/configure.in: Likewise.
17960 * gdb.c++/configure.in: Likewise.
17961 * gdb.chill/configure.in: Likewise.
17962
17963Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17964
17965 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17966 patterns, since that is not a valid context for comments.
17967
17968Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17969
17970 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17971 repeated types and repeated types with indices > 9.
17972
17973Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17974
17975 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17976 2417; old bug has been fixed.
17977
17978Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17979
17980 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17981 send the newline ourselves instead of assuming gdb_test will do
17982 so when passed an empty input string.
17983
17984 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17985 stabs testcode.
17986
17987Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17988
17989 * lib/gdb.exp (gdb_test): Don't send anything if the first
17990 argument is an empty string. This makes cases where we want to
17991 match output that is already in expect's buffers (for example,
17992 matching a breakpoint after gdb_run_cmd has been called) work
17993 reliably.
17994
17995Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17996
17997 * config/netware.exp: New file.
17998
17999Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18000
18001 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
18002 the -B and -L prefixes so we can find the debugging stub.
18003
18004 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
18005 there and we are using the gcc from the tree.
18006
18007 * gdb.base/types.c: Removed.
18008
18009 * gdb.base/configure.in: Look for makefile fragments in ../config.
18010 Recognize i386-*-netware.
18011 * gdb.c++/configure.in: Likewise.
18012
18013Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18014
18015 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
18016 the correct TCL syntax.
18017
18018Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18019
18020 * gdb.base/opaque.exp: use runto instead of messing around with
18021 breakpoints. Simplify by using gdb_test.
18022
18023 * gdb.base/bitfields.exp: restart between tests on netware targets
18024 because breakpoints aren't relocated after target death. Run
18025 processes to completion.
18026
18027 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
18028
18029Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
18030
18031 * Makefile.in: Remove extra tabs that confuse some versions
18032 of "make". Use the newly built gdb to test with by default,
18033 rather than the first one in the tester's search path.
18034
18035Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
18036
18037 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
18038
18039 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
18040 condition help.
18041
18042Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18043
18044 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
18045
18046 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
18047 running.
18048 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
18049 * gdb.base/funcargs.exp: Likewise.
18050
18051 * gdb.base/bitfields.exp: Simplify by using gdb_test.
18052 * gdb.base/funcargs.exp: Likewise.
18053
18054 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
18055 message is "".
18056
18057Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18058
18059 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
18060 return,signals,twice}.exp: Handle non-existant binaries
18061 consistantly.
18062
18063 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
18064 * gdb.base/Makefile.in: Don't try to generate a core dump, we
18065 might testing a cross development system.
18066
18067Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18068
18069 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
18070 runtest script is relative to ${srcdir}, not ${rootdir}.
18071
18072Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
18073
18074 * gdb.base/signals.exp: Allow for optionality of breakpoint
18075 address.
18076
18077Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18078
18079 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
18080
18081Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18082
18083 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
18084 for size_t definition.
18085 * gdb.c++/templates.cc: Likewise
18086
18087 * config/mt-i386-netware: New file.
18088
18089 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
18090 defined.
18091
18092 * gdb.base/Makefile.in: Added support for systems that name core
18093 files by appending "core" to the program name.
18094 * gdb.base/a1-selftest.exp: Likewise.
18095
18096Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18097
18098 * gdb.base/return.exp: Add comment and message for `return double'
18099 test failure on Sparc Solaris.
18100
18101Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
18102
18103 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
18104
18105Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18106
18107 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
18108 from optimizing them away.
18109 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
18110 patterns to include default constructors and assignment operators,
18111 to match gcc versions beyond 2.5.8. Accept any cplus demangling
18112 character in the output of the virtual base pointer.
18113
18114Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18115
18116 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
18117 expression match in print_addr_of to avoid unintented matches.
18118 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
18119 versions up to 2.5.8.
18120
18121Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18122
18123 * gdb.base/list.exp: Tweak alternate pattern for listing of an
18124 included file to run under newer versions of expect.
18125 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
18126 consecutive >'s in templates to accomodate recent cplus-dem.c change.
18127 Remove xfail for the virtual table of BDDHookV.
18128
18129Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18130
18131 * lib/gdb.exp (string_to_regexp): Set a default result.
18132 (default_gdb_start): Fix misleading message.
18133
18134Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
18135
18136 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
18137 Remove all CC, etc definitions.
18138 * config/mt-hpux: New file.
18139 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
18140 (CFLAGS, LDFLAGS): Define.
18141 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
18142
18143 * Makefile.in (site.exp): Don't insert host_os, etc.
18144 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
18145 (distclean): Check existence of subdir.
18146 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
18147 * gdb.base/Makefile.in: General cleanup and simplification.
18148 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18149 to build executables. Use default rule to build .o files.
18150 (EXPECT, RUNTEST, CC): Fix relative pathname.
18151 (site.exp): Don't insert host_os, etc.
18152 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
18153 and/or SIGUSR1 defined.
18154 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
18155 * gdb.c++/Makefile.in: General cleanup and simplification.
18156 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18157 (CFLAGS): Remove.
18158 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
18159
18160Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
18161
18162 * gdb.base/recurse.exp: Misc changes to get tests running again
18163 after Kung's changes to the watchpoint code.
18164 * gdb.base/watchpoint.exp: Likewise.
18165
18166Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
18167
18168 * lib/gdb.exp (string_to_regexp): Convert {\} also.
18169
18170Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18171
18172 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
18173 * lib/gdb.exp (default_gdb_start): Define.
18174 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
18175 gdb.base/funcargs.exp, gdb.base/opaque.exp,
18176 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
18177 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
18178 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
18179 Don't call gdb_target_udi in between tests.
18180
18181Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18182
18183 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
18184 (which was basically just a local version of the same thing). In
18185 addition to avoiding duplication, gdb_test_exact is faster.
18186 * lib/gdb.exp (gdb_test_exact): Fix typo.
18187
18188 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
18189 don't give an error.
18190
18191 * gdb.base/term.exp: Call delete_breakpoints before starting.
18192
18193 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
18194 (t10): Add comment.
18195
18196Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18197
18198 Reorganization of the GDB Test Suite.
18199
18200 * gdb.base: New directory, contains all the basic tests.
18201 * gdb.c++: New directory, tests specific to C++.
18202 * gdb.chill: New directory, tests specific to Chill.
18203 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
18204 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
18205 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
18206 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
18207 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
18208 t30-31 to chill).
18209 * */gdbme.*: Rename to match appropriate expect scripts.
18210 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
18211 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
18212 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
18213 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
18214 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
18215 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
18216 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
18217 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
18218 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
18219 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
18220 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
18221 gdb.c++/virtfunc.cc: New names of C++ files.
18222 * gdb.chill/chillvars.ch: New name of Chill file.
18223 * gdb.base/configure.in, gdb.c++/configure.in,
18224 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
18225 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18226 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
18227 * configure.in (configdirs): Update to reflect directory changes.
18228 (target_abbrev): No longer define for any configuration.
18229 * Makefile.in: Cosmetic improvements to header comments.
18230
18231Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18232
18233 Various changes to gdb.t31:
18234
18235 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
18236 * gdbme.ch: Make all key-words and predefineds be upper-case.
18237 * chillvars.exp: Expect key-words and predefinds in upper-case.
18238
18239 * chillvars.exp: Use gdb_test_exact many places.
18240 Change expected output for arrays (which now includes index labels).
18241
18242 * pr-5020.exp, gdme.ch (module PR_5020):
18243 New test, for PR-5020.
18244
18245Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
18246
18247 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
18248 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
18249
18250Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
18251
18252 * Makefile.in: Fix bit-rot in definitions of CHILL,
18253 CHILL_FOR_TARGET and Chill_LIB.
18254 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
18255 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
18256 CHILL, and CHILL_LIB.
18257
18258Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
18259
18260 * Revert the previous changes. Please see Rob's directory
18261 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
18262
18263Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
18264
18265 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
18266 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
18267 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
18268 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
18269 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
18270 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
18271 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
18272 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
18273 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
18274 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
18275 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
18276 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
18277 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
18278 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
18279 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
18280 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
18281 changes from 94Q1.
18282
18283Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
18284
18285 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
18286 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
18287 Rob's new testing fragments.
18288
18289Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
18290
18291 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 18292 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
18293
18294Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18295
18296 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
18297 version also, match on casted version strings, and match on
18298 gdb startup case where the line numbers might be messed up.
18299
18300Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
18301
18302 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 18303 (CFLAGS): Delete it from here.
c906108c
SS
18304
18305Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
18306
18307 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
18308
18309Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
18310
18311 * Makefile.in (RUNTEST): Default to just "runtest".
18312
18313Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18314
18315 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
18316 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
18317 the code has been restructured.
18318
18319Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18320
18321 * gdb.t00/default.exp (set write): Allow any number of \r and/or
18322 \n, not just one of each.
18323
18324 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
18325 /bin/cc gives a warning if you do.
18326
18327Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
18328
d63a86f8 18329 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
18330 __t10ListS_link1ZUiRCUiPT0
18331
18332Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18333
18334 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
18335 on local variables in recursive functions.
18336
18337 * gdb.t07/Makefile.in: Build the new test.
18338
18339Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18340
18341 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
18342 directly. Instead compare the return values from actual calls.
18343
18344Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
18345
18346 * Makefile.in (check): Set TCL_LIBRARY for runtest.
18347
18348Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18349
18350 * From Peter Schauer with minor modifications.
a9c64011
AS
18351 * gdb.t15/return.exp (return_tests): Handle targets where "return"
18352 stops in mid-line in the caller. Add xfail for returning a float
18353 value on X86 targets.
c906108c
SS
18354
18355Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18356
18357 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
18358 to avoid expect lossage.
18359 (fmem_LRbug_tests): Likewise.
18360 * gdb.disasm/hppa.s: Corresponding changes.
18361
18362 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
18363 conditions to work with latest dejagnu/expect.
18364
18365 * gdb.t15/funcargs.exp (finish from indirect call): No longer
18366 expected to fail on the PA.
18367 (backtrace in call with trampolines): Explicitly require main
18368 to be frame #1 (no trampolines should show up in backtrace).
18369
18370 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
18371 "continue -expect".
18372 * gdb.t06/break.exp: Likewise.
18373 * gdb.t07/watchpoint.exp: Likewise.
18374 * gdb.t13/bitfields.exp: Likewise.
18375 * gdb.t15/{funcargs,return}.exp: Likewise.
18376 * gdb.stabs/weird.exp: Likewise.
18377 * config/{mips,udi}-gdb.exp: Likewise.
18378
18379 * hppa.sed: Enclose comments within a sed command to avoid
18380 losing with the old OSF1 sed.
18381
18382Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18383
18384 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
18385 sequent dynix.
18386 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
18387 * gdb.t15/funcargs.exp: Conditionally step again to really
18388 finish from marker_call_with_trampolines. Handle the case where
18389 the first step from within call_with_trampolines already steps
18390 us back to main.
18391 * gdb.t15/gdbme.c: Add comment to closing brace of
18392 call_with_trampolines for funcargs.exp.
18393
18394Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18395
d63a86f8 18396 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
18397 Fix typo(s).
18398
18399Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18400
18401 * gdb.t07/gdbme.c: More code for watchpoint testing.
18402
18403 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
18404 "Hardware watchpoint" throughout file.
18405 (test_watchpoint_triggered_in_syscall): New test.
18406 (test_complex_watchpoint): New test.
18407
18408Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18409
18410 * gdbme.c (call_with_trampolines): New function to try and step
18411 into. Tests trampoline problems on the PA.
18412
18413 * funcargs.exp (localvars_in_indirect_call): No longer expect
18414 stepping into indirect call to fail on PAs.
18415 (test_stepping_over_trampolines): New test.
18416
18417Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18418
18419 * TODO: Add suggestions for static member function tests, and
18420 completion tests.
18421
18422Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18423
18424 * TODO: Add suggestions for "p/a" tests.
18425
18426 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
18427 (default_gdb_exit): Replace all the hair with sending "quit" to
18428 the process with a simple close.
18429
18430Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18431
18432 * TODO: Add suggestions for shared library tests.
18433
18434Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18435
18436 * TODO: Add suggestions for x/s tests.
18437
18438Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18439
18440 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
18441 "enable once", and "enable breakpoints once" with ".*".
18442
18443Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18444
18445 * TODO: Add suggestions about structure passing tests.
18446
18447Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18448
18449 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
18450 the primary1 test, use work around if __GNUC__ < 2.
18451 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
18452 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
18453 Test for bad output rather than waiting for timeout. Issue
18454 second continue only if first continue failed.
18455
18456Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18457
18458 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
18459 operator[] test with gdb_test because the old code didn't seem to
18460 be getting the quoting right with the new dejagnu.
18461
18462Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
18463
18464 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
18465 one from the path.
18466 * Makefile.in: Use a fresh expect if there is one, use runtest
18467 from the src tree if there is one.
d63a86f8 18468
c906108c
SS
18469Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18470
18471 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
18472 next over recursive call. Revise the tests from that point on
18473 (which had been skipped) to match GDB's actual (correct) output.
18474
18475 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
18476 with next over a breakpoint whose condition is false.
18477
18478 * gdb.t00/help.exp: Comment out "help set print" tests just like
18479 (and for same reason as) "help set" test.
18480
18481Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18482
18483 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
18484 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
18485
18486Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18487
18488 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
18489 necessary gdb_target_udi.
18490
18491 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
18492
18493 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
18494 1838 and 2417; they are fixed.
18495
18496 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
18497 gdb.t03/ptype.exp (ptype structure, ptype union):
18498 Remove xfails; the test is looser than when the xfails were added.
18499
18500 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
18501 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
18502
18503 * gdb.t01/run.exp: Only run shell test if isnative.
18504
18505 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
18506 since "run" automatically loads if necessary. Call gdb_target_udi
18507 after the "file" since "file" kills any execution target.
18508
18509 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
18510 GDB. GDB doesn't work that way (not anymore at least) on UDI.
18511 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
18512 argument for UDI.
18513
18514Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18515
18516 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
18517
18518 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18519
18520Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18521
18522 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18523 properly quoting regexps. This makes the second argument to
18524 demangle a fixed string, which matches the callers, instead of a
18525 shell-style pattern which is what the previous implementation
18526 used. Update some of the callers.
18527
18528Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18529
18530 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18531 (comib_nullified_tests): Fix typo.
18532 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18533 strings. No longer expected to fail.
18534
18535 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18536 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18537 strings. No longer expected to fail.
18538
18539 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18540 string. No longer expected to fail.
18541
18542Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18543
18544 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18545 No longer expected to fail.
18546
18547 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18548 string. No longer expected to fail.
18549
18550Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18551
18552 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18553 only in the names (I probably got most of them). I was even
18554 generous with some which differed in underscores in names, and
18555 probably missed a few, and I *still* was able to remove almost a
18556 third of the file with almost no impact on testsuite coverage.
18557
18558Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18559
18560 * gdb.t00/default.exp: Match udi_attach error message as well as
18561 the one from child_attach.
18562
18563 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18564
18565 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18566
18567 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18568 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18569
18570 * Move test with enums and partial symbols back to
18571 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18572 Reverts the change of 26 May 93. Per today's change to
18573 stabs.texinfo, the behavior that weird.exp was expecting was
18574 unreasonable; what is important is that the compiler+gdb get
18575 things right, which happens with a recent gcc. Also fix the test
18576 to deal with native compilers which put out the stab gdb can't
18577 deal with.
18578
18579Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18580
18581 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18582 in the names. The main thing these accomplish is to slow things down.
18583 Many more such duplicates surely remain.
18584
18585 * gdb.t00/help.exp: Comment out "help support" test just like
18586 (and for same reason as) "help set" test.
18587
18588Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18589
18590 * gdb.t06/break.exp: Remove setup_xfails for
18591 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18592 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18593 about known bug in gcc to include up through 2.5.8.
18594 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18595 well as "_vb$".
18596 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18597 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18598 with latest gcc and gdb.
18599 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18600 well as "_vb$".
18601
18602Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18603
18604 * configure.in (hppa*-*-*): Also configure and build stabs-only
18605 tests.
18606
18607Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18608
18609 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18610 * gdb.t10/configure.in (hppa*-*-*): Use it.
18611
18612Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18613
18614 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18615
18616Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18617
18618 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18619 versions prior to 1.13.5.
18620
18621Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18622
18623 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18624 the prompt is at the start of a line.
18625
18626Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18627
18628 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18629 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18630 in the copr tests now.
18631 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18632 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18633 expected to fail.
18634
18635Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18636
18637 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18638 gdb.t31/chillvars.exp, lib/gdb.exp:
18639 Tweak to run under either version of expect.
18640 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18641 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18642 * gdb.t11/list.exp: Remove extraneous whitespace.
18643
18644Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18645
18646 * gdb.t16/printcmds.exp (test_print_strings): Accept
18647 "(unsigned char *) " before the string.
18648
18649 * TODO: Add notes about printing of fancy types and GDB expressions.
18650
18651Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18652
18653 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18654 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 18655 if doing mips-idt-ecoff.
c906108c
SS
18656
18657Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18658
18659 * Most .exp files: Tweak to run under either version of expect.
18660
18661Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18662
18663 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18664 xfails; I'm not sure why they are failing, but not because of PR 1806.
18665
18666Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18667
18668 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18669 defined in lib/gdb.exp.
18670
18671Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18672
18673 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18674 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18675 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18676 have to be typeless.
18677
18678Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18679
18680 * TODO: Add suggestion for copyright year test.
18681
18682Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18683
18684 * configure.in (*-*-lynxos*): Add stabs tests.
18685
18686Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18687
18688 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18689 so insert a tab before any assembler directive in column zero.
18690
18691 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18692 stores.
18693 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18694 stores.
18695 (fpu_short_memory_tests): Likewise.
18696
18697Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18698
18699 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18700 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18701 .stabs directives in comments.
18702
18703Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18704
18705 * TODO: New file, describing tests we could write.
18706 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18707
18708Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18709
18710 * gdb.t06/signals.exp: Add kludge to force re-sync.
18711
18712 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18713 to xgdb instead of gdb, get out of gdb.
18714
18715Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18716
18717 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18718 for info.
18719
18720Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18721
18722 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18723 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18724 * gdb.stabs/hppa.sed: New sed script for the PA.
18725
18726Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18727
18728 * gdb.stabs: Re-write weird.def and configuration to use sed
18729 instead of cpp. sed is portable and POSIX; cpp is neither.
18730
18731Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18732
18733 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18734
18735Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18736
18737 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18738
18739Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18740
18741 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18742 "_vb$".
18743 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18744 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18745
18746Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18747
18748 * lib/gdb.exp: Comment out code which depends on non-existent
18749 `transform' procedure.
18750
18751Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18752
18753 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18754 * lib/gdb.exp: Transform tool name.
18755 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18756 1.1's new error handling system.
18757
18758Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18759
18760 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18761
18762Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18763
18764 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18765 They made pattern matching so slow that timeouts happened on
18766 heavily loaded systems. Now any output from "show print" which
18767 gets us back to the GDB prompt is a PASS.
18768
18769Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18770
18771 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18772
18773Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18774
18775 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18776
18777 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18778 It is not from PR 3220.
18779
18780Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18781
18782 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18783 just started failing because they depended on the order the
18784 subcommands are presented, or exact docstring text. This kind of
18785 test is a pain and has minimal benefit.
18786
18787Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18788
18789 * gdb.t09/corefile.exp: At end of test, use "core" command with
18790 no arguments.
18791
18792Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18793
18794 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18795 17}/Makefile.in: Make it possible to run the testsuite with Sun
18796 make and CC = cross gcc by adding explicit build rules for .o
18797 files.
18798
18799Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18800
18801 * gdb.t15/funcargs.exp: Don't put comments on same line as
18802 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18803
c906108c
SS
18804Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18805
18806 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18807
18808Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18809
18810 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18811 * gdb.t20/inherit.exp: remove three dumplicate entries.
18812
18813Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18814
18815 * gdb.t06/break.exp: For "next over recursive call", fail on any
18816 incorrect output, not just on "factorial (value=2)".
18817
18818Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18819
18820 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18821 working now. Add an xfail if accesing a bss variable causes
18822 a memory error if the target is not yet run.
18823
18824Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18825
18826 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18827 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18828 name of __st* demangling (2 strings). Did Kung really get the
18829 more than 95 others right without testing them?
18830
18831Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18832
18833 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18834
18835Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18836
18837 * configure.in (configdirs): Add gdb.disasm
18838 * gdb.disasm: New directory for GDB disassembler tests.
18839 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18840
18841Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18842
18843 * gdb.t00/help.exp: Don't test "help set".
18844
18845 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18846 from within expect statements. None of these happen anymore and
18847 they cause regressions to be silently unnoticed.
18848
18849 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18850 messages) about known failures with gcc cygnus-2.4.5-930417.
18851
18852 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18853 comp-info.exp so it gets built if it doesn't exist.
18854
18855 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18856 it is no longer used.
18857 * gdb.t13/comp-info.c: Removed.
18858
18859Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18860
18861 * gdb.t06/signals.exp: Add xfail for sun3.
18862
18863Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18864
18865 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18866 relevant because ^C doesn't get sent but failure can be reproduced
18867 interactively).
18868
18869Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18870
18871 * gdb.stabs/alpha.mt: New configuration file for alpha.
18872 * gdb.stabs/configure.in: Use it.
18873 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18874 sharing with alpha.mt, redefine long to word via preprocessor.
18875 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18876 for alpha.
18877 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18878 native cc.
18879 * gdb.t00/teststrategy.exp: Change expect string so that we
18880 consume the `(xgdb)' from the command echo and from the gdb prompt.
18881 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18882 gdb currently compares all values as long, so this failure probably
18883 applies to any configuration where LONGEST is bigger than a target int.
18884 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18885 with gcc.
18886 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18887 to handle opaque pointers, gcc is.
18888 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18889 as first argument. Include <sys/types.h> and change all operator
18890 new definitions to use size_t.
18891 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18892 now that we use size_t.
18893
18894Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18895
a9c64011 18896 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 18897 a long or float array cast all array members to the same type.
a9c64011 18898 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 18899 with 64 bit longs.
a9c64011 18900 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 18901 on alpha.
a9c64011 18902 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
18903
18904Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18905
18906 * gdb.t24 (demangle.exp): Constructors of templates have names like
18907 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18908 section 14.6 of the ARM.
18909
18910 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18911 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18912 accomplish little and slow down the testsuite.
18913
18914 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18915 Accept spaces various places.
18916
18917Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18918
18919 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18920 with watchpoint enabled.
18921
18922 * Makefile.in: Remove definition of CC and remove the second
18923 definition of CXX (the "CXX = gcc" one remains). These definitions
18924 were causing backquotes to be expanded within backquotes, which
18925 doesn't work.
18926
18927Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18928
18929 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18930
18931Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18932
a9c64011
AS
18933 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18934 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
18935 by mips cc and contains no stabs entries.
18936
18937Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18938
18939 * config/vx-gdb.exp: Use fake device to load files rather than
18940 NFS.
18941 * lib/gdb.exp: New proc to do "file" command.
18942 * config/unix-gdb.exp: Use new "file" proc.
18943
18944Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18945
18946 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18947 Rework board rebooting slightly.
18948 (gdb_exit): Don't exit from the remote shell; there isn't one.
18949 * gdb.stabs/weird.exp: If a program is being debugged already,
18950 kill it.
18951 * gdb.t04/setvar.exp: Stop and restart gdb.
18952 * gdb.t05/expr.exp: Likewise.
18953 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18954 restart gdb and reload the program.
18955 * gdb.t08/opaque.exp: Likewise.
18956 * gdb.t12/scope.exp: Likewise.
18957 * gdb.t13/bitfields.exp: Likewise.
18958 * gdb.t15/funcargs.exp: Likewise.
18959 * gdb.t20/classes.exp: Likewise.
18960 * gdb.t03/ptype.exp: Increase timeout.
18961 * gdb.t16/printcmds.exp (test_print_string_constants,
18962 test_print_array_constants): Likewise.
18963 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18964 * gdb.t20/classes.exp (do_tests): Likewise.
18965 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18966
18967Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18968
18969 * gdb.stabs: Renamed *wierd* to *weird*.
18970
18971Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18972
18973 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18974 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18975
18976Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18977
18978 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18979 (do_tests): Remove xfail for whatis on one_var and two_var.
18980
18981Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18982
18983 * Makefile.in: Made cross building work better by adding
18984 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18985
18986Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18987
18988 * gdb.t15/{return.c,return.exp,Makefile.in}:
18989 New test, currently commented out.
18990
18991Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18992
18993 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18994 still running and removes the leftover named socket so GDb can do
18995 clean restarts.
18996
18997Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18998
18999 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
19000 console, not GDB.
19001 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
19002 cross testing works better with "make check"
19003 * config/unix-gdb: Use default procedures for exit and version.
19004 * config/vx-gdb.exp: Cleaned up and massaged back to working order
19005 with the newest VxWorks.
19006
19007Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19008
19009 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
19010 old form.
19011
19012 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
19013 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
19014
19015 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
19016
19017 * config/unix-gdb.exp: Remove this version of gdb_exit
19018 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
19019 Rob says he'll look at it when he gets back to testing boards.
19020
19021Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
19022
19023 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
19024 an expected fail for certain ptype commands.
19025
19026 * gdb.t20/classes.exp: Update expected results of "ptype class
19027 Base1" to account for the constructor that now appears in the type.
19028
19029Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
19030
19031 * configure.in (configdirs): Restore gdb.t04, which mysteriously
19032 disappeared from list.
19033 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
19034 "alldone" proc with call to cleanup and exit.
19035 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
19036 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
19037 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
19038 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
19039 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
19040 "alldone" proc with simple returns that suppress remaining
19041 tests. The alldone proc went away many months ago.
19042
19043Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19044
19045 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
19046
19047 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
19048
19049Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19050
19051 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
19052 as vax gdb will display them.
19053
19054Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19055
19056 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
19057 optimizers.
19058
19059 * scope.exp: Change "bad value for localval" messages so each one
19060 is unique.
19061
19062 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
19063 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
19064
19065 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
19066
19067Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19068
19069 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
19070 doesn't exist (due to optimization).
19071
19072Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19073
19074 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
19075 contains \r because the filename is long.
19076
19077 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
19078 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
19079
19080Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19081
19082 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
19083 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
19084 Ultrix.
19085 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
19086 int tests.
19087 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
19088
19089Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
19090
19091 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
19092
19093 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 19094 to match does not match the passing case but still matches the
c906108c
SS
19095 failing case.
19096
19097Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19098
19099 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
19100
19101Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
19102
19103 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
19104 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
19105 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
19106 Remove various versions of gdb_exit.
19107 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
19108 gdb_exit.
19109 * config/unix-gdb.exp: gdb_exit remains here, and should override
19110 the generic version, since it's doing a lot of wierd stuff that
19111 the other versions aren't. FIXME, fold it in, or abandon this
19112 version.
19113
19114Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19115
19116 * gdb.t24/demangle.exp: Add tests for PR 3220.
19117
19118Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19119
19120 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
19121
19122Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
19123
19124 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
19125 "i386-*-*". Works for i486 as well.
19126
19127 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
19128 bug, and expand domain of xfail to all SVR4 systems, since the
19129 actual problem is likely to be in generic SVR4 /proc support.
19130
19131Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19132
19133 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
19134
19135Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
19136
19137 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
19138 xfails for other systems. Match a missing 'Continuing.' as an
19139 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
19140
19141 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
19142 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
19143 Only issue warning for missing executables if -all option is used.
19144
19145 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
19146 file if -all option is used. It's like an unpredictable XFAIL.
19147
19148Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19149
19150 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
19151 for dynamically linked binaries.
19152
19153 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
19154
19155Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19156
19157 * gdb.t20/inherit.exp: Change message for "print tagless struct"
19158 to state that this is a known bug in old versions of g++.
19159
19160Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19161
19162 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
19163 while waiting for `Continuing'.
19164
19165Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
19166
19167 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
19168 in text, data, and bss.
19169 * gdb.t10/nodebug.c: Add local and global test variables for
19170 initialized and uninitialized data.
19171
19172Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19173
19174 * config/unix-gdb.exp (gdb_exit): Add "wait".
19175
19176Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19177
19178 * gdb.t06/signals.exp: xfail the continue from the handler for all
19179 targets.
19180
19181 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
19182 function with watchpoints enabled, the i386 call dummy starts with
19183 a call.
19184
19185 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
19186 386 bsd names its corefiles.
19187
19188Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
19189
19190 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
19191 compilers don't grok it.
19192 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
19193 with small octal ints rather than character constants, which
19194 are signed and might not fit if first promoted to int.
19195
19196Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
19197
19198 * gdb.t09/Makefile.in (clean): Remove corefile.
19199
19200Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19201
19202 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
19203
19204Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19205 and Jim Kingdon (kingdon@cygnus.com)
19206
19207 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
19208 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
19209 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
19210
19211Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19212
19213 * gdb.t17/interrupt.exp: Add xfail for hppa.
19214
19215Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19216
19217 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
19218 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
19219 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
19220 to determine signed-ness of bitfields and use the result to setup
19221 the xfail.
19222 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
19223 * gdb.t15/funcargs.exp: Use them to step until the second indirect
19224 call line is reached if necessary.
19225
19226Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19227
19228 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
19229
19230Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19231
19232 * gdb.t06/break.exp: Also test `clear' command.
19233
19234Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19235
19236 * gdb.t00/teststrategy.exp: Remove extra quote.
19237
19238 * gdb.t07/watchpoint.exp: Change xfail for calling function with
19239 watchpoint enabled to be for all non-68k machines.
19240
19241 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
19242
19243Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19244
19245 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
19246 targets use aout.mt instead of ecoff.mt as gas understands
19247 standard aout format.
19248
19249Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19250
19251 * lib/gdb.exp (runto): Don't insist that function we are running to
19252 was compiled with -g.
19253
19254 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
19255
19256 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
19257 to get back into the read system call.
19258 Accept leading newline in case where we woke it up.
19259
19260Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19261
19262 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
19263 to make the stabs test work on ecoff systems using gcc and -with-stabs.
19264 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
19265 enable ecoff configuration.
19266
19267Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19268
19269 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
19270
19271Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19272
19273 * gdb.t16/printcmds.exp: Add another printf test.
19274
19275Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
19276
19277 * configure.in: If configured -with-stabs on any target, add
19278 stabsdirs to configdirs.
19279
19280Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19281
19282 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
19283 fun" so pattern does not match the command itself.
19284
19285Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19286
19287 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
19288
19289Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19290
19291 * gdb.t17/interrupt.exp: Test for more things.
19292
19293Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19294
19295 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
19296 compiler arranges the code and line numbers.
19297
19298 * gdb.t17/interrupt.exp: Don't send \n after ^C.
19299
19300Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19301
19302 * gdb.t00/help.exp: Increase expect input buffer size.
19303
19304Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19305
19306 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
19307
19308 * gdb.t07/watchpoint.exp: Add xfail for hppa.
19309
19310 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
19311
19312 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
19313 [0-9]*, not just [0-9].
19314
19315Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19316
19317 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
19318
19319 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
19320
19321Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19322
19323 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
19324
19325Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19326
19327 * gdb.t06/signals.c: Add xfails for sun3.
19328
19329 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
19330
19331 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
19332 test_stepping tests.
19333
19334Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19335
19336 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
19337
19338 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
19339
19340 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
19341 rather than actually putting it through cpp twice.
19342
19343 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
19344
19345Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
19346
19347 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
19348 no longer needed.
19349
19350Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19351
19352 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
19353
19354 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
19355 C++ features prints as "struct", make it a pass, not an xfail.
19356
19357Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19358
19359 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
19360 Don't require VA to print as "class" rather than "struct".
19361
19362Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
19363
19364 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
19365
19366Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19367
19368 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
19369
19370Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19371
19372 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
19373 order.
19374
19375Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19376
19377 * gdb.t16/printcmds.exp: Add printf tests.
19378
19379 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
19380
19381 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
19382
19383Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
19384
19385 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
19386 pass counts, to counteract any existing or future setup_xfails.
19387
19388Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19389
19390 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
19391 {BEGIN,END}_COMMON for common block instead of STAB.
19392 * gdb.stabs/wierd.exp: Add xfail for rs6000.
19393
19394 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
19395 intp_var should be N_GSYM not N_LSYM.
19396 wierd-aout.S: Use a label for the value of the N_SO.
19397 wierd.def: Remove all backslashes.
19398 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
19399
19400Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19401
19402 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
19403 get the expected next to inheritance3.
19404
19405Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19406
19407 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
19408 now that gcc-2.4 gets it right.
19409
19410Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19411
19412 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
19413
19414 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
19415 generating comp-info.exp which works for cross-compilation.
19416
19417Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
19418
19419 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
19420 "*-*-sysv4.*".
19421
19422Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
19423
19424 * gdb.t01/run.exp: Start with a fresh gdb.
19425 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
19426 SVR4.x.
19427
19428Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
19429
19430 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
19431 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
19432 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
19433 Makefile.in (distclean, realclean): Remove gdbme.c from list of
19434 things to remove.
19435
19436Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
19437
19438 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
19439 test cases from bug reports.
19440
19441Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
19442
19443 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
19444 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
19445 avoid spurious xfails.
19446 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
19447 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
19448 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
19449
19450Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
19451
19452 * gdb.t00/teststrategy.exp: Rework to provide more useful
19453 description of each test, fix problem with systems that define
19454 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
19455 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
19456 results for "next over recursive call" so timeouts aren't taken
19457 by error.
19458
19459Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
19460
19461 * gdb.t12/scope.exp: Test printing of variables before run.
19462
19463 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
19464 printed in wrong order due to sorting.
19465
19466Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
19467
19468 * gdb.t00/teststrategy.exp: Fix expected results for printing
19469 user entered string constant. Is array of char, prints with no
19470 address.
19471
19472 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
19473 commands.
19474 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
19475 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
19476 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
19477 of struct of char arrays.
19478 * gdb.t00/radix.exp: New tests for radix commands.
19479
19480Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
19481
19482 * gdb.t16/printcmd.exp: Print a variable before running program
19483 (with xfail for AIX).
19484
19485Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
19486
19487 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
19488
19489 * gdb.t16/printcmd.exp: Don't print variables before running program.
19490
19491 * gdb.t06/break.exp: Don't require envp argument to main.
19492
19493 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
19494
19495 * gdb.t02/whatis.exp, gdb.t11/list.exp:
19496 Add xfails for rs6000.
19497
19498 * gdb.t02/whatis.exp: Change other tests not to re-test something
19499 we already tested.
19500
19501 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
19502 each type used has a variable of that type.
19503
19504Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
19505
19506 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
19507
19508Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19509
19510 * configure.in: change srctrigger to be a file, not a directory
19511
19512Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
19513
19514 * configure.in (mips-idt-ecoff*): Added trailing '*'.
19515
19516 * gdb.t11/list.exp: Fixed a couple of typos.
19517
19518Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19519
19520 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19521 is fixed and PR is closed.
19522 * gdb.t16 (gdbme.c): Add simple test string variable.
19523 * gdb.t16 (printcmds.exp): Add tests with simple test string
19524 variable, primarily for boundaries on "set print elements".
19525
19526Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19527
19528 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19529 Make leading 0's optional and don't expect a tab in the middle
19530 of the number.
19531
19532 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19533
19534 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19535 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19536 don't end command passed to gdb_test with newline.
19537
19538 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19539 signed keyword away, don't expect signed bitfields to be signed.
19540
19541 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19542 printing with only as many 1's as are in the field as well as printing
19543 with 32 1's (see comment).
19544
19545Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19546
19547 * gdb.t00/default.exp: Start with a fresh gdb.
19548 * configure.in (configdirs): Remove gdb.t31 until the chill
19549 compiler works again. It no longer is able to find chillrt0
19550 since it isn't in libchill.a anymore.
19551 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19552 wierd.o, make more modular.
19553 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19554 spurious newlines that caused problems.
19555
19556Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19557
19558 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19559 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19560 gdb.stabs/wierd.{exp,def}: Many new tests.
19561
19562 * gdb.t00/default.exp: update info line for new message.
19563
19564 * gdb.t02/{whatis.exp,gdbme.c}:
19565 Test that "char *" doesn't print as "caddr_t".
19566
19567Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19568
19569 * gdb.t00/help.exp: Use .* in place of some help messages which
19570 just changed.
19571 gdb.t00/default.exp: Update "info frame" test for new message.
19572 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19573 Remove some xfails
19574
19575Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19576
19577 * gdb.t03/{gdbme.c,ptype.exp}:
19578 Add tests for typedef'd struct and union without tags.
19579 Also check "whatis" on a variable of a typedef'd enum without a tag.
19580
19581 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19582 PRMS 1823; the bug still exists but isn't reproduced by this test
19583 anymore), and remove rs6000 XFAIL (the bug is fixed).
19584
19585 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19586 duplicated from whatis.exp. For those that are left, accept
19587 "long", "long int", or "int" for long variables (whatis.exp already
19588 has an XFAIL for "int", so no need to fail it here).
19589
19590 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19591 Deal with GCC's names for types now that GDB uses the compiler's names.
19592
19593 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19594 setup_xfail's for sunos4. If we #defined the signed keyword away,
19595 don't expect GDB to know that char it is signed.
19596
19597 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19598
19599Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19600
19601 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19602 should work on any system, regardless of debugging format.
19603 * gdb.t21/demangle.exp: Move to gdb.t24.
19604 * gdb.t24/demangle.exp: Move from gdb.t21.
19605 * gdb.t24/{Makefile.in, configure.in}: New files.
19606
19607Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19608
19609 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19610 * gdb.stabs: New directory.
19611
19612Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19613
19614 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19615 not just "Quit anyway?".
19616
19617Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19618
19619 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19620 that all setup_xfails are immediately followed by clear_xfails.
19621
19622Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19623
19624 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19625 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19626 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19627 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19628 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19629 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19630 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19631 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19632 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19633 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19634 gdb.t31/chillvars.exp, lib/gdb.exp:
19635 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19636 bug-gdb@prep.ai.mit.edu.
19637
19638Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19639
19640 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19641 with 0.0, not integer 0.
19642
19643Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19644
19645 * gdb.t06/break.exp: Update for "Kill the program" message change.
19646
19647Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19648
19649 * Makefile.in (GDBFLAGS): Set to -nx.
19650 * Makefile.in (site.exp): Use GDBFLAGS.
19651
19652Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19653
19654 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19655 Makefiles.
19656 (check): depend on just-check.
19657 (just-check): added so that tests can be run without a noop
19658 build pass.
19659
19660Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19661
19662 Switch to using configure's configdirs.
19663 * Makefile.in (Makefile): add configure.in dependency.
19664 (SUBDIRS): removed redundant assignment.
19665 * configure.in: switch subdirs assignment to configdirs.
19666 * gdb.t*/configure.in: new files.
19667
19668Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19669
19670 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19671 works.
19672
19673Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19674
19675 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19676 in explicit rules. Apparently this is not supported by some makes.
19677
19678Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19679
19680 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19681
19682Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19683
19684 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19685 disappeared.
19686
19687Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19688
19689 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19690
19691Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19692
19693 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19694 watchpoint problem that is now fixed.
19695 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19696 uninitialized convenience variables.
19697 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19698 structures.
19699
19700Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19701
19702 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19703 which causes expect to get out of sync with gdb on long output
19704 from help set.
19705 * gdb.t09/corefile.exp: Make expected pattern for core file
19706 failing signal and frame output format less sun specific.
19707
19708Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19709
19710 * gdb.t31/chillvars.exp: Add and remove initial dummy
19711 breakpoint, so that symbol table is forced in.
19712 (Needed at least on Sunos4, though it seems not SVR4.)
19713 * gdb.t31/chillvars.exp: Update for changed output format.
19714
19715Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19716
a9c64011 19717 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19718
19719Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19720
19721 * Makefile.in: Added --srcdir when invoking runtest, removed the
19722 need for a local config file. (optional now)
19723
19724Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19725
19726 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19727 failure count used to force early termination. Add some more
19728 expected failures for gnu style demangling.
19729
19730Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19731
19732 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19733 pmi variable from gdb.t20/gdbme to get optimized away.
19734 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19735 Check for written corefile upon timeout _and_ eof.
19736
19737Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19738
19739 * config/unix-gdb.exp: Add missing return 0.
19740
19741Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19742
19743 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19744 test termination.
19745
19746Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19747
19748 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19749 disappeared.
19750
19751Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19752
19753 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19754 time as i860 support works.
19755
d63a86f8 19756 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19757 "backtrace 100\r" rather than just "backtrace\r", to match last
19758 change.
19759
19760Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19761
19762 * config/udi-gdb.exp (gdb_exit): Remove close command.
19763 (gdb_target_udi): New procedure to set the UDI target.
19764 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19765 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19766 Added waits for prompts after several question responses. Added
19767 some more responses used by a29k-amd-udi-gdb.
19768 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19769 pass different arguments, restart UDI connection after program
19770 completion.
19771 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19772 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19773 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19774 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19775 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19776 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19777 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19778 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19779 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19780 after program completion.
19781 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19782 compiled with a SELECT_VECS setting.
19783 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19784 infinite recursion.
19785
19786 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19787 Added checks for COFF results, and made them expected failures for
19788 all targets. It would be better to make them expected failures
19789 for COFF targets only.
19790
19791Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19792
19793 * Makefile.in: add null dvi target, don't bother to recurse
19794 through test directories for info and install-info; rename
19795 $(datadir) to be dejagnu instead of deja-gnu
19796
19797Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19798
19799 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19800 compiler to coredump.
19801 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19802 code.
19803
19804Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19805
19806 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19807 coredump.
19808 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19809 code.
19810
19811Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19812
19813 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19814 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19815 which in a shell. Deletes xgdb when done.
19816 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19817 Tests the return from the "set height" or "set width" commands.
19818 Added a few return codes where needed.
19819
19820Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19821
19822 * Makefile.in (SUBDIRS): Add gdb.t17.
19823 * configure.in (subdirs): Add gdb.t17.
19824 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19825 files to test gdb's calling of functions in the inferior with
19826 the correct arguments and gdb's ability to retrieve any
19827 result returned.
19828
19829Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19830
19831 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19832 may be called after gdb goes away. Previous versions of expect
19833 needed these to avoid file descriptor leaks, but they cause
19834 errors with the current revision of expect.
19835 * gdb.t00/gdbvars.exp: Use -re on expected output after
19836 setting sevenbit-strings.
19837 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19838 to set sevenbit-strings consistent across tests.
19839 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19840 set sevenbit-strings consistent across tests.
19841
19842Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19843
19844 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19845 expected output to match current "expect" expectations.
19846
19847Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19848
19849 * gdb.t00/default.exp: Change expected output for default "source"
19850 command, to match new gdb behavior which requires a filename to
19851 source.
19852
19853Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19854
19855 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19856 expected fail for i486-*-* that misses the marker2 function.
19857 * gdb.t10/crossload.exp (bfddefault): Allow successful
19858 recognition of a format to pass even if no symbols are found.
19859 Explicitly catch failures where the format is not recognized
19860 or is ambiguous, and add the reason to the fail message.
19861 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19862 the cause is and invalid target and add reason to failure message.
19863 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19864 elf32-i386, elf32-sparc, and elf32-i860.
19865 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19866 Set up expected failure for 'filename'::variable scope resolution,
19867 which is now apparently broken on all targets.
19868 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19869 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19870 gdb.t23/templates.exp: Change failure for missing binfile into
19871 just a warning.
19872 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19873 references.
19874
19875Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19876
19877 * gdb.t00/default.exp: Add expected output for default "source"
19878 command, to match new gdb behavior.
19879 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19880
19881Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19882
19883 * config/*-gdb.exp: returns an error, rather than exiting on
19884 internal errors.
19885
19886Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19887
19888 * gdb.t03/gdbme.c: Add pointer to struct variable.
19889 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19890 referencing struct members.
19891
19892Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19893
19894 * configure.in (mips-idt-ecoff): New target.
19895 * config/mips-gdb.exp: New file for remote board using MIPS remote
19896 debugging protocol.
19897
19898 * Redid configuration scheme. Removed gdb.t*/configure.in.
19899 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19900 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19901 distclean targets. Built executables via .o files. Adjusted
19902 tests to account for source files in $(srcdir) rather than
19903 $(objdir).
19904 * lib/gdb.exp (runto): Don't expect () after the function name,
19905 because it may have arguments.
19906
19907Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19908
19909 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19910 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19911 expected failures for mips-idt-* and mips-sgi-*.
19912 * gdb.t00/default.exp (attach): Kill process if requested.
19913 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19914 that does not read core files.
19915 * gdb.t01/run.exp: Removed checks for exit status code.
19916 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19917 it is linked in.
19918 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19919 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19920 appropriate, rather than doing it by hand.
19921 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19922 execution.
19923 * gdb.t10/crossload.exp: Kill existing program if needed.
19924 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19925 appropriate, rather than doing it by hand. Always increase
19926 timeout for this test, not just for VxWorks.
19927
19928Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19929
19930 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19931 of Chill STRUCT types and STRUCT values.
19932 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19933 than "char".
19934 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 19935 struct2): New struct definitions and initializations to test
c906108c
SS
19936 simple Chill STRUCT types.
19937
19938Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19939
19940 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19941 the null byte at the end of strings.
19942 * gdb.t00/default.exp: Make show version insensitive to copyright
19943 date.
19944 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19945 to avoid dependencies on target char signedness.
19946 * gdb.t16/printcmds.exp: Update expected results for explicitly
19947 unsigned char.
19948 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19949 now work.
19950 * gdb.t21/demangle.exp: Add many more patterns for template
19951 demangling, most of them being expected failures.
19952 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19953 string we are matching for, to match on the whole string.
19954 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19955 and fix a whole bunch that had incorrect expected output but were
19956 passing anyway because of the bug in "proc demangle".
19957 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19958 type.
19959 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19960
19961Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19962
a9c64011
AS
19963 * gdb/testsuite: made modifications to testcases, etc., to allow
19964 them to work properly given the reorganization of deja-gnu and the
19965 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
19966
19967Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19968
19969 * gdb/testsuite: Initial creation of gdb/testsuite.
19970 Migrated dejagnu testcases and support files for testing nm to
19971 gdb/testsuite from deja-gnu. These files were moved "as is"
19972 with no modifications. This migration is part of a major overhaul
19973 of dejagnu. The modifications to these testcases, etc., which
19974 will allow them to work with the new version of dejagnu will be
19975 made in a future update.
48efe704 19976
8d8cb839 19977 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 19978\f
8d8cb839
EZ
19979;; Local Variables:
19980;; mode: change-log
19981;; left-margin: 8
19982;; fill-column: 74
19983;; version-control: never
19984;; End:
902f2ccb
MC
19985
19986 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 19987 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
19988 Copying and distribution of this file, with or without modification,
19989 are permitted provided the copyright notice and this notice are preserved.
This page took 2.019698 seconds and 4 git commands to generate.