]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2010-01-26 Tristan Gingold <gingold@adacore.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
421d5d99
TT
12010-01-25 Tom Tromey <tromey@redhat.com>
2
3 PR gdb/11049:
4 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5 with "set print null-stop on".
6
691f8dc1
JK
72010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
10 Adjust it for DISASSEMBLY_OMIT_FNAME.
11
0b92b5bb
TT
122010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 PR symtab/11199:
15 * gdb.dwarf2/member-ptr-forwardref.exp,
16 gdb.dwarf2/member-ptr-forwardref.S: New.
17
23787403
JK
182010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
21 (thread1_func): Protect thread1_tid with thread1_tid_cond by
22 thread1_tid_mutex. Remove gdbstop_mutex handling.
23 (thread2_func): Protect thread2_tid with thread2_tid_cond by
24 thread2_tid_mutex. Remove gdbstop_mutex handling.
25 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
26 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
27 pthread_cond_wait conditionalizations by while loops.
28
b966cb8a
TT
292010-01-20 Tom Tromey <tromey@redhat.com>
30
31 PR backtrace/10770:
32 * gdb.dwarf2/pr10770.exp: New file.
33 * gdb.dwarf2/pr10770.c: New file.
34 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
35
fcae584b
VP
362010-01-20 Vladimir Prus <vladimir@codesourcery.com>
37
38 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
39 that target was removed, and the test always runs native anyway.
40
a0f49112
JK
412010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
44 gdb.base/watchpoint-cond-gone-stripped.c: New.
45
ceeb3d5a
TT
462010-01-19 Tom Tromey <tromey@redhat.com>
47
48 PR c++/8000:
49 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
50 existing tests.
51 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
52 (main): Use AAA::SomeEnum.
53
dd322c54
JK
542010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
57 (test_ignore_count): Declare line_callme_body global.
58 (run to breakpoint with ignore count): Use line_callme_body.
59 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
60 (set line_main_hello, set line_main_return): Reindent.
61 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
62 New.
63 (continue to callee4): Use line_callee4_body.
64 (check *stopped from CLI command): Use line_callee4_next.
65 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
66 (set line_main_hello, set line_main_return): Reindent.
67 (set line_callee4_head, set line_callee4_body): New.
68 (continue to callee4): Use line_callee4_body.
69
4e8f195d
TT
702010-01-18 Tom Tromey <tromey@redhat.com>
71
72 PR c++/9680:
73 * gdb.cp/casts.cc: Add new classes and variables.
74 * gdb.cp/casts.exp: Test new operators.
75
9e14a9ba
JB
762010-01-18 Tom Tromey <tromey@redhat.com>
77 Thiago Jung Bauermann <bauerman@br.ibm.com>
78
79 * gdb.python/source2.py: New file.
80 * gdb.python/source1: New file.
81 * gdb.python/python.exp: Test "source" command.
82
00bf0b85
SS
832010-01-15 Stan Shebs <stan@codesourcery.com>
84
85 * gdb.trace/tfile.c: New file.
86 * gdb.trace/tfile.exp: New file.
87
55235ad7
JK
882010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
89
90 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
91
9f2982ff
JK
922010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
95
bbfba9ed
JK
962010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
99 (libfunc): New parameter action. Implement also selectable "sleep".
100 * gdb.base/break-interp-main.c: Include assert.h.
101 (libfunc): New parameter action.
102 (main): New parameters argc and argv. Assert argc. Pass argv.
103 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
104 (test_attach): New proc.
105 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
106 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
107
61f0d762
JK
1082010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 * gdb.base/break-interp.exp (test_core): New proc.
111 (test_ld): Call it.
112
06a6f270
JK
1132010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
116 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
117 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
118 and gdb_compile_shlib. Use new -Wl compiler options.
119 (dl bt, main bt): New tests.
120
51bee8e9
JK
1212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
122
123 Support PIEs with no symfile_objfile.
124 * gdb.base/break-interp.exp: New argument at the test_ld calls.
125 (test_ld): New parameter trynosym.
126 (test_ld <$trynosym>): New block.
127
b8040f19
JK
1282010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * gdb.base/break-interp.exp: New file.
131
be759fcf
PM
1322010-01-13 Phil Muldoon <pmuldoon@redhat.com>
133
134 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
135 * gdb.python/py-prettyprint.py (pp_ls): New printer.
136 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
137 test.
138 * gdb.python/py-prettyprint.c: Define lazystring test structure.
139 * gdb.python/py-mi.exp: Add lazy string test.
140
dc146f7c
VP
1412010-01-13 Vladimir Prus <vladimir@codesourcery.com>
142
143 * lib/mi-support.exp (mi_check_thread_states): Handle
144 core number in thread listing.
145
b4ba55a1
JB
1462010-01-12 Joel Brobecker <brobecker@adacore.com>
147
148 * gdb.base/maint.exp: Adjust the expected output for the
149 "maint print type" test. Use gdb_test_multiple instead of
150 gdb_sent/gdb_expect.
151
08e24bd4
DE
1522010-01-11 Doug Evans <dje@google.com>
153
6496a609
DE
154 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
155 from gdbserver_download. All callers updated.
156
08e24bd4
DE
157 * gdb.server/ext-run.exp: "info os processes" requires xml support.
158
b5cfddf5
JK
1592010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
160
161 Implement binary numbers parsing.
162 * gdb.base/printcmds.exp (test_integer_literals_accepted)
163 (test_integer_literals_rejected): New binary tests.
164
3725885a
RW
1652010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
166
167 * gdb.cell/configure: Regenerate.
168
37aeb5df
JK
1692010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 * gdb.base/corefile.exp: Move the core finding block out and call it as
172 core_find, new variable $corefile, replace corefile by $corefile and
173 [file tail $corefile] for usage vs. test names resp.
174 * lib/gdb.exp (core_find): Move it as a new function here. New
175 parameter binfile and deletefiles. New variable $destcore. Pre-delete
176 $destcore. Return "" on error.
177
d521f563
JK
1782010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 Workaround PR binutils/10802.
181 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
182 (twice).
183
28f24826
DJ
1842010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
185
186 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
187
2de75e71
JB
1882010-01-08 Joel Brobecker <brobecker@adacore.com>
189
190 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
191 call, to avoid interruption.
192
fe00719b 1932010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
194
195 * gdb.stabs/weird.def (args93): New.
196
d0ef5df8
DE
1972010-01-07 Doug Evans <dje@google.com>
198
199 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
200
3a08d52f
TT
2012010-01-07 Tom Tromey <tromey@redhat.com>
202
203 * gdb.base/source.exp: Use correct line number.
204
7a697b8d
SS
2052010-01-05 Stan Shebs <stan@codesourcery.com>
206
207 * gdb.trace/tracecmd.exp: Test ftrace.
208
7803799a
UW
2092010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
210
211 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
212
c54eabfa
JK
2132010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
216 "uint_for_mi_testing".
217
02e7ef19
JB
2182010-01-01 Joel Brobecker <brobecker@adacore.com>
219
220 Test indented comment in file being sourced.
221 * gdb.base/commands.exp: Test indented comment in file being sourced.
222
abd775ce
JB
2232010-01-01 Joel Brobecker <brobecker@adacore.com>
224
225 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
226 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
227 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
228 notice.
229
79b55b82
JB
2302010-01-01 Joel Brobecker <brobecker@adacore.com>
231
232 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
233 notice.
234
8997583e
JK
2352010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
236
237 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
238 missing $after_stopped and comma (,) expectation.
239
6da95a67
SS
2402009-12-31 Stan Shebs <stan@codesourcery.com>
241
242 * gdb.trace/actions.exp: Test teval action.
243
218d2fc6
TJB
2442009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
245
246 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
247 (top level): Call test_watchpoint_in_big_blob.
248 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
249 watchpoints.
250 (func3): Write to buf.
251
236f1d4d
SS
2522009-12-29 Stan Shebs <stan@codesourcery.com>
253
254 * gdb.trace/actions.exp: Test default-collect.
255
f61e138d
SS
2562009-12-28 Stan Shebs <stan@codesourcery.com>
257
258 * gdb.trace/tsv.exp: New file.
259 * gdb.base/completion.exp: Update ambiguous info output.
260
0219b378
DJ
2612009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
262
263 * gdb.base/find.c (main): Reference search buffers.
264 * gdb.base/included.c (main): Reference integer.
265 * gdb.base/ptype.c (charfoo): Declare.
266 (intfoo): Call charfoo.
267 * gdb.base/scope0.c (useitp): New function.
268 (usestatics): Use useitp.
269 (useit): Add a type for val.
270 * gdb.base/scope1.c (useit1): Take a pointer argument.
271 (usestatics1): Update calls to useit1.
272 * gdb.cp/call-c.cc: Declare foo.
273 (main): Call foo.
274 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
275 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
276 (main): Call C::ensureRefs and ensureOtherRefs.
277 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
278 variables.
279 (ensureOtherRefs): New function.
280 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
281 * gdb.cp/templates.cc (main): Call t5i.value.
282
3f78692f
JK
2832009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
284
285 Fix compatibility with G++-4.5.
286 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
287 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
288 (uncaught return): Remove.
289
429374b8
JK
2902009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
291 Phil Muldoon <pmuldoon@redhat.com>
292
293 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
294 (bp_location13, bp_location14, bp_location17, bp_location18)
295 (marker3_proto, marker4_proto): New variables.
296 (breakpoint info): Update output.
297 (run until breakpoint at marker3, run until breakpoint at marker4): New
298 tests.
299
859825b8
JK
3002009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
301
302 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
303 Replace the printf call of Y by provided "y-set-1" label. New block
304 for the second shared library.
305 * gdb.base/unload.exp: Compile also the second library, call
306 gdb_load_shlibs also for it. Use now gdb_breakpoint.
307 (single pending breakpoint info): Rename to ...
308 (pending breakpoint info before run): ... this extended test.
309 (libfile2, libname2, libsrcfile2, libsrc2)
310 (lib_sl2): New variables.
311 (exec_opts): Set also SHLIB_NAME2.
312 (pending breakpoint info on first run at shrfunc1)
313 (pending breakpoint info on second run at shrfunc1)
314 (pending breakpoint info on second run at shrfunc2)
315 (print y from libfile, print y from libfile2): New tests.
316 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
317 * gdb.base/unloadshr2.c: New.
318
e6a386cd
HZ
3192009-12-22 Hui Zhu <teawater@gmail.com>
320
321 * gdb.reverse/sigall-reverse.exp: Adjust.
322
9e19b45e
VP
3232009-12-21 Vladimir Prus <vladimir@codesourcery.com>
324
325 PR gdb/10884
326
327 * gdb.mi/var-cmd.c (do_bitfield_tests): New
328 (main): Call do_bitfield_tests.
aacf5b1e 329 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 330
d53a7b30
JB
3312009-12-20 Joel Brobecker <brobecker@adacore.com>
332
333 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
334 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
335 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
336 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
337 gdb.modula2/unbounded1.c: Update copyright header.
338
191ca0a1
CM
3392009-12-10 Chris Moller <moller@mollerware.com>
340
341 PR gdb/9399
342 * gdb.cp/virtfunc2.exp: New tests
343 * gdb.cp/virtfunc2.cc: New tests
344 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
345
0fa6cf1b
MS
3462009-12-10 Oza Pawandeep (paawan1982@yahoo.com
347
348 * gdb.reverse/i387-env-reverse.c: New file.
349 * gdb.reverse/i387-env-reverse.exp: New file.
350 * gdb.reverse/i387-stack-reverse.c: New file.
351 * gdb.reverse/i387-stack-reverse.exp: New file.
352
361ae042
PM
3532009-12-08 Phil Muldoon <pmuldoon@redhat.com>
354
355 * gdb.python/py-type.exp (test_range): New test.
356
bfd31e71
PM
3572009-12-03 Phil Muldoon <pmuldoon@redhat.com>
358
359 PR python/10805
360
361 * gdb.python/py-type.exp: New file.
362 * gdb.python/py-type.c: New file.
363 * Makefile.in: Add py-type.
364
57a1d736
TT
3652009-12-03 Tom Tromey <tromey@redhat.com>
366
367 * gdb.python/py-value.exp (test_parse_and_eval): New
368 function.
369
1f3b5d1b
PP
3702009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
371
372 PR gdb/11022
373
374 * gdb.base/pr11022.exp: New test.
375 * gdb.base/pr11022.c: New test.
376
8b7dbdc9
JK
3772009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 Fix spurious false FAILs.
380 * gdb.base/structs.c (chartest): New.
381 (main): Fill-in chartest.
382 * gdb.base/structs.exp (anychar_re, first): New.
383 (start_structs_test): Import global anychar_re and first.
384 New gdb_test call "set print elements 300; ${testfile}"
385 (start_structs_test <$first>): New block.
386 (any): Import global anychar_re. New variable ac. Use ${ac}.
387
6a53b2ec
JK
3882009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
391
d7167b4c
JK
3922009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
395 Force $srcfile file.
396 * gdb.base/foll-fork.c (callee): Comment out the printf call.
397
b1798462
UW
3982009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
399
400 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
401 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
402 * gdb.threads/watchthreads-reorder.exp: Likewise.
403
b6199126
DJ
4042009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
405
406 PR gdb/8704
407
408 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
409 "if", and "thread". Correct matching in the previous test.
410
b22a0510
DJ
4112009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
412
413 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
414
930636d2
MS
4152009-11-23 Michael Snyder <msnyder@vmware.com>
416
417 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
418 * gdb.reverse-watch-precsave.exp: Ditto.
419
21a0512e
PP
4202009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
421
422 * gdb.asm/asm-source.exp: Adjust.
423 * gdb.base/help.exp: Adjust.
424
fc30d5e0
PA
4252009-11-22 Pedro Alves <pedro@codesourcery.com>
426
427 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
428 (do_syscall_tests_without_xml): Set data-directory to
429 /the/path/to/nowhere.
430
f6bc2008
PA
4312009-11-21 Pedro Alves <pedro@codesourcery.com>
432
433 * gdb.threads/local-watch-wrong-thread.c,
434 gdb.threads/local-watch-wrong-thread.exp: New files.
435
8c2fb5de
PA
4362009-11-21 Pedro Alves <pedro@codesourcery.com>
437
438 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
439 assume new `regsub' syntax available.
440
ebec9a0f
PA
4412009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
442
a79d3c27
JK
443 * gdb.base/watchpoint-hw-hit-once.exp,
444 gdb.base/watchpoint-hw-hit-once.c: New.
445
4462009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
447
448 * gdb.threads/watchthreads-reorder.exp,
449 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 450
276a961b
MK
4512009-11-17 Nathan Sidwell <nathan@codesourcery.com>
452
453 * gdb.xml/tdesc-regs.exp: Use for m68k.
454
4867c1fb
PA
4552009-11-15 Pedro Alves <pedro@codesourcery.com>
456
457 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
458
f6838f81
DJ
4592009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
460
461 * lib/gdb.exp (current_target_name): New procedure.
462 (gdb_wrapper_target): New variable.
463 (gdb_wrapper_init): Set gdb_wrapper_target.
464 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
465 wrapper.
466
4ac4dd3f
DJ
4672009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
468
469 * gdb.base/remote.exp: Delete the slowest load test.
470 Do not load with fixed packet sizes.
471
a7881759
DJ
4722009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
473
474 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
475
97a5b505
DJ
4762009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
477
478 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
479 srcfile when setting a breakpoint.
480
d3e1fc54
DJ
4812009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
482
483 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
484 macros.
485
7cbcbded
DJ
4862009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
487
488 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
489 to be in memory.
490 * gdb.base/display.c (force_mem): New.
491 (do_loops): Use it. Add breakpoint comments.
492 (do_vars): Add a breakpoint comment.
493 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
494 line numbers.
495
bdea3a92
NF
4962009-11-13 Nathan Froyd <froydnj@codesourcery.com>
497
498 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
499 instead of a bare "run".
500
269f82e5
PP
5012009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
502
503 * gdb.python/py-prettyprint.exp: Adjust.
504
a69b7d9d
DJ
5052009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
506
507 * lib/cell.exp (skip_cell_tests): Clean up test files before
508 returning.
509
b598bfda
DJ
5102009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
511
512 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
513 and the breakpoint menu. Do not call perror if a prompt is seen.
514 Consume the following GDB prompt.
515 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
516 * gdb.cp/namespace.exp: Use gdb_test.
517 * gdb.cp/templates.exp: Use gdb_test.
518 (test_template_breakpoints): Use gdb_test_multiple.
519
87728fa0
DJ
5202009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
521
522 * gdb.base/break1.c (struct some_struct, values): Move earlier.
523 (marker4): Reference values.
524
b67c692f
DJ
5252009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
526
527 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
528 is missing.
529
f0df251a
DJ
5302009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
531
532 * gdb.base/break.c (need_malloc): New.
533 * gdb.base/constvars.c (main): Reference crass and crisp.
534 * gdb.base/gdb1821.c (main): Reference bar.
535 * gdb.cp/gdb1355.cc (main): Reference s1.
536 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
537 (main): Call them.
538 * gdb.cp/hang2.cc (dummy2): Define.
539 * gdb.cp/hang3.cc (dummy3): Define.
540 * gdb.cp/m-data.cc (main): Reference shadow.
541
bdf7534a
NF
5422009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
543 Nathan Froyd <froydnj@codesourcery.com>
544
545 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
546 remote host.
547
f24fce77
NF
5482009-11-12 Nathan Froyd <froydnj@codesourcery.com>
549
550 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
551 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
552 * gdb.dwarf2/dw2-compressed.exp: Likewise.
553 * gdb.dwarf2/dw2-intercu.exp: Likewise.
554 * gdb.dwarf2/dw2-intermix.exp: Likewise.
555 * gdb.dwarf2/dw2-producer.exp: Likewise.
556 * gdb.dwarf2/mac-fileno.exp: Likewise.
557 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
558 py-prettyprint.py to the remote host.
559 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
560
40f0318e
KS
5612009-11-11 Keith Seitz <keiths@redhat.com>
562
563 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
564 use it instead of "Foo".
565 * gdb.cp/classes.exp (do_tests): Add a test to access
566 a method through a typedef'd class name.
567
f3d9f7fb
NF
5682009-11-11 Nathan Froyd <froydnj@codesourcery.com>
569
570 * gdb.base/long_long.exp: Permit leading zeros on floating-point
571 exponents.
572 * gdb.base/pointers.exp: Likewise.
573 * gdb.cp/ref-types.exp: Likewise.
574
a4216f37
KS
5752009-11-11 Keith Seitz <keiths@redhat.com>
576
577 * gdb.cp/cplusfuncs.cc (class foo): Add operators
578 new[] and delete[].
579 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
580 "void".
581 (probe_demangler): Remove all single-quoting of
582 method and variable names.
583 (info_func_regexp): Remove the word "void" from any
584 occurrence of "(void)".
585 (print_addr_2): Remove all single-quoting of
586 method names.
587 (print_addr_2_kfail): Likewise.
588 (print_addr): Single-quote C function names before
589 passing to print_addr_2.
590 (test_paddr_operator_functions): Remove single-quoting
591 for method names.
592 Add tests for operator new[] and operator delete[].
593
9b14d7aa
JK
5942009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
595
596 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
597
85feb311
KS
5982009-11-09 Keith Seitz <keiths@redhat.com>
599
600 * gdb.cp/overload.exp: Add tests for resolving overloaded
601 methods in expression parsing/evaluation.
602
fa335448
DJ
6032009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
604
605 * lib/gdb.exp (default_gdb_version): Use --version instead of
606 --command.
607
ec3c07fc
NS
6082009-11-10 Nathan Sidwell <nathan@codesourcery.com>
609
610 * lib/gdb.exp (gdb_compile_test): New.
611 (skip_ada_tests, skip_java_tests): New.
612 (gdb_compile): Use gdb_compile_test for f77.
613 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
614 * lib/java.exp (compile_java_from_source): Remove runtests check,
615 use gdb_compile_test to record result.
616 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
617 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
618 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
619 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
620 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
621 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
622 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
623 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
624 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
625 adjust gdb_compile invocations.
626
b8b4e42b
JK
6272009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * Makefile.in (abs_builddir): New.
630 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
631 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
632 `$(abs_builddir)/site.exp'.
633
f8b7eaf3
DJ
6342009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
635
636 * config/m68k-emc.exp, lib/emc-support.exp,
637 gdb.trace/gdb_c_test.c: Delete.
638 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
639 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
640 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
641 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
642 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
643 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
644 casing for m68k-*-elf.
645
c4187697
NS
6462009-11-03 Pedro Alves <pedro@codesourcery.com>
647
648 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
649 * gdb.arch/i386-prologue.exp: Likewise.
650 * gdb.arch/i386-unwind.exp: Likewise.
651
db16b772
DJ
6522009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
653
654 * lib/gdb.exp (gdb_expect): Fix timeout typo.
655
bcf71277
DJ
6562009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
657
658 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
659
0105cee2
DJ
6602009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
661
662 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
663
24ddea62
JK
6642009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
667
287ccc17
JK
6682009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
671 * gdb.base/sepdebug2.c: New file.
672
08bca259 6732009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
674
675 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
676 the modified warnings for catch syscall. Verify if GDB was compiled
677 with support for lib expat, and choose which tests to run depending
678 on this.
679
5d4e2b76
VP
6802009-10-30 Vladimir Prus <vladimir@codesourcery.com>
681
682 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
683 that composite commands are parsed OK. And also test
684 that breakpoint commands do work.
685
240e538a
MS
6862009-10-23 Michael Snyder <msnyder@vmware.com>
687
688 gdb.reverse/consecutive-precsave.exp: Change expect pattern
689 to allow for new disassembly style.
690
9c419145
PP
6912009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
692
693 * gdb.asm/asm-source.exp: Adjust.
694
02506ff1
MS
6952009-10-22 Michael Snyder <msnyder@vmware.com>
696
697 * gdb.reverse/break-precsave.exp: New test.
698 * gdb.reverse/consecutive-precsave.exp: Ditto.
699 * gdb.reverse/finish-precsave.exp: Ditto.
700 * gdb.reverse/i386-precsave.exp: Ditto.
701 * gdb.reverse/machinestate-precsave.exp: Ditto.
702 * gdb.reverse/sigall-precsave.exp: Ditto.
703 * gdb.reverse/solilb-precsave.exp: Ditto.
704 * gdb.reverse/step-precsave.exp: Ditto.
705 * gdb.reverse/until-precsave.exp: Ditto.
706 * gdb.reverse/watch-precsave.exp: Ditto.
707
4cf866a3
MS
7082009-10-22 Michael Snyder <msnyder@vmware.com>
709
710 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
711 for gdb_expect. Adjust one test's expect strings for the new
712 format of disassemble.
713 * gdb.reverse/finish-reverse.exp: Delete 'return'.
714 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
715 gdb_test_multiple.
716 * gdb.reverse/step-reverse.exp: Delete 'return'.
717 * gdb.reverse/until-reverse.exp: Delete blank lines.
718 * gdb.reverse/watch-reverse.exp: Delete blank lines.
719
2b28d209
PP
7202009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
721
722 * gdb.base/consecutive.exp: Adjust.
723 * gdb.base/display.exp: Likewise.
724 * gdb.base/pc-fp.exp: Likewise.
725 * gdb.base/sigbpt.exp: Likewise.
726
33b9c32b
MS
7272009-10-19 Michael Snyder <msnyder@vmware.com>
728
729 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
730 * gdb.reverse/finish-reverse.c: Ditto.
731 * gdb.reverse/sigall-reverse.c: Ditto.
732 * gdb.reverse/solib-reverse.c: Ditto.
733 * gdb.reverse/step-reverse.c: Ditto.
734 * gdb.reverse/watch-reverse.c: Ditto.
735
6c95b8df
PA
7362009-10-19 Pedro Alves <pedro@codesourcery.com>
737 Stan Shebs <stan@codesourcery.com>
738
739 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
740 * gdb.base/foll-exec.exp: Adjust to expect a process id before
741 "Executing new program".
742 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
743 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
744 left listed after having been killed.
745 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
746 * gdb.base/maint.exp: Adjust test.
747
748 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
749 * gdb.multi/Makefile.in: New.
750 * gdb.multi/base.exp: New.
751 * gdb.multi/goodbye.c: New.
752 * gdb.multi/hangout.c: New.
753 * gdb.multi/hello.c: New.
754 * gdb.multi/bkpt-multi-exec.c: New.
755 * gdb.multi/bkpt-multi-exec.exp: New.
756 * gdb.multi/crashme.c: New.
757
279017b7
TG
7582009-10-13 Tristan Gingold <gingold@adacore.com>
759
760 * gdb.base/sepdebug.exp: Check debug info are found.
761
0413d738
PA
7622009-10-08 Pedro Alves <pedro@codesourcery.com>
763
764 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
765 bits.
766
c628eecc
JK
7672009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
768
769 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
770
38af1bfe
JB
7712009-10-07 Joel Brobecker <brobecker@adacore.com>
772
773 * gdb.base/watchpoints.c: Add copyright header. Reformat one
774 of the comments.
775
2b0adecd
PM
7762009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
777
778 * gdb.base/annota1.exp: Remove obsolete match_max increase.
779 * gdb.base/annota3.exp: Idem.
780 * gdb.base/maint.exp: Idem.
781
8d417781
PM
7822009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
783
784 * lib/gdb.exp (default_gdb_init): Set current value of match_max
785 to default.
786
bb61102d
PM
7872009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
788
789 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
790 mingw and cygwin targets.
791
ace5c364
PM
7922009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
793 Pedro Alves <pedro@codesourcery.com>
794
795 * lib/gdb.exp (gdb_compile): Avoid adding
796 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
797
c2d494a0
PM
7982009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
799
e1b52ce2
PM
800 * gdb.base/shr1.c: Use %p in format string.
801 * gdb.base/unload.c: Avoid warning in fprintf.
802 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 803
209f53f5
PM
8042009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
805
806 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
807 long type.
808 (test_unlink): Correct printf string.
809 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
810 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
811
8172766a
JK
8122009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
813
814 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
815 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
816 * gdb.arch/ia64-breakpoint-shadow.S: New file.
817
0f73703c
UW
8182009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
819
820 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
821 * gdb.objc/nondebug.exp: Likewise.
822
b32306ca
UW
8232009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
824
825 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
826 target_info setting.
827
828 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
829 that detect new threads during "info threads".
830
0057022f
UW
8312009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
832
833 * gdb.threads/manythreads.c (main): Increase thread stack size
834 to 2*PTHREAD_STACK_MIN.
835 * gdb.threads/multi-create.c (main): Likewise.
836 (create_function): Likewise.
837
f29c0325
UW
8382009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
839
840 * gdb.base/dump.exp: Pass difference of pointer types instead
841 of integer types as offset to restore in intarr3.srec case.
842
fcb34849
UW
8432009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
844
845 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
846
d5142e3b
UW
8472009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
848
849 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
850
087b74b2
PM
8512009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
852
853 New test for two watchpoints, with disabling of
854 the first inserted.
855 * testsuite/gdb.base/watchpoints.c: New file.
856 * testsuite/gdb.base/watchpoints.exp: New file.
857
96c07c5b
TT
8582009-09-25 Tom Tromey <tromey@redhat.com>
859
860 * gdb.base/charset.exp: Test utf-16 strings with Python.
861
b8899f2b
TT
8622009-09-25 Tom Tromey <tromey@redhat.com>
863
864 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
865 UCS-4.
866 * gdb.base/charset.c (utf_32_string): Rename.
867 (init_utf32): Rename.
868 (main): Update.
869
329719ec
TT
8702009-09-22 Tom Tromey <tromey@redhat.com>
871
872 * gdb.python/py-function.exp: Add regression tests.
873
11ef0d76
KS
8742009-09-21 Keith Seitz <keiths@redhat.com>
875
876 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
877 with invalid operator.
878
3fe8f3b3
KS
8792009-09-21 Keith Seitz <keiths@redhat.com>
880
881 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
882 and destructor using typedef name of class.
883 * gdb.cp/classes.cc (class Base1): Add a destructor.
884 (base1): New typedef.
885 (use_methods): Instanitate an object of type base1.
886 * gdb.cp/templates.exp (test_template_typedef): New procedure.
887 (do_tests): Call test_template_typedef.
888 * gdb.cp/templates.cc (Baz::~Baz): New method.
889 (intBazOne): New typedef.
890 (main): Instantiate intBazOne.
891
7a9fe101
PM
8922009-09-21 Phil Muldoon <pmuldoon@redhat.com>
893
894 PR python/10633
895
896 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
897 Function.
898 (run_lang_tests): Add print elements test.
899
2e4d963f
PM
9002009-09-21 Phil Muldoon <pmuldoon@redhat.com>
901
902 * gdb.python/py-value.exp (test_subscript_regression): New
903 function. Test for invalid subscripts.
904 * gdb.python/py-value.c (main): Add test array, and pointer to it.
905 (ptr_ref): New function.
906
ec7e75e7
PP
9072009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
908
909 * gdb.base/default.exp: Fix "show convenience".
910
0cc7d26f
TT
9112009-09-15 Tom Tromey <tromey@redhat.com>
912
913 * lib/mi-support.exp (mi_create_varobj): Update.
914 (mi_create_floating_varobj): Likewise.
915 (mi_create_dynamic_varobj): New proc.
916 (mi_varobj_update): Update.
917 (mi_varobj_update_with_type_change): Likewise.
918 (mi_varobj_update_kv_helper): New proc.
919 (mi_varobj_update_dynamic_helper): Rewrite.
920 (mi_varobj_update_dynamic): New proc.
921 (mi_list_varobj_children): Update.
922 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
923 * gdb.python/python-prettyprint.py (pp_outer): New class.
924 (pp_nullstr): Likewise.
925 (lookup_function): Register new printers.
926 * gdb.python/python-prettyprint.c (struct substruct): New type.
927 (struct outerstruct): Likewise.
928 (substruct_test): New function.
929 (struct nullstr): New type.
930 (string_1, string_2): New globals.
931 (main): Add new tests.
932 * gdb.python/python-mi.exp: Added regression tests.
933 * gdb.mi/mi2-var-display.exp: Update.
934 * gdb.mi/mi2-var-cmd.exp: Update.
935 * gdb.mi/mi2-var-child.exp: Update.
936 * gdb.mi/mi2-var-block.exp: Update.
937 * gdb.mi/mi-var-invalidate.exp: Update.
938 * gdb.mi/mi-var-display.exp: Update.
939 * gdb.mi/mi-var-cmd.exp: Update.
940 * gdb.mi/mi-var-child.exp: Update.
941 * gdb.mi/mi-var-block.exp: Update.
942 * gdb.mi/mi-break.exp: Update.
943 * gdb.mi/gdb701.exp: Update.
944
a96d9b2e
SDJ
9452009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
946
947 * Makefile.in: Inclusion of catch-syscall object.
948 * gdb.base/catch-syscall.c: New file.
949 * gdb.base/catch-syscall.exp: New file.
950
b43b923a
MS
9512009-09-12 Michael Snyder <msnyder@vmware.com>
952
953 * gdb.reverse/step-reverse.exp: Explicitly check for targets
954 that can support reverse debuggnig.
955
cec03d70
TT
9562009-09-11 Tom Tromey <tromey@redhat.com>
957
958 * gdb.dwarf2/valop.S: New file.
959 * gdb.dwarf2/valop.exp: New file.
960
e23bb3fc
MK
9612009-09-11 Mark Kettenis <kettenis@gnu.org>
962
963 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
964
37c3696d
DE
9652009-09-10 Doug Evans <dje@google.com>
966
967 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
968 Add $gdb_prompt to second breakpoint regexp.
969
5172aecb
JB
9702009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
971
972 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
973 names, add missing ones.
974 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
975 * gdb.python/py-frame.c: Rename from python-frame.c.
976 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
977 testfile name.
978 * gdb.python/py-function.exp: Rename from python-function.exp.
979 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
980 testfile name.
981 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
982 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
983 Adjust testfile name.
984 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
985 * gdb.python/py-template.cc: Rename from python-template.cc.
986 * gdb.python/py-template.exp: Rename from python-template.exp.
987 Adjust testfile name.
988 * gdb.python/py-value.c: Rename from python-value.c.
989 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
990 testfile name.
991
b554e4bd
JK
9922009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
995 $bpt2address.
996 (Second breakpoint address is valid on ia64)
997 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
998
9a68ae16
JM
9992009-09-03 Joseph Myers <joseph@codesourcery.com>
1000
1001 * gdb.base/ending-run.exp: Restrict regular expression matching
1002 line number to require closing brace following.
1003
146b9145
DE
10042009-09-03 Doug Evans <dje@google.com>
1005
1006 * gdb.base/store.exp (check_set): Fix typo in expected value message.
1007
787d21e1
TT
10082009-09-02 Tom Tromey <tromey@redhat.com>
1009
1010 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
1011
e7802207
TT
10122009-09-02 Tom Tromey <tromey@redhat.com>
1013
1014 * gdb.dwarf2/callframecfa.exp: New file.
1015 * gdb.dwarf2/callframecfa.S: New file.
1016
817aadd2
JK
10172009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1018
1019 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
1020 gdb.base/solib-overlap-main.c: New.
1021
4a76eae5
DJ
10222009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
1023
1024 PR gdb/10565
1025
1026 * gdb.base/bitfields.c (struct container, container): New.
1027 (main): Initialize it and call break5.
1028 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
1029
d4b96c9a
JK
10302009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1031
1032 Support constant DW_AT_data_member_location by GCC PR debug/40659.
1033 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
1034
4e22772d
JK
10352009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1036
1037 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
1038
2efab443
MS
10392009-08-26 Michael Snyder <msnyder@vmware.com>
1040
1041 * gdb.base/i386-reverse.c: New file.
1042 * gdb.base/i386-reverse.exp: New file.
1043 * gdb.base/Makefile.in: Add new files to be removed.
1044
07ab73a0
JM
10452009-08-26 Joseph Myers <joseph@codesourcery.com>
1046
1047 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
1048 environment-pwd for remote host.
1049 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
1050
676accff
KS
10512009-08-24 Keith Seitz <keiths@redhat.com>
1052
1053 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
1054 Add two new C++ completer tests which limit the output to a
1055 given class.
1056
f9f7ad22
MS
10572009-08-24 Michael Snyder <msnyder@vmware.com>
1058
1059 * gdb.base/del.exp: Fix typo in comment.
1060 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
1061
81ecdfbb
RW
10622009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1063
1064 * configure: Regenerate.
1065 * gdb.hp/configure: Likewise.
1066 * gdb.hp/gdb.aCC/configure: Likewise.
1067 * gdb.hp/gdb.base-hp/configure: Likewise.
1068 * gdb.hp/gdb.compat/configure: Likewise.
1069 * gdb.hp/gdb.defects/configure: Likewise.
1070 * gdb.hp/gdb.objdbg/configure: Likewise.
1071 * gdb.stabs/configure: Likewise.
1072
cab0c772
UW
10732009-08-19 Doug Evans <dje@google.com>
1074
1075 * gdb.base/gdbvars.c: New file.
1076 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
1077
b8fa0bfa
PA
10782009-08-14 Pedro Alves <pedro@codesourcery.com>
1079
1080 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
1081 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
1082
b84aa90a
PA
10832009-08-13 Pedro Alves <pedro@codesourcery.com>
1084
1085 * gdb.base/default.exp: Adjust "set language test": it's now an
1086 enum command. Larger help string moved to "help set language".
1087 * gdb.base/help.exp: Adjust "help set language" expected output,
1088 now lists all known languages.
1089
0d8f9b2c
NF
10902009-08-11 Nathan Froyd <froydnj@codesourcery.com>
1091
1092 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
1093 all frame arguments.
1094 * gdb.arch/altivec-regs.exp: Likewise.
1095
bda180e0
TT
10962009-08-07 Tom Tromey <tromey@redhat.com>
1097
1098 * gdb.base/setshow.exp: Add tests for changes to set language, set
1099 check range, and set check type.
1100
48cb2d85
VP
11012009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1102
1103 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
1104 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
1105 Call it.
1106
1ea34204
UW
11072009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1108
1109 * configure.ac: Run gdb.cell tests when appropriate.
1110 * configure: Regenerate.
1111 * lib/cell.exp: New file.
1112 * gdb.cell: New directory.
1113 * gdb.cell/configure.ac: New file.
1114 * gdb.cell/configure: New file.
1115 * gdb.cell/Makefile.in: New file.
1116 * gdb.cell/arch.exp: New file.
1117 * gdb.cell/break.c: New file.
1118 * gdb.cell/break.exp: New file.
1119 * gdb.cell/break-spu.c: New file.
1120 * gdb.cell/bt.c: New file.
1121 * gdb.cell/bt2-spu.c: New file.
1122 * gdb.cell/bt-spu.c: New file.
1123 * gdb.cell/bt.exp: New file.
1124 * gdb.cell/coremaker.c: New file.
1125 * gdb.cell/coremaker-spu.c: New file.
1126 * gdb.cell/core.exp: New file.
1127 * gdb.cell/gcore.exp: New file.
1128 * gdb.cell/data.c: New file.
1129 * gdb.cell/data.exp: New file.
1130 * gdb.cell/data-spu.c: New file.
1131 * gdb.cell/ea-cache.exp: New file.
1132 * gdb.cell/ea-cache.c: New file.
1133 * gdb.cell/ea-cache-spu.c: New file.
1134 * gdb.cell/ea-standalone.c: New file.
1135 * gdb.cell/ea-standalone.exp: New file.
1136 * gdb.cell/ea-test.c: New file.
1137 * gdb.cell/ea-test.exp: New file.
1138 * gdb.cell/f-regs.exp: New file.
1139 * gdb.cell/mem-access.c: New file.
1140 * gdb.cell/mem-access.exp: New file.
1141 * gdb.cell/mem-access-spu.c: New file.
1142 * gdb.cell/ptype.exp: New file.
1143 * gdb.cell/registers.exp: New file.
1144 * gdb.cell/size.c: New file.
1145 * gdb.cell/sizeof.exp: New file.
1146 * gdb.cell/size-spu.c: New file.
1147 * gdb.cell/solib.exp: New file.
1148 * gdb.cell/solib-symbol.exp: New file.
1149
85e747d2
UW
11502009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1151
1152 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
1153
58d6951d
DJ
11542009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1155
1156 * gdb.base/float.exp: Handle VFP registers.
1157
6e0a4f15
MS
11582009-07-14 Michael Snyder <msnyder@vmware.com>
1159
dcd5da87
MS
1160 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
1161 to bring gdb to the beginning of the calling line.
1162
6e0a4f15
MS
1163 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
1164 confusing the i386 epilogue unwinder.
1165
782b2b07
SS
11662009-07-14 Stan Shebs <stan@codesourcery.com>
1167
1168 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
1169
f662c3bc
MS
11702009-07-14 Michael Snyder <msnyder@vmware.com>
1171
1172 * gdb.reverse/step-reverse.exp (stepi into function call):
1173 Call instruction may not be first instruction in the line.
1174 (reverse stepi from a function call): Used wrong line number.
1175
8f313923
JK
11762009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1177
1178 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
1179
4662c76e
JK
11802009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 Fix gdb.base/macscp.exp when using custom inputrc.
1183 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
1184 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
1185 env(TERM) set.
1186 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
1187 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
1188
aa81e255
JK
11892009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
1192 * gdb.base/annota1.exp (thread_test): Import global $testfile.
1193 Change the compilation target to match the testcase name.
1194 * gdb.base/sect-cmd.exp: Change the compilation target to match the
1195 testcase name.
1196 * a2-run.exp: Use for setup prepare_for_testing. Change the
1197 compilation target to match the testcase name.
1198 * gdb.base/commands.exp: Likewise.
1199 * gdb.base/finish.exp: Likewise.
1200 * gdb.base/float.exp: Likewise.
1201 * gdb.base/info-target.exp: Likewise.
1202 * gdb.base/relational.exp: Likewise.
1203 * gdb.base/term.exp: Likewise.
1204 * gdb.base/until.exp: Likewise.
1205 * gdb.base/volatile.exp: Likewise.
1206 * gdb.base/whatis-exp.exp: Likewise.
1207
4c93b1d7
HZ
12082009-07-11 Hui Zhu <teawater@gmail.com>
1209
1210 * gdb.base/help.exp (disassemble): Update expected help text.
1211
812f7342
TT
12122009-07-09 Tom Tromey <tromey@redhat.com>
1213
1214 * lib/gdb.exp: Handle TRANSCRIPT.
1215 (remote_spawn, remote_close, send_gdb): New procs.
1216
fbb8f299
PM
12172009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1218
1219 * gdb.python/python-prettyprint.c: Add counted null string
1220 structure.
1221 * gdb.python/python-prettyprint.exp: Print null string. Test for
1222 embedded nulls.
1223 * gdb.python/python-prettyprint.py (pp_ns): New Function.
1224 * gdb.python/python-value.exp (test_value_in_inferior): Add
1225 variable length string fetch tests.
1226 * gdb.python/python-value.c (main): Add strings for string fetch tests.
1227
c0ac0ec7
JK
12282009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1229
1230 * gdb.base/dump.exp (inaccessible memory is reported): New test.
1231
30b66ecc
TT
12322009-07-07 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.base/call-rt-st.exp: Update for change to escape output.
1235 * gdb.base/callfuncs.exp: Likewise.
1236 * gdb.base/charset.exp: Likewise.
1237 * gdb.base/constvars.exp: Likewise.
1238 * gdb.base/long_long.exp: Likewise.
1239 * gdb.base/pointers.exp: Likewise.
1240 * gdb.base/printcmds.exp: Likewise.
1241 * gdb.base/setvar.exp: Likewise.
1242 * gdb.base/store.exp: Likewise.
1243 * gdb.cp/ref-types.exp: Likewise.
1244 * gdb.mi/mi-var-child.exp: Likewise.
1245 * gdb.mi/mi-var-display.exp: Likewise.
1246 * gdb.mi/mi2-var-display.exp: Likewise.
1247 * gdb.base/charset.exp: Test octal escape sequence length.
1248 Update for change to escape output.
1249
187c4a2b
JK
12502009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1251
1252 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
1253
d80a43f9
DJ
12542009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
1255
1256 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
1257
047427a8
JK
12582009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
1261 gdbserver increasing $portnum if "Can't bind address" has been seen.
1262
8b5a0f4f
PA
12632009-07-05 Pedro Alves <pedro@codesourcery.com>
1264
1265 * gdb.base/ending-run.exp: Add "step out of main" pattern for
1266 mingw32ce.
1267
7d93ba58
PA
12682009-07-05 Pedro Alves <pedro@codesourcery.com>
1269
1270 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
1271 VFP format.
1272
2277426b
PA
12732009-07-02 Pedro Alves <pedro@codesourcery.com>
1274
1275 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
1276 linux. Adjust to use "inferior", "info inferiors", "detach
1277 inferior" and "kill inferior" instead of "restart", "info fork",
1278 "detach fork" and "delete fork".
1279 * gdb.base/ending-run.exp: Spell out "info".
1280 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
1281 the "kill" command.
1282
5af949e3
UW
12832009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1284
1285 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
1286 change to prefix TLS offset in hex with 0x.
1287
5d3729b5
UW
12882009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1289
1290 * gdb.base/default.exp: Update test case for "x" changes.
1291
af589bd0
TG
12922009-07-01 Tristan Gingold <gingold@adacore.com>
1293
1294 * gdb.base/bigcore.exp: Make darwin untested.
1295
40974f91
JK
12962009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 * gdb.base/completion.exp (directory completion): Create the directory.
1299 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
1300 escapeuniquesub.
1301 (directory completion 2): Expect now ${escapeuniquesub}.
1302 (Glob remaining of directory test): Remove one excessive newline.
1303 Expect the real output.
1304
59dd3af6
JK
13052009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 Fix `make check//%' target after `make check' has been ran.
1308 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
1309 a mkdir call.
1310 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
1311 (%/.dir): Remove.
1312
f4e164aa
JK
13132009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1314
1315 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
1316 the expected result record.
1317
69af2122
JK
13182009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1319
1320 Remove racy FAILs relying just on the timeouts.
1321 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
1322 (annotation_level 2): Remove racy FAILs.
1323
2fd481e1
PP
13242009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1325
1326 gdb/10275
1327 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
1328
c38f313d
DJ
13292009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
1330
1331 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
1332
8b777f02
VP
13332009-06-30 Vladimir Prus <vladimir@codesourcery.com>
1334
1335 * gdb.mi/mi-stack.exp: Testing symbolic options
1336 to -stack-list-locals and -stack-list-arguments.
1337
00c7eacf
JK
13382009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1339
1340 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
1341
6bc80edc
TT
13422009-06-29 Tom Tromey <tromey@redhat.com>
1343
1344 * dg-extract-results.sh: New file.
1345 * Makefile.in (FORCE_PARALLEL): New variable.
1346 (CHECK_TARGET): New conditional variable.
1347 (check): Use CHECK_TARGET.
1348 (DO_RUNTEST): New variable.
1349 (check-single): New target.
1350 (TEST_DIRS): New variable.
1351 (TEST_TARGETS): Likewise.
1352 (check-parallel): New target.
1353 (check-gdb.%): New pattern.
1354 (BASE1_FILES): New variable.
1355 (BASE2_FILES): Likewise.
1356 (check-gdb.base%): New pattern.
1357 (%/.dir): New pattern.
1358 * configure: Rebuild.
1359 * aclocal.m4 (AM_CONDITIONAL): New defun.
1360 * configure.ac: Check whether user is using GNU make.
1361 (GMAKE): New conditional.
1362
794684b6
SW
13632009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
1364
1365 * gdb.cp/namespace-nested-import.cc: New test.
1366 * gdb.cp/namespace-nested-import.exp: New test.
1367
edb3359d
DJ
13682009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1369
1370 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
1371 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
1372 * gdb.opt/Makefile.in (EXECUTABLES): Update.
1373 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
1374 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
1375 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
1376 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
1377 gdb.opt/inline-markers.c: New files.
1378 * lib/gdb.exp (skip_inline_frame_tests): New function.
1379 (skip_inline_var_tests): New function.
1380
cf657a0c
AS
13812009-06-27 Andreas Schwab <schwab@linux-m68k.org>
1382
1383 * gdb.cp/exception.exp: Don't require $hex before inner frame in
1384 backtrace.
1385
28d41a99
MS
13862009-06-27 Michael Snyder <msnyder@vmware.com>
1387
1388 * gdb.reverse: New directory.
1389 * gdb.reverse/break-reverse.c: New test.
1390 * gdb.reverse/break-reverse.exp: New test.
1391 * gdb.reverse/consecutive-reverse.c: New test.
1392 * gdb.reverse/consecutive-reverse.exp: New test.
1393 * gdb.reverse/finish-reverse.c: New test.
1394 * gdb.reverse/finish-reverse.exp: New test.
1395 * gdb.reverse/machinestate.c: New test.
1396 * gdb.reverse/ms1.c: New test.
1397 * gdb.reverse/machinestate.exp: New test.
1398 * gdb.reverse/Makefile.in: New file.
1399 * gdb.reverse/shr2.c: New test.
1400 * gdb.reverse/solib-reverse.c: New test.
1401 * gdb.reverse/solib-reverse.exp: New test.
1402 * gdb.reverse/step-reverse.c: New test.
1403 * gdb.reverse/step-reverse.exp: New test.
1404 * gdb.reverse/until-reverse.c: New test.
1405 * gdb.reverse/ur1.c: New test.
1406 * gdb.reverse/until-reverse.exp: New test.
1407 * gdb.reverse/watch-reverse.c: New test.
1408 * gdb.reverse/watch-reverse.exp: New test.
1409 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1410 * configure: Regenerate.
1411
fe3c8b0d
DE
14122009-06-26 Doug Evans <dje@google.com>
1413
1414 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1415
3a72a602
PM
14162009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1417
1418 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1419 windows problem for 'file delete $binfile'.
1420
27aa8d6a
SW
14212009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1422
1423 * gdb.cp/namespace-using.exp: New test.
1424 * gdb.cp/namespace-using.cc: New test.
1425
8ac055f8
JB
14262009-05-20 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdb.ada/variant_record_packed_array: New testcase.
1429
85e306ed
TT
14302009-06-23 Tom Tromey <tromey@redhat.com>
1431
1432 * gdb.base/charset.exp (test_combination): Regression test.
1433 * gdb.base/charset.c (my_wchar_t): New typedef.
1434 (myvar): New global.
1435 (main): Set myvar.
1436
56643c5e
PM
14372009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1438
1439 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1440 target.
1441
1fac167a
UW
14422009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1443
1444 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1445
7ccb0be9
UW
14462009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1447
1448 * gdb.mi/gdb680.exp: Update test for error message.
1449
568d6575
UW
14502009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1451
1452 * gdb.base/annota1.exp: Allow multiple occurrences of the
1453 frames-invalid annotation.
1454 * gdb.cp/annota2.exp: Likewise.
1455
7cd1089b
PM
14562009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1457
1458 * gdb.cp/gdb2495.cc: New file.
1459 * gdb.cp/gdb2495.exp: New file.
1460
72c63395
JK
14612009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 Report error on GDB crash during runto.
1464 * lib/gdb.exp (runto <eof>): New.
1465
3788363d
DJ
14662009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1467
1468 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1469 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1470 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1471 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1472 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1473 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1474 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1475 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1476 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1477 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1478 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1479 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1480 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1481 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1482 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1483 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1484 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1485 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1486 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1487 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1488 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1489 gdb.trace/passcount.exp, gdb.trace/report.exp,
1490 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1491 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1492 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1493 executable.
1494
17592de3
PA
14952009-06-07 Pedro Alves <pedro@codesourcery.com>
1496
1497 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1498 defined before referencing it.
1499
701e355d
DE
15002009-06-03 Doug Evans <dje@google.com>
1501
1502 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1503 * gdb.arch/i386-see.c: Ditto.
1504
f2292c65
PM
15052009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1506
1507 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1508 (check_macro): Return 1 if undefined.
1509 If first test fails, check if macro debug information is available,
1510 and report unsupported test if no macro information is found.
1511
5a437975
DE
15122009-05-29 Doug Evans <dje@google.com>
1513
1514 * gdb.threads/hand-call-in-threads.exp: New.
1515 * gdb.threads/hand-call-in-threads.c: New.
1516
c141c696
MS
15172009-05-29 Michael Snyder <msnyder@vmware.com>
1518
1519 * gdb.base/break-always.exp: Change "1" to "on".
1520 Add confirmation check.
1521
b3444185
PA
15222009-05-28 Pedro Alves <pedro@codesourcery.com>
1523
1524 * gdb.threads/threxit-hop-specific.c: New.
1525 * gdb.threads/threxit-hop-specific.exp: New.
1526 * gdb.threads/thread-execl.c: New.
1527 * gdb.threads/thread-execl.exp: New.
1528
b6313243
TT
15292009-05-27 Tom Tromey <tromey@redhat.com>
1530 Thiago Jung Bauermann <bauerman@br.ibm.com>
1531
1532 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1533 (mi_child_regexp): Likewise.
1534 (mi_list_varobj_children_range): Likewise.
1535 (mi_get_features): Likewise.
1536 (mi_list_varobj_children): Rewrite.
1537 * gdb.python/python-mi.exp: New file.
1538
a6bac58e
TT
15392009-05-27 Tom Tromey <tromey@redhat.com>
1540 Thiago Jung Bauermann <bauerman@br.ibm.com>
1541 Phil Muldoon <pmuldoon@redhat.com>
1542 Paul Pluzhnikov <ppluzhnikov@google.com>
1543
1544 * gdb.python/python-prettyprint.exp: New file.
1545 * gdb.python/python-prettyprint.c: New file.
1546 * gdb.python/python-prettyprint.py: New file.
1547 * gdb.base/display.exp: print/r is now valid.
1548
2c74e833
TT
15492009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1550 Tom Tromey <tromey@redhat.com>
1551 Pedro Alves <pedro@codesourcery.com>
1552 Paul Pluzhnikov <ppluzhnikov@google.com>
1553
1554 * gdb.python/python-template.exp: New file.
1555 * gdb.python/python-template.cc: New file.
1556 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1557 tests.
1558 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1559 Call it.
1560 (test_value_after_death): New proc.
1561 * gdb.python/python-value.c (PTR): New typedef.
1562 (main): New variable 'x'.
1563
89c73ade
TT
15642009-05-27 Tom Tromey <tromey@redhat.com>
1565
1566 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1567 tests.
1568 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1569 Call it.
1570
a75724bc
PA
15712009-05-27 Pedro Alves <pedro@codesourcery.com>
1572
1573 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1574
e58b0e63
PA
15752009-05-24 Pedro Alves <pedro@codesourcery.com>
1576
1577 * gdb.threads/fork-thread-pending.c: New.
1578 * gdb.threads/fork-thread-pending.exp: New.
1579
4ac36638
JK
15802009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1581
1582 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1583 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1584
c28c63d8
JB
15852009-05-18 Jon Beniston <jon@beniston.com>
1586
1587 * gdb.asm/asm-source.exp: Add lm32 target.
1588
b242c3c2
PA
15892009-05-17 Pedro Alves <pedro@codesourcery.com>
1590
1591 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1592 `gdb_get_line_number'. Call `callee' in both parent and child.
1593 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1594 `gdb_get_line_number' instead of hardcoding line numbers.
1595 (catch_fork_unpatch_child): New procedure to test detaching
1596 breakpoints from child fork.
1597 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1598 hardcoding line numbers.
1599 (do_fork_tests): Run `catch_fork_unpatch_child'.
1600
ee342b23
VP
16012009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1602
1603 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1604 of structure type enters or leaves the scope, it
1605 is reported by -var-update.
1606
e2009e98
DE
16072009-05-11 Doug Evans <dje@sebabeach.org>
1608
1609 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1610 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1611 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1612
00903456
JK
16132009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1616
dc621c35
DE
16172009-04-30 Doug Evans <dje@google.com>
1618
1619 * gdb.threads/watchthreads2.exp: New testcase.
1620 * gdb.threads/watchthreads2.c: New testcase.
1621
9ab4e744
DE
16222009-04-29 Doug Evans <dje@google.com>
1623
1624 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1625 * gdb.cp/mb-ctor.cc: Ditto.
1626 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1627 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1628 * gdb.cp/mb-inline1.cc: Call it.
1629 * gdb.cp/mb-inline2.cc: Ditto.
1630 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1631 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1632
484086b7
JK
16332009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1634
1635 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1636 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1637 Replace all uses of `decimal' by `nonzero'.
1638 (info macro FROM_COMMANDLINE): New test.
1639
379a77b5
TT
16402009-04-27 Tom Tromey <tromey@redhat.com>
1641
1642 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1643
b92b73c2
DE
16442009-04-27 Doug Evans <dje@google.com>
1645
1646 * gdb.threads/watchthreads.c (main): Initialize args before starting
1647 the threads. Plus formatting cleanup.
1648 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1649 biased scheduling of one thread.
1650
945a118d
JG
16512009-04-27 Jerome Guitton <guitton@adacore.com>
1652
1653 * gdb.cp/templates.cc (GetMax): New template.
1654 (main): Declare two instances of GetMax.
1655 * gdb.cp/templates.exp: Add new test.
1656
d389af10
JK
16572009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1658
1659 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1660
e7f86de9
JM
16612009-04-22 Joseph Myers <joseph@codesourcery.com>
1662
1663 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1664
334cc82d
TT
16652009-04-15 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.base/charset.exp: Add regression test.
1668
d12672cc
JB
16692009-04-14 Joel Brobecker <brobecker@adacore.com>
1670
1671 * gdb.base/exe-lock.exp: New testcase.
1672
18e8c3bc
TT
16732009-04-13 Tom Tromey <tromey@redhat.com>
1674
1675 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1676 operator on Frame.
1677
5ecd5cbe
UW
16782009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1679
1680 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1681 * gdb.server/ext-attach.exp: Likewise.
1682
7309f756
VP
16832009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1684
1685 Eliminate some sleep usage.
1686
1687 * gdb.mi/basics.c (do_nothing): New.
1688 (main): Use do_nothing instead of printf, so that
1689 not to introduce race condition between output of
1690 inferiour and output of gdb. Do not use sleep as it
1691 is not generally available on embedded targets.
1692
f4b95f6f
PA
16932009-04-02 Pedro Alves <pedro@codesourcery.com>
1694
1695 * gdb.server/ext-attach.exp: Expect an optional process id after
1696 "Detached from remote process".
1697
de40b933
JK
16982009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1699
1700 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1701 gdb.dwarf2/dw2-unresolved.exp: New.
1702
2ae101a4
PA
17032009-04-02 Pedro Alves <pedro@codesourcery.com>
1704
1705 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1706 mi_run_to_main.
1707
56a8e183
PA
17082009-04-02 Pedro Alves <pedro@codesourcery.com>
1709
1710 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1711 mi_run_to_main. Skip thread exit test on remote targets.
1712 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1713 mi_run_to_main.
1714 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1715 mi_run_to_main.
1716 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1717 when expecting ^connected. Detect when the target doesn't support
1718 non-stop mode.
1719 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1720 supported. Return -1 on error, 0 on success.
1721 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1722 (mi_runto): Return mi_runto_helper's result explicitly.
1723
c35fafde
PA
17242009-04-01 Pedro Alves <pedro@codesourcery.com>
1725
1726 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1727
f8a8dce6
JB
17282009-04-01 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1731 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1732 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1733 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1734
71c25dea
TT
17352009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1736 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 PR gdb/931
1739 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1740 output.
1741 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1742 for gdb/931.
1743 * dw2-strp.S (DW_AT_language): Change to C++.
1744 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1745
02d9a9ce
JB
17462009-03-31 Joel Brobecker <brobecker@adacore.com>
1747
1748 * gdb.ada/tasks: New testcase.
1749
1042e4c0
SS
17502009-03-30 Stan Shebs <stan@codesourcery.com>
1751
1752 * gdb.trace/actions.exp: Update to match new info trace format.
1753 * gdb.trace/deltrace.exp: Ditto.
1754 * gdb.trace/infotrace.exp: Ditto.
1755 * gdb.trace/passcount.exp: Ditto.
1756 * gdb.trace/save-trace.exp: Ditto.
1757 * gdb.trace/while-stepping.exp: Ditto.
1758 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1759
f8f6f20b
TJB
17602009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1761
1762 * gdb.python/python-frame.c: New file.
1763 * gdb.python/python-frame.exp: New file.
1764
c0c6f777
TJB
17652009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1766
1767 * gdb.python/python-value.exp: Add tests for the address
1768 attribute.
1769
3cb51905
AS
17702009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1771
1772 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1773
88fc996f
DE
17742009-03-26 Doug Evans <dje@google.com>
1775
1776 * gdb.mi/mi-nonstop-exit.exp: New file.
1777 * gdb.mi/non-stop-exit.c: New file.
1778
56ef84b1
TT
17792009-03-26 Tom Tromey <tromey@redhat.com>
1780
1781 Update for change to prologue skipping:
1782 * gdb.mi/mi2-simplerun.exp: Update.
1783 * gdb.mi/mi2-break.exp: Update.
1784 * gdb.mi/mi-simplerun.exp: Update.
1785 * gdb.mi/mi-break.exp: Update.
1786 * gdb.base/ending-run.exp: Update.
1787
def2b000
TJB
17882009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1789
1790 * gdb.python/python-value.exp (test_value_in_inferior): Test
1791 gdb.Value.is_optimized_out attribute.
1792
442ddf59
JK
17932009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 * gdb.dwarf2/dw2-noloc-main.c: New file.
1796 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1797 (.text): Remove.
1798 (.data): New.
1799 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1800 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1801 (DW_TAG_subprogram func_cu1, noloc): Remove.
1802 (main): New.
1803 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1804 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1805 (file_symbols): New procedure.
1806
a8df5de4
TT
18072009-03-25 Tom Tromey <tromey@redhat.com>
1808
1809 * gdb.base/charset.exp (valid_target_charset): New proc.
1810 Use it to skip tests on invalid charsets.
1811
cc1d7add
PM
18122009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1813
1814 * gdb.base/completion.exp: Add a test for directory completion.
1815
bcd5727b
JK
18162009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1817
1818 Fix a racy FAIL.
1819 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1820 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1821
cc924cad
TJB
18222009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1823
1824 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1825 * gdb.python/python-function.exp: Add test for function returning
1826 a GDB value.
1827
bc3b79fd
TJB
18282009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1829
1830 * gdb.python/python-function.exp: New file.
1831
6c7a06a3
TT
18322009-03-20 Tom Tromey <tromey@redhat.com>
1833
1834 * gdb.base/store.exp: Update for change to escape output.
1835 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1836 to escape output.
1837 * gdb.base/pointers.exp: Update for change to escape output.
1838 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1839 to escape output.
1840 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1841 escape output.
1842 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1843 to escape output.
1844 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1845 escape output.
1846 * gdb.base/setvar.exp: Update for change to escape output.
1847 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1848 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1849 to escape output.
1850 (test_print_string_constants): Likewise.
1851 * gdb.base/charset.exp (valid_host_charset): Check size of
1852 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1853 cases. Handle "auto"-related output.
1854 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1855 (uvar, Uvar): New globals.
1856
c31af87b
JG
18572009-03-19 Jerome Guitton <guitton@adacore.com>
1858
1859 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1860 deltas.
1861 * gdb.ada/fixed_points.exp: Ditto.
1862
51272cf2
PA
18632009-03-18 Pedro Alves <pedro@codesourcery.com>
1864
1865 * return-nodebug.c: Don't include stdio.h.
1866 (init): Delete.
1867 (func): Delete definition and provide extern declaration.
1868 (t): New.
1869 (main): Don't call printf. Call func and store its result in t.
1870 * return-nodebug1.c: New.
1871 * return-nodebug.exp: Don't expect stdio output. Instead, print
1872 the global variable t. Drop printf formatters and cast types from
1873 foreach loop. Don't use prepare_for_testing. Compile
1874 return-nodebug.c and return-nodebug1.c in separate steps. Don't
1875 define FORMAT or CAST.
1876
d24948ac
PP
18772009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1878
1879 * gdb.base/solib-display.exp: Disable test for remote targers.
1880
61ff14c6
JK
18812009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1882
1883 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
1884
cb4dce93
JK
18852009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1886
1887 Fix a racy FAIL.
1888 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
1889 code from `follow parent, print pids'.
1890 (`follow child, print pids', `follow parent, print pids'): Call it.
1891 Replace `gdb_test "break..."' by gdb_breakpoint.
1892
f7c60c5e
VP
18932009-03-13 Vladimir Prus <vladimir@codesourcery.com>
1894
1895 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 1896 sync and async modes.
f7c60c5e 1897
383ace49
JB
18982009-03-12 Joel Brobecker <brobecker@adacore.com>
1899
1900 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
1901 that was checked in by mistake. Remove loading of ada.exp, since
1902 this is not necessary in this case.
1903
4ce102af
JB
19042009-03-12 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.ada/ptype_arith_binop.exp: New testcase.
1907
529a2aef
JB
19082009-03-12 Joel Brobecker <brobecker@adacore.com>
1909
1910 * gdb.ada/mod_from_name: New testcase.
1911
8a38181c
JB
19122009-03-12 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.ada/tick_last_segv: New testcase.
1915
11436dee
VP
19162009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1917
61ff14c6 1918 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 1919
1f31650a
VP
19202009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1921
61ff14c6
JK
1922 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
1923 include the token in ^running and frame info in *stopped.
1f31650a 1924
a3247a22
PP
19252009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1926
1927 * solib-display.exp: New file.
1928 * solib-display-main.c: New file.
1929 * solib-display-lib.c: New file.
61ff14c6 1930
aae64587
PA
19312009-03-05 Pedro Alves <pedro@codesourcery.com>
1932
1933 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
1934
44aabfbc
JK
19352009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
1938 (list_and_check_macro): Use more specific test name.
1939 (next to definition): Make the test names unique.
1940
c087fcd3
PM
19412009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1942
1943 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 1944
c86cf029
VP
19452009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1946
1947 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
1948 notifications.
1949 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
1950 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
1951 * lib/mi-support.exp (library_loaded_re): New.
1952 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
1953
3ea85240
VP
19542009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1955
1956 * gdb.gdb/observer.exp: Use test_notification observer, not
1957 normal_stop, everywhere.
1958 (test_normal_stop_notifications): Rename to...
1959 (test_notifications): ...this.
1960 (test_observer_normal_stop): Rename to...
1961 (test_observer): ...this.
1962
1903f0e6
DE
19632009-02-16 Doug Evans <dje@google.com>
1964
1965 * gdb.arch/amd64-disp-step.S (test_int3): New test.
1966 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
1967 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
1968 (test_prefixed_syscall,test_int3): New tests.
1969 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
1970 (test_prefixed_syscall,test_int3): New tests.
1971
1d33d6ba
VP
19722009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1973
3cb51905
AS
1974 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
1975 (mi_expect_interrupt): Likewise.
1976 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
1977 response.
1d33d6ba 1978
faafb047
PM
19792009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1980
1981 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
1982 * gdb.base/pc-fp.exp (get_valueofx): Remove.
1983 Replace calls to get_valueofx by get_hexadecimal_valueof.
1984
417e16e2
PM
19852009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1986
1987 * lib/gdb.exp (get_valueof): Accept anything as a return value.
1988 (get_integer_valueof): New procedure.
1989 (get_sizeof): Use new get_integer_value_of.
1990 * gdb.base/sizeof.exp: Replace all uses of get_valueof
1991 by get_integer_valueof.
1992
7065b901
TT
19932009-02-13 Tom Tromey <tromey@redhat.com>
1994
1995 * gdb.base/remote.exp (get_sizeof): Remove.
1996 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
1997 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
1998 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
1999 * lib/gdb.exp (get_valueof): Move from long_long.exp.
2000 (get_sizeof): Likewise.
2001
5d7cb8df
JK
20022009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2003
2004 PR fortran/9806
2005 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
2006
b2febfff
PP
20072009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2008
2009 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
2010
4aa995e1
PA
20112009-02-06 Pedro Alves <pedro@codesourcery.com>
2012
2013 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
2014
d8906c6f
TJB
20152009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2016
2017 * gdb.python/python-cmd.exp: New file.
2018
ff4ab08d
TG
20192009-02-06 Tristan Gingold <gingold@adacore.com>
2020
2021 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
2022
aacd552b
TG
20232009-02-05 Tristan Gingold <gingold@adacore.com>
2024
2025 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
2026 pointer is dereferenced and use this signal name in regexp.
2027 * gdb.base/signull.exp: Ditto.
2028 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
2029 * gdb.base/signull.c (main): Ditto.
2030
08c637de
TJB
20312009-02-04 Tom Tromey <tromey@redhat.com>
2032 Thiago Jung Bauermann <bauerman@br.ibm.com>
2033
2034 * gdb.python/python-value.exp: Use `gdb.history' instead of
2035 `gdb.value_from_history'.
2036 (test_value_numeric_ops): Add test for conversion of enum constant.
2037 * gdb.python/python-value.c (enum e): New type.
2038 (evalue): New global.
2039 (main): Use argv.
2040
20261af8
JG
20412009-02-04 Jerome Guitton <guitton@adacore.com>
2042
2043 * gdb.ada/uninitialized_vars: New test program.
2044 * gdb.ada/uninitialized_vars.exp: New testcase.
2045
52e44b43
TT
20462009-02-02 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
2049 * gdb.cp/pr2489.cc: Rename...
2050 * gdb.cp/pr9594.cc: ... to this.
2051
1c71341a
TT
20522009-02-02 Tom Tromey <tromey@redhat.com>
2053
2054 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
2055 * gdb.cp/pr2489.cc: New file.
2056 * gdb.cp/cpcompletion.exp: New file.
2057
a4295225
TT
20582009-02-02 Tom Tromey <tromey@redhat.com>
2059
2060 PR exp/9059:
2061 * gdb.cp/call-c.exp: Add regression test.
2062 * gdb.cp/call-c.cc (FooHandle): New typedef.
2063 (main): New variable 'handle'.
2064
592375cd
VP
20652009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2066
2067 * lib/mi-support.exp (et_mi_thread_list)
2068 (check_mi_and_console_threads): Adjust for current thread in
2069 -thread-list-ids output.
2070
41447f92
VP
20712009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2072
2073 * gdb.mi/mi-break.exp (test_disabled_creation): New.
2074 Call it.
2075
35669430
DE
20762009-01-28 Doug Evans <dje@google.com>
2077
2078 * gdb.arch/amd64-disp-step.S: New file.
2079 * gdb.arch/amd64-disp-step.exp: New file.
2080 * gdb.arch/i386-disp-step.S: New file.
2081 * gdb.arch/i386-disp-step.exp: New file.
2082
09f00d9a
PM
20832009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
2084
2085 * gdb.base/find.exp: Set newline variable
2086 using quotes instead of braces to fix cygwin failures.
2087
1e8fb976
PA
20882009-01-23 Pedro Alves <pedro@codesourcery.com>
2089
2090 * gdb.base/radix.exp: Add tests to ensure that that set
2091 input-radix 0 and set output-radix 0 are really rejected.
2092
da061712
PA
20932009-01-23 Pedro Alves <pedro@codesourcery.com>
2094
2095 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
2096 copyright years.
2097
dd7e2d2b
PA
20982009-01-23 Pedro Alves <pedro@codesourcery.com>
2099
2100 PR gdb/9664:
2101 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
2102
392452f6
PA
21032009-01-22 Pedro Alves <pedro@codesourcery.com>
2104
2105 PR c++/9631:
2106 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
2107
8653e71c
PM
21082009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
2109
2110 * gdb.server/file-transfer.exp: Use EXEEXT variable for
2111 binfile definition to fix Windows OS failure.
2112
a12cc160
DJ
21132009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2114
2115 PR gdb/9346
2116 * gdb.base/interrupt.c (sigint_handler): New.
2117 (main): Install a SIGINT handler if SIGNALS is defined. Exit
2118 on error.
2119 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
2120 Test "signal SIGINT".
2121
b89667eb
DE
21222009-01-19 Doug Evans <dje@google.com>
2123
2124 * gdb.base/break.exp: Update expected gdb output.
2125 * gdb.base/sepdebug.exp: Ditto.
2126 * gdb.mi/mi-syn-frame.exp: Ditto.
2127 * gdb.mi/mi2-syn-frame.exp: Ditto.
2128 * gdb.base/call-signal-resume.exp: New file.
2129 * gdb.base/call-signals.c: New file.
2130 * gdb.base/unwindonsignal.exp: New file.
2131 * gdb.base/unwindonsignal.c: New file.
2132 * gdb.threads/interrupted-hand-call.exp: New file.
2133 * gdb.threads/interrupted-hand-call.c: New file.
2134 * gdb.threads/thread-unwindonsignal.exp: New file.
2135
adb483fe
DJ
21362009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2137
2138 * gdb.base/define.exp: Test defining and hooking prefix commands.
2139 * gdb.python/python.exp: Update test for "show user" output.
2140
60023297
JK
21412009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
2144 now the output exactly, using less wildcards. Expect also the output
2145 of gfortran-4.3. Update for the f-valprint.c modification from
2146 2008-04-22.
2147 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
2148 Remove gdb_test test names where matching the command.
2149
ccc57cf9
PA
21502009-01-01 Pedro Alves <pedro@codesourcery.com>
2151
2152 PR breakpoints/9681:
2153 * gdb.base/watchpoint.exp: Add regression test.
2154
c7a6ca08
PA
21552008-12-31 Pedro Alves <pedro@codesourcery.com>
2156
2157 * gdb.threads/attach-into-signal.exp: Don't use
2158 gdb_suppress_entire_file.
2159 * gdb.threads/attach-stopped.exp: Ditto.
2160 * gdb.threads/attachstop-mt.exp: Ditto.
2161
3a031f65
PA
21622008-12-31 Pedro Alves <pedro@codesourcery.com>
2163
2164 PR gdb/8812:
2165 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
2166
09e6485f
PA
21672008-12-29 Pedro Alves <pedro@codesourcery.com>
2168
2169 PR gdb/7536:
2170 * gdb.base/radix.exp: Add tests to ensure invalid input radices
2171 and unsupported output radices are really rejected.
2172
0cd53049
JK
21732008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 * gdb.cp/punctuator.exp: Backslash the '$' signs.
2176
ba163c7e
TT
21772008-12-22 Tom Tromey <tromey@redhat.com>
2178
2179 * gdb.cp/punctuator.exp: New file.
2180
6f4de6c9
JK
21812008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2182
2183 * gdb.base/completion.exp (Completing non-existing component): New test.
2184
0f34d0b4
JK
21852008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 Fix for PR gdb/8648.
2188 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
2189 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
2190 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
2191 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
2192
db2ad4c3
JK
21932008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2194
2195 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
2196
bb5ef15e
DP
21972008-12-16 Christophe Lyon <christophe.lyon@st.com>
2198
2199 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
2200 compiler actually generate code at the expected line number.
2201
90142adc
JZ
22022008-12-15 Jie Zhang <jie.zhang@analog.com>
2203
2204 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
2205
fad6eecd
TT
22062008-12-12 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.base/commands.exp (redefine_hook_test): New proc.
2209 Call it.
2210
17c8aaf5
TT
22112008-12-11 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.base/macscp.exp: New regression test.
2214
7c8adf68
TT
22152008-12-11 Tom Tromey <tromey@redhat.com>
2216
2217 * gdb.base/macscp.exp: Print "address.addr".
2218 * gdb.base/macscp1.c (struct outer): New struct.
2219 (address): New global.
2220
b05dcbb7
TT
22212008-12-09 Tom Tromey <tromey@redhat.com>
2222
2223 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
2224 Call it.
2225
2d476de1
DE
22262008-12-04 Doug Evans <dje@google.com>
2227
2228 * gdb.server/ext-run.exp: Relax regexp for init program.
2229
87bdc959
TG
22302008-12-03 Tristan Gingold <gingold@adacore.com>
2231
2232 * gdb.base/macscp.exp: Generate an object file during compilation
2233 to work around Darwin dsymutil limitations.
2234
e0740f77
JK
22352008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 Test resolving external references to TLS variables.
2238 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
2239 FILE2_THREAD_LOCAL.
2240 (testfile2, srcfile2): New variables.
2241 * gdb.threads/tls.c (file2_thread_local)
2242 (function_referencing_file2_thread_local): New.
2243 * gdb.threads/tls2.c: New file.
2244
67f0aac5
JB
22452008-11-28 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
2248 rather than integer, as integer might not be big enough when
2249 on 64bit targets.
67f0aac5 2250
c332165e
JG
22512008-11-27 Jerome Guitton <guitton@adacore.com>
2252
2253 * gdb.cp/formatted-ref.exp: Add equality test.
2254 * gdb.ada/formatted_ref.exp: Ditto.
2255
fc9b693c
JK
22562008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
2259 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
2260
a9c64011
AS
22612008-11-20 Andreas Schwab <schwab@suse.de>
2262
2263 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
2264 matching syscall entry point.
2265 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2266 (tcatch_vfork_then_child_follow): Likewise. Finish through
2267 vfork even if we stopped at the syscall trampoline.
2268
e2fd701e
DE
22692008-11-20 Doug Evans <dje@google.com>
2270
2271 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
2272
69abc51c
TJB
22732008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2274
2275 * gdb.arch/ppc-dfp.exp: New file.
2276 * gdb.arch/ppc-dfp.c: New file.
2277
c14c28ba
PP
22782008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2279
2280 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 2281
2e74121d
DE
22822008-11-17 Doug Evans <dje@google.com>
2283
2284 * gdb.mi/mi-syn-frame.exp: Update expected output.
2285 * gdb.mi/mi2-syn-frame.exp: Update expected output.
2286
66bb093b
VP
22872008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2288
2289 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
2290 "thread N" results in =thread-selected.
2291 * lib/mi-support (mi_run_cmd, mi_expect_stop)
2292 (mi_send_resuming_command_raw): Be prepared for
2293 =thread-selected.
2294
3d043ef6
VP
22952008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2296
a9c64011
AS
2297 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
2298 * lib/mi-support.exp: Likewise.
3d043ef6 2299
808104c8
JB
23002008-11-16 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
2303 commands from the expected output for "help catch".
2304
00b22944
JB
23052008-11-15 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdb.ada/int_deref.exp: New testcase.
2308
59669435
TT
23092008-11-14 Nick Roberts <nickrob@snap.net.nz>
2310
2311 * gdb.mi/gdb2549.exp: New file.
2312
de04a248
DE
23132008-11-11 Doug Evans <dje@google.com>
2314
2315 * gdb.base/callexit.exp: New file.
2316 * gdb.base/callexit.c: New file.
2317
6b8ce727
DE
23182008-11-10 Doug Evans <dje@google.com>
2319
2320 * lib/gdb.exp (GDBFLAGS): Move -nx ...
2321 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
2322 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
2323 (default_gdb_start,default_gdb_exit): Ditto.
2324 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
2325 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
2326 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
2327 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
2328 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
2329 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
2330
1b14b8aa
AS
23312008-11-03 Andreas Schwab <schwab@suse.de>
2332
2333 * gdb.base/hashline2.exp: Fix typo.
2334 * gdb.base/hashline3.exp: Likewise.
2335
f3134b88
TT
23362008-10-30 Tom Tromey <tromey@redhat.com>
2337
2338 * gdb.base/pointers.exp: Add test.
2339 * gdb.base/pointers.c (k, S): New typedefs.
2340 (instance): New global.
2341
c2226152
AS
23422008-10-30 Andreas Schwab <schwab@suse.de>
2343
2344 * gdb.base/args.exp: Add tests for newlines.
2345
462f405c
JB
23462008-10-30 Joel Brobecker <brobecker@adacore.com>
2347
2348 gdb.base/foll-exec.exp: Update the expected output of a couple
2349 of "info breakpoints" tests.
2350
79a45b7d
TT
23512008-10-28 Tom Tromey <tromey@redhat.com>
2352
2353 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
2354
adc13a14
PA
23552008-10-24 Pedro Alves <pedro@codesourcery.com>
2356
2357 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
2358 gdb_start_cmd.
2359 Use runto_main before any test that requires execution.
2360
252fbfc8
PA
23612008-10-23 Pedro Alves <pedro@codesourcery.com>
2362
2363 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
2364 instead of SIGINT.
2365
28148e3d
JB
23662008-10-22 Joel Brobecker <brobecker@adacore.com>
2367
2368 * gdb.base/completion.exp: Update expected output following
2369 the addition of the "info tasks" command.
2370
c209f847
TT
23712008-10-22 Tom Tromey <tromey@redhat.com>
2372
2373 * gdb.base/exprs.exp (test_expr): Add test for string
2374 concatenation.
2375
f177e350
PA
23762008-10-19 Pedro Alves <pedro@codesourcery.com>
2377
2378 * configure.ac: Output gdb.python/Makefile.
2379 * configure: Regenerate.
2380 * gdb.python/Makefile.in: New.
2381
cce89356
JB
23822008-10-16 Joel Brobecker <brobecker@adacore.com>
2383
2384 * gdb.base/foll-fork.exp: Adjust the expected output to match
2385 the new description for fork/vfork catchpoints in the "info
2386 breakpoints" output.
2387
176d289d
TJB
23882008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2389
2390 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2391
a08702d6
TJB
23922008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2393
2394 * gdb.python/python-value.c: New file.
2395 * gdb.python/python-value.exp: New file.
2396
1c5cfe86
PA
23972008-10-15 Pedro Alves <pedro@codesourcery.com>
2398
2399 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2400
5a98ad69
DP
24012008-10-15 Denis Pilat <denis.pilat@st.com>
2402
41702f1b 2403 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 2404
dcb1a1e2
TT
24052008-10-09 Tom Tromey <tromey@redhat.com>
2406
2407 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2408 'fprintf' and 'stderr'.
2409
9124fe48
JB
24102008-10-07 Joel Brobecker <brobecker@adacore.com>
2411
2412 * gdb.ada/ref_tick_size.exp: New testcase.
2413
45452591
DE
24142008-10-06 Doug Evans <dje@google.com>
2415
2416 * gdb.dwarf2/dw2-cu-size.exp: New file.
2417 * gdb.dwarf2/dw2-cu-size.S: New file.
2418
2419 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2420 .Ltype_int for clarity.
2421
4fc5b208
PP
24222008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2423
2424 PR gdb/2384:
2425 * gdb.cp/gdb2384.exp: Extended to test more cases.
2426 * gdb.cp/gdb2384.cc: Likewise.
2427 * gdb.cp/gdb2384-base.h: Likewise.
2428 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 2429
d78df370
JK
24302008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 * gdb.base/maint.exp (maint print type): Remove printing
2433 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2434
9a044a89
TT
24352008-09-30 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.base/macscp.exp: Add completion tests.
2438 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2439 (TWENTY_THREE): Likewise.
2440 (FORTY_EIGHT): Likewise.
2441
506800a9
TT
24422008-09-30 Tom Tromey <tromey@redhat.com>
2443
2444 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2445 everywhere.
2446 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2447
1a6f01b5
JK
24482008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2449
2450 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2451 testcase is derived from. Fix racy dependency on an expected PID
2452 number. No longer support the testcase on Linux kernel 2.4.x.
2453
2fae03e8
TT
24542008-09-27 Tom Tromey <tromey@redhat.com>
2455
2456 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2457 and varargs.
2458
1ad15515
PA
24592008-09-22 Pedro Alves <pedro@codesourcery.com>
2460
2461 * lib/mi-support.exp (mi_expect_interrupt): New.
2462 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2463 from gdb.mi/mi-nonstop.exp.
2464 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2465 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2466 lib/mi-support.exp.
2467 Use mi_check_thread_states throughout. Avoid ".*" and do not
2468 require an anchor after -exec-run.
2469
d0b76dc6
DJ
24702008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2471
2472 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2473 stop is pending. Avoid ".*" when two stops are pending.
2474 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2475 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2476 newlines in fullnames.
2477 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2478 (mi_expect_stop): Update comments. Only anchor in sync mode.
2479 Do not match newlines.
2480 (mi_send_resuming_command_raw): Always return status.
2481 (mi_get_stop_line): Do not match more than one line by accident.
2482 Only anchor in sync mode.
2483 (mi_run_inline_test): If -exec-next fails, give up.
2484
9990c830
UW
24852008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2486
2487 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2488 on SPU.
2489
ebcf6f00
JB
24902008-09-10 Joel Brobecker <brobecker@adacore.com>
2491
2492 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2493
b6db24e5
JB
24942008-09-10 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2497 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2498 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2499 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2500 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2501 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2502 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2503 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2504 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2505 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2506 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2507 Include the "= " sequence in the expected output of print tests.
2508
2bf448e0
JB
25092008-09-10 Joel Brobecker <brobecker@adacore.com>
2510
2511 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2512 description for boolean types.
2513
d51fd4c8
PA
25142008-09-09 Pedro Alves <pedro@codesourcery.com>
2515
2516 * gdb.base/hook-stop-continue.c: New.
2517 * gdb.base/hook-stop-continue.exp: New.
2518
694182d2
DJ
25192008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2520
2521 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2522
3b8a7fc0
JG
25232008-09-08 Jerome Guitton <guitton@adacore.com>
2524
2525 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2526 (stack_check_probe_2, stack_check_probe_loop_1)
2527 (stack_check_probe_loop_2): New functions.
2528 (main): Add call to these new functions.
2529 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2530 functions, check that the breakpoint is inserted at the appropriate
2531 location.
2532 (insert_breakpoint): Slightly refine this procedure so that it can
2533 be called several times in the test.
2534
96cc0ae8
JG
25352008-09-08 Jerome Guitton <guitton@adacore.com>
2536
2537 * gdb.base/stack-checking.c: New file.
2538 * gdb.base/stack-checking.exp: New file.
2539
1f08b409
TJB
25402008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2541
2542 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2543 * gdb.arch/altivec-regs.exp: Likewise.
2544 * gdb.arch/vsx-regs.exp: Likewise.
2545
3099e1c4
TJB
25462008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2547
2548 * gdb.arch/ppc-fp.exp: New file.
2549 * gdb.arch/ppc-fp.c: New file.
2550
cc69bfc1
PP
25512008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2552
2553 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2554 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 2555
b02a33db
MS
25562008-09-04 Michael Snyder <msnyder@vmware.com>
2557
2558 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2559 as "at" (for non-debug functions such as _start).
2560
2992cbe0
UW
25612008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2562
2563 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2564 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2565 software watchpoints.
2566 * gdb.base/watch_thread_num.exp: Likewise.
2567
514f746b
AR
25682008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2569
2570 * gdb.arch/i386-bp_permanent.exp: New test.
2571
876cecd0
TT
25722008-08-24 Tom Tromey <tromey@redhat.com>
2573
2574 * gdb.base/maint.exp: Update "maint print type".
2575
80f73d71
VP
25762008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2577
2578 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2579 support. Adjust the order of "*running" notifications.
2580 * gdb.mi/non-stop.c: Don't cast from int to void* and
2581 back.
2582
d9c78d7d
MK
25832008-08-20 Mark Kettenis <kettenis@gnu.org>
2584
2585 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2586 expect to find it in the "info frame" output.
2587
97a2d1d3
DJ
25882008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2589
2590 * gdb.base/interp.exp: Always consume both prompts.
2591
b96e2927
PA
25922008-08-20 Pedro Alves <pedro@codesourcery.com>
2593
2594 * gdb.base/pending.exp: Test pending breakpoints without symbols
2595 loaded.
2596
8cf6e61a
VP
25972008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2598
2599 * lib/mi-support.exp (mi_expect_stop): Produce
2600 more details on failures.
2601 * gdb.mi/mi-nonstop.exp: New.
2602 * gdb.mi/non-stop.c: New.
2603
c6ebd6cf
VP
26042008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2605
a9c64011
AS
2606 * gdb.mi/mi-async.exp: Use 'set target-async'.
2607 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2608
46a9b8ed
DJ
26092008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2610
2611 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2612
44feb3ce
TT
26132008-08-17 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.base/help.exp (help catch): Rewrite.
2616
311a4e6b
TJB
26172008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2618
2619 * gdb.base/define.exp: Test indented command documentation.
2620 * gdb.python/python.exp: Test indented multi-line command.
2621
604c2f83
LM
26222008-08-15 Luis Machado <luisgpm@br.ibm.com>
2623
2624 * testsuite/gdb.arch/vsx-regs.c: New source file.
2625 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2626 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2627
886a217c
TT
26282008-08-14 Tom Tromey <tromey@redhat.com>
2629
2630 * gdb.base/macscp.exp: Add regression test for "macro define" or
2631 "macro undef" with no arguments.
2632
c814a4f3
PP
26332008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2634
2635 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2636
12ab8a60
UW
26372008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2638
2639 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2640
d57a3c85
TJB
26412008-08-06 Tom Tromey <tromey@redhat.com>
2642
2643 * gdb.python/python.exp: New file.
2644
c7b778ff
JK
26452008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2646
2647 Fix for PR gdb/1543.
2648 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2649 $LOCATION.
2650 (location): New variable.
2651 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2652 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2653 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2654 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2655 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2656 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2657 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2658 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2659 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2660 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2661 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2662 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2663 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2664 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2665 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2666 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2667 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2668 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2669 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2670 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2671 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2672 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2673 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2674 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2675 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2676 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2677 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2678 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2679 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2680 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2681 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2682 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2683 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2684 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2685 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2686 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2687 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2688 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2689 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2690 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2691 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2692 gdb.base/type-opaque.exp, gdb.base/until.exp,
2693 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2694 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2695 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2696 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2697 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2698 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2699 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2700 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2701 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2702 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2703 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2704 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2705 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2706 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2707 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2708 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2709 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2710 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2711 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2712 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2713 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2714 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2715 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2716 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2717 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2718 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2719 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2720 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2721 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2722 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2723 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2724 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2725 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2726 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2727 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2728 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2729 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2730 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2731 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2732 to bug-gdb@prep.ai.mit.edu .
2733
5e06a3d1
VP
27342008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2735
2736 * lib/mi-support.exp (mi_load_shlibs): New.
2737 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2738
9d81d21b
VP
27392008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2740
2741 * lib/mi-support.exp (get_mi_thread_list)
2742 (check_mi_and_console_threads): New, moved from ...
2743 * gdb.mi/mi-pthread.exp: ...here.
2744 * gdb.mi/gdb669.exp (get_mi_thread_list)
2745 (check_mi_and_console_threads): Delete.
2746 * gdb.mi/mi2-pthread.exp: Likewise.
2747
bae98fe0
TT
27482008-07-28 Tom Tromey <tromey@redhat.com>
2749
2750 * Makefile.in (just-check): Remove. Move body to...
2751 (check): ... here.
2752
57380f4e
DJ
27532008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2754
2755 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2756 Add a test for duplicated SIGINTs.
2757
e09490f1
DJ
27582008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2759
2760 * gdb.threads/schedlock.exp (get_args): Update to work for any
2761 value of NUM.
2762 (Top level): Report the number of threads that did not resume.
2763
6387b45f
DJ
27642008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2765
2766 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2767
62f64ff2
DJ
27682008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2769
2770 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2771 non-MI prompt.
2772
fa8de41e
TT
27732008-07-26 Tom Tromey <tromey@redhat.com>
2774
2775 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2776 (function_struct, function_struct_ptr): New globals.
2777 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2778 function pointer in a struct.
2779
ccb3ac8a
TT
27802008-07-26 Tom Tromey <tromey@redhat.com>
2781
2782 * gdb.base/macscp.exp: Add test for macro lexing bug.
2783
d7d9f01e
TT
27842008-07-18 Tom Tromey <tromey@redhat.com>
2785
2786 * gdb.base/macscp.exp: Add macro tests.
2787
9bf07184
PP
27882008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2789
2790 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2791
becf6477
PP
27922008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2793
2794 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2795
0709f7d3
PP
27962008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2797
2798 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 2799
7093c834
PP
28002008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2801
2802 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 2803
b432ffe3
JK
28042008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2805
2806 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2807
b1a268e5
VP
28082008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2809
2810 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2811
e2995f8e
KB
28122008-07-11 Kevin Buettner <kevinb@redhat.com>
2813
2814 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2815 of regexp to account for changes made to GDB in the printing of
2816 byte vectors.
2817
14032a66
TT
28182008-07-11 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.base/completion.exp: Add 'help' completion test.
2821
981505ef
JK
28222008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2825
10568435
JK
28262008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2829
4487aabf
PA
28302008-07-09 Pedro Alves <pedro@codesourcery.com>
2831
2832 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2833
a4a9b1c4
PA
28342008-07-09 Pedro Alves <pedro@codesourcery.com>
2835
2836 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2837
3c3185ac
JK
28382008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2839
2840 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2841
7ebd49dc
VP
28422008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2843
2844 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2845 previous commit. Add a comment.
2846
84e46146
PA
28472008-06-28 Pedro Alves <pedro@codesourcery.com>
2848
2849 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2850
0f8d4a2f
VP
28512008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2852
2853 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2854
f747e0ce
PA
28552008-06-27 Pedro Alves <pedro@codesourcery.com>
2856
2857 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2858 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2859 compiling an executable, link in an object that forces unbuffered
2860 output.
2861 * lib/set_unbuffered_mode.c: New file.
2862
734a5c36
JK
28632008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2866
a2840c35
VP
28672008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2868
a9c64011
AS
2869 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2870 mi_expect_stop.
2871 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
2872 Demand that *running is output.
2873 (detect_async): Perform checking every time.
2874 (mi_send_resuming_command): Extract everything into...
2875 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
2876 (mi_expect_stop): Don't accept any output before *stopped.
2877
6ae37fef
VP
28782008-06-13 Vladimir Prus <vladimir@codesourcery.com>
2879
2880 Robustify mi-simplerun.
a9c64011
AS
2881 * gdb.mi/basics.c (main): Add a call to sleep.
2882 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
2883 * gdb.mi/mi2-cli.exp: Likewise.
2884 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 2885
b4aa76f0 28862008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
2887
2888 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
2889
e1ac3328
VP
28902008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2891
a9c64011
AS
2892 * gdb.mi/mi-console.exp: Adjust.
2893 * gdb.mi/mi-syn-frame.exp: Adjust.
2894 * gdb.mi/mi2-console.exp: Adjust.
2895 * gdb.mi/mi2-syn-frame.exp: Adjust.
2896 * lib/mi-support.exp (mi_run_cmd): Adjust.
2897 (mi_send_resuming_command): Adjust.
e1ac3328 2898
f7f9a841
VP
28992008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2900
2901 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
2902 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
2903 testing of stopped.
2904 * gdb.mi/mi2-syn-frame.exp: Likewise.
2905 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
2906 (async, detect_async): New.
2907 (mi_expect_stop, mi_continue_to_line): Adjust expectation
2908 depending on if we're running in sync or async mode.
f7f9a841 2909
37cd5d19
TT
29102008-06-09 Tom Tromey <tromey@redhat.com>
2911
2912 * gdb.base/completion.exp: New tests for field name completion
2913 with spaces, and field name completion with '->'.
2914
65d12d83
TT
29152008-06-06 Tom Tromey <tromey@redhat.com>
2916
2917 * gdb.base/break1.c (struct some_struct): New struct.
2918 (values): New global.
2919 * gdb.base/completion.exp: Add field name completion test.
2920
ebfe2e3f
PP
29212008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2922
2923 * gdb.cp/call-c.exp: Test for incorrect handling of reference
2924 to pointer.
2925 * gdb.cp/call-c.cc: Likewise.
2926
bcf6fc3a
NR
29272008-06-06 Nick Roberts <nickrob@snap.net.nz>
2928
2929 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
2930 annotation.
2931
49fd4a42 29322008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 2933 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
2934
2935 * gdb.threads/execl.c, gdb.threads/execl1.c,
2936 gdb.threads/execl.exp: New tests.
a9c64011 2937
8a34ac3f
AR
29382008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
2939 Daniel Jacobowitz <dan@codesourcery.com>
2940
2941 * gdb.cp/exception.exp: Activate test, make it work with pending
2942 catchpoints.
2943
86ae69ef
JK
29442008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2947
f7f9ae2c
VP
29482008-05-28 Vladimir Prus <vladimir@codesourcery.com>
2949
a9c64011
AS
2950 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
2951 now printed.
2952 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 2953
2a2d4dc3
AS
29542008-05-27 Andreas Schwab <schwab@suse.de>
2955
2956 * gdb.base/frame-args.exp: Handle arguments that are optimized
2957 out.
2958
5099e4d9
LM
29592008-05-26 Luis Machado <luisgpm@br.ibm.com>
2960
2961 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
2962 quiet for ppc32 and group options into a single variable.
2963
d9c36a91
JB
29642008-05-23 Joel Brobecker <brobecker@adacore.com>
2965
2966 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
2967 of zero-size elements.
2968 * gdb.ada/null_array.exp: Test printing this new array.
2969
103a8671
JK
29702008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2971
2972 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
2973
07a4cc1a 29742008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
2975
2976 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
2977 of the "finish" command.
2978
55f996a7
NR
29792008-05-21 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * gdb.base/annota1.exp: Test for new annotation.
2982
907fc202
UW
29832008-05-16 Pedro Alves <pedro@codesourcery.com>
2984
2985 * gdb.base/fixsection.exp: New file.
2986 * gdb.base/fixsection0.c: New file.
2987 * gdb.base/fixsection1.c: New file.
2988
e8f97270
UW
29892008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2990
2991 * gdb.base/annota1.exp: Accept printf@... in place of printf.
2992 * gdb.base/annota3.exp: Likewise.
2993
ac0bb574
NF
29942008-05-13 Nathan Froyd <froydnj@codesourcery.com>
2995
2996 * gdb.base/watch_thread_num.exp: Don't run tests that require
2997 watchpoints if the target doesn't support them.
2998
6fadd07a
DE
29992008-05-12 Doug Evans <dje@google.com>
3000
3001 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
3002
6e9a4a30
JB
30032008-05-09 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.ada/assign_1.exp: New testcase.
3006
08388c79
DE
30072008-05-09 Doug Evans <dje@google.com>
3008
a3c83fae
DE
3009 * gdb.base/find.exp: New file.
3010 * gdb.base/find.c: New file.
08388c79 3011
bd5ddfe8
DJ
30122008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
3013
3014 * gdb.base/commands.exp (watchpoint_command_test): Handle
3015 gdb,no_hardware_watchpoints.
3016 * gdb.base/float.exp: Allow ARM targets without floating point.
3017 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
3018
b5dd68e2 30192008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 3020 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
3021
3022 * gdb.ada/lang_switch: New test program.
3023 * gdb.ada/lang_switch.exp: New testcase.
3024
382d13d1
DE
30252008-05-05 Doug Evans <dje@google.com>
3026
3027 * gdb.base/help.exp (disassemble): Update expected help text.
3028
9dd789d0
PA
30292008-05-04 Pedro Alves <pedro@codesourcery.com>
3030
3031 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
3032
611c83ae
PA
30332008-05-04 Pedro Alves <pedro@codesourcery.com>
3034
3035 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
3036 different times.
3037
ff013f42
JK
30382008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3039
3040 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
3041 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
3042 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
3043 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
3044
96dff6a2
VP
30452008-05-04 Vladimir Prus <vladimir@codesourcery.com>
3046
3047 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
3048 notification to appear.
3049
55cd6f92
DJ
30502008-05-04 Daniel Jacobowitz <dan@debian.org>
3051
3052 * gdb.base/fullname.c: New file.
3053 * gdb.base/fullname.exp: New file.
3054 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
3055
d705c43c
PA
30562008-05-03 Pedro Alves <pedro@codesourcery.com>
3057
3058 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
3059 expressions with macros.
3060
333222e1
JK
30612008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
3064
5ac01682
DJ
30652008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3066
3067 * gdb.base/completion.exp: Handle lack of other symbols beginning
3068 with "a".
3069
3070 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
3071
237fc4c9
PA
30722008-05-02 Jim Blandy <jimb@codesourcery.com>
3073
3074 * gdb.asm/asmsrc1.s: Add scratch space.
3075
ed5e9466
DJ
30762008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3077 Daniel Jacobowitz <dan@codesourcery.com>
3078
3079 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
3080 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
3081 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
3082
b39cc962
DJ
30832007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
3084
3085 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
3086
36d520f5
JB
30872008-05-01 Joel Brobecker <brobecker@adacore.com>
3088
3089 * gdb.base/info-target.exp: New testcase.
3090
8d4e3071
DJ
30912008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3092
3093 * gdb.cp/hang.exp: Use .cc instead of .C.
3094 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
3095 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
3096
6f3f3097
DJ
30972008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3098
3099 * gdb.base/gdb1250.exp: Remove perror.
3100 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
3101
5550a914
PA
31022008-04-30 Pedro Alves <pedro@codesourcery.com>
3103
3104 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
3105 .2byte.
3106
d848e687
DJ
31072008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
3108
3109 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
3110 (maybe_kfail): New.
3111
93b5768b
PA
31122008-04-25 Pedro Alves <pedro@codesourcery.com>
3113
3114 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
3115
721c02de
VP
31162008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3117
a9c64011
AS
3118 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
3119 * gdb.mi/mi2-syn-frame.exp: Likewise.
3120 * lib/mi-support.exp: Likewise.
721c02de 3121
74960c60
VP
31222008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3123
3124 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
3125 to specify regexp for the location to stop at.
3126 * gdb.base/break-always.c: New.
3127 * gdb.base/break-always.exp: New.
3128
d24317b4
VP
31292008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3130
3131 * lib/mi-support.exp (mi_runto_helper): Adjust
3132 for the original-location field.
3133 (mi_create_breakpoint, mi_list_breakpoints): New.
3134 * gdb.mi/mi-break.exp: Adjust.
3135 * gdb.mi/mi2-break.exp: Adjust.
3136 * gdb.mi/mi-pending.exp: Adjust.
3137 * gdb.mi/mi-simplerun.exp: Adjust.
3138 * gdb.mi/mi2-simplerun.exp: Adjust.
3139 * gdb.mi/mi-syn-frame.exp: Adjust.
3140 * gdb.mi/mi2-syn-frame.exp: Adjust.
3141 * gdb.mi/mi-until.exp: Adjust.
3142 * gdb.mi/mi2-until.exp: Adjust.
3143 * gdb.mi/mi-var-display.exp: Adjust.
3144 * gdb.mi/mi2-var-display.exp: Adjust.
3145 * gdb.mi/mi-watch.exp: Adjust.
3146 * gdb.mi/mi2-watch.exp: Adjust.
3147
fdc59709 31482008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 3149
a9c64011
AS
3150 * aclocal.m4: Add override.m4.
3151 * configure: Regenerate.
fdc59709 3152
8e91f023
VP
31532008-04-19 Vladimir Prus <vladimir@codesourcery.com>
3154
3155 * gdb.mi/var-cmd.c (do_at_tests): Verify that
3156 '-var-update --all-values' reports new value even the type
3157 of a variable object has changed.
3158
233a11ab
CS
31592008-04-18 Craig Silverstein <csilvers@google.com>
3160
3161 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
3162 files.
d24317b4 3163
9c1137ad
JB
31642008-04-18 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.ada/atomic_enum: New test program.
3167 * gdb.ada/atomic_enum.exp: New testcase.
3168
66d0bbc7
DE
31692008-04-17 Doug Evans <dje@google.com>
3170
3171 * gdb.opt/Makefile.in: Fix whitespace.
3172
100906b0
UW
31732008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
3174
3175 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
3176
4584e32e
DE
31772008-04-17 Doug Evans <dje@google.com>
3178
3179 * gdb.base/hashline1.exp: New testcase.
3180 * gdb.base/hashline2.exp: New testcase.
3181 * gdb.base/hashline2.exp: New testcase.
3182
0a320680
PA
31832008-04-17 Pedro Alves <pedro@codesourcery.com>
3184
3185 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
3186
18ac113b
AR
31872008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
3188
3189 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
3190 temporary breakpoint to match "Temporary breakpoint".
3191 * gdb.base/break.exp (delete_breakpoints): Likewise.
3192 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
3193 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
3194 * gdb.base/display.exp: Likewise.
3195 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
3196 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
3197 * gdb.base/restore.exp (restore_tests): Likewise.
3198 * gdb.base/sepdebug.exp: Likewise.
3199 * gdb.base/watchpoint.exp: Likewise.
3200 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
3201 * gdb.mi/mi-pending.exp: Likewise.
3202 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
3203 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
3204 * gdb.mi/mi-var-cmd.exp: Likewise.
3205 * gdb.mi/mi-var-display.exp: Likewise.
3206 * gdb.mi/mi2-cli.exp: Likewise.
3207 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
3208 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
3209 * gdb.mi/mi2-var-display.exp: Likewise.
3210 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
3211 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
3212 new "disp" field.
a9c64011 3213 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
3214 reason. This is to support fix for PR2424.
3215
add38693
JK
32162008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
3219
fcacd99f
VP
32202008-04-13 Vladimir Prus <vladimir@codesourcery.com>
3221
3222 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 3223 field. Add more floating varobj tests.
fcacd99f 3224 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
3225 field.
3226 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
3227 (main): Call do_at_tests.
3228 * lib/mi-support.exp (mi_create_floating_varobj)
3229 (mi_varobj_update_with_type_change): New.
fcacd99f 3230
de051565
MK
32312008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3232
3233 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
3234 option of -var-evaluate-expression.
3235 * gdb.mi/mi2-var-display.exp: Likewise.
3236
dbc52822
VP
32372008-04-07 Vladimir Prus <vladimir@codesourcery.com>
3238
3239 Introduce test setup helpers.
a9c64011
AS
3240 * lib/gdb.exp (build_executable, clean_restart)
3241 (prepare_for_testing): New.
3242 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
3243 * gdb.base/return.exp: Likewise.
3244 * gdb.base/ending-run.exp: Likewise.
dbc52822 3245
473591da
NR
32462008-04-07 Nick Roberts <nickrob@snap.net.nz>
3247
3248 * gdb.mi/mi-async.exp: New test for asynchronous Machine
3249 Interface (MI) responses.
3250
2b2d9e11
VP
32512008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3252
a9c64011
AS
3253 * gdb.cp/breakpoint.cc: New code to test conditions involving
3254 member variables.
3255 * gdb.cp/breakpoint.exp: Test condition involving member
3256 variables.
2b2d9e11 3257
bb378428
VP
32582008-04-05 Vladimir Prus <vladimir@codesourcery.com>
3259
3260 * lib/mi-support.exp (mi_expect_stop): New.
3261 (mi_run_cmd): Change the
3262 token. Use mi_send_resuming_command, use
3263 mi_expect_stop.
3264 (mi_execute_to_helper): Rename to mi_execute_to.
3265 (mi_send_resuming_command): Add more error patterns.
3266 (mi_wait_for_stop): Renamed to...
3267 (mi_get_stop_line): ...this.
3268 (mi_run_inline_test): Adjust.
3269
3270 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
3271 * gdb.mi/mi-console.exp: Likewise.
3272 * gdb.mi/mi-pending.exp: Likewise.
3273 * gdb.mi/mi-simplerun.exp: Likewise.
3274 * gdb.mi/mi-stack.exp: Likewise.
3275 * gdb.mi/mi-stepi.exp: Likewise.
3276 * gdb.mi/mi-syn-frame.exp: Add comment.
3277 * gdb.mi/mi-until.exp: Likewise.
3278 * gdb.mi/mi-var-display.exp: Likewise.
3279 * gdb.mi/mi-watch.exp: Likewise.
3280 * gdb.mi/mi2-cli.exp: Likewise.
3281 * gdb.mi/mi2-console.exp: Likewise.
3282 * gdb.mi/mi2-simplerun.exp: Likewise.
3283 * gdb.mi/mi2-stack.exp: Likewise.
3284 * gdb.mi/mi2-stepi.exp: Likewise.
3285 * gdb.mi/mi2-until.exp: Likewise.
3286 * gdb.mi/mi2-var-display.exp: Likewise.
3287 * gdb.mi/mi2-watch.exp: Likewise.
3288
62172bb9
UW
32892008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3290
3291 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
3292
3293 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
3294
a13e061a
PA
32952008-04-04 Pedro Alves <pedro@codesourcery.com>
3296
3297 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
3298 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
3299 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
3300 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
3301 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
3302 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
3303 expect an mi error duplicated in stderr.
3304
eae06beb
JB
33052008-04-03 Joel Brobecker <brobecker@adacore.com>
3306
3307 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
3308 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
3309 Add a couple of tests that verify the behavior when the new setting
3310 is set to "cancel" and "all".
3311 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
3312 "ask" before we start the testing.
3313
79c6ced6
AR
33142008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3315
3316 * gdb.cp/casts.cc: Add class reference variables.
3317 * gdb.cp/casts.exp: New test cases for up/down casting references.
3318
6c2d1a6b
MK
33192008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3320
3321 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
3322 instead of beginning to make an extra test pass.
3323 * gdb.mi/mi2-var-display.exp: Likewise.
3324
55b411d9
MR
33252008-03-31 Maciej W. Rozycki <macro@mips.com>
3326
3327 * gdb.base/break.exp: Mark failures as such. Fix formatting.
3328
c6140da2
MD
33292008-03-31 Markus Deuling <deuling@de.ibm.com>
3330 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3331
3332 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
3333 value. Add xfail for older kernels.
3334
79732189
AR
33352008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3336
3337 Bring mi-support in line with gdb.exp.
3338 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
3339 (mi_gdb_start): New function.
3340
33c3676e
MR
33412008-03-28 Maciej W. Rozycki <macro@mips.com>
3342
3343 * gdb.mi/mi-var-cmd.exp: Fix a typo.
3344
92e28119
VP
33452008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3346
3347 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
3348 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 3349
9e8e3afe
VP
33502008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3351
3352 * lib/mi-support.exp (mi_create_varobj_checked): New.
3353 (mi_list_varobj_children): Allow to check for a
3354 value.
3355 (mi_list_array_varobj_children): New.
3356
3357 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
3358 and mi_list_varobj_children, as opposed to hardcoding
3359 expected strings.
3360 * gdb.mi/gdb701.exp: Likewise.
3361 * gdb.mi/gdb792.exp: Likewise.
3362 * gdb.mi/mi-var-block.exp: Likewise.
3363 * gdb.mi/mi-var-cmd.exp: Likewise.
3364 * gdb.mi/mi-var-invalidate.exp: Likewise.
3365 * gdb.mi/mi2-var-block.exp: Likewise.
3366 * gdb.mi/mi2-var-child.exp: Likewise.
3367 * gdb.mi/mi2-var-cmd.exp: Likewise.
3368 * gdb.mi/mi2-var-display.exp: Likewise.
3369
9df50351
JK
33702008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3371
3372 Fix random false FAILs on i386.
3373 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
3374
31e5d73a
DJ
33752008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3376
3377 PR gdb/544
3378 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
3379
12f4afab
DJ
33802008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3381
3382 PR gdb/544
3383 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
3384
b562a0cb
DJ
33852008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3386
3387 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
3388 fixed PR gdb/544.
3389
17faa917
DJ
33902008-03-21 Pedro Alves <pedro@codesourcery.com>
3391
3392 * gdb.threads/fork-child-threads.exp: Test next over fork.
3393
6214f497
DJ
33942008-03-21 Chris Demetriou <cgd@google.com>
3395
3396 * gdb.base/break.exp (rbreak junk): New test for rbreak
3397 "Junk at end of arguments" issue.
3398
63092375
DJ
33992008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3400
3401 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3402 *& to work on created array elements.
3403 (Top level): Test print $pc with a file. Test string operations
3404 without a target.
3405 * gdb.base/ptype.exp: Do not expect *& to work on created array
3406 elements.
3407
b21991b0
DJ
34082008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3411 gdb.threads/staticthreads.exp: Update exit query.
3412
c4b347c7
SL
34132008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3414
3415 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3416
fa4727a6
DJ
34172008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3418
3419 * gdb.base/watchpoint.c (global_ptr, func4): New.
3420 (main): Call func4.
3421 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3422 (test_inaccessible_watchpoint): New.
3423
2f34202f
MR
34242008-02-29 Maciej W. Rozycki <macro@mips.com>
3425
3426 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3427 select the largest.
3428
0d6ba1b1
DJ
34292008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3430
3431 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3432 frames-invalid annotations.
3433
e691325a
PM
34342008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3435
a9c64011 3436 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 3437
f85b5ecc
DE
34382008-02-27 Doug Evans <dje@google.com>
3439
3440 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3441 for bug 1738.
3442 (breakpoint_to_handler_entry): Ditto.
3443
b40e7bf3
JB
34442008-02-27 Joel Brobecker <brobecker@adacore.com>
3445
3446 * gdb.base/ending-run.exp: Use the first line of code inside
3447 function body to test breakpoints.
3448 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3449 location where the breakpoint is inserted when using the line
3450 where a function is declared. Fix typo in the description of
3451 one of the tests.
3452 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3453
2faca73a
PM
34542008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3455
3456 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 3457 tests.
2faca73a 3458
6f439c36
PM
34592008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3460
3461 * gdb.base/args.exp: avoid same output for tests
3462 with single quotes.
3463
54e52265
VP
34642008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3465
a9c64011
AS
3466 * gdb.base/annota1.exp: Adjust for 'info break'
3467 format changes.
3468 * gdb.base/annota3.exp: Likewise.
3469 * gdb.base/break.exp: Likewise.
3470 * gdb.base/condbreak.exp: Likewise.
3471 * gdb.base/pending.exp: Likewise.
3472 * gdb.base/sepdebug.exp: Likewise.
3473 * gdb.base/unload.exp: Likewise.
3474 * gdb.cp/ovldbreak.exp: Likewise.
3475 * gdb.mi/mi-pending.exp: Likewise.
54e52265 3476
897b09ca
DE
34772008-02-07 Doug Evans <dje@google.com>
3478
3479 * gdb.cp/mb-inline.exp: New.
3480 * gdb.cp/mb-inline.h: New.
3481 * gdb.cp/mb-inline1.cc: New.
3482 * gdb.cp/mb-inline2.cc: New.
3483
b1c32d35
PM
34842008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3485
3486 * gdb.pascal/floats.pas: New test program.
3487 * gdb.pascal/floats.exp: New testcase.
3488
1a4ca44a
TJB
34892008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3490
3491 * gdb.base/callfuncs.c (t_float_many_args): New function.
3492 (t_double_many_args): New function.
3493 * gdb.base/callfuncs.exp: Add tests for exceeding float
3494 and double parameters passed through the stack.
3495
439048e8
JB
34962008-02-05 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3499 gdb.ada/complete/foo.adb: New files.
3500 * gdb.ada/complete.exp: New testcase.
3501
81fe8080
DE
35022008-02-03 Doug Evans <dje@google.com>
3503
301f0ecf
DE
3504 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3505
81fe8080
DE
3506 * gdb.cp/gdb2384.exp: New file.
3507 * gdb.cp/gdb2384.cc: New file.
3508 * gdb.cp/gdb2384-base.h: New file.
3509 * gdb.cp/gdb2384-base.cc: New file.
3510
4b071aec
DE
35112008-02-02 Doug Evans <dje@google.com>
3512
3513 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3514
61137ba6
JB
35152007-02-01 Joel Brobecker <brobecker@adacore.com>
3516
3517 * gdb.ada/sym_print_name: New test program.
3518 * gdb.ada/sym_print_name.exp: New testcase.
3519
35202007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
3521
3522 * gdb.ada/nested/hello.adb: New file.
3523 * gdb.ada/nested.exp: New testcase.
3524 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3525
98deb0da
VP
35262008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3527
3528 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
3529 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3530 don't cause future evaluations of function to report
3531 creation of internal breakpoints.
98deb0da 3532
723a2275
VP
35332008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3534
3535 * gdb.mi/mi-break.exp (test_error): New.
3536 Call it.
3537
fb546a2f
LM
35382008-01-31 Luis Machado <luisgpm@br.ibm.com>
3539
3540 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3541 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3542
2d8fd90a
PM
35432008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3544
3545 * gdb.pascal/integers.pas: New test program.
3546 * gdb.pascal/integers.exp: New testcase.
3547
a7fa0ded
PM
35482008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3549
3550 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3551
5e1a1926
TJB
35522008-01-30 Luis Machado <luisgpm@br.ibm.com>
3553
3554 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3555 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3556
8d04f9f0
JB
35572008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3558
3559 * gdb.ada/formatted_ref: New test program.
3560 * gdb.ada/formatted_ref.exp: New testcase.
3561
3562 * gdb.cp/formatted-ref.cc: New file.
3563 * gdb.cp/formatted-ref.exp: New testcase.
3564
ce75a98f
JB
35652008-01-30 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3568
e835f6bf
NR
35692008-01-30 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3572 (test_file_list_exec_source_file): Update to new macro-info field.
3573
d118ef87
PH
35742008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3575
3576 * gdb.ada/exprs: New test program.
3577 * gdb.ada/exprs.exp: New testcase.
3578
7d35ab09
TJB
35792008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3580
3581 * dfp-test.c (DELTA, DELTA_B): New definitions.
3582 (double_val1, double_val2, double_val3, double_val4, double_val5,
3583 double_val6, double_val7, double_val8, double_val9, double_val10,
3584 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3585 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3586 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3587 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3588 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3589 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3590 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3591 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3592 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3593 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3594 dec128_val16): New global variables.
3595 (decimal_dec128_align): New function.
3596 (decimal_mixed): Likewise.
3597 (decimal_many_args_dec32): Likewise.
3598 (decimal_many_args_dec64): Likewise.
3599 (decimal_many_args_dec128): Likewise.
3600 (decimal_many_args_mixed): Likewise.
3601 * dfp-test.exp: Add tests calling new inferior functions.
3602
2d717e4f
DJ
36032008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3604
3605 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3606 gdb.server/ext-run.exp: New files.
3607 * lib/gdbserver-support.exp (gdbserver_download): New.
3608 (gdbserver_start): New. Update gdbserver expected
3609 output.
3610 (gdbserver_spawn): Use them.
3611 (gdbserver_start_extended): New.
3612
e85a822c
DJ
36132008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3614
3615 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3616 Run on GNU/Linux.
3617 (do_exec_tests): Check for systems which do not support catchpoints.
3618 Do not match START.
3619 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3620 Run on GNU/Linux. Enable verbose output.
3621 (check_fork_catchpoints): New.
3622 (explicit_fork_child_follow, catch_fork_child_follow)
3623 (tcatch_fork_parent_follow): Update expected messages.
3624 (do_fork_tests): Use check_fork_catchpoints.
3625 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3626 Run on GNU/Linux. Enable verbose output.
3627 (check_vfork_catchpoints): New.
3628 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3629 expected messages.
3630 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3631
401ea829
JB
36322008-01-29 Jim Blandy <jimb@red-bean.com>
3633
3634 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3635 host' errors.
3636 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3637
aceaf3ad
JB
36382008-01-29 Jim Blandy <jimb@red-bean.com>
3639
3640 * gdb.threads/sigthread.c: Use barriers to ensure that
3641 child_thread and child_thread_two are always initialized before we
3642 start to use them.
3643
a5606eee
VP
36442008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3645
3646 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3647 * gdb.base/watchpoint-solib.c: New.
3648 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3649
c55a82bb
PM
36502008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3651
3652 * gdb.base/gdb1056.exp: Add unsigned integer test.
3653
0993fe05
DE
36542008-01-28 Doug Evans <dje@google.com>
3655
3656 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3657
4fe42e7f
JB
36582008-01-27 Jim Blandy <jimb@codesourcery.com>
3659
c7a69933
JB
3660 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3661
4fe42e7f
JB
3662 * gdb.base/expand-psymtabs.exp: Doc fix.
3663
5def8285
MK
36642008-01-26 Mark Kettenis <kettenis@gnu.org>
3665
3666 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3667
5313c911
NR
36682008-01-24 Nick Roberts <nickrob@snap.net.nz>
3669
a9c64011 3670 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3671 -var-set-format.
3672
93815fbf
VP
36732008-01-23 Chris Demetriou <cgd@google.com>
3674
3675 * gdb.threads/thread_events.c: New testcase source file.
3676 * gdb.threads/thread_events.exp: New testcase expect file.
3677
467a88ee
NR
36782008-01-23 Nick Roberts <nickrob@snap.net.nz>
3679
3680 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3681
3682 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3683 -var-set-format.
3684
d8f82aba
DJ
36852008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3686 Vladimir Prus <vladimir@codesourcery.com>
3687
3688 * gdb.base/float.exp: Allow missing floating point for m68k and
3689 PowerPC.
3690
60c46647
VP
36912008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3692
3693 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3694 ignore count.
3695 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3696 * gdb.mi/mi-cli.exp: Adjust.
3697 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3698
c7dd36a1
PA
36992008-01-17 Pedro Alves <pedro@codesourcery.com>
3700
3701 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3702 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3703 with dummy_ptr's address.
3704 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3705 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3706 all targets.
3707 * gdb.mi/mi2-var-child.exp: Likewise.
3708
39d5313e
JB
37092008-01-09 Joel Brobecker <brobecker@adacore.com>
3710
3711 * gdb.ada/null_array: New test program.
3712 * gdb.ada/null_array.exp: New testcase.
3713
0aea4bf3
LM
37142008-01-09 Luis Machado <luisgpm@br.ibm.com>
3715
3716 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3717 with required float modifiers.
3718
0b354900
JB
37192008-01-08 Joel Brobecker <brobecker@adacore.com>
3720
3721 * gdb.ada/funcall_param: New test program.
3722 * gdb.ada/funcall_param.exp: New testcase.
3723
cdb7f5d4
JB
37242008-01-08 Joel Brobecker <brobecker@adacore.com>
3725
3726 * gdb.ada/arrayparam: New test program.
3727 * gdb.ada/arrayparam.exp: New testcase.
3728
88e2547f
JB
37292008-01-08 Joel Brobecker <brobecker@adacore.com>
3730
3731 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3732 landed. Should also fix random failures in the test following it.
3733
f6867ce0
TJB
37342008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3735
3736 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3737 for expressions with decimal float values.
3738 (test_dfp_conversions): New function to test casts to and from
3739 decimal float types.
3740 Call test_dfp_conversions.
3741 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3742 elements.
3743 (main): Initialize ds.float4 and ds.double8 elements.
3744 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3745 string to new error message.
3746 (d64_set_tests): Likewise.
3747 (d128_set_tests): Likewise.
3748 Add tests for expressions with decimal float variables. Add tests for
3749 conversions to and from decimal float types.
3750
f9c11282
JB
37512008-01-05 Joel Brobecker <brobecker@adacore.com>
3752
3753 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3754 * gdb.ada/packed_tagged.exp: New testcase.
3755
0ecbca72
JB
37562008-01-04 Joel Brobecker <brobecker@adacore.com>
3757
3758 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3759 gdb.ada/homonym/homonym_main.adb: New files.
3760 * gdb.ada/homonym.exp: New testcase.
3761
c18d3d89
JB
37622008-01-04 Joel Brobecker <brobecker@adacore.com>
3763
3764 * gdb.ada/packed_array.exp: Add testing of references to
3765 a packed array.
3766
ecc7085b
JB
37672008-01-04 Joel Brobecker <brobecker@adacore.com>
3768
3769 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3770 New files.
3771 * gdb.ada/type_coercion.exp: New testcase.
3772
c474c922
JB
37732008-01-04 Joel Brobecker <brobecker@adacore.com>
3774
3775 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3776 gdb.ada/tagged/foo.adb: New file.
3777 * gdb.ada/tagged.exp: New testcase.
3778
9005b927
JB
37792008-01-04 Joel Brobecker <brobecker@adacore.com>
3780
3781 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3782 gdb.ada/ptype_field/foo.adb: New files.
3783 * gdb.ada/ptype_field.exp: New testcase.
3784
1a6aaad8
JB
37852008-01-03 Joel Brobecker <brobecker@adacore.com>
3786
3787 * gdb.ada/print_pc.exp: New testcase.
3788
0ef22f53
JB
37892008-01-03 Joel Brobecker <brobecker@adacore.com>
3790
3791 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3792 gdb.ada/taft_type/p.adb: New files.
3793 * gdb.ada/taft_type.exp: New testcase.
3794
1689ecf8
JB
37952008-01-03 Joel Brobecker <brobecker@adacore.com>
3796
3797 * gdb.ada/array_bounds/bar.adb: New file.
3798 * gdb.ada/array_bounds.exp: New testcase.
3799
a4d0b9c3
JB
38002008-01-03 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3803 gdb.ada/arrayptr/foo.adb: New files.
3804 * gdb.ada/arrayptr.exp: New testcase.
3805
a31ace00
JB
38062008-01-03 Joel Brobecker <brobecker@adacore.com>
3807
3808 * gdb.base/set-lang-auto.exp: New testcase.
3809
a97fced3
JB
38102008-01-03 Joel Brobecker <brobecker@adacore.com>
3811
3812 * gdb.ada/fun_addr/foo.adb: New file.
3813 * gdb.ada/fun_addr.exp: New testcase.
3814
ef29ce1a
JK
38152008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3818 New files
3819
0fafefe3
JB
38202008-01-02 Joel Brobecker <brobecker@adacore.com>
3821
3822 * array_subscript_addr/p.adb: New file.
a9c64011 3823 * array_subscript_addr.exp: New testcase.
0fafefe3 3824
c4359f8d
JB
38252008-01-02 Joel Brobecker <brobecker@adacore.com>
3826
a9c64011 3827 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
3828 New files.
3829 * gdb.ada/str_cmp_ref.exp: New testcase.
3830
1aa1b15b
JB
38312008-01-01 Joel Brobecker <brobecker@adacore.com>
3832
3833 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3834 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 3835 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 3836
81c9b2cf
JB
38372008-01-01 Joel Brobecker <brobecker@adacore.com>
3838
3839 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3840 gdb.ada/ref_param/pck.ads: New files.
3841 * gdb.ada/ref_param.exp: New testcase.
3842
319e4674
JB
38432008-01-01 Joel Brobecker <brobecker@adacore.com>
3844
3845 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3846 gdb.ada/interface/foo.adb: New files.
3847 * gdb.ada/interface.exp: New testcase.
3848
ef682c56
JB
38492007-12-31 Jim Blandy <jimb@codesourcery.com>
3850
3851 * gdb.base/multi-forks.exp: Consume all output from child
3852 processes before proceeding to next test.
3853
f6f3eb6c
JB
38542007-12-29 Jim Blandy <jimb@codesourcery.com>
3855
3856 * configure: Regenerated.
3857
f652e42f
JB
38582007-12-27 Joel Brobecker <brobecker@adacore.com>
3859
3860 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3861 gdb.ada/fixed_cmp/fixed.adb: New files.
3862 * gdb.ada/fixed_cmp.exp: New testcase.
3863
6943e596
JB
38642007-12-27 Joel Brobecker <brobecker@adacore.com>
3865
3866 * gdb.ada/boolean_expr.exp: New testcase.
3867
aad9a193
JB
38682007-12-26 Jim Blandy <jimb@codesourcery.com>
3869
3870 * gdb.base/multi-forks.exp: Doc fix.
3871
fb5f3683
JB
38722007-12-26 Joel Brobecker <brobecker@adacore.com>
3873
3874 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3875 * gdb.ada/char_param.exp: Do not compile our test program with
3876 -gnata, this is unnecessary.
3877 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
3878
384e4a9c
JB
38792007-12-24 Joel Brobecker <brobecker@adacore.com>
3880
3881 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
3882 gdb.ada/print_chars/foo.adb: New files.
3883 * gdb.ada/print_chars.exp: New testcase.
3884
01e044f7
JB
38852007-12-24 Joel Brobecker <brobecker@adacore.com>
3886
3887 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
3888 gdb.ada/char_param/foo.adb: New files.
3889 * gdb.ada/char_param.exp: New testcase.
3890
0ce17860
JB
38912007-12-22 Jim Blandy <jimb@codesourcery.com>
3892
3893 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
3894 hard-coding source line numbers into the test.
3895 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
3896 gdb_get_line_number to find.
3897
919809b9
JB
38982007-12-22 Joel Brobecker <brobecker@adacore.com>
3899
3900 * gdb.base/ptype.c (highest): New struct type.
3901 (the_highest): New variable of that type.
3902 (main): Add dummy assignment to a field of variable the_highest.
3903 * gdb.base/ptype.exp: Test type printing of our new variable.
3904
abc8a88d
PM
39052007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
3906
3907 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 3908 and record first explicitly generated thread number.
abc8a88d
PM
3909 Use that thread number for thread specific watchpoint test.
3910 Add iteration number to repetitive tests.
3911
5158f3e3
CES
39122007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3913 Jim Blandy <jimb@codesourcery.com>
3914
3915 * gdb.base/expand-psymtabs.c: New testcase
3916 source file.
3917 * gdb.base/expand-psymtabs.exp: New testcase
3918 expect file.
3919
37e4754d
LM
39202007-12-17 Luis Machado <luisgpm@br.ibm.com>
3921
3922 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
3923 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
3924
551e5d04
JB
39252007-12-17 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdb.ada/frame_args/foo.adb: New file.
3928 * gdb.ada/frame_args/pck.ads: New file.
3929 * gdb.ada/frame_args/pck.adb: New file.
3930 * gdb.ada/frame_args.exp: New testcase.
3931
a05ee097
JB
39322007-12-17 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.base/frame-args.c: New file.
3935 * gdb.base/frame-args.exp: New testcase.
3936
c162e8c9 39372007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 3938 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
3939
3940 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
3941
afe8ab22 39422007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3943
afe8ab22
VP
3944 * gdb.mi/mi-pending.exp: New.
3945 * gdb.mi/mi-pending.c: New.
3946 * gdb.mi/mi-pendshr.c: New.
3947
dfdfb3ca
JB
39482007-12-06 Jim Blandy <jimb@codesourcery.com>
3949
3950 * gdb.base/default.exp: Update expected output for 'info catch'.
3951
b7fca990
JK
39522007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
3955 must be set to binary.
3956
6a1afc1e
PA
39572007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
3958
3959 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
3960
a6b151f1
DJ
39612007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3962
3963 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
3964 gdb.mi/mi-file-transfer.exp: New.
3965
43039443
JK
39662007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
3969
0ef2251b
MR
39702007-11-22 Maciej W. Rozycki <macro@mips.com>
3971
3972 * gdb.trace/backtrace.exp: Fix a typo.
3973 * gdb.trace/circ.exp: Likewise.
3974 * gdb.trace/collection.exp: Likewise.
3975 * gdb.trace/limits.exp: Likewise.
3976 * gdb.trace/report.exp: Likewise.
3977 * gdb.trace/tfind.exp: Likewise.
3978 * gdb.trace/while-dyn.exp: Likewise.
3979
5443631e
NR
39802007-11-21 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
3983 objects of pointers that can't be dereferenced are now
3984 "noneditable".
3985
a4ce5b0d
UW
39862007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3987
3988 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3989 (target_cpu): Remove.
3990
d6e956e5
VP
39912007-10-15 Vladimir Prus <vladimir@codesourcery.com>
3992
3993 * gdb.base/ending-run.exp: Expect the list of cleared
3994 breakpoint to come in natural order, not the reversed one.
a9c64011 3995
214270ab
VP
39962007-11-07 Vladimir Prus <vladimir@codesourcery.com>
3997
3998 * gdb.mi/mi-var-child.c (do_child_deletion): New.
3999 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 4000
1a619819
LM
40012007-11-05 Luis Machado <luisgpm@br.ibm.com>
4002
4003 * gdb.base/printcmds.exp: New function
4004 test_printf_with_dfp.
4005
5b01a6fa
DE
40062007-11-02 Doug Evans <dje@google.com>
4007
4008 * gdb.disasm/t01_mov.s: Remove carriage returns.
4009 * gdb.disasm/t02_mova.s: Ditto.
4010 * gdb.disasm/t03_add.s: Ditto.
4011 * gdb.disasm/t04_sub.s: Ditto.
4012 * gdb.disasm/t05_cmp.s: Ditto.
4013 * gdb.disasm/t06_ari2.s: Ditto.
4014 * gdb.disasm/t07_ari3.s: Ditto.
4015 * gdb.disasm/t08_or.s: Ditto.
4016 * gdb.disasm/t09_xor.s: Ditto.
4017 * gdb.disasm/t10_and.s: Ditto.
4018 * gdb.disasm/t11_logs.s: Ditto.
4019 * gdb.disasm/t12_bit.s: Ditto.
4020 * gdb.disasm/t13_otr.s: Ditto.
4021
ec33ab7f
JK
40222007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
4025
ae0d01ff
UW
40262007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4027
4028 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
4029 provide DFP support.
4030
55eddb0f
DJ
40312007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4032
4033 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
4034 Test "set powerpc vector-abi". Skip auto-detection tests for old
4035 toolchains.
4036
7020f05c
PA
40372007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4038
4039 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
4040 with [string compare].
4041
84bc3db9
PA
40422007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4043
4044 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
4045 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
4046
5876dc88
LM
40472007-10-25 Luis Machado <luisgpm@br.ibm.com>
4048
4049 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
4050 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
4051 * gdb.opt/Makefile.in: New makefile.
4052 * Makefile.in: Create new directory "gdb.opt".
4053 * configure.ac: Add "gdb.opt" directory.
4054 * configure: Regenerated.
a9c64011 4055
c3ea9a14
DE
40562007-10-25 Doug Evans <dje@google.com>
4057
4058 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
4059 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
4060
a9c64011 40612007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
4062 Thiago Jung Bauermann <bauerman@br.ibm.com>
4063
4064 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
4065 Floating Point expressions.
4066 * gdb.base/dfp-test.exp: new file adding tests for Decimal
4067 Floating Point variables.
4068 * gdb.base/dfp-test.c: new file containing program with Decimal
4069 Floating variables, used by gdb.base/dfp-test.exp.
4070
62a24a2b
DJ
40712007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
4074
e7b1eae6
UW
40752007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4076
4077 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
4078 compiling test case with GCC.
4079 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
4080
c641edcc
UW
40812007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4082
4083 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4084 format changes.
4085
5e5ebfe6
MS
40862007-10-18 Michael Snyder <msnyder@specifix.com>
4087
4088 * gdb.base/dbx.exp: Add missing "-re " operator.
4089
e831e7b6
GM
40902007-10-16 Gaius Mulley <gaius@glam.ac.uk>
4091
4092 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
4093 * configure.ac: Removed trailing spaces after backslash.
4094 * gdb.modula2: New directory.
4095 * gdb.modula2/Makefile.in: New file.
4096 * gdb.modula2/unbounded-array.exp: New file.
4097 * gdb.modula2/unbounded1.c: New file.
4098
7cc46491
DJ
40992007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4100
4101 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
4102
41032007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
4104
4105 * gdb.base/sigstep.c (main): Add checks for
4106 return values for setitimer call.
4107 Call setitimer again with itimer = ITIMER_REAL
4108 if first call to setitimer fails.
4109
e91528f0
KH
41102007-10-11 Kazu Hirata <kazu@codesourcery.com>
4111
4112 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
4113 of $timeout.
4114
2ec9a4f8
DJ
41152007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4116
4117 * gdb.server/server-run.exp: Test for dynamic linker symbols.
4118
41192007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
4120
4121 * lib/gdb.exp (gdb_run_cmd): Move comment outside
4122 of gdb_expect call, to avoid interruption.
4123
64b2fa04
PA
41242007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
4125
4126 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
4127 (v_unsigned_long_long, v_long_long_array)
4128 (v_signed_long_long_array, v_unsigned_long_long_array)
4129 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
4130 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
4131 [!NO_LONG_LONG]: New.
4132 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
4133 v_long_long_member.
4134
4135 (v_long_long_func, v_signed_long_long_func)
4136 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
4137 (main) [!NO_LONG_LONG]: Initialize long long variants.
4138
4139 * gdb.base/whatis.exp: If board file requests no_long_long, build
4140 test with NO_LONG_LONG defined. Test long long, signed long long,
4141 and unsigned long long variants but only if board file doesn't
4142 disable it.
4143
a912286e 41442007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 4145 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
4146
4147 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
4148 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
4149 * configure: Regenerated.
4150 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
4151 gdb.pascal/types.exp, lib/pascal.exp: New files.
4152
471ba8c9
DJ
41532007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
4154
4155 * gdb.cp/classes.exp (do_tests): Always step to the line after the
4156 call.
4157 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
4158 to return to the call.
4159 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
4160 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
4161 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
4162 * gdb.mi/mi-until.exp (test_until): Likewise.
4163 * gdb.mi/mi2-until.exp (test_until): Likewise.
4164
fef8a650
DJ
41652007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
4166
4167 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
4168 two-char array.
4169 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
4170
d983da9c
DJ
41712007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4172
4173 * gdb.threads/watchthreads.c (thread_function): Sleep between
4174 iterations.
4175 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
4176 at once for S/390. Generate matching fails and passes.
4177
17f62551
VP
41782007-09-27 Vladimir Prus <vladimir@codesourcery.com>
4179
4180 * gdb.mi/var-cmd.c (do_children_tests): Initialize
4181 the 'struct_declarations' variable to zeros.
a9c64011 4182
ed0616c6
VP
41832007-09-24 Vladimir Prus <vladimir@codesourcery.com>
4184
4185 * gdb.cp/mb-ctor.cc: New.
4186 * gdb.cp/mb-ctor.exp: New.
4187 * gdb.cp/mb-templates.cc: New.
4188 * gdb.cp/mb-templates.exp: New.
4189
41f1b697
DJ
41902007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
4191
4192 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
4193
3f213f78
PA
41942007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
4195
4196 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
4197 targets.
4198 * configure: Regenerate.
4199
0d381245 42002007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4201
0d381245
VP
4202 * gdb.base/annota1.exp: Adjust for 'info break'
4203 format changes.
4204 * gdb.base/annota3.exp: Likewise.
4205 * gdb.base/break.exp: Likewise.
4206 * gdb.base/condbreak.exp: Likewise.
4207 * gdb.base/pending.exp: Likewise.
4208 * gdb.base/sepdebug.exp: Likewise.
4209 * gdb.base/unload.exp: Likewise.
4210 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 4211
fe3f5fa8
VP
42122007-09-22 Vladimir Prus <vladimir@codesourcery.com>
4213
4214 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
4215 messages.
4216 * gdb.base/chng-syms.exp: Likewise.
4217 * gdb.base/unload.exp: Likewise.
a9c64011 4218
a75cf6c0
DJ
42192007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
4222
18ecae38
DJ
42232007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4224
4225 * schedlock.c (NUM): Change to 1.
4226 (main): Use args[0] for the main thread.
4227 * schedlock.exp: Only expect two threads. Only issue one pass or fail
4228 regardless of the number of threads.
4229
5509918f
MR
42302007-09-14 Maciej W. Rozycki <macro@mips.com>
4231
4a543daf
MR
4232 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
4233 type down.
4234 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4235 test.
4236 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
4237 watchpoint type down.
4238 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4239 test.
4240
42412007-09-14 Maciej W. Rozycki <macro@mips.com>
4242
5509918f
MR
4243 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
4244 Move all the tests here and run them twice, once using software
4245 watchpoints and once using hardware watchpoints.
4246 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
4247
40b53987
DJ
42482007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
4251 test.
4252
695e2681
MK
42532007-09-10 Mark Kettenis <kettenis@gnu.org>
4254
8b3fc8d8
MK
4255 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
4256 build-id.
4257
695e2681
MK
4258 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
4259 know about $ORIGIN. Calculate output dir from $dest instead of
4260 using ${objdir}/{$subdir}.
4261
58d69f29
MK
42622007-09-09 Mark Kettenis <kettenis@gnu.org>
4263
4264 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
4265 gcore, before continuing with the test.
4266
3e347599
DJ
42672007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
4268
4269 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
4270 * gdb.mi/mi-watch.exp: Likewise.
4271
ea37ba09
DJ
42722007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4273 Jim Blandy <jimb@codesourcery.com>
4274
4275 * gdb.arch/i386-sse.exp: Do not expect character constants.
4276 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
4277 * gdb.base/display.exp: Allow print/s.
4278 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
4279 and unsigned char array changes.
4280
2025a643
DJ
42812007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4282
4283 * gdb.base/display.exp: Add tests for printf %p.
4284
26669a27
PA
42852007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4286
4287 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
4288 the dll name to unicode.
4289
c8f021f8
JK
42902007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4291
4292 * gdb.base/default.exp (show version): Update the version text.
4293 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
4294
4cf31eea
JK
42952007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4296
4297 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
4298 New files.
4299
4935890f
JK
43002007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 * lib/gdb.exp (build_id_debug_filename_get): New function.
4303 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
4304 Remove the generate DEBUG file for the future testcase runs.
4305 New testcase for the NT_GNU_BUILD_ID retrieval.
4306 Move the final testing step to ...
4307 (test_different_dir): ... a new function.
4308 New parameter XFAIL to XFAIL all the tests performed.
4309 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
4310 New parameter TYPE to PF_PREFIX all the tests performed.
4311
02142340
VP
43122007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4313
4314 * gdb.mi/mi-var-cp.cc (path_expression): New
4315 function.
4316 * gdb.mi/mi-var-cp.exp: Run path exression tests.
4317
36acd84e
UW
43182007-08-27 Markus Deuling <deuling@de.ibm.com>
4319
4320 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
4321 to fit into SPU Local Store memory.
4322
a896d121
JB
43232007-08-23 Joel Brobecker <brobecker@adacore.com>
4324
4325 * gdb.base/default.exp: Adjust the expected output of "info
4326 warranty" after the switch to GPLv3.
4327
7b433602
JB
43282007-08-23 Joel Brobecker <brobecker@adacore.com>
4329
4330 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
4331 to 30000 (from 20000).
4332
e22f8b7c
JB
43332007-08-23 Joel Brobecker <brobecker@adacore.com>
4334
4335 Switch the license of all .exp files to GPLv3.
4336 Switch the license of all .f and .f90 files to GPLv3.
4337 Switch the license of all .s and .S files to GPLv3.
4338
5a0e3bd0
JB
43392007-08-23 Joel Brobecker <brobecker@adacore.com>
4340
4341 * configure.ac: Switch license to GPLv3.
4342
cc00619d
JB
43432007-08-23 Joel Brobecker <brobecker@adacore.com>
4344
4345 Switch the licensing to GPLv3 for all .ads and .adb files.
4346
8d26208a
DJ
43472007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
4348
4349 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
4350 and t_int_double.
4351 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
4352
4fcb9948
JB
43532007-08-17 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.base/step-line.c: Switch license to GPL version 3, and
4356 update copyright year.
4357 * gdb.base/step-line.inp: Likewise.
4358
b9c34f67
JB
43592007-08-17 Joel Brobecker <brobecker@adacore.com>
4360
4361 * gdb.base/gdb1555.exp: Make expected output immune to formatting
4362 changes inside gdb1555.c.
4363 * gdb.base/pending.exp: Likewise.
4364
2cc17678
DJ
43652007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * config/default.exp: New file.
4368
e48883f7
DJ
43692007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4370
4371 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
4372 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
4373
1ab80e5b
MR
43742007-07-30 Maciej W. Rozycki <macro@mips.com>
4375
4376 * gdb.base/dump.exp: Force the correct endianness for binary
4377 formats not carrying this information.
4378
aba471f5
DJ
43792007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4380
4381 * gdb.threads/staticthreads.exp: Match .*sem_post.
4382
d4e07204
DJ
43832007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * gdb.base/readline.exp (operate_and_get_next): Match the final
4386 prompt.
4387
2b97317d
KB
43882007-07-23 Kevin Buettner <kevinb@redhat.com>
4389
4390 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4391 to restarting SID.
4392
44efa07a
KB
43932007-07-18 Kevin Buettner <kevinb@redhat.com>
4394
4395 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4396 prior to `gdb_start'.
4397
7b5ebade
KB
43982007-07-18 Kevin Buettner <kevinb@redhat.com>
4399
4400 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4401 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4402 Remove call to gdb_unload.
4403
255e7678
DJ
44042007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4405 Daniel Jacobowitz <dan@codesourcery.com>
4406
4407 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4408 for __WIN32__.
4409 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4410 * gdb.base/unload.exp: Use shared library test routines.
4411
3a40aaa0
UW
44122007-07-03 Markus Deuling <deuling@de.ibm.com>
4413
4414 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4415 * gdb.base/solib-symbol-lib.c: Likewise.
4416 * gdb.base/solib-symbol-main.c: Likewise.
4417
b0f4b84b
DJ
44182007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 * config/gdbserver.exp (gdb_reconnect): New.
4421 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4422 gdb.base/solib-disc.exp: New files.
4423 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4424 remote debugging".
4425 (gdb_compile): Add shlib_load flag.
4426 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4427 port.
4428 (gdbserver_reconnect): New.
4429
1b05479a
DJ
44302007-07-01 Nick Roberts <nickrob@snap.net.nz>
4431 Daniel Jacobowitz <dan@codesourcery.com>
4432
4433 * gdb.base/annota3.exp: Test for if construct.
4434
86f78eb2
DJ
44352007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4436
4437 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4438
6a2eb474 44392007-06-21 Chris Dearman <chris@mips.com>
a9c64011 4440 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
4441
4442 * gdb.base/display.exp: Allow a newline after display/i.
4443 * gdb.base/pc-fp.exp: Likewise.
4444 * gdb.base/sigbpt.exp: Likewise.
4445
f8b73d13
DJ
44462007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4447
4448 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4449 required features to be included.
4450
4339e69e
DJ
44512007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4454 in info threads output.
4455
23d964e7
UW
44562007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4457 Markus Deuling <deuling@de.ibm.com>
4458
4459 * gdb.arch/spu-info.exp: New testcase.
4460 * gdb.arch/spu-info.c: New file.
4461
fd20f75b
DJ
44622007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4463
4464 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4465 tpcs_offset. Restore lr after the call.
4466 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4467
2226f861
DJ
44682007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4469
4470 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4471 (gdbserver_run): Kill any running gdbserver.
4472 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4473
d12371a9
MR
44742007-05-17 Maciej W. Rozycki <macro@mips.com>
4475
4476 * gdb.base/sigbpt.exp: Preset segv_addr.
4477
93f02886
DJ
44782007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4479
4480 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4481 (gdb_compile_shlib): Likewise.
4482 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4483 (default_gdb_init): Clear cleanfiles.
4484 (gdb_finish): Delete recorded cleanfiles.
4485 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4486
4487 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4488 Do not use isnative.
4489 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4490 gdb.base/so-impl-ld.exp: Likewise.
4491 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4492 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4493 gdb_compile.
4494
b04e06d7
VP
44952007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4496
4497 * config/unknown.exp: Remove.
4498
069ed931
UW
44992007-05-15 Markus Deuling <deuling@de.ibm.com>
4500
4501 * gdb.base/info-proc.exp: Check is_remote.
4502
09db0d03
UW
45032007-05-14 Markus Deuling <deuling@de.ibm.com>
4504
4505 * gdb.base/gcore.exp: Initialize variable core_supported.
4506
af2cbe8c
DJ
45072007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4510
027c0295
DJ
45112007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4512
4513 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4514 * gdb.threads/print-threads.exp (test_all_threads): Allow
4515 negative and hexadecimal thread IDs.
4516
dc5000e7
DJ
45172007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4518
4519 * gdb.java/jprint.java (public): Avoid invalid call to static
4520 method.
4521
2e74ed18
DP
45222007-05-14 Denis Pilat <denis.pilat@st.com>
4523
4524 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4525 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4526 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4527 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4528 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4529
83547f02
UW
45302007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4531
4532 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 4533 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
4534 this mode.
4535 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4536 * gdb.base/spu.ld: New file.
4537
b18be20d
DJ
45382007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4539
4540 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4541
be444858
DJ
45422007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4543
4544 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4545
b1d53152
DJ
45462007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4547
4548 * gdb.java/jmain.exp: Handle demangled names with and without method
4549 signatures.
4550
d084b331
DJ
45512007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4552
4553 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4554 (have_a_very_merry_interrupt): Remove calls to puts.
4555 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4556 inferior output.
4557 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4558 test names.
4559
db9d7fc5
DJ
45602007-04-29 Markus Deuling <deuling@de.ibm.com>
4561 Daniel Jacobowitz <dan@codesourcery.com>
4562
4563 * gdb.base/auxv.exp (core_works): Also check is_remote.
4564 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4565
ef783a7d 45662007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4567
ef783a7d
VP
4568 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4569 message, not the undefined 'module' variable.
4570 * gdb.base/siginfo.exp: Likewise.
4571 * gdb.base/sigstep.exp: Likewise.
4572 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4573 serialport.
4574 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4575
b7b73cae
CV
45762007-04-25 Corinna Vinschen <vinschen@redhat.com>
4577
4578 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4579 target sim fails. Return 0 otherwise.
4580 (gdb_load): Return prematurely if gdb_target_sim fails.
4581
7d90fdfa
DP
45822007-04-16 Denis Pilat <denis.pilat@st.com>
4583
4584 * gdb.base/setshow.exp: Reset height after having set it to 100.
4585
5d3e9c85
DP
45862007-04-16 Denis Pilat <denis.pilat@st.com>
4587
4588 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4589
18e75969
DP
45902007-04-16 Denis Pilat <denis.pilat@st.com>
4591
4592 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4593
25d5ea92
VP
45942007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4595
4596 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4597 tests. Run the frozen varobjs test.
4598 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4599 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4600
0b49cb80
JK
46012007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4602
4603 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4604 gdb.base/type-opaque.exp: New files.
4605
a73bafbc 46062007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4607
4608 * gdb.mi/mi-var-child.c
a73bafbc
VP
4609 (do_children_tests): User char[2] instead of
4610 char so that automatic printing of pointers to char
4611 don't give unpredicable result.
4612 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4613 local variables.
4614 * gdb.mi/mi-var-child.exp: Step to right line
4615 of do_children_tests.
4616 * gdb.mi/mi2-var-child.exp: Likewise.
4617 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4618 do_locals_tests.
a73bafbc
VP
4619 (do_children_tests): User char[2] instead of
4620 char so that automatic printing of pointers to char
a9c64011 4621 don't give unpredicable result.
a73bafbc 4622 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4623 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4624 Pass test name to mi_wait_for_stop.
4625
7ce59000
DJ
46262007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4627
4628 * gdb.asm/asm-source.exp: Remove d10v case.
4629 * lib/gdb.exp (skip_cplus_tests): Likewise.
4630 * gdb.asm/d10v.inc: Deleted.
4631
20389057
DJ
46322007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4633
4634 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4635
8807d78b
DJ
46362007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4637
4638 * config/netware.exp: Delete file.
4639
aa3edb8e
JB
46402007-03-29 Joel Brobecker <brobecker@adacore.com>
4641
4642 * gdb.dwarf2/dw2-noloc.S: New file.
4643 * gdb.dwarf2/dw2-noloc.exp: New file.
4644
297561ac
PA
46452007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4646
4647 * gdb.cp/method2.cc: New test.
4648 * gdb.cp/method2.exp: New test.
4649 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4650
1f81bd39
DJ
46512007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4652
4653 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4654
9453113a
DJ
46552007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4656
4657 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4658
b741e217
DJ
46592007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4660
4661 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4662 (gdb_load): Delete, replace with...
4663 (gdb_reload): ...this.
4664 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4665 * gdb.server/server-mon.exp: Likewise.
4666 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4667 (gdb_start_cmd): New.
4668 (gdb_file_cmd): Save the last loaded file.
4669 (gdb_reload): New.
4670 (gdb_gnu_strip_debug): Use transform.
4671 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4672 support here. Use new $last_loaded_file. Check mtime.
4673 (gdb_target_cmd): Handle ObjC failure case.
4674 (infer_host_exec): Delete.
4675 (gdbserver_load): Rename to...
4676 (gdbserver_run): ...this. Simplify.
4677 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4678 (mi_gdb_load): Move most contents to a new function...
4679 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4680 (mi_run_cmd): Use mi_gdb_target_load.
4681 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4682 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4683 Use gdb_run_cmd.
4684 * gdb.base/charsign.exp: Remove incorrect comment.
4685 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4686 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4687 gdb.base/start.exp: Use gdb_start_cmd.
4688
446ab585 46892007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4690 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4691
4692 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4693 * gdb.base/signull.exp: Similarly.
4694
bbb88ebf
UW
46952007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4696
4697 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4698 messages available to test cases (like chng-sym.exp).
4699
cb8c4a99
AS
47002007-03-14 Andreas Schwab <schwab@suse.de>
4701
4702 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4703 format changes.
4704
4e463ff5
DJ
47052007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4706
4707 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4708 (optimized_1): New.
4709 (main): Call optimized_1.
4710 (gdb2029): Correct typos. Call gdb2029_marker.
4711 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4712 for gdb2029.
4713
b6db2c47
MK
47142007-03-12 Mark Kettenis <kettenis@gnu.org>
4715
4716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4717 as tabs. Remove redundant test pattern.
4718
70ed3737
UW
47192007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4720
4721 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4722 for /a format output.
4723
47b67b60
DJ
47242007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4725
4726 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4727 collect output incrementally.
4728
b8953b0e
UW
47292007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4730
4731 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4732 for -var-create lpcharacter test.
4733 * gdb.mi/mi2-var-cmd.exp: Likewise.
4734
7acd5c40
UW
47352007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4736
4737 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4738 pass on targets where address zero is readable.
4739
9c6759c1
UW
47402007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4741
4742 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4743 just a single architecture.
4744
a2f1aeb4
UW
47452007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4746
4747 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4748 (fetch_all_registers): New function, uses gdb_test_multiple and
4749 exp_continue to fetch inferior output line-by-line.
4750 Replace all uses of do_get_all_registers by fetch_all_registers.
4751
46579ac2
UW
47522007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4753
4754 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4755 in target_info.
4756
fc133f24
MS
47572007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4758
a9c64011 4759 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
4760 consistancy; add a default (timeout) case.
4761
7646a51d
MS
47622007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4763
4764 * gdb.base/watchpoint.exp: Fix truncated comment.
4765
dcfff61f
MS
47662007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4767
4768 * Makefile.in: Remove spurious single-quotes from sed command.
4769
664e3ee9
DJ
47702007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4771
4772 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4773 func.
4774 * gdb.mi/mi2-var-cmd.exp: Likewise.
4775
d7cc6f2f
JB
47762007-02-27 Joel Brobecker <brobecker@adacore.com>
4777
a9c64011
AS
4778 * gdb.dwarf2/dw2-producer.S: New file.
4779 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
4780
47812007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
4782
4783 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4784 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4785 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4786 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4787 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4788 Revert tests to use mi_gdb_test and include value field in output
4789 of -var-create.
4790
93d42b30
DJ
47912007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4792
4793 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4794
c499ed39
DJ
47952007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4796
4797 * gdb.base/maint.exp: Remove full paths from test names.
4798 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4799 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4800
9836f81b
JB
48012007-02-27 Joel Brobecker <brobecker@adacore.com>
4802
4803 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4804
c74d0ad8
DJ
48052007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4806
4807 * gdb.server/server-mon.exp: New test.
4808
2711e456
DJ
48092007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4810
4811 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4812
ff6f572f
DJ
48132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4814
4815 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4816 register capitalization.
4817
fada3feb
DP
48182007-02-13 Denis Pilat <denis.pilat@st.com>
4819
4820 * gdb.mi/mi-var-invalidate.exp: New file.
4821
fb1e4ffc
DJ
48222007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4823
4824 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4825
3da939d7
DJ
48262007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4827
4828 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4829
123dc839
DJ
48302007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4831
4832 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4833 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4834
877e3645 48352007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
4836
4837 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4838 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4839 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4840 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4841 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 4842 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 4843 Update tests to include value field in output of -var-create.
a9c64011 4844
3c0a2960
AS
48452007-02-08 Andreas Schwab <schwab@suse.de>
4846
4847 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4848
108546a0
DJ
48492007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4850
4851 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4852 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4853
d701dcab
DP
48542007-02-02 Denis Pilat <denis.pilat@st.com>
4855
4856 * gdb.threads/threadapply.exp: check that frame is not changed by
4857 the thread apply all command.
4858
783e3e2f
AS
48592007-01-31 Andreas Schwab <schwab@suse.de>
4860
6d9c3a87
AS
4861 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4862
3c50d7b9
AS
4863 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4864 in the dwarf sections.
4865 * gdb.dwarf2/mac-fileno.S: Likewise.
4866
783e3e2f
AS
4867 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4868 bspstore register on ia64.
4869
78ff580e
AS
48702007-01-29 Andreas Schwab <schwab@suse.de>
4871
cc8e9b12
AS
4872 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
4873 "frame-begin" annotation.
4874
78ff580e
AS
4875 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
4876 number of "frames-invalid" annotations.
4877
704a4f78
DJ
48782007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4879
4880 * gdb.base/commands.exp: Call if_commands_test.
4881 (gdb_test_no_prompt, if_commands_test): New.
4882
e741bf94
MK
48832007-01-28 Mark Kettenis <kettenis@gnu.org>
4884
4885 * gdb.threads/sigthread.c (NSIGS): Make bigger.
4886
474d0ad3
AS
48872007-01-27 Andreas Schwab <schwab@suse.de>
4888
4889 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
4890 .short/.int/.quad in the dwarf sections.
4891 * gdb.dwarf2/dw2-intercu.S: Likewise.
4892 * gdb.dwarf2/dw2-intermix.S: Likewise.
4893
e784b426
JK
48942007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
4897 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
4898 array.
e784b426
JK
4899 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
4900 * gdb.base/setvar.exp: Likewise.
4901
37f08e04
AS
49022007-01-26 Andreas Schwab <schwab@suse.de>
4903
9a01813a
AS
4904 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
4905 test.
4906
37f08e04
AS
4907 * gdb.base/multi-forks.exp ("restart $i"): Also match
4908 __kernel_syscall_via_break.
4909
6e2a9270
VP
49102007-01-24 Vladimir Prus <vladimir@codesourcery.com>
4911
4912 * lib/mi-support.exp (mi_delete_varobj): New.
4913 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
4914 testcase.
4915 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
4916 (main): Call the above.
4917 (reference_update_test, base_in_reference_test)
4918 (reference_to_pointer): Delete the created varobjs.
a9c64011 4919
e515b470
DJ
49202007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4921
4922 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
4923 * configure: Regenerated.
4924 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
4925 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
4926 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
4927 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
4928 * lib/gdb.exp (gdb_skip_xml_test): New function.
4929
08d8bcd7
DJ
49302007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
4931
4932 * gdb.base/sigrepeat.exp: Correct error message.
4933
49342007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
4935 Daniel Jacobowitz <dan@codesourcery.com>
4936
4937 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
4938 gdb.arch/i386-gnu-cfi-asm.S: New files.
4939
97c3f1f3
JK
49402007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4941
4942 * lib/gdb.exp: Abort on missing `site.exp'.
4943
cb1df416
DJ
49442007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4945 Daniel Jacobowitz <dan@codesourcery.com>
4946
4947 * gdb.base/included.c, gdb.base/included.exp,
4948 gdb.base/included.h: New files.
4949
35990120
DJ
49502007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4951
4952 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
4953 (maximize_rlimit): Reduce limits on 64-bit systems.
4954
6e81a116 49552007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
4956
4957 From Marcus Deuling <deuling@de.ibm.com>:
4958 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
4959 every case.
4960
6c3c41f3
NR
49612007-01-13 Nick Roberts <nickrob@snap.net.nz>
4962
4963 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
4964 (test_path_specification): Use objdir instead of srcdir to always
4965 get an absolute filename.
4966
2f12c312
DJ
49672007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
4968
4969 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
4970
81121995
VP
49712007-01-11 Vladimir Prus <vladimir@codesourcery.com>
4972
4973 * gdb.mi/mi-var-cp.cc (reference_update_tests):
4974 Make sure the variable we're using is in scope.
4975 (reference_to_pointer): Likewise.
4976
4741b737
DJ
49772007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
4980 has no debug information.
4981
054410c3
DJ
49822007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4983
4984 * gdb.base/annota1.exp: Remove extra send_gdb.
4985
818f79f6
DJ
49862007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4987
4988 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
4989
f7a6bb70
DJ
49902007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4991
4992 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
4993
57e66780
DJ
49942007-01-08 Nick Roberts <nickrob@snap.net.nz>
4995 Daniel Jacobowitz <dan@codesourcery.com>
4996
4997 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
4998 lcharacter or linteger change. Correct duplicated test name.
4999 * gdb.mi/mi2-var-cmd.exp: Likewise.
5000
3d799a95
DJ
50012007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5002
5003 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
5004
50052007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 5006
a9c64011
AS
5007 * gdb.base/nofield.c: New file.
5008 * gdb.base/nofield.exp: New testcase.
51679ba9 5009
eafb94e8
NR
50102007-01-05 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
5013
5014 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
5015 test.
5016
5e572bb4
DJ
50172007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5018
5019 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
5020
74a44383
DJ
50212007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5022
5023 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
5024 when continuing.
5025
1b572db9
DJ
50262007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5027
5028 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
5029 Expect ".exe" extension.
5030
381bc39b
DJ
50312007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5032
5033 * gdb.base/charset.exp: Add explicit filename to break.
5034 * gdb.base/dbx.exp: Add explicit filename to breaks.
5035
2b70e4c6
DJ
50362007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5037
5038 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
5039 * gdb.mi/mi2-file.exp: Likewise.
5040
303b6f5d
DJ
50412007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5042
5043 Implement specification of MI tests as comments
5044 in C and C++ sources.
5045 * lib/mi-support.exp (mi_autotest_data): New variable.
5046 (mi_autotest_source): New variable.
5047 (count_newlines, mi_prepare_inline_tests)
5048 (mi_get_inline_test, mi_continue_to_line)
5049 (mi_run_inline_test, mi_tbreak)
5050 (mi_send_resuming_command, mi_wait_for_stop): New functions.
5051 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
5052 Run inline tests.
5053 * gdb.mi/mi-var-cp.cc: Define tests here.
5054
23da0d94
VP
50552007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5056
5057 Simplify usage of mi_continue_to.
5058 * lib/mi-support.exp (mi_runto_helper): Renamed
5059 from mi_runto, added new parameter 'run_or_continue'.
5060 (mi_runto): Use mi_runto_helper.
5061 (mi_continue_to): Accept just function name as parameter.
5062 Use mi_runto_helper.
5063 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
5064 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 5065
f9e18282
JB
50662006-01-04 Joel Brobecker <brobecker@adacore.com>
5067
5068 Make this testcase a bit more realistic. The current code
5069 is too simplistic, and allows the compiler to optimize out
5070 some of the entities we need for this testcase.
5071 * gdb.ada/null_record/bar.ads (Void_Star): New type.
5072 (Do_Nothing): Add extra parameter.
5073 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
5074 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
5075 by using a variable of type Void_Star.
5076
fd678c65
JB
50772006-01-04 Joel Brobecker <brobecker@adacore.com>
5078
5079 * gdb.ada/catch_ex/foo.adb: New file.
5080 * gdb.ada/catch_ex.exp: New testcase.
5081
05cfdb42
DJ
50822007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
5083
5084 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
5085 pass --image-base to linker.
5086
2e03ee74
DJ
50872007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5088 Daniel Jacobowitz <dan@codesourcery.com>
5089
5090 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
5091 secondary prompts.
5092
0d5de010
DJ
50932007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5094
5095 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
5096 output. Test the types of members and member pointers.
5097 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
5098 gdb/2092.
5099 * gdb.cp/member-ptr.exp: Search for a comment instead of a
5100 statement. Enable for GCC. Update expected output for some tests
5101 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
5102 layout.
5103 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
5104 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
5105 (Diamond::vget_base): New.
5106 (main): Add new tests.
5107 * gdb.cp/printmethod.exp: Update expected output for member functions.
5108 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
5109 print pEe->D::vg().
5110
61a771aa
DJ
51112007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5112
5113 * gdb.threads/tls.exp: Allow stops in sem_post.
5114
2fa63963
DJ
51152006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
5116
5117 * gdb.base/annota1.exp: Allow .*printf in backtraces.
5118 * gdb.base/annota3.exp: Likewise.
5119 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
5120 again (instead of timing out).
5121 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
5122 GCC bug 26475.
5123 * gdb.java/jmisc.exp: Adjust to work with method signatures including
5124 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
5125 test from jmisc1.exp.
5126 * gdb.java/jmisc1.exp: Delete.
5127 * gdb.java/jprint.exp: Adjust to work with method signatures including
5128 return types.
5129 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
5130 * gdb.threads/linux-dp.exp: Don't be confused by program output.
5131 * lib/java.exp (compile_java_from_source): Pass the correct type
5132 to target_compile.
5133
5eefc2b7
JB
51342006-12-31 Joel Brobecker <brobecker@adacore.com>
5135
5136 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
5137 (stack_align_edx): New function.
5138 (stack_align_eax): New function.
5139 (main): Add calls to stack_align_edx and stack_align_eax.
5140 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
5141 Add testing for the cases where the register used during a stack
5142 realignment is edx. Same for eax.
5143
227c54da
DJ
51442006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
5145
5146 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
5147 and generic PE targets.
5148
cab8ac94
JB
51492006-12-29 Joel Brobecker <brobecker@adacore.com>
5150
5151 * gdb.ada/array_return.exp: Update copyright date list.
5152
ba54f318
JB
51532006-12-27 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
5156 (Create_Small_Float_Vector): New function.
5157 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
5158 function body.
5159 * gdb.ada/array_return/p.adb: Use new type and function from
5160 package Pck.
5161 * gdb.ada/array_return.exp: Add a test verifying that GDB is
5162 able to print the value returned by a function returning an
5163 array of float.
5164
6b7a35dd
JB
51652006-12-20 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
5168 The associated tests should be PASSing.
5169
038224f6
VP
51702006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5171
5172 Test for base in references.
5173 * gdb.mi/mi-var-cp.cc: Add test code.
5174 * gdb.mi/mi-var-cp.exp: Test for bases in references.
5175 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
5176 * gdb.mi/mi2-watch.exp: Likewise.
5177 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
5178 (mi_list_varobj_children): New function.
5179
b26ed50d
VP
51802006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5181
5182 * lib/mi-support.exp
5183 (mi_runto): Accept "()" after function name.
5184 (mi_create_varobj): New function.
5185 (mi_varobj_update): New function.
5186 (mi_Check_varobj_value): New function.
5187 * gdb.mi/mi-var-cp.exp: New file.
5188 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 5189
08232497
DJ
51902006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
5191
5192 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
5193 gdb.base/weaklib2.c: New files.
5194
d394c993 51952006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 5196
ac6c2fba
NS
5197 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
5198 info. Adjust test names.
5199
8ec659a0 5200 * gdb.base/break.c (main): Move position of malloc.
d394c993 5201 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 5202
acd65feb
VP
52032006-11-28 Vladimir Prus <vladimir@codesourcery.com>
5204
5205 * gdb.mi/mi-var-cmd.exp: Check -var-update after
5206 assignement of arrays and function pointers.
5207 * gdb.mi/var-cmd.c: Add declaration necessary for above
5208 tests.
5209
f556d5e5
NS
52102006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5211
5212 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
5213
5214 * gdb.threads/linux-dp.exp: Read thread table before and after
5215 creating each philosopher and verify it.
5216
697bc68d
NS
52172006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5218 Paul Brook <paul@codesourcery.com>
5219 Daniel Jacobowitz <dan@codesourcery.com>
5220
5221 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 5222 main to remove duplication. Add start function of the form
697bc68d
NS
5223 '_*start[1-9]*'. Add RVDS start function.
5224
29d73ae4
DJ
52252006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5226
5227 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
5228
c1d88655
UW
52292006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5230
5231 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
5232 * gdb.asm/spu.inc: New file.
5233 * gdb.base/term.exp: Disable if [target_info exists noargs].
5234 * gdb.gdb/complaints.exp: Disable if ![isnative].
5235 * gdb.gdb/selftest.exp: Likewise.
5236 * gdb.gdb/observer.exp: Likewise.
5237 * gdb.gdb/xfullpath.exp: Likewise.
5238 * gdb.base/attach.exp: Disable on SPU target.
5239 * gdb.cp/bs145503.exp: Likewise.
5240 * gdb.cp/exception.exp: Likewise.
5241 * gdb.cp/userdef.exp: Likewise.
5242
32a13b1a
DJ
52432006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
5246
d8295fe9
VP
52472006-11-10 Vladimir Prus <vladimir@codesourcery.com>
5248
5249 * gdb.base/completion.exp: Fix completion tests for
5250 'info' and 'info '.
5251 * gdb.base/help.exp (help_test_raw, test_class_help)
5252 (test_prefix_command_help): Move...
5253 * lib/gdb.exp: Here.
5254 * gdb.base/main.exp: Adjust.
5255 * gdb.cp/maint.exp: Adjust.
5256 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 5257
8c394015
VP
52582006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5259
5260 * gdb.stabs/weird.exp (print_weird_var): Use
5261 gdb_test_multiple instead of gdb_expect.
5262
027fc1bc
VP
52632006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5264
5265 * gdb.base/help.exp (help_test_raw): New.
5266 (test_class_help): New.
5267 (test_prefix_command_help): New.
5268 Adjust testcases.
5269
67609209
FR
52702006-11-09 Christophe Lyon <christophe.lyon@st.com>
5271
5272 * gdb.base/constvars.c (main): Write to crass and crips, so that
5273 they are allocated by the compiler.
5274
f73adfeb
AS
52752006-10-27 Andreas Schwab <schwab@suse.de>
5276
5277 * gdb.base/multi-forks.exp: Use "detach fork" instead of
5278 "detach-fork".
5279
2f83a18e
DJ
52802006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
5281
5282 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
5283 of patterns.
5284
94277a38
DJ
52852006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5286
5287 * gdb.base/sepdebug.exp: Remove debug format test.
5288 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
5289 Handle no-symtab.
5290 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
5291
5bd2f6e2
DJ
52922006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5293
5294 * gdb.threads/manythreads.c (thread_function, main): Don't cast
5295 int to pointer or pointer to int.
5296 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
5297
8c008720
DJ
52982006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
5299
5300 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
5301
9e35dae4
DJ
53022006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
5305
d9639e13
DJ
53062006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 PR c++/2116
5309 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
5310
390a1bd0
JB
53112006-10-06 Joel Brobecker <brobecker@adacore.com>
5312
5313 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
5314 the corresponding bug has been fixed in GDB (PR/2018).
5315
dd920c33
JB
53162006-10-06 Joel Brobecker <brobecker@adacore.com>
5317
5318 * gdb.base/subst.exp: New testcase.
5319
53bbefe9
JB
53202006-10-06 Joel Brobecker <brobecker@adacore.com>
5321
5322 * gdb.ada/array_return/pck.ads: Add copyright notice.
5323 * gdb.ada/array_return/pck.adb: Likewise.
5324 * gdb.ada/array_return/p.adb: Likewise.
5325 * gdb.ada/exec_changed/first.adb: Likewise.
5326 * gdb.ada/exec_changed/second.adb: Likewise.
5327
09851417
JB
53282006-10-06 Joel Brobecker <brobecker@adacore.com>
5329
5330 * gdb.ada/watch_arg/watch.adb: New file.
5331 * gdb.ada/watch_arg.exp: New testcase.
5332
041bf30d
VP
53332006-10-02 Vladimir Prus <vladimir@codesourcery.com>
5334
5335 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 5336 via string_to_regexp.
041bf30d 5337 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 5338
f286fbdd 53392006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
5340
5341 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
5342 Remove unused / obsolete files.
5343
7c07f349
NR
53442006-09-19 Nick Roberts <nickrob@snap.net.nz>
5345
5346 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
5347
cd5ff84a
VP
53482006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5349
5350 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
5351 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 5352 the number of frames.
cd5ff84a 5353
ae018d1a
DJ
53542006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
5355
5356 * gdb.base/args.c (main): Add breakpoint marker.
5357 * gdb.base/args.exp: Use args_test for tests. Add new tests which
5358 really test empty arguments.
5359 (args_load): Delete.
5360 (args_test): New.
5361
b399c549
NR
53622006-09-13 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
5365 check for one file.
5366
2ab1eb7a
VP
53672006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
5368
5369 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
5370 HIGH_FRAME argument to -stack-list-locals can be larger than
5371 the number of frames.
a9c64011 5372
476308bf
FF
53732006-08-18 Fred Fish <fnf@specifix.com>
5374
5375 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
5376 '$' in front of skip_vmx_tests_saved when setting that.
5377
8625200f
AS
53782006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
5379
5380 * gdb.base/trace-commands.exp: New file.
5381
089ec8f1
DJ
53822006-08-10 Joel Brobecker <brobecker@adacore.com>
5383 Daniel Jacobowitz <dan@codesourcery.com>
5384
5385 * gdb.base/step-bt.exp: Make hexadecimal address optional in
5386 expected output of the backtrace commands.
5387
b60f0898
JB
53882006-08-09 Joel Brobecker <brobecker@adacore.com>
5389
5390 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5391 untested followed by return combination.
5392 * gdb.arch/altivec-regs.exp: Likewise.
5393 * gdb.arch/e500-abi.exp: Likewise.
5394 * gdb.arch/e500-regs.exp: Likewise.
5395 * gdb.arch/gdb1291.exp: Likewise.
5396 * gdb.arch/gdb1431.exp: Likewise.
5397 * gdb.arch/gdb1558.exp: Likewise.
5398 * gdb.arch/i386-prologue.exp: Likewise.
5399 * gdb.arch/i386-unwind.exp: Likewise.
5400 * gdb.asm/asm-source.exp: Likewise.
5401 * gdb.base/a2-run.exp: Likewise.
5402 * gdb.base/advance.exp: Likewise.
5403 * gdb.base/all-bin.exp: Likewise.
5404 * gdb.base/annota1.exp: Likewise.
5405 * gdb.base/annota3.exp: Likewise.
5406 * gdb.base/args.exp: Likewise.
5407 * gdb.base/arithmet.exp: Likewise.
5408 * gdb.base/assign.exp: Likewise.
5409 * gdb.base/async.exp: Likewise.
5410 * gdb.base/attach.exp: Likewise.
5411 * gdb.base/bang.exp: Likewise.
5412 * gdb.base/bigcore.exp: Likewise.
5413 * gdb.base/bitfields.exp: Likewise.
5414 * gdb.base/bitfields2.exp: Likewise.
5415 * gdb.base/break.exp: Likewise.
5416 * gdb.base/call-sc.exp: Likewise.
5417 * gdb.base/call-strs.exp: Likewise.
5418 * gdb.base/callfuncs.exp: Likewise.
5419 * gdb.base/checkpoint.exp: Likewise.
5420 * gdb.base/chng-syms.exp: Likewise.
5421 * gdb.base/code-expr.exp: Likewise.
5422 * gdb.base/commands.exp: Likewise.
5423 * gdb.base/completion.exp: Likewise.
5424 * gdb.base/cond-expr.exp: Likewise.
5425 * gdb.base/condbreak.exp: Likewise.
5426 * gdb.base/consecutive.exp: Likewise.
5427 * gdb.base/constvars.exp: Likewise.
5428 * gdb.base/corefile.exp: Likewise.
5429 * gdb.base/cvexpr.exp: Likewise.
5430 * gdb.base/dbx.exp: Likewise.
5431 * gdb.base/define.exp: Likewise.
5432 * gdb.base/detach.exp: Likewise.
5433 * gdb.base/display.exp: Likewise.
5434 * gdb.base/dump.exp: Likewise.
5435 * gdb.base/ena-dis-br.exp: Likewise.
5436 * gdb.base/ending-run.exp: Likewise.
5437 * gdb.base/environ.exp: Likewise.
5438 * gdb.base/eval-skip.exp: Likewise.
5439 * gdb.base/exprs.exp: Likewise.
5440 * gdb.base/fileio.exp: Likewise.
5441 * gdb.base/finish.exp: Likewise.
5442 * gdb.base/float.exp: Likewise.
5443 * gdb.base/foll-exec.exp: Likewise.
5444 * gdb.base/foll-fork.exp: Likewise.
5445 * gdb.base/foll-vfork.exp: Likewise.
5446 * gdb.base/freebpcmd.exp: Likewise.
5447 * gdb.base/funcargs.exp: Likewise.
5448 * gdb.base/gcore.exp: Likewise.
5449 * gdb.base/gdb1090.exp: Likewise.
5450 * gdb.base/gdb1250.exp: Likewise.
5451 * gdb.base/huge.exp: Likewise.
5452 * gdb.base/info-proc.exp: Likewise.
5453 * gdb.base/interrupt.exp: Likewise.
5454 * gdb.base/jump.exp: Likewise.
5455 * gdb.base/langs.exp: Likewise.
5456 * gdb.base/lineinc.exp: Likewise.
5457 * gdb.base/list.exp: Likewise.
5458 * gdb.base/logical.exp: Likewise.
5459 * gdb.base/long_long.exp: Likewise.
5460 * gdb.base/macscp.exp: Likewise.
5461 * gdb.base/maint.exp: Likewise.
5462 * gdb.base/mips_pro.exp: Likewise.
5463 * gdb.base/miscexprs.exp: Likewise.
5464 * gdb.base/multi-forks.exp: Likewise.
5465 * gdb.base/opaque.exp: Likewise.
5466 * gdb.base/overlays.exp: Likewise.
5467 * gdb.base/pc-fp.exp: Likewise.
5468 * gdb.base/pointers.exp: Likewise.
5469 * gdb.base/printcmds.exp: Likewise.
5470 * gdb.base/psymtab.exp: Likewise.
5471 * gdb.base/ptype.exp: Likewise.
5472 * gdb.base/recurse.exp: Likewise.
5473 * gdb.base/relational.exp: Likewise.
5474 * gdb.base/relocate.exp: Likewise.
5475 * gdb.base/remote.exp: Likewise.
5476 * gdb.base/reread.exp: Likewise.
5477 * gdb.base/restore.exp: Likewise.
5478 * gdb.base/return.exp: Likewise.
5479 * gdb.base/return2.exp: Likewise.
5480 * gdb.base/scope.exp: Likewise.
5481 * gdb.base/sect-cmd.exp: Likewise.
5482 * gdb.base/sep.exp: Likewise.
5483 * gdb.base/sepdebug.exp: Likewise.
5484 * gdb.base/setshow.exp: Likewise.
5485 * gdb.base/setvar.exp: Likewise.
5486 * gdb.base/sigall.exp: Likewise.
5487 * gdb.base/sigbpt.exp: Likewise.
5488 * gdb.base/signals.exp: Likewise.
5489 * gdb.base/signull.exp: Likewise.
5490 * gdb.base/sizeof.exp: Likewise.
5491 * gdb.base/solib.exp: Likewise.
5492 * gdb.base/step-line.exp: Likewise.
5493 * gdb.base/step-test.exp: Likewise.
5494 * gdb.base/structs.exp: Likewise.
5495 * gdb.base/structs2.exp: Likewise.
5496 * gdb.base/term.exp: Likewise.
5497 * gdb.base/twice.exp: Likewise.
5498 * gdb.base/until.exp: Likewise.
5499 * gdb.base/varargs.exp: Likewise.
5500 * gdb.base/volatile.exp: Likewise.
5501 * gdb.base/watchpoint.exp: Likewise.
5502 * gdb.base/whatis-exp.exp: Likewise.
5503 * gdb.base/whatis.exp: Likewise.
5504 * gdb.cp/ambiguous.exp: Likewise.
5505 * gdb.cp/annota2.exp: Likewise.
5506 * gdb.cp/annota3.exp: Likewise.
5507 * gdb.cp/bool.exp: Likewise.
5508 * gdb.cp/breakpoint.exp: Likewise.
5509 * gdb.cp/casts.exp: Likewise.
5510 * gdb.cp/class2.exp: Likewise.
5511 * gdb.cp/classes.exp: Likewise.
5512 * gdb.cp/cplusfuncs.exp: Likewise.
5513 * gdb.cp/ctti.exp: Likewise.
5514 * gdb.cp/derivation.exp: Likewise.
5515 * gdb.cp/exception.exp: Likewise.
5516 * gdb.cp/gdb1355.exp: Likewise.
5517 * gdb.cp/hang.exp: Likewise.
5518 * gdb.cp/inherit.exp: Likewise.
5519 * gdb.cp/local.exp: Likewise.
5520 * gdb.cp/m-data.exp: Likewise.
5521 * gdb.cp/m-static.exp: Likewise.
5522 * gdb.cp/member-ptr.exp: Likewise.
5523 * gdb.cp/method.exp: Likewise.
5524 * gdb.cp/misc.exp: Likewise.
5525 * gdb.cp/namespace.exp: Likewise.
5526 * gdb.cp/overload.exp: Likewise.
5527 * gdb.cp/ovldbreak.exp: Likewise.
5528 * gdb.cp/pr-1023.exp: Likewise.
5529 * gdb.cp/pr-1210.exp: Likewise.
5530 * gdb.cp/pr-574.exp: Likewise.
5531 * gdb.cp/printmethod.exp: Likewise.
5532 * gdb.cp/psmang.exp: Likewise.
5533 * gdb.cp/ref-params.exp: Likewise.
5534 * gdb.cp/ref-types.exp: Likewise.
5535 * gdb.cp/rtti.exp: Likewise.
5536 * gdb.cp/templates.exp: Likewise.
5537 * gdb.cp/try_catch.exp: Likewise.
5538 * gdb.cp/userdef.exp: Likewise.
5539 * gdb.cp/virtfunc.exp: Likewise.
5540 * gdb.disasm/am33.exp: Likewise.
5541 * gdb.disasm/h8300s.exp: Likewise.
5542 * gdb.disasm/mn10300.exp: Likewise.
5543 * gdb.disasm/sh3.exp: Likewise.
5544 * gdb.disasm/t01_mov.exp: Likewise.
5545 * gdb.disasm/t02_mova.exp: Likewise.
5546 * gdb.disasm/t03_add.exp: Likewise.
5547 * gdb.disasm/t04_sub.exp: Likewise.
5548 * gdb.disasm/t05_cmp.exp: Likewise.
5549 * gdb.disasm/t06_ari2.exp: Likewise.
5550 * gdb.disasm/t07_ari3.exp: Likewise.
5551 * gdb.disasm/t08_or.exp: Likewise.
5552 * gdb.disasm/t09_xor.exp: Likewise.
5553 * gdb.disasm/t10_and.exp: Likewise.
5554 * gdb.disasm/t11_logs.exp: Likewise.
5555 * gdb.disasm/t12_bit.exp: Likewise.
5556 * gdb.disasm/t13_otr.exp: Likewise.
5557 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5558 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5559 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5560 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5561 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5562 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5563 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5564 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5565 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5566 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5567 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5568 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5569 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5570 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5571 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5572 * gdb.mi/gdb701.exp: Likewise.
5573 * gdb.mi/gdb792.exp: Likewise.
5574 * gdb.mi/mi-basics.exp: Likewise.
5575 * gdb.mi/mi-break.exp: Likewise.
5576 * gdb.mi/mi-cli.exp: Likewise.
5577 * gdb.mi/mi-console.exp: Likewise.
5578 * gdb.mi/mi-disassemble.exp: Likewise.
5579 * gdb.mi/mi-eval.exp: Likewise.
5580 * gdb.mi/mi-file.exp: Likewise.
5581 * gdb.mi/mi-read-memory.exp: Likewise.
5582 * gdb.mi/mi-regs.exp: Likewise.
5583 * gdb.mi/mi-return.exp: Likewise.
5584 * gdb.mi/mi-simplerun.exp: Likewise.
5585 * gdb.mi/mi-stack.exp: Likewise.
5586 * gdb.mi/mi-stepi.exp: Likewise.
5587 * gdb.mi/mi-syn-frame.exp: Likewise.
5588 * gdb.mi/mi-until.exp: Likewise.
5589 * gdb.mi/mi-var-block.exp: Likewise.
5590 * gdb.mi/mi-var-child.exp: Likewise.
5591 * gdb.mi/mi-var-cmd.exp: Likewise.
5592 * gdb.mi/mi-var-display.exp: Likewise.
5593 * gdb.mi/mi-watch.exp: Likewise.
5594 * gdb.mi/mi2-basics.exp: Likewise.
5595 * gdb.mi/mi2-break.exp: Likewise.
5596 * gdb.mi/mi2-cli.exp: Likewise.
5597 * gdb.mi/mi2-console.exp: Likewise.
5598 * gdb.mi/mi2-disassemble.exp: Likewise.
5599 * gdb.mi/mi2-eval.exp: Likewise.
5600 * gdb.mi/mi2-file.exp: Likewise.
5601 * gdb.mi/mi2-read-memory.exp: Likewise.
5602 * gdb.mi/mi2-regs.exp: Likewise.
5603 * gdb.mi/mi2-return.exp: Likewise.
5604 * gdb.mi/mi2-simplerun.exp: Likewise.
5605 * gdb.mi/mi2-stack.exp: Likewise.
5606 * gdb.mi/mi2-stepi.exp: Likewise.
5607 * gdb.mi/mi2-syn-frame.exp: Likewise.
5608 * gdb.mi/mi2-until.exp: Likewise.
5609 * gdb.mi/mi2-var-block.exp: Likewise.
5610 * gdb.mi/mi2-var-child.exp: Likewise.
5611 * gdb.mi/mi2-var-cmd.exp: Likewise.
5612 * gdb.mi/mi2-var-display.exp: Likewise.
5613 * gdb.mi/mi2-watch.exp: Likewise.
5614 * gdb.stabs/exclfwd.exp: Likewise.
5615 * gdb.stabs/weird.exp: Likewise.
5616 * gdb.threads/gcore-thread.exp: Likewise.
5617 * gdb.trace/actions.exp: Likewise.
5618 * gdb.trace/backtrace.exp: Likewise.
5619 * gdb.trace/circ.exp: Likewise.
5620 * gdb.trace/collection.exp: Likewise.
5621 * gdb.trace/deltrace.exp: Likewise.
5622 * gdb.trace/infotrace.exp: Likewise.
5623 * gdb.trace/limits.exp: Likewise.
5624 * gdb.trace/packetlen.exp: Likewise.
5625 * gdb.trace/passc-dyn.exp: Likewise.
5626 * gdb.trace/passcount.exp: Likewise.
5627 * gdb.trace/report.exp: Likewise.
5628 * gdb.trace/save-trace.exp: Likewise.
5629 * gdb.trace/tfind.exp: Likewise.
5630 * gdb.trace/tracecmd.exp: Likewise.
5631 * gdb.trace/while-dyn.exp: Likewise.
5632 * gdb.trace/while-stepping.exp: Likewise.
5633
f4b618d1
JB
56342006-08-08 Joel Brobecker <brobecker@adacore.com>
5635
5636 * gdb.base/step-bt.c: New file.
5637 * gdb.base/step-bt.exp: New testcase.
5638
3d00d119
DJ
56392006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5640
5641 * config/monitor.exp (gdb_load): Remove support for obsolete
5642 download-write-size.
5643 * gdb.base/remote.exp: Likewise. Update all callers of
5644 gdb_timed_load.
5645
017b5bd4
DJ
56462006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5647
5648 * cursal.exp: Pass binfile to gdb_load.
5649
837c599d
DJ
56502006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5651
5652 * gdb.base/cursal.exp: Add "" to gdb_load call.
5653
8dd4540b
MK
56542006-07-29 Mark Kettenis <kettenis@gnu.org>
5655
5656 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5657 NetBSD/ELF targets.
5658
ab5c9f60
DJ
56592006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5660
5661 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5662 operator*.
5663
4c42eaff
DJ
56642006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5665
5666 * gdb.base/completion.exp: Update for change in "file" behavior.
5667 * gdb.stabs/weird.exp: Likewise.
5668 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5669 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5670
0155cc76
NS
56712006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5672
5673 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5674 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5675
16026cd7
AS
56762006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5677
5678 * gdb.base/default.exp: Update source command error message.
5679 * gdb.base/help.exp: Update 'help source' message.
5680
16963cb6
DJ
56812006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5682
5683 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5684 test.
5685
6d7fd486
AS
56862006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5687
5688 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5689
29e8a844
DJ
56902006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5691
5692 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5693
6afcfa39
DJ
56942006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5695
5696 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5697
267a692b
MK
56982006-07-17 Mark Kettenis <kettenis@gnu.org>
5699
5700 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5701 *-*-openbsd* from targets for wich we expect ARM FPA floating
5702 point format.
5703
85d2fec4
NR
57042006-07-17 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5707
57082006-07-17 Mark Kettenis <kettenis@gnu.org>
5709
5710 * gdb.base/annota3.exp: Expect frame-begin annotation.
5711
85b4c6e8
JB
57122006-07-14 Joel Brobecker <brobecker@adacore.com>
5713
5714 * gdb.base/help.exp: Adjust "help unset" test to accept
5715 any list of unset commands.
5716
fb933624
DJ
57172006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5718 Daniel Jacobowitz <dan@codesourcery.com>
5719
5720 * gdb.cp/ref-params.exp: New test.
5721 * gdb.cp/ref-params.cc: New source file.
5722 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5723
1dff4b64
MK
57242006-07-08 Mark Kettenis <kettenis@gnu.org>
5725
5726 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5727 spaces/tabs in regular expressions since they might not be there.
5728
40d2e0e3
AS
57292006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5730
5731 * gdb.base/ifelse.exp: New file.
5732
f6c957d2
NS
57332006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5734
5735 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5736 line.
5737 * gdb.base/huge.exp: Loop over compilation to find a size that
5738 is acceptable.
5739 * gdb.base/remote.exp: Correct expected strings.
5740 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5741
b9c5a23d
DJ
57422006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5743
5744 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5745
9af2e58d
DJ
57462006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5747
5748 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5749 native.
5750
30930ca5
DJ
57512006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5752
5753 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5754 enable stabs testing.
5755
aa32fa1d
DJ
57562006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5757
bd4a4c80 5758 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
5759 gdb_test_multiple does.
5760
321fef15
DJ
57612006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * Makefile.in (host_alias): Remove.
5764 (target_alias): Use @target_noncanonical@.
5765 (site.exp): Don't set host_alias.
5766 * aclocal.m4: Remove contents. Include acx.m4.
5767 * configure: Regenerated.
5768 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5769
e1c2defa
NS
57702006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5771
e63b55d1
NS
5772 * lib/gdb.exp (gdb_load_cmd): New.
5773
5600ea19
NS
5774 * gdb.base/fileio.c: Add system(NULL) test.
5775 * gdb.base/fileio.exp: Check it.
5776
e1c2defa
NS
5777 * gdb.base/break.c: Add 10a breakpoint at }
5778 * gdb.base/break.exp: Add test for breakpoint at }
5779 * gdb.cp/anon-union.cc: Add code at end of function.
5780 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5781 * gdb.mi/var-cmd.c: Add code at end of function.
5782 * gdb.mi/mi-var-display.exp: Adjust end of next.
5783 * gdb.mi/mi2-var-display.exp: Likewise.
5784 * gdb.base/fileio.c: Add stop function and insert calls at
5785 stopping places.
5786 * gdb.base/fileio.exp: Breakpoint stop function and remove
5787 explicit line number references.
5788
6c0112ec
JB
57892006-05-19 Joel Brobecker <brobecker@adacore.com>
5790
a9c64011
AS
5791 * gdb.base/del.exp (test_delete_alias): New function.
5792 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 5793
154189a4
FF
57942006-05-18 Fred Fish <fnf@specifix.com>
5795
5796 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5797 required. Check for spurious output after program exits normally.
5798
582e64c2
FF
57992006-05-17 Fred Fish <fnf@specifix.com>
5800
5801 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5802 gdb_load, so it works in the simulator.
5803
8ef6493a
FF
58042006-05-11 Fred Fish <fnf@specifix.com>
5805
5806 * gdb.base/bang.exp: Ignore unexpected output between the
5807 "program exited normally" and the gdb prompt, as many other
5808 tests do.
5809
692b141c
MK
58102006-05-07 Mark Kettenis <kettenis@gnu.org>
5811
5812 * gdb.base/help.exp: Make "delete checkpoint" part option for
5813 "help d" and "help delete" tests.
5814
540b8a30
UW
58152006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5816
a9c64011 5817 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
5818 expected output in some mi_gdb_test statements.
5819 * gdb.mi/mi2-basics.exp: Likewise.
5820
9b6462d9
JB
58212006-05-05 Joel Brobecker <brobecker@adacore.com>
5822
5823 * gdb.base/del.c: New file.
5824 * gdb.base/del.exp: New testcase.
5825
954de43b
DM
58262006-05-05 David S. Miller <davem@sunset.davemloft.net>
5827
5828 * gdb.base/break.exp: Do not assume a breakpoint on
5829 main will actually be in $srcfile when optimizing.
1303f75e
DM
5830 * gdb.base/savedregs.exp: Do not require that the dummy
5831 frame location match up to a symbol and source file location.
c3242428
DM
5832 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5833 will get printed without a mi_cmd_data_list_register_values prefix.
5834 (*-data-list-register-*): Correct regular expressions to expect the new
5835 pseudo d? floating point registers.
5836 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 5837
c7e64c9a
DJ
58382006-05-05 Christophe Lyon <christophe.lyon@st.com>
5839
5840 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5841 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5842 is allocated by the compiler.
5843 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5844 anons, e, anone to force their allocation by the compiler.
5845
58462006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
5847
5848 * gdb.base/help.exp: Update expected text for help d and
5849 help delete.
5850
27ce9a6d
MK
58512006-05-02 Mark Kettenis <kettenis@gnu.org>
5852
5853 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5854 NetBSD/ELF targets.
5855
8608915f
MK
58562006-04-30 Mark Kettenis <kettenis@gnu.org>
5857
5858 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5859 single-step breakpoint fails; make this a KFAIL on
5860 sparc*-*-openbsd*.
5861 * gdb.base/siginfo.exp: Likewise.
5862 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5863
b8db102d
MS
58642006-04-26 Michael Snyder <msnyder@redhat.com>
5865
5866 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5867 which may have to consume output from other forks.
5868 Add tests to make sure that "delete fork" succeeded.
5869
c702009a
MS
58702006-04-20 Michael Snyder <msnyder@redhat.com>
5871
5872 * 2006-03-22 Jim Blandy <jimb@redhat.com>
5873 Add support for the Renesas M32C and M16C.
5874
5875 * gdb.asm/asm-source.exp: Add m32c target.
5876 * gdb.asm/m32c.inc: Support for m32c target.
5877
e28493f2
AS
58782006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
5879
5880 * gdb.base/commands.exp (recursive_source_test): New test.
5881
880da185
DM
58822006-04-04 David S. Miller <davem@sunset.davemloft.net>
5883
5884 * gdb.base/float.exp: Add pattern for sparc targets.
5885
61d9b92f
DJ
58862006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5887
5888 * gdb.base/commands.exp (stray_arg0_test): New test.
5889
bd717df8
PB
58902006-03-30 Paul Brook <paul@codesourcery.com>
5891
5892 * gdb.mi/mi-until.exp: kfail broken until command.
5893 * gdb.mi/mi2-until.exp: Ditto.
5894
ec793d3c
NR
58952006-03-27 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
5898
831004b7
AO
58992006-03-08 Alexandre Oliva <aoliva@redhat.com>
5900
5901 * gdb.base/prelink.exp: Anchor tested-for regular expression
5902 on gdb prompt.
5903
effe49a0
PB
59042006-03-07 Paul Brook <paul@codesourcery.com>
5905
5906 * gdb.base/assign.exp: Correct fail message.
5907
e5461016
PB
59082006-03-07 Paul Brook <paul@codesourcery.com>
5909
5910 * lib/compiler.c: Extract armcc version number.
5911 * lib/compiler.cc: Ditto.
5912
fc91c6c2
PB
59132006-03-07 Paul Brook <paul@codesourcery.com>
5914
5915 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
5916 additional_flags=-w.
5917 * gdb.arch/altivec-regs.exp: Ditto.
5918 * gdb.arch/e500-abi.exp: Ditto.
5919 * gdb.arch/e500-regs.exp: Ditto.
5920 * gdb.base/all-bin.exp: Ditto.
5921 * gdb.base/annota1.exp: Ditto.
5922 * gdb.base/annota3.exp: Ditto.
5923 * gdb.base/args.exp: Ditto.
5924 * gdb.base/arithmet.exp: Ditto.
5925 * gdb.base/assign.exp: Ditto.
5926 * gdb.base/async.exp: Ditto.
5927 * gdb.base/bang.exp: Ditto.
5928 * gdb.base/break.exp: Ditto.
5929 * gdb.base/call-rt-st.exp: Ditto.
5930 * gdb.base/completion.exp: Ditto.
5931 * gdb.base/cond-expr.exp: Ditto.
5932 * gdb.base/condbreak.exp: Ditto.
5933 * gdb.base/consecutive.exp: Ditto.
5934 * gdb.base/define.exp: Ditto.
5935 * gdb.base/display.exp: Ditto.
5936 * gdb.base/ena-dis-br.exp: Ditto.
5937 * gdb.base/environ.exp: Ditto.
5938 * gdb.base/eval-skip.exp: Ditto.
5939 * gdb.base/info-proc.exp: Ditto.
5940 * gdb.base/jump.exp: Ditto.
5941 * gdb.base/logical.exp: Ditto.
5942 * gdb.base/long_long.exp: Ditto.
5943 * gdb.base/maint.exp: Ditto.
5944 * gdb.base/miscexprs.exp: Ditto.
5945 * gdb.base/pc-fp.exp: Ditto.
5946 * gdb.base/pointers.exp: Ditto.
5947 * gdb.base/relational.exp: Ditto.
5948 * gdb.base/reread.exp: Ditto.
5949 * gdb.base/sect-cmd.exp: Ditto.
5950 * gdb.base/sep.exp: Ditto.
5951 * gdb.base/sepdebug.exp: Ditto.
5952 * gdb.base/until.exp: Ditto.
5953 * gdb.base/whatis-exp.exp: Ditto.
5954 * gdb.cp/annota2.exp: Ditto.
5955 * gdb.cp/annota3.exp: Ditto.
5956 * gdb.trace/actions.exp: Ditto.
5957 * gdb.trace/backtrace.exp: Ditto.
5958 * gdb.trace/circ.exp: Ditto.
5959 * gdb.trace/collection.exp: Ditto.
5960 * gdb.trace/deltrace.exp: Ditto.
5961 * gdb.trace/infotrace.exp: Ditto.
5962 * gdb.trace/limits.exp: Ditto.
5963 * gdb.trace/packetlen.exp: Ditto.
5964 * gdb.trace/passc-dyn.exp: Ditto.
5965 * gdb.trace/passcount.exp: Ditto.
5966 * gdb.trace/report.exp: Ditto.
5967 * gdb.trace/save-trace.exp: Ditto.
5968 * gdb.trace/tfind.exp: Ditto.
5969 * gdb.trace/tracecmd.exp: Ditto.
5970 * gdb.trace/while-dyn.exp: Ditto.
5971 * gdb.trace/while-stepping.exp: Ditto.
5972 * lib/gdb.exp: Ditto.
5973 (gdb_compile): Handle nowarning option.
5974
5f4a23d9
AO
59752006-03-07 Alexandre Oliva <aoliva@redhat.com>
5976
5977 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
5978 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
5979 Rename executable to prelinkt. Don't re-prelink if we didn't
5980 get a core file. Test prelink -u exit status to tell whether
5981 prelinking failed. Use gdb_test_multiple.
5982
9733fc94
DJ
59832006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5984
5985 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
5986 (do_tests): Call it.
5987
cc10cae3
AO
59882006-02-28 Alexandre Oliva <aoliva@redhat.com>
5989
5990 * gdb.base/prelink.exp: New test.
5991 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
5992
15c46491
WZ
59932006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
5994
5995 * gdb.fortran/derived-type.f90: New file.
5996 * gdb.fortran/derived-type.exp: New testcase.
5997
5c9f7ded
DJ
59982006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
5999
6000 * gdb.base/default.exp: Allow ';' as a directory separator.
6001
5b96932b
AS
60022006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6003
6004 * gdb.base/help.exp (help add-symbol-file): Update.
6005
1986bccd
AS
60062006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6007
6008 * gdb.base/help.exp (help load): Update expected results.
6009
a8b7528f
FF
60102006-02-19 Fred Fish <fnf@specifix.com>
6011
6012 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
6013 specifix hex value as part of results.
6014 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 6015
f8261448
FF
60162006-02-16 Fred Fish <fnf@specifix.com>
6017
6018 * gdb.base/whatis.c: Define variables using typedefs char_addr,
6019 ushort_addr, and slong_addr, so the typedefs are not optimized
6020 away.
6021 * gdb.base/whatis.exp: Add tests using type name for struct type,
6022 union type, enum type, and typedef.
a9c64011 6023
31d8bdd2
MK
60242006-02-13 Mark Kettenis <kettenis@gnu.org>
6025
6026 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
6027
34e41e63
JB
60282006-02-13 Jim Blandy <jimb@redhat.com>
6029
6030 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
6031 case where it takes two "next" commands to skip past the init
6032 call.
6033
ac6e4f31
FF
60342006-02-12 Fred Fish <fnf@specifix.com>
6035
6036 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
6037 to handle cases where it takes two "next" commands to skip
6038 past the init call.
6039
2db2d571
JB
60402006-02-07 Joel Brobecker <brobecker@adacore.com>
6041
6042 * gdb.ada/array_return.exp: Mark the last test as expected to fail
6043 on hppa32 targets.
6044
38fcd64c
DJ
60452006-02-06 Vladimir Prus <ghost@cs.msu.su>
6046
6047 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
6048 field.
6049
1315ad46
MK
60502006-01-29 Mark Kettenis <kettenis@gnu.org>
6051
6052 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
6053
5625b943
DJ
60542006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6055
6056 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
6057 files.
6058
80df1bbe
DJ
60592006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6060
6061 * gdb.cp/maint.exp: Set complaints to a positive value.
6062
9078e690
DJ
60632006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6064
6065 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
6066 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
6067 function name.
6068
9c903399
DJ
60692006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6070
6071 * gdb.base/checkpoint.c: Update copyright notice. Include
6072 <stdlib.h>.
6073
761ae4d6
JB
60742006-01-04 Jim Blandy <jimb@redhat.com>
6075
6076 * gdb.asm/asm-source.exp: Independently provide default values for
6077 asm-flags and debug-flags. Use 'string equal' to do the
6078 comparison, not the implicit expr's '==' operator. Remove
6079 now-unneeded assignments to asm-flags. In h8300 case, place
6080 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
6081
099ac3dd
MS
60822006-01-04 Michael Snyder <msnyder@redhat.com>
6083
6084 * gdb.base/checkpoint.c: New file.
6085 * gdb.base/checkpoint.exp: New file.
6086 * gdb.base/multi-fork.c: New file.
6087 * gdb.base/multi-fork.exp: New file.
6088 * gdb.base/pi.txt: New file (data for checkpoint.c test).
6089
f4d85314
FF
60902006-01-04 Fred Fish <fnf@specifix.com>
6091
6092 * gdb.base/ptype.c (foo): Add typedef.
6093 (intfoo): Add function.
6094 * gdb.base/ptype1.c: New file.
6095 * gdb.base/ptype.exp: Handle compilation and linking with two
6096 source files. Test that proper type for "foo" is found based
6097 on source context rather than first match found in symtabs.
6098
a1b06f35
MK
60992005-12-28 Mark Kettenis <kettenis@gnu.org>
6100
6101 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
6102 * gdb.asm/openbsd.inc: Indent commands.
6103
d082a1e2
MK
61042005-12-26 Mark Kettenis <kettenis@gnu.org>
6105
c65016bd
MK
6106 * gdb.base/freebpcmd.exp: Increase timeout.
6107
d082a1e2
MK
6108 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
6109
d3c32a0e
DJ
61102005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdb.base/default.exp: Update check for "show version".
6113
9fdb1f50
RC
61142005-12-09 Randolph Chung <tausq@debian.org>
6115
6116 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
6117 * gdb.asm/pa64.inc: New file.
6118
5f2c56f7
RC
61192005-12-09 Randolph Chung <tausq@debian.org>
6120
6121 * gdb.asm/common.inc: Indent commands.
6122 * gdb.asm/asmsrc1.s: Likewise.
6123 * gdb.asm/asmsrc2.s: Likewise.
6124
8117349c
RC
61252005-12-09 Randolph Chung <tausq@debian.org>
6126
6127 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
6128 (get_addr_of_sym): Remove duplicate print.
6129 (gen_core): xfail hppa*-*-hpux*, update expected output.
6130 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
6131 * gdb.arch/pa64-nullify.s: New file.
6132
8f07f25a
RC
61332005-12-09 Randolph Chung <tausq@debian.org>
6134
6135 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
6136
55b39184
DJ
61372005-12-07 Christophe Lyon <christophe.lyon@st.com>
6138
6139 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
6140 code generation for these functions.
6141 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
6142 error message.
6143
31e2b00f
AS
61442005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6145
6146 * gdb.base/help.exp (help b, help br, help bre, help brea)
6147 (help break): Update the expected message.
6148
c3d0b56e
SC
61492005-11-11 Stephane Carrez <stcarrez@nerim.fr>
6150
6151 * gdb.asm/m68hc11.inc: Setup the data section.
6152 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
6153 script for this test.
6154 (m6812-*-*): Likewise.
6155
36ae0ea9
RC
61562005-11-09 Randolph Chung <tausq@debian.org>
6157
6158 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
6159
9d6f42e9
WZ
61602005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
6161
6162 * gdb.base/break.exp: Fix a comment typo.
6163
e2126a14
EZ
61642005-11-03 Jim Blandy <jimb@redhat.com>
6165
a9c64011
AS
6166 Checked in by Elena Zannoni <ezannoni@redhat.com>
6167
e2126a14
EZ
6168 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
6169
e0ac7199
CV
61702005-11-02 Corinna Vinschen <vinschen@redhat.com>
6171
6172 * gdb.arch/gdb1558.c: Include stdio.h.
6173
31d3fb18
MK
61742005-10-31 Mark Kettenis <kettenis@gnu.org>
6175
6176 * gdb.asm/asm-source.exp: Use -e instead of --entry.
6177
e52b687c
MK
61782005-10-31 Mark Kettenis <kettenis@gnu.org>
6179
6180 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
6181
f4711d79
PG
61822005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
6183
a9c64011
AS
6184 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6185 vscr" tests to better match output.
f4711d79 6186
987a9106
JB
61872005-10-12 Jim Blandy <jimb@redhat.com>
6188
6189 * gdb.base/structs.exp (any): New function.
6190 (test_struct_returns): Don't make any assumptions at all about
6191 what value the function returns when GDB can't set the return
6192 value.
6193
2336bb58
JB
61942005-10-09 Joel Brobecker <brobecker@adacore.com>
6195
6196 * gdb.ada/arrayidx/p.adb: New file.
6197 * gdb.ada/arrayidx.exp: New testcase
6198
61992005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
6200
6201 * gdb.ada/array_return/pck.ads: New file.
6202 * gdb.ada/array_return/pck.adb: New file.
6203 * gdb.ada/array_return/p.adb: New file.
6204 * gdb.ada/array_return.exp: New testcase.
6205
705335ea
JB
62062005-10-03 Joel Brobecker <brobecker@adacore.com>
6207
a9c64011
AS
6208 * gdb.base/arrayidx.c: New file.
6209 * gdb.base/arrayidx.exp: New testcase.
705335ea 6210
11ee9940
NR
62112005-09-29 Nick Roberts <nickrob@snap.net.nz>
6212
6213 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
6214 frames-invalid and breakpoints-invalid are no longer generated
6215 with level 3 so don't expect them in the output.
6216
39fb8e9e
BR
62172005-09-27 Bob Rossi <bob@brasko.net>
6218
a9c64011 6219 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
6220 from test. Escape the | in mi_gdb_test call.
6221 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
6222 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
6223 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
6224 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
6225 expected regex's in mi_gdb_test calls.
6226 * lib/mi-support.exp: Remove arbitrary .* from tests.
6227 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
6228 Fully anchor GDB/MI expected results in mi_gdb_test.
6229 * lib/gdb.exp (string_to_regexp): Escape the ] character.
6230 * gdb.base/sizeof.exp: Remove escape character. Correct test.
6231
2af48f68
PB
62322005-09-26 Paul Brook <paul@codesourcery.com>
6233
6234 * long_long.exp: Exclude eabi targets from arm FPA float format test.
6235
f34502bc
WZ
62362005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6237
6238 * bfp-test.c: New file.
6239 * bfp-test.exp: New testcase.
6240
ca929517
WZ
62412005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6242
6243 * gdb.fortran/subarray.exp: New testcase to test the evaluation
6244 of subarray and substring variable.
6245 * gdb.fortran/subarray.f: New source file for the test of subarray
6246 and substring variable evaluation.
6247 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
6248 of string constant.
6249
c761af65
DJ
62502005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6251
6252 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
6253 copyright dates.
6254
561d7a1d
PG
62552005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
6256
6257 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
6258 powerpc altivec' test with an almost identical 'info vector' test.
6259
b2b64cc9
PG
62602005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6261
a9c64011
AS
6262 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6263 vscr" tests to match output.
b2b64cc9 6264
6ac4d15a
PG
62652005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6266
a9c64011
AS
6267 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
6268 output.
6ac4d15a 6269
40e55bef
BR
62702005-09-11 Bob Rossi <bob@brasko.net>
6271
6272 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 6273 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
6274 commands that return an MI output command and an asyncronous MI output
6275 command.
6276 * gdb.mi/mi-console.exp: Ditto.
6277
3c7385ec
BR
62782005-09-11 Bob Rossi <bob@brasko.net>
6279
6280 * gdb.mi/mi-var-child.c: Include <string.h>.
6281
a6cd0eb3
DJ
62822005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
6283
6284 * killed.exp: Correct gdb_expect syntax.
6285
2f168eed
CV
62862005-08-09 Corinna Vinschen <vinschen@redhat.com>
6287
6288 * lib/mi-support.exp (mi_gdb_load): Fix typo.
6289
ecd3fd0f
BR
62902005-08-02 Bob Rossi <bob@brasko.net>
6291
6292 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
6293 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
6294 Change tests to inferior-tty-set/show.
6295 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
6296 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
6297 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
6298 inferior. Use mi_gdb_test to get GDB and Inferior output.
6299 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
6300 descriptor.
6301 (mi_inferior_tty_name): Add inferior PTY file name.
6302 (mi_gdb_start): Add INFERIOR_PTY parameter.
6303 (mi_gdb_test): Add IPATTERN parameter.
6304
f1ea48cb 63052005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 6306
f1ea48cb
BR
6307 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
6308 parameter to mi_gdb_test.
6309 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
6310
6e650a67
DJ
63112005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6312
6313 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
6314 struct_declarations.
6315 * gdb.mi/mi-var-child.exp: Step over the initialization of
6316 struct_declarations.
6317
8be260b6
DJ
63182005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6319
6320 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
6321 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
6322 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
6323 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
6324 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
6325 file.
6326
4e660f07
NR
63272005-07-27 Nick Roberts <nickrob@snap.net.nz>
6328
6329 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
6330 (do_children_tests): Assign values to the extra elements.
6331
6332 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
6333 them for tests for "-var-update --no-values" and
a9c64011 6334 "-var-update --all-values".
4e660f07
NR
6335 Add test for "-var-list-children --simple-values".
6336
6337 * gdb.mi/basics.c (callee4): Add integer array D[3]...
6338
6339 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
6340 "-stack-list-locals --simple-values" Improve doc strings and
6341 comments.
6342
6bdae935
MK
63432005-07-18 Mark Kettenis <kettenis@gnu.org>
6344
598b7a6f
MK
6345 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
6346 *-*-openbsd*.
6347 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
6348
6bdae935
MK
6349 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
6350 sigaltsatck'.
6351
1323e929 63522005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 6353
1323e929
BR
6354 * gdb.base/default.exp (tty): Changed output of command.
6355 * gdb.base/help.exp (help tty): Ditto.
6356
b1a9c082
MK
63572005-07-12 Mark Kettenis <kettenis@gnu.org>
6358
6359 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
6360
10a844a2
MK
63612005-07-10 Mark Kettenis <kettenis@gnu.org>
6362
6363 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
6364 -stack-select-frame without arguments.
6365 (test_stack_frame_listing): Add test for newly implemented command
6366 -stack-info-frame.
6367
3cb3b8df
BR
63682005-07-06 Bob Rossi <bob@brasko.net>
6369
6370 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
6371 command.
6372 (Copyright): Update copyright.
6373
a0c5fbcf
WZ
63742005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
6375
6376 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
6377 tests to evaluate exponentiation expression.
6378
984971d0
AS
63792005-06-29 Andreas Schwab <schwab@suse.de>
6380
6381 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
6382 main to avoid warnings.
6383
6384 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
6385
fe03833f
NR
63862005-06-20 Nick Roberts <nickrob@snap.net.nz>
6387
6388 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
6389 -stack-select-frame without arguments.
6390 (test_stack_frame_listing): Add test for newly implemented command
6391 -stack-info-frame.
a9c64011 6392
7a55f279
WZ
63932005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6394
0ffa0ea5
DJ
6395 * gdb.fortran/array-element.f: New file.
6396 * gdb.fortran/array-element.exp: New testcase.
7a55f279 6397
26585198
DJ
63982005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * gdb.base/bigcore.exp: Correct checks for systems which can
6401 not dump a large core file.
6402
c1bd25fd
DJ
64032005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * gdb.base/relocate.c: Add a copyright notice.
6406 (dummy): Remove.
6407 * gdb.base/relocate.exp: Test printing the values of variables
6408 from a relocatable file.
6409
589e074d
DJ
64102005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6413 excess MI output after an error.
6414
0915f927
JB
64152005-05-29 Joel Brobecker <brobecker@adacore.com>
6416
6417 * gdb.arch/alpha-step.c: New file.
6418 * gdb.arch/alpha-step.exp: New testcase.
6419
76ff342d
DJ
64202005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6421 Dennis Brueni <dennis@slickedit.com>
6422
6423 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6424 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6425 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6426 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6427 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6428 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6429 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6430
96b0c7ac
DJ
64312005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6432 Wu Zhou <woodzltc@cn.ibm.com>
6433
6434 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6435 IBM's xlc compiler.
6436 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6437 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6438
f21565d2
JB
64392005-05-13 Jim Blandy <jimb@redhat.com>
6440
6441 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6442 calling gdb_suppress_entire_file.
6443 * gdb.base/charset.exp: Same.
6444 * gdb.base/call-rt-st.exp: Same.
6445
6006a3a1
BR
64462005-05-05 Bob Rossi <bob_rossi@cox.net>
6447
6448 * lib/gdb.exp (fullname_syntax): Added global regex.
6449 (fullname_syntax_POSIX): Ditto.
6450 (fullname_syntax_UNC): Ditto.
6451 (fullname_syntax_DOS_CASE): Ditto.
6452 (fullname_syntax_DOS): Ditto.
6453 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6454 fullname_syntax variable to scope and use it.
6455 (test_file_list_exec_source_files): Ditto.
6456 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6457
c3b69c04
DJ
64582005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6459
6460 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6461
3c95e6af
PG
64622004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6463
a9c64011
AS
6464 * lib/gdb.exp (skip_altivec_tests): New function, based on
6465 check_vmx_hw_available from the GCC testsuite.
6466 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6467 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 6468
78df6c56
JB
64692005-05-02 Jim Blandy <jimb@redhat.com>
6470
6471 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6472 calling gdb_suppress_entire_file.
6473
1690f9cf
DJ
64742005-04-30 Randolph Chung <tausq@debian.org>
6475
6476 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6477 Slightly relax "sem_post" name checking.
6478
5ea106f7
PG
64792005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6480
6481 * gdb.base/unload.exp: Use new shared library infrastructure.
6482
bf7234cf
PG
64832005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6484
6485 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 6486 infrastructure.
bf7234cf 6487
547b869a
CV
64882005-04-29 Corinna Vinschen <vinschen@redhat.com>
6489
6490 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6491 * gdb.asm/h8300.inc: New file.
6492
f07e55f0
PG
64932005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6494
6495 * gdb.base/shlib-call.exp: Change to use new shared library
6496 infrastructure.
6497
3cbba3d1
PG
64982005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6499
a9c64011
AS
6500 * gdb.base/pending.exp: Change to use new shared library
6501 infrastructure.
3cbba3d1 6502
ed6df200
PG
65032005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6504
a9c64011
AS
6505 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6506 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 6507
8c8f4ebe
PG
65082005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6509
a9c64011
AS
6510 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6511 shared objects being adjusted and update copyright years.
8c8f4ebe 6512
607fbc54
DJ
65132005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6514
6515 * ChangeLog: Correct some 2003-01-13 dates.
6516 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6517 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6518 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6519 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6520 gdb.trace/tfind.exp: Update copyright years.
6521
57bf0e56
DJ
65222005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6523 Daniel Jacobowitz <dan@codesourcery.com>
6524
6525 * lib/gdb.exp (gdb_compile): Handle shlib=.
6526 (gdb_compile_shlib): New function.
6527
9b593790
PG
65282005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6529
a9c64011 6530 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 6531
9494c6a5
DJ
65322005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6535 gdb.server.
6536 * configure.ac: Likewise.
6537 * configure: Regenerated.
6538 * gdb.gdbserver/Makefile.in: Moved to...
6539 * gdb.server/Makefile.in: ... here.
6540 * gdb.gdbserver/server.c: Moved to...
6541 * gdb.server/server.c: ... here.
6542 * gdb.gdbserver/server-run.exp: Moved to...
6543 * gdb.server/server-run.exp: ... here.
6544
6f8eac0e
DJ
65452005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6548 * configure.ac: Create gdb.gdbserver/Makefile.
6549 * configure: Regenerated.
6550 * lib/gdbserver-support.exp: New file, derived from
6551 config/gdbserver.exp.
6552 * config/gdbserver.exp: Use gdbserver-support.exp.
6553 * gdb.gdbserver/Makefile.in: New file.
6554 * gdb.gdbserver/server.c: New file.
6555 * gdb.gdbserver/server-run.exp: New file.
6556
6e87504d
PG
65572005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6558
a9c64011
AS
6559 * lib/gdb.exp (test_compiler_info): Return compiler_info
6560 if no arguments are given.
6e87504d 6561
d1779be4
PG
65622005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6563
6564 * gdb.arch/altivec-abi.exp: Check for compiler and set
6565 use altivec' flag accordingly.
6566 * gdb.arch/altivec-regs.exp: Likewise.
6567
88750304
DJ
65682005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6571
f3fb768d
AS
65722005-03-27 Andreas Schwab <schwab@suse.de>
6573
6574 * gdb.base/bigcore.c (main): Add missing mode argument in open
6575 call.
6576
7e813ac5
DJ
65772005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6578
6579 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6580 downloads.
6581 * config/gdbserver.exp (gdb_load): Likewise.
6582
8e3049aa
PB
65832005-03-14 Paul Brook <paul@codesourcery.com>
6584
6585 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6586 targets.
6587
a9df7c44
JB
65882005-03-09 Joel Brobecker <brobecker@adacore.com>
6589
6590 * gdb.dwarf2/dup-psym.S: New file.
6591 * gdb.dwarf2/dup-psym.exp: New testcase.
6592
9f0d94e8
JB
65932005-03-09 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.ada/exec_changed/first.adb: New file.
6596 * gdb.ada/exec_changed/second.adb: New file.
6597 * gdb.ada/exec_changed.exp: New testcase.
6598
5f579bc5
NS
65992005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6600
36e9969c
NS
6601 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6602 (A2): New class.
6603 (main): Test operator+.
6604 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6605 breakpoint test.
6606
5f579bc5
NS
6607 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6608 * gdb.base/signull.exp: Disable if gdb,nosignals.
6609 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6610 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6611 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6612 * gdb.mi/mi2-console.exp: Likewise.
6613 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6614 continue output at start.
6615 (gdb_collect_locals_test): Robustify regexp.
6616 * gdb.trace/passc-dyn.exp: Fix comment typo.
6617 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6618
be46087e
CV
66192005-03-08 Corinna Vinschen <vinschen@redhat.com>
6620
6621 * gdb.asm/asm-source.exp: Add iq2000 case.
6622 * gdb.asm/iq2000.inc: New file.
6623
384e1a61 66242005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6625
384e1a61
MI
6626 * gdb.base/command.exp: Change hardcoded value to regular expression.
6627 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6628
584b6e9e
DJ
66292005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6632 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6633 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6634 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6635 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6636
ab5b5d61
MK
66372005-03-05 Mark Kettenis <kettenis@gnu.org>
6638
6639 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6640 changes.
6641
ae051c1b
PG
66422004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6643
a9c64011
AS
6644 * lib/compiler.c: Add test for IBM's xlc compiler.
6645 * lib/compiler.cc: Likewise.
ae051c1b 6646
3f0f6ed2
JB
66472004-02-24 Joel Brobecker <brobecker@adacore.com>
6648
6649 * gdb.ada/fixed_points.exp: Create compilation object directory
6650 before running the test.
6651 * gdb.ada/null_record.exp: Likewise.
6652 * gdb.ada/packed_array.exp: Likewise.
6653 * gdb.ada/start.exp: Likewise.
6654
724f452b
JB
66552005-02-15 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gdb.ada/packed_array/pa.adb: New file.
6658 * gdb.ada/packed_array.exp: New testcase.
6659
57f5cdfb 66602005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6661
1f393151
MK
6662 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6663 files.
6664
ebdda337
MK
6665 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6666 on *-*-openbsd*. Correctly match whitespace in regukar
6667 expressions.
6668
cf309262
DJ
66692005-02-10 Daniel Jacobowitz <dan@debian.org>
6670
6671 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6672 PR exp/1821
6673 * gdb.base/gdb1821.c: New test file.
6674 * gdb.base/gdb1821.exp: New test file.
6675
3be49e7a
JB
66762005-02-09 Joel Brobecker <brobecker@adacore.com>
6677
6678 * gdb.base/start.c: New file.
6679 * gdb.base/start.exp: New testcase.
6680
e292e67d
JB
66812005-02-09 Joel Brobecker <brobecker@adacore.com>
6682
6683 * gdb.ada/start/dummy.adb: New file.
6684 * gdb.ada/start.exp: New testcase.
6685
dbdfa66c
CV
66862005-02-09 Corinna Vinschen <vinschen@redhat.com>
6687
6688 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6689 for printing symbols and statistics.
6690 Add test for using relative pathnames in "maint print msymbols" test.
6691 Mark "maint info sections DATA" XFAIL on Cygwin.
6692 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6693 tests.
6694
d7941671
AC
66952005-02-09 Andreas Schwab <schwab@suse.de>
6696
6697 Committed by Andrew Cagney <cagney@gnu.org>
6698 * gdb.base/remotetimeout.exp: New file.
6699
74e5ef44
MK
67002005-02-07 Mark Kettenis <kettenis@gnu.org>
6701
6702 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6703
464dd14d
JB
67042005-02-03 Joel Brobecker <brobecker@adacore.com>
6705
6706 * gdb.ada/gnat_ada.gpr: New file.
6707 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6708 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6709 * configure.ac: No longer generate gnat_ada.gpr.
6710 * configure: Regenerate.
6711 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6712 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6713 * gdb.ada/null_record/bar.ads: Likewise.
6714 * gdb.ada/null_record/bar.adb: Likewise.
6715 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6716 * gdb.ada/null_record.exp (testdir): New variable.
6717 (testfile): executable is now in testdir subdirectory.
6718 (srcfile): Use full path to the main compilation unit.
6719 * gdb.ada/fixed_points.exp: Same changes as above.
6720
30d756ae
NR
67212005-02-03 Nick Roberts <nickrob@snap.net.nz>
6722
6723 * gdb.base/interp.exp: New test.
6724
9d799f85
AC
67252005-01-24 Andrew Cagney <cagney@gnu.org>
6726
6727 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6728
15656118
AC
67292005-01-19 Andrew Cagney <cagney@gnu.org>
6730
a892c31b
AC
6731 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6732 configure.ac not configure.in.
6733
15656118
AC
6734 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6735 of powerpc*-*-*.
6736 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 6737 * gdb.base/list.exp (test_list_function)
15656118
AC
6738 (test_list_filename_and_function): Ditto.
6739 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6740
a7b01baf
AC
67412005-01-16 Andrew Cagney <cagney@gnu.org>
6742
17d92a02
AC
6743 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6744
a7b01baf
AC
6745 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6746
bc8332bb
AC
67472005-01-14 Andrew Cagney <cagney@gnu.org>
6748
6749 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6750 * gdb.mi/mi2-var-cmd.exp: Ditto.
6751
4d074752
CV
67522005-01-10 Corinna Vinschen <vinschen@redhat.com>
6753
6754 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6755
bec39cab
AC
67562005-01-07 Andrew Cagney <cagney@gnu.org>
6757
6758 * configure.ac: Rename configure.in, require autoconf 2.59.
6759 * configure: Re-generate.
6760 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6761 * gdb.stabs/configure: Re-generate.
6762 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6763 * gdb.hp/configure: Re-generate.
6764 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6765 autoconf 2.59.
6766 * gdb.hp/gdb.objdbg/configure: Re-generate.
6767 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6768 autoconf 2.59.
6769 * gdb.hp/gdb.defects/configure: Re-generate.
6770 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6771 autoconf 2.59.
6772 * gdb.hp/gdb.compat/configure: Re-generate.
6773 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6774 autoconf 2.59.
6775 * gdb.hp/gdb.base-hp/configure: Re-generate.
6776 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6777 autoconf 2.59.
6778 * gdb.hp/gdb.aCC/configure: Re-generate.
6779
f10b16d4
JB
67802004-12-15 Jim Blandy <jimb@redhat.com>
6781
6782 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6783 under NPTL when there is debugging info available for libpthread.
6784
fb6e1814
JG
67852004-12-13 Jerome Guitton <guitton@gnat.com>
6786
6787 * gdb.ada/fixed_points.c: New file.
6788 * gdb.ada/fixed_points.exp: New file.
6789
fe46cd3a
RC
67902004-12-03 Randolph Chung <tausq@debian.org>
6791
6792 * gdb.arch/pa-nullify.exp: New file.
6793 * gdb.arch/pa-nullify.s: New file.
6794
8de0841b
RC
67952004-11-30 Randolph Chung <tausq@debian.org>
6796
6797 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6798 instead of "tbug". Fix regexp to work properly with gdb_test.
6799
c8170782
PH
68002004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6801
6802 * gdb.base/bitfields2.exp: New test.
6803 * gdb.base/bitfields2.c: New file.
6804
954269c2
RE
68052004-11-28 Richard Earnshaw <rearnsha@arm.com>
6806
6807 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6808
0107feed
RC
68092004-11-16 Randolph Chung <tausq@debian.org>
6810
6811 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6812
f073ae8c
DJ
68132004-11-14 Daniel Jacobowitz <dan@debian.org>
6814
6815 * gdb.threads/threadapply.exp: Correct "macro details" test.
6816
19ad59e7
JJ
68172004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6818
6819 * gdb.threads/threadapply.exp: New test.
6820 * gdb.threads/threadapply.c: New file.
6821
9cf0961b
MK
68222004-11-07 Mark Kettenis <kettenis@gnu.org>
6823
6824 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6825 frames.
6826
c789492a
FL
68272004-11-05 Felix Lee <felix+log1@specifixinc.com>
6828
6829 * gdb.base/cursal.exp: New file.
6830 * gdb.base/cursal.c: New file.
6831
a1e167bb
AC
68322004-11-03 Andrew Cagney <cagney@gnu.org>
6833
6834 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6835
b7cbf173
MK
68362004-10-30 Mark Kettenis <kettenis@gnu.org>
6837
6838 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6839 NetBSD/ELF targets.
6840
88f9d34f
JB
68412004-10-29 Joel Brobecker <brobecker@gnat.com>
6842
6843 * gdb.threads/bp_in_thread.c: New file, copied from
6844 pthread_cond_wait.c.
6845 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6846 file, rather than reusing the .c file from another testcase.
6847
ca7d6a0c
JB
68482004-10-20 Joel Brobecker <brobecker@gnat.com>
6849
6850 * gdb.ada/null_record.exp: Check where we stopped after
6851 sending the start command, instead of where the associated
6852 temporary breakpoint was inserted.
6853
0d863d03
AC
68542004-10-14 Andrew Cagney <cagney@gnu.org>
6855
6856 * gdb.mi/gdb701.c (main): Return 0.
6857
d11e72cb
DJ
68582004-10-13 Daniel Jacobowitz <dan@debian.org>
6859
d40539a4 6860 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 6861
e1923096
JJ
68622004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6863
6864 * gdb.threads/schedlock.c: Add comment markers to use to find
6865 line numbers.
6866 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6867 comments.
6868 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6869 breakpoint lines.
6870
ec8ba2c9
DJ
68712004-10-12 Daniel Jacobowitz <dan@debian.org>
6872
6873 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
6874
0eb3658b
DJ
68752004-10-12 Daniel Jacobowitz <dan@debian.org>
6876
6877 * configure.in: Add gdb.dwarf2.
6878 * configure: Regenerated.
6879 * Makefile.in: Add gdb.dwarf2.
6880 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
6881 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
6882 gdb.dwarf2/file1.txt: New files.
6883
a271cc33
OF
68842004-10-11 Orjan Friberg <orjanf@axis.com>
6885
a9c64011 6886 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
6887 of "run", since the latter doesn't work with remote targets. Adjust
6888 the breakpoint numbering accordingly.
6889 * gdb.threads/pthread_cond_wait.exp: Ditto.
6890
895ce074
MC
68912004-10-08 Michael Chastain <mec.gnu@mindspring.com>
6892
6893 * gdb.base/overlays.exp: Update copyright years.
6894
6be3092d
KI
68952004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
6896
6897 * gdb.base/overlays.exp: Disable if target is Linux.
6898
e05389b8
FL
68992004-10-06 Felix Lee <felix+log1@specifixinc.com>
6900
6901 * config/gdbserver.exp (gdb_load): Use right filename on remote.
6902
73cb587d
KI
69032004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
6904
6905 * gdb.asm/asm-source.exp: Add m32r-linux target.
6906 * gdb.asm/m32r-linux.inc: New file.
6907
3c0edcdc
AC
69082004-09-24 Andrew Cagney <cagney@redhat.com>
6909 David Anderson <anderson@redhat.com>
6910
6911 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
6912 command fails, assume things will work.
6913 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
6914 (_GNU_SOURCE): Define.
6915 (print_unsigned, print_hex): Change parameter to "long long".
6916 (print_byte_count): New function, use to print byte counts.
6917 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
6918 O_LARGEFILE.
6919 (main): Compute an upper bound on a corefile in max_core_size.
6920 Limit memory chunk size to max_core_size. Limit total memory
6921 allocated to max_core_size.
6922
4bb3667f
AC
69232004-09-23 Andrew Cagney <cagney@gnu.org>
6924
6925 * gdb.base/bigcore.exp: Replace the code that creates a corefile
6926 from a separate process with code that creates a corefile by
6927 making the inferior dump core.
6928
60fe1a51
MK
69292004-09-23 Mark Kettenis <kettenis@gnu.org>
6930
6931 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
6932 block.
6933
8e937346
MC
69342004-09-23 Michael Chastain <mec.gnu@mindspring.com>
6935
6936 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
6937 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
6938 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
6939 Likewise.
6940
7213f6d6
JJ
69412004-09-20 Jeff Johnston <jjohnstn@redhat.com>
6942
6943 * gdb.java/jprint.exp: New test case for java inferior call.
6944 * gdb.java/jprint.java: Ditto.
6945
eac69dca
JB
69462004-09-15 Joel Brobecker <brobecker@gnat.com>
6947
6948 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
6949
22227696
MC
69502004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6951
6952 * gdb.threads/killed.c: Include <stdlib.h>.
6953 * gdb.threads/pthreads.c: Likewise.
6954
7dd403a4
MC
69552004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6956
6957 * gdb.threads/killed.c: Add copyright notice.
6958
33f2d567
JM
69592004-09-10 Jason Molenda (jmolenda@apple.com)
6960
a9c64011
AS
6961 * gdb.base/define.exp: Two new tests to verify zero space chars
6962 after 'if' and 'while' commands in a user-defined command is correctly
6963 parsed.
33f2d567 6964
e05b62ac
AC
69652004-09-08 Andrew Cagney <cagney@gnu.org>
6966
6967 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
6968 delivery test with duplicate at end of file.
6969
9cbe82da
MK
69702004-09-06 Mark Kettenis <kettenis@jive.nl>
6971
6972 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
6973
564803d9
MC
69742004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6975
6976 * config/hppro.exp: Removed.
6977
7c6807ce
MC
69782004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6979
6980 * config/sparclet.exp: Removed.
6981
bf7e26dd
MC
69822004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6983
6984 * config/udi.exp: Removed.
6985
714e341b
MC
69862004-09-02 Michael Chastain <mec.gnu@mindspring.com>
6987
6988 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
6989 of "exp_continue".
6990 (advancei): Likewise.
6991
1236e623
JJ
69922004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6993
6994 * gdb.base/unload.exp: Fix so messages aren't duplicated.
6995
3bdcad15
MI
69962004-09-01 Manoj Iyer <manjo@austin.ibm.com>
6997
228af206 6998 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
6999 to check for nodebug in executable.
7000 * gdb.gdb/observer.exp (setup_test): Likewise.
7001 * gdb.gdb/selftest.exp (test_with_self): Likewise.
7002 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
7003
c72b934c
AC
70042004-09-01 Andrew Cagney <cagney@gnu.org>
7005
7006 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7007 files.
7008
edd9b715
JJ
70092004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7010
7011 * gdb.base/unload.exp: Fix expected warning message to match
7012 latest format.
7013
fb4ce06b
CV
70142004-09-01 Corinna Vinschen <vinschen@redhat.com>
7015
7016 * gdb.base/call-rt-st.exp: Fix typos.
7017
ce78e7c3
MI
70182004-08-31 Manoj Iyer <manjo@austin.ibm.com>
7019
7020 * gdb.threads/thread_check.exp: New testcase.
7021 * gdb.threads/thread_check.c: New testcase.
7022
2dedb159
AC
70232004-08-31 Andrew Cagney <cagney@gnu.org>
7024
7025 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
7026 (skip_to_handler_entry): New procedures. Test stepping into a
7027 handler when the breakpoint is at the handler's entry point.
7028
68f53502
AC
70292004-08-30 Andrew Cagney <cagney@gnu.org>
7030
7031 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
7032 gdb/1757.
7033
3e3ffd2b
MC
70342004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7035
7036 With code from Manoj Iyer <manjo@austin.ibm.com>:
7037 * lib/gdb.exp (gdb_file_cmd): Return more information in the
7038 return value. Add an arm for "no debugging symbols found".
7039 Change a stray "error" to "perror".
7040 (gdb_run_cmd): Adapt to new return value.
7041 * gdb.base/remote.exp: Adapt to new return value.
7042 * gdb.gdb/complaints.exp: Likewise.
7043 * gdb.gdb/observer.exp: Likewise.
7044 * gdb.gdb/selftest.exp: Likewise.
7045 * gdb.gdb/xfullpath.exp: Likewise.
7046
4b6f5fd2
JB
70472004-08-27 Joel Brobecker <brobecker@gnat.com>
7048
7049 * gdb.threads/bp_in_thread.exp: New testcase.
7050
e5b25496
MC
70512004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7052
7053 Fix PR testsuite/1735.
7054 * gdb.threads/schedlock.c (thread_function): Add a cast
7055 to suppress a gcc warning.
7056 * gdb.threads/thread-specific.c (thread_function): Likewise.
7057
934353d6
MC
70582004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7059
7060 * gdb.base/unload.c: Include <stdlib.h>.
7061
f98a0aef 70622004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 7063
f98a0aef 7064 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
7065 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
7066 synchronized after the "return".
7067
5a2e8882
MC
70682004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7069
7070 * gdb.mi/basics.c: Include <stdio.h>.
7071 * gdb.mi/pthreads.c: Include <stdlib.h>.
7072 * gdb.mi/var-cmd.c: Include <stdlib.h>.
7073
a9640423
MC
70742004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7075
7076 * gdb.threads/schedlock.c: Add copyright notice.
7077
b04e311d
AC
70782004-08-25 Andrew Cagney <cagney@gnu.org>
7079
7080 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
7081 (skip_over_handler, breakpoint_over_hander): New test procedures.
7082 (advance, advancei): Add a proper prefix, do not use
7083 rerun_to_main.
7084 * gdb.base/sigstep.c (main): Change to use an infinite loop.
7085
7c27f15b
MC
70862004-08-24 Michael Chastain <mec.gnu@mindspring.com>
7087
7088 * gdb.mi/basics.c: Add copyright notice.
7089 * gdb.mi/var-cmd.c: Add copyright notice.
7090
fffc87ae
MC
70912004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7092
7093 * lib/gdb.exp: Remove signed_keyword_not_used.
7094 * lib/compiler.c: Likewise.
7095 * lib/compiler.cc: Likewise.
7096
d782e0bf
MC
70972004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7098
7099 * gdb.base/whatis.c: Remove conditional disabling of "signed".
7100 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
7101
96033e83
MC
71022004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7103
7104 * gdb.base/whatis.c: Add copyright notice.
7105
cf38c229
MK
71062004-08-20 Mark Kettenis <kettenis@gnu.org>
7107
7108 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
7109 it to skip the breakpoints encoded in the inline assembly.
7110
f4b49756
MC
71112004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7112
7113 * Makefile.in: Add gdb.fortran.
7114
2f193b69
MC
71152004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7116
7117 * gdb.base/call-sc.exp (test_scalar_returns):
7118 Fix cut-and-paste glitch in "Make fun return now".
7119
89a237cb
MC
71202004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7121
7122 * configure.in: Add gdb.fortran.
7123 * configure: Regenerate.
7124 * gdb.fortran/Makefile.in: New file.
7125 * lib/gdb.exp (skip_fortran_tests): New procedure.
7126
469aff8e
MC
71272004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7128
7129 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
7130 reference to bug-gnu@prep.ai.mit.edu.
7131 * gdb.mi/mi-var-child.exp: Likewise.
7132 * gdb.mi/mi-var-cmd.exp: Likewise.
7133 * gdb.mi/mi-var-display.exp: Likewise.
7134 * gdb.mi/mi2-var-block.exp: Likewise.
7135 * gdb.mi/mi2-var-child.exp: Likewise.
7136 * gdb.mi/mi2-var-cmd.exp: Likewise.
7137 * gdb.mi/mi2-var-display.exp: Likewise.
7138
00b51b9f
MK
71392004-08-15 Mark Kettenis <kettenis@gnu.org>
7140
7141 * gdb.base/unload.c (main): Make local variable msg const.
7142
45f07fef
MC
71432004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7144
7145 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
7146 to bug-gnu@prep.ai.mit.edu.
7147 * gdb.mi/mi-disassemble.exp: Likewise.
7148 * gdb.mi/mi-eval.exp: Likewise.
7149 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
7150 default line number.
7151 * gdb.mi/mi-return.exp: Likewise.
7152 * gdb.mi/mi-simplerun.exp: Likewise.
7153 * gdb.mi/mi-stack.exp: Likewise.
7154 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
7155 number with explicit range test.
7156 * gdb.mi/mi-watch.exp: Likewise.
7157 * gdb.mi/mi2-break.exp: Likewise.
7158 * gdb.mi/mi2-cli.exp: Likewise.
7159 * gdb.mi/mi2-disassemble.exp: Likewise.
7160 * gdb.mi/mi2-eval.exp: Likewise.
7161 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
7162 default line number.
7163 * gdb.mi/mi2-return.exp: Likewise.
7164 * gdb.mi/mi2-simplerun.exp: Likewise.
7165 * gdb.mi/mi2-stack.exp: Likewise.
7166 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
7167 number with explicit range test.
7168 * gdb.mi/mi2-watch.exp: Likewise.
7169
dd8c8ee7
MC
71702004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7171
7172 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
7173 * gdb.cp/m-static.exp: Likewise.
7174 * gdb.cp/rtti.exp: Likewise.
7175
4e838464
MK
71762004-08-14 Mark Kettenis <kettenis@gnu.org>
7177
7178 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
7179
8d8cb839
EZ
71802004-08-14 Eli Zaretskii <eliz@gnu.org>
7181
7182 * ChangeLog: Prefix Local Variables with semi-colons and indent
7183 the reference to older ChangeLog files, to fix fontification in
7184 Emacs.
7185
deea8bb0
MC
71862004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7187
7188 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
7189 * gdb.mi/mi2-break.exp: Likewise.
7190
c3297504
MC
71912004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7192
7193 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
7194
25808999
MC
71952004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7196
7197 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
7198
226a8d71
MC
71992004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7200
7201 * gdb.cp/classes.exp: Remove unused declarations. Just let
7202 test names default instead of providing special names. Remove
7203 extraneous demangler test.
7204
37fdf854
JJ
72052004-08-12 Jeff Johnston <jjohnstn@redhat.com>
7206
7207 * gdb.base/unload.exp: New test for breakpoints in dynamically
7208 loaded libraries.
7209 * gdb.base/unload.c: Ditto.
7210 * gdb.base/unloadshr.c: Ditto.
7211
2d3a7986
MC
72122004-08-12 Michael Chastain <mec.gnu@mindspring.com>
7213
7214 * gdb.cp/classes.exp (test_ptype_class_objects): Call
7215 cp_test_ptype_class.
7216 (test_enums): Likewise.
7217
c72b934c
AC
72182004-08-10 Andrew Cagney <cagney@gnu.org>
7219
7220 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7221 files.
7222
cc503c8a
AC
72232004-08-10 Andrew Cagney <cagney@gnu.org>
7224
7225 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
7226 init_malloc call.
7227
902f2ccb
MC
72282004-08-10 Michael Chastain <mec.gnu@mindspring.com>
7229
7230 * ChangeLog: Add copyright notice. The notice is copied
7231 from emacs 21.3 top level ChangeLog.
7232
78c90502
MC
72332004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7234
7235 * lib/cp-support.exp: New file.
7236 * lib/cp-support.exp (cp_test_type_class): New function.
7237 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
7238 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
7239 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
7240 cp_test_ptype_class.
7241
88e5ea78
MC
72422004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7243
7244 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
7245 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7246 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
7247 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
7248 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7249 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
7250 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
7251 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
7252 gdb.mi/mi2-watch.exp: Update copyright years.
7253
6a89fc9c
MK
72542004-08-09 Mark Kettenis <kettenis@gnu.org>
7255
7256 * gdb.base/sigaltstack.exp: Provide proper anchoring.
7257
1482e0de
MC
72582004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7259
7260 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
7261 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
7262 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
7263 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7264 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
7265 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
7266 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
7267 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7268 gdb.mi/mi-watch.exp: Update copyright years.
7269
1a5ce3f3
DJ
72702004-08-08 Daniel Jacobowitz <dan@debian.org>
7271
7272 PR gdb/1738
7273 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
7274 from a breakpoint with a pending signal.
7275
04f6ecf2
DJ
72762004-08-08 Daniel Jacobowitz <dan@debian.org>
7277
7278 PR gdb/1736
7279 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
7280 * gdb.base/sigaltstack.exp (finish_test): Consume output until
7281 the prompt.
7282 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
7283
54d90d35
DJ
72842004-08-08 Daniel Jacobowitz <dan@debian.org>
7285
7286 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
7287
d2f6abb0
DJ
72882004-08-08 Daniel Jacobowitz <dan@debian.org>
7289
7290 PR gdb/1736
7291 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
7292 for i?86-*-linux*.
7293
5598c03d
DJ
72942004-08-08 Daniel Jacobowitz <dan@debian.org>
7295
7296 * gdb.arch/i386-prologue.exp: Compile without debug information.
7297
c6fee705
MC
72982004-08-08 Michael Chastain <mec.gnu@mindspring.com>
7299
7300 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
7301 rather than asking gdb to search.
7302
dd90efdb
MC
73032004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7304
7305 * gdb.base/gcore.c: Include <string.h>.
7306
1e84bec1
MC
73072004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7308
7309 * gdb.base/gcore.c: Add copyright notice.
7310
e425eb2b
MC
73112004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7312
7313 * gdb.base/freebpcmd.c: Include <stdio.h>.
7314 * gdb.base/long_long.c: Include <string.h>.
7315 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
7316 * gdb.base/siginfo.c: Include <string.h>.
7317 * gdb.base/sigstep.c: Include <string.h>.
7318
cb9aaed5
MC
73192004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7320
7321 * gdb.base/complex.c: Include <stdlib.h>.
7322
55944f3d
MC
73232004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7324
7325 * gdb.base/complex.c: Add copyright notice.
7326
7b2953d9
MC
73272004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7328
7329 * gdb.base/charset.c: Include <stdlib.h>.
7330
c9133d23
MC
73312004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7332
7333 * gdb.base/auxv.c: Include <stdlib.h>.
7334
0a8490ad
MC
73352004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7336
7337 * gdb.base/auxv.c: Add copyright notice.
7338
3426d5ec
MC
73392004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7340
7341 * gdb.base/coremaker.c: Add copyright notice.
7342 * gdb.base/coremaker2.c: Add copyright notice.
7343
8da195dd
AC
73442004-08-04 Andrew Cagney <cagney@gnu.org>
7345
7346 * gdb.base/store.exp: Update copyright.
7347 (check_set, up_set, check_struct, up_struct): Add a prefix to test
7348 names, do not import gdb_prompt.
7349
8d394f98
AC
73502004-08-01 Andrew Cagney <cagney@gnu.org>
7351
7352 Fix PR testsuite/1729.
7353 * gdb.base/dump.exp: Add test name to callers of capture_value, do
7354 not use capture_value with value 4.
7355 (capture_value): Add optional test name parameter.
7356 (test_reload_saved_value, test_restore_saved_value): Use $msg as
7357 the prefix, pass to capture_value.
7358
b6702b23
MK
73592004-08-01 Mark Kettenis <kettenis@gnu.org>
7360
7361 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
7362 * gdb.arch/i386-prologue.c (standard): New prototype and function.
7363 (main): Call new function.
7364
c203e0ca
MC
73652004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7366
7367 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
7368
a7995a30
MC
73692004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7370
7371 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
7372
9366563b
MC
73732004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7374
b6eeaf26 7375 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
7376 Accept more values of vtbl pointer. Remove some messages
7377 about "obsolete gcc or gdb".
7378
2fc1f950
MC
73792004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7380
7381 * gdb.cp/classes.exp: Accept more varieties of ptype output.
7382
c724d49b
MC
73832004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7384
7385 * gdb.base/asm-source.exp: Properly convert target board
7386 debug flags from gcc format to binutils format.
7387
736b0fce
MK
73882004-07-28 Mark Kettenis <kettenis@gnu.org>
7389
7390 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7391 gdb1718". PR backtrace/1718 partially fixed.
7392
5633ea5c
JJ
73932004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7394
7395 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7396
575eebb1
NC
73972004-07-26 Nick Clifton <nickc@redhat.com>
7398
7399 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7400 good default value for a specific architecture is available then
7401 set it to that value. Otherwise default to the -gstabs switch.
7402 Remove the -g... switches from the asm-flags variable. Allow the
7403 target board info to override the value if it wants to. Pass the
7404 switch on the assembler command line.
7405
62104619
MK
74062004-07-23 Mark Kettenis <kettenis@gnu.org>
7407
7408 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7409 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7410 (main): Call new function.
7411
4a1135b8
MC
74122004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7413
7414 Test for PR exp/1715.
7415 * gdb.base/radix.exp: Refactor common procedures. Make all
7416 test names unique. Change XFAIL to KFAIL.
7417
8a12c1f0
MC
74182004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7419
7420 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7421 * gdb.ada/gnat_ada.gin: ... to here.
7422 * configure.in: Use gnat_ada.gin.
7423 * configure: Regenerate.
7424
23b451cf
AC
74252004-07-20 Andrew Cagney <cagney@gnu.org>
7426
7427 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7428 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7429 XFAILs. Clean up test messages and comments. Check backtraces.
7430 Delete re-sync code.
7431
ab618a02
MC
74322004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7433
7434 Fix PR cli/740.
7435 * gdb.base/annota1.exp: Honor gdb,nosignals.
7436 * gdb.base/annota3.exp: Likewise.
7437
46dad340
MC
74382004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7439
7440 * lib/java.exp: Update copyright notice.
7441
756d8c70
AC
74422004-07-19 Andrew Cagney <cagney@gnu.org>
7443
7444 * gdb.base/selftest.exp: Copy file from here ...
7445 * gdb.gdb/selftest.exp: ... to here.
7446
586027e6
AC
74472004-07-16 Andrew Cagney <cagney@redhat.com>
7448
7449 * lib/insight-support.exp: Delete file.
7450 * lib/java.exp (java_init): Fix copyright.
7451
029d2200
AC
74522004-07-16 Andrew Cagney <cagney@gnu.org>
7453
7454 * gdb.base/restore.c: Append "prologue" to comments marking the a
7455 function's prologue.
7456 * gdb.base/restore.exp: Update copyright, re-indent.
7457 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7458 callerN" prefix where needed. Update patterns that match a
7459 function's prologue.
7460
653b62c5
MC
74612004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7462
7463 * gdb.base/restore.c: Add copyright notice.
7464
f7d690e5
AC
74652004-07-16 Andrew Cagney <cagney@gnu.org>
7466
7467 * gdb.base/logical.exp: Update copyright.
7468 (evaluate): New procedure. Use to re-implement tests using
7469 several tables.
7470
d629a7cb
MH
74712004-07-14 Martin Hunt <hunt@redhat.com>
7472
7473 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7474 which fixes some problems where init.tcl was not found.
7475
9c7bb332
AC
74762004-07-13 Andrew Cagney <cagney@gnu.org>
7477
6bf46641
AC
7478 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7479 (check_sizeof, check_valueof): Do not include the output in the
7480 test name. Use gdb_test.
7481 (get_valueof): Use gdb_test_multiple.
7482
c4ffd4c0
AC
7483 * gdb.base/step-test.exp: Update copyright. Use
7484 gdb_test_multiple. Ensure that test names do not include
7485 architecture dependent output.
7486
ab89363a
AC
7487 * gdb.gdb/observer.exp: Update copyright.
7488 (setup_test): Use gdb_test_multiple.
7489 (attach_first_observer, attach_second_observer)
7490 (attach_third_observer, detach_first_observer)
7491 (detach_second_observer, detach_third_observer)
7492 (reset_counters, check_counters): Make $message a prefix.
7493 (test_normal_stop_notifications): Add "args" parameter - a list of
7494 init functions to be called. Make $message a prefix,
7495 (test_observer_normal_stop): Change the message prefixes so that
7496 they are unique, pass the attach / detach procedures to
7497 test_normal_stop_notifications.
7498
ec58997a
AC
7499 * gdb.base/signull.exp (test_segv): Prefix all tests with
7500 "${name}". Clean up test messages.
7501
b475183b
AC
7502 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7503
9c7bb332
AC
7504 * gdb.base/ena-dis-br.exp: Update copyright.
7505 (break_at): New function. Replace send_gdb with gdb_test,
7506 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7507 ignore count, not stopped at bpt", with KFAIL.
7508
2dd95497
CV
75092004-07-13 Corinna Vinschen <vinschen@redhat.com>
7510
7511 * gdb.base/attach.exp: Remove cleanupfile handling.
7512
419e626b
AC
75132004-07-12 Andrew Cagney <cagney@gnu.org>
7514
7515 * gdb.base/annota1.exp: Cleanup corefile test name.
7516 * gdb.base/annota3.exp: Ditto.
7517
8b1b3228
AC
75182004-07-12 Andrew Cagney <cagney@gnu.org>
7519
78650829
AC
7520 * gdb.base/signals.exp: Clean up copyright, re-indent.
7521
8b1b3228
AC
7522 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7523 gdb_test and gdb_test_multiple.
7524
935c2760
JJ
75252004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7526
7527 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 7528 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
7529 provide line number info for first statement in main.
7530
1544280f
AC
75312004-07-08 Andrew Cagney <cagney@gnu.org>
7532
1279f4ff
AC
7533 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7534
1544280f
AC
7535 * gdb.base/sigbpt.exp: Make the common part of each test name a
7536 prefix instead of suffix.
7537
bcc82369
BR
75382004-07-07 Bob Rossi <bob_rossi@cox.net>
7539
7540 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7541 test from test_tbreak_creation_and_listing to
7542 test_file_list_exec_source_file
7543 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7544 Changed name of test from test_tbreak_creation_and_listing to
7545 test_file_list_exec_source_file
7546
23f4b0aa
JJ
75472004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7548
7549 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7550 the jmisc() constructor instead of <init>.
7551 * gdb.java/jmisc1.exp: Ditto.
7552
56401cd5
AC
75532004-07-07 Andrew Cagney <cagney@gnu.org>
7554
7555 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7556 corrupting the PC.
7557
44ae2f6a
MC
75582004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7559
7560 * gdb.cp/templates.exp: Accept whitespace change in demangler
7561 output.
7562
45a83408
AC
75632004-07-06 Andrew Cagney <cagney@gnu.org>
7564
7565 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7566
d205ad70
MC
75672004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7568
7569 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7570 * lib/compiler.cc: Likewise.
7571
06ea1a61
MC
75722004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7573
7574 * lib/compiler.cc: Work around string preprocessing problem
7575 with old hp c++ compiler.
7576 * lib/compiler.c: Likewise.
7577
daab1251
CV
75782004-06-29 Corinna Vinschen <vinschen@redhat.com>
7579
7580 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7581 directives to conditionalize symbol prefixing.
7582 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7583 additional_flags handling. Add underscore prefix for Cygwin.
7584 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7585 conditionalize symbol prefixing.
7586 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7587 additional_flags handling. Add underscore prefix for Cygwin.
7588
cc984116
CV
75892004-06-29 Corinna Vinschen <vinschen@redhat.com>
7590
7591 * gdb.base/bigcore.exp: Skip test on Cygwin.
7592
c279b077
MC
75932004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7594
7595 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7596 formats for "info register". Use gdb_test_multiple. Fix
7597 the "invalid register" test.
7598
0e915747
CV
75992004-06-28 Corinna Vinschen <vinschen@redhat.com>
7600
7601 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7602 PID for Cygwin. Add Cygwin specific strings to check for in some
7603 tests.
7604 (do_attach_tests): Add a test for user interaction when attaching
7605 to a process with no matching symbol table already loaded.
7606
11422c86
AC
76072004-06-26 Andrew Cagney <cagney@gnu.org>
7608
7609 Test PR java/1567 and PR java/1565.
7610 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7611 * gdb.java/jmisc2.exp: Delete file.
7612
cefbce26
MC
76132004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7614
7615 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7616
e19f872c
CV
76172004-06-25 Corinna Vinschen <vinschen@redhat.com>
7618
7619 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7620 attach process.
7621
d931ba3b
MC
76222004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7623
7624 * gdb.cp/pr-1553.exp: Remove.
7625
aef68c48
MC
76262004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7627
7628 * gdb.cp/pr-1553.cc: Remove.
7629 * gdb.cp/pr-1553.exp: Disable this test.
7630
8d5df71a
JB
76312004-06-20 Jim Blandy <jimb@redhat.com>
7632
a9c64011 7633 Fix PR testsuite/1680.
8d5df71a
JB
7634 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7635 regular expressions.
7636
4ac6f39d
MC
76372004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7638
7639 Fix PR testsuite/1679.
7640 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7641 Issue an UNSUPPORTED result instead.
7642
1b413552
JB
76432004-06-18 Jim Blandy <jimb@redhat.com>
7644
7645 * gdb.base/charset.exp: Only send a control-C if we see a new
7646 prompt and incomplete command.
7647
6daa6ebd
MC
76482004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7649
7650 * gdb.cp/pr-574.cc: Add copyright notice.
7651
51fa4ae0
JB
76522004-06-17 Jim Blandy <jimb@redhat.com>
7653
7654 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7655 cases where the regexp has no groups; this grabs random text from
7656 the previous test suite, whatever that was.
7657
8fea26c5
MC
76582004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7659
7660 * gdb.cp/printmethod.cc: Add copyright notice.
7661
1e3aeb41
MC
76622004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7663
7664 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7665
9d9030bc
AC
76662004-06-16 Andrew Cagney <cagney@gnu.org>
7667
7668 * gdb.base/signull.c: Update copyright. Include <string.h>.
7669 (bowler): Replace data_pointer with data_read
7670 and data_write cases. Add code_descriptor case.
7671 (zero, desc): New array and pointer.
7672 (data, code): Change to simple pointers.
7673 * gdb.base/signull.exp: Fix probe pattern matching a function
7674 descriptor SIGSEGV. Replace data_pointer with data_read and
7675 data_write tests.
7676
acd4ad44
AC
76772004-06-16 Andrew Cagney <cagney@gnu.org>
7678
7679 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7680
08fd625c
MC
76812004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7682
7683 * gdb.base/long_long.c: Add copyright notice.
7684
1903502c
MC
76852004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7686
7687 * gdb.base/long_long.exp: Remove reference to
7688 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7689 to gdb_breakpoint and gdb_continue_to_breakpoint.
7690
83313cb1
JB
76912004-06-14 Jim Blandy <jimb@redhat.com>
7692
7693 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7694 endian case.
7695
1bf404ef
AC
76962004-06-14 Andrew Cagney <cagney@gnu.org>
7697
7698 * gdb.base/gcore.exp (capture_command_output): Delete the always
7699 passing tests containing inferior values.
7700 * gdb.base/ending-run.exp: Do not include the breakpoint address
7701 in the test message. Update copyright.
7702 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7703 size in the test name, use gdb_test_multiple. Update copyright.
7704
ef220b33
MC
77052004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7706
7707 * gdb.cp/ref-types.cc: Add copyright notice.
7708
4f70a4c9
MC
77092004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7710
7711 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7712 hp_aCC_compiler.
7713 * lib/compiler.cc: Likewise.
7714 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7715 'set' commands. Log diagnostics for other lines. Set
7716 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7717
335928ac
MC
77182004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7719
7720 * gdb.cp/try_catch.cc: Add copyright notice.
7721
2efb12e8
MC
77222004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7723
7724 * gdb.cp/userdef.cc: Add copyright notice.
7725
0bbed51a
MC
77262004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7727
7728 * gdb.cp/virtfunc.cc: Add copyright notice.
7729
e12a46c9
RC
77302004-06-11 Randolph Chung <tausq@debian.org>
7731
7732 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7733 problem.
7734
338e05af
AC
77352004-06-10 Andrew Cagney <cagney@gnu.org>
7736
7737 * lib/compiler.cc, lib/compiler.c: Append either
7738 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7739 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7740 instead of gcc-3-3.
7741
dc3f10cb
AC
77422004-06-09 Andrew Cagney <cagney@gnu.org>
7743
b4d946af
AC
7744 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7745 gdb/1455, bug is specific to "long long" and "double".
a9c64011 7746
dc3f10cb
AC
7747 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7748 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7749 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7750 fixed.
7751
b5c0bfa2
AC
77522004-06-09 Andrew Cagney <cagney@gnu.org>
7753
7754 * gdb.base/structs.exp (test_struct_returns): Replace
7755 "return_value_unknown" and "finish_value_unknown" by
7756 "return_value_known" and "finish_value_known". Instead of
7757 "return_value_unknown" iff "finish_value_unknown", check
7758 "return_value_known" implies "finish_value_known".
7759
caeb605f
MH
77602004-06-08 Martin Hunt <hunt@redhat.com>
7761
7762 * gdb.base/float.exp: Add pattern for mips targets.
7763
c892bb64
RC
77642004-06-08 Randolph Chung <tausq@debian.org>
7765
7766 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7767 message for unknown architectures more clear.
7768
48306d3e
JB
77692004-06-08 Joel Brobecker <brobecker@gnat.com>
7770
7771 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7772 start the execution of the program.
7773
83ecb59f
JB
77742004-06-07 Jim Blandy <jimb@redhat.com>
7775
7776 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7777 * gdb.arch/i386-cpuid.h: New helper file.
7778
55264cb4
RC
77792004-06-07 Randolph Chung <tausq@debian.org>
7780
7781 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7782 has started.
7783
23cadb28
RM
77842004-06-04 Roland McGrath <roland@redhat.com>
7785
7786 Fix PR gdb/1647.
7787 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7788 differently to be robust to output buffering differences.
7789
51d01eda
MC
77902004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7791
7792 * gdb.threads/pthreads.exp: Update copyright years.
7793 (check_control_c): Change asynchronous 'after' to synchronous.
7794
f4fc3b93
RM
77952004-06-04 Roland McGrath <roland@redhat.com>
7796
7797 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7798 next gdb prompt.
7799
4013522b
MC
78002004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7801
7802 Fix PR gdb/1636.
7803 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7804 calls to synchronous.
7805
7a8f1e6b
JB
78062004-05-26 Jim Blandy <jimb@redhat.com>
7807
7808 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7809
81bb3443
RC
78102004-05-24 Randolph Chung <tausq@debian.org>
7811
7812 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7813 * gdb.asm/pa.inc: New file.
7814
8f5a3103
MK
78152004-05-22 Mark Kettenis <kettenis@gnu.org>
7816
7817 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7818
734b8fe8 78192004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 7820 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
7821
7822 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7823 GDB prompt.
7824
725603e1
UW
78252004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7826
f4fc3b93 7827 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
7828 setjmp/longjmp. Use sigaction instead of signal.
7829
8b923272 78302004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 7831 Michael Snyder <msnyder@redhat.com>
8b923272
JB
7832
7833 * gdb.threads/pthread_cond_wait.c: New file.
7834 * gdb.threads/pthread_cond_wait.exp: New testcase.
7835
8bfabb04
AC
78362004-05-13 Andrew Cagney <cagney@redhat.com>
7837
7838 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7839 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7840
42edda50
AC
78412004-05-11 Andrew Cagney <cagney@redhat.com>
7842
7843 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7844 fixed but revealed gdb/1639.
7845
d303a6c7
AC
78462004-05-10 Andrew Cagney <cagney@redhat.com>
7847
7848 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7849 func1" and "next to 2nd alarm", kernel bug avoided.
7850
bf08c2a1
DJ
78512004-05-10 Daniel Jacobowitz <dan@debian.org>
7852
7853 PR external/1568
7854 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7855 XFAIL if it is smaller than bytes_allocated.
7856 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7857 (main): Make chunks_allocated unsigned. Correct comment.
7858
c0586a34
JB
78592004-05-07 Joel Brobecker <brobecker@gnat.com>
7860
7861 * gdb.arch/powerpc-aix-prologue.c: New file.
7862 * gdb.arch/powerpc-aix-prologue.exp: New file.
7863
f2785d12
JB
78642004-05-07 Jim Blandy <jimb@redhat.com>
7865
7866 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7867 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7868
bd7f6e30
JB
78692004-05-06 Joel Brobecker <brobecker@gnat.com>
7870
7871 * gdb.base/sep.exp: No longer setup_kfail when the program was
7872 built with dwarf2.
7873
0a5e7efe
JI
78742004-05-05 Jim Ingham <jingham@apple.com>
7875
7876 * gdb.base/pending.exp: Make sure pending breakpoints
7877 preserve the ignore count.
f4fc3b93 7878
a8958849
MK
78792004-04-27 Jerome Guitton <guitton@gnat.com>
7880
7881 * i386-prologue.exp: Add testcase for jump instruction as first
7882 instruction of the real code.
7883 * i386-prologue.c (jump_at_beginning): New function.
7884
7e103f5b
MK
78852004-04-28 Mark Kettenis <kettenis@gnu.org>
7886
7887 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
7888 x86_64-*-*.
7889
5d38b224
MK
78902004-04-28 Mark Kettenis <kettenis@gnu.org>
7891
7892 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
7893 i*86-*-*.
7894
0ef32fd9
MK
78952004-04-25 Mark Kettenis <kettenis@gnu.org>
7896
7897 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
7898 expression that checks the return type.
7899
71d7dd7c
AC
79002004-04-23 Andrew Cagney <cagney@redhat.com>
7901
7902 * gdb.base/call-sc.exp: New test of scalar call/return values.
7903 * gdb.base/call-sc.c: Ditto.
7904
1e9f977e
JJ
79052004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7906
7907 * gdb.threads/manythreads.c: Reduce thread stack size.
7908
899d9e3a
JJ
79092004-04-23 Jeff Johnston <jjohnstn@redhat.com>
7910
7911 * gdb.threads/manythreads.c: Add copyright notice.
7912
61bcae62
AC
79132004-04-23 Andrew Cagney <cagney@redhat.com>
7914
7915 * gdb.base/siginfo.exp: Better handle step out of signal.
7916 * gdb.base/sigstep.exp: Ditto.
7917
7339a42e 79182004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 7919 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
7920
7921 * gdb.threads/manythreads.c: New testcase.
7922 * gdb.threads/manythreads.exp: Ditto.
7923
5c98409b
JB
79242004-04-22 Jim Blandy <jimb@redhat.com>
7925
7926 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
7927 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
7928
3b611f1a
MC
79292004-04-21 Michael Chastain <mec.gnu@mindspring.com>
7930
7931 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
7932
f0fd9238
AC
79332004-04-21 Andrew Cagney <cagney@redhat.com>
7934
7935 * gdb.base/sigstep.c: New file.
7936 * gdb.base/sigstep.exp: New file.
7937
90990674
JB
79382004-04-16 Joel Brobecker <brobecker@gnat.com>
7939
7940 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
7941 call to observer_notify_normal_stop.
7942
78cef34b
AC
79432004-04-15 Andrew Cagney <cagney@redhat.com>
7944
7945 * gdb.base/siginfo.c: New file.
7946 * gdb.base/siginfo.exp: New file.
7947
d2343407
JB
79482004-04-12 J. Brobecker <brobecker@gnat.com>
7949
7950 * gdb.base/sep.exp: Fix typo in comment.
7951
a2dba3c8
JB
79522004-04-12 J. Brobecker <brobecker@gnat.com>
7953
7954 * gdb.base/sep.c: New file.
7955 * gdb.base/sep-proc.c: New file.
7956 * gdb.base/sep.exp: New testcase.
7957
15f7b60e
MK
79582004-04-09 Mark Kettenis <kettenis@gnu.org>
7959
7960 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
7961 support.
7962
44f4de1a
AC
79632004-04-05 Andrew Cagney <cagney@redhat.com>
7964
7965 * gdb.base/sigaltstack.c: New file.
7966 * gdb.base/sigaltstack.exp: New file.
7967
ef04f396
JB
79682004-04-04 Joel Brobecker <brobecker@gnat.com>
7969
7970 * gdb.base/foll-fork.exp: Update the expected output for
7971 "help set follow-fork-mode", to match a change that was made
7972 to the help of this variable on 2004-01-13.
7973
d40d2c92
JB
79742004-04-01 Joel Brobecker <brobecker@gnat.com>
7975
7976 * lib/ada.exp: Add copyright notice.
7977 * bar.ads: Likewise.
7978 * bar.adb: Likewise.
7979 * null_record.adb: Likewise.
7980 * null_record.exp: Likewise.
7981 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
7982
f86ef5a3
JB
79832004-04-01 Joel Brobecker <brobecker@gnat.com>
7984
7985 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
7986 * configure: Regenerate.
7987
414e70e3
JB
79882004-04-01 Joel Brobecker <brobecker@gnat.com>
7989
7990 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
7991 to build the application. Remove the message printed when in
7992 verbose mode, redundant with the UNSUPPORTED message above.
7993
f0aaee49
JB
79942004-03-31 Joel Brobecker <brobecker@gnat.com>
7995
7996 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
7997 * gdb.ada (null_record.exp): New testcase.
7998
ac81cb54
JB
79992004-03-31 Joel Brobecker <brobecker@gnat.com>
8000
8001 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
8002
854af2f7
JB
80032004-03-31 Joel Brobecker <brobecker@gnat.com>
8004
8005 * gdb.ada: New subdirectory.
8006 * gdb.ada/Makefile.in: New file.
8007 * gdb.ada/gnat_ada.gpr.in: New file.
8008
034cb681
JB
80092004-03-31 Joel Brobecker <brobecker@gnat.com>
8010
8011 * lib/ada.exp: New file.
8012
78a1a894
DJ
80132004-03-24 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
8016 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
8017
4b2b3b3e
AC
80182004-03-22 Andrew Cagney <cagney@redhat.com>
8019
8020 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
8021 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8022 Problem identified by Ulrich Weigand.
8023
23c73aa3
DC
80242004-03-17 David Carlton <carlton@kealia.com>
8025
8026 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
8027 PR c++/826.
8028
d63a86f8
RM
80292004-03-16 Roland McGrath <roland@redhat.com>
8030
8031 * gdb.base/auxv.exp: New file.
8032 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
8033
0e02aa50
DC
80342004-03-12 David Carlton <carlton@kealia.com>
8035
8036 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
8037 * gdb.cp/pr-1553.cc: Ditto.
8038 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
8039 pass branch.
8040
c20b71be
MC
80412004-03-12 Michael Chastain <mec.gnu@mindspring.com>
8042
8043 * gdb.cp/templates.exp: Accept more template types.
8044
c7414a01
MC
80452004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8046
8047 From Corinna Vinschen with modifications.
8048 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
8049 local variable obj_with_enum.
8050 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
8051 results with obj_with_enum.
8052
ed69573c
MC
80532004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8054
8055 * gdb.cp/classes.cc: New file, copied from misc.cc.
8056 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
8057
28301461
MC
80582004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8059
8060 * gdb.cp/misc.cc: Add copyright notice.
8061
1198ecbe
DC
80622004-03-05 David Carlton <carlton@kealia.com>
8063
8064 * gdb.cp/rtti.exp: Add 'print *obj3' test.
8065 * gdb.cp/rtti.h: Update copyright.
8066 (namespace n2::n3): New.
8067 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
8068 (n2::n3::func3): New.
8069 (main): Call n2::n3::func3.
8070 * gdb.cp/rtti2.cc: Update copyright.
8071 (n2::create3): New.
8072
9e08c470
MK
80732004-03-04 Mark Kettenis <kettenis@gnu.org>
8074
8075 * gdb.asm/openbsd.inc: Fix typo.
8076
4bebc3aa
FF
80772004-03-03 Fred Fish <fnf@redhat.com>
8078
8079 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
8080 "val" instead of unused "size". Update copyright year.
8081
6ea9fb37
DJ
80822004-02-29 Daniel Jacobowitz <drow@mvista.com>
8083
8084 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
8085 to use unsigned char.
8086 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
8087 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
8088
23b23974
DJ
80892004-02-29 Daniel Jacobowitz <drow@mvista.com>
8090
8091 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
8092 line of output.
8093
7574fd53
DJ
80942004-02-28 Daniel Jacobowitz <drow@mvista.com>
8095
8096 * gdb.base/relocate.c (dummy): Initialize.
8097
a195357f
DJ
80982004-02-28 Daniel Jacobowitz <drow@mvista.com>
8099
8100 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
8101 a breakpoint at exit.
8102
72fd54a9
FF
81032004-02-27 Fred Fish <fnf@redhat.com>
8104
8105 * gdb.base/chng-syms.exp: Add expect condition to match failing
8106 case that isn't a timeout.
8107
b9d23137
AC
81082004-02-27 Andrew Cagney <cagney@redhat.com>
8109
8110 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
8111 support.
8112
15d208f6 81132004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 8114
15d208f6
FF
8115 * gdb.arch/gdb1431.c: Remove.
8116 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
8117 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
8118 of "until" incorrectly.
8119
98f9cd2d
JB
81202004-02-26 J. Brobecker <brobecker@gnat.com>
8121
8122 * gdb.cp/class2.cc (empty): New class.
8123 (refer): New function.
8124 (main): Declare an object of type empty and use it.
8125 * gdb.cp/class2.exp: Print the value of an object of type empty.
8126
9b50c11b
JJ
81272004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8128
8129 * gdb.base/langs.exp: Update query string to match the
8130 new nquery format used for pending breakpoints.
8131
0dcd613f
AC
81322004-02-26 Andrew Cagney <cagney@redhat.com>
8133
8134 Fix PR i18n/1570.
8135 * gdb.base/charset.c: Update copyright notice.
8136 (main, init_string): Remove the escape character '\e' tests.
8137 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
8138 * gdb.base/charset.exp (valid_host_charset): Ditto.
8139 * gdb.base/setvar.exp: Ditto.
8140
b8a56647
AC
81412004-02-24 Andrew Cagney <cagney@redhat.com>
8142
90d59e34
AC
8143 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
8144 mmapped data in core file" PASS and FAIL messages consistent.
8145
b8a56647
AC
8146 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
8147 setting a breakpoint. Work around PR java/1565.
8148
9f27c604
JJ
81492004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8150
8151 * lib/gdb.exp (gdb_breakpoint): Update query string to match
8152 new nquery format.
8153 * gdb.base/pending.exp: Ditto.
8154
3224a706
MK
81552004-02-22 Mark Kettenis <kettenis@gnu.org>
8156
8157 * configure.in: Run stabs tests on *BSD.
8158 * configure: Regenerated.
8159
41e0a9ca
MK
81602004-02-21 Mark Kettenis <kettenis@gnu.org>
8161
8162 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
8163
1e1b3428
FF
81642004-02-20 Fred Fish <fnf@redhat.com>
8165
8166 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
8167 blank in test for "returns short", for consistency with other
8168 "returns xxx" tests. Update copyright year.
8169
f9a7572a
FF
81702004-02-19 Fred Fish <fnf@redhat.com>
8171
8172 New testcase for PR breakpoint/1558.
8173 * gdb.arch/gdb1558.exp: New file.
8174 * gdb.arch/gdb1558.c: New file.
8175
b2ce2854
EZ
81762004-02-19 Elena Zannoni <ezannoni@redhat.com>
8177
8178 * gdb.base/nodebug.exp: Fix typo.
8179
e7c9ff01
JB
81802004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8181
8182 Committed by Jim Blandy <jimb@redhat.com>.
8183
62f4b920
JB
8184 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
8185
2db536a1
JB
8186 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
8187
e7c9ff01
JB
8188 * gdb.base/float.exp: Support s390*-*-* targets.
8189
f3205b34
AF
81902004-02-17 Adam Fedor <fedor@gnu.org>
8191
8192 * gdb.base/gdb1555.exp: New file.
8193 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
8194
9d62932d
EZ
81952004-02-17 Elena Zannoni <ezannoni@redhat.com>
8196
8197 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
8198
344c9711
FF
81992004-02-16 Fred Fish <fnf@redhat.com>
8200
8201 * gdb.arch/gdb1291.c: Remove
8202 * gdb.arch/gdb1291.s: New test input file.
8203 * gdb.arch/gdb1291.exp: Expand test to check case that should not
8204 fail. Test for correct result, known incorrect result, other
8205 failures and timeouts.
8206
2d822687
AC
82072004-02-16 Andrew Cagney <cagney@redhat.com>
8208
8209 * gdb.base/bigcore.exp: New file.
8210 * gdb.base/bigcore.c: New file.
8211
dac15b66
AC
82122004-02-13 Andrew Cagney <cagney@redhat.com>
8213
8214 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
8215 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
8216 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
8217 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
8218 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
8219 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
8220 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
8221 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
8222 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
8223 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
8224
6bdfc2c4
JJ
82252004-02-11 Jeff Johnston <jjohnstn@redhat.com>
8226
8227 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
8228 executed is an alloc instruction.
8229
87b3ede8
DC
82302004-02-11 David Carlton <carlton@kealia.com>
8231
8232 * gdb.cp/breakpoint.exp: New.
8233 * gdb.cp/breakpoint.cc: New.
8234
6e19e2bf
MC
82352004-02-11 Michael Chastain <mec.gnu@mindspring.com>
8236
8237 Partial fix for PR gdb/1543.
8238 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
8239 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
8240 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
8241 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
8242 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
8243 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
8244 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
8245 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
8246 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
8247 to bug-gdb@prep.ai.mit.edu .
8248 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
8249 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
8250 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
8251 Likewise.
8252
5c5455dc
AC
82532004-02-10 Andrew Cagney <cagney@redhat.com>
8254
8255 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
8256 using gdb_internal_error_resync.
8257
9cf689d7
DJ
82582004-02-09 Daniel Jacobowitz <drow@mvista.com>
8259
8260 * gdb.threads/thread-specific.exp: Stop early if no threads are
8261 found.
8262
d2dc51db
MC
82632004-02-09 Michael Chastain <mec.gnu@mindspring.com>
8264
8265 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
8266
14b1a056
DJ
82672004-02-08 Daniel Jacobowitz <drow@mvista.com>
8268
8269 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
8270 breakpoints.
8271
83f66e8f
DJ
82722004-02-07 Daniel Jacobowitz <drow@mvista.com>
8273
8274 * config/sim.exp (gdb_load): Handle $arg == "".
8275 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
8276 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
8277
30fc0091
EZ
82782004-02-07 Elena Zannoni <ezannoni@redhat.com>
8279
a9c64011
AS
8280 * gdb.base/maint.exp: Update test to reflect
8281 obstack changes.
30fc0091 8282
4d806929
JJ
82832004-02-04 Jeff Johnston <jjohnstn@redhat.com>
8284
8285 * gdb.base/pendshr.c (pendfunc): New function that calls
8286 pendfunc1.
8287 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
8288
7bfdd688
FF
82892004-02-04 Fred Fish <fnf@redhat.com>
8290
8291 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
8292 function symbols and update copyright years.
8293 * gdb.arch/gdb1291.c: Ditto.
8294
aaa08ee4
MC
82952004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8296
8297 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
8298
dbad7755
MC
82992004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8300
8301 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
8302
ec4646ef
MC
83032004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8304
8305 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8306
1b802196
FF
83072004-02-02 Fred Fish <fnf@redhat.com>
8308
8309 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8310 remote targets. Update copyright years.
8311
18fe2033
JJ
83122004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8313
8314 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
8315 support.
8316 * gdb.base/langs.exp: Fix test which attempts to create
8317 breakpoint on non-existent function to handle new pending
8318 support.
8319 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
8320 a breakpoint.
8321 * gdb.base/pending.exp: New test.
8322 * gdb.base/pending.c: New file.
8323 * gdb.base/pendshr.c: Ditto.
8324
8d577d32
DC
83252004-02-02 David Carlton <carlton@kealia.com>
8326
8327 * gdb.cp/overload.exp: Add overloadNamespace tests.
8328 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
8329 (overloadNamespace, XXX): New.
8330 (main): Call XXX::marker2.
8331
3ad13771
FF
83322004-02-01 Fred Fish <fnf@redhat.com>
8333
8334 * gdb.base/dump.exp: Use runto_main instead of "runto main".
8335 * gdb.base/finish.exp: Ditto.
8336 * gdb.base/gcore.exp: Ditto.
8337 * gdb.base/huge.exp: Ditto.
8338 * gdb.base/info-proc.exp: Ditto.
8339 * gdb.base/return2.exp: Ditto.
8340 * gdb.threads/gcore-thread.exp: Ditto.
8341
44c75849
DJ
83422004-02-01 Daniel Jacobowitz <drow@mvista.com>
8343
8344 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
8345
005bc093
MK
83462004-02-01 Mark Kettenis <kettenis@gnu.org>
8347
8348 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
8349 that opening the file succeeds on OpenBSD.
8350
c47cebdb
DJ
83512004-02-01 Daniel Jacobowitz <drow@mvista.com>
8352
8353 * gdb.threads/thread-specific.c: New file.
8354 * gdb.threads/threads-specific.exp: New test script.
8355 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
8356 to expect_out.
8357
5a01311c
MK
83582004-02-01 Mark Kettenis <kettenis@gnu.org>
8359
8360 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
8361 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
8362 only on the "print_small_structs from print_long_arg_list" test.
8363
ce22a4f1
DJ
83642004-02-01 Daniel Jacobowitz <drow@mvista.com>
8365
8366 * gdb.base/completion.exp: Kill a stray backslash.
8367
8368 From Jim Ingham <jingham@apple.com>:
8369 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
8370 agrees with the result from sending a tab.
8371
abbab9d3
DJ
83722004-01-31 Daniel Jacobowitz <drow@mvista.com>
8373
8374 * gdb.base/chng-syms.exp: Remove stray newline.
8375
53904d1e
MK
83762004-01-31 Mark Kettenis <kettenis@gnu.org>
8377
8378 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
8379 *-*-openbsd*.
8380 * gdb.asm/openbsd.inc: New file.
8381
3a4b3aac
MK
83822004-01-30 Mark Kettenis <kettenis@gnu.org>
8383
8384 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
8385 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
8386 *-*solaris2*. Remove commented out default settings for
8387 asm-flags. Replace gdb_compile with target_link.
8388
ebac27b4
MC
83892004-01-29 Michael Chastain <mec.gnu@mindspring.com>
8390
8391 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8392 for all tests. Remove old hp-ux and cygnus xfail cases.
8393
d8679d84
PH
83942004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8395
8396 * gdb.base/chng-syms.exp: New file.
8397 * gdb.base/chng-syms.c: New file.
8398
0a55bc22
MC
83992004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8400
8401 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8402 Provide arms for current output in all my configurations.
8403
94b8e876
MC
84042004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8405
8406 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8407 * lib/compiler.cc: Likewise.
8408 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8409 get the right preprocessor. Eval the output directly. Remove
8410 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8411 hp_f77_compiler and hp_f90_compiler completely.
8412 (gdb_preprocess): Delete.
8413 (get_compiler): Delete.
8414
7cf03d44
MK
84152004-01-24 Mark Kettenis <kettenis@gnu.org>
8416
8417 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8418 <string.h>.
8419
68b6dce9
NR
84202004-01-24 Nick Roberts <nick@nick.uklinux.net>
8421
8422 * gdb.mi/mi-stack.exp: Update copyright.
8423
b368761e
DC
84242004-01-23 David Carlton <carlton@kealia.com>
8425
8426 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8427 test for cp_lookup_transparent_type.
8428 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8429 call them.
8430
f2061b53
DJ
84312004-01-23 Daniel Jacobowitz <drow@mvista.com>
8432
8433 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8434 after -var-update.
8435
37fc574a
DC
84362004-01-23 David Carlton <carlton@kealia.com>
8437
8438 * gdb.cp/namespace.cc (C::ensureRefs): New.
8439 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8440
8e94b928
NR
84412004-01-20 Nick Roberts <nick@nick.uklinux.net>
8442
8443 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8444 case "-stack-list-locals 2".
8445 * gdb.mi/mi-var-child.exp: Test for case
8446 "-var-list-children --all-values NAME".
8447
997b0952
MC
84482004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8449
8450 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8451
52470da3
MK
84522004-01-18 Mark Kettenis <kettenis@gnu.org>
8453
7049b4b8
MK
8454 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8455 used with gdb_test_multiple.
8456
52470da3
MK
8457 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8458 read at address 0. This fixes PR testsuite/1504.
8459
da6012e5
DJ
84602004-01-18 Daniel Jacobowitz <drow@mvista.com>
8461
8462 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8463 Remove downloading, guessing the host executable, the calls to
8464 gdb_file_cmd and gdb_target_cmd, and "load" support.
8465 (infer_host_exec): New function broken out from gdb_load.
8466 (gdb_load): New wrapper for gdbserver_gdb_load.
8467 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8468 gdb_target_cmd. Use -target-select.
8469 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8470 Download binaries to the host. Clear last_mi_remote_file when
8471 we load a new binary.
8472 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8473 call gdbserver_gdb_load and mi_gdb_target_cmd.
8474
32c70722
MC
84752004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8476
8477 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8478 type patterns.
8479
b0cecf36
MC
84802004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8481
8482 * gdb.cp/templates.exp: Fix typo in test name of
8483 "print Foo<volatile char*>::foo".
8484
4120d7e6
MC
84852004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8486
8487 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8488
f679e530
BE
84892004-01-16 Ben Elliston <bje@wasabisystems.com>
8490
8491 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8492 (clean mostlyclean): Remove empty rm.
8493
091c48f6
MC
84942004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8495
8496 * gdb.base/setvar.exp: Add copyright years.
8497
3e5fc8d2
DC
84982004-01-14 David Carlton <carlton@bactrian.org>
8499
8500 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8501 PR c++/1511 and update coment.
8502 * gdb.cp/templates.exp: Update patterns to match current output.
8503 If changes involve something other than whitespace, KFAIL
8504 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8505
63d06c5c
DC
85062004-01-14 David Carlton <carlton@kealia.com>
8507
8508 * gdb.cp/namespace.exp: Add tests involving classes defined within
8509 namespaces.
8510 * gdb.cp/namespace.cc (C::CClass): New.
8511 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8512
a51dab88
EZ
85132004-01-14 Elena Zannoni <ezannoni@redhat.com>
8514
8515 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8516 what debug info we have. Print a better message if something goes
8517 wrong while producing the separate debug info file.
8518
a476ccc9
MC
85192004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8520
8521 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8522
f453692c
MC
85232004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8524
8525 * gdb.base/callfuncs.c: Add copyright notice.
8526
f40063a5
MC
85272004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8528
8529 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8530 inheritance. PR gdb/1498, PR gcc/13539.
8531
19ac3974
EZ
85322004-01-13 Elena Zannoni <ezannoni@redhat.com>
8533
a9c64011
AS
8534 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8535 test specific name.
8536 * gdb.mi/gdb669.exp: Ditto.
8537 * gdb.mi/mi-pthreads.exp: Ditto.
8538 * gdb.mi/mi1-pthreads.exp: Ditto.
8539 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 8540
56c97c6e
MC
85412004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8542
8543 * gdb.cp/member-ptr.cc: Add copyright notice.
8544
a0644324
MC
85452004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8546
8547 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8548 some patterns for recent versions of gcc and hpacc. Delete
8549 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8550 Delete tests that access a NULL pointer-to-member-data. This
8551 script is still disabled for gcc.
8552
32fabe09
EZ
85532004-01-12 Elena Zannoni <ezannoni@redhat.com>
8554
8555 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 8556 escaped correctly.
32fabe09 8557
1f8a6abb
EZ
85582004-01-12 Elena Zannoni <ezannoni@redhat.com>
8559
8560 * gdb.base/sepdebug.exp: New file.
8561 * gdb.base/sepdebug.c: New file.
8562 * lib/gdb.exp (separate_debug_filename): New procedure.
8563 (gdb_gnu_strip_debug): New procedure.
8564
48efe704
AC
85652004-01-12 Andrew Cagney <cagney@redhat.com>
8566
8567 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8568 * gdb.mi/ChangeLog-1999-2003: New file.
8569
a9415475
AC
85702004-01-12 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8573 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8574 or EEXIST", treat EBUSY as an XFAIL.
8575
83b8cf9d
MC
85762004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8577
8578 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8579 hp_cc_compiler.
8580
9939d2a8
MC
85812004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8582
8583 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8584 decorations.
8585
1ff8cadf
MC
85862004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8587
8588 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8589 and "(aCC)" decorations. Remove obsolete doco about old
8590 test results.
8591
6fa9022e
MC
85922004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8593
8594 * gdb.cp/exception.exp: Fix typo in doco.
8595
209721fe
MK
85962004-01-09 Mark Kettenis <kettenis@gnu.org>
8597
8598 * gdb.base/gdb1476.exp: Fix typo.
8599
ef11303e
MC
86002004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8601
8602 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8603 file.
8604
041ab88c
MC
86052004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8606
8607 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8608 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8609 Use gdb_compile. Remove restriction on gcc. Add some patterns
8610 for recent version of gdb. Delete second half, which was a copy
8611 of the first half with different build flags. This test is
8612 still disabled because it is still not ready for production.
8613
e36d075a
MC
86142004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8615
8616 * gdb.cp/exception.cc: Add copyright notice.
8617 * gdb.cp/exception.exp: Add a notice that this file is broken
8618 because of line number changes caused by addition of copyright
8619 notice.
8620
42b190ad
MC
86212004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8622
8623 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8624 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8625
8f25f06b
MC
86262004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8627
8628 * gdb.cp/classes.exp: Accept gnu abi 2.
8629 * gdb.cp/derivation.exp: Likewise.
8630 * gdb.cp/overload.exp: Likewise.
8631 * gdb.cp/virtfunc.exp: Likewise.
8632
06ded8b8
MC
86332004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8634
8635 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8636 semicolon after end of function.
8637
77c26ae3
MC
86382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8639
8640 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8641 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8642 boilerplate code for compiling and running the program under
8643 test. Add some string method tests.
8644
20757486
MC
86452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8646
8647 * gdb.cp/bs15503.cc: Add copyright notice.
8648 * gdb.cp/bs15503.exp: Adjust line number.
8649
0fd3b503
MC
86502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8651
8652 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8653 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8654
10d1bea8
MC
86552004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8656
8657 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8658 hp_cc_compiler.
8659
2789202a
MC
86602004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8661
8662 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8663 * gdb.cp/ctti.exp: Use the marker instead of "next".
8664 With gcc, run further before bailing.
8665
b862f14c
MC
86662004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8667
8668 * gdb.cp/cttiadd.cc: Add copyright notice.
8669 * gdb.cp/cttiadd1.cc: Likewise.
8670 * gdb.cp/cttiadd2.cc: Likewise.
8671 * gdb.cp/cttiadd3.cc: Likewise.
8672
96da2469
MC
86732004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8674
8675 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8676 Use gdb_test, gdb_test_multiple. Use floating-point values that
8677 have exact representations in IEEE-ish formats.
8678
053248ff
MC
86792004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8680
8681 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8682 compilers. Delete duplicate call to get_compiler_info.
8683 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8684 * gdb.base/volatile.exp: Likewise.
8685
84acecdd
MK
86862004-01-07 Mark Kettenis <kettenis@gnu.org>
8687
8688 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8689 memory at address 0.
8690
fe11a27f
MC
86912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8692
8693 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8694 to test for hp-ux assembler. Fix copyright years.
8695
60ad077b
AC
86962004-01-07 Andrew Cagney <cagney@redhat.com>
8697
8698 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8699
1c9b8f33
AC
87002004-01-07 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8703 when creating the read-only file. From analysis by Roland McGrath
8704 and Elena Zannoni.
8705
753ccc7a
MC
87062004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8707
8708 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8709
eca3e36b
MC
87102004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8711
8712 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8713 data pointers.
8714
f8d4bac4
MC
87152004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8716
8717 * gdb.cp/m-static.exp: Compile one source file at a time.
8718 Delete unused call to get_compiler_info.
8719
9b4e0f94
MC
87202004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8721
8722 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8723 * gdb.base/call-rt-st.exp: Likewise.
8724 * gdb.base/nodebug.exp: Likewise.
8725 * gdb.base/volatile.exp: Likewise.
8726 * gdb.cp/ref-types.exp: Likewise.
8727 * gdb.cp/templates.exp: Likewise.
8728
023c1024
MK
87292004-01-05 Mark Kettenis <kettenis@gnu.org>
8730
8731 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8732
19703c4a
MC
87332004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8734
8735 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8736 hppa*-hp-hpux*.
8737
18b67037
MK
87382004-01-04 Mark Kettenis <kettenis@gnu.org>
8739
ba6219c8
MK
8740 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8741 x86_64-*-*.
8742
18b67037
MK
8743 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8744 sparc64-*-* and sparc*-solaris2*.
8745
1bfbbb9d
MK
87462004-01-04 Mark Kettenis <kettenis@gnu.org>
8747
8748 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8749 return ${tests}" test. The ${tests} already mentions the
8750 filename.
8751
06846494
MC
87522004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8753
8754 * gdb.cp/local.exp: Accept gcc abi 2.
8755
3b0cb202
MC
87562004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8757
8758 * gdb.cp/templates.exp: Accept gcc abi 2.
8759
0643ec3f
MC
87602004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8761
8762 * lib/compiler.cc: Remove supports_template_debugging.
8763 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8764
d231d0b1
MC
87652004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8766
8767 * gdb.cp/namespace.exp: Accept gcc abi 2.
8768
44ffb27c
MC
87692004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8770
8771 * gdb.cp/method.exp: Accept gcc abi 2.
8772
184ad485
MC
87732004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8774
8775 * gdb.cp/classes.exp: Generate identical results as old version.
8776 * gdb.cp/derivation.exp: Likewise.
8777 * gdb.cp/overload.exp: Likewise.
8778 * gdb.cp/virtfunc.exp: Likewise.
8779
116f09e7
MC
87802004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8781
8782 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8783 mysterious bug with sourceware version of expect.
8784
b1379776
MC
87852004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8786
8787 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8788 current versions of gcc, including gcc abi 2. Remove gratuitous
8789 restart of test program. Use gdb_test_multiple and gdb_test for
8790 all tests. Add patterns to xfail missing "const" in "const char *"
8791 and kfail PR gdb/1155.
8792
6b7a4c0e
MC
87932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8794
8795 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8796 current versions of gcc, including gcc abi 2. Remove gratuitous
8797 restart of test program. Use gdb_test_multiple and gdb_test for
8798 all tests. Add patterns to kfail PR gdb/1498.
8799
51615d72
MC
88002003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8801
8802 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8803 current versions of gcc, including gcc abi 2. Use "breakpoint"
8804 and "continue" instead of restarting the target program. Use
8805 gdb_test_multiple and gdb_test for all tests.
8806
7b79a9d7
MK
88072004-01-01 Mark Kettenis <kettenis@gnu.org>
8808
8809 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8810 for *-*-solaris2*.
8811
1cd3489f
MC
88122003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8813
8814 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8815 current versions of gcc, including gcc abi 2. Use "breakpoint"
8816 and "continue" instead of restarting the target program several
8817 times. Use gdb_test_multiple and gdb_test for all tests.
8818
850742db
MC
88192003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8820
8821 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8822 source files.
8823
eb4bbda8
MC
88242003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8825
8826 * gdb.base/environ.exp: Handle compiling test case from multiple
8827 source files.
8828
e42c7771
MC
88292003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8830
8831 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8832
80e4b428
JB
88332003-12-17 Jim Blandy <jimb@redhat.com>
8834
5f06973a
JB
8835 * gdb.base/freebpcmd.c: Add copyright notice.
8836
80e4b428
JB
8837 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8838
0ab84fb7
MC
88392003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8840
8841 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8842
1b3bb3d0
JB
88432003-12-13 Jim Blandy <jimb@redhat.com>
8844
8845 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8846
3a4c9371
KB
88472003-12-12 Kevin Buettner <kevinb@redhat.com>
8848
8849 * gdb.asm/frv.inc: New file.
8850 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8851
a1dea79a
FF
88522003-12-09 Fred Fish <fnf@redhat.com>
8853
8854 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8855 functions to break1.c and leave prototypes behind. Add more
8856 "set breakpoint NN here" comments.
8857 * gdb.base/break1.c: New file.
8858
8859 * gdb.base/break.exp: Handle compiling test case from multiple
8860 source files and change source file references as needed.
8861 * gdb.base/completion.exp: Ditto.
8862 * gdb.base/condbreak.exp: Ditto.
8863 * gdb.base/define.exp: Ditto.
8864 * gdb.base/ena-dis-br.exp: Ditto.
8865 * gdb.base/info-proc.exp: Ditto.
8866 * gdb.base/maint.exp: Ditto.
8867 * gdb.base/until.exp: Ditto.
8868
8869 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8870 hardcoded line numbers.
8871 * gdb.base/define.exp: Ditto.
8872 * gdb.base/ena-dis-br.exp: Ditto.
8873 * gdb.base/maint.exp: Ditto.
8874 * gdb.base/until.exp: Ditto.
8875
8876 * gdb.base/completion.exp: Use "break1" for completion tests since
8877 "break" is no longer a unique prefix.
8878
5266b69c
AC
88792003-12-06 Andrew Cagney <cagney@redhat.com>
8880
8881 * gdb.base/structs.exp (test_struct_returns): When applicable, set
8882 "return_value_unimplemented". When an unimplemented struct return
8883 architecture, report incorrect values as a KFAIL
8884
374451f0
MC
88852003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8886
8887 * gdb.cp/rtti.exp: Accept new wording of warning from
8888 cp_lookup_rtti_type.
8889
ba9b20a7
MC
88902003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8891
8892 Partial fix for PR testsuite/1456.
8893 * gdb.base/scope.exp (test_at_main): Replace references to
8894 gcc_compiled with calls to test_compiler_info.
8895 (test_at_foo): Likewise.
8896 (test_at_bar): Likewise.
8897
b74b6d0b
MC
88982003-12-04 Michael Chastain <mec.gnu@mindspring.com>
8899
8900 Partial fix for PR testsuite/1456.
8901 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
8902 to test_compiler_info.
8903
ccfa3402
MC
89042003-12-03 Michael Chastain <mec.gnu@mindspring.com>
8905
8906 * gdb.base/so-impl-ld.exp: Update copyright notice.
8907
f6246aba
MC
89082003-12-02 Michael Chastain <mec.gnu@mindspring.com>
8909
8910 Partial fix for PR testsuite/1456.
8911 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
8912 to test_compiler_info.
8913
13ae734a
MC
89142003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8915
8916 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
8917 from current versions of gdb. Clean up regular expressions.
8918 Delete redundant timeout case.
8919
d8e1cdee
MC
89202003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8921
8922 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
8923 from current versions of gdb. Clean up regular expressions.
8924 Delete redundant timeout case.
8925
96457b64
MC
89262003-12-01 Michael Chastain <mec.gnu@mindspring.com>
8927
8928 Partial fix for PR testsuite/1456.
8929 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
8930 gcc_compiled with call to test_compiler_info.
8931
f35309fc
MC
89322003-11-30 Michael Chastain <mec.gnu@mindspring.com>
8933
8934 Partial fix for PR testsuite/1456.
8935 * gdb.base/list.exp (test_list_function): Delete unused declaration
8936 of gcc_compiled.
8937
d7afdf9b
MC
89382003-11-29 Michael Chastain <mec.gnu@mindspring.com>
8939
8940 Partial fix for PR testsuite/1456.
8941 * gdb.base/complex.exp: Replace reference to gcc_compiled with
8942 call to test_compiler_info.
8943
71507b56
MK
89442003-11-29 Mark Kettenis <kettenis@gnu.org>
8945
8946 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
8947 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
8948 it to create the appropriate note.inc.
8949 * gdb.asm/asmsrc1.s: Include "note.inc".
8950 * gdb.asm/netbsd.inc: New file.
8951 * gdb.asm/empty.inc: New file.
8952
f81f93f7
MC
89532003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8954
8955 Partial fix for PR testsuite/1456.
8956 * gdb.base/constvars.exp: Replace references to gcc_compiled with
8957 calls to test_compiler_info.
8958
9a77938e
MC
89592003-11-27 Michael Chastain <mec.gnu@mindspring.com>
8960
8961 Partial fix for PR testsuite/1456.
8962 * gdb.base/volatile.exp: Replace references to gcc_compiled with
8963 calls to test_compiler_info.
8964
e8367dc7
MK
89652003-11-27 Mark Kettenis <kettenis@gnu.org>
8966
8967 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
8968 pattern for the KFAILs.
8969
526c61ee
AF
89702003-11-25 Adam Fedor <fedor@gnu.org>
8971
8972 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
8973 * gdb.objc/objcdecode.m: New file.
8974
28f2d600
AF
89752003-11-25 Adam Fedor <fedor@gnu.org>
8976
8977 * gdb.objc/nondebug.exp: Test for PR objc/1236.
8978 * gdb.objc/nondebug.m: New file.
8979
a3895cee
BE
89802003-11-26 Ben Elliston <bje@wasabisystems.com>
8981
8982 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8983 NetBSD as it does on FreeBSD. Modelled on a similar change by
8984 Mark Kettenis on 2003-05-30.
8985 (link-flags): Set to "--entry _start" regardless of target.
8986 Special linker flags are to be appended to $link-flags.
8987 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
8988
c9f2c8a3
MC
89892003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8990
8991 * gdb.cp/method.exp: Accept output of new demangler.
8992
15a0587a 89932003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
8994
8995 * gdb/class2.exp: New file.
8996 * gdb/class2.cc: New file.
8997
3c00b570
MC
89982003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8999
9000 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
9001 of new demangler.
9002
7027acc7
MK
90032003-11-23 Mark Kettenis <kettenis@gnu.org>
9004
9005 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
9006 of gdb_test "run".
9007
b0e1598a
MK
90082003-11-23 Mark Kettenis <kettenis@gnu.org>
9009
9010 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
9011 "continue" into "run".
9012
4d9eda44
MC
90132003-11-23 Michael Chastain <mec.gnu@mindspring.com>
9014
9015 Partial fix for PR testsuite/1456.
9016 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
9017 call to test_compiler_info.
9018 * gdb.cp/ctti.exp: Likewise.
9019 * gdb.cp/derivation.exp: Likewise.
9020 * gdb.cp/member-ptr.exp: Likewise.
9021 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
9022 reference to gcc_compiled.
9023
90242003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
9025
9026 Fix PR testsuite/1463.
9027 * gdb.base/structs.exp (start_structs_test): Call
9028 get_debug_format before using the debug format.
9029
d422fe19
AC
90302003-11-22 Andrew Cagney <cagney@redhat.com>
9031
9032 * lib/gdb.exp (gdb_test_multiple): Add simple example.
9033 * gdb.base/structs.exp: Use gdb_test_multiple.
9034
039cf96d
AC
90352003-11-20 Andrew Cagney <cagney@redhat.com>
9036
6882279b
AC
9037 * gdb.base/structs.exp: Handle and recover from internal errors.
9038 Replace "foo${n}" with "foo<n>" in test messages.
9039
e53890ae
AC
9040 * gdb.base/structs.exp: Update copyright. Rewrite.
9041 * gdb.base/structs.c: Update copyright. Rewrite.
9042
2b211c59
AC
9043 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
9044 resync count exceeded.
d63a86f8 9045
039cf96d
AC
9046 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
9047 from the internal error.
9048 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
9049 Original from Jim Blandy.
9050 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 9051
eac98b22
AC
90522003-11-19 Andrew Cagney <cagney@redhat.com>
9053
9054 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
9055 KFAIL.
9056
67455b2a
MK
90572003-11-17 Mark Kettenis <kettenis@gnu.org>
9058
9059 New testcase for PR backtrace/1435.
9060 * gdb.arch/i386-unwind.exp: New file.
9061 * gdb.arch/i386-unwind.c: New file.
9062
853d6e5b
AC
90632003-11-17 Andrew Cagney <cagney@redhat.com>
9064
9065 * lib/gdb.exp (compiler_info): New global.
9066 (test_compiler_info): New function.
9067 (get_compiler_info): Set compiler_info.
9068 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
9069 "compiler_info" to gcc-<major>-<minor>.
9070
38cf6e11
MC
90712003-11-15 Michael Chastain <mec.gnu@mindspring.com>
9072
9073 * gdb.trace/configure: Remove.
9074
a50d3602
EZ
90752003-11-13 Elena Zannoni <ezannoni@redhat.com>
9076
9077 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 9078 breakpoints.
a50d3602
EZ
9079 * gdb.base/break.exp: Remove all references to explicit line
9080 numbers.
9081
d9407aaa
NC
90822003-11-11 Nick Clifton <nickc@redhat.com>
9083
9084 * gdb.base/shreloc.exp: Do not run for targets which do not
9085 support shared objects.
9086
db488fc1
CV
90872003-11-10 Corinna Vinschen <vinschen@redhat.com>
9088
9089 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
9090 Don't run tests if nofileio flag is given.
9091
6a90a18e
EZ
90922003-11-07 Elena Zannoni <ezannoni@redhat.com>
9093
9094 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 9095 as well as 'Watchpoint'.
6a90a18e 9096
0b915e9c
EZ
90972003-11-06 Elena Zannoni <ezannoni@redhat.com>
9098
9099 Reported by Jim Ingham <jingham@apple.com>:
9100 * gdb.base/annota1.exp: Match at least one occurrence of the
9101 signal handler annotation.
9102
d7e4b55f
EZ
91032003-11-06 Elena Zannoni <ezannoni@redhat.com>
9104
a9c64011
AS
9105 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
9106 as well as 'Watchpoint'.
d7e4b55f 9107
2fe4e8d0
MC
91082003-11-05 Michael Chastain <mec@shout.net>
9109
9110 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
9111
6ef88553
KW
91122003-11-03 Kris Warkentin <kewarken@qnx.com>
9113
9114 * gdb.arch/gdb1291.c: New test file.
9115 * gdb.arch/gdb1291.exp: New test script.
9116 * gdb.arch/gdb1431.c: New test file.
9117 * gdb.arch/gdb1431.exp: New test script.
9118
ae7dc4d8
MC
91192003-10-22 Michael Chastain <mec@shout.net>
9120
9121 * gdb.mi/pthreads.c: Add copyright notice.
9122
c39d7427
MC
91232003-10-22 Michael Chastain <mec@shout.net>
9124
9125 * gdb.threads/pthreads.c: Add copyright notice.
9126
8b7d96c1
MC
91272003-10-20 Michael Chastain <mec@shout.net>
9128
9129 * gdb.base/gdb1056.exp: New test script.
9130
d1d69fdd
DJ
91312003-10-13 Daniel Jacobowitz <drow@mvista.com>
9132
9133 * gdb.threads/killed.exp: Use gdb_run_cmd.
9134
7d605576
DJ
91352003-10-13 Daniel Jacobowitz <drow@mvista.com>
9136
9137 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
9138 create a core file.
9139 * gdb.threads/gcore-thread.exp: Likewise.
9140
618ec112
CV
91412003-10-13 Corinna Vinschen <vinschen@redhat.com>
9142
9143 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
9144 type, based on char type.
9145 (struct bit_flags_short_t): New bitfield type, based on short type.
9146 (init_bit_flags_char): New fuction.
9147 (init_bit_flags_short): Ditto.
9148 (print_bit_flags_char): Ditto.
9149 (print_bit_flags_short): Ditto.
9150 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
9151
9367a73c
MC
91522003-10-11 Michael Chastain <mec@shout.net>
9153
9154 * gdb.base/call-rt-st.exp: Update copyright year.
9155
1decf120
KI
91562003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9157
9158 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
9159 * gdb.disasm/sh3.s: Ditto.
9160
5445b2ae
DJ
91612003-10-07 Daniel Jacobowitz <drow@mvista.com>
9162
9163 * gdb.threads/switch-threads.exp: New test.
9164 * gdb.threads/switch-threads.c: New source file.
9165
aec24853
CV
91662003-10-07 Corinna Vinschen <vinschen@redhat.com>
9167
9168 * gdb.base/ending-run.exp: Add sh specific case.
9169
adc7428d
AC
91702003-10-06 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
9173 * gdb.disasm/mn10200.exp: Delete obsolete file.
9174
c9d37158
DJ
91752003-09-29 Daniel Jacobowitz <drow@mvista.com>
9176
9177 * ChangeLog: Correct an entry command.exp -> commands.exp.
9178 * gdb.base/commands.exp (bp_deleted_in_command_test)
9179 (temporary_breakpoint_commands): Check noargs.
9180
79c2c32d
DC
91812003-09-25 David Carlton <carlton@kealia.com>
9182
9183 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
9184 of some print tests, where appropriate. Add tests for C::D::cd,
9185 E::ce, F::cXfX, G::XgX.
9186 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
9187
594e6d67
RE
91882003-09-25 Richard Earnshaw <rearnsha@arm.com>
9189
9190 * lib/java.exp (java_init): Import target_alias before using it.
9191
10f0d451
DC
91922003-09-25 David Carlton <carlton@kealia.com>
9193
9194 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
9195
274bcba0
EZ
91962003-09-23 Elena Zannoni <ezannoni@redhat.com>
9197
d63a86f8 9198 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 9199 weirdness.
274bcba0 9200
cdbf20f7
MC
92012003-09-17 Michael Chastain <mec@shout.net>
9202
9203 * gdb.cp/gdb1355.exp: New file.
9204 * gdb.cp/gdb1355.c: New file.
9205
71e06f80
CV
92062003-09-15 Corinna Vinschen <vinschen@redhat.com>
9207
9208 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
9209 * gdb.asm/sh.inc: New file.
9210
5c4e30ca
DC
92112003-09-11 David Carlton <carlton@kealia.com>
9212
bd45b7af
DC
9213 * gdb.cp/namespace.exp: Add tests for namespace types.
9214 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
9215 (test_namespace): New.
9216
1c199746
EZ
92172003-09-11 Elena Zannoni <ezannoni@redhat.com>
9218
a9c64011 9219 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 9220 * gdb.stabs/weird.exp: Ditto.
1c199746 9221
04ed252f
MC
92222003-09-08 Michael Chastain <mec@shout.net>
9223
9224 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
9225
d8a2d9e7
MC
92262003-09-07 Michael Chastain <mec@shout.net>
9227
9228 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
9229 'parse error'.
9230
161afb24
MK
92312003-09-07 Mark Kettenis <m.kettenis@osp.nl>
9232
9233 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
9234
49f2741a
MC
92352003-08-30 Michael Chastain <mec@shout.net>
9236
9237 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
9238 * gdb.gdb/observer.exp: Ditto.
9239 * gdb.gdb/xfullpath.exp: Ditto.
9240
8afa723e
MK
92412003-08-29 Mark Kettenis <kettenis@gnu.org>
9242
9243 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
9244 *-*-*bsd*.
9245
f31dfe3b
JJ
92462003-08-28 Jeff Johnston <jjohnstn@redhat.com>
9247
9248 * gdb.base/dump.exp: Skip for ia64.
9249
4630e498
JJ
92502003-08-25 Jeff Johnston <jjohnstn@redhat.com>
9251
9252 * gdb.asm/asm-source.exp: Add ia64 support.
9253 * gdb.asm/ia64.inc: New file.
9254
1105b7ef
MC
92552003-08-22 Michael Chastain <mec@shout.net>
9256
9257 * gdb.cp: New directory.
9258 * gdb.cp/*: Copy from gdb.c++/*.
9259 * gdb.c++/*: Remove.
9260 * Makefile.in: Change gdb.c++ to gdb.cp.
9261 * configure.in: Ditto.
9262 * configure: Regnerate.
9263
c945b932
MK
92642003-08-18 Mark Kettenis <kettenis@gnu.org>
9265
9266 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
9267 * gdb.arch/i386-prologue.c (gdb1338): Add function.
9268
2b66634b
DJ
92692003-08-17 Daniel Jacobowitz <drow@mvista.com>
9270
9271 * mi-var-display.exp (-var-list-children weird): Accept function
9272 pointers with argument types.
9273 * mi1-var-display.exp (-var-list-children weird): Likewise.
9274 * mi2-var-display.exp (-var-list-children weird): Likewise.
9275
a356f73b
DJ
92762003-08-17 Daniel Jacobowitz <drow@mvista.com>
9277
9278 * gdb.base/annota3.exp: Add missing newline.
9279
483417b8
MC
92802003-08-06 Michael Chastain <mec@shout.net>
9281
9282 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
9283
c99c59c3
MS
92842003-08-12 Michael Snyder <msnyder@redhat.com>
9285
9286 * gdb.base/float.exp: Add test for SH.
9287
55ed7501
MK
92882003-08-10 Mark Kettenis <kettenis@gnu.org>
9289
9290 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
9291
1a371f2e
EZ
92922003-08-07 Elena Zannoni <ezannoni@redhat.com>
9293
9294 * gdb.base/completion.exp: Remove reduntant completion test
9295 on filename.
9296
e0f353ce
EZ
92972003-08-07 Elena Zannoni <ezannoni@redhat.com>
9298
a9c64011
AS
9299 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
9300 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
9301 gdb.trace/save-trace.exp: Make sure that full pathnames are
9302 escaped correctly.
e0f353ce 9303
5710a1af 93042003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 9305
a9c64011
AS
9306 * configure.in: Don't generate config.h from config.hin.
9307 * configure: Regenerate.
9308 * config.hin: Remove file.
9309 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
9310 * gdb.threads/pthreads.c: Ditto.
5710a1af 9311
dcd81ce9
DJ
93122003-08-07 Daniel Jacobowitz <drow@mvista.com>
9313
9314 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9315 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
9316 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
9317 Replace ld24 with seth/add3.
9318
6009d884
AC
93192003-08-02 Andrew Cagney <cagney@redhat.com>
9320
9321 * gdb.base/annota3.exp: New file.
9322 * gdb.base/annota3.c: New file.
9323 * gdb.c++/annota3.exp: New file.
9324 * gdb.c++/annota3.cc: New file.
9325
51514e06
MC
93262003-07-29 Michael Chastain <mec@shout.net>
9327
9328 * gdb.threads/tls.c (spin): Check errno only if sem_wait
9329 actually failed.
9330 (do_pass): Likewise.
9331 * gdb.threads/tls.exp: Always initialize no_of_threads.
9332
4ee6625b
DJ
93332003-07-27 Daniel Jacobowitz <drow@mvista.com>
9334
9335 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
9336 pattern.
9337 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
9338 * gdb.threads/tls.exp: Recognize one case of the host library not
9339 supporting TLS.
9340
225f2bf6
AC
93412003-07-27 Andrew Cagney <cagney@redhat.com>
9342
9343 * gdb.base/fileio.exp: Use SH when running commands using
9344 remote_exec.
9345
bcb27c9f
DJ
93462003-07-24 Daniel Jacobowitz <drow@mvista.com>
9347
9348 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9349 * gdb.base/relocate.c (dummy): New padding array.
9350
3d67be83
MS
93512003-07-22 Michael Snyder <msnyder@redhat.com>
9352
d63a86f8 9353 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
9354
9355 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
9356 patterns to be more general, accepting old and new output.
9357 Some output chars (such as '+') also must be quoted.
d63a86f8 9358 Some addresses are displayed numerically instead of
3d67be83
MS
9359 symbolically.
9360
57ba3b85
MS
93612003-07-23 Michael Snyder <msnyder@redhat.com>
9362
686d097c
MS
9363 * gdb.base/return2.exp: Don't test long-long return.
9364
57ba3b85
MS
9365 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
9366 * gdb.disasm/t01_mov.exp: Ditto.
9367 * gdb.disasm/t02_mova.s: Ditto.
9368 * gdb.disasm/t02_mova.exp: Ditto.
9369 * gdb.disasm/t03_add.s: Ditto.
9370 * gdb.disasm/t03_add.exp: Ditto.
9371 * gdb.disasm/t04_sub.s: Ditto.
9372 * gdb.disasm/t04_sub.exp: Ditto.
9373 * gdb.disasm/t05_cmp.s: Ditto.
9374 * gdb.disasm/t05_cmp.exp: Ditto.
9375 * gdb.disasm/t06_ari2.s: Ditto.
9376 * gdb.disasm/t06_ari2.exp: Ditto.
9377 * gdb.disasm/t07_ari3.s: Ditto.
9378 * gdb.disasm/t07_ari3.exp: Ditto.
9379 * gdb.disasm/t08_or.s: Ditto.
9380 * gdb.disasm/t08_or.exp: Ditto.
9381 * gdb.disasm/t09_xor.s: Ditto.
9382 * gdb.disasm/t09_xor.exp: Ditto.
9383 * gdb.disasm/t10_and.s: Ditto.
9384 * gdb.disasm/t10_and.exp: Ditto.
9385 * gdb.disasm/t11_logs.s: Ditto.
9386 * gdb.disasm/t11_logs.exp: Ditto.
9387 * gdb.disasm/t12_bit.s: Ditto.
9388 * gdb.disasm/t12_bit.exp: Ditto.
9389 * gdb.disasm/t13_otr.s: Ditto.
9390 * gdb.disasm/t13_otr.exp: Ditto.
9391
e00759ef
EZ
93922003-07-22 Elena Zannoni <ezannoni@redhat.com>
9393
9394 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9395
8bc2021f
EZ
93962003-07-22 Elena Zannoni <ezannoni@redhat.com>
9397
a9c64011
AS
9398 * gdb.threads/tls.c : New file.
9399 * gdb.threads/tls.exp : New file.
9400 * gdb.threads/tls-main.c : New file.
9401 * gdb.threads/tls-shared.c : New file.
9402 * gdb.threads/tls-shared.exp : New file.
8bc2021f 9403
89320c4c
AS
94042003-07-22 Andreas Schwab <schwab@suse.de>
9405
9406 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9407
180dea7c
AS
94082003-07-20 Andreas Schwab <schwab@suse.de>
9409
9410 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9411 due to insn reordering.
9412
0714963c
AC
94132003-07-15 Andrew Cagney <cagney@redhat.com>
9414
9415 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9416
98a23b3f
MC
94172003-07-15 Michael Chastain <mec@shout.net>
9418
9419 * gdb.base/gdb1250.exp: New file.
9420 * gdb.base/gdb1250.c: New file.
9421
27e417a2
ML
94222003-07-09 Michal Ludvig <mludvig@suse.cz>
9423
9424 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9425 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9426
8bc2021f
EZ
94272003-07-09 Elena Zannoni <ezannoni@redhat.com>
9428
a9c64011
AS
9429 * gdb.threads/tls.c: New file.
9430 * gdb.threads/tls.exp: New file.
9431 * gdb.threads/tls-main.c: New file.
9432 * gdb.threads/tls-shared.c: New file.
9433 * gdb.threads/tls-shared.exp: New file.
8bc2021f 9434
d99968dc
EZ
94352003-07-09 Elena Zannoni <ezannoni@redhat.com>
9436
9437 * gdb.base/annota1.exp: Make sure that we properly escape the
9438 full path of the source file. Xfail more permissive patterns,
d63a86f8 9439 due to a compiler debug info problem.
d99968dc 9440
83876b3b
AS
94412003-07-07 Andreas Schwab <schwab@suse.de>
9442
2705e972
AS
9443 * gdb.asm/m68k.inc: New file.
9444 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9445
83876b3b
AS
9446 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9447 arguments"): Also match negative number.
9448
9449 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9450
3a871b37
DJ
94512003-07-03 Daniel Jacobowitz <drow@mvista.com>
9452
9453 * gdb.base/store.c (charest): New typedef.
9454 (add_char): Rename to add_charest, update.
9455 (wack_char): Rename to wack_charest, update types. Return l + r
9456 to keep r live across the call.
9457 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9458 (wack_double, wack_doublest): Return l + r to keep r live across
9459 the call.
9460 * gdb.base/store.exp: Accomodate store.c changes.
9461
b2a7f303
DC
94622003-06-30 David Carlton <carlton@kealia.com>
9463
9464 * gdb.c++/maint.exp (test_invalid_name): New.
9465 (test_first_component): Add tests for invalid names.
9466
3c6cb4a1
MC
94672003-06-29 Michael Chastain <mec@shout.net>
9468
9469 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9470 output of '<VTT for class>' for virtual base classes.
9471
f1c2644b
DJ
94722003-06-29 Daniel Jacobowitz <drow@mvista.com>
9473
9474 * gdb.base/completion.exp: Tab-complete "complet" instead of
9475 "compl".
9476 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9477
18080350
DJ
94782003-06-29 Daniel Jacobowitz <drow@mvista.com>
9479
9480 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9481 * gdb.base/volatile.exp: Likewise.
9482
f56973f8
DJ
94832003-06-29 Daniel Jacobowitz <drow@mvista.com>
9484
9485 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9486 gdb/1265.
9487
94882003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
9489 Daniel Jacobowitz <drow@mvista.com>
9490
9491 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9492 initial line count of 'captured_main' from 26 to 32.
9493 (test_with_self): Allow xmalloc call to be interleaved with the
9494 preceding two lines.
9495
e766d4d6
JB
94962003-06-24 Joel Brobecker <brobecker@gnat.com>
9497
9498 * gdb.base/bang.exp: New testcase.
9499
f125c9a4
JB
95002003-06-23 Joel Brobecker <brobecker@gnat.com>
9501
9502 * gdb.base/langs.exp: Add some tests for the "minimal" language
9503 support.
9504
6e25beaf
EZ
95052003-06-23 Elena Zannoni <ezannoni@redhat.com>
9506
9507 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9508 the testcase.
9509
2f816dda
DJ
95102003-06-22 Daniel Jacobowitz <drow@mvista.com>
9511
9512 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9513 offset.
9514
db5a5748
DJ
95152003-06-22 Daniel Jacobowitz <drow@mvista.com>
9516
9517 * gdb.c++/pr-1210.cc: New file.
9518 * gdb.c++/pr-1210.exp: New file.
9519
1df0c130
DJ
95202003-06-21 Daniel Jacobowitz <drow@mvista.com>
9521
9522 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9523 000-exec-continue.
9524
a92feac0
MK
95252003-06-15 Mark Kettenis <kettenis@gnu.org>
9526
9527 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9528 on *-*-*bsd* instead of *-*-freebsd*.
9529
81a58f5b
AC
95302003-06-14 Andrew Cagney <cagney@redhat.com>
9531
9532 * gdb.base/store.exp: Test longest and doublest. Test all
9533 parameters. Weaken return statement match.
9534 * gdb.base/store.c: Add longest and doublest - aka long long and
9535 long double functions. Put all parameters into local register
9536 variables. Use negative values.
9537
b257a0d3
AC
95382003-06-14 Andrew Cagney <cagney@redhat.com>
9539
9540 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9541 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9542 exit status.
9543 * gdb.base/fileio.exp: Disable target when nointerrupts and
9544 noinferiorio, instead of limiting it to remote. Use remote_exec
9545 instead of system.
d63a86f8 9546
21c38304
JJ
95472003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9548
9549 * gdb.base/float.exp: Add ia64 support.
9550
1bcdb424
CV
95512003-06-12 Corinna Vinschen <vinschen@redhat.com>
9552
9553 * gdb.base/fileio.exp: Run only on remote targets.
9554
6aeb981f
CV
95552003-06-10 Corinna Vinschen <vinschen@redhat.com>
9556
9557 * gdb.base/fileio.c: New file, testing File-I/O.
9558 * gdb.base/fileio.exp: Ditto.
9559
53df362e
RG
95602003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9561
9562 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9563 shared objects after relocation at load time (gdb PR/1132).
9564 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 9565 as above, part of the shared object relocation test.
53df362e 9566
ffee1b46
MK
95672003-06-08 Mark Kettenis <kettenis@gnu.org>
9568
b5ca3722
MK
9569 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9570 fully filled history list.
9571 * gdb.base/gdb_history: New file.
9572
03ed860d
MK
9573 * gdb.base/signals.exp: XFAIL "continue to func1" on
9574 i*86-*-freebsd*.
9575
ffee1b46
MK
9576 * gdb.base/attach.exp: When trying to attach to a nonexistent
9577 process, make it possible to specify the PID based on the target,
9578 and do so for *-*-freebsd*.
9579
d80dbb52
RH
95802003-06-02 Richard Henderson <rth@redhat.com>
9581
9582 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9583
6dd77b81
RH
95842003-06-02 Richard Henderson <rth@redhat.com>
9585
9586 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9587
f6347e16
RH
95882003-06-02 Richard Henderson <rth@redhat.com>
9589
9590 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9591
2c161407
DJ
95922003-06-01 Daniel Jacobowitz <drow@mvista.com>
9593
9594 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9595 of globalvar.
9596
572eb746
MK
95972003-06-01 Mark Kettenis <kettenis@gnu.org>
9598
9599 * gdb.asm/asm-source.exp: Check for memory read errors in
9600 disassembler test on *BSD too.
9601
9e9617a5
RH
96022003-06-01 Richard Henderson <rth@redhat.com>
9603
9604 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9605 for .frame.
9606 (gdbasm_call): Lose ldgp.
9607 (gdbasm_startup): Add frame information.
9608 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9609
7b34ad4e
MK
96102003-05-31 Mark Kettenis <kettenis@gnu.org>
9611
9612 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9613 i?86-*-*.
9614
10059fdf
MK
96152003-05-30 Mark Kettenis <kettenis@gnu.org>
9616
9617 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9618 FreeBSD.
9619
acf4b816
RH
96202003-05-29 Richard Henderson <rth@redhat.com>
9621
9622 * gdb.asm/alpha.inc: New file.
9623 * gdb.asm/asm-source.exp: Use it.
9624
e9ecd949
JB
96252003-05-29 Jim Blandy <jimb@redhat.com>
9626
9627 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9628 'core.PID'.
9629
e3e5a4f3
JB
96302003-05-22 Jim Blandy <jimb@redhat.com>
9631
9632 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9633 backtrace.
d63a86f8 9634
72fe3d25
DC
96352003-05-20 David Carlton <carlton@math.stanford.edu>
9636
9637 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9638 this time.
9639
58da2eb2
DC
96402003-05-19 David Carlton <carlton@bactrian.org>
9641
9642 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9643 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9644
1fcb5155
DC
96452003-05-19 David Carlton <carlton@bactrian.org>
9646
9647 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9648 namespace tests.
9649 Bump copyright date.
9650 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9651 (main): Call C::D::marker2.
9652 * gdb.c++/namespace1.cc: New file.
9653
85e85163
JJ
96542003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9655
9656 Roland McGrath <roland@redhat.com>
d63a86f8 9657 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9658 there is no manager thread.
9659
a25fbfec
JJ
96602003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9661
d63a86f8
RM
9662 * gdb.threads/schedlock.exp: Remove assumption that all threads
9663 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9664 in one of the child threads rather than the main thread.
9665
be375bae
JB
96662003-05-07 Jim Blandy <jimb@redhat.com>
9667
09bf6082
JB
9668 Add support for assembly source testing on the s390x.
9669 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9670 architecture.
9671 * gdb.asm/s390x.inc: New file.
9672
be375bae
JB
9673 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9674 succession of 'if' statements.
9675
00905d52
AC
96762003-05-05 Andrew Cagney <cagney@redhat.com>
9677
9678 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9679
b1e29e33
AC
96802003-05-05 Andrew Cagney <cagney@redhat.com>
9681
9682 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9683 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9684
e33d66ec
EZ
96852003-05-02 Elena Zannoni <ezannoni@redhat.com>
9686
9687 * gdb.base/charset.exp: Update based on new behavior of set/show
9688 charset commands.
9689
2b6fd0d8
AC
96902003-05-01 Andrew Cagney <cagney@redhat.com>
9691
9692 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9693 variable do not give memory errors.
9694
130cacce
AF
96952003-04-30 Adam Fedor <fedor@gnu.org>
9696
9697 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9698 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9699 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9700 gdb.objc/basicclass.m: : New files
9701
9702 * lib/gdb.exp (gdb_compile_objc): New procedure.
9703
bea71854
DJ
97042003-04-27 Daniel Jacobowitz <drow@mvista.com>
9705
9706 * gdb.base/signals.exp: Make backtrace tests more specific.
9707
0f20eeea
DC
97082003-04-23 David Carlton <carlton@bactrian.org>
9709
9710 * gdb.c++/maint.exp (test_first_component): Add tests for
9711 'operator' in more locations.
9712
c8c4d8dc
KB
97132003-04-16 Kevin Buettner <kevinb@redhat.com>
9714
9715 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9716
3fe60e3c
EZ
97172003-04-16 Elena Zannoni <ezannoni@redhat.com>
9718
9719 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9720 func marke' instead. Update test name.
3fe60e3c 9721
9219021c
DC
97222003-04-15 David Carlton <carlton@math.stanford.edu>
9723
9724 * gdb.c++/maint.exp: New file.
9725
5dd55bdd
EZ
97262003-04-14 Elena Zannoni <ezannoni@redhat.com>
9727
9728 * gdb.threads/schedlock.c: Change type of thread function argument
9729 to long, to avoid warnings on 64-bit platforms.
9730
00890572
EZ
97312003-04-14 Elena Zannoni <ezannoni@redhat.com>
9732
a9c64011
AS
9733 * gdb.base/attach.exp: Add new message from ptrace in case of
9734 attaching to nonexistent process.
d63a86f8 9735
93201743
JB
97362003-04-11 Jim Blandy <jimb@redhat.com>
9737
9738 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9739 gdb.c++/userdef.cc: Place comments on the lines to which the
9740 marker function might return.
9741 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9742 gdb.c++/userdef.exp: Look for those comments to check that we've
9743 returned to the right place, instead of checking line numbers.
9744
2a11c64d
EZ
97452003-04-11 Elena Zannoni <ezannoni@redhat.com>
9746
a9c64011
AS
9747 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9748 match on sourcefile name, instead of directory name.
2a11c64d 9749
68ab8fc5
EZ
97502003-04-10 Elena Zannoni <ezannoni@redhat.com>
9751
d63a86f8 9752 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
9753 working directory name.
9754
5624293a
JB
97552003-04-09 Jim Blandy <jimb@redhat.com>
9756
9757 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9758 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9759 after an inferior function call, report the failure, but allow the
9760 test to continue.
9761
f1f02ee4
SC
97622003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9763
9764 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9765 with -DPROTOTYPES.
9766
6eb79af0
SC
97672003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9768
9769 * gdb.base/break.exp: Revert last patch.
9770
8dfb4cf0
SC
97712003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9772
9773 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9774 with -DPROTOTYPES.
9775
ed4c619a
AC
97762003-04-02 Andrew Cagney <cagney@redhat.com>
9777
9778 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9779 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9780 matching directories by the name breakpoint.
9781 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9782 Make "continue to marker1" consistent.
9783 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9784 message consistent.
9785 * lib/gdb.exp: Put "the program is no longer running", and "the
9786 program exited" in parenthesis.
9787 * lib/mi-support.exp: Ditto.
d63a86f8 9788
4e35d5f0 97892003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 9790
4e35d5f0
BR
9791 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9792
71900fe8
AC
97932003-03-29 Andrew Cagney <cagney@redhat.com>
9794
9795 * gdb.base/sizeof.c (main): Print the value of '\377'.
9796 * gdb.base/sizeof.exp: Check the sign of '\377'.
9797
c0655a16
MC
97982003-03-27 Michael Chastain <mec@shout.net>
9799
9800 * gdb.base/gdb1090.exp: New file.
9801 * gdb.base/gdb1090.cc: New file.
9802
5b2a3989
JB
98032003-03-27 J. Brobecker <brobecker@gnat.com>
9804
9805 * gdb.gdb/observer.exp: New regression test.
9806
79876890
MC
98072003-03-27 Michael Chastain <mec@shout.net>
9808
9809 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9810 * gdb.base/ptype.exp: Likewise.
9811
6eac95e3
CV
98122003-03-27 Corinna Vinschen <vinschen@redhat.com>
9813
9814 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9815
e8c71839
MC
98162003-03-26 Michael Chastain <mec@shout.net>
9817
9818 * gdb.base/ptype.exp: Actually use some typedef'd types.
9819
71b10041
SC
98202003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9821
9822 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9823 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9824
2512cf80
CV
98252003-03-20 Corinna Vinschen <vinschen@redhat.com>
9826
9827 * gdb.base/default.exp: Fix regular expression.
9828
0d195a4f
CV
98292003-03-20 Corinna Vinschen <vinschen@redhat.com>
9830
9831 * gdb.base/args.exp: Fix regular expression.
9832
8a2dbca8
CV
98332003-03-20 Corinna Vinschen <vinschen@redhat.com>
9834
9835 * gdb.base/help.exp: Allow Win32 child process.
9836
bf028682
CV
98372003-03-20 Corinna Vinschen <vinschen@redhat.com>
9838
9839 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9840 when stepping out of main().
9841
182dbe85
CV
98422003-03-20 Corinna Vinschen <vinschen@redhat.com>
9843
9844 * gdb.base/default.exp: Check for win32 specific message when calling
9845 "run" without executable.
9846
d67a6ba5
CV
98472003-03-20 Corinna Vinschen <vinschen@redhat.com>
9848
9849 * gdb.base/args.exp: Expect .exe in output.
9850
a955b5bb
CV
98512003-03-20 Corinna Vinschen <vinschen@redhat.com>
9852
9853 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9854 Cygwin native.
9855
bf6bad4b
AC
98562003-03-17 Andrew Cagney <cagney@redhat.com>
9857
9858 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9859 vector registes.
9860 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9861 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9862
293e9a31
DC
98632003-03-17 David Carlton <carlton@math.stanford.edu>
9864
9865 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9866 test, for PR breakpoints/38.
9867 Call test_watchpoint_and_breakpoint.
9868 * gdb.base/watchpoint.c (func3): New function.
9869 (main): Call func3.
9870
5330f2db
DC
98712003-03-04 David Carlton <carlton@math.stanford.edu>
9872
9873 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
9874 Garply<Garply<char> >:: garply".
9875 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
9876 with respect to PR c++/1111; note also PR c++/1113.
9877 (test_template_breakpoints): KFAIL "constructor breakpoint" with
9878 respect to PR c++/1062.
9879 KFAIL "destructor breakpoint" with respect to PR c++/1112.
9880
6ece72da
DC
98812003-03-03 David Carlton <carlton@math.stanford.edu>
9882
9883 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
9884 with respect to PR c++/57.
9885 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
9886 c++/826.
9887 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
9888 respect to PR c++/57.
9889
85ca1584
DC
98902003-03-03 David Carlton <carlton@math.stanford.edu>
9891
9892 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
9893 respect to PR c++/33 into FAILs.
9894
98e9c5b8
MC
98952003-03-03 Michael Chastain <mec@shout.net>
9896
7bedbf27
MC
9897 * configure.in: Update copyright years.
9898
98992003-03-03 Michael Chastain <mec@shout.net>
9900
9901 * Makefile.in: Update copyright years.
98e9c5b8 9902
f683e100
DC
99032003-02-28 David Carlton <carlton@math.stanford.edu>
9904
9905 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
9906 print class instead of struct and/or superfluous protection
9907 specifiers, as long as the resulting output is equivalent to the
9908 source code.
9909 Delete FIXME from end of messages on tests that don't need
9910 fixing.
9911
a9e0cf2c
DC
99122003-02-28 David Carlton <carlton@math.stanford.edu>
9913
9914 * gdb.c++/templates.exp (do_tests): Allow const in the two
9915 Foo<volatile char *>::foo tests.
9916
e8d359df
MS
99172003-02-27 Michael Snyder <msnyder@redhat.com>
9918
d63a86f8 9919 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
9920 will be consistant.
9921
0b71dc91
DC
99222003-02-26 David Carlton <carlton@math.stanford.edu>
9923
9924 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
9925 char *>::foo" test with respect to PR c++/33. Create a new test
9926 which is identical to that one except that it doesn't put the
9927 space between the "char" and the "*"; KFAIL it, too.
9928
dd14ab43
DC
99292003-02-26 David Carlton <carlton@math.stanford.edu>
9930
9931 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
9932 template types into either PASSes or KFAILs (corresponding to PR
9933 c++/57). Tweak indentation. Update copyright.
9934
1146c7f1
SC
99352003-02-23 Stephane Carrez <stcarrez@nerim.fr>
9936
9937 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
9938
74641dfb
MC
99392003-02-13 Michael Chastain <mec@shout.net>
9940
9941 * gdb.base/exprs.exp: Remove i960 remnants.
9942 * gdb.base/funcargs.exp: Likewise.
9943 * gdb.base/list.exp: Likewise.
9944 * gdb.base/ptype.exp: Likewise.
9945
559cd2d0
DC
99462003-02-14 David Carlton <carlton@math.stanford.edu>
9947
9948 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
9949 pEe->D::vg()" from XFAIL to KFAIL.
9950
c4f90d87
JM
99512003-02-13 Jason Molenda (jmolenda@apple.com)
9952
9953 * gdb.base/maint.exp: Update maint print statistics regexp to include
9954 new entries.
9955
cbc4d97c
MC
99562003-02-13 Michael Chastain <mec@shout.net>
9957
9958 * gdb.c++/inherit.exp: Remove call to get_debug_format.
9959
40f235b7
MC
99602003-02-12 Michael Chastain <mec@shout.net>
9961
9962 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
9963 * gdb.c++/inherit.exp: Likewise.
9964 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
9965 * gdb.c++/templates.exp: Likewise.
9966 * gdb.c++/virtfunc.exp: Likewise.
9967
c56716b0
JM
99682003-02-06 Jason Molenda (jason-cl@molenda.com)
9969
9970 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
9971 why the code is written that way.
9972
070afcf8
MC
99732003-02-05 Michael Chastain <mec@shout.net>
9974
9975 * gdb.base/dump.exp: Add missing copyright line.
9976
5d0331e5
JM
99772003-02-05 Jason Molenda (jason-cl@molenda.com)
9978
f7ae6d3e 9979 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
9980 at the beginning so the breakpoint doesn't get set on the loop.
9981
92851186
MC
99822003-02-05 Michael Chastain <mec@shout.net>
9983
9984 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9985 output for configurations with gcc 2.95.3.
9986
cbf1e085
AC
99872003-02-05 Keith Seitz <keiths@redhat.com>
9988 Andrew Cagney <ac131313@redhat.com>
9989
9990 * gdb.mi/mi-cli.exp: New file.
d63a86f8 9991
29518e1e
MC
99922003-02-04 Michael Chastain <mec@shout.net>
9993
9994 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9995 Call perror and then continue.
9996
5af1d5f3
MC
99972003-02-03 Michael Chastain <mec@shout.net>
9998
9999 * gdb.c++/pr-1023.cc: New file.
10000 * gdb.c++/pr-1023.exp: New file.
10001
6b549786
JB
100022003-02-05 Jim Blandy <jimb@redhat.com>
10003
10004 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
10005 it's local to foobar. Check for it there, and check that it's not
10006 present in main.
10007 * gdb.c++/local.cc (marker2): New function.
10008 (foobar): Call marker1.
10009 (main): Call marker2 instead of marker1.
10010
67f16606
AC
100112003-02-04 Andrew Cagney <ac131313@redhat.com>
10012
10013 * gdb.disasm/mn10200.exp: Obsolete file.
10014 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
10015 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
10016 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
10017
1c5cb38e
DC
100182003-02-04 David Carlton <carlton@math.stanford.edu>
10019
10020 * gdb.c++/overload.exp: Test intToChar(1).
10021 * gdb.c++/overload.cc (intToChar): New.
10022 (main): Call intToChar.
10023
d1fe6965
DC
100242003-02-03 David Carlton <carlton@math.stanford.edu>
10025
10026 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
10027 'might_kfail' arg.
10028 KFAIL some of the continue_to_bp_overloaded calls, according to
10029 PR c++/1025.
10030
9ba61c5d
MC
100312003-02-01 Michael Chastain <mec@shout.net>
10032
10033 * gdb.base/advance.c (marker1): New marker function.
10034 * gdb.base/advance.exp: When the 'advance' command lands on the
10035 return breakpoint, it can legitimately stop on either the
10036 current line or the next line. Accommodate both outcomes.
10037 * gdb.base/until.exp: Likewise.
10038
e7494ffb
AC
100392003-02-02 Andrew Cagney <ac131313@redhat.com>
10040
10041 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
10042 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
10043 now a list, not a tuple.
10044 * gdb.mi/mi-var-display.exp: Ditto.
10045 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 10046
075559bc
AC
100472003-02-01 Andrew Cagney <ac131313@redhat.com>
10048
10049 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
10050 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
10051 stack backtraces.
10052 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 10053
2bd4c7b1
MK
100542003-02-01 Mark Kettenis <kettenis@gnu.org>
10055
10056 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10057 gdb.mi/mi1-pthreads.exp: Return instead of calling
10058 gdb_suppress_entire_file.
10059
eabd8992
MS
100602003-02-01 Mark Salter <msalter@redhat.com>
10061
10062 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
10063
71469e2f
MS
100642003-01-31 Mark Salter <msalter@redhat.com>
10065
10066 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
10067 Support empty arg.
10068
38a94d44
MC
100692003-01-30 Michael Chastain <mec@shout.net>
10070
10071 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
10072 This was a workaround for a UTF-8 bug in readline 4.3. The bug
10073 has been fixed in gdb/readline on 2003-01-09.
10074
19ea9e73
MS
100752003-01-29 Michael Snyder <msnyder@redhat.com>
10076
e8d359df
MS
10077 * gdb.base/maint.exp: Allow for leading underscore in symbol.
10078 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
10079 * gdb.base/args.exp: Skip if target does not support args passing.
10080
2307bd6a
DJ
100812003-01-22 Daniel Jacobowitz <drow@mvista.com>
10082
19ea9e73 10083 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
10084 gdb_test. Accept a list of expect arguments as the third
10085 parameter.
10086 (gdb_test): Use it.
10087
f2dd3617
EZ
100882003-01-20 Elena Zannoni <ezannoni@redhat.com>
10089
10090 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
10091 allow for different test tree configurations. Update some
10092 tescases accordingly.
10093 * gdb.arch/altivec-regs.exp: Ditto.
10094 * gdb.asm/asm-source.exp: Ditto.
10095 * gdb.base/advance.exp: Ditto.
10096 * gdb.base/display.exp: Ditto.
d63a86f8 10097 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
10098 * gdb.base/mips_pro.exp: Ditto.
10099 * gdb.base/overlays.exp: Ditto.
10100 * gdb.base/relocate.exp: Ditto.
10101 * gdb.base/setshow.exp: Ditto.
10102 * gdb.base/step-line.exp: Ditto.
10103 * gdb.base/step-test.exp: Ditto.
10104 * gdb.base/until.exp: Ditto.
10105 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
10106
c71cdefd
DC
101072003-01-17 David Carlton <carlton@math.stanford.edu>
10108
10109 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
10110 corresponding to PR c++/945.
10111 Update copyright.
10112
fdba05d7
DC
101132003-01-17 David Carlton <carlton@math.stanford.edu>
10114
10115 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
10116 corresponding to PR c++/68.
10117
101182003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
10119
10120 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
10121 (test_paddr_hairy_functions): Call print_addr_2_kfail for
10122 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
10123
c362c33a
EZ
101242003-01-15 Elena Zannoni <ezannoni@redhat.com>
10125
0fbc361c
EZ
10126 * gdb.base/break.exp: Fix change of default location, because of
10127 removal of until tests.
10128 * gdb.base/help.exp: Update test for new 'until' help message.
10129 Add test for help on 'advance'.
a9c64011 10130 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 10131
dabf8a35
MK
101322003-01-15 Mark Kettenis <kettenis@gnu.org>
10133
10134 * gdb.base/default.exp: Adapt "info float" test for recent changes
10135 to that command. Add test for "info vector".
10136 * gdb.base/float.exp: New file. Add test for "info float" that
10137 resembles the old test in gdb.base/default.exp.
10138
a1769aca
DC
101392003-01-15 David Carlton <carlton@math.stanford.edu>
10140
10141 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
10142
82025e13
EZ
101432003-01-15 Elena Zannoni <ezannoni@redhat.com>
10144
10145 * gdb.base/break.exp: Move the tests of until command from here...
10146 * gdb.base/until.exp: ... to here. New file. Add other tests.
10147 * gdb.base/advance.c: New file.
10148 * gdb.base/advance.exp: New file.
10149
8f9ab801
EZ
101502003-01-14 Elena Zannoni <ezannoni@redhat.com>
10151
a9c64011
AS
10152 * gdb.base/args.c: New file.
10153 * gdb.base/args.exp: New file.
8f9ab801 10154
9ae66589
DJ
101552003-01-14 Daniel Jacobowitz <drow@mvista.com>
10156
10157 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
10158
8d77e5c3
DJ
101592003-01-14 Daniel Jacobowitz <drow@mvista.com>
10160
10161 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
10162
12d2f0a1
DJ
101632003-01-14 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
10166 dates.
10167
6ca37014
DJ
101682003-01-13 Daniel Jacobowitz <drow@mvista.com>
10169
10170 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
10171
b0023472
DJ
101722003-01-13 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
10175 (ptype &*"foo").
10176 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
10177
607fbc54 101782003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
10179
10180 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
10181 * gdb.mi/mi1-console.exp: Likewise.
10182
607fbc54 101832003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
10184
10185 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
10186 * gdb.mi/mi1-console.exp: Likewise.
10187
a1fb14a2
DJ
101882003-01-13 Daniel Jacobowitz <drow@mvista.com>
10189
10190 * gdb.c++/overload.exp: Remove some fixed XFAILs.
10191
c4cf40b7
DJ
101922003-01-09 Daniel Jacobowitz <drow@mvista.com>
10193
10194 * gdb.base/detach.exp: New test.
10195
696d5a5b
DJ
101962003-01-09 Daniel Jacobowitz <drow@mvista.com>
10197
10198 * Makefile.in (ALL_SUBDIRS): New variable.
10199 (subdirs, clean, distclean): Use it.
10200 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
10201 regenerating Makefile, since it is generated from the top level.
10202 * gdb.asm/Makefile.in: Likewise.
10203 * gdb.base/Makefile.in: Likewise.
10204 * gdb.c++/Makefile.in: Likewise.
10205 * gdb.disasm/Makefile.in: Likewise.
10206 * gdb.java/Makefile.in: Likewise.
10207 * gdb.mi/Makefile.in: Likewise.
10208 * gdb.threads/Makefile.in: Likewise.
10209 * gdb.trace/Makefile.in: Likewise.
10210
754533e4
DC
102112003-01-09 David Carlton <carlton@math.stanford.edu>
10212
10213 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
10214 Add copyright year 2003.
10215
d8b3e9ee
MC
102162003-01-06 Michael Chastain <mec@shout.net>
10217
10218 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
10219 When selecting a thread, 'line' and 'file' are optional.
10220 * gdb.mi/mi1-pthreads.exp: Likewise.
10221
8e9e0fe6
AS
102222003-01-06 Andreas Schwab <schwab@suse.de>
10223
10224 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
10225 failures.
10226
b5ab8ff3
DJ
102272003-01-04 Daniel Jacobowitz <drow@mvista.com>
10228
10229 Fix PR gdb/844
10230 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
10231 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
10232
10233 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
10234 instead of calling gdb_suppress_entire_file.
10235 * gdb.threads/print-threads.exp: Likewise.
10236 * gdb.threads/schedlock.exp: Likewise.
10237
10238 * gdb.threads/killed.exp: Return instead of calling
10239 gdb_suppress_entire_file.
10240 * gdb.threads/linux-dp.exp: Likewise.
10241 * gdb.threads/pthreads.exp: Likewise.
10242
1e698235
DJ
102432003-01-04 Daniel Jacobowitz <drow@mvista.com>
10244
10245 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
10246 stabs.
10247 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
10248 * gdb.base/whatis.exp: Always allow (void) after function names.
10249
147ff08c
DJ
102502003-01-04 Daniel Jacobowitz <drow@mvista.com>
10251
10252 * gdb.c++/casts.exp: Correct regexp.
10253
dc62bfc2
MK
102542003-01-04 Mark Kettenis <kettenis@gnu.org>
10255
10256 * configure.in: Call AC_CONFIG_HEADER. Don't call
10257 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
10258 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
10259 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
10260 aforementioned directories in the AC_OUPUT call.
10261 * config.hin: New file.
10262 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10263 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
10264 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
10265 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
10266 pass -I$objdir instead of -I$objdir/$subdir in compilation.
10267 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
10268 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
10269 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
10270 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
10271 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
10272 gdb.threads/configure.in, gdb.threads/configure,
10273 gdb.threads/config.in, gdb.trace/configure.in,
10274 gdb.trace/configure: Removed.
10275
77afa639
MC
102762003-01-03 Michael Chastain <mec@shout.net>
10277
10278 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
10279 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
10280
7634bb6e
DJ
102812003-01-03 Daniel Jacobowitz <drow@mvista.com>
10282
10283 * gdb.base/store.exp: Fix regular expressions.
10284
b39c905e
MK
102852002-12-28 Mark Kettenis <kettenis@gnu.org>
10286
10287 * configure.in: Rewrite.
10288 * configure: Regenerated.
10289
0a8551dd
DC
102902003-01-03 David Carlton <carlton@math.stanford.edu>
10291
10292 * gdb.base/psymtab.exp: New file.
10293 * gdb.base/psymtab1.c: Ditto.
10294 * gdb.base/psymtab2.c: Ditto.
10295
c60b7188
AF
102962002-12-23 Adam Fedor <fedor@gnu.org>
10297
10298 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
10299
ee73db83
DC
103002002-12-23 David Carlton <carlton@math.stanford.edu>
10301
10302 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
10303 and current_directory initialization.
10304
d6c1774e
JB
103052002-12-22 Jim Blandy <jimb@redhat.com>
10306
f0a847b8
JB
10307 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
10308 rather than as part of the output file name.
10309
d6c1774e
JB
10310 * gdb.base/attach.exp: There's no need to copy the test program to
10311 /tmp; that was only ever necessary on HP/UX, and this test is
10312 entirely disabled there anyway.
10313
f0708dbb
JB
103142002-12-21 Jim Blandy <jimb@redhat.com>
10315
4c2acfea
JB
10316 * gdb.c++/psmang.exp: Doc fix.
10317
f0708dbb
JB
10318 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
10319 test.
10320
9579e000
DC
103212002-12-20 David Carlton <carlton@math.stanford.edu>
10322
10323 * gdb.c++/annota2.exp: KFAIL annotate-quit.
10324
d1810171
MC
103252002-12-18 Michael Chastain <mec@shout.net>
10326
10327 * gdb.c++/annota2.exp: Add copyright year 2002.
10328
76565097
DC
103292002-12-17 David Carlton <carlton@math.stanford.edu>
10330
10331 * gdb.c++/try_catch.cc: Add marker comments.
10332 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
10333 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
10334 * gdb.c++/m-static.cc: Ditto.
10335 * gdb.c++/m-static1.cc: Ditto.
10336 * gdb.c++/try_catch.cc: Ditto.
10337
da81390b
JJ
103382002-12-16 Jeff Johnston <jjohnstn@redhat.com>
10339
10340 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
10341 to see whether we are using the new -environment-directory
10342 command which resets via -r or the old version of the command
10343 which may prompt the user. Part of fix for gdb/741.
10344
b304d130
AC
103452002-12-13 Andrew Cagney <ac131313@redhat.com>
10346
10347 * gdb.fortran/types.exp: Update obsolete comment.
10348 * gdb.fortran/exprs.exp: Ditto.
10349 * lib/gdb.exp: Delete obsolete code.
10350 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
10351 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
10352 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
10353 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
10354 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
10355 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
10356 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
10357 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
10358 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
10359 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
10360 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
10361 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
10362 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
10363 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
10364 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
10365 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
10366 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
10367 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
10368 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
10369 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
10370 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
10371 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
10372 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
10373 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
10374 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
10375 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
10376 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
10377 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
10378 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
10379 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
10380 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
10381 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
10382 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
10383 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
10384 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
10385 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
10386 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
10387
a23b6e6a
DC
103882002-12-11 David Carlton <carlton@math.stanford.edu>
10389
10390 * gdb.c++/m-data.exp: Add test for members that shadow global
10391 variables: see PR gdb/804.
10392 * gdb.c++/m-data.cc: Ditto.
10393
6604731b
DJ
103942002-12-10 Daniel Jacobowitz <drow@mvista.com>
10395
10396 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10397
de46ecd7
DC
103982002-12-06 David Carlton <carlton@math.stanford.edu>
10399
10400 * gdb.base/store.c: Don't declare functions static.
10401
27e829d0
AC
104022002-12-04 Andrew Cagney <ac131313@redhat.com>
10403
10404 * gdb.base/store.exp, gdb.base/store.c: New files.
10405
92806416
DJ
104062002-12-03 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdb.base/selftest.exp: Update for current gdb.
10409
3bcbaac5
DJ
104102002-12-03 Daniel Jacobowitz <drow@mvista.com>
10411
10412 * gdb.base/maint.exp: Only dump symbols from one source file
10413 or objfile.
10414
f4f00b1f
DJ
104152002-12-03 Daniel Jacobowitz <drow@mvista.com>
10416
10417 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10418 function call.
10419
f1c8a949
JB
104202002-11-25 Jim Blandy <jimb@redhat.com>
10421
10422 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10423 function appearing in error message.
10424
9e297a97
DJ
104252002-11-21 Daniel Jacobowitz <drow@mvista.com>
10426
10427 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10428
1f312e79
JJ
104292002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10430
d63a86f8
RM
10431 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10432 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
10433 should be in mi console format. This is part of fix for PR gdb/604.
10434
83c31e7d
FN
104352002-09-18 Fernando Nasser <fnasser@redhat.com>
10436
10437 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10438 which explicitly prints the zero offset as "+0".
10439
322b3f65
DJ
104402002-10-22 Daniel Jacobowitz <drow@mvista.com>
10441
10442 * gdb.threads/schedlock.c (args): Make unsigned.
10443
104442002-10-21 Daniel Jacobowitz <drow@mvista.com>
10445
10446 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10447 numbers. Allow "foo2|selected stack frame".
10448 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10449 * gdb.asm/asmsrc2.s: Likewise.
10450 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10451 comments.
10452 * gdb.asm/mips.inc: New file.
10453
5e2fe5b8
AF
104542002-10-18 Adam Fedor <fedor@gnu.org>
10455
10456 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10457 * gdb.base/help.exp: Likewise.
10458
abe1a5d0
KB
104592002-10-17 Kevin Buettner <kevinb@redhat.com>
10460
10461 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10462 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10463
10abb1d4
JB
104642002-10-02 Jim Blandy <jimb@redhat.com>
10465
10466 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10467
1f609b42
AC
104682002-10-01 Andrew Cagney <ac131313@redhat.com>
10469
10470 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10471 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10472 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10473 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10474 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10475 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10476 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10477
0aee02e4
AC
104782002-09-29 Andrew Cagney <ac131313@redhat.com>
10479
10480 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10481 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10482 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10483 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10484 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10485 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10486 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 10487
6fde09ad
KB
104882002-09-27 Kevin Buettner <kevinb@redhat.com>
10489
10490 * gdb.base/annota1.exp (info break): Make directory components of
10491 path optional since not all compilers emit this debug information.
10492
10493 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10494 step ends up stepping out of the function instead of stopping on
10495 the epilogue.
10496
9e8aab75
KS
104972002-09-26 Keith Seitz <keiths@redhat.com>
10498
10499 * lib/insight-support.exp (gdbtk_start): Figure out where
10500 the insight executable is based on where gdb is. Use this
10501 executable to start insight instead of gdb.
10502
e36180d7
AC
105032002-09-25 Andrew Cagney <cagney@redhat.com>
10504
10505 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10506
9dd34b2b
AC
105072002-09-24 Andrew Cagney <ac131313@redhat.com>
10508
10509 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10510 test_isolated_complaints.
10511 (test_empty_complaint): New function.
10512 (test_empty_complaints): New function. Check no output when no
10513 complaints.
d63a86f8 10514
dea97812
KB
105152002-09-19 Jim Blandy <jimb@redhat.com>
10516
a9c64011 10517 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 10518
54951bd7
AC
105192002-09-19 Andrew Cagney <ac131313@redhat.com>
10520
10521 * gdb.gdb/complaints.exp: New file.
10522
dec43320
AC
105232002-09-18 Andrew Cagney <ac131313@redhat.com>
10524
10525 * gdb.base/maint.exp: Check `help maint internal-warning'.
10526
e70d6e3f
DC
105272002-09-18 David Carlton <carlton@math.stanford.edu>
10528
10529 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10530 numbers, and replace them by a single breakpoint after the
10531 constructors are all finished.
10532 Add test 4.
10533 * gdb.c++/m-static.cc: Add test 4.
10534 * gdb.c++/m-static.h: New file.
10535 * gdb.c++/m-static1.cc: New file.
10536
10537 * gdb.c++/printmethod.exp: New file.
10538 * gdb.c++/printmethod.cc: New file.
10539
10540 * gdb.c++/pr-574.exp: New file.
10541 * gdb.c++/pr-574.cc: New file.
10542
afb5c968
CV
105432002-09-18 Corinna Vinschen <vinschen@redhat.com>
10544
10545 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10546 embedded targets which never actually exit.
10547
31e45dee
FN
105482002-09-18 Fernando Nasser <fnasser@redhat.com>
10549
10550 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10551 "don't step after run" as unresolved or unsupported, instead of xfail.
10552
a283c5a1
CV
105532002-09-18 Corinna Vinschen <vinschen@redhat.com>
10554
10555 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10556 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10557 Add newline to expected string in "step out of main (status wrapper)"
10558 case.
10559
11350d2a
CV
105602002-09-18 Corinna Vinschen <vinschen@redhat.com>
10561
10562 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10563 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10564
0deec7d6
TT
105652002-09-17 Tom Tromey <tromey@redhat.com>
10566
10567 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10568 \000, not \0, in double-quoted string.
10569
b2b4a1b5
CV
105702002-09-14 Corinna Vinschen <vinschen@redhat.com>
10571
c9d37158 10572 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10573 string after running the commands execution on breakpoint tests.
10574
1c56143a
CV
105752002-09-13 Corinna Vinschen <vinschen@redhat.com>
10576
10577 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10578
37f8da45
JB
105792002-09-12 Joel Brobecker <brobecker@gnat.com>
10580
10581 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10582
08b468e0
KS
105832002-09-10 Keith Seitz <keiths@redhat.com>
10584
10585 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10586 runto proc.
10587 (mi_run_to_main): Use mi_runto.
10588 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10589
dc360f58
KS
105902002-09-10 Keith Seitz <keiths@redhat.com>
10591
10592 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10593 regexp for stopping at main. Could have multiple event notifications.
10594 Don't assume that main was declared with no parameters.
10595 (mi_next): Use mi_step_to.
10596 (mi_step): Use mi_next_to.
10597
ce3abcfb
CV
105982002-09-09 Corinna Vinschen <vinschen@redhat.com>
10599
10600 * gdb.base/default.exp: Fix expected string in `info float' test.
10601
d1f5b980
BE
106022002-09-09 Ben Elliston <bje@redhat.com>
10603
10604 * config/mips.exp: Update comments.
10605 * config/mips-idt.exp: Likewise.
10606 * config/nind.exp: Likewise.
10607 * config/slite.exp: Likewise.
10608 * config/sparclet.exp: Likewise.
10609 * config/udi.exp: Likewise.
10610 * config/vx.exp: Likewise.
10611 * config/vxworks29k.exp: Likewise.
10612
2f71430b
JB
106132002-09-05 Jim Blandy <jimb@redhat.com>
10614
10615 * gdb.threads/killed.exp: Fix test failure message.
10616
7ddebc7e
KS
106172002-09-04 Keith Seitz <keiths@redhat.com>
10618
10619 * lib/mi-support.exp: Update copyright.
10620 (mi_gdb_test): Increase the priority of the expected pattern
10621 so that it matches gdb_test.
10622
0ae67eb3
KS
106232002-09-03 Keith Seitz <keiths@redhat.com>
10624
10625 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10626 Use integer comparison instead of string comparison for testing
10627 whether binary was built.
10628
38fc42c8
JB
106292002-09-03 Jim Blandy <jimb@redhat.com>
10630
10631 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10632
b6ff0e81
JB
106332002-08-29 Jim Blandy <jimb@redhat.com>
10634
10635 * gdb.threads/pthreads.exp: Move the portable thread compilation
10636 code into a function in lib/gdb.exp, and call that from here.
10637 * lib/gdb.exp (gdb_compile_pthreads): New function.
10638
07c98896
KS
106392002-08-29 Keith Seitz <keiths@redhat.com>
10640
10641 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10642 expect_out so that callers can get at it.
10643
0312286c
DJ
106442002-08-23 Daniel Jacobowitz <drow@mvista.com>
10645
10646 * gdb.threads/print-threads.c: New file.
10647 * gdb.threads/print-threads.exp: New file.
10648 * gdb.threads/schedlock.c: New file.
10649 * gdb.threads/schedlock.exp: New file.
10650
dd039bc4
EZ
106512002-08-22 Elena Zannoni <ezannoni@redhat.com>
10652
a9c64011
AS
10653 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10654 not altivec.c.
dd039bc4 10655
1f36144c
MK
106562002-08-17 Mark Kettenis <kettenis@gnu.org>
10657
10658 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10659 targets. The problem should be fixed now.
10660
16057ec7 106612002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10662
10663 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10664 2002-07-24 change that removes final dots from error messages.
10665
3c1499ad
TT
106662002-08-13 Tom Tromey <tromey@redhat.com>
10667
10668 * gdb.base/readline.exp: New file.
10669
a20ce2c3
AC
106702002-08-01 Andrew Cagney <ac131313@redhat.com>
10671
10672 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10673 supress message.
10674
db034ac5
AC
106752002-08-01 Andrew Cagney <cagney@redhat.com>
10676
10677 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10678 CHILL_FOR_TARGET and CHILL_LIB.
10679 * configure.in (configdirs): Remove gdb.chill.
10680 * configure: Regenerate.
10681 * lib/gdb.exp: Obsolete references to chill.
10682 * gdb.fortran/types.exp: Ditto.
10683 * gdb.fortran/exprs.exp: Ditto.
10684
3e000b18
KB
106852002-07-30 Kevin Buettner <kevinb@redhat.com>
10686
10687 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10688 set Irix-specific compile and link flags.
10689
28f4966b
KB
106902002-07-29 Kevin Buettner <kevinb@redhat.com>
10691
10692 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10693 source files. The ``-o'' option doesn't work with the ``-E'' option
10694 when using the Irix compiler.
10695
46c0d5a6
DJ
106962002-07-19 Daniel Jacobowitz <drow@mvista.com>
10697
10698 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10699 Improve support for reusing an exec file. Copy exec file
10700 to target, and run gdbserver on the target instead of on the host.
10701
eecf4bed
JB
107022002-07-18 Jim Blandy <jimb@redhat.com>
10703
0f815cdf
JB
10704 * gdb.base/ending-run.exp: Don't expect to see the program end in
10705 some orderly fashion when we're running on a real stand-alone
10706 board.
10707
eecf4bed
JB
10708 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10709 targets that don't support interrupts.
10710
52d309e4
JB
107112002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10712
10713 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10714 systems.
10715 Move comments in expect statements to inside the actions, so that they
10716 don't get matched against.
10717
ff683d9e
MK
107182002-07-10 Mark Kettenis <kettenis@gnu.org>
10719
10720 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10721 function when asleep" test.
10722
b5356753
AC
107232002-07-10 Andrew Cagney <ac131313@redhat.com>
10724
10725 * gdb.base/page.exp: Rewrite to handle problems with very long
10726 `info set' output. Update copyright.
10727
6aa4d13a
AC
107282002-06-26 Andrew Cagney <ac131313@redhat.com>
10729
10730 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10731 gdb.threads-hp.
10732 * gdb.hp/configure: Regenerate.
10733 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10734 * gdb.hp/gdb.threads-hp/configure: Delete file.
10735 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10736
8cf8c2b8
AC
107372002-06-22 Andrew Cagney <ac131313@redhat.com>
10738
10739 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10740 setlocale, bindtextdomain and textdomain.
10741
6827a8f8
JB
107422002-06-11 Jim Blandy <jimb@redhat.com>
10743
919d772c
JB
10744 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10745 preprocessor macro information is present.
10746
6827a8f8
JB
10747 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10748 tests.
10749
c15b0d21
MS
107502002-06-06 Michael Snyder <msnyder@redhat.com>
10751
c5984d70
MS
10752 * gdb.base/overlays.exp: Record addresses of overlay
10753 functions in TCL variables rather than in GDB variables,
10754 to avoid having GDB convert them to pointers (with loss
10755 of information).
10756
d63a86f8 10757 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 10758 default linker script changes.
c15b0d21
MS
10759 * gdb.base/long_long.exp: Add check for sizeof (long double).
10760
be26fe0d
ML
107612002-06-06 Michal Ludvig <mludvig@suse.cz>
10762
10763 * gdb.asm/asm-source.exp: Add x86-64 target.
10764 * gdb.asm/x86_64.inc: New.
d63a86f8 10765
258093ca 107662002-05-30 Michael Chastain <mec@shout.net>
258093ca 10767
4b3153f1 10768 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
10769 * gdb.c++/m-static.cc: New file.
10770 * gdb.c++/m-static.exp: New file.
10771
241264c6
MS
107722002-05-28 Michael Snyder <msnyder@redhat.com>
10773
10774 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10775 precision.
10776
9bba8c8f 107772002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 10778
4b3153f1 10779 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
10780 * gdb.c++/m-data.cc: New file.
10781 * gdb.c++/m-data.exp: New file.
10782
107832002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 10784
4b3153f1 10785 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 10786 * gdb.c++/try_catch.cc: New file.
d63a86f8 10787 * gdb.c++/try_catch.exp: New file.
9bba8c8f 10788
def1b996
MC
107892002-05-27 Michael Chastain <mec@shout.net>
10790
10791 * gdb.c++/local.exp: Accept more nested types in output.
10792
522ba268
MC
107932002-05-26 Michael Chastain <mec@shout.net>
10794
10795 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10796
277254ba
MS
107972002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10798
10799 * lib/gdb.exp (gdb_wrapper_init): Just because
10800 gdb_wrapper_file exists, this does not mean that the file
10801 should not be rebuilt. That is what gdb_wrapper_initialized
10802 is for.
10803 (default_gdb_init): Reset gdb_wrapper_initialized.
10804
b61a8733
MS
108052002-05-23 Michael Snyder <msnyder@redhat.com>
10806
d63a86f8 10807 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
10808 the precision of the floating point test results.
10809 * gdb.base/call-rt-st.exp: Ditto.
10810
b61a8733
MS
10811 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10812 * gdb.base/call-rt-st.exp: Ditto.
10813
56f6e910
MC
108142002-05-19 Michael Chastain <mec@shout.net>
10815
10816 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10817
ad0b0016
EZ
108182002-05-19 Elena Zannoni <ezannoni@redhat.com>
10819
a9c64011
AS
10820 * configure.in (configdirs): Add gdb.arch.
10821 * configure: Regenerate.
ad0b0016 10822
f617d2b6
JB
108232002-05-17 Jim Blandy <jimb@redhat.com>
10824
10825 * gdb.base/completion.exp: Recognize the more detailed error
10826 messages produced by the macro expander's lexical analyzer.
10827
eac2a696
EZ
108282002-05-14 Elena Zannoni <ezannoni@redhat.com>
10829
a9c64011
AS
10830 * gdb.arch/altivec-abi.c: New file.
10831 * gdb.arch/altivec-abi.exp: New file.
10832 * gdb.arch/altivec-regs.c: New file.
10833 * gdb.arch/altivec-regs.exp: New file.
eac2a696 10834
2fdde8f8
DJ
108352002-05-14 Daniel Jacobowitz <drow@mvista.com>
10836
10837 * gdb.base/maint.exp (maint print type): Update for new type
10838 structure.
d63a86f8 10839
e31f1a7c
EZ
108402002-05-14 Elena Zannoni <ezannoni@redhat.com>
10841
10842 * gdb.arch: New directory.
10843 * gdb.arch/configure.in: New file.
10844 * gdb.arch/configure: New file.
10845 * gdb.arch/Makefile.in: New file.
10846
db589741
CV
108472002-05-13 Corinna Vinschen <vinschen@redhat.com>
10848
10849 * gdb.asm/asm-source.exp: Add v850 as supported target.
10850 * gdb.asm/v850.inc: New file.
10851
8ce2a7dc
DJ
108522002-05-13 Daniel Jacobowitz <drow@mvista.com>
10853
10854 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10855
df763c7f
DJ
108562002-05-12 Daniel Jacobowitz <drow@mvista.com>
10857
10858 * gdb.base/break.exp: Check 'break "marker2"'.
10859
377daeed
MS
108602002-05-10 Michael Snyder <msnyder@redhat.com>
10861
10862 * gdb.base/long_long.exp: Fix typo.
10863
c4b7bc2b
JB
108642002-05-10 Jim Blandy <jimb@redhat.com>
10865
ecac9a4e
JB
10866 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10867 a bug.
10868
c4b7bc2b
JB
10869 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10870 Recognize more detailed error message produced by the macro
10871 expander's lexical analyzer.
10872 * lib/gdb.exp (test_print_reject): Same.
10873
e71019a1
MK
108742002-05-09 Mark Kettenis <kettenis@gnu.org>
10875
10876 * gdb.c++/method.exp: Fix typo.
10877
fedfc8e6
MS
108782002-05-08 Michael Snyder <msnyder@redhat.com>
10879
166a1957
MS
10880 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
10881 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 10882 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
10883 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
10884 Add iftarget clause for strongarm.
d63a86f8 10885
f1c47eb2
MS
108862002-05-06 Michael Snyder <msnyder@redhat.com>
10887
cb9a9d3e
MS
10888 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
10889 (gdb_continue_to_end): Accept output from status wrapper.
10890 * gdb.base/ending-run.exp: Add case for output from status wrapper.
10891 Clean up fail messages to match pass messages.
10892
f1c47eb2
MS
10893 Enable the "needs_status_wrapper" testsuite feature.
10894 * lib/gdb.exp (gdb_wrapper_init): New procedure.
10895 (gdb_compile): Conditionally call gdb_wrapper_init.
10896 * gdb.base/a2-run.exp: Recognize output from status wrapper.
10897 * gdb.c++/method.exp: Recognize output from status wrapper.
10898
6079c749
BE
108992002-05-06 Ben Elliston <bje@redhat.com>
10900From Graydon Hoare <graydon@redhat.com>
10901
10902 * config/sid.exp: Include support for "rawsid" protocol.
10903
188baff3
JB
109042002-05-03 Jim Blandy <jimb@redhat.com>
10905
10906 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
10907 * gdb.c++/hang3.C: New file.
10908
b9c07f0f
AC
109092002-05-04 Andrew Cagney <ac131313@redhat.com>
10910
10911 * gdb.base/default.exp: Remove obsolete code.
10912 * gdb.c++/misc.exp: Ditto. Update copyright.
10913 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
10914 * gdb.base/whatis.exp: Ditto. Update copyright.
10915 * gdb.base/scope.exp: Ditto. Update copyright.
10916 * gdb.base/ptype.exp: Ditto. Update copyright.
10917 * gdb.base/printcmds.exp: Ditto. Update copyright.
10918 * gdb.base/opaque.exp: Ditto. Update copyright.
10919 * gdb.base/list.exp: Ditto.
10920 * gdb.base/funcargs.exp: Ditto. Update copyright.
10921 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
10922 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
10923 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
10924 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
10925 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
10926 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
10927
5c7a0397
MS
109282002-05-02 Michael Snyder <msnyder@redhat.com>
10929
d6dcc264 10930 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
10931 * gdb.base/long_long.exp: Add xscale target.
10932 * gdb.base/default.exp: Add xscale target.
10933
eb7f1c48
JB
109342002-05-01 Jim Blandy <jimb@redhat.com>
10935
10936 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
10937 gdb.c++/hang.exp: New test.
10938
a6befae8
FF
109392002-05-01 Fred Fish <fnf@redhat.com>
10940
10941 * gdb.base/completion.exp: Handle completions of "./Make" for
10942 more than one completion possibility, as is the case when we
10943 build and test in the source tree.
10944
0a310277
AG
109452002-04-29 Anthony Green <green@redhat.com>
10946
10947 * gdb.java/jmisc1.exp: New file.
10948 * gdb.java/jmisc2.exp: New file.
10949
6ff9af88
DJ
109502002-04-24 Daniel Jacobowitz <drow@mvista.com>
10951
10952 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
10953
96b3d632
EZ
109542002-04-23 Elena Zannoni <ezannoni@redhat.com>
10955
10956 * gdb.base/help.exp: Change 'help status' to allow for target
10957 dependent output differences.
10958
5019bb54
MC
109592002-04-22 Michael Chastain <mec@shout.net>
10960
10961 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
10962
a805a116
MC
109632002-04-22 Michael Chastain <mec@shout.net>
10964
10965 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
10966
a1706bfd
DM
109672002-04-17 David S. Miller <davem@redhat.com>
10968
10969 * gdb.asm/sparc64.inc: New file.
10970 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
10971
a73a20a2
EZ
109722002-04-19 Elena Zannoni <ezannoni@redhat.com>
10973
10974 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
10975 instruction file directly into the build tree. Clean up at end of
10976 test.
10977
ba678339
DM
109782002-04-18 David S. Miller <davem@redhat.com>
10979
10980 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
10981 handle 64-bit platforms correctly.
10982 * gdb.base/maint.exp: Likewise.
10983
b03399da
KB
109842002-04-18 Kevin Buettner <kevinb@redhat.com>
10985
10986 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
10987 ``-fpic'' when compiling files comprising a shared library, but
10988 it does need additional linker flags in order to find shared
10989 libraries at run time.
10990
e2004992
KB
109912002-04-18 Kevin Buettner <kevinb@redhat.com>
10992
10993 * gdb.base/cvexpr.c (use): New function.
10994 (main): Invoke use() on all global variables to prevent
10995 some linkers from deleting these otherwise unused symbols.
10996
d8937120
MC
109972002-04-17 Michael Chastain <mec@shout.net>
10998From David S. Miller <davem@redhat.com>
10999
11000 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
11001 handle 64-bit platforms correctly.
11002
ffd61a58
MS
110032002-04-12 Michael Snyder <msnyder@redhat.com>
11004From Jim Blandy <jimb@redhat.com>
a9c64011 11005 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
11006 script can handle this instead.
11007 * gdb.base/bar.c (barx): Same.
11008 * gdb.base/baz.c (bazx): Same.
11009 * gdb.base/grbx.c (grbxx): Same.
11010
11011 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
11012 manager doesn't automatically unmap overlays unnecessarily.
11013
6b8426a6
MH
110142002-04-10 Martin M. Hunt <hunt@redhat.com>
11015
11016 * gdb.base/ending-run.exp: Fix pattern for Mips targets
11017 stepping out of main.
11018
34af4875
MC
110192002-04-09 Michael Chastain <mec@shout.net>
11020
11021 * gdb.c++/local.cc (main): Move call to marker1() inside nested
11022 scope so that the nested scope tests will make sense.
11023 * gdb.c++/local.exp: Write patterns that actually work with gcc
11024 (the HP patterns "were never known to work with gcc").
11025 Keep the old aCC patterns too.
11026
2d1676a0
DJ
110272002-04-09 Daniel Jacobowitz <drow@mvista.com>
11028
11029 * gdb.base/attach.exp: Correct target board test.
11030
3a63e3f9
MC
110312002-04-08 Michael Chastain <mec@shout.net>
11032
11033 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
11034 in a const method. Add some xfail and fail cases for configurations
11035 that do not emit the "const ...".
11036
f18dabd2
MC
110372002-04-07 Michael Chastain <mec@shout.net>
11038
11039 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
11040 Accept "A * const" and "const A * const" as type of "this".
11041 Fix spelling of getFunky throughout. Make messages uniform.
11042
0fcddd82
EZ
110432002-04-07 Elena Zannoni <ezannoni@redhat.com>
11044
a9c64011 11045 Work around for PR gdb/285:
0fcddd82
EZ
11046 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
11047
16a8534a
EZ
110482002-04-07 Elena Zannoni <ezannoni@redhat.com>
11049
11050 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
11051 instructions file at run time instead of configure time.
11052 Sometimes we run the test in a directory that is not the one we
11053 configured in.
11054 * gdb.asm/configure.in: Delete creation of symlink.
11055 * gdb.asm/configure: Regenerate.
11056
24181d81
JB
110572002-04-05 J. Brobecker <brobecker@gnat.com>
11058
11059 * gdb.gdb/xfullpath.exp: New test, to exercise the new
11060 xfullpath () function.
11061
7cdb7107
DJ
110622002-04-04 Daniel Jacobowitz <drow@mvista.com>
11063
11064 * gdb.asm/Makefile.in: Correct dependencies.
11065
11066 * gdb.asm/powerpc.inc: New file.
11067 * gdb.asm/asm-source.exp: Add PowerPC.
11068 * gdb.asm/configure.in: Likewise.
11069 * gdb.asm/configure: Regenerated.
11070
a7d17088
DJ
110712002-04-04 Daniel Jacobowitz <drow@mvista.com>
11072
11073 * gdb.base/relocate.exp: New file.
11074 * gdb.base/relocate.c: New file.
11075
cd721503
FF
110762002-04-04 Fred Fish <fnf@redhat.com>
11077
11078 * gdb.base/step-test.exp: Update comment regarding stopping in
11079 memcpy/bcopy calls inserted as part of the compiler runtime.
11080
b22ad7a7
MS
110812002-04-04 Michael Snyder <msnyder@redhat.com>
11082
11083 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
11084
5f279fa6
DJ
110852002-04-03 Daniel Jacobowitz <drow@mvista.com>
11086
11087 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
11088 (gdb_expect): Remove $notransfer hack.
11089
dd0fd3ce
DJ
110902002-04-02 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * gdb.c++/classes.exp ("calling method for small class"): Match
11093 updated register output.
11094
1e50cda1
DJ
110952002-03-30 Daniel Jacobowitz <drow@mvista.com>
11096
11097 Fix PR gdb/452
11098 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
11099 when finished. Make gdb_file_cmd send "exec-file" when
11100 appropriate.
11101
24015922
DJ
111022002-03-30 Daniel Jacobowitz <drow@mvista.com>
11103
11104 * gdb.base/attach.exp: Remove extra setup_xfail.
11105
dd7dfd64
MS
111062002-03-26 Michael Snyder <msnyder@redhat.com>
11107
11108 * gdb.base/default.exp: Add tests for dump, append, and restore.
11109 * gdb.base/help.exp: Add tests for dump, append, and restore.
11110 * gdb.base/dump.exp: New file, test dump, append and restore.
11111 * gdb.base/dump.c: New file.
11112
48b2f8d7
MS
111132002-03-27 Michael Snyder <msnyder@redhat.com>
11114
d63a86f8 11115 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
11116 clean-ups in help messages.
11117
05b4d525
FF
111182002-03-26 Fred Fish <fnf@redhat.com>
11119
11120 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
11121 have debugging info for those functions and the compiler uses them
11122 internally to copy structs around.
11123
d7679631
FF
111242002-03-26 Fred Fish <fnf@redhat.com>
11125
11126 * gdb.base/list.exp: Revert the change made yesterday and add note
11127 about why we don't list the default lines for remote targets.
11128
523ac3f9
MS
111292002-03-25 Michael Snyder <msnyder@redhat.com>
11130
11131 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
11132
754b2b8d
FF
111332002-03-25 Fred Fish <fnf@redhat.com>
11134
11135 * gdb.base/list.exp: This test works on remote targets so remove
11136 the short circuit for remote targets. Update copyright.
11137
33c3e192
FF
111382002-03-25 Fred Fish <fnf@redhat.com>
11139
11140 * gdb.base/attach.exp: Fix logic error that was suppressing this
11141 test for all non hppa*-*-hpux* targets, instead of the hp target.
11142 Move comments closer to the suppression point. Also now need to
11143 check that we are running natively.
11144
d43e73ee
MS
111452002-03-22 Michael Snyder <msnyder@redhat.com>
11146
882c8f02
MS
11147 * gdb.base/default.exp: Add test for gcore. Update copyright.
11148 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 11149
04c12f60
FF
111502002-03-06 Fred Fish <fnf@redhat.com>
11151
11152 * gdb.base/funcargs.c: Remove extraneous ';' character.
11153 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
11154
b43df995
MC
111552002-03-04 Michael Chastain <mec@shout.net>
11156
11157 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
11158 accommodate gcc v3 function signature.
11159 * gdb.mi/mi0-var-cmd-exp: Ditto.
11160
92362027
AC
111612002-02-24 Andrew Cagney <ac131313@redhat.com>
11162
11163 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
11164 ``GNU/Linux'' or ``Linux kernel''
11165 * testsuite/gdb.threads/pthreads.c: Ditto.
11166
258ad32d
MC
111672002-02-24 Michael Chastain <mec@shout.net>
11168
11169 * gdb.threads/pthreads.c (thread1): Add a return statement.
11170 (thread2): Likewise.
11171 (foo): Likewise.
11172
04c3b3d4
MC
111732002-02-23 Michael Chastain <mec@shout.net>
11174
11175 * gdb.threads/linux-dp.c (philosopher): Add a return statement
11176 to placate gcc.
11177
5a2a0a20
MC
111782002-02-23 Michael Chastain <mec@shout.net>
11179
11180 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
11181 test "ptype bint". The test passes on all my stabs configurations.
11182
a640f7fc
JB
111832002-02-21 Jim Blandy <jimb@redhat.com>
11184
27924826
JB
11185 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
11186 filename at a time, and watch for the ones we want to see.
11187
a640f7fc
JB
11188 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
11189 types of pointers to prototyped functions.
11190
edcc8c75
AC
111912002-02-20 Andrew Cagney <ac131313@redhat.com>
11192
11193 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
11194 signed, unsigned and straight char.
11195 (padding_char, padding_short, padding_int, padding_long,
11196 padding_long_long, padding_float, padding_double,
11197 padding_long_double): New global variables.
11198 (fill, fill_structs): New functions.
11199
11200 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
11201 for correctly sized writes. Update copyright.
11202 (get_valueof): New procedure.
11203 (get_sizeof): Call get_valueof.
11204 (check_valueof): New procedure.
11205 (check_padding): New procedure.
11206
ac57ea44
MC
112072002-02-20 Michael Chastain <mec@shout.net>
11208
11209 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
11210 to setup_xfail. Document some of the remaining calls.
11211
7a10c941
MC
112122002-02-18 Michael Chastain <mec@shout.net>
11213
11214 * gdb.c++/userdef.exp: Update copyright year.
11215
fb8acdcc
DJ
112162002-02-18 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * gdb.c++/userdef.exp: Test overloaded operators properly.
11219 Remove xfails.
11220
fda6ae12
MS
112212002-02-14 Michael Snyder <msnyder@redhat.com>
11222
11223 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
11224
676a0442
DJ
112252002-02-14 Daniel Jacobowitz <drow@mvista.com>
11226
11227 * gdb.base/a2-run.exp: Check for a remote target properly.
11228 * gdb.base/annota1.exp: Likewise.
11229 * gdb.base/list.exp: Likewise.
11230 * gdb.base/reread.exp: Likewise.
11231 * gdb.base/scope.exp: Likewise.
11232 * gdb.base/shlib-call.exp: Likewise.
11233 * gdb.base/term.exp: Likewise.
11234 * gdb.c++/annota2.exp: Likewise.
11235
78b4f468
RE
112362002-02-13 Richard Earnshaw <rearnsha@arm.com>
11237
11238 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
11239
9a81ba51
MC
112402002-02-10 Michael Chastain <mec@shout.net>
11241
11242 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
11243 (call_after_alloca): Ditto.
11244
004af6c7
DJ
112452002-02-10 Daniel Jacobowitz <drow@mvista.com>
11246
11247 * gdb.base/ending-run.exp: Guard "cont" test with
11248 gdb_skip_stdio_test.
11249
37225f62
JB
112502002-02-06 Jim Blandy <jimb@redhat.com>
11251
11252 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
11253 from here...
11254 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
11255 To here. Disable this test on non-HP platforms. Add big comment.
11256
fe6fdd96
MS
112572002-02-04 Michael Snyder <msnyder@redhat.com>
11258
11259 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
11260 other than d10v and m32r.
11261
036fad3f
RE
112622002-02-02 Richard Earnshaw <rearnsha@arm.com>
11263
11264 * gdb.base/default.exp: Rewrite test patterns to reduce time
11265 taken to match them.
11266
7148ab62
DJ
112672002-01-30 Daniel Jacobowitz <drow@mvista.com>
11268
11269 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
11270 Allow a start function above main.
11271 * gdb.threads/linux-dp.exp: Fix copyright date.
11272
396cc255
DJ
112732002-01-30 Daniel Jacobowitz <drow@mvista.com>
11274
a9c64011
AS
11275 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
11276 (check_philosopher_stack): Check for manager thread before checking
11277 for a just-starting thread.
396cc255 11278
f038d31b
DJ
112792002-01-30 Daniel Jacobowitz <drow@mvista.com>
11280
11281 From Neil Booth <neil@daikokuya.demon.co.uk>:
11282 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
11283 warnings.
11284
b3ff9d9a
FF
112852002-01-21 Fred Fish <fnf@redhat.com>
11286
11287 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
11288 not caller.
11289
39ad761d
JB
112902002-01-21 Jim Blandy <jimb@redhat.com>
11291
11292 * gdb.base/reread.exp: Check that GDB properly re-reads the
11293 executable file when it changes while no inferior is running.
11294
aaf320fa
FF
112952002-01-21 Fred Fish <fnf@redhat.com>
11296
a9c64011
AS
11297 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
11298 optionally accept the "shlib events" variation.
aaf320fa 11299
808a31f5
JB
113002002-01-21 Jim Blandy <jimb@redhat.com>
11301
11302 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
11303 call `fflush' after every `printf', so that the output is produced
11304 at predictable points, regardless of whatever buffering does (or
11305 doesn't) take place.
11306 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
11307 at different points.
11308
4420d5e2
DJ
113092002-01-20 Daniel Jacobowitz <drow@mvista.com>
11310
11311 * gdb.c++/inherit.exp: Update copyright years.
11312 * gdb.c++/method.exp: Likewise.
11313
3e36a0f4
DJ
113142002-01-20 Daniel Jacobowitz <drow@mvista.com>
11315
11316 * gdb.c++/classes.exp: Update for improved v3 support and skipping
11317 artificial methods/arguments.
11318 * gdb.c++/derivation.exp: Likewise.
11319 * gdb.c++/inherit.exp: Likewise.
11320 * gdb.c++/method.exp: Likewise.
11321 * gdb.c++/virtfunc.exp: Likewise.
11322
b4ceaee6
AC
113232002-01-18 Andrew Cagney <ac131313@redhat.com>
11324
11325 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
11326 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
11327 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
11328 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
11329 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
11330 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
11331
ecace851
JB
113322002-01-17 Jim Blandy <jimb@redhat.com>
11333
11334 * gdb.asm/asm-source.exp (info symbol): Take another shot at
11335 anchoring the pattern matching the entry point symbol's name.
11336
375fc983
AC
113372002-01-17 Andrew Cagney <ac131313@redhat.com>
11338
11339 * gdb.base/maint.exp: Update ``maint internal-error'' to match
11340 continue/quit query. Update copyright.
11341
fe6fdd96
MS
113422002-01-14 Michael Snyder <msnyder@redhat.com>
11343
11344 * gdb.base/gcore.exp: Remove extra debugging output.
11345
e017c81f
DJ
113462002-01-13 Daniel Jacobowitz <drow@mvista.com>
11347
11348 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
11349 for slightly dubious v2 mangled string.
11350
37ab3bf8
DJ
113512002-01-13 Daniel Jacobowitz <drow@mvista.com>
11352
11353 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
11354
1bc05c3a 113552002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 11356
1bc05c3a 11357 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 11358
1bc05c3a
JM
11359 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
11360 constructors.
11361 * gdb.c++/derivation.exp: Likewise.
11362 * gdb.c++/templates.exp: Likewise.
11363 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 11364
1bc05c3a
JM
113652002-01-10 Michael Snyder <msnyder@redhat.com>
11366
11367 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 11368
a911c360
MS
113692002-01-08 Michael Snyder <msnyder@redhat.com>
11370
11371 * gdb.base/gcore.exp: New test for generate-core-file command.
11372 * gdb.base/gcore.c: Testcase for above.
11373 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
11374
ea2119ec
JM
113752002-01-08 Jason Merrill <jason@redhat.com>
11376
11377 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
11378
68203136
FF
113792002-01-07 Fred Fish <fnf@redhat.com>
11380
11381 * gdb.c++/overload.exp: Remove unconditional xfails for:
11382 print foo_instance1.overloadargs(1)
11383 print foo_instance1.overloadargs(1, 2)
11384 print foo_instance1.overloadargs(1, 2, 3)
11385 print foo_instance1.overloadargs(1, 2, 3, 4)
11386 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
11387 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
11388 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
11389 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
11390 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11391 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11392 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11393 print foo_instance1.overload1arg()
11394 print foo_instance1.overload1arg((char)arg2)
11395 print foo_instance1.overload1arg((signed char)arg3)
11396 print foo_instance1.overload1arg((unsigned char)arg4)
11397 print foo_instance1.overload1arg((int)arg7)
11398 print foo_instance1.overload1arg((unsigned int)arg8)
11399 print foo_instance1.overload1arg((float)arg11)
11400 print foo_instance1.overload1arg((double)arg12)
d63a86f8 11401
21b9b5b1
MS
114022002-01-07 Michael Snyder <msnyder@redhat.com>
11403
11404 * gdb.base/huge.exp: New test. Print a very large target data object.
11405 (skip_huge_test): New test variable. Define if you want to skip this
11406 test. The test reads an 8 megabyte data object from the target, so it
11407 might be very time consuming on remote targets with a slow connection.
11408 * gdb.base/huge.c: New file. Test case for above.
11409
725f922e
FF
114102002-01-07 Fred Fish <fnf@redhat.com>
11411
11412 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11413 g_instance.bfoo, and g_instance.cfoo.
11414
634d57ec
JL
11415Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11416
f286b2c3
JL
11417 * gdb.base/break.c (multi_line_if_conditional): New function.
11418 (multi_ilne_while_conditional): Likewise.
11419 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11420 IF or WHILE condition puts the breakpoint at the start of
11421 the condition.
11422
634d57ec
JL
11423 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11424 hppa*-*-hpux* expected failure.
11425 * gdb.base/structs.exp (do_function_calls): Similarly.
11426
11427 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11428 watchpoints.
11429
9fbfe2dc
AC
114302002-01-06 Andrew Cagney <ac131313@redhat.com>
11431
11432 Fix PR gdb/66.
11433 * gdb.base/structs.exp: Replace skip for a29k with skip for
11434 gdb,cannot_call_functions.
11435 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11436 * gdb.base/callfuncs.exp: Ditto.
11437 * gdb.base/call-rt-st.exp: Ditto.
11438 * gdb.base/call-strs.exp: Ditto.
11439 * gdb.base/callfwmall.exp: Ditto.
11440 * gdb.base/scope.exp: Obsolete xfail a29k.
11441 * gdb.c++/misc.exp: Ditto.
11442 * gdb.c++/cplusfuncs.exp: Ditto.
11443 * gdb.base/ptype.exp: Ditto.
11444 * gdb.base/printcmds.exp: Ditto.
11445 * gdb.base/opaque.exp: Ditto.
11446 * gdb.base/list.exp: Ditto.
11447 * gdb.base/funcargs.exp: Ditto.
11448 * gdb.base/default.exp: Ditto.
11449
8ddad156
MS
114502002-01-04 Michael Snyder <msnyder@redhat.com>
11451
ca4976a6 11452 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
11453 * gdb.base/maint.exp: Add tests for maint info sections options.
11454
1b074332
JL
11455Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11456
11457 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11458
7d159115
CV
114592001-12-20 Corinna Vinschen <vinschen@redhat.com>
11460
11461 * gdb.asm/arm.inc: New file.
11462 * gdb.asm/asm-source.exp: Add arm targets.
11463 * gdb.asm/configure.in: Ditto.
11464 * gdb.asm/configure: Recreated from configure.in.
11465
8fb87725
JL
11466Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11467
afabe08c
JL
11468 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11469 with HP's compiler.
11470 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11471 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11472 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11473 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11474
11475 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11476 either HP's compilers or GCC.
11477
db521deb
JL
11478 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11479 a SIGBUS or SIGSEGV.
11480
11481 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11482
11483 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11484 can be compiled with either HP's compiler or GCC.
11485
cfa88ab7
JL
11486 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11487 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11488 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11489
ca344dff
JL
11490 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11491 to match current gdb output. Update due to using auto-solib-limit
11492 for limiting instead of overloading auto-solib-add.
11493 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11494 test program.
11495
3f3c6e55 11496 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
11497 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11498 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11499 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11500 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11501 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11502 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11503 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11504 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11505 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11506 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11507 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11508 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 11509
8fb87725
JL
11510 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11511 a SIGTRAP to the inferior.
11512
cf599fa7
CV
115132001-12-19 Corinna Vinschen <vinschen@redhat.com>
11514
11515 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11516 Substitute call to target_link by call to gdb_compile.
11517
2cd045cd
JL
11518Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11519
a9c64011
AS
11520 * gdb.base/break.exp: Fix HP specific search string when testing
11521 backtracing in a called function.
2cd045cd 11522
a9c64011
AS
11523 * gdb.base/constvars.exp: Only set lang to C++ if we're
11524 compiling the test with HP's compilers.
11525 * gdb.base/volatile.exp: Similarly.
2cd045cd 11526
99ebe9ac
JB
115272001-12-19 Jim Blandy <jimb@redhat.com>
11528
11529 * gdb.base/printcmds.exp: Expect the null character to be printed
11530 as '\0', and the '\013' to be printed as '\v'.
11531 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11532 * gdb.base/setvar.exp: Same.
11533
b9891b29
JB
115342001-12-17 Jim Blandy <jimb@redhat.com>
11535
0eba65ab
JB
11536 * gdb.base/completion.exp: Rather than completing very long
11537 filenames, which can make the readline library produce output we
11538 don't recognize, cd to the directory first, and then complete
11539 using nice, short relative paths.
11540
6970b5b1
JB
11541 * gdb.base/completion.exp: On some systems, there is, in fact, a
11542 variable named `b' in scope, since GDB treats all static
a9c64011
AS
11543 variables as being in scope. So use `no_var_named_this'
11544 instead of `b'.
6970b5b1 11545
b9891b29
JB
11546 * gdb.base/corefile.exp: Recognize the message saying that GDB
11547 can't find the core file's registers as a failure.
11548
e6ccd35f
JSC
115492001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11550
a9c64011
AS
11551 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11552 test expect string more specific.
e6ccd35f 11553
105ba819
CV
115542001-12-13 Corinna Vinschen <vinschen@redhat.com>
11555
11556 * gdb.asm/asm-source.exp: Add support for xstormy16.
11557 * gdb.asm/configure.in: Ditto.
11558 * gdb.asm/configure: Rebuild.
11559 * gdb.asm/xstormy16.inc: New file.
11560
e9e79dd9
FF
115612001-12-10 Fred Fish <fnf@redhat.com>
11562
11563 * gdb.base/maint.exp: Update to match changes in type dumping code.
11564
347dc97d
JB
115652001-12-10 Jim Blandy <jimb@redhat.com>
11566
11567 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11568 matching the entry point symbol's name at the beginning of the
11569 line.
11570
5178b9d6
DJ
115712001-12-07 Daniel Jacobowitz <drow@mvista.com>
11572
11573 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11574 gdb.c++/inherit.exp, gdb.c++/method.exp,
11575 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11576 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11577 and class layout support.
11578
af890c52
DJ
115792001-12-07 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * gdb.c++/classes.exp: Add test for static member function.
11582 * gdb.c++/misc.cc: Add class with static member function.
11583
7a345fb3
JB
115842001-12-07 Jim Blandy <jimb@redhat.com>
11585
f2e54a80 11586 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11587 those tests as `unsupported'.
11588 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11589 Rewrite subsequent tests to use it.
11590
11591 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11592 those tests as `unsupported'.
11593 * gdb.base/structs.exp (call_struct_func): New function.
11594 (do_function_calls): Use call_struct_func to call the functions
11595 returning structs.
11596
0bc69509
JB
11597 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11598 whether functions are prototyped or not, so we can't possibly pass
11599 arguments to t_float_values2 properly.
11600
7a345fb3
JB
11601 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11602 value of `timeout' for targets other than the mips*tx39-*.
11603
edb6ede1
MS
116042001-12-06 Michael Snyder <msnyder@redhat.com>
11605
d63a86f8 11606 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11607 and detect whether the start symbol has a leading underscore.
11608
2d842f13
JB
116092001-12-04 Jim Blandy <jimb@redhat.com>
11610
11611 * gdb.base/completion.exp: Clarify indentation.
11612
68550daf
JB
116132001-12-03 Jim Blandy <jimb@redhat.com>
11614
11615 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11616 variables on the S/390, not `.word'.
11617
cd5195a8
JB
116182001-11-30 Jim Blandy <jimb@redhat.com>
11619
11620 Add assembly-source tests for s390-ibm-linux.
11621 * gdb.asm/s390.inc: New file.
11622 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11623 the S/390 architecture.
a9c64011 11624 * gdb.asm/configure: Regenerated.
cd5195a8 11625
ca9efc90
MS
116262001-11-30 Michael Snyder <msnyder@redhat.com>
11627
11628 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11629 next, info source, info sources, info line, global and static
11630 variables, and static functions.
11631 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11632 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11633 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11634 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11635 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11636 (gdbasm_leave): Restore frame pointer.
11637 (gdbasm_startup): Copy stack set-up from crt0.S.
11638
d0e66976
FN
116392001-11-26 Fernando Nasser <fnasser@redhat.com>
11640
11641 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11642 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11643 to a local (non-static) variable. Copy tstruct.a to a static buffer
11644 and return a pointer to that buffer.
11645 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11646
e2334072
MK
116472001-11-24 Mark Kettenis <kettenis@gnu.org>
11648
11649 * gdb.asm/configure.in: Fix recognition of ix86 target.
11650 * gdb.asm/configure: Regenerate.
11651
756caa3d
MS
116522001-11-21 Michael Snyder <msnyder@redhat.com>
11653
11654 * gdb.asm/sparc.inc: New file.
11655 * gdb.asm/asm-source.exp: Recognize sparc target.
11656 * gdb.asm/configure.in: Recognize sparc target.
11657 * gdb.asm/configure: Regenerate.
d63a86f8 11658
9a4d72d5
MS
116592001-11-21 Michael Snyder <msnyder@redhat.com>
11660
11661 * gdb.asm/m32r.inc: New file.
11662 * gdb.asm/asm-source.exp: Recognize m32r target.
11663 * gdb.asm/configure.in: Recognize m32r target.
11664 * gdb.asm/configure: Regenerate.
11665
a773d1cd
MS
116662001-11-20 Michael Snyder <msnyder@redhat.com>
11667
017ac23d
MS
11668 * gdb.asm/i386.inc: New file.
11669 * gdb.asm/asm-source.exp: Recognize ix86 target.
11670 * gdb.asm/configure.in: Recognize ix86 target.
11671 * gdb.asm/configure: Regenerate.
11672
a773d1cd
MS
11673 * gdb.c++/namespace.exp: Fix quotes in output messages.
11674
bb632afb
MS
116752001-11-14 Michael Snyder <msnyder@redhat.com>
11676
25d559ca 11677 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11678 qualifier in a type cast expression, to designate an address
11679 in the instruction space (Harvard architecture).
11680
4749e309
MS
116812001-11-13 Michael Snyder <msnyder@redhat.com>
11682
11683 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11684 Tests for expressions using 'const' and 'volatile'.
11685
25050984
CV
116862001-11-13 Corinna Vinschen <vinschen@redhat.com>
11687
11688 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11689
1902c51f
DJ
116902001-11-12 Daniel Jacobowitz <drow@mvista.com>
11691
11692 * lib/mi-support.exp (mi_run_to_helper): Move comments
11693 outside of gdb_expect.
11694
dcf95b47
DJ
116952001-11-11 Daniel Jacobowitz <drow@mvista.com>
11696
11697 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11698 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11699 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11700 mi0_run_to): New functions.
11701 * gdb.mi/mi-simplerun.exp: Use them.
11702 * gdb.mi/mi0-simplerun.exp: Likewise.
11703 * gdb.mi/mi-var-cmd.exp: Likewise.
11704 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11705
45b074e1
AC
117062001-11-10 Andrew Cagney <ac131313@redhat.com>
11707
11708 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11709 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11710
bf50d346
AC
117112001-11-09 Andrew Cagney <ac131313@redhat.com>
11712
11713 * gdb.base/restore.exp: Include $expected value in restored test
11714 message.
11715
9383332c
AC
117162001-11-09 Andrew Cagney <ac131313@redhat.com>
11717
11718 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11719 implemented.
11720
db62520a
MS
117212001-11-08 Michael Snyder <msnyder@redhat.com>
11722
11723 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11724 Add pass/fail message for stop at breakpoint in call dummy function.
11725
b5703437
MS
117262001-11-07 Michael Snyder <msnyder@redhat.com>
11727
d63a86f8
RM
11728 * gdb.c++/templates.exp (test_template_breakpoints):
11729 If we get an overload menu, but it does not match what
760f6330 11730 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11731 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11732 making the whitespace optional. Argument for "new" may be
11733 "unsigned" as well as "unsigned int/long".
d63a86f8 11734 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
11735 making the whitespace optional. Also replace "(void) with
11736 "((void|)), making the keyword "void" optional.
d63a86f8 11737 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
11738 making the whitespace optional. Also replace "(void) with
11739 "((void|)), making the keyword "void" optional.
3bf40917
MS
11740 * gdb.base/callfuncs.c (t_float_values): This function must
11741 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 11742 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
11743 can be tested against both cases. Usually one case involves
11744 promotion of float to double, while the other does not.
11745 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
11746 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11747 includes a stack frame for "start".
11748
c8ab4e6d
JB
117492001-11-05 Jim Blandy <jimb@redhat.com>
11750
11751 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11752 pointers are 32 bits long, and that offsets of relocs are always
11753 stored in the data (REL-style), and not in the reloc entry itself
11754 (RELA-style).
11755 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11756 stabs.
11757
3f08ced9
MS
117582001-11-01 Michael Snyder <msnyder@redhat.com>
11759
11760 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11761 and regular expression operators by using quoting.
11762
cbfa24cd
MS
117632001-10-31 Michael Snyder <msnyder@redhat.com>
11764
11765 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11766 depending on what the symbol table contains.
11767 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11768 the output of the ptype command. Similarly, accept both "const &"
11769 and "const&".
11770
aaa68313
CV
117712001-10-31 Corinna Vinschen <vinschen@redhat.com>
11772
11773 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11774 symbol `STORAGE' to allow to choose the storage class of
11775 the local datastructures.
11776 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11777 compiler directive.
11778
91740388
MS
117792001-10-30 Michael Snyder <msnyder@redhat.com>
11780
11781 * gdb.base/jump.exp: Allow it to run for all targets.
11782
1b7c05e7
CV
117832001-10-29 Corinna Vinschen <vinschen@redhat.com>
11784
11785 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11786 with new double_array size.
11787 (main): Change storage class of all local variables to static.
11788 Reduce size of double_array to 9.
11789 * gdb.base/call-ar-st.exp: Increase timeout value.
11790 Change expected output for double array to match new size in
11791 call-ar-st.c.
11792
36a22261
CV
117932001-10-29 Corinna Vinschen <vinschen@redhat.com>
11794
11795 * gdb.base/ending-run.exp: Create identical output when passing
11796 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 11797 Stormy16 target.
36a22261 11798
92b8ae91
MK
117992001-10-28 Mark Kettenis <kettenis@gnu.org>
11800
11801 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11802 that we catch the expected failure under Linux/x86.
11803
cb135b83
OF
118042001-10-29 Orjan Friberg <orjanf@axis.com>
11805
11806 * gdb.base/setvar.exp: Escape curly braces.
11807 * gdb.stabs/weird.exp: Ditto.
11808
6884aa54
DJ
118092001-10-27 Daniel Jacobowitz <drow@mvista.com>
11810
11811 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11812 * gdm.mi/mi0-hack-cli.exp: Likewise.
11813
0398c9aa
AC
118142001-10-25 Andrew Cagney <ac131313@redhat.com>
11815
11816 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11817 messages.
11818
d20bf2e8
AC
118192001-10-21 Andrew Cagney <ac131313@redhat.com>
11820
11821 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11822 checking MI enabled.
11823
03dd63aa
CV
118242001-10-09 Corinna Vinschen <vinschen@redhat.com>
11825
11826 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11827
1d9d99f3
FCE
118282001-10-04 Frank Ch. Eigler <fche@redhat.com>
11829
11830 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11831 if gdb child process crashes, just signal an error.
11832
838ae6c4
JB
118332001-10-02 Jim Blandy <jimb@redhat.com>
11834
11835 * lib/gdb.exp (test_xfail_format): Simplify.
11836
11837 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11838 front of the variable name `format'. Simplify `if'.
11839
8f0cbc1c
DJ
118402001-10-01 Daniel Jacobowitz <drow@mvista.com>
11841
11842 * gdb.threads/pthreads.exp: Wait for output and delay
11843 before sending ^C.
11844
1f08dafd
DJ
118452001-10-01 Daniel Jacobowitz <drow@mvista.com>
11846
11847 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11848 some incorrect output instead of timing out.
11849 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11850
674f90ff
CV
118512001-09-28 Corinna Vinschen <vinschen@redhat.com>
11852
11853 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11854 check to allow additional `int'.
11855
9b284272
DJ
118562001-09-27 Daniel Jacobowitz <drow@mvista.com>
11857
11858 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11859 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11860
b55a4771
MS
118612001-09-27 Michael Snyder <msnyder@redhat.com>
11862
11863 * lib/gdb.exp (test_debug_format): New proc.
11864 (setup_xfail_format): Use new proc test_debug_format.
11865 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11866 proc; use new service proc test_debug_format.
11867 Replace all other "gcc_compiled" tests with this test.
11868 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11869 proc; use new service proc test_debug_format.
11870 Replace all other "gcc_compiled" tests with this test.
11871
118722001-09-27 Michael Snyder <msnyder@redhat.com>
11873
11874 * gdb.base/cvexpr.exp: New file.
11875 * gdb.base/cvexpr.c: New file
11876 Test for expressions using const and volatile keywords.
11877
4e6667ac
CV
118782001-09-26 Corinna Vinschen <vinschen@redhat.com>
11879
11880 * gdb.base/constvars.exp: Check for different orders of keywords
11881 and additional "int" strings in output.
11882
4f337972
AC
118832001-09-22 Andrew Cagney <ac131313@redhat.com>
11884
11885 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
11886 responses from "help maint".
11887
2015650d
FCE
118882001-09-19 Frank Ch. Eigler <fche@redhat.com>
11889
11890 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
11891 to localhost:NNN instead of :NNN, in case Xvfb is listening
11892 only on TCP.
11893
f3bcedc1
CV
118942001-09-19 Corinna Vinschen <vinschen@redhat.com>
11895
11896 * gdb.base/recurse.exp: When checking leaving the watchpoint
11897 scope, recognize when gdb is in function's epilogue and pass.
11898
6b819c92
KS
118992001-09-18 Keith Seitz <keiths@redhat.com>
11900
11901 * lib/insight-support.exp (_gdbtk_export_target_info): Add
11902 support for running tests against sid targets.
11903 (gdbtk_done): Ditto.
11904
a10c9419
CV
119052001-09-18 Corinna Vinschen <vinschen@redhat.com>
11906
11907 * gdb.base/ending-run.c (main): Set stdout buffersize
11908 to the same reasonable value for any target.
11909 * gdb.base/ending-run.exp: Add a regular expression
11910 to make testsuite happy on Sanyo Stormy16 target.
11911
739d0d99
CV
119122001-09-17 Corinna Vinschen <vinschen@redhat.com>
11913
11914 * gdb.base/display.c (do_loops): Add float variable `f'.
11915 Increment f in loop.
11916 * gdb.base/display.exp: Increment timeout by 60 seconds.
11917 Change float display test to use variable `f'.
11918
1b8947f0
JB
119192001-09-17 Jim Blandy <jimb@redhat.com>
11920
11921 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
11922 overflowing the limited breakpoint tables on some ROM monitors
11923 (like the ROM68K).
11924
9890ac81
FCE
119252001-09-15 Frank Ch. Eigler <fche@redhat.com>
11926
11927 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
11928 the "-ac" (disable access control) flag.
11929
6db765ea
JH
119302001-08-30 Jeff Holcomb <jeffh@redhat.com>
11931
11932 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
11933 ints.
11934
4c32cc04
KS
119352001-08-30 Keith Seitz <keiths@redhat.com>
11936
11937 * lib/gdb.exp: Move all insight-related functionality into
11938 separate file.
11939 * lib/insight-support.exp: New file.
11940
8d6e6f81
FCE
119412001-08-29 Frank Ch. Eigler <fche@redhat.com>
11942
11943 * config/sid.exp (sid_start): Never set sid verbosity; disable
11944 expect_background {} that consumed its stdout; tolerate </dev/null.
11945 Attempt to set endianness override in "sid" protocol mode. Cleanup.
11946
6a90e1d0
AC
119472001-08-18 Andrew Cagney <ac131313@redhat.com>
11948
11949 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
11950 CLI jump command to start it.
11951 (mi_run_to_main): Fail immediatly when unexpected output.
11952
1759b3c3
AC
119532001-08-18 Andrew Cagney <ac131313@redhat.com>
11954
11955 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
11956 beginning of function. Fix PR gdb/191.
11957
61d11d80
FCE
119582001-08-16 Frank Ch. Eigler <fche@redhat.com>
11959
11960 * config/sid.exp (sid_start): Don't warn if we cannot figure out
11961 what to force sid endianness to.
11962
942a4df2
KS
119632001-08-15 Keith Seitz <keiths@redhat.com>
11964
11965 * lib/gdb.exp (gdbtk_start): Don't set environment
11966 variables for TCL_LIBRARY and friends. Insight will
11967 now figure these out for itself.
11968
0521c418
MS
119692001-08-02 Michael Snyder <msnyder@redhat.com>
11970
11971 * gdb.base/completion.exp: Remove the symbol "a64l" from
11972 the expect string; this is target-specific, and not related
11973 to what is being tested.
11974
74a9a58a
DB
119752001-08-02 Dave Brolley <brolley@redhat.com>
11976
11977 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
11978
c70819fa
MS
119792001-07-25 Michael Snyder <msnyder@redhat.com>
11980
c2b8fa57
MS
11981 * gdb.base/consecutive.exp: New file. Test stepping over
11982 breakpoints on consecutive instructions.
11983 * gdb.base/consecutive.c: New file.
11984
c70819fa
MS
11985 * gdb.base/call-rt-st.exp: Use double-backslash to quote
11986 curly braces in regular expressions.
11987
2b1a1355
MS
119882001-07-25 Michael Snyder <msnyder@redhat.com>
11989
11990 * gdb.base/ending-run.exp: Accept "Program exited normally" as
11991 legitimate output from stepping out of main.
11992
413eca6f
KS
119932001-07-22 Keith Seitz <keiths@redhat.com>
11994
11995 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
11996 the empty string, do not run the tests.
11997
7e5a9322
SC
119982001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11999
12000 * gdb.base/long_long.exp: Detect size of pointer. Take into
12001 account 2-byte pointers when testing for p/a results.
12002
de58f10f
SC
120032001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12004
d63a86f8 12005 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
12006 and defined to 1K for m68hc11.
12007 (random_data): Reduce table to 1K for embedded platforms (68hc11).
12008 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
12009 (sizeof_random_data): New variable to tell the size of the data table;
12010 don't test past this size; always run to main.
12011
d6f5fea1
SC
120122001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12013
12014 * gdb.base/return2.exp: return of long long and double fails for
12015 68HC11; don't execute these tests on that platform.
12016 * gdb.base/return.exp: Return of a double fails for 68hc11.
12017
c477543d
SC
120182001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12019
12020 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
12021 tests that print a float.
12022 * call-rt-st.exp: Likewise.
12023
63cf1c79
MK
120242001-07-12 Mark Kettenis <kettenis@gnu.org>
12025
12026 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
12027 running this test on Linux.
12028
112f9ab5
MC
120292001-06-24 Michael Chastain <chastain@redhat.com>
12030
12031 * gdb.base/arithmet.exp: Remove some tests to make all test names
12032 unique.
12033
4970cb0f
MS
120342001-07-03 Michael Snyder <msnyder@redhat.com>
12035
12036 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
12037 the output of the ptype command.
12038
d85da69f
MS
120392001-07-02 Michael Snyder <msnyder@redhat.com>
12040
4c8a82de
MS
12041 * gdb.base/completion.exp: Don't assume that break.c is the only
12042 source file that may contain functions named "marker".
d85da69f
MS
12043 * gdb.base/corefile.exp: Quote the curly braces in regexp.
12044
8afc772b
AC
120452001-06-28 Andrew Cagney <ac131313@redhat.com>
12046
12047 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
12048 of files to delete.
12049
12050 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
12051 * gdb.disasm/h8300s.exp: New file.
12052 gdb.disasm/h8300s.s: Likewise.
12053
cff22675
AC
120542001-06-27 Andrew Cagney <ac131313@redhat.com>
12055
12056 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
12057 empty breakpoint tables.
12058
68c81b54
AC
120592001-06-25 Andrew Cagney <ac131313@redhat.com>
12060
12061 * lib/mi-support.exp: Update args=... part of stop-reason
12062 patterns. Accept either a list or a tuple.
12063
2dd62704
AC
120642001-06-23 Andrew Cagney <ac131313@redhat.com>
12065
12066 * lib/mi-support.exp: Remove local emacs variable defining
12067 change-log-default-name.
12068
b4127474
MC
120692001-06-22 Michael Chastain <chastain@redhat.com>
12070
12071 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
12072 This is operationally compatible with the previous version.
12073
8dbfb380
JB
120742001-06-13 Jim Blandy <jimb@redhat.com>
12075
12076 * lib/gdb.exp (gdb_test): Doc fix.
12077
f2d8c86d
MC
120782001-06-10 Michael Chastain <chastain@redhat.com>
12079
12080 * gdb.base/exprs.exp: Remove a duplicate test.
12081
81564d34
JB
120822001-06-06 Jim Blandy <jimb@redhat.com>
12083
12084 * gdb.base/return2.exp (main): Use values to test float and double
12085 returns that are not NaN's, to avoid being confused by IEEE
12086 comparison rules.
12087
da55addb
MS
120882001-06-04 Michael Snyder <msnyder@redhat.com>
12089
12090 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 12091 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
12092 rather than wait for 12 more tests to time out.
12093
42c65987
JB
120942001-06-06 Jim Blandy <jimb@redhat.com>
12095
b18bced9 12096 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 12097 Don't forget to match the GDB prompt.
b18bced9 12098
42c65987
JB
12099 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
12100
5b41e5f0
JB
121012001-06-04 Jim Blandy <jimb@redhat.com>
12102
12103 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
12104 command.
12105
015e046f
KB
121062001-05-31 Kevin Buettner <kevinb@redhat.com>
12107
12108 * gdb.base/annota1.exp (info break): Match four or more spaces
12109 after "Address".
12110
fb1ffbbe
MC
121112001-05-31 Michael Chastain <chastain@redhat.com>
12112
12113 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
12114 (dm_type_int_star): Likewise.
12115 (dm_type_long_star): Likewise.
12116 (dm_type_void_star): Likewise.
12117
5ea2a32c
KB
121182001-05-29 Kevin Buettner <kevinb@redhat.com>
12119
12120 * gdb.base/completion.exp (INPUTRC): Set this environment variable
12121 to a known value in order to get consistent results regardless
12122 of the setting of INPUTRC or the presence or contents of .inputrc.
12123
ae23c492
MS
121242001-05-24 Michael Snyder <msnyder@redhat.com>
12125
ac55707e
MS
12126 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
12127 Don't require that the main thread and the manager thread are the
12128 first in the list.
12129
ae23c492
MS
12130 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
12131 debugging. If test fails, issue an "unsupported" not a "fail".
12132
400071f1
JB
121332001-05-24 Jim Blandy <jimb@redhat.com>
12134
12135 Don't assume that short is shorter than int.
12136 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
12137 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 12138 this isn't true.
400071f1
JB
12139 ("print unsigned char == (~0)"): Add test that verifies that ~0,
12140 an int, is not equal to ~0 stored in an unsigned char. This tests
12141 the same thing that the previous test meant to, but works on
12142 16-bit machines, too.
12143 ("print unsigned char != (~0)"): Same test, complemented.
12144
0816a3e5
MS
121452001-05-24 Michael Snyder <msnyder@redhat.com>
12146
12147 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 12148 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
12149 and prevents dejagnu getting out of step.
12150
f6dc23a9
KB
121512001-05-23 Kevin Buettner <kevinb@redhat.com>
12152
12153 * gdb.base/finish.exp (finish_void): Revise pattern for
12154 stopping on the call statement to not permit stopping at
12155 the start of the instructions comprising the call sequence.
12156
7dbd117d
MC
121572001-05-19 Michael Chastain <chastain@redhat.com>
12158
12159 * gdb.base/callfuncs.exp: Make all test names unique.
12160 * gdb.base/commands.exp: Make all test names unique.
12161 * gdb.base/condbreak.exp: Make all test names unique.
12162 * gdb.base/dbx.exp: Make all test names unique.
12163 * gdb.base/default.exp: Make all test names unique.
12164 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
12165 and TIMEOUT messages to their corresponding PASS message.
12166 * gdb.base/ending-run.exp: Make all test names unique.
12167 * gdb.base/long_long.exp: Remove duplicate test.
12168
6b0b0a9e
KB
121692001-05-21 Kevin Buettner <kevinb@redhat.com>
12170
12171 * gdb.base/finish.exp (finish_void): Allow "finish" command to
12172 stop on the call statement as well as the statement after the
12173 call.
12174
2caa35cb
MS
121752001-05-21 Michael Snyder <msnyder@redhat.com>
12176
12177 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
12178
40713331
EZ
121792001-05-10 Elena Zannoni <ezannoni@redhat.com>
12180
a9c64011
AS
12181 * gdb.base/completion.exp: Revamp test. Make it execute on all
12182 platforms.
40713331 12183
c2c1be8d
EZ
121842001-05-10 Elena Zannoni <ezannoni@redhat.com>
12185
a9c64011
AS
12186 * config/gdbserver.exp (gdb_load): Handle the case
12187 in which the arguments to gdbserver are given in the
12188 baseboard configuration file.
12189 Also handle the case in which the server needs to do a
12190 load.
2c9cd303 12191
9671de48
KS
121922001-05-07 Keith Seitz <keiths@cygnus.com>
12193
a9c64011
AS
12194 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
12195 set up the display for testing.
12196 (gdbtk_start): Convert all paths to paths that tcl will like.
12197 Export target information to environment.
12198 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
12199 necessary.
12200 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
12201 (to_tcl_path): New proc to convert a given pathname into
12202 a path acceptible as an argument to a tcl command.
12203 (_gdbtk_export_target_info): New proc to export target info
12204 into the environment for gdbtk testing.
12205 (gdbtk_done): New proc to signal end-of-test.
9671de48 12206
5a360f47
JB
122072001-05-06 Jim Blandy <jimb@redhat.com>
12208
12209 * restore.c: Make the code of caller0 correspond to its comment.
12210
66c756c6
MS
122112001-05-03 Michael Snyder <msnyder@redhat.com>
12212
12213 * config/sid.exp (gdb_target_sid): Check for error messages.
12214 On error or timeout, don't make expect exit (which will terminate
12215 all subsequent tests); instead just make gdb exit.
d63a86f8 12216 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
12217 return a negative value.
12218
a966fde5
JB
122192001-04-24 Jim Blandy <jimb@redhat.com>
12220
851c18e0
JB
12221 * gdb.c++/templates.exp: If we see the prompt for the overload
12222 list, but we haven't recognized any of the longer patterns,
12223 arrange for this test to fail, not hang.
12224
a966fde5
JB
12225 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
12226 variations.
12227
db144853
MC
122282001-04-22 Michael Chastain <chastain@redhat.com>
12229
12230 * gdb.c++/local.exp: Use the 'runto' library function.
12231 * gdb.c++/namespace.exp: Likewise.
12232 * gdb.c++/overload.exp: Likewise.
12233
3207ec21
KB
122342001-03-26 Kevin Buettner <kevinb@redhat.com>
12235
12236 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
12237 * gdb.base/step-line.exp: New file. Test step/next in presence of
12238 #line directives.
12239 * gdb.base/step-line.c: New file. Test program for the above.
12240 * gdb.base/step-line.inp: New file. We pretend that this file has
12241 been transformed by some other tool into step-line.c.
12242
13b57657
JB
122432001-03-21 Jim Blandy <jimb@redhat.com>
12244
12245 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
12246 unmangled operator names.
12247
754cbe1c
JB
122482001-03-20 Jim Blandy <jimb@redhat.com>
12249
12250 * gdb.threads/linux-dp.exp: Recognize an additional message
12251 generated by GDB when it doesn't understand how to debug threads
12252 on the target system.
12253
177495c9
AC
122542001-03-19 Andrew Cagney <ac131313@redhat.com>
12255
12256 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
12257
f266096b
MC
122582001-03-12 Michael Chastain <chastain@redhat.com>
12259
12260 * gdb.c++/derivation.exp: Use the 'runto' library function.
12261
cac3c2ff
MC
122622001-03-12 Michael Chastain <chastain@redhat.com>
12263
12264 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
12265
b6c11a24
MC
122662001-02-24 Michael Chastain <chastain@redhat.com>
12267
12268 * gdb.c++/ref-types.exp: Change handwritten code to library
12269 function 'runto'.
12270
6bae5bce
OF
122712001-03-16 Orjan Friberg <orjanf@axis.com>
12272
12273 * gdb.base/signals.exp: Set count to 0 explicitly.
12274
0015fd9a
MS
122752001-03-15 Mark Salter <msalter@redhat.com>
12276
12277 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
12278 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
12279 (gdb_load): Add support for additional target_info: gdb_download_size
12280 and gdb_load_timeout.
0015fd9a 12281
fc33412a
DT
12282Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
12283
12284 * gdb.base/annota1.exp: Move test of isnative to earlier in the
12285 file -- to prevent failing when the compile fails but we have no
12286 intention of running the tests anyway.
12287
12288 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
12289 tests if set.
12290
12291 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
12292 integers.
12293
12294 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
12295 * gdb.c++/namespace.exp: Ditto.
12296
115f06de
OF
122972001-03-07 Orjan Friberg <orjanf@axis.com>
12298
12299 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
12300 * gdb.base/pointers.exp: Relax pattern match of decimals.
12301
b6ba6518
KB
123022001-03-06 Kevin Buettner <kevinb@redhat.com>
12303
12304 * Makefile.in, config/abug.exp, config/cfdbug.exp,
12305 config/cpu32bug.exp, config/dve.exp, config/est.exp,
12306 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
12307 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
12308 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
12309 config/sh.exp, config/sid.exp, config/slite.exp,
12310 config/sparclet.exp, config/udi.exp, config/unknown.exp,
12311 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
12312 config/vxworks.exp, config/vxworks29k.exp,
12313 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
12314 gdb.base/all-bin.exp, gdb.base/annota1.exp,
12315 gdb.base/arithmet.exp, gdb.base/assign.exp,
12316 gdb.base/async.exp, gdb.base/attach.exp,
12317 gdb.base/bitfields.exp, gdb.base/bitops.exp,
12318 gdb.base/break.exp, gdb.base/call-ar-st.exp,
12319 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
12320 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
12321 gdb.base/commands.exp, gdb.base/completion.exp,
12322 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12323 gdb.base/constvars.exp, gdb.base/corefile.exp,
12324 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
12325 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
12326 gdb.base/ending-run.exp, gdb.base/environ.exp,
12327 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12328 gdb.base/finish.exp, gdb.base/foll-exec.exp,
12329 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
12330 gdb.base/funcargs.exp, gdb.base/help.exp,
12331 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
12332 gdb.base/logical.exp, gdb.base/long_long.exp,
12333 gdb.base/maint.exp, gdb.base/mips_pro.exp,
12334 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
12335 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
12336 gdb.base/pointers.exp, gdb.base/printcmds.exp,
12337 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
12338 gdb.base/regs.exp, gdb.base/relational.exp,
12339 gdb.base/remote.exp, gdb.base/reread.exp,
12340 gdb.base/restore.exp, gdb.base/return2.exp,
12341 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
12342 gdb.base/selftest.exp, gdb.base/setshow.exp,
12343 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
12344 gdb.base/sigall.exp, gdb.base/signals.exp,
12345 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
12346 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12347 gdb.base/step-test.exp, gdb.base/structs.c,
12348 gdb.base/structs.exp, gdb.base/structs2.exp,
12349 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
12350 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
12351 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
12352 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12353 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
12354 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
12355 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
12356 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
12357 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
12358 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
12359 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
12360 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
12361 gdb.fortran/types.exp, gdb.java/jmisc.exp,
12362 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12363 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
12364 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12365 gdb.trace/circ.exp, gdb.trace/collection.exp,
12366 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12367 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12368 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
12369 gdb.trace/report.exp, gdb.trace/save-trace.exp,
12370 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12371 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12372 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
12373 notices.
12374
dc96c6c7 123752001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
12376
12377 * gdb.base/varargs.c (find_max_double): Fix printf format string:
12378 first arg is int not float.
12379
dc96c6c7 123802001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
12381
12382 * gdb.base/reread.exp: Unsupported for non-native targets;
12383 doesn't work for remote debugging.
12384
9b0c4aeb
FN
123852001-02-19 Fernando Nasser <fnasser@redhat.com>
12386
12387 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
12388 * gdb.base/ending-run.exp: Properly handle the BSP state when
12389 stepping past the end of main.
9b0c4aeb 12390
02aa71d5
MC
123912001-02-19 John Moore <jmoore@redhat.com>
12392
12393 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12394 Converted HPUX fix for non-expected items following multiple
12395 step commands into general solution for all platforms.
12396
1fa449a4
MC
123972001-02-18 Michael Chastain <chastain@redhat.com>
12398
12399 * gdb.c++/classes.exp (do_tests): Change runto statements
12400 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12401 statements demangler agnostic.
12402 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12403 (gdb_virtfunc_restart): Likewise.
12404
b2f9ec70
MC
124052001-02-14 Michael Chastain <chastain@redhat.com>
12406
12407 * gdb.c++/inherit.exp (do_tests): Change runto statements
12408 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12409 statements demangler agnostic.
12410
cf74b8ca
AC
12411Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12412
12413 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12414 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12415 before calling common_routine 15 times'' tests.
12416
99f78f56
MC
124172001-02-11 Michael Chastain <chastain@redhat.com>
12418
12419 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12420 Helps the test script figure out which demangler is in use.
12421 (dm_type_foo_ref): Ditto.
12422 (dm_type_int_star): Ditto.
12423 (dm_type_long_star): Ditto.
12424 (dm_type_unsigned_int): Ditto.
12425 (dm_type_void): Ditto.
12426 (dm_type_void_star): Ditto.
99707966 12427 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
12428 Probe the gdb demangler and set variables to accommodate
12429 formatting differences.
12430 (info_func_regexp): New function. Same as info_func, but
12431 matches against a regexp.
12432 (info_func): Match against a literal string.
12433 (print_addr_2): New function. Match against a literal string,
12434 which can be different from the input to gdb.
12435 (print_addr): Simply call print_addr_2 with the same argument twice.
12436 (test_lookup_operator_functions): Use demangler formatting variables.
12437 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12438 the tests in the same order as the C++ class declaration.
12439 (test_paddr_operator_functions): Ditto.
12440 (test_paddr_overloaded_functions): Ditto.
12441 (test_paddr_hairy_functions): Use demangler formatting variables.
12442 Add reference to gdb/19 for related tests.
12443 (do_tests): Call probe_demangler.
12444
1de8f023
KB
124452001-01-30 Kevin Buettner <kevinb@redhat.com>
12446
12447 * gdb.c++/templates.cc (printf): Remove unused function definition.
12448
ca3f91ed
MS
124492001-01-26 Felix Lee <flee@redhat.com>
12450
12451 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12452
124532001-01-25 matthew green <mrg@redhat.com>
12454
12455 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12456 up sid.
12457 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12458
124592001-01-25 matthew green <mrg@redhat.com>
12460
12461 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 12462 Deprecate $sid_spawn_id.
ca3f91ed
MS
12463 (sid_exit): Remove code necessary only for `spawn.'
12464
124652001-01-25 matthew green <mrg@redhat.com>
12466
12467 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12468
fb18ec4a
MC
124692001-01-28 Michael Chastain <chastain@redhat.com>
12470
12471 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12472 to call when tests fail. It takes gdb out of the overloaded
12473 function choice menu back to the main prompt, so that the test
12474 program stays synchronized.
12475 (set_bp_overloaded): New proc to collect all the common
12476 code for setting a breakpoint on an overloaded name. Calls
12477 take_gdb_out_of_choice_menu when needed.
12478 (menu_overload1arg): New variable to collect the repeated
12479 instances of the expected menu for an overloaded name. Change
12480 the regular expression to handle changes in g++ type encoding:
12481 "void" can be either "void" or "", and "unsigned int" can be
12482 either "unsigned int" or "unsigned".
12483 (continue_to_bp_overloaded): Change regular expressions to handle
12484 changes in g++ type encoding.
12485 (no proc): Call take_gdb_out_of_choice_menu when needed.
12486 Remove redundant calls to "info break". Accept either "canceled"
12487 or "cancelled". Change regular expressions in "info break"
12488 calls to handle changes in g++ type encoding. Give all tests
12489 unique strings.
12490
9c646a6e
BE
124912001-01-17 Ben Elliston <bje@redhat.com>
12492
12493 * config/sid.exp: New file.
12494
9549d9c1
AC
12495Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12496
12497 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12498
dc96c6c7 124992000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
12500
12501 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12502 Add a RE to accept a non-ascii char if one is ever presented.
12503
b4df4f68
FN
125042000-12-20 Fernando Nasser <fnasser@redhat.com>
12505
297dd0fd 12506 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 12507
dc96c6c7 125082000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 12509
d63a86f8 12510 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
12511 in regexp. One '\' does not suffice on Linux.
12512
4a7bddb6
MC
125132000-12-09 Michael Chastain <chastain@redhat.com>
12514
12515 * gdb.base/break.exp (test_clear_command): Use a marker function
12516 rather than 'main' for the test function. Also move this
12517 test to an execution point where the marker function names are
12518 guaranteed to be bound to functions. (Executing tests after a
12519 'finish' from main runs into name conflicts with local names
12520 in __libc_start_main).
12521
dc96c6c7 125222000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
12523
12524 * gdb.base/finish.exp: New test for gdb's "finish" command.
12525 * gdb.base/return2.exp: New test for gdb's "return" command.
12526 * gdb.base/return2.c: New source file for above.
12527
dc96c6c7 125282000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
12529
12530 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12531 * gdb.base/miscexprs.exp: Ditto.
12532 * gdb.base/pointers.exp: Ditto.
12533 * gdb.c++/derivation.exp: Ditto.
12534 * gdb.c++/local.exp: Ditto.
12535 * gdb.c++/namespace.exp: Ditto.
12536 * gdb.c++/overload.exp: Ditto.
12537 * gdb.c++/ref-types.exp: Ditto.
12538
dc96c6c7 125392000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
12540
12541 * gdb.base/constvars.exp: Test result of "up" command.
12542 * gdb.base/miscexprs.exp: Ditto.
12543 * gdb.base/pointers.exp: Ditto.
12544 * gdb.base/scope.exp: Ditto.
12545 * gdb.c++/derivation.exp: Ditto.
12546 * gdb.c++/local.exp: Ditto.
12547 * gdb.c++/namespace.exp: Ditto.
12548 * gdb.c++/overload.exp: Ditto.
12549 * gdb.c++/ref-types.exp: Ditto.
12550
44097287
FN
125512000-11-22 Michael Chastain <chastain@redhat.com>
12552
12553 * mips_pro.exp: Accept either "middle -> top -> main" or
12554 "middle -> main" in the backtrace, because gcc can optimize
12555 tail calls to jumps. Remove setup_xfail for the hppa case.
12556 Add a comment with the original warning messages from PR 3016,
12557 which was filed in 1993, to preserve them for posterity.
12558
9d2e1bab
ND
125592000-11-17 Nick Duffek <nsd@redhat.com>
12560
12561 * lib/gdb.exp (gdb_test): Override timeout with board info.
12562
1aca8eb7
ND
125632000-11-17 Nick Duffek <nsd@redhat.com>
12564
12565 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12566 the second kill and detach messages.
12567
93076499
ND
125682000-11-17 Nick Duffek <nsd@redhat.com>
12569
12570 * configure.in: Add AC_EXEEXT.
12571 * configure: Regenerate.
12572 * Makefile.in (just-check): Export EXEEXT.
12573 * lib/gdb.exp ($EXEEXT): Import from environment.
12574 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12575 expect "maint dump-me" on Cygwin.
12576 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12577 $EXEEXT.
12578
30e87cd3
ND
125792000-11-17 Nick Duffek <nsd@redhat.com>
12580
12581 * gdb.base/break.exp: Test backtrace and finish from called
12582 function on all platforms, not just HP-UX.
12583
dc96c6c7 125842000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12585
12586 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12587 code from gdb_target_monitor, so it can be used independantly
12588 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12589
dc96c6c7 125902000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12591
12592 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12593 * gdb.base/corefile.exp: Expect the message "Program is being
12594 debugged already" when we send the "corefile" command, since
12595 the preceeding gdb_load may have connected gdb to a remote target.
12596 * gdb.base/display.exp: Disable hardware watchpoints if new
12597 board info variable "no_hardware_watchpoints" is true.
12598 Replace single-letter commands with more readable ones.
12599 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12600 if new board info variable "no_hardware_watchpoints" is true.
12601 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12602 to see if stdio (printf) testing is possible.
12603 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12604 board info variable "no_hardware_watchpoints" is true. Use new
12605 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12606
39124dea
FN
126072000-11-13 Fernando Nasser <fnasser@redhat.com>
12608
12609 From Orjan Friberg <orjanf@axis.com>:
12610 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12611 in array print pattern match.
12612
a9e2e984
FN
126132000-11-09 Fernando Nasser <fnasser@redhat.com>
12614
12615 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12616 spelling "cancelled" to U.S. spelling "canceled" to match changes
12617 made to gdb.
12618 * gdb.c++/ovldbreak.exp: Ditto.
12619
c7db355b
PS
126202000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12621
12622 * gdb.base/callfuncs.c (main): Moved to end of file, call
12623 t_double_values to initialize the FPU before inferior calls are made.
12624 * gdb.base/callfuncs.exp: Test for register preservation after calling
12625 inferior functions. Add tests for continuining, finishing and
12626 returning from a stop in a call dummy.
12627
dc96c6c7 126282000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12629
12630 * gdb.base/commands.exp: Break up long lines, and re-indent.
12631
dc96c6c7 126322000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12633
12634 * config/gdbserver.exp: Rewritten from the ground up, to make it
12635 compatible with the current dejagnu tree, and to make it work with
12636 the new "gdbserver" in libremote.
12637
dc96c6c7 126382000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12639
12640 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12641 * gdb.base/varargs.exp: Skip entire test if no printf support.
12642 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12643 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12644
dc96c6c7 126452000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12646
12647 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12648 no floating point support.
12649 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12650 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12651 * gdb.base/call-rt-st.exp: Ditto.
12652 * gdb.base/call-strs.exp: Ditto.
12653
bac5fc66
JG
126542000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12655
12656 * gdb.base/sizeof.c: include <stdio.h>.
12657
12658 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12659 'finish', otherwise uncaptured gdb_prompt would potentially
12660 throw remaining test points out of sync.
bac5fc66 12661
b22a6027
SB
126622000-07-26 Scott Bambrough <scottb@netwinder.org>
12663
12664 * gdb.base/recurse.exp: Run tests for all targets.
12665 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12666 gnu-oldld case on ARM.
12667 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12668 for ARM targets.
d63a86f8 12669
d8231941
AG
12670Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12671
12672 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12673 * gdb.java/configure: Rebuild.
12674
8caabe69
AG
12675Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12676
12677 * gdb.java/jv-exp.exp: New file.
12678
9d273ca3
AG
12679Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12680
12681 * configure: Rebuilt.
12682 * configure.in (configdirs): Add gdb.java.
12683 * gdb.java/jmisc.java: New file.
12684 * gdb.java/jmisc.exp: New file.
12685 * gdb.java/Makefile.in: New file.
12686 * gdb.java/configure: Rebuilt.
12687 * gdb.java/configure.in: New file.
12688 * lib/java.exp: New file.
12689
4f823a66
AC
12690Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12691
12692 * gdb.base/exprs.exp: Test casts to a pointer including over and
12693 underflow.
12694
2391e11d
AC
12695Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12696
12697 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12698 and the compilers sizes.
12699
54602222
ND
127002000-07-09 Nick Duffek <nsd@redhat.com>
12701
12702 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12703 (use_methods): New function.
12704 (main): Call use_methods().
12705 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12706 (do_tests): Call test_method_param_class.
12707
2bec0572
ND
127082000-07-09 Nick Duffek <nsd@redhat.com>
12709
12710 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12711 spelling.
12712 (test_enums): New procedure. Move enum tests from end of script
12713 to here. Set breakpoint on function name instead of line number.
12714 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12715 (enums2): New marker function.
12716 (enums1): New function.
12717 (main): Call enums1(). Move enum tests to enums1().
12718
78492fde
AC
12719Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12720
12721 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12722 compile/link program. Update line numbers.
12723 * gdb.asm/d10v.inc: Define ``startup''.
12724 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12725
49a2cef8
AC
12726Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12727
12728 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12729
3e6c8688
EZ
127302000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12731
12732 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12733 of 'help maint print' command.
12734
9ff5cbe9
AC
12735Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12736
12737 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12738 they use gdb_expect_list.
12739
17c579bd
AC
12740Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12741
12742 * gdb.base/commands.exp: Use ``set remote
12743 memory-read-packet-size'' instead of ``set endian big'' to test
12744 long commands.
12745
e6d71bf3
DB
127462000-06-03 Daniel Berlin <dan@cgsoftware.com>
12747
12748 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 12749 g++, and stop skipping them.
e6d71bf3
DB
12750
12751 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12752 work under g++.
12753
d63a86f8 12754 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
12755 initialization.
12756
dc96c6c7 127572000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
12758
12759 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12760 the regular expression: accept an (almost) arbitrary sequence of
12761 "frames-invalid" and "breakpoints-invalid" messages both before
12762 and after the "starting" message.
12763
dc96c6c7 127642000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
12765
12766 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 12767
dc96c6c7 127682000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
12769
12770 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12771 Relax the regular expression a little, make it pass on Solaris 8.
12772
8216cda9
KB
127732000-05-12 Kevin Buettner <kevinb@redhat.com>
12774
12775 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 12776 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
12777 Instead, it is permissible for gdb to stop on the line of the
12778 call itself.
12779
1a570b2f
MS
127802000-05-12 Michael Snyder <msnyder@.cygnus.com>
12781
12782 * gdb.base/break.exp (bp on small function, optimized file):
12783 Add a second pass pattern. The behavior differs here between stabs
12784 and dwarf for one-line functions. Stabs preserves two line symbols
12785 (one before the prologue and one after) with the same line number,
12786 but dwarf regards these as duplicates and discards one of them.
12787 Therefore the address after the prologue (where the breakpoint is)
12788 has no exactly matching line symbol, and GDB reports the breakpoint
12789 as if it were in the middle of a line rather than at the beginning.
12790
dc96c6c7 127912000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 12792
d63a86f8 12793 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
12794 rather than "send_gdb" (for consistancy).
12795
7d418785
AC
12796Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12797
12798 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12799 * gdb.c++/templates.cc: Properly check for GCC version number.
12800 * lib/compiler.cc: Likewise
12801
dc96c6c7 128022000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 12803
d63a86f8 12804 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
12805 gdb may not stop at the first line of main, due to code motion.
12806
dc96c6c7 128072000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
12808
12809 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12810 This test depends on parsing the printf output from the target.
12811 Since the sparclet stub doesn't do stdio, this will never work.
12812 * gdb.base/call-rt-st.exp: ditto.
12813 * gdb.base/call-strs: ditto.
12814
dc96c6c7 128152000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
12816
12817 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12818
12819 * gdb.base/ending-run.exp: After connecting to a remote target,
12820 but before running, the target will appear to be in a random
12821 location. Specify both a file and a line for breakpoints.
12822 Also, the function that calls main may be called 'init'
12823 rather than 'start'.
12824
a5a51225
EZ
128252000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12826
12827 * gdb.base/help.exp: Update output for add-symbol-file command.
12828
7930cc7c
FN
128292000-04-10 Fernando Nasser <fnasser@cygnus.com>
12830
12831 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12832 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12833
23e37ab1
C
128342000-04-07 J.T. Conklin <jtc@redback.com>
12835
e93c542c
C
12836 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12837
23e37ab1
C
12838 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12839
591b8fa3
PDM
12840Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12841
12842 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12843 values that can be represented exactly.
12844 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12845 above change, and to not check against the directory part of the source
12846 file name.
12847 (step into print_long_arg_list): Likewise.
12848 (print print_small_structs from print_long_arg_list): Likewise.
12849 (print print_long_arg_list): Likewise.
12850
7a495180
EZ
128512000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12852
30b53638 12853 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 12854
beb998c6
AC
12855Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12856
12857 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12858
1c689132
DB
128592000-03-25 Daniel Berlin <dan@cgsoftware.com>
12860
12861 * gdb.base/commands.exp (deprecated_command_test): Add test for
12862 deprecate with no arguments.
12863
c1790a9d
JL
128642000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12865
12866 * gdb.base/break.exp: Add new test for setting breakpoints on
12867 optimized code so we can test breakpoints work even when function
12868 prologues may be optimized away
12869
003ba290
FN
128702000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12871
12872 From David Whedon <dwhedon@gordian.com>
a9c64011 12873 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 12874
6837a0a2
DB
128752000-03-22 Daniel Berlin <dan@cgsoftware.com>
12876
12877 * gdb.base/help.exp: Added test for new apropos command.
12878
b9593231
KB
128792000-03-21 Kevin Buettner <kevinb@redhat.com>
12880
12881 * gdb.base/pointers.c (usevar): New function.
12882 (main): Make sure that global variables v_int_pointer2, rptr,
12883 and y are all referenced someplace in the program by calling
12884 usevar() on them. [Some linkers delete symbols which are
12885 never referenced. The space remains, but there's no way to
12886 get a (symbolic) handle on the variable from the debugger.]
12887
751a959b
EZ
128882000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12889
12890 * gdb.base/printcmds.c: Add typedeffed arrays.
12891
12892 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
12893 procedure to test arrays that are typedef'd.
12894
73a93a32
JI
128952000-03-13 James Ingham <jingham@leda.cygnus.com>
12896
12897 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 12898 the library directories.
73a93a32 12899
fb40c209
AC
12900Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
12901
12902 * configure.in (configdirs): Add sub directory gdb.mi.
12903 * configure: Re-generate.
12904
12905 * gdb.mi: New directory.
d63a86f8 12906
ee4dd2c9
AC
129072000-02-25 Scott Bambrough <scottb@netwinder.org>
12908
12909 * gdb.base/long_long.exp: Correct test suite failure when printing
12910 a long long value as a double on ARM platforms.
12911
70f0cc22
JB
129122000-02-16 Jim Blandy <jimb@redhat.com>
12913
12914 * gdb.base/break.exp ("breakpoint line number"): Make sure the
12915 default source file is set properly before running this test.
12916
853819b8
EZ
129172000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12918
12919 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
12920 gdbtk/library directory, not in gdbtcl2.
12921
dfcd3bfb
JM
129222000-02-04 Jim Blandy <jimb@redhat.com>
12923
12924 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
12925 backslash from regexp pattern.
12926
12927 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
12928 procedure. Use it to run all the "continue to bp overloaded"
12929 tests. Note that this changes the names of the tests slightly.
12930 If the breakpoint hit message includes a hex PC value, because
12931 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
12932 from the real source code, still consider that a pass.
12933
12934 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
12935 XFAIL here if the breakpoint message contains a hex address. Note
12936 similar change on 1999-11-02.
12937
12938 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
12939
12940 * gdb.base/ptype.exp: Establish a default source file before
12941 calling get_debug_format.
12942
129432000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
12944
12945 * gdb.base/watchpoint.exp: Remove duplication of test messages.
12946
8b93c638
JM
129472000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12948
12949 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
12950 of successive stepi commands -- while in the prologue we should see
12951 the function entry bracket.
12952
129532000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12954
12955 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
12956 reach __change_mode() when stepping through the end of main().
12957
c5394b80
JM
129582000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
12959
12960 * gdb.base/default.exp: Fix expected pattern.
12961 * gdb.base/help.exp: Same.
12962
0d06e24b
JM
129632000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12964
12965 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
12966 Don't use xfail's because that affects only the following test.
d63a86f8 12967
0d06e24b
JM
12968 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
12969 solaris or linux.
12970
12971 * gdb.base/selftest.exp: Update to reflect changes to main.c.
12972
dc96c6c7 129732000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 12974
d63a86f8 12975 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
12976 "A syntax error" rather than "A parse error". Accept both.
12977
129782000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
12979
12980 * gdb.base/default.exp: Remove OS dependent string from "target
12981 remote" test.
12982 * gdb.base/help.exp: Same for "help target remote" test.
12983
c3f6f71d
JM
129842000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12985
12986 From Jim Kingdon <kingdon@redhat.com>:
12987
12988 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
12989 prompt (cleanup rather than necessity, but still might keep output
12990 from spilling to next test).
12991
129922000-01-02 Fred Fish <fnf@cygnus.com>
12993
12994 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
12995 AIX, which defines them in <sys/types.h>.
12996
ed9a39eb 129971999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 12998
ed9a39eb
JM
12999 * gdb.base/default.exp: Match arm* etc instead of arm in "info
13000 float" test.
13001
130021999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 13003
ed9a39eb 13004 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
13005
13006 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
13007 outermost frame disallowed".
13008
130091999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
13010
13011 * gdb.base/setvar.exp: New tests for setting the value of a struct
13012 with a constant list.
13013
130141999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13015
13016 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
13017 require the user to type a cast before setting the value of a struct.
13018
de57eccd
JM
130191999-12-06 Jim Blandy <jimb@cygnus.com>
13020
13021 * gdb.base/default.exp: Expect the new 'info float' command on
13022 all i386 platforms.
13023
13024 * gdb.threads/linux-dp.exp: Expand our ability to recognize
13025 LinuxThreads libraries that don't support debugging.
13026
c2d11a7d
JM
13027Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13028
13029 * gdb.base/remote.c: Fill the buffer with truely random data.
13030 Change the buffer type to ``unsigned char'' to simplify size
13031 arithmetic.
13032
13033 * gdb.base/remote.exp: Reduce download numbers by one. Typical
13034 stub only handles 400-1 byte packets. Verify that the download
13035 worked.
13036
130371999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
13038
13039 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
13040 tests, using UNRESOLVED for the untested cases. Also, does not wait
13041 for a timeout if the prompt was received before a recognizable pattern.
13042
130431999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
13044
13045 * lib/gdb.exp (gdb_expect_list): Fix spelling.
13046
130471999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13048
13049 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
13050 watchpoints.
13051
130521999-11-24 Jason Merrill <jason@casey.cygnus.com>
13053
13054 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
13055
13056 * gdb.c++/local.exp: Be more flexible in recognizing local class
13057 name mangling. Don't allow horribly truncated method names.
13058 * gdb.c++/derivation.exp: Expect protected inheritance.
13059 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
13060 * gdb.c++/virtfunc.exp: Likewise.
13061 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
13062 when printing a nested enum.
13063
130641999-11-22 Jim Blandy <jimb@cygnus.com>
13065
13066 * gdb.base/step-test.exp: Properly await GDB's response to setting
13067 a breakpoint on the call to large_struct_by_value.
13068
13069 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
13070 just because we have debug info for the `start' function.
13071
130721999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
13073
13074 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
13075 "Unknown signal" messages, which indicate (on LinuxThreads) that
13076 GDB doesn't know how to debug threads on this system. This is
13077 better than hanging while philosopher 0 dumps chatter into gdb.log.
13078
130791999-11-18 Tom Tromey <tromey@cygnus.com>
13080
13081 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
13082
130831999-11-18 Fred Fish <fnf@cygnus.com>
13084
13085 * gdb.base/coremaker2.c: Add sample program for generating
13086 cores that is more self contained than coremaker.c. Eventually
13087 I'll add more code to this and tie it into the testsuite.
13088
4ce44c66
JM
130891999-11-12 Stan Shebs <shebs@andros.cygnus.com>
13090
13091 * gdb.base/dollar.exp: Remove, now in gdb.hp.
13092
130931999-11-10 Jimmy Guo <guo@cup.hp.com>
13094
13095 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
13096 from $srcdir/lib/.
13097 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
13098 and gdb.c++/.
13099
13100 * gdb.c++/derivation.exp: remove redundant get compiler info code.
13101
d63a86f8 13102 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
13103 'continue with watch' test point.
13104
131051999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
13106
13107 Merged from p2linux-990323-branch:
d63a86f8 13108
4ce44c66
JM
13109 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
13110
11cf8741
JM
13111Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
13112
13113 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
13114 {limit,fixed}''. Test ``set download-write-size''.
13115
13116Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
13117
13118 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
13119 gdb_expect_list.
13120
13121Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
13122
13123 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
13124
131251999-11-03 Mark Salter <msalter@cygnus.com>
13126
13127 * gdb.base/break.exp: Fix "stub continue" pattern.
13128
131291999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
13130
13131 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
13132
131331999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
13134
13135 * gdb.base/display.exp ("finish"): Add timeout clause.
13136
13137 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
13138 plain prompt clause, so this doesn't have to time out in order to
13139 fail.
13140
13141 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
13142 breakpoint hit messages include an address.
13143
13144 * gdb.base/display.exp: Don't forget to escape parens in regular
13145 expressions. Unix regexp notatation sucks.
13146
131471999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13148
13149 * gdb.base/annota1.exp: Test for annotate-signalled: change output
13150 order for 'signalled' message.
13151
5c44784c
JM
131521999-11-01 Stan Shebs <shebs@andros.cygnus.com>
13153
13154 From Jimmy Guo <guo@cup.hp.com>:
13155 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
13156 * gdb.base/annota1.c: Add code for tests to work with.
13157
131581999-10-26 Frank Ch. Eigler <fche@cygnus.com>
13159
13160 * gdb.base/remote.exp: New test for remote downloading settings.
13161 * gdb.base/remote.c: New file with large .data.
13162
917317f4
JM
131631999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
13164
13165 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
13166 for LinuxThreads support, merged from the Code Fusion branch.
13167
13168Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
13169
13170 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
13171 containing exp_continue into a while within an expect. Don't
13172 attempt a start more than three times. Check return value from
13173 gdb_load.
d63a86f8 13174
2df3850c
JM
13175Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
13176
13177 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
13178 a pass case.
13179
2acceee2
JM
131801999-10-01 Kevin Buettner <kevinb@cygnus.com>
13181
13182 * gdb.base/break.c (main): Added a statement that we can step
13183 off of.
13184 * gdb.base/break.exp: Added tests for setting a breakpoint
13185 at an offset and stepping onto a breakpoint.
13186
131871999-10-01 Fred Fish <fnf@cygnus.com>
13188
d63a86f8 13189 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
13190 gdb output.
13191
c2c6d25f
JM
131921999-09-18 Jim Blandy <jimb@cris.red-bean.com>
13193
13194 * gdb.base/break.exp: Code locations are in hex, don't forget!
13195 (For HP-UX.)
13196
131971999-09-17 Stan Shebs <shebs@andros.cygnus.com>
13198
13199 * condbreak.exp: Use break.c as test program.
13200 * condbreak.c: Remove, redundant with break.c.
13201
132021999-09-15 Stan Shebs <shebs@andros.cygnus.com>
13203
13204 * config/monitor.exp (gdb_target_monitor): Disable X- and
13205 Z-packets if the target needs it.
13206
132071999-09-13 James Ingham <jingham@leda.cygnus.com>
13208
13209 * gdb.c++/overload.exp: Added tests for listing overloaded
13210 functions with function pointers in the arg, explicitly calling
13211 out the version you want.
13212
cff3e48b
JM
132131999-09-09 Stan Shebs <shebs@andros.cygnus.com>
13214
13215 * long_long.exp: Add variations of test cases that work for
13216 targets with 16-bit ints and 32-bit doubles.
13217
d4f3574e
SS
132181999-09-08 Stan Shebs <shebs@andros.cygnus.com>
13219
13220 * break.c (main): Compare a possibly-uninitialized argc with an
13221 unlikely value that fits in 16 bits.
13222
132231999-09-07 Stan Shebs <shebs@andros.cygnus.com>
13224
13225 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
13226 0xfeeb, don't want negative numbers if ints are 16 bits.
13227
13228 * lib/gdb.exp (skip_cplus_tests): New proc.
13229 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
13230 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
13231 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
13232 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
13233 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
13234 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
13235 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
13236 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
13237
13238 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
13239
13240Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
13241
13242 * gdb.base/corefile.exp (up): Allow a parameter to appear
13243 in the frame that we're going up to.
13244
13245 From Jim Blandy <jimb@cygnus.com>:
13246
13247 * gdb.base/default.exp (info float): Expect some output now.
13248
13249 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
13250 returning floating-point values to fail on the x86.
13251 * gdb.base/callfwmall.exp (do_function_calls): Same.
13252
13253 * gdb.base/list.exp (test_listsize): Correct expectations for
13254 listing line 1 with listsize 2. Also, listing a single line
13255 works now, as does listing three lines. [Kevin's note: There
13256 were a number of other cases fixed too where the expectations
13257 differed...]
13258
132591999-09-02 Stan Shebs <shebs@andros.cygnus.com>
13260
13261 * gdb.base/selftest.exp: Add case for when version prints as
13262 constant string instead of char pointer.
13263
104c1213
JM
132641999-08-25 Stan Shebs <shebs@andros.cygnus.com>
13265
13266 * gdb.base/ending-run.exp: Add Solaris case for what happens when
13267 stepping out of main.
13268
13269 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
13270 G++ used.
13271
13272 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
13273 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
13274
13275 * gdb.c++/ovldbreak.exp: Update match string in test that
13276 includes a warning of multiple breakpoints.
13277
132781999-08-24 Stan Shebs <shebs@andros.cygnus.com>
13279
13280 * gdb.base/display.exp: Improve precision of step-after-finish
13281 added yesterday.
13282
13283 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
13284 test.
13285
13286 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
13287 configs when using G++, not just hppa*.
13288
132891999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13290
13291 * gdb.base/async.c: New file.
13292 * gdb.base/async.exp: New file.
13293
13294Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
13295
13296 * gdb.base/break.exp: Tweak PA specific tests to properly handle
13297 PA64.
13298
53a5351d
JM
13299Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
13300
104c1213
JM
13301 * gdb.base/display.exp: "finish" can leave us mid-line on many
13302 targets, deal with it. Add a small constant to main, instead of
13303 1000 since main+1000 may not be a valid address in the target.
13304
53a5351d
JM
13305 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
13306 on hpux11.
13307
13308 * gdb.base/attach.exp: Handle another hpux11 error message variant
13309 when attaching to a process that does not exist.
13310
133111999-08-19 J.T. Conklin <jtc@redback.com>
13312
13313 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
13314 characters in 'continue to 1241' test.
13315
133161999-08-17 Stan Shebs <shebs@andros.cygnus.com>
13317
13318 * gdb.base/call-ar-st.exp: Add a shorter match case for the
13319 stop in print_long_arg_list, define and use a whitespace
13320 variable in print_small_structs test, add an XFAIL for Solaris.
13321 * gdb.base/dbx.exp: XFAIL func commands until somebody is
13322 interested enough to fix.
13323
7be570e7
JM
133241999-08-13 Keith Seitz <keiths@cygnus.com>
13325
13326 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
13327 (dbx_gdb_load): Remove. Use gdb_load instead, since that
13328 proc knows about targets other than the natives.
13329 (test_assign): Use "gdb_run_cmd" to "run" the target.
13330 Check that we've actually hit the breakpoint at main.
13331 When we attempt to assign a value to a local variable, check
13332 that the variable is in the current scope, i.e., don't use
13333 a test with an empty result.
13334
13335Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
13336
13337 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
13338 command.
13339
133401999-08-09 Stan Shebs <shebs@andros.cygnus.com>
13341
13342 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13343 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
13344 gdb.compat, gdb.threads-hp.
13345 gdb.hp/configure, gdb.hp/configure.in: New files.
13346 gdb.hp/Makefile.in: Recurse into new subdirs.
13347 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
13348 gdb.hp/gdb.objdbg: New directory, tests for debugging info
13349 in object files.
13350 gdb.hp/tools: New directory, aux tools for HP-specific tests.
13351
96baa820
JM
133521999-08-05 Stan Shebs <shebs@andros.cygnus.com>
13353
13354 * gdb.base/display.exp: Help expect by putting a newline in the
13355 funky printf, remove a bogus p/a test.
13356
133571999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13358
13359 * gdb.base/display.exp: Make sure that when we say 'run', we are
13360 connected to the target. This is necessary when running not
13361 natively.
13362
133631999-08-03 Stan Shebs <shebs@andros.cygnus.com>
13364
13365 * gdb.base/step-test.exp: Removed some extraneous messages.
13366
13367 * gdb.base/long_long.exp: Don't run memory examination tests
13368 on little-endian targets (they will need a different set of
13369 results to match).
13370
133711999-08-02 Stan Shebs <shebs@andros.cygnus.com>
13372
13373 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
13374 until somebody decides to fix GDB.
13375
13376 * gdb.base/long_long.c: Stop compiler complaint by specifying long
13377 constant as "ULL".
13378 * gdb.base/long_long.exp: Loosen x/c test, add partial result
13379 matches for a couple x/2 commands.
13380
a0b3c4fd
JM
133811999-07-30 Stan Shebs <shebs@andros.cygnus.com>
13382
13383 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
13384 by merging in ref-types2 tests.
13385 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
13386
13387 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13388 * gdb.c++/Makefile.in: Add standard actions.
13389 (EXECUTABLES): Rename from PROGS, update list.
13390 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13391 from gdb.hp.
13392 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13393 foo and bar locals.
13394 * gdb.c++/anon-union.exp: Fix tests to match.
13395 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13396 expect matches to handle output variations.
13397 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13398 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13399 output, add HP alternatives for new and delete prints.
13400 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13401 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13402 * gdb.c++/demangle.exp: Use $style when reporting failure.
13403 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13404 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13405 match alternatives.
13406 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13407 compilers.
13408 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13409 * gdb.c++/method.exp: Add match alternatives.
13410 * gdb.c++/misc.cc: Add bool types.
13411 * gdb.c++/misc.exp: Add tests for bool types.
13412 * gdb.c++/overload.exp: Add xfails.
13413 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13414 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13415 add some more template parameter tests (only for HP currently).
13416 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13417 * gdb.c++/virtfunc.cc: Add return type and value for main.
13418 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13419 match alternatives.
d63a86f8 13420
a0b3c4fd
JM
134211999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13422
13423 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13424
134251999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13426
13427 * gdb.base/signals.exp: Don't expect getting a backtrace from
13428 within a signal handler to fail on Linux.
13429
134301999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13431
13432 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13433 * lib/gdb.exp: Remove some gratuitious semicolons.
13434 (delete_breakpoints): Increase timeout.
13435 (gdb_expect): Add -notransfer option.
13436 (gdb_test): Use -notransfer option.
13437 (get_compiler_info): Add f77 case.
13438 (get_compiler): New proc, split out from gdb_preprocess, add f77
13439 case.
13440 (gdb_preprocess): Call get_compiler.
13441
13442 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13443 * gdb.base/attach.exp, gdb.base/display.exp,
13444 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13445 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13446 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13447 third arg to gdb_test.
13448 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13449 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13450 HP-UX xfails, add others.
13451 * gdb.base/completion.exp: Reflect name change of self-test.
13452 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13453 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13454 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13455 HP failure number.
13456 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13457 useless HP-UX 10.30 references.
13458 * gdb.base/maint.exp: Loosen matches.
13459 * gdb.base/pointers.c (main): Declare more_code.
13460 * gdb.base/pointers.exp: Match on output of a `next'.
13461 * gdb.base/structs.c: Add prototypes.
13462 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13463 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13464
134651999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13466
13467 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13468 command.
13469
134701999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13471
13472 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13473 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
13474
13475 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
13476 debug info. Deal with lack of signal hanlder info in stack.
13477
a9c64011 13478 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
13479 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13480
5a2468f5
JM
134811999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13482
13483 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13484 gdb.base/foll-vfork.exp: Don't run for crosses.
13485
adf40b2e
JM
13486Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13487
13488 * gdb.base/configure.in: Check for gdbvars.exp instead of
13489 a1-selftest.exp.
13490 * gdb.base/configure: Re-generate.
13491
134921999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13493
13494 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13495 in trying to run first and name is too long.
13496
13497 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13498 pointers2.c and pointers2.exp, respectively.
13499 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13500 doschk happier.
13501
43e526b9
JM
135021999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13503
13504 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13505 callfuncs2.c and callfuncs2.exp.
13506
13507 * gdb.base/list.exp: Remove mistaken xfails.
13508 * gdb.base/list0.h: Add optional prototypes.
13509
9846de1b
JM
13510Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13511
a9c64011 13512 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 13513 calling malloc.
a9c64011
AS
13514 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13515 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
13516 use.
13517
135181999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13519
13520 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13521 * gdb.base/annota2.cc, annota2.exp: Move from here.
13522 * gdb.c++/annota2.cc, annota2.exp: To here.
13523 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13524
43ff13b4
JM
13525Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13526
13527 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13528 a consistent format.
13529
085dd6e6
JM
135301999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13531
13532 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13533 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13534 HP compilers, also set the globals $true and $false.
13535
13536 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13537 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13538 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13539 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13540 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13541 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13542 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13543 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13544 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13545 whatis.c} Add C++ compatible function definitions and return
13546 types, add includes for library functions.
13547 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13548 * gdb.base/step-test.c (myglob): Rename from glob.
13549 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13550 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13551 files, move here from gdb.hp.
13552 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13553 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13554 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13555 Adjust line numbers in regexps.
13556
13557 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13558 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13559 instead of 0/1.
13560
13561 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13562 foll-vfork.exp: New files, move here from gdb.hp.
13563 * gdb.base/page.exp: New file, test of pagination command.
13564
13565 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13566 recursion test.
13567 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13568
13569 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13570 gdb.base/solib.exp: Fix compiler invocation process.
13571
13572 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13573 HP-UX 11, turn off overload resolution explicitly.
13574 * gdb.base/commands.exp: Set argument list explicitly, add
13575 watchpoint test.
13576 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13577 them work.
13578 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13579 expressions properly.
13580 * gdb.base/corefile.exp: Loosen the match slightly.
13581 * gdb.base/default.exp: Allow "Error accessing memory" message
13582 also.
13583 * gdb.base/display.exp: Skip over x/0 j if PA64.
13584 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13585 * gdb.base/interrupt.exp: Ditto.
13586 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13587 in use.
13588 * gdb.base/list.exp: Add xfails for HP-UX.
13589 * gdb.base/long_long.exp: Refine some of the numeric matches.
13590 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13591 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13592 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13593 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13594 * gdb.base/ptype.exp: Succeed on more varieties of output.
13595 * gdb.base/scope.exp: Add xfails for HP-UX.
13596 * gdb.base/sect-cmd.exp: Add more cases.
13597 * gdb.base/setvar.exp: Add xfails for HP-UX.
13598 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13599 * gdb.base/signals.exp: Match on void symbolically.
13600 * gdb.base/step-test.exp: Add case for PA64.
13601 * gdb.base/term.exp: Add exit and restart.
13602 * gdb.base/twice.exp: Clean up after self.
13603 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13604 * gdb.base/whatis.exp: Allow more ways to pass tests.
13605
13606 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13607 no longer useful.
13608
13609Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13610
13611 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13612 list of patterns.
13613 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13614 print_double_array(double_array)", "continuing to breakpoint
13615 1018", "print print_double_array(array_d)" and "continuing to
13616 1034" tests.
d63a86f8 13617
085dd6e6
JM
136181999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13619
a9c64011 13620 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13621
136221999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13623
13624 * config/mt-*: Remove, these haven't been used since 1996.
13625
136261999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13627
13628 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13629 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13630 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13631
9e0b60a8
JM
136321999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13633
13634 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13635 simpler match case for the ptype of the big class.
13636
136371999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13638
13639 * gdb.exp: Fix test for gdb_prompt existence.
13640
136411999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13642
13643 * gdb.exp (gdb_test): Add fail after calls to perror.
13644
136451999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13646
13647 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13648
136491999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13650
13651 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13652
0f71a2f6
JM
13653Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13654
13655 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13656 malloc() is linked in.
13657
136581999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13659
13660 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13661 step at end.
13662
13663 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13664
136651999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13666
13667 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13668
cce74817
JM
13669Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13670
13671 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13672 * gdb.base/mips_pro.exp: Likewise.
13673
136741999-06-02 Keith Seitz <keiths@cygnus.com>
13675
13676 * gdb.c++/templates.cc: Change all "new" operators to throw
13677 an exception.
13678 * gdb.c++/cplusfuncs.cc: Likewise.
13679
13680 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13681
13682Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13683
13684 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13685 * gdb.base/ending-run.exp: When stepping out of main, accept a
13686 step into an arbitrary assembler file.
cce74817 13687
392a587b
JM
136881999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13689
d63a86f8 13690 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13691 "breakpoint-invalid" to be printed.
d63a86f8 13692 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13693 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13694 * gdb.base/annota2.cc: Initialize a.x to 0.
13695
9e086581
JM
136961999-05-17 Keith Seitz <keiths@cygnus.com>
13697
13698 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13699 when "skip_float_tests" set.
13700 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13701 "print print_ten_doubles", and "step into print_long_arg_list".
13702 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13703 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13704 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13705 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13706 "skip_float_tests" is set.
13707 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13708 when "skip_float_tests" set.
d63a86f8 13709
cd0fc7c3
SS
137101999-05-06 Keith Seitz <keiths@cygnus.com>
13711
13712 * gdb.base/annota2.cc: Include stdio.h.
13713
13714Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13715
13716 * gdb.base/crossload.exp: Remove, this has been disabled ever
13717 since BFD stopped including all targets, and cross-GDB gets
13718 plenty of testing anyway.
13719 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13720 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13721 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13722 * gdb.base/README: Remove, was doc for this.
13723 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13724 needed.
13725
b83266a0
SS
137261999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13727
13728 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13729 output.
13730
13731 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13732 * gdb.base/annota2.exp: New file. More annotation tests.
13733 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13734 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13735
137361999-04-23 Angela Marie Thomas <angela@cygnus.com>
13737
13738 * config/cfdbug.exp: New file.
13739
7a292a7a
SS
137401999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13741
13742 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13743 Marcus Daniel's and Dale Hawkins's demangler crashes.
13744
13745 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13746 test_lucid_style_demangling, test_arm_style_demangling,
13747 test_hp_style_demangling): Try Tom Tromey's core-dumping
13748 identifier under each demangling style.
13749
137501999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13751
13752 * gdb.c++/demangle.exp: Include the current demangling style
13753 in all test names.
13754 (current_demangling_style): New global variable.
13755 (set_demangling_style, test_demangling_core, test_demangling,
13756 test_demangling_exact): New functions.
13757 (test_gnu_style_demangling, test_lucid_style_demangling,
13758 test_arm_style_demangling, test_hp_style_demangling): Use those,
13759 instead of calling gdb_test and gdb_test_exact directly.
13760 (catch_demangling_errors): New function, which reports errors
13761 signalled by the demangling test functions in an orderly way.
13762 (do_tests): Use catch_demangling_errors.
13763
137641999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13765
13766 * gdb.base/signals.exp (test_handle_all_print): Use () for
13767 grouping in expressions, not {}.
13768
13769 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13770 initialized yet.
13771
137721999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13773
13774 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13775 are listed.
13776
137771999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13778
13779 * gdb.stabs/weird.exp: Test for CC being defined before
13780 looking at its value.
13781
137821999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13783
13784 * gdb.base/call-ar-st.exp: Remove stray '#'.
13785 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13786 "short int" and "long int".
13787 * gdb.c++/overload.cc: Cast the string added in the previous
13788 change, to mollify finicky HP compiler.
13789 * gdb.hp/reg-test.exp (testfile): Fix file name.
13790 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 13791
7a292a7a
SS
13792 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13793 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13794 alternate form of enum ptype.
13795
c906108c
SS
137961999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13797
7a292a7a
SS
13798 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13799 * gdb.hp/*.exp: Change all to run compiler probe only after
13800 passing skip_hp_tests, so as not to waste time on guaranteed
13801 failure.
13802
c906108c
SS
13803 * gdb.c++/overload.cc: Pass string instead of char addr, always
13804 init ccpfoo.
13805 * gdb.c++/templates.cc: Fix syntax error.
13806
7a292a7a
SS
13807Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13808
13809 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 13810 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
13811 command.
13812
138131999-03-18 James Ingham <jingham@cygnus.com>
13814
13815 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13816
13817 * gdb.c++/method.exp: It was testing an uninitialized int on the
13818 stack and assuming it was positive.
13819
13820 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13821
13822 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 13823 keep it from killing the rest of the tests.
7a292a7a
SS
13824 Use gdb_continue_to_end.
13825
13826 * gdb.base/sigall.exp: use gdb_continue_to_end.
13827
13828 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13829
13830 * gdb.base/display.exp: use runto_main, not run.
13831
d63a86f8
RM
13832 * gdb.base/default.exp: Check for the current error message in the
13833 r abbreviation test.
7a292a7a
SS
13834 Add strongarm to the targets that know info float.
13835
d63a86f8 13836 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
13837 run which doesn't work with monitors.
13838
13839 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13840
13841 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13842
13843 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
13844 program. Traps the case (in Cygmon) when the program never really
13845 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
13846 more places, so I used my name. Sorry Mark...
13847
13848 * config/monitor.exp (gdb_target_monitor): added another
13849 target_info parameter: remotebinarydownload. This will set the
13850 remotebinarydownload flag if this is causing some boards trouble.
13851
138521999-03-18 Mark Salter <msalter@cygnus.com>
13853
13854 * lib/gdb.exp (continue_to_exit): New function.
13855
13856 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13857 * gdb.base/ending-run.exp: Ditto.
13858 * gdb.base/step-test.exp: Ditto.
13859
138601999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13861
13862 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13863 (suggested by Art Haas <ahaas@neosoft.com>).
13864
138651999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13866
13867 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13868
13869Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13870
13871 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
13872 descriptions of types (short unsigned int vs unsigned short, etc).
13873
138741999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
13875
13876 * gdb.base/call-strs.exp: Don't assume that `step' will step over
13877 a call to strlen; sometimes we do have sources.
13878
138791999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
13880
13881 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
13882 character, so GDB won't print garbage after its end.
d63a86f8 13883
c906108c
SS
13884 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
13885 breakpoint there instead. Sometimes GCC emits memcpy to handle
13886 the large structures being passed by value, so we step into that
13887 instead of sum_array_print, which obscures what we're really testing.
13888 * gdb.base/step-test.exp: However, we do want a test that notices
13889 the bizarre steps into memcpy, so do that here. Add check for
13890 stepping into function calls that pass large structures by value.
13891 ("Is that a noun clause, or are you just happy to see me?")
13892 Remove all references to specific line numbers.
13893 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
13894 New type and function.
13895 (main): Call large_struct_by_value, passing it a large struct by value.
13896 * lib/gdb.exp (gdb_get_line_number): New function.
13897
13898 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
13899 more portable.
13900
7a292a7a
SS
139011999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13902
c906108c
SS
13903 * lib/gdb.exp: Doc fixes.
13904
7a292a7a
SS
139051999-03-05 Nick Clifton <nickc@cygnus.com>
13906
d63a86f8 13907 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
13908
139091999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
13910
c906108c
SS
13911 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
13912 commands. They're not germane to this test, and they don't work
13913 that way on remote targets.
13914
3fc11d3e
JM
139151999-03-01 James Ingham <jingham@cygnus.com>
13916
13917 * Changelog entries merged over from gdb development branch.
13918
3fc11d3e
JM
13919 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
13920
13921 * lib/gdb.exp (gdbtk_analyze_results): Generic function
13922 for outputting results of test run.
13923
2d4a1622 13924 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
13925
13926 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 13927
7a292a7a
SS
139281999-02-25 Felix Lee <flee@cygnus.com>
13929
13930 * lib/gdb.exp (debug_format): initialize
13931
c906108c
SS
139321999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
13933
13934 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
13935 * gdb.base/call-rt-st.c: Ditto.
13936
c906108c
SS
139371999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
13938
13939 * gdb.threads/pthreads.exp (horiz): New variable.
13940 (test_startup): Fix regexps that capture thread numbers.
13941
139421999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
13943
13944 * gdb.base/smoke.exp: Disambiguate two test case names (both
13945 called ``print'').
13946
13947Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13948
13949 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
13950 compilation.
13951
139521999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13953
13954 * gdb.base/miscexprs.exp: Change patterns to match GDB's
13955 actual output formatting.
13956 * gdb.base/smoke.exp: GDB removes leading 0's.
13957 * gdb.base/volatile.exp: Don't check type of remuneration;
13958 that variable is no longer defined in constvars.c.
13959 * gdb.base/step-test.c (main): Exit with explicit exit code.
13960 * gdb.base/step-test.exp: Remove two nexti checks--they are
13961 not portable.
13962
139631999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13964
13965 * gdb.base/help.exp ("help delete display"): Fix test to match
13966 gdb's output.
13967
13968 * gdb.base/long_long.c (known_types): Initialize values to zero.
13969 * gdb.base/long_long.exp: Step one more line
13970 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
13971 leading zeros. Explicitly ask for hex formatting. Use
13972 unique test case names.
c906108c
SS
13973
13974Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13975
d63a86f8 13976 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
13977
13978 * gdb.c++/method.exp: Add missing close brace.
13979
139801999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
13981
13982 * gdb.base/maint.exp: Use 'set height 0' to disable page
13983 prompting, not 'set height 400'.
13984
13985 Fix a bunch of timeouts.
13986 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
13987 four separate tests, so expect doesn't take forever to match a ton
13988 of text against a regexp with lots of .* forms.
13989 ("maint print psymbols", "maint print symbols"): Make some of
13990 these greps more selective, so that expect doesn't try to wade
13991 through huge piles of output and time out.
13992
13993 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
13994
13995 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
13996 tests: one which doesn't expect shlib events to be reported, and
13997 another which does, but is XFAIL for all platforms other than
13998 HP/UX.
13999
14000 * gdb.base/break.exp: Teach the test suite that the `catch
14001 fork', `catch vfork', and `catch exec' commands produce error
14002 messages on platforms that don't provide these features.
14003
14004Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14005
14006 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
14007 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
14008 (shortening names from solib_threshold.exp etc), won't run on
14009 anything but HP-UX for the foreseeable future.
14010 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
14011 reflect move.
14012
14013Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
14014
14015 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
14016 gdb.trace/Makefile.in (clean): Remove all test executables.
14017
14018Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
14019
14020 * gdb.base/shlib-call.exp: add test cases to verify that gdb
14021 successfully re-sets breakpoints in shared libraries.
14022 * gdb.base/shmain.c (main): return 0, don't fall off the end.
14023
14024Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14025
d63a86f8
RM
14026 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
14027 and compiled w/o GCC.
c906108c
SS
14028
14029 * gdb.hp/watch-cmd.exp: ditto.
14030
14031 * gdb.hp/watch-hp.exp: ditto.
14032
14033 * gdb.hp/xdb1.exp: ditto.
14034
14035 * gdb.hp/xdb2.exp: ditto.
14036
14037 * gdb.hp/dbx.exp: ditto.
14038
14039Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
14040
14041 * constvars.c: Remove C++-isms.
14042 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
14043 with GCC.
14044
14045Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
14046
14047 The following changes are part of the HP merge.
14048
14049 * gdb.base/break.exp: new tests to verify that catchpoints for
14050 fork, vfork, and exec don't trigger inappropriately.
14051
14052 * gdb.base/opaque.exp: compile one file at a time, then link.
14053
14054 * gdb.base/signals.exp: be more restrictive about which hppa
14055 systems receive a setup_xfail. new tests.
14056
14057 * gdb.base/solib_threshold.build: new file.
14058 * gdb.base/solib_threshold.exp: new file.
14059 * gdb.base/solib_threshold.link_opts: new file.
14060 * gdb.base/solib_threshold.mk: new file.
14061 * gdb.base/gen_solib_threshold.c: new file.
14062
14063 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
14064 tests. New tests for enums inside classes.
14065
14066 * gdb.c++/compiler.cc: indicate support of template debugging.
14067
14068 * gdb.c++/demangle.exp: run hp style demangling tests.
14069
14070 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
14071 tests.
14072
14073 * gdb.c++/misc.cc: changes to support new tests.
14074
14075 * gdb.c++/templates.cc: changes to support HP's compiler; changes
14076 to support new tests.
14077
14078 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
14079 gcc, then skip these tests.
14080
14081Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
14082
14083 The following files are part of the HP merge; some had longer
14084 names at HP, but have been renamed to be no more than 14
14085 characters in length.
14086
14087 * gdb.hp/ambiguous.cc: new file.
14088 * gdb.hp/ambiguous.exp: new file.
14089 * gdb.hp/attach.exp: new file.
14090 * gdb.hp/attach2.exp: new file.
14091 * gdb.hp/classes-hp.exp: new file.
14092 * gdb.hp/ctti.exp: new file.
14093 * gdb.hp/ctti-add.cc: new file.
14094 * gdb.hp/ctti-add1.cc: new file.
14095 * gdb.hp/ctti-add2.cc: new file.
14096 * gdb.hp/ctti-add3.cc: new file.
14097 * gdb.hp/dbx.exp: new file.
14098 * gdb.hp/exception.cc: new file.
14099 * gdb.hp/exception.exp: new file.
14100 * gdb.hp/foll-exec.c: new file.
14101 * gdb.hp/foll-exec.exp: new file.
14102 * gdb.hp/foll-fork.c: new file.
14103 * gdb.hp/foll-fork.exp: new file.
14104 * gdb.hp/foll-vfork.c: new file.
14105 * gdb.hp/foll-vfork.exp: new file.
14106 * gdb.hp/inherit-hp.exp: new file.
14107 * gdb.hp/more-steps.exp: new file.
14108 * gdb.hp/namespace.cc: new file.
14109 * gdb.hp/namespace.exp: new file.
14110 * gdb.hp/optimize.exp: new file.
14111 * gdb.hp/pxdb.c: new file.
14112 * gdb.hp/pxdb.exp: new file.
14113 * gdb.hp/quicksort.exp: new file.
14114 * gdb.hp/reg-test.exp: new file.
14115 * gdb.hp/reg-test.s: new file.
14116 * gdb.hp/sized-enum.c: new file.
14117 * gdb.hp/sized-enum.exp: new file.
14118 * gdb.hp/start-stop.exp: new file.
14119 * gdb.hp/templ-hp.cc: new file.
14120 * gdb.hp/templ-hp.exp: new file.
14121 * gdb.hp/thr-lib.c: new file.
14122 * gdb.hp/thr-lib.exp: new file.
14123 * gdb.hp/thr-lib.h: new file.
14124 * gdb.hp/thr-liblib.c: new file.
14125 * gdb.hp/virtfun-hp.c: new file.
14126 * gdb.hp/virtfun-hp.exp: new file.
14127 * gdb.hp/watch-cmd.exp: new file.
14128 * gdb.hp/watch-hp.exp: new file.
14129 * gdb.hp/xdb1.exp: new file.
14130 * gdb.hp/xdb2.exp: new file.
14131 * gdb.hp/xdb3.exp: new file.
14132
14133Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
14134
14135 The following files are part of the HP merge; some had longer
14136 names at HP, but have been renamed to be no more than 14
14137 characters in length.
14138
14139 * gdb.base/ss.h: new file.
14140 * gdb.base/call-ar-st.c: new file.
14141 * gdb.base/call-ar-st.exp: new file.
14142 * gdb.base/call-rt-st.c: new file.
14143 * gdb.base/call-rt-st-exp: new file.
14144 * gdb.base/call-strs.exp: new file.
14145 * gdb.base/ena-dis-br.exp: new file.
14146 * gdb.base/environ.exp: new file.
14147 * gdb.base/long_long.exp: new file.
14148 * gdb.base/sect-cmd.exp: new file.
14149 * gdb.base/shlib-cl2.exp: new file.
14150 * gdb.base/smoke.exp: new file.
14151 * gdb.base/so-impl-ld.c: new file.
14152 * gdb.base/so-impl-ld.exp: new file.
14153 * gdb.base/so-indr-cl.c: new file.
14154 * gdb.base/so-indr-cl.exp: new file.
14155 * gdb.base/varargs.exp: new file.
14156 * gdb.base/volatile.exp: new file.
14157 * gdb.base/whatis-exp.exp: new file.
7a292a7a 14158 * gdb.base/display.exp: new file.
c906108c
SS
14159 * gdb.c++/derivation.exp: new file.
14160 * gdb.c++/local.exp: new file.
14161 * gdb.c++/member-ptr.exp: new file.
14162 * gdb.c++/overload.exp: new file.
14163 * gdb.c++/ovldbreak.exp: new file.
14164 * gdb.c++/ref-types.exp: new file.
14165 * gdb.c++/ref-types2.exp: new file.
14166 * gdb.c++/userdef.exp: new file.
d63a86f8 14167
c906108c
SS
14168Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
14169
14170 * gdb.base/default.exp: Reflect wording change in remote.c.
14171
dc96c6c7 14172Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14173
14174 * gdb.base/help.exp: Update to reflect current text.
14175
14176Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
14177
14178 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
14179 they're stack variables and contain garbage.
14180 * gdb.c++/anon-union.exp: new file.
14181
14182 The following changes were made by David Taylor
14183 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14184 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14185 in changes by HP.
14186
14187 * gdb.base/bitops.exp: new file.
14188 * gdb.base/default.exp: change expected messages for catch and
14189 info catch tests to reflect HP merge changes.
14190 * gdb.base/enable-disable-break.exp
14191 * gdb.base/ending-run.c: new file.
14192 * gdb.base/long_long.c: new file.
14193 * gdb.base/maint.exp: new file.
14194 * gdb.base/pointers2.exp: new file.
14195 * gdb.base/shlib-call2.exp: new file.
14196 * gdb.base/solib.exp: new file.
14197 * gdb.base/step-test.c: new file.
14198 * gdb.c++/anon-union.cc: new file.
14199 * gdb.c++/local.cc: new file.
14200 * gdb.c++/member-pointer.cc: new file.
14201 * gdb.c++/method.cc: new file.
14202 * gdb.c++/ref-types.cc: new file.
14203 * gdb.c++/ref-types2.cc: new file.
14204 * gdb.c++/userdef.cc: new file.
d63a86f8 14205
c906108c
SS
14206 * gdb.base/scope.exp: compile one file at a time, then link.
14207 * gdb.base/langs.exp: ditto.
14208 * gdb.base/list.exp: ditto.
d63a86f8 14209
c906108c
SS
14210Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
14211
14212 The following changes were made by David Taylor
14213 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14214 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14215 in changes by HP.
d63a86f8 14216
c906108c
SS
14217 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
14218 skip tests. When compiling pass c++ flag to gdb_compile.
14219 * gdb.c++/
d63a86f8 14220
c906108c
SS
14221 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
14222 test for on hppa*-*-hpux*; use args to see if c++ was specified.
14223 (skip_hp_tests): new function.
14224 (gdb_preprocess): new function.
14225
14226 * configure.in (hpdir): decide whether to configure gdb.hp.
14227 * configure: regenerated.
14228
14229 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
14230 to delete on clean.
14231 (EXECUTABLES): update to reflect new additions.
14232 * gdb.base/commands.exp: update message expected.
14233 * gdb.base/default.exp: add copyright notice.
14234 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
14235 * gdb.base/help.exp: update messages to reflect current text.
14236 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
14237 targets for recurse tests.
14238 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
14239 skip this file.
14240
14241 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
14242 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
14243 compilation.
14244 * gdb.c++/misc.exp: ditto.
14245 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
14246 run the tests. tell gdb_compile that it's a c++ compilation.
14247
14248 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 14249
c906108c
SS
14250 * gdb.base/all-bin.exp: new file.
14251 * gdb.base/arithmet.exp: new file.
14252 * gdb.base/assign.exp: new file.
14253 * gdb.base/completion.exp: new file.
14254 * gdb.base/cond-expr.exp: new file.
14255 * gdb.base/condbreak.exp: new file.
14256 * gdb.base/define.exp: new file.
14257 * gdb.base/dollar.exp: new file.
14258 * gdb.base/environment.exp: new file.
14259 * gdb.base/eval-skip.exp: new file.
14260 * gdb.base/jump.exp: new file.
14261 * gdb.base/logical.exp: new file.
14262 * gdb.base/pointers.exp: new file.
14263 * gdb.base/relational.exp: new file.
14264 * gdb.base/section_command.exp: new file.
14265 * gdb.base/whatis-expr.exp: new file.
14266
14267 * gdb.base/all-types.c: new file.
14268 * gdb.base/call-array-struct.c: new file.
14269 * gdb.base/call-return-struct.c: new file.
14270 * gdb.base/call-strings.c: new file.
14271 * gdb.base/callfuncs2.c: new file.
14272 * gdb.base/condbreak.c: new file.
14273 * gdb.base/constvars.c: new file.
14274 * gdb.base/display.c: new file.
14275 * gdb.base/int-type.c: new file.
14276 * gdb.base/jump.c: new file.
14277 * gdb.base/miscexprs.c: new file.
14278 * gdb.base/pointers.c: new file.
14279 * gdb.base/pointers2.c: new file.
14280 * gdb.base/shmain.c: new file.
14281 * gdb.base/shr1.c: new file.
14282 * gdb.base/shr2.c: new file.
14283 * gdb.base/solib.c: new file.
14284 * gdb.base/solib1.c: new file.
14285 * gdb.base/solib2.c: new file.
14286 * gdb.base/varargs.c: new file.
14287 * gdb.c++/derivation.cc: new file.
14288 * gdb.c++/overload.cc: new file.
14289 * gdb.c++/ovldbreak.cc: new file.
14290 * gdb.hp/attach.c: new file.
14291 * gdb.hp/attach2.c: new file.
14292 * gdb.hp/average.c: new file.
14293 * gdb.hp/compiler.c: new file.
14294 * gdb.hp/compiler.cc: new file.
14295 * gdb.hp/execd-program.c: new file.
14296 * gdb.hp/follow-exec.c: new file.
14297 * gdb.hp/follow-fork.c: new file.
14298 * gdb.hp/follow-vfork-and-exec.c: new file.
14299 * gdb.hp/misc-hp.cc: new file.
14300 * gdb.hp/more-steps.c: new file.
14301 * gdb.hp/optimize.c: new file.
14302 * gdb.hp/quicksort.c: new file.
14303 * gdb.hp/run-hp.c: new file.
14304 * gdb.hp/start-stop.c: new file.
14305 * gdb.hp/sum.c: new file.
14306 * gdb.hp/templates-hp.cc: new file.
14307 * gdb.hp/thread-local-in-lib.c: new file.
14308 * gdb.hp/thread-local-in-lib.h: new file.
14309 * gdb.hp/thread-local-in-lib.lib.c: new file.
14310 * gdb.hp/vforked-program.c: new file.
14311 * gdb.hp/virtfunc-hp.cc: new file.
14312 * gdb.hp/watchpoint-hp.c: new file.
14313 * gdb.hp/xdb.c: new file.
14314 * gdb.hp/xdb0.c: new file.
14315 * gdb.hp/xdb0.h: new file.
14316 * gdb.hp/xdb1.c: new file.
14317
14318Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
14319
14320 The following change was made by Edith Epstein
14321 <eepstein@cygnus.com> as part of a project to merge in changes
14322 originally made by HP; HP did not create ChangeLog entries.
14323
14324 * gdb.c++/demangle.exp: changed the expected output for some
14325 ARM-style mangling -- removed second reference to datatype.
14326 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 14327 T1<char>::~T1<char>(void)
c906108c 14328 becomes,
a9c64011
AS
14329 maint demangle __dt__11T1__pt__2_cFv
14330 T1<char>::~T1(void)
c906108c
SS
14331
14332 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 14333
c906108c
SS
14334Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
14335
14336 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
14337 * gdb.trace/backtrace.exp: Likewise.
14338 * gdb.trace/circ.exp: Likewise.
14339 * gdb.trace/collection.exp: Likewise.
14340 * gdb.trace/deltrace.exp: Likewise.
14341 * gdb.trace/infotrace.exp: Likewise.
14342 * gdb.trace/limits.exp: Likewise.
14343 * gdb.trace/packetlen.exp: Likewise.
14344 * gdb.trace/passc-dyn.exp: Likewise.
14345 * gdb.trace/passcount.exp: Likewise.
14346 * gdb.trace/report.exp: Likewise.
14347 * gdb.trace/save-trace.exp: Likewise.
14348 * gdb.trace/tfind.exp: Likewise.
14349 * gdb.trace/tracecmd.exp: Likewise.
14350 * gdb.trace/while-dyn.exp: Likewise.
14351 * gdb.trace/while-stepping.exp: Likewise.
14352
143531998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
14354
14355 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
14356
14357Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
14358
14359 From Brendan Kehoe:
14360 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
14361 int return types.
14362
14363Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
14364
14365 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
14366 remote dos host testing right.
14367
14368Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
14369
14370 * gdb.base/corefile.exp: remove some xfails.
14371
14372Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
14373
14374 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
14375 have different timestamps.
14376
14377Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
14378
14379 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
14380 gdb.base/default.exp: Replace "exec" with "executable".
14381
14382Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
14383
14384 * gdb.base/default.exp: Change else if to elseif from previous
14385 delta.
14386
14387Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
14388
14389 * gdb.base/default.exp: Add brace missing from previous delta.
14390
14391Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14392
14393 * gdb.base/default.exp: Support test for info float for all
14394 varieties of arm toolchain.
14395
dc96c6c7 14396Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14397
14398 * gdb.trace/*.exp: remove "remote_download" command.
14399
dc96c6c7 14400Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14401
14402 * gdb.trace/*.exp: remove -gdwarf from compile.
14403
14404Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14405
14406 * gdb.trace/configure.in(AC_INIT): typo
14407 * gdb.trace/configure: regenerated
14408
dc96c6c7 14409Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14410
14411 * config/m68k-emc.exp: New file.
14412 * lib/<emc-support.exp trace-support.exp}: New files.
14413 * configure.in: add new test directory gdb.trace.
14414 * gdb.trace/{configure configure.in Makefile.in}: New files.
14415 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14416 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14417 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14418 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14419 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14420 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14421 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 14422
dc96c6c7 14423Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14424
14425 * gdb.c++/classes.exp: Change all regular expressions to match
14426 arbitrary combinations of newline/carriage-return, so that they
14427 will work equally well on Unix and Windows.
14428 * gdb.c++/inherit.exp: ditto.
14429 * gdb.c++/virtfunc.exp: ditto.
14430
144311998-08-11 Dawn Perchik <dawn@cygnus.com>
14432
14433 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14434
c2d11a7d
JM
14435Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14436
14437 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14438 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14439 to use a0-a3/d0-d3 as needed.
14440
14441Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14442
14443 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14444 * gdb.disasm/am33.exp: Corresponding changes.
14445
c906108c
SS
144461998-07-11 Felix Lee <flee@cygnus.com>
14447
14448 * gdb.base/callfuncs.exp: add cmp10 test.
14449 * gdb.base/callfuncs.c (cmp10): new function.
14450
14451Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14452
d63a86f8 14453 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
14454 into two parts to get around a synchronization problem in expect.
14455
3fc11d3e
JM
14456Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14457
14458 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14459
14460 * configure.in: Add options for gdbtk testsuite.
14461
14462 * configure: Regenerate.
14463
14464 * gdb.gdbtk: New directory to hold gdbtk tests.
14465
c906108c
SS
14466Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14467
14468 * gdb.fortran/types.exp: Escape brackets in expect patterns
14469 for test_float_literal_types_accepted tests.
14470 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14471 before run test.
14472
c2d11a7d
JM
14473Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14474
14475 * am33.exp: Just compile, do not link the testcase.
14476 * am33.s: Add ".am33" pseudoop to force am33 mode.
14477
c906108c
SS
144781998-06-25 Felix Lee <flee@cygnus.com>
14479
14480 * gdb.base/setshow.exp: make sure $pc is sane.
14481
14482 * gdb.stabs/weird.exp: split expect patterns properly.
14483
c2d11a7d
JM
14484Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14485
14486 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14487 * gdb.disasm/am33.exp: Run it.
14488
dc96c6c7 14489Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14490
14491 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14492 match processing (and eliminate spurious timeouts when running).
14493
dc96c6c7 14494Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14495
14496 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14497 exception test, but conditionalize it on target [mach | gnu].
14498
dc96c6c7 14499Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14500
14501 * gdb.base/overlays.exp: fixup compile line for linker script.
14502
14503Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14504
14505 * gdb.fortran/types.exp: don't guess at float size.
14506
14507Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14508
14509 * gdb.base/exprs.exp: delete test that depends on int size.
14510
14511Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14512
14513 * config/sim.exp: Removed checks for target triplets.
14514 (gdb_target_sim): Use gdb,target_sim_options.
14515
14516Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14517
14518 * gdb.base/reread.exp: New file.
14519 * gdb.base/reread1.c: New file.
14520 * gdb.base/reread2.c: New file.
14521
14522Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14523
14524 * config/sim.exp: Use 'target sim -sparclite' when running
14525 SPARClite programs.
14526
14527Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14528
14529 * gdb.base/structs2.exp: New file.
14530 * gdb.base/structs2.c: New file.
14531
14532Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14533
14534 * gdb.asm/common.inc: New file.
14535 * gdb.asm/d10v.inc: New file.
14536 * asm-source.exp: Pass -I's to gas to find .inc files.
14537 Update line numbers in expected output.
14538 * asmsrc1.s: Rewrite.
14539 * asmsrc2.s: Rewrite.
14540 * configure.in: Create arch.inc symlink.
14541 * configure: Regenerate.
14542 * Makefile.in (distclean): Delete arch.inc.
14543
14544Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14545
14546 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14547 (t_enum_value2): ditto
14548 (t_enum_value3): ditto
14549 (main): ditto
14550Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14551
14552 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14553 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14554 change.
14555 Use gdb_test instead of send_gdb/gdb_expect sequences.
14556
14557Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14558
14559 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14560 not void.
14561
14562Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14563
14564 * gdb.base/branches.c: Code with lots of loops and
14565 subroutines. Used to test gdbs ability to single step through PC
14566 changes, especially to test mips-tdep.c:mips_next_pc
14567
14568Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14569
14570 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14571 more rigorous EGCS C++ error checking.
14572
14573Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14574
a9c64011
AS
14575 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14576 tests.
14577 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14578 function when asleep.
14579 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14580 for i*86 Linux and SVR4 signal handling problems.
14581 Remove linux xfail for `next to handler in signals_tests_1', fixed
14582 by recent infrun.c change.
14583 Limit backtrace to 10 frames to avoid timeout problems with infinite
14584 stack backtraces.
14585 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14586 target.[ch] change.
c906108c
SS
14587
14588Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14589
14590 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14591 for a newline from gdb before continuing.
14592 (default_gdb_exit): Just look for y or n.
14593 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14594 it does, fail the rests of the tests in the file.
14595
14596Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14597
14598 * config/cygmon.exp: New file.
14599
14600Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14601
14602 * gdb.base/list.exp: Fix problem with "list default lines around
14603 main" test on remote targets.
14604
14605 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14606 run test on remote targets.
14607
14608Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14609
14610 * gdb.asm: New directory.
14611 * configure.in: Configure it.
14612 * configure: Regenerate.
14613 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14614 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14615
14616Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14617
14618 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14619
dc96c6c7 14620Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14621
a9c64011
AS
14622 * gdb.base/overlays (several files): Merge the two overlay
14623 managers into one. Change variables (foox, barx, bazx, grbxx)
14624 back into ints but force them to load in their proper sections.
c906108c
SS
14625
14626Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14627
14628 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14629 on-chip insn memory and IMAP1 to upper 128k.
14630 (D10VCopy): Handle memory regions crossing 16k boundaries.
14631 (D10VCopy): Transfer data in 32 bit chunks.
14632
14633Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14634
14635 * gdb.base/overlays.c (main): Exit normally when result is
14636 correct.
14637
14638 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14639 map. Include space for printf in .text segment.
14640
14641 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14642 updated d10v memory VMA/LMA map.
14643 (D10VCopy): Call D10VTranslate.
d63a86f8 14644
c906108c
SS
14645Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14646
14647 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14648
14649 * gdb.base/bar.c (barx, bar): Change variable to small array so
14650 that it won't be put into the .sdata - small data -
14651 section. Update reference.
14652 * gdb.base/baz.c (bazx, baz): Ditto.
14653 * gdb.base/foo.c (foox, foo): Ditto.
14654 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14655
14656 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14657 to be arrays.
d63a86f8 14658
dc96c6c7 14659Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14660
a9c64011
AS
14661 * gdb.base/overlays.exp: fix up and get working again.
14662 Add tests for backtraces from an overlay function.
d63a86f8 14663
c906108c
SS
14664Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14665
14666 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14667 "calling function with watchpoint enabled".
14668
14669Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14670
14671 * gdb.base/break.exp (test_next_with_recursion): Remove
14672 gdb_suppress_tests for d10v-*-*.
14673 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14674 pending review of whether it is useful or not.
14675
14676Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14677
14678 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14679
14680Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14681
14682 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14683 * config/dve.exp: New file to support Densan boards.
14684
14685Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14686
14687 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14688 reads and BSD.
14689
14690Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14691
14692 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14693 response.
14694
14695 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14696
14697Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14698
14699 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14700 test.
14701
14702 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14703 target_sizeof_long and target_bigendian_p.
14704 (structs_by_value, structs_by_reference): Check values according
14705 to targets word size and endianess.
d63a86f8 14706
c906108c
SS
14707Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14708
14709 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14710 output.
14711
14712Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14713
14714 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14715 Update test of set args help to match source change.
14716
14717Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14718
14719 * gdb.base/default.exp: Expect help system output to be in
14720 alphabetical order.
14721 * gdb.base/help.exp: Ditto.
14722
14723Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14724
14725 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14726 "i*86-pc-linux-gnu*".
14727 * gdb.base/interrupt.exp: Ditto.
14728 * gdb.base/corefile.exp: Ditto.
14729
14730 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14731 define vxworks when building the testcase.
14732
14733 * gdb.base/ptype.exp: Fix testnames to be unique.
14734 * gdb.base/radix.exp: Ditto.
14735 * gdb.base/term.exp: Ditto.
14736 * gdb.base/whatis.exp: Ditto.
14737 * gdb.c++/classes.exp: Ditto.
14738
14739Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14740
14741 * gdb.base/callfuncs.exp: Fix indentation.
14742
14743 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14744 suppress_flag has been set.
14745 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14746 target feature.
14747
14748Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14749
14750 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14751 the testcase.
14752
14753 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14754 set_debug_traps() and breakpoint().
14755 * gdb.c++/misc.cc (main): Ditto.
14756 * gdb.c++/templates.cc (main): Ditto.
14757 * gdb.c++/virtfunc.cc (main): Ditto.
14758
14759Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14760
14761 * lib/gdb.exp(gdb_step_for_stub): New function.
14762 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14763 exists, reload the executable and do a "continue" instead of
14764 doing a jump.
14765 (runto_main): Use gdb_step_for_stub.
d63a86f8 14766
c906108c
SS
14767 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14768 tests to have unique names.
14769 * gdb.base/callfuncs.exp: Ditto.
14770 * gdb.base/commands.exp: Ditto.
14771 * gdb.base/default.exp: Ditto.
14772 * gdb.base/help.exp: Ditto.
14773 * gdb.base/list.exp: Ditto.
14774 * gdb.base/opaque.exp: Ditto.
14775 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14776 similar tests.
d63a86f8 14777
c906108c
SS
14778 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14779 * gdb.c++/cplusfuncs.cc: Ditto.
14780 * gdb.c++/virtfunc.cc: Ditto.
14781
14782 * config/monitor.exp: Keep track of the last file we saw, rather
14783 than trying to get the info from gdb.
14784
14785 * gdb.fortran/types.exp: Move comment to previous line.
14786
14787Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14788
14789 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14790 target mode.
14791
14792Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14793
14794 From Bob Manson:
14795 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14796 string from GDB when it connects.
14797
14798 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14799
14800Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14801
14802 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14803 if we can't get a debug format from GDB (we may be testing an
14804 older GDB). Use a 10 second timeout when checking for the format.
14805
14806 * gdb.stabs/weird.exp: Fix quoting.
14807
14808 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14809
14810Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14811
14812 * config/arm-ice.exp: New file.
14813
14814Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14815
14816 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14817 until it has been modified to work with the new testsuite.
14818
99707966 14819 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
14820 testcase won't compile, cause all of the testcases in the file to
14821 fail instead.
14822
14823 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14824 (gdb_clear_suppressed): New procedure.
14825 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14826 it contains a positive value.
14827
14828Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14829
14830 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14831
14832 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14833
14834Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14835
14836 * lib/gdb.exp (setup_xfail_format): New function.
14837 (get_debug_format): New function to get debug format.
14838 (debug_format): New global variable to hold last value set
14839 by get_debug_format.
14840 * gdb.base/list.exp: Call get_debug_format and expect some
14841 tests to fail for DWARF 1 and COFF formats.
14842 * gdb.c++/ptype.exp: Ditto.
14843 * gdb.c++/classes.exp: Ditto.
14844 * gdb.c++/cplusfuncs.exp: Ditto.
14845 * gdb.c++/inherit.exp: Ditto.
14846 * gdb.c++/templates.exp: Ditto.
14847 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 14848
c906108c
SS
14849Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14850
14851 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14852 host doesn't have a currently-open connection.
14853
14854 * config/sparclet.exp: Cleanups and fixes to make it generic for
14855 any gdb stub target. Handle cases where gdb doesn't respond when
14856 interrupted in a sane fashion.
14857
14858 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14859 same thing in a totally different way.
14860
14861 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14862 setting "timeout".
14863 (gdb_start): We set the global gdb_prompt variable in
14864 default_gdb_init now.
14865
14866Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14867
14868 * gdb.base/printcmds.exp: Fix "check for floating addition"
14869 regexp to accept results within approx +/- .01 of exact value.
14870 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14871
14872Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
14873
14874 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
14875 properly.
14876 (gdb_expect): Add optional timeout parameter, and add timeout
14877 value to various calls.
14878 (gdb_suppress_tests): Only give one warning message per group.
14879
14880Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
14881
14882 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
14883 global variables. Handle getting a value for $timeout more
14884 gracefully.
14885
14886Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14887
14888 * lib/gdb.exp: Close connection to remote host if gdb doesn't
14889 initialize.
14890 (default_gdb_init): New procedure; allow gdb_init to be overridden
14891 by a target configuration file.
14892 (gdb_expect): Pass the timeout to remote_expect.
14893
14894 * config/monitor.exp(gdb_load): Fix typo in regexp.
14895
14896Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
14897
14898 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
14899
14900Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
14901
14902 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
14903 here. Call gdb_target_exec before rebooting the target, to make
14904 sure the connection to the target is closed.
14905 (gdb_load): Pass the name of the executable to gdb_target_monitor.
14906 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
14907 Also detect "Timeout reading from remote" error.
14908
14909 * config/gdbserver.exp: Pass the executable being loaded to
14910 gdb_target_monitor. Don't call gdb_file_cmd here; let
14911 gdb_target_monitor do it.
14912
14913 * gdb.disasm/hppa.exp: Don't use exec_output.
14914
14915Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
14916
14917 * gdb.base/list.exp: If we're debugging a non-native target,
14918 try to set the pc register to point to the start of the
14919 program before doing the first list command.
14920
14921 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
14922 test_calls after restarting.
14923
14924 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
14925 reloading.
14926
14927 * gdb.base/watchpoint.exp: Fix typo.
14928
14929 * gdb.base/setshow.exp: Check for use_gdb_stub.
14930
14931 * gdb.base/break.exp: Fix continue until exit test for the gdb
14932 stub case.
14933 * gdb.base/langs.exp: Ditto.
14934
14935 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
14936 gdb_load_offset. If we weren't given a file to load, figure out
14937 what the current file is and use it.
14938
14939 * config/i386-bozo.exp: New file.
14940
14941Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
14942
14943 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
14944 feature.
14945
14946 * config/proelf.exp: New entry.
14947
14948Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
14949
14950 * lib/gdb.exp: Remove spurious .* patterns at the beginning
14951 of regexps.
14952
14953 * gdb.base/watchpoint.exp: Don't run the test_stepping
14954 tests if gdb can't call functions on the target.
14955
14956 * gdb.base/setshow.exp: Don't run the set prompt tests if
14957 the board has gdb_prompt set.
14958
14959Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
14960
14961 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
14962 * gdb.base/commands.exp: Likewise.
14963 * gdb.base/setshow.exp: Likewise.
14964
14965Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
14966
14967 * config/monitor.exp(gdb_start): Look for gdb_prompt target
14968 feature.
14969
14970 * config/i960.exp: New file.
14971
14972Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
14973
14974 * gdb.base/funcargs.exp: Check for gdb,short_int target
14975 feature instead of looking for explicit target triplets.
14976
dc96c6c7 14977Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 14978
d63a86f8 14979 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
14980 "p 123DEADBEEF", to check parse_number.
14981 * top.c: change "to enable to enable" to "to enable" in a couple
14982 of help strings.
14983
14984Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
14985
14986 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
14987 on the mn10300.
d63a86f8 14988
c906108c
SS
14989Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
14990
14991 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
14992 where the test executable is run with explicit args.
14993 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
14994
14995Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
14996
14997 * gdb.base/run.c: Use FAKEARGV to build test executable that
14998 does not require a command line arg, since most simulators
14999 don't currently support passing such an arg into the simulated
15000 program.
15001 * gdb.base/commands.exp: Change tests to insert the proper
15002 value as the arg to the first recursive factorial call. Change
15003 compilation line to define FAKEARGV at compile time.
15004
15005Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
15006
15007 * gdb.base/recurse.exp: Enable these tests for the mn10300.
15008 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
15009 function with watchpoint enabled" test.
15010
15011Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
15012
15013 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
15014 Don't call gdb_test when the command doesn't return to a gdb prompt.
15015
15016 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
15017 "Tests restarted" messages.
15018
15019Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
15020
15021 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
15022
dc96c6c7 15023Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15024
15025 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
15026 for INFO SYMBOL; add help tests for OVERLAY commands.
15027 * gdb.base/default.exp: add tests for INFO SYMBOL command;
15028 add tests for OVERLAY commands
15029 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
15030 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
15031 * gdb.base/sigall.c: add usestubs code frag
15032 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 15033
c906108c
SS
15034Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
15035
15036 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
15037 failures.
15038 (gdb_stop_suppressing_tests): Note that tests have restarted.
15039
15040Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
15041
15042 * config/h8300.exp: New file.
15043
15044Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
15045
15046 * gdb.base/setshow.exp: Check for the existence of a
15047 feature, not its value.
15048
15049Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
15050
15051 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
15052
15053 * gdb.base/scope.exp: It's now init0(), not init().
15054
15055 * gdb.base/scope0.c: For now, change init() to be init0().
15056
15057 * config/monitor.exp: Use gdb_serial in preference to serial
15058 or netport.
15059
15060 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
15061 and it's not already set.
15062
15063Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
15064
15065 * gdb.base/setshow.exp: Only test the run command if the target
15066 isn't using a stub and if it supports argument passing.
15067
15068Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
15069
15070 * config/udi.exp(gdb_start): Make sure UDICONF is set
15071 properly before starting gdb.
15072
15073Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
15074
15075 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
15076 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
15077 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
15078
15079Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
15080
15081 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
15082 specialized code to reboot the board, use remote_reboot instead.
15083
15084 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
15085
15086 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
15087
15088 * config/monitor.exp: Make sure we disconnect from the target.
15089 Also, try a reboot/reload cycle instead of failing if the
15090 load fails.
15091
15092Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
15093
15094 * gdb.base/default.exp: Don't set match_max.
15095 * gdb.base/help.exp: Ditto.
15096 * gdb.base/list.exp: Ditto.
15097 * gdb.base/signals.exp: Ditto.
15098
15099 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
15100 set, use remote_ld to download the testcase instead of
15101 the GDB loader.
15102
15103Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
15104
15105 * config/vr5000.exp: New file.
15106
15107 * config/monitor.exp(gdb_target_monitor): Add pattern for
15108 "Ending remote" to detect errors in connecting.
15109
15110 * gdb.base/setshow.exp: Add .* within auto language test.
15111
15112 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
15113 target feature.
15114
15115 * config/monitor.exp(gdb_load): Check for a failure when loading,
15116 and reboot the board if necessary.
15117
15118 * gdb.base/setvar.exp(test_set): Handle multiple prints within
15119 a set of tests. Remove print.* from the patterns being checked.
15120
15121Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
15122
15123 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
15124 refer to gdb_spawn_id.
15125
15126 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
15127 longer used.
15128 * config/sparclet.exp: Ditto.
15129 * config/sparclet-old.exp: Ditto.
15130 * config/slite.exp: Ditto.
15131 * config/sim.exp: Ditto.
15132 * gdb.base/funcargs.exp: Ditto.
15133
15134 * lib/gdb.exp:Remove references to gdb_spawn_id.
15135 (gdb_expect): Move to remote.exp.
15136
15137Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
15138
15139 * config/monitor.exp: Detect the "Couldn't establish connection"
15140 message from GDB.
15141
15142Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
15143
15144 * gdb.base/bitfields.exp: Use runto instead of explicit
15145 gdb_run_cmd/gdb_expect sequences.
15146
15147 * gdb.base/break.exp(text_next_with_recursion): Add match for
15148 gdb_expect call.
15149
15150 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
15151 We also need to handle the "A program is being debugged already"
15152 prompt from gdb. Use gdb_test to set the baud rate.
15153
15154 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
15155 to 20000. Really. I mean it.
15156
15157Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15158
15159 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
15160 fails. If suppress_flag is set, skip perror message about not
15161 being able to send to GDB.
15162 (send_gdb): If suppress_flag is set, don't try to send commands to
15163 GDB.
15164 (gdb_expect): If suppress_flag is set, always fail immediately.
15165 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
15166 (gdb_init): Call gdb_stop_suppressing_tests.
15167 (default_gdb_exit): Ditto.
15168 (default_gdb_start): Ditto.
15169
15170 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
15171 gdb_stop_suppressing_tests as appropriate.
15172 * gdb.base/break.exp: Ditto.
15173 * gdb.base/callfuncs.exp: Ditto.
15174 * gdb.base/commands.exp: Ditto.
15175 * gdb.base/exprs.exp: Ditto.
15176 * gdb.base/funcargs.exp: Ditto.
15177 * gdb.base/list.exp: Ditto.
15178 * gdb.base/recurse.exp: Ditto.
15179 * gdb.base/scope.exp: Ditto.
15180 * gdb.base/structs.exp: Ditto.
15181 * gdb.c++/inherit.exp: Ditto.
15182
15183Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
15184
15185 * config/vr4300.exp: New file.
15186
99707966 15187 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 15188
99707966 15189 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
15190
15191Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
15192
15193 * lib/gdb.exp(gdb_init): New function.
15194
15195 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
15196 for each individual variable set.
15197
15198 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
15199 name.
15200
15201 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
15202
15203 * gdb.base/scope.exp: Use gdb_test.
15204
15205 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
15206 aborting; the testsuite driver will do that for us (see
15207 gdb_finish). Also, use gdb_test in a few more places.
15208
15209Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15210
15211 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
15212
15213Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
15214
15215 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
15216 and "add_tests" are not at the same address.
15217
15218Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
15219
15220 * gdb.base/ptype.exp: Use gdb_test.
15221
15222Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
15223
15224 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
15225 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
15226 left in. No longer expect them to fail.
15227
15228 * gdb.stabs/*.mt; Deleted, no longer used.
15229 * gdb.stabs/configure.in: Remove references to target makefile
15230 frags.
15231 * gdb.stabs/configure: Rebuilt.
15232
15233 * gdb.disasm/*.mt: Deleted, no longer used.
15234 * gdb.disasm/configure.in: Remove references to target makefile
15235 frags. Use "sh3.s" as the unique filename for this directory.
15236 * gdb.disasm/configure: Rebuilt.
15237
15238 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
15239 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
15240 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
15241
15242Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
15243
15244 * config/udi.exp: Use mondfe,name instead of remote_host.
15245
15246Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
15247
15248 * gdb.base/watchpoint.exp: Don't expect a failure when calling
15249 a function with a watchpoint enabled on the mn10200.
15250
15251 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
15252 before trying to create it!
15253
15254Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
15255
15256 * config/vx.exp: Use hostname instead of netport.
15257
15258 * config/vxworks.exp: New file.
15259
15260 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
15261
15262 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
15263 gdb before assuming everything worked. Send a ^C if a timeout
15264 occurs.
15265
15266 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
15267 $gdb_spawn_id directly.
15268 (gdb_run_cmd): Try _start as well as start. Use the target feature
15269 gdb,start_symbol as the symbol to start from when jumping.
15270
15271Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
15272
15273 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
15274 redundant) test.
15275
15276 * gdb.base/recurse.exp: Relax final value test for 'b' so that
15277 it doesn't lose for 16bit integer systems.
15278
15279Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
15280
15281 * gdb.fortran/types.exp: If the target doesn't support "double"
15282 data types, then expect "real" types to only be 4 bytes.
15283
15284 * gdb.c++/virtfunc.exp: Expect failure for virtual function
15285 call tests if the target doesn't support inferior function calls.
15286
15287 * gdb.base/printcmds.exp: Allow minor deviation in FP values
15288 in printf tests.
15289
15290Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
15291
15292 * gdb.base/help.exp: Disable "help set", "help show", and
15293 "help support". Simplify regexp for "help stack".
15294
15295 * gdb.base/default.exp: Set match_max to 5000 and the timeout
15296 to 60 seconds. Temporarily set match_max to 15000 around the
15297 "info copying" test.
15298
15299 * gdb.base/nodebug.exp: Don't try to do an inferior function
15300 call if the target doesn't support them.
15301 * gdb.base/printcmds.exp: Likewise.
15302 * gdb.base/setvar.exp: Likewise.
15303 * gdb.base/structs.exp: Likewise.
15304 * gdb.c++/templates.exp: Likewise.
15305 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
15306
15307 * gdb.base/recurse.exp: Enable for the mn10200.
15308
15309 * configure.in: Do configure gdb.stabs directory for *-*-elf
15310 targets.
15311 * configure: Rebuilt.
15312
15313 * gdb.base/break.exp: Check for gdb,noresults before testing
15314 exit status and/or results from the target.
15315 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
15316 * lib/gdb.exp: Remove old (now bogus) initialization of
15317 noinferior, noargs, noresults and nosignals.
15318
15319Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
15320
15321 * config/sh.exp: New file.
15322
15323 * config/slite.exp: Try to connect multiple times to the board
15324 before rebooting. Only send a "monitor run" if need_monitor_run
15325 is set.
15326
15327 * gdb.base/break.exp: Don't do the "stub continue" test if
15328 the target has gdb_stub set.
15329
15330 * gdb.base/callfuncs.exp: Increase the timeout.
15331
15332 * gdb.base/interrupt.exp: Don't even try to compile the testcase
15333 if the target has gdb,noinferiorio set.
15334
15335 * gdb.base/list.exp: Increase match_max to 10000 characters.
15336
15337 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
15338
15339 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
15340 target.
15341
15342 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
15343
15344Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
15345
15346 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
15347 trying to delete the copy of gdb. Catch the file delete so we
15348 don't die if the delete fails; also, the file should be copied to
15349 the host, not to the build.
15350
15351Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
15352
15353 * lib/gdb.exp(gdb_test): Surround the result pattern with
15354 parenthesis in case it contains multiple regexps separated
15355 with |.
15356
15357 * gdb.base/watchpoint.exp: Use gdb_test.
15358 * gdb.base/default.exp: Ditto.
15359
15360Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
15361
99707966 15362 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 15363
c906108c
SS
15364 * gdb.base/scope.exp: Use gdb_test.
15365 * gdb.c++/classes.exp: Ditto.
15366 * gdb.c++/inherit.exp: Ditto.
15367
15368Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
15369
15370 * gdb.base/crossload.exp: Don't use execute_anywhere, use
15371 remote_exec instead.
15372 * gdb.base/corefile.exp: Don't be ridiculous.
15373 * gdb.base/*.c: Add missing stub invocations.
15374
15375Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
15376
15377 * config/slite.exp: Miscellaneous fixes.
15378
15379 * lib/gdb.exp: Fix runto.
15380
15381 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
15382 the target.
15383
15384 * gdb.base/watchpoint.exp: Fix regexp.
15385
15386 * lib/gdb.exp(default_gdb_exit): Add a catch to the
15387 close and wait commands, as the descriptor may now be
15388 invalid. Always call "remote_close host".
15389
15390Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15391
15392 Major rewrite for testsuite revision.
d63a86f8 15393
c906108c
SS
15394 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15395 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15396 instead of relying on spawn_id to always contain a valid
15397 spawn id.
15398 (get_compiler_info): New procedure to build the ${binfile}.ci
15399 file, instead of replicating this in N different places.
15400 (gdb_compile): New procedure.
d63a86f8 15401
c906108c
SS
15402 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15403 appropriate arguments) instead of compile. Use gdb_test in a lot
15404 more places. Use send_gdb instead of send. Always run gdb_start
15405 at the start of a testcase, as this is no longer done magically.
15406
15407 config/*-gdb.exp: Rename without the -gdb suffix.
15408
15409 config/mips.exp: Use remote_close instead of exit_remote_shell.
15410 config/monitor.exp: Use target_info instead of looking at
15411 baud, timeout, etc.
15412 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15413
15414Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15415
15416 * gdb.c++/templates.exp (test_ptype_of_templates),
15417 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15418 Update expect patterns for destructors and assignment operators
15419 to match corresponding c-typeprint.c changes.
15420 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15421 to destructor breakpoint test, GDB should be able to set the
15422 destructor breakpoint without specifying arguments.
15423
15424Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15425
15426 * gdb.threads/pthreads.exp: Change result for failure to compile due
15427 to lack of pthreads runtime support from an error to simply an
15428 unsupported test, per dejagnu standards.
15429
15430Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15431
15432 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15433 where GDB exits to reduce pattern match time.
15434 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15435
15436 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15437
dc96c6c7 15438Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15439
15440 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15441 * gdb.base/default.exp: ditto.
15442 * gdb.base/nodebug.exp: ditto.
15443 * gdb.base/printcmds.exp: ditto.
15444 * gdb.base/ptype.exp: ditto.
15445 * gdb.base/setvar.exp: ditto.
15446 * gdb.base/structs.exp: ditto.
15447 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15448
15449Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15450
15451 * configure, */configure: Rebuild with autoconf 2.12.
15452
15453Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15454
15455 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15456 use new i*86-pc-linux*-gnu quads.
15457 * gdb.base/corefile.exp: Ditto.
15458 * gdb.base/signals.exp: Ditto.
15459 * gdb.base/sigall.exp: Ditto.
15460 * gdb.base/interrupt.exp: Ditto.
15461
15462 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15463 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15464 RedHat 4.0.
d63a86f8 15465
c906108c
SS
15466 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15467 linux. This allows the test case to at least compile on latest
15468 linux, but still not run due to missing the threads runtime library.
15469
15470Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15471
15472 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15473 directory to search gdb directory. Accept and step over conditional
15474 stack alignment code. Consume $prompt in failure cases.
15475 Reset timeout to $oldtimeout instead of some arbitrary value.
15476 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15477 timeout problems with infinite stack backtraces.
15478 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15479 Accept function parameters for linkfunc member.
15480
15481Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15482
15483 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15484 (CXXFLAGS): Remove, unreferenced.
15485 (B_OPTIONS): Add for -B options and add code to initialize with
15486 previous -B options and also add -B option to pick up cross compiled
15487 runtime.
15488 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15489 doing cross compiles.
15490 (target_alias): Declare global.
15491 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15492 to verify that gcc exists in build tree, and if so set CC to that
15493 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 15494
c906108c
SS
15495Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15496
15497 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15498 ptype test for anonymous union. Fixup testcase to match
15499 current gcc debug output.
15500
15501Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15502
15503 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15504 force argument to an unsigned long type.
15505
15506Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15507
15508 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15509 tests and anonymous union print/ptype tests.
15510 * gdb.base/list.exp (test_forward-search): Increase timeout by
15511 5 minutes for the "search extremely long line" case.
15512 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15513 completely optional and that the pass/fail messages use the command as
15514 the message if that third arg is a null string.
15515 (gdb_test_exact): Arrange that a null string pattern means match a
15516 null string output rather than any output, which might include random
15517 errors.
15518 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15519 backtrace test.
15520 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15521 always failing and failure is now exposed by gdb.exp changes.
15522
15523Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15524
15525 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15526 weren't being noted.
15527
15528Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15529
15530 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15531 * gdb.stabs/weird.exp: Remove v_comb xfails.
15532
dc96c6c7 15533Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15534
15535 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 15536 list.exp scope.exp watchpoint.exp]
c906108c 15537 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 15538
dc96c6c7 15539Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15540
15541 * config/monitor.exp: Increase download timeout to 1000 seconds.
15542
dc96c6c7 15543Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15544
15545 * config/m32r.exp: Increase timeout to 120 seconds.
15546
15547Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15548
15549 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15550 and accept older ordering as obsolescent gcc or gdb.
15551 * gdb.c++/templates.exp: Ditto.
15552 * gdb.c++/virtfunc.exp: Ditto.
15553
15554Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15555
15556 * gdb.base/coremaker.c: Add code to mmap some data so we
15557 can check that it ends up in the core file.
15558 * gdb.base/corefile.exp: Add test to read mmapped data
15559 from core file.
15560
dc96c6c7 15561Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15562
15563 * config/m32r.exp: New file.
15564
15565Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15566
15567 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15568 that cflags can contains -gstabs, and work correctly for other tests.
15569
dc96c6c7 15570Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15571
15572 * gdb.base/setshow.exp: New file, tests show and set.
15573 * gdb.base/setshow.c: New file, tests show and set.
15574 * gdb.base/help.exp: Add test for help set|show annotate.
15575 * gdb.base/default.exp: Add test for set|show annotate.
15576
15577Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15578
15579 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15580 errors unique.
15581 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15582 explicitly.
15583
15584Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15585
15586 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15587 and width commands. This is done elsewhere.
15588 * (gdb_start): Don't call gdb_start_sim here. That's already
15589 done in gdb_load. This fixes lots of failures in default.exp.
15590
15591Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15592
15593 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15594 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15595 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15596 in the same we we treat other failures (since it may be an expected
15597 condition), rather than as an error.
15598 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15599 old test format.
15600
15601Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15602
15603 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15604 (distclean maintainer-clean realclean): No need to remove files
15605 twice. Nuke the duplicates.
15606 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15607 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15608 Remove config.h along with other config files.
15609
15610Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15611
15612 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15613 "p func1 ()" and note that rests of tests are skipped.
15614 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15615 setup_xfails for "print func2::coremaker_local".
15616 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15617 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15618 affected by the previous run test.
15619 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15620 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15621 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15622 "pass int powerset tuple" and "pass modeless int powerset tuple".
15623 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15624 "real write 4" and "real write 8".
15625 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15626 setup_xfails for "print vs1 after tuple assign 2",
15627 "print \$i after tuple assign 2", and
15628 "print vs2 after tuple assign 2".
15629 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15630 meaningful error message and return -1 so the caller can
15631 suppress further tests and avoid a cascade of errors.
d63a86f8 15632
c906108c
SS
15633Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15634
15635 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15636 format for printing version.
15637 * gdb.base/default.exp: Ditto.
15638 * gdb.base/interrupt.exp: Fix problem with cascade of
15639 errors if child process dies while calling a function.
d63a86f8 15640
c906108c
SS
15641Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15642
15643 * Makefile.in (VPATH): Add
15644 * Makefile.in (Makefile, config.status): Fix rules so things get
15645 remade when necessary.
15646
15647Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15648
15649 * Makefile.in (just-check): Add path to sibling expect dir
15650 to environment variable specified by RPATH_ENVVAR.
15651
15652Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15653
15654 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15655 (just-check): Add shared library paths for libstdc++, tk,
15656 tcl, bfd, and opcodes to the environment variable specified
15657 in RPATH_ENVVAR.
15658 * configure.in: Add support to recognize --enable-shared flag
15659 and generate correct value for RPATH_ENVVAR.
15660 * configure: Regenerated with autoconf.
15661
15662Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15663
15664 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15665 include all osf versions.
15666 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15667 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15668 when target is linux. When failing to build pthreads test
15669 executable, give more meaningful message.
15670 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15671 arg for pthread_create.
d63a86f8 15672
c906108c
SS
15673Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15674
15675 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15676 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15677 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15678 and -lpthreads (everybody else).
15679 (test_startup): Fail gracefully if threads are not supported.
15680 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15681 "p/c array_index("abcdef",2)" when not gcc compiled.
15682 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15683 "print func2::coremaker_local" when not gcc compiled.
15684 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15685 "ptype on opaque struct tagname (statically)",
15686 "ptype on opaque struct tagname (dynamically) 1", and
15687 "ptype on opaque struct tagname (dynamically) 2"
15688 for not compiled with gcc.
15689 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15690 backtrace when compiled with gcc.
d63a86f8 15691 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15692 than always return success.
15693
15694Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15695
15696 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15697
15698Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15699
15700 * gdb.base/structs.exp: Undo last change.
15701
15702Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15703
15704 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15705 encapsulate all the steps/nexts done during self test, starting
15706 at main, and makes them less sensitive to optimization issues.
15707 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15708 signal handler" test.
15709 * gdb.threads/pthreads.exp: Only run this for native configs.
15710 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15711 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15712 tests.
15713 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15714 for "runto test_calls(void)" test.
d63a86f8 15715
c906108c
SS
15716Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15717
15718 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15719 and don't expect address info in breakpoint confirmations.
15720
15721Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15722
15723 * gdb.base/list.exp (test_forward_search): Increase timeout
15724 temporarily by 60 seconds for searching extremely long line,
15725 and then reset to old value when done. Increase expect input
15726 buffer to 10000.
15727
15728Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15729
15730 * gdb.base/list.exp (test_forward_search): Fix to handle very
15731 long source line without overflowing expect's input buffer.
15732
15733Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15734
15735 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15736 "buffer_full".
15737
15738 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15739 "buffer_full".
15740
15741 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15742 "buffer_full".
15743
15744 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15745 "buffer_full".
15746
15747Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15748
15749 * configure.in (configdirs): Add gdb.threads.
15750 * configure: Regenerated with autoconf.
15751 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15752 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15753 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 15754
c906108c
SS
15755Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15756
15757 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15758
15759Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15760
15761 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15762 each signal's status in the output of "handle all print".
15763 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15764 the \r\n sequence that immediately precedes the gdb prompt.
15765 * gdb.base/a1-selftest.exp: Save original timeout and restore
15766 after test.
15767
15768Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15769
15770 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15771 symbol.
15772
15773Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15774
15775 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15776
15777Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15778
15779 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15780 timeout by 60 seconds.
15781
15782Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15783
15784 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15785 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15786 error return.
15787
15788Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15789
15790 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15791 gdb initialization, also report how long dejagnu waited. Restore
15792 old timeout before doing error return. Temporarily increase timeout
15793 by 3 minutes to allow for slow startups over heavy NFS use.
15794
15795Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15796
15797 * lib/gdb.exp: Report timeout value for verbosity level 2.
15798 * config/gdbserver.exp: Ditto.
15799 * config/hppro.exp: Ditto.
15800 * config/mips-gdb.exp: Ditto.
15801 * config/monitor.exp: Ditto.
15802 * config/netware.exp: Ditto.
15803 * config/sim-gdb.exp: Ditto.
15804 * config/slite-gdb.exp: Ditto.
15805 * config/udi-gdb.exp: Ditto.
15806 * config/unix-gdb.exp: Ditto.
15807 * config/vx-gdb.exp: Ditto.
15808 * gdb.base/a1-selftest.exp: Ditto.
15809 * gdb.base/a2-run.exp: Ditto.
15810 * gdb.base/break.exp: Ditto.
15811 * gdb.base/corefile.exp: Ditto.
15812 * gdb.base/list.exp: Ditto.
15813 * gdb.base/recurse.exp: Ditto.
15814 * gdb.base/scope.exp: Ditto.
15815 * gdb.base/signals.exp: Ditto.
15816
15817Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15818
15819 * gdb.threads/Makefile.in (docdir): Removed.
15820
15821Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15822
15823 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 15824 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 15825 @srcdir@.
d63a86f8 15826 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
15827 autoconf 2.5 or higher.
15828 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15829
15830Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15831
15832 * configure: Regenerated.
15833 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15834 avoid name clashes with SunOS headers.
15835
15836Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15837
15838 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15839
15840Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15841
15842 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15843 prototype information ends up in the compiler info file.
15844
15845Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15846
15847 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15848 attempting to regenerate it. Eliminate use of a temporary file
15849 and just generate the info file directly. Source it immediately,
15850 for consistency of use.
15851 * gdb.base/corefile.exp: Ditto
15852 * gdb.base/exprs.exp: Ditto.
15853 * gdb.base/funcargs.exp: Ditto.
15854 * gdb.base/langs.exp: Ditto.
15855 * gdb.base/list.exp: Ditto.
15856 * gdb.base/mips_pro.exp: Ditto.
15857 * gdb.base/nodebug.exp: Ditto.
15858 * gdb.base/opaque.exp: Ditto.
15859 * gdb.base/ptype.exp: Ditto.
15860 * gdb.base/scope.exp: Ditto.
15861 * gdb.base/setvar.exp: Ditto.
15862 * gdb.base/signals.exp: Ditto.
15863 * gdb.base/whatis.exp: Ditto.
15864 * gdb.c++/templates.exp: Ditto.
15865 * gdb.c++/virtfunc.exp: Ditto.
15866 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15867 whether or not to add -lstdc++ to the compile command line args.
15868
15869Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15870
15871 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
15872 it got fixed by the recent lookup_minimal_symbol_by_pc change.
15873 Increase timeout, a lot of single stepping might be needed if the
15874 target has no hardware watchpoints.
15875
15876Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
15877
15878 * gdb.base/break.exp: Ignore compiler warnings when compiling
15879 break.c.
15880 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
15881 * gdb.base/default.exp: Add h8300 xfails. Handle messages
15882 from remote-sim.
15883 * gdb.base/exprs.exp: Add h8300 xfails.
15884 * gdb.base/funcargs.exp: Likewise.
15885 * gdb.base/nodebug.exp: Likewise.
15886 * gdb.base/printcmds.exp: Likewise.
15887 * gdb.base/ptype.exp: Likewise.
15888 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
15889 h8300 xfails.
d63a86f8 15890 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
15891 on the h8300.
15892 * gdb.base/funcargs.c: Explicitly make last constant argument to
15893 call_after_alloca_subr an unsigned long type.
15894 * gdb.base/return.c: Include stdio.h.
15895
15896Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15897
15898 * config/abug.exp: New file for the older Motorola Bug monitor
15899 that runs on the mvme13x series VME boards.
15900 * config/monitor.exp: Use the new config array for target settings
15901 if they exist.
15902
15903Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
15904
15905 * sim-gdb.exp: Make the SH simulator allocate less space when
15906 it is targeted.
15907
15908Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
15909
15910 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
15911 test.
15912
15913Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
15914
15915 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
15916 "rs6000-*-*" for "list function in include file" when gcc compiled.
15917 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
15918 for "p ctable1[120]".
15919 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
15920 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
15921 Remove setup_xfail for "rs6000-*-*" for
15922 "print 'scope0.c'::filelocal before run".
15923 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
15924 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
15925 since some compilers don't allow both options to be given
15926 on the same command line. Create object file and move it.
d63a86f8 15927
c906108c
SS
15928Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
15929
15930 * gdb.base/corefile.exp: Always regenerate the core file, since
15931 we always regenerate the coremaker program. Detect special case
15932 where registers cannot be read from core file.
d63a86f8 15933
c906108c
SS
15934Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
15935
15936 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
15937 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
15938 * gdb.c++/templates.exp: Only match on basename of file since
15939 some formats like xcoff don't encode directory information.
15940 * gdb.stabs/weird.exp: Use the right sed script for powerpc
15941 and rs6000 AIX xcoff targets.
15942 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
15943 * configure: Regenerate.
15944 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
15945 here, rather than in distclean.
d63a86f8 15946
c906108c
SS
15947Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
15948
15949 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
15950 defined, and use it to compile the test case with -O2. The
15951 native compilation still uses no optimization.
15952 * gdb.base/mips_pro.c: Remove inline assembly code since
15953 it is compiled PIC by default, which results in assembler
15954 warnings that make the testsuite think the compilation
15955 was unsuccessful.
15956
15957Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
15958
15959 * gdb.c++/misc.exp: Add note to message for
15960 "print s.a for foo struct" that this is a known gcc 2.7.2
15961 and earlier bug.
15962
15963Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
15964
15965 * gdb.base/break.exp: Fix pattern for matching "Delete all
15966 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
15967 setup_xfail for deleting all breakpoints test. Fix various
15968 timeout messages to include "(timeout)".
15969 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
15970 for "p t_float_values2(3.14159,float_val2)".
15971 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
15972 for "continue to call2g" when gcc compiled.
15973 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
15974 "up to foo in langs.exp", "show language at foo in langs.exp",
15975 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
15976 and "show language at fsub in langs.exp".
15977 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
15978 "list line 1 in include file", "list message for lines past EOF",
15979 "list function in include file", "list list0.h:foo", and
15980 "list filename:function; nonexistant function".
15981 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
15982 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
15983 and "ptype t_char_array" to be for native cc only.
d63a86f8 15984
c906108c
SS
15985Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
15986
d63a86f8 15987 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
15988 setup_xfail for "print coremaker_bss", "print coremaker_ro",
15989 "print func2::coremaker_local", and "backtrace in corefile.exp".
15990
15991Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
15992
15993 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
15994 "bt in signals.exp". This problem only appears when running
15995 the testsuite, and then only intermittently.
15996
15997Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15998
15999 * gdb.base/return.exp (return_tests): Differentiate between
16000 two tests of continuing.
16001
16002Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16003
16004 * */Makefile.in (maintainer-clean): Remove config.log.
16005 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
16006 * gdb.c++/Makefile.in (PROGS): Add inherit.
16007 (clean): Remove *.ci.
16008
16009Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
16010
16011 * gdb.c++/misc.cc: Add test code from Mike Stump.
16012 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
16013
16014Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
16015
16016 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
16017 to "alpha-*-osf2*" and add comment.
16018 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
16019 setup_xfail for "step over execarg initialization" and
16020 "step over corearg initialization".
16021 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
16022 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
16023 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
16024 gcc compiled for "print coremaker_bss", "print coremaker_ro",
16025 "print func2::coremaker_local", and "backtrace in corefile.exp".
16026 * gdb.base/signals.exp: Build and source signals.ci.
16027 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
16028 to be for gcc only.
16029 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 16030
c906108c
SS
16031Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16032
16033 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
16034 Feb 3 procfs.c change.
16035
16036Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
16037
16038 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
16039
16040Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
16041
16042 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
16043 from dejagnu's apparent default of 10 seconds, which gives random
16044 results when running the tests over NFS on moderately loaded systems.
16045 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
16046
16047Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
16048
16049 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
16050 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
16051 result reports.
16052
16053Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
16054
16055 * configure.in (CY_AC_PATH_TCLH): Remove.
16056 * configure: Regenerate.
16057
16058Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
16059
16060 * gdb.c++/Makefile.in (clean): Add missing '{'.
16061
16062Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
16063
16064 * lib/gdb.exp: Provide a default value for noinferior.
16065
16066 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
16067 Load libgloss.exp.
16068
16069Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
16070
16071 * gdb.disasm/hppa.exp: Compile directly into an executable, use
16072 the executable, not the .o to run the tests from.
16073
16074Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
16075
16076 * gdb.base/break.exp: Don't test for program exit or exit status
16077 if $noresults if nonzero.
16078 * gdb.base/langs.exp: Likewise.
16079 * gdb.base/watchpoint.exp: Likewise.
16080
16081 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
16082 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
16083 trying to compile the testcase.
16084
16085Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
16086
16087 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
16088 * gdb.base/signals.exp (continue to handler): Likewise.
16089
16090Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
16091
16092 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
16093
16094 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
16095
16096Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
16097
16098 * gdb.base/corefile.exp: Recognize "not found" as failure
16099 when trying to determine if a core file was generated.
16100 If no core file was generate the first time, try again without
16101 the ulimit -c to work around braindamaged shells.
16102
16103Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
16104
16105 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
16106 [] tests with "test" and enclose string in quotes.
16107 * gdb.stabs/configure: Rebuild
d63a86f8 16108
c906108c
SS
16109Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
16110
16111 Changes in sync with expect:
16112 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
16113 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
16114 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
16115 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
16116 argument to AC_REQUIRE.
16117 * configure: Regenerated.
16118
16119Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
16120
16121 * gdb.base/corefile.exp: When generating a core, discard any
16122 error messages about ulimit not found and the "core dumped"
16123 message from the shell that runs the coredumper.
16124
16125Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
16126
16127 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
16128
16129 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
16130 which sed script to run. Expect failure for v_comb test
16131 on PA targets too.
d63a86f8 16132
c906108c
SS
16133Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
16134
16135 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
16136 "print func2::coremaker_local" and for "backtrace in corefile.exp"
16137
16138Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
16139
16140 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
16141 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
16142 "sparc-sun-solaris*" xfails for "p v_comb".
16143 * lib/gdb.exp (default_gdb_start): Fix typo.
16144 * gdb.base/corefile.exp: Allow "Core was generated by ..."
16145 messages to not include the full program name that caused
16146 the core dump since some systems (such as solaris) apparently
16147 truncate this path to about 80 characters.
16148 When generating a core file first try increasing the core file
16149 size limit to unlimited since some systems may default it to
16150 zero, and it is harmless to try it. Move the test for failing
16151 to generate a core file to where it will actually get executed.
16152 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
16153 new gdb result from g++ debug info improvements and make old
16154 pattern obsolescent. Also account for size_t differences
16155 (may be int or long).
16156 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
16157 initialization before function call is placed in the delay slot
16158 and thus appears to be skipped over by commands such as "next".
16159
16160Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16161
16162 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
16163
16164Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
16165
16166 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
16167 input source file; fix code to compile test to deal with this
16168 convention.
16169 * gdb.c++/*.exp: Likewise.
16170
16171Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
16172
16173 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
16174 "bt in signals.exp".
16175
16176Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
16177
16178 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
16179 "step over execarg initialization" and
16180 "step over corearg initialization".
16181
16182Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
16183
16184 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
16185 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
16186
16187Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
16188
16189 From Rob Savoye (rob@poseidon.cygnus.com)
16190 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
16191 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
16192 configure.in}, gdb.disasm/{Makefile.in, configure.in},
16193 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
16194 configure.in}: Major reworking for autoconfig.
16195 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
16196 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
16197 New files.
16198 * config/unix-gdb.exp: Make GDB global.
16199 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
16200 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
16201 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
16202 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
16203 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
16204 term.exp, twice.exp, watchpoint.exp, whatis.exp},
16205 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
16206 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
16207 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
16208 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
16209 pr-8136.exp, result.exp, string.exp, tuples.exp},
16210 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
16211 to returns as necessary, arrange for test to compile own testcase
16212 executable.
16213 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 16214
c906108c
SS
16215Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
16216
16217 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
16218 clear_xfail at end of test which might not call either pass or fail.
16219 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
16220 "backtrace through signal handler".
16221
16222Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16223
16224 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
16225 continuing from a job control stop signal.
16226 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
16227
16228Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
16229
16230 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
16231 * gdb.base/corefile.exp: Likewise.
16232 * gdb.base/funcargs.exp: Likewise.
16233
16234Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
16235
16236 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
16237 * config/monitor.exp: Add support for setting baud rate.
16238
16239Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
16240
16241 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
16242 i*86-*-linux* xfails for "backtrace through signal handler".
16243 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
16244 "print func2::coremaker_local".
16245 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
16246 alpha-dec-osf2* xfail for
16247 "delete all breakpoints when none".
16248
16249Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
16250
16251 * gdb.base/break.exp: Change test that deletes all breakpoints
16252 when no user breakpoints are installed. A post 4.15 change
16253 causes gdb to no longer prompt in this case.
16254
16255Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
16256
16257 * gdb.base/return.exp (return_tests): Change xfail for test
16258 "correct value returned double test" to stop xfailing at
16259 Solaris 2.5. Apparently the bug has been fixed.
16260
16261Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
16262
16263 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
16264 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
16265
16266Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
16267
16268 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
16269 * gdb.disasm/hppa.s: Corresponding changes.
16270
16271Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
16272
16273 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
16274 makefile fragment.
16275 * config/mt-hpux: Deleted.
16276
16277Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
16278
d63a86f8 16279 * Many files: When warning about suppressed tests due to a
c906108c
SS
16280 nonexistant test binary, avoid incrementing the warning count.
16281
16282Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
16283
16284 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 16285
c906108c
SS
16286Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16287
16288 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
16289 "sparc-*-solaris2*".
16290
16291Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16292
16293 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
16294 Add global and local variables and initialize them.
16295 * gdb.base/corefile.exp: Test correct mapping of corefile sections
16296 by printing variables. Remove rs6000 and powerpc xfails, BFD now
16297 extracts the file name and terminating signal from the core file.
16298 * TODO: Remove note about tests for correct mapping of corefile.
16299 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
16300 from optimizing it away.
16301 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
16302 handles common blocks.
16303
16304Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
16305
16306 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
16307 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
16308
16309Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
16310
16311 * Makefile.in (maintainer-clean): New target, synonym for
16312 realclean.
16313 * gdb.base/Makefile.in (maintainer-clean): Likewise.
16314 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
16315 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
16316 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
16317 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
16318 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
16319
16320Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
16321
16322 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
16323 xfails when not gcc compiled for "print foo::funclocal".
16324 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
16325 "print foo::funclocal at foo",
16326 "print 'scope1.c'::foo::funclocal at foo",
16327 "print foo::funclocal_bss at foo",
16328 "print 'scope1.c'::foo::funclocal_bss at foo",
16329 "print foo::funclocal_ro at foo",
16330 "print 'scope1.c'::foo::funclocal_ro at foo",
16331 "print bar::funclocal at foo" and
16332 "print 'scope1.c'::bar::funclocal at foo".
16333 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
16334 gcc compiled for "print foo::funclocal at bar".
16335 Expand all messages to ensure that they identify that
16336 the test is at bar().
16337 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
16338 gcc compiled for:
16339 "ptype on opaque struct pointer (statically)",
16340 "ptype on opaque struct tagname (statically)",
16341 "ptype on opaque struct pointer (dynamically) 1",
16342 "ptype on opaque struct tagname (dynamically) 1",
16343 "ptype on opaque struct pointer (dynamically) 2" and
16344 "ptype on opaque struct tagname (dynamically) 2
16345 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
16346 gcc compiled for:
16347 "p datalocal"
16348 "whatis datalocal",
16349 "ptype datalocal",
16350 "p bsslocal",
16351 "whatis bsslocal", and
16352 "ptype bsslocal".
16353 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
16354 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
16355 when not gcc compiled.
16356 * gdb.base/funcargs.exp (float_and_integral_args): Add
16357 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
16358 compiled.
16359 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
16360 "backtrace from call6a" when not gcc compiled.
16361 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
16362 "backtrace from call7a" when not gcc compiled.
16363 * gdb.base/callfuncs.exp (do_function_calls):
16364 Add "hppa*-*-hpux*" xfail when not gcc compiled for
16365 "p t_char_array_values(char_array_val2,char_array_val1)",
16366 "p t_char_array_values(char_array_val1,char_array_val2)",
16367 "p t_char_array_values("carray 1","carray 2")",
16368 "p t_char_array_values("carray 1",char_array_val2)",
16369 "p t_char_array_values(char_array_val1,"carray 2")",
16370 "p sum_args(1,{2})",
16371 "p sum_args(2,{2,3})",
16372 "p sum_args(3,{2,3,4})",
16373 "p sum_args(4,{2,3,4,5})"
16374 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
16375 "backtrace in corefile.exp" when not gcc compiled.
16376
16377Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16378
16379 * gdb.base/signals.exp: Rewrite `handle all print' test as
16380 a procedure. Accept blanks or TABs as whitespace, increase
16381 timeout and expect input buffer size for the large output
16382 from the command. Remove "i*86-*-bsdi2.0" xfail.
16383
16384Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16385
16386 * gdb.base/setvar.exp: Add new testcases for truncation when
16387 assigning invalid values to bitfields.
16388
16389Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
16390
d63a86f8 16391 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
16392 mips-sgi-irix* xfail for
16393 "call inferior func with struct - returns char *"
16394 and fix test so that an optional (unsigned char *) cast is
16395 accepted in the result.
16396
16397Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16398
16399 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16400 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16401 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16402 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16403 that accidentally got checked in.
16404
16405Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16406
d63a86f8 16407 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
16408 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16409 compiled test.
16410 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16411 Add mips-sgi-irix5* xfail for not gcc compiled.
16412 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16413 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16414 "p top", "whatis top", "p middle", and "whatis middle".
16415 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16416 "whatis signed char" for not gcc compiled.
16417 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16418 "set variable signed char=-1 (-1)" and
16419 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16420 * gdb.base/funcargs.exp (float_and_integral_args):
16421 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16422 Add mips-sgi-irix* xfail when not gcc compiled for
16423 "continue to call2b".
16424 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16425 "continue to call2g".
16426 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16427 "backtrace from call6a"
16428 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16429 "backtrace from call7k".
16430 Add mips-sgi-irix5* xfail when not gcc compiled for
16431 "backtrace from call7a".
16432 (localvars_after_alloca): Fix gdb_test cmds for
16433 "print * after runto ...".
16434 Remove rs6000-*-* xfails for
16435 "print i after runto localvars_after_alloca" and
16436 "print l after runto localvars_after_alloca"
16437 for all compilers.
16438 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16439 when not compiled with gcc, for:
16440 "print signed char == (minus)",
16441 "print signed char != (minus)",
16442 "print signed char < (minus)",
16443 "print signed char > (minus)".
16444 * gdb.base/callfuncs.exp (do_function_calls):
16445 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16446 "call inferior func with struct - returns char *".
d63a86f8 16447 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
16448 "correct value returned double test" to include Solaris 2.4.
16449 * gdb.base/funcargs.exp (float_and_integral_args):
16450 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 16451
c906108c
SS
16452Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16453
16454 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16455 enumeration bitfields if compiling with GNU C.
16456 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16457 to empty' prompt.
16458
16459Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16460
16461 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16462 test for PRO targets.
16463
16464 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16465 breakpoints in the inferior at any given time by making
16466 two groups of breakpoints for call2*, call6* and call7*
16467 tests.
16468
16469Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16470
16471 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16472 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16473 from optimizing it away.
16474 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16475 "call inferior func with struct".
16476
16477Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16478
16479 * configure.in: Only configure gdb.chill for particular targets.
16480
16481Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16482
16483 * gdb.base/Makefile.in: Add action to .c.o transformation
16484 rule that generates a .ci file for each .o file and remove
16485 explicit .c.o rules except for callfuncs.o.
16486 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16487 generates a .ci file for each .o file and remove explicit
16488 .cc.o rules.
16489 (clean): Remove *.tmp *.ci files.
16490 (EXECUTABLES): Remove templ-info.exp.
16491 * gdb.base/compiler.c: New file.
16492 * gdb.c++/compiler.cc: New file
16493 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16494 Change rs6000-*-* xfail for
16495 "print 'scope0.c'::filelocal_ro" and
16496 "print 'scope1.c'::filelocal" and
16497 "print 'scope1.c'::filelocal_bss" and
16498 "print 'scope1.c'::filelocal_ro" and
16499 "print 'scope1.c'::foo::funclocal" and
16500 "print 'scope1.c'::foo::funclocal_ro" and
16501 "print 'scope1.c'::bar::funclocal" and
16502 "print 'scope0.c'::filelocal_ro" and
16503 "print 'scope1.c'::filelocal at foo" and
16504 "print 'scope1.c'::filelocal_bss at foo" and
16505 "print 'scope1.c'::filelocal_ro at foo" and
16506 "print 'scope1.c'::foo::funclocal at foo" and
16507 "print 'scope1.c'::foo::funclocal_bss at foo" and
16508 "print 'scope1.c'::foo::funclocal_ro at foo" and
16509 "print 'scope1.c'::bar::funclocal at foo" and
16510 "print 'scope0.c'::filelocal_ro" and
16511 "print 'scope1.c'::filelocal" and
16512 "print 'scope1.c'::filelocal_bss" and
16513 "print 'scope1.c'::filelocal_ro" and
16514 "print 'scope1.c'::foo::funclocal" and
16515 "print 'scope1.c'::foo::funclocal_bss" and
16516 "print 'scope1.c'::foo::funclocal_ro" and
16517 "print 'scope1.c'::bar::funclocal" and
16518 "print 'scope1.c'::bar::funclocal_bss"
16519 to only be xfail'd when not compiled with gcc.
d63a86f8 16520 Add rs6000-*-* xfail for
c906108c
SS
16521 "print 'scope0.c'::filelocal_bss before run"
16522 when compiled with gcc.
16523 (test_at_main): Add rs6000-*-* xfail for
16524 "print filelocal_ro in test_at_main"
16525 when compiled with gcc.
16526 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 16527 Add rs6000-*-aix* xfail for
c906108c
SS
16528 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16529 "ptype t_char_array", not compiled with gcc.
16530 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16531 xfail for "list foo (in include file)" when gcc compiled.
16532 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16533 (integral_args): Add rs6000-*-* xfail for
16534 "run to call0a" if not compiled with gcc.
16535 (unsigned_integral_args): Add rs6000-*-* xfail for
16536 "run to call1a" if not compiled with gcc.
16537 (float_and_integral_args): Add rs6000-*-* xfail for
16538 "run to call2a" if not compiled with gcc and for
16539 "continue to call2b" for any compiler.
16540 Add rs6000-*-* xfail to
16541 "print f1 after run to call2a" for gcc compiled.
16542 (discard_and_shuffle): Add rs6000-*-* xfail for
16543 "run to call6a".
16544 (shuffle_round_robin): Add rs6000-*-* xfail for
16545 "backtrace from call7a" if not compiled with gcc.
16546 Add rs6000-*-* xfail for
16547 "backtrace from call7b" if compiled with gcc.
16548 (call_after_alloca): Add rs6000-*-* xfail for
16549 "print c in call_after_alloca" and
16550 "print s in call_after_alloca" and
16551 "backtrace from call_after_alloca_subr"
16552 if not compiled with gcc.
16553 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16554 "print c in localvars_in_indirect_call" and
16555 "print c in localvars_in_indirect_call" and
16556 "backtrace in indirectly called function" and
16557 "stepping into indirectly called function"
16558 if not compiled with gcc.
16559 (localvars_after_alloca): Add rs6000-*-* xfail for
16560 "print c after runto localvars_after_alloca" and
16561 "print s after runto localvars_after_alloca" and
16562 "print i after runto localvars_after_alloca" and
16563 "print l after runto localvars_after_alloca"
16564 for all compilers.
16565 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16566 than whatis-info.exp.
16567 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16568 than opaque-info.exp.
16569 Setup rs6000-*-* xfail for
d63a86f8 16570 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16571 "ptype on opaque struct pointer (dynamically)" when
16572 not compiled with gcc.
16573 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16574 rather than callf-info.exp.
16575 (do_function_calls): Add clear_xfail for rs6000-*-* for
16576 "p t_float_values2(3.14159,float_val2)". Seems to work
16577 fine there, both with xlc and gcc. Need to find out what
16578 it is doing right and fix other platforms.
16579 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16580 "call inferior func with struct - returns int",
16581 "call inferior func with struct - returns long",
16582 "call inferior func with struct - returns float",
16583 "call inferior func with struct - returns double",
16584 "call inferior func with struct - returns char *",
16585 but only if not gcc compiled (presumes xlc compiled).
16586 Change rs6000-*-* xfails for
16587 "call inferior func with struct - returns char" and
16588 " call inferior func with struct - returns short" to only
16589 xfail if not using gcc.
16590 (clean mostlyclean): Remove *.ci and *.tmp files.
16591 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16592 than templ-info.exp.
16593 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16594 Add rs6000-*-* xfail for "up to foo in langs.exp"
16595 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16596 when not gcc compiled.
d63a86f8 16597
c906108c
SS
16598Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16599
16600 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16601 * gdb.base/corefile.exp: Likewise.
16602 * gdb.base/list.exp: Likewise.
16603 * gdb.base/scope.exp: Likewise.
16604 * gdb.base/siganls.exp: Likewise.
16605
16606 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16607 compiler output.
16608 * gdb.base/whatis.exp: Likewise.
16609
16610Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16611
16612 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16613 failure (opcode table has been fixed to match reality).
16614
16615Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16616
16617 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16618 "call inferior func with struct - returns char",
16619 "call inferior func with struct - returns short"
16620
16621 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16622 "print 'scope0.c'::filelocal at main",
16623 "print 'scope0.c'::filelocal_bss in test_at_main",
16624 "print 'scope0.c'::filelocal at foo",
16625 "print 'scope0.c'::filelocal_bss in test_at_foo",
16626 "print 'scope0.c'::filelocal at bar",
16627 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16628
c906108c
SS
16629 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16630 in source file 1". This bug seems to have been fixed with both
16631 gcc and native cc (was native assembler bug?).
16632
16633Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16634
16635 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16636 "backtrace through signal handler" to "i*86-*-sysv4*".
16637 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16638 continue" case. Add "known SVR4 bug" to fail message.
16639 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16640 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16641 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16642 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16643 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16644 "up to foo in langs.exp", "show language at foo in
16645 langs.exp", "up to cppsub_ in langs.exp", "show
16646 language at cppsub_ in langs.exp", "up to fsub in
16647 langs.exp", and "show language at fsub in langs.exp".
16648 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16649 "bactrace in corefile.exp".
16650 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16651 "call inferior function with struct - returns float" and
16652 "call inferior function with struct - returns double".
d63a86f8 16653
c906108c
SS
16654Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16655
16656 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16657 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16658 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16659 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16660
16661Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16662
16663 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16664 (or overriden) "CHILL" macro rather then bare "gcc".
16665 Also look for ../../gcc/xgcc since that is what we will
16666 actually need, not "Makefile". Remove following assignment
16667 of CHILL to CHILL_FOR_TARGET because that results in
16668 recursive definition.
16669
16670Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16671
16672 * gdb.base/corefile.exp: Change xfail for backtrace in
16673 corefile.exp from linuxaout to all linux.
16674 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16675 cases where we miss the breakpoint at the signal handler
16676 for some reason. Setup xfail for linuxoldld/linuxaout and
16677 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16678 hitting SIGURG breakpoint.
16679 * gdb.base/signals.exp: Setup xfail for "next" acting like
16680 continue to add linuxoldld. Setup xfail for all linux for
16681 "next to handler in signals_tests_1", "backtrace in
16682 signals_tests_1", "continue to func1", "pass SIGUSR1",
16683 and continue to handler".
16684
16685Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16686
16687 * Update all FSF addresses except those in COPYING* files.
16688
16689Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16690
16691 * gdb.base/a2-run.exp: Change messages to be more explicit about
16692 the status of args, and quote binfile in results.
16693
16694Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16695
16696 * gdb.base/callfuncs.exp: Add tests for passing structs to
16697 inferior functions and return various types.
16698 * gdb.base/callfuncs.c: Add functions to receive a struct
16699 and return a member of the struct, in various types.
16700
16701Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16702
16703 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16704
16705Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16706
16707 * config/vxworks29k.exp: New file, sources vxworks.exp.
16708
16709Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16710
16711 * config/gdbremote.exp: New file. Testing framework using
16712 gdbserver.
16713
16714Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16715
16716 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16717 "call function when asleep" and "send end of file".
16718 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16719 for "backtrace in corefile.exp".
16720 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16721 for "backtrace through signal handler".
16722 * gdb.base/corefile.exp: Make sure we actually generate a core file
16723 before trying the core tests. Some systems allow the user to suppress
16724 generation of core files and default to that (linux for example).
16725 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16726 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16727
16728Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16729
16730 * gdb.threads: New directory with some crude multi-threaded
16731 gdb tests (step.exp and step2.exp).
16732 * config/mt-lynx (STEP_EXECUTABLE): Define.
16733 (THREADFLAGS): Define.
16734
16735Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16736
16737 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16738
16739 * gdb.base/signals.exp: Disable whole file for lynx until
16740 further notice.
16741
16742 * gdb.base/signals.exp: xfail test where "next" acts like
16743 "continue" for lynx.
16744
16745 * gdb.base/interrupt.exp: xfail test for calling function while
16746 inferior is asleep for lynx.
16747
16748 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16749 than one cr-lf after each command.
16750
16751Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16752
16753 * configure.in: Reinstate setting of stabsdirs variable, fix
16754 typo in setting up configdirs for native builds.
16755
16756 * gdb.base/return.exp: Fix typo in return double test.
16757 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16758 compiler from optimizing them away.
16759
16760Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16761
16762 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16763 sequences to be echo'd by gdb when using gdb_test.
16764 * gdb.chill/chexp.exp: Likewise.
16765 * gdb.fortran/exprs.exp: Likewise
16766
16767Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16768
16769 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16770 after the inferior gdb has started.
16771
16772 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16773 after each command.
16774 * gdb.base/funcargs.exp: Likewise.
16775 * gdb.base/gdbvars.exp: Likewise.
16776 * gdb.base/interrupt.exp: Likewise.
16777 * gdb.base/list.exp: Likewise.
16778 * gdb.base/watchpoint.exp: Likewise.
16779 * gdb.c++/demangle.exp: Likewise.
16780 * gdb.c++/inherit.exp: Likewise.
16781 * gdb.chill/chexp.exp: Likewise.
16782 * gdb.fortran/exprs.exp: Likewise.
16783
16784 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16785 test if we can't handle IO to/from the inferior.
16786
16787 * gdb.c++/misc.exp: Always check for a program already being
16788 started after sending a "run" command to gdb.
16789
16790 * gdb.base/twice.exp: Start with a fresh gdb.
16791
16792 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16793 only depend on gdb's expression code, not the chill runtime.
16794
16795 * gdb.base/return.c: Put return values into variables so we
16796 can have gdb print them rather than depending on the program
16797 to print them.
16798 * gdb.base/return.exp: Corresponding changes.
16799
16800 * lib/gdb.exp: Provide default value for noinferiorio.
16801 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16802 the inferior.
16803
16804 * gdb.base/break.exp: Always check for a program already being
16805 started after sending a "run" command to gdb.
16806 (text_next_with_recursion): Don't check the output from the
16807 program's printf statement. Instead just make sure the program
16808 exited.
16809
16810 * gdb.base/commands.exp: Protect tests which need arguments with
16811 $noargs conditionals.
16812
16813Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16814
16815 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16816 of structure member arrays to match gdb/valops.c:value_addr change.
16817
16818Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16819
16820 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16821 cases.
16822
16823Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16824
16825 * configure.in (configdirs): Remove gdb.chill from default list
16826 of subdirs and then add it back in only if doing a native build.
16827 The current chill compiler does not yet work in any cross build.
16828 * Revert all signal changes from Jul 6.
16829 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16830 for sh-hms targets, allowing these tests to link, with no other
16831 changes. Testing is suppressed by setting "nosignals" in site.exp.
16832
16833Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16834
16835 * configure.in (signaldirs): Define and add to configdirs for all
16836 targets except some specific ones that are known to not support signals.
16837 Also clean up formatting.
16838 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16839 (signals, sigall): Remove rules to build.
16840 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16841 Moved to new gdb.signals directory.
16842 * gdb.signals: New test directory.
16843 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16844 signals.c signals.exp}: New or moved files.
16845
16846Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16847
16848 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16849
16850Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16851
16852 * gdb.base/return.exp: Xfail `return double' test failure
16853 on at least Solaris 2.3 and handle future/past versions on
16854 a case by case basis as appropriate. Also update message
16855 to include i*86 failures.
16856
16857Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16858
16859 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16860
16861 * lib/gdb.exp: Fix comment which erroneously identified
16862 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16863 gdb_file_cmd not gdb_load).
16864 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16865
16866 * gdb.base/setvar.exp: Make test names consistent between pass and
16867 fail cases. Use gdb_test more.
16868
16869Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16870
16871 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
16872
16873Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16874
16875 * gdb.base/help.exp: Fix expected help string for `show commands'.
16876
16877Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
16878
16879 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
16880
16881 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
16882 of a text section.
16883
16884Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
16885
16886 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
16887 that loop eventually terminates. Fix Connection refused logic so
16888 that testsuite will expire nicely.
16889
16890Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
16891
16892 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
16893 config/rom68k.exp: New tcl glue for the appropriate monitors.
16894 These all just end up calling monitor.exp.
16895 * config/monitor.exp (gdb_target_monitor): Handle `Connection
16896 refused' by retrying. Cleanup some timeout issues.
16897 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
16898 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
16899 callers don't have to set/restore global timeout variable.
16900
16901 * The following set of changes centralizes management of the global
16902 timeout variable. This way, it can be set in one target dependent
16903 place instead of dozens of places scattered throughout the test suite.
16904 If you need to lengthen a timeout, then you should either set timeout
16905 in one of the config/{target}.exp files, or multiply it by a factor.
16906 Setting it to an absolute value is always going to lose for some
16907 targets.
16908 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
16909 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
16910 * gdb.base/funcargs.exp: Don't set timeout.
16911 * gdb.base/list.exp (test_forward_search): Only use local timeout.
16912 * gdb.base/printcmds.exp (test_print_string_constants
16913 test_print_array_constants): Don't set timeout.
16914 * gdb.base/ptype.exp: Don't set timeout.
16915 * gdb.base/recurse.exp: Don't set timeout.
16916 * gdb.base/return.exp: Don't set timeout.
16917 * gdb.base/watchpoint.exp: Don't set timeout.
16918 * gdb.c++/classes.exp (do_tests): Don't set timeout.
16919 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
16920
16921Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
16922
16923 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
16924
16925Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16926
16927 * lib/gdb.exp: Disable chill tests for irix5.
16928
16929Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16930
16931 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
16932 each test pass or fail.
16933
16934Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16935
16936 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
16937 xlc not gcc.
16938
16939Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
16940
16941 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
16942
16943Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
16944
16945 * config/est.exp: Fix copyright and comments. Remove dead code.
16946 Use targetname, serialport and baud variables instead of fixed
16947 constants.
16948 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
16949 * config/cpu32bug.exp: New file to support cpu32bug monitors.
16950
16951Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16952
16953 * gdb.base/watchpoint.exp: Don't run
16954 test_watchpoint_triggered_in_syscall for sunos.
16955
16956Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16957
16958 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
16959 they don't seem to exist. Do include stdio.h.
16960
16961Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16962
16963 * gdb.base/a1-selftest.exp: Add alpha xfail.
16964
16965Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16966
16967 * gdb.base/watchpoint.c (main): Prompt before calling read().
16968 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
16969 Revise accordingly. Remove cruft about sending "123" several
16970 times, until it gets noticed. Clean up the "print buf[0]" stuff
16971 so that it passes or fails, and waits for prompts in the usual way.
16972
16973Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16974
16975 * gdb.base/recurse.exp: Fix comment.
16976
16977 * TODO: Remove item about printing variables in nodebug.exp. Add
16978 item about enabling tests which are only run on some targets.
16979
16980 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
16981 fail, make test names unique, use new gdb_test convention
16982 regarding pattern, use gdb_test more, etc.).
16983
16984 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
16985 fail, make test names unique, etc.).
16986
16987Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16988
16989 * gdb.base/nodebug.c: Change return type of top and middle to
16990 short.
16991 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
16992 are fixed by the recent mdebugread.c changes. Allow `short ()'
16993 as type for top and middle.
16994
16995Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16996
16997 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
16998 nearly as I can tell, the whole thing was an accident in Stu's
16999 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
17000 to replace a send/expect pair with gdb_test, but ended up only
17001 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
17002 of 30 Mar 1995 took care of it, but left this vestigial comment
17003 which I am now nuking.
17004
17005Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17006
17007 * gdb.base/break.exp: Look for different line number for
17008 breakpoint at main depending on usestubs.
17009
17010Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17011
17012 * gdb.base/list.exp: Adjust some alternate expect patterns to
17013 match recent list0.c change. Add alternate expect pattern for
17014 output from `list default lines around main' for optimizing
17015 compilers.
17016
17017Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17018
17019 * lib/gdb.exp: If nosignals is not set, set it to 0.
17020
17021Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
17022
17023 * config/slite-gdb.exp: Responds to load symbol table prompt.
17024 * gdb.base/break.exp: Adjust line number, fix rerun.
17025 * gdb.base/langs0.c: Add #ifdef usestubs.
17026
17027Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
17028
17029 * gdb.base/list.exp: Adjust line contents after adding new lines in
17030 list0.c. Also fix a syntax error.
17031
17032 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
17033 * gdb.base/break.exp: ditto.
17034 * gdb.base/list.exp: ditto.
17035 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
17036 * gdb.base/run.c: ditto.
17037 * gdb.base/list0.c: ditto.
17038 * gdb.base/funcargs.c: ditto.
17039
17040Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
17041
17042 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
17043 $targetname, $serialport and $baud instead of hardwired variables.
17044 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
17045 target doesn't support signals.
17046
17047Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
17048
17049 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
17050
17051Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17052
17053 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
17054 Don't rely on the value of an auto variable before it has been
17055 initialized. Use gdb_test more.
17056
17057Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17058
17059 * lib/gdb.exp (default_gdb_version): A version number must start
17060 with a digit, but other than that contains all characters up to
17061 the first whitespace character.
17062
17063Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17064
17065 * gdb.base/commands.exp (breakpoint_command_test): New tests.
17066
17067Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17068
17069 * gdb.c++/*.exp: Warn if executable does not exist. The original
17070 reason for skipping the warning was that configure.in sometimes
17071 intentionally skipped building the executables but the tcl code
17072 had no way of knowing. That (a) was always bogus with respect to
17073 error handling, (b) is no longer true (right now there is no way
17074 to skip C++ tests).
17075
17076 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
17077
17078Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17079
17080 * gdb.base/list.exp: Add expect patterns for output from
17081 SunPRO compiled executables.
17082 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
17083 types.
17084
17085Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17086
17087 * gdb.base/break.exp (test_next_with_recursion): Accept any line
17088 number (we are already testing that the correct source line text
17089 gets printed).
17090
17091 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
17092 that is what is intended, but something needed to be done to get
17093 sunos4 native working again.
17094
17095 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
17096
17097 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
17098 apparently went with a (very) old xfail.
17099
17100Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
17101
17102 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
17103 runto_main is a proc in gdb.exp that will do 'step' for target use
17104 stubs.
17105 * gdb.base/exprs.exp: ditto.
17106 * gdb.base/interrupt.exp: ditto.
17107 * gdb.base/opaque.exp: ditto.
17108 * gdb.base/printcmds.exp: ditto.
17109 * gdb.base/ptype.exp: ditto.
17110 * gdb.base/scope.exp: ditto.
17111 * gdb.base/setvar.exp: ditto.
17112 * gdb.base/signals.exp: ditto.
17113 * gdb.base/twice.exp: ditto.
17114 * gdb.c++/classes.exp: ditto.
17115 * gdb.c++/inherit.exp: ditto.
17116 * gdb.c++/templates.exp: ditto.
17117 * gdb.base/break.exp: no run and hit main for stubs. Change line
17118 numbers for breakpoints and info breakpoint.
17119 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
17120 breakpoint().
17121 * gdb.base/callfuncs.c: ditto.
17122 * gdb.base/exprs: ditto.
17123 * gdb.base/interrupt.c: ditto.
17124 * gdb.base/opaque0.c: ditto.
17125 * gdb.base/printcmds.c: ditto.
17126 * gdb.base/ptype.c: ditto.
17127 * gdb.base/scope0.c: ditto.
17128 * gdb.base/setvar.c: ditto.
17129 * gdb.base/signals.c: ditto.
17130 * gdb.base/twice.c: ditto.
17131 * gdb.c++/misc.cc: ditto.
17132 * gdb.c++/templates.cc: ditto.
17133
17134Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17135
17136 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
17137
17138 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
17139 somewhere between `read' and `main.c'. I'm pretty sure the
17140 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
17141 and it isn't particularly useful.
17142
17143 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
17144
17145Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17146
17147 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
17148
17149Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
17150
17151 * config/mt-slite: add LIBS and -nostdlib.
17152 * config/slite-gdb.exp: add this new file to support sparclite target.
17153
17154Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
17155
17156 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
17157
17158 * gdb.base/a2-run.exp: Change argument to istarget from
17159 "*-*-vxworks" to "*-*-vxworks*".
17160 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
17161
17162Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
17163
17164 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
17165 will not runto main but do a 'step' to step out of breakpoint().
17166 * config/mt-slite: add -Dusestubs.
17167
17168Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17169
17170 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
17171 instead of just @.
17172
17173 * gdb.base/signals.exp: Add test for "handle all print".
17174 * TODO: Remove "handle all print". Also remove item about
17175 checking copyright date (I don't like the idea of a spurious FAIL
17176 based on when we run the tests).
17177
17178 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
17179 for SunOS4 (reason for failure not investigated). Remove
17180 redundant test for $binfile.
17181
17182 * gdb.base/nodebug.c (array_index): Call malloc.
17183
17184 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
17185
17186Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
17187
17188 * gdb.base/recurse.exp: Update gdb_test invocation to use new
17189 conventions and slightly simplify the matching regexp.
17190
17191Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17192
17193 * gdb.base/break.exp: Update gdb_test invocation to use new
17194 convention.
17195
17196 * lib/gdb.exp: If noargs is not set, set it to 0.
17197
17198 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
17199 tests unique.
17200
17201 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
17202
17203Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17204
17205 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
17206 one argument of type "<non-float parameter>".
17207
17208Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
17209
17210 * config/rom68k.exp: New file to support Motorola IDP board.
17211 * gdb.base/a2-run.exp: Skip this file if noargs is set.
17212 * gdb.base/break.c: Change things around so that this program
17213 doesn't depend upon args. This is necessary to make remote
17214 targets work (in general, they can't take args).
17215 * gdb.base/break.exp: Don't try to send args to program. Don't
17216 expect output. Also, replace lots of code with gdb_test.
17217
17218Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17219
17220 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
17221 printing of '\'' (which is what the comment says we are testing,
17222 even though we were not), not '''.
17223 (test_integer_literals_rejected): Test that printing ''' is an error.
17224
17225 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17226 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
17227 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
17228 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
17229 Use gdb_test not test_print_accept.
17230 * lib/gdb.exp: Remove test_print_accept.
17231
17232 * gdb.base/signals.exp (signal_tests_1): Make pass message
17233 consistent with fail message.
17234
17235 * gdb.base/whatis.exp: Remove xfails for printing char vs.
17236 unsigned char; the bug (PR 1821) is fixed.
17237
17238 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
17239
17240 * gdb.base/scope.exp (test_at_localscopes): Call pass for
17241 successful tests--makes xfailing them work right.
17242
17243Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17244
17245 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
17246 only \r\n, not .*. The test can pass .* as the last thing in
17247 $pattern if that is what it wants. In addition to providing this
17248 flexibility, this change should speed up pattern matching in cases
17249 where the pattern already ended with .* (there were a number of
17250 them). This change also helps catch bad patterns--in the old
17251 scheme the typo "char \*" instead of "char \\*" would pass. Now
17252 it is caught.
17253 * Many .exp files: Update callers.
17254
17255 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
17256 clearer and does not spuriously match multiple ('s. Likewise for
17257 ) and *.
17258
17259 * gdb.base/nodebug.exp: Test ability to call a function and pass
17260 it a string (even with no debugging info).
17261
17262 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
17263 "p '\'", which is the same as "p ''" once tcl gets done with
17264 quoting, to "p '\\'", which I suspect is what is intended (one
17265 backslash gets sent to GDB).
17266
17267 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
17268
17269Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17270
17271 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
17272 1817) was fixed literally years ago.
17273
17274Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17275
17276 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
17277 test, it causes stepping out of call_after_alloca_subr with
17278 optimizing compilers.
17279 (localvars_in_indirect_call): Consume GDB prompt if `finish'
17280 fails.
17281
17282 * gdb.c++/templates.exp: Source templ-info.exp only if
17283 the templates executable exists.
17284
17285 * gdb.c++/misc.cc (class Contains_static_instance,
17286 class Contains_nested_static_instance),
17287 gdb.c++/classes.exp (test_static_members): Test printing of
17288 a class that contains a static instance of the class.
17289
17290Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17291
17292 * gdb.base/langs2.c (cppsub_): Don't prototype.
17293 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
17294 only, I believe).
17295
17296Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17297
17298 * lib/gdb.exp (skip_chill_tests): New procedure.
17299
17300 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
17301
17302Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
17303
17304 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
17305 each expect pattern. Cuts runtime from 12 to about 4 seconds.
17306
17307Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17308
17309 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
17310
17311 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
17312 disassemble 8, not 16, instructions for part 4.
17313
17314 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
17315 support the latter anymore.
17316
17317 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
17318 -DNO_PROTOTYPES.
17319 * gdb.base/callfuncs.c: Control use of prototypes based on
17320 NO_PROTOTYPES, not __STDC__.
17321 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
17322 t_float_values2 tests if prototypes in use.
17323
17324 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
17325 t_double_values): When checking differences against DELTA, check
17326 that difference is within the range (-DELTA,DELTA), not just
17327 (-infinity,DELTA).
17328
17329Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
17330
17331 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
17332 'file' command firts, then 'target', then 'load', this is due to gdb
17333 target set up.
17334 * config/mips-gdb.exp: Fix a couple regular exp bugs.
17335
17336Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
17337
17338 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
17339 FP load/store variants.
17340 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
17341
17342Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17343
17344 * gdb.base/term.exp: Do not give a warning if not native, it is
17345 not an abnormal condition.
17346
17347Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
17348
17349 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
17350 t_char_array".
17351
17352Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17353
17354 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
17355 are getting the version number.
17356
17357 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
17358 if not native, it is not an abnormal condition.
17359
17360Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17361
17362 * lib/gdb.exp: Just use "file exists", rather than undocumented
17363 dejagnu procedure "findfile".
17364
17365Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17366
17367 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
17368 (LDFLAGS): Set to -Xlinker -Ur.
17369
17370 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
17371 Removed, these values are set by lib/gdb.exp.
17372
17373 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
17374
17375Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17376
17377 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
17378 of replicating gdb startup code.
17379
17380 * config/mt-vxworks (LDFLAGS): Set to -r.
17381 (CFLAGS_FOR_TARGET): Removed.
17382
17383 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
17384 (gdb) and gdb for vxworks uses (vxgdb).
17385
17386 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
17387 executable is not in the tree and host != target, use sed and
17388 program_transform_name to determine the gdb name used by the
17389 target.
17390
17391 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17392 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17393
17394Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17395
17396 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17397 floats, chars, and shorts where there are ANSI-style function
17398 definitions.
17399
17400 * gdb.base/langs.exp, gdb.base/langs*: New test.
17401 * gdb.base/Makefile.in: Build it.
17402 * TODO: Remove item about checking that C names don't get C++
17403 demangling applied; this test tests it.
17404
17405Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17406
17407 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17408 went with the const70 xfail. The xfail went away a year ago.
17409
17410 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17411
17412 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17413 for hp300.
17414
17415 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17416
17417 * gdb.base/a1-selftest.exp: Don't run on hp300.
17418
17419Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17420
17421 * Makefile.in (site.exp): Set host_alias and target_alias as well
17422 as host_triplet and target_triplet.
17423
17424Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17425
17426 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17427
17428 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17429 places as other ecoff systems).
17430
17431 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17432 ultrix.
17433
17434Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17435
17436 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17437 remove them.
17438 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17439 variable and "variable" in addition to "data variable".
17440 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17441
17442 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17443 2.
17444 * gdb.base/list1.c (long_line): Add additional statement at start
17445 of function.
17446 * gdb.base/list.exp (test_forward_search): Update line number to
17447 reflect new statement.
17448
17449Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17450
17451 * gdb.base/signals.exp: Reinitialize searched source directories
17452 after gdb_start call.
17453
17454Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17455
17456 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17457 * gdb.stabs/Makefile.in: Likewise.
17458
17459 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17460 change. Instead split the tests into smaller pieces.
17461 * gdb.disasm/hppa.s: Corresponding changes.
17462
17463Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17464
17465 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17466 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17467
17468 * gdb.base/funcargs.exp: Modify many tests so that every test
17469 either passes or fails. Make some test names unique.
17470
17471Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17472
17473 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17474 Call stty to set interrupt character.
17475
17476 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17477 for HP assembler versus GNU assembler based on actual behavior of
17478 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17479
17480 * TODO: Suggest a few more stepping tests.
17481
17482Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17483
17484 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17485 restart GDB for h8300 after a continue.
17486 (return): Add pattern to match a29k-udi behavior.
17487 * gdb.base/nodebug.exp: Remove obsolete comment.
17488 * gdb.base/regs.exp: New file, testing of register displays.
17489 * gdb.base/return.exp: Fix typo in reference to $objdir.
17490 * gdb.base/whatis.exp: Always start with a fresh GDB.
17491
17492Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17493
17494 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17495 higher, these tests generate a lot of output.
17496
17497Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17498
17499 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17500 code following the catch silently ignored some errors; without the
17501 catch they should be thrown like any other tcl error. Also, the
17502 catch used "" instead of {} which meant all the callers who wanted
17503 to include one of the characters "[]$ had to quote it an extra time.
17504 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17505 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17506 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17507 Remove extra quoting.
17508
17509Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17510
17511 * gdb.base/commands.exp: Make test names unique; every test either
17512 passes or fails. Update some comments.
17513
17514 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17515
17516Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17517
17518 The following fixes a FAIL caused by the fact that the alpha stabs
17519 configuration didn't use the ".if alpha" code in weird.def.
17520 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17521 bit pointer, so the 32 bit version works even on the alpha.
17522 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17523 Remove the stuff which allowed us to have separate versions for
17524 alpha and everything else.
17525
17526 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17527 regexp which "info func operator\[\](" is supposed to match. Fix
17528 string to send to GDB. Note that GDB still doesn't work right. Add a
17529 new test for "info func .perator\[\](" which GDB does handle correctly.
17530
17531 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17532
17533Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17534
17535 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17536 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17537 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17538 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17539 it makes the tests harder to understand and confuses test-o-matic.
17540 The preferred style is that each test provides a PASS or a FAIL,
17541 and has a unique message (e.g. "continue #54" not just "continue")
17542 which is the same for the pass and the fail.
17543 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17544 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17545 to lib/gdb.exp.
17546 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17547 prt_accept which was basically the same thing. Likewise for
17548 test_print_reject and prt_reject.
17549 * lib/gdb.exp (test_print_reject): Add some more error message
17550 patterns to match from the former printcmds.exp (prt_reject).
17551 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17552 One defect of the passcount stuff is that some of it failed to
17553 report XPASS where appropriate.
17554 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17555 stuff before and after arg in expected pattern.
17556 (test_paddr_operator_functions): Re-do test without print_addr_of;
17557 this is the only test which seems to want extra stuff there.
17558
17559Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17560
17561 * gdb.base/nodebug.exp: Update new tests to reflect improved
17562 wording of gdb output.
17563
17564 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17565 and "ptype" work on variables in files compiled without -g.
17566 Replaces commented out "maint print msymbol" tests.
17567
17568Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17569
17570 * gdb.base/setvar.c (dummy): Call malloc.
17571
17572 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17573 losing with the irix4 sed.
17574
17575 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17576 ALRM" on irix4.
17577
17578Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17579
17580 * TODO: Remove items about corefile.exp testing new exec-file and
17581 backtrace; both are now done. Add items about printing enums.
17582
17583Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17584
17585 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17586 "get signal $thissig" test fails.
17587
17588 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17589
17590Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17591
17592 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17593 compiler warning with dec alpha compiler.
17594
17595 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17596 extra \n from gdb_test call (this explains why the prompt test
17597 that I removed yesterday was there).
17598 (user_defined_command_test): Remove extra \n and prompt test.
17599
17600 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17601 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17602 doesn't exist.
17603 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17604 Also remove alpha workaround, which turns out to be because
17605 SIGABRT == SIGLOST.
17606
17607 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17608
17609 * gdb.base/help.exp: Don't test "help show".
17610
17611Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17612
17613 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17614 "set print address" is on.
17615 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17616 pass prompt to gdb_test; gdb_test already looks for the prompt.
17617
17618 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17619
17620 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17621 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17622 was to make sure that gdb can read a core file. But (a) the "read
17623 the corefile" part didn't make it to a1-selftest.exp, we just
17624 delete the corefile after creating it, and (b) we test reading
17625 corefiles in corefile.exp anyway. Also, this test left around a
17626 xgdb process on Solaris.
17627
17628 * gdb.base/corefile.exp: Also test backtrace.
17629
17630Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17631
17632 * gdb.base/commands.exp: Test a simple user defined command with
17633 arguments and if/while statements; verify the full user command is
17634 printed by "show user".
17635
17636 * gdb.base/commands.exp: Test if/while commands as part of a
17637 breakpoint command list; verify they appear in breakpoint
17638 information.
17639
17640Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17641
17642 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17643 than by dividing by zero.
17644
17645Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17646
17647 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17648 performing an inferior call with watchpoints enabled.
17649 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17650 call.
17651
17652Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17653
17654 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17655 of "file" command.
17656
17657 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17658 Add additional pattern for when "int operator int(void);" appears
17659 in a different order.
17660
17661Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17662
17663 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17664
17665 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17666 and "signal" with ".*".
17667
17668Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17669
17670 * TODO: Add note about "handle all nostop".
17671
17672 * gdb.base/{sigall.c, sigall.exp}: New test.
17673 * gdb.base/Makefile.in: Add it.
17674
17675Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17676
17677 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17678 when invoking GDB, suppresses any windowing interface.
17679
17680Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17681
17682 * config/sim-gdb: New file, simulator testing support.
17683
17684Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17685
17686 * gdb.base/interrupt.exp: Test calling func1 twice.
17687
17688Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17689
17690 * gdb.base/list.exp (test_forward_search): Set timeout higher
17691 when we'll be getting lots of output from gdb.
17692
17693 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17694 "init_malloc" to after the expect statement. Run it if that
17695 regexp is taken, but also for two others which happen if source
17696 cannot be found.
17697
17698Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17699
17700 * gdb.base/printcmds.exp: New test, for printing register before
17701 program is running.
17702
17703Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17704
17705 * gdb.base/list.exp: Correct some alternate expect patterns
17706 to reflect changes in list1.c.
17707
17708Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17709
17710 * TODO: Add item regarding large frames.
17711
17712 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17713
17714 * TODO: Remove item about enabling return.exp; it
17715 is enabled. Suggest a few more "return" tests.
17716
17717Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17718
17719 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17720 anonymous unions.
17721
17722Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17723
17724 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17725 and pr-5646.o, so "make" is the same as "make all", not "make
17726 pr-4975.o".
17727
17728Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17729
17730 * gdb.base/list.exp: Adjust expectations to reflect changes in
17731 list1.c.
17732 (test_forward_search): New test proc.
17733 * gdb.base/list1.c (long_line): New function, has long source line.
17734
17735Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17736
17737 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17738 additional line of code that was added.
17739
17740Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17741
17742 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17743 tests so as not to overflow expect's input buffers.
17744 * gdb.disasm/hppa.exp: Corresponding changes.
17745
17746Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17747
17748 Beginnings of template debugging tests.
17749 * gdb.c++/templ-info.cc: New file to test for template
17750 debugging capability of the compiler.
17751 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17752 templ-info.cc.
17753 * gdb.c++/templates.cc: Add explicit template instantiations
17754 to enable compiling with -fno-implicit-templates. Add destructor
17755 and 'value' method to T5 class for template tests.
17756 * gdb.c++/templates.exp: Add testcases for printing of template
17757 types, setting breakpoints on template methods and calling a
d63a86f8 17758 template method.
c906108c
SS
17759
17760Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17761
17762 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17763 branch target since some assemblers (gas-2.5) may emit a
17764 relocation for the branch instead of resolving it in the
17765 assembler.
17766
17767Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17768
17769 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17770 through signal handler.
17771
17772Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17773
17774 * configure.in (*-*-netware): Use config/mt-netware.
17775
17776 * config/mt-netware: New file.
17777 * config/mt-i386-netware: Removed, separate configs for different
17778 netware architectures are no longer needed now that we have
17779 --with-headers.
17780
17781Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17782
17783 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17784 by the recent changes to use ANSI C arithmetic conversions.
17785
17786Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17787
17788 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17789 bug involving using inferior_pid to figure out whether to select a
17790 frame.
17791
17792Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17793
17794 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17795 match the current disassembler output.
17796
17797Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17798
17799 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17800 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17801 types, expect "int" as type of integer values (for now).
17802
17803Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17804
17805 * gdb.base/commands.exp: New tests for if/while commands.
17806
17807Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17808
17809 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17810 by .*, since hex values have different syntax in Chill mode.
17811
17812Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17813
17814 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17815 linefeed from expect pattern for repeated types with indices > 9.
17816
17817Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17818
17819 First part of Fortran test suite.
17820 * gdb.fortran: New directory.
17821 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17822
17823Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17824
17825 * gdb.base/default.exp: Update expect pattern for load command
17826 without arguments.
17827
17828Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17829
17830 * configure.in: Change i386 to i[345]86.
17831 * gdb.base/configure.in: Likewise.
17832 * gdb.c++/configure.in: Likewise.
17833 * gdb.chill/configure.in: Likewise.
17834
17835Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17836
17837 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17838 patterns, since that is not a valid context for comments.
17839
17840Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17841
17842 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17843 repeated types and repeated types with indices > 9.
17844
17845Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17846
17847 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17848 2417; old bug has been fixed.
17849
17850Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17851
17852 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17853 send the newline ourselves instead of assuming gdb_test will do
17854 so when passed an empty input string.
17855
17856 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17857 stabs testcode.
17858
17859Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17860
17861 * lib/gdb.exp (gdb_test): Don't send anything if the first
17862 argument is an empty string. This makes cases where we want to
17863 match output that is already in expect's buffers (for example,
17864 matching a breakpoint after gdb_run_cmd has been called) work
17865 reliably.
17866
17867Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17868
17869 * config/netware.exp: New file.
17870
17871Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17872
17873 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
17874 the -B and -L prefixes so we can find the debugging stub.
17875
17876 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
17877 there and we are using the gcc from the tree.
17878
17879 * gdb.base/types.c: Removed.
17880
17881 * gdb.base/configure.in: Look for makefile fragments in ../config.
17882 Recognize i386-*-netware.
17883 * gdb.c++/configure.in: Likewise.
17884
17885Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17886
17887 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
17888 the correct TCL syntax.
17889
17890Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17891
17892 * gdb.base/opaque.exp: use runto instead of messing around with
17893 breakpoints. Simplify by using gdb_test.
17894
17895 * gdb.base/bitfields.exp: restart between tests on netware targets
17896 because breakpoints aren't relocated after target death. Run
17897 processes to completion.
17898
17899 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
17900
17901Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
17902
17903 * Makefile.in: Remove extra tabs that confuse some versions
17904 of "make". Use the newly built gdb to test with by default,
17905 rather than the first one in the tester's search path.
17906
17907Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
17908
17909 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
17910
17911 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
17912 condition help.
17913
17914Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17915
17916 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
17917
17918 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
17919 running.
17920 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
17921 * gdb.base/funcargs.exp: Likewise.
17922
17923 * gdb.base/bitfields.exp: Simplify by using gdb_test.
17924 * gdb.base/funcargs.exp: Likewise.
17925
17926 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
17927 message is "".
17928
17929Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17930
17931 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
17932 return,signals,twice}.exp: Handle non-existant binaries
17933 consistantly.
17934
17935 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
17936 * gdb.base/Makefile.in: Don't try to generate a core dump, we
17937 might testing a cross development system.
17938
17939Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17940
17941 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
17942 runtest script is relative to ${srcdir}, not ${rootdir}.
17943
17944Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
17945
17946 * gdb.base/signals.exp: Allow for optionality of breakpoint
17947 address.
17948
17949Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17950
17951 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
17952
17953Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17954
17955 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
17956 for size_t definition.
17957 * gdb.c++/templates.cc: Likewise
17958
17959 * config/mt-i386-netware: New file.
17960
17961 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
17962 defined.
17963
17964 * gdb.base/Makefile.in: Added support for systems that name core
17965 files by appending "core" to the program name.
17966 * gdb.base/a1-selftest.exp: Likewise.
17967
17968Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17969
17970 * gdb.base/return.exp: Add comment and message for `return double'
17971 test failure on Sparc Solaris.
17972
17973Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
17974
17975 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
17976
17977Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17978
17979 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
17980 from optimizing them away.
17981 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
17982 patterns to include default constructors and assignment operators,
17983 to match gcc versions beyond 2.5.8. Accept any cplus demangling
17984 character in the output of the virtual base pointer.
17985
17986Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17987
17988 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
17989 expression match in print_addr_of to avoid unintented matches.
17990 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
17991 versions up to 2.5.8.
17992
17993Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17994
17995 * gdb.base/list.exp: Tweak alternate pattern for listing of an
17996 included file to run under newer versions of expect.
17997 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
17998 consecutive >'s in templates to accomodate recent cplus-dem.c change.
17999 Remove xfail for the virtual table of BDDHookV.
18000
18001Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18002
18003 * lib/gdb.exp (string_to_regexp): Set a default result.
18004 (default_gdb_start): Fix misleading message.
18005
18006Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
18007
18008 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
18009 Remove all CC, etc definitions.
18010 * config/mt-hpux: New file.
18011 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
18012 (CFLAGS, LDFLAGS): Define.
18013 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
18014
18015 * Makefile.in (site.exp): Don't insert host_os, etc.
18016 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
18017 (distclean): Check existence of subdir.
18018 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
18019 * gdb.base/Makefile.in: General cleanup and simplification.
18020 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18021 to build executables. Use default rule to build .o files.
18022 (EXPECT, RUNTEST, CC): Fix relative pathname.
18023 (site.exp): Don't insert host_os, etc.
18024 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
18025 and/or SIGUSR1 defined.
18026 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
18027 * gdb.c++/Makefile.in: General cleanup and simplification.
18028 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18029 (CFLAGS): Remove.
18030 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
18031
18032Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
18033
18034 * gdb.base/recurse.exp: Misc changes to get tests running again
18035 after Kung's changes to the watchpoint code.
18036 * gdb.base/watchpoint.exp: Likewise.
18037
18038Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
18039
18040 * lib/gdb.exp (string_to_regexp): Convert {\} also.
18041
18042Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18043
18044 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
18045 * lib/gdb.exp (default_gdb_start): Define.
18046 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
18047 gdb.base/funcargs.exp, gdb.base/opaque.exp,
18048 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
18049 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
18050 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
18051 Don't call gdb_target_udi in between tests.
18052
18053Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18054
18055 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
18056 (which was basically just a local version of the same thing). In
18057 addition to avoiding duplication, gdb_test_exact is faster.
18058 * lib/gdb.exp (gdb_test_exact): Fix typo.
18059
18060 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
18061 don't give an error.
18062
18063 * gdb.base/term.exp: Call delete_breakpoints before starting.
18064
18065 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
18066 (t10): Add comment.
18067
18068Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18069
18070 Reorganization of the GDB Test Suite.
18071
18072 * gdb.base: New directory, contains all the basic tests.
18073 * gdb.c++: New directory, tests specific to C++.
18074 * gdb.chill: New directory, tests specific to Chill.
18075 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
18076 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
18077 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
18078 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
18079 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
18080 t30-31 to chill).
18081 * */gdbme.*: Rename to match appropriate expect scripts.
18082 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
18083 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
18084 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
18085 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
18086 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
18087 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
18088 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
18089 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
18090 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
18091 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
18092 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
18093 gdb.c++/virtfunc.cc: New names of C++ files.
18094 * gdb.chill/chillvars.ch: New name of Chill file.
18095 * gdb.base/configure.in, gdb.c++/configure.in,
18096 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
18097 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18098 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
18099 * configure.in (configdirs): Update to reflect directory changes.
18100 (target_abbrev): No longer define for any configuration.
18101 * Makefile.in: Cosmetic improvements to header comments.
18102
18103Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18104
18105 Various changes to gdb.t31:
18106
18107 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
18108 * gdbme.ch: Make all key-words and predefineds be upper-case.
18109 * chillvars.exp: Expect key-words and predefinds in upper-case.
18110
18111 * chillvars.exp: Use gdb_test_exact many places.
18112 Change expected output for arrays (which now includes index labels).
18113
18114 * pr-5020.exp, gdme.ch (module PR_5020):
18115 New test, for PR-5020.
18116
18117Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
18118
18119 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
18120 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
18121
18122Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
18123
18124 * Makefile.in: Fix bit-rot in definitions of CHILL,
18125 CHILL_FOR_TARGET and Chill_LIB.
18126 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
18127 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
18128 CHILL, and CHILL_LIB.
18129
18130Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
18131
18132 * Revert the previous changes. Please see Rob's directory
18133 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
18134
18135Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
18136
18137 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
18138 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
18139 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
18140 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
18141 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
18142 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
18143 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
18144 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
18145 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
18146 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
18147 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
18148 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
18149 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
18150 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
18151 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
18152 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
18153 changes from 94Q1.
18154
18155Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
18156
18157 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
18158 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
18159 Rob's new testing fragments.
18160
18161Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
18162
18163 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 18164 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
18165
18166Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18167
18168 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
18169 version also, match on casted version strings, and match on
18170 gdb startup case where the line numbers might be messed up.
18171
18172Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
18173
18174 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 18175 (CFLAGS): Delete it from here.
c906108c
SS
18176
18177Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
18178
18179 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
18180
18181Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
18182
18183 * Makefile.in (RUNTEST): Default to just "runtest".
18184
18185Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18186
18187 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
18188 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
18189 the code has been restructured.
18190
18191Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18192
18193 * gdb.t00/default.exp (set write): Allow any number of \r and/or
18194 \n, not just one of each.
18195
18196 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
18197 /bin/cc gives a warning if you do.
18198
18199Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
18200
d63a86f8 18201 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
18202 __t10ListS_link1ZUiRCUiPT0
18203
18204Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18205
18206 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
18207 on local variables in recursive functions.
18208
18209 * gdb.t07/Makefile.in: Build the new test.
18210
18211Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18212
18213 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
18214 directly. Instead compare the return values from actual calls.
18215
18216Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
18217
18218 * Makefile.in (check): Set TCL_LIBRARY for runtest.
18219
18220Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18221
18222 * From Peter Schauer with minor modifications.
a9c64011
AS
18223 * gdb.t15/return.exp (return_tests): Handle targets where "return"
18224 stops in mid-line in the caller. Add xfail for returning a float
18225 value on X86 targets.
c906108c
SS
18226
18227Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18228
18229 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
18230 to avoid expect lossage.
18231 (fmem_LRbug_tests): Likewise.
18232 * gdb.disasm/hppa.s: Corresponding changes.
18233
18234 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
18235 conditions to work with latest dejagnu/expect.
18236
18237 * gdb.t15/funcargs.exp (finish from indirect call): No longer
18238 expected to fail on the PA.
18239 (backtrace in call with trampolines): Explicitly require main
18240 to be frame #1 (no trampolines should show up in backtrace).
18241
18242 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
18243 "continue -expect".
18244 * gdb.t06/break.exp: Likewise.
18245 * gdb.t07/watchpoint.exp: Likewise.
18246 * gdb.t13/bitfields.exp: Likewise.
18247 * gdb.t15/{funcargs,return}.exp: Likewise.
18248 * gdb.stabs/weird.exp: Likewise.
18249 * config/{mips,udi}-gdb.exp: Likewise.
18250
18251 * hppa.sed: Enclose comments within a sed command to avoid
18252 losing with the old OSF1 sed.
18253
18254Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18255
18256 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
18257 sequent dynix.
18258 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
18259 * gdb.t15/funcargs.exp: Conditionally step again to really
18260 finish from marker_call_with_trampolines. Handle the case where
18261 the first step from within call_with_trampolines already steps
18262 us back to main.
18263 * gdb.t15/gdbme.c: Add comment to closing brace of
18264 call_with_trampolines for funcargs.exp.
18265
18266Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18267
d63a86f8 18268 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
18269 Fix typo(s).
18270
18271Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18272
18273 * gdb.t07/gdbme.c: More code for watchpoint testing.
18274
18275 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
18276 "Hardware watchpoint" throughout file.
18277 (test_watchpoint_triggered_in_syscall): New test.
18278 (test_complex_watchpoint): New test.
18279
18280Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18281
18282 * gdbme.c (call_with_trampolines): New function to try and step
18283 into. Tests trampoline problems on the PA.
18284
18285 * funcargs.exp (localvars_in_indirect_call): No longer expect
18286 stepping into indirect call to fail on PAs.
18287 (test_stepping_over_trampolines): New test.
18288
18289Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18290
18291 * TODO: Add suggestions for static member function tests, and
18292 completion tests.
18293
18294Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18295
18296 * TODO: Add suggestions for "p/a" tests.
18297
18298 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
18299 (default_gdb_exit): Replace all the hair with sending "quit" to
18300 the process with a simple close.
18301
18302Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18303
18304 * TODO: Add suggestions for shared library tests.
18305
18306Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18307
18308 * TODO: Add suggestions for x/s tests.
18309
18310Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18311
18312 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
18313 "enable once", and "enable breakpoints once" with ".*".
18314
18315Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18316
18317 * TODO: Add suggestions about structure passing tests.
18318
18319Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18320
18321 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
18322 the primary1 test, use work around if __GNUC__ < 2.
18323 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
18324 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
18325 Test for bad output rather than waiting for timeout. Issue
18326 second continue only if first continue failed.
18327
18328Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18329
18330 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
18331 operator[] test with gdb_test because the old code didn't seem to
18332 be getting the quoting right with the new dejagnu.
18333
18334Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
18335
18336 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
18337 one from the path.
18338 * Makefile.in: Use a fresh expect if there is one, use runtest
18339 from the src tree if there is one.
d63a86f8 18340
c906108c
SS
18341Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18342
18343 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
18344 next over recursive call. Revise the tests from that point on
18345 (which had been skipped) to match GDB's actual (correct) output.
18346
18347 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
18348 with next over a breakpoint whose condition is false.
18349
18350 * gdb.t00/help.exp: Comment out "help set print" tests just like
18351 (and for same reason as) "help set" test.
18352
18353Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18354
18355 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
18356 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
18357
18358Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18359
18360 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
18361 necessary gdb_target_udi.
18362
18363 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
18364
18365 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
18366 1838 and 2417; they are fixed.
18367
18368 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
18369 gdb.t03/ptype.exp (ptype structure, ptype union):
18370 Remove xfails; the test is looser than when the xfails were added.
18371
18372 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
18373 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
18374
18375 * gdb.t01/run.exp: Only run shell test if isnative.
18376
18377 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
18378 since "run" automatically loads if necessary. Call gdb_target_udi
18379 after the "file" since "file" kills any execution target.
18380
18381 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
18382 GDB. GDB doesn't work that way (not anymore at least) on UDI.
18383 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
18384 argument for UDI.
18385
18386Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18387
18388 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
18389
18390 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18391
18392Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18393
18394 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18395 properly quoting regexps. This makes the second argument to
18396 demangle a fixed string, which matches the callers, instead of a
18397 shell-style pattern which is what the previous implementation
18398 used. Update some of the callers.
18399
18400Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18401
18402 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18403 (comib_nullified_tests): Fix typo.
18404 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18405 strings. No longer expected to fail.
18406
18407 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18408 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18409 strings. No longer expected to fail.
18410
18411 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18412 string. No longer expected to fail.
18413
18414Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18415
18416 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18417 No longer expected to fail.
18418
18419 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18420 string. No longer expected to fail.
18421
18422Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18423
18424 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18425 only in the names (I probably got most of them). I was even
18426 generous with some which differed in underscores in names, and
18427 probably missed a few, and I *still* was able to remove almost a
18428 third of the file with almost no impact on testsuite coverage.
18429
18430Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18431
18432 * gdb.t00/default.exp: Match udi_attach error message as well as
18433 the one from child_attach.
18434
18435 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18436
18437 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18438
18439 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18440 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18441
18442 * Move test with enums and partial symbols back to
18443 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18444 Reverts the change of 26 May 93. Per today's change to
18445 stabs.texinfo, the behavior that weird.exp was expecting was
18446 unreasonable; what is important is that the compiler+gdb get
18447 things right, which happens with a recent gcc. Also fix the test
18448 to deal with native compilers which put out the stab gdb can't
18449 deal with.
18450
18451Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18452
18453 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18454 in the names. The main thing these accomplish is to slow things down.
18455 Many more such duplicates surely remain.
18456
18457 * gdb.t00/help.exp: Comment out "help support" test just like
18458 (and for same reason as) "help set" test.
18459
18460Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18461
18462 * gdb.t06/break.exp: Remove setup_xfails for
18463 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18464 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18465 about known bug in gcc to include up through 2.5.8.
18466 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18467 well as "_vb$".
18468 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18469 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18470 with latest gcc and gdb.
18471 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18472 well as "_vb$".
18473
18474Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18475
18476 * configure.in (hppa*-*-*): Also configure and build stabs-only
18477 tests.
18478
18479Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18480
18481 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18482 * gdb.t10/configure.in (hppa*-*-*): Use it.
18483
18484Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18485
18486 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18487
18488Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18489
18490 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18491 versions prior to 1.13.5.
18492
18493Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18494
18495 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18496 the prompt is at the start of a line.
18497
18498Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18499
18500 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18501 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18502 in the copr tests now.
18503 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18504 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18505 expected to fail.
18506
18507Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18508
18509 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18510 gdb.t31/chillvars.exp, lib/gdb.exp:
18511 Tweak to run under either version of expect.
18512 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18513 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18514 * gdb.t11/list.exp: Remove extraneous whitespace.
18515
18516Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18517
18518 * gdb.t16/printcmds.exp (test_print_strings): Accept
18519 "(unsigned char *) " before the string.
18520
18521 * TODO: Add notes about printing of fancy types and GDB expressions.
18522
18523Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18524
18525 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18526 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 18527 if doing mips-idt-ecoff.
c906108c
SS
18528
18529Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18530
18531 * Most .exp files: Tweak to run under either version of expect.
18532
18533Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18534
18535 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18536 xfails; I'm not sure why they are failing, but not because of PR 1806.
18537
18538Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18539
18540 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18541 defined in lib/gdb.exp.
18542
18543Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18544
18545 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18546 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18547 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18548 have to be typeless.
18549
18550Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18551
18552 * TODO: Add suggestion for copyright year test.
18553
18554Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18555
18556 * configure.in (*-*-lynxos*): Add stabs tests.
18557
18558Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18559
18560 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18561 so insert a tab before any assembler directive in column zero.
18562
18563 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18564 stores.
18565 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18566 stores.
18567 (fpu_short_memory_tests): Likewise.
18568
18569Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18570
18571 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18572 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18573 .stabs directives in comments.
18574
18575Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18576
18577 * TODO: New file, describing tests we could write.
18578 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18579
18580Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18581
18582 * gdb.t06/signals.exp: Add kludge to force re-sync.
18583
18584 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18585 to xgdb instead of gdb, get out of gdb.
18586
18587Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18588
18589 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18590 for info.
18591
18592Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18593
18594 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18595 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18596 * gdb.stabs/hppa.sed: New sed script for the PA.
18597
18598Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18599
18600 * gdb.stabs: Re-write weird.def and configuration to use sed
18601 instead of cpp. sed is portable and POSIX; cpp is neither.
18602
18603Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18604
18605 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18606
18607Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18608
18609 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18610
18611Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18612
18613 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18614 "_vb$".
18615 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18616 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18617
18618Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18619
18620 * lib/gdb.exp: Comment out code which depends on non-existent
18621 `transform' procedure.
18622
18623Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18624
18625 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18626 * lib/gdb.exp: Transform tool name.
18627 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18628 1.1's new error handling system.
18629
18630Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18631
18632 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18633
18634Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18635
18636 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18637 They made pattern matching so slow that timeouts happened on
18638 heavily loaded systems. Now any output from "show print" which
18639 gets us back to the GDB prompt is a PASS.
18640
18641Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18642
18643 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18644
18645Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18646
18647 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18648
18649 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18650 It is not from PR 3220.
18651
18652Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18653
18654 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18655 just started failing because they depended on the order the
18656 subcommands are presented, or exact docstring text. This kind of
18657 test is a pain and has minimal benefit.
18658
18659Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18660
18661 * gdb.t09/corefile.exp: At end of test, use "core" command with
18662 no arguments.
18663
18664Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18665
18666 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18667 17}/Makefile.in: Make it possible to run the testsuite with Sun
18668 make and CC = cross gcc by adding explicit build rules for .o
18669 files.
18670
18671Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18672
18673 * gdb.t15/funcargs.exp: Don't put comments on same line as
18674 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18675
c906108c
SS
18676Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18677
18678 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18679
18680Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18681
18682 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18683 * gdb.t20/inherit.exp: remove three dumplicate entries.
18684
18685Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18686
18687 * gdb.t06/break.exp: For "next over recursive call", fail on any
18688 incorrect output, not just on "factorial (value=2)".
18689
18690Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18691
18692 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18693 working now. Add an xfail if accesing a bss variable causes
18694 a memory error if the target is not yet run.
18695
18696Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18697
18698 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18699 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18700 name of __st* demangling (2 strings). Did Kung really get the
18701 more than 95 others right without testing them?
18702
18703Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18704
18705 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18706
18707Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18708
18709 * configure.in (configdirs): Add gdb.disasm
18710 * gdb.disasm: New directory for GDB disassembler tests.
18711 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18712
18713Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18714
18715 * gdb.t00/help.exp: Don't test "help set".
18716
18717 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18718 from within expect statements. None of these happen anymore and
18719 they cause regressions to be silently unnoticed.
18720
18721 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18722 messages) about known failures with gcc cygnus-2.4.5-930417.
18723
18724 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18725 comp-info.exp so it gets built if it doesn't exist.
18726
18727 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18728 it is no longer used.
18729 * gdb.t13/comp-info.c: Removed.
18730
18731Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18732
18733 * gdb.t06/signals.exp: Add xfail for sun3.
18734
18735Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18736
18737 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18738 relevant because ^C doesn't get sent but failure can be reproduced
18739 interactively).
18740
18741Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18742
18743 * gdb.stabs/alpha.mt: New configuration file for alpha.
18744 * gdb.stabs/configure.in: Use it.
18745 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18746 sharing with alpha.mt, redefine long to word via preprocessor.
18747 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18748 for alpha.
18749 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18750 native cc.
18751 * gdb.t00/teststrategy.exp: Change expect string so that we
18752 consume the `(xgdb)' from the command echo and from the gdb prompt.
18753 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18754 gdb currently compares all values as long, so this failure probably
18755 applies to any configuration where LONGEST is bigger than a target int.
18756 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18757 with gcc.
18758 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18759 to handle opaque pointers, gcc is.
18760 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18761 as first argument. Include <sys/types.h> and change all operator
18762 new definitions to use size_t.
18763 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18764 now that we use size_t.
18765
18766Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18767
a9c64011 18768 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 18769 a long or float array cast all array members to the same type.
a9c64011 18770 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 18771 with 64 bit longs.
a9c64011 18772 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 18773 on alpha.
a9c64011 18774 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
18775
18776Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18777
18778 * gdb.t24 (demangle.exp): Constructors of templates have names like
18779 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18780 section 14.6 of the ARM.
18781
18782 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18783 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18784 accomplish little and slow down the testsuite.
18785
18786 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18787 Accept spaces various places.
18788
18789Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18790
18791 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18792 with watchpoint enabled.
18793
18794 * Makefile.in: Remove definition of CC and remove the second
18795 definition of CXX (the "CXX = gcc" one remains). These definitions
18796 were causing backquotes to be expanded within backquotes, which
18797 doesn't work.
18798
18799Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18800
18801 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18802
18803Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18804
a9c64011
AS
18805 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18806 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
18807 by mips cc and contains no stabs entries.
18808
18809Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18810
18811 * config/vx-gdb.exp: Use fake device to load files rather than
18812 NFS.
18813 * lib/gdb.exp: New proc to do "file" command.
18814 * config/unix-gdb.exp: Use new "file" proc.
18815
18816Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18817
18818 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18819 Rework board rebooting slightly.
18820 (gdb_exit): Don't exit from the remote shell; there isn't one.
18821 * gdb.stabs/weird.exp: If a program is being debugged already,
18822 kill it.
18823 * gdb.t04/setvar.exp: Stop and restart gdb.
18824 * gdb.t05/expr.exp: Likewise.
18825 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18826 restart gdb and reload the program.
18827 * gdb.t08/opaque.exp: Likewise.
18828 * gdb.t12/scope.exp: Likewise.
18829 * gdb.t13/bitfields.exp: Likewise.
18830 * gdb.t15/funcargs.exp: Likewise.
18831 * gdb.t20/classes.exp: Likewise.
18832 * gdb.t03/ptype.exp: Increase timeout.
18833 * gdb.t16/printcmds.exp (test_print_string_constants,
18834 test_print_array_constants): Likewise.
18835 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18836 * gdb.t20/classes.exp (do_tests): Likewise.
18837 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18838
18839Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18840
18841 * gdb.stabs: Renamed *wierd* to *weird*.
18842
18843Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18844
18845 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18846 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18847
18848Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18849
18850 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18851 (do_tests): Remove xfail for whatis on one_var and two_var.
18852
18853Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18854
18855 * Makefile.in: Made cross building work better by adding
18856 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18857
18858Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18859
18860 * gdb.t15/{return.c,return.exp,Makefile.in}:
18861 New test, currently commented out.
18862
18863Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18864
18865 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18866 still running and removes the leftover named socket so GDb can do
18867 clean restarts.
18868
18869Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18870
18871 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
18872 console, not GDB.
18873 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
18874 cross testing works better with "make check"
18875 * config/unix-gdb: Use default procedures for exit and version.
18876 * config/vx-gdb.exp: Cleaned up and massaged back to working order
18877 with the newest VxWorks.
18878
18879Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18880
18881 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
18882 old form.
18883
18884 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
18885 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
18886
18887 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
18888
18889 * config/unix-gdb.exp: Remove this version of gdb_exit
18890 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
18891 Rob says he'll look at it when he gets back to testing boards.
18892
18893Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
18894
18895 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
18896 an expected fail for certain ptype commands.
18897
18898 * gdb.t20/classes.exp: Update expected results of "ptype class
18899 Base1" to account for the constructor that now appears in the type.
18900
18901Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
18902
18903 * configure.in (configdirs): Restore gdb.t04, which mysteriously
18904 disappeared from list.
18905 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
18906 "alldone" proc with call to cleanup and exit.
18907 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
18908 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
18909 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
18910 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
18911 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
18912 "alldone" proc with simple returns that suppress remaining
18913 tests. The alldone proc went away many months ago.
18914
18915Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18916
18917 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18918
18919 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
18920
18921Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18922
18923 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
18924 as vax gdb will display them.
18925
18926Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18927
18928 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
18929 optimizers.
18930
18931 * scope.exp: Change "bad value for localval" messages so each one
18932 is unique.
18933
18934 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
18935 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
18936
18937 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
18938
18939Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18940
18941 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
18942 doesn't exist (due to optimization).
18943
18944Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18945
18946 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
18947 contains \r because the filename is long.
18948
18949 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
18950 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
18951
18952Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18953
18954 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
18955 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
18956 Ultrix.
18957 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
18958 int tests.
18959 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
18960
18961Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
18962
18963 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
18964
18965 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 18966 to match does not match the passing case but still matches the
c906108c
SS
18967 failing case.
18968
18969Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18970
18971 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
18972
18973Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
18974
18975 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
18976 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
18977 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
18978 Remove various versions of gdb_exit.
18979 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
18980 gdb_exit.
18981 * config/unix-gdb.exp: gdb_exit remains here, and should override
18982 the generic version, since it's doing a lot of wierd stuff that
18983 the other versions aren't. FIXME, fold it in, or abandon this
18984 version.
18985
18986Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18987
18988 * gdb.t24/demangle.exp: Add tests for PR 3220.
18989
18990Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18991
18992 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
18993
18994Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
18995
18996 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
18997 "i386-*-*". Works for i486 as well.
18998
18999 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
19000 bug, and expand domain of xfail to all SVR4 systems, since the
19001 actual problem is likely to be in generic SVR4 /proc support.
19002
19003Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19004
19005 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
19006
19007Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
19008
19009 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
19010 xfails for other systems. Match a missing 'Continuing.' as an
19011 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
19012
19013 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
19014 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
19015 Only issue warning for missing executables if -all option is used.
19016
19017 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
19018 file if -all option is used. It's like an unpredictable XFAIL.
19019
19020Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19021
19022 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
19023 for dynamically linked binaries.
19024
19025 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
19026
19027Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19028
19029 * gdb.t20/inherit.exp: Change message for "print tagless struct"
19030 to state that this is a known bug in old versions of g++.
19031
19032Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19033
19034 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
19035 while waiting for `Continuing'.
19036
19037Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
19038
19039 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
19040 in text, data, and bss.
19041 * gdb.t10/nodebug.c: Add local and global test variables for
19042 initialized and uninitialized data.
19043
19044Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19045
19046 * config/unix-gdb.exp (gdb_exit): Add "wait".
19047
19048Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19049
19050 * gdb.t06/signals.exp: xfail the continue from the handler for all
19051 targets.
19052
19053 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
19054 function with watchpoints enabled, the i386 call dummy starts with
19055 a call.
19056
19057 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
19058 386 bsd names its corefiles.
19059
19060Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
19061
19062 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
19063 compilers don't grok it.
19064 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
19065 with small octal ints rather than character constants, which
19066 are signed and might not fit if first promoted to int.
19067
19068Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
19069
19070 * gdb.t09/Makefile.in (clean): Remove corefile.
19071
19072Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19073
19074 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
19075
19076Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19077 and Jim Kingdon (kingdon@cygnus.com)
19078
19079 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
19080 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
19081 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
19082
19083Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19084
19085 * gdb.t17/interrupt.exp: Add xfail for hppa.
19086
19087Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19088
19089 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
19090 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
19091 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
19092 to determine signed-ness of bitfields and use the result to setup
19093 the xfail.
19094 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
19095 * gdb.t15/funcargs.exp: Use them to step until the second indirect
19096 call line is reached if necessary.
19097
19098Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19099
19100 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
19101
19102Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19103
19104 * gdb.t06/break.exp: Also test `clear' command.
19105
19106Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19107
19108 * gdb.t00/teststrategy.exp: Remove extra quote.
19109
19110 * gdb.t07/watchpoint.exp: Change xfail for calling function with
19111 watchpoint enabled to be for all non-68k machines.
19112
19113 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
19114
19115Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19116
19117 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
19118 targets use aout.mt instead of ecoff.mt as gas understands
19119 standard aout format.
19120
19121Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19122
19123 * lib/gdb.exp (runto): Don't insist that function we are running to
19124 was compiled with -g.
19125
19126 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
19127
19128 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
19129 to get back into the read system call.
19130 Accept leading newline in case where we woke it up.
19131
19132Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19133
19134 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
19135 to make the stabs test work on ecoff systems using gcc and -with-stabs.
19136 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
19137 enable ecoff configuration.
19138
19139Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19140
19141 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
19142
19143Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19144
19145 * gdb.t16/printcmds.exp: Add another printf test.
19146
19147Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
19148
19149 * configure.in: If configured -with-stabs on any target, add
19150 stabsdirs to configdirs.
19151
19152Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19153
19154 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
19155 fun" so pattern does not match the command itself.
19156
19157Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19158
19159 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
19160
19161Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19162
19163 * gdb.t17/interrupt.exp: Test for more things.
19164
19165Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19166
19167 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
19168 compiler arranges the code and line numbers.
19169
19170 * gdb.t17/interrupt.exp: Don't send \n after ^C.
19171
19172Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19173
19174 * gdb.t00/help.exp: Increase expect input buffer size.
19175
19176Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19177
19178 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
19179
19180 * gdb.t07/watchpoint.exp: Add xfail for hppa.
19181
19182 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
19183
19184 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
19185 [0-9]*, not just [0-9].
19186
19187Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19188
19189 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
19190
19191 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
19192
19193Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19194
19195 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
19196
19197Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19198
19199 * gdb.t06/signals.c: Add xfails for sun3.
19200
19201 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
19202
19203 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
19204 test_stepping tests.
19205
19206Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19207
19208 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
19209
19210 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
19211
19212 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
19213 rather than actually putting it through cpp twice.
19214
19215 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
19216
19217Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
19218
19219 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
19220 no longer needed.
19221
19222Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19223
19224 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
19225
19226 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
19227 C++ features prints as "struct", make it a pass, not an xfail.
19228
19229Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19230
19231 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
19232 Don't require VA to print as "class" rather than "struct".
19233
19234Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
19235
19236 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
19237
19238Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19239
19240 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
19241
19242Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19243
19244 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
19245 order.
19246
19247Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19248
19249 * gdb.t16/printcmds.exp: Add printf tests.
19250
19251 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
19252
19253 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
19254
19255Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
19256
19257 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
19258 pass counts, to counteract any existing or future setup_xfails.
19259
19260Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19261
19262 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
19263 {BEGIN,END}_COMMON for common block instead of STAB.
19264 * gdb.stabs/wierd.exp: Add xfail for rs6000.
19265
19266 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
19267 intp_var should be N_GSYM not N_LSYM.
19268 wierd-aout.S: Use a label for the value of the N_SO.
19269 wierd.def: Remove all backslashes.
19270 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
19271
19272Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19273
19274 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
19275 get the expected next to inheritance3.
19276
19277Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19278
19279 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
19280 now that gcc-2.4 gets it right.
19281
19282Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19283
19284 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
19285
19286 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
19287 generating comp-info.exp which works for cross-compilation.
19288
19289Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
19290
19291 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
19292 "*-*-sysv4.*".
19293
19294Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
19295
19296 * gdb.t01/run.exp: Start with a fresh gdb.
19297 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
19298 SVR4.x.
19299
19300Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
19301
19302 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
19303 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
19304 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
19305 Makefile.in (distclean, realclean): Remove gdbme.c from list of
19306 things to remove.
19307
19308Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
19309
19310 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
19311 test cases from bug reports.
19312
19313Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
19314
19315 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
19316 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
19317 avoid spurious xfails.
19318 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
19319 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
19320 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
19321
19322Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
19323
19324 * gdb.t00/teststrategy.exp: Rework to provide more useful
19325 description of each test, fix problem with systems that define
19326 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
19327 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
19328 results for "next over recursive call" so timeouts aren't taken
19329 by error.
19330
19331Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
19332
19333 * gdb.t12/scope.exp: Test printing of variables before run.
19334
19335 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
19336 printed in wrong order due to sorting.
19337
19338Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
19339
19340 * gdb.t00/teststrategy.exp: Fix expected results for printing
19341 user entered string constant. Is array of char, prints with no
19342 address.
19343
19344 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
19345 commands.
19346 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
19347 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
19348 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
19349 of struct of char arrays.
19350 * gdb.t00/radix.exp: New tests for radix commands.
19351
19352Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
19353
19354 * gdb.t16/printcmd.exp: Print a variable before running program
19355 (with xfail for AIX).
19356
19357Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
19358
19359 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
19360
19361 * gdb.t16/printcmd.exp: Don't print variables before running program.
19362
19363 * gdb.t06/break.exp: Don't require envp argument to main.
19364
19365 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
19366
19367 * gdb.t02/whatis.exp, gdb.t11/list.exp:
19368 Add xfails for rs6000.
19369
19370 * gdb.t02/whatis.exp: Change other tests not to re-test something
19371 we already tested.
19372
19373 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
19374 each type used has a variable of that type.
19375
19376Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
19377
19378 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
19379
19380Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19381
19382 * configure.in: change srctrigger to be a file, not a directory
19383
19384Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
19385
19386 * configure.in (mips-idt-ecoff*): Added trailing '*'.
19387
19388 * gdb.t11/list.exp: Fixed a couple of typos.
19389
19390Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19391
19392 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19393 is fixed and PR is closed.
19394 * gdb.t16 (gdbme.c): Add simple test string variable.
19395 * gdb.t16 (printcmds.exp): Add tests with simple test string
19396 variable, primarily for boundaries on "set print elements".
19397
19398Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19399
19400 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19401 Make leading 0's optional and don't expect a tab in the middle
19402 of the number.
19403
19404 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19405
19406 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19407 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19408 don't end command passed to gdb_test with newline.
19409
19410 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19411 signed keyword away, don't expect signed bitfields to be signed.
19412
19413 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19414 printing with only as many 1's as are in the field as well as printing
19415 with 32 1's (see comment).
19416
19417Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19418
19419 * gdb.t00/default.exp: Start with a fresh gdb.
19420 * configure.in (configdirs): Remove gdb.t31 until the chill
19421 compiler works again. It no longer is able to find chillrt0
19422 since it isn't in libchill.a anymore.
19423 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19424 wierd.o, make more modular.
19425 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19426 spurious newlines that caused problems.
19427
19428Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19429
19430 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19431 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19432 gdb.stabs/wierd.{exp,def}: Many new tests.
19433
19434 * gdb.t00/default.exp: update info line for new message.
19435
19436 * gdb.t02/{whatis.exp,gdbme.c}:
19437 Test that "char *" doesn't print as "caddr_t".
19438
19439Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19440
19441 * gdb.t00/help.exp: Use .* in place of some help messages which
19442 just changed.
19443 gdb.t00/default.exp: Update "info frame" test for new message.
19444 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19445 Remove some xfails
19446
19447Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19448
19449 * gdb.t03/{gdbme.c,ptype.exp}:
19450 Add tests for typedef'd struct and union without tags.
19451 Also check "whatis" on a variable of a typedef'd enum without a tag.
19452
19453 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19454 PRMS 1823; the bug still exists but isn't reproduced by this test
19455 anymore), and remove rs6000 XFAIL (the bug is fixed).
19456
19457 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19458 duplicated from whatis.exp. For those that are left, accept
19459 "long", "long int", or "int" for long variables (whatis.exp already
19460 has an XFAIL for "int", so no need to fail it here).
19461
19462 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19463 Deal with GCC's names for types now that GDB uses the compiler's names.
19464
19465 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19466 setup_xfail's for sunos4. If we #defined the signed keyword away,
19467 don't expect GDB to know that char it is signed.
19468
19469 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19470
19471Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19472
19473 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19474 should work on any system, regardless of debugging format.
19475 * gdb.t21/demangle.exp: Move to gdb.t24.
19476 * gdb.t24/demangle.exp: Move from gdb.t21.
19477 * gdb.t24/{Makefile.in, configure.in}: New files.
19478
19479Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19480
19481 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19482 * gdb.stabs: New directory.
19483
19484Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19485
19486 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19487 not just "Quit anyway?".
19488
19489Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19490
19491 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19492 that all setup_xfails are immediately followed by clear_xfails.
19493
19494Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19495
19496 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19497 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19498 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19499 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19500 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19501 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19502 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19503 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19504 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19505 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19506 gdb.t31/chillvars.exp, lib/gdb.exp:
19507 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19508 bug-gdb@prep.ai.mit.edu.
19509
19510Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19511
19512 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19513 with 0.0, not integer 0.
19514
19515Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19516
19517 * gdb.t06/break.exp: Update for "Kill the program" message change.
19518
19519Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19520
19521 * Makefile.in (GDBFLAGS): Set to -nx.
19522 * Makefile.in (site.exp): Use GDBFLAGS.
19523
19524Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19525
19526 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19527 Makefiles.
19528 (check): depend on just-check.
19529 (just-check): added so that tests can be run without a noop
19530 build pass.
19531
19532Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19533
19534 Switch to using configure's configdirs.
19535 * Makefile.in (Makefile): add configure.in dependency.
19536 (SUBDIRS): removed redundant assignment.
19537 * configure.in: switch subdirs assignment to configdirs.
19538 * gdb.t*/configure.in: new files.
19539
19540Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19541
19542 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19543 works.
19544
19545Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19546
19547 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19548 in explicit rules. Apparently this is not supported by some makes.
19549
19550Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19551
19552 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19553
19554Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19555
19556 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19557 disappeared.
19558
19559Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19560
19561 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19562
19563Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19564
19565 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19566 watchpoint problem that is now fixed.
19567 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19568 uninitialized convenience variables.
19569 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19570 structures.
19571
19572Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19573
19574 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19575 which causes expect to get out of sync with gdb on long output
19576 from help set.
19577 * gdb.t09/corefile.exp: Make expected pattern for core file
19578 failing signal and frame output format less sun specific.
19579
19580Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19581
19582 * gdb.t31/chillvars.exp: Add and remove initial dummy
19583 breakpoint, so that symbol table is forced in.
19584 (Needed at least on Sunos4, though it seems not SVR4.)
19585 * gdb.t31/chillvars.exp: Update for changed output format.
19586
19587Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19588
a9c64011 19589 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19590
19591Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19592
19593 * Makefile.in: Added --srcdir when invoking runtest, removed the
19594 need for a local config file. (optional now)
19595
19596Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19597
19598 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19599 failure count used to force early termination. Add some more
19600 expected failures for gnu style demangling.
19601
19602Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19603
19604 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19605 pmi variable from gdb.t20/gdbme to get optimized away.
19606 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19607 Check for written corefile upon timeout _and_ eof.
19608
19609Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19610
19611 * config/unix-gdb.exp: Add missing return 0.
19612
19613Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19614
19615 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19616 test termination.
19617
19618Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19619
19620 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19621 disappeared.
19622
19623Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19624
19625 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19626 time as i860 support works.
19627
d63a86f8 19628 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19629 "backtrace 100\r" rather than just "backtrace\r", to match last
19630 change.
19631
19632Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19633
19634 * config/udi-gdb.exp (gdb_exit): Remove close command.
19635 (gdb_target_udi): New procedure to set the UDI target.
19636 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19637 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19638 Added waits for prompts after several question responses. Added
19639 some more responses used by a29k-amd-udi-gdb.
19640 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19641 pass different arguments, restart UDI connection after program
19642 completion.
19643 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19644 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19645 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19646 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19647 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19648 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19649 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19650 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19651 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19652 after program completion.
19653 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19654 compiled with a SELECT_VECS setting.
19655 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19656 infinite recursion.
19657
19658 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19659 Added checks for COFF results, and made them expected failures for
19660 all targets. It would be better to make them expected failures
19661 for COFF targets only.
19662
19663Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19664
19665 * Makefile.in: add null dvi target, don't bother to recurse
19666 through test directories for info and install-info; rename
19667 $(datadir) to be dejagnu instead of deja-gnu
19668
19669Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19670
19671 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19672 compiler to coredump.
19673 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19674 code.
19675
19676Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19677
19678 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19679 coredump.
19680 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19681 code.
19682
19683Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19684
19685 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19686 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19687 which in a shell. Deletes xgdb when done.
19688 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19689 Tests the return from the "set height" or "set width" commands.
19690 Added a few return codes where needed.
19691
19692Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19693
19694 * Makefile.in (SUBDIRS): Add gdb.t17.
19695 * configure.in (subdirs): Add gdb.t17.
19696 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19697 files to test gdb's calling of functions in the inferior with
19698 the correct arguments and gdb's ability to retrieve any
19699 result returned.
19700
19701Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19702
19703 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19704 may be called after gdb goes away. Previous versions of expect
19705 needed these to avoid file descriptor leaks, but they cause
19706 errors with the current revision of expect.
19707 * gdb.t00/gdbvars.exp: Use -re on expected output after
19708 setting sevenbit-strings.
19709 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19710 to set sevenbit-strings consistent across tests.
19711 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19712 set sevenbit-strings consistent across tests.
19713
19714Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19715
19716 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19717 expected output to match current "expect" expectations.
19718
19719Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19720
19721 * gdb.t00/default.exp: Change expected output for default "source"
19722 command, to match new gdb behavior which requires a filename to
19723 source.
19724
19725Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19726
19727 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19728 expected fail for i486-*-* that misses the marker2 function.
19729 * gdb.t10/crossload.exp (bfddefault): Allow successful
19730 recognition of a format to pass even if no symbols are found.
19731 Explicitly catch failures where the format is not recognized
19732 or is ambiguous, and add the reason to the fail message.
19733 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19734 the cause is and invalid target and add reason to failure message.
19735 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19736 elf32-i386, elf32-sparc, and elf32-i860.
19737 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19738 Set up expected failure for 'filename'::variable scope resolution,
19739 which is now apparently broken on all targets.
19740 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19741 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19742 gdb.t23/templates.exp: Change failure for missing binfile into
19743 just a warning.
19744 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19745 references.
19746
19747Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19748
19749 * gdb.t00/default.exp: Add expected output for default "source"
19750 command, to match new gdb behavior.
19751 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19752
19753Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19754
19755 * config/*-gdb.exp: returns an error, rather than exiting on
19756 internal errors.
19757
19758Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19759
19760 * gdb.t03/gdbme.c: Add pointer to struct variable.
19761 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19762 referencing struct members.
19763
19764Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19765
19766 * configure.in (mips-idt-ecoff): New target.
19767 * config/mips-gdb.exp: New file for remote board using MIPS remote
19768 debugging protocol.
19769
19770 * Redid configuration scheme. Removed gdb.t*/configure.in.
19771 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19772 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19773 distclean targets. Built executables via .o files. Adjusted
19774 tests to account for source files in $(srcdir) rather than
19775 $(objdir).
19776 * lib/gdb.exp (runto): Don't expect () after the function name,
19777 because it may have arguments.
19778
19779Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19780
19781 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19782 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19783 expected failures for mips-idt-* and mips-sgi-*.
19784 * gdb.t00/default.exp (attach): Kill process if requested.
19785 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19786 that does not read core files.
19787 * gdb.t01/run.exp: Removed checks for exit status code.
19788 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19789 it is linked in.
19790 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19791 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19792 appropriate, rather than doing it by hand.
19793 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19794 execution.
19795 * gdb.t10/crossload.exp: Kill existing program if needed.
19796 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19797 appropriate, rather than doing it by hand. Always increase
19798 timeout for this test, not just for VxWorks.
19799
19800Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19801
19802 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19803 of Chill STRUCT types and STRUCT values.
19804 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19805 than "char".
19806 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 19807 struct2): New struct definitions and initializations to test
c906108c
SS
19808 simple Chill STRUCT types.
19809
19810Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19811
19812 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19813 the null byte at the end of strings.
19814 * gdb.t00/default.exp: Make show version insensitive to copyright
19815 date.
19816 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19817 to avoid dependencies on target char signedness.
19818 * gdb.t16/printcmds.exp: Update expected results for explicitly
19819 unsigned char.
19820 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19821 now work.
19822 * gdb.t21/demangle.exp: Add many more patterns for template
19823 demangling, most of them being expected failures.
19824 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19825 string we are matching for, to match on the whole string.
19826 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19827 and fix a whole bunch that had incorrect expected output but were
19828 passing anyway because of the bug in "proc demangle".
19829 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19830 type.
19831 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19832
19833Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19834
a9c64011
AS
19835 * gdb/testsuite: made modifications to testcases, etc., to allow
19836 them to work properly given the reorganization of deja-gnu and the
19837 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
19838
19839Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19840
19841 * gdb/testsuite: Initial creation of gdb/testsuite.
19842 Migrated dejagnu testcases and support files for testing nm to
19843 gdb/testsuite from deja-gnu. These files were moved "as is"
19844 with no modifications. This migration is part of a major overhaul
19845 of dejagnu. The modifications to these testcases, etc., which
19846 will allow them to work with the new version of dejagnu will be
19847 made in a future update.
48efe704 19848
8d8cb839 19849 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 19850\f
8d8cb839
EZ
19851;; Local Variables:
19852;; mode: change-log
19853;; left-margin: 8
19854;; fill-column: 74
19855;; version-control: never
19856;; End:
902f2ccb
MC
19857
19858 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 19859 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
19860 Copying and distribution of this file, with or without modification,
19861 are permitted provided the copyright notice and this notice are preserved.