]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/testsuite/
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cbf68a60
TS
12012-04-16 Thomas Schwinge <thomas@codesourcery.com>
2
3 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
4
8264ba82
AG
52012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6
7 PR mi/13393
8 * gdb.mi/mi-var-rtti.cc: New file.
9 * gdb.mi/mi-var-rtti.exp: New file.
10 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
11 function.
12 (mi_varobj_update_with_type_change): updated to avoid code duplication.
13
de0919f8 142012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
15
16 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
17 EXECUTABLES.
18 * gdb.python/py-explore.c: C program used for testing the new
19 'explore' command on C constructs.
20 * gdb.python/py-explore.cc: C++ program used for testing the new
21 'explore' command on C++ constructs.
22 * gdb-python/py-explore.exp: Tests for the new 'explore'
23 command on C constructs.
24 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
25 command on C++ constructs.
26
a82da7dd
MK
272012-04-07 Mark Kettenis <kettenis@gnu.org>
28
29 * gdb.base/funcargs.exp (complex_args): Fix typo.
30
e127cba8
JK
312012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
34 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
35
40e084e1
KS
362012-04-05 Keith Seitz <keiths@redhat.com>
37
38 * gdb.base/advance.exp: Update error message for
39 "advance malformed" test.
40 * gdb.base/break.exp: Likewise for "breakpoint with
41 trailing garbage" test.
42 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
43 with trailing garbage" test.
44 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
45 trailng garbage" test.
46 * gdb.base/until.exp: Likewise for "malformed until" test.
47 * gdb.cp/ovldbreak.exp: Create the breakpoint table
48 for "breakpoint info (after setting on all)".
49 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
50 tests.
51 * gdb.cp/cplabel.cc: New file.
52 * gdb.cp/cplabel.exp: New test.
53 * gdb.linespec/ls-errs.c: New file.
54 * gdb.linespec/ls-errs.exp: New test.
55
a72c8f6a
JK
562012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
57
58 * gdb.trace/unavailable.exp
59 (collect globals: print object on: print derived_partial)
60 (collect globals: print object on: print derived_whole)
61 (collect globals: print object off: print derived_partial)
62 (collect globals: print object off: print derived_whole): Update
63 expected output.
64
f87a3023
KS
652012-03-30 Keith Seitz <keiths@redhat.com>
66
67 * gdb.python: Add test for linespecs with commas.
68
e2171b3c
KS
692012-03-28 Keith Seitz <keiths@redhat.com>
70
71 * gdb.linespec/ls-dollar.cc: New file.
72 * gdb.linespec/ls-dollar.exp: New test.
73
742012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
75
76 * gdb.cp/namespace.exp: Add breakpoint tests for functions
77 starting with the global namespace.
78
2f4e0a80
DE
792012-03-23 Doug Evans <dje@google.com>
80
81 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
82
7b282c5a
SCR
832012-03-22 Siva Chandra Reddy <sivachandra@google.com>
84
85 * gdb.python/py-value.cc: Add test case for testing the
86 methodology exposing C++ values to Python.
87 * gdb.python/py-value-cc.exp: Add tests testing the methodology
88 exposing C++ values to Python.
89 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
90
2e98ca53
JK
912012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
92 Siddhesh Poyarekar <siddhesh@redhat.com>
93
94 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
95 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
96 (generate native core dump): Make the test unsupported if core cannot
97 be generated.
98
8320cc4f
JK
992012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
102 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
103 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
104
3a69ffb2
JK
1052012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
106
107 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
108
8fabffee
DE
1092012-03-17 Doug Evans <dje@google.com>
110
111 * dg-extract-results.sh: Handle KFAILs.
112
ab260dad
JK
1132012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 PR symtab/13777
116 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
117
53ba8333
JB
1182012-03-16 Joel Brobecker <brobecker@adacore.com>
119
120 * gdb.ada/set_pckd_arr_elt: New testcase.
121
481860b3
GB
1222012-03-16 Gary Benson <gbenson@redhat.com>
123
124 PR breakpoints/10738
125 * gdb.opt/inline-break.exp: New file.
126 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
127 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
128 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
129 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
130 * gdb.base/async-shell.exp: Likewise.
131 * lib/mi-support.exp (library_loaded_re): Likewise.
132
410528f0
TT
1332012-03-15 Tom Tromey <tromey@redhat.com>
134
135 * gdb.cp/virtfunc2.exp: Update expected output.
136 * gdb.cp/pr9631.exp: Update expected output.
137 * gdb.cp/member-ptr.exp: Update expected output.
138 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
139 output.
140 * gdb.cp/casts.exp: Update expected output.
141
c4aeac85
TT
1422012-03-15 Tom Tromey <tromey@redhat.com>
143
144 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
145 (test_info_vtbl): Likewise.
146 (do_tests): Call test_info_vtbl.
147 * gdb.cp/virtfunc.cc (va): New global.
148
856d06f9
TS
1492012-03-15 Thomas Schwinge <thomas@codesourcery.com>
150
151 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
152 describing DWARF data structures.
153 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
154 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
155 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
156 * gdb.dwarf2/dw2-entry-value.S: Likewise.
157 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
158 * gdb.dwarf2/dw2-param-error.S: Likewise.
159 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
160 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
161 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
162 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
163 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
164 * gdb.dwarf2/pr11465.S: Likewise.
165
e837f12a
JK
1662012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * gdb.mi/mi2-prompt.exp: New file.
169
ccbb4f28
JB
1702012-03-13 Joel Brobecker <brobecker@adacore.com>
171
172 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
173
32039130
JB
1742012-03-13 Joel Brobecker <brobecker@adacore.com>
175
176 * gdb.ada/bp_range_type: New testcase.
177
16899756
DE
1782012-03-13 Doug Evans <dje@google.com>
179
180 * gdb.base/default.exp: Delete tests for symbol-reloading.
181 * gdb.base/help.exp: Ditto.
182 * gdb.base/setshow.exp: Ditto.
183 * gdb.base/gdb_history: Delete references to symbol-reloading.
184
87b0bb13
JK
1852012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 * gdb.base/attach-twice.c: New files.
188 * gdb.base/attach-twice.exp: New files.
189
0d7941a9
KS
1902012-03-08 Keith Seitz <keiths@redhat.com>
191
192 * lib/gdb.exp (gdb_get_line_number): Throw an
193 error instead of returning -1.
194 * gdb.base/break.exp: Remove unused variable
195 bp_location5.
196 * gdb.base/hbreak2.exp: Likewise.
197 * gdb.base/sepdebug.exp: Likewise.
198
f4647387
YQ
1992012-03-08 Yao Qi <yao@codesourcery.com>
200 Pedro Alves <palves@redhat.com>
201
202 Fix PR server/13392.
203 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
204 (tracepoint_change_loc_2): Remove kfail. Return if failed to
205 download tracepoints.
206 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
207 (pending_tracepoint_resolved_during_trace): Likewise.
208 (pending_tracepoint_installed_during_trace): Likewise.
209 (pending_tracepoint_with_action_resolved): Likewise.
210
83c532cb
KS
2112012-03-08 Keith Seitz <keiths@redhat.com>
212
213 * gdb.ada/array_bounds.exp: Get breakpoint for line
214 with "START", not "STOP".
215 * gdb.python/py-infthread.exp: Do not continue to
216 line marked "Break here.", which is undefined.
217
d6b6bbb7
LM
2182012-03-08 Luis Machado <lgustavo@codesourcery.com>
219
220 Revert:
221
222 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 Implement testsuite workaround for PR breakpoints/13781.
225 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
226 (set breakpoint condition-evaluation host): New conditional command.
227
7fe25d9b
JK
2282012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 Fix CU relative vs. absolute DIE offsets.
231 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
232 one.
233
51898c15
JK
2342012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 Fix false FAIL on distros with relro linkage as default.
237 * gdb.reverse/solib-precsave.exp: Try to compile the test using
238 -Wl,-z,norelro first.
239
8131799e
JB
2402012-03-06 Joel Brobecker <brobecker@adacore.com>
241
242 * gdb.ada/bp_on_var: New testcase.
243
ba241969
JB
2442012-03-06 Joel Brobecker <brobecker@adacore.com>
245
246 * gdb.ada/bp_enum_homonym: New testcase.
247
abe49676
YQ
2482012-03-06 Yao Qi <yao@codesourcery.com>
249
250 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
251 x86_64-*-* and i?86-*-*.
252 Set up KFAIL for gdb/13808.
253
d8df103b
TT
2542012-03-05 Tom Tromey <tromey@redhat.com>
255
256 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
257 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
258
b7b189f3
TT
2592012-03-05 Tom Tromey <tromey@redhat.com>
260
261 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
262
69dc1c4d
YQ
2632012-03-04 Yao Qi <yao@codesourcery.com>
264
265 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
266 messages for KFAIL.
267
3f20c47f
JK
2682012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
269
270 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
271 (print one_two_three, indexes off, print few_reps, indexes off)
272 (print many_reps, indexes off, print empty, indexes off)
273 (print one_two_three, print few_reps, print many_reps, print empty):
274 Call setup_xfail if $gcc_old.
275
abf1152a
JK
2762012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 Implement testsuite workaround for PR breakpoints/13781.
279 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
280 (set breakpoint condition-evaluation host): New conditional command.
281
a06715f8
JK
2822012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
283
284 Code cleanup.
285 * gdb.cp/mb-templates.exp: New variables executable. Use it for
286 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
287 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
288 number 1 by $bpnum. Four times.
289
5808517f
YQ
2902012-03-03 Yao Qi <yao@codesourcery.com>
291
292 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
293
dfe2ac14
JK
2942012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 Setup KFAIL for PR server/13796.
297 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
298
8bbc467a
JB
2992012-03-02 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.ada/operator_bp: New testcase.
302
c0eac87f
JB
3032012-03-02 Joel Brobecker <brobecker@adacore.com>
304
305 * gdb.ada/info_locals_renaming: New testcase.
306
4f42c881
TT
3072012-03-02 Tom Tromey <tromey@redhat.com>
308
309 * gdb.base/nextoverexit.c: New file.
310 * gdb.base/nextoverexit.exp: New file.
311
7380c0c9
EBM
3122012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
313
314 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
315 parameter.
316
1faeff08
MR
3172012-03-01 Maciej W. Rozycki <macro@mips.com>
318
319 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
320 core registers.
321
320b6f49
MR
3222012-03-01 Maciej W. Rozycki <macro@mips.com>
323 Maciej W. Rozycki <macro@codesourcery.com>
324 Daniel Jacobowitz <dan@codesourcery.com>
325
326 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
327
ad5f7d6e
PA
3282012-03-01 Pedro Alves <palves@redhat.com>
329
330 PR gdb/13767
331
332 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
333 (gdb_collect_globals_test): Call it.
334
d3dc44a6
KS
3352012-03-01 Keith Seitz <keiths@redhat.com>
336
337 * gdb.cp/method2.exp: Output of overload menu is now
338 alphabetized. Update tests for "break A::method".
339 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
340 of hard-coding them.
341 Overload menu is alphabetized: rewrite to accommodate.
342 Unset variables LINE and TYPES which are used in other tests.
343 Compute the output of "info break".
344 Update the breakpoint table after all breakpoints are deleted.
345 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
346 compute ACTUALS and the method body based on parameters.
347 Update expected output accordingly.
348 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
349 unique comments to allow the use of gdb_get_line_number.
350
3512012-03-01 Keith Seitz <keiths@redhat.com>
352
353 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
354 some Tcl syntax.
355 * gdb.cp/ovldbreak.exp: Likewise.
356
7949c2a0
KS
3572012-03-01 Keith Seitz <keiths@redhat.com>
358
359 * gdb.base/help.exp (help show user): Update expected result
360 for new doc string changes (add "non-python").
361
7d74f244
DE
3622012-03-01 Scott J. Goldman <scottjg@vmware.com>
363
364 * gdb.python/py-cmd.exp: Add test to verify that python commands can
365 be put in the user-defined category and that the commands appear in
366 "help user-defined".
367
1b611343
JB
3682012-02-29 Joel Brobecker <brobecker@adacore.com>
369
370 * gdb.ada/tagged_not_init: New testcase.
371
99b1c762
JB
3722012-02-29 Joel Brobecker <brobecker@adacore.com>
373
374 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
375 * gdb.ada/enum_idx_packed: New testcase.
376
2d4a02ee
JB
3772012-02-29 Joel Brobecker <brobecker@adacore.com>
378
379 * gdb.ada/aliased_array: New testcase.
380
2e6fda7d
JB
3812012-02-29 Joel Brobecker <brobecker@adacore.com>
382
383 * gdb.ada/whatis_array_val: New testcase.
384
9a7f938f
JK
3852012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
386
387 Fix disp-step-syscall.exp: fork: single step over fork.
388 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
389 whitespaces.
390 (single step over $syscall): Remove its check.
391 (single step over $syscall final pc): New check.
392
8703a944
JK
3932012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
394
395 Support processors without SSSE3.
396 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
397 pabsd into ...
398 (ssse3_test): ... a new function.
399 (main): Call ssse3_test.
400 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
401 Update expected values everywhere.
402 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
403 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
404 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
405 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
406 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
407 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
408 Move these tests lower.
409 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
410 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
411 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
412 New tests.
413
c03e6ccc
YQ
4142012-02-29 Yao Qi <yao@codesourcery.com>
415 Pedro Alves <palves@redhat.com>
416
417 * gdb.trace/trace-mt.c: New.
418 * gdb.trace/trace-mt.exp: New.
419
7964b62a
TS
4202012-02-28 Thomas Schwinge <thomas@codesourcery.com>
421
2c8910ba
TS
422 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
423 numbers instead of hardcoding them.
424 * gdb.base/annota1.c: Provide suitable markers.
425 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
426 numbers instead of hardcoding them.
427 * gdb.base/annota3.c: Provide suitable markers.
428
429 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
430 * gdb.base/annota3.c: Likewise.
431 * gdb.base/sigall.c: Likewise.
432 * gdb.base/signals.c: Likewise.
433 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 434
5a41c0b7
MR
4352012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
436
437 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
438 failure return path.
439
ebbbe5c5
LM
4402012-02-27 Luis Machado <lgustavo@codesourcery.com>
441
442 * gdb.base/save-bp.exp: Account for new condition evaluator output.
443
8d126d8a
LM
4442012-02-24 Luis Machado <lgustavo@codesourcery.com>
445
446 * gdb.base/cond-eval-mode.exp: New file.
447
11337c2f
PA
4482012-02-24 Pedro Alves <palves@redhat.com>
449
450 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
451 (top level): Use with_test_prefix.
452
13fc3e3c
PA
4532012-02-24 Pedro Alves <palves@redhat.com>
454
455 * gdb.threads/attach-into-signal.exp (corefunc): Use
456 with_test_prefix.
457
07c1b626
JK
4582012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
459
460 Fix false FAILs on old CPUs without SSE.
461 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
462 Return untested for Illegal instruction.
463
596ba138
JK
4642012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 Fix false FAILs with glibc debug infos installed.
467 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
468 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
469
aeaa2474
SA
4702012-02-22 Sterling Augustine <saugustine@google.com>
471
472 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
473 constant with cast.
474
aed555c9
PA
4752012-02-21 Pedro Alves <palves@redhat.com>
476
477 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
478
78afebb4
PA
4792012-02-21 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
482
fdcfef12
PA
4832012-02-21 Pedro Alves <palves@redhat.com>
484
485 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
486 with_test_prefix.
487
0f4d39d5
PA
4882012-02-21 Pedro Alves <palves@redhat.com>
489
490 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
491 with_test_prefix here.
492 (top level): Do it here instead. Remove `:' from the
493 with_test_prefix string.
494 * gdb.base/attach-pie-misread.exp: Remove the leading space the
495 the suffix `:' from the with_test_prefix prefix string.
496 * gdb.base/break-interp.exp: Ditto.
497 * gdb.base/catch-load.exp: Ditto.
498 * gdb.base/disp-step-syscall.exp: Ditto.
499 * gdb.base/jit-so.exp: Ditto.
500 * gdb.base/jit.exp: Ditto.
501 * gdb.base/sepdebug.exp: Ditto.
502 * gdb.base/solib-display.exp: Ditto.
503 * gdb.base/solib-overlap.exp: Ditto.
504 * gdb.base/watch-cond-infcall.exp: Ditto.
505 * gdb.base/watchpoint.exp: Ditto.
506 * gdb.dwarf2/dw2-noloc.exp: Ditto.
507 * gdb.mi/mi-watch.exp: Ditto.
508 * gdb.mi/mi2-watch.exp: Ditto.
509 * gdb.threads/non-ldr-exc-1.exp: Ditto.
510 * gdb.threads/non-ldr-exc-2.exp: Ditto.
511 * gdb.threads/non-ldr-exc-3.exp: Ditto.
512 * gdb.threads/non-ldr-exc-4.exp: Ditto.
513 * gdb.threads/watchpoint-fork.exp: Ditto.
514 * gdb.threads/watchthreads-reorder.exp: Ditto.
515 * gdb.trace/change-loc.exp: Ditto.
516 * gdb.trace/pending.exp: Ditto.
517 * gdb.trace/status-stop.exp: Ditto.
518 * gdb.trace/strace.exp: Ditto.
519 * gdb.trace/trace-break.exp: Ditto.
520 * gdb.trace/unavailable.exp: Ditto.
521 * lib/gdb.exp (with_test_prefix): Always prefix with space and
522 suffix with colon. Adjust leading comments.
523
6a5870ce
PA
5242012-02-21 Pedro Alves <palves@redhat.com>
525 Tom Tromey <tromey@redhat.com>
526
527 * lib/gdb.exp: Add description of test prefixes.
528 (with_test_prefix): New procedure.
529 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
530 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
531 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
532 instead of lappend to append to pf_prefix.
533 * gdb.base/catch-load.exp: Use with_test_prefix.
534 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
535 * gdb.base/jit-so.exp: Use with_test_prefix.
536 * gdb.base/jit.exp: Use with_test_prefix.
537 * gdb.base/return-nodebug.exp (do_test): Use append instead of
538 lappend to append to pf_prefix.
539 * gdb.base/sepdebug.exp: Use with_test_prefix.
540 * gdb.base/solib-display.exp: Use with_test_prefix.
541 * gdb.base/solib-overlap.exp: Use with_test_prefix.
542 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
543 * gdb.base/watchpoint.exp: Use with_test_prefix.
544 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
545 * gdb.mi/mi-watch.exp: Use with_test_prefix.
546 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
547 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
548 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
549 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
550 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
551 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
552 append instead of lappend to append to pf_prefix.
553 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
554 * gdb.trace/change-loc.exp: Use with_test_prefix.
555 * gdb.trace/pending.exp: Use with_test_prefix.
556 * gdb.trace/status-stop.exp: Use with_test_prefix.
557 * gdb.trace/strace.exp: Use with_test_prefix.
558 * gdb.trace/trace-break.exp: Use with_test_prefix.
559 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
560 instead of lappend to append to pf_prefix.
561
35dc4a6b
JK
5622012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
563
564 Fix racy FAILs.
565 * gdb.base/inferior-died.c (main): Add return of 0.
566 * gdb.base/inferior-died.exp (continue): Fix expectation of
567 asynchronous events.
568 (p 1): New test.
569
c5a006e6
PA
5702012-02-20 Pedro Alves <palves@redhat.com>
571
572 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
573 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
574 gdb's internal debug output. For the non-threaded case, look for
575 "Program received signal SIGLARM", for the threaded case, peek at
576 the thread's siginfo.
577
cc51a170
PA
5782012-02-20 Pedro Alves <palves@redhat.com>
579
580 General cleanup, make output test messages unique, and build
581 different executable files for the non-threaded and threaded
582 cases.
583
584 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
585 Delete.
586 (executable_nothr, executable_thr): New globals.
587 (top level): Adjust to delete both executables.
588 (corefunc): New parameter $executable. Set $pf_prefix instead of
589 hand writing a prefix in tests. Issue a clean_restart and enable
590 lin-lwp debug output here.
591 (top level): Adjust. Use build_executable. Don't start gdb here,
592 and don't enable lin-lwp debug output here.
593 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
594
c755f03d
JK
5952012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 Fix racy FAILs.
598 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
599 "continue" command.
600
6bec5e0a
JK
6012012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 Fix for gdbserver non-extended mode.
604 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
605 and gdb_run_cmd.
606
2e8265fd
TT
6072012-02-17 Tom Tromey <tromey@redhat.com>
608
609 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
610 * gdb.python/py-events.exp: Check 'dir' output.
611 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
612
9e507076
YQ
6132012-02-17 Yao Qi <yao@codesourcery.com>
614
615 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
616
32d22ab1
TT
6172012-02-16 Tom Tromey <tromey@redhat.com>
618
619 * gdb.base/inferior-died.c: Don't include stdio.h.
620
9addecb9
TT
6212012-02-16 Tom Tromey <tromey@redhat.com>
622
623 * gdb.base/inferior-died.c: New file.
624 * gdb.base/inferior-died.exp: New file.
625
4cb6da1c
AR
6262012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
627
628 * gdb.base/break-inline.exp: New file.
629 * gdb.base/break-inline.c: New file.
630
3af2590d
TT
6312012-02-15 Tom Tromey <tromey@redhat.com>
632
633 * gdb.base/pc-fp.exp: Add "info register" tests.
634
29988831
TT
6352012-02-15 Tom Tromey <tromey@redhat.com>
636
637 * gdb.base/regs.exp: Remove.
638
10010058
PA
6392012-02-15 Pedro Alves <palves@redhat.com>
640
641 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
642 the target doesn't support tracepoints.
643 * gdb.trace/circ.exp: Ditto.
644 * gdb.trace/collection.exp: Ditto.
645 * gdb.trace/packetlen.exp: Ditto.
646 * gdb.trace/passc-dyn.exp: Ditto.
647 * gdb.trace/report.exp: Ditto.
648 * gdb.trace/tfind.exp: Ditto.
649 * gdb.trace/tspeed.exp: Ditto.
650 * gdb.trace/tsv.exp: Ditto.
651 * gdb.trace/unavailable.exp: Ditto.
652 * gdb.trace/while-dyn.exp: Ditto.
653
a2e0062d
PA
6542012-02-15 Pedro Alves <palves@redhat.com>
655
656 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
657 gdb_test_multiple, and call unsupported instead of fail, if the
658 remote side does not support the request.
659
a1999d40
PA
6602012-02-15 Pedro Alves <palves@redhat.com>
661
662 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
663 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
664 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
665 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
666 * gdb.server/server-run.exp: Make sure gdb is disconnected.
667 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
668 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
669 doesn't start with "extended-" already.
670
7cee1e54
PA
6712012-02-15 Pedro Alves <palves@redhat.com>
672
673 Support extended-remote. Avoid cascading timeouts.
674
675 * gdb.base/attach.exp (do_attach_tests): Add expected output for
676 the extended-remote target. If attaching with no file fails, load
677 the file manually.
678 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
679
816338b5
SS
6802012-02-14 Stan Shebs <stan@codesourcery.com>
681
682 * gdb.base/ena-dis-br.exp: Add enable count test.
683
cc30c4bd
PA
6842012-02-13 Pedro Alves <palves@redhat.com>
685
686 * config/mips-idt.exp: Delete.
687 * gdb.base/a2-run.exp: Remove mips-idt xfails.
688 * gdb.base/bitfields.exp: Remove mips-idt restarts.
689 * gdb.base/break.exp: Remove mips-idt references.
690 * gdb.base/chng-syms.exp: Ditto.
691 * gdb.base/default.exp: Ditto.
692 * gdb.base/funcargs.exp (funcargs_reload): Delete.
693 (top level): Don't call it.
694 * gdb.base/opaque.exp: Remove mips-idt restarts.
695 * gdb.base/ptype.exp: Remove mips-idt xfails.
696 * gdb.base/scope.exp: Remove mips-idt restarts.
697 * gdb.base/sepdebug.exp: Remove mips-idt references.
698 * gdb.base/watchpoint.exp (maybe_clean_restart)
699 (maybe_reinitialize): Delete.
700 (test_disabling_watchpoints, test_disabling_watchpoints)
701 (test_watchpoint_triggered_in_syscall)
702 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
703 Don't call them.
704
57008375
JK
7052012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
706
707 * gdb.server/server-exec-info.exp: New file.
708
4a2d9c08
PA
7092012-02-10 Pedro Alves <palves@redhat.com>
710
711 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
712 always non-empty.
713 (test_attach): Always pass $exec to test_attach_gdb.
714
09fa21bd
TT
7152012-02-08 Tom Tromey <tromey@redhat.com>
716
717 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
718 before inferior is started.
719
f0823d2c
TT
7202012-02-07 Tom Tromey <tromey@redhat.com>
721
722 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
723 Symbol.value.
724 * gdb.python/py-symbol.c (qq): Set default value.
725
7262012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
727
728 * gdb.python/py-symbol.c (qq): New global.
729 * gdb.python/py-symbol.exp: Add test for frame-less
730 lookup_symbol.
731 * gdb.python/py-symtab.exp: Fix line number.
732
f7e44f65
JB
7332012-02-03 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.ada/mi_task_arg: New testcase.
736
4c9ed63c
PA
7372012-02-02 Pedro Alves <palves@redhat.com>
738
739 * gdb.reverse/until-precsave.exp: Also put "record save" under the
740 extended timeout.
741
c0b9f2c6
PA
7422012-02-02 Pedro Alves <palves@redhat.com>
743
744 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
745 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
746
5f8cefd7
PA
7472012-02-02 Pedro Alves <palves@redhat.com>
748
749 * gdb.base/term.exp: Rewrite.
750 * gdb.base/term.c: New.
751
2f3a2569
PA
7522012-02-02 Pedro Alves <palves@redhat.com>
753
754 * gdb.base/default.exp (run "r" abbreviation, run): Add
755 extended-remote expected output.
756
f149aabd
TT
7572012-02-02 Tom Tromey <tromey@redhat.com>
758
759 * gdb.cp/dispcxx.exp: New file.
760 * gdb.cp/dispcxx.cc: New file.
761
03bef283
TT
7622012-02-01 Tom Tromey <tromey@redhat.com>
763
764 * gdb.base/jit-simple.exp: New file.
765 * gdb.base/jit-simple.c: New file.
766
a79b18b5
YQ
7672012-01-30 Yao Qi <yao@codesourcery.com>
768
769 * gdb.base/skip.exp: Make test result unique.
770
f0d1a53e
JK
7712012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
774 compatibility with valgrind-3.7.0.
775
4b3c9f41
PA
7762012-01-27 Pedro Alves <palves@redhat.com>
777
778 * gdb.base/watchpoint.exp (no_hw): New global.
779 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
780 disable hw watchpoints.
781 (test_wide_location_1, test_wide_location_2): If no_hw is set,
782 don't expect hw watchpoints.
783 (no_hw_watchpoints): Always clean restart.
784 (do_tests): New procedure, factored out from the top level.
785 (top level): Run tests twice. Once with hw watchpoints enabled,
786 another time with hw watchpoints disabled.
787
a13491c8
PA
7882012-01-27 Pedro Alves <palves@redhat.com>
789
790 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
791 out from the top level.
792 (top level): Call it instead.
793
f2c8a051
PA
7942012-01-27 Pedro Alves <palves@redhat.com>
795
796 * gdb.base/watchpoint.exp (top level): Re-enable hardware
797 watchpoints sooner.
798
654d7a9e
PA
7992012-01-27 Pedro Alves <palves@redhat.com>
800
801 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
802
274f47f3
PA
8032012-01-27 Pedro Alves <palves@redhat.com>
804
805 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
806 "You may have requested too many hardware
807 breakpoints/watchpoints".
808
e4d63ba2
PA
8092012-01-27 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/watchpoint.exp (maybe_clean_restart)
812 (maybe_reinitialize): New.
813 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
814 expect "hit N times".
815 (test_disabling_watchpoints, test_complex_watchpoint)
816 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
817 Call maybe_clean_restart.
818 (top level): Use clean_restart. Remove "mips-idt-*"
819 reinitialization.
820
dbd95daf
PA
8212012-01-27 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
824
f3ad2025
PA
8252012-01-27 Pedro Alves <palves@redhat.com>
826
827 * gdb.base/watchpoint.exp: Clean restart after tests that don't
828 require `initialize' anymore. Remove unnecessary `initialize'
829 calls.
830
100aa3ae
PA
8312012-01-27 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/watchpoint.exp (wp_set): Delete.
834 (initialize, test_simple_watchpoint, top level): Remove dead code.
835
c79a8e11
PA
8362012-01-27 Pedro Alves <palves@redhat.com>
837
838 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
839 typo.
840
048fe15a
PA
8412012-01-27 Pedro Alves <palves@redhat.com>
842
843 * config/extended-gdbserver.exp: New file.
844 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
845 comment.
846 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
847 * boards/native-extended-gdbserver.exp: New file.
848
4033a6bf
PA
8492012-01-26 Pedro Alves <palves@redhat.com>
850
851 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
852 and gdb_test_multiple.
853
3d7f4b81
PA
8542012-01-26 Pedro Alves <palves@redhat.com>
855
856 Make test messages unique, and more identifiable.
857 * gdb.multi/watchpoint-multi.exp: Change test messages.
858
484abf42
TT
8592012-01-25 Tom Tromey <tromey@redhat.com>
860
861 * gdb.base/solib-disc.exp: Fix regexps.
862
edcc5120
TT
8632012-01-24 Tom Tromey <tromey@redhat.com>
864
865 * lib/mi-support.exp (mi_expect_stop): Add special case for
866 solib-event.
867 * gdb.base/catch-load-so.c: New file.
868 * gdb.base/catch-load.exp: New file.
869 * gdb.base/catch-load.c: New file.
870 * gdb.base/break-interp.exp (reach_1): Update regexp.
871
30b91c90
JK
8722012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
873
874 Fix fuzzy results.
875 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
876 lpsimple and func.
877
53fe1783
GB
8782012-01-24 Gary Benson <gbenson@redhat.com>
879
880 Delete #if 0'd out code.
881 * gdb.base/default.exp (info catch): Remove.
882 * gdb.base/gdb_history (info catch): Likewise.
883 * gdb.base/help.exp (info catch): Likewise.
884
d0d8b0c6
JK
8852012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 Fix watchpoints to be specific for each inferior.
888 * gdb.multi/watchpoint-multi.c: New file.
889 * gdb.multi/watchpoint-multi.exp: New file.
890
4403d8e9
JK
8912012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 Fix watchpoints across inferior fork.
894 * gdb.threads/watchpoint-fork-child.c: New file.
895 * gdb.threads/watchpoint-fork-mt.c: New file.
896 * gdb.threads/watchpoint-fork-parent.c: New file.
897 * gdb.threads/watchpoint-fork-st.c: New file.
898 * gdb.threads/watchpoint-fork.exp: New file.
899 * gdb.threads/watchpoint-fork.h: New file.
900
050a2e1d
PA
9012012-01-23 Pedro Alves <palves@redhat.com>
902
903 * gdb.base/call-signal-resume.exp: Allow output after "return".
904
6a52fb62
PA
9052012-01-20 Pedro Alves <palves@redhat.com>
906
907 * gdb.python/py-finish-breakpoint.py: Fix typo.
908
145b16a9
UW
9092012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
910
911 * gdb.base/info-proc.exp: Also run on remote targets. Main
912 "info proc" command is now always present; whether target supports
913 actual info proc operation is detected when attempting to issue
914 the command.
915
26f6125e
JK
9162012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
917
918 * .gdbinit: Remove.
919
eb5227ce
PA
9202012-01-19 Pedro Alves <palves@redhat.com>
921
922 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
923 look at the funtions' returns.
924 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
925 (jprint.print(int, int)): Change return type to int. Adjust.
926
1db33378
PP
9272012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
928
929 PR gdb/9538
930 * gdb.base/sepdebug.exp: New test.
931
b9736cf8
PA
9322012-01-18 Pedro Alves <palves@redhat.com>
933
934 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
935 Allow output before ^done.
936
4aac40c8
TT
9372012-01-16 Tom Tromey <tromey@redhat.com>
938
939 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
940 Add tests for relative directory.
941
cafec441
TT
9422012-01-16 Tom Tromey <tromey@redhat.com>
943
944 * gdb.base/printcmds.c (enum flag_enum): New.
945 (three): New global.
946 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
947 enum printing.
948 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
949 FlagEnumerationPrinter.
950 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
951 * gdb.python/py-pp-maint.c (enum flag_enum): New.
952 (fval): New global.
953
abcc4978
PA
9542012-01-16 Pedro Alves <palves@redhat.com>
955
956 * lib/gdb.exp (banned_procedures): New variable.
957 (banned_variables_traced): Rename to ...
958 (banned_traced): ... this.
959 (gdb_init): Also trace banned procedures.
960 (gdb_finish): Also untrace banned procedures.
961
97ccebe8
PA
9622012-01-16 Pedro Alves <palves@redhat.com>
963
964 Remove all calls to strace.
965
2af7517b
JK
9662012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
967
968 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
969 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
970
9241a8bc
PP
9712012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
972
973 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
974 * gdb.base/pie-execl.exp: Likewise.
975
3848a17f
KS
9762012-01-12 Keith Seitz <keiths@redhat.com>
977
978 PR mi/10586
979 * gdb.mi/var-cmd.c (struct anonymous): New structure.
980 (do_anonymous_type_tests): New function.
981 (main): Call do_anonymous_type_tests.
982 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
983 (verify_everything): New procedure.
984 * gdb.mi/mi-var-cp.cc (class A): New class.
985 (anonymous_structs_and_unions): New function.
986 (main): Call anonymous_structs_and_unions.
987 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
988 (verify_everything): New procedure.
989
440e2fca
KS
9902012-01-12 Keith Seitz <keiths@redhat.com>
991
992 * lib/mi-support.exp: Expand comments about PATH_EXPR.
993 (varobj_tree::get_path_expr): Assume that all varobjs are
994 compound unless they are known simple types.
995 Adjust path expressions based on parent type, path parent type,
996 and tree language.
997 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
998 the root varobj.
999 (mi_walk_varobj_tree): Add LANGUAGE parameter.
1000
675399c9
PA
10012012-01-11 Pedro Alves <palves@redhat.com>
1002
1003 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
1004 core files on this machine" anymore.
1005
97ddaa9b
PH
10062012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1007
1008 * gdb.base/watchpoint.c (recurser): Initialize local_x.
1009 (main): Repeat recurser call.
1010 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
1011 equivalent to 'local_x'.
1012
ea733575
PH
10132012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1014 Joel Brobecker <brobecker@adacore.com>
1015
1016 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
1017
2ca0b532
PA
10182012-01-05 Pedro Alves <alves.ped@gmail.com>
1019
1020 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
1021 * gdb.python/py-events.c (first): Add bits for new "step N" test.
1022 * gdb.python/py-events.exp: Test that "step N" tripping on a
1023 breakpoint emits a breakpoint event.
1024
6e681866
JB
10252012-01-03 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.base/auxv.exp: Reformat the copyright notice.
1028
3c2d6aff
YQ
10292012-01-03 Yao Qi <yao@codesourcery.com>
1030
1031 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
1032 (strace_trace_on_diff_addr): New.
1033 * gdb.trace/strace.c: (main): Add two local variables.
1034
0852fee3
UW
10352011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
1036
1037 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
1038 * gdb.cell/gcore.exp: Likewise.
1039 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
1040 to verify the correct instance of main is selected.
1041
12c3e59c
JB
10422012-01-02 Joel Brobecker <brobecker@adacore.com>
1043
1044 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
1045 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
1046 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
1047 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
1048 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
1049 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
1050 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
1051 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
1052 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
1053 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
1054 gdb.threads/thread_check.c: Reformat copyright header.
1055
c0f378ec
EBM
10562011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
1057
e4a7ca93 1058 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
1059 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
1060 is not enabled.
1061
3bc96cfb
JK
10622011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
1065 parameter to self_exec, adjust the function.
1066 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
1067 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
1068 (set var do_exit = 0): Remove test.
1069 (newline at end of file): Add one.
1070
095bcf5e
JB
10712011-12-27 Joel Brobecker <brobecker@adacore.com>
1072
1073 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
1074 New files.
1075
18d19bd1
JK
10762011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1077
1078 Fix racy FAILs.
1079 * gdb.threads/fork-thread-pending.c (barrier): New variable.
1080 (thread_function, thread_forker): Call pthread_barrier_wait for it.
1081 (main): Call pthread_barrier_init for it.
1082
e809353a
JK
10832011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1084
1085 Fix double send_gdb leading to racy FAILs.
1086 * gdb.base/break.exp (set silent break bp_location1): Replace
1087 3x send_gdb and gdb_expect by gdb_test.
1088 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
1089 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
1090 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
1091 instead of send_gdb. Twice.
1092 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
1093 3x send_gdb and gdb_expect by gdb_test.
1094 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
1095
da8cb7ec
JK
10962011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1097
1098 * gdb.linespec/linespec.exp: Compile using {c++}.
1099
ae1a303e
JK
11002011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
1103 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
1104 (verify GCC PR debug/51668): New test.
1105
cc72b2a2
KP
11062011-12-23 Kevin Pouget <kevin.pouget@st.com>
1107
1108 Introduce gdb.FinishBreakpoint in Python.
1109 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
1110 py-finish-breakpoint2
1111 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
1112 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
1113 instead of line number.
1114 * gdb.python/py-finish-breakpoint.c: New file.
1115 * gdb.python/py-finish-breakpoint.exp: New file.
1116 * gdb.python/py-finish-breakpoint.py: New file.
1117 * gdb.python/py-finish-breakpoint2.cc: New file.
1118 * gdb.python/py-finish-breakpoint2.exp: New file.
1119 * gdb.python/py-finish-breakpoint2.py: New file.
1120
3b7962f9
JK
11212011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1122
1123 Partial fix of compatibility with gcc-4.7.
1124 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
1125 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
1126 Add comment to add a PASS case in the future.
1127
6538471c
JK
1128 Fix compatibility with gcc-4.7.
1129 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
1130
7052e42c
UW
11312011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
1132
1133 PR tdep/12797
1134 * gdb.base/callfuncs.exp: Remove KFAIL.
1135
9ac7f98e
JB
11362011-12-21 Joel Brobecker <brobecker@adacore.com>
1137
1138 * gdb.ada/task_bp: New testcase.
1139
f6eeced0
JK
11402011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
1143 -DNO_SECTIONS.
1144 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
1145
72225e17
JK
11462011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1147
1148 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
1149 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
1150 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1151 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
1152 conditional for gcc <= 4.5.
1153
13ac8d2c
JK
11542011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1155
1156 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
1157 by XFAIL.
1158 * gdb.cp/static-method.exp (info addr A::func())
1159 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1160 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1161 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1162 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
1163 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
1164 (test value of F in k3_m): Likewise.
1165 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1166 Likewise.
1167
049682ba
JK
11682011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
1171 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
1172 Remove.
1173 * gdb.threads/attachstop-mt.c: Remove.
1174 * gdb.threads/attachstop-mt.exp: Remove.
1175
2c9d8796
MK
11762011-12-17 Mark Kettenis <kettenis@gnu.org>
1177
1178 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1179
e0f9f062
DE
11802011-12-16 Doug Evans <dje@google.com>
1181
f4aa2101 1182 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
1183 * boards/native-gdbserver.exp: New file.
1184
e0f9f062
DE
1185 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1186 gdbserver output.
1187 (gdbserver_default_get_remote_address): New function.
1188 (gdbserver_start): Call gdb,get_remote_address to compute argument
1189 to "target remote" command.
1190
80b6e756
PM
11912011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1192
1c3ad6ab 1193 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
1194 python print-stack. Add set/show python print-stack
1195 off|full|message tests.
1196
1576bd00
YQ
11972011-12-15 Yao Qi <yao@codesourcery.com>
1198
1199 * gdb.trace/strace.c: New
1200 * gdb.trace/strace.exp: New.
1201
d6a0f6e0
TT
12022011-12-14 Tom Tromey <tromey@redhat.com>
1203
1204 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1205
31015e1d
DE
12062011-12-14 Doug Evans <dje@google.com>
1207
1208 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1209
7b50312a
PA
12102011-12-14 Pedro Alves <pedro@codesourcery.com>
1211
1212 PR threads/10729
1213
1214 * gdb.mi/watch-nonstop.c: New file.
1215 * gdb.mi/mi-watch-nonstop.exp: New file.
1216
924437bc
PA
12172011-12-13 Pedro Alves <pedro@codesourcery.com>
1218 Doug Evans <dje@google.com>
1219
1220 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1221 (clean_restart): Remove references to the gdb_stub target board
1222 variable.
1223 (gdb_step_for_stub): Delete.
1224
1225 * gdb.base/annota1.exp: Remove all references to [target_info
1226 exists gdb_stub], gdb_step_for_stub and usestubs.
1227 * gdb.base/annota3.exp: Ditto.
1228 * gdb.base/async.exp: Ditto.
1229 * gdb.base/break.exp: Ditto.
1230 * gdb.base/code-expr.exp: Ditto.
1231 * gdb.base/commands.exp: Ditto.
1232 * gdb.base/completion.exp: Ditto.
1233 * gdb.base/condbreak.exp: Ditto.
1234 * gdb.base/consecutive.exp: Ditto.
1235 * gdb.base/cvexpr.exp: Ditto.
1236 * gdb.base/define.exp: Ditto.
1237 * gdb.base/display.exp: Ditto.
1238 * gdb.base/ena-dis-br.exp: Ditto.
1239 * gdb.base/environ.exp: Ditto.
1240 * gdb.base/gnu-ifunc.exp: Ditto.
1241 * gdb.base/maint.exp: Ditto.
1242 * gdb.base/pending.exp: Ditto.
1243 * gdb.base/sect-cmd.exp: Ditto.
1244 * gdb.base/sepdebug.exp: Ditto.
1245 * gdb.base/unload.exp: Ditto.
1246 * gdb.base/watchpoint-solib.exp: Ditto.
1247 * gdb.cp/annota2.exp: Ditto.
1248 * gdb.cp/annota3.exp: Ditto.
1249 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1250 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1251 * gdb.mi/mi-pending.exp: Ditto.
1252 * gdb.trace/circ.exp: Ditto.
1253 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
1254 * gdb.base/list.exp: Ditto.
1255
1256 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1257 breakpoint function and all references to the usestubs macro.
1258 * gdb.base/exprs.c: Ditto.
1259 * gdb.base/freebpcmd.c: Ditto.
1260 * gdb.base/bitfields.c: Ditto.
1261 * gdb.base/bitfields2.c: Ditto.
1262 * gdb.base/break.c: Ditto.
1263 * gdb.base/call-sc.c: Ditto.
1264 * gdb.base/call-signals.c: Ditto.
1265 * gdb.base/callfuncs.c: Ditto.
1266 * gdb.base/charset.c: Ditto.
1267 * gdb.base/consecutive.c: Ditto.
1268 * gdb.base/constvars.c: Ditto.
1269 * gdb.base/funcargs.c: Ditto.
1270 * gdb.base/int-type.c: Ditto.
1271 * gdb.base/interrupt.c: Ditto.
1272 * gdb.base/langs0.c: Ditto.
1273 * gdb.base/list0.c: Ditto.
1274 * gdb.base/mips_pro.c: Ditto.
1275 * gdb.base/miscexprs.c: Ditto.
1276 * gdb.base/nodebug.c: Ditto.
1277 * gdb.base/opaque0.c: Ditto.
1278 * gdb.base/pointers.c: Ditto.
1279 * gdb.base/printcmds.c: Ditto.
1280 * gdb.base/ptype.c: Ditto.
1281 * gdb.base/recurse.c: Ditto.
1282 * gdb.base/reread1.c: Ditto.
1283 * gdb.base/reread2.c: Ditto.
1284 * gdb.base/restore.c: Ditto.
1285 * gdb.base/return.c: Ditto.
1286 * gdb.base/run.c: Ditto.
1287 * gdb.base/scope0.c: Ditto.
1288 * gdb.base/sepdebug.c: Ditto.
1289 * gdb.base/setshow.c: Ditto.
1290 * gdb.base/setvar.c: Ditto.
1291 * gdb.base/sigall.c: Ditto.
1292 * gdb.base/signals.c: Ditto.
1293 * gdb.base/structs.c: Ditto.
1294 * gdb.base/structs2.c: Ditto.
1295 * gdb.base/testenv.c: Ditto.
1296 * gdb.base/twice.c: Ditto.
1297 * gdb.base/unwindonsignal.c: Ditto.
1298 * gdb.base/watchpoint.c: Ditto.
1299 * gdb.base/watchpoints.c: Ditto.
1300 * gdb.base/whatis.c: Ditto.
1301 * gdb.cp/classes.cc: Ditto.
1302 * gdb.cp/cplusfuncs.cc: Ditto.
1303 * gdb.cp/derivation.cc: Ditto.
1304 * gdb.cp/formatted-ref.cc: Ditto.
1305 * gdb.cp/misc.cc: Ditto.
1306 * gdb.cp/overload.cc: Ditto.
1307 * gdb.cp/ovldbreak.cc: Ditto.
1308 * gdb.cp/ref-params.cc: Ditto.
1309 * gdb.cp/ref-types.cc: Ditto.
1310 * gdb.cp/templates.cc: Ditto.
1311 * gdb.cp/virtfunc.cc: Ditto.
1312 * gdb.hp/gdb.aCC/run.c: Ditto.
1313 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1314 * gdb.hp/gdb.compat/xdb0.c: Ditto.
1315 * gdb.reverse/consecutive-reverse.c: Ditto.
1316 * gdb.reverse/sigall-reverse.c: Ditto.
1317 * gdb.reverse/until-reverse.c: Ditto.
1318 * gdb.reverse/watch-reverse.c: Ditto.
1319 * gdb.trace/actions.c: Ditto.
1320 * gdb.trace/circ.c: Ditto.
1321 * gdb.trace/collection.c: Ditto.
1322
fabde485
PA
13232011-12-13 Pedro Alves <pedro@codesourcery.com>
1324
1325 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1326 (func6, func7): New.
1327 (main): Call func6 and func7.
1328 * gdb.base/watchpoint.exp (test_wide_location_1)
1329 (test_wide_location_2): New.
1330 (top level): Re-enable hardware watchpoints if necessary. Call
1331 test_wide_location_1 and test_wide_location_2.
1332
ff7d1690
YQ
13332011-12-11 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1336
a6af7abe
JB
13372011-12-11 Joel Brobecker <brobecker@adacore.com>
1338
1339 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1340 expected output for unsupported case.
1341
61638e15
JK
13422011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1343
1344 PR testsuite/12649
1345 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1346 Protect gdb_test_multiple by final $gdb_prompt match.
1347
0a00efc3
JK
13482011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1351 New variable, new test.
1352 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1353 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1354 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1355 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1356 them if HAVE_GCC_45682_FIXED is not set.
1357
4511b1ba
YQ
13582011-12-10 Yao Qi <yao@codesourcery.com>
1359
1360 * gdb.trace/status-stop.exp: New.
1361 * gdb.trace/status-stop.c: New.
1362
27949e73
JK
13632011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1364
1365 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1366 timeout.
1367
d8ea7931
TT
13682011-12-08 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1371 condition.
1372
1cc310d2
SS
13732011-12-07 Stan Shebs <stan@codesourcery.com>
1374
1375 * gdb.trace/tfind.exp: Update for output changes.
1376
d482a875
PA
13772011-12-07 Pedro Alves <pedro@codesourcery.com>
1378
1379 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1380 throws "Cannot insert catchpoints in this configuration".
1381 * gdb.ada/mi_catch_ex.exp: Likewise.
1382
f0ba3972
PA
13832011-12-06 Pedro Alves <pedro@codesourcery.com>
1384
1385 * gdb.base/break-always.exp: Test changing memory at addresses
1386 with breakpoints inserted.
1387
f8eba3c6
TT
13882011-12-06 Joel Brobecker <brobecker@acacore.com>
1389
1390 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1391 involving a fully qualified function name.
1392
13932011-12-06 Tom Tromey <tromey@redhat.com>
1394
1395 * gdb.ada/homonym.exp: Add three breakpoint tests.
1396
13972011-12-06 Tom Tromey <tromey@redhat.com>
1398
1399 * gdb.base/solib-weak.exp (do_test): Remove kfail.
1400 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1401 * gdb.objc/objcdecode.exp: Update for output changes.
1402 * gdb.linespec/linespec.exp: New file.
1403 * gdb.linespec/lspec.cc: New file.
1404 * gdb.linespec/lspec.h: New file.
1405 * gdb.linespec/body.h: New file.
1406 * gdb.linespec/base/two/thefile.cc: New file.
1407 * gdb.linespec/base/one/thefile.cc: New file.
1408 * gdb.linespec/Makefile.in: New file.
1409 * gdb.cp/templates.exp (test_template_breakpoints): Update for
1410 output changes.
1411 * gdb.cp/re-set-overloaded.exp: Remove kfail.
1412 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
1413 makes one breakpoint.
1414 * gdb.cp/method2.exp (test_break): Update for output changes.
1415 * gdb.cp/mb-templates.exp: Update for output changes.
1416 * gdb.cp/mb-inline.exp: Update for output changes.
1417 * gdb.cp/mb-ctor.exp: Update for output changes.
1418 * gdb.cp/ovsrch.exp: Use fully-qualified names.
1419 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
1420 has multiple matches.
1421 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
1422 error message change.
1423 * gdb.base/list.exp (test_list_filename_and_number): Update for
1424 error message change.
1425 * gdb.base/break.exp: Disable pending breakpoints. Update for
1426 output changes.
1427 * configure.ac: Add gdb.linespec.
1428 * configure: Rebuild.
1429 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1430
c642a434
UW
14312011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1432
1433 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1434 last_break register on s390*-*-* targets.
1435
b18003d1
JB
14362011-12-06 Joel Brobecker <brobecker@adacore.com>
1437
1438 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1439 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1440 of parameter X in procedure Foo.
1441
fe96589c
SS
14422011-12-05 Stan Shebs <stan@codesourcery.com>
1443
1444 * gdb.trace/tfind.exp: Update help string matches.
1445
1820ab47
JK
14462011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.server/ext-run.exp (get process list): Accept also systemd
1449 as PID 1.
1450
e11ac3a3
JK
14512011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1452 Pedro Alves <pedro@codesourcery.com>
1453
1454 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1455 starting GDB.
1456 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1457 $use_gdb_stub.
1458 * gdb.base/display.exp: Likewise.
1459 * gdb.base/ending-run.exp: Likewise.
1460 * gdb.base/list.exp (test_listsize): Likewise.
1461 * gdb.base/setshow.exp: Likewise.
1462 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1463 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1464 check by global $use_gdb_stub.
1465 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1466 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1467 (default_gdb_init): Unset global $use_gdb_stub.
1468 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1469 by global $use_gdb_stub.
1470 * lib/gdbserver-support.exp: Extend comments for set_board_info
1471 gdb_protocol and gdb,socketport.
1472 (gdbserver_start_extended): Set global gdbserver_protocol and
1473 gdbserver_gdbport. Clear global use_gdb_stub.
1474 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1475 from target use_gdb_stub.
1476 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1477
1d41d75c
DE
14782011-12-03 Doug Evans <dje@google.com>
1479
1480 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1481 (gdb_step_for_stub): Add comments.
1482
d6d7a51a
MR
14832011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
1484
1485 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1486 to the caller.
1487 (gdb_test_multiple): Likewise.
1488
05acf274
JK
14892011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 Fix gdb.mi/mi-solib.exp without system debug info installed.
1492 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1493 expect attribute, return 0 for it. Update comments.
1494
2268b414
JK
14952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1496
1497 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1498 (corrupted list): Adjust the expectation.
1499
585861ea
JK
15002011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 PR threads/13448
1503 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1504 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1505 * gdb.threads/tls-var-main.c: New file.
1506 * gdb.threads/tls-var.c: New file.
1507 * gdb.threads/tls-var.exp: New file.
1508
968643aa
JK
15092011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1510
1511 PR testsuite/12649
1512 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1513 Protect gdb_test_multiple by final $gdb_prompt match.
1514 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1515 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1516 (test_tracepoints): Likewise.
1517
9750bca9
JK
15182011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1519
1520 PR breakpoints/13346
1521 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1522 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1523 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1524
ac1349b7
JB
15252011-12-01 Joel Brobecker <brobecker@adacore.com>
1526
1527 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1528 * gdb.ada/homonym/homonym.adb: For use of all types defined
1529 locally inside both Get_Value subprograms.
1530
26d44faf
JK
15312011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1532
1533 Fix racy FAILs.
1534 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1535 of send_gdb.
1536
514f6425
UW
15372011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1538
1539 * gdb.base/testenv.exp: Skip on remote targets. Unset global
1540 environment variable after test completed.
1541
4255c8d2
UW
15422011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1543
1544 * gdb.base/solib-nodir.exp: Skip if remote target.
1545 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1546 application. Call gdb_load_shlibs.
1547 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1548
a35ad96a
JB
15492011-11-29 Joel Brobecker <brobecker@adacore.com>
1550
1551 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1552
1a1d5513
JB
15532011-11-28 Joel Brobecker <brobecker@adacore.com>
1554
1555 * gdb.ada/fullname_bp: New testcase.
1556
50b4ddf8
JK
15572011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 PR testsuite/12649
1560 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1561 Wrap send_gdb into a new gdb_test.
1562
fb0aec57
JK
1563 Code cleanup.
1564 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1565 Convert send_gdb and gdb_expect to gdb_test_multiple.
1566
2376d946
JK
15672011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1570
1eec78bd
KS
15712011-11-23 Keith Seitz <keiths@redhat.com>
1572
1573 * lib/mi-support.exp (varobj_tree): New namespace and procs.
1574 (mi_varobj_tree_test_children_callback): New proc.
1575 (mi_walk_varobj_tree): New proc.
1576
36dfb11c
TT
15772011-11-22 Tom Tromey <tromey@redhat.com>
1578
1579 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1580 Add "use_mi_command" argument.
1581 (mi_run_cmd, mi_run_with_cli): New procs.
1582 * gdb.mi/solib-lib.c: New file.
1583 * gdb.mi/solib-main.c: New file.
1584 * gdb.mi/mi-solib.exp: New file.
1585
0e965dd0
DE
15862011-11-21 Doug Evans <dje@google.com>
1587
1588 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1589 _Unwind_DebugHook is missing.
1590
f196051f
SS
15912011-11-20 Stan Shebs <stan@codesourcery.com>
1592
1593 * gdb.trace/tstatus.exp: New.
1594 * gdb.trace/actions.c: Include string.h.
1595
bfccc43c
YQ
15962011-11-18 Yao Qi <yao@codesourcery.com>
1597
1598 * gdb.trace/pending.exp: New.
1599 * gdb.trace/pending.c: New.
1600 * gdb.trace/pendshr1.c: New.
1601 * gdb.trace/pendshr2.c: New.
1602 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1603 tracepoint location becomes pending.
1604 (tracepoint_change_loc_2): New.
1605
73cd8ab1
DM
16062011-11-16 David S. Miller <davem@davemloft.net>
1607
1608 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1609 target is sparc*-*-linux*
1610
77426730
PK
16112011-11-15 Paul Koning <paul_koning@dell.com>
1612
1613 * gdb.python/py-type.exp: New testcases for exceptions on scalar
1614 types.
1615
ed59ded5
DE
16162011-11-14 Doug Evans <dje@google.com>
1617
1618 * gdb.base/shell.exp: New file.
1619
405f8e94
SS
16202011-11-14 Stan Shebs <stan@codesourcery.com>
1621
1622 * gdb.trace/ftrace.c: New.
1623 * gdb.trace/ftrace.exp: New.
1624
1e4d1764
YQ
16252011-11-14 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.trace/change-loc-1.c: New.
1628 * gdb.trace/change-loc-2.c: New.
1629 * gdb.trace/change-loc.c: New.
1630 * gdb.trace/change-loc.exp: New.
1631 * gdb.trace/change-loc.h: New.
1632 * gdb.trace/trace-break.c (marker): Define new symbol.
1633 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1634 New.
1635 (break_trace_same_addr_6): New.
1636
71eba9c2 16372011-11-12 Matt Rice <ratmice@gmail.com>
1638
1639 * gdb.base/info-macros.exp: Make tests for info definitions
1640 test info macro. Add tests for info macro argument processing.
1641 Rename a few tests.
1642
1d93e29a
KS
16432011-11-11 Keith Seitz <keiths@redhat.com>
1644
1645 PR gdb/12843
1646 * gdb.base/linespecs.exp: New file.
1647
a4b5b48a
DE
16482011-11-11 Doug Evans <dje@google.com>
1649
1650 * gdb.threads/print-threads.exp: Extend timeout for slower
1651 tests.
1652
f6b47be4
DE
16532011-11-10 Doug Evans <dje@google.com>
1654
792a0230
DE
1655 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1656 "record to end of main" test.
1657
f6b47be4
DE
1658 * gdb.python/py-type.c (TS): New typedef.
1659 (ts): New global.
1660 * gdb.python/py-type.exp: Test field list of typedef.
1661
22355c90
JB
16622011-11-10 Joel Brobecker <brobecker@adacore.com>
1663
1664 * gdb.ada/small_reg_param: New testcase.
1665
a7860e76
TT
16662011-11-09 Tom Tromey <tromey@redhat.com>
1667
1668 * gdb.cp/destrprint.exp: New file.
1669 * gdb.cp/destrprint.cc: New file.
1670
72a2e3dc
MI
16712011-11-08 Meador Inge <meadori@codesourcery.com>
1672
1673 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1674 (switch_stack_to_other): New test function.
1675 * gdb.arch/thumb-prologue.exp: New test cases.
1676
c7195df2 16772011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
1678
1679 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1680
d3895d7d
YQ
16812011-11-08 Yao Qi <yao@codesourcery.com>
1682
1683 * gdb.exp (supports_process_record): New.
1684 (supports_reverse): New.
1685 * gdb.reverse/break-precsave.exp: Call support_process_record
1686 to run test conditionally.
1687 * gdb.reverse/consecutive-precsave.exp: Likewise.
1688 * gdb.reverse/i386-precsave.exp: Likewise.
1689 * gdb.reverse/machinestate-precsave.exp: Likewise.
1690 * gdb.reverse/solib-precsave.exp: Likewise.
1691 * gdb.reverse/step-precsave.exp: Likewise.
1692 * gdb.reverse/until-precsave.exp: Likewise.
1693 * gdb.reverse/watch-precsave.exp: Likewise.
1694 * gdb.reverse/break-reverse.exp: Call support_reverse to run
1695 test conditionally.
1696 * gdb.reverse/consecutive-reverse.exp: Likewise.
1697 * gdb.reverse/finish-precsave.exp: Likewise.
1698 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1699 * gdb.reverse/finish-reverse.exp: Likewise.
1700 * gdb.reverse/i386-reverse.exp: Likewise.
1701 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1702 * gdb.reverse/machinestate.exp: Likewise.
1703 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1704 * gdb.reverse/sigall-precsave.exp: Likewise.
1705 * gdb.reverse/sigall-reverse.exp: Likewise.
1706 * gdb.reverse/solib-reverse.exp: Likewise.
1707 * gdb.reverse/step-reverse.exp: Likewise.
1708 * gdb.reverse/until-reverse.exp: Likewise.
1709 * gdb.reverse/watch-reverse.exp: Likewise.
1710
a59306a3
YQ
17112011-11-05 Yao Qi <yao@codesourcery.com>
1712
1713 * gdb.trace/trace-break.exp: Add test on setting two
1714 fast tracepoints at the same address.
1715
87769f59
JK
17162011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1719
3065dfb6
SS
17202011-11-02 Stan Shebs <stan@codesourcery.com>
1721
1722 * gdb.trace/collection.c: Add code using strings.
1723 * gdb.trace/collection.exp: Add tests of string collection.
1724
89e208db
JK
17252011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 * gdb.base/skip-solib.exp (executable_main): New variable.
1728 (binfile_main): Base it on that.
1729 Use $executable_main in clean_restart calls. Drop gdb_exit and
1730 gdb_start calls.
1731
405e54e9
JK
17322011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 Fix racy FAILs.
1735 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1736 breakpoint_re globals import by async. Set string_regex to .* for
1737 async. Remove the optional thread_selected_re and breakpoint_re
1738 globals expectations.
1739
58e8570a
JM
17402011-11-01 Joseph Myers <joseph@codesourcery.com>
1741
1742 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1743 well as Cygwin.
1744
7b35ec7f 17452011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
1746
1747 Add tests for skip command.
89e208db
JK
1748 * gdb.base/skip-solib-lib.c: New
1749 * gdb.base/skip-solib-main.c: New
1750 * gdb.base/skip-solib.exp: New
1751 * gdb.base/skip.c: New
1752 * gdb.base/skip.exp: New
1753 * gdb.base/skip1.c: New
1754 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 1755
b9fd1791
PA
17562011-10-31 Yao Qi <yao@codesourcery.com>
1757 Pedro Alves <pedro@codesourcery.com>
1758
1759 * gdb.trace/trace-break.c: New.
1760 * gdb.trace/trace-break.exp: New.
1761
4323fecc
JK
17622011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1763
1764 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1765 break-here-2.
1766
0e5bf2a8
PA
17672011-10-28 Pedro Alves <pedro@codesourcery.com>
1768
1769 * gdb.threads/no-unwaited-for-left.c: New.
1770 * gdb.threads/no-unwaited-for-left.exp: New.
1771 * gdb.threads/non-ldr-exc-1.c: New.
1772 * gdb.threads/non-ldr-exc-1.exp: New.
1773 * gdb.threads/non-ldr-exc-2.c: New.
1774 * gdb.threads/non-ldr-exc-2.exp: New.
1775 * gdb.threads/non-ldr-exc-3.c: New.
1776 * gdb.threads/non-ldr-exc-3.exp: New.
1777 * gdb.threads/non-ldr-exc-4.c: New.
1778 * gdb.threads/non-ldr-exc-4.exp: New.
1779
3a3dad98
JK
17802011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1783 * gdb.base/attach-pie-misread.exp: Likewise.
1784 * gdb.base/break-interp.exp: Likewise.
1785 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1786 testcases for use_gdb_stub.
1787 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1788 (continue): New testcase.
1789 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1790 * gdb.threads/attach-into-signal.exp: Likewise.
1791 * gdb.threads/attach-stopped.exp: Likewise.
1792 * gdb.threads/attachstop-mt.exp: Likewise.
1793
d6a5d40c
PK
17942011-10-28 Paul Koning <paul_koning@dell.com>
1795
1796 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1797
ca539be8
JK
17982011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1799
1800 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1801 (mi_gdb_test): Import globals thread_selected_re
1802 and breakpoint_re. Expect them optionally at the regex start.
1803
d234ef5c
DE
18042011-10-27 Doug Evans <dje@google.com>
1805
1806 * gdb.python/python.exp: Test source -s.
1807
ab964825
PK
18082011-10-26 Paul Koning <paul_koning@dell.com>
1809
1810 * gdb.python/lib-types.cc (struct A): New structure.
1811 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 1812
54d8a644
PK
18132011-10-25 Paul Koning <paul_koning@dell.com>
1814
1815 PR python/13327
d234ef5c 1816
54d8a644
PK
1817 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1818 fetch_lazy method.
1819
b0221781
YQ
18202011-10-24 Yao Qi <yao@codesourcery.com>
1821
1822 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1823 target is tic6x-*-*.
1824
6cda5a20
JB
18252011-10-21 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.ada/mi_task_info/task_switch.adb: New file.
1828 * gdb.ada/mi_task_info.exp: New file.
1829
5ed9db04
JK
18302011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1831
1832 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1833 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1834
9df2fbc4
PM
18352011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1836
1837 PR python/12656
1838
1839 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1840 global_block tests.
1841
736086ba
TT
18422011-10-18 Tom Tromey <tromey@redhat.com>
1843
1844 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1845
4af31552
TT
18462011-10-18 Tom Tromey <tromey@redhat.com>
1847
1848 * gdb.base/source.exp: Don't include full file name in test name.
1849 * gdb.python/python.exp: Don't include full file name in test
1850 name.
1851
43136979
AR
18522011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1853
1854 * gdb.base/attach-pie-noexec.c: New files.
1855 * gdb.base/attach-pie-noexec.exp: New files.
1856
543a9323
JM
18572011-10-17 Joseph Myers <joseph@codesourcery.com>
1858
1859 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1860 prompt for each extra line in command.
1861
21ae7a4d
JK
18622011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
1865 Revert the part of:
1866 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1867 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1868 Change the expected string.
1869
20ec36d9
JK
18702011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1871
1872 Fix results with system glibc debug info installed.
1873 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
1874 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
1875 Accept also __libc_ symbol prefix and no prefix.
1876
6501c2fc
KS
18772011-10-14 Keith Seitz <keiths@redhat.com>
1878
1879 PR c++/13225
1880 * gdb.cp/converts.cc (foo3_1): New function.
1881 (foo3_2): New functions.
1882 * gdb.cp/converts.exp: Add tests for int to pointer conversion
1883 and null pointer conversions of integer constant zero.
1884 Add test to check if all arguments are checked for incompatible
1885 conversion BADNESS.
1886
55b1fd0c
TT
18872011-10-14 Tom Tromey <tromey@redhat.com>
1888
1889 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1890 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1891 linespec.
1892
22c05d8a
JK
18932011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1894
1895 Fix internal error regression.
1896 * gdb.dwarf2/implptr-optimized-out.S: New file.
1897 * gdb.dwarf2/implptr-optimized-out.exp: New file.
1898
1d6edc3c
JK
18992011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1902 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1903 (loclist): New.
1904 (4): New abbrev.
1905 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1906 Use prepare_for_testing, remove clean_restart.
1907 (p arraynoloc, p arraycallnoloc): New tests.
1908
9ec72168
JK
19092011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1910
1911 * gdb.cp/namespace-enum.exp (executable): New variable.
1912 (binfile): Use ${objdir}/${subdir}/ prefix.
1913 Use ${executable} for clean_restart.
1914
9c6c53f7
SA
19152011-10-11 Sterling Augustine <saugustine@google.com>
1916
1917 * gdb.cp/Makefile.in: Add namespace-enum test.
1918 * gdb.cp/namespace-enum.exp: New file.
1919 * gdb.cp/namespace-enum.c: New file.
1920 * gdb.cp/namespace-enum-main.c: New file.
1921
fac7ceb3
UW
19222011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1923
1924 * gdb.python/py-shared.exp: Relax filename check to handle remote:
1925 sysroot.
1926
941b2081
JK
19272011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 Reimplement @entry in input expressions.
1930 * gdb.base/exprs.c (v_int_array_init): New variable.
1931 * gdb.base/exprs.exp (print v_int_array_init)
1932 (print *v_int_array_init@1, print *v_int_array_init@2)
1933 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1934 (print v_int_array_init[1]@1): New tests.
1935
0344e878
JM
19362011-10-10 Joseph Myers <joseph@codesourcery.com>
1937
1938 * gdb.cp/gdb2495.exp: Do not include directories in filename in
1939 expected message.
1940
5a56e9c5
DE
19412011-10-09 Doug Evans <dje@google.com>
1942
1943 * gdb.base/alias.exp: Add tests for alias command.
1944
2bda9cc5
JK
19452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1946
1947 * gdb.arch/amd64-entry-value.s: New file.
1948 * gdb.mi/mi2-amd64-entry-value.s: New file.
1949
a471c594
JK
19502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 Display @entry parameter values even for references.
1953 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1954 functions.
1955 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
1956 reference and datap_input.
1957 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1958 breakpoints.
1959 (continue to breakpoint: entry_reference: reference)
1960 (entry_reference: bt at entry)
1961 (continue to breakpoint: entry_reference: breakhere_reference)
1962 (entry_reference: bt, entry_reference: ptype regparam)
1963 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1964 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1965 (entry_reference: p regcopy, entry_reference: p nodataparam)
1966 (entry_reference: p nodataparam@entry): New tests.
1967
36b11add
JK
19682011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1969
1970 Support @entry in input expressions.
1971 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1972 (entry_stack: p s1@entry, entry_stack: p s2@entry)
1973 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1974 (tailcall: p j@entry): New tests.
1975 * gdb.cp/koenig.cc (A::entry): New function.
1976 (main): Call it.
1977 * gdb.cp/koenig.exp (p entry (c)): New test.
1978
e18b2753
JK
19792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 Display @entry parameter values (without references).
1982 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1983 (different, validity, invalid): New functions.
1984 (main): Call them.
1985 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1986 stacktest, breakhere_stacktest, different, breakhere_different,
1987 breakhere_validity and breakhere_invalid.
1988 (entry: bt): Update for @entry.
1989 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1990 (entry_validity: *, entry_invalid: *): Many new tests.
1991 * gdb.base/break.exp
1992 (run until breakpoint set at small function, optimized file): Accept
1993 also the @entry suffix.
1994 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1995 * gdb.mi/mi2-amd64-entry-value.c: New files.
1996 * gdb.mi/mi2-amd64-entry-value.exp: New files.
1997
2d6c5dc2
JK
19982011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 Protect entry values against self tail calls.
2001 * gdb.arch/amd64-entry-value.cc (self2, self): New.
2002 (main): Call self.
2003 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
2004 (set debug entry-values 1, self: bt debug entry-values): New tests.
2005
111c6489
JK
20062011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2007
2008 Recognize virtual tail call frames.
2009 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
2010 (amb_b, amb_a): New.
2011 (main): Call a and b.
2012 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
2013 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
2014 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
2015 New tests.
2016
8e3b41a9
JK
20172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 Implement basic support for DW_TAG_GNU_call_site.
2020 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
2021 * gdb.arch/amd64-entry-value.cc: New file.
2022 * gdb.arch/amd64-entry-value.exp: New file.
2023
181cebd4
JK
20242011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2025
2026 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2027 * gdb.dwarf2/implptr-64bit.S: New file.
2028 * gdb.dwarf2/implptr-64bit.exp: New file.
2029
741f5e3c
JK
20302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 Fix initial language detection with -readnow.
2033 * gdb.cp/readnow-language.cc: New file.
2034 * gdb.cp/readnow-language.exp: New file.
2035
a73d2258
JK
20362011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2037
2038 Fix printed anonymous struct name.
2039 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
2040
af369495
JM
20412011-10-09 Joseph Myers <joseph@codesourcery.com>
2042
2043 * gdb.base/solib-symbol.exp: Do not include directories in
2044 filenames in expected messages.
2045
1fa57852
DE
20462011-10-07 Doug Evans <dje@google.com>
2047
2048 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
2049
bd054e06
KP
20502011-10-07 Kevin Pouget <kevin.pouget@st.com>
2051
2052 Allow Python notification of new object-file loadings.
2053 * gdb.python/py-events.exp: Test newobjfile event.
2054 * gdb.python/py-events.py: Register newobjfile callback.
2055 * gdb.python/py-events.c: Add call to shared library
2056 * gdb.python/py-events-shlib.c: New file.
2057
8031b6f8
JM
20582011-10-06 Joseph Myers <joseph@codesourcery.com>
2059
2060 * gdb.base/fixsection.exp: Do not include directories in filename
2061 in expected message.
2062
7fea6923
PM
20632011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2064
2065 Add tests for passing of environment variables to inferior.
2066 * gdb.base/testenv.c: New test source.
2067 * gdb.base/testenv.exp: New expect test.
2068
687f2a88
PK
20692011-10-04 Paul Koning <paul_koning@dell.com>
2070
2071 * gdb.python/py-value.c (main): Break before return.
2072
cb6be26b
KP
20732011-10-04 Kevin Pouget <kevin.pouget@st.com>
2074
2075 PR python/12691: Add the inferior to Python exited event
2076 * gdb.python/py-events.exp: Test the inferior attribute of exited
2077 event with a fork.
2078 * gdb.python/py-events.py: Print inferior number on exit.
2079 * gdb.python/py-events.c: Fork the inferior.
2080
fb213700
EBM
20812011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2082
2083 * gdb.base/jit.exp: Add testcase name to log message
2084
aa2071bd
PK
20852011-10-03 Paul Koning <paul_koning@dell.com>
2086 Jan Kratochvil <jan.kratochvil@redhat.com>
2087
2088 * gdb.python/py-value.exp
2089 (python inval = gdb.parse_and_eval('*(int*)0'))
2090 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
2091 (set argc=2, python print argc_lazy): New tests.
2092
dd11a36c
JB
20932011-10-02 Joel Brobecker <brobecker@adacore.com>
2094
2095 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
2096
46f886f1
JK
20972011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2098 Pedro Alves <pedro@codesourcery.com>
2099
2100 * gdb.python/py-value.exp (test_value_in_inferior): New variable
2101 can_read_0, test for it.
2102 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
2103 (parse_and_eval with memory error): ... here, make it untested if
2104 can_read_0.
2105
c5cb204f
MP
21062011-09-30 Marek Polacek <mpolacek@redhat.com>
2107
2108 * gdb.python/python.exp (verify pagination beforehand)
2109 (verify pagination afterwards): Fix race by splitting the line.
2110
68fb0ec0
JM
21112011-09-29 Joseph Myers <joseph@codesourcery.com>
2112
2113 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
2114 for 64-bit multilibs from i?86-* targets.
2115
6aee0d90
MP
21162011-09-29 Marek Polacek <mpolacek@redhat.com>
2117
2118 * lib/gdb.exp: Fix a typo in one of the comments.
2119
e9101ff5
MP
21202011-09-29 Marek Polacek <mpolacek@redhat.com>
2121
2122 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
2123 matching pattern.
2124
7a81bdbf
PK
21252011-09-28 Paul Koning <paul_koning@dell.com>
2126
2127 * gdb.python/py-type.c (enum E): New.
2128 * gdb.python/py-type.exp (test_fields): Add tests for Python
2129 mapping access to fields.
2130 (test_enums): New test for field access on enums.
2131
6710bf39
SS
21322011-09-27 Stan Shebs <stan@codesourcery.com>
2133
2134 * gdb.trace/collection.exp: Test collection of $_ret.
2135
b2a6bdeb
AT
21362011-09-22 Andreas Tobler <andreast@fgznet.ch>
2137
2138 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
2139 list of compilation switches for <*-*-freebsd*>.
2140
3c9057f3
SS
21412011-09-19 Stan Shebs <stan@codesourcery.com>
2142
2143 * gdb.trace/tspeed.exp: New file.
2144 * gdb.trace/tspeed.c: New file.
2145
34518530
YQ
21462011-09-18 Yao Qi <yao@codesourcery.com>
2147
2148 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
2149 instructions.
2150 (test_adr_32bit, test_pop_pc): Likewise.
2151 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
2152 Thumb instructions.
2153 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
2154 in gdb_test_multiple.
2155 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
2156
ab254057
YQ
21572011-09-17 Yao Qi <yao@codesourcery.com>
2158
2159 * lib/gdb.exp (can_single_step_to_signal_handler): New.
2160 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
2161 support single step to signal handler.
2162
9c317b71
YQ
21632011-09-17 Yao Qi <yao@codesourcery.com>
2164
2165 * gdb.base/disp-step-fork.c: New.
2166 * gdb.base/disp-step-syscall.exp: New.
2167 * gdb.base/disp-step-vfork.c: New.
2168
a8123151
JB
21692011-09-16 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.ada/tasks.exp: Make the expected output for
2172 the `info tasks' tests more resilient to spacing
2173 changes.
2174
63a9aad8
JK
21752011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2178 (reached breakpoint 2, reached breakpoint 3): Update expected output.
2179
2aa48337
KP
21802011-09-15 Kevin Pouget <kevin.pouget@st.com>
2181
2182 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2183 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2184
6839b47f
KP
21852011-04-30 Kevin Pouget <kevin.pouget@st.com>
2186
2187 Handle multiple breakpoint hits in Python interface:
2188 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2189 presence.
2190 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2191 breakpoint hits.
2192
0935723e
JK
21932011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2194 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * gdb.python/py-events.exp: Remove pretty printing comment.
2197 * gdb.python/py-evsignal.exp: New file.
2198 * gdb.python/py-evthreads.c: Include signal.h.
2199 (thread3): Remove variable count3. Remove variable bad and use raise
2200 instead.
2201 (thread2): Remove variable count2. Move thread3 pthread_create here,
2202 merge pthread_join to a single line.
2203 (main): Remove variable count1. Merge pthread_join with pthread_create
2204 to a single line.
2205 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
2206 KFAIL python/12966 for gdbserver. Test return value of
2207 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
2208 gdb_expect by gdb_test and gdb_test_multiple.
2209 (thread 2, thread 3): New tests.
2210
4801a9a3
PA
22112011-09-12 Matt Rice <ratmice@gmail.com>
2212 Pedro Alves <pedro@codesourcery.com>
2213
2214 PR gdb/13175
2215
2216 * gdb.base/interp.exp: New tests.
2217 * gdb.base/interp.c: New file.
2218
24ece742
DE
22192011-09-12 Doug Evans <dje@google.com>
2220
2221 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2222 * gdb.dwarf2/typeddwarf.exp: Ditto.
2223
7f062217
JK
22242011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2225
2226 Fix compatibility with x32 arch.
2227 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2228 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2229 is_x86_like_target.
2230 * testsuite/gdb.trace/collection.exp: Likewise.
2231 * testsuite/gdb.trace/report.exp: Likewise.
2232 * testsuite/gdb.trace/unavailable.exp: Likewise.
2233 * testsuite/gdb.trace/while-dyn.exp: Likewise.
2234 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2235 (is_x86_like_target): Check also is_amd64_regs_target.
2236
08711b9a
JK
22372011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 PR breakpoints/12435
2240 * gdb.arch/amd64-prologue-xmm.c: New file.
2241 * gdb.arch/amd64-prologue-xmm.exp: New file.
2242 * gdb.arch/amd64-prologue-xmm.s: New file.
2243
b99b5f66
JK
22442011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2245
2246 * gdb.dwarf2/dw2-param-error-main.c: New file.
2247 * gdb.dwarf2/dw2-param-error.S: New file.
2248 * gdb.dwarf2/dw2-param-error.exp: New file.
2249
a391a2f6
PA
22502011-09-08 Pedro Alves <pedro@codesourcery.com>
2251
2252 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2253 inferior's pid and look for a core dump named core.$pid. Use
2254 `remote_file' commands on the host instead of hand coding shell
2255 commands on the build.
2256 * gdb.base/valgrind-db-attach.exp: Kill the program before
2257 finishing the test.
2258
7d8e6458 22592011-09-02 Matt Rice <ratmice@gmail.com>
2260
2261 * lib/prompt.exp: New file for testing the first prompt.
2262 * gdb.python/py-prompt.exp: Ditto.
2263 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2264
68e77c9e
PA
22652011-09-02 Pedro Alves <pedro@codesourcery.com>
2266
2267 * gdb.threads/gcore-thread.exp: Set the global core_supported to
2268 0, before testing gcore.
2269
9655e943
JK
22702011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
df6dc84d
JK
2272 * dw2-ifort-parameter-debug.S: Update copyright year.
2273 * dw2-ifort-parameter.c: Update copyright year.
2274 * dw2-ifort-parameter.exp: Update copyright year.
2275
9655e943
JK
2276 * dw2-ifort-parameter-debug.S: New file.
2277 * dw2-ifort-parameter.c: New file.
2278 * dw2-ifort-parameter.exp: New file.
2279
353d1d73
JK
22802011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2281
2282 * gdb.base/commands.exp (error_clears_commands_left): New function.
2283 (): Call it.
2284
5c07461a
JK
22852011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2288 (C): Initialize `a'.
2289 * gdb.mi/mi-inheritance-syntax-error.exp
2290 (-data-evaluate-expression $path): Expect `a' as 5.
2291
0d932b2f
MK
22922011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2293
2294 PR mi/11912
2295 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2296 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2297 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2298 keyword in output of -var-info-path-expression.
2299
bdb54049
JK
23002011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2303 * gdb.trace/collection.exp: Likewise.
2304 * gdb.trace/report.exp: Likewise.
2305 * gdb.trace/unavailable.exp: Likewise.
2306 * gdb.trace/while-dyn.exp: Likewise.
2307
59cde39c
KS
23082011-08-18 Keith Seitz <keiths@redhat.com>
2309
2310 PR c++/12266
2311 * gdb.cp/meth-typedefs.cc: New file.
2312 * gdb.cp/meth-typedefs.exp: New file.
2313
fa3a4f15
PM
23142011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2315
2316 * gdb.python/python.exp: Add extended-prompt tests.
2317
c1049fca
JK
23182011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2319
2320 * gdb.arch/i386-dr3-watch.exp
2321 (watchpoint on gap1 does not fit debug registers)
2322 (delete all watchpoints): Fix racy expect strings.
2323
d93f7b5c
YQ
23242011-08-14 Yao Qi <yao@codesourcery.com>
2325
2326 * gdb.base/maint.exp: set data_section to ".neardata".
2327 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2328 * gdb.base/savedregs.exp: Handle SIGILL.
2329 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2330 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2331
457e09f0
DE
23322011-08-12 Doug Evans <dje@google.com>
2333
2334 * gdb.python/py-symbol.exp: Add test for symbol.type.
2335
5d0bb2fb
UW
23362011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
2337
2338 * gdb.threads/pthreads.exp: Enable on non-native configurations.
2339 * gdb.mi/mi-pthreads.exp: Likewise.
2340 * gdb.mi/mi2-pthreads.exp: Likewise.
2341 * gdb.mi/gdb669.exp.exp: Likewise.
2342
fcdfa280
PA
23432011-08-09 Pedro Alves <pedro@codesourcery.com>
2344
2345 * lib/mi-support.exp (detect_async): Rename to...
2346 (mi_detect_async): ... this.
2347 * gdb.mi/mi-nonstop-exit.exp: Adjust.
2348 * gdb.mi/mi-nonstop.exp: Adjust.
2349 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2350 * gdb.mi/mi-nsintrall.exp: Adjust.
2351 * gdb.mi/mi-nsmoribund.exp: Adjust.
2352 * gdb.mi/mi-nsthrexec.exp: Adjust.
2353
9d8fa392
PA
23542011-08-09 Pedro Alves <pedro@codesourcery.com>
2355
2356 * gdb.base/display.c (do_loops): New `p_i' local.
2357 * gdb.base/display.exp: Test displaying a variable that is
2358 temporarily at a bad address.
2359
b6cede78
JK
23602011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 * gdb.dwarf2/dw2-op-stack-value.S: New file.
2363 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2364
67bedb8c
JK
23652011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2366
2367 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
2368 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2369 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 2370
af6e93b2
PA
23712011-08-05 Pedro Alves <pedro@codesourcery.com>
2372
2373 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2374 procedure.
2375 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2376
1cf0e11f
YQ
23772011-08-05 Yao Qi <yao@codesourcery.com>
2378
2379 * gdb.base/callfuncs.exp: Set language after main.
2380 * gdb.cp/cplusfuncs.exp: Likewise.
2381 * gdb.cp/inherit.exp: Likewise.
2382
a1e28cb2
UW
23832011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2384
2385 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2386 * gdb.base/watch-vfork.exp: Skip on remote targets.
2387
d4f5bbb9
UW
23882011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2389
2390 * gdb.threads/thread-find.exp: Support remote targets.
2391
724f4f80
UW
23922011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2393
2394 * gdb.base/jit.exp: Download solib_binfile to target.
2395 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
2396 and call dlopen without full path name.
2397 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2398 dlopen without full path name.
2399
934709f0
PW
24002011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2401
2402 * gdb.base/break-always.exp: Complete the test
2403 with duplicated breakpoints and enabling/disabling them.
2404
c26106c4
TT
24052011-08-02 Tom Tromey <tromey@redhat.com>
2406
2407 PR gdb/11289:
2408 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
2409
9300444e 24102011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
2411
2412 PR gdb/13045
2413 * gdb.base/float.exp: Add new test case for PR gdb/13045
2414 * gdb.base/float.c: New file.
2415
00bd41d6
PM
24162011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2417
2418 * gdb.python/py-mi.exp: Test printers returning string hint, and
2419 also not returning a value.
2420 * gdb.python/py-prettyprint.c: Add testcase for above.
2421 * gdb.python/py-prettyprint.py: Add test printer for above.
2422
d24f74ce
JK
24232011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2426 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2427 (.Ldie30) Add as field "data4".
2428 (.Ldie32) Rename field "b" to "shl".
2429 (abbrev4) Change for the "data4" field.
2430 (abbrev5, abbrev6) Remove.
2431 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2432 (p &s.shl): ... here. Add comment.
2433 (p &s.data4): New.
2434
bb7da2bf
JK
24352011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 Fix crash on lval_computed values.
2438 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2439
11081198
JK
24402011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2441
2442 * gdb.base/help.exp (help whatis): Update the expected string.
2443
3c6e0cb3
JK
24442011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2445
2446 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2447 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2448 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2449 Change the expected string.
2450
efa80663
PA
24512011-07-26 Pedro Alves <pedro@codesourcery.com>
2452
2453 * gdb.base/watchpoint.exp
2454 (test_disable_enable_software_watchpoint): New procedure.
2455 (top level): Run it.
2456
db8e4570
UW
24572011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
2458
2459 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
2460 executable file "${binfile}", C++ version "${binfile}-cxx".
2461 * gdb.python/py-prettyprint.exp: Likewise.
2462 * gdb.python/py-symbol.exp: Likewise.
2463 * gdb.python/py-type.exp: Likewise.
2464 * gdb.python/py-value.exp: Likewise.
2465 * gdb.python/py-template.exp (test_template_arg): Pass full executable
2466 file name instead of just suffix.
2467
543305c9
JK
24682011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2469
2470 Fix implicit pointer offsets.
2471 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2472 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2473 (continue to breakpoint: continue to baz breakpoint for implptr)
2474 (sanity check element 0, sanity check element 1)
2475 (enter the inlined function, check element 0 for the offset)
2476 (check element 1 for the offset)
2477 (continue to breakpoint: ignore the second baz breakpoint): New tests.
2478 (set foo breakpoint for implptr): Update the breakpoint number.
2479
b3215adc
UW
24802011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2481
2482 * gdb.python/py-mi.exp: Use different file names for different
2483 versions of the executable under test.
2484 * gdb.python/py-prettyprint.exp: Likewise.
2485 * gdb.python/py-symbol.exp: Likewise.
2486 * gdb.python/py-template.exp: Likewise.
2487 * gdb.python/py-type.exp: Likewise.
2488 * gdb.python/py-value.exp: Likewise.
2489
182b9acc
UW
24902011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2491
2492 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2493 flag after restarting GDB if necessary.
2494
e6052b5d
UW
24952011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2496
2497 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2498
1ced966e
PA
24992011-07-22 Pedro Alves <pedro@codesourcery.com>
2500
2501 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2502 backend doesn't leave used debug registers behind.
2503
3543a589
TT
25042011-07-22 Tom Tromey <tromey@redhat.com>
2505
2506 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2507 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2508 argument.
2509 * gdb.dwarf2/typeddwarf-amd64.S: New file.
2510
14d15303 25112011-07-21 Matt Rice <ratmice@gmail.com>
2512
2513 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2514 in mostlyclean rule. Add files ending in .core.
2515
9b158ba0 25162011-07-21 Matt Rice <ratmice@gmail.com>
2517
2518 PR macros/12999
2519 * gdb.base/info-macros.c: New test sources.
2520 * gdb.base/info-macros.exp: New tests.
2521
d17b6f81
PM
25222011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2523
2524 * gdb.python/python.exp: Add prompt substitution tests.
2525
918dd910
JK
25262011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 Fix crash if referenced CU is aged out.
2529 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2530 New.
2531 * gdb.dwarf2/implptr.exp: Likewise.
2532
0e37a63c
JK
25332011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2534
2535 * gdb.dwarf2/implptr.S: Rebuilt.
2536 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2537 (bar): Use them for j, k, l.
2538 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
2539 COMPILE.
2540 (print j in implptr:bar): Update for the intp typedef.
2541 (print p[0].x in implptr:foo): Use more exact regex.
2542
f65cf84c
TT
25432011-07-18 Tom Tromey <tromey@redhat.com>
2544
2545 * gdb.cp/static-method.exp: Add missing single quote.
2546
d5b4a7be
YQ
25472011-07-18 Yao Qi <yao@codesourcery.com>
2548
2549 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2550 supported.
2551 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2552 * gdb.mi/mi-nonstop.exp: Likewise.
2553 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2554 * gdb.mi/mi-nsintrall.exp: Likewise.
2555 * gdb.mi/mi-nsmoribund.exp: Likewise.
2556 * gdb.mi/mi-nsthrexec.exp: Likewise.
2557 * gdb.python/py-evthreads.exp: Likewise.
2558
e9ea2662
JK
25592011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 Code cleanup.
2562 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
2563 it. Substitute it instead of test_compiler_info everywhere.
2564
ce451573
UW
25652011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2566
2567 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
2568 remote targets as well.
2569
756d88a7
UW
25702011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2571
2572 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2573 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
2574
31f83dc5
UW
25752011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2576
2577 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2578 a remote machine, not the host.
2579 (gdb_compile_shlib): Set soname if target is remote.
2580
059241a0
PP
25812011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2582
2583 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2584
28a0b48c 25852011-07-13 Matt Rice <ratmice@gmail.com>
2586
2587 * gdb.python/py-objfile-script-gdb.py: Renamed to
2588 py-objfile-script-gdb.py.in.
2589 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2590 py-objfile-script-gdb.py.
2591 * gdb.python/py-objfile-script.exp: Update reference to
2592 py-objfile-script-gdb.py.
2593
9a771b67
JK
25942011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2597 reference undefined label.
2598
04ad99e6
JK
25992011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2600
2601 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2602 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2603 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2604 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2605
713389e0
PM
26062011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2607
2608 PR python/12438
2609 * gdb.python/python.exp: Add maint set/show python print-stack
2610 deprecated tests. Add set/show python print-backtrace tests.
2611
97d146f8
JK
26122011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2615 debug info.
2616
facde0e5 26172011-07-06 Matt Rice <ratmice@gmail.com>
2618
2619 * gdb.python/python.exp: Update filename paths.
2620 * gdb.python/py-symtab.exp: Ditto.
2621
438640d1
MP
26222011-07-06 Marek Polacek <mpolacek@redhat.com>
2623
2624 * gdb.python/py-evthreads.exp: Add missing `$'.
2625
33a365df
MF
26262011-07-06 Jie Zhang <jie.zhang@analog.com>
2627
2628 * config/bfin.exp: New file.
2629 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2630 * gdb.asm/bfin.inc: New file.
2631
8f7ae686
MP
26322011-07-06 Marek Polacek <mpolacek@redhat.com>
2633
df46027d 2634 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
2635 the whole output.
2636
eb2a6f42
TT
26372011-07-05 Tom Tromey <tromey@redhat.com>
2638
2639 * gdb.java/jprint.java (jprint.hi): New field.
2640 * gdb.java/jprint.exp: Print string.
2641
177b42fe
TJB
26422011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2643
2644 * gdb.base/call-sc.c: Fix typos.
2645 * gdb.base/ifelse.exp: Likewise.
2646 * gdb.base/structs.c: Likewise.
2647
3b2a0cf2
JB
26482011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2649
2650 * gdb.base/jit-so.exp: New test.
2651 * gdb.base/jit-dlmain.c: New file.
2652 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2653
46fc714c
JK
26542011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
2657 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2658 * gdb.cp/pr9167.exp (p b): Likewise.
2659 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2660 (test value of P in inner_m, test type of Z in inner_m): Call
2661 setup_xfail for gcc <= 4.5.
46fc714c 2662
418c7cf7
JK
26632011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * gdb.cp/paren-type.cc: New files.
2666 * gdb.cp/paren-type.exp: New files.
2667
3d50dd94
JK
26682011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2669
2670 Stop on first linespec terminator instead of eating what we can.
2671 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2672 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2673 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2674 (break C::f()): ... this one.
2675 (break C::operator()()): New test.
2676 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2677 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2678 test.
2679
dcf9f4ab
JK
26802011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 Fall back linespec to minimal symbols.
2683 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2684 error message.
2685 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2686 * gdb.cp/minsym-fallback-main.cc: New file.
2687 * gdb.cp/minsym-fallback.cc: New file.
2688 * gdb.cp/minsym-fallback.exp: New file.
2689 * gdb.cp/minsym-fallback.h: New file.
2690
3f542ed1
JK
26912011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 * gdb.cp/no-dmgl-verbose.cc: New file.
2694 * gdb.cp/no-dmgl-verbose.exp: New file.
2695
26962011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
2697
2698 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2699 __GI_.
2700 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2701 (f): New function.
2702 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2703 (complete p 'func<short>(): ... here.
2704 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2705 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2706 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2707 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2708 Make them KFAIL gcc/49546.
2709
00eb2c4a
JB
27102011-07-01 Joel Brobecker <brobecker@adacore.com>
2711
2712 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2713
85a20c42
JK
27142011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2715
2716 Test GCC PR debug/49546.
2717 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2718 (test type of F in k3_m, test value of F in k3_m): New.
2719 * gdb.cp/temargs.cc (struct S3, struct K3): New.
2720 (main): New variable k3. Call k3.k3_m.
2721
d2d43431
JB
27222011-07-01 Jean-Charles Delay <delay@adacore.com>
2723
2724 * gdb.ada/packed_array.exp: Fix expected outout.
2725
54ae186f
JB
27262011-07-01 Jean-Charles Delay <delay@adacore.com>
2727
2728 * gdb.ada/packed_array.exp: fixed expected output.
2729
8f17729f
JB
27302011-07-01 Joel Brobecker <brobecker@adacore.com>
2731
2732 * gdb.ada/same_enum: New testcase.
2733
f5aa6869
JB
27342011-07-01 Joel Brobecker <brobecker@adacore.com>
2735
2736 * gdb.ada/ptr_typedef: New testcase.
2737
828292f2
JB
27382011-07-01 Joel Brobecker <brobecker@adacore.com>
2739
2740 * gdb.ada/arrayptr.exp: Add ptype test.
2741
18920c42
JB
27422011-07-01 Joel Brobecker <brobecker@adacore.com>
2743
2744 * gdb.ada/char_enum: New testcase.
2745
3536d9e3 27462011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
2747
2748 * gdb.base/dump.exp (capture_pointer_with_type): New.
2749 Get value from address instead of name.
2750 Start GDB once, and do `dump' and `restore'
2751 tests together.
2752
db863c42
MF
27532011-06-30 Jie Zhang <jie.zhang@analog.com>
2754 Mike Frysinger <vapier@gentoo.org>
2755
2756 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2757 helper functions for getting/setting remotetimeout variable.
2758 * lib/gdb.exp (gdb_load): If the target is remote, set
2759 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2760 with $loadtimeout. Set $load_ok to 0 before doing the load.
2761 Instead of returning, immediately, set $load_ok to 0. Call
2762 set_remotetimeout with $oldremotetimeout, and then return if
2763 $load_ok is 1.
2764
e9e642a8
AB
27652011-06-30 Andrew Burgess <aburgess@broadcom.com>
2766
2767 * gdb.python/py-template.exp: Don't run this test if the target
2768 does not support c++ tests.
2769
32019081
JK
27702011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 Fix non-only rename list for Fortran modules import.
2773 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2774 tests.
2775 * gdb.fortran/module.f90 (module moduse): New.
2776 (program module): use moduse, test var_x, var_y and var_z.
2777
0ecee54c
TT
27782011-06-29 Tom Tromey <tromey@redhat.com>
2779
2780 PR testsuite/12040:
2781 * gdb.fortran/array-element.exp: Use f90, not f77.
2782 * gdb.fortran/complex.exp: Use f90, not f77.
2783 * gdb.fortran/derived-type.exp: Use f90, not f77.
2784 * gdb.fortran/library-module.exp: Use f90, not f77.
2785 * gdb.fortran/logical.exp: Use f90, not f77.
2786 * gdb.fortran/module.exp: Use f90, not f77.
2787 * gdb.fortran/multi-dim.exp: Use f90, not f77.
2788 * gdb.fortran/subarray.exp: Use f90, not f77.
2789
3b2b8fea
TT
27902011-06-29 Tom Tromey <tromey@redhat.com>
2791
2792 * gdb.fortran/charset.exp: New file.
2793 * gdb.fortran/charset.f90: New file.
2794
42159ca5
TT
27952011-06-29 Tom Tromey <tromey@redhat.com>
2796
2797 PR testsuite/12040:
2798 * lib/future.exp: New file, mostly extracted from ada.exp.
2799 Rewrote compatibility code to use rename.
2800 (gdb_find_gfortran): New proc.
2801 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2802 gfortran patch.
2803 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2804 Move to future.exp.
2805 * lib/gdb.exp: Always load future.exp.
2806
af69a5ce
YQ
28072011-06-28 Yao Qi <yao@codesourcery.com>
2808
2809 * gdb.cp/exception.cc: Don't include iostream.
2810 (bar): Remove print statement.
2811 (catcher): New.
2812 (main): Remove print statements. Call function catcher.
2813 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2814 Set breakpoint on catcher, and check the value of parameter.
2815
ab5c6a72
YQ
28162011-06-23 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2819 1.2 is disabled. KFAIL for uclinux.
2820
9497469f
MP
28212011-06-23 Marek Polacek <mpolacek@redhat.com>
2822
2823 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2824 mi_gdb_test.
2825
b9132588
MP
28262011-06-23 Marek Polacek <mpolacek@redhat.com>
2827
5d197ed0 2828 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 2829
e55595ca
MP
28302011-06-23 Marek Polacek <mpolacek@redhat.com>
2831
5d197ed0
MP
2832 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2833
28342011-06-23 Marek Polacek <mpolacek@redhat.com>
2835
2836 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2837 `test_exec_and_symbol_mi_operatons' return value.
2838 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2839 gdb_test_multiple.
2840 (test_exec_and_symbol_mi_operatons): Likewise.
2841 (test_path_specification): Likewise.
e55595ca 2842
be777e08
YQ
28432011-06-23 Yao Qi <yao@codesourcery.com>
2844
2845 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2846 supported.
2847 * lib/gdb.exp (support_displaced_stepping): New.
2848
615556d6
YQ
28492011-06-23 Yao Qi <yao@codesourcery.com>
2850
2851 * gdb.threads/execl.exp: Skip on remote target.
2852
833b0ca7
MP
28532011-06-21 Marek Polacek <mpolacek@redhat.com>
2854
5d197ed0 2855 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
2856 mi_gdb_test.
2857
1ee4023a
MP
28582011-06-20 Marek Polacek <mpolacek@redhat.com>
2859
5d197ed0 2860 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 2861
d0b1d624
MP
28622011-06-20 Marek Polacek <mpolacek@redhat.com>
2863
5d197ed0 2864 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
2865 mi_gdb_test.
2866
79aa92c1
MP
28672011-06-20 Marek Polacek <mpolacek@redhat.com>
2868
5d197ed0 2869 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 2870
5ce5db06
YQ
28712011-06-14 Yao Qi <yao@codesourcery.com>
2872
2873 gdb/testsuite/
2874 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2875
533a737e
JK
28762011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2877
2878 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2879
d0e53741
TT
28802011-06-10 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2883 Add tests for pointer-to-member-function.
2884 * gdb.cp/temargs.cc (S::somefunc): New function.
2885 (K2): New class.
2886 (main): Instantiate K2; call method.
2887
b5916bbd
JB
28882011-06-08 Joel Brobecker <brobecker@adacore.com>
2889
2890 * gdb.python/py-inferior.c (f2): Make str an array rather
2891 than a pointer.
2892 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2893
5be4dfca
JK
28942011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2895
2896 * gdb.base/async-shell.c: New file.
2897 * gdb.base/async-shell.exp: New file.
2898
9f47e254
PA
28992011-06-06 Pedro Alves <pedro@codesourcery.com>
2900
2901 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2902
64b9b334
JB
29032011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2904
2905 From Stephen Kitt <steve@sk2.org>
2906 * gdb.base/help.exp: Adjust following some spelling corrections
2907 in GDB.
2908
dbc0f131
YQ
29092011-06-01 Yao Qi <yao@codesourcery.com>
2910
2911 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2912
fd336a18
KS
29132010-05-31 Keith Seitz <keiths@redhat.com>
2914
2915 PR c++/12750
2916 * gdb.cp/static-method.cc: New file.
2917 * gdb.cp/static-method.exp: New file.
2918
fa8b9902
KS
29192010-05-31 Keith Seitz <keiths@redhat.com>
2920
2921 PR symtab/12704
2922 * gdb.cp/anon-ns.cc: New file.
2923 * gdb.cp/anon-ns.exp: New file.
2924
0a5b1e09
PA
29252011-05-31 Pedro Alves <pedro@codesourcery.com>
2926
2927 * gdb.arch/i386-dr3-watch.c: New file.
2928 * gdb.arch/i386-dr3-watch.exp: New file.
2929
0578b8d1
YQ
29302011-05-30 Yao Qi <yao@codesourcery.com>
2931
2932 * gdb.base/callfuncs.c (t_structs_fc): New.
2933 (t_structs_dc, t_structs_ldc): New.
2934 (t_double_many_args):
2935 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2936 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2937 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2938 * gdb.base/callfuncs.exp: Call new functions.
2939
6680506e
YQ
29402011-05-30 Yao Qi <yao@codesourcery.com>
2941
ff4d2c60
YQ
2942 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2943 Call rerun_and_prepare for each test to isolate effects.
2944
29452011-05-30 Yao Qi <yao@codesourcery.com>
2946
2947 * gdb.base/varargs.c (find_max_float_real): New.
2948 (find_max_double_real, find_max_long_double_real): New.
2949 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
2950 * lib/gdb.exp (setup_kfail_for_target): New.
2951
e43ec454
YQ
29522011-05-30 Yao Qi <yao@codesourcery.com>
2953
2954 * gdb.base/funcargs.c (callca, callcb, callcc): New.
2955 (callcd, callce, callcf, callc1a, callc1b): New.
2956 (callc2a, callc2b): New.
2957 * gdb.base/funcargs.exp (complex_args): New.
2958 (complex_integral_args, complex_float_integral_args): New.
2959 * lib/gdb.exp (support_complex_tests): New. Determine
2960 whether to run test cases on _Complex types.
2961
432b4d03
JK
29622011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2963
2964 * gdb.threads/leader-exit.c: New file.
2965 * gdb.threads/leader-exit.exp: New file.
2966
6caf069d
MP
29672011-05-27 Marek Polacek <mpolacek@redhat.com>
2968
9497469f 2969 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 2970
97fce28b
MP
29712011-05-27 Marek Polacek <mpolacek@redhat.com>
2972
2973 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2974 remove the `supported' variable.
2975 * gdb.mi/mi-nonstop.exp: Likewise.
2976 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2977 * gdb.mi/mi-nsintrall.exp: Likewise.
2978 * gdb.mi/mi-nsmoribund.exp: Likewise.
2979 * gdb.mi/mi-nsthrexec.exp: Likewise.
2980
9da8c2a0
PA
29812011-05-26 Pedro Alves <pedro@codesourcery.com>
2982
2983 * gdb.reverse/finish-reverse-bkpt.exp: New test.
2984
2c03e5be
PA
29852011-05-26 Pedro Alves <pedro@codesourcery.com>
2986
2987 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2988
2e21250d
KS
29892011-05-24 Keith Seitz <keiths@redhat.com>
2990
2991 PR breakpoint/12803
2992 * gdb.cp/cmpd-minsyms.cc (a): New method.
2993 (b): New method.
2994 (c): New method.
2995 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2996
cdac0397
PA
29972011-05-24 Pedro Alves <pedro@codesourcery.com>
2998
2999 * gdb.base/commands.exp (watchpoint_command_test): Check that the
3000 watchpoint's command list didn't execute when the watchpoint went
3001 out of scope.
3002
ee5683ab
PM
30032011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
3004
3005 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
3006 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
3007 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
3008 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3009 * gdb.arch/i386-permbkpt.exp: Likewise.
3010 * gdb.arch/i386-prologue.exp: Likewise.
3011 * gdb.arch/i386-size-overlap.exp: Likewise.
3012 * gdb.arch/i386-size.exp: Likewise.
3013 * gdb.arch/i386-unwind.exp: Likewise.
3014 * gdb.reverse/i386-precsave.exp: Likewise.
3015 * gdb.reverse/i386-reverse.exp: Likewise.
3016 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3017 * gdb.reverse/i387-env-reverse.exp: Likewise.
3018 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3019
c91c8c16
PA
30202011-05-24 Pedro Alves <pedro@codesourcery.com>
3021
3022 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
3023 file doesn't error, using MI.
3024
c50491a7
TT
30252011-05-23 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.base/charset.exp (string_display): Add tests to assign to
3028 arrays.
3029 * gdb.base/charset.c (short_array, int_array, long_array): New.
3030
4a07b7da
PA
30312011-05-20 Pedro Alves <pedro@codesourcery.com>
3032
3033 Cope with async mode.
3034
4a07b7da
PA
3035 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
3036 into gdb_test + mi_expect_stop.
3037
b275f2d2
PA
30382011-05-20 Pedro Alves <pedro@codesourcery.com>
3039
3040 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
3041 (callme): Remove printf call.
3042
eec52c44
PM
30432011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
3044
3045 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
3046 quote pattern to avoid problems with Cygwin/mingw expect versions.
3047 * gdb.base/default.exp (show convenience): Use double
3048 quote pattern for regular expressions.
3049
b3c8eb43
JK
30502011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 Fix -readnow for -gdwarf-4 unused type units.
3053 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
3054 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
3055
ed731959
JK
30562011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3057
3058 * gdb.base/kill-after-signal.c: New file.
3059 * gdb.base/kill-after-signal.exp: New file.
3060
3b48433d
PA
30612011-05-16 Pedro Alves <pedro@codesourcery.com>
3062
3063 * gdb.ada/start.exp: Call untested with the correct test filename.
3064 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
3065 test filename. Make the test's binary unique.
3066 * gdb.arch/i386-signal.exp: Call untested with the correct test
3067 filename.
3068 * gdb.arch/i386-size-overlap.exp: Ditto.
3069 * gdb.arch/Makefile.in (EXECUTABLES): Update.
3070 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3071 * gdb.cp/call-c.exp: Ditto.
3072 * gdb.mi/mi-reverse.exp: Call untested with the correct test
3073 filename. Make the test's binary unique.
3074 * gdb.mi/Makefile.in (EXECUTABLES): Update.
3075 * gdb.python/py-mi.exp: Ditto.
3076 * gdb.python/Makefile.in (EXECUTABLES): Update.
3077 * gdb.reverse/i386-precsave.exp: Ditto.
3078 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
3079 test filename.
3080 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3081 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
3082 unique.
3083 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
3084 test filename.
3085 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
3086 * gdb.trace/tfile.exp: Ditto.
3087
ba4a8bdd
YQ
30882011-05-14 Yao Qi <yao@codesourcery.com>
3089
3090 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
3091 type.
3092
dbaefcf7
DE
30932011-05-13 Doug Evans <dje@google.com>
3094
3095 * gdb.python/py-objfile-script.exp: New file.
3096 * gdb.python/py-objfile-script.c: New file.
3097 * gdb.python/py-objfile-script-gdb.py: New file.
3098 * testsuite/gdb.python/py-section-script.exp: Test
3099 "info auto-load-scripts".
3100
9930639c
TT
31012011-05-13 Tom Tromey <tromey@redhat.com>
3102
3103 * gdb.dwarf2/clztest.exp: New file.
3104 * gdb.dwarf2/clztest.c: New file.
3105 * gdb.dwarf2/clztest.S: New file.
3106
05272e11
DE
31072011-05-13 Doug Evans <dje@google.com>
3108
cc63ef9b
DE
3109 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
3110 String16 tests.
05272e11 3111
6edba76f
TT
31122011-05-13 Tom Tromey <tromey@redhat.com>
3113
3114 * lib/gdb.exp (is_x86_like_target): New proc.
3115 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
3116 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
3117 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
3118 -nostdlib to compiler.
3119 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
3120 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
3121 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
3122 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
3123 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
3124
028d0ed5
TJB
31252011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3126
3127 * gdb.python/py-function.exp: Test setting a value from a function
3128 which executes a command.
3129
8a9b8146
TT
31302011-05-12 Tom Tromey <tromey@redhat.com>
3131
3132 * gdb.dwarf2/typeddwarf.S: New file.
3133 * gdb.dwarf2/typeddwarf.c: New file.
3134 * gdb.dwarf2/typeddwarf.exp: New file.
3135
10483e8e
MP
31362011-05-12 Marek Polacek <mpolacek@redhat.com>
3137
3138 * gdb.mi/mi-basics.exp: Fix races. Honour the
3139 `test_exec_and_symbol_mi_operatons' return value.
3140 (test_mi_interpreter_selection): Use mi_gdb_test instead of
3141 gdb_test_multiple.
3142 (test_exec_and_symbol_mi_operatons): Likewise.
3143 (test_path_specification): Likewise.
3144
faf067f1
JK
31452011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3146
3147 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
3148 (gdb_touch_execfile): Remove catch wrappers. New variable time.
3149 Replace `file copy' and `file rename' by `file mtime'. Twice.
3150
7ff911a3
JK
31512011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 * gdb.base/readline-ask.c: New file.
3154 * gdb.base/readline-ask.exp: New file.
3155 * gdb.base/readline-ask.inputrc: New file.
3156
a536c6d7
UW
31572011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3158
3159 * gdb.cell/bt.exp: Delete breakpoints before running to signal
3160 to avoid race condition.
3161 * gdb.cell/coremaker.c: Use small stack size.
3162 * gdb.cell/ea-standalone.exp: Use file name without path as
3163 argument to c_to.
3164 * gdb.cell/fork.exp: Allow other output when continuing to end.
3165
d472a426
JK
31662011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.threads/corethreads.c: New file.
3169 * gdb.threads/corethreads.exp: New file.
3170
31712011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
3172
3173 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3174 Try to compile the test using -Wl,-z,norelro first.
3175 (load_core): New variable libthread_db_seen, initialize it.
3176 (zeroed-threads cannot be listed): Protect it by XFAIL on
3177 !$libthread_db_seen.
3178
8be455d7
JK
31792011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3180
3181 PR 12573
3182 * gdb.dwarf2/dw2-skip-prologue.S: New file.
3183 * gdb.dwarf2/dw2-skip-prologue.c: New file.
3184 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3185
1976171a
JK
31862011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 * gdb.cp/psymtab-parameter.cc: New file.
3189 * gdb.cp/psymtab-parameter.exp: New file.
3190
7db6f30f
JK
31912011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 Fix a race.
3194 * gdb.cp/static-print-quit.exp (print c): Split to ...
3195 (print c - <return>, print c - q <return>, print c - to quit):
3196 ... these. Make the testfile untested on gdb-7.1.
3197
85161e9e 31982011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
3199
3200 * lib/gdb.exp (exec_target_file, exec_symbol_file,
3201 gdb_rename_execfile, gdb_touch_execfile): New.
3202 * gdb.base/reread.exp: Use new procs to handle multiple
3203 exec files.
3204
0c51be18
YQ
32052011-05-05 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3208 (test_adr_32bit, test_pop_pc): New.
3209 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3210 (test_adr_32bit, test_pop_pc): New.
3211
4d393d60
JM
32122011-05-04 Joseph Myers <joseph@codesourcery.com>
3213
3214 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3215 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3216 targets.
3217 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3218 handle targets.
3219
8ffd0459
JK
32202011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 * gdb.base/completion.exp (complete help info wat): Rename to ...
3223 (complete 'help info wat'): ... here.
3224 Remove all `-re ".*' and `-re "^.*' redundant regexes.
3225 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3226
8e28d804
PA
32272011-05-04 Pedro Alves <pedro@codesourcery.com>
3228
3229 * gdb.base/completion.exp: Use gdb_test_multiple instead of
3230 gdb_test and explicit $gdb_prompt/timeout matches.
3231
3eb2ef34
YQ
32322011-05-04 Yao Qi <yao@codesourcery.com>
3233
3234 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3235 and __thumb2__.
3236
aaaf81a3
MP
32372011-05-03 Marek Polacek <mpolacek@redhat.com>
3238
3239 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3240 in place of `gdb_test "delete breakpoints"'. This eliminates two
3241 testcases.
3242
c4cbc0df
PA
32432011-05-02 Pedro Alves <pedro@codesourcery.com>
3244
3245 PR testsuite/12649
3246 Fix races.
3247
3248 * gdb.base/completion.exp: Remove all sleep calls. Remove
3249 unnecessary regexs. Don't explicitly expect anything after the
3250 prompt. Eat the prompt if necessary.
3251
b4cbb4a3
EBM
32522011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
3253
3254 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3255 accept to show the caller line again as well as the line after.
3256
d65aec65
PM
32572011-04-29 Phil Muldoon <pmuldoon@redhat.com>
3258
3259 PR mi/12531
3260
3261 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3262 compile target.
3263 * gdb.python/py-prettyprint.exp: Add C++ object for
3264 CPLUS_FAKE_CHILD test.
3265
30852783
UW
32662011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
3267
3268 * gdb.base/signest.exp: New file.
3269 * gdb.base/signest.c: Likewise.
3270
c7b1f0d9
JK
32712011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3272
3273 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3274 thread and breakpoint notifications.
3275
559a7a62
JK
32762011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3277
3278 * gdb.base/fortran-sym-case.c: New file.
3279 * gdb.base/fortran-sym-case.exp: New file.
3280 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3281 * gdb.dwarf2/dw2-case-insensitive.c: New file.
3282 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3283
8344e389
JK
32842011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3287 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3288 false #1', `if true else false #2' and `if true else false #3'.
3289
2484c66b
UW
32902011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
3291
3292 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3293 while delivering signal.
3294
8d3788bd
VP
32952011-04-27 Vladimir Prus <vladimir@codesourcery.com>
3296
3297 MI breakpoint notifications.
3298
3299 * testsuite/gdb.mi/mi-cli.exp: Adust.
3300 * testsuite/gdb.mi/mi2-cli.exp: Adust.
3301 * testsuite/gdb.mi/mi-watch.exp: Adust.
3302 * testsuite/gdb.mi/mi2-watch.exp: Adust.
3303 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3304 notifications.
3305
3e03848b
JK
33062011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 * gdb.base/gdbindex-stabs-dwarf.c: New file.
3309 * gdb.base/gdbindex-stabs.c: New file.
3310 * gdb.base/gdbindex-stabs.exp: New file.
3311
918c9108
YQ
33122011-04-25 Yao Qi <yao@codesourcery.com>
3313
3314 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3315 with /*...*/.
3316 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3317
90556b8c
JK
33182011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 * gdb.python/py-value.exp (test_objfiles): Name the first test
3321 `py-value in file.filename'.
3322
03f2bd59
JK
33232011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3324
3325 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3326 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3327 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3328 !gdbserver_reconnect_p..
3329 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3330
7b08b9eb
JK
33312011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3332
3333 * gdb.cp/cpcompletion.exp (complete class methods)
3334 (complete class methods beginning with F): Move them above runto. New
3335 comment about the runto delimiter.
3336
b78974c3
PA
33372011-04-20 Pedro Alves <pedro@codesourcery.com>
3338
3339 * gdb.base/maint.exp: Test that "maint print registers" works
3340 without a running program.
3341
20429c40 33422011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 3343
20429c40
MP
3344 * gdb.base/setshow.exp: Fix racy tests.
3345 ($old_gdb_prompt): New variable.
3346
7a9dd1b2
TT
33472011-04-19 Tom Tromey <tromey@redhat.com>
3348
3349 * gdb.mi/mi-nsmoribund.exp:
3350 * gdb.hp/gdb.objdbg/objdbg01.exp:
3351 * gdb.base/structs.exp (test_struct_returns):
3352 * gdb.base/call-sc.exp (test_scalar_returns):
3353 * gdb.base/bigcore.exp: Remove duplicate words.
3354
02835898
JK
33552011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 * gdb.base/break-interp-lib.c (v, vptr): New variables.
3358 * gdb.base/break-interp.exp (test_attach): New comment.
3359
254f582e
JK
33602011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3361
3362 * gdb.threads/gcore-thread.exp ($core0file): New variable.
3363 (clear __stack_user.next, clear stack_used.next)
3364 (save a zeroed-threads corefile): New test.
3365 Call core_load for $core0file.
3366 (zeroed-threads cannot be listed): New test.
3367
4fe85f5c
JK
33682011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3369
3370 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3371 filename.
3372 ($srcfile): Preserve the original value.
3373 ($testfile): Match it the .exp filename.
3374 ($corefile): New variable. Substitute it around.
3375 Use clean_restart.
3376 ($prev_timeout): Remove.
3377 (load_core): Move core loading into this proc.
3378 Fix restore of $timeout if load_core fails.
3379
63524580
JK
33802011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.base/eu-strip-infcall.c: New file.
3383 * gdb.base/eu-strip-infcall.exp: New file.
3384
90359a16
JK
33852011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3388 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3389
626e7282
JK
33902011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 Fix Python access to inlined frames.
3393 * gdb.python/py-frame-inline.c: New file.
3394 * gdb.python/py-frame-inline.exp: New file.
3395
3363d018
EBM
33962011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
3397
3398 * gdb.base/gdb1090.exp: Change breakpoint location to read the
3399 content of 's24' correctly (avoiding "optimized out").
3400 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3401
28781456
JK
34022011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3405
4a4106ca
TJB
34062011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3407
3408 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3409 expect a colon in watch -location output.
3410
d26ccb4f
JK
34112011-04-13 Marek Polacek <mpolacek@redhat.com>
3412
df46027d 3413 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
3414 New testcase `expect response to define backtrace'. Also remove
3415 redundant `default' block.
3416
e1ab1f9c
JK
34172011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3418
3419 * gdb.python/py-prettyprint.c (struct hint_error): New.
3420 (main): New variable hint_error.
3421 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3422 "print hint_error".
3423 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3424 (register_pretty_printers): Register it.
3425
0c2e6019
TT
34262011-04-04 Tom Tromey <tromey@redhat.com>
3427
3428 * gdb.cp/maint.exp (test_help): Update.
3429 (test_namespace): Likewise.
3430
af57139d
JB
34312011-04-01 Joel Brobecker <brobecker@adacore.com>
3432
3433 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3434 * gdb.ada/arrayptr.exp: Add new tests.
3435
956a9fb9
JB
34362011-04-01 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.ada/mi_catch_ex: New testcase.
3439
d0c4d642
PA
34402011-04-01 Pedro Alves <pedro@codesourcery.com>
3441
3442 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3443 base::overload(void) method without specifying "const".
3444
18819fa6
UW
34452011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3446
3447 * gdb.arch/thumb-singlestep.S: New file.
3448 * gdb.arch/thumb-singlestep.exp: Likewise.
3449
a4c8e806
TT
34502011-03-31 Tom Tromey <tromey@redhat.com>
3451
3452 * gdb.python/py-prettyprint.py (exception_flag): New global.
3453 (NoStringContainerPrinter._iterator.next): Check it.
3454 * gdb.python/py-prettyprint.c (main): New variable nstype2.
3455 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3456
53832f31
TT
34572011-03-29 Tom Tromey <tromey@redhat.com>
3458
3459 * gdb.cp/anon-struct.cc: New file.
3460 * gdb.cp/anon-struct.exp: New file.
3461
e4620230
JK
34622011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3463
3464 Test STT_GNU_IFUNC support.
3465 * gdb.base/gnu-ifunc-lib.c: New file.
3466 * gdb.base/gnu-ifunc.c: New file.
3467 * gdb.base/gnu-ifunc.exp: New file.
3468
d0fb5eae
JK
34692011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3470
3471 Support a ring of related breakpoints.
3472 * gdb.base/watchpoint-delete.c: New file.
3473 * gdb.base/watchpoint-delete.exp: New file.
3474
20106cfb
JK
34752011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3476
3477 * gdb.ada/arrayparam.exp (print first after function call): Use
3478 explicit package name. Add a comment
3479 (print lasta after function call): Rename ...
3480 (print last after function call): ... it and use explicit package
3481 name.
3482 (print length after function call): Use explicit package name.
3483 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3484 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3485 (multiple matches for symbol i): Rename ...
3486 (multiple matches for symbol integervar): ... it.
3487 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3488 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3489
e7ab5e63
AB
34902011-03-25 Andrew Burgess <aburgess@broadcom.com>
3491
3492 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3493 environment variable to make grep output more predictable. Move
3494 all the environment setup into gdb_init so it's done once per test
3495 case rather than each time we start gdb.
3496
9ef07c8c
TT
34972011-03-24 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
3500 test.
3501
dd90784c
JK
35022011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 * gdb.dwarf2/dw2-entry-value-main.c: New file.
3505 * gdb.dwarf2/dw2-entry-value.S: New file.
3506 * gdb.dwarf2/dw2-entry-value.exp: New file.
3507
05775840
PM
35082011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3509
3510 PR python/12183
3511
3512 * gdb.python/py-function.exp: Add GdbError tests.
3513
8661b11b
PA
35142011-03-18 Pedro Alves <pedro@codesourcery.com>
3515
3516 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3517 (reglocal_test_func, statlocal_test_func): New functions.
3518 (globals_test_func): Call new functions.
3519 * gdb.trace/unavailable.exp (gdb_collect_args_test)
3520 (gdb_collect_locals_test): New procedure.
3521 (gdb_trace_collection_test): Call new procedures.
3522
0fdb4f18
PA
35232011-03-18 Pedro Alves <pedro@codesourcery.com>
3524
3525 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3526 (test_register, test_register_unavailable): New procedures.
3527 (gdb_unavailable_registers_test): New procedure.
3528 (gdb_trace_collection_test): Call it.
3529
99c3dc11
PM
35302011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3531
3532 PR python/12149
3533
3534 * gdb.python/python.exp: Add gdb.write tests.
3535
29703da4
PM
35362010-03-17 Phil Muldoon <pmuldoon@redhat.com>
3537
3538 * gdb.python/Makefile.in: Add py-objfile.
3539 * gdb.python/py-objfile.exp: New file.
3540 * gdb.python/py-objfile.c: New file.
3541 * gdb.python/py-block.exp: Add is_valid tests.
3542 * gdb.python/py-inferior.exp: Ditto.
3543 * gdb.python/py-infthread.exp: Ditto.
3544 * gdb.python/py-symbol.exp: Ditto.
3545 * gdb.python/py-symtab.exp: Ditto.
3546
598997c8
KS
35472011-03-16 Keith Seitz <keiths@redhat.com>
3548
3549 PR c++/12273
3550 * gdb.cp/cmpd-minsyms.exp: New test.
3551 * gdb.cp/cmpd-minsyms.cc: New file.
3552
3553 PR c++/11734
3554 * gdb.cp/ovsrch.exp: New test.
3555 * gdb.cp/ovsrch.h: New file.
3556 * gdb.cp/ovsrch1.cc: New file.
3557 * gdb.cp/ovsrch2.cc: New file.
3558 * gdb.cp/ovsrch3.cc: New file.
3559 * gdb.cp/ovsrch4.cc: New file.
3560
c91513d8
PP
35612011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3562
3563 PR gdb/12528
3564 * gdb.base/Makefile.in: Adjust EXECUTABLES.
3565 * gdb.base/break-on-linker-gcd-function.exp: New test.
3566 * gdb.base/break-on-linker-gcd-function.cc: New file.
3567
7470fc63
AT
35682011-03-15 Andreas Tobler <andreast@fgznet.ch>
3569
3570 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3571
959e7469
PM
35722011-03-15 Phil Muldoon <pmuldoon@redhat.com>
3573
3574 * lib/gdb.exp (gdb_unload): Add another termination case.
3575
9373cf26
JK
35762011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3577
3578 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3579 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3580 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3581 Provide a stub byte there.
3582 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3583 DW_AT_entry_pc.
3584 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3585
24e9cda0
UW
35862011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3587
3588 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3589 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
3590 "generic ABI, auto".
3591 (altivec_abi_tests): Accept vectors returned by reference.
3592
7371cf6d
PM
35932010-03-14 Phil Muldoon <pmuldoon@redhat.com>
3594
3595 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3596
ce77046a
UW
35972011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
3598
3599 * gdb.python/py-section-script.exp: Skip test if no Python support.
3600
176400c3
UW
36012011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
3602
3603 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3604
ecec24e6
PM
36052011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3606
3607 * gdb.python/py-parameter.exp: Update tests to the new Python
3608 parameter API. Add "no documentation" test. Add deprecated API
3609 backward compatibility test.
3610
5dbdd470
TT
36112011-03-09 Tom Tromey <tromey@redhat.com>
3612
3613 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3614 gdb_continue_to_end.
3615
b66e66ee
MK
36162011-03-09 Mark Kettenis <kettenis@gnu.org>
3617
3618 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3619 tabs.
3620
eceb0c5f
TT
36212011-03-09 Tom Tromey <tromey@redhat.com>
3622
3623 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
3624 parentheses.
3625 (gdb_continue_to_end): Add "allow_extra" parameter. Use
3626 $command.
3627 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3628 argument to gdb_continue_to_end.
3629 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3630 argument to gdb_continue_to_end.
3631 * gdb.cp/annota3.exp: Fix regex.
3632 * gdb.cp/annota2.exp: Fix regex.
3633 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3634 gdb_continue_to_end.
3635 * gdb.base/call-signal-resume.exp: Revert earlier patch.
3636 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3637 gdb_continue_to_end.
3638
63154eca
PA
36392011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.server/ext-run.exp
3642 (load new file without any gdbserver inferior): New test.
3643
967d1f9b
TT
36442011-03-07 Tom Tromey <tromey@redhat.com>
3645
3646 * Makefile.in (TAGS): Rewrite.
3647
d68dcbb9
JK
36482011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3649
3650 * gdb.trace/report.exp (12.1: trace report #1): New match for the
3651 initial commands echo. New match for `Found trace'. Anchor all the
3652 other matches. Anchor and match for `No trace frame found' the final
3653 match.
3654
6bf58e63
TT
36552011-03-07 Tom Tromey <tromey@redhat.com>
3656
3657 * Makefile.in (TAGS): New target.
3658
fda326dd
TT
36592011-03-07 Tom Tromey <tromey@redhat.com>
3660
3661 * lib/opencl.exp (skip_opencl_tests): Update for exit message
3662 change.
3663 * lib/mi-support.exp (mi_gdb_test): Update for exit message
3664 change.
3665 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
3666 exit message change.
3667 (skip_altivec_tests): Update for exit message change.
3668 (skip_vsx_tests): Likewise.
3669 (gdb_continue_to_end): Likewise. Add 'command' argument.
3670 * lib/cell.exp (skip_cell_tests): Update for exit message change.
3671 * gdb.threads/tls.exp: Update for exit message change.
3672 * gdb.threads/thread-unwindonsignal.exp: Use
3673 gdb_continue_to_end.
3674 * gdb.threads/step.exp (step_it): Update for exit message change.
3675 (continue_all): Likewise.
3676 * gdb.threads/print-threads.exp (test_all_threads): Update for
3677 exit message change.
3678 * gdb.threads/interrupted-hand-call.exp: Use
3679 gdb_continue_to_end.
3680 * gdb.threads/execl.exp: Use gdb_continue_to_end.
3681 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3682 gdb_continue_to_end.
3683 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3684 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3685 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3686 * gdb.cp/method.exp: Update for exit message change.
3687 * gdb.cp/mb-templates.exp: Update for exit message change.
3688 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3689 * gdb.cp/annota3.exp: Update for exit message change.
3690 * gdb.cp/annota2.exp: Update for exit message change.
3691 * gdb.cell/fork.exp: Use gdb_continue_to_end.
3692 * gdb.base/term.exp: Update for exit message change.
3693 * gdb.base/step-test.exp (test_i): Update for exit message change.
3694 * gdb.base/sigstep.exp (advance): Update for exit message change.
3695 (advancei): Likewise.
3696 * gdb.base/siginfo.exp: Update for exit message change.
3697 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3698 * gdb.base/reread.exp: Use gdb_continue_to_end.
3699 * gdb.base/langs.exp: Use gdb_continue_to_end.
3700 * gdb.base/interrupt.exp: Update for exit message change.
3701 * gdb.base/gdb1555.exp: Update for exit message change.
3702 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3703 * gdb.base/ending-run.exp: Update for exit message change.
3704 * gdb.base/chng-syms.exp: Update for exit message change.
3705 * gdb.base/checkpoint.exp: Update for exit message change.
3706 * gdb.base/catch-syscall.exp (check_for_program_end): Use
3707 gdb_continue_to_end.
3708 (test_catch_syscall_with_wrong_args): Likewise.
3709 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3710 * gdb.base/break-interp.exp (test_ld): Update for exit message
3711 change.
3712 * gdb.base/bang.exp: Update for exit message change.
3713 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3714 (do_call_attach_tests): Likewise.
3715 * gdb.base/a2-run.exp: Update for exit message change.
3716 * gdb.arch/ppc-dfp.exp: Update for exit message change.
3717 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3718 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3719
dd19bd70
JK
37202011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3723
30e62689
TT
37242011-03-03 Tom Tromey <tromey@redhat.com>
3725
3726 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3727 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3728 * gdb.hp/gdb.aCC/configure.ac: Remove.
3729 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3730 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3731 * gdb.hp/gdb.base-hp/configure.ac: Remove.
3732 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3733 * gdb.hp/gdb.compat/configure (Makefile): Remove.
3734 * gdb.hp/gdb.compat/configure.ac: Remove.
3735 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3736 * gdb.hp/gdb.defects/configure (Makefile): Remove.
3737 * gdb.hp/gdb.defects/configure.ac: Remove.
3738 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3739 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3740 * gdb.hp/gdb.objdbg/configure.ac: Remove.
3741 * gdb.hp/configure.ac: Remove.
3742 * gdb.hp/configure: Remove.
3743 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3744 substitution.
3745 (Makefile): Remove rule.
3746 * gdb.cell/configure.ac: Remove.
3747 * gdb.cell/configure: Remove.
3748 * gdb.stabs/Makefile.in (Makefile): Remove.
3749 (distclean): Don't remove config.status or config.log.
3750 * gdb.stabs/configure (Makefile): Remove.
3751 * gdb.stabs/configure.ac: Remove.
3752 * configure: Rebuild.
3753 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3754 Remove stabs- and cell-specific logic. Test for existence of
3755 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
3756 subdirectories, gdb.cell, and and gdb.stabs.
3757 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3758
c171f854
JB
37592011-03-03 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3762 end of buffer.
3763
9a5193cb
JB
37642011-03-02 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3767 gdb_test when running a test where we expected no output back.
3768
9bb4c1bb
MS
37692011-02-28 Michael Snyder <msnyder@vmware.com>
3770
3771 * gdb.cp/overload.cc: Change initializer value to integer.
3772
3bd0f5ef
MS
37732011-02-27 Michael Snyder <msnyder@vmware.com>
3774
3775 * gdb.multi/base.exp: Add test for remove-inferiors.
3776
2279eaad
JB
37772011-02-26 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.python/py-frame.exp: Simplify the initialization phase
3780 using prepare_for_testing.
3781
c82c0b55
MS
37822011-02-25 Michael Snyder <msnyder@vmware.com>
3783
3784 * gdb.multi/base.exp: Add tests for info inferiors with args.
3785
1d94651b
JK
37862011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 * gdb.dwarf2/dw2-ranges.S: Rename to ...
3789 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3790 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3791 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3792 asmfile3. Comment the STABS (#3) file compilation. Compile
3793 everything through assembler. Provide KFAIL for symtab/12497.
3794 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3795 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3796 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3797 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3798
3bd0f5ef
MS
37992011-02-24 Michael Snyder <msnyder@vmware.com>
3800
3801 * gdb.base/break.exp: Add tests for delete breakpoints using
3802 convenience variables and value history references.
3803
12c1418e
MS
38042011-02-24 Michael Snyder <msnyder@vmware.com>
3805
3806 * gdb.base/break.exp: Remove debugging 'printf' accidentally
3807 left behind in previous check-in.
3808
e5a67952
MS
38092011-02-23 Michael Snyder <msnyder@vmware.com>
3810
3811 * gdb.base/break.exp: Add tests for "info break" with arguments.
3812 * gdb.trace/infotrace.exp: Update patterns for error and help.
3813 * gdb.base/completion.exp: Update pattern.
3814 * gdb.base/ena-dis-br.exp: Update pattern.
3815 * gdb.base/help.exp: Update patterns.
3816
38172011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
3818
3819 * gdb.base/memattr.exp: New test.
3820 * gdb.base/memattr.c: Test load for memattr.exp.
3821
6e6fbe60
DE
38222011-02-22 Doug Evans <dje@google.com>
3823
3824 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3825
1d41d745
MS
38262011-02-22 Michael Snyder <msnyder@vmware.com>
3827
3828 * Makefile.in: Make more clean.
3829 * gdb.ada/Makefile.in: Ditto.
3830 * gdb.arch/Makefile.in: Ditto.
3831 * gdb.asm/Makefile.in: Ditto.
3832 * gdb.base/Makefile.in: Ditto.
3833 * gdb.cp/Makefile.in: Ditto.
3834 * gdb.dwarf2/Makefile.in: Ditto.
3835 * gdb.java/Makefile.in: Ditto.
3836 * gdb.mi/Makefile.in: Ditto.
3837 * gdb.modula2/Makefile.in: Ditto.
3838 * gdb.python/Makefile.in: Ditto.
3839 * gdb.server/Makefile.in: Ditto.
3840 * gdb.stabs/Makefile.in: Ditto.
3841 * gdb.threads/Makefile.in: Ditto.
3842 * gdb.trace/Makefile.in: Ditto.
3843
79ba84ca
MS
38442011-02-22 Michael Snyder <msnyder@vmware.com>
3845
df46027d 3846 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
3847 info threads.
3848
b9b35694
JB
38492011-02-22 Joel Brobecker <brobecker@adacore.com>
3850
3851 * gdb.python/py-breakpoint.exp: Fix the expected output of
3852 one of the "maint info breakpoints" tests to accept the output
3853 generated on platforms that do not have hardware watchpoints.
3854
8bfb830f
JB
38552011-02-22 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3858 clean_restart. Be a little stricter in the expected output
3859 for one of the tests. Fix a typo in one of the comments.
3860
c45f3c54
JB
38612011-02-22 Joel Brobecker <brobecker@adacore.com>
3862
3863 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
3864 Delete variable binfile, no longer use. Add or modify test
3865 comments to make them unique.
3866
b97c863c
MS
38672011-02-21 Michael Snyder <msnyder@vmware.com>
3868
3869 * Makefile.in: Update for make clean.
3870 * gdb.ada/Makefile.in: Ditto.
3871 * gdb.arch/Makefile.in: Ditto.
3872 * gdb.asm/Makefile.in: Ditto.
3873 * gdb.base/Makefile.in: Ditto.
3874 * gdb.cp/Makefile.in: Ditto.
3875 * gdb.dwarf2/Makefile.in: Ditto.
3876 * gdb.java/Makefile.in: Ditto.
3877 * gdb.mi/Makefile.in: Ditto.
3878 * gdb.modula2/Makefile.in: Ditto.
3879 * gdb.python/Makefile.in: Ditto.
3880 * gdb.server/Makefile.in: Ditto.
3881 * gdb.stabs/Makefile.in: Ditto.
3882 * gdb.threads/Makefile.in: Ditto.
3883 * gdb.trace/Makefile.in: Ditto.
3884
aea5b279
MS
38852011-02-21 Michael Snyder <msnyder@vmware.com>
3886
3887 * gdb.threads/thread-find.exp: Update patterns for changes in
3888 output of "info threads" command.
3889
e3039479
UW
38902011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3891 Ulrich Weigand <uweigand@de.ibm.com>
3892
3893 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3894 (skip_hw_watchpoint_tests): Likewise.
3895 (skip_hw_watchpoint_multi_tests): Likewise.
3896
b800ec70
UW
38972011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
3898
3899 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3900 (skip_hw_watchpoint_tests): Likewise.
3901 (skip_hw_watchpoint_multi_tests): Likewise.
3902 (skip_hw_watchpoint_access_tests): Likewise.
3903
3904 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3905 * gdb.base/pr11022.exp: Likewise.
3906 * gdb.base/watch-read.exp: Likewise.
3907 * gdb.base/watch_thread_num.exp: Likewise.
3908 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3909 * gdb.base/watchpoint-hw.exp: Likewise.
3910 * gdb.base/watchpoint.exp: Likewise.
3911 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3912 * gdb.threads/watchthreads-reorder.exp: Likewise.
3913 * gdb.threads/watchthreads.exp: Likewise.
3914 * gdb.threads/watchthreads2.exp: Likewise.
3915
91033e37
JB
39162011-02-21 Joel Brobecker <brobecker@adacore.com>
3917
3918 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3919 the debugger is unable to find the array bounds.
3920
eeaafae2
JK
39212011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3922
3923 * gdb.cp/typedef-operator.exp: New file.
3924 * gdb.cp/typedef-operator.cc: New file.
3925
e338d953
MS
39262011-02-17 Michael Snyder <msnyder@vmware.com>
3927
3928 * gdb.threads/thread-find.exp: Fix regular expressions.
3929
e67ad678
JB
39302011-02-17 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb.ada/packed_array: Expand testcase to test printing of
3933 unconstrained packed array.
3934
93084bca
JB
39352011-02-17 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3938
a0c78a73
PA
39392011-02-16 Pedro Alves <pedro@codesourcery.com>
3940
f65d5553 3941 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
3942 (main): Initialize it before collecting, and and clear it
3943 afterwards.
f65d5553
PA
3944 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3945 collecting with '{type} addr', where the addr expression is not an
3946 rvalue.
a0c78a73 3947
3dfcbbd2
KW
39482011-02-16 Ken Werner <ken.werner@de.ibm.com>
3949
3950 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3951 a bool variable. Expect correct OpenCL names for vector types. Use the
3952 uc3 variable name instead of referring to the uchar3 built-in type.
3953 Escape the asterisk at the half pointer test.
3954
08807d5a
PA
39552011-02-16 Pedro Alves <pedro@codesourcery.com>
3956
f65d5553 3957 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
3958 (main): Initialize it before collecting, and and clear it
3959 afterwards.
f65d5553
PA
3960 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3961 collecting overlapping memory ranges.
08807d5a 3962
60f98dde
MS
39632011-02-15 Michael Snyder <msnyder@vmware.com>
3964
3965 * gdb.base/default.exp: Add tests for thread commands.
3966 * gdb.base/help.exp: Add tests for thread commands.
3967 * gdb.threads/thread-find.exp: New test for thread find command.
3968
648cd113
KW
39692011-02-15 Ken Werner <ken.werner@de.ibm.com>
3970
3971 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3972
494e194e
YQ
39732011-02-15 Yao Qi <yao@codesourcery.com>
3974
3975 PR tdep/12352
3976 * gdb.arch/arm-disp-step.S : New test for str instruction.
3977 * gdb.arch/arm-disp-step.exp : Likewise.
3978
d9492458
TJB
39792011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
3980
3981 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3982 "vector_register2_vr" test strings. Test the extended floating
3983 point registers (F32~F63).
3984 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3985 IBM XL C compiler. Make the test program use a register provided
3986 by the compiler for the lxvd2x instruction.
3987
8af8e3bc
PA
39882011-02-14 Pedro Alves <pedro@codesourcery.com>
3989
3990 * gdb.trace/unavailable.cc (class Base, class Middle, class
3991 Derived): New types.
3992 (derived_unavail, derived_partial, derived_whole): New globals.
3993 (virtual_partial): New global.
3994 (virtualp): Point at virtual_partial.
3995 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3996 related to unavailable vptr.
3997
1b28d0b3
PA
39982011-02-14 Pedro Alves <pedro@codesourcery.com>
3999
4000 * gdb.trace/unavailable.cc (a, b, c): New globals.
4001 (main): Set and clear them.
4002 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
4003 `a' and `c', and check that `b' isn't collected, although `a' and
4004 `c' are.
4005
ec0a52e1
PA
40062011-02-14 Pedro Alves <pedro@codesourcery.com>
4007
4008 * gdb.trace/unavailable.cc (struct Virtual): New.
4009 (virtualp): New global pointer.
4010 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
4011 printing a pointer to an object whose type has a vtable, with
4012 print object on.
4013
24e6bcee
PA
40142011-02-14 Pedro Alves <pedro@codesourcery.com>
4015
4016 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
4017 value repeat handles unavailableness.
4018
39d37385
PA
40192011-02-14 Pedro Alves <pedro@codesourcery.com>
4020
4021 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
4022 tests for building arrays from unavailable values, subscripting
4023 non-memory rvalue unvailable arrays, and accessing fields or
4024 baseclasses of non-lazy unavailable values,
4025 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
4026 struct types.
4027 (g_smallstruct, g_smallstruct_b): New globals.
4028
06d72e16
PA
40292011-02-14 Pedro Alves <pedro@codesourcery.com>
4030
4031 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
4032
bc9a5551
JK
40332011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 Fix const/volatile qualifiers of C++ types, PR c++/12328.
4036 * gdb.cp/overload-const.exp: New file.
4037 * gdb.cp/overload-const.cc: New file.
4038
54fcddd0
UW
40392011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4040
4041 * gdb.opencl/callfuncs.cl: New file.
4042 * gdb.opencl/callfuncs.exp: New test.
4043 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
4044
d6dafb7c
UW
40452011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4046
4047 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
4048 when computing result.
4049 * gdb.arch/altivec-abi.exp: Update expected results.
4050
a449c2d8
TJB
40512011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4052
4053 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
4054 * gdb.base/jit.exp: Likewise.
4055 * gdb.base/pie-execl.exp: Likewise.
4056 * gdb.base/solib-nodir.exp: Likewise.
4057 * gdb.base/solib-overlap.exp: Likewise.
4058
764880b7
PA
40592011-02-07 Pedro Alves <pedro@codesourcery.com>
4060
4061 * gdb.trace/collection.c (global_pieces): New.
4062 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
4063 New procedure.
4064 (gdb_trace_collection_test): Call it.
4065
505500db
SW
40662011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
4067
4068 * gdb.python/py-evthreads.c: New file.
4069 * gdb.python/py-evthreads.exp: New file.
4070 * gdb.python/py-events.py: New file.
4071 * gdb.python/py-events.exp: New file.
4072 * gdb.python/py-events.c: New file.
4073
385203ed
DD
40742011-02-04 David Daney <ddaney@caviumnetworks.com>
4075
4076 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
4077
9011945e
AB
40782011-02-03 Andrew Burgess <aburgess@broadcom.com>
4079
4080 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
4081 gdb.base/disasm-end-cu.exp: New test for disassembling over the
4082 boundary between two compilation units.
4083
580688f3
PA
40842011-02-02 Pedro Alves <pedro@codesourcery.com>
4085
4086 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
4087 (Virtual): New structs.
4088 (virtual_o, virtual_middle_b): New globals.
4089 * gdb.cp/virtbase.exp: New tests.
4090
d3f0f853
PP
40912011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4092
4093 * gdb.base/jit.exp: New file.
4094 * gdb.base/jit-main.c: New file.
4095 * gdb.base/jit-solib.c: New file.
4096
b2030fb5
UW
40972011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
4098
4099 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
4100 proceed to initial kernel entry point.
4101 * gdb.opencl/datatypes.exp: Likewise.
4102 * gdb.opencl/operators.exp: Likewise.
4103 * gdb.opencl/vec_comps.exp: Likewise.
4104
2db19d1e
SW
41052011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
4106
4107 * gdb.cp/nsnested.cc: New.
4108 * gdb.cp/nsnested.exp: New.
4109 * gdb.cp/nsnoimports.exp: New.
4110 * gdb.cp/nsnoimports.cc: New.
4111
6b0c4c1f
JB
41122011-01-31 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.base/interact.exp: Add extra tests that verify that
4115 the value of the interactive-mode setting does not change
4116 after the script is sourced.
4117
80b23b6a
JK
41182011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4119
4120 * gdb.cp/noparam.exp: New file.
4121 * gdb.cp/noparam.cc: New file.
4122
ffd5ec24
PA
41232011-01-28 Pedro Alves <pedro@codesourcery.com>
4124
4125 * gdb.trace/tfile.exp: Test that with no traceframe selected,
4126 there's no stack or registers.
4127
a81766d8
TT
41282011-01-26 Tom Tromey <tromey@redhat.com>
4129
4130 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
4131 space before string output. Add test for "set print pretty off"
4132 case.
4133
585fdaa1
PA
41342011-01-25 Pedro Alves <pedro@codesourcery.com>
4135
4136 * gdb.base/frame-args.exp: Adjust.
4137 * gdb.dwarf2/dw2-noloc.exp: Adjust.
4138 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
4139 * gdb.dwarf2/pieces.exp: Adjust.
4140 * gdb.opt/clobbered-registers-O2.exp: Adjust.
4141 * gdb.opt/inline-locals.exp: Adjust.
4142 * gdb.threads/fork-child-threads.exp: Adjust.
4143
d468832a
KW
41442011-01-25 Ken Werner <ken.werner@de.ibm.com>
4145
4146 * gdb.opencl/convs_casts.cl: Move program scope variables into the
4147 OpenCL kernel function. Add a comment as marker. Add address space
4148 qualifiers for the remaining program scope variables.
4149 * gdb.opencl/datatypes.cl: Likewise.
4150 * gdb.opencl/operators.cl: Likewise.
4151 * gdb.opencl/vec_comps.cl: Likewise.
4152 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
4153 Add breakpoint at the marker comment.
4154 * gdb.opencl/datatypes.exp: Likewise.
4155 * gdb.opencl/operators.exp: Likewise.
4156 * gdb.opencl/vec_comps.exp: Likewise.
4157
490f124f
PA
41582011-01-24 Pedro Alves <pedro@codesourcery.com>
4159
4160 * gdb.base/printcmds.c (some_struct): New struct and instance.
4161 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
4162 procedure.
4163 <global scope>: Call it.
4164
6da78614
KW
41652011-01-21 Ken Werner <ken.werner@de.ibm.com>
4166
4167 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
4168 argument to the gdb_compile_opencl_hostapp call.
4169
ec64c9aa
YQ
41702011-01-19 Yao Qi <yao@codesourcery.com>
4171
4172 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4173 positve list.
4174
810cfdbb
YQ
41752011-01-19 Yao Qi <yao@codesourcery.com>
4176
4177 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4178 canonical form.
4179 Remove "xscale-*-*"
4180 * gdb.xml/tdesc-regs.exp: Likewise.
4181 * gdb.python/py-section-script.exp: Replace ARM target triplet
4182 with canonical form.
4183 Match arm*-*-symbianelf*.
4184 * gdb.base/dup-sect.exp: Likewise.
4185 * lib/dwarf.exp: New.
4186 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4187 dwarf2_support.
4188 * gdb.dwarf2/dup-psym.exp: Likewise.
4189 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4190 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4191 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4192 * gdb.dwarf2/dw2-basic.exp: Likewise.
4193 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4194 * gdb.dwarf2/dw2-const.exp: Likewise.
4195 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4196 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4197 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4198 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4199 * gdb.dwarf2/dw2-filename.exp: Likewise.
4200 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4201 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4202 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4203 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4204 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4205 * gdb.dwarf2/dw2-noloc.exp: Likewise.
4206 * gdb.dwarf2/dw2-op-call.exp: Likewise.
4207 * gdb.dwarf2/dw2-producer.exp: Likewise.
4208 * gdb.dwarf2/dw2-ranges.exp: Likewise.
4209 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4210 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4211 * gdb.dwarf2/dw2-strp.exp: Likewise.
4212 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4213 * gdb.dwarf2/implptr.exp: Likewise.
4214 * gdb.dwarf2/mac-fileno.exp: Likewise.
4215 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4216 * gdb.dwarf2/pieces.exp: Likewise.
4217 * gdb.dwarf2/pr11465.exp: Likewise.
4218 * gdb.dwarf2/valop.exp: Likewise.
4219 * gdb.dwarf2/watch-notconst.exp: Likewise.
4220 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4221
4694da01
TT
42222011-01-19 Tom Tromey <tromey@redhat.com>
4223
4224 * gdb.python/py-infthread.exp: Add thread tests.
4225
b075872c
JB
42262011-01-14 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4229
2c3e6e24
JB
42302011-01-14 Joel Brobecker <brobecker@adacore.com>
4231
4232 * gdb.ada/widewide: New testcase.
4233
de8fa76c
JB
42342011-01-13 Joel Brobecker <brobecker@adacore.com>
4235
4236 * gdb.base/interact.exp: New testcase.
4237
1b05df00
TT
42382011-01-12 Tom Tromey <tromey@redhat.com>
4239
4240 * gdb.mi/gdb2549.exp: Update for error message changes.
4241 * gdb.mi/mi-cli.exp: Likewise.
4242 * gdb.mi/mi-disassemble.exp: Likewise.
4243 * gdb.mi/mi-pthreads.exp: Likewise.
4244 * gdb.mi/mi-regs.exp: Likewise.
4245 * gdb.mi/mi-stack.exp: Likewise.
4246 * gdb.mi/mi-var-block.exp: Likewise.
4247 * gdb.mi/mi-var-cmd.exp: Likewise.
4248 * gdb.mi/mi2-cli.exp: Likewise.
4249 * gdb.mi/mi2-disassemble.exp: Likewise.
4250 * gdb.mi/mi2-pthreads.exp: Likewise.
4251 * gdb.mi/mi2-regs.exp: Likewise.
4252 * gdb.mi/mi2-stack.exp: Likewise.
4253 * gdb.mi/mi2-var-block.exp: Likewise.
4254 * gdb.mi/mi2-var-cmd.exp: Likewise.
4255
c2ff108b
JK
42562011-01-12 Andrew Burgess <aburgess@broadcom.com>
4257 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 PR fortran/11104 and DWARF unbound arrays detection.
4260 * gdb.fortran/multi-dim.exp: New file.
4261 * gdb.fortran/multi-dim.f90: New file.
4262
b716877b
AB
42632011-01-12 Andrew Burgess <aburgess@broadcom.com>
4264
4265 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4266 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4267 add new tests for opcode dumping.
4268
6c162d5e
TT
42692011-01-11 Tom Tromey <tromey@redhat.com>
4270
4271 * gdb.python/py-infthread.exp: Load gdb-python.exp.
4272
77b06cd7
TJB
42732010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4274
4275 Convert hardware watchpoints to use breakpoint_ops.
4276 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4277 type is not supported.
4278 * gdb.base/foll-fork.exp: Likewise.
4279 * gdb.base/foll-vfork.exp: Likewise.
4280
f39a75d0
PM
42812011-01-10 Phil Muldoon <pmuldoon@redhat.com>
4282
4283 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4284 Use load_lib gdb-python.exp.
4285 * gdb.python/python.exp: Ditto.
4286 * gdb.python/py-function.exp: Ditto.
4287
fc529d80
AS
42882011-01-09 Andreas Schwab <schwab@linux-m68k.org>
4289
4290 * gdb.threads/tls.exp ("info address me"): Fix expected output.
4291
fb03cb59
JK
42922011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * configure: Regenerate.
4295
d8e22779
TT
42962011-01-06 Tom Tromey <tromey@redhat.com>
4297
4298 * gdb.python/py-frame.exp: Test gdb.newest_frame.
4299
09050809
JB
43002011-01-06 Joel Brobecker <brobecker@adacore.com>
4301
fc529d80
AS
4302 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4303 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4304 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4305 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4306 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4307 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4308 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4309 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4310 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4311 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4312 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4313 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4314 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4315 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4316 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4317 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4318 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4319 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4320 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4321 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4322 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4323 gdb.ada/uninitialized_vars.exp,
4324 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4325 Simplify by using clean_restart.
09050809 4326
8ed5dd9e
JB
43272011-01-06 Joel Brobecker <brobecker@adacore.com>
4328
4329 Add marker to be used as anchor for inserting breakpoints.
4330 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4331 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4332 Likewise.
4333
4334 Remove uses of gdb_start_cmd.
4335 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4336 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4337
4338 Do not run testcase if testing with GDBserver.
4339 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4340 if testing with GDBserver.
4341
368a124f
JB
43422011-01-06 Joel Brobecker <brobecker@adacore.com>
4343
4344 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4345 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4346 copyright header.
4347
44944448
JB
43482011-01-05 Joel Brobecker <brobecker@adacore.com>
4349
4350 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4351 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4352 testsuite/gdb.fortran/complex.f,
4353 testsuite/gdb.fortran/derived-type.f90,
4354 testsuite/gdb.fortran/library-module-lib.f90,
4355 testsuite/gdb.fortran/library-module-main.f90,
4356 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4357 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4358 Copyright year update.
4359
31886ea6
JB
43602011-01-05 Joel Brobecker <brobecker@adacore.com>
4361
4362 * gdb.base/langs1.f: Add copyright header.
4363
ebedcab5
JK
43642011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4365
4366 * gdb.base/morestack.exp: New file.
4367 * gdb.base/morestack.c: New file.
4368
de1eb2f9
JK
43692011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4370
4371 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4372
9e87a409
JB
43732010-12-29 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4376 * gdb.ada/arrayptr.exp: Add test printing that new variable.
4377
720d1a40
JB
43782010-12-29 Joel Brobecker <brobecker@adacore.com>
4379
4380 * gdb.ada/lang_switch.exp: Correct expected parameter value.
4381
a283af87
AS
43822010-12-25 Andreas Schwab <schwab@linux-m68k.org>
4383
5d3d9cba
AS
4384 * gdb.threads/tls.exp: Fix typo.
4385
a283af87
AS
4386 * gdb.threads/thread-specific.exp (get_thread_list): Update.
4387 * gdb.threads/execl.exp: Update.
4388
2a20745c
YQ
43892010-12-23 Yao Qi <yao@codesourcery.com>
4390
4391 * gdb.arch/arm-disp-step.exp: New.
4392 * gdb.arch/arm-disp-step.S: New.
4393
a7658b96
TT
43942010-12-21 Tom Tromey <tromey@redhat.com>
4395
4396 * gdb.threads/execl.exp: Update.
4397 * gdb.threads/linux-dp.exp: Update.
4398 * gdb.threads/manythreads.exp: Update.
4399 * gdb.threads/tls.exp: Update.
4400
5b79abe7
TT
44012010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4402
4403 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4404 (NextOverThrowDerivates) <resumebpt>: New.
4405 (resumebpt_test): New.
4406 (main): Call resumebpt_test.
4407 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4408
0914bcdb
SS
44092010-12-12 Stan Shebs <stan@codesourcery.com>
4410
4411 * gdb.trace/tsv.exp: Test print command on trace state variables.
4412
305aeedc
TT
44132010-12-09 Tom Tromey <tromey@redhat.com>
4414
4415 * gdb.base/interp.exp: Add regression test.
4416
186c406b
TT
44172010-12-09 Tom Tromey <tromey@redhat.com>
4418
4419 * gdb.java/jnpe.java: New file.
4420 * gdb.java/jnpe.exp: New file.
4421 * gdb.cp/nextoverthrow.exp: New file.
4422 * gdb.cp/nextoverthrow.cc: New file.
4423
aae1c79a
DE
44242010-12-07 Doug Evans <dje@google.com>
4425
4426 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4427 of data-directory.
4428 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4429 updated.
4430 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4431
60f98dde 44322010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
4433
4434 * gdb.base/callfuncs.exp: Test for skip_float_tests.
4435 * gdb.base/call-sc.exp: Ditto.
4436 * gdb.base/finish.exp: Ditto.
4437 * gdb.base/return.exp: Ditto.
4438 * gdb.base/return2.exp: Ditto.
4439
5fa290c1
DE
44402010-11-30 Doug Evans <dje@google.com>
4441
4442 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4443 (gdb_expect_list): Fix spelling errors in comments.
4444 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4445 send_gdb/gdb_expect_list where applicable.
4446 * gdb.base/call-ar-st.exp: Ditto.
4447 * gdb.base/funcargs.exp: Ditto.
4448 * gdb.base/gcore.exp: Ditto.
4449 * gdb.base/page.exp: Ditto.
4450 * gdb.base/sigaltstack.exp: Ditto.
4451 * gdb.base/siginfo.exp: Ditto.
4452 * gdb.base/sigstep.exp: Ditto.
4453 * gdb.base/trace-commands.exp: Ditto.
4454
4e04c971
DE
44552010-11-29 Doug Evans <dje@google.com>
4456
4457 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4458 printer-name;subprinter-name.
4459
8cf6f0b1
TT
44602010-11-29 Tom Tromey <tromey@redhat.com>
4461
4462 * gdb.dwarf2/implptr.exp: New file.
4463 * gdb.dwarf2/implptr.c: New file.
4464 * gdb.dwarf2/implptr.S: New file.
4465
94b6973e
PM
44662010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4467
fc529d80 4468 PR python/12199
94b6973e
PM
4469
4470 * gdb.python/py-breakpoint.exp: Test the delete method.
4471
8358c15c
JK
44722010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4473
4474 Fix step_resume_breakpoint unsaved during an infcall.
4475 * gdb.base/step-resume-infcall.exp: New file.
4476 * gdb.base/step-resume-infcall.c: New file.
4477
f6df29bc
TJB
44782010-11-24 Edjunior Machado <emachado@br.ibm.com>
4479
4480 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4481
f2b5a5cf
TJB
44822010-11-24 Edjunior Machado <emachado@br.ibm.com>
4483
4484 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4485 on ppc64's symbols; "finish" and "return" commands must accept to
4486 show the caller line again as well as the line after.
4487 * gdb.asm/powerpc64.inc: New file.
4488
6b0ecdc2
DE
44892010-11-23 Doug Evans <dje@google.com>
4490
4491 * lib/gdb.exp (gdb_test_sequence): New function.
4492 (gdb_expect_list): Add verbose -log call for each pattern.
4493 * gdb.base/signals.exp (test_handle_all_print): Call it.
4494 Reduce timeout increment from 6 minutes to 1 minute.
4495 * gdb.server/ext-run.exp: Call it.
4496
ea976c60
PM
44972010-11-23 Phil Muldoon <pmuldoon@redhat.com>
4498
f2b5a5cf 4499 PR python/12212
ea976c60
PM
4500
4501 * gdb.python/python.exp: Check that selected_thread raises an
4502 error when no inferior is loaded.
4503
c0efa795
JK
45042010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4505
4506 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4507 * gdb.dwarf2/dw2-stack-boundary.S: New file.
4508
ec3aa567
JK
45092010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4512 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4513
d8249011
DE
45142010-11-18 Doug Evans <dje@google.com>
4515
4516 * gdb.server/ext-run.exp: Fix intermittent failures.
4517
d4eba7d1
NF
45182010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4519
4520 * gdb.stabs/gdb11479.exp: Use runto_main.
4521
b04c2f88
NF
45222010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4523
4524 * gdb.base/break-entry.exp: Skip if using a stub.
4525
ae9d7ce4
NF
45262010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4527
4528 * gdb.python/py-inferior.exp: Pack values in target endianness.
4529
621c8364
TT
45302010-11-12 Tom Tromey <tromey@redhat.com>
4531
4532 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4533 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4534 MemoryError.
4535 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4536 type.
4537 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4538 MemoryError.
4539 (test_subscript_regression): Update exception type.
4540
84f4c1fe
PM
45412010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4542
4543 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4544 breakpoint tests.
4545
a1442452
PA
45462010-11-09 Pedro Alves <pedro@codesourcery.com>
4547
4548 * gdb.base/watchpoint.exp: Test "watch -location" with an
4549 innacessible location.
4550
efd11a33
JK
45512010-11-09 Edjunior Machado <emachado@br.ibm.com>
4552 Luis Machado <luisgpm@br.ibm.com>
4553
4554 * gdb.base/maint.exp: Expect "." prefix.
4555 * gdb.base/nodebug.exp: Expect "." Likewise.
4556 * gdb.base/sepsymtab.exp: Expect "." Likewise.
4557 * gdb.base/watchpoint-cond-gone.exp: Likewise.
4558 * gdb.base/watchpoint.exp: Expect a software watch to be created for
4559 POWER server processors.
4560
aa00efb5
JK
45612010-11-08 Edjunior Machado <emachado@br.ibm.com>
4562 Luis Machado <luisgpm@br.ibm.com>
4563
4564 * gdb.base/break-entry.exp: convert entry point for
4565 ppc64 and expect leading `.' on ppc64's symbols
4566
99e7ae30
DE
45672010-11-05 Doug Evans <dje@google.com>
4568
4569 * gdb.base/help.exp: Update expected output.
b521dba8
DE
4570 * gdb.python/py-param.exp: Delete, contents moved to ...
4571 * gdb.python/py-parameter.exp: ... here. New file.
4572 Add test for gdb.parameter ("directories").
99e7ae30 4573
f4b8a18d
KW
45742010-11-05 Ken Werner <ken.werner@de.ibm.com>
4575
4576 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4577 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4578 * configure: Regenerate.
4579 * gdb.opencl/Makefile.in: New File.
4580 * gdb.opencl/datatypes.exp: Likewise.
4581 * gdb.opencl/datatypes.cl: Likewise.
4582 * gdb.opencl/operators.exp: Likewise.
4583 * gdb.opencl/operators.cl: Likewise.
4584 * gdb.opencl/vec_comps.exp: Likewise.
4585 * gdb.opencl/vec_comps.cl: Likewise.
4586 * gdb.opencl/convs_casts.exp: Likewise.
4587 * gdb.opencl/convs_casts.cl: Likewise.
4588 * lib/opencl.exp: Likewise.
4589 * lib/opencl_hostapp.c: Likewise.
4590 * lib/opencl_kernel.cl: Likewise.
4591 * lib/cl_util.c: Likewise.
4592 * lib/cl_util.c: Likewise.
4593 * gdb.base/default.exp (set language): Add "opencl" to the list of
4594 languages.
4595
a9d5ef47
SW
45962010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
4597
4598 * gdb.cp/overload.exp: Added test for inheritance overload.
4599 * gdb.cp/overload.cc: Ditto.
4600 * gdb.cp/oranking.exp: Removed releveant kfails.
4601
03eb1c79
JK
46022010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4603 Joel Brobecker <brobecker@adacore.com>
4604
4605 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4606 check test_compiler_info.
4607
dbc98a8b
KW
46082010-11-03 Ken Werner <ken.werner@de.ibm.com>
4609
4610 * gdb.base/gnu_vector.exp: Adjust expect messages.
4611
120bd360
KW
46122010-11-03 Ken Werner <ken.werner@de.ibm.com>
4613
4614 * gdb.base/gnu_vector.exp: Add unary operator tests.
4615
c37f7098
KW
46162010-11-03 Ken Werner <ken.werner@de.ibm.com>
4617
4618 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4619
7b51bc51
DE
46202010-11-02 Doug Evans <dje@google.com>
4621
4622 * gdb.python/py-pp-maint.c: New file.
4623 * gdb.python/py-pp-maint.exp: New file.
4624 * gdb.python/py-pp-maint.py: New file.
4625
50c97f38
TT
46262010-11-02 Tom Tromey <tromey@redhat.com>
4627
4628 * gdb.base/default.exp: Remove "scheme" from language list.
4629
a289b8f6
JK
46302010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 Revert:
4633 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4634 * gdb.threads/sigstep-threads.exp: New file.
4635 * gdb.threads/sigstep-threads.c: New file.
4636
cd017491
MS
46372010-10-20 Michael Snyder <msnyder@vmware.com>
4638
4639 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4640
8e6a5956
UW
46412010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4642
4643 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4644 Skip test completely if gdb,no_hardware_watchpoints.
4645
2c04da0d
UW
46462010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4647
4648 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4649 strict, but do not check for any particular function name within libc.
4650
79afc5ef
SW
46512010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4652
4653 * gdb.cp/smartp.exp: New test.
4654 * gdb.cp/smartp.cc : New test.
4655
026ffab7
SW
46562010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4657
4658 * gdb.cp/converts.exp: Test pointer to bool conversion.
4659 Test pointer to long conversion.
4660 * gdb.cp/oranking.exp: Removed relevant kfail.
4661
3a772aa4
TT
46622010-10-18 Tom Tromey <tromey@redhat.com>
4663
4664 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4665 argument to lazy_string.
4666 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4667 (pp_ls.to_string): Use it.
4668 * gdb.python/py-prettyprint.c (main): Move declarations to top.
4669 Add "estring2" local.
4670
5fc3827b
JK
46712010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4672
4673 Fix s390x compatibility.
4674 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
4675 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4676
8aeb23f3
JK
46772010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 * gdb.threads/sigstep-threads.exp: New file.
4680 * gdb.threads/sigstep-threads.c: New file.
4681
c1e56572
JK
46822010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * gdb.base/pie-execl.exp: New file.
4685 * gdb.base/pie-execl.c: New file.
4686
92163a10
JK
46872010-10-13 Doug Evans <dje@google.com>
4688 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 PR exp/12117
4691 * gdb.cp/ptype-cv-cp.cc: New file.
4692 * gdb.cp/ptype-cv-cp.exp: New file.
4693
7062b0a0
SW
46942010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
4695
4696 * gdb.cp/converts.cc: New test program.
4697 * gdb.cp/converts.exp: New test.
4698 * gdb.cp/overload.exp: Added test for void* vs int*.
4699 * gdb.cp/overload.exp: Ditto.
4700 * gdb.cp/oranking.exp: Removed related kfail.
4701
0e3509db
DE
47022010-10-13 Doug Evans <dje@google.com>
4703
4704 * lib/gdb-python.exp (gdb_check_python_config): New function.
4705 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4706 * gdb.python/lib-types.cc: New file.
4707 * gdb.python/lib-types.exp: New file.
4708
8dc78533
JK
47092010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4710
4711 * gdb.python/py-error.exp: New file.
4712 * gdb.python/py-error.py: New file.
4713
93c17e06
JK
47142010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4715
4716 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4717 gdb_test_multiple.
4718
d8b34041
JK
47192010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
4721 * gdb.base/break-interp.exp: Use ldlags for linking flags.
4722 * gdb.base/prelink.exp: Likewise.
4723 * gdb.base/solib-nodir.exp: Likewise.
4724 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4725 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4726 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4727
e0cc584e
UW
47282010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4729
4730 * break-interp.exp (test_ld): Use two separate gdb_expect statements
4731 for the "info files" test to avoid timeouts on slow machines.
4732
cfc353b1
JK
47332010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4734
4735 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4736 (main): Make openlib dummy call.
4737
d3d7896d
JK
47382010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4739
4740 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4741 * break-interp.exp (reach): Move the core body ...
4742 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
4743 (test_ld): Provide always real argument, even to the linker. Replace
4744 dl_main by _dl_debug_state.
4745
5e533c94
JK
47462010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4747
4748 Fix results of prelinked PIEs on ppc*.
4749 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4750 Accept also DISPLACEMENT "PRESENT".
4751 (main): Replace "ZERO" displacements by "PRESENT".
4752
33540610
SW
47532010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
4754
4755 * gdb.cp/oranking.exp: New test.
4756 * gdb.cp/oranking.cc: New test program.
4757
3bdf2bbd
KW
47582010-10-08 Ken Werner <ken.werner@de.ibm.com>
4759
4760 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4761 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4762
2f608a3a
KW
47632010-10-06 Ken Werner <ken.werner@de.ibm.com>
4764
4765 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4766 lush, lynx) New constant.
4767 * gdb.base/constvars.exp: Test const array types.
4768 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4769
aa2e2d8d
DE
47702010-10-06 Doug Evans <dje@google.com>
4771
4772 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4773 of syscall staging area.
4774
2844d6b5
KW
47752010-10-06 Ken Werner <ken.werner@de.ibm.com>
4776
4777 * gdb.base/gnu_vector.c: Add variable c4.
4778 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4779 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4780
7d8ac8bb
MR
47812010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
4782
4783 * gdb.arch/altivec-abi.exp: Fix a typo.
4784
84a02e58
MR
47852010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
4786
4787 * lib/mi-support.exp (thread_selected_re): Correct pattern used
4788 to match a thread ID.
4789
b18e6318
JK
47902010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4791
4792 Fix s390x testcase compatibility.
4793 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4794
a2c09bd0
DE
47952010-10-01 Doug Evans <dje@google.com>
4796
4797 * lib/gdb-python.exp: New file.
4798 * gdb.python/py-block.exp: Use it.
4799 * gdb.python/py-breakpoint.exp: Ditto.
4800 * gdb.python/py-frame.exp: Ditto.
4801 * gdb.python/py-inferior.exp: Ditto.
4802 * gdb.python/py-param.exp: Ditto.
4803 * gdb.python/py-prettyprint.exp: Ditto.
4804 * gdb.python/py-shared.exp: Ditto.
4805 * gdb.python/py-symbol.exp: Ditto.
4806 * gdb.python/py-symtab.exp: Ditto.
4807 * gdb.python/py-type.exp: Ditto.
4808 * gdb.python/py-value.exp: Ditto.
4809 * gdb.python/python.exp: Ditto.
4810
38f12cfc
TT
48112010-09-30 Tom Tromey <tromey@redhat.com>
4812
4813 * gdb.base/anon.exp: New file.
4814 * gdb.base/anon.c: New file.
4815
9ae8282d
TT
48162010-09-30 Tom Tromey <tromey@redhat.com>
4817
4818 * gdb.base/completion.exp: Test completion through anonymous
4819 union.
4820 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4821
e9e07ba6
JK
48222010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 Fix printing parameters of inlined functions.
4825 * gdb.dwarf2/dw2-inline-param.exp: New file.
4826 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4827 * gdb.dwarf2/dw2-inline-param.S: New file.
4828
cd2effb2
JK
48292010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 PR corefiles/12071.
4832 * gdb.base/corefile.exp (quit with a process, no question: load core)
4833 (quit with a core file): New tests.
4834
bceffbf3
JK
48352010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4836
4837 Fix GDB crash on inferior calls with self-referencing classes.
4838 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4839 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4840 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4841
1736ad11
JK
48422010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4843
4844 Fix lost siginfo_t for inferior calls.
4845 * gdb.base/siginfo-infcall.exp: New file.
4846 * gdb.base/siginfo-infcall.c: New file.
4847
a176ad92
JB
48482010-09-22 Joel Brobecker <brobecker@adacore.com>
4849
4850 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4851
c2b0a229
JK
48522010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4853
4854 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4855 New test.
4856 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4857
e8ae22d1
JB
48582010-09-22 Joel Brobecker <brobecker@adacore.com>
4859
4860 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4861 type of our const type.
4862
ec322823
SW
48632010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
4864
4865 * gdb.cp/pr12028.cc: New.
4866 * gdb.cp/pr12028.exp: New.
4867
72929c62
JB
48682010-09-22 Joel Brobecker <brobecker@adacore.com>
4869
4870 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
4871
875b4ff5 48722010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 4873 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
4874
4875 PR mi/11407
4876 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4877 * gdb.mi/dw2-ref-missing-frame-main.c New File.
4878 * gdb.mi/dw2-ref-missing-frame.S New File.
4879 * gdb.mi/dw2-ref-missing-frame.exp New File.
4880
7155d578
TT
48812010-09-14 Tom Tromey <tromey@redhat.com>
4882
4883 PR symtab/8399:
4884 * gdb.threads/tls.exp: Remove kfail. Update expected output.
4885
515ed532
TT
48862010-09-14 Tom Tromey <tromey@redhat.com>
4887
4888 PR exp/11803:
4889 * gdb.threads/tls.exp: Use C++.
4890 (check_thread_local): Use K::another_thread_local.
4891 * gdb.threads/tls.c (class K): New.
4892 (another_thread_local): Now a member of K.
4893 (spin): Update. No longer K&R C.
4894
450ca57c
SW
48952010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4896
4897 * gdb.cp/koenig.cc: created class for testing member lookup.
4898 * gdb.cp/koenig.exp: Added test for member lookup.
4899
dbd492a3
JK
49002010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4901
4902 Fix false FAILs on sourcetree topdir directory containing "kill".
4903 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4904 source line matching regexp.
4905
8d4d924b
JK
49062010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdb.python/python.exp (set height 0, collect help from uiout)
4909 (verify help to uiout): New tests.
4910
8e64f2a0
JK
49112010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4912
4913 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4914 is_lp64_target to check 64bit target.
4915
4569eed2
JK
49162010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4919 (test_ld) <powerpc64-*>: New.
4920
5e1617b1
DJ
49212010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4922
4923 * gdb.cp/templates.exp (test_template_args): Allow "struct".
4924
c767944b
DJ
49252010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4926
4927 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4928 (FunctionArg::method): New function.
4929 (empty, arg): New variables.
4930 (main): Call arg.method.
4931 * gdb.cp/templates.exp (test_template_args): New function.
4932 (do_tests): Call it.
4933
27d3a3fc
UW
49342010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4935
4936 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4937 of "next" to proceed over pthread_exit call.
4938
55b7ce7f
UW
49392010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4940
4941 * gdb.base/maint.exp: Avoid wildcards against potentially very long
4942 "maint print statistics" output to prevent expect timeouts.
4943
809df446
JK
49442010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4945
4946 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4947 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4948 (test_float_rejected): ... here.
4949 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4950 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4951 (test_float_rejected): ... here.
4952 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4953 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4954 (test_float_rejected): ... here.
4955 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4956 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4957 (test_float_rejected): ... here.
4958
8464be76
DJ
49592010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4960
4961 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4962 before disabling hardware watchpoints.
4963 (test_inaccessible_watchpoint): Check that hardware watchpoints
4964 are used. Test for watchpoints on a constant address.
4965
14dba4b4
JK
49662010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4967
4968 * gdb.base/ui-redirect.exp: New file.
4969
3f3540e1 49702010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 4971 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
4972
4973 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4974
0f254bb7
DE
49752010-08-31 Doug Evans <dje@google.com>
4976
4977 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4978
03f17ccf
TT
49792010-08-30 Tom Tromey <tromey@redhat.com>
4980
4981 PR python/11792:
4982 * gdb.python/py-value.exp (test_subscript_regression): Add
4983 dynamic_type test.
4984
640617ad
DJ
49852010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
4986
4987 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4988 instead of running to main. Do not test the main function.
4989 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4990 Add new main.
4991
2ed91d1b
PA
49922010-08-26 Pedro Alves <pedro@codesourcery.com>
4993
4994 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4995 one test.
4996
673bfd45
DE
49972010-08-24 Doug Evans <dje@google.com>
4998
4999 PR symtab/11942
5000 * gdb.dwarf2/dw4-sig-types.cc: New file.
5001 * gdb.dwarf2/dw4-sig-types.h: New file.
5002 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
5003 * gdb.dwarf2/dw4-sig-types.exp: New file.
5004
f9ffd4bb
TT
50052010-08-23 Tom Tromey <tromey@redhat.com>
5006
5007 PR python/11145:
5008 * gdb.python/py-value.c (Base, Derived): New types.
5009 (base): New global.
5010 * gdb.python/py-value.exp (test_subscript_regression): Add
5011 dynamic_cast test.
5012
d839c8a4
TT
50132010-08-23 Tom Tromey <tromey@redhat.com>
5014
5015 PR python/10676:
5016 * gdb.python/py-type.exp (test_fields): Add tests for type
5017 equality.
5018
702c2711
TT
50192010-08-23 Tom Tromey <tromey@redhat.com>
5020
5021 PR python/11915:
5022 * gdb.python/py-type.exp (test_fields): Add tests for array.
5023
832bafd3
KS
50242010-08-23 Keith Seitz <keiths@redhat.com>
5025
5026 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
5027 have any children. Create a new abbrev for it.
5028 Add missing terminal sequence to .debug_abbrev.
5029
c37bf528
KS
50302010-08-20 Keith Seitz <keiths@redhat.com>
5031
5032 PR symtab/11465:
5033 * gdb.dwarf2/pr11465.exp: New test.
5034 * gdb.dwarf2/pr11465.S: New file.
5035 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
5036 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
5037
4572cbac
TJB
50382010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
5039
5040 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
5041 registers. Update data sets with the new v2_double element in the
5042 VSX register union. Add vector_register3_vr data set for the AltiVec
5043 registers. Use gdb_test_no_output instead of send_gdb.
5044
e7fbb131
PA
50452010-08-19 Pedro Alves <pedro@codesourcery.com>
5046
5047 * gdb.python/py-shared.exp: New file, factored out from
5048 python.exp.
5049 * gdb.python/py-shared.c: New file.
5050 * gdb.python/py-shared-sl.c: New file.
5051 * gdb.python/python-1.c: New file.
5052 * gdb.python/python-sl.c: Delete.
5053 * gdb.python/python.c: Mention python-1.c.
5054 * gdb.python/python.exp: Move shared library tests to
5055 py-shared.exp.
5056 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
5057 (MISCELLANEOUS): New.
5058 (clean mostlyclean): Also remove $MISCELLANEOUS.
5059
d30f5e1f
DE
50602010-08-19 Doug Evans <dje@google.com>
5061
5062 PR exp/11926
5063 * gdb.base/printcmds.exp (test_float_accepted): New function.
5064 Move existing float tests there. Add tests for floats with suffixes.
5065 (test_float_rejected): New function.
5066 * gdb.java/jv-print.exp (test_float_accepted): New function.
5067 (test_float_rejected): New function.
5068 * gdb.objc/print.exp: New file.
5069 * gdb.pascal/print.exp: New file.
5070 * lib/objc.exp: New file.
5071
7b3fd859
PM
50722010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
5073
5074 * gdb.base/default.exp (info set): Avoid full buffer error and force
5075 reading up to final gdb prompt.
5076 (show): Likewise.
5077
c92817ce
TT
50782010-08-18 Tom Tromey <tromey@redhat.com>
5079
5080 PR symtab/11919:
5081 * gdb.base/completion.exp: Add test.
5082
f1208f9e
DE
50832010-08-18 Doug Evans <dje@google.com>
5084
5085 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
5086 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
5087 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
5088 Simplify, early exit if runto_main fails.
5089 * gdb.fortran/exprs.exp: load_lib fortran.exp.
5090 (set_lang_fortran): Moved to lib/fortran.exp.
5091 * gdb.fortran/types.exp: load_lib fortran.exp.
5092 (set_lang_fortran): Moved to lib/fortran.exp.
5093 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
5094 * gdb.java/jprint.exp (set_lang_java): Ditto.
5095 * gdb.java/jv-exp.exp: load_lib java.exp.
5096 If set_lang_java fails, issue a warning instead of failure to be
5097 consistent with other set_lang_foo uses.
5098 (set_lang_java): Moved to lib/java.exp.
5099 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
5100 If set_lang_java fails, issue a warning instead of failure to be
5101 consistent with other set_lang_foo uses.
5102 * gdb.pascal/types.exp: load_lib pascal.exp.
5103 (set_lang_pascal): Moved to lib/pascal.exp.
5104 * lib/fortran.exp: New file.
5105 * lib/java.exp (set_lang_java): New function.
5106 * lib/pascal.exp (set_lang_pascal): New function.
5107
2f06b485
YQ
51082010-08-18 Yao Qi <yao@codesourcery.com
5109
5110 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
5111 func_nofb_start and func_loopfb_start, so that address of functions
5112 is equal to these labels on Thumb.
5113
96e25403
YQ
51142010-08-18 Yao Qi <yao@codesourcery.com>
5115
5116 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
5117 to reflect latest c source file.
5118
36e6adc4
JK
51192010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5120
5121 * gdb.cp/infcall-dlopen.exp: New file.
5122 * gdb.cp/infcall-dlopen.cc: New file.
5123 * gdb.cp/infcall-dlopen-lib.cc: New file.
5124
f431efe5
PA
51252010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5126 Pedro Alves <pedro@codesourcery.com>
5127
5128 PR breakpoints/11371
5129
5130 * gdb.base/watch-cond-infcall.exp: New file.
5131 * gdb.base/watch-cond-infcall.c: New file.
5132
06a64a0b
TT
51332010-08-16 Tom Tromey <tromey@redhat.com>
5134
5135 * gdb.base/help.exp: Update.
5136 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
5137 watchpoint.
5138 (test_watch_location): New proc.
5139 (test_watchpoint_in_big_blob): Delete watchpoint.
5140 * gdb.base/watchpoint.c (func5): New function.
5141 (main): Call it.
5142
70ebf4ed
DE
51432010-08-16 Doug Evans <dje@google.com>
5144
5145 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
5146
ca5c20b6
PM
51472010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5148
5149 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
5150 tests.
5151
7346b668
KW
51522010-08-11 Ken Werner <ken.werner@de.ibm.com>
5153
5154 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
5155 * gdb.base/gnu_vector.c: New File.
5156 * gdb.base/gnu_vector.exp: Likewise.
5157
cb2e07a6
PM
51582010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5159
5160 * gdb.python/python.c: New File.
5161 * gdb.python/python-sl.c: New File.
5162 * gdb.python/python.exp: Test solib_address and decode_line
5163 * functions.
5164
5da1313b
JK
51652010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 * gdb.python/python.exp (show height, set height 10)
5168 (verify pagination beforehand, verify pagination beforehand: q)
5169 (gdb.execute does not page, verify pagination afterwards)
5170 (verify pagination afterwards: q): New.
5171
49c3ccf7
DE
51722010-08-02 Doug Evans <dje@google.com>
5173
5174 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5175 because of an older gcc, change test2
5176 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5177 to unsupported.
5178
42c0c4f1
KH
51792010-07-30 Kazu Hirata <kazu@codesourcery.com>
5180
5181 * gdb.base/break-always.exp: Do not expect full paths to file
5182 names.
5183 * gdb.base/commands.exp: Likewise.
5184
d3765805
DE
51852010-07-30 Doug Evans <dje@google.com>
5186
c98ee71b
DE
5187 * gdb.cp/temargs.exp: For new tests that require newer gccs,
5188 xfail them when run with older gccs.
5189
fd961404
DE
5190 * lib/gdb.exp (build_executable): Forward "c++" option to
5191 get_compiler_info.
5192
999adef4
DE
5193 * gdb.python/py-type.exp (test_template): Mark as xfail tests
5194 "python print ttype.template_argument(1)" and
5195 "python print isinstance(ttype.template_argument(1), gdb.Value)"
5196 if using gcc 4.4 or earlier.
5197
d3765805
DE
5198 * gdb.base/valgrind-db-attach.exp: Use unique test name for
5199 attach-to-debugger handling.
5200
1276c759
JK
52012010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5202
5203 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5204 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5205 (main): Use copyreloc.
5206 * gdb.base/prelink.exp (split debug of executable)
5207 (.dynbss vs. .bss address shift): New tests.
5208
88caa9b9
PA
52092010-07-29 Pedro Alves <pedro@codesourcery.com>
5210
5211 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5212 in gdb_test_multiple.
5213
c6f2ac43
PA
52142010-07-29 Pedro Alves <pedro@codesourcery.com>
5215
5216 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5217 environment.
5218
326fd672
TT
52192010-07-28 Tom Tromey <tromey@redhat.com>
5220
5221 PR python/11060:
5222 * gdb.python/py-type.c (Temargs): New template.
5223 (temvar): New variable.
5224 * gdb.python/py-type.exp (test_template): New proc.
5225
3ce3b1ba
PA
52262010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5227
5228 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5229 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5230
34eaf542
TT
52312010-07-28 Tom Tromey <tromey@redhat.com>
5232
5233 PR c++/9946:
5234 * gdb.cp/temargs.exp: New file.
5235 * gdb.cp/temargs.cc: New file.
5236
d41b819e
JK
52372010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5238
5239 * gdb.base/help.exp (help disassemble): Update the content.
5240
26ab7092
JK
52412010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5242
5243 * gdb.threads/ia64-sigill.exp: New file.
5244 * gdb.threads/ia64-sigill.c: New file.
5245
5283e9e1
TT
52462010-07-27 Tom Tromey <tromey@redhat.com>
5247
5248 * gdb.opt/inline-cmds.c (ATTR): New define.
5249 (func1): Use it.
5250 (func2): Likewise.
5251 (func3): Likewise.
5252 (outer_inline1): Likewise.
5253 (outer_inline2): Likewise.
5254 * gdb.opt/inline-bt.c (ATTR): New define.
5255 (func1): Use it.
5256 (func2): Likewise.
5257 * gdb.opt/inline-locals.c (ATTR): New define.
5258 (func1): Use it.
5259 (func2): Likewise.
5260
e992ef73
TT
52612010-07-27 Tom Tromey <tromey@redhat.com>
5262
5263 * gdb.stabs/gdb11479.c (hack): New function.
5264 (test): Use it.
5265 (test2): Use it.
5266 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5267 (int32_search_buf, int64_search_buf): No longer static.
5268 (x): Remove.
5269 * gdb.base/relocate.c (hack): New function.
5270
5374244e
PM
52712010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5272
5273 * gdb.python/py-value.exp (test_inferior_function_call): New function.
5274 * gdb.python/py-value.c (func1): New function.
5275 (func2): Likewise.
5276
a99aee83
CV
52772010-07-26 Corinna Vinschen <vinschen@redhat.com>
5278
5279 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5280 as not to clash with .data section.
5281
a04ba985
JG
52822010-07-26 Jerome Guitton <guitton@adacore.com>
5283
5284 * gdb.base/code_elim.exp: New file.
5285 * gdb.base/code_elim1.c: New file.
5286 * gdb.base/code_elim2.c: New file.
5287
23bd0f7c
PA
52882010-07-21 Pedro Alves <pedro@codesourcery.com>
5289
5290 PR symtab/11827
5291
5292 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5293 (some_volatile_enum): New variable.
5294 * gdb.base/printcmds.exp (test_print_enums): New.
5295 <top level>: Call it.
5296
883df6dd
SW
52972010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
5298
5299 * gdb.cp/fpointer.cc: New test.
5300 * gdb.cp/fpointer.exp: New test.
5301
569b05a5
JK
53022010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 * gdb.base/solib-nodir.exp: New file.
5305 * lib/gdb.exp (runto): New case for a GDB internal error.
5306
51d7d803
JK
53072010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5308 Ulrich Weigand <uweigand@de.ibm.com>
5309 Tom Tromey <tromey@redhat.com>
5310
5311 * gdb.base/charset-malloc.c: New file.
5312 * gdb.base/charset.c (malloc_stub): New prototype.
5313 (main): Call it instead of malloc itself.
5314 * gdb.base/charset.exp: Use only prepare_for_testing.
5315 (binfile): Remove the variable.
5316
c0edd9ed
JK
53172010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5318
5319 Make core files the process_stratum.
5320 * gdb.base/corefile.exp (run: load core again)
5321 (run: sanity check we see the core file, run: with core)
5322 (run: core file is cleared, attach: load core again)
5323 (attach: sanity check we see the core file, attach: with core)
5324 (attach: core file is cleared): New tests.
5325 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
5326
3cbaedff
KW
53272010-07-14 Ken Werner <ken.werner@de.ibm.com>
5328
5329 * gdb.arch/altivec-abi.exp: New tests.
5330
91158a56
TT
53312010-07-13 Tom Tromey <tromey@redhat.com>
5332
5333 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5334 (main): Use it.
5335 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5336
0f5238ed
TT
53372010-07-13 Tom Tromey <tromey@redhat.com>
5338
5339 * gdb.base/label.exp: New file.
5340 * gdb.base/label.c: New file.
5341
add265ae
L
53422010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5343 H.J. Lu <hongjiu.lu@intel.com>
5344
5345 * lib/gdb.exp (is_ilp32_target): New.
5346 (is_lp64_target): Likewise.
5347
5348 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5349 target.
5350 * gdb.arch/amd64-disp-step.exp: Likewise.
5351 * gdb.arch/amd64-dword.exp: Likewise.
5352 * gdb.arch/amd64-i386-address.exp: Likewise.
5353 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 5354
add265ae
L
5355 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5356 target.
5357 * gdb.arch/i386-bp_permanent.exp: Likewise.
5358 * gdb.arch/i386-byte.exp: Likewise.
5359 * gdb.arch/i386-disp-step.exp: Likewise.
5360 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5361 * gdb.arch/i386-prologue.exp: Likewise.
5362 * gdb.arch/i386-size-overlap.exp: Likewise.
5363 * gdb.arch/i386-size.exp: Likewise.
5364 * gdb.arch/i386-sse.exp: Likewise.
5365 * gdb.arch/i386-unwind.exp: Likewise.
5366 * gdb.arch/i386-word.exp: Likewise.
5367
5368 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5369 test only when building 64-bit executables. Do not hard-code
5370 -m64 option.
5371
2dfb8c17
DE
53722010-07-07 Doug Evans <dje@google.com>
5373
5374 * lib/gdb.exp (gdb_test_list_exact): New function.
5375 * gdb.base/default.exp (show convenience): Call it, add tests for
5376 $_sdata = void, $_thread = 0.
5377
4e5799b6
JK
53782010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5379 Joel Brobecker <brobecker@adacore.com>
5380
5381 Fix re-run of PIE executable, PR shlibs/11776.
5382 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5383 Remove $displacement_main to match the solib-svr4.c change. New "kill"
5384 and re-"run" of the inferior.
5385
1a219cc7
JK
53862010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5387 Joel Brobecker <brobecker@adacore.com>
5388
5389 Cope with missing /usr/sbin/prelink.
5390 * lib/prelink-support.exp (prelink_no):
5391 <result == 1 && $output is "no such file or directory">: New.
5392 (prelink_yes): Likewise. Return on failed prelink_no.
5393
5e3b36f8
JK
53942010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5395 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
5398 build_executable by build_executable_own_libs. Replace "prelink -R"
5399 execution by a call of prelink_yes. Comment why "prelink -r" needs no
5400 change.
5401 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
5402 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
5403 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5404 Replace build_executable by build_executable_own_libs's function
5405 build_executable_own_libs.
5406 (prelinkNO): Create new stub to call prelink_no.
5407 (prelinkYES): Create new stub to call prelink_yes.
5408 (test_attach): Rename calls of copy to file_copy.
5409 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5410 (copy): Move to ...
5411 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
5412 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5413 * gdb.base/prelink.exp: Disable testcase also for is_remote and
5414 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
5415 special flags by gdb_compile_shlib. Replace second gdb_compile by
5416 build_executable_own_libs. Replace "prelink -R" execution by a call of
5417 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
5418 a second call of prelink_yes. Replace restart commands by
5419 clean_restart.
5420 (prelink): Rename to ...
5421 (seen displacement message): ... this test. Extend its expectation
5422 strictness.
5423
86e4bafc
JK
54242010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5425
5426 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5427 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5428 displacement message exactly once.
5429
3cd07d20
JK
54302010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5431 Joel Brobecker <brobecker@adacore.com>
5432
5433 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
5434 its restore after the <$relink_args != ""> loop. new comment.
5435
0a1e94c7
JK
54362010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5437 Joel Brobecker <brobecker@adacore.com>
5438
5439 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5440 code for it. New variable relink_args.
5441 (prelinkYES): Call prelinkNO.
5442 (test_attach): Accept new parameter relink_args. Re-prelink the binary
5443 in such case. Move the core code to ...
5444 (test_attach_gdb): ... a new function. Send GDB command "file".
5445 Extend expected "Attaching to " string.
5446
2f70bcfb
TT
54472010-07-02 Tom Tromey <tromey@redhat.com>
5448
5449 * gdb.base/bitops.exp: Remove extraneous "pass".
5450
a17ac5b0
TT
54512010-07-02 Ken Werner <ken.werner@de.ibm.com>
5452
5453 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5454
dc10affe
PA
54552010-07-01 Pedro Alves <pedro@codesourcery.com>
5456
d41c0fc8
PA
5457 * gdb.base/help.exp: Adjust expected output.
5458
54592010-07-01 Pedro Alves <pedro@codesourcery.com>
5460
5461 * gdb.base/help.exp: Adjust expected output.
dc10affe 5462
0a600c36
JK
54632010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5466 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5467 c++/11702.
5468
37cc8bfe
JK
54692010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5470 Doug Evans <dje@google.com>
5471
5472 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5473 add .dynamic entry'.
5474
254e6b9e
DE
54752010-06-29 Doug Evans <dje@google.com>
5476
5477 Test PR c++/11702.
5478 * gdb.cp/m-static.exp: Add testcase.
5479 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5480
595939de 54812010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
5482 Tom Tromey <tromey@redhat.com>
5483 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
5484
5485 * gdb.python/py-inferior.c: New File.
5486 * gdb.python/py-infthread.c: New File.
5487 * gdb.python/py-inferior.exp: New File.
5488 * gdb.python/py-infthread.exp: New File.
5489
98751a41
JK
54902010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5491
5492 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5493 (ptype ::C::OtherFileClass typedefs): New.
5494 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5495 (C::OtherFileClass::cOtherFileClassVar2): New.
5496 (C::OtherFileClass::cOtherFileClassVar_use): Use also
5497 cOtherFileClassVar2.
5498 (C::cOtherFileType2, C::cOtherFileVar2): New.
5499 (C::cOtherFileVar_use): use also cOtherFileVar2.
5500 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5501
41f62f39
JK
55022010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5503
5504 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5505 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5506 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5507 (print ::C::cOtherFileVar)
5508 (whatis C::OtherFileClass::cOtherFileClassType)
5509 (whatis ::C::OtherFileClass::cOtherFileClassType)
5510 (print C::OtherFileClass::cOtherFileClassVar)
5511 (print ::cOtherFileClassVar)
5512 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5513 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5514 trailing content.
5515 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5516 (C::OtherFileClass::cOtherFileClassVar)
5517 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5518 (C::cOtherFileVar, C::cOtherFileVar_use): New.
5519
af53d231
JK
55202010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 Test PR c++/11703 and PR gdb/1448.
5523 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5524 gdb/1448.
5525
9655fd1a
JK
55262010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5527
5528 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5529 (main) <rtti_data>: New.
5530 * gdb.cp/virtbase.exp (print rtti_data): New.
5531
824cc8dd
JK
55322010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5533 Joel Brobecker <brobecker@adacore.com>
5534
5535 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5536
6036c742
JK
55372010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5538
5539 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5540
de6a0421
DE
55412010-06-28 Doug Evans <dje@google.com>
5542
5543 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5544
b2dae948
DE
55452010-06-27 Doug Evans <dje@google.com>
5546
5547 * gdb.cp/m-static.exp: Update expected test output.
5548
0f3bb72e
PH
55492010-06-25 Paul Hilfinger <hilfinger@adacore.com>
5550
889bf7c5
PA
5551 * gdb.gdb/selftest.exp: Adjust expected message for
5552 capturing start-up runtime.
0f3bb72e 5553
bc9f0842
TT
55542010-06-25 Tom Tromey <tromey@redhat.com>
5555
5556 PR python/10808:
5557 * gdb.python/python.exp: Add new tests.
5558
099ef718
SW
55592010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
5560
5561 * gdb.cp/operator.cc: Created an import loop.
5562 * gdb.cp/operator.exp: Added testcase for import loop.
5563
5868a632
JK
55642010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5565
5566 Test PR python/11407.
5567 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5568 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5569 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5570 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5571 executable_nofb and executable_fb. New variables srcsfile, objsfile,
5572 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5573 binfile. Call gdb_compile with clean_restart twice.
5574 (func_nofb print, func_nofb backtrace, func_loopfb print)
5575 (func_loopfb backtrace): New.
5576
af76db58
JK
55772010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5580 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5581 by a hand made one.
5582 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
5583 i?86 requirement. Remove variables srcfile and binfile. New variable
5584 sources, executable_nofb and executable_fb. Call prepare_for_testing.
5585
f2c7657e
UW
55862010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5587
5588 * gdb.cell/dwarfaddr.exp: New file.
5589 * gdb.cell/dwarfaddr.S: New file.
5590
628fe4e4
JK
55912010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5592
5593 Test PR 9436.
5594 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5595
f1421989
HZ
55962010-06-24 Hui Zhu <teawater@gmail.com>
5597
5598 * gdb.base/eval.exp: New file.
5599
d03285ec
UW
56002010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5601
5602 * gdb.cell/fork.exp: New file.
5603 * gdb.cell/fork.c: Likewise.
5604 * gdb.cell/fork-spu.c: Likewise.
5605
41b2c92d
PM
56062010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
5607
5608 * lib/gdb.exp (banned_variables_traced): New global variable.
5609 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5610 (gdb_init): Use `trace add variable' instead of obsolete
5611 `trace variable'.
5612
d5bc977f
DE
56132010-06-21 Doug Evans <dje@google.com>
5614
5615 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5616
d2ed6730
UW
56172010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5618
5619 * gdb.arch/spu-ls.exp: New file.
5620 * gdb.arch/spu-ls.c: Likewise.
5621
6aed2dbc
SS
56222010-06-18 Stan Shebs <stan@codesourcery.com>
5623
5624 * gdb.threads/thread-specific.exp: Add tests of $_thread.
5625
e0756905
UW
56262010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5627
5628 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5629 * gdb.base/watch-cond.exp: Likewise.
5630 * gdb.python/py-breakpoint.exp: Likewise.
5631
d8053d4d
PA
56322010-06-18 Pedro Alves <pedro@codesourcery.com>
5633
5634 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5635 clean_restart, make sure every test has a distinct message, and
5636 that messages don't include the executable' full path.
5637
81ce510c
DE
56382010-06-17 Doug Evans <dje@google.com>
5639
5640 * gdb.arch/i386-size.exp: Updated expected output for
5641 DISASSEMBLY_OMIT_FNAME.
5642
65d79d4b
SDJ
56432010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5644 Sergio Durigan Junior <sergiodj@redhat.com>
5645
5646 * gdb.base/watch-notconst.c: New file.
5647 * gdb.base/watch-notconst.S: New file.
5648 * gdb.base/watch-notconst2.c: New file.
5649 * gdb.base/watch-notconst2.S: New file.
5650 * gdb.base/watch-notconst.exp: New file.
5651 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5652 (func4): Add operations on `global_ptr_ptr'.
5653 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5654 routine to test watchpoints created with a constant expression.
5655 (test_inaccessible_watchpoint): Include tests for watchpoints
5656 created with a constant expression.
5657
df0f4836
KB
56582010-06-14 Kevin Buettner <kevinb@redhat.com>
5659
5660 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5661 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5662 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5663 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5664 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5665 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5666 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5667 of `_start'.
5668
b769def5
UW
56692010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5670
5671 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5672 not supported on the target.
5673 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5674 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5675 * gdb.mi/mi-nsintrall.exp: Likewise.
5676 * gdb.mi/mi-nsmoribund.exp: Likewise.
5677 * gdb.mi/mi-nsthrexec.exp: Likewise.
5678
d914c394
SS
56792010-06-11 Stan Shebs <stan@codesourcery.com>
5680
5681 * gdb.base/permissions.exp: New file.
5682
56832010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
5684
5685 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5686 does not support ELF executable class.
5687
f3ce5b9c
UW
56882010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5689
5690 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5691
8e46892c
JK
56922010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5693
5694 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5695 (runto): Catch "The target does not support running in non-stop mode.".
5696
6cc55c64
MS
56972010-06-11 Michael Snyder <msnyder@vmware.com>
5698
5699 * gdb.base/setshow.exp (set language asm): Don't use
5700 gdb_test_no_output, fails on some targets.
5701
caddefa4
UW
57022010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5703
5704 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5705 * gdb.cp/pr9167.exp: Likewise.
5706
468b1aa7
UW
57072010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5708
5709 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5710
5c3552dc
UW
57112010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5712
5713 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5714
02e6fe6a
UW
57152010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5716
5717 * gdb.base/charset.c (main): Make sure malloc gets linked in.
5718
0e03807e
TT
57192010-06-11 Tom Tromey <tromey@redhat.com>
5720
5721 PR gdb/9977, PR exp/11636::
5722 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5723 (pieces_test_f6): Update expected output.
5724
2bdf28a0
JK
57252010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5726
5727 * gdb.base/moribund-step.exp: New.
5728
f6978de9
MS
57292010-06-08 Michael Snyder <msnyder@vmware.com>
5730
5731 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 5732 * gdb.ada/boolean_expr.exp:
f6978de9
MS
5733 * gdb.ada/frame_args.exp: Ditto.
5734 * gdb.ada/lang_switch.exp: Ditto.
5735 * gdb.ada/ptype_arith_binop.exp: Ditto.
5736 * gdb.ada/ref_param.exp: Ditto.
5737 * gdb.ada/type_coercion.exp:Ditto.
5738
5739 * gdb.asm/asm-source.exp: Ditto.
5740
5741 * gdb.base/attach.exp: Ditto.
5742 * gdb.base/bitfields2.exp: Ditto.
5743 * gdb.base/call-signal-resume.exp: Ditto.
5744 * gdb.base/callfuncs.exp: Ditto.
5745 * gdb.base/commands.exp: Ditto.
5746 * gdb.base/dbx.exp: Ditto.
5747 * gdb.base/default.exp: Ditto.
5748 * gdb.base/dump.exp: Ditto.
5749 * gdb.base/exprs.exp: Ditto.
5750 * gdb.base/freebpcmd.exp: Ditto.
5751 * gdb.base/interrupt.exp: Ditto.
5752 * gdb.base/list.exp: Ditto.
5753 * gdb.base/long_long.exp: Ditto.
5754 * gdb.base/maint.exp: Ditto.
5755 * gdb.base/ptype.exp: Ditto.
5756 * gdb.base/return.exp: Ditto.
5757 * gdb.base/setshow.exp: Ditto.
5758 * gdb.base/sigbpt.exp: Ditto.
5759 * gdb.base/sigrepeat.exp: Ditto.
5760
5761 * gdb.cp/classes.exp: Ditto.
5762
5763 * gdb.dwarf2/dw2-restore.exp: Ditto.
5764
5765 * gdb.gdb/selftest.exp: Ditto.
5766
5767 * gdb.multi/base.exp: Ditto.
5768 * gdb.multi/bkpt-multi-exec.exp: Ditto.
5769
5770 * gdb.python/py-block.exp: Ditto.
5771 * gdb.python/py-prettyprint.exp: Ditto.
5772 * gdb.python/py-template.exp: Ditto.
5773
5774 * gdb.server/ext-attach.exp: Ditto.
5775 * gdb.server/ext-run.exp: Ditto.
5776 * gdb.server/server-mon.exp: Ditto.
5777
5778 * gdb.threads/fork-thread-pending.exp: Ditto.
5779 * gdb.threads/hand-call-in-threads.exp: Ditto.
5780 * gdb.threads/interrupted-hand-call.exp: Ditto.
5781 * gdb.threads/linux-dp.exp: Ditto.
5782 * gdb.threads/manythreads.exp: Ditto.
5783 * gdb.threads/print-threads.exp: Ditto.
5784 * gdb.threads/pthreads.exp: Ditto.
5785 * gdb.threads/schedlock.exp: Ditto.
5786 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5787 * gdb.threads/threadapply.exp: Ditto.
5788
de7ff789
MS
57892010-06-08 Michael Snyder <msnyder@vmware.com>
5790
889bf7c5 5791 * gdb.ada/exec_changed.exp:
de7ff789
MS
5792 Use ".*" instead of "" as wildcard regexp.
5793
5794 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5795 * gdb.base/call-ar-st.exp: Ditto.
5796 * gdb.base/checkpoint.exp: Ditto.
5797 * gdb.base/default.exp: Ditto.
5798 * gdb.base/dump.exp: Ditto.
5799 * gdb.base/ending-run.exp: Ditto.
5800 * gdb.base/fileio.exp: Ditto.
5801 * gdb.base/miscexprs.exp: Ditto.
5802 * gdb.base/pointers.exp: Ditto.
5803 * gdb.base/readline.exp: Ditto.
5804 * gdb.base/reread.exp: Ditto.
5805 * gdb.base/restore.exp: Ditto.
5806 * gdb.base/shlib-call.exp: Ditto.
5807 * gdb.base/valgrind-db-attach.exp: Ditto.
5808 * gdb.base/volatile.exp: Ditto.
5809 * gdb.base/watchpoints.exp: Ditto.
5810
5811 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5812
5813 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5814 * gdb.python/py-value.exp: Ditto.
5815
5816 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5817 * gdb.trace/circ.exp: Ditto.
5818 * gdb.trace/collection.exp: Ditto.
5819 * gdb.trace/packetlen.exp: Ditto.
5820 * gdb.trace/passc-dyn.exp: Ditto.
5821 * gdb.trace/report.exp: Ditto.
5822 * gdb.trace/tfile.exp: Ditto.
5823 * gdb.trace/tfind.exp: Ditto.
5824 * gdb.trace/while-dyn.exp: Ditto.
5825
3bebe2f2
JK
58262010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5829
5c631832
JK
58302010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5831
5832 Test PR 10640.
5833 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5834
4c3376c8
SW
58352010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5836
5837 * gdb.cp/koenig.exp: Test for ADL operators.
5838 * gdb.cp/koenig.cc: Added ADL operators.
5839 * gdb.cp/operator.exp: New test.
5840 * gdb.cp/operator.cc: New test.
5841
dc226d5a
MS
58422010-06-04 Michael Snyder <msnyder@vmware.com>
5843
dfb88a23
MS
5844 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5845 * gdb.base/pending.exp: Ditto.
f7ae76b3 5846
dc226d5a
MS
5847 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5848
967cf477
DE
58492010-06-04 Doug Evans <dje@google.com>
5850
5851 * gdb.python/py-prettyprint.exp: Add new test for enabled and
5852 disabled printers.
5853 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5854 (enable_lookup_function): New function.
5855
eb801841
TT
58562010-06-04 Tom Tromey <tromey@redhat.com>
5857
5858 * gdb.python/py-value.exp (test_value_hash): Don't test equality
5859 of hash and id.
5860
38979823
JK
58612010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
5864 newline.
5865 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
5866 (empty verbose non-noisy clear, empty verbose noisy clear)
5867 (empty non-verbose noisy clear): Likewise.
5868
35ec993f
MS
58692010-06-03 Michael Snyder <msnyder@vmware.com>
5870
5871 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
5872 * gdb.base/display.exp: Ditto.
5873 * gdb.base/find.exp: Ditto.
5874 * gdb.base/ifelse.exp: Ditto.
5875 * gdb.base/multi-forks.exp: Ditto.
5876 * gdb.base/recurse.exp: Ditto.
5877 * gdb.base/setshow.exp: Ditto.
5878 * gdb.base/value-double-free.exp: Ditto.
5879 * gdb.base/watch-vfork.exp: Ditto.
5880 * gdb.base/watch_thread_num.exp: Ditto.
5881 * gdb.base/watchpoint-solib.exp: Ditto.
5882 * gdb.base/watchpoint.exp: Ditto.
5883 * gdb.base/watchpoints.exp: Ditto.
5884
5885 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5886 * gdb.cp/overload.exp: Ditto.
5887 * gdb.cp/virtfunc.exp: Ditto.
5888
5889 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5890
889bf7c5 5891 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
5892 Replace gdb_test with gdb_test_no_output.
5893
889bf7c5 5894 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
5895 Replace gdb_test with gdb_test_no_output.
5896 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5897 * gdb.threads/watchthreads.exp: Ditto.
5898 * gdb.threads/watchthreads2.exp: Ditto.
5899
5900 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5901 * gdb.trace/tfind.exp: Ditto.
5902
c22decce
JB
59032010-06-03 Joel Brobecker <brobecker@adacore.com>
5904
5905 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5906 successful test if message is the empty string.
5907
fd5700c7
JK
59082010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5909
5910 * gdb.fortran/module.exp (stopped language detection): New test.
5911
f55ee35c
JK
59122010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5913
5914 Support DW_TAG_module as separate namespaces.
5915 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5916 gdb.fortran/library-module-lib.f90: New.
5917 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5918 (print i): Remove.
5919 (continue to breakpoint: i-is-1, print var_i value 1)
5920 (continue to breakpoint: i-is-2, print var_i value 2)
5921 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5922 (print var_d, print var_i value 14, ptype modmany, complete `modm)
5923 (complete `modmany, complete `modmany`, complete `modmany`var)
5924 (show language, setting breakpoint at module): New tests.
5925 * gdb.fortran/module.f90 (module mod): Remove.
5926 (module mod1, module mod2, module modmany, subroutine sub1)
5927 (subroutine sub2, program module): New.
5928
b8e8282f
JK
59292010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5930
5931 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5932 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
5933 * gdb.cp/anon-union.exp (pass): Rename to ...
5934 (print z 2): ... here.
b8e8282f 5935
019ebafc
MS
59362010-06-02 Michael Snyder <msnyder@vmware.com>
5937
e68d8fd4
MS
5938 * gdb.trace/actions.exp: Use gdb_test_no_output.
5939 * gdb.trace/circ.exp: Ditto.
5940 * gdb.trace/packetlen.exp: Ditto.
5941 * gdb.trace/save-trace.exp: Ditto.
5942 * gdb.trace/tracecmd.exp: Ditto.
5943 * gdb.trace/tsv.exp: Ditto.
5944
12b5d08a
MS
5945 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5946 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5947 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5948 * gdb.threads/manythreads.exp: Ditto.
5949 * gdb.threads/print-threads.exp: Ditto.
5950 * gdb.threads/pthreads.exp: Ditto.
5951 * gdb.threads/schedlock.exp: Ditto.
5952 * gdb.threads/staticthreads.exp: Ditto.
5953 * gdb.threads/thread-specific.exp: Ditto.
5954 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5955 * gdb.threads/threadapply.exp: Ditto.
5956 * gdb.threads/watchthreads.exp: Ditto.
5957 * gdb.threads/watchthreads2.exp: Ditto.
5958
89493308
MS
5959 * gdb.python/py-block.exp: Use gdb_test_no_output.
5960 * gdb.python/py-prettyprint.exp: Ditto.
5961 * gdb.python/py-template.exp: Ditto.
5962 * gdb.python/py-value.exp: Ditto.
5963
5964 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5965 * gdb.reverse/watch-reverse.exp: Ditto.
5966
5967 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5968 * gdb.server/ext-run.exp: Ditto.
5969
019ebafc
MS
5970 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5971 * gdb.dwarf2/dw2-compressed.exp: Ditto.
5972 * gdb.dwarf2/dw2-intercu.exp: Ditto.
5973 * gdb.dwarf2/dw2-intermix.exp: Ditto.
5974 * gdb.dwarf2/dw2-producer.exp: Ditto.
5975 * gdb.dwarf2/mac-fileno.exp: Ditto.
5976
5977 * gdb.gdb/observer.exp: Use gdb_test_no_output.
5978 * gdb.gdb/selftest.exp: Ditto.
5979
5980 * gdb.multi/base.exp: Use gdb_test_no_output.
5981
5982 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5983
3e0ca3a5
JK
59842010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5985
5986 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5987
9db70545
MS
59882010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5989
a8d52276
MS
5990 * gdb.cp/class2.exp: Use gdb_test_no_output.
5991 * gdb.cp/classes.exp: Ditto.
5992 * gdb.cp/extern-c.exp: Ditto.
5993 * gdb.cp/inherit.exp: Ditto.
5994 * gdb.cp/maint.exp: Ditto.
5995 * gdb.cp/mb-inline.exp: Ditto.
5996 * gdb.cp/mb-templates.exp: Ditto.
5997 * gdb.cp/method2.exp: Ditto.
5998 * gdb.cp/misc.exp: Ditto.
5999 * gdb.cp/ovldbreak.exp: Ditto.
6000 * gdb.cp/punctuator.exp: Ditto.
6001 * gdb.cp/templates.exp: Ditto.
6002 * gdb.cp/virtbase.exp: Ditto.
6003
889bf7c5 6004 * gdb.threads/attach-stopped.exp:
9db70545 6005 Replace uses of send_gdb / gdb_expect.
889bf7c5 6006 * gdb.threads/attachstop-mt.exp:
9db70545 6007 Replace uses of send_gdb / gdb_expect.
889bf7c5 6008 * gdb.threads/gcore-thread.exp:
9db70545 6009 Replace uses of send_gdb / gdb_expect.
889bf7c5 6010 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
6011 Replace uses of send_gdb / gdb_expect.
6012 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 6013 * gdb.threads/print-threads.exp:
9db70545
MS
6014 Replace uses of send_gdb / gdb_expect.
6015 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
6016 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
6017 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
6018
6019 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
6020 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
6021 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
6022 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
6023 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
6024 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
6025 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
6026 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
6027 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
6028 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
6029 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
6030
359cc68c
JK
60312010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6032
6033 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
6034
7d3fe98e
SW
60352010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
6036
6037 * gdb.cp/koenig.exp: Added new test case.
6038 * gdb.cp/koenig.cc: Ditto.
6039
27d3a1a2
MS
60402010-06-01 Michael Snyder <msnyder@vmware.com>
6041
6042 * gdb.base/arithmet.exp: Use gdb_test_no_output.
6043 * gdb.base/arrayidx.exp: Ditto.
6044 * gdb.base/attach.exp: Ditto.
6045 * gdb.base/auxv.exp: Ditto.
6046 * gdb.base/bigcre.exp: Ditto.
6047 * gdb.base/break-always.exp: Ditto.
6048 * gdb.base/break-interp.exp: Ditto.
6049 * gdb.base/break.exp: Ditto.
6050 * gdb.base/breakpoint-shadow.exp: Ditto.
6051 * gdb.base/call-ar-st.exp: Ditto.
6052 * gdb.base/call-sc.exp: Ditto.
6053 * gdb.base/call-signal-resume.exp: Ditto.
6054 * gdb.base/callfuncs.exp: Ditto.
6055 * gdb.base/catch-syscall.exp: Ditto.
6056 * gdb.base/charset.exp: Ditto.
6057 * gdb.base/code-expr.exp: Ditto.
6058 * gdb.base/commands.exp: Ditto.
6059 * gdb.base/cond-expr.exp: Ditto.
6060 * gdb.base/condbreak.exp: Ditto.
6061 * gdb.base/cursal.exp: Ditto.
6062 * gdb.base/cvexpr.exp: Ditto.
6063 * gdb.base/default.exp: Ditto.
6064 * gdb.base/del.exp: Ditto.
6065 * gdb.base/detach.exp: Ditto.
6066 * gdb.base/display.exp: Ditto.
6067 * gdb.base/ena-dis-br.exp: Ditto.
6068 * gdb.base/eval-skip.exp: Ditto.
6069 * gdb.base/foll-fork.exp: Ditto.
6070 * gdb.base/foll-vfork.exp: Ditto.
6071 * gdb.base/frame-args.exp: Ditto.
6072 * gdb.base/funcargs.exp: Ditto.
6073 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6074 * gdb.base/gdbvars.exp: Ditto.
6075 * gdb.base/help.exp: Ditto.
6076 * gdb.base/ifelse.exp: Ditto.
6077 * gdb.base/included.exp: Ditto.
6078 * gdb.base/list.exp: Ditto.
6079 * gdb.base/macscp.exp: Ditto.
6080 * gdb.base/maint.exp: Ditto.
6081 * gdb.base/multi-fork.exp: Ditto.
6082 * gdb.base/overlays.exp: Ditto.
6083 * gdb.base/page.exp: Ditto.
6084 * gdb.base/pending.exp: Ditto.
6085 * gdb.base/pointers.exp: Ditto.
6086 * gdb.base/pr11022.exp: Ditto.
6087 * gdb.base/prelink.exp: Ditto.
6088 * gdb.base/printcmds.exp: Ditto.
6089 * gdb.base/psymtab.exp: Ditto.
6090 * gdb.base/randomize.exp: Ditto.
6091 * gdb.base/relational.exp: Ditto.
6092 * gdb.base/relocate.exp: Ditto.
6093 * gdb.base/remote.exp: Ditto.
6094 * gdb.base/sepdebug.exp: Ditto.
6095 * gdb.base/set-lang-auto.exp: Ditto.
6096 * gdb.base/setshow.exp: Ditto.
6097 * gdb.base/setvar.exp: Ditto.
6098 * gdb.base/signals.exp: Ditto.
6099 * gdb.base/signull.exp: Ditto.
6100 * gdb.base/sigstep.exp: Ditto.
6101 * gdb.base/sizeof.exp: Ditto.
6102 * gdb.base/solib-disc.exp: Ditto.
6103 * gdb.base/store.exp: Ditto.
6104 * gdb.base/structs.exp: Ditto.
6105 * gdb.base/structs2.exp: Ditto.
6106 * gdb.base/subst.exp: Ditto.
6107 * gdb.base/term.exp: Ditto.
6108 * gdb.base/trace-commands.exp: Ditto.
6109 * gdb.base/unwindonsignal.exp: Ditto.
6110 * gdb.base/valgrind-db-attach.exp: Ditto.
6111 * gdb.base/varargs.exp: Ditto.
6112 * gdb.base/watch-cond.exp: Ditto.
6113 * gdb.base/watch_thread_num.exp: Ditto.
6114 * gdb.base/watchpoint-cond-gone.exp: Ditto.
6115 * gdb.base/watchpoint.exp: Ditto.
6116 * gdb.base/whatis-exp.exp: Ditto.
6117
f8d3bf8f
MS
61182010-06-01 Michael Snyder <msnyder@vmware.com>
6119
6120 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
6121 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
6122 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
6123 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
6124 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
6125 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
6126 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
6127 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
6128 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
6129 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
6130 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
6131 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
6132 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
6133 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
6134 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
6135
3f9e0d32
JK
61362010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6137
6138 * gdb.base/commands.exp (begin commands on watch): Remove excessive
6139 trailing newline.
6140 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
6141 * gdb.java/jmisc.exp (p *args\n): Rename to ...
6142 (p *args): ... here and remove excessive trailing newline.
6143
f629457d
JB
61442010-05-31 Joel Brobecker <brobecker@adacore.com>
6145
6146 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
6147
09eef106
JK
61482010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 Accept the new Linux kernel "t (tracing stop)" string.
6151 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
6152 Update comment.
6153 (state_wait) <T (tracing stop)>: New.
6154 (main): Update the state_wait expect string.
6155
94f31136
PA
61562010-05-28 Pedro Alves <pedro@codesourcery.com>
6157
6158 * limits.c, limits.exp: Delete files.
6159 * Makefile.in (clean mostlyclean): Adjust.
6160 * tracecmd.exp: Adjust.
6161
096554ab
JK
61622010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6163
6164 * gdb.base/tui-layout.exp: New.
6165
27d3a1a2 61662010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 6167
889bf7c5 6168 * gdb.reverse/break-precsave.exp:
bcd2dc50 6169 Replace uses of send_gdb / gdb_expect.
889bf7c5 6170 * gdb.reverse/break-reverse.exp:
bcd2dc50 6171 Replace uses of send_gdb / gdb_expect.
889bf7c5 6172 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 6173 Replace uses of send_gdb / gdb_expect.
889bf7c5 6174 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 6175 Replace uses of send_gdb / gdb_expect.
889bf7c5 6176 * gdb.reverse/finish-precsave.exp:
bcd2dc50 6177 Replace uses of send_gdb / gdb_expect.
889bf7c5 6178 * gdb.reverse/finish-reverse.exp:
bcd2dc50 6179 Replace uses of send_gdb / gdb_expect.
889bf7c5 6180 * gdb.reverse/i386-precsave.exp:
bcd2dc50 6181 Replace uses of send_gdb / gdb_expect.
889bf7c5 6182 * gdb.reverse/i386-reverse.exp:
bcd2dc50 6183 Replace uses of send_gdb / gdb_expect.
889bf7c5 6184 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 6185 Replace uses of send_gdb / gdb_expect.
889bf7c5 6186 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 6187 Replace uses of send_gdb / gdb_expect.
889bf7c5 6188 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 6189 Replace uses of send_gdb / gdb_expect.
889bf7c5 6190 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 6191 Replace uses of send_gdb / gdb_expect.
889bf7c5 6192 * gdb.reverse/machinestate.exp:
bcd2dc50 6193 Replace uses of send_gdb / gdb_expect.
889bf7c5 6194 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 6195 Replace uses of send_gdb / gdb_expect.
889bf7c5 6196 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 6197 Replace uses of send_gdb / gdb_expect.
889bf7c5 6198 * gdb.reverse/solib-precsave.exp:
bcd2dc50 6199 Replace uses of send_gdb / gdb_expect.
889bf7c5 6200 * gdb.reverse/solib-reverse.exp:
bcd2dc50 6201 Replace uses of send_gdb / gdb_expect.
889bf7c5 6202 * gdb.reverse/step-precsave.exp:
bcd2dc50 6203 Replace uses of send_gdb / gdb_expect.
889bf7c5 6204 * gdb.reverse/step-reverse.exp:
bcd2dc50 6205 Replace uses of send_gdb / gdb_expect.
889bf7c5 6206 * gdb.reverse/until-precsave.exp:
bcd2dc50 6207 Replace uses of send_gdb / gdb_expect.
889bf7c5 6208 * gdb.reverse/until-reverse.exp:
bcd2dc50 6209 Replace uses of send_gdb / gdb_expect.
889bf7c5 6210 * gdb.reverse/watch-precsave.exp:
bcd2dc50 6211 Replace uses of send_gdb / gdb_expect.
889bf7c5 6212 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
6213 Replace uses of send_gdb / gdb_expect.
6214
3def43e0
JK
62152010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6216
6217 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6218 excessive newline.
6219
27d3a1a2 62202010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
6221
6222 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
6223 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6224 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6225 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6226 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6227 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6228 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6229 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6230 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6231 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6232 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6233 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6234 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6235 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6236 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6237 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6238 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6239 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6240 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 6241
27d3a1a2 62422010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 6243
22454424
MS
6244 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6245 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6246
6247 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6248 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6249 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6250
889bf7c5 6251 * gdb.reverse/consecutive-reverse.exp:
22454424 6252 Replace uses of send_gdb / gdb_expect.
889bf7c5 6253 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
6254 Replace uses of send_gdb / gdb_expect.
6255
6256 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6257 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6258 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 6259 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
6260 Replace uses of send_gdb / gdb_expect.
6261 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6262 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6263 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6264 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6265 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6266 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6267 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6268 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6269 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
6270
62712010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 6272
22454424 6273 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 6274
22454424 6275 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 6276
22454424
MS
6277 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6278 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6279 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6280 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6281 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6282 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6283 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6284 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6285 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 6286
6e5f2c59
TT
62872010-05-25 Tom Tromey <tromey@redhat.com>
6288
6289 * gdb.base/macscp.exp: Add missing space after setup_kfail.
6290
bbc8b958
TT
62912010-05-25 Tom Tromey <tromey@redhat.com>
6292
6293 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6294 argument order.
6295 * gdb.base/macscp.exp: Fix setup_kfail argument order.
6296 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6297 order.
6298 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6299 order.
6300 * gdb.base/call-sc.exp (setup_kfails): Remove.
6301 (setup_compiler_kfails): Remove.
6302 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6303 argument order.
6304 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6305 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6306 (advancei): Fix setup_kfail argument order.
6307 * gdb.base/radix.exp: Fix setup_kfail argument order.
6308 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6309 order.
6310 * gdb.base/structs.exp (setup_kfails): Remove.
6311 (setup_compiler_kfails): Fix setup_kfail argument order.
6312 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6313 order.
6314 * gdb.java/jmain.exp: Fix setup_kfail argument order.
6315 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6316 setup_kfail argument order.
6317 * gdb.cp/overload.exp: Fix setup_kfail argument order.
6318
83d1babf
TT
63192010-05-25 Tom Tromey <tromey@redhat.com>
6320
6321 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6322
6acb16a2
MS
63232010-05-25 Michael Snyder <msnyder@vmware.com>
6324
6325 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6326 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6327 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6328 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6329 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6330 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6331 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6332 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6333 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
6334 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6335 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6336 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6337 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6338 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6339 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6340 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6341 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6342 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6343 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6344 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6345 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6346 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6347 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
6348 * gdb.base/default.exp: Replace send_gdb with gdb_test.
6349 * gdb.base/define.exp: Replace send_gdb with gdb_test.
6350 * gdb.base/display.exp: Replace send_gdb with gdb_test.
6351 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6352 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6353 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6354 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6355 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6356 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6357 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6358 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6359 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6360 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6361 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6362 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6363 * gdb.base/help.exp: Replace send_gdb with gdb_test.
6364 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6365 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6366 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
6367 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6368 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6369 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6370 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6371 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 6372 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
6373
63742010-05-25 Doug Evans <dje@google.com>
6375
6376 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6377 gdb.string_to_argv.
ad3986f0 6378
d3b1e874
TT
63792010-05-21 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6382 Call it.
6383 * gdb.dwarf2/pieces.S: Update.
6384 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6385
cb826367
TT
63862010-05-21 Tom Tromey <tromey@redhat.com>
6387
6388 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6389 Call it.
6390 * gdb.dwarf2/pieces.c (struct C): New.
6391 (f6): New function.
6392 * gdb.dwarf2/pieces.S: Replace.
6393
74de6778
TT
63942010-05-21 Tom Tromey <tromey@redhat.com>
6395
6396 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6397 Call it.
6398
afd74c5f
TT
63992010-05-21 Tom Tromey <tromey@redhat.com>
6400
6401 * gdb.dwarf2.pieces.exp: New file.
6402 * gdb.dwarf2.pieces.S: New file.
6403 * gdb.dwarf2.pieces.c: New file.
6404
a7b75dfd 64052010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 6406 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
6407
6408 * lib/gdb.exp (gdb_test_no_output): New function.
6409 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6410 when testing commands that should produce no output.
6411
c81c812a
JB
64122010-05-17 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6415 parameter that we want to watch being a constant.
6416
0cce5bd9
JB
64172010-05-17 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.ada/cond_lang: New testcase.
6420
47050449
JB
64212010-05-17 Joel Brobecker <brobecker@adacore.com>
6422
6423 * lib/gdb.exp (banned_variables): New variable/constant.
6424 (gdb_init): Add write trace on variables listed in banned_variables.
6425 (gdb_finish): Remove write traces on variables listed in
6426 banned_variables.
6427
77c01586
JB
64282010-05-17 Joel Brobecker <brobecker@adacore.com>
6429
6430 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6431 * gdb.cp/koenig.exp: Likewise.
6432
88d4aea7
PM
64332010-05-14 Phil Muldoon <pmuldoon@redhat.com>
6434
889bf7c5 6435 PR python/11482
88d4aea7
PM
6436
6437 * gdb.python/py-value.exp (test_value_hash): New function.
6438
f5a010c0
PM
64392010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
6440
6441 PR exp/11530.
6442 * gdb.base/gdb11530.c: New file.
6443 * gdb.base/gdb11530.exp: New file.
6444
8ef4892f
JK
64452010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6448 * gdb.dwarf2/dw2-modula2-self-type.S: New.
6449
7322dca9
SW
64502010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
6451
6452 * gdb.cp/koenig.exp: New test.
6453 * gdb.cp/koenig.cc: New test program.
6454
02e7ea18
JB
64552010-05-05 Joel Brobecker <brobecker@adacore.com>
6456
6457 Remove the use of prms_id and bug_id throughout the testsuite.
6458
e1c34c5d
PM
64592010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6460
6461 PR exp/11349.
6462 * testsuite/gdb.cp/ref-types.exp: Add test to examine
6463 use a reference local variable.
6464
8e1d0c49
JK
64652010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6468 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
6469 variable different_dir. Move debugfile into a full directory pathname
6470 under DIFFERENT_DIR.
6471 * lib/gdb.exp (separate_debug_filename): Remove.
6472 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
6473 variable debug_dir and mkdir of it. Update function comments.
6474
e66408ed
PA
64752010-04-29 Pedro Alves <pedro@codesourcery.com>
6476
6477 PR gdb/11557
6478
6479 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6480 files.
6481
d7b32ed3
PM
64822010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6483
889bf7c5 6484 * gdb.python/py-param.exp: New File.
d7b32ed3 6485
6aecb9c2
JB
64862010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6487
6488 * gdb.base/default.exp: Fix "set language" test.
6489
bdf92a1c
PM
64902010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
6491
6492 PR breakpoints/11531.
6493 * gdb.base/gdb11531.c: New file.
6494 * gdb.base/gdb11531.exp: New file.
6495
3f172e24
TT
64962010-04-26 Tom Tromey <tromey@redhat.com>
6497
6498 * gdb.base/completion.exp: Add tests for completion and deprecated
6499 commands.
6500
64af4c92
JK
65012010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6502
6503 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6504 (print /x char_array): Escape curly brackets.
6505
492928e4
JK
65062010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 Fix deadlock on looped list of loaded shared objects.
6509 * gdb.base/solib-corrupted.exp: New.
6510
66d09542
DE
65112010-04-23 Doug Evans <dje@google.com>
6512
6513 * gdb.python/py-section-script.c: New file.
6514 * gdb.python/py-section-script.exp: New file.
6515 * gdb.python/py-section-script.py: New file.
6516
8bd10a10
CM
65172010-04-20 Chris Moller <cmoller@redhat.com>
6518
6519 PR 10179
6520
6521 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6522 * gdb.base/pr10179-a.c:
6523 * gdb.base/pr10179-b.c:
6524 * gdb.base/pr10179.exp: New files.
6525
c0201579
JK
65262010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6527
6528 Fix crashes on dangling display expressions.
6529 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6530 is SEP.
6531 (lib_flags): Remove the "debug" keyword.
6532 (libsepdebug): New variable for iterating new loop.
6533 (save_pf_prefix): New variable wrapping the loop.
6534 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
6535 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6536
793b0ff8
PM
65372010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6538
6539 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6540
097f51f7
PM
65412010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6542
6543 PR stabs/11479.
6544 * gdb.stabs/gdb11479.exp: New file.
6545 * gdb.stabs/gdb11479.c: New file.
6546
9a22f0d0
PM
65472010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6548
6549 * gdb.base/charset.c (Strin16, String32): New variables.
6550 * gdb.base/charset.exp (gdb_test): Test correct display
6551 of 16 or 32 bit strings.
6552
65532010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
6554
6555 PR 9167
6556 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6557 * gdb.cp/pr9167.cc: New file.
6558 * gdb.cp/pr9167.exp: New file.
6559
6560
6e354e5e
PM
65612010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6562
6563 PR pascal/11492.
6564 * gdb.pascal/gdb11492.pas: New file.
6565 * gdb.pascal/gdb11492.exp: New file.
6566
be942545
JB
65672010-04-20 Joel Brobecker <brobecker@adacore.com>
6568
1667e6e3 6569 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 6570
0c3acc09
JB
65712010-04-20 Joel Brobecker <brobecker@adacore.com>
6572
6573 * gdb.ada/dyn_loc: New testcase.
6574
ec31cde5
CM
65752010-04-20 Chris Moller <cmoller@redhat.com>
6576
6577 PR 10867
889bf7c5 6578
ec31cde5
CM
6579 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
6580 * gdb.cp/pr10687.cc: New file.
6581 * gdb.cp/pr10687.exp: New file.
6582
6583
ce4b0682
SDJ
65842010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6585 Sergio Durigan Junior <sergiodj@redhat.com>
6586
6587 * gdb.fortran/logical.exp: New testcase.
6588 * gdb.fortran/logical.f90: New file.
6589
3436961f
DE
65902010-04-19 Doug Evans <dje@google.com>
6591
6592 * gdb.base/help.exp (help source): Update expected output.
6593
4d836c09
JK
65942010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6597 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
6598 gdb_exit and return.
6599 (executable): New variable.
6600 (binfile): Use it.
6601
6149aea9
PA
66022010-04-19 Pedro Alves <pedro@codesourcery.com>
6603
6604 PR breakpoints/8554.
6605
6606 * gdb.trace/save-trace.exp: Adjust.
6607
ed41462c
L
66082010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6609
6610 PR corefiles/11511
6611 * gdb.arch/system-gcore.exp: New.
6612 * gdb.arch/gcore.c: Likewise.
6613
3f7b2faa
DE
66142010-04-15 Doug Evans <dje@google.com>
6615
fa33c3cd
DE
6616 * gdb.python/py-progspace.c: New file.
6617 * gdb.python/py-progspace.exp: New file.
6618
3f7b2faa
DE
6619 * gdb.base/source.exp: Add tests for "source -s".
6620
79f283fe
PM
66212010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6622
6623 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6624 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6625 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6626 * gdb.python/py-mi.exp: New test for to_string returning None.
6627
fc8eb08a
PM
66282010-04-12 Phil Muldoon <pmuldoon@redhat.com>
6629
6630 * gdb.python/py-breakpoint.c: Make result global.
6631
26e197f6
JK
66322010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 Fix non-GNU make compatibility.
6635 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6636
adc36818
PM
66372010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6638
6639 * gdb.python/py-breakpoint.exp: New File.
6640 * gdb.python/py-breakpoint.C: Ditto.
6641
64e17368
SS
66422010-04-08 Stan Shebs <stan@codesourcery.com>
6643
6644 * gdb.trace/actions.exp: Clear default-collect.
6645 * gdb.trace/save-trace.exp: Clear default-collect.
6646
fff5cc64
PM
66472010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6648
6649 * gdb.python/py-value: Add null string variable.
6650 (test_lazy_string): Test zero length, NULL address lazy
6651 strings.
6652
a055a187
L
66532010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6654
6655 * gdb.arch/i386-avx.c: New.
6656 * gdb.arch/i386-avx.exp: Likewise.
6657
6658 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6659
96e39866
DE
66602010-04-06 Doug Evans <dje@google.com>
6661
6662 * gdb.base/source-test.gdb: New file.
6663 * gdb.base/source.exp: Test source -v.
6664
5984a431
UW
66652010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6666
6667 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6668
ec8a089a
PM
66692010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6670
6671 * gdb.stabs/aout.sed: Convert all backslash to double backslash
6672 within one line, unless it is followed by a double quote.
6673 * gdb.stabs/hppa.sed: Idem.
6674 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
6675 * gdb.stabs/weird.exp: Check for correct parsing of
6676 char and string constants.
ec8a089a
PM
6677 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6678 in .stabs to .stabx substitution.
6679
fce3c1f0
SS
66802010-04-05 Stan Shebs <stan@codesourcery.com>
6681
6682 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6683 constant global.
6684 * gdb.trace/tfile.exp: Try to print them.
6685
d77f58be
SS
66862010-04-04 Stan Shebs <stan@codesourcery.com>
6687
6688 * gdb.base/completion.exp: Update for new "info watchpoints".
6689 * gdb.base/default.exp: Ditto.
6690 * gdb.base/help.exp: Ditto.
6691 * gdb.base/watchpoint.exp: Ditto.
6692 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 6693
af54718e
SS
66942010-04-04 Stan Shebs <stan@codesourcery.com>
6695
6696 * gdb.trace/tfile.exp: Sharpen tfind test.
6697
74d1f91e
JK
66982010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6699
6700 * gdb.base/break-entry.exp: New.
6701
eb8e76db 67022010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 6703 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
6704
6705 * gdb.reverse/i386-sse-reverse.exp: New file.
6706 * gdb.reverse/i386-sse-reverse.c: New file.
6707
bf65cad8
PA
67082010-04-02 Pedro Alves <pedro@codesourcery.com>
6709
6710 * gdb.trace/tfind.exp: Adjust expected disassembly output.
6711
fff87407
SS
67122010-04-01 Stan Shebs <stan@codesourcery.com>
6713
6714 * gdb.trace/actions.exp: Tweak expected output.
6715 * gdb.trace/while-stepping.exp: Tweak expected output.
6716
fe01d668
L
67172010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6718
6719 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6720
86b17b60
PA
67212010-04-01 Pedro Alves <pedro@codesourcery.com>
6722
6723 * gdb.base/commands.exp: Adjust.
6724 * gdb.cp/extern-c.exp: Adjust.
6725
2c58c0a9
PA
67262010-04-01 Pedro Alves <pedro@codesourcery.com>
6727
6728 * gdb.trace/collection.c (local_test_func): Define a local struct,
6729 and instanciate it.
6730
0db9b91c
PA
67312010-04-01 Pedro Alves <pedro@codesourcery.com>
6732
6733 * gdb.trace/collection.exp (gdb_collect_args_test)
6734 (gdb_collect_argarray_test): XFAIL the tests that assume the
6735 argarray argument's elements are collected.
6736
8072405b
JK
67372010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 * gdb.dwarf2/dw2-bad-parameter-type.exp,
6740 gdb.dwarf2/dw2-bad-parameter-type.S: New.
6741
8bf6485c
SS
67422010-03-31 Stan Shebs <stan@codesourcery.com>
6743
6744 * gdb.trace/save-trace.exp: Test save/restore of default-collect
6745 and tracepoint conditionals.
6746 (gdb_verify_tracepoints): Delete unused return.
6747
fd7f724a
KS
67482010-03-26 Keith Seitz <keiths@redhat.com>
6749
6750 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6751 appear in the output before main.
6752 Remove KFAIL for gdb/2215 aka bz 9320.
6753
8d9e7719
DE
67542010-03-30 Doug Evans <dje@google.com>
6755
0906dd0b
DE
6756 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6757 by dejagnu.
6758 * gdb.arch/amd64-dword.exp: Ditto.
6759
8d9e7719
DE
6760 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6761 match.
6762 (break printf): Ditto.
6763
1da644f0
SW
67642010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
6765
6766 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6767 gcc < 4.4.
6768 * gdb.cp/shadow.exp: Ditto.
6769
a8121990
PA
67702010-03-29 Pedro Alves <pedro@codesourcery.com>
6771
6772 * gdb.trace/collection.exp (run_trace_experiment): Make sure
6773 "tstart" is silent.
6774
6e79d367
PA
67752010-03-29 Pedro Alves <pedro@codesourcery.com>
6776
6777 * gdb.trace/collection.exp (executable): New.
6778 (binfile): Use it.
6779 (fpreg, spreg, pcreg): New.
6780 (test_register): Use gdb_test_multiple. Pass /x to print.
6781 (prepare_for_trace_test): New.
6782 (run_trace_experiment): Use "continue", not gdb_run_cmd.
6783 (gdb_collect_args_test, gdb_collect_argstruct_test)
6784 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6785 prepare_for_trace_test.
6786 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
6787 fpreg, spreg and pcreg.
6788 (gdb_collect_expression_test, gdb_collect_globals_test): Use
6789 prepare_for_trace_test.
6790 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
6791 try to detect tracing support here. Don't set breakpoints at
6792 `begin' or `end' here.
6793 <global scope>: Use clean_restart. Run to main before checking
6794 for tracing support. Check for for tracing support here.
6795
09248348
JK
67962010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6797
6798 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6799 " as $displacement" to "seen displacement message".
6800
d350db38
PA
68012010-03-28 Pedro Alves <pedro@codesourcery.com>
6802
6803 * gdb.trace/while-dyn.exp (executable): New variable.
6804 (binfile): Use it.
6805 (test_while_stepping): New function. Move most tests here. Call
6806 it once for each of the while-stepping, stepping and ws aliases.
6807
907af001
UW
68082010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6809
6810 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6811 that do not provide the tagless_struct type name at all.
6812 (test_print_anon_union): Do not check value of uninitialized
6813 union member. Do not use cp_test_ptype_class, so we can accept
6814 "long" as well as "long int".
6815
610197fd
PA
68162010-03-26 Pedro Alves <pedro@codesourcery.com>
6817
6818 * gdb.trace/tfile.c (tohex, bin2hex): New.
6819 (write_error_trace_file): Hexify error description.
6820
6c28cbf2
SS
68212010-03-25 Stan Shebs <stan@codesourcery.com>
6822
6823 * gdb.trace/tfile.c: Generate an additional trace file, improve
6824 portability.
6825 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6826 files in a better way.
6827
e62b8c7e
KS
68282010-03-25 Keith Seitz <keiths@redhat.com>
6829
6830 * gdb.java/jprint.exp: XFAIL printing of static class members
6831 because of GCC debuginfo problem.
6832
82ccf5a5
JK
68332010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6834
6835 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6836
293e2f9e
DJ
68372010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6838
6839 * gdb.base/completion.exp: Allow long instead of long int.
6840 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6841 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6842 variable p.
6843 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6844 * gdb.base/pointers.exp: Allow long instead of long int.
6845 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6846 * gdb.base/step-line.exp: Allow a directory before the source file name.
6847
95a42b64
TT
68482010-03-24 Tom Tromey <tromey@redhat.com>
6849
6850 PR breakpoints/9352:
6851 * gdb.base/default.exp: Update.
6852 * gdb.base/commands.exp: Update.
6853 * gdb.cp/extern-c.exp: Test setting commands on multiple
6854 breakpoints at once.
6855
2390201f
DJ
68562010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6857
6858 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6859 if gdb,nosignals.
6860 * gdb.base/watchpoints.c: Do not include unnecessary headers.
6861 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6862 exited".
6863
8c9a6790
SS
68642010-03-24 Stan Shebs <stan@codesourcery.com>
6865
6866 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
6867
a6c727b2
DJ
68682010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6869
6870 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
6871 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
6872 argument. Handle "short" and "long".
6873 (Top level): Pass overprototyped output for old_fptr and xptr.
6874
4dfd5423
PA
68752010-03-23 Pedro Alves <pedro@codesourcery.com>
6876
6877 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6878 format strings and add casts to avoid compiler warnings.
6879
68802010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
6881
6882 * lib/trace-support.exp (gdb_trace_setactions):
6883 Don't expect whitespace after ">" prompt.
6884 * gdb.trace/actions.exp: Adjust for output changes.
6885 * gdb.trace/while-stepping.exp: Likewise.
6886
c847d045
JK
68872010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6888
6889 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6890 and r157645).
6891
5f717f1d
JK
68922010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6893
6894 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6895 New.
6896
7d6d51d5
DJ
68972010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
6898
6899 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6900 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6901
3b11a015
SS
69022010-03-19 Stan Shebs <stan@codesourcery.com>
6903
6904 * gdb.trace/ax.exp: New file.
6905
d7d158ed
DE
69062010-03-19 Doug Evans <dje@google.com>
6907
6bb85cd1
DE
6908 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6909 output from gcc.
6910
d7d158ed
DE
6911 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6912 named /usr/sbin/prelink<foo>.
6913
4daf5ac0
SS
69142010-03-18 Stan Shebs <stan@codesourcery.com>
6915
6916 * gdb.trace/circ.exp: Test circular-trace-buffer.
6917 * gdb.trace/tfile.exp: Update tstatus test.
6918
e8d05480
JB
69192010-03-18 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.dwarf2/dw2-anonymous-func.S: New file.
6922 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6923
441b986a
UW
69242010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6925
6926 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6927
4247603b
PA
69282010-03-18 Pedro Alves <pedro@codesourcery.com>
6929
6930 * gdb.base/default.exp: Adjust the expected output of the finish
6931 and until commands when the inferior is not being run.
6932
13387711
SW
69332010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6934
6935 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6936 * gdb.cp/nsusing.exp: Ditto.
6937
6e31430b
TT
69382010-03-15 Tom Tromey <tromey@redhat.com>
6939
6940 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6941 * gdb.cp/userdef.cc (operator==): New function.
6942 (main): New locals mem1, mem2.
6943
e2d69cb5
JZ
69442010-03-15 Jie Zhang <jie@codesourcery.com>
6945
6946 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6947 Declare and use new loadtimeout variable.
6948
f572f0a9
DJ
69492010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6950
6951 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6952 Use gdb_load later.
6953
51f4c0b0
PA
69542010-03-14 Pedro Alves <pedro@codesourcery.com>
6955
6956 * gdb.base/solib-disc.c (main): Make format of fprintf a string
6957 literal. Add missing endlines to prints to stderr.
6958
1c809c68
TT
69592010-03-12 Tom Tromey <tromey@redhat.com>
6960
6961 PR c++/9708:
6962 * gdb.cp/m-static.exp: Add regression test.
6963 * gdb.cp/m-static.cc (method): New method.
6964 (main): Call it.
6965
00ae8fef
SW
69662010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6967
6968 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6969 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6970
759f0f0b
PA
69712010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6972
21e24d21
PA
6973 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6974
69752010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6976
759f0f0b
PA
6977 * lib/gdb.exp (skip_stl_tests): New.
6978 (gdb_compile): Symbian needs -ldl.
6979 (shlib_target_file): New.
6980 (shlib_symbol_file): New.
6981 (gdb_load_shlibs): Use shlib_target_file.
6982 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6983 * gdb.cp/exception.exp: Use skip_stl_tests.
6984 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
6985 * gdb.cp/try_catch.exp: Use skip_stl_tests.
6986 * gdb.cp/mb-templates.exp: Ditto.
6987 * gdb.base/commands.exp: Relax regexes.
6988 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
6989 shlib_target_file and shlib_symbol_file.
6990 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
6991 sections.
6992 * gdb.base/ending-run.exp: Accept E32Main for symbian.
6993 * gdb.base/solib-disc.exp: Use
6994 shlib_target_file and shlib_symbol_file.
6995 * gdb.base/unload.exp: Don't skip on symbian. Use
6996 shlib_target_file and shlib_symbol_file.
6997 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6998
6a8f2671 69992010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 7000
6a8f2671
PA
7001 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
7002 * gdb.trace/report.exp: Adjust for x86 and x86_64.
7003 Issue a tfind end before looking for a tracepoint frame.
7004 * gdb.trace/tfind.exp: Adjust tstatus output.
7005 Adjust disassembly output.
7006 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
7007
ccf26247
JK
70082010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7009
7010 * gdb.base/break-interp.exp: Create new displacement parameter value
7011 for the test_ld calls.
7012 (reach): New parameter displacement, verify its content. New push of
7013 pf_prefix "reach-$func:". Import global expect_out.
7014 (test_core): New parameter displacement, verify its content. New push
7015 of pf_prefix "core:". New command "set verbose on". Import global
7016 expect_out.
7017 (test_attach): New parameter displacement, verify its content. New
7018 push of pf_prefix "attach:". New command "set verbose on". Import
7019 global expect_out.
7020 (test_ld): New parameter displacement, pass it to the reach, test_core
7021 and test_attach calls and verify its content in the "ld.so exit" test.
7022 * gdb.base/prelink.exp: Remove gdb_exit and final return.
7023 (prelink): Update expected text, use gdb_test.
7024
e469c7fb
DE
70252010-03-10 Doug Evans <dje@google.com>
7026
7027 * gdb.base/checkpoint.exp: Fix comment.
7028 Lengthen timeout while doing >600 checkpoints test.
7029 Rename duplicate "kill all one" test to keep test names unique.
7030
60e1c644
PA
70312010-03-10 Pedro Alves <pedro@codesourcery.com>
7032
7033 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
7034
cec808ec
KS
70352010-03-08 Keith Seitz <keiths@redhat.com>
7036
889bf7c5
PA
7037 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
7038 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
7039 (dm_type_long): New function.
7040 (dm_type_unsigned_short): New function.
7041 (dm_type_unsigned_long): New function.
7042 (myint): New typedef.
7043 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
7044 long, unsigned shor and long, operator char*, and typedef.
7045 (test_lookup_operator_functions): Add operator char* test.
7046 (test_paddr_operator_functions): Likewise.
7047 (test_paddr_overloaded_functions): Use probe values for
7048 short, long, and unsigned short and long.
7049 (test_paddr_hairy_functions): If the demangler probe detected
7050 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
7051 demangler.
7052 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
7053 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
7054 and "print null_pmf".
7055 Add test "ptype a.*pmf".
7056 * gdb.cp/overload.exp: Allow optional "int" to appear with
7057 "short" and "long".
7058 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
7059 long expect value for men_overload1arg.
7060 Allow "int" to appear with "short" and "long".
7061 When testing "info break", add argument for main (void).
7062 Also allow "int" to appear with "short" and "long".
7063 Ditto with "unsigned" and "long long".
cec808ec
KS
7064 * gdb.java/jmain.exp: Do not enclose methods names in single
7065 quotes.
7066 * gdb.java/jmisc.exp: Likewise.
7067 * gdb.java/jprint.exp: Likewise.
7068 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
7069
7070 From Jan Kratochvil <jan.kratochvil@redhat.com>:
7071 * gdb.cp/exception.exp (backtrace after first throw)
7072 (backtrace after second throw): Allow a namespace before __cxa_throw.
7073 (backtrace after first catch, backtrace after second catch): Allow
7074 a namespace before __cxa_begin_catch.
7075
7076 * gdb.cp/cpexprs.exp: New file.
7077 * gdb.cp/cpexprs.cc: New file.
7078
7079 From Daniel Jacobowitz <dan@codesourcery.com>
7080 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
7081 to use string_to_regexp.
7082 (ctor, dtor): New functions. Use them to match constructor
7083 and destructor function types.
7084 (Top level): Use runto_main.
7085
f870a310
TT
70862010-03-05 Tom Tromey <tromey@redhat.com>
7087
7088 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
7089 gdb.target_charset.
7090 (pp_ns.to_string): Likewise.
7091
0c199f28
KS
70922010-03-04 Keith Seitz <keiths@redhat.com>
7093
7094 * gdb.cp/overload.exp: Test that the filename portion of a linespec
7095 can be quoted. Test that both the filename and function/line
7096 portions can be quoted at the same time.
7097
c7437ca6
PA
70982010-03-04 Pedro Alves <pedro@codesourcery.com>
7099
7100 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
7101
b111b805
DE
71022010-03-03 Doug Evans <dje@google.com>
7103
24486cb7
DE
7104 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
7105 libc contains libpthread.
7106
b111b805
DE
7107 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
7108 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
7109 of gdb_compile. Add another pattern to match android backtrace.
7110
a0e0ef55
TT
71112010-03-03 Tom Tromey <tromey@redhat.com>
7112
7113 PR gdb/11345:
7114 * gdb.base/printcmds.exp (test_printf): Add test.
7115
1ba53b71
L
71162010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7117
7118 * gdb.arch/amd64-byte.exp: New.
7119 * gdb.arch/amd64-dword.exp: Likewise.
7120 * gdb.arch/amd64-pseudo.c: Likewise.
7121 * gdb.arch/amd64-word.exp: Likewise.
7122 * gdb.arch/i386-byte.exp: Likewise.
7123 * gdb.arch/i386-pseudo.c: Likewise.
7124 * gdb.arch/i386-word.exp: Likewise.
7125
f5dff777
DJ
71262010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7127
7128 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
7129 types. Add structreg, bitfields, and flags registers.
7130 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
7131 registers.
7132
90884b2b
L
71332010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7134
7135 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
7136 (load_description): Set architecture if defined.
7137
dc00d89f
PM
71382010-02-28 Phil Muldoon <pmuldoon@redhat.com>
7139
7140 * gdb.python/py-frame.exp: Add read_var block tests.
7141 * gdb.python/py-frame.c (block): New function.
7142
0e095b7e
JK
71432010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7144 Daniel Jacobowitz <dan@codesourcery.com>
7145
7146 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
7147
624f1a65
DM
71482010-02-25 David S. Miller <davem@davemloft.net>
7149
7150 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
7151 fix logic for setting all_syscalls_numbers.
7152
f3e9a817
PM
71532010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7154
7155 * Makefile.in: Add py-block and py-symbol.
7156 * gdb.python/py-symbol.exp: New File.
7157 * gdb.python/py-symtab.exp: New File.
7158 * gdb.python/py-block.exp: New File.
7159 * gdb.python/py-symbol.c: New File.
7160 * gdb.python/py-block.c: New File.
7161
f6bbabf0
PM
71622010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7163
7164 PR python/11314
7165 * lib/gdb.exp (skip_python_tests): New function.
7166 * gdb.python/py-cmd.exp: Use skip_python_tests.
7167 * gdb.python/py-frame.exp: Likewise.
7168 * gdb.python/py-function.exp: Likewise.
7169 * gdb.python/py-prettyprint.exp: Likewise.
7170 * gdb.python/py-template.exp: Likewise.
7171 * gdb.python/py-type.exp: Likewise.
7172 * gdb.python/py-value.exp: Likewise.
7173
85d721b8
PA
71742010-02-22 Pedro Alves <pedro@codesourcery.com>
7175
7176 PR9605
7177
7178 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7179
48e32051
TT
71802010-02-19 Tom Tromey <tromey@redhat.com>
7181
7182 PR c++/8693, PR c++/9496:
7183 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
7184 regression tests.
7185
ac9c0048
JK
71862010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7187
7188 Fix compatibility with m68k as.
7189 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
7190 Use only /* comments */.
7191
57bb97a4
UW
71922010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7193
7194 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7195 * configure: Regenerate.
7196
7d1bf85c
DJ
71972010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7198
7199 * gdb.python/py-type.exp: Check for Python support.
7200
061b5285
PA
72012010-02-17 Pedro Alves <pedro@codesourcery.com>
7202
7203 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7204 `regsub' syntax available.
7205
f8a8bc2c
PA
72062010-02-17 Pedro Alves <pedro@codesourcery.com>
7207
7208 * gdb.base/shmain.c (main): Remove printf call.
7209 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7210 * gdb.base/unload.c (main): Make format of fprintf a string
7211 literal. Add missing endlines to prints to stderr.
7212 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7213
6f451e5e
TT
72142010-02-17 Tom Tromey <tromey@redhat.com>
7215
7216 * gdb.java/jprint.java (jprint.props): New field.
7217 * gdb.java/jprint.exp (set_lang_java): Add regression test.
7218
12d79008
PA
72192010-02-17 Pedro Alves <pedro@codesourcery.com>
7220
ef801a0e 7221 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
7222 available.
7223
d252f7e5
DJ
72242010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7225
7226 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7227 creation to support remote host testing.
7228
67bdab6c
DJ
72292010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7230
7231 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7232 Recognize "command not found".
7233
bb391223
DJ
72342010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7235
7236 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7237 single-stepping.
7238
70362913
DJ
72392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7240
7241 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7242 if arguments are not supported.
7243
493f3c00
DJ
72442010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7247 be const or non-const.
7248
8034c749
DJ
72492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7250
7251 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7252 mi_send_resuming_command to send -exec-continue.
7253
791dfb64
DJ
72542010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7255
7256 * gdb.base/list.exp (test_list_filename_and_function): Add test
7257 with single quotes.
7258 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7259 matching.
7260 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7261 Add KFAIL'd tests for PR gdb/11289.
7262
7c5fe868
DJ
72632010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7264
7265 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7266
fdc498b8
DJ
72672010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7268
7269 * gdb.base/comp-dir/subdir/dummy.txt: New file.
7270 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7271 a temporary directory.
7272
b519e2a6
DJ
72732010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7274
7275 * gdb.base/charset.exp: Use a single regular expression to match
7276 show host-charset and show target-charset output.
7277
74164c56
JK
72782010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7281 "Illegal process-id" expect string more exact.
7282 (attach to digits-starting nonsense is prohibited): New.
7283
701ed6dc
JK
72842010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7285
7286 * gdb.base/prelink.exp (set verbose on): New.
7287
889bf7c5 72882010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
7289
7290 * mi-reverse.exp: New file. Test for reverse option to the
7291 following MI commands: exec-continue, exec-finish, exec-next,
7292 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 7293
dadf0e9c
JB
72942010-02-09 Joel Brobecker <brobecker@adacore.com>
7295
7296 * gdb.ada/ptype_tagged_param: New testcase.
7297
714f19d5
TT
72982010-02-08 Tom Tromey <tromey@redhat.com>
7299
7300 PR c++/8017:
7301 * gdb.cp/overload.exp: Add tests.
7302 * gdb.cp/overload.cc (struct K): New.
7303 (namespace N): New.
7304 (main): Call new functions.
7305 (K::staticoverload): Define.
7306
889bf7c5 73072010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
7308
7309 PR gdb/10728
7310 * gdb.cp/pr10728-x.h: New file.
7311 * gdb.cp/pr10728-x.cc: New file.
7312 * gdb.cp/pr10728-y.cc: New file.
7313 * gdb.cp/pr10728.exp: New file.
7314 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7315
889bf7c5 73162010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
7317
7318 PR gdb/9067
7319 * gdb.cp/pr9067.exp: New
7320 * gdb.cp/pr9067.cc: New
7321 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7322
7b356089
JB
73232010-02-08 Joel Brobecker <brobecker@adacore.com>
7324
7325 * lib/gdb.exp (gdb_test_timeout): New global variable.
7326 Set it to timeout if not already set.
7327 (gdb_init): Reset the value of timeout to gdb_test_timeout.
7328
1be00882
DE
73292010-02-05 Doug Evans <dje@google.com>
7330
7331 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7332 user.
7333
82856980
SW
73342010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7335
7336 PR c++/7935:
7337 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7338
1a334831
TT
73392010-02-04 Tom Tromey <tromey@redhat.com>
7340
7341 * gdb.cp/virtbase.exp: Make test case names unique.
7342
9c3c02fd
TT
73432010-02-02 Tom Tromey <tromey@redhat.com>
7344
7345 * gdb.cp/virtbase.exp: Add regression tests.
7346 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7347 (main): Instantiate RHC.
7348
0cc2414c
TT
73492010-02-02 Tom Tromey <tromey@redhat.com>
7350
7351 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7352 type-printing change.
7353
edf3d5f3
TT
73542010-02-02 Tom Tromey <tromey@redhat.com>
7355
7356 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7357 * gdb.cp/virtbase.cc: New file.
7358 * gdb.cp/virtbase.exp: New file.
7359 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7360
e4b7f41c
JK
73612010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 PR libc/11214:
7364 * gdb.threads/current-lwp-dead.c: Include features.h.
7365 (HAS_NOMMU): New.
7366 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7367
b381ea14
JK
73682010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 * gdb.base/symbol-without-target_section.exp,
7371 gdb.base/symbol-without-target_section.c: New.
7372
c593ac0e
DJ
73732010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdb.base/bigcore.exp: Reset increased timeout.
7376 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7377
db25f29d
DJ
73782010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7379
7380 * gdb.base/gcore.exp (capture_command_output): Use
7381 gdb_test_multiple.
7382
f9d67f43
DJ
73832010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7384
7385 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7386 * gdb.arch/thumb2-it.exp (test_it_break): New function.
7387 (Top level): Call it.
7388
177321bd
DJ
73892010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7390
7391 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7392
97f2ed50
DJ
73932010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * gdb.base/call-strs.exp, gdb.base/default.exp,
7396 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7397 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7398 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7399 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7400 gdb.base/watchpoint-solib.exp: Save and restore timeout.
7401 * gdb.base/ending-run.exp: Correct restore of timeout.
7402 * gdb.base/page.exp: Remove unnecessary timeout setting.
7403
e4e2711a
JB
74042010-01-29 Joel Brobecker <brobecker@adacore.com>
7405
7406 * gdb.ada/rec_return: New testcase.
7407
ba581dc1
JB
74082010-01-29 Joel Brobecker <brobecker@adacore.com>
7409
7410 * gdb.ada/call_pn: New testcase.
7411
4ea95be9
DJ
74122010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7415 (Top level): Use it to resume.
7416 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7417 the Thumb mode displaced stepping error as unsupported.
7418
df83a9bf
SW
74192010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
7420
889bf7c5
PA
7421 * gdb.cp/nsusing.exp: Added more tests.
7422 * gdb.cp/nsrecurs.exp: Ditto.
7423 * gdb.cp/nsusing.cc: Added test functions.
7424 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 7425
40b27cdc
JK
74262010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7429 absolute directory pathnames in gdb.sum file.
7430
de958931
SW
74312010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
7432
7433 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7434 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7435
708ead4e
TT
74362010-01-26 Tom Tromey <tromey@redhat.com>
7437
7438 PR exp/7643:
7439 * gdb.base/printcmds.exp (test_print_string_constants): Remove
7440 setup_kfail.
7441
b14e635e
SW
74422010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
7443
7444 * gdb.cp/nsrecurs.exp: New test.
7445 * gdb.cp/nsrecurs.cc: New test program.
7446 * gdb.cp/nsstress.exp: New test.
7447 * gdb.cp/nsstress.cc: New test program.
7448 * gdb.cp/nsdecl.exp: New test.
7449 * gdb.cp/nsdecl.cc: New test program.
7450
8540c487
SW
74512010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7452
7453 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7454 imported into file scope.
7455 Marked test as xfail.
7456 * gdb.cp/namespace-using.cc (marker5): New function.
7457 * gdb.cp/shadow.exp: New test.
7458 * gdb.cp/shadow.cc: New test program.
7459 * gdb.cp/nsimport.exp: New test.
7460 * gdb.cp/nsimport.cc: New test program.
7461
421d5d99
TT
74622010-01-25 Tom Tromey <tromey@redhat.com>
7463
7464 PR gdb/11049:
7465 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7466 with "set print null-stop on".
7467
691f8dc1
JK
74682010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7471 Adjust it for DISASSEMBLY_OMIT_FNAME.
7472
0b92b5bb
TT
74732010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7474
7475 PR symtab/11199:
7476 * gdb.dwarf2/member-ptr-forwardref.exp,
7477 gdb.dwarf2/member-ptr-forwardref.S: New.
7478
23787403
JK
74792010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7482 (thread1_func): Protect thread1_tid with thread1_tid_cond by
7483 thread1_tid_mutex. Remove gdbstop_mutex handling.
7484 (thread2_func): Protect thread2_tid with thread2_tid_cond by
7485 thread2_tid_mutex. Remove gdbstop_mutex handling.
7486 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7487 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
7488 pthread_cond_wait conditionalizations by while loops.
7489
b966cb8a
TT
74902010-01-20 Tom Tromey <tromey@redhat.com>
7491
7492 PR backtrace/10770:
7493 * gdb.dwarf2/pr10770.exp: New file.
7494 * gdb.dwarf2/pr10770.c: New file.
7495 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7496
fcae584b
VP
74972010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7498
7499 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7500 that target was removed, and the test always runs native anyway.
7501
a0f49112
JK
75022010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7505 gdb.base/watchpoint-cond-gone-stripped.c: New.
7506
ceeb3d5a
TT
75072010-01-19 Tom Tromey <tromey@redhat.com>
7508
7509 PR c++/8000:
7510 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
7511 existing tests.
7512 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7513 (main): Use AAA::SomeEnum.
7514
dd322c54
JK
75152010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7518 (test_ignore_count): Declare line_callme_body global.
7519 (run to breakpoint with ignore count): Use line_callme_body.
7520 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7521 (set line_main_hello, set line_main_return): Reindent.
7522 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7523 New.
7524 (continue to callee4): Use line_callee4_body.
7525 (check *stopped from CLI command): Use line_callee4_next.
7526 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7527 (set line_main_hello, set line_main_return): Reindent.
7528 (set line_callee4_head, set line_callee4_body): New.
7529 (continue to callee4): Use line_callee4_body.
7530
4e8f195d
TT
75312010-01-18 Tom Tromey <tromey@redhat.com>
7532
7533 PR c++/9680:
7534 * gdb.cp/casts.cc: Add new classes and variables.
7535 * gdb.cp/casts.exp: Test new operators.
7536
9e14a9ba
JB
75372010-01-18 Tom Tromey <tromey@redhat.com>
7538 Thiago Jung Bauermann <bauerman@br.ibm.com>
7539
7540 * gdb.python/source2.py: New file.
7541 * gdb.python/source1: New file.
7542 * gdb.python/python.exp: Test "source" command.
7543
00bf0b85
SS
75442010-01-15 Stan Shebs <stan@codesourcery.com>
7545
7546 * gdb.trace/tfile.c: New file.
7547 * gdb.trace/tfile.exp: New file.
889bf7c5 7548
55235ad7
JK
75492010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7552
9f2982ff
JK
75532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7554
7555 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7556
bbfba9ed
JK
75572010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7558
7559 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7560 (libfunc): New parameter action. Implement also selectable "sleep".
7561 * gdb.base/break-interp-main.c: Include assert.h.
7562 (libfunc): New parameter action.
7563 (main): New parameters argc and argv. Assert argc. Pass argv.
7564 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7565 (test_attach): New proc.
7566 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
7567 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
7568
61f0d762
JK
75692010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7570
7571 * gdb.base/break-interp.exp (test_core): New proc.
7572 (test_ld): Call it.
7573
06a6f270
JK
75742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7575
7576 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7577 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
7578 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
7579 and gdb_compile_shlib. Use new -Wl compiler options.
7580 (dl bt, main bt): New tests.
7581
51bee8e9
JK
75822010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 Support PIEs with no symfile_objfile.
7585 * gdb.base/break-interp.exp: New argument at the test_ld calls.
7586 (test_ld): New parameter trynosym.
7587 (test_ld <$trynosym>): New block.
7588
b8040f19
JK
75892010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7590
7591 * gdb.base/break-interp.exp: New file.
7592
be759fcf
PM
75932010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7594
7595 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7596 * gdb.python/py-prettyprint.py (pp_ls): New printer.
7597 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7598 test.
7599 * gdb.python/py-prettyprint.c: Define lazystring test structure.
7600 * gdb.python/py-mi.exp: Add lazy string test.
7601
dc146f7c
VP
76022010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7603
7604 * lib/mi-support.exp (mi_check_thread_states): Handle
7605 core number in thread listing.
7606
b4ba55a1
JB
76072010-01-12 Joel Brobecker <brobecker@adacore.com>
7608
7609 * gdb.base/maint.exp: Adjust the expected output for the
7610 "maint print type" test. Use gdb_test_multiple instead of
7611 gdb_sent/gdb_expect.
7612
08e24bd4
DE
76132010-01-11 Doug Evans <dje@google.com>
7614
6496a609
DE
7615 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7616 from gdbserver_download. All callers updated.
7617
08e24bd4
DE
7618 * gdb.server/ext-run.exp: "info os processes" requires xml support.
7619
b5cfddf5
JK
76202010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 Implement binary numbers parsing.
7623 * gdb.base/printcmds.exp (test_integer_literals_accepted)
7624 (test_integer_literals_rejected): New binary tests.
7625
3725885a
RW
76262010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7627
7628 * gdb.cell/configure: Regenerate.
7629
37aeb5df
JK
76302010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 * gdb.base/corefile.exp: Move the core finding block out and call it as
7633 core_find, new variable $corefile, replace corefile by $corefile and
7634 [file tail $corefile] for usage vs. test names resp.
7635 * lib/gdb.exp (core_find): Move it as a new function here. New
7636 parameter binfile and deletefiles. New variable $destcore. Pre-delete
7637 $destcore. Return "" on error.
7638
d521f563
JK
76392010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 Workaround PR binutils/10802.
7642 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7643 (twice).
7644
28f24826
DJ
76452010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7646
7647 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7648
2de75e71
JB
76492010-01-08 Joel Brobecker <brobecker@adacore.com>
7650
7651 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7652 call, to avoid interruption.
7653
fe00719b 76542010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
7655
7656 * gdb.stabs/weird.def (args93): New.
7657
d0ef5df8
DE
76582010-01-07 Doug Evans <dje@google.com>
7659
7660 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7661
3a08d52f
TT
76622010-01-07 Tom Tromey <tromey@redhat.com>
7663
7664 * gdb.base/source.exp: Use correct line number.
7665
7a697b8d
SS
76662010-01-05 Stan Shebs <stan@codesourcery.com>
7667
7668 * gdb.trace/tracecmd.exp: Test ftrace.
7669
7803799a
UW
76702010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7671
7672 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7673
c54eabfa
JK
76742010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7675
7676 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7677 "uint_for_mi_testing".
7678
02e7ef19
JB
76792010-01-01 Joel Brobecker <brobecker@adacore.com>
7680
7681 Test indented comment in file being sourced.
7682 * gdb.base/commands.exp: Test indented comment in file being sourced.
7683
abd775ce
JB
76842010-01-01 Joel Brobecker <brobecker@adacore.com>
7685
7686 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7687 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7688 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7689 notice.
7690
79b55b82
JB
76912010-01-01 Joel Brobecker <brobecker@adacore.com>
7692
7693 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7694 notice.
7695
8997583e
JK
76962010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7699 missing $after_stopped and comma (,) expectation.
7700
6da95a67
SS
77012009-12-31 Stan Shebs <stan@codesourcery.com>
7702
7703 * gdb.trace/actions.exp: Test teval action.
889bf7c5 7704
218d2fc6
TJB
77052009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7706
7707 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7708 (top level): Call test_watchpoint_in_big_blob.
7709 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7710 watchpoints.
7711 (func3): Write to buf.
7712
236f1d4d
SS
77132009-12-29 Stan Shebs <stan@codesourcery.com>
7714
7715 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 7716
f61e138d
SS
77172009-12-28 Stan Shebs <stan@codesourcery.com>
7718
7719 * gdb.trace/tsv.exp: New file.
7720 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 7721
0219b378
DJ
77222009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
7723
7724 * gdb.base/find.c (main): Reference search buffers.
7725 * gdb.base/included.c (main): Reference integer.
7726 * gdb.base/ptype.c (charfoo): Declare.
7727 (intfoo): Call charfoo.
7728 * gdb.base/scope0.c (useitp): New function.
7729 (usestatics): Use useitp.
7730 (useit): Add a type for val.
7731 * gdb.base/scope1.c (useit1): Take a pointer argument.
7732 (usestatics1): Update calls to useit1.
7733 * gdb.cp/call-c.cc: Declare foo.
7734 (main): Call foo.
7735 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7736 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7737 (main): Call C::ensureRefs and ensureOtherRefs.
7738 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7739 variables.
7740 (ensureOtherRefs): New function.
7741 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7742 * gdb.cp/templates.cc (main): Call t5i.value.
7743
3f78692f
JK
77442009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 Fix compatibility with G++-4.5.
7747 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7748 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7749 (uncaught return): Remove.
7750
429374b8
JK
77512009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7752 Phil Muldoon <pmuldoon@redhat.com>
7753
7754 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7755 (bp_location13, bp_location14, bp_location17, bp_location18)
7756 (marker3_proto, marker4_proto): New variables.
7757 (breakpoint info): Update output.
7758 (run until breakpoint at marker3, run until breakpoint at marker4): New
7759 tests.
7760
859825b8
JK
77612009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7762
7763 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7764 Replace the printf call of Y by provided "y-set-1" label. New block
7765 for the second shared library.
7766 * gdb.base/unload.exp: Compile also the second library, call
7767 gdb_load_shlibs also for it. Use now gdb_breakpoint.
7768 (single pending breakpoint info): Rename to ...
7769 (pending breakpoint info before run): ... this extended test.
7770 (libfile2, libname2, libsrcfile2, libsrc2)
7771 (lib_sl2): New variables.
7772 (exec_opts): Set also SHLIB_NAME2.
7773 (pending breakpoint info on first run at shrfunc1)
7774 (pending breakpoint info on second run at shrfunc1)
7775 (pending breakpoint info on second run at shrfunc2)
7776 (print y from libfile, print y from libfile2): New tests.
7777 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7778 * gdb.base/unloadshr2.c: New.
7779
e6a386cd
HZ
77802009-12-22 Hui Zhu <teawater@gmail.com>
7781
7782 * gdb.reverse/sigall-reverse.exp: Adjust.
7783
9e19b45e
VP
77842009-12-21 Vladimir Prus <vladimir@codesourcery.com>
7785
7786 PR gdb/10884
7787
7788 * gdb.mi/var-cmd.c (do_bitfield_tests): New
7789 (main): Call do_bitfield_tests.
aacf5b1e 7790 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 7791
d53a7b30
JB
77922009-12-20 Joel Brobecker <brobecker@adacore.com>
7793
7794 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7795 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7796 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7797 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7798 gdb.modula2/unbounded1.c: Update copyright header.
7799
191ca0a1
CM
78002009-12-10 Chris Moller <moller@mollerware.com>
7801
7802 PR gdb/9399
7803 * gdb.cp/virtfunc2.exp: New tests
7804 * gdb.cp/virtfunc2.cc: New tests
7805 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7806
0fa6cf1b
MS
78072009-12-10 Oza Pawandeep (paawan1982@yahoo.com
7808
7809 * gdb.reverse/i387-env-reverse.c: New file.
7810 * gdb.reverse/i387-env-reverse.exp: New file.
7811 * gdb.reverse/i387-stack-reverse.c: New file.
7812 * gdb.reverse/i387-stack-reverse.exp: New file.
7813
361ae042
PM
78142009-12-08 Phil Muldoon <pmuldoon@redhat.com>
7815
7816 * gdb.python/py-type.exp (test_range): New test.
7817
bfd31e71
PM
78182009-12-03 Phil Muldoon <pmuldoon@redhat.com>
7819
7820 PR python/10805
7821
7822 * gdb.python/py-type.exp: New file.
7823 * gdb.python/py-type.c: New file.
7824 * Makefile.in: Add py-type.
7825
57a1d736
TT
78262009-12-03 Tom Tromey <tromey@redhat.com>
7827
7828 * gdb.python/py-value.exp (test_parse_and_eval): New
7829 function.
7830
1f3b5d1b
PP
78312009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7832
7833 PR gdb/11022
7834
7835 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
7836 * gdb.base/pr11022.c: New test.
7837
8b7dbdc9
JK
78382009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 Fix spurious false FAILs.
7841 * gdb.base/structs.c (chartest): New.
7842 (main): Fill-in chartest.
7843 * gdb.base/structs.exp (anychar_re, first): New.
7844 (start_structs_test): Import global anychar_re and first.
7845 New gdb_test call "set print elements 300; ${testfile}"
7846 (start_structs_test <$first>): New block.
7847 (any): Import global anychar_re. New variable ac. Use ${ac}.
7848
6a53b2ec
JK
78492009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7852
d7167b4c
JK
78532009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7854
7855 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7856 Force $srcfile file.
7857 * gdb.base/foll-fork.c (callee): Comment out the printf call.
7858
b1798462
UW
78592009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7860
7861 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7862 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7863 * gdb.threads/watchthreads-reorder.exp: Likewise.
7864
b6199126
DJ
78652009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
7866
7867 PR gdb/8704
7868
7869 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
7870 "if", and "thread". Correct matching in the previous test.
7871
b22a0510
DJ
78722009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
7873
7874 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
7875
930636d2
MS
78762009-11-23 Michael Snyder <msnyder@vmware.com>
7877
7878 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7879 * gdb.reverse-watch-precsave.exp: Ditto.
7880
21a0512e
PP
78812009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7882
7883 * gdb.asm/asm-source.exp: Adjust.
7884 * gdb.base/help.exp: Adjust.
889bf7c5 7885
fc30d5e0
PA
78862009-11-22 Pedro Alves <pedro@codesourcery.com>
7887
7888 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7889 (do_syscall_tests_without_xml): Set data-directory to
7890 /the/path/to/nowhere.
7891
f6bc2008
PA
78922009-11-21 Pedro Alves <pedro@codesourcery.com>
7893
7894 * gdb.threads/local-watch-wrong-thread.c,
7895 gdb.threads/local-watch-wrong-thread.exp: New files.
7896
8c2fb5de
PA
78972009-11-21 Pedro Alves <pedro@codesourcery.com>
7898
7899 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7900 assume new `regsub' syntax available.
7901
ebec9a0f
PA
79022009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
a79d3c27
JK
7904 * gdb.base/watchpoint-hw-hit-once.exp,
7905 gdb.base/watchpoint-hw-hit-once.c: New.
7906
79072009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7908
7909 * gdb.threads/watchthreads-reorder.exp,
7910 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 7911
276a961b
MK
79122009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7913
7914 * gdb.xml/tdesc-regs.exp: Use for m68k.
7915
4867c1fb
PA
79162009-11-15 Pedro Alves <pedro@codesourcery.com>
7917
7918 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7919
f6838f81
DJ
79202009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7921
7922 * lib/gdb.exp (current_target_name): New procedure.
7923 (gdb_wrapper_target): New variable.
7924 (gdb_wrapper_init): Set gdb_wrapper_target.
7925 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7926 wrapper.
7927
4ac4dd3f
DJ
79282009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7929
7930 * gdb.base/remote.exp: Delete the slowest load test.
7931 Do not load with fixed packet sizes.
7932
a7881759
DJ
79332009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7934
7935 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7936
97a5b505
DJ
79372009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7938
7939 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
7940 srcfile when setting a breakpoint.
7941
d3e1fc54
DJ
79422009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
7943
7944 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7945 macros.
7946
7cbcbded
DJ
79472009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7948
7949 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7950 to be in memory.
7951 * gdb.base/display.c (force_mem): New.
7952 (do_loops): Use it. Add breakpoint comments.
7953 (do_vars): Add a breakpoint comment.
7954 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
7955 line numbers.
7956
bdea3a92
NF
79572009-11-13 Nathan Froyd <froydnj@codesourcery.com>
7958
7959 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7960 instead of a bare "run".
7961
269f82e5
PP
79622009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7963
7964 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 7965
a69b7d9d
DJ
79662009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7967
7968 * lib/cell.exp (skip_cell_tests): Clean up test files before
7969 returning.
7970
b598bfda
DJ
79712009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7972
7973 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7974 and the breakpoint menu. Do not call perror if a prompt is seen.
7975 Consume the following GDB prompt.
7976 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7977 * gdb.cp/namespace.exp: Use gdb_test.
7978 * gdb.cp/templates.exp: Use gdb_test.
7979 (test_template_breakpoints): Use gdb_test_multiple.
7980
87728fa0
DJ
79812009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7982
7983 * gdb.base/break1.c (struct some_struct, values): Move earlier.
7984 (marker4): Reference values.
7985
b67c692f
DJ
79862009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7987
7988 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7989 is missing.
7990
f0df251a
DJ
79912009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7992
7993 * gdb.base/break.c (need_malloc): New.
7994 * gdb.base/constvars.c (main): Reference crass and crisp.
7995 * gdb.base/gdb1821.c (main): Reference bar.
7996 * gdb.cp/gdb1355.cc (main): Reference s1.
7997 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7998 (main): Call them.
7999 * gdb.cp/hang2.cc (dummy2): Define.
8000 * gdb.cp/hang3.cc (dummy3): Define.
8001 * gdb.cp/m-data.cc (main): Reference shadow.
8002
bdf7534a
NF
80032009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8004 Nathan Froyd <froydnj@codesourcery.com>
8005
8006 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
8007 remote host.
8008
f24fce77
NF
80092009-11-12 Nathan Froyd <froydnj@codesourcery.com>
8010
8011 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
8012 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
8013 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8014 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8015 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8016 * gdb.dwarf2/dw2-producer.exp: Likewise.
8017 * gdb.dwarf2/mac-fileno.exp: Likewise.
8018 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
8019 py-prettyprint.py to the remote host.
8020 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
8021
40f0318e
KS
80222009-11-11 Keith Seitz <keiths@redhat.com>
8023
8024 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
8025 use it instead of "Foo".
8026 * gdb.cp/classes.exp (do_tests): Add a test to access
8027 a method through a typedef'd class name.
8028
f3d9f7fb
NF
80292009-11-11 Nathan Froyd <froydnj@codesourcery.com>
8030
8031 * gdb.base/long_long.exp: Permit leading zeros on floating-point
8032 exponents.
8033 * gdb.base/pointers.exp: Likewise.
8034 * gdb.cp/ref-types.exp: Likewise.
8035
a4216f37
KS
80362009-11-11 Keith Seitz <keiths@redhat.com>
8037
8038 * gdb.cp/cplusfuncs.cc (class foo): Add operators
8039 new[] and delete[].
8040 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
8041 "void".
8042 (probe_demangler): Remove all single-quoting of
8043 method and variable names.
8044 (info_func_regexp): Remove the word "void" from any
8045 occurrence of "(void)".
8046 (print_addr_2): Remove all single-quoting of
8047 method names.
8048 (print_addr_2_kfail): Likewise.
8049 (print_addr): Single-quote C function names before
8050 passing to print_addr_2.
8051 (test_paddr_operator_functions): Remove single-quoting
8052 for method names.
8053 Add tests for operator new[] and operator delete[].
8054
9b14d7aa
JK
80552009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8056
8057 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
8058
85feb311
KS
80592009-11-09 Keith Seitz <keiths@redhat.com>
8060
8061 * gdb.cp/overload.exp: Add tests for resolving overloaded
8062 methods in expression parsing/evaluation.
8063
fa335448
DJ
80642009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8065
8066 * lib/gdb.exp (default_gdb_version): Use --version instead of
8067 --command.
8068
ec3c07fc
NS
80692009-11-10 Nathan Sidwell <nathan@codesourcery.com>
8070
8071 * lib/gdb.exp (gdb_compile_test): New.
8072 (skip_ada_tests, skip_java_tests): New.
8073 (gdb_compile): Use gdb_compile_test for f77.
8074 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
8075 * lib/java.exp (compile_java_from_source): Remove runtests check,
8076 use gdb_compile_test to record result.
8077 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
8078 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
8079 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
8080 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
8081 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
8082 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
8083 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
8084 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
8085 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
8086 adjust gdb_compile invocations.
8087
b8b4e42b
JK
80882009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8089
8090 * Makefile.in (abs_builddir): New.
8091 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
8092 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
8093 `$(abs_builddir)/site.exp'.
8094
f8b7eaf3
DJ
80952009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
8096
8097 * config/m68k-emc.exp, lib/emc-support.exp,
8098 gdb.trace/gdb_c_test.c: Delete.
8099 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
8100 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8101 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8102 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8103 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8104 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
8105 casing for m68k-*-elf.
8106
c4187697
NS
81072009-11-03 Pedro Alves <pedro@codesourcery.com>
8108
8109 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
8110 * gdb.arch/i386-prologue.exp: Likewise.
8111 * gdb.arch/i386-unwind.exp: Likewise.
8112
db16b772
DJ
81132009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8114
8115 * lib/gdb.exp (gdb_expect): Fix timeout typo.
8116
bcf71277
DJ
81172009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8118
8119 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
8120
0105cee2
DJ
81212009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8122
8123 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
8124
24ddea62
JK
81252009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
8128
287ccc17
JK
81292009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8130
8131 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
8132 * gdb.base/sepdebug2.c: New file.
8133
08bca259 81342009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
8135
8136 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
8137 the modified warnings for catch syscall. Verify if GDB was compiled
8138 with support for lib expat, and choose which tests to run depending
8139 on this.
8140
5d4e2b76
VP
81412009-10-30 Vladimir Prus <vladimir@codesourcery.com>
8142
8143 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
8144 that composite commands are parsed OK. And also test
8145 that breakpoint commands do work.
8146
240e538a
MS
81472009-10-23 Michael Snyder <msnyder@vmware.com>
8148
8149 gdb.reverse/consecutive-precsave.exp: Change expect pattern
8150 to allow for new disassembly style.
8151
9c419145
PP
81522009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
8153
8154 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 8155
02506ff1
MS
81562009-10-22 Michael Snyder <msnyder@vmware.com>
8157
8158 * gdb.reverse/break-precsave.exp: New test.
8159 * gdb.reverse/consecutive-precsave.exp: Ditto.
8160 * gdb.reverse/finish-precsave.exp: Ditto.
8161 * gdb.reverse/i386-precsave.exp: Ditto.
8162 * gdb.reverse/machinestate-precsave.exp: Ditto.
8163 * gdb.reverse/sigall-precsave.exp: Ditto.
8164 * gdb.reverse/solilb-precsave.exp: Ditto.
8165 * gdb.reverse/step-precsave.exp: Ditto.
8166 * gdb.reverse/until-precsave.exp: Ditto.
8167 * gdb.reverse/watch-precsave.exp: Ditto.
8168
4cf866a3
MS
81692009-10-22 Michael Snyder <msnyder@vmware.com>
8170
8171 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
8172 for gdb_expect. Adjust one test's expect strings for the new
8173 format of disassemble.
8174 * gdb.reverse/finish-reverse.exp: Delete 'return'.
8175 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8176 gdb_test_multiple.
8177 * gdb.reverse/step-reverse.exp: Delete 'return'.
8178 * gdb.reverse/until-reverse.exp: Delete blank lines.
8179 * gdb.reverse/watch-reverse.exp: Delete blank lines.
8180
2b28d209
PP
81812009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
8182
8183 * gdb.base/consecutive.exp: Adjust.
8184 * gdb.base/display.exp: Likewise.
8185 * gdb.base/pc-fp.exp: Likewise.
8186 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 8187
33b9c32b
MS
81882009-10-19 Michael Snyder <msnyder@vmware.com>
8189
8190 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8191 * gdb.reverse/finish-reverse.c: Ditto.
8192 * gdb.reverse/sigall-reverse.c: Ditto.
8193 * gdb.reverse/solib-reverse.c: Ditto.
8194 * gdb.reverse/step-reverse.c: Ditto.
8195 * gdb.reverse/watch-reverse.c: Ditto.
8196
6c95b8df
PA
81972009-10-19 Pedro Alves <pedro@codesourcery.com>
8198 Stan Shebs <stan@codesourcery.com>
8199
8200 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8201 * gdb.base/foll-exec.exp: Adjust to expect a process id before
8202 "Executing new program".
8203 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8204 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
8205 left listed after having been killed.
8206 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8207 * gdb.base/maint.exp: Adjust test.
8208
8209 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8210 * gdb.multi/Makefile.in: New.
8211 * gdb.multi/base.exp: New.
8212 * gdb.multi/goodbye.c: New.
8213 * gdb.multi/hangout.c: New.
8214 * gdb.multi/hello.c: New.
8215 * gdb.multi/bkpt-multi-exec.c: New.
8216 * gdb.multi/bkpt-multi-exec.exp: New.
8217 * gdb.multi/crashme.c: New.
8218
279017b7
TG
82192009-10-13 Tristan Gingold <gingold@adacore.com>
8220
8221 * gdb.base/sepdebug.exp: Check debug info are found.
8222
0413d738
PA
82232009-10-08 Pedro Alves <pedro@codesourcery.com>
8224
8225 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8226 bits.
8227
c628eecc
JK
82282009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8229
8230 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8231
38af1bfe
JB
82322009-10-07 Joel Brobecker <brobecker@adacore.com>
8233
8234 * gdb.base/watchpoints.c: Add copyright header. Reformat one
8235 of the comments.
8236
2b0adecd
PM
82372009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
8238
8239 * gdb.base/annota1.exp: Remove obsolete match_max increase.
8240 * gdb.base/annota3.exp: Idem.
8241 * gdb.base/maint.exp: Idem.
8242
8d417781
PM
82432009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8244
889bf7c5 8245 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
8246 to default.
8247
bb61102d
PM
82482009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8249
889bf7c5 8250 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
8251 mingw and cygwin targets.
8252
ace5c364
PM
82532009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8254 Pedro Alves <pedro@codesourcery.com>
8255
889bf7c5 8256 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
8257 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8258
c2d494a0
PM
82592009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8260
e1b52ce2
PM
8261 * gdb.base/shr1.c: Use %p in format string.
8262 * gdb.base/unload.c: Avoid warning in fprintf.
8263 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 8264
209f53f5
PM
82652009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8266
8267 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8268 long type.
8269 (test_unlink): Correct printf string.
8270 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8271 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8272
8172766a
JK
82732009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8274
8275 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8276 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8277 * gdb.arch/ia64-breakpoint-shadow.S: New file.
8278
0f73703c
UW
82792009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8280
8281 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8282 * gdb.objc/nondebug.exp: Likewise.
8283
b32306ca
UW
82842009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8285
8286 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8287 target_info setting.
8288
8289 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8290 that detect new threads during "info threads".
8291
0057022f
UW
82922009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8293
8294 * gdb.threads/manythreads.c (main): Increase thread stack size
8295 to 2*PTHREAD_STACK_MIN.
8296 * gdb.threads/multi-create.c (main): Likewise.
8297 (create_function): Likewise.
8298
f29c0325
UW
82992009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8300
8301 * gdb.base/dump.exp: Pass difference of pointer types instead
8302 of integer types as offset to restore in intarr3.srec case.
8303
fcb34849
UW
83042009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8305
8306 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8307
d5142e3b
UW
83082009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8309
8310 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8311
087b74b2 83122009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 8313
087b74b2
PM
8314 New test for two watchpoints, with disabling of
8315 the first inserted.
8316 * testsuite/gdb.base/watchpoints.c: New file.
8317 * testsuite/gdb.base/watchpoints.exp: New file.
8318
96c07c5b
TT
83192009-09-25 Tom Tromey <tromey@redhat.com>
8320
8321 * gdb.base/charset.exp: Test utf-16 strings with Python.
8322
b8899f2b
TT
83232009-09-25 Tom Tromey <tromey@redhat.com>
8324
8325 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8326 UCS-4.
8327 * gdb.base/charset.c (utf_32_string): Rename.
8328 (init_utf32): Rename.
8329 (main): Update.
8330
329719ec
TT
83312009-09-22 Tom Tromey <tromey@redhat.com>
8332
8333 * gdb.python/py-function.exp: Add regression tests.
8334
11ef0d76
KS
83352009-09-21 Keith Seitz <keiths@redhat.com>
8336
8337 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8338 with invalid operator.
8339
3fe8f3b3
KS
83402009-09-21 Keith Seitz <keiths@redhat.com>
8341
8342 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8343 and destructor using typedef name of class.
8344 * gdb.cp/classes.cc (class Base1): Add a destructor.
8345 (base1): New typedef.
8346 (use_methods): Instanitate an object of type base1.
8347 * gdb.cp/templates.exp (test_template_typedef): New procedure.
8348 (do_tests): Call test_template_typedef.
8349 * gdb.cp/templates.cc (Baz::~Baz): New method.
8350 (intBazOne): New typedef.
8351 (main): Instantiate intBazOne.
8352
7a9fe101
PM
83532009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8354
8355 PR python/10633
8356
8357 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8358 Function.
8359 (run_lang_tests): Add print elements test.
8360
2e4d963f
PM
83612009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8362
8363 * gdb.python/py-value.exp (test_subscript_regression): New
8364 function. Test for invalid subscripts.
8365 * gdb.python/py-value.c (main): Add test array, and pointer to it.
8366 (ptr_ref): New function.
8367
ec7e75e7
PP
83682009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8369
8370 * gdb.base/default.exp: Fix "show convenience".
8371
0cc7d26f
TT
83722009-09-15 Tom Tromey <tromey@redhat.com>
8373
8374 * lib/mi-support.exp (mi_create_varobj): Update.
8375 (mi_create_floating_varobj): Likewise.
8376 (mi_create_dynamic_varobj): New proc.
8377 (mi_varobj_update): Update.
8378 (mi_varobj_update_with_type_change): Likewise.
8379 (mi_varobj_update_kv_helper): New proc.
8380 (mi_varobj_update_dynamic_helper): Rewrite.
8381 (mi_varobj_update_dynamic): New proc.
8382 (mi_list_varobj_children): Update.
8383 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8384 * gdb.python/python-prettyprint.py (pp_outer): New class.
8385 (pp_nullstr): Likewise.
8386 (lookup_function): Register new printers.
8387 * gdb.python/python-prettyprint.c (struct substruct): New type.
8388 (struct outerstruct): Likewise.
8389 (substruct_test): New function.
8390 (struct nullstr): New type.
8391 (string_1, string_2): New globals.
8392 (main): Add new tests.
8393 * gdb.python/python-mi.exp: Added regression tests.
8394 * gdb.mi/mi2-var-display.exp: Update.
8395 * gdb.mi/mi2-var-cmd.exp: Update.
8396 * gdb.mi/mi2-var-child.exp: Update.
8397 * gdb.mi/mi2-var-block.exp: Update.
8398 * gdb.mi/mi-var-invalidate.exp: Update.
8399 * gdb.mi/mi-var-display.exp: Update.
8400 * gdb.mi/mi-var-cmd.exp: Update.
8401 * gdb.mi/mi-var-child.exp: Update.
8402 * gdb.mi/mi-var-block.exp: Update.
8403 * gdb.mi/mi-break.exp: Update.
8404 * gdb.mi/gdb701.exp: Update.
8405
a96d9b2e
SDJ
84062009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8407
8408 * Makefile.in: Inclusion of catch-syscall object.
8409 * gdb.base/catch-syscall.c: New file.
8410 * gdb.base/catch-syscall.exp: New file.
8411
b43b923a
MS
84122009-09-12 Michael Snyder <msnyder@vmware.com>
8413
8414 * gdb.reverse/step-reverse.exp: Explicitly check for targets
8415 that can support reverse debuggnig.
8416
cec03d70
TT
84172009-09-11 Tom Tromey <tromey@redhat.com>
8418
8419 * gdb.dwarf2/valop.S: New file.
8420 * gdb.dwarf2/valop.exp: New file.
8421
e23bb3fc
MK
84222009-09-11 Mark Kettenis <kettenis@gnu.org>
8423
8424 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8425
37c3696d
DE
84262009-09-10 Doug Evans <dje@google.com>
8427
8428 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8429 Add $gdb_prompt to second breakpoint regexp.
8430
5172aecb
JB
84312009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
8432
8433 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8434 names, add missing ones.
8435 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8436 * gdb.python/py-frame.c: Rename from python-frame.c.
8437 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
8438 testfile name.
8439 * gdb.python/py-function.exp: Rename from python-function.exp.
8440 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
8441 testfile name.
8442 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8443 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8444 Adjust testfile name.
8445 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8446 * gdb.python/py-template.cc: Rename from python-template.cc.
8447 * gdb.python/py-template.exp: Rename from python-template.exp.
8448 Adjust testfile name.
8449 * gdb.python/py-value.c: Rename from python-value.c.
8450 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
8451 testfile name.
8452
b554e4bd
JK
84532009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8454
8455 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8456 $bpt2address.
8457 (Second breakpoint address is valid on ia64)
8458 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8459
9a68ae16
JM
84602009-09-03 Joseph Myers <joseph@codesourcery.com>
8461
8462 * gdb.base/ending-run.exp: Restrict regular expression matching
8463 line number to require closing brace following.
8464
146b9145
DE
84652009-09-03 Doug Evans <dje@google.com>
8466
8467 * gdb.base/store.exp (check_set): Fix typo in expected value message.
8468
787d21e1
TT
84692009-09-02 Tom Tromey <tromey@redhat.com>
8470
8471 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8472
e7802207
TT
84732009-09-02 Tom Tromey <tromey@redhat.com>
8474
8475 * gdb.dwarf2/callframecfa.exp: New file.
8476 * gdb.dwarf2/callframecfa.S: New file.
8477
817aadd2
JK
84782009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8481 gdb.base/solib-overlap-main.c: New.
8482
4a76eae5
DJ
84832009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
8484
8485 PR gdb/10565
8486
8487 * gdb.base/bitfields.c (struct container, container): New.
8488 (main): Initialize it and call break5.
8489 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8490
d4b96c9a
JK
84912009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8492
8493 Support constant DW_AT_data_member_location by GCC PR debug/40659.
8494 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8495
4e22772d
JK
84962009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8497
8498 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8499
2efab443
MS
85002009-08-26 Michael Snyder <msnyder@vmware.com>
8501
8502 * gdb.base/i386-reverse.c: New file.
8503 * gdb.base/i386-reverse.exp: New file.
8504 * gdb.base/Makefile.in: Add new files to be removed.
8505
07ab73a0
JM
85062009-08-26 Joseph Myers <joseph@codesourcery.com>
8507
8508 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8509 environment-pwd for remote host.
8510 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8511
676accff
KS
85122009-08-24 Keith Seitz <keiths@redhat.com>
8513
8514 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8515 Add two new C++ completer tests which limit the output to a
889bf7c5 8516 given class.
676accff 8517
f9f7ad22
MS
85182009-08-24 Michael Snyder <msnyder@vmware.com>
8519
8520 * gdb.base/del.exp: Fix typo in comment.
8521 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8522
81ecdfbb
RW
85232009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8524
8525 * configure: Regenerate.
8526 * gdb.hp/configure: Likewise.
8527 * gdb.hp/gdb.aCC/configure: Likewise.
8528 * gdb.hp/gdb.base-hp/configure: Likewise.
8529 * gdb.hp/gdb.compat/configure: Likewise.
8530 * gdb.hp/gdb.defects/configure: Likewise.
8531 * gdb.hp/gdb.objdbg/configure: Likewise.
8532 * gdb.stabs/configure: Likewise.
8533
cab0c772
UW
85342009-08-19 Doug Evans <dje@google.com>
8535
8536 * gdb.base/gdbvars.c: New file.
8537 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8538
b8fa0bfa
PA
85392009-08-14 Pedro Alves <pedro@codesourcery.com>
8540
8541 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8542 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8543
b84aa90a
PA
85442009-08-13 Pedro Alves <pedro@codesourcery.com>
8545
8546 * gdb.base/default.exp: Adjust "set language test": it's now an
8547 enum command. Larger help string moved to "help set language".
8548 * gdb.base/help.exp: Adjust "help set language" expected output,
8549 now lists all known languages.
8550
0d8f9b2c
NF
85512009-08-11 Nathan Froyd <froydnj@codesourcery.com>
8552
8553 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8554 all frame arguments.
8555 * gdb.arch/altivec-regs.exp: Likewise.
8556
bda180e0
TT
85572009-08-07 Tom Tromey <tromey@redhat.com>
8558
8559 * gdb.base/setshow.exp: Add tests for changes to set language, set
8560 check range, and set check type.
8561
48cb2d85
VP
85622009-08-03 Vladimir Prus <vladimir@codesourcery.com>
8563
8564 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8565 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 8566 Call it.
48cb2d85 8567
1ea34204
UW
85682009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8569
8570 * configure.ac: Run gdb.cell tests when appropriate.
8571 * configure: Regenerate.
8572 * lib/cell.exp: New file.
8573 * gdb.cell: New directory.
8574 * gdb.cell/configure.ac: New file.
8575 * gdb.cell/configure: New file.
8576 * gdb.cell/Makefile.in: New file.
8577 * gdb.cell/arch.exp: New file.
8578 * gdb.cell/break.c: New file.
8579 * gdb.cell/break.exp: New file.
8580 * gdb.cell/break-spu.c: New file.
8581 * gdb.cell/bt.c: New file.
8582 * gdb.cell/bt2-spu.c: New file.
8583 * gdb.cell/bt-spu.c: New file.
8584 * gdb.cell/bt.exp: New file.
8585 * gdb.cell/coremaker.c: New file.
8586 * gdb.cell/coremaker-spu.c: New file.
8587 * gdb.cell/core.exp: New file.
8588 * gdb.cell/gcore.exp: New file.
8589 * gdb.cell/data.c: New file.
8590 * gdb.cell/data.exp: New file.
8591 * gdb.cell/data-spu.c: New file.
8592 * gdb.cell/ea-cache.exp: New file.
8593 * gdb.cell/ea-cache.c: New file.
8594 * gdb.cell/ea-cache-spu.c: New file.
8595 * gdb.cell/ea-standalone.c: New file.
8596 * gdb.cell/ea-standalone.exp: New file.
8597 * gdb.cell/ea-test.c: New file.
8598 * gdb.cell/ea-test.exp: New file.
8599 * gdb.cell/f-regs.exp: New file.
8600 * gdb.cell/mem-access.c: New file.
8601 * gdb.cell/mem-access.exp: New file.
8602 * gdb.cell/mem-access-spu.c: New file.
8603 * gdb.cell/ptype.exp: New file.
8604 * gdb.cell/registers.exp: New file.
8605 * gdb.cell/size.c: New file.
8606 * gdb.cell/sizeof.exp: New file.
8607 * gdb.cell/size-spu.c: New file.
8608 * gdb.cell/solib.exp: New file.
8609 * gdb.cell/solib-symbol.exp: New file.
8610
85e747d2
UW
86112009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8612
8613 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8614
58d6951d
DJ
86152009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8616
8617 * gdb.base/float.exp: Handle VFP registers.
8618
6e0a4f15
MS
86192009-07-14 Michael Snyder <msnyder@vmware.com>
8620
dcd5da87
MS
8621 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8622 to bring gdb to the beginning of the calling line.
8623
6e0a4f15
MS
8624 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8625 confusing the i386 epilogue unwinder.
8626
782b2b07
SS
86272009-07-14 Stan Shebs <stan@codesourcery.com>
8628
8629 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8630
f662c3bc
MS
86312009-07-14 Michael Snyder <msnyder@vmware.com>
8632
8633 * gdb.reverse/step-reverse.exp (stepi into function call):
8634 Call instruction may not be first instruction in the line.
8635 (reverse stepi from a function call): Used wrong line number.
8636
8f313923
JK
86372009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8638
8639 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8640
4662c76e
JK
86412009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 Fix gdb.base/macscp.exp when using custom inputrc.
8644 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8645 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
8646 env(TERM) set.
8647 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8648 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8649
aa81e255
JK
86502009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8651
8652 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8653 * gdb.base/annota1.exp (thread_test): Import global $testfile.
8654 Change the compilation target to match the testcase name.
8655 * gdb.base/sect-cmd.exp: Change the compilation target to match the
8656 testcase name.
8657 * a2-run.exp: Use for setup prepare_for_testing. Change the
8658 compilation target to match the testcase name.
8659 * gdb.base/commands.exp: Likewise.
8660 * gdb.base/finish.exp: Likewise.
8661 * gdb.base/float.exp: Likewise.
8662 * gdb.base/info-target.exp: Likewise.
8663 * gdb.base/relational.exp: Likewise.
8664 * gdb.base/term.exp: Likewise.
8665 * gdb.base/until.exp: Likewise.
8666 * gdb.base/volatile.exp: Likewise.
8667 * gdb.base/whatis-exp.exp: Likewise.
8668
4c93b1d7
HZ
86692009-07-11 Hui Zhu <teawater@gmail.com>
8670
8671 * gdb.base/help.exp (disassemble): Update expected help text.
8672
812f7342
TT
86732009-07-09 Tom Tromey <tromey@redhat.com>
8674
8675 * lib/gdb.exp: Handle TRANSCRIPT.
8676 (remote_spawn, remote_close, send_gdb): New procs.
8677
fbb8f299
PM
86782009-07-10 Phil Muldoon <pmuldoon@redhat.com>
8679
8680 * gdb.python/python-prettyprint.c: Add counted null string
8681 structure.
8682 * gdb.python/python-prettyprint.exp: Print null string. Test for
8683 embedded nulls.
8684 * gdb.python/python-prettyprint.py (pp_ns): New Function.
8685 * gdb.python/python-value.exp (test_value_in_inferior): Add
8686 variable length string fetch tests.
8687 * gdb.python/python-value.c (main): Add strings for string fetch tests.
8688
c0ac0ec7
JK
86892009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 * gdb.base/dump.exp (inaccessible memory is reported): New test.
8692
30b66ecc
TT
86932009-07-07 Tom Tromey <tromey@redhat.com>
8694
8695 * gdb.base/call-rt-st.exp: Update for change to escape output.
8696 * gdb.base/callfuncs.exp: Likewise.
8697 * gdb.base/charset.exp: Likewise.
8698 * gdb.base/constvars.exp: Likewise.
8699 * gdb.base/long_long.exp: Likewise.
8700 * gdb.base/pointers.exp: Likewise.
8701 * gdb.base/printcmds.exp: Likewise.
8702 * gdb.base/setvar.exp: Likewise.
8703 * gdb.base/store.exp: Likewise.
8704 * gdb.cp/ref-types.exp: Likewise.
8705 * gdb.mi/mi-var-child.exp: Likewise.
8706 * gdb.mi/mi-var-display.exp: Likewise.
8707 * gdb.mi/mi2-var-display.exp: Likewise.
8708 * gdb.base/charset.exp: Test octal escape sequence length.
8709 Update for change to escape output.
8710
187c4a2b
JK
87112009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8712
8713 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8714
d80a43f9
DJ
87152009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
8716
8717 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8718
047427a8
JK
87192009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8720
8721 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8722 gdbserver increasing $portnum if "Can't bind address" has been seen.
8723
8b5a0f4f
PA
87242009-07-05 Pedro Alves <pedro@codesourcery.com>
8725
8726 * gdb.base/ending-run.exp: Add "step out of main" pattern for
8727 mingw32ce.
8728
7d93ba58
PA
87292009-07-05 Pedro Alves <pedro@codesourcery.com>
8730
8731 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8732 VFP format.
8733
2277426b
PA
87342009-07-02 Pedro Alves <pedro@codesourcery.com>
8735
8736 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8737 linux. Adjust to use "inferior", "info inferiors", "detach
8738 inferior" and "kill inferior" instead of "restart", "info fork",
8739 "detach fork" and "delete fork".
8740 * gdb.base/ending-run.exp: Spell out "info".
8741 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8742 the "kill" command.
8743
5af949e3
UW
87442009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8745
8746 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8747 change to prefix TLS offset in hex with 0x.
8748
5d3729b5
UW
87492009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8750
8751 * gdb.base/default.exp: Update test case for "x" changes.
8752
af589bd0
TG
87532009-07-01 Tristan Gingold <gingold@adacore.com>
8754
8755 * gdb.base/bigcore.exp: Make darwin untested.
8756
40974f91
JK
87572009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8758
8759 * gdb.base/completion.exp (directory completion): Create the directory.
8760 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8761 escapeuniquesub.
8762 (directory completion 2): Expect now ${escapeuniquesub}.
8763 (Glob remaining of directory test): Remove one excessive newline.
8764 Expect the real output.
8765
59dd3af6
JK
87662009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 Fix `make check//%' target after `make check' has been ran.
8769 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
8770 a mkdir call.
8771 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8772 (%/.dir): Remove.
8773
f4e164aa
JK
87742009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8775
8776 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8777 the expected result record.
8778
69af2122
JK
87792009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8780
8781 Remove racy FAILs relying just on the timeouts.
8782 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8783 (annotation_level 2): Remove racy FAILs.
8784
2fd481e1
PP
87852009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8786
8787 gdb/10275
889bf7c5
PA
8788 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8789
c38f313d
DJ
87902009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
8791
8792 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8793
8b777f02
VP
87942009-06-30 Vladimir Prus <vladimir@codesourcery.com>
8795
8796 * gdb.mi/mi-stack.exp: Testing symbolic options
8797 to -stack-list-locals and -stack-list-arguments.
8798
00c7eacf
JK
87992009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8802
6bc80edc
TT
88032009-06-29 Tom Tromey <tromey@redhat.com>
8804
8805 * dg-extract-results.sh: New file.
8806 * Makefile.in (FORCE_PARALLEL): New variable.
8807 (CHECK_TARGET): New conditional variable.
8808 (check): Use CHECK_TARGET.
8809 (DO_RUNTEST): New variable.
8810 (check-single): New target.
8811 (TEST_DIRS): New variable.
8812 (TEST_TARGETS): Likewise.
8813 (check-parallel): New target.
8814 (check-gdb.%): New pattern.
8815 (BASE1_FILES): New variable.
8816 (BASE2_FILES): Likewise.
8817 (check-gdb.base%): New pattern.
8818 (%/.dir): New pattern.
8819 * configure: Rebuild.
8820 * aclocal.m4 (AM_CONDITIONAL): New defun.
8821 * configure.ac: Check whether user is using GNU make.
8822 (GMAKE): New conditional.
8823
794684b6
SW
88242009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8825
8826 * gdb.cp/namespace-nested-import.cc: New test.
8827 * gdb.cp/namespace-nested-import.exp: New test.
8828
edb3359d
DJ
88292009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8830
8831 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8832 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8833 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8834 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8835 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8836 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8837 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8838 gdb.opt/inline-markers.c: New files.
8839 * lib/gdb.exp (skip_inline_frame_tests): New function.
8840 (skip_inline_var_tests): New function.
8841
cf657a0c
AS
88422009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8843
8844 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8845 backtrace.
8846
28d41a99
MS
88472009-06-27 Michael Snyder <msnyder@vmware.com>
8848
8849 * gdb.reverse: New directory.
8850 * gdb.reverse/break-reverse.c: New test.
8851 * gdb.reverse/break-reverse.exp: New test.
8852 * gdb.reverse/consecutive-reverse.c: New test.
8853 * gdb.reverse/consecutive-reverse.exp: New test.
8854 * gdb.reverse/finish-reverse.c: New test.
8855 * gdb.reverse/finish-reverse.exp: New test.
8856 * gdb.reverse/machinestate.c: New test.
8857 * gdb.reverse/ms1.c: New test.
8858 * gdb.reverse/machinestate.exp: New test.
8859 * gdb.reverse/Makefile.in: New file.
8860 * gdb.reverse/shr2.c: New test.
8861 * gdb.reverse/solib-reverse.c: New test.
8862 * gdb.reverse/solib-reverse.exp: New test.
8863 * gdb.reverse/step-reverse.c: New test.
8864 * gdb.reverse/step-reverse.exp: New test.
8865 * gdb.reverse/until-reverse.c: New test.
8866 * gdb.reverse/ur1.c: New test.
8867 * gdb.reverse/until-reverse.exp: New test.
8868 * gdb.reverse/watch-reverse.c: New test.
8869 * gdb.reverse/watch-reverse.exp: New test.
8870 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
8871 * configure: Regenerate.
8872
fe3c8b0d
DE
88732009-06-26 Doug Evans <dje@google.com>
8874
8875 * gdb.base/psymtab.exp: Turn off pending breakpoints.
8876
3a72a602
PM
88772009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
8878
8879 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8880 windows problem for 'file delete $binfile'.
8881
27aa8d6a
SW
88822009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
8883
8884 * gdb.cp/namespace-using.exp: New test.
8885 * gdb.cp/namespace-using.cc: New test.
8886
8ac055f8
JB
88872009-05-20 Joel Brobecker <brobecker@adacore.com>
8888
8889 * gdb.ada/variant_record_packed_array: New testcase.
8890
85e306ed
TT
88912009-06-23 Tom Tromey <tromey@redhat.com>
8892
8893 * gdb.base/charset.exp (test_combination): Regression test.
8894 * gdb.base/charset.c (my_wchar_t): New typedef.
8895 (myvar): New global.
8896 (main): Set myvar.
8897
56643c5e
PM
88982009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
8899
8900 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8901 target.
8902
1fac167a
UW
89032009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8904
8905 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8906
7ccb0be9
UW
89072009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8908
8909 * gdb.mi/gdb680.exp: Update test for error message.
8910
568d6575
UW
89112009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8912
8913 * gdb.base/annota1.exp: Allow multiple occurrences of the
8914 frames-invalid annotation.
8915 * gdb.cp/annota2.exp: Likewise.
8916
7cd1089b
PM
89172009-06-15 Phil Muldoon <pmuldoon@redhat.com>
8918
8919 * gdb.cp/gdb2495.cc: New file.
8920 * gdb.cp/gdb2495.exp: New file.
8921
72c63395
JK
89222009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8923
8924 Report error on GDB crash during runto.
8925 * lib/gdb.exp (runto <eof>): New.
8926
3788363d
DJ
89272009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
8928
8929 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8930 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8931 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8932 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8933 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8934 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8935 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8936 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8937 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8938 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8939 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8940 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8941 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8942 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8943 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8944 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8945 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8946 gdb.server/server-mon.exp, gdb.server/server-run.exp,
8947 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8948 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8949 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8950 gdb.trace/passcount.exp, gdb.trace/report.exp,
8951 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8952 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8953 gdb.trace/while-stepping.exp: Use a unique name for the compiled
8954 executable.
8955
17592de3
PA
89562009-06-07 Pedro Alves <pedro@codesourcery.com>
8957
8958 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8959 defined before referencing it.
8960
701e355d
DE
89612009-06-03 Doug Evans <dje@google.com>
8962
8963 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8964 * gdb.arch/i386-see.c: Ditto.
8965
f2292c65
PM
89662009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
8967
8968 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8969 (check_macro): Return 1 if undefined.
8970 If first test fails, check if macro debug information is available,
8971 and report unsupported test if no macro information is found.
8972
5a437975
DE
89732009-05-29 Doug Evans <dje@google.com>
8974
8975 * gdb.threads/hand-call-in-threads.exp: New.
8976 * gdb.threads/hand-call-in-threads.c: New.
8977
c141c696
MS
89782009-05-29 Michael Snyder <msnyder@vmware.com>
8979
8980 * gdb.base/break-always.exp: Change "1" to "on".
8981 Add confirmation check.
8982
b3444185
PA
89832009-05-28 Pedro Alves <pedro@codesourcery.com>
8984
8985 * gdb.threads/threxit-hop-specific.c: New.
8986 * gdb.threads/threxit-hop-specific.exp: New.
8987 * gdb.threads/thread-execl.c: New.
8988 * gdb.threads/thread-execl.exp: New.
8989
b6313243
TT
89902009-05-27 Tom Tromey <tromey@redhat.com>
8991 Thiago Jung Bauermann <bauerman@br.ibm.com>
8992
8993 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8994 (mi_child_regexp): Likewise.
8995 (mi_list_varobj_children_range): Likewise.
8996 (mi_get_features): Likewise.
8997 (mi_list_varobj_children): Rewrite.
8998 * gdb.python/python-mi.exp: New file.
8999
a6bac58e
TT
90002009-05-27 Tom Tromey <tromey@redhat.com>
9001 Thiago Jung Bauermann <bauerman@br.ibm.com>
9002 Phil Muldoon <pmuldoon@redhat.com>
9003 Paul Pluzhnikov <ppluzhnikov@google.com>
9004
9005 * gdb.python/python-prettyprint.exp: New file.
9006 * gdb.python/python-prettyprint.c: New file.
9007 * gdb.python/python-prettyprint.py: New file.
9008 * gdb.base/display.exp: print/r is now valid.
9009
2c74e833
TT
90102009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
9011 Tom Tromey <tromey@redhat.com>
9012 Pedro Alves <pedro@codesourcery.com>
9013 Paul Pluzhnikov <ppluzhnikov@google.com>
9014
9015 * gdb.python/python-template.exp: New file.
9016 * gdb.python/python-template.cc: New file.
9017 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9018 tests.
9019 * gdb.python/python-value.exp (py_objfile_tests): New proc.
9020 Call it.
9021 (test_value_after_death): New proc.
9022 * gdb.python/python-value.c (PTR): New typedef.
9023 (main): New variable 'x'.
9024
89c73ade
TT
90252009-05-27 Tom Tromey <tromey@redhat.com>
9026
9027 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9028 tests.
9029 * gdb.python/python-value.exp (py_objfile_tests): New proc.
9030 Call it.
9031
a75724bc
PA
90322009-05-27 Pedro Alves <pedro@codesourcery.com>
9033
9034 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
9035
e58b0e63
PA
90362009-05-24 Pedro Alves <pedro@codesourcery.com>
9037
9038 * gdb.threads/fork-thread-pending.c: New.
9039 * gdb.threads/fork-thread-pending.exp: New.
9040
4ac36638
JK
90412009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9042
9043 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
9044 * gdb.dwarf2/dw2-strp.S (a_string2): New.
9045
889bf7c5 90462009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 9047
889bf7c5 9048 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 9049
b242c3c2
PA
90502009-05-17 Pedro Alves <pedro@codesourcery.com>
9051
9052 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
9053 `gdb_get_line_number'. Call `callee' in both parent and child.
9054 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
9055 `gdb_get_line_number' instead of hardcoding line numbers.
9056 (catch_fork_unpatch_child): New procedure to test detaching
9057 breakpoints from child fork.
9058 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
9059 hardcoding line numbers.
9060 (do_fork_tests): Run `catch_fork_unpatch_child'.
9061
ee342b23
VP
90622009-05-17 Vladimir Prus <vladimir@codesourcery.com>
9063
9064 * gdb.mi/mi-cmd-var.exp: Check that when varobj
9065 of structure type enters or leaves the scope, it
9066 is reported by -var-update.
9067
e2009e98
DE
90682009-05-11 Doug Evans <dje@sebabeach.org>
9069
9070 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 9071 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
9072 * gdb.threads/schedlock.c (main): Fix off-by-one error.
9073
00903456
JK
90742009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
9077
dc621c35
DE
90782009-04-30 Doug Evans <dje@google.com>
9079
9080 * gdb.threads/watchthreads2.exp: New testcase.
9081 * gdb.threads/watchthreads2.c: New testcase.
9082
9ab4e744
DE
90832009-04-29 Doug Evans <dje@google.com>
9084
9085 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
9086 * gdb.cp/mb-ctor.cc: Ditto.
9087 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
9088 * gdb.cp/mb-inline.h (multi_line_foo): New function.
9089 * gdb.cp/mb-inline1.cc: Call it.
9090 * gdb.cp/mb-inline2.cc: Ditto.
9091 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
9092 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
9093
484086b7
JK
90942009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
9097 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
9098 Replace all uses of `decimal' by `nonzero'.
9099 (info macro FROM_COMMANDLINE): New test.
9100
379a77b5
TT
91012009-04-27 Tom Tromey <tromey@redhat.com>
9102
9103 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
9104
b92b73c2
DE
91052009-04-27 Doug Evans <dje@google.com>
9106
9107 * gdb.threads/watchthreads.c (main): Initialize args before starting
9108 the threads. Plus formatting cleanup.
9109 * gdb.threads/watchthreads.exp: Avoid errant failures due to
9110 biased scheduling of one thread.
9111
945a118d
JG
91122009-04-27 Jerome Guitton <guitton@adacore.com>
9113
9114 * gdb.cp/templates.cc (GetMax): New template.
9115 (main): Declare two instances of GetMax.
9116 * gdb.cp/templates.exp: Add new test.
9117
d389af10
JK
91182009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9119
9120 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
9121
e7f86de9
JM
91222009-04-22 Joseph Myers <joseph@codesourcery.com>
9123
9124 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
9125
334cc82d
TT
91262009-04-15 Tom Tromey <tromey@redhat.com>
9127
9128 * gdb.base/charset.exp: Add regression test.
9129
d12672cc
JB
91302009-04-14 Joel Brobecker <brobecker@adacore.com>
9131
9132 * gdb.base/exe-lock.exp: New testcase.
9133
18e8c3bc
TT
91342009-04-13 Tom Tromey <tromey@redhat.com>
9135
9136 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
9137 operator on Frame.
9138
5ecd5cbe
UW
91392009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9140
9141 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
9142 * gdb.server/ext-attach.exp: Likewise.
9143
7309f756
VP
91442009-04-03 Vladimir Prus <vladimir@codesourcery.com>
9145
9146 Eliminate some sleep usage.
9147
889bf7c5
PA
9148 * gdb.mi/basics.c (do_nothing): New.
9149 (main): Use do_nothing instead of printf, so that
9150 not to introduce race condition between output of
9151 inferiour and output of gdb. Do not use sleep as it
9152 is not generally available on embedded targets.
7309f756 9153
f4b95f6f
PA
91542009-04-02 Pedro Alves <pedro@codesourcery.com>
9155
9156 * gdb.server/ext-attach.exp: Expect an optional process id after
9157 "Detached from remote process".
9158
de40b933
JK
91592009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9160
9161 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
9162 gdb.dwarf2/dw2-unresolved.exp: New.
9163
2ae101a4
PA
91642009-04-02 Pedro Alves <pedro@codesourcery.com>
9165
9166 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
9167 mi_run_to_main.
9168
56a8e183
PA
91692009-04-02 Pedro Alves <pedro@codesourcery.com>
9170
9171 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
9172 mi_run_to_main. Skip thread exit test on remote targets.
9173 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
9174 mi_run_to_main.
9175 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
9176 mi_run_to_main.
9177 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9178 when expecting ^connected. Detect when the target doesn't support
9179 non-stop mode.
9180 (mi_run_cmd): Detect if non-stop mode was requested by isn't
9181 supported. Return -1 on error, 0 on success.
9182 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9183 (mi_runto): Return mi_runto_helper's result explicitly.
9184
c35fafde
PA
91852009-04-01 Pedro Alves <pedro@codesourcery.com>
9186
9187 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9188
f8a8dce6
JB
91892009-04-01 Tom Tromey <tromey@redhat.com>
9190
9191 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9192 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9193 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9194 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9195
71c25dea
TT
91962009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
9197 Jan Kratochvil <jan.kratochvil@redhat.com>
9198
9199 PR gdb/931
9200 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9201 output.
9202 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
9203 for gdb/931.
9204 * dw2-strp.S (DW_AT_language): Change to C++.
9205 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9206
02d9a9ce
JB
92072009-03-31 Joel Brobecker <brobecker@adacore.com>
9208
9209 * gdb.ada/tasks: New testcase.
9210
1042e4c0
SS
92112009-03-30 Stan Shebs <stan@codesourcery.com>
9212
9213 * gdb.trace/actions.exp: Update to match new info trace format.
9214 * gdb.trace/deltrace.exp: Ditto.
9215 * gdb.trace/infotrace.exp: Ditto.
9216 * gdb.trace/passcount.exp: Ditto.
9217 * gdb.trace/save-trace.exp: Ditto.
9218 * gdb.trace/while-stepping.exp: Ditto.
9219 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9220
f8f6f20b
TJB
92212009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9222
9223 * gdb.python/python-frame.c: New file.
9224 * gdb.python/python-frame.exp: New file.
9225
c0c6f777
TJB
92262009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9227
9228 * gdb.python/python-value.exp: Add tests for the address
9229 attribute.
9230
3cb51905
AS
92312009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9232
9233 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9234
88fc996f
DE
92352009-03-26 Doug Evans <dje@google.com>
9236
9237 * gdb.mi/mi-nonstop-exit.exp: New file.
9238 * gdb.mi/non-stop-exit.c: New file.
9239
56ef84b1
TT
92402009-03-26 Tom Tromey <tromey@redhat.com>
9241
9242 Update for change to prologue skipping:
9243 * gdb.mi/mi2-simplerun.exp: Update.
9244 * gdb.mi/mi2-break.exp: Update.
9245 * gdb.mi/mi-simplerun.exp: Update.
9246 * gdb.mi/mi-break.exp: Update.
9247 * gdb.base/ending-run.exp: Update.
9248
def2b000
TJB
92492009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9250
9251 * gdb.python/python-value.exp (test_value_in_inferior): Test
9252 gdb.Value.is_optimized_out attribute.
9253
442ddf59
JK
92542009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * gdb.dwarf2/dw2-noloc-main.c: New file.
9257 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9258 (.text): Remove.
9259 (.data): New.
9260 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9261 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9262 (DW_TAG_subprogram func_cu1, noloc): Remove.
9263 (main): New.
9264 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9265 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
9266 (file_symbols): New procedure.
9267
a8df5de4
TT
92682009-03-25 Tom Tromey <tromey@redhat.com>
9269
9270 * gdb.base/charset.exp (valid_target_charset): New proc.
9271 Use it to skip tests on invalid charsets.
9272
cc1d7add
PM
92732009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9274
9275 * gdb.base/completion.exp: Add a test for directory completion.
9276
bcd5727b
JK
92772009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9278
9279 Fix a racy FAIL.
9280 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9281 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9282
cc924cad
TJB
92832009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
9284
9285 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9286 * gdb.python/python-function.exp: Add test for function returning
9287 a GDB value.
9288
bc3b79fd
TJB
92892009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
9290
9291 * gdb.python/python-function.exp: New file.
9292
6c7a06a3
TT
92932009-03-20 Tom Tromey <tromey@redhat.com>
9294
9295 * gdb.base/store.exp: Update for change to escape output.
9296 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9297 to escape output.
9298 * gdb.base/pointers.exp: Update for change to escape output.
9299 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9300 to escape output.
9301 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9302 escape output.
9303 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9304 to escape output.
9305 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9306 escape output.
9307 * gdb.base/setvar.exp: Update for change to escape output.
9308 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9309 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9310 to escape output.
9311 (test_print_string_constants): Likewise.
9312 * gdb.base/charset.exp (valid_host_charset): Check size of
9313 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
9314 cases. Handle "auto"-related output.
9315 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9316 (uvar, Uvar): New globals.
9317
c31af87b
JG
93182009-03-19 Jerome Guitton <guitton@adacore.com>
9319
9320 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9321 deltas.
9322 * gdb.ada/fixed_points.exp: Ditto.
9323
51272cf2
PA
93242009-03-18 Pedro Alves <pedro@codesourcery.com>
9325
9326 * return-nodebug.c: Don't include stdio.h.
9327 (init): Delete.
9328 (func): Delete definition and provide extern declaration.
9329 (t): New.
9330 (main): Don't call printf. Call func and store its result in t.
9331 * return-nodebug1.c: New.
9332 * return-nodebug.exp: Don't expect stdio output. Instead, print
9333 the global variable t. Drop printf formatters and cast types from
9334 foreach loop. Don't use prepare_for_testing. Compile
9335 return-nodebug.c and return-nodebug1.c in separate steps. Don't
9336 define FORMAT or CAST.
9337
d24948ac
PP
93382009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9339
9340 * gdb.base/solib-display.exp: Disable test for remote targers.
9341
61ff14c6
JK
93422009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9343
9344 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9345
cb4dce93
JK
93462009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 Fix a racy FAIL.
9349 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9350 code from `follow parent, print pids'.
9351 (`follow child, print pids', `follow parent, print pids'): Call it.
9352 Replace `gdb_test "break..."' by gdb_breakpoint.
9353
f7c60c5e
VP
93542009-03-13 Vladimir Prus <vladimir@codesourcery.com>
9355
9356 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 9357 sync and async modes.
f7c60c5e 9358
383ace49
JB
93592009-03-12 Joel Brobecker <brobecker@adacore.com>
9360
9361 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9362 that was checked in by mistake. Remove loading of ada.exp, since
9363 this is not necessary in this case.
9364
4ce102af
JB
93652009-03-12 Joel Brobecker <brobecker@adacore.com>
9366
9367 * gdb.ada/ptype_arith_binop.exp: New testcase.
9368
529a2aef
JB
93692009-03-12 Joel Brobecker <brobecker@adacore.com>
9370
9371 * gdb.ada/mod_from_name: New testcase.
9372
8a38181c
JB
93732009-03-12 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.ada/tick_last_segv: New testcase.
9376
11436dee
VP
93772009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9378
61ff14c6 9379 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 9380
1f31650a
VP
93812009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9382
61ff14c6
JK
9383 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9384 include the token in ^running and frame info in *stopped.
1f31650a 9385
a3247a22
PP
93862009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9387
9388 * solib-display.exp: New file.
9389 * solib-display-main.c: New file.
9390 * solib-display-lib.c: New file.
61ff14c6 9391
aae64587
PA
93922009-03-05 Pedro Alves <pedro@codesourcery.com>
9393
9394 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9395
44aabfbc
JK
93962009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9397
9398 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9399 (list_and_check_macro): Use more specific test name.
9400 (next to definition): Make the test names unique.
9401
c087fcd3
PM
94022009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9403
9404 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 9405
c86cf029
VP
94062009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9407
9408 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9409 notifications.
9410 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9411 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9412 * lib/mi-support.exp (library_loaded_re): New.
9413 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9414
3ea85240
VP
94152009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9416
9417 * gdb.gdb/observer.exp: Use test_notification observer, not
9418 normal_stop, everywhere.
9419 (test_normal_stop_notifications): Rename to...
9420 (test_notifications): ...this.
9421 (test_observer_normal_stop): Rename to...
9422 (test_observer): ...this.
9423
1903f0e6
DE
94242009-02-16 Doug Evans <dje@google.com>
9425
9426 * gdb.arch/amd64-disp-step.S (test_int3): New test.
9427 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9428 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9429 (test_prefixed_syscall,test_int3): New tests.
9430 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9431 (test_prefixed_syscall,test_int3): New tests.
9432
1d33d6ba
VP
94332009-02-14 Vladimir Prus <vladimir@codesourcery.com>
9434
3cb51905
AS
9435 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9436 (mi_expect_interrupt): Likewise.
9437 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9438 response.
1d33d6ba 9439
faafb047
PM
94402009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9441
9442 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9443 * gdb.base/pc-fp.exp (get_valueofx): Remove.
9444 Replace calls to get_valueofx by get_hexadecimal_valueof.
9445
417e16e2
PM
94462009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9447
9448 * lib/gdb.exp (get_valueof): Accept anything as a return value.
9449 (get_integer_valueof): New procedure.
9450 (get_sizeof): Use new get_integer_value_of.
9451 * gdb.base/sizeof.exp: Replace all uses of get_valueof
9452 by get_integer_valueof.
9453
7065b901
TT
94542009-02-13 Tom Tromey <tromey@redhat.com>
9455
9456 * gdb.base/remote.exp (get_sizeof): Remove.
9457 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9458 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9459 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9460 * lib/gdb.exp (get_valueof): Move from long_long.exp.
9461 (get_sizeof): Likewise.
9462
5d7cb8df
JK
94632009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9464
9465 PR fortran/9806
9466 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9467
b2febfff
PP
94682009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9469
9470 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9471
4aa995e1
PA
94722009-02-06 Pedro Alves <pedro@codesourcery.com>
9473
9474 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9475
d8906c6f
TJB
94762009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9477
9478 * gdb.python/python-cmd.exp: New file.
9479
ff4ab08d
TG
94802009-02-06 Tristan Gingold <gingold@adacore.com>
9481
9482 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9483
aacd552b
TG
94842009-02-05 Tristan Gingold <gingold@adacore.com>
9485
9486 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9487 pointer is dereferenced and use this signal name in regexp.
9488 * gdb.base/signull.exp: Ditto.
9489 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9490 * gdb.base/signull.c (main): Ditto.
9491
08c637de
TJB
94922009-02-04 Tom Tromey <tromey@redhat.com>
9493 Thiago Jung Bauermann <bauerman@br.ibm.com>
9494
9495 * gdb.python/python-value.exp: Use `gdb.history' instead of
9496 `gdb.value_from_history'.
9497 (test_value_numeric_ops): Add test for conversion of enum constant.
9498 * gdb.python/python-value.c (enum e): New type.
9499 (evalue): New global.
9500 (main): Use argv.
9501
20261af8
JG
95022009-02-04 Jerome Guitton <guitton@adacore.com>
9503
9504 * gdb.ada/uninitialized_vars: New test program.
9505 * gdb.ada/uninitialized_vars.exp: New testcase.
9506
52e44b43
TT
95072009-02-02 Tom Tromey <tromey@redhat.com>
9508
9509 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9510 * gdb.cp/pr2489.cc: Rename...
9511 * gdb.cp/pr9594.cc: ... to this.
9512
1c71341a
TT
95132009-02-02 Tom Tromey <tromey@redhat.com>
9514
9515 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9516 * gdb.cp/pr2489.cc: New file.
9517 * gdb.cp/cpcompletion.exp: New file.
9518
a4295225
TT
95192009-02-02 Tom Tromey <tromey@redhat.com>
9520
9521 PR exp/9059:
9522 * gdb.cp/call-c.exp: Add regression test.
9523 * gdb.cp/call-c.cc (FooHandle): New typedef.
9524 (main): New variable 'handle'.
9525
592375cd
VP
95262009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9527
9528 * lib/mi-support.exp (et_mi_thread_list)
9529 (check_mi_and_console_threads): Adjust for current thread in
9530 -thread-list-ids output.
9531
41447f92
VP
95322009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9533
889bf7c5
PA
9534 * gdb.mi/mi-break.exp (test_disabled_creation): New.
9535 Call it.
41447f92 9536
35669430
DE
95372009-01-28 Doug Evans <dje@google.com>
9538
9539 * gdb.arch/amd64-disp-step.S: New file.
9540 * gdb.arch/amd64-disp-step.exp: New file.
9541 * gdb.arch/i386-disp-step.S: New file.
9542 * gdb.arch/i386-disp-step.exp: New file.
9543
09f00d9a
PM
95442009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
9545
9546 * gdb.base/find.exp: Set newline variable
9547 using quotes instead of braces to fix cygwin failures.
9548
1e8fb976
PA
95492009-01-23 Pedro Alves <pedro@codesourcery.com>
9550
9551 * gdb.base/radix.exp: Add tests to ensure that that set
9552 input-radix 0 and set output-radix 0 are really rejected.
9553
da061712
PA
95542009-01-23 Pedro Alves <pedro@codesourcery.com>
9555
9556 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9557 copyright years.
9558
dd7e2d2b
PA
95592009-01-23 Pedro Alves <pedro@codesourcery.com>
9560
9561 PR gdb/9664:
9562 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9563
392452f6
PA
95642009-01-22 Pedro Alves <pedro@codesourcery.com>
9565
9566 PR c++/9631:
9567 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9568
8653e71c
PM
95692009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
9570
9571 * gdb.server/file-transfer.exp: Use EXEEXT variable for
9572 binfile definition to fix Windows OS failure.
9573
a12cc160
DJ
95742009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9575
9576 PR gdb/9346
9577 * gdb.base/interrupt.c (sigint_handler): New.
9578 (main): Install a SIGINT handler if SIGNALS is defined. Exit
9579 on error.
9580 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9581 Test "signal SIGINT".
9582
b89667eb
DE
95832009-01-19 Doug Evans <dje@google.com>
9584
9585 * gdb.base/break.exp: Update expected gdb output.
9586 * gdb.base/sepdebug.exp: Ditto.
9587 * gdb.mi/mi-syn-frame.exp: Ditto.
9588 * gdb.mi/mi2-syn-frame.exp: Ditto.
9589 * gdb.base/call-signal-resume.exp: New file.
9590 * gdb.base/call-signals.c: New file.
9591 * gdb.base/unwindonsignal.exp: New file.
9592 * gdb.base/unwindonsignal.c: New file.
9593 * gdb.threads/interrupted-hand-call.exp: New file.
9594 * gdb.threads/interrupted-hand-call.c: New file.
9595 * gdb.threads/thread-unwindonsignal.exp: New file.
9596
adb483fe
DJ
95972009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
9598
9599 * gdb.base/define.exp: Test defining and hooking prefix commands.
9600 * gdb.python/python.exp: Update test for "show user" output.
9601
60023297
JK
96022009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9603
9604 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
9605 now the output exactly, using less wildcards. Expect also the output
9606 of gfortran-4.3. Update for the f-valprint.c modification from
9607 2008-04-22.
9608 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9609 Remove gdb_test test names where matching the command.
9610
ccc57cf9
PA
96112009-01-01 Pedro Alves <pedro@codesourcery.com>
9612
9613 PR breakpoints/9681:
9614 * gdb.base/watchpoint.exp: Add regression test.
9615
c7a6ca08
PA
96162008-12-31 Pedro Alves <pedro@codesourcery.com>
9617
9618 * gdb.threads/attach-into-signal.exp: Don't use
9619 gdb_suppress_entire_file.
9620 * gdb.threads/attach-stopped.exp: Ditto.
9621 * gdb.threads/attachstop-mt.exp: Ditto.
9622
3a031f65
PA
96232008-12-31 Pedro Alves <pedro@codesourcery.com>
9624
9625 PR gdb/8812:
9626 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9627
09e6485f
PA
96282008-12-29 Pedro Alves <pedro@codesourcery.com>
9629
9630 PR gdb/7536:
9631 * gdb.base/radix.exp: Add tests to ensure invalid input radices
9632 and unsupported output radices are really rejected.
9633
0cd53049
JK
96342008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.cp/punctuator.exp: Backslash the '$' signs.
9637
ba163c7e
TT
96382008-12-22 Tom Tromey <tromey@redhat.com>
9639
9640 * gdb.cp/punctuator.exp: New file.
9641
6f4de6c9
JK
96422008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9643
9644 * gdb.base/completion.exp (Completing non-existing component): New test.
9645
0f34d0b4
JK
96462008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9647
9648 Fix for PR gdb/8648.
9649 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9650 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9651 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9652 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9653
db2ad4c3
JK
96542008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9655
9656 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9657
bb5ef15e
DP
96582008-12-16 Christophe Lyon <christophe.lyon@st.com>
9659
9660 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9661 compiler actually generate code at the expected line number.
9662
90142adc
JZ
96632008-12-15 Jie Zhang <jie.zhang@analog.com>
9664
9665 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9666
fad6eecd
TT
96672008-12-12 Tom Tromey <tromey@redhat.com>
9668
9669 * gdb.base/commands.exp (redefine_hook_test): New proc.
9670 Call it.
9671
17c8aaf5
TT
96722008-12-11 Tom Tromey <tromey@redhat.com>
9673
9674 * gdb.base/macscp.exp: New regression test.
9675
7c8adf68
TT
96762008-12-11 Tom Tromey <tromey@redhat.com>
9677
9678 * gdb.base/macscp.exp: Print "address.addr".
9679 * gdb.base/macscp1.c (struct outer): New struct.
9680 (address): New global.
9681
b05dcbb7
TT
96822008-12-09 Tom Tromey <tromey@redhat.com>
9683
9684 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9685 Call it.
9686
2d476de1
DE
96872008-12-04 Doug Evans <dje@google.com>
9688
9689 * gdb.server/ext-run.exp: Relax regexp for init program.
9690
87bdc959
TG
96912008-12-03 Tristan Gingold <gingold@adacore.com>
9692
9693 * gdb.base/macscp.exp: Generate an object file during compilation
9694 to work around Darwin dsymutil limitations.
9695
e0740f77
JK
96962008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9697
9698 Test resolving external references to TLS variables.
9699 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9700 FILE2_THREAD_LOCAL.
9701 (testfile2, srcfile2): New variables.
9702 * gdb.threads/tls.c (file2_thread_local)
9703 (function_referencing_file2_thread_local): New.
9704 * gdb.threads/tls2.c: New file.
9705
67f0aac5
JB
97062008-11-28 Joel Brobecker <brobecker@adacore.com>
9707
9708 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
9709 rather than integer, as integer might not be big enough when
9710 on 64bit targets.
67f0aac5 9711
c332165e
JG
97122008-11-27 Jerome Guitton <guitton@adacore.com>
9713
9714 * gdb.cp/formatted-ref.exp: Add equality test.
9715 * gdb.ada/formatted_ref.exp: Ditto.
9716
fc9b693c
JK
97172008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9718
9719 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9720 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9721
a9c64011
AS
97222008-11-20 Andreas Schwab <schwab@suse.de>
9723
9724 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9725 matching syscall entry point.
9726 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9727 (tcatch_vfork_then_child_follow): Likewise. Finish through
9728 vfork even if we stopped at the syscall trampoline.
9729
e2fd701e
DE
97302008-11-20 Doug Evans <dje@google.com>
9731
9732 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9733
69abc51c
TJB
97342008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9735
9736 * gdb.arch/ppc-dfp.exp: New file.
9737 * gdb.arch/ppc-dfp.c: New file.
9738
c14c28ba
PP
97392008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9740
9741 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 9742
2e74121d
DE
97432008-11-17 Doug Evans <dje@google.com>
9744
9745 * gdb.mi/mi-syn-frame.exp: Update expected output.
9746 * gdb.mi/mi2-syn-frame.exp: Update expected output.
9747
66bb093b
VP
97482008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9749
9750 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
9751 "thread N" results in =thread-selected.
9752 * lib/mi-support (mi_run_cmd, mi_expect_stop)
9753 (mi_send_resuming_command_raw): Be prepared for
9754 =thread-selected.
9755
3d043ef6
VP
97562008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9757
a9c64011
AS
9758 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9759 * lib/mi-support.exp: Likewise.
3d043ef6 9760
808104c8
JB
97612008-11-16 Joel Brobecker <brobecker@adacore.com>
9762
9763 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9764 commands from the expected output for "help catch".
9765
00b22944
JB
97662008-11-15 Joel Brobecker <brobecker@adacore.com>
9767
9768 * gdb.ada/int_deref.exp: New testcase.
9769
59669435
TT
97702008-11-14 Nick Roberts <nickrob@snap.net.nz>
9771
9772 * gdb.mi/gdb2549.exp: New file.
9773
de04a248
DE
97742008-11-11 Doug Evans <dje@google.com>
9775
9776 * gdb.base/callexit.exp: New file.
9777 * gdb.base/callexit.c: New file.
9778
6b8ce727
DE
97792008-11-10 Doug Evans <dje@google.com>
9780
9781 * lib/gdb.exp (GDBFLAGS): Move -nx ...
9782 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
9783 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9784 (default_gdb_start,default_gdb_exit): Ditto.
9785 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9786 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9787 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9788 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9789 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9790 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9791
1b14b8aa
AS
97922008-11-03 Andreas Schwab <schwab@suse.de>
9793
9794 * gdb.base/hashline2.exp: Fix typo.
9795 * gdb.base/hashline3.exp: Likewise.
9796
f3134b88
TT
97972008-10-30 Tom Tromey <tromey@redhat.com>
9798
9799 * gdb.base/pointers.exp: Add test.
9800 * gdb.base/pointers.c (k, S): New typedefs.
9801 (instance): New global.
9802
c2226152
AS
98032008-10-30 Andreas Schwab <schwab@suse.de>
9804
9805 * gdb.base/args.exp: Add tests for newlines.
9806
462f405c
JB
98072008-10-30 Joel Brobecker <brobecker@adacore.com>
9808
9809 gdb.base/foll-exec.exp: Update the expected output of a couple
9810 of "info breakpoints" tests.
9811
79a45b7d
TT
98122008-10-28 Tom Tromey <tromey@redhat.com>
9813
9814 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9815
adc13a14
PA
98162008-10-24 Pedro Alves <pedro@codesourcery.com>
9817
9818 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9819 gdb_start_cmd.
9820 Use runto_main before any test that requires execution.
9821
252fbfc8
PA
98222008-10-23 Pedro Alves <pedro@codesourcery.com>
9823
9824 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9825 instead of SIGINT.
9826
28148e3d
JB
98272008-10-22 Joel Brobecker <brobecker@adacore.com>
9828
9829 * gdb.base/completion.exp: Update expected output following
9830 the addition of the "info tasks" command.
9831
c209f847
TT
98322008-10-22 Tom Tromey <tromey@redhat.com>
9833
9834 * gdb.base/exprs.exp (test_expr): Add test for string
9835 concatenation.
9836
f177e350
PA
98372008-10-19 Pedro Alves <pedro@codesourcery.com>
9838
9839 * configure.ac: Output gdb.python/Makefile.
9840 * configure: Regenerate.
9841 * gdb.python/Makefile.in: New.
9842
cce89356
JB
98432008-10-16 Joel Brobecker <brobecker@adacore.com>
9844
9845 * gdb.base/foll-fork.exp: Adjust the expected output to match
9846 the new description for fork/vfork catchpoints in the "info
9847 breakpoints" output.
9848
176d289d
TJB
98492008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9850
9851 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9852
a08702d6
TJB
98532008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9854
9855 * gdb.python/python-value.c: New file.
9856 * gdb.python/python-value.exp: New file.
9857
1c5cfe86
PA
98582008-10-15 Pedro Alves <pedro@codesourcery.com>
9859
9860 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9861
5a98ad69
DP
98622008-10-15 Denis Pilat <denis.pilat@st.com>
9863
41702f1b 9864 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 9865
dcb1a1e2
TT
98662008-10-09 Tom Tromey <tromey@redhat.com>
9867
9868 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
9869 'fprintf' and 'stderr'.
9870
9124fe48
JB
98712008-10-07 Joel Brobecker <brobecker@adacore.com>
9872
9873 * gdb.ada/ref_tick_size.exp: New testcase.
9874
45452591
DE
98752008-10-06 Doug Evans <dje@google.com>
9876
9877 * gdb.dwarf2/dw2-cu-size.exp: New file.
9878 * gdb.dwarf2/dw2-cu-size.S: New file.
9879
9880 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9881 .Ltype_int for clarity.
9882
4fc5b208
PP
98832008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9884
9885 PR gdb/2384:
9886 * gdb.cp/gdb2384.exp: Extended to test more cases.
9887 * gdb.cp/gdb2384.cc: Likewise.
9888 * gdb.cp/gdb2384-base.h: Likewise.
9889 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 9890
d78df370
JK
98912008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9892
9893 * gdb.base/maint.exp (maint print type): Remove printing
9894 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9895
9a044a89
TT
98962008-09-30 Tom Tromey <tromey@redhat.com>
9897
9898 * gdb.base/macscp.exp: Add completion tests.
9899 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9900 (TWENTY_THREE): Likewise.
9901 (FORTY_EIGHT): Likewise.
9902
506800a9
TT
99032008-09-30 Tom Tromey <tromey@redhat.com>
9904
9905 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9906 everywhere.
9907 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9908
1a6f01b5
JK
99092008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9910
9911 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9912 testcase is derived from. Fix racy dependency on an expected PID
9913 number. No longer support the testcase on Linux kernel 2.4.x.
9914
2fae03e8
TT
99152008-09-27 Tom Tromey <tromey@redhat.com>
9916
9917 * gdb.base/macscp.exp: Add tests for stringification, splicing,
9918 and varargs.
9919
1ad15515
PA
99202008-09-22 Pedro Alves <pedro@codesourcery.com>
9921
9922 * lib/mi-support.exp (mi_expect_interrupt): New.
9923 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9924 from gdb.mi/mi-nonstop.exp.
9925 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9926 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9927 lib/mi-support.exp.
9928 Use mi_check_thread_states throughout. Avoid ".*" and do not
9929 require an anchor after -exec-run.
9930
d0b76dc6
DJ
99312008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
9932
9933 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9934 stop is pending. Avoid ".*" when two stops are pending.
9935 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9936 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9937 newlines in fullnames.
9938 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9939 (mi_expect_stop): Update comments. Only anchor in sync mode.
9940 Do not match newlines.
9941 (mi_send_resuming_command_raw): Always return status.
9942 (mi_get_stop_line): Do not match more than one line by accident.
9943 Only anchor in sync mode.
9944 (mi_run_inline_test): If -exec-next fails, give up.
9945
9990c830
UW
99462008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9947
9948 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9949 on SPU.
9950
ebcf6f00
JB
99512008-09-10 Joel Brobecker <brobecker@adacore.com>
9952
9953 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9954
b6db24e5
JB
99552008-09-10 Joel Brobecker <brobecker@adacore.com>
9956
9957 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9958 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9959 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9960 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9961 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9962 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9963 gdb.ada/interface.exp, gdb.ada/null_array.exp,
9964 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9965 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9966 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9967 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9968 Include the "= " sequence in the expected output of print tests.
9969
2bf448e0
JB
99702008-09-10 Joel Brobecker <brobecker@adacore.com>
9971
9972 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9973 description for boolean types.
9974
d51fd4c8
PA
99752008-09-09 Pedro Alves <pedro@codesourcery.com>
9976
9977 * gdb.base/hook-stop-continue.c: New.
9978 * gdb.base/hook-stop-continue.exp: New.
9979
694182d2
DJ
99802008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9981
9982 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9983
3b8a7fc0
JG
99842008-09-08 Jerome Guitton <guitton@adacore.com>
9985
9986 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9987 (stack_check_probe_2, stack_check_probe_loop_1)
9988 (stack_check_probe_loop_2): New functions.
9989 (main): Add call to these new functions.
9990 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9991 functions, check that the breakpoint is inserted at the appropriate
9992 location.
9993 (insert_breakpoint): Slightly refine this procedure so that it can
9994 be called several times in the test.
9995
96cc0ae8
JG
99962008-09-08 Jerome Guitton <guitton@adacore.com>
9997
9998 * gdb.base/stack-checking.c: New file.
9999 * gdb.base/stack-checking.exp: New file.
10000
1f08b409
TJB
100012008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
10002
10003 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
10004 * gdb.arch/altivec-regs.exp: Likewise.
10005 * gdb.arch/vsx-regs.exp: Likewise.
10006
3099e1c4
TJB
100072008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
10008
10009 * gdb.arch/ppc-fp.exp: New file.
10010 * gdb.arch/ppc-fp.c: New file.
10011
cc69bfc1
PP
100122008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10013
10014 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
10015 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 10016
b02a33db
MS
100172008-09-04 Michael Snyder <msnyder@vmware.com>
10018
10019 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
10020 as "at" (for non-debug functions such as _start).
10021
2992cbe0
UW
100222008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10023
10024 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
10025 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
10026 software watchpoints.
10027 * gdb.base/watch_thread_num.exp: Likewise.
10028
514f746b
AR
100292008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
10030
10031 * gdb.arch/i386-bp_permanent.exp: New test.
10032
876cecd0
TT
100332008-08-24 Tom Tromey <tromey@redhat.com>
10034
10035 * gdb.base/maint.exp: Update "maint print type".
10036
80f73d71
VP
100372008-08-21 Vladimir Prus <vladimir@codesourcery.com>
10038
10039 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
10040 support. Adjust the order of "*running" notifications.
10041 * gdb.mi/non-stop.c: Don't cast from int to void* and
10042 back.
10043
d9c78d7d
MK
100442008-08-20 Mark Kettenis <kettenis@gnu.org>
10045
10046 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
10047 expect to find it in the "info frame" output.
10048
97a2d1d3
DJ
100492008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
10050
10051 * gdb.base/interp.exp: Always consume both prompts.
10052
b96e2927
PA
100532008-08-20 Pedro Alves <pedro@codesourcery.com>
10054
10055 * gdb.base/pending.exp: Test pending breakpoints without symbols
10056 loaded.
10057
8cf6e61a
VP
100582008-08-19 Vladimir Prus <vladimir@codesourcery.com>
10059
10060 * lib/mi-support.exp (mi_expect_stop): Produce
10061 more details on failures.
10062 * gdb.mi/mi-nonstop.exp: New.
10063 * gdb.mi/non-stop.c: New.
10064
c6ebd6cf
VP
100652008-08-19 Vladimir Prus <vladimir@codesourcery.com>
10066
a9c64011
AS
10067 * gdb.mi/mi-async.exp: Use 'set target-async'.
10068 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 10069
46a9b8ed
DJ
100702008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
10071
10072 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
10073
44feb3ce
TT
100742008-08-17 Tom Tromey <tromey@redhat.com>
10075
10076 * gdb.base/help.exp (help catch): Rewrite.
10077
311a4e6b
TJB
100782008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
10079
10080 * gdb.base/define.exp: Test indented command documentation.
10081 * gdb.python/python.exp: Test indented multi-line command.
10082
604c2f83
LM
100832008-08-15 Luis Machado <luisgpm@br.ibm.com>
10084
10085 * testsuite/gdb.arch/vsx-regs.c: New source file.
10086 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
10087 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
10088
886a217c
TT
100892008-08-14 Tom Tromey <tromey@redhat.com>
10090
10091 * gdb.base/macscp.exp: Add regression test for "macro define" or
10092 "macro undef" with no arguments.
10093
c814a4f3
PP
100942008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
10095
10096 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 10097
12ab8a60
UW
100982008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10099
10100 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
10101
d57a3c85
TJB
101022008-08-06 Tom Tromey <tromey@redhat.com>
10103
10104 * gdb.python/python.exp: New file.
10105
c7b778ff
JK
101062008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10107
10108 Fix for PR gdb/1543.
10109 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
10110 $LOCATION.
10111 (location): New variable.
10112 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
10113 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
10114 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
10115 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
10116 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
10117 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
10118 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
10119 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
10120 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
10121 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
10122 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
10123 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
10124 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
10125 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
10126 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10127 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
10128 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
10129 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
10130 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
10131 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10132 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
10133 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
10134 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
10135 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
10136 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
10137 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
10138 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
10139 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
10140 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
10141 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
10142 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
10143 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
10144 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
10145 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
10146 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
10147 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
10148 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
10149 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10150 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
10151 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
10152 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
10153 gdb.base/type-opaque.exp, gdb.base/until.exp,
10154 gdb.base/value-double-free.c, gdb.base/varargs.exp,
10155 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
10156 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
10157 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10158 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
10159 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
10160 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10161 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10162 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10163 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
10164 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
10165 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
10166 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
10167 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
10168 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
10169 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
10170 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10171 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
10172 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10173 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10174 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10175 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10176 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10177 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10178 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10179 gdb.pascal/types.exp, gdb.stabs/weird.exp,
10180 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10181 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10182 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10183 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10184 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10185 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10186 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10187 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10188 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10189 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10190 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10191 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10192 lib/mi-support.exp, lib/trace-support.exp: Remove reference
10193 to bug-gdb@prep.ai.mit.edu .
10194
5e06a3d1
VP
101952008-07-31 Vladimir Prus <vladimir@codesourcery.com>
10196
10197 * lib/mi-support.exp (mi_load_shlibs): New.
10198 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10199
9d81d21b
VP
102002008-07-30 Vladimir Prus <vladimir@codesourcery.com>
10201
10202 * lib/mi-support.exp (get_mi_thread_list)
10203 (check_mi_and_console_threads): New, moved from ...
10204 * gdb.mi/mi-pthread.exp: ...here.
10205 * gdb.mi/gdb669.exp (get_mi_thread_list)
10206 (check_mi_and_console_threads): Delete.
10207 * gdb.mi/mi2-pthread.exp: Likewise.
10208
bae98fe0
TT
102092008-07-28 Tom Tromey <tromey@redhat.com>
10210
10211 * Makefile.in (just-check): Remove. Move body to...
10212 (check): ... here.
10213
57380f4e
DJ
102142008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10215
10216 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10217 Add a test for duplicated SIGINTs.
10218
e09490f1
DJ
102192008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10220
10221 * gdb.threads/schedlock.exp (get_args): Update to work for any
10222 value of NUM.
10223 (Top level): Report the number of threads that did not resume.
10224
6387b45f
DJ
102252008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10226
10227 * gdb.dwarf2/dw2-compressed.S: Also define __start.
10228
62f64ff2
DJ
102292008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10230
10231 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10232 non-MI prompt.
10233
fa8de41e
TT
102342008-07-26 Tom Tromey <tromey@redhat.com>
10235
10236 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10237 (function_struct, function_struct_ptr): New globals.
10238 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10239 function pointer in a struct.
10240
ccb3ac8a
TT
102412008-07-26 Tom Tromey <tromey@redhat.com>
10242
10243 * gdb.base/macscp.exp: Add test for macro lexing bug.
10244
d7d9f01e
TT
102452008-07-18 Tom Tromey <tromey@redhat.com>
10246
10247 * gdb.base/macscp.exp: Add macro tests.
10248
9bf07184
PP
102492008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10250
10251 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10252
becf6477
PP
102532008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10254
10255 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10256
0709f7d3
PP
102572008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10258
10259 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 10260
7093c834
PP
102612008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
10262
10263 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 10264
b432ffe3
JK
102652008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10268
b1a268e5
VP
102692008-07-12 Vladimir Prus <vladimir@codesourcery.com>
10270
10271 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10272
e2995f8e
KB
102732008-07-11 Kevin Buettner <kevinb@redhat.com>
10274
10275 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10276 of regexp to account for changes made to GDB in the printing of
10277 byte vectors.
10278
14032a66
TT
102792008-07-11 Tom Tromey <tromey@redhat.com>
10280
10281 * gdb.base/completion.exp: Add 'help' completion test.
10282
981505ef
JK
102832008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10284
10285 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10286
10568435
JK
102872008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10288
10289 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10290
4487aabf
PA
102912008-07-09 Pedro Alves <pedro@codesourcery.com>
10292
10293 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10294
a4a9b1c4
PA
102952008-07-09 Pedro Alves <pedro@codesourcery.com>
10296
10297 * gdb.base/fullname.exp: Restore pwd if compiling failed.
10298
3c3185ac
JK
102992008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10300
10301 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10302
7ebd49dc
VP
103032008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10304
10305 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10306 previous commit. Add a comment.
10307
84e46146
PA
103082008-06-28 Pedro Alves <pedro@codesourcery.com>
10309
10310 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10311
0f8d4a2f
VP
103122008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10313
10314 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10315
f747e0ce
PA
103162008-06-27 Pedro Alves <pedro@codesourcery.com>
10317
10318 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10319 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10320 compiling an executable, link in an object that forces unbuffered
10321 output.
10322 * lib/set_unbuffered_mode.c: New file.
10323
734a5c36
JK
103242008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10325
10326 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10327
a2840c35
VP
103282008-06-25 Vladimir Prus <vladimir@codesourcery.com>
10329
a9c64011
AS
10330 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10331 mi_expect_stop.
10332 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10333 Demand that *running is output.
10334 (detect_async): Perform checking every time.
10335 (mi_send_resuming_command): Extract everything into...
10336 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
10337 (mi_expect_stop): Don't accept any output before *stopped.
10338
6ae37fef
VP
103392008-06-13 Vladimir Prus <vladimir@codesourcery.com>
10340
10341 Robustify mi-simplerun.
a9c64011
AS
10342 * gdb.mi/basics.c (main): Add a call to sleep.
10343 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10344 * gdb.mi/mi2-cli.exp: Likewise.
10345 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 10346
b4aa76f0 103472008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
10348
10349 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10350
e1ac3328
VP
103512008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10352
a9c64011
AS
10353 * gdb.mi/mi-console.exp: Adjust.
10354 * gdb.mi/mi-syn-frame.exp: Adjust.
10355 * gdb.mi/mi2-console.exp: Adjust.
10356 * gdb.mi/mi2-syn-frame.exp: Adjust.
10357 * lib/mi-support.exp (mi_run_cmd): Adjust.
10358 (mi_send_resuming_command): Adjust.
e1ac3328 10359
f7f9a841
VP
103602008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10361
10362 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
10363 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10364 testing of stopped.
10365 * gdb.mi/mi2-syn-frame.exp: Likewise.
10366 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10367 (async, detect_async): New.
10368 (mi_expect_stop, mi_continue_to_line): Adjust expectation
10369 depending on if we're running in sync or async mode.
f7f9a841 10370
37cd5d19
TT
103712008-06-09 Tom Tromey <tromey@redhat.com>
10372
10373 * gdb.base/completion.exp: New tests for field name completion
10374 with spaces, and field name completion with '->'.
10375
65d12d83
TT
103762008-06-06 Tom Tromey <tromey@redhat.com>
10377
10378 * gdb.base/break1.c (struct some_struct): New struct.
10379 (values): New global.
10380 * gdb.base/completion.exp: Add field name completion test.
10381
ebfe2e3f
PP
103822008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10383
10384 * gdb.cp/call-c.exp: Test for incorrect handling of reference
10385 to pointer.
10386 * gdb.cp/call-c.cc: Likewise.
10387
bcf6fc3a
NR
103882008-06-06 Nick Roberts <nickrob@snap.net.nz>
10389
10390 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10391 annotation.
10392
49fd4a42 103932008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 10394 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
10395
10396 * gdb.threads/execl.c, gdb.threads/execl1.c,
10397 gdb.threads/execl.exp: New tests.
a9c64011 10398
8a34ac3f
AR
103992008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
10400 Daniel Jacobowitz <dan@codesourcery.com>
10401
10402 * gdb.cp/exception.exp: Activate test, make it work with pending
10403 catchpoints.
10404
86ae69ef
JK
104052008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10408
f7f9ae2c
VP
104092008-05-28 Vladimir Prus <vladimir@codesourcery.com>
10410
a9c64011
AS
10411 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10412 now printed.
10413 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 10414
2a2d4dc3
AS
104152008-05-27 Andreas Schwab <schwab@suse.de>
10416
10417 * gdb.base/frame-args.exp: Handle arguments that are optimized
10418 out.
10419
5099e4d9
LM
104202008-05-26 Luis Machado <luisgpm@br.ibm.com>
10421
10422 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10423 quiet for ppc32 and group options into a single variable.
10424
d9c36a91
JB
104252008-05-23 Joel Brobecker <brobecker@adacore.com>
10426
10427 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10428 of zero-size elements.
10429 * gdb.ada/null_array.exp: Test printing this new array.
10430
103a8671
JK
104312008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10432
10433 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10434
07a4cc1a 104352008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
10436
10437 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10438 of the "finish" command.
10439
55f996a7
NR
104402008-05-21 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * gdb.base/annota1.exp: Test for new annotation.
10443
907fc202
UW
104442008-05-16 Pedro Alves <pedro@codesourcery.com>
10445
10446 * gdb.base/fixsection.exp: New file.
10447 * gdb.base/fixsection0.c: New file.
10448 * gdb.base/fixsection1.c: New file.
10449
e8f97270
UW
104502008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10451
10452 * gdb.base/annota1.exp: Accept printf@... in place of printf.
10453 * gdb.base/annota3.exp: Likewise.
10454
ac0bb574
NF
104552008-05-13 Nathan Froyd <froydnj@codesourcery.com>
10456
10457 * gdb.base/watch_thread_num.exp: Don't run tests that require
10458 watchpoints if the target doesn't support them.
10459
6fadd07a
DE
104602008-05-12 Doug Evans <dje@google.com>
10461
10462 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10463
6e9a4a30
JB
104642008-05-09 Joel Brobecker <brobecker@adacore.com>
10465
10466 * gdb.ada/assign_1.exp: New testcase.
10467
08388c79
DE
104682008-05-09 Doug Evans <dje@google.com>
10469
a3c83fae
DE
10470 * gdb.base/find.exp: New file.
10471 * gdb.base/find.c: New file.
08388c79 10472
bd5ddfe8
DJ
104732008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
10474
10475 * gdb.base/commands.exp (watchpoint_command_test): Handle
10476 gdb,no_hardware_watchpoints.
10477 * gdb.base/float.exp: Allow ARM targets without floating point.
10478 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10479
b5dd68e2 104802008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 10481 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
10482
10483 * gdb.ada/lang_switch: New test program.
10484 * gdb.ada/lang_switch.exp: New testcase.
10485
382d13d1
DE
104862008-05-05 Doug Evans <dje@google.com>
10487
10488 * gdb.base/help.exp (disassemble): Update expected help text.
10489
9dd789d0
PA
104902008-05-04 Pedro Alves <pedro@codesourcery.com>
10491
10492 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10493
611c83ae
PA
104942008-05-04 Pedro Alves <pedro@codesourcery.com>
10495
10496 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10497 different times.
10498
ff013f42
JK
104992008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10500
10501 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10502 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10503 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10504 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10505
96dff6a2
VP
105062008-05-04 Vladimir Prus <vladimir@codesourcery.com>
10507
10508 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10509 notification to appear.
10510
55cd6f92
DJ
105112008-05-04 Daniel Jacobowitz <dan@debian.org>
10512
10513 * gdb.base/fullname.c: New file.
10514 * gdb.base/fullname.exp: New file.
10515 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10516
d705c43c
PA
105172008-05-03 Pedro Alves <pedro@codesourcery.com>
10518
10519 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10520 expressions with macros.
10521
333222e1
JK
105222008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10523
10524 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10525
5ac01682
DJ
105262008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
10527
10528 * gdb.base/completion.exp: Handle lack of other symbols beginning
10529 with "a".
10530
10531 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10532
237fc4c9
PA
105332008-05-02 Jim Blandy <jimb@codesourcery.com>
10534
10535 * gdb.asm/asmsrc1.s: Add scratch space.
10536
ed5e9466
DJ
105372008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10538 Daniel Jacobowitz <dan@codesourcery.com>
10539
10540 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10541 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10542 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10543
b39cc962
DJ
105442007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
10545
10546 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10547
36d520f5
JB
105482008-05-01 Joel Brobecker <brobecker@adacore.com>
10549
10550 * gdb.base/info-target.exp: New testcase.
10551
8d4e3071
DJ
105522008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10553
10554 * gdb.cp/hang.exp: Use .cc instead of .C.
10555 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10556 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10557
6f3f3097
DJ
105582008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10559
10560 * gdb.base/gdb1250.exp: Remove perror.
10561 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10562
5550a914
PA
105632008-04-30 Pedro Alves <pedro@codesourcery.com>
10564
10565 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10566 .2byte.
10567
d848e687
DJ
105682008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
10569
10570 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
10571 (maybe_kfail): New.
10572
93b5768b
PA
105732008-04-25 Pedro Alves <pedro@codesourcery.com>
10574
10575 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10576
721c02de
VP
105772008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10578
a9c64011
AS
10579 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10580 * gdb.mi/mi2-syn-frame.exp: Likewise.
10581 * lib/mi-support.exp: Likewise.
721c02de 10582
74960c60
VP
105832008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10584
10585 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10586 to specify regexp for the location to stop at.
10587 * gdb.base/break-always.c: New.
10588 * gdb.base/break-always.exp: New.
10589
d24317b4
VP
105902008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10591
10592 * lib/mi-support.exp (mi_runto_helper): Adjust
10593 for the original-location field.
10594 (mi_create_breakpoint, mi_list_breakpoints): New.
10595 * gdb.mi/mi-break.exp: Adjust.
10596 * gdb.mi/mi2-break.exp: Adjust.
10597 * gdb.mi/mi-pending.exp: Adjust.
10598 * gdb.mi/mi-simplerun.exp: Adjust.
10599 * gdb.mi/mi2-simplerun.exp: Adjust.
10600 * gdb.mi/mi-syn-frame.exp: Adjust.
10601 * gdb.mi/mi2-syn-frame.exp: Adjust.
10602 * gdb.mi/mi-until.exp: Adjust.
10603 * gdb.mi/mi2-until.exp: Adjust.
10604 * gdb.mi/mi-var-display.exp: Adjust.
10605 * gdb.mi/mi2-var-display.exp: Adjust.
10606 * gdb.mi/mi-watch.exp: Adjust.
10607 * gdb.mi/mi2-watch.exp: Adjust.
10608
fdc59709 106092008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 10610
a9c64011
AS
10611 * aclocal.m4: Add override.m4.
10612 * configure: Regenerate.
fdc59709 10613
8e91f023
VP
106142008-04-19 Vladimir Prus <vladimir@codesourcery.com>
10615
10616 * gdb.mi/var-cmd.c (do_at_tests): Verify that
10617 '-var-update --all-values' reports new value even the type
10618 of a variable object has changed.
10619
233a11ab
CS
106202008-04-18 Craig Silverstein <csilvers@google.com>
10621
10622 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10623 files.
d24317b4 10624
9c1137ad
JB
106252008-04-18 Joel Brobecker <brobecker@adacore.com>
10626
10627 * gdb.ada/atomic_enum: New test program.
10628 * gdb.ada/atomic_enum.exp: New testcase.
10629
66d0bbc7
DE
106302008-04-17 Doug Evans <dje@google.com>
10631
10632 * gdb.opt/Makefile.in: Fix whitespace.
10633
100906b0
UW
106342008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
10635
10636 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10637
4584e32e
DE
106382008-04-17 Doug Evans <dje@google.com>
10639
10640 * gdb.base/hashline1.exp: New testcase.
10641 * gdb.base/hashline2.exp: New testcase.
10642 * gdb.base/hashline2.exp: New testcase.
10643
0a320680
PA
106442008-04-17 Pedro Alves <pedro@codesourcery.com>
10645
10646 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10647
18ac113b
AR
106482008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
10649
10650 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10651 temporary breakpoint to match "Temporary breakpoint".
10652 * gdb.base/break.exp (delete_breakpoints): Likewise.
10653 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10654 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10655 * gdb.base/display.exp: Likewise.
10656 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10657 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10658 * gdb.base/restore.exp (restore_tests): Likewise.
10659 * gdb.base/sepdebug.exp: Likewise.
10660 * gdb.base/watchpoint.exp: Likewise.
10661 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10662 * gdb.mi/mi-pending.exp: Likewise.
10663 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10664 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10665 * gdb.mi/mi-var-cmd.exp: Likewise.
10666 * gdb.mi/mi-var-display.exp: Likewise.
10667 * gdb.mi/mi2-cli.exp: Likewise.
10668 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10669 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10670 * gdb.mi/mi2-var-display.exp: Likewise.
10671 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10672 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10673 new "disp" field.
a9c64011 10674 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
10675 reason. This is to support fix for PR2424.
10676
add38693
JK
106772008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10680
fcacd99f
VP
106812008-04-13 Vladimir Prus <vladimir@codesourcery.com>
10682
10683 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 10684 field. Add more floating varobj tests.
fcacd99f 10685 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
10686 field.
10687 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10688 (main): Call do_at_tests.
10689 * lib/mi-support.exp (mi_create_floating_varobj)
10690 (mi_varobj_update_with_type_change): New.
fcacd99f 10691
de051565
MK
106922008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
10693
10694 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10695 option of -var-evaluate-expression.
10696 * gdb.mi/mi2-var-display.exp: Likewise.
10697
dbc52822
VP
106982008-04-07 Vladimir Prus <vladimir@codesourcery.com>
10699
10700 Introduce test setup helpers.
a9c64011
AS
10701 * lib/gdb.exp (build_executable, clean_restart)
10702 (prepare_for_testing): New.
10703 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10704 * gdb.base/return.exp: Likewise.
10705 * gdb.base/ending-run.exp: Likewise.
dbc52822 10706
473591da
NR
107072008-04-07 Nick Roberts <nickrob@snap.net.nz>
10708
10709 * gdb.mi/mi-async.exp: New test for asynchronous Machine
10710 Interface (MI) responses.
10711
2b2d9e11
VP
107122008-04-06 Vladimir Prus <vladimir@codesourcery.com>
10713
a9c64011
AS
10714 * gdb.cp/breakpoint.cc: New code to test conditions involving
10715 member variables.
10716 * gdb.cp/breakpoint.exp: Test condition involving member
10717 variables.
2b2d9e11 10718
bb378428
VP
107192008-04-05 Vladimir Prus <vladimir@codesourcery.com>
10720
10721 * lib/mi-support.exp (mi_expect_stop): New.
10722 (mi_run_cmd): Change the
10723 token. Use mi_send_resuming_command, use
10724 mi_expect_stop.
10725 (mi_execute_to_helper): Rename to mi_execute_to.
10726 (mi_send_resuming_command): Add more error patterns.
10727 (mi_wait_for_stop): Renamed to...
10728 (mi_get_stop_line): ...this.
10729 (mi_run_inline_test): Adjust.
10730
10731 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10732 * gdb.mi/mi-console.exp: Likewise.
10733 * gdb.mi/mi-pending.exp: Likewise.
10734 * gdb.mi/mi-simplerun.exp: Likewise.
10735 * gdb.mi/mi-stack.exp: Likewise.
10736 * gdb.mi/mi-stepi.exp: Likewise.
10737 * gdb.mi/mi-syn-frame.exp: Add comment.
10738 * gdb.mi/mi-until.exp: Likewise.
10739 * gdb.mi/mi-var-display.exp: Likewise.
10740 * gdb.mi/mi-watch.exp: Likewise.
10741 * gdb.mi/mi2-cli.exp: Likewise.
10742 * gdb.mi/mi2-console.exp: Likewise.
10743 * gdb.mi/mi2-simplerun.exp: Likewise.
10744 * gdb.mi/mi2-stack.exp: Likewise.
10745 * gdb.mi/mi2-stepi.exp: Likewise.
10746 * gdb.mi/mi2-until.exp: Likewise.
10747 * gdb.mi/mi2-var-display.exp: Likewise.
10748 * gdb.mi/mi2-watch.exp: Likewise.
10749
62172bb9
UW
107502008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10751
10752 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10753
10754 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10755
a13e061a
PA
107562008-04-04 Pedro Alves <pedro@codesourcery.com>
10757
10758 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10759 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10760 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10761 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10762 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10763 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10764 expect an mi error duplicated in stderr.
10765
eae06beb
JB
107662008-04-03 Joel Brobecker <brobecker@adacore.com>
10767
10768 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10769 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10770 Add a couple of tests that verify the behavior when the new setting
10771 is set to "cancel" and "all".
10772 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10773 "ask" before we start the testing.
10774
79c6ced6
AR
107752008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10776
10777 * gdb.cp/casts.cc: Add class reference variables.
10778 * gdb.cp/casts.exp: New test cases for up/down casting references.
10779
6c2d1a6b
MK
107802008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
10781
10782 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10783 instead of beginning to make an extra test pass.
10784 * gdb.mi/mi2-var-display.exp: Likewise.
10785
55b411d9
MR
107862008-03-31 Maciej W. Rozycki <macro@mips.com>
10787
10788 * gdb.base/break.exp: Mark failures as such. Fix formatting.
10789
c6140da2
MD
107902008-03-31 Markus Deuling <deuling@de.ibm.com>
10791 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10792
10793 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10794 value. Add xfail for older kernels.
10795
79732189
AR
107962008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
10797
10798 Bring mi-support in line with gdb.exp.
10799 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10800 (mi_gdb_start): New function.
10801
33c3676e
MR
108022008-03-28 Maciej W. Rozycki <macro@mips.com>
10803
10804 * gdb.mi/mi-var-cmd.exp: Fix a typo.
10805
92e28119
VP
108062008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10807
10808 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10809 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 10810
9e8e3afe
VP
108112008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10812
10813 * lib/mi-support.exp (mi_create_varobj_checked): New.
10814 (mi_list_varobj_children): Allow to check for a
10815 value.
10816 (mi_list_array_varobj_children): New.
10817
10818 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10819 and mi_list_varobj_children, as opposed to hardcoding
10820 expected strings.
10821 * gdb.mi/gdb701.exp: Likewise.
10822 * gdb.mi/gdb792.exp: Likewise.
10823 * gdb.mi/mi-var-block.exp: Likewise.
10824 * gdb.mi/mi-var-cmd.exp: Likewise.
10825 * gdb.mi/mi-var-invalidate.exp: Likewise.
10826 * gdb.mi/mi2-var-block.exp: Likewise.
10827 * gdb.mi/mi2-var-child.exp: Likewise.
10828 * gdb.mi/mi2-var-cmd.exp: Likewise.
10829 * gdb.mi/mi2-var-display.exp: Likewise.
10830
9df50351
JK
108312008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10832
10833 Fix random false FAILs on i386.
10834 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10835
31e5d73a
DJ
108362008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10837
10838 PR gdb/544
10839 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10840
12f4afab
DJ
108412008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10842
10843 PR gdb/544
10844 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10845
b562a0cb
DJ
108462008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10847
10848 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10849 fixed PR gdb/544.
10850
17faa917
DJ
108512008-03-21 Pedro Alves <pedro@codesourcery.com>
10852
10853 * gdb.threads/fork-child-threads.exp: Test next over fork.
10854
6214f497
DJ
108552008-03-21 Chris Demetriou <cgd@google.com>
10856
10857 * gdb.base/break.exp (rbreak junk): New test for rbreak
10858 "Junk at end of arguments" issue.
10859
63092375
DJ
108602008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10861
10862 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
10863 *& to work on created array elements.
10864 (Top level): Test print $pc with a file. Test string operations
10865 without a target.
10866 * gdb.base/ptype.exp: Do not expect *& to work on created array
10867 elements.
10868
b21991b0
DJ
108692008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10870
10871 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10872 gdb.threads/staticthreads.exp: Update exit query.
10873
c4b347c7
SL
108742008-03-07 Sandra Loosemore <sandra@codesourcery.com>
10875
10876 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10877
fa4727a6
DJ
108782008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10879
10880 * gdb.base/watchpoint.c (global_ptr, func4): New.
10881 (main): Call func4.
10882 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10883 (test_inaccessible_watchpoint): New.
10884
2f34202f
MR
108852008-02-29 Maciej W. Rozycki <macro@mips.com>
10886
10887 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10888 select the largest.
10889
0d6ba1b1
DJ
108902008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10891
10892 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10893 frames-invalid annotations.
10894
e691325a
PM
108952008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
10896
a9c64011 10897 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 10898
f85b5ecc
DE
108992008-02-27 Doug Evans <dje@google.com>
10900
10901 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10902 for bug 1738.
10903 (breakpoint_to_handler_entry): Ditto.
10904
b40e7bf3
JB
109052008-02-27 Joel Brobecker <brobecker@adacore.com>
10906
10907 * gdb.base/ending-run.exp: Use the first line of code inside
10908 function body to test breakpoints.
10909 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10910 location where the breakpoint is inserted when using the line
10911 where a function is declared. Fix typo in the description of
10912 one of the tests.
10913 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10914
2faca73a
PM
109152008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10916
10917 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 10918 tests.
2faca73a 10919
6f439c36
PM
109202008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10921
10922 * gdb.base/args.exp: avoid same output for tests
10923 with single quotes.
10924
54e52265
VP
109252008-02-26 Vladimir Prus <vladimir@codesourcery.com>
10926
a9c64011
AS
10927 * gdb.base/annota1.exp: Adjust for 'info break'
10928 format changes.
10929 * gdb.base/annota3.exp: Likewise.
10930 * gdb.base/break.exp: Likewise.
10931 * gdb.base/condbreak.exp: Likewise.
10932 * gdb.base/pending.exp: Likewise.
10933 * gdb.base/sepdebug.exp: Likewise.
10934 * gdb.base/unload.exp: Likewise.
10935 * gdb.cp/ovldbreak.exp: Likewise.
10936 * gdb.mi/mi-pending.exp: Likewise.
54e52265 10937
897b09ca
DE
109382008-02-07 Doug Evans <dje@google.com>
10939
10940 * gdb.cp/mb-inline.exp: New.
10941 * gdb.cp/mb-inline.h: New.
10942 * gdb.cp/mb-inline1.cc: New.
10943 * gdb.cp/mb-inline2.cc: New.
10944
b1c32d35
PM
109452008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10946
10947 * gdb.pascal/floats.pas: New test program.
10948 * gdb.pascal/floats.exp: New testcase.
10949
1a4ca44a
TJB
109502008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
10951
10952 * gdb.base/callfuncs.c (t_float_many_args): New function.
10953 (t_double_many_args): New function.
10954 * gdb.base/callfuncs.exp: Add tests for exceeding float
10955 and double parameters passed through the stack.
10956
439048e8
JB
109572008-02-05 Joel Brobecker <brobecker@adacore.com>
10958
10959 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10960 gdb.ada/complete/foo.adb: New files.
10961 * gdb.ada/complete.exp: New testcase.
10962
81fe8080
DE
109632008-02-03 Doug Evans <dje@google.com>
10964
301f0ecf
DE
10965 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10966
81fe8080
DE
10967 * gdb.cp/gdb2384.exp: New file.
10968 * gdb.cp/gdb2384.cc: New file.
10969 * gdb.cp/gdb2384-base.h: New file.
10970 * gdb.cp/gdb2384-base.cc: New file.
10971
4b071aec
DE
109722008-02-02 Doug Evans <dje@google.com>
10973
10974 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10975
61137ba6
JB
109762007-02-01 Joel Brobecker <brobecker@adacore.com>
10977
10978 * gdb.ada/sym_print_name: New test program.
10979 * gdb.ada/sym_print_name.exp: New testcase.
10980
109812007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
10982
10983 * gdb.ada/nested/hello.adb: New file.
10984 * gdb.ada/nested.exp: New testcase.
10985 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10986
98deb0da
VP
109872008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10988
10989 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
10990 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10991 don't cause future evaluations of function to report
10992 creation of internal breakpoints.
98deb0da 10993
723a2275
VP
109942008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10995
10996 * gdb.mi/mi-break.exp (test_error): New.
10997 Call it.
10998
fb546a2f
LM
109992008-01-31 Luis Machado <luisgpm@br.ibm.com>
11000
11001 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
11002 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
11003
2d8fd90a
PM
110042008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
11005
11006 * gdb.pascal/integers.pas: New test program.
11007 * gdb.pascal/integers.exp: New testcase.
11008
a7fa0ded
PM
110092008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
11010
11011 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
11012
5e1a1926
TJB
110132008-01-30 Luis Machado <luisgpm@br.ibm.com>
11014
11015 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
11016 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
11017
8d04f9f0
JB
110182008-01-30 Paul Hilfinger <hilfinger@adacore.com>
11019
11020 * gdb.ada/formatted_ref: New test program.
11021 * gdb.ada/formatted_ref.exp: New testcase.
11022
11023 * gdb.cp/formatted-ref.cc: New file.
11024 * gdb.cp/formatted-ref.exp: New testcase.
11025
ce75a98f
JB
110262008-01-30 Joel Brobecker <brobecker@adacore.com>
11027
11028 * gdb.base/ptype.exp: Add testing of "ptype $pc".
11029
e835f6bf
NR
110302008-01-30 Nick Roberts <nickrob@snap.net.nz>
11031
11032 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
11033 (test_file_list_exec_source_file): Update to new macro-info field.
11034
d118ef87
PH
110352008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
11036
11037 * gdb.ada/exprs: New test program.
11038 * gdb.ada/exprs.exp: New testcase.
11039
7d35ab09
TJB
110402008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11041
11042 * dfp-test.c (DELTA, DELTA_B): New definitions.
11043 (double_val1, double_val2, double_val3, double_val4, double_val5,
11044 double_val6, double_val7, double_val8, double_val9, double_val10,
11045 double_val11, double_val12, double_val13, double_val14, dec32_val1,
11046 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
11047 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
11048 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
11049 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
11050 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
11051 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
11052 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
11053 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
11054 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
11055 dec128_val16): New global variables.
11056 (decimal_dec128_align): New function.
11057 (decimal_mixed): Likewise.
11058 (decimal_many_args_dec32): Likewise.
11059 (decimal_many_args_dec64): Likewise.
11060 (decimal_many_args_dec128): Likewise.
11061 (decimal_many_args_mixed): Likewise.
11062 * dfp-test.exp: Add tests calling new inferior functions.
11063
2d717e4f
DJ
110642008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11065
11066 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
11067 gdb.server/ext-run.exp: New files.
11068 * lib/gdbserver-support.exp (gdbserver_download): New.
11069 (gdbserver_start): New. Update gdbserver expected
11070 output.
11071 (gdbserver_spawn): Use them.
11072 (gdbserver_start_extended): New.
11073
e85a822c
DJ
110742008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11075
11076 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
11077 Run on GNU/Linux.
11078 (do_exec_tests): Check for systems which do not support catchpoints.
11079 Do not match START.
11080 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
11081 Run on GNU/Linux. Enable verbose output.
11082 (check_fork_catchpoints): New.
11083 (explicit_fork_child_follow, catch_fork_child_follow)
11084 (tcatch_fork_parent_follow): Update expected messages.
11085 (do_fork_tests): Use check_fork_catchpoints.
11086 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
11087 Run on GNU/Linux. Enable verbose output.
11088 (check_vfork_catchpoints): New.
11089 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
11090 expected messages.
11091 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
11092
401ea829
JB
110932008-01-29 Jim Blandy <jimb@red-bean.com>
11094
11095 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
11096 host' errors.
11097 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
11098
aceaf3ad
JB
110992008-01-29 Jim Blandy <jimb@red-bean.com>
11100
11101 * gdb.threads/sigthread.c: Use barriers to ensure that
11102 child_thread and child_thread_two are always initialized before we
11103 start to use them.
11104
a5606eee
VP
111052008-01-29 Vladimir Prus <vladimir@codesourcery.com>
11106
11107 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
11108 * gdb.base/watchpoint-solib.c: New.
11109 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 11110
c55a82bb
PM
111112008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
11112
11113 * gdb.base/gdb1056.exp: Add unsigned integer test.
11114
0993fe05
DE
111152008-01-28 Doug Evans <dje@google.com>
11116
11117 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
11118
4fe42e7f
JB
111192008-01-27 Jim Blandy <jimb@codesourcery.com>
11120
c7a69933
JB
11121 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
11122
4fe42e7f
JB
11123 * gdb.base/expand-psymtabs.exp: Doc fix.
11124
5def8285
MK
111252008-01-26 Mark Kettenis <kettenis@gnu.org>
11126
11127 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11128
5313c911
NR
111292008-01-24 Nick Roberts <nickrob@snap.net.nz>
11130
a9c64011 11131 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
11132 -var-set-format.
11133
93815fbf
VP
111342008-01-23 Chris Demetriou <cgd@google.com>
11135
11136 * gdb.threads/thread_events.c: New testcase source file.
11137 * gdb.threads/thread_events.exp: New testcase expect file.
11138
467a88ee
NR
111392008-01-23 Nick Roberts <nickrob@snap.net.nz>
11140
11141 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
11142
11143 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
11144 -var-set-format.
11145
d8f82aba
DJ
111462008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11147 Vladimir Prus <vladimir@codesourcery.com>
11148
11149 * gdb.base/float.exp: Allow missing floating point for m68k and
11150 PowerPC.
11151
60c46647
VP
111522008-01-22 Vladimir Prus <vladimir@codesourcery.com>
11153
11154 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
11155 ignore count.
11156 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
11157 * gdb.mi/mi-cli.exp: Adjust.
11158 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 11159
c7dd36a1
PA
111602008-01-17 Pedro Alves <pedro@codesourcery.com>
11161
11162 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
11163 and 'dummy_ptr' integer pointer. Initialize struct_declarations
11164 with dummy_ptr's address.
11165 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
11166 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
11167 all targets.
11168 * gdb.mi/mi2-var-child.exp: Likewise.
11169
39d5313e
JB
111702008-01-09 Joel Brobecker <brobecker@adacore.com>
11171
11172 * gdb.ada/null_array: New test program.
11173 * gdb.ada/null_array.exp: New testcase.
11174
0aea4bf3
LM
111752008-01-09 Luis Machado <luisgpm@br.ibm.com>
11176
11177 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11178 with required float modifiers.
11179
0b354900
JB
111802008-01-08 Joel Brobecker <brobecker@adacore.com>
11181
11182 * gdb.ada/funcall_param: New test program.
11183 * gdb.ada/funcall_param.exp: New testcase.
11184
cdb7f5d4
JB
111852008-01-08 Joel Brobecker <brobecker@adacore.com>
11186
11187 * gdb.ada/arrayparam: New test program.
11188 * gdb.ada/arrayparam.exp: New testcase.
11189
88e2547f
JB
111902008-01-08 Joel Brobecker <brobecker@adacore.com>
11191
11192 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11193 landed. Should also fix random failures in the test following it.
11194
f6867ce0
TJB
111952008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11196
11197 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11198 for expressions with decimal float values.
11199 (test_dfp_conversions): New function to test casts to and from
11200 decimal float types.
11201 Call test_dfp_conversions.
11202 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11203 elements.
11204 (main): Initialize ds.float4 and ds.double8 elements.
11205 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
11206 string to new error message.
11207 (d64_set_tests): Likewise.
11208 (d128_set_tests): Likewise.
11209 Add tests for expressions with decimal float variables. Add tests for
11210 conversions to and from decimal float types.
11211
f9c11282
JB
112122008-01-05 Joel Brobecker <brobecker@adacore.com>
11213
11214 * gdb.ada/packed_tagged/comp_bug.adb: New file.
11215 * gdb.ada/packed_tagged.exp: New testcase.
11216
0ecbca72
JB
112172008-01-04 Joel Brobecker <brobecker@adacore.com>
11218
11219 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11220 gdb.ada/homonym/homonym_main.adb: New files.
11221 * gdb.ada/homonym.exp: New testcase.
11222
c18d3d89
JB
112232008-01-04 Joel Brobecker <brobecker@adacore.com>
11224
11225 * gdb.ada/packed_array.exp: Add testing of references to
11226 a packed array.
11227
ecc7085b
JB
112282008-01-04 Joel Brobecker <brobecker@adacore.com>
11229
11230 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11231 New files.
11232 * gdb.ada/type_coercion.exp: New testcase.
11233
c474c922
JB
112342008-01-04 Joel Brobecker <brobecker@adacore.com>
11235
11236 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11237 gdb.ada/tagged/foo.adb: New file.
11238 * gdb.ada/tagged.exp: New testcase.
11239
9005b927
JB
112402008-01-04 Joel Brobecker <brobecker@adacore.com>
11241
11242 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11243 gdb.ada/ptype_field/foo.adb: New files.
11244 * gdb.ada/ptype_field.exp: New testcase.
11245
1a6aaad8
JB
112462008-01-03 Joel Brobecker <brobecker@adacore.com>
11247
11248 * gdb.ada/print_pc.exp: New testcase.
11249
0ef22f53
JB
112502008-01-03 Joel Brobecker <brobecker@adacore.com>
11251
11252 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11253 gdb.ada/taft_type/p.adb: New files.
11254 * gdb.ada/taft_type.exp: New testcase.
11255
1689ecf8
JB
112562008-01-03 Joel Brobecker <brobecker@adacore.com>
11257
11258 * gdb.ada/array_bounds/bar.adb: New file.
11259 * gdb.ada/array_bounds.exp: New testcase.
11260
a4d0b9c3
JB
112612008-01-03 Joel Brobecker <brobecker@adacore.com>
11262
11263 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11264 gdb.ada/arrayptr/foo.adb: New files.
11265 * gdb.ada/arrayptr.exp: New testcase.
11266
a31ace00
JB
112672008-01-03 Joel Brobecker <brobecker@adacore.com>
11268
11269 * gdb.base/set-lang-auto.exp: New testcase.
11270
a97fced3
JB
112712008-01-03 Joel Brobecker <brobecker@adacore.com>
11272
11273 * gdb.ada/fun_addr/foo.adb: New file.
11274 * gdb.ada/fun_addr.exp: New testcase.
11275
ef29ce1a
JK
112762008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11279 New files
11280
0fafefe3
JB
112812008-01-02 Joel Brobecker <brobecker@adacore.com>
11282
11283 * array_subscript_addr/p.adb: New file.
a9c64011 11284 * array_subscript_addr.exp: New testcase.
0fafefe3 11285
c4359f8d
JB
112862008-01-02 Joel Brobecker <brobecker@adacore.com>
11287
a9c64011 11288 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
11289 New files.
11290 * gdb.ada/str_cmp_ref.exp: New testcase.
11291
1aa1b15b
JB
112922008-01-01 Joel Brobecker <brobecker@adacore.com>
11293
11294 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11295 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 11296 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 11297
81c9b2cf
JB
112982008-01-01 Joel Brobecker <brobecker@adacore.com>
11299
11300 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11301 gdb.ada/ref_param/pck.ads: New files.
11302 * gdb.ada/ref_param.exp: New testcase.
11303
319e4674
JB
113042008-01-01 Joel Brobecker <brobecker@adacore.com>
11305
11306 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11307 gdb.ada/interface/foo.adb: New files.
11308 * gdb.ada/interface.exp: New testcase.
11309
ef682c56
JB
113102007-12-31 Jim Blandy <jimb@codesourcery.com>
11311
11312 * gdb.base/multi-forks.exp: Consume all output from child
11313 processes before proceeding to next test.
11314
f6f3eb6c
JB
113152007-12-29 Jim Blandy <jimb@codesourcery.com>
11316
11317 * configure: Regenerated.
11318
f652e42f
JB
113192007-12-27 Joel Brobecker <brobecker@adacore.com>
11320
11321 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11322 gdb.ada/fixed_cmp/fixed.adb: New files.
11323 * gdb.ada/fixed_cmp.exp: New testcase.
11324
6943e596
JB
113252007-12-27 Joel Brobecker <brobecker@adacore.com>
11326
11327 * gdb.ada/boolean_expr.exp: New testcase.
11328
aad9a193
JB
113292007-12-26 Jim Blandy <jimb@codesourcery.com>
11330
11331 * gdb.base/multi-forks.exp: Doc fix.
11332
fb5f3683
JB
113332007-12-26 Joel Brobecker <brobecker@adacore.com>
11334
11335 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11336 * gdb.ada/char_param.exp: Do not compile our test program with
11337 -gnata, this is unnecessary.
11338 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11339
384e4a9c
JB
113402007-12-24 Joel Brobecker <brobecker@adacore.com>
11341
11342 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11343 gdb.ada/print_chars/foo.adb: New files.
11344 * gdb.ada/print_chars.exp: New testcase.
11345
01e044f7
JB
113462007-12-24 Joel Brobecker <brobecker@adacore.com>
11347
11348 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11349 gdb.ada/char_param/foo.adb: New files.
11350 * gdb.ada/char_param.exp: New testcase.
11351
0ce17860
JB
113522007-12-22 Jim Blandy <jimb@codesourcery.com>
11353
11354 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11355 hard-coding source line numbers into the test.
11356 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11357 gdb_get_line_number to find.
11358
919809b9
JB
113592007-12-22 Joel Brobecker <brobecker@adacore.com>
11360
11361 * gdb.base/ptype.c (highest): New struct type.
11362 (the_highest): New variable of that type.
11363 (main): Add dummy assignment to a field of variable the_highest.
11364 * gdb.base/ptype.exp: Test type printing of our new variable.
11365
abc8a88d
PM
113662007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
11367
11368 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 11369 and record first explicitly generated thread number.
abc8a88d
PM
11370 Use that thread number for thread specific watchpoint test.
11371 Add iteration number to repetitive tests.
11372
5158f3e3
CES
113732007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
11374 Jim Blandy <jimb@codesourcery.com>
11375
11376 * gdb.base/expand-psymtabs.c: New testcase
11377 source file.
11378 * gdb.base/expand-psymtabs.exp: New testcase
11379 expect file.
11380
37e4754d
LM
113812007-12-17 Luis Machado <luisgpm@br.ibm.com>
11382
11383 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11384 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11385
551e5d04
JB
113862007-12-17 Joel Brobecker <brobecker@adacore.com>
11387
11388 * gdb.ada/frame_args/foo.adb: New file.
11389 * gdb.ada/frame_args/pck.ads: New file.
11390 * gdb.ada/frame_args/pck.adb: New file.
11391 * gdb.ada/frame_args.exp: New testcase.
11392
a05ee097
JB
113932007-12-17 Joel Brobecker <brobecker@adacore.com>
11394
11395 * gdb.base/frame-args.c: New file.
11396 * gdb.base/frame-args.exp: New testcase.
11397
c162e8c9 113982007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 11399 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
11400
11401 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11402
afe8ab22 114032007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 11404
afe8ab22
VP
11405 * gdb.mi/mi-pending.exp: New.
11406 * gdb.mi/mi-pending.c: New.
11407 * gdb.mi/mi-pendshr.c: New.
11408
dfdfb3ca
JB
114092007-12-06 Jim Blandy <jimb@codesourcery.com>
11410
11411 * gdb.base/default.exp: Update expected output for 'info catch'.
11412
b7fca990
JK
114132007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11414
11415 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11416 must be set to binary.
11417
6a1afc1e
PA
114182007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
11419
11420 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11421
a6b151f1
DJ
114222007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11423
11424 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11425 gdb.mi/mi-file-transfer.exp: New.
11426
43039443
JK
114272007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11428
11429 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11430
0ef2251b
MR
114312007-11-22 Maciej W. Rozycki <macro@mips.com>
11432
11433 * gdb.trace/backtrace.exp: Fix a typo.
11434 * gdb.trace/circ.exp: Likewise.
11435 * gdb.trace/collection.exp: Likewise.
11436 * gdb.trace/limits.exp: Likewise.
11437 * gdb.trace/report.exp: Likewise.
11438 * gdb.trace/tfind.exp: Likewise.
11439 * gdb.trace/while-dyn.exp: Likewise.
11440
5443631e
NR
114412007-11-21 Nick Roberts <nickrob@snap.net.nz>
11442
11443 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11444 objects of pointers that can't be dereferenced are now
11445 "noneditable".
11446
a4ce5b0d
UW
114472007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11448
11449 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11450 (target_cpu): Remove.
11451
d6e956e5
VP
114522007-10-15 Vladimir Prus <vladimir@codesourcery.com>
11453
11454 * gdb.base/ending-run.exp: Expect the list of cleared
11455 breakpoint to come in natural order, not the reversed one.
a9c64011 11456
214270ab
VP
114572007-11-07 Vladimir Prus <vladimir@codesourcery.com>
11458
11459 * gdb.mi/mi-var-child.c (do_child_deletion): New.
11460 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 11461
1a619819
LM
114622007-11-05 Luis Machado <luisgpm@br.ibm.com>
11463
11464 * gdb.base/printcmds.exp: New function
11465 test_printf_with_dfp.
11466
5b01a6fa
DE
114672007-11-02 Doug Evans <dje@google.com>
11468
11469 * gdb.disasm/t01_mov.s: Remove carriage returns.
11470 * gdb.disasm/t02_mova.s: Ditto.
11471 * gdb.disasm/t03_add.s: Ditto.
11472 * gdb.disasm/t04_sub.s: Ditto.
11473 * gdb.disasm/t05_cmp.s: Ditto.
11474 * gdb.disasm/t06_ari2.s: Ditto.
11475 * gdb.disasm/t07_ari3.s: Ditto.
11476 * gdb.disasm/t08_or.s: Ditto.
11477 * gdb.disasm/t09_xor.s: Ditto.
11478 * gdb.disasm/t10_and.s: Ditto.
11479 * gdb.disasm/t11_logs.s: Ditto.
11480 * gdb.disasm/t12_bit.s: Ditto.
11481 * gdb.disasm/t13_otr.s: Ditto.
11482
ec33ab7f
JK
114832007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11484
11485 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11486
ae0d01ff
UW
114872007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11488
11489 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11490 provide DFP support.
11491
55eddb0f
DJ
114922007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
11493
11494 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11495 Test "set powerpc vector-abi". Skip auto-detection tests for old
11496 toolchains.
11497
7020f05c
PA
114982007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11499
11500 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11501 with [string compare].
11502
84bc3db9
PA
115032007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11504
11505 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11506 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11507
5876dc88
LM
115082007-10-25 Luis Machado <luisgpm@br.ibm.com>
11509
11510 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11511 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11512 * gdb.opt/Makefile.in: New makefile.
11513 * Makefile.in: Create new directory "gdb.opt".
11514 * configure.ac: Add "gdb.opt" directory.
11515 * configure: Regenerated.
a9c64011 11516
c3ea9a14
DE
115172007-10-25 Doug Evans <dje@google.com>
11518
11519 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11520 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11521
a9c64011 115222007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
11523 Thiago Jung Bauermann <bauerman@br.ibm.com>
11524
11525 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11526 Floating Point expressions.
11527 * gdb.base/dfp-test.exp: new file adding tests for Decimal
11528 Floating Point variables.
11529 * gdb.base/dfp-test.c: new file containing program with Decimal
11530 Floating variables, used by gdb.base/dfp-test.exp.
11531
62a24a2b
DJ
115322007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11533
11534 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11535
e7b1eae6
UW
115362007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11537
11538 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11539 compiling test case with GCC.
11540 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11541
c641edcc
UW
115422007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11543
11544 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11545 format changes.
11546
5e5ebfe6
MS
115472007-10-18 Michael Snyder <msnyder@specifix.com>
11548
11549 * gdb.base/dbx.exp: Add missing "-re " operator.
11550
e831e7b6
GM
115512007-10-16 Gaius Mulley <gaius@glam.ac.uk>
11552
11553 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11554 * configure.ac: Removed trailing spaces after backslash.
11555 * gdb.modula2: New directory.
11556 * gdb.modula2/Makefile.in: New file.
11557 * gdb.modula2/unbounded-array.exp: New file.
11558 * gdb.modula2/unbounded1.c: New file.
11559
7cc46491
DJ
115602007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11561
11562 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11563
115642007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
11565
11566 * gdb.base/sigstep.c (main): Add checks for
11567 return values for setitimer call.
11568 Call setitimer again with itimer = ITIMER_REAL
11569 if first call to setitimer fails.
11570
e91528f0
KH
115712007-10-11 Kazu Hirata <kazu@codesourcery.com>
11572
11573 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11574 of $timeout.
11575
2ec9a4f8
DJ
115762007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11577
11578 * gdb.server/server-run.exp: Test for dynamic linker symbols.
11579
115802007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
11581
11582 * lib/gdb.exp (gdb_run_cmd): Move comment outside
11583 of gdb_expect call, to avoid interruption.
11584
64b2fa04
PA
115852007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
11586
11587 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11588 (v_unsigned_long_long, v_long_long_array)
11589 (v_signed_long_long_array, v_unsigned_long_long_array)
11590 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11591 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11592 [!NO_LONG_LONG]: New.
11593 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11594 v_long_long_member.
11595
11596 (v_long_long_func, v_signed_long_long_func)
11597 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11598 (main) [!NO_LONG_LONG]: Initialize long long variants.
11599
11600 * gdb.base/whatis.exp: If board file requests no_long_long, build
11601 test with NO_LONG_LONG defined. Test long long, signed long long,
11602 and unsigned long long variants but only if board file doesn't
11603 disable it.
11604
a912286e 116052007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 11606 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
11607
11608 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11609 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11610 * configure: Regenerated.
11611 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11612 gdb.pascal/types.exp, lib/pascal.exp: New files.
11613
471ba8c9
DJ
116142007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
11615
11616 * gdb.cp/classes.exp (do_tests): Always step to the line after the
11617 call.
11618 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11619 to return to the call.
11620 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11621 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11622 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11623 * gdb.mi/mi-until.exp (test_until): Likewise.
11624 * gdb.mi/mi2-until.exp (test_until): Likewise.
11625
fef8a650
DJ
116262007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
11627
11628 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11629 two-char array.
11630 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11631
d983da9c
DJ
116322007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
11633
11634 * gdb.threads/watchthreads.c (thread_function): Sleep between
11635 iterations.
11636 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11637 at once for S/390. Generate matching fails and passes.
11638
17f62551
VP
116392007-09-27 Vladimir Prus <vladimir@codesourcery.com>
11640
11641 * gdb.mi/var-cmd.c (do_children_tests): Initialize
11642 the 'struct_declarations' variable to zeros.
a9c64011 11643
ed0616c6
VP
116442007-09-24 Vladimir Prus <vladimir@codesourcery.com>
11645
11646 * gdb.cp/mb-ctor.cc: New.
11647 * gdb.cp/mb-ctor.exp: New.
11648 * gdb.cp/mb-templates.cc: New.
11649 * gdb.cp/mb-templates.exp: New.
11650
41f1b697
DJ
116512007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
11652
11653 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11654
3f213f78
PA
116552007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
11656
11657 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11658 targets.
11659 * configure: Regenerate.
11660
0d381245 116612007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 11662
0d381245
VP
11663 * gdb.base/annota1.exp: Adjust for 'info break'
11664 format changes.
11665 * gdb.base/annota3.exp: Likewise.
11666 * gdb.base/break.exp: Likewise.
11667 * gdb.base/condbreak.exp: Likewise.
11668 * gdb.base/pending.exp: Likewise.
11669 * gdb.base/sepdebug.exp: Likewise.
11670 * gdb.base/unload.exp: Likewise.
11671 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 11672
fe3f5fa8
VP
116732007-09-22 Vladimir Prus <vladimir@codesourcery.com>
11674
11675 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11676 messages.
11677 * gdb.base/chng-syms.exp: Likewise.
11678 * gdb.base/unload.exp: Likewise.
a9c64011 11679
a75cf6c0
DJ
116802007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
11681
11682 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11683
18ecae38
DJ
116842007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11685
11686 * schedlock.c (NUM): Change to 1.
11687 (main): Use args[0] for the main thread.
11688 * schedlock.exp: Only expect two threads. Only issue one pass or fail
11689 regardless of the number of threads.
11690
5509918f
MR
116912007-09-14 Maciej W. Rozycki <macro@mips.com>
11692
4a543daf
MR
11693 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11694 type down.
11695 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11696 test.
11697 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11698 watchpoint type down.
11699 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11700 test.
11701
117022007-09-14 Maciej W. Rozycki <macro@mips.com>
11703
5509918f
MR
11704 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11705 Move all the tests here and run them twice, once using software
11706 watchpoints and once using hardware watchpoints.
11707 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11708
40b53987
DJ
117092007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
11710
11711 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11712 test.
11713
695e2681
MK
117142007-09-10 Mark Kettenis <kettenis@gnu.org>
11715
8b3fc8d8
MK
11716 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11717 build-id.
11718
695e2681
MK
11719 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11720 know about $ORIGIN. Calculate output dir from $dest instead of
11721 using ${objdir}/{$subdir}.
11722
58d69f29
MK
117232007-09-09 Mark Kettenis <kettenis@gnu.org>
11724
11725 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11726 gcore, before continuing with the test.
11727
3e347599
DJ
117282007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
11729
11730 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11731 * gdb.mi/mi-watch.exp: Likewise.
11732
ea37ba09
DJ
117332007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11734 Jim Blandy <jimb@codesourcery.com>
11735
11736 * gdb.arch/i386-sse.exp: Do not expect character constants.
11737 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11738 * gdb.base/display.exp: Allow print/s.
11739 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11740 and unsigned char array changes.
11741
2025a643
DJ
117422007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11743
11744 * gdb.base/display.exp: Add tests for printf %p.
11745
26669a27
PA
117462007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11747
11748 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11749 the dll name to unicode.
11750
c8f021f8
JK
117512007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 * gdb.base/default.exp (show version): Update the version text.
11754 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11755
4cf31eea
JK
117562007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11757
11758 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11759 New files.
11760
4935890f
JK
117612007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11762
11763 * lib/gdb.exp (build_id_debug_filename_get): New function.
11764 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11765 Remove the generate DEBUG file for the future testcase runs.
11766 New testcase for the NT_GNU_BUILD_ID retrieval.
11767 Move the final testing step to ...
11768 (test_different_dir): ... a new function.
11769 New parameter XFAIL to XFAIL all the tests performed.
11770 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11771 New parameter TYPE to PF_PREFIX all the tests performed.
11772
02142340
VP
117732007-08-31 Vladimir Prus <vladimir@codesourcery.com>
11774
11775 * gdb.mi/mi-var-cp.cc (path_expression): New
11776 function.
11777 * gdb.mi/mi-var-cp.exp: Run path exression tests.
11778
36acd84e
UW
117792007-08-27 Markus Deuling <deuling@de.ibm.com>
11780
11781 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11782 to fit into SPU Local Store memory.
11783
a896d121
JB
117842007-08-23 Joel Brobecker <brobecker@adacore.com>
11785
11786 * gdb.base/default.exp: Adjust the expected output of "info
11787 warranty" after the switch to GPLv3.
11788
7b433602
JB
117892007-08-23 Joel Brobecker <brobecker@adacore.com>
11790
11791 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11792 to 30000 (from 20000).
11793
e22f8b7c
JB
117942007-08-23 Joel Brobecker <brobecker@adacore.com>
11795
11796 Switch the license of all .exp files to GPLv3.
11797 Switch the license of all .f and .f90 files to GPLv3.
11798 Switch the license of all .s and .S files to GPLv3.
11799
5a0e3bd0
JB
118002007-08-23 Joel Brobecker <brobecker@adacore.com>
11801
11802 * configure.ac: Switch license to GPLv3.
11803
cc00619d
JB
118042007-08-23 Joel Brobecker <brobecker@adacore.com>
11805
11806 Switch the licensing to GPLv3 for all .ads and .adb files.
11807
8d26208a
DJ
118082007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
11809
11810 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11811 and t_int_double.
11812 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11813
4fcb9948
JB
118142007-08-17 Joel Brobecker <brobecker@adacore.com>
11815
11816 * gdb.base/step-line.c: Switch license to GPL version 3, and
11817 update copyright year.
11818 * gdb.base/step-line.inp: Likewise.
11819
b9c34f67
JB
118202007-08-17 Joel Brobecker <brobecker@adacore.com>
11821
11822 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11823 changes inside gdb1555.c.
11824 * gdb.base/pending.exp: Likewise.
11825
2cc17678
DJ
118262007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11827
11828 * config/default.exp: New file.
11829
e48883f7
DJ
118302007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11831
11832 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11833 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11834
1ab80e5b
MR
118352007-07-30 Maciej W. Rozycki <macro@mips.com>
11836
11837 * gdb.base/dump.exp: Force the correct endianness for binary
11838 formats not carrying this information.
11839
aba471f5
DJ
118402007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11841
11842 * gdb.threads/staticthreads.exp: Match .*sem_post.
11843
d4e07204
DJ
118442007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11845
11846 * gdb.base/readline.exp (operate_and_get_next): Match the final
11847 prompt.
11848
2b97317d
KB
118492007-07-23 Kevin Buettner <kevinb@redhat.com>
11850
11851 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11852 to restarting SID.
11853
44efa07a
KB
118542007-07-18 Kevin Buettner <kevinb@redhat.com>
11855
11856 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11857 prior to `gdb_start'.
11858
7b5ebade
KB
118592007-07-18 Kevin Buettner <kevinb@redhat.com>
11860
11861 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
11862 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
11863 Remove call to gdb_unload.
11864
255e7678
DJ
118652007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
11866 Daniel Jacobowitz <dan@codesourcery.com>
11867
11868 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
11869 for __WIN32__.
11870 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
11871 * gdb.base/unload.exp: Use shared library test routines.
11872
3a40aaa0
UW
118732007-07-03 Markus Deuling <deuling@de.ibm.com>
11874
11875 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
11876 * gdb.base/solib-symbol-lib.c: Likewise.
11877 * gdb.base/solib-symbol-main.c: Likewise.
11878
b0f4b84b
DJ
118792007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11880
11881 * config/gdbserver.exp (gdb_reconnect): New.
11882 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11883 gdb.base/solib-disc.exp: New files.
11884 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11885 remote debugging".
11886 (gdb_compile): Add shlib_load flag.
11887 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11888 port.
11889 (gdbserver_reconnect): New.
11890
1b05479a
DJ
118912007-07-01 Nick Roberts <nickrob@snap.net.nz>
11892 Daniel Jacobowitz <dan@codesourcery.com>
11893
11894 * gdb.base/annota3.exp: Test for if construct.
11895
86f78eb2
DJ
118962007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
11897
11898 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11899
6a2eb474 119002007-06-21 Chris Dearman <chris@mips.com>
a9c64011 11901 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
11902
11903 * gdb.base/display.exp: Allow a newline after display/i.
11904 * gdb.base/pc-fp.exp: Likewise.
11905 * gdb.base/sigbpt.exp: Likewise.
11906
f8b73d13
DJ
119072007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11908
11909 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
11910 required features to be included.
11911
4339e69e
DJ
119122007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11913
11914 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11915 in info threads output.
11916
23d964e7
UW
119172007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11918 Markus Deuling <deuling@de.ibm.com>
11919
11920 * gdb.arch/spu-info.exp: New testcase.
11921 * gdb.arch/spu-info.c: New file.
11922
fd20f75b
DJ
119232007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11924
11925 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11926 tpcs_offset. Restore lr after the call.
11927 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11928
2226f861
DJ
119292007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
11930
11931 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11932 (gdbserver_run): Kill any running gdbserver.
11933 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11934
d12371a9
MR
119352007-05-17 Maciej W. Rozycki <macro@mips.com>
11936
11937 * gdb.base/sigbpt.exp: Preset segv_addr.
11938
93f02886
DJ
119392007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
11940
11941 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11942 (gdb_compile_shlib): Likewise.
11943 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11944 (default_gdb_init): Clear cleanfiles.
11945 (gdb_finish): Delete recorded cleanfiles.
11946 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11947
11948 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11949 Do not use isnative.
11950 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11951 gdb.base/so-impl-ld.exp: Likewise.
11952 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
11953 * gdb.base/unload.exp: Likewise. Do not pass empty option to
11954 gdb_compile.
11955
b04e06d7
VP
119562007-05-15 Vladimir Prus <vladimir@codesourcery.com>
11957
11958 * config/unknown.exp: Remove.
11959
069ed931
UW
119602007-05-15 Markus Deuling <deuling@de.ibm.com>
11961
11962 * gdb.base/info-proc.exp: Check is_remote.
11963
09db0d03
UW
119642007-05-14 Markus Deuling <deuling@de.ibm.com>
11965
11966 * gdb.base/gcore.exp: Initialize variable core_supported.
11967
af2cbe8c
DJ
119682007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11969
11970 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11971
027c0295
DJ
119722007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11973
11974 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11975 * gdb.threads/print-threads.exp (test_all_threads): Allow
11976 negative and hexadecimal thread IDs.
11977
dc5000e7
DJ
119782007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11979
11980 * gdb.java/jprint.java (public): Avoid invalid call to static
11981 method.
11982
2e74ed18
DP
119832007-05-14 Denis Pilat <denis.pilat@st.com>
11984
11985 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11986 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11987 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11988 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11989 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11990
83547f02
UW
119912007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11992
11993 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 11994 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
11995 this mode.
11996 * gdb.base/ovlymgr.c: Provide stubs for spu target.
11997 * gdb.base/spu.ld: New file.
11998
b18be20d
DJ
119992007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
12000
12001 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
12002
be444858
DJ
120032007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
12004
12005 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
12006
b1d53152
DJ
120072007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
12008
12009 * gdb.java/jmain.exp: Handle demangled names with and without method
12010 signatures.
12011
d084b331
DJ
120122007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
12013
12014 * gdb.mi/mi-syn-frame.c (main, foo, bar)
12015 (have_a_very_merry_interrupt): Remove calls to puts.
12016 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
12017 inferior output.
12018 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
12019 test names.
12020
db9d7fc5
DJ
120212007-04-29 Markus Deuling <deuling@de.ibm.com>
12022 Daniel Jacobowitz <dan@codesourcery.com>
12023
12024 * gdb.base/auxv.exp (core_works): Also check is_remote.
12025 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
12026
ef783a7d 120272007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 12028
ef783a7d
VP
12029 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
12030 message, not the undefined 'module' variable.
12031 * gdb.base/siginfo.exp: Likewise.
12032 * gdb.base/sigstep.exp: Likewise.
12033 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
12034 serialport.
12035 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
12036
b7b73cae
CV
120372007-04-25 Corinna Vinschen <vinschen@redhat.com>
12038
12039 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
12040 target sim fails. Return 0 otherwise.
12041 (gdb_load): Return prematurely if gdb_target_sim fails.
12042
7d90fdfa
DP
120432007-04-16 Denis Pilat <denis.pilat@st.com>
12044
12045 * gdb.base/setshow.exp: Reset height after having set it to 100.
12046
5d3e9c85
DP
120472007-04-16 Denis Pilat <denis.pilat@st.com>
12048
12049 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
12050
18e75969
DP
120512007-04-16 Denis Pilat <denis.pilat@st.com>
12052
12053 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
12054
25d5ea92
VP
120552007-04-14 Vladimir Prus <vladimir@codesourcery.com>
12056
12057 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
12058 tests. Run the frozen varobjs test.
12059 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 12060 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 12061
0b49cb80
JK
120622007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12063
12064 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
12065 gdb.base/type-opaque.exp: New files.
12066
a73bafbc 120672007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
12068
12069 * gdb.mi/mi-var-child.c
a73bafbc
VP
12070 (do_children_tests): User char[2] instead of
12071 char so that automatic printing of pointers to char
12072 don't give unpredicable result.
12073 * gdb.mi/var-cmd.c (do_locals_test): Initialize
12074 local variables.
12075 * gdb.mi/mi-var-child.exp: Step to right line
12076 of do_children_tests.
12077 * gdb.mi/mi2-var-child.exp: Likewise.
12078 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 12079 do_locals_tests.
a73bafbc
VP
12080 (do_children_tests): User char[2] instead of
12081 char so that automatic printing of pointers to char
a9c64011 12082 don't give unpredicable result.
a73bafbc 12083 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 12084 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
12085 Pass test name to mi_wait_for_stop.
12086
7ce59000
DJ
120872007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12088
12089 * gdb.asm/asm-source.exp: Remove d10v case.
12090 * lib/gdb.exp (skip_cplus_tests): Likewise.
12091 * gdb.asm/d10v.inc: Deleted.
12092
20389057
DJ
120932007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12094
12095 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
12096
8807d78b
DJ
120972007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12098
12099 * config/netware.exp: Delete file.
12100
aa3edb8e
JB
121012007-03-29 Joel Brobecker <brobecker@adacore.com>
12102
12103 * gdb.dwarf2/dw2-noloc.S: New file.
12104 * gdb.dwarf2/dw2-noloc.exp: New file.
12105
297561ac
PA
121062007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
12107
12108 * gdb.cp/method2.cc: New test.
12109 * gdb.cp/method2.exp: New test.
12110 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
12111
1f81bd39
DJ
121122007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12113
12114 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
12115
9453113a
DJ
121162007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
12117
12118 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12119
b741e217
DJ
121202007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12121
12122 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
12123 (gdb_load): Delete, replace with...
12124 (gdb_reload): ...this.
12125 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
12126 * gdb.server/server-mon.exp: Likewise.
12127 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
12128 (gdb_start_cmd): New.
12129 (gdb_file_cmd): Save the last loaded file.
12130 (gdb_reload): New.
12131 (gdb_gnu_strip_debug): Use transform.
12132 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
12133 support here. Use new $last_loaded_file. Check mtime.
12134 (gdb_target_cmd): Handle ObjC failure case.
12135 (infer_host_exec): Delete.
12136 (gdbserver_load): Rename to...
12137 (gdbserver_run): ...this. Simplify.
12138 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
12139 (mi_gdb_load): Move most contents to a new function...
12140 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
12141 (mi_run_cmd): Use mi_gdb_target_load.
12142 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
12143 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
12144 Use gdb_run_cmd.
12145 * gdb.base/charsign.exp: Remove incorrect comment.
12146 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
12147 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
12148 gdb.base/start.exp: Use gdb_start_cmd.
12149
446ab585 121502007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 12151 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
12152
12153 * gdb.base/sigbpt.exp: Fix the message when skipping test.
12154 * gdb.base/signull.exp: Similarly.
12155
bbb88ebf
UW
121562007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12157
12158 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
12159 messages available to test cases (like chng-sym.exp).
12160
cb8c4a99
AS
121612007-03-14 Andreas Schwab <schwab@suse.de>
12162
12163 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
12164 format changes.
12165
4e463ff5
DJ
121662007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
12167
12168 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
12169 (optimized_1): New.
12170 (main): Call optimized_1.
12171 (gdb2029): Correct typos. Call gdb2029_marker.
12172 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
12173 for gdb2029.
12174
b6db2c47
MK
121752007-03-12 Mark Kettenis <kettenis@gnu.org>
12176
12177 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12178 as tabs. Remove redundant test pattern.
12179
70ed3737
UW
121802007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12181
12182 * gdb.base/long_long.exp: Accept optional symbol name in <...>
12183 for /a format output.
12184
47b67b60
DJ
121852007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
12186
12187 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12188 collect output incrementally.
12189
b8953b0e
UW
121902007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12191
12192 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12193 for -var-create lpcharacter test.
12194 * gdb.mi/mi2-var-cmd.exp: Likewise.
12195
7acd5c40
UW
121962007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12197
12198 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12199 pass on targets where address zero is readable.
12200
9c6759c1
UW
122012007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12202
12203 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12204 just a single architecture.
12205
a2f1aeb4
UW
122062007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12207
12208 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12209 (fetch_all_registers): New function, uses gdb_test_multiple and
12210 exp_continue to fetch inferior output line-by-line.
12211 Replace all uses of do_get_all_registers by fetch_all_registers.
12212
46579ac2
UW
122132007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12214
12215 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12216 in target_info.
12217
fc133f24
MS
122182007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12219
a9c64011 12220 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
12221 consistancy; add a default (timeout) case.
12222
7646a51d
MS
122232007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12224
12225 * gdb.base/watchpoint.exp: Fix truncated comment.
12226
dcfff61f
MS
122272007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12228
12229 * Makefile.in: Remove spurious single-quotes from sed command.
12230
664e3ee9
DJ
122312007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12232
12233 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
12234 func.
12235 * gdb.mi/mi2-var-cmd.exp: Likewise.
12236
d7cc6f2f
JB
122372007-02-27 Joel Brobecker <brobecker@adacore.com>
12238
a9c64011
AS
12239 * gdb.dwarf2/dw2-producer.S: New file.
12240 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
12241
122422007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
12243
12244 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12245 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12246 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12247 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12248 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12249 Revert tests to use mi_gdb_test and include value field in output
12250 of -var-create.
12251
93d42b30
DJ
122522007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12253
12254 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12255
c499ed39
DJ
122562007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12257
12258 * gdb.base/maint.exp: Remove full paths from test names.
12259 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12260 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12261
9836f81b
JB
122622007-02-27 Joel Brobecker <brobecker@adacore.com>
12263
12264 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12265
c74d0ad8
DJ
122662007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12267
12268 * gdb.server/server-mon.exp: New test.
12269
2711e456
DJ
122702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12271
12272 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12273
ff6f572f
DJ
122742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12275
12276 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12277 register capitalization.
12278
fada3feb
DP
122792007-02-13 Denis Pilat <denis.pilat@st.com>
12280
12281 * gdb.mi/mi-var-invalidate.exp: New file.
12282
fb1e4ffc
DJ
122832007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12284
12285 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12286
3da939d7
DJ
122872007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12288
12289 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12290
123dc839
DJ
122912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12292
12293 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12294 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12295
877e3645 122962007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
12297
12298 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12299 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12300 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12301 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12302 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 12303 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 12304 Update tests to include value field in output of -var-create.
a9c64011 12305
3c0a2960
AS
123062007-02-08 Andreas Schwab <schwab@suse.de>
12307
12308 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12309
108546a0
DJ
123102007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
12311
12312 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12313 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12314
d701dcab
DP
123152007-02-02 Denis Pilat <denis.pilat@st.com>
12316
12317 * gdb.threads/threadapply.exp: check that frame is not changed by
12318 the thread apply all command.
12319
783e3e2f
AS
123202007-01-31 Andreas Schwab <schwab@suse.de>
12321
6d9c3a87
AS
12322 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12323
3c50d7b9
AS
12324 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12325 in the dwarf sections.
12326 * gdb.dwarf2/mac-fileno.S: Likewise.
12327
783e3e2f
AS
12328 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12329 bspstore register on ia64.
12330
78ff580e
AS
123312007-01-29 Andreas Schwab <schwab@suse.de>
12332
cc8e9b12
AS
12333 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12334 "frame-begin" annotation.
12335
78ff580e
AS
12336 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12337 number of "frames-invalid" annotations.
12338
704a4f78
DJ
123392007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12340
12341 * gdb.base/commands.exp: Call if_commands_test.
12342 (gdb_test_no_prompt, if_commands_test): New.
12343
e741bf94
MK
123442007-01-28 Mark Kettenis <kettenis@gnu.org>
12345
12346 * gdb.threads/sigthread.c (NSIGS): Make bigger.
12347
474d0ad3
AS
123482007-01-27 Andreas Schwab <schwab@suse.de>
12349
12350 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12351 .short/.int/.quad in the dwarf sections.
12352 * gdb.dwarf2/dw2-intercu.S: Likewise.
12353 * gdb.dwarf2/dw2-intermix.S: Likewise.
12354
e784b426
JK
123552007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12356
12357 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
12358 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12359 array.
e784b426
JK
12360 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12361 * gdb.base/setvar.exp: Likewise.
12362
37f08e04
AS
123632007-01-26 Andreas Schwab <schwab@suse.de>
12364
9a01813a
AS
12365 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12366 test.
12367
37f08e04
AS
12368 * gdb.base/multi-forks.exp ("restart $i"): Also match
12369 __kernel_syscall_via_break.
12370
6e2a9270
VP
123712007-01-24 Vladimir Prus <vladimir@codesourcery.com>
12372
12373 * lib/mi-support.exp (mi_delete_varobj): New.
12374 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12375 testcase.
12376 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12377 (main): Call the above.
12378 (reference_update_test, base_in_reference_test)
12379 (reference_to_pointer): Delete the created varobjs.
a9c64011 12380
e515b470
DJ
123812007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
12382
12383 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12384 * configure: Regenerated.
12385 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12386 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12387 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12388 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12389 * lib/gdb.exp (gdb_skip_xml_test): New function.
12390
08d8bcd7
DJ
123912007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
12392
12393 * gdb.base/sigrepeat.exp: Correct error message.
12394
123952007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
12396 Daniel Jacobowitz <dan@codesourcery.com>
12397
12398 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12399 gdb.arch/i386-gnu-cfi-asm.S: New files.
12400
97c3f1f3
JK
124012007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12402
12403 * lib/gdb.exp: Abort on missing `site.exp'.
12404
cb1df416
DJ
124052007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12406 Daniel Jacobowitz <dan@codesourcery.com>
12407
12408 * gdb.base/included.c, gdb.base/included.exp,
12409 gdb.base/included.h: New files.
12410
35990120
DJ
124112007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12412
12413 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12414 (maximize_rlimit): Reduce limits on 64-bit systems.
12415
6e81a116 124162007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
12417
12418 From Marcus Deuling <deuling@de.ibm.com>:
12419 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12420 every case.
12421
6c3c41f3
NR
124222007-01-13 Nick Roberts <nickrob@snap.net.nz>
12423
12424 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12425 (test_path_specification): Use objdir instead of srcdir to always
12426 get an absolute filename.
12427
2f12c312
DJ
124282007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
12429
12430 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12431
81121995
VP
124322007-01-11 Vladimir Prus <vladimir@codesourcery.com>
12433
12434 * gdb.mi/mi-var-cp.cc (reference_update_tests):
12435 Make sure the variable we're using is in scope.
12436 (reference_to_pointer): Likewise.
12437
4741b737
DJ
124382007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12439
12440 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12441 has no debug information.
12442
054410c3
DJ
124432007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12444
12445 * gdb.base/annota1.exp: Remove extra send_gdb.
12446
818f79f6
DJ
124472007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12448
12449 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12450
f7a6bb70
DJ
124512007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12452
12453 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12454
57e66780
DJ
124552007-01-08 Nick Roberts <nickrob@snap.net.nz>
12456 Daniel Jacobowitz <dan@codesourcery.com>
12457
12458 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12459 lcharacter or linteger change. Correct duplicated test name.
12460 * gdb.mi/mi2-var-cmd.exp: Likewise.
12461
3d799a95
DJ
124622007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12463
12464 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12465
124662007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 12467
a9c64011
AS
12468 * gdb.base/nofield.c: New file.
12469 * gdb.base/nofield.exp: New testcase.
51679ba9 12470
eafb94e8
NR
124712007-01-05 Nick Roberts <nickrob@snap.net.nz>
12472
12473 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12474
12475 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12476 test.
12477
5e572bb4
DJ
124782007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12479
12480 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12481
74a44383
DJ
124822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12483
12484 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12485 when continuing.
12486
1b572db9
DJ
124872007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12488
12489 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12490 Expect ".exe" extension.
12491
381bc39b
DJ
124922007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12493
12494 * gdb.base/charset.exp: Add explicit filename to break.
12495 * gdb.base/dbx.exp: Add explicit filename to breaks.
12496
2b70e4c6
DJ
124972007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12498
12499 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12500 * gdb.mi/mi2-file.exp: Likewise.
12501
303b6f5d
DJ
125022007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12503
12504 Implement specification of MI tests as comments
12505 in C and C++ sources.
12506 * lib/mi-support.exp (mi_autotest_data): New variable.
12507 (mi_autotest_source): New variable.
12508 (count_newlines, mi_prepare_inline_tests)
12509 (mi_get_inline_test, mi_continue_to_line)
12510 (mi_run_inline_test, mi_tbreak)
12511 (mi_send_resuming_command, mi_wait_for_stop): New functions.
12512 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12513 Run inline tests.
12514 * gdb.mi/mi-var-cp.cc: Define tests here.
12515
23da0d94
VP
125162007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12517
12518 Simplify usage of mi_continue_to.
12519 * lib/mi-support.exp (mi_runto_helper): Renamed
12520 from mi_runto, added new parameter 'run_or_continue'.
12521 (mi_runto): Use mi_runto_helper.
12522 (mi_continue_to): Accept just function name as parameter.
12523 Use mi_runto_helper.
12524 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12525 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 12526
f9e18282
JB
125272006-01-04 Joel Brobecker <brobecker@adacore.com>
12528
12529 Make this testcase a bit more realistic. The current code
12530 is too simplistic, and allows the compiler to optimize out
12531 some of the entities we need for this testcase.
12532 * gdb.ada/null_record/bar.ads (Void_Star): New type.
12533 (Do_Nothing): Add extra parameter.
12534 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12535 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12536 by using a variable of type Void_Star.
12537
fd678c65
JB
125382006-01-04 Joel Brobecker <brobecker@adacore.com>
12539
12540 * gdb.ada/catch_ex/foo.adb: New file.
12541 * gdb.ada/catch_ex.exp: New testcase.
12542
05cfdb42
DJ
125432007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
12544
12545 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12546 pass --image-base to linker.
12547
2e03ee74
DJ
125482007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12549 Daniel Jacobowitz <dan@codesourcery.com>
12550
12551 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
12552 secondary prompts.
12553
0d5de010
DJ
125542007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12555
12556 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12557 output. Test the types of members and member pointers.
12558 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12559 gdb/2092.
12560 * gdb.cp/member-ptr.exp: Search for a comment instead of a
12561 statement. Enable for GCC. Update expected output for some tests
12562 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
12563 layout.
12564 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12565 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12566 (Diamond::vget_base): New.
12567 (main): Add new tests.
12568 * gdb.cp/printmethod.exp: Update expected output for member functions.
12569 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12570 print pEe->D::vg().
12571
61a771aa
DJ
125722007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12573
12574 * gdb.threads/tls.exp: Allow stops in sem_post.
12575
2fa63963
DJ
125762006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
12577
12578 * gdb.base/annota1.exp: Allow .*printf in backtraces.
12579 * gdb.base/annota3.exp: Likewise.
12580 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12581 again (instead of timing out).
12582 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12583 GCC bug 26475.
12584 * gdb.java/jmisc.exp: Adjust to work with method signatures including
12585 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
12586 test from jmisc1.exp.
12587 * gdb.java/jmisc1.exp: Delete.
12588 * gdb.java/jprint.exp: Adjust to work with method signatures including
12589 return types.
12590 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12591 * gdb.threads/linux-dp.exp: Don't be confused by program output.
12592 * lib/java.exp (compile_java_from_source): Pass the correct type
12593 to target_compile.
12594
5eefc2b7
JB
125952006-12-31 Joel Brobecker <brobecker@adacore.com>
12596
12597 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12598 (stack_align_edx): New function.
12599 (stack_align_eax): New function.
12600 (main): Add calls to stack_align_edx and stack_align_eax.
12601 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12602 Add testing for the cases where the register used during a stack
12603 realignment is edx. Same for eax.
12604
227c54da
DJ
126052006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
12606
12607 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12608 and generic PE targets.
12609
cab8ac94
JB
126102006-12-29 Joel Brobecker <brobecker@adacore.com>
12611
12612 * gdb.ada/array_return.exp: Update copyright date list.
12613
ba54f318
JB
126142006-12-27 Joel Brobecker <brobecker@adacore.com>
12615
12616 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12617 (Create_Small_Float_Vector): New function.
12618 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12619 function body.
12620 * gdb.ada/array_return/p.adb: Use new type and function from
12621 package Pck.
12622 * gdb.ada/array_return.exp: Add a test verifying that GDB is
12623 able to print the value returned by a function returning an
12624 array of float.
12625
6b7a35dd
JB
126262006-12-20 Joel Brobecker <brobecker@adacore.com>
12627
12628 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12629 The associated tests should be PASSing.
12630
038224f6
VP
126312006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12632
12633 Test for base in references.
12634 * gdb.mi/mi-var-cp.cc: Add test code.
12635 * gdb.mi/mi-var-cp.exp: Test for bases in references.
12636 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12637 * gdb.mi/mi2-watch.exp: Likewise.
12638 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12639 (mi_list_varobj_children): New function.
12640
b26ed50d
VP
126412006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12642
12643 * lib/mi-support.exp
12644 (mi_runto): Accept "()" after function name.
12645 (mi_create_varobj): New function.
12646 (mi_varobj_update): New function.
12647 (mi_Check_varobj_value): New function.
12648 * gdb.mi/mi-var-cp.exp: New file.
12649 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 12650
08232497
DJ
126512006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
12652
12653 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12654 gdb.base/weaklib2.c: New files.
12655
d394c993 126562006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 12657
ac6c2fba
NS
12658 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12659 info. Adjust test names.
12660
8ec659a0 12661 * gdb.base/break.c (main): Move position of malloc.
d394c993 12662 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 12663
acd65feb
VP
126642006-11-28 Vladimir Prus <vladimir@codesourcery.com>
12665
12666 * gdb.mi/mi-var-cmd.exp: Check -var-update after
12667 assignement of arrays and function pointers.
12668 * gdb.mi/var-cmd.c: Add declaration necessary for above
12669 tests.
12670
f556d5e5
NS
126712006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12672
12673 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
12674
12675 * gdb.threads/linux-dp.exp: Read thread table before and after
12676 creating each philosopher and verify it.
12677
697bc68d
NS
126782006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12679 Paul Brook <paul@codesourcery.com>
12680 Daniel Jacobowitz <dan@codesourcery.com>
12681
12682 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 12683 main to remove duplication. Add start function of the form
697bc68d
NS
12684 '_*start[1-9]*'. Add RVDS start function.
12685
29d73ae4
DJ
126862006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12687
12688 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12689
c1d88655
UW
126902006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12691
12692 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12693 * gdb.asm/spu.inc: New file.
12694 * gdb.base/term.exp: Disable if [target_info exists noargs].
12695 * gdb.gdb/complaints.exp: Disable if ![isnative].
12696 * gdb.gdb/selftest.exp: Likewise.
12697 * gdb.gdb/observer.exp: Likewise.
12698 * gdb.gdb/xfullpath.exp: Likewise.
12699 * gdb.base/attach.exp: Disable on SPU target.
12700 * gdb.cp/bs145503.exp: Likewise.
12701 * gdb.cp/exception.exp: Likewise.
12702 * gdb.cp/userdef.exp: Likewise.
12703
32a13b1a
DJ
127042006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12705
12706 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12707
d8295fe9
VP
127082006-11-10 Vladimir Prus <vladimir@codesourcery.com>
12709
12710 * gdb.base/completion.exp: Fix completion tests for
12711 'info' and 'info '.
12712 * gdb.base/help.exp (help_test_raw, test_class_help)
12713 (test_prefix_command_help): Move...
12714 * lib/gdb.exp: Here.
12715 * gdb.base/main.exp: Adjust.
12716 * gdb.cp/maint.exp: Adjust.
12717 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 12718
8c394015
VP
127192006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12720
12721 * gdb.stabs/weird.exp (print_weird_var): Use
12722 gdb_test_multiple instead of gdb_expect.
12723
027fc1bc
VP
127242006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12725
12726 * gdb.base/help.exp (help_test_raw): New.
12727 (test_class_help): New.
12728 (test_prefix_command_help): New.
12729 Adjust testcases.
12730
67609209
FR
127312006-11-09 Christophe Lyon <christophe.lyon@st.com>
12732
12733 * gdb.base/constvars.c (main): Write to crass and crips, so that
12734 they are allocated by the compiler.
12735
f73adfeb
AS
127362006-10-27 Andreas Schwab <schwab@suse.de>
12737
12738 * gdb.base/multi-forks.exp: Use "detach fork" instead of
12739 "detach-fork".
12740
2f83a18e
DJ
127412006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
12742
12743 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12744 of patterns.
12745
94277a38
DJ
127462006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12747
12748 * gdb.base/sepdebug.exp: Remove debug format test.
12749 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12750 Handle no-symtab.
12751 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12752
5bd2f6e2
DJ
127532006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12754
12755 * gdb.threads/manythreads.c (thread_function, main): Don't cast
12756 int to pointer or pointer to int.
12757 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12758
8c008720
DJ
127592006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
12760
12761 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12762
9e35dae4
DJ
127632006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12764
12765 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12766
d9639e13
DJ
127672006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
12768
12769 PR c++/2116
12770 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12771
390a1bd0
JB
127722006-10-06 Joel Brobecker <brobecker@adacore.com>
12773
12774 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12775 the corresponding bug has been fixed in GDB (PR/2018).
12776
dd920c33
JB
127772006-10-06 Joel Brobecker <brobecker@adacore.com>
12778
12779 * gdb.base/subst.exp: New testcase.
12780
53bbefe9
JB
127812006-10-06 Joel Brobecker <brobecker@adacore.com>
12782
12783 * gdb.ada/array_return/pck.ads: Add copyright notice.
12784 * gdb.ada/array_return/pck.adb: Likewise.
12785 * gdb.ada/array_return/p.adb: Likewise.
12786 * gdb.ada/exec_changed/first.adb: Likewise.
12787 * gdb.ada/exec_changed/second.adb: Likewise.
12788
09851417
JB
127892006-10-06 Joel Brobecker <brobecker@adacore.com>
12790
12791 * gdb.ada/watch_arg/watch.adb: New file.
12792 * gdb.ada/watch_arg.exp: New testcase.
12793
041bf30d
VP
127942006-10-02 Vladimir Prus <vladimir@codesourcery.com>
12795
12796 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 12797 via string_to_regexp.
041bf30d 12798 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 12799
f286fbdd 128002006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
12801
12802 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12803 Remove unused / obsolete files.
12804
7c07f349
NR
128052006-09-19 Nick Roberts <nickrob@snap.net.nz>
12806
12807 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12808
cd5ff84a
VP
128092006-09-17 Vladimir Prus <vladimir@codesourcery.com>
12810
12811 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12812 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 12813 the number of frames.
cd5ff84a 12814
ae018d1a
DJ
128152006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
12816
12817 * gdb.base/args.c (main): Add breakpoint marker.
12818 * gdb.base/args.exp: Use args_test for tests. Add new tests which
12819 really test empty arguments.
12820 (args_load): Delete.
12821 (args_test): New.
12822
b399c549
NR
128232006-09-13 Nick Roberts <nickrob@snap.net.nz>
12824
12825 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 12826 check for one file.
b399c549 12827
2ab1eb7a
VP
128282006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12829
12830 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12831 HIGH_FRAME argument to -stack-list-locals can be larger than
12832 the number of frames.
a9c64011 12833
476308bf
FF
128342006-08-18 Fred Fish <fnf@specifix.com>
12835
12836 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12837 '$' in front of skip_vmx_tests_saved when setting that.
12838
8625200f
AS
128392006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12840
12841 * gdb.base/trace-commands.exp: New file.
12842
089ec8f1
DJ
128432006-08-10 Joel Brobecker <brobecker@adacore.com>
12844 Daniel Jacobowitz <dan@codesourcery.com>
12845
12846 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12847 expected output of the backtrace commands.
12848
b60f0898
JB
128492006-08-09 Joel Brobecker <brobecker@adacore.com>
12850
12851 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12852 untested followed by return combination.
12853 * gdb.arch/altivec-regs.exp: Likewise.
12854 * gdb.arch/e500-abi.exp: Likewise.
12855 * gdb.arch/e500-regs.exp: Likewise.
12856 * gdb.arch/gdb1291.exp: Likewise.
12857 * gdb.arch/gdb1431.exp: Likewise.
12858 * gdb.arch/gdb1558.exp: Likewise.
12859 * gdb.arch/i386-prologue.exp: Likewise.
12860 * gdb.arch/i386-unwind.exp: Likewise.
12861 * gdb.asm/asm-source.exp: Likewise.
12862 * gdb.base/a2-run.exp: Likewise.
12863 * gdb.base/advance.exp: Likewise.
12864 * gdb.base/all-bin.exp: Likewise.
12865 * gdb.base/annota1.exp: Likewise.
12866 * gdb.base/annota3.exp: Likewise.
12867 * gdb.base/args.exp: Likewise.
12868 * gdb.base/arithmet.exp: Likewise.
12869 * gdb.base/assign.exp: Likewise.
12870 * gdb.base/async.exp: Likewise.
12871 * gdb.base/attach.exp: Likewise.
12872 * gdb.base/bang.exp: Likewise.
12873 * gdb.base/bigcore.exp: Likewise.
12874 * gdb.base/bitfields.exp: Likewise.
12875 * gdb.base/bitfields2.exp: Likewise.
12876 * gdb.base/break.exp: Likewise.
12877 * gdb.base/call-sc.exp: Likewise.
12878 * gdb.base/call-strs.exp: Likewise.
12879 * gdb.base/callfuncs.exp: Likewise.
12880 * gdb.base/checkpoint.exp: Likewise.
12881 * gdb.base/chng-syms.exp: Likewise.
12882 * gdb.base/code-expr.exp: Likewise.
12883 * gdb.base/commands.exp: Likewise.
12884 * gdb.base/completion.exp: Likewise.
12885 * gdb.base/cond-expr.exp: Likewise.
12886 * gdb.base/condbreak.exp: Likewise.
12887 * gdb.base/consecutive.exp: Likewise.
12888 * gdb.base/constvars.exp: Likewise.
12889 * gdb.base/corefile.exp: Likewise.
12890 * gdb.base/cvexpr.exp: Likewise.
12891 * gdb.base/dbx.exp: Likewise.
12892 * gdb.base/define.exp: Likewise.
12893 * gdb.base/detach.exp: Likewise.
12894 * gdb.base/display.exp: Likewise.
12895 * gdb.base/dump.exp: Likewise.
12896 * gdb.base/ena-dis-br.exp: Likewise.
12897 * gdb.base/ending-run.exp: Likewise.
12898 * gdb.base/environ.exp: Likewise.
12899 * gdb.base/eval-skip.exp: Likewise.
12900 * gdb.base/exprs.exp: Likewise.
12901 * gdb.base/fileio.exp: Likewise.
12902 * gdb.base/finish.exp: Likewise.
12903 * gdb.base/float.exp: Likewise.
12904 * gdb.base/foll-exec.exp: Likewise.
12905 * gdb.base/foll-fork.exp: Likewise.
12906 * gdb.base/foll-vfork.exp: Likewise.
12907 * gdb.base/freebpcmd.exp: Likewise.
12908 * gdb.base/funcargs.exp: Likewise.
12909 * gdb.base/gcore.exp: Likewise.
12910 * gdb.base/gdb1090.exp: Likewise.
12911 * gdb.base/gdb1250.exp: Likewise.
12912 * gdb.base/huge.exp: Likewise.
12913 * gdb.base/info-proc.exp: Likewise.
12914 * gdb.base/interrupt.exp: Likewise.
12915 * gdb.base/jump.exp: Likewise.
12916 * gdb.base/langs.exp: Likewise.
12917 * gdb.base/lineinc.exp: Likewise.
12918 * gdb.base/list.exp: Likewise.
12919 * gdb.base/logical.exp: Likewise.
12920 * gdb.base/long_long.exp: Likewise.
12921 * gdb.base/macscp.exp: Likewise.
12922 * gdb.base/maint.exp: Likewise.
12923 * gdb.base/mips_pro.exp: Likewise.
12924 * gdb.base/miscexprs.exp: Likewise.
12925 * gdb.base/multi-forks.exp: Likewise.
12926 * gdb.base/opaque.exp: Likewise.
12927 * gdb.base/overlays.exp: Likewise.
12928 * gdb.base/pc-fp.exp: Likewise.
12929 * gdb.base/pointers.exp: Likewise.
12930 * gdb.base/printcmds.exp: Likewise.
12931 * gdb.base/psymtab.exp: Likewise.
12932 * gdb.base/ptype.exp: Likewise.
12933 * gdb.base/recurse.exp: Likewise.
12934 * gdb.base/relational.exp: Likewise.
12935 * gdb.base/relocate.exp: Likewise.
12936 * gdb.base/remote.exp: Likewise.
12937 * gdb.base/reread.exp: Likewise.
12938 * gdb.base/restore.exp: Likewise.
12939 * gdb.base/return.exp: Likewise.
12940 * gdb.base/return2.exp: Likewise.
12941 * gdb.base/scope.exp: Likewise.
12942 * gdb.base/sect-cmd.exp: Likewise.
12943 * gdb.base/sep.exp: Likewise.
12944 * gdb.base/sepdebug.exp: Likewise.
12945 * gdb.base/setshow.exp: Likewise.
12946 * gdb.base/setvar.exp: Likewise.
12947 * gdb.base/sigall.exp: Likewise.
12948 * gdb.base/sigbpt.exp: Likewise.
12949 * gdb.base/signals.exp: Likewise.
12950 * gdb.base/signull.exp: Likewise.
12951 * gdb.base/sizeof.exp: Likewise.
12952 * gdb.base/solib.exp: Likewise.
12953 * gdb.base/step-line.exp: Likewise.
12954 * gdb.base/step-test.exp: Likewise.
12955 * gdb.base/structs.exp: Likewise.
12956 * gdb.base/structs2.exp: Likewise.
12957 * gdb.base/term.exp: Likewise.
12958 * gdb.base/twice.exp: Likewise.
12959 * gdb.base/until.exp: Likewise.
12960 * gdb.base/varargs.exp: Likewise.
12961 * gdb.base/volatile.exp: Likewise.
12962 * gdb.base/watchpoint.exp: Likewise.
12963 * gdb.base/whatis-exp.exp: Likewise.
12964 * gdb.base/whatis.exp: Likewise.
12965 * gdb.cp/ambiguous.exp: Likewise.
12966 * gdb.cp/annota2.exp: Likewise.
12967 * gdb.cp/annota3.exp: Likewise.
12968 * gdb.cp/bool.exp: Likewise.
12969 * gdb.cp/breakpoint.exp: Likewise.
12970 * gdb.cp/casts.exp: Likewise.
12971 * gdb.cp/class2.exp: Likewise.
12972 * gdb.cp/classes.exp: Likewise.
12973 * gdb.cp/cplusfuncs.exp: Likewise.
12974 * gdb.cp/ctti.exp: Likewise.
12975 * gdb.cp/derivation.exp: Likewise.
12976 * gdb.cp/exception.exp: Likewise.
12977 * gdb.cp/gdb1355.exp: Likewise.
12978 * gdb.cp/hang.exp: Likewise.
12979 * gdb.cp/inherit.exp: Likewise.
12980 * gdb.cp/local.exp: Likewise.
12981 * gdb.cp/m-data.exp: Likewise.
12982 * gdb.cp/m-static.exp: Likewise.
12983 * gdb.cp/member-ptr.exp: Likewise.
12984 * gdb.cp/method.exp: Likewise.
12985 * gdb.cp/misc.exp: Likewise.
12986 * gdb.cp/namespace.exp: Likewise.
12987 * gdb.cp/overload.exp: Likewise.
12988 * gdb.cp/ovldbreak.exp: Likewise.
12989 * gdb.cp/pr-1023.exp: Likewise.
12990 * gdb.cp/pr-1210.exp: Likewise.
12991 * gdb.cp/pr-574.exp: Likewise.
12992 * gdb.cp/printmethod.exp: Likewise.
12993 * gdb.cp/psmang.exp: Likewise.
12994 * gdb.cp/ref-params.exp: Likewise.
12995 * gdb.cp/ref-types.exp: Likewise.
12996 * gdb.cp/rtti.exp: Likewise.
12997 * gdb.cp/templates.exp: Likewise.
12998 * gdb.cp/try_catch.exp: Likewise.
12999 * gdb.cp/userdef.exp: Likewise.
13000 * gdb.cp/virtfunc.exp: Likewise.
13001 * gdb.disasm/am33.exp: Likewise.
13002 * gdb.disasm/h8300s.exp: Likewise.
13003 * gdb.disasm/mn10300.exp: Likewise.
13004 * gdb.disasm/sh3.exp: Likewise.
13005 * gdb.disasm/t01_mov.exp: Likewise.
13006 * gdb.disasm/t02_mova.exp: Likewise.
13007 * gdb.disasm/t03_add.exp: Likewise.
13008 * gdb.disasm/t04_sub.exp: Likewise.
13009 * gdb.disasm/t05_cmp.exp: Likewise.
13010 * gdb.disasm/t06_ari2.exp: Likewise.
13011 * gdb.disasm/t07_ari3.exp: Likewise.
13012 * gdb.disasm/t08_or.exp: Likewise.
13013 * gdb.disasm/t09_xor.exp: Likewise.
13014 * gdb.disasm/t10_and.exp: Likewise.
13015 * gdb.disasm/t11_logs.exp: Likewise.
13016 * gdb.disasm/t12_bit.exp: Likewise.
13017 * gdb.disasm/t13_otr.exp: Likewise.
13018 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
13019 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
13020 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13021 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
13022 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
13023 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13024 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13025 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13026 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
13027 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
13028 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13029 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13030 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13031 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13032 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13033 * gdb.mi/gdb701.exp: Likewise.
13034 * gdb.mi/gdb792.exp: Likewise.
13035 * gdb.mi/mi-basics.exp: Likewise.
13036 * gdb.mi/mi-break.exp: Likewise.
13037 * gdb.mi/mi-cli.exp: Likewise.
13038 * gdb.mi/mi-console.exp: Likewise.
13039 * gdb.mi/mi-disassemble.exp: Likewise.
13040 * gdb.mi/mi-eval.exp: Likewise.
13041 * gdb.mi/mi-file.exp: Likewise.
13042 * gdb.mi/mi-read-memory.exp: Likewise.
13043 * gdb.mi/mi-regs.exp: Likewise.
13044 * gdb.mi/mi-return.exp: Likewise.
13045 * gdb.mi/mi-simplerun.exp: Likewise.
13046 * gdb.mi/mi-stack.exp: Likewise.
13047 * gdb.mi/mi-stepi.exp: Likewise.
13048 * gdb.mi/mi-syn-frame.exp: Likewise.
13049 * gdb.mi/mi-until.exp: Likewise.
13050 * gdb.mi/mi-var-block.exp: Likewise.
13051 * gdb.mi/mi-var-child.exp: Likewise.
13052 * gdb.mi/mi-var-cmd.exp: Likewise.
13053 * gdb.mi/mi-var-display.exp: Likewise.
13054 * gdb.mi/mi-watch.exp: Likewise.
13055 * gdb.mi/mi2-basics.exp: Likewise.
13056 * gdb.mi/mi2-break.exp: Likewise.
13057 * gdb.mi/mi2-cli.exp: Likewise.
13058 * gdb.mi/mi2-console.exp: Likewise.
13059 * gdb.mi/mi2-disassemble.exp: Likewise.
13060 * gdb.mi/mi2-eval.exp: Likewise.
13061 * gdb.mi/mi2-file.exp: Likewise.
13062 * gdb.mi/mi2-read-memory.exp: Likewise.
13063 * gdb.mi/mi2-regs.exp: Likewise.
13064 * gdb.mi/mi2-return.exp: Likewise.
13065 * gdb.mi/mi2-simplerun.exp: Likewise.
13066 * gdb.mi/mi2-stack.exp: Likewise.
13067 * gdb.mi/mi2-stepi.exp: Likewise.
13068 * gdb.mi/mi2-syn-frame.exp: Likewise.
13069 * gdb.mi/mi2-until.exp: Likewise.
13070 * gdb.mi/mi2-var-block.exp: Likewise.
13071 * gdb.mi/mi2-var-child.exp: Likewise.
13072 * gdb.mi/mi2-var-cmd.exp: Likewise.
13073 * gdb.mi/mi2-var-display.exp: Likewise.
13074 * gdb.mi/mi2-watch.exp: Likewise.
13075 * gdb.stabs/exclfwd.exp: Likewise.
13076 * gdb.stabs/weird.exp: Likewise.
13077 * gdb.threads/gcore-thread.exp: Likewise.
13078 * gdb.trace/actions.exp: Likewise.
13079 * gdb.trace/backtrace.exp: Likewise.
13080 * gdb.trace/circ.exp: Likewise.
13081 * gdb.trace/collection.exp: Likewise.
13082 * gdb.trace/deltrace.exp: Likewise.
13083 * gdb.trace/infotrace.exp: Likewise.
13084 * gdb.trace/limits.exp: Likewise.
13085 * gdb.trace/packetlen.exp: Likewise.
13086 * gdb.trace/passc-dyn.exp: Likewise.
13087 * gdb.trace/passcount.exp: Likewise.
13088 * gdb.trace/report.exp: Likewise.
13089 * gdb.trace/save-trace.exp: Likewise.
13090 * gdb.trace/tfind.exp: Likewise.
13091 * gdb.trace/tracecmd.exp: Likewise.
13092 * gdb.trace/while-dyn.exp: Likewise.
13093 * gdb.trace/while-stepping.exp: Likewise.
13094
f4b618d1
JB
130952006-08-08 Joel Brobecker <brobecker@adacore.com>
13096
13097 * gdb.base/step-bt.c: New file.
13098 * gdb.base/step-bt.exp: New testcase.
13099
3d00d119
DJ
131002006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
13101
13102 * config/monitor.exp (gdb_load): Remove support for obsolete
13103 download-write-size.
13104 * gdb.base/remote.exp: Likewise. Update all callers of
13105 gdb_timed_load.
13106
017b5bd4
DJ
131072006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
13108
13109 * cursal.exp: Pass binfile to gdb_load.
13110
837c599d
DJ
131112006-08-01 Nathan Sidwell <nathan@codesourcery.com>
13112
13113 * gdb.base/cursal.exp: Add "" to gdb_load call.
13114
8dd4540b
MK
131152006-07-29 Mark Kettenis <kettenis@gnu.org>
13116
13117 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
13118 NetBSD/ELF targets.
13119
ab5c9f60
DJ
131202006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
13121
13122 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
13123 operator*.
13124
4c42eaff
DJ
131252006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
13126
13127 * gdb.base/completion.exp: Update for change in "file" behavior.
13128 * gdb.stabs/weird.exp: Likewise.
13129 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
13130 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
13131
0155cc76
NS
131322006-07-24 Nathan Sidwell <nathan@codesourcery.com>
13133
13134 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
13135 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
13136
16026cd7
AS
131372006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
13138
13139 * gdb.base/default.exp: Update source command error message.
13140 * gdb.base/help.exp: Update 'help source' message.
13141
16963cb6
DJ
131422006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
13143
13144 * gdb.cp/bs15503.exp: Update comment for no longer crashing
13145 test.
13146
6d7fd486
AS
131472006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
13148
13149 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
13150
29e8a844
DJ
131512006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13152
13153 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
13154
6afcfa39
DJ
131552006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13156
13157 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
13158
267a692b
MK
131592006-07-17 Mark Kettenis <kettenis@gnu.org>
13160
13161 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
13162 *-*-openbsd* from targets for wich we expect ARM FPA floating
13163 point format.
13164
85d2fec4
NR
131652006-07-17 Nick Roberts <nickrob@snap.net.nz>
13166
13167 * gdb.cp/annota3.exp: Expect frame-begin annotation.
13168
131692006-07-17 Mark Kettenis <kettenis@gnu.org>
13170
13171 * gdb.base/annota3.exp: Expect frame-begin annotation.
13172
85b4c6e8
JB
131732006-07-14 Joel Brobecker <brobecker@adacore.com>
13174
13175 * gdb.base/help.exp: Adjust "help unset" test to accept
13176 any list of unset commands.
13177
fb933624
DJ
131782006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
13179 Daniel Jacobowitz <dan@codesourcery.com>
13180
13181 * gdb.cp/ref-params.exp: New test.
13182 * gdb.cp/ref-params.cc: New source file.
13183 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13184
1dff4b64
MK
131852006-07-08 Mark Kettenis <kettenis@gnu.org>
13186
13187 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13188 spaces/tabs in regular expressions since they might not be there.
13189
40d2e0e3
AS
131902006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
13191
13192 * gdb.base/ifelse.exp: New file.
13193
f6c957d2
NS
131942006-07-04 Nathan Sidwell <nathan@codesourcery.com>
13195
13196 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13197 line.
13198 * gdb.base/huge.exp: Loop over compilation to find a size that
13199 is acceptable.
13200 * gdb.base/remote.exp: Correct expected strings.
13201 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13202
b9c5a23d
DJ
132032006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13204
13205 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13206
9af2e58d
DJ
132072006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13208
13209 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
13210 native.
13211
30930ca5
DJ
132122006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13213
13214 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13215 enable stabs testing.
13216
aa32fa1d
DJ
132172006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13218
bd4a4c80 13219 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
13220 gdb_test_multiple does.
13221
321fef15
DJ
132222006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13223
13224 * Makefile.in (host_alias): Remove.
13225 (target_alias): Use @target_noncanonical@.
13226 (site.exp): Don't set host_alias.
13227 * aclocal.m4: Remove contents. Include acx.m4.
13228 * configure: Regenerated.
13229 * configure.ac: Use ACX_NONCANONICAL_TARGET.
13230
e1c2defa
NS
132312006-06-13 Nathan Sidwell <nathan@codesourcery.com>
13232
e63b55d1
NS
13233 * lib/gdb.exp (gdb_load_cmd): New.
13234
5600ea19
NS
13235 * gdb.base/fileio.c: Add system(NULL) test.
13236 * gdb.base/fileio.exp: Check it.
13237
e1c2defa
NS
13238 * gdb.base/break.c: Add 10a breakpoint at }
13239 * gdb.base/break.exp: Add test for breakpoint at }
13240 * gdb.cp/anon-union.cc: Add code at end of function.
13241 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13242 * gdb.mi/var-cmd.c: Add code at end of function.
13243 * gdb.mi/mi-var-display.exp: Adjust end of next.
13244 * gdb.mi/mi2-var-display.exp: Likewise.
13245 * gdb.base/fileio.c: Add stop function and insert calls at
13246 stopping places.
13247 * gdb.base/fileio.exp: Breakpoint stop function and remove
13248 explicit line number references.
13249
6c0112ec
JB
132502006-05-19 Joel Brobecker <brobecker@adacore.com>
13251
a9c64011
AS
13252 * gdb.base/del.exp (test_delete_alias): New function.
13253 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 13254
154189a4
FF
132552006-05-18 Fred Fish <fnf@specifix.com>
13256
13257 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13258 required. Check for spurious output after program exits normally.
13259
582e64c2
FF
132602006-05-17 Fred Fish <fnf@specifix.com>
13261
13262 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13263 gdb_load, so it works in the simulator.
13264
8ef6493a
FF
132652006-05-11 Fred Fish <fnf@specifix.com>
13266
13267 * gdb.base/bang.exp: Ignore unexpected output between the
13268 "program exited normally" and the gdb prompt, as many other
13269 tests do.
13270
692b141c
MK
132712006-05-07 Mark Kettenis <kettenis@gnu.org>
13272
13273 * gdb.base/help.exp: Make "delete checkpoint" part option for
13274 "help d" and "help delete" tests.
13275
540b8a30
UW
132762006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13277
a9c64011 13278 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
13279 expected output in some mi_gdb_test statements.
13280 * gdb.mi/mi2-basics.exp: Likewise.
13281
9b6462d9
JB
132822006-05-05 Joel Brobecker <brobecker@adacore.com>
13283
13284 * gdb.base/del.c: New file.
13285 * gdb.base/del.exp: New testcase.
13286
954de43b
DM
132872006-05-05 David S. Miller <davem@sunset.davemloft.net>
13288
13289 * gdb.base/break.exp: Do not assume a breakpoint on
13290 main will actually be in $srcfile when optimizing.
1303f75e
DM
13291 * gdb.base/savedregs.exp: Do not require that the dummy
13292 frame location match up to a symbol and source file location.
c3242428
DM
13293 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13294 will get printed without a mi_cmd_data_list_register_values prefix.
13295 (*-data-list-register-*): Correct regular expressions to expect the new
13296 pseudo d? floating point registers.
13297 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 13298
c7e64c9a
DJ
132992006-05-05 Christophe Lyon <christophe.lyon@st.com>
13300
13301 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13302 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13303 is allocated by the compiler.
13304 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13305 anons, e, anone to force their allocation by the compiler.
13306
133072006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
13308
13309 * gdb.base/help.exp: Update expected text for help d and
13310 help delete.
13311
27ce9a6d
MK
133122006-05-02 Mark Kettenis <kettenis@gnu.org>
13313
13314 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13315 NetBSD/ELF targets.
13316
8608915f
MK
133172006-04-30 Mark Kettenis <kettenis@gnu.org>
13318
13319 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13320 single-step breakpoint fails; make this a KFAIL on
13321 sparc*-*-openbsd*.
13322 * gdb.base/siginfo.exp: Likewise.
13323 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13324
b8db102d
MS
133252006-04-26 Michael Snyder <msnyder@redhat.com>
13326
13327 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13328 which may have to consume output from other forks.
13329 Add tests to make sure that "delete fork" succeeded.
13330
c702009a
MS
133312006-04-20 Michael Snyder <msnyder@redhat.com>
13332
13333 * 2006-03-22 Jim Blandy <jimb@redhat.com>
13334 Add support for the Renesas M32C and M16C.
13335
13336 * gdb.asm/asm-source.exp: Add m32c target.
13337 * gdb.asm/m32c.inc: Support for m32c target.
13338
e28493f2
AS
133392006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
13340
13341 * gdb.base/commands.exp (recursive_source_test): New test.
13342
880da185
DM
133432006-04-04 David S. Miller <davem@sunset.davemloft.net>
13344
13345 * gdb.base/float.exp: Add pattern for sparc targets.
13346
61d9b92f
DJ
133472006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13348
13349 * gdb.base/commands.exp (stray_arg0_test): New test.
13350
bd717df8
PB
133512006-03-30 Paul Brook <paul@codesourcery.com>
13352
13353 * gdb.mi/mi-until.exp: kfail broken until command.
13354 * gdb.mi/mi2-until.exp: Ditto.
13355
ec793d3c
NR
133562006-03-27 Nick Roberts <nickrob@snap.net.nz>
13357
13358 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13359
831004b7
AO
133602006-03-08 Alexandre Oliva <aoliva@redhat.com>
13361
13362 * gdb.base/prelink.exp: Anchor tested-for regular expression
13363 on gdb prompt.
13364
effe49a0
PB
133652006-03-07 Paul Brook <paul@codesourcery.com>
13366
13367 * gdb.base/assign.exp: Correct fail message.
13368
e5461016
PB
133692006-03-07 Paul Brook <paul@codesourcery.com>
13370
13371 * lib/compiler.c: Extract armcc version number.
13372 * lib/compiler.cc: Ditto.
13373
fc91c6c2
PB
133742006-03-07 Paul Brook <paul@codesourcery.com>
13375
13376 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13377 additional_flags=-w.
13378 * gdb.arch/altivec-regs.exp: Ditto.
13379 * gdb.arch/e500-abi.exp: Ditto.
13380 * gdb.arch/e500-regs.exp: Ditto.
13381 * gdb.base/all-bin.exp: Ditto.
13382 * gdb.base/annota1.exp: Ditto.
13383 * gdb.base/annota3.exp: Ditto.
13384 * gdb.base/args.exp: Ditto.
13385 * gdb.base/arithmet.exp: Ditto.
13386 * gdb.base/assign.exp: Ditto.
13387 * gdb.base/async.exp: Ditto.
13388 * gdb.base/bang.exp: Ditto.
13389 * gdb.base/break.exp: Ditto.
13390 * gdb.base/call-rt-st.exp: Ditto.
13391 * gdb.base/completion.exp: Ditto.
13392 * gdb.base/cond-expr.exp: Ditto.
13393 * gdb.base/condbreak.exp: Ditto.
13394 * gdb.base/consecutive.exp: Ditto.
13395 * gdb.base/define.exp: Ditto.
13396 * gdb.base/display.exp: Ditto.
13397 * gdb.base/ena-dis-br.exp: Ditto.
13398 * gdb.base/environ.exp: Ditto.
13399 * gdb.base/eval-skip.exp: Ditto.
13400 * gdb.base/info-proc.exp: Ditto.
13401 * gdb.base/jump.exp: Ditto.
13402 * gdb.base/logical.exp: Ditto.
13403 * gdb.base/long_long.exp: Ditto.
13404 * gdb.base/maint.exp: Ditto.
13405 * gdb.base/miscexprs.exp: Ditto.
13406 * gdb.base/pc-fp.exp: Ditto.
13407 * gdb.base/pointers.exp: Ditto.
13408 * gdb.base/relational.exp: Ditto.
13409 * gdb.base/reread.exp: Ditto.
13410 * gdb.base/sect-cmd.exp: Ditto.
13411 * gdb.base/sep.exp: Ditto.
13412 * gdb.base/sepdebug.exp: Ditto.
13413 * gdb.base/until.exp: Ditto.
13414 * gdb.base/whatis-exp.exp: Ditto.
13415 * gdb.cp/annota2.exp: Ditto.
13416 * gdb.cp/annota3.exp: Ditto.
13417 * gdb.trace/actions.exp: Ditto.
13418 * gdb.trace/backtrace.exp: Ditto.
13419 * gdb.trace/circ.exp: Ditto.
13420 * gdb.trace/collection.exp: Ditto.
13421 * gdb.trace/deltrace.exp: Ditto.
13422 * gdb.trace/infotrace.exp: Ditto.
13423 * gdb.trace/limits.exp: Ditto.
13424 * gdb.trace/packetlen.exp: Ditto.
13425 * gdb.trace/passc-dyn.exp: Ditto.
13426 * gdb.trace/passcount.exp: Ditto.
13427 * gdb.trace/report.exp: Ditto.
13428 * gdb.trace/save-trace.exp: Ditto.
13429 * gdb.trace/tfind.exp: Ditto.
13430 * gdb.trace/tracecmd.exp: Ditto.
13431 * gdb.trace/while-dyn.exp: Ditto.
13432 * gdb.trace/while-stepping.exp: Ditto.
13433 * lib/gdb.exp: Ditto.
13434 (gdb_compile): Handle nowarning option.
13435
5f4a23d9
AO
134362006-03-07 Alexandre Oliva <aoliva@redhat.com>
13437
13438 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13439 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
13440 Rename executable to prelinkt. Don't re-prelink if we didn't
13441 get a core file. Test prelink -u exit status to tell whether
13442 prelinking failed. Use gdb_test_multiple.
13443
9733fc94
DJ
134442006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13445
13446 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13447 (do_tests): Call it.
13448
cc10cae3
AO
134492006-02-28 Alexandre Oliva <aoliva@redhat.com>
13450
13451 * gdb.base/prelink.exp: New test.
13452 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13453
15c46491
WZ
134542006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
13455
13456 * gdb.fortran/derived-type.f90: New file.
13457 * gdb.fortran/derived-type.exp: New testcase.
13458
5c9f7ded
DJ
134592006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
13460
13461 * gdb.base/default.exp: Allow ';' as a directory separator.
13462
5b96932b
AS
134632006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13464
13465 * gdb.base/help.exp (help add-symbol-file): Update.
13466
1986bccd
AS
134672006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13468
13469 * gdb.base/help.exp (help load): Update expected results.
13470
a8b7528f
FF
134712006-02-19 Fred Fish <fnf@specifix.com>
13472
13473 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13474 specifix hex value as part of results.
13475 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 13476
f8261448
FF
134772006-02-16 Fred Fish <fnf@specifix.com>
13478
13479 * gdb.base/whatis.c: Define variables using typedefs char_addr,
13480 ushort_addr, and slong_addr, so the typedefs are not optimized
13481 away.
13482 * gdb.base/whatis.exp: Add tests using type name for struct type,
13483 union type, enum type, and typedef.
a9c64011 13484
31d8bdd2
MK
134852006-02-13 Mark Kettenis <kettenis@gnu.org>
13486
13487 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13488
34e41e63
JB
134892006-02-13 Jim Blandy <jimb@redhat.com>
13490
13491 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13492 case where it takes two "next" commands to skip past the init
13493 call.
13494
ac6e4f31
FF
134952006-02-12 Fred Fish <fnf@specifix.com>
13496
13497 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13498 to handle cases where it takes two "next" commands to skip
13499 past the init call.
13500
2db2d571
JB
135012006-02-07 Joel Brobecker <brobecker@adacore.com>
13502
13503 * gdb.ada/array_return.exp: Mark the last test as expected to fail
13504 on hppa32 targets.
13505
38fcd64c
DJ
135062006-02-06 Vladimir Prus <ghost@cs.msu.su>
13507
13508 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13509 field.
13510
1315ad46
MK
135112006-01-29 Mark Kettenis <kettenis@gnu.org>
13512
13513 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13514
5625b943
DJ
135152006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13516
13517 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13518 files.
13519
80df1bbe
DJ
135202006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13521
13522 * gdb.cp/maint.exp: Set complaints to a positive value.
13523
9078e690
DJ
135242006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13525
13526 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
13527 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
13528 function name.
13529
9c903399
DJ
135302006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13531
13532 * gdb.base/checkpoint.c: Update copyright notice. Include
13533 <stdlib.h>.
13534
761ae4d6
JB
135352006-01-04 Jim Blandy <jimb@redhat.com>
13536
13537 * gdb.asm/asm-source.exp: Independently provide default values for
13538 asm-flags and debug-flags. Use 'string equal' to do the
13539 comparison, not the implicit expr's '==' operator. Remove
13540 now-unneeded assignments to asm-flags. In h8300 case, place
13541 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13542
099ac3dd
MS
135432006-01-04 Michael Snyder <msnyder@redhat.com>
13544
13545 * gdb.base/checkpoint.c: New file.
13546 * gdb.base/checkpoint.exp: New file.
13547 * gdb.base/multi-fork.c: New file.
13548 * gdb.base/multi-fork.exp: New file.
13549 * gdb.base/pi.txt: New file (data for checkpoint.c test).
13550
f4d85314
FF
135512006-01-04 Fred Fish <fnf@specifix.com>
13552
13553 * gdb.base/ptype.c (foo): Add typedef.
13554 (intfoo): Add function.
13555 * gdb.base/ptype1.c: New file.
13556 * gdb.base/ptype.exp: Handle compilation and linking with two
13557 source files. Test that proper type for "foo" is found based
13558 on source context rather than first match found in symtabs.
13559
a1b06f35
MK
135602005-12-28 Mark Kettenis <kettenis@gnu.org>
13561
13562 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13563 * gdb.asm/openbsd.inc: Indent commands.
13564
d082a1e2
MK
135652005-12-26 Mark Kettenis <kettenis@gnu.org>
13566
c65016bd
MK
13567 * gdb.base/freebpcmd.exp: Increase timeout.
13568
d082a1e2
MK
13569 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13570
d3c32a0e
DJ
135712005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
13572
13573 * gdb.base/default.exp: Update check for "show version".
13574
9fdb1f50
RC
135752005-12-09 Randolph Chung <tausq@debian.org>
13576
13577 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13578 * gdb.asm/pa64.inc: New file.
13579
5f2c56f7
RC
135802005-12-09 Randolph Chung <tausq@debian.org>
13581
13582 * gdb.asm/common.inc: Indent commands.
13583 * gdb.asm/asmsrc1.s: Likewise.
13584 * gdb.asm/asmsrc2.s: Likewise.
13585
8117349c
RC
135862005-12-09 Randolph Chung <tausq@debian.org>
13587
13588 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13589 (get_addr_of_sym): Remove duplicate print.
13590 (gen_core): xfail hppa*-*-hpux*, update expected output.
13591 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13592 * gdb.arch/pa64-nullify.s: New file.
13593
8f07f25a
RC
135942005-12-09 Randolph Chung <tausq@debian.org>
13595
13596 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13597
55b39184
DJ
135982005-12-07 Christophe Lyon <christophe.lyon@st.com>
13599
13600 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13601 code generation for these functions.
13602 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13603 error message.
13604
31e2b00f
AS
136052005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
13606
13607 * gdb.base/help.exp (help b, help br, help bre, help brea)
13608 (help break): Update the expected message.
13609
c3d0b56e
SC
136102005-11-11 Stephane Carrez <stcarrez@nerim.fr>
13611
13612 * gdb.asm/m68hc11.inc: Setup the data section.
13613 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13614 script for this test.
13615 (m6812-*-*): Likewise.
13616
36ae0ea9
RC
136172005-11-09 Randolph Chung <tausq@debian.org>
13618
13619 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13620
9d6f42e9
WZ
136212005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
13622
13623 * gdb.base/break.exp: Fix a comment typo.
13624
e2126a14
EZ
136252005-11-03 Jim Blandy <jimb@redhat.com>
13626
a9c64011
AS
13627 Checked in by Elena Zannoni <ezannoni@redhat.com>
13628
889bf7c5 13629 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 13630
e0ac7199
CV
136312005-11-02 Corinna Vinschen <vinschen@redhat.com>
13632
13633 * gdb.arch/gdb1558.c: Include stdio.h.
13634
31d3fb18
MK
136352005-10-31 Mark Kettenis <kettenis@gnu.org>
13636
13637 * gdb.asm/asm-source.exp: Use -e instead of --entry.
13638
e52b687c
MK
136392005-10-31 Mark Kettenis <kettenis@gnu.org>
13640
13641 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13642
f4711d79
PG
136432005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
13644
a9c64011
AS
13645 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13646 vscr" tests to better match output.
f4711d79 13647
987a9106
JB
136482005-10-12 Jim Blandy <jimb@redhat.com>
13649
13650 * gdb.base/structs.exp (any): New function.
13651 (test_struct_returns): Don't make any assumptions at all about
13652 what value the function returns when GDB can't set the return
13653 value.
13654
2336bb58
JB
136552005-10-09 Joel Brobecker <brobecker@adacore.com>
13656
13657 * gdb.ada/arrayidx/p.adb: New file.
13658 * gdb.ada/arrayidx.exp: New testcase
13659
136602005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
13661
13662 * gdb.ada/array_return/pck.ads: New file.
13663 * gdb.ada/array_return/pck.adb: New file.
13664 * gdb.ada/array_return/p.adb: New file.
13665 * gdb.ada/array_return.exp: New testcase.
13666
705335ea
JB
136672005-10-03 Joel Brobecker <brobecker@adacore.com>
13668
a9c64011
AS
13669 * gdb.base/arrayidx.c: New file.
13670 * gdb.base/arrayidx.exp: New testcase.
705335ea 13671
11ee9940
NR
136722005-09-29 Nick Roberts <nickrob@snap.net.nz>
13673
13674 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13675 frames-invalid and breakpoints-invalid are no longer generated
13676 with level 3 so don't expect them in the output.
13677
39fb8e9e
BR
136782005-09-27 Bob Rossi <bob@brasko.net>
13679
a9c64011 13680 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
13681 from test. Escape the | in mi_gdb_test call.
13682 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13683 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13684 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13685 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13686 expected regex's in mi_gdb_test calls.
13687 * lib/mi-support.exp: Remove arbitrary .* from tests.
13688 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13689 Fully anchor GDB/MI expected results in mi_gdb_test.
13690 * lib/gdb.exp (string_to_regexp): Escape the ] character.
13691 * gdb.base/sizeof.exp: Remove escape character. Correct test.
13692
2af48f68
PB
136932005-09-26 Paul Brook <paul@codesourcery.com>
13694
13695 * long_long.exp: Exclude eabi targets from arm FPA float format test.
13696
f34502bc
WZ
136972005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13698
13699 * bfp-test.c: New file.
13700 * bfp-test.exp: New testcase.
13701
ca929517
WZ
137022005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13703
13704 * gdb.fortran/subarray.exp: New testcase to test the evaluation
13705 of subarray and substring variable.
13706 * gdb.fortran/subarray.f: New source file for the test of subarray
13707 and substring variable evaluation.
13708 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13709 of string constant.
13710
c761af65
DJ
137112005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
13712
13713 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13714 copyright dates.
13715
561d7a1d
PG
137162005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
13717
13718 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13719 powerpc altivec' test with an almost identical 'info vector' test.
13720
b2b64cc9
PG
137212005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13722
a9c64011
AS
13723 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13724 vscr" tests to match output.
b2b64cc9 13725
6ac4d15a
PG
137262005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13727
a9c64011
AS
13728 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13729 output.
6ac4d15a 13730
40e55bef
BR
137312005-09-11 Bob Rossi <bob@brasko.net>
13732
889bf7c5
PA
13733 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13734 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13735 commands that return an MI output command and an asyncronous MI output
13736 command.
40e55bef
BR
13737 * gdb.mi/mi-console.exp: Ditto.
13738
3c7385ec
BR
137392005-09-11 Bob Rossi <bob@brasko.net>
13740
13741 * gdb.mi/mi-var-child.c: Include <string.h>.
13742
a6cd0eb3
DJ
137432005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
13744
13745 * killed.exp: Correct gdb_expect syntax.
13746
2f168eed
CV
137472005-08-09 Corinna Vinschen <vinschen@redhat.com>
13748
13749 * lib/mi-support.exp (mi_gdb_load): Fix typo.
13750
ecd3fd0f
BR
137512005-08-02 Bob Rossi <bob@brasko.net>
13752
13753 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13754 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13755 Change tests to inferior-tty-set/show.
13756 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13757 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13758 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13759 inferior. Use mi_gdb_test to get GDB and Inferior output.
13760 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13761 descriptor.
13762 (mi_inferior_tty_name): Add inferior PTY file name.
13763 (mi_gdb_start): Add INFERIOR_PTY parameter.
13764 (mi_gdb_test): Add IPATTERN parameter.
13765
f1ea48cb 137662005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 13767
f1ea48cb
BR
13768 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13769 parameter to mi_gdb_test.
13770 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13771
6e650a67
DJ
137722005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13773
13774 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13775 struct_declarations.
13776 * gdb.mi/mi-var-child.exp: Step over the initialization of
13777 struct_declarations.
13778
8be260b6
DJ
137792005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13780
13781 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13782 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13783 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13784 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13785 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13786 file.
13787
4e660f07
NR
137882005-07-27 Nick Roberts <nickrob@snap.net.nz>
13789
13790 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13791 (do_children_tests): Assign values to the extra elements.
13792
13793 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13794 them for tests for "-var-update --no-values" and
a9c64011 13795 "-var-update --all-values".
4e660f07
NR
13796 Add test for "-var-list-children --simple-values".
13797
13798 * gdb.mi/basics.c (callee4): Add integer array D[3]...
13799
13800 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13801 "-stack-list-locals --simple-values" Improve doc strings and
13802 comments.
13803
6bdae935
MK
138042005-07-18 Mark Kettenis <kettenis@gnu.org>
13805
598b7a6f
MK
13806 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13807 *-*-openbsd*.
13808 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13809
6bdae935
MK
13810 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13811 sigaltsatck'.
13812
1323e929 138132005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 13814
1323e929
BR
13815 * gdb.base/default.exp (tty): Changed output of command.
13816 * gdb.base/help.exp (help tty): Ditto.
13817
b1a9c082
MK
138182005-07-12 Mark Kettenis <kettenis@gnu.org>
13819
13820 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13821
10a844a2
MK
138222005-07-10 Mark Kettenis <kettenis@gnu.org>
13823
13824 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13825 -stack-select-frame without arguments.
13826 (test_stack_frame_listing): Add test for newly implemented command
13827 -stack-info-frame.
13828
3cb3b8df
BR
138292005-07-06 Bob Rossi <bob@brasko.net>
13830
13831 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13832 command.
13833 (Copyright): Update copyright.
13834
a0c5fbcf
WZ
138352005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13836
13837 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13838 tests to evaluate exponentiation expression.
13839
984971d0
AS
138402005-06-29 Andreas Schwab <schwab@suse.de>
13841
13842 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13843 main to avoid warnings.
13844
13845 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13846
fe03833f
NR
138472005-06-20 Nick Roberts <nickrob@snap.net.nz>
13848
13849 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13850 -stack-select-frame without arguments.
13851 (test_stack_frame_listing): Add test for newly implemented command
13852 -stack-info-frame.
a9c64011 13853
7a55f279
WZ
138542005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
13855
0ffa0ea5
DJ
13856 * gdb.fortran/array-element.f: New file.
13857 * gdb.fortran/array-element.exp: New testcase.
7a55f279 13858
26585198
DJ
138592005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13860
13861 * gdb.base/bigcore.exp: Correct checks for systems which can
13862 not dump a large core file.
13863
c1bd25fd
DJ
138642005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13865
13866 * gdb.base/relocate.c: Add a copyright notice.
13867 (dummy): Remove.
13868 * gdb.base/relocate.exp: Test printing the values of variables
13869 from a relocatable file.
13870
589e074d
DJ
138712005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13872
13873 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
13874 excess MI output after an error.
13875
0915f927
JB
138762005-05-29 Joel Brobecker <brobecker@adacore.com>
13877
13878 * gdb.arch/alpha-step.c: New file.
13879 * gdb.arch/alpha-step.exp: New testcase.
13880
76ff342d
DJ
138812005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
13882 Dennis Brueni <dennis@slickedit.com>
13883
13884 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13885 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13886 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13887 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13888 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13889 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13890 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13891
96b0c7ac
DJ
138922005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
13893 Wu Zhou <woodzltc@cn.ibm.com>
13894
13895 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
13896 IBM's xlc compiler.
13897 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13898 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13899
f21565d2
JB
139002005-05-13 Jim Blandy <jimb@redhat.com>
13901
13902 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13903 calling gdb_suppress_entire_file.
13904 * gdb.base/charset.exp: Same.
13905 * gdb.base/call-rt-st.exp: Same.
13906
6006a3a1
BR
139072005-05-05 Bob Rossi <bob_rossi@cox.net>
13908
13909 * lib/gdb.exp (fullname_syntax): Added global regex.
13910 (fullname_syntax_POSIX): Ditto.
13911 (fullname_syntax_UNC): Ditto.
13912 (fullname_syntax_DOS_CASE): Ditto.
13913 (fullname_syntax_DOS): Ditto.
13914 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13915 fullname_syntax variable to scope and use it.
13916 (test_file_list_exec_source_files): Ditto.
13917 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13918
c3b69c04
DJ
139192005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
13920
13921 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13922
3c95e6af
PG
139232004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
13924
a9c64011
AS
13925 * lib/gdb.exp (skip_altivec_tests): New function, based on
13926 check_vmx_hw_available from the GCC testsuite.
13927 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13928 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 13929
78df6c56
JB
139302005-05-02 Jim Blandy <jimb@redhat.com>
13931
13932 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13933 calling gdb_suppress_entire_file.
13934
1690f9cf
DJ
139352005-04-30 Randolph Chung <tausq@debian.org>
13936
13937 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13938 Slightly relax "sem_post" name checking.
13939
5ea106f7
PG
139402005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13941
13942 * gdb.base/unload.exp: Use new shared library infrastructure.
13943
bf7234cf
PG
139442005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13945
13946 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 13947 infrastructure.
bf7234cf 13948
547b869a
CV
139492005-04-29 Corinna Vinschen <vinschen@redhat.com>
13950
13951 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13952 * gdb.asm/h8300.inc: New file.
13953
f07e55f0
PG
139542005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13955
13956 * gdb.base/shlib-call.exp: Change to use new shared library
13957 infrastructure.
13958
3cbba3d1
PG
139592005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13960
a9c64011
AS
13961 * gdb.base/pending.exp: Change to use new shared library
13962 infrastructure.
3cbba3d1 13963
ed6df200
PG
139642005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13965
a9c64011
AS
13966 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13967 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 13968
8c8f4ebe
PG
139692005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
13970
a9c64011
AS
13971 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13972 shared objects being adjusted and update copyright years.
8c8f4ebe 13973
607fbc54
DJ
139742005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
13975
13976 * ChangeLog: Correct some 2003-01-13 dates.
13977 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13978 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13979 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13980 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13981 gdb.trace/tfind.exp: Update copyright years.
13982
57bf0e56
DJ
139832005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
13984 Daniel Jacobowitz <dan@codesourcery.com>
13985
13986 * lib/gdb.exp (gdb_compile): Handle shlib=.
13987 (gdb_compile_shlib): New function.
13988
9b593790
PG
139892005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
13990
a9c64011 13991 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 13992
9494c6a5
DJ
139932005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13994
13995 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13996 gdb.server.
13997 * configure.ac: Likewise.
13998 * configure: Regenerated.
13999 * gdb.gdbserver/Makefile.in: Moved to...
14000 * gdb.server/Makefile.in: ... here.
14001 * gdb.gdbserver/server.c: Moved to...
14002 * gdb.server/server.c: ... here.
14003 * gdb.gdbserver/server-run.exp: Moved to...
14004 * gdb.server/server-run.exp: ... here.
14005
6f8eac0e
DJ
140062005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
14007
14008 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
14009 * configure.ac: Create gdb.gdbserver/Makefile.
14010 * configure: Regenerated.
14011 * lib/gdbserver-support.exp: New file, derived from
14012 config/gdbserver.exp.
14013 * config/gdbserver.exp: Use gdbserver-support.exp.
14014 * gdb.gdbserver/Makefile.in: New file.
14015 * gdb.gdbserver/server.c: New file.
14016 * gdb.gdbserver/server-run.exp: New file.
14017
6e87504d
PG
140182005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
14019
a9c64011
AS
14020 * lib/gdb.exp (test_compiler_info): Return compiler_info
14021 if no arguments are given.
6e87504d 14022
d1779be4
PG
140232005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
14024
14025 * gdb.arch/altivec-abi.exp: Check for compiler and set
14026 use altivec' flag accordingly.
14027 * gdb.arch/altivec-regs.exp: Likewise.
14028
88750304
DJ
140292005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
14030
14031 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
14032
f3fb768d
AS
140332005-03-27 Andreas Schwab <schwab@suse.de>
14034
14035 * gdb.base/bigcore.c (main): Add missing mode argument in open
14036 call.
14037
7e813ac5
DJ
140382005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
14039
14040 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
14041 downloads.
14042 * config/gdbserver.exp (gdb_load): Likewise.
14043
8e3049aa
PB
140442005-03-14 Paul Brook <paul@codesourcery.com>
14045
14046 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
14047 targets.
14048
a9df7c44
JB
140492005-03-09 Joel Brobecker <brobecker@adacore.com>
14050
14051 * gdb.dwarf2/dup-psym.S: New file.
14052 * gdb.dwarf2/dup-psym.exp: New testcase.
14053
9f0d94e8
JB
140542005-03-09 Joel Brobecker <brobecker@adacore.com>
14055
14056 * gdb.ada/exec_changed/first.adb: New file.
14057 * gdb.ada/exec_changed/second.adb: New file.
14058 * gdb.ada/exec_changed.exp: New testcase.
14059
5f579bc5
NS
140602005-03-08 Nathan Sidwell <nathan@codesourcery.com>
14061
36e9969c
NS
14062 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
14063 (A2): New class.
14064 (main): Test operator+.
14065 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
14066 breakpoint test.
14067
5f579bc5
NS
14068 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
14069 * gdb.base/signull.exp: Disable if gdb,nosignals.
14070 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
14071 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
14072 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
14073 * gdb.mi/mi2-console.exp: Likewise.
14074 * gdb.trace/collection.exp (run_trace_experiment): Consume the
14075 continue output at start.
14076 (gdb_collect_locals_test): Robustify regexp.
14077 * gdb.trace/passc-dyn.exp: Fix comment typo.
14078 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
14079
be46087e
CV
140802005-03-08 Corinna Vinschen <vinschen@redhat.com>
14081
14082 * gdb.asm/asm-source.exp: Add iq2000 case.
14083 * gdb.asm/iq2000.inc: New file.
14084
384e1a61 140852005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 14086
384e1a61
MI
14087 * gdb.base/command.exp: Change hardcoded value to regular expression.
14088 * gdb.base/float.exp: Add powerpc to the list of targets checked.
14089
584b6e9e
DJ
140902005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
14091
14092 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
14093 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
14094 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
14095 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
14096 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
14097
ab5b5d61
MK
140982005-03-05 Mark Kettenis <kettenis@gnu.org>
14099
14100 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
14101 changes.
14102
ae051c1b
PG
141032004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
14104
a9c64011
AS
14105 * lib/compiler.c: Add test for IBM's xlc compiler.
14106 * lib/compiler.cc: Likewise.
ae051c1b 14107
3f0f6ed2
JB
141082004-02-24 Joel Brobecker <brobecker@adacore.com>
14109
14110 * gdb.ada/fixed_points.exp: Create compilation object directory
14111 before running the test.
14112 * gdb.ada/null_record.exp: Likewise.
14113 * gdb.ada/packed_array.exp: Likewise.
14114 * gdb.ada/start.exp: Likewise.
14115
724f452b
JB
141162005-02-15 Joel Brobecker <brobecker@adacore.com>
14117
14118 * gdb.ada/packed_array/pa.adb: New file.
14119 * gdb.ada/packed_array.exp: New testcase.
14120
57f5cdfb 141212005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 14122
1f393151
MK
14123 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
14124 files.
14125
ebdda337
MK
14126 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
14127 on *-*-openbsd*. Correctly match whitespace in regukar
14128 expressions.
14129
cf309262
DJ
141302005-02-10 Daniel Jacobowitz <dan@debian.org>
14131
14132 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
14133 PR exp/1821
14134 * gdb.base/gdb1821.c: New test file.
14135 * gdb.base/gdb1821.exp: New test file.
14136
3be49e7a
JB
141372005-02-09 Joel Brobecker <brobecker@adacore.com>
14138
14139 * gdb.base/start.c: New file.
14140 * gdb.base/start.exp: New testcase.
14141
e292e67d
JB
141422005-02-09 Joel Brobecker <brobecker@adacore.com>
14143
14144 * gdb.ada/start/dummy.adb: New file.
14145 * gdb.ada/start.exp: New testcase.
14146
dbdfa66c
CV
141472005-02-09 Corinna Vinschen <vinschen@redhat.com>
14148
14149 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
14150 for printing symbols and statistics.
14151 Add test for using relative pathnames in "maint print msymbols" test.
14152 Mark "maint info sections DATA" XFAIL on Cygwin.
14153 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
14154 tests.
14155
d7941671
AC
141562005-02-09 Andreas Schwab <schwab@suse.de>
14157
14158 Committed by Andrew Cagney <cagney@gnu.org>
14159 * gdb.base/remotetimeout.exp: New file.
14160
74e5ef44
MK
141612005-02-07 Mark Kettenis <kettenis@gnu.org>
14162
14163 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
14164
464dd14d
JB
141652005-02-03 Joel Brobecker <brobecker@adacore.com>
14166
14167 * gdb.ada/gnat_ada.gpr: New file.
14168 * gdb.ada/gnat_ada.gin: Delete, no longer used.
14169 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
14170 * configure.ac: No longer generate gnat_ada.gpr.
14171 * configure: Regenerate.
14172 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14173 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14174 * gdb.ada/null_record/bar.ads: Likewise.
14175 * gdb.ada/null_record/bar.adb: Likewise.
14176 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14177 * gdb.ada/null_record.exp (testdir): New variable.
14178 (testfile): executable is now in testdir subdirectory.
14179 (srcfile): Use full path to the main compilation unit.
14180 * gdb.ada/fixed_points.exp: Same changes as above.
14181
30d756ae
NR
141822005-02-03 Nick Roberts <nickrob@snap.net.nz>
14183
14184 * gdb.base/interp.exp: New test.
14185
9d799f85
AC
141862005-01-24 Andrew Cagney <cagney@gnu.org>
14187
14188 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14189
15656118
AC
141902005-01-19 Andrew Cagney <cagney@gnu.org>
14191
a892c31b
AC
14192 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14193 configure.ac not configure.in.
14194
15656118
AC
14195 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14196 of powerpc*-*-*.
14197 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 14198 * gdb.base/list.exp (test_list_function)
15656118
AC
14199 (test_list_filename_and_function): Ditto.
14200 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14201
a7b01baf
AC
142022005-01-16 Andrew Cagney <cagney@gnu.org>
14203
17d92a02
AC
14204 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14205
a7b01baf
AC
14206 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14207
bc8332bb
AC
142082005-01-14 Andrew Cagney <cagney@gnu.org>
14209
14210 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14211 * gdb.mi/mi2-var-cmd.exp: Ditto.
14212
4d074752
CV
142132005-01-10 Corinna Vinschen <vinschen@redhat.com>
14214
14215 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14216
bec39cab
AC
142172005-01-07 Andrew Cagney <cagney@gnu.org>
14218
14219 * configure.ac: Rename configure.in, require autoconf 2.59.
14220 * configure: Re-generate.
14221 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14222 * gdb.stabs/configure: Re-generate.
14223 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14224 * gdb.hp/configure: Re-generate.
14225 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14226 autoconf 2.59.
14227 * gdb.hp/gdb.objdbg/configure: Re-generate.
14228 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14229 autoconf 2.59.
14230 * gdb.hp/gdb.defects/configure: Re-generate.
14231 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14232 autoconf 2.59.
14233 * gdb.hp/gdb.compat/configure: Re-generate.
14234 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14235 autoconf 2.59.
14236 * gdb.hp/gdb.base-hp/configure: Re-generate.
14237 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14238 autoconf 2.59.
14239 * gdb.hp/gdb.aCC/configure: Re-generate.
14240
f10b16d4
JB
142412004-12-15 Jim Blandy <jimb@redhat.com>
14242
14243 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14244 under NPTL when there is debugging info available for libpthread.
14245
fb6e1814
JG
142462004-12-13 Jerome Guitton <guitton@gnat.com>
14247
14248 * gdb.ada/fixed_points.c: New file.
14249 * gdb.ada/fixed_points.exp: New file.
14250
fe46cd3a
RC
142512004-12-03 Randolph Chung <tausq@debian.org>
14252
14253 * gdb.arch/pa-nullify.exp: New file.
14254 * gdb.arch/pa-nullify.s: New file.
14255
8de0841b
RC
142562004-11-30 Randolph Chung <tausq@debian.org>
14257
14258 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14259 instead of "tbug". Fix regexp to work properly with gdb_test.
14260
c8170782
PH
142612004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
14262
14263 * gdb.base/bitfields2.exp: New test.
14264 * gdb.base/bitfields2.c: New file.
14265
954269c2
RE
142662004-11-28 Richard Earnshaw <rearnsha@arm.com>
14267
14268 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14269
0107feed
RC
142702004-11-16 Randolph Chung <tausq@debian.org>
14271
14272 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14273
f073ae8c
DJ
142742004-11-14 Daniel Jacobowitz <dan@debian.org>
14275
14276 * gdb.threads/threadapply.exp: Correct "macro details" test.
14277
19ad59e7
JJ
142782004-11-11 Jeff Johnston <jjohnstn@redhat.com>
14279
14280 * gdb.threads/threadapply.exp: New test.
14281 * gdb.threads/threadapply.c: New file.
14282
9cf0961b
MK
142832004-11-07 Mark Kettenis <kettenis@gnu.org>
14284
14285 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14286 frames.
14287
c789492a
FL
142882004-11-05 Felix Lee <felix+log1@specifixinc.com>
14289
14290 * gdb.base/cursal.exp: New file.
14291 * gdb.base/cursal.c: New file.
14292
a1e167bb
AC
142932004-11-03 Andrew Cagney <cagney@gnu.org>
14294
14295 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14296
b7cbf173
MK
142972004-10-30 Mark Kettenis <kettenis@gnu.org>
14298
14299 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14300 NetBSD/ELF targets.
14301
88f9d34f
JB
143022004-10-29 Joel Brobecker <brobecker@gnat.com>
14303
14304 * gdb.threads/bp_in_thread.c: New file, copied from
14305 pthread_cond_wait.c.
14306 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14307 file, rather than reusing the .c file from another testcase.
14308
ca7d6a0c
JB
143092004-10-20 Joel Brobecker <brobecker@gnat.com>
14310
14311 * gdb.ada/null_record.exp: Check where we stopped after
14312 sending the start command, instead of where the associated
14313 temporary breakpoint was inserted.
14314
0d863d03
AC
143152004-10-14 Andrew Cagney <cagney@gnu.org>
14316
14317 * gdb.mi/gdb701.c (main): Return 0.
14318
d11e72cb
DJ
143192004-10-13 Daniel Jacobowitz <dan@debian.org>
14320
d40539a4 14321 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 14322
e1923096
JJ
143232004-10-12 Jeff Johnston <jjohnstn@redhat.com>
14324
14325 * gdb.threads/schedlock.c: Add comment markers to use to find
14326 line numbers.
14327 * gdb.threads/schedlock.exp: Adjust regex to handle the new
14328 comments.
14329 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14330 breakpoint lines.
14331
ec8ba2c9
DJ
143322004-10-12 Daniel Jacobowitz <dan@debian.org>
14333
14334 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14335
0eb3658b
DJ
143362004-10-12 Daniel Jacobowitz <dan@debian.org>
14337
14338 * configure.in: Add gdb.dwarf2.
14339 * configure: Regenerated.
14340 * Makefile.in: Add gdb.dwarf2.
14341 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14342 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14343 gdb.dwarf2/file1.txt: New files.
14344
a271cc33
OF
143452004-10-11 Orjan Friberg <orjanf@axis.com>
14346
a9c64011 14347 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
14348 of "run", since the latter doesn't work with remote targets. Adjust
14349 the breakpoint numbering accordingly.
14350 * gdb.threads/pthread_cond_wait.exp: Ditto.
14351
895ce074
MC
143522004-10-08 Michael Chastain <mec.gnu@mindspring.com>
14353
14354 * gdb.base/overlays.exp: Update copyright years.
14355
6be3092d
KI
143562004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
14357
14358 * gdb.base/overlays.exp: Disable if target is Linux.
14359
e05389b8
FL
143602004-10-06 Felix Lee <felix+log1@specifixinc.com>
14361
14362 * config/gdbserver.exp (gdb_load): Use right filename on remote.
14363
73cb587d
KI
143642004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
14365
14366 * gdb.asm/asm-source.exp: Add m32r-linux target.
14367 * gdb.asm/m32r-linux.inc: New file.
14368
3c0edcdc
AC
143692004-09-24 Andrew Cagney <cagney@redhat.com>
14370 David Anderson <anderson@redhat.com>
14371
14372 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14373 command fails, assume things will work.
14374 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14375 (_GNU_SOURCE): Define.
14376 (print_unsigned, print_hex): Change parameter to "long long".
14377 (print_byte_count): New function, use to print byte counts.
14378 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14379 O_LARGEFILE.
14380 (main): Compute an upper bound on a corefile in max_core_size.
14381 Limit memory chunk size to max_core_size. Limit total memory
14382 allocated to max_core_size.
14383
4bb3667f
AC
143842004-09-23 Andrew Cagney <cagney@gnu.org>
14385
14386 * gdb.base/bigcore.exp: Replace the code that creates a corefile
14387 from a separate process with code that creates a corefile by
14388 making the inferior dump core.
14389
60fe1a51
MK
143902004-09-23 Mark Kettenis <kettenis@gnu.org>
14391
14392 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14393 block.
14394
8e937346
MC
143952004-09-23 Michael Chastain <mec.gnu@mindspring.com>
14396
14397 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14398 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
14399 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14400 Likewise.
14401
7213f6d6
JJ
144022004-09-20 Jeff Johnston <jjohnstn@redhat.com>
14403
14404 * gdb.java/jprint.exp: New test case for java inferior call.
14405 * gdb.java/jprint.java: Ditto.
14406
eac69dca
JB
144072004-09-15 Joel Brobecker <brobecker@gnat.com>
14408
14409 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14410
22227696
MC
144112004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14412
14413 * gdb.threads/killed.c: Include <stdlib.h>.
14414 * gdb.threads/pthreads.c: Likewise.
14415
7dd403a4
MC
144162004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14417
14418 * gdb.threads/killed.c: Add copyright notice.
14419
33f2d567
JM
144202004-09-10 Jason Molenda (jmolenda@apple.com)
14421
a9c64011
AS
14422 * gdb.base/define.exp: Two new tests to verify zero space chars
14423 after 'if' and 'while' commands in a user-defined command is correctly
14424 parsed.
33f2d567 14425
e05b62ac
AC
144262004-09-08 Andrew Cagney <cagney@gnu.org>
14427
14428 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
14429 delivery test with duplicate at end of file.
14430
9cbe82da
MK
144312004-09-06 Mark Kettenis <kettenis@jive.nl>
14432
14433 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14434
564803d9
MC
144352004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14436
14437 * config/hppro.exp: Removed.
14438
7c6807ce
MC
144392004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14440
14441 * config/sparclet.exp: Removed.
14442
bf7e26dd
MC
144432004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14444
14445 * config/udi.exp: Removed.
14446
714e341b
MC
144472004-09-02 Michael Chastain <mec.gnu@mindspring.com>
14448
14449 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14450 of "exp_continue".
14451 (advancei): Likewise.
14452
1236e623
JJ
144532004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14454
14455 * gdb.base/unload.exp: Fix so messages aren't duplicated.
14456
3bdcad15
MI
144572004-09-01 Manoj Iyer <manjo@austin.ibm.com>
14458
228af206 14459 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
14460 to check for nodebug in executable.
14461 * gdb.gdb/observer.exp (setup_test): Likewise.
14462 * gdb.gdb/selftest.exp (test_with_self): Likewise.
14463 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14464
c72b934c
AC
144652004-09-01 Andrew Cagney <cagney@gnu.org>
14466
14467 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14468 files.
14469
edd9b715
JJ
144702004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14471
14472 * gdb.base/unload.exp: Fix expected warning message to match
14473 latest format.
14474
fb4ce06b
CV
144752004-09-01 Corinna Vinschen <vinschen@redhat.com>
14476
14477 * gdb.base/call-rt-st.exp: Fix typos.
14478
ce78e7c3
MI
144792004-08-31 Manoj Iyer <manjo@austin.ibm.com>
14480
14481 * gdb.threads/thread_check.exp: New testcase.
14482 * gdb.threads/thread_check.c: New testcase.
14483
2dedb159
AC
144842004-08-31 Andrew Cagney <cagney@gnu.org>
14485
14486 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14487 (skip_to_handler_entry): New procedures. Test stepping into a
14488 handler when the breakpoint is at the handler's entry point.
14489
68f53502
AC
144902004-08-30 Andrew Cagney <cagney@gnu.org>
14491
14492 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14493 gdb/1757.
14494
3e3ffd2b
MC
144952004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14496
14497 With code from Manoj Iyer <manjo@austin.ibm.com>:
14498 * lib/gdb.exp (gdb_file_cmd): Return more information in the
14499 return value. Add an arm for "no debugging symbols found".
14500 Change a stray "error" to "perror".
14501 (gdb_run_cmd): Adapt to new return value.
14502 * gdb.base/remote.exp: Adapt to new return value.
14503 * gdb.gdb/complaints.exp: Likewise.
14504 * gdb.gdb/observer.exp: Likewise.
14505 * gdb.gdb/selftest.exp: Likewise.
14506 * gdb.gdb/xfullpath.exp: Likewise.
14507
4b6f5fd2
JB
145082004-08-27 Joel Brobecker <brobecker@gnat.com>
14509
14510 * gdb.threads/bp_in_thread.exp: New testcase.
14511
e5b25496
MC
145122004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14513
14514 Fix PR testsuite/1735.
14515 * gdb.threads/schedlock.c (thread_function): Add a cast
14516 to suppress a gcc warning.
14517 * gdb.threads/thread-specific.c (thread_function): Likewise.
14518
934353d6
MC
145192004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14520
14521 * gdb.base/unload.c: Include <stdlib.h>.
14522
f98a0aef 145232004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 14524
f98a0aef 14525 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
14526 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14527 synchronized after the "return".
14528
5a2e8882
MC
145292004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14530
14531 * gdb.mi/basics.c: Include <stdio.h>.
14532 * gdb.mi/pthreads.c: Include <stdlib.h>.
14533 * gdb.mi/var-cmd.c: Include <stdlib.h>.
14534
a9640423
MC
145352004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14536
14537 * gdb.threads/schedlock.c: Add copyright notice.
14538
b04e311d
AC
145392004-08-25 Andrew Cagney <cagney@gnu.org>
14540
14541 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14542 (skip_over_handler, breakpoint_over_hander): New test procedures.
14543 (advance, advancei): Add a proper prefix, do not use
14544 rerun_to_main.
14545 * gdb.base/sigstep.c (main): Change to use an infinite loop.
14546
7c27f15b
MC
145472004-08-24 Michael Chastain <mec.gnu@mindspring.com>
14548
14549 * gdb.mi/basics.c: Add copyright notice.
14550 * gdb.mi/var-cmd.c: Add copyright notice.
14551
fffc87ae
MC
145522004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14553
14554 * lib/gdb.exp: Remove signed_keyword_not_used.
14555 * lib/compiler.c: Likewise.
14556 * lib/compiler.cc: Likewise.
14557
d782e0bf
MC
145582004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14559
14560 * gdb.base/whatis.c: Remove conditional disabling of "signed".
14561 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14562
96033e83
MC
145632004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14564
14565 * gdb.base/whatis.c: Add copyright notice.
14566
cf38c229
MK
145672004-08-20 Mark Kettenis <kettenis@gnu.org>
14568
14569 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
14570 it to skip the breakpoints encoded in the inline assembly.
14571
f4b49756
MC
145722004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14573
14574 * Makefile.in: Add gdb.fortran.
14575
2f193b69
MC
145762004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14577
14578 * gdb.base/call-sc.exp (test_scalar_returns):
14579 Fix cut-and-paste glitch in "Make fun return now".
14580
89a237cb
MC
145812004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14582
14583 * configure.in: Add gdb.fortran.
14584 * configure: Regenerate.
14585 * gdb.fortran/Makefile.in: New file.
14586 * lib/gdb.exp (skip_fortran_tests): New procedure.
14587
469aff8e
MC
145882004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14589
14590 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
14591 reference to bug-gnu@prep.ai.mit.edu.
14592 * gdb.mi/mi-var-child.exp: Likewise.
14593 * gdb.mi/mi-var-cmd.exp: Likewise.
14594 * gdb.mi/mi-var-display.exp: Likewise.
14595 * gdb.mi/mi2-var-block.exp: Likewise.
14596 * gdb.mi/mi2-var-child.exp: Likewise.
14597 * gdb.mi/mi2-var-cmd.exp: Likewise.
14598 * gdb.mi/mi2-var-display.exp: Likewise.
14599
00b51b9f
MK
146002004-08-15 Mark Kettenis <kettenis@gnu.org>
14601
14602 * gdb.base/unload.c (main): Make local variable msg const.
14603
45f07fef
MC
146042004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14605
14606 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
14607 to bug-gnu@prep.ai.mit.edu.
14608 * gdb.mi/mi-disassemble.exp: Likewise.
14609 * gdb.mi/mi-eval.exp: Likewise.
14610 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
14611 default line number.
14612 * gdb.mi/mi-return.exp: Likewise.
14613 * gdb.mi/mi-simplerun.exp: Likewise.
14614 * gdb.mi/mi-stack.exp: Likewise.
14615 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
14616 number with explicit range test.
14617 * gdb.mi/mi-watch.exp: Likewise.
14618 * gdb.mi/mi2-break.exp: Likewise.
14619 * gdb.mi/mi2-cli.exp: Likewise.
14620 * gdb.mi/mi2-disassemble.exp: Likewise.
14621 * gdb.mi/mi2-eval.exp: Likewise.
14622 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
14623 default line number.
14624 * gdb.mi/mi2-return.exp: Likewise.
14625 * gdb.mi/mi2-simplerun.exp: Likewise.
14626 * gdb.mi/mi2-stack.exp: Likewise.
14627 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
14628 number with explicit range test.
14629 * gdb.mi/mi2-watch.exp: Likewise.
14630
dd8c8ee7
MC
146312004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14632
14633 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14634 * gdb.cp/m-static.exp: Likewise.
14635 * gdb.cp/rtti.exp: Likewise.
14636
4e838464
MK
146372004-08-14 Mark Kettenis <kettenis@gnu.org>
14638
14639 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14640
8d8cb839
EZ
146412004-08-14 Eli Zaretskii <eliz@gnu.org>
14642
14643 * ChangeLog: Prefix Local Variables with semi-colons and indent
14644 the reference to older ChangeLog files, to fix fontification in
14645 Emacs.
14646
deea8bb0
MC
146472004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14648
14649 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14650 * gdb.mi/mi2-break.exp: Likewise.
14651
c3297504
MC
146522004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14653
14654 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14655
25808999
MC
146562004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14657
14658 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14659
226a8d71
MC
146602004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14661
14662 * gdb.cp/classes.exp: Remove unused declarations. Just let
14663 test names default instead of providing special names. Remove
14664 extraneous demangler test.
14665
37fdf854
JJ
146662004-08-12 Jeff Johnston <jjohnstn@redhat.com>
14667
14668 * gdb.base/unload.exp: New test for breakpoints in dynamically
14669 loaded libraries.
14670 * gdb.base/unload.c: Ditto.
14671 * gdb.base/unloadshr.c: Ditto.
14672
2d3a7986
MC
146732004-08-12 Michael Chastain <mec.gnu@mindspring.com>
14674
14675 * gdb.cp/classes.exp (test_ptype_class_objects): Call
14676 cp_test_ptype_class.
14677 (test_enums): Likewise.
14678
c72b934c
AC
146792004-08-10 Andrew Cagney <cagney@gnu.org>
14680
14681 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14682 files.
14683
cc503c8a
AC
146842004-08-10 Andrew Cagney <cagney@gnu.org>
14685
14686 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14687 init_malloc call.
14688
902f2ccb
MC
146892004-08-10 Michael Chastain <mec.gnu@mindspring.com>
14690
14691 * ChangeLog: Add copyright notice. The notice is copied
14692 from emacs 21.3 top level ChangeLog.
14693
78c90502
MC
146942004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14695
14696 * lib/cp-support.exp: New file.
14697 * lib/cp-support.exp (cp_test_type_class): New function.
14698 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14699 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14700 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14701 cp_test_ptype_class.
14702
88e5ea78
MC
147032004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14704
14705 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14706 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14707 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14708 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14709 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14710 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14711 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14712 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14713 gdb.mi/mi2-watch.exp: Update copyright years.
14714
6a89fc9c
MK
147152004-08-09 Mark Kettenis <kettenis@gnu.org>
14716
14717 * gdb.base/sigaltstack.exp: Provide proper anchoring.
14718
1482e0de
MC
147192004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14720
14721 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14722 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14723 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14724 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14725 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14726 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14727 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14728 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14729 gdb.mi/mi-watch.exp: Update copyright years.
14730
1a5ce3f3
DJ
147312004-08-08 Daniel Jacobowitz <dan@debian.org>
14732
14733 PR gdb/1738
14734 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14735 from a breakpoint with a pending signal.
14736
04f6ecf2
DJ
147372004-08-08 Daniel Jacobowitz <dan@debian.org>
14738
14739 PR gdb/1736
14740 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14741 * gdb.base/sigaltstack.exp (finish_test): Consume output until
14742 the prompt.
14743 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14744
54d90d35
DJ
147452004-08-08 Daniel Jacobowitz <dan@debian.org>
14746
14747 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14748
d2f6abb0
DJ
147492004-08-08 Daniel Jacobowitz <dan@debian.org>
14750
14751 PR gdb/1736
14752 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
14753 for i?86-*-linux*.
14754
5598c03d
DJ
147552004-08-08 Daniel Jacobowitz <dan@debian.org>
14756
14757 * gdb.arch/i386-prologue.exp: Compile without debug information.
14758
c6fee705
MC
147592004-08-08 Michael Chastain <mec.gnu@mindspring.com>
14760
14761 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14762 rather than asking gdb to search.
14763
dd90efdb
MC
147642004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14765
14766 * gdb.base/gcore.c: Include <string.h>.
14767
1e84bec1
MC
147682004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14769
14770 * gdb.base/gcore.c: Add copyright notice.
14771
e425eb2b
MC
147722004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14773
14774 * gdb.base/freebpcmd.c: Include <stdio.h>.
14775 * gdb.base/long_long.c: Include <string.h>.
14776 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14777 * gdb.base/siginfo.c: Include <string.h>.
14778 * gdb.base/sigstep.c: Include <string.h>.
14779
cb9aaed5
MC
147802004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14781
14782 * gdb.base/complex.c: Include <stdlib.h>.
14783
55944f3d
MC
147842004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14785
14786 * gdb.base/complex.c: Add copyright notice.
14787
7b2953d9
MC
147882004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14789
14790 * gdb.base/charset.c: Include <stdlib.h>.
14791
c9133d23
MC
147922004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14793
14794 * gdb.base/auxv.c: Include <stdlib.h>.
14795
0a8490ad
MC
147962004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14797
14798 * gdb.base/auxv.c: Add copyright notice.
14799
3426d5ec
MC
148002004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14801
14802 * gdb.base/coremaker.c: Add copyright notice.
14803 * gdb.base/coremaker2.c: Add copyright notice.
14804
8da195dd
AC
148052004-08-04 Andrew Cagney <cagney@gnu.org>
14806
14807 * gdb.base/store.exp: Update copyright.
14808 (check_set, up_set, check_struct, up_struct): Add a prefix to test
14809 names, do not import gdb_prompt.
14810
8d394f98
AC
148112004-08-01 Andrew Cagney <cagney@gnu.org>
14812
14813 Fix PR testsuite/1729.
14814 * gdb.base/dump.exp: Add test name to callers of capture_value, do
14815 not use capture_value with value 4.
14816 (capture_value): Add optional test name parameter.
14817 (test_reload_saved_value, test_restore_saved_value): Use $msg as
14818 the prefix, pass to capture_value.
14819
b6702b23
MK
148202004-08-01 Mark Kettenis <kettenis@gnu.org>
14821
14822 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14823 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14824 (main): Call new function.
14825
c203e0ca
MC
148262004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14827
14828 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14829
a7995a30
MC
148302004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14831
14832 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14833
9366563b
MC
148342004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14835
b6eeaf26 14836 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
14837 Accept more values of vtbl pointer. Remove some messages
14838 about "obsolete gcc or gdb".
14839
2fc1f950
MC
148402004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14841
14842 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14843
c724d49b
MC
148442004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14845
14846 * gdb.base/asm-source.exp: Properly convert target board
14847 debug flags from gcc format to binutils format.
14848
736b0fce
MK
148492004-07-28 Mark Kettenis <kettenis@gnu.org>
14850
14851 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14852 gdb1718". PR backtrace/1718 partially fixed.
14853
5633ea5c
JJ
148542004-07-27 Jeff Johnston <jjohnstn@redhat.com>
14855
14856 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14857
575eebb1
NC
148582004-07-26 Nick Clifton <nickc@redhat.com>
14859
14860 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
14861 good default value for a specific architecture is available then
14862 set it to that value. Otherwise default to the -gstabs switch.
14863 Remove the -g... switches from the asm-flags variable. Allow the
14864 target board info to override the value if it wants to. Pass the
14865 switch on the assembler command line.
14866
62104619
MK
148672004-07-23 Mark Kettenis <kettenis@gnu.org>
14868
14869 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
14870 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
14871 (main): Call new function.
14872
4a1135b8
MC
148732004-07-22 Michael Chastain <mec.gnu@mindspring.com>
14874
14875 Test for PR exp/1715.
14876 * gdb.base/radix.exp: Refactor common procedures. Make all
14877 test names unique. Change XFAIL to KFAIL.
14878
8a12c1f0
MC
148792004-07-20 Michael Chastain <mec.gnu@mindspring.com>
14880
14881 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14882 * gdb.ada/gnat_ada.gin: ... to here.
14883 * configure.in: Use gnat_ada.gin.
14884 * configure: Regenerate.
14885
23b451cf
AC
148862004-07-20 Andrew Cagney <cagney@gnu.org>
14887
14888 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14889 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
14890 XFAILs. Clean up test messages and comments. Check backtraces.
14891 Delete re-sync code.
14892
ab618a02
MC
148932004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14894
14895 Fix PR cli/740.
14896 * gdb.base/annota1.exp: Honor gdb,nosignals.
14897 * gdb.base/annota3.exp: Likewise.
14898
46dad340
MC
148992004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14900
14901 * lib/java.exp: Update copyright notice.
14902
756d8c70
AC
149032004-07-19 Andrew Cagney <cagney@gnu.org>
14904
14905 * gdb.base/selftest.exp: Copy file from here ...
14906 * gdb.gdb/selftest.exp: ... to here.
14907
586027e6
AC
149082004-07-16 Andrew Cagney <cagney@redhat.com>
14909
14910 * lib/insight-support.exp: Delete file.
14911 * lib/java.exp (java_init): Fix copyright.
14912
029d2200
AC
149132004-07-16 Andrew Cagney <cagney@gnu.org>
14914
14915 * gdb.base/restore.c: Append "prologue" to comments marking the a
14916 function's prologue.
14917 * gdb.base/restore.exp: Update copyright, re-indent.
14918 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
14919 callerN" prefix where needed. Update patterns that match a
14920 function's prologue.
14921
653b62c5
MC
149222004-07-16 Michael Chastain <mec.gnu@mindspring.com>
14923
14924 * gdb.base/restore.c: Add copyright notice.
14925
f7d690e5
AC
149262004-07-16 Andrew Cagney <cagney@gnu.org>
14927
14928 * gdb.base/logical.exp: Update copyright.
14929 (evaluate): New procedure. Use to re-implement tests using
14930 several tables.
14931
d629a7cb
MH
149322004-07-14 Martin Hunt <hunt@redhat.com>
14933
14934 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14935 which fixes some problems where init.tcl was not found.
14936
9c7bb332
AC
149372004-07-13 Andrew Cagney <cagney@gnu.org>
14938
6bf46641
AC
14939 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14940 (check_sizeof, check_valueof): Do not include the output in the
14941 test name. Use gdb_test.
14942 (get_valueof): Use gdb_test_multiple.
14943
c4ffd4c0
AC
14944 * gdb.base/step-test.exp: Update copyright. Use
14945 gdb_test_multiple. Ensure that test names do not include
14946 architecture dependent output.
14947
ab89363a
AC
14948 * gdb.gdb/observer.exp: Update copyright.
14949 (setup_test): Use gdb_test_multiple.
14950 (attach_first_observer, attach_second_observer)
14951 (attach_third_observer, detach_first_observer)
14952 (detach_second_observer, detach_third_observer)
14953 (reset_counters, check_counters): Make $message a prefix.
14954 (test_normal_stop_notifications): Add "args" parameter - a list of
14955 init functions to be called. Make $message a prefix,
14956 (test_observer_normal_stop): Change the message prefixes so that
14957 they are unique, pass the attach / detach procedures to
14958 test_normal_stop_notifications.
14959
ec58997a
AC
14960 * gdb.base/signull.exp (test_segv): Prefix all tests with
14961 "${name}". Clean up test messages.
14962
b475183b
AC
14963 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14964
9c7bb332
AC
14965 * gdb.base/ena-dis-br.exp: Update copyright.
14966 (break_at): New function. Replace send_gdb with gdb_test,
14967 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
14968 ignore count, not stopped at bpt", with KFAIL.
14969
2dd95497
CV
149702004-07-13 Corinna Vinschen <vinschen@redhat.com>
14971
14972 * gdb.base/attach.exp: Remove cleanupfile handling.
14973
419e626b
AC
149742004-07-12 Andrew Cagney <cagney@gnu.org>
14975
14976 * gdb.base/annota1.exp: Cleanup corefile test name.
14977 * gdb.base/annota3.exp: Ditto.
14978
8b1b3228
AC
149792004-07-12 Andrew Cagney <cagney@gnu.org>
14980
78650829
AC
14981 * gdb.base/signals.exp: Clean up copyright, re-indent.
14982
8b1b3228
AC
14983 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14984 gdb_test and gdb_test_multiple.
14985
935c2760
JJ
149862004-07-08 Jeff Johnston <jjohnstn@redhat.com>
14987
14988 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 14989 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
14990 provide line number info for first statement in main.
14991
1544280f
AC
149922004-07-08 Andrew Cagney <cagney@gnu.org>
14993
1279f4ff
AC
14994 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
14995
1544280f
AC
14996 * gdb.base/sigbpt.exp: Make the common part of each test name a
14997 prefix instead of suffix.
14998
bcc82369
BR
149992004-07-07 Bob Rossi <bob_rossi@cox.net>
15000
15001 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
15002 test from test_tbreak_creation_and_listing to
15003 test_file_list_exec_source_file
15004 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
15005 Changed name of test from test_tbreak_creation_and_listing to
15006 test_file_list_exec_source_file
15007
23f4b0aa
JJ
150082004-07-07 Jeff Johnston <jjohnstn@redhat.com>
15009
15010 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
15011 the jmisc() constructor instead of <init>.
15012 * gdb.java/jmisc1.exp: Ditto.
15013
56401cd5
AC
150142004-07-07 Andrew Cagney <cagney@gnu.org>
15015
15016 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
15017 corrupting the PC.
15018
44ae2f6a
MC
150192004-07-06 Michael Chastain <mec.gnu@mindspring.com>
15020
15021 * gdb.cp/templates.exp: Accept whitespace change in demangler
15022 output.
15023
45a83408
AC
150242004-07-06 Andrew Cagney <cagney@gnu.org>
15025
15026 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
15027
d205ad70
MC
150282004-07-02 Michael Chastain <mec.gnu@mindspring.com>
15029
15030 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
15031 * lib/compiler.cc: Likewise.
15032
06ea1a61
MC
150332004-06-30 Michael Chastain <mec.gnu@mindspring.com>
15034
15035 * lib/compiler.cc: Work around string preprocessing problem
15036 with old hp c++ compiler.
15037 * lib/compiler.c: Likewise.
15038
daab1251
CV
150392004-06-29 Corinna Vinschen <vinschen@redhat.com>
15040
15041 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
15042 directives to conditionalize symbol prefixing.
15043 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
15044 additional_flags handling. Add underscore prefix for Cygwin.
15045 * gdb.arch/i386-unwind.c: Use preprocessor directives to
15046 conditionalize symbol prefixing.
15047 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
15048 additional_flags handling. Add underscore prefix for Cygwin.
15049
cc984116
CV
150502004-06-29 Corinna Vinschen <vinschen@redhat.com>
15051
15052 * gdb.base/bigcore.exp: Skip test on Cygwin.
15053
c279b077
MC
150542004-06-28 Michael Chastain <mec.gnu@mindspring.com>
15055
15056 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
15057 formats for "info register". Use gdb_test_multiple. Fix
15058 the "invalid register" test.
15059
0e915747
CV
150602004-06-28 Corinna Vinschen <vinschen@redhat.com>
15061
15062 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
15063 PID for Cygwin. Add Cygwin specific strings to check for in some
15064 tests.
15065 (do_attach_tests): Add a test for user interaction when attaching
15066 to a process with no matching symbol table already loaded.
15067
11422c86
AC
150682004-06-26 Andrew Cagney <cagney@gnu.org>
15069
15070 Test PR java/1567 and PR java/1565.
15071 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
15072 * gdb.java/jmisc2.exp: Delete file.
15073
cefbce26
MC
150742004-06-26 Michael Chastain <mec.gnu@mindspring.com>
15075
15076 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
15077
e19f872c
CV
150782004-06-25 Corinna Vinschen <vinschen@redhat.com>
15079
15080 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
15081 attach process.
15082
d931ba3b
MC
150832004-06-23 Michael Chastain <mec.gnu@mindspring.com>
15084
15085 * gdb.cp/pr-1553.exp: Remove.
15086
aef68c48
MC
150872004-06-22 Michael Chastain <mec.gnu@mindspring.com>
15088
15089 * gdb.cp/pr-1553.cc: Remove.
15090 * gdb.cp/pr-1553.exp: Disable this test.
15091
8d5df71a
JB
150922004-06-20 Jim Blandy <jimb@redhat.com>
15093
a9c64011 15094 Fix PR testsuite/1680.
8d5df71a
JB
15095 * gdb.arch/i386-sse.exp: Properly quote curly braces in
15096 regular expressions.
15097
4ac6f39d
MC
150982004-06-19 Michael Chastain <mec.gnu@mindspring.com>
15099
15100 Fix PR testsuite/1679.
15101 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
15102 Issue an UNSUPPORTED result instead.
15103
1b413552
JB
151042004-06-18 Jim Blandy <jimb@redhat.com>
15105
15106 * gdb.base/charset.exp: Only send a control-C if we see a new
15107 prompt and incomplete command.
15108
6daa6ebd
MC
151092004-06-18 Michael Chastain <mec.gnu@mindspring.com>
15110
15111 * gdb.cp/pr-574.cc: Add copyright notice.
15112
51fa4ae0
JB
151132004-06-17 Jim Blandy <jimb@redhat.com>
15114
15115 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
15116 cases where the regexp has no groups; this grabs random text from
15117 the previous test suite, whatever that was.
15118
8fea26c5
MC
151192004-06-17 Michael Chastain <mec.gnu@mindspring.com>
15120
15121 * gdb.cp/printmethod.cc: Add copyright notice.
15122
1e3aeb41
MC
151232004-06-16 Michael Chastain <mec.gnu@mindspring.com>
15124
15125 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
15126
9d9030bc
AC
151272004-06-16 Andrew Cagney <cagney@gnu.org>
15128
15129 * gdb.base/signull.c: Update copyright. Include <string.h>.
15130 (bowler): Replace data_pointer with data_read
15131 and data_write cases. Add code_descriptor case.
15132 (zero, desc): New array and pointer.
15133 (data, code): Change to simple pointers.
15134 * gdb.base/signull.exp: Fix probe pattern matching a function
15135 descriptor SIGSEGV. Replace data_pointer with data_read and
15136 data_write tests.
15137
acd4ad44
AC
151382004-06-16 Andrew Cagney <cagney@gnu.org>
15139
15140 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
15141
08fd625c
MC
151422004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15143
15144 * gdb.base/long_long.c: Add copyright notice.
15145
1903502c
MC
151462004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15147
15148 * gdb.base/long_long.exp: Remove reference to
15149 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
15150 to gdb_breakpoint and gdb_continue_to_breakpoint.
15151
83313cb1
JB
151522004-06-14 Jim Blandy <jimb@redhat.com>
15153
15154 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
15155 endian case.
15156
1bf404ef
AC
151572004-06-14 Andrew Cagney <cagney@gnu.org>
15158
15159 * gdb.base/gcore.exp (capture_command_output): Delete the always
15160 passing tests containing inferior values.
15161 * gdb.base/ending-run.exp: Do not include the breakpoint address
15162 in the test message. Update copyright.
15163 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
15164 size in the test name, use gdb_test_multiple. Update copyright.
15165
ef220b33
MC
151662004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15167
15168 * gdb.cp/ref-types.cc: Add copyright notice.
15169
4f70a4c9
MC
151702004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15171
15172 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15173 hp_aCC_compiler.
15174 * lib/compiler.cc: Likewise.
15175 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15176 'set' commands. Log diagnostics for other lines. Set
15177 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15178
335928ac
MC
151792004-06-13 Michael Chastain <mec.gnu@mindspring.com>
15180
15181 * gdb.cp/try_catch.cc: Add copyright notice.
15182
2efb12e8
MC
151832004-06-12 Michael Chastain <mec.gnu@mindspring.com>
15184
15185 * gdb.cp/userdef.cc: Add copyright notice.
15186
0bbed51a
MC
151872004-06-11 Michael Chastain <mec.gnu@mindspring.com>
15188
15189 * gdb.cp/virtfunc.cc: Add copyright notice.
15190
e12a46c9
RC
151912004-06-11 Randolph Chung <tausq@debian.org>
15192
15193 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15194 problem.
15195
338e05af
AC
151962004-06-10 Andrew Cagney <cagney@gnu.org>
15197
15198 * lib/compiler.cc, lib/compiler.c: Append either
15199 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15200 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15201 instead of gcc-3-3.
15202
dc3f10cb
AC
152032004-06-09 Andrew Cagney <cagney@gnu.org>
15204
b4d946af
AC
15205 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15206 gdb/1455, bug is specific to "long long" and "double".
a9c64011 15207
dc3f10cb
AC
15208 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15209 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15210 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
15211 fixed.
15212
b5c0bfa2
AC
152132004-06-09 Andrew Cagney <cagney@gnu.org>
15214
15215 * gdb.base/structs.exp (test_struct_returns): Replace
15216 "return_value_unknown" and "finish_value_unknown" by
15217 "return_value_known" and "finish_value_known". Instead of
15218 "return_value_unknown" iff "finish_value_unknown", check
15219 "return_value_known" implies "finish_value_known".
15220
caeb605f
MH
152212004-06-08 Martin Hunt <hunt@redhat.com>
15222
15223 * gdb.base/float.exp: Add pattern for mips targets.
15224
c892bb64
RC
152252004-06-08 Randolph Chung <tausq@debian.org>
15226
15227 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15228 message for unknown architectures more clear.
15229
48306d3e
JB
152302004-06-08 Joel Brobecker <brobecker@gnat.com>
15231
15232 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15233 start the execution of the program.
15234
83ecb59f
JB
152352004-06-07 Jim Blandy <jimb@redhat.com>
15236
15237 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15238 * gdb.arch/i386-cpuid.h: New helper file.
15239
55264cb4
RC
152402004-06-07 Randolph Chung <tausq@debian.org>
15241
15242 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15243 has started.
15244
23cadb28
RM
152452004-06-04 Roland McGrath <roland@redhat.com>
15246
15247 Fix PR gdb/1647.
15248 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15249 differently to be robust to output buffering differences.
15250
51d01eda
MC
152512004-06-04 Michael Chastain <mec.gnu@mindspring.com>
15252
15253 * gdb.threads/pthreads.exp: Update copyright years.
15254 (check_control_c): Change asynchronous 'after' to synchronous.
15255
f4fc3b93
RM
152562004-06-04 Roland McGrath <roland@redhat.com>
15257
15258 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15259 next gdb prompt.
15260
4013522b
MC
152612004-06-02 Michael Chastain <mec.gnu@mindspring.com>
15262
15263 Fix PR gdb/1636.
15264 * gdb.threads/manythreads.exp: Change asynchronous 'after'
15265 calls to synchronous.
15266
7a8f1e6b
JB
152672004-05-26 Jim Blandy <jimb@redhat.com>
15268
15269 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15270
81bb3443
RC
152712004-05-24 Randolph Chung <tausq@debian.org>
15272
15273 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15274 * gdb.asm/pa.inc: New file.
15275
8f5a3103
MK
152762004-05-22 Mark Kettenis <kettenis@gnu.org>
15277
15278 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15279
734b8fe8 152802004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 15281 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
15282
15283 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15284 GDB prompt.
15285
725603e1
UW
152862004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15287
f4fc3b93 15288 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
15289 setjmp/longjmp. Use sigaction instead of signal.
15290
8b923272 152912004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 15292 Michael Snyder <msnyder@redhat.com>
8b923272
JB
15293
15294 * gdb.threads/pthread_cond_wait.c: New file.
15295 * gdb.threads/pthread_cond_wait.exp: New testcase.
15296
8bfabb04
AC
152972004-05-13 Andrew Cagney <cagney@redhat.com>
15298
15299 * gdb.base/signull.exp, gdb.base/signull.c: New files.
15300 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15301
42edda50
AC
153022004-05-11 Andrew Cagney <cagney@redhat.com>
15303
15304 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
15305 fixed but revealed gdb/1639.
15306
d303a6c7
AC
153072004-05-10 Andrew Cagney <cagney@redhat.com>
15308
15309 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15310 func1" and "next to 2nd alarm", kernel bug avoided.
15311
bf08c2a1
DJ
153122004-05-10 Daniel Jacobowitz <dan@debian.org>
15313
15314 PR external/1568
15315 * gdb.base/bigcore.exp: Check the size of the dumped core file.
15316 XFAIL if it is smaller than bytes_allocated.
15317 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15318 (main): Make chunks_allocated unsigned. Correct comment.
15319
c0586a34
JB
153202004-05-07 Joel Brobecker <brobecker@gnat.com>
15321
15322 * gdb.arch/powerpc-aix-prologue.c: New file.
15323 * gdb.arch/powerpc-aix-prologue.exp: New file.
15324
f2785d12
JB
153252004-05-07 Jim Blandy <jimb@redhat.com>
15326
15327 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15328 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15329
bd7f6e30
JB
153302004-05-06 Joel Brobecker <brobecker@gnat.com>
15331
15332 * gdb.base/sep.exp: No longer setup_kfail when the program was
15333 built with dwarf2.
15334
0a5e7efe
JI
153352004-05-05 Jim Ingham <jingham@apple.com>
15336
15337 * gdb.base/pending.exp: Make sure pending breakpoints
15338 preserve the ignore count.
f4fc3b93 15339
a8958849
MK
153402004-04-27 Jerome Guitton <guitton@gnat.com>
15341
15342 * i386-prologue.exp: Add testcase for jump instruction as first
15343 instruction of the real code.
15344 * i386-prologue.c (jump_at_beginning): New function.
15345
7e103f5b
MK
153462004-04-28 Mark Kettenis <kettenis@gnu.org>
15347
15348 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15349 x86_64-*-*.
15350
5d38b224
MK
153512004-04-28 Mark Kettenis <kettenis@gnu.org>
15352
15353 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15354 i*86-*-*.
15355
0ef32fd9
MK
153562004-04-25 Mark Kettenis <kettenis@gnu.org>
15357
15358 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15359 expression that checks the return type.
15360
71d7dd7c
AC
153612004-04-23 Andrew Cagney <cagney@redhat.com>
15362
15363 * gdb.base/call-sc.exp: New test of scalar call/return values.
15364 * gdb.base/call-sc.c: Ditto.
15365
1e9f977e
JJ
153662004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15367
15368 * gdb.threads/manythreads.c: Reduce thread stack size.
15369
899d9e3a
JJ
153702004-04-23 Jeff Johnston <jjohnstn@redhat.com>
15371
15372 * gdb.threads/manythreads.c: Add copyright notice.
15373
61bcae62
AC
153742004-04-23 Andrew Cagney <cagney@redhat.com>
15375
15376 * gdb.base/siginfo.exp: Better handle step out of signal.
15377 * gdb.base/sigstep.exp: Ditto.
15378
7339a42e 153792004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 15380 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
15381
15382 * gdb.threads/manythreads.c: New testcase.
15383 * gdb.threads/manythreads.exp: Ditto.
15384
5c98409b
JB
153852004-04-22 Jim Blandy <jimb@redhat.com>
15386
15387 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15388 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15389
3b611f1a
MC
153902004-04-21 Michael Chastain <mec.gnu@mindspring.com>
15391
15392 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15393
f0fd9238
AC
153942004-04-21 Andrew Cagney <cagney@redhat.com>
15395
15396 * gdb.base/sigstep.c: New file.
15397 * gdb.base/sigstep.exp: New file.
15398
90990674
JB
153992004-04-16 Joel Brobecker <brobecker@gnat.com>
15400
15401 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15402 call to observer_notify_normal_stop.
15403
78cef34b
AC
154042004-04-15 Andrew Cagney <cagney@redhat.com>
15405
15406 * gdb.base/siginfo.c: New file.
15407 * gdb.base/siginfo.exp: New file.
15408
d2343407
JB
154092004-04-12 J. Brobecker <brobecker@gnat.com>
15410
15411 * gdb.base/sep.exp: Fix typo in comment.
15412
a2dba3c8
JB
154132004-04-12 J. Brobecker <brobecker@gnat.com>
15414
15415 * gdb.base/sep.c: New file.
15416 * gdb.base/sep-proc.c: New file.
15417 * gdb.base/sep.exp: New testcase.
15418
15f7b60e
MK
154192004-04-09 Mark Kettenis <kettenis@gnu.org>
15420
15421 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15422 support.
15423
44f4de1a
AC
154242004-04-05 Andrew Cagney <cagney@redhat.com>
15425
15426 * gdb.base/sigaltstack.c: New file.
15427 * gdb.base/sigaltstack.exp: New file.
15428
ef04f396
JB
154292004-04-04 Joel Brobecker <brobecker@gnat.com>
15430
15431 * gdb.base/foll-fork.exp: Update the expected output for
15432 "help set follow-fork-mode", to match a change that was made
15433 to the help of this variable on 2004-01-13.
15434
d40d2c92
JB
154352004-04-01 Joel Brobecker <brobecker@gnat.com>
15436
15437 * lib/ada.exp: Add copyright notice.
15438 * bar.ads: Likewise.
15439 * bar.adb: Likewise.
15440 * null_record.adb: Likewise.
15441 * null_record.exp: Likewise.
15442 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15443
f86ef5a3
JB
154442004-04-01 Joel Brobecker <brobecker@gnat.com>
15445
15446 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15447 * configure: Regenerate.
15448
414e70e3
JB
154492004-04-01 Joel Brobecker <brobecker@gnat.com>
15450
15451 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15452 to build the application. Remove the message printed when in
15453 verbose mode, redundant with the UNSUPPORTED message above.
15454
f0aaee49
JB
154552004-03-31 Joel Brobecker <brobecker@gnat.com>
15456
15457 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15458 * gdb.ada (null_record.exp): New testcase.
15459
ac81cb54
JB
154602004-03-31 Joel Brobecker <brobecker@gnat.com>
15461
15462 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15463
854af2f7
JB
154642004-03-31 Joel Brobecker <brobecker@gnat.com>
15465
15466 * gdb.ada: New subdirectory.
15467 * gdb.ada/Makefile.in: New file.
15468 * gdb.ada/gnat_ada.gpr.in: New file.
15469
034cb681
JB
154702004-03-31 Joel Brobecker <brobecker@gnat.com>
15471
15472 * lib/ada.exp: New file.
15473
78a1a894
DJ
154742004-03-24 Daniel Jacobowitz <drow@mvista.com>
15475
15476 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15477 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15478
4b2b3b3e
AC
154792004-03-22 Andrew Cagney <cagney@redhat.com>
15480
15481 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15482 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15483 Problem identified by Ulrich Weigand.
15484
23c73aa3
DC
154852004-03-17 David Carlton <carlton@kealia.com>
15486
15487 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15488 PR c++/826.
15489
d63a86f8
RM
154902004-03-16 Roland McGrath <roland@redhat.com>
15491
15492 * gdb.base/auxv.exp: New file.
15493 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15494
0e02aa50
DC
154952004-03-12 David Carlton <carlton@kealia.com>
15496
15497 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
15498 * gdb.cp/pr-1553.cc: Ditto.
15499 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15500 pass branch.
15501
c20b71be
MC
155022004-03-12 Michael Chastain <mec.gnu@mindspring.com>
15503
15504 * gdb.cp/templates.exp: Accept more template types.
15505
c7414a01
MC
155062004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15507
15508 From Corinna Vinschen with modifications.
15509 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15510 local variable obj_with_enum.
15511 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15512 results with obj_with_enum.
15513
ed69573c
MC
155142004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15515
15516 * gdb.cp/classes.cc: New file, copied from misc.cc.
15517 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15518
28301461
MC
155192004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15520
15521 * gdb.cp/misc.cc: Add copyright notice.
15522
1198ecbe
DC
155232004-03-05 David Carlton <carlton@kealia.com>
15524
15525 * gdb.cp/rtti.exp: Add 'print *obj3' test.
15526 * gdb.cp/rtti.h: Update copyright.
15527 (namespace n2::n3): New.
15528 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15529 (n2::n3::func3): New.
15530 (main): Call n2::n3::func3.
15531 * gdb.cp/rtti2.cc: Update copyright.
15532 (n2::create3): New.
15533
9e08c470
MK
155342004-03-04 Mark Kettenis <kettenis@gnu.org>
15535
15536 * gdb.asm/openbsd.inc: Fix typo.
15537
4bebc3aa
FF
155382004-03-03 Fred Fish <fnf@redhat.com>
15539
15540 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15541 "val" instead of unused "size". Update copyright year.
15542
6ea9fb37
DJ
155432004-02-29 Daniel Jacobowitz <drow@mvista.com>
15544
15545 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
15546 to use unsigned char.
15547 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15548 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15549
23b23974
DJ
155502004-02-29 Daniel Jacobowitz <drow@mvista.com>
15551
15552 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15553 line of output.
15554
7574fd53
DJ
155552004-02-28 Daniel Jacobowitz <drow@mvista.com>
15556
15557 * gdb.base/relocate.c (dummy): Initialize.
15558
a195357f
DJ
155592004-02-28 Daniel Jacobowitz <drow@mvista.com>
15560
15561 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
15562 a breakpoint at exit.
15563
72fd54a9
FF
155642004-02-27 Fred Fish <fnf@redhat.com>
15565
15566 * gdb.base/chng-syms.exp: Add expect condition to match failing
15567 case that isn't a timeout.
15568
b9d23137
AC
155692004-02-27 Andrew Cagney <cagney@redhat.com>
15570
15571 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15572 support.
15573
15d208f6 155742004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 15575
15d208f6
FF
15576 * gdb.arch/gdb1431.c: Remove.
15577 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15578 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15579 of "until" incorrectly.
15580
98f9cd2d
JB
155812004-02-26 J. Brobecker <brobecker@gnat.com>
15582
15583 * gdb.cp/class2.cc (empty): New class.
15584 (refer): New function.
15585 (main): Declare an object of type empty and use it.
15586 * gdb.cp/class2.exp: Print the value of an object of type empty.
15587
9b50c11b
JJ
155882004-02-26 Jeff Johnston <jjohnstn@redhat.com>
15589
15590 * gdb.base/langs.exp: Update query string to match the
15591 new nquery format used for pending breakpoints.
15592
0dcd613f
AC
155932004-02-26 Andrew Cagney <cagney@redhat.com>
15594
15595 Fix PR i18n/1570.
15596 * gdb.base/charset.c: Update copyright notice.
15597 (main, init_string): Remove the escape character '\e' tests.
15598 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15599 * gdb.base/charset.exp (valid_host_charset): Ditto.
15600 * gdb.base/setvar.exp: Ditto.
15601
b8a56647
AC
156022004-02-24 Andrew Cagney <cagney@redhat.com>
15603
90d59e34
AC
15604 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15605 mmapped data in core file" PASS and FAIL messages consistent.
15606
b8a56647
AC
15607 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15608 setting a breakpoint. Work around PR java/1565.
15609
9f27c604
JJ
156102004-02-23 Jeff Johnston <jjohnstn@redhat.com>
15611
15612 * lib/gdb.exp (gdb_breakpoint): Update query string to match
15613 new nquery format.
15614 * gdb.base/pending.exp: Ditto.
15615
3224a706
MK
156162004-02-22 Mark Kettenis <kettenis@gnu.org>
15617
15618 * configure.in: Run stabs tests on *BSD.
15619 * configure: Regenerated.
15620
41e0a9ca
MK
156212004-02-21 Mark Kettenis <kettenis@gnu.org>
15622
15623 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15624
1e1b3428
FF
156252004-02-20 Fred Fish <fnf@redhat.com>
15626
15627 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15628 blank in test for "returns short", for consistency with other
15629 "returns xxx" tests. Update copyright year.
15630
f9a7572a
FF
156312004-02-19 Fred Fish <fnf@redhat.com>
15632
15633 New testcase for PR breakpoint/1558.
15634 * gdb.arch/gdb1558.exp: New file.
15635 * gdb.arch/gdb1558.c: New file.
15636
b2ce2854
EZ
156372004-02-19 Elena Zannoni <ezannoni@redhat.com>
15638
15639 * gdb.base/nodebug.exp: Fix typo.
15640
e7c9ff01
JB
156412004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15642
15643 Committed by Jim Blandy <jimb@redhat.com>.
15644
62f4b920
JB
15645 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15646
2db536a1
JB
15647 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15648
e7c9ff01
JB
15649 * gdb.base/float.exp: Support s390*-*-* targets.
15650
f3205b34
AF
156512004-02-17 Adam Fedor <fedor@gnu.org>
15652
15653 * gdb.base/gdb1555.exp: New file.
15654 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15655
9d62932d
EZ
156562004-02-17 Elena Zannoni <ezannoni@redhat.com>
15657
15658 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15659
344c9711
FF
156602004-02-16 Fred Fish <fnf@redhat.com>
15661
15662 * gdb.arch/gdb1291.c: Remove
15663 * gdb.arch/gdb1291.s: New test input file.
15664 * gdb.arch/gdb1291.exp: Expand test to check case that should not
15665 fail. Test for correct result, known incorrect result, other
15666 failures and timeouts.
15667
2d822687
AC
156682004-02-16 Andrew Cagney <cagney@redhat.com>
15669
15670 * gdb.base/bigcore.exp: New file.
15671 * gdb.base/bigcore.c: New file.
15672
dac15b66
AC
156732004-02-13 Andrew Cagney <cagney@redhat.com>
15674
15675 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15676 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15677 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15678 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15679 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15680 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15681 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15682 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15683 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15684 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15685
6bdfc2c4
JJ
156862004-02-11 Jeff Johnston <jjohnstn@redhat.com>
15687
15688 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15689 executed is an alloc instruction.
15690
87b3ede8
DC
156912004-02-11 David Carlton <carlton@kealia.com>
15692
15693 * gdb.cp/breakpoint.exp: New.
15694 * gdb.cp/breakpoint.cc: New.
15695
6e19e2bf
MC
156962004-02-11 Michael Chastain <mec.gnu@mindspring.com>
15697
15698 Partial fix for PR gdb/1543.
15699 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15700 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15701 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15702 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15703 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15704 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15705 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15706 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15707 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15708 to bug-gdb@prep.ai.mit.edu .
15709 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15710 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15711 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15712 Likewise.
15713
5c5455dc
AC
157142004-02-10 Andrew Cagney <cagney@redhat.com>
15715
15716 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15717 using gdb_internal_error_resync.
15718
9cf689d7
DJ
157192004-02-09 Daniel Jacobowitz <drow@mvista.com>
15720
15721 * gdb.threads/thread-specific.exp: Stop early if no threads are
15722 found.
15723
d2dc51db
MC
157242004-02-09 Michael Chastain <mec.gnu@mindspring.com>
15725
15726 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15727
14b1a056
DJ
157282004-02-08 Daniel Jacobowitz <drow@mvista.com>
15729
15730 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15731 breakpoints.
15732
83f66e8f
DJ
157332004-02-07 Daniel Jacobowitz <drow@mvista.com>
15734
15735 * config/sim.exp (gdb_load): Handle $arg == "".
15736 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15737 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15738
30fc0091
EZ
157392004-02-07 Elena Zannoni <ezannoni@redhat.com>
15740
a9c64011
AS
15741 * gdb.base/maint.exp: Update test to reflect
15742 obstack changes.
30fc0091 15743
4d806929
JJ
157442004-02-04 Jeff Johnston <jjohnstn@redhat.com>
15745
15746 * gdb.base/pendshr.c (pendfunc): New function that calls
15747 pendfunc1.
15748 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15749
7bfdd688
FF
157502004-02-04 Fred Fish <fnf@redhat.com>
15751
15752 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15753 function symbols and update copyright years.
15754 * gdb.arch/gdb1291.c: Ditto.
15755
aaa08ee4
MC
157562004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15757
15758 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15759
dbad7755
MC
157602004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15761
15762 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15763
ec4646ef
MC
157642004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15765
15766 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15767
1b802196
FF
157682004-02-02 Fred Fish <fnf@redhat.com>
15769
15770 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15771 remote targets. Update copyright years.
15772
18fe2033
JJ
157732004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15774
15775 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15776 support.
15777 * gdb.base/langs.exp: Fix test which attempts to create
15778 breakpoint on non-existent function to handle new pending
15779 support.
15780 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15781 a breakpoint.
15782 * gdb.base/pending.exp: New test.
15783 * gdb.base/pending.c: New file.
15784 * gdb.base/pendshr.c: Ditto.
15785
8d577d32
DC
157862004-02-02 David Carlton <carlton@kealia.com>
15787
15788 * gdb.cp/overload.exp: Add overloadNamespace tests.
15789 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15790 (overloadNamespace, XXX): New.
15791 (main): Call XXX::marker2.
15792
3ad13771
FF
157932004-02-01 Fred Fish <fnf@redhat.com>
15794
15795 * gdb.base/dump.exp: Use runto_main instead of "runto main".
15796 * gdb.base/finish.exp: Ditto.
15797 * gdb.base/gcore.exp: Ditto.
15798 * gdb.base/huge.exp: Ditto.
15799 * gdb.base/info-proc.exp: Ditto.
15800 * gdb.base/return2.exp: Ditto.
15801 * gdb.threads/gcore-thread.exp: Ditto.
15802
44c75849
DJ
158032004-02-01 Daniel Jacobowitz <drow@mvista.com>
15804
15805 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15806
005bc093
MK
158072004-02-01 Mark Kettenis <kettenis@gnu.org>
15808
15809 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15810 that opening the file succeeds on OpenBSD.
15811
c47cebdb
DJ
158122004-02-01 Daniel Jacobowitz <drow@mvista.com>
15813
15814 * gdb.threads/thread-specific.c: New file.
15815 * gdb.threads/threads-specific.exp: New test script.
15816 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15817 to expect_out.
15818
5a01311c
MK
158192004-02-01 Mark Kettenis <kettenis@gnu.org>
15820
15821 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15822 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15823 only on the "print_small_structs from print_long_arg_list" test.
15824
ce22a4f1
DJ
158252004-02-01 Daniel Jacobowitz <drow@mvista.com>
15826
15827 * gdb.base/completion.exp: Kill a stray backslash.
15828
15829 From Jim Ingham <jingham@apple.com>:
15830 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15831 agrees with the result from sending a tab.
15832
abbab9d3
DJ
158332004-01-31 Daniel Jacobowitz <drow@mvista.com>
15834
15835 * gdb.base/chng-syms.exp: Remove stray newline.
15836
53904d1e
MK
158372004-01-31 Mark Kettenis <kettenis@gnu.org>
15838
15839 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15840 *-*-openbsd*.
15841 * gdb.asm/openbsd.inc: New file.
15842
3a4b3aac
MK
158432004-01-30 Mark Kettenis <kettenis@gnu.org>
15844
15845 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15846 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15847 *-*solaris2*. Remove commented out default settings for
15848 asm-flags. Replace gdb_compile with target_link.
15849
ebac27b4
MC
158502004-01-29 Michael Chastain <mec.gnu@mindspring.com>
15851
15852 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
15853 for all tests. Remove old hp-ux and cygnus xfail cases.
15854
d8679d84
PH
158552004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
15856
15857 * gdb.base/chng-syms.exp: New file.
15858 * gdb.base/chng-syms.c: New file.
15859
0a55bc22
MC
158602004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15861
15862 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
15863 Provide arms for current output in all my configurations.
15864
94b8e876
MC
158652004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15866
15867 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
15868 * lib/compiler.cc: Likewise.
15869 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
15870 get the right preprocessor. Eval the output directly. Remove
15871 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
15872 hp_f77_compiler and hp_f90_compiler completely.
15873 (gdb_preprocess): Delete.
15874 (get_compiler): Delete.
15875
7cf03d44
MK
158762004-01-24 Mark Kettenis <kettenis@gnu.org>
15877
15878 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15879 <string.h>.
15880
68b6dce9
NR
158812004-01-24 Nick Roberts <nick@nick.uklinux.net>
15882
15883 * gdb.mi/mi-stack.exp: Update copyright.
15884
b368761e
DC
158852004-01-23 David Carlton <carlton@kealia.com>
15886
15887 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
15888 test for cp_lookup_transparent_type.
15889 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
15890 call them.
15891
f2061b53
DJ
158922004-01-23 Daniel Jacobowitz <drow@mvista.com>
15893
15894 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
15895 after -var-update.
15896
37fc574a
DC
158972004-01-23 David Carlton <carlton@kealia.com>
15898
15899 * gdb.cp/namespace.cc (C::ensureRefs): New.
15900 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15901
8e94b928
NR
159022004-01-20 Nick Roberts <nick@nick.uklinux.net>
15903
15904 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15905 case "-stack-list-locals 2".
15906 * gdb.mi/mi-var-child.exp: Test for case
15907 "-var-list-children --all-values NAME".
15908
997b0952
MC
159092004-01-18 Michael Chastain <mec.gnu@mindspring.com>
15910
15911 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15912
52470da3
MK
159132004-01-18 Mark Kettenis <kettenis@gnu.org>
15914
7049b4b8
MK
15915 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15916 used with gdb_test_multiple.
15917
52470da3
MK
15918 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15919 read at address 0. This fixes PR testsuite/1504.
15920
da6012e5
DJ
159212004-01-18 Daniel Jacobowitz <drow@mvista.com>
15922
15923 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15924 Remove downloading, guessing the host executable, the calls to
15925 gdb_file_cmd and gdb_target_cmd, and "load" support.
15926 (infer_host_exec): New function broken out from gdb_load.
15927 (gdb_load): New wrapper for gdbserver_gdb_load.
15928 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15929 gdb_target_cmd. Use -target-select.
15930 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15931 Download binaries to the host. Clear last_mi_remote_file when
15932 we load a new binary.
15933 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
15934 call gdbserver_gdb_load and mi_gdb_target_cmd.
15935
32c70722
MC
159362004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15937
15938 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15939 type patterns.
15940
b0cecf36
MC
159412004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15942
15943 * gdb.cp/templates.exp: Fix typo in test name of
15944 "print Foo<volatile char*>::foo".
15945
4120d7e6
MC
159462004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15947
15948 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15949
f679e530
BE
159502004-01-16 Ben Elliston <bje@wasabisystems.com>
15951
15952 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15953 (clean mostlyclean): Remove empty rm.
15954
091c48f6
MC
159552004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15956
15957 * gdb.base/setvar.exp: Add copyright years.
15958
3e5fc8d2
DC
159592004-01-14 David Carlton <carlton@bactrian.org>
15960
15961 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
15962 PR c++/1511 and update coment.
15963 * gdb.cp/templates.exp: Update patterns to match current output.
15964 If changes involve something other than whitespace, KFAIL
15965 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15966
63d06c5c
DC
159672004-01-14 David Carlton <carlton@kealia.com>
15968
15969 * gdb.cp/namespace.exp: Add tests involving classes defined within
15970 namespaces.
15971 * gdb.cp/namespace.cc (C::CClass): New.
15972 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15973
a51dab88
EZ
159742004-01-14 Elena Zannoni <ezannoni@redhat.com>
15975
15976 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15977 what debug info we have. Print a better message if something goes
15978 wrong while producing the separate debug info file.
15979
a476ccc9
MC
159802004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15981
15982 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15983
f453692c
MC
159842004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15985
15986 * gdb.base/callfuncs.c: Add copyright notice.
15987
f40063a5
MC
159882004-01-13 Michael Chastain <mec.gnu@mindspring.com>
15989
15990 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15991 inheritance. PR gdb/1498, PR gcc/13539.
15992
19ac3974
EZ
159932004-01-13 Elena Zannoni <ezannoni@redhat.com>
15994
a9c64011
AS
15995 * gdb.threads/gcore-thread.exp: Prefix name of binary with
15996 test specific name.
15997 * gdb.mi/gdb669.exp: Ditto.
15998 * gdb.mi/mi-pthreads.exp: Ditto.
15999 * gdb.mi/mi1-pthreads.exp: Ditto.
16000 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 16001
56c97c6e
MC
160022004-01-12 Michael Chastain <mec.gnu@mindspring.com>
16003
16004 * gdb.cp/member-ptr.cc: Add copyright notice.
16005
a0644324
MC
160062004-01-12 Michael Chastain <mec.gnu@mindspring.com>
16007
16008 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
16009 some patterns for recent versions of gcc and hpacc. Delete
16010 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
16011 Delete tests that access a NULL pointer-to-member-data. This
16012 script is still disabled for gcc.
16013
32fabe09
EZ
160142004-01-12 Elena Zannoni <ezannoni@redhat.com>
16015
16016 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 16017 escaped correctly.
32fabe09 16018
1f8a6abb
EZ
160192004-01-12 Elena Zannoni <ezannoni@redhat.com>
16020
16021 * gdb.base/sepdebug.exp: New file.
16022 * gdb.base/sepdebug.c: New file.
16023 * lib/gdb.exp (separate_debug_filename): New procedure.
16024 (gdb_gnu_strip_debug): New procedure.
16025
48efe704
AC
160262004-01-12 Andrew Cagney <cagney@redhat.com>
16027
16028 * gdb.mi/ChangeLog: Delete file. Renamed to ...
16029 * gdb.mi/ChangeLog-1999-2003: New file.
16030
a9415475
AC
160312004-01-12 Andrew Cagney <cagney@redhat.com>
16032
16033 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
16034 "Renaming a directory to a non-empty directory returns ENOTEMPTY
16035 or EEXIST", treat EBUSY as an XFAIL.
16036
83b8cf9d
MC
160372004-01-11 Michael Chastain <mec.gnu@mindspring.com>
16038
16039 * gdb.base/scope.exp: Remove obsolete setup_xfail for
16040 hp_cc_compiler.
16041
9939d2a8
MC
160422004-01-10 Michael Chastain <mec.gnu@mindspring.com>
16043
16044 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
16045 decorations.
16046
1ff8cadf
MC
160472004-01-10 Michael Chastain <mec.gnu@mindspring.com>
16048
16049 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
16050 and "(aCC)" decorations. Remove obsolete doco about old
16051 test results.
16052
6fa9022e
MC
160532004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16054
16055 * gdb.cp/exception.exp: Fix typo in doco.
16056
209721fe
MK
160572004-01-09 Mark Kettenis <kettenis@gnu.org>
16058
16059 * gdb.base/gdb1476.exp: Fix typo.
16060
ef11303e
MC
160612004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16062
16063 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
16064 file.
16065
041ab88c
MC
160662004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16067
16068 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
16069 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
16070 Use gdb_compile. Remove restriction on gcc. Add some patterns
16071 for recent version of gdb. Delete second half, which was a copy
16072 of the first half with different build flags. This test is
16073 still disabled because it is still not ready for production.
16074
e36d075a
MC
160752004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16076
16077 * gdb.cp/exception.cc: Add copyright notice.
16078 * gdb.cp/exception.exp: Add a notice that this file is broken
16079 because of line number changes caused by addition of copyright
16080 notice.
16081
42b190ad
MC
160822004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16083
16084 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
16085 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
16086
8f25f06b
MC
160872004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16088
16089 * gdb.cp/classes.exp: Accept gnu abi 2.
16090 * gdb.cp/derivation.exp: Likewise.
16091 * gdb.cp/overload.exp: Likewise.
16092 * gdb.cp/virtfunc.exp: Likewise.
16093
06ded8b8
MC
160942004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16095
16096 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16097 semicolon after end of function.
16098
77c26ae3
MC
160992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16100
16101 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
16102 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
16103 boilerplate code for compiling and running the program under
16104 test. Add some string method tests.
16105
20757486
MC
161062004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16107
16108 * gdb.cp/bs15503.cc: Add copyright notice.
16109 * gdb.cp/bs15503.exp: Adjust line number.
16110
0fd3b503
MC
161112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16112
16113 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
16114 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
16115
10d1bea8
MC
161162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16117
16118 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
16119 hp_cc_compiler.
16120
2789202a
MC
161212004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16122
16123 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
16124 * gdb.cp/ctti.exp: Use the marker instead of "next".
16125 With gcc, run further before bailing.
16126
b862f14c
MC
161272004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16128
16129 * gdb.cp/cttiadd.cc: Add copyright notice.
16130 * gdb.cp/cttiadd1.cc: Likewise.
16131 * gdb.cp/cttiadd2.cc: Likewise.
16132 * gdb.cp/cttiadd3.cc: Likewise.
16133
96da2469
MC
161342004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16135
16136 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
16137 Use gdb_test, gdb_test_multiple. Use floating-point values that
16138 have exact representations in IEEE-ish formats.
16139
053248ff
MC
161402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16141
16142 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
16143 compilers. Delete duplicate call to get_compiler_info.
16144 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
16145 * gdb.base/volatile.exp: Likewise.
16146
84acecdd
MK
161472004-01-07 Mark Kettenis <kettenis@gnu.org>
16148
16149 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
16150 memory at address 0.
16151
fe11a27f
MC
161522004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16153
16154 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
16155 to test for hp-ux assembler. Fix copyright years.
16156
60ad077b
AC
161572004-01-07 Andrew Cagney <cagney@redhat.com>
16158
16159 * gdb.base/fileio.c (strerrno): Add "EBUSY".
16160
1c9b8f33
AC
161612004-01-07 Andrew Cagney <cagney@redhat.com>
16162
16163 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
16164 when creating the read-only file. From analysis by Roland McGrath
16165 and Elena Zannoni.
16166
753ccc7a
MC
161672004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16168
16169 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
16170
eca3e36b
MC
161712004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16172
16173 * gdb.base/cvexpr.c: Be type-safe with function pointers and
16174 data pointers.
16175
f8d4bac4
MC
161762004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16177
16178 * gdb.cp/m-static.exp: Compile one source file at a time.
16179 Delete unused call to get_compiler_info.
16180
9b4e0f94
MC
161812004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16182
16183 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16184 * gdb.base/call-rt-st.exp: Likewise.
16185 * gdb.base/nodebug.exp: Likewise.
16186 * gdb.base/volatile.exp: Likewise.
16187 * gdb.cp/ref-types.exp: Likewise.
16188 * gdb.cp/templates.exp: Likewise.
16189
023c1024
MK
161902004-01-05 Mark Kettenis <kettenis@gnu.org>
16191
16192 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16193
19703c4a
MC
161942004-01-05 Michael Chastain <mec.gnu@mindspring.com>
16195
16196 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16197 hppa*-hp-hpux*.
16198
18b67037
MK
161992004-01-04 Mark Kettenis <kettenis@gnu.org>
16200
ba6219c8
MK
16201 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16202 x86_64-*-*.
16203
18b67037
MK
16204 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16205 sparc64-*-* and sparc*-solaris2*.
16206
1bfbbb9d
MK
162072004-01-04 Mark Kettenis <kettenis@gnu.org>
16208
16209 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16210 return ${tests}" test. The ${tests} already mentions the
16211 filename.
16212
06846494
MC
162132004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16214
16215 * gdb.cp/local.exp: Accept gcc abi 2.
16216
3b0cb202
MC
162172004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16218
16219 * gdb.cp/templates.exp: Accept gcc abi 2.
16220
0643ec3f
MC
162212004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16222
16223 * lib/compiler.cc: Remove supports_template_debugging.
16224 * gdb.cp/templates.exp: Do not test supports_template_debugging.
16225
d231d0b1
MC
162262004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16227
16228 * gdb.cp/namespace.exp: Accept gcc abi 2.
16229
44ffb27c
MC
162302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16231
16232 * gdb.cp/method.exp: Accept gcc abi 2.
16233
184ad485
MC
162342004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16235
16236 * gdb.cp/classes.exp: Generate identical results as old version.
16237 * gdb.cp/derivation.exp: Likewise.
16238 * gdb.cp/overload.exp: Likewise.
16239 * gdb.cp/virtfunc.exp: Likewise.
16240
116f09e7
MC
162412004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16242
16243 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16244 mysterious bug with sourceware version of expect.
16245
b1379776
MC
162462004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16247
16248 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
16249 current versions of gcc, including gcc abi 2. Remove gratuitous
16250 restart of test program. Use gdb_test_multiple and gdb_test for
16251 all tests. Add patterns to xfail missing "const" in "const char *"
16252 and kfail PR gdb/1155.
16253
6b7a4c0e
MC
162542004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16255
16256 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
16257 current versions of gcc, including gcc abi 2. Remove gratuitous
16258 restart of test program. Use gdb_test_multiple and gdb_test for
16259 all tests. Add patterns to kfail PR gdb/1498.
16260
51615d72
MC
162612003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16262
16263 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
16264 current versions of gcc, including gcc abi 2. Use "breakpoint"
16265 and "continue" instead of restarting the target program. Use
16266 gdb_test_multiple and gdb_test for all tests.
16267
7b79a9d7
MK
162682004-01-01 Mark Kettenis <kettenis@gnu.org>
16269
16270 * gdb.asm/asm-source.exp: Update copyright year. Link statically
16271 for *-*-solaris2*.
16272
1cd3489f
MC
162732003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16274
16275 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
16276 current versions of gcc, including gcc abi 2. Use "breakpoint"
16277 and "continue" instead of restarting the target program several
16278 times. Use gdb_test_multiple and gdb_test for all tests.
16279
850742db
MC
162802003-12-18 Michael Chastain <mec.gnu@mindspring.com>
16281
16282 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16283 source files.
16284
eb4bbda8
MC
162852003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16286
16287 * gdb.base/environ.exp: Handle compiling test case from multiple
16288 source files.
16289
e42c7771
MC
162902003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16291
16292 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16293
80e4b428
JB
162942003-12-17 Jim Blandy <jimb@redhat.com>
16295
5f06973a
JB
16296 * gdb.base/freebpcmd.c: Add copyright notice.
16297
80e4b428
JB
16298 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16299
0ab84fb7
MC
163002003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16301
16302 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16303
1b3bb3d0
JB
163042003-12-13 Jim Blandy <jimb@redhat.com>
16305
16306 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16307
3a4c9371
KB
163082003-12-12 Kevin Buettner <kevinb@redhat.com>
16309
16310 * gdb.asm/frv.inc: New file.
16311 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16312
a1dea79a
FF
163132003-12-09 Fred Fish <fnf@redhat.com>
16314
16315 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16316 functions to break1.c and leave prototypes behind. Add more
16317 "set breakpoint NN here" comments.
16318 * gdb.base/break1.c: New file.
16319
16320 * gdb.base/break.exp: Handle compiling test case from multiple
16321 source files and change source file references as needed.
16322 * gdb.base/completion.exp: Ditto.
16323 * gdb.base/condbreak.exp: Ditto.
16324 * gdb.base/define.exp: Ditto.
16325 * gdb.base/ena-dis-br.exp: Ditto.
16326 * gdb.base/info-proc.exp: Ditto.
16327 * gdb.base/maint.exp: Ditto.
16328 * gdb.base/until.exp: Ditto.
16329
16330 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16331 hardcoded line numbers.
16332 * gdb.base/define.exp: Ditto.
16333 * gdb.base/ena-dis-br.exp: Ditto.
16334 * gdb.base/maint.exp: Ditto.
16335 * gdb.base/until.exp: Ditto.
16336
16337 * gdb.base/completion.exp: Use "break1" for completion tests since
16338 "break" is no longer a unique prefix.
16339
5266b69c
AC
163402003-12-06 Andrew Cagney <cagney@redhat.com>
16341
16342 * gdb.base/structs.exp (test_struct_returns): When applicable, set
16343 "return_value_unimplemented". When an unimplemented struct return
16344 architecture, report incorrect values as a KFAIL
16345
374451f0
MC
163462003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16347
16348 * gdb.cp/rtti.exp: Accept new wording of warning from
16349 cp_lookup_rtti_type.
16350
ba9b20a7
MC
163512003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16352
16353 Partial fix for PR testsuite/1456.
16354 * gdb.base/scope.exp (test_at_main): Replace references to
16355 gcc_compiled with calls to test_compiler_info.
16356 (test_at_foo): Likewise.
16357 (test_at_bar): Likewise.
16358
b74b6d0b
MC
163592003-12-04 Michael Chastain <mec.gnu@mindspring.com>
16360
16361 Partial fix for PR testsuite/1456.
16362 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16363 to test_compiler_info.
16364
ccfa3402
MC
163652003-12-03 Michael Chastain <mec.gnu@mindspring.com>
16366
16367 * gdb.base/so-impl-ld.exp: Update copyright notice.
16368
f6246aba
MC
163692003-12-02 Michael Chastain <mec.gnu@mindspring.com>
16370
16371 Partial fix for PR testsuite/1456.
16372 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16373 to test_compiler_info.
16374
13ae734a
MC
163752003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16376
16377 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16378 from current versions of gdb. Clean up regular expressions.
16379 Delete redundant timeout case.
16380
d8e1cdee
MC
163812003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16382
16383 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16384 from current versions of gdb. Clean up regular expressions.
16385 Delete redundant timeout case.
16386
96457b64
MC
163872003-12-01 Michael Chastain <mec.gnu@mindspring.com>
16388
16389 Partial fix for PR testsuite/1456.
16390 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16391 gcc_compiled with call to test_compiler_info.
16392
f35309fc
MC
163932003-11-30 Michael Chastain <mec.gnu@mindspring.com>
16394
16395 Partial fix for PR testsuite/1456.
16396 * gdb.base/list.exp (test_list_function): Delete unused declaration
16397 of gcc_compiled.
16398
d7afdf9b
MC
163992003-11-29 Michael Chastain <mec.gnu@mindspring.com>
16400
16401 Partial fix for PR testsuite/1456.
16402 * gdb.base/complex.exp: Replace reference to gcc_compiled with
16403 call to test_compiler_info.
16404
71507b56
MK
164052003-11-29 Mark Kettenis <kettenis@gnu.org>
16406
16407 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
16408 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
16409 it to create the appropriate note.inc.
16410 * gdb.asm/asmsrc1.s: Include "note.inc".
16411 * gdb.asm/netbsd.inc: New file.
16412 * gdb.asm/empty.inc: New file.
16413
f81f93f7
MC
164142003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16415
16416 Partial fix for PR testsuite/1456.
16417 * gdb.base/constvars.exp: Replace references to gcc_compiled with
16418 calls to test_compiler_info.
16419
9a77938e
MC
164202003-11-27 Michael Chastain <mec.gnu@mindspring.com>
16421
16422 Partial fix for PR testsuite/1456.
16423 * gdb.base/volatile.exp: Replace references to gcc_compiled with
16424 calls to test_compiler_info.
16425
e8367dc7
MK
164262003-11-27 Mark Kettenis <kettenis@gnu.org>
16427
16428 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16429 pattern for the KFAILs.
16430
526c61ee
AF
164312003-11-25 Adam Fedor <fedor@gnu.org>
16432
16433 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16434 * gdb.objc/objcdecode.m: New file.
16435
28f2d600
AF
164362003-11-25 Adam Fedor <fedor@gnu.org>
16437
16438 * gdb.objc/nondebug.exp: Test for PR objc/1236.
16439 * gdb.objc/nondebug.m: New file.
16440
a3895cee
BE
164412003-11-26 Ben Elliston <bje@wasabisystems.com>
16442
16443 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16444 NetBSD as it does on FreeBSD. Modelled on a similar change by
16445 Mark Kettenis on 2003-05-30.
16446 (link-flags): Set to "--entry _start" regardless of target.
16447 Special linker flags are to be appended to $link-flags.
16448 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16449
c9f2c8a3
MC
164502003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16451
16452 * gdb.cp/method.exp: Accept output of new demangler.
16453
15a0587a 164542003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
16455
16456 * gdb/class2.exp: New file.
16457 * gdb/class2.cc: New file.
16458
3c00b570
MC
164592003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16460
16461 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16462 of new demangler.
16463
7027acc7
MK
164642003-11-23 Mark Kettenis <kettenis@gnu.org>
16465
16466 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16467 of gdb_test "run".
16468
b0e1598a
MK
164692003-11-23 Mark Kettenis <kettenis@gnu.org>
16470
16471 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
16472 "continue" into "run".
16473
4d9eda44
MC
164742003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16475
16476 Partial fix for PR testsuite/1456.
16477 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16478 call to test_compiler_info.
16479 * gdb.cp/ctti.exp: Likewise.
16480 * gdb.cp/derivation.exp: Likewise.
16481 * gdb.cp/member-ptr.exp: Likewise.
16482 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16483 reference to gcc_compiled.
16484
164852003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
16486
16487 Fix PR testsuite/1463.
16488 * gdb.base/structs.exp (start_structs_test): Call
16489 get_debug_format before using the debug format.
16490
d422fe19
AC
164912003-11-22 Andrew Cagney <cagney@redhat.com>
16492
16493 * lib/gdb.exp (gdb_test_multiple): Add simple example.
16494 * gdb.base/structs.exp: Use gdb_test_multiple.
16495
039cf96d
AC
164962003-11-20 Andrew Cagney <cagney@redhat.com>
16497
6882279b
AC
16498 * gdb.base/structs.exp: Handle and recover from internal errors.
16499 Replace "foo${n}" with "foo<n>" in test messages.
16500
e53890ae
AC
16501 * gdb.base/structs.exp: Update copyright. Rewrite.
16502 * gdb.base/structs.c: Update copyright. Rewrite.
16503
2b211c59
AC
16504 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16505 resync count exceeded.
d63a86f8 16506
039cf96d
AC
16507 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16508 from the internal error.
16509 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16510 Original from Jim Blandy.
16511 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 16512
eac98b22
AC
165132003-11-19 Andrew Cagney <cagney@redhat.com>
16514
16515 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16516 KFAIL.
16517
67455b2a
MK
165182003-11-17 Mark Kettenis <kettenis@gnu.org>
16519
16520 New testcase for PR backtrace/1435.
16521 * gdb.arch/i386-unwind.exp: New file.
16522 * gdb.arch/i386-unwind.c: New file.
16523
853d6e5b
AC
165242003-11-17 Andrew Cagney <cagney@redhat.com>
16525
16526 * lib/gdb.exp (compiler_info): New global.
16527 (test_compiler_info): New function.
16528 (get_compiler_info): Set compiler_info.
16529 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
16530 "compiler_info" to gcc-<major>-<minor>.
16531
38cf6e11
MC
165322003-11-15 Michael Chastain <mec.gnu@mindspring.com>
16533
16534 * gdb.trace/configure: Remove.
16535
a50d3602
EZ
165362003-11-13 Elena Zannoni <ezannoni@redhat.com>
16537
16538 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 16539 breakpoints.
a50d3602
EZ
16540 * gdb.base/break.exp: Remove all references to explicit line
16541 numbers.
16542
d9407aaa
NC
165432003-11-11 Nick Clifton <nickc@redhat.com>
16544
16545 * gdb.base/shreloc.exp: Do not run for targets which do not
16546 support shared objects.
16547
db488fc1
CV
165482003-11-10 Corinna Vinschen <vinschen@redhat.com>
16549
16550 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16551 Don't run tests if nofileio flag is given.
16552
6a90a18e
EZ
165532003-11-07 Elena Zannoni <ezannoni@redhat.com>
16554
16555 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 16556 as well as 'Watchpoint'.
6a90a18e 16557
0b915e9c
EZ
165582003-11-06 Elena Zannoni <ezannoni@redhat.com>
16559
16560 Reported by Jim Ingham <jingham@apple.com>:
16561 * gdb.base/annota1.exp: Match at least one occurrence of the
16562 signal handler annotation.
16563
d7e4b55f
EZ
165642003-11-06 Elena Zannoni <ezannoni@redhat.com>
16565
a9c64011
AS
16566 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16567 as well as 'Watchpoint'.
d7e4b55f 16568
2fe4e8d0
MC
165692003-11-05 Michael Chastain <mec@shout.net>
16570
16571 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16572
6ef88553
KW
165732003-11-03 Kris Warkentin <kewarken@qnx.com>
16574
16575 * gdb.arch/gdb1291.c: New test file.
16576 * gdb.arch/gdb1291.exp: New test script.
16577 * gdb.arch/gdb1431.c: New test file.
16578 * gdb.arch/gdb1431.exp: New test script.
16579
ae7dc4d8
MC
165802003-10-22 Michael Chastain <mec@shout.net>
16581
16582 * gdb.mi/pthreads.c: Add copyright notice.
16583
c39d7427
MC
165842003-10-22 Michael Chastain <mec@shout.net>
16585
16586 * gdb.threads/pthreads.c: Add copyright notice.
16587
8b7d96c1
MC
165882003-10-20 Michael Chastain <mec@shout.net>
16589
16590 * gdb.base/gdb1056.exp: New test script.
16591
d1d69fdd
DJ
165922003-10-13 Daniel Jacobowitz <drow@mvista.com>
16593
16594 * gdb.threads/killed.exp: Use gdb_run_cmd.
16595
7d605576
DJ
165962003-10-13 Daniel Jacobowitz <drow@mvista.com>
16597
16598 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16599 create a core file.
16600 * gdb.threads/gcore-thread.exp: Likewise.
16601
618ec112
CV
166022003-10-13 Corinna Vinschen <vinschen@redhat.com>
16603
16604 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16605 type, based on char type.
16606 (struct bit_flags_short_t): New bitfield type, based on short type.
16607 (init_bit_flags_char): New fuction.
16608 (init_bit_flags_short): Ditto.
16609 (print_bit_flags_char): Ditto.
16610 (print_bit_flags_short): Ditto.
16611 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16612
9367a73c
MC
166132003-10-11 Michael Chastain <mec@shout.net>
16614
16615 * gdb.base/call-rt-st.exp: Update copyright year.
16616
1decf120
KI
166172003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
16618
16619 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16620 * gdb.disasm/sh3.s: Ditto.
16621
5445b2ae
DJ
166222003-10-07 Daniel Jacobowitz <drow@mvista.com>
16623
16624 * gdb.threads/switch-threads.exp: New test.
16625 * gdb.threads/switch-threads.c: New source file.
16626
aec24853
CV
166272003-10-07 Corinna Vinschen <vinschen@redhat.com>
16628
16629 * gdb.base/ending-run.exp: Add sh specific case.
16630
adc7428d
AC
166312003-10-06 Andrew Cagney <cagney@redhat.com>
16632
16633 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16634 * gdb.disasm/mn10200.exp: Delete obsolete file.
16635
c9d37158
DJ
166362003-09-29 Daniel Jacobowitz <drow@mvista.com>
16637
16638 * ChangeLog: Correct an entry command.exp -> commands.exp.
16639 * gdb.base/commands.exp (bp_deleted_in_command_test)
16640 (temporary_breakpoint_commands): Check noargs.
16641
79c2c32d
DC
166422003-09-25 David Carlton <carlton@kealia.com>
16643
16644 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
16645 of some print tests, where appropriate. Add tests for C::D::cd,
16646 E::ce, F::cXfX, G::XgX.
16647 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16648
594e6d67
RE
166492003-09-25 Richard Earnshaw <rearnsha@arm.com>
16650
16651 * lib/java.exp (java_init): Import target_alias before using it.
16652
10f0d451
DC
166532003-09-25 David Carlton <carlton@kealia.com>
16654
16655 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16656
274bcba0
EZ
166572003-09-23 Elena Zannoni <ezannoni@redhat.com>
16658
d63a86f8 16659 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 16660 weirdness.
274bcba0 16661
cdbf20f7
MC
166622003-09-17 Michael Chastain <mec@shout.net>
16663
16664 * gdb.cp/gdb1355.exp: New file.
16665 * gdb.cp/gdb1355.c: New file.
16666
71e06f80
CV
166672003-09-15 Corinna Vinschen <vinschen@redhat.com>
16668
16669 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16670 * gdb.asm/sh.inc: New file.
16671
5c4e30ca
DC
166722003-09-11 David Carlton <carlton@kealia.com>
16673
bd45b7af
DC
16674 * gdb.cp/namespace.exp: Add tests for namespace types.
16675 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
16676 (test_namespace): New.
16677
1c199746
EZ
166782003-09-11 Elena Zannoni <ezannoni@redhat.com>
16679
a9c64011 16680 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 16681 * gdb.stabs/weird.exp: Ditto.
1c199746 16682
04ed252f
MC
166832003-09-08 Michael Chastain <mec@shout.net>
16684
16685 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16686
d8a2d9e7
MC
166872003-09-07 Michael Chastain <mec@shout.net>
16688
16689 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16690 'parse error'.
16691
161afb24
MK
166922003-09-07 Mark Kettenis <m.kettenis@osp.nl>
16693
16694 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16695
49f2741a
MC
166962003-08-30 Michael Chastain <mec@shout.net>
16697
16698 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16699 * gdb.gdb/observer.exp: Ditto.
16700 * gdb.gdb/xfullpath.exp: Ditto.
16701
8afa723e
MK
167022003-08-29 Mark Kettenis <kettenis@gnu.org>
16703
16704 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16705 *-*-*bsd*.
16706
f31dfe3b
JJ
167072003-08-28 Jeff Johnston <jjohnstn@redhat.com>
16708
16709 * gdb.base/dump.exp: Skip for ia64.
16710
4630e498
JJ
167112003-08-25 Jeff Johnston <jjohnstn@redhat.com>
16712
16713 * gdb.asm/asm-source.exp: Add ia64 support.
16714 * gdb.asm/ia64.inc: New file.
16715
1105b7ef
MC
167162003-08-22 Michael Chastain <mec@shout.net>
16717
16718 * gdb.cp: New directory.
16719 * gdb.cp/*: Copy from gdb.c++/*.
16720 * gdb.c++/*: Remove.
16721 * Makefile.in: Change gdb.c++ to gdb.cp.
16722 * configure.in: Ditto.
16723 * configure: Regnerate.
16724
c945b932
MK
167252003-08-18 Mark Kettenis <kettenis@gnu.org>
16726
16727 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16728 * gdb.arch/i386-prologue.c (gdb1338): Add function.
16729
2b66634b
DJ
167302003-08-17 Daniel Jacobowitz <drow@mvista.com>
16731
16732 * mi-var-display.exp (-var-list-children weird): Accept function
16733 pointers with argument types.
16734 * mi1-var-display.exp (-var-list-children weird): Likewise.
16735 * mi2-var-display.exp (-var-list-children weird): Likewise.
16736
a356f73b
DJ
167372003-08-17 Daniel Jacobowitz <drow@mvista.com>
16738
16739 * gdb.base/annota3.exp: Add missing newline.
16740
483417b8
MC
167412003-08-06 Michael Chastain <mec@shout.net>
16742
16743 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16744
c99c59c3
MS
167452003-08-12 Michael Snyder <msnyder@redhat.com>
16746
16747 * gdb.base/float.exp: Add test for SH.
16748
55ed7501
MK
167492003-08-10 Mark Kettenis <kettenis@gnu.org>
16750
16751 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16752
1a371f2e
EZ
167532003-08-07 Elena Zannoni <ezannoni@redhat.com>
16754
16755 * gdb.base/completion.exp: Remove reduntant completion test
16756 on filename.
16757
e0f353ce
EZ
167582003-08-07 Elena Zannoni <ezannoni@redhat.com>
16759
a9c64011
AS
16760 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16761 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16762 gdb.trace/save-trace.exp: Make sure that full pathnames are
16763 escaped correctly.
e0f353ce 16764
5710a1af 167652003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 16766
a9c64011
AS
16767 * configure.in: Don't generate config.h from config.hin.
16768 * configure: Regenerate.
16769 * config.hin: Remove file.
16770 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16771 * gdb.threads/pthreads.c: Ditto.
5710a1af 16772
dcd81ce9
DJ
167732003-08-07 Daniel Jacobowitz <drow@mvista.com>
16774
16775 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16776 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16777 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16778 Replace ld24 with seth/add3.
16779
6009d884
AC
167802003-08-02 Andrew Cagney <cagney@redhat.com>
16781
16782 * gdb.base/annota3.exp: New file.
16783 * gdb.base/annota3.c: New file.
16784 * gdb.c++/annota3.exp: New file.
16785 * gdb.c++/annota3.cc: New file.
16786
51514e06
MC
167872003-07-29 Michael Chastain <mec@shout.net>
16788
16789 * gdb.threads/tls.c (spin): Check errno only if sem_wait
16790 actually failed.
16791 (do_pass): Likewise.
16792 * gdb.threads/tls.exp: Always initialize no_of_threads.
16793
4ee6625b
DJ
167942003-07-27 Daniel Jacobowitz <drow@mvista.com>
16795
16796 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16797 pattern.
16798 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16799 * gdb.threads/tls.exp: Recognize one case of the host library not
16800 supporting TLS.
16801
225f2bf6
AC
168022003-07-27 Andrew Cagney <cagney@redhat.com>
16803
16804 * gdb.base/fileio.exp: Use SH when running commands using
16805 remote_exec.
16806
bcb27c9f
DJ
168072003-07-24 Daniel Jacobowitz <drow@mvista.com>
16808
16809 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16810 * gdb.base/relocate.c (dummy): New padding array.
16811
3d67be83
MS
168122003-07-22 Michael Snyder <msnyder@redhat.com>
16813
d63a86f8 16814 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
16815
16816 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16817 patterns to be more general, accepting old and new output.
16818 Some output chars (such as '+') also must be quoted.
d63a86f8 16819 Some addresses are displayed numerically instead of
3d67be83
MS
16820 symbolically.
16821
57ba3b85
MS
168222003-07-23 Michael Snyder <msnyder@redhat.com>
16823
686d097c
MS
16824 * gdb.base/return2.exp: Don't test long-long return.
16825
57ba3b85
MS
16826 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16827 * gdb.disasm/t01_mov.exp: Ditto.
16828 * gdb.disasm/t02_mova.s: Ditto.
16829 * gdb.disasm/t02_mova.exp: Ditto.
16830 * gdb.disasm/t03_add.s: Ditto.
16831 * gdb.disasm/t03_add.exp: Ditto.
16832 * gdb.disasm/t04_sub.s: Ditto.
16833 * gdb.disasm/t04_sub.exp: Ditto.
16834 * gdb.disasm/t05_cmp.s: Ditto.
16835 * gdb.disasm/t05_cmp.exp: Ditto.
16836 * gdb.disasm/t06_ari2.s: Ditto.
16837 * gdb.disasm/t06_ari2.exp: Ditto.
16838 * gdb.disasm/t07_ari3.s: Ditto.
16839 * gdb.disasm/t07_ari3.exp: Ditto.
16840 * gdb.disasm/t08_or.s: Ditto.
16841 * gdb.disasm/t08_or.exp: Ditto.
16842 * gdb.disasm/t09_xor.s: Ditto.
16843 * gdb.disasm/t09_xor.exp: Ditto.
16844 * gdb.disasm/t10_and.s: Ditto.
16845 * gdb.disasm/t10_and.exp: Ditto.
16846 * gdb.disasm/t11_logs.s: Ditto.
16847 * gdb.disasm/t11_logs.exp: Ditto.
16848 * gdb.disasm/t12_bit.s: Ditto.
16849 * gdb.disasm/t12_bit.exp: Ditto.
16850 * gdb.disasm/t13_otr.s: Ditto.
16851 * gdb.disasm/t13_otr.exp: Ditto.
16852
e00759ef
EZ
168532003-07-22 Elena Zannoni <ezannoni@redhat.com>
16854
16855 * gdb.threads/tls.exp :Add kfail for 'info address' case.
16856
8bc2021f
EZ
168572003-07-22 Elena Zannoni <ezannoni@redhat.com>
16858
a9c64011
AS
16859 * gdb.threads/tls.c : New file.
16860 * gdb.threads/tls.exp : New file.
16861 * gdb.threads/tls-main.c : New file.
16862 * gdb.threads/tls-shared.c : New file.
16863 * gdb.threads/tls-shared.exp : New file.
8bc2021f 16864
89320c4c
AS
168652003-07-22 Andreas Schwab <schwab@suse.de>
16866
16867 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
16868
180dea7c
AS
168692003-07-20 Andreas Schwab <schwab@suse.de>
16870
16871 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
16872 due to insn reordering.
16873
0714963c
AC
168742003-07-15 Andrew Cagney <cagney@redhat.com>
16875
16876 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16877
98a23b3f
MC
168782003-07-15 Michael Chastain <mec@shout.net>
16879
16880 * gdb.base/gdb1250.exp: New file.
16881 * gdb.base/gdb1250.c: New file.
16882
27e417a2
ML
168832003-07-09 Michal Ludvig <mludvig@suse.cz>
16884
16885 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16886 expansion of size_t to 'unsigned long', not only to 'unsigned'.
16887
8bc2021f
EZ
168882003-07-09 Elena Zannoni <ezannoni@redhat.com>
16889
a9c64011
AS
16890 * gdb.threads/tls.c: New file.
16891 * gdb.threads/tls.exp: New file.
16892 * gdb.threads/tls-main.c: New file.
16893 * gdb.threads/tls-shared.c: New file.
16894 * gdb.threads/tls-shared.exp: New file.
8bc2021f 16895
d99968dc
EZ
168962003-07-09 Elena Zannoni <ezannoni@redhat.com>
16897
16898 * gdb.base/annota1.exp: Make sure that we properly escape the
16899 full path of the source file. Xfail more permissive patterns,
d63a86f8 16900 due to a compiler debug info problem.
d99968dc 16901
83876b3b
AS
169022003-07-07 Andreas Schwab <schwab@suse.de>
16903
2705e972
AS
16904 * gdb.asm/m68k.inc: New file.
16905 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16906
83876b3b
AS
16907 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16908 arguments"): Also match negative number.
16909
16910 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16911
3a871b37
DJ
169122003-07-03 Daniel Jacobowitz <drow@mvista.com>
16913
16914 * gdb.base/store.c (charest): New typedef.
16915 (add_char): Rename to add_charest, update.
16916 (wack_char): Rename to wack_charest, update types. Return l + r
16917 to keep r live across the call.
16918 (wack_short, wack_int, wack_long, wack_longest, wack_float)
16919 (wack_double, wack_doublest): Return l + r to keep r live across
16920 the call.
16921 * gdb.base/store.exp: Accomodate store.c changes.
16922
b2a7f303
DC
169232003-06-30 David Carlton <carlton@kealia.com>
16924
16925 * gdb.c++/maint.exp (test_invalid_name): New.
16926 (test_first_component): Add tests for invalid names.
16927
3c6cb4a1
MC
169282003-06-29 Michael Chastain <mec@shout.net>
16929
16930 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16931 output of '<VTT for class>' for virtual base classes.
16932
f1c2644b
DJ
169332003-06-29 Daniel Jacobowitz <drow@mvista.com>
16934
16935 * gdb.base/completion.exp: Tab-complete "complet" instead of
16936 "compl".
16937 * gdb.base/complex.exp, gdb.base/complex.c: New files.
16938
18080350
DJ
169392003-06-29 Daniel Jacobowitz <drow@mvista.com>
16940
16941 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16942 * gdb.base/volatile.exp: Likewise.
16943
f56973f8
DJ
169442003-06-29 Daniel Jacobowitz <drow@mvista.com>
16945
16946 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16947 gdb/1265.
16948
169492003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
16950 Daniel Jacobowitz <drow@mvista.com>
16951
16952 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16953 initial line count of 'captured_main' from 26 to 32.
16954 (test_with_self): Allow xmalloc call to be interleaved with the
16955 preceding two lines.
16956
e766d4d6
JB
169572003-06-24 Joel Brobecker <brobecker@gnat.com>
16958
16959 * gdb.base/bang.exp: New testcase.
16960
f125c9a4
JB
169612003-06-23 Joel Brobecker <brobecker@gnat.com>
16962
16963 * gdb.base/langs.exp: Add some tests for the "minimal" language
16964 support.
16965
6e25beaf
EZ
169662003-06-23 Elena Zannoni <ezannoni@redhat.com>
16967
16968 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16969 the testcase.
16970
2f816dda
DJ
169712003-06-22 Daniel Jacobowitz <drow@mvista.com>
16972
16973 * gdb.base/relocate.exp: Test add-symbol-file with a variable
16974 offset.
16975
db5a5748
DJ
169762003-06-22 Daniel Jacobowitz <drow@mvista.com>
16977
16978 * gdb.c++/pr-1210.cc: New file.
16979 * gdb.c++/pr-1210.exp: New file.
16980
1df0c130
DJ
169812003-06-21 Daniel Jacobowitz <drow@mvista.com>
16982
16983 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16984 000-exec-continue.
16985
a92feac0
MK
169862003-06-15 Mark Kettenis <kettenis@gnu.org>
16987
16988 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16989 on *-*-*bsd* instead of *-*-freebsd*.
16990
81a58f5b
AC
169912003-06-14 Andrew Cagney <cagney@redhat.com>
16992
16993 * gdb.base/store.exp: Test longest and doublest. Test all
16994 parameters. Weaken return statement match.
16995 * gdb.base/store.c: Add longest and doublest - aka long long and
16996 long double functions. Put all parameters into local register
16997 variables. Use negative values.
16998
b257a0d3
AC
169992003-06-14 Andrew Cagney <cagney@redhat.com>
17000
17001 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
17002 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
17003 exit status.
17004 * gdb.base/fileio.exp: Disable target when nointerrupts and
17005 noinferiorio, instead of limiting it to remote. Use remote_exec
17006 instead of system.
d63a86f8 17007
21c38304
JJ
170082003-06-12 Jeff Johnston <jjohnstn@redhat.com>
17009
17010 * gdb.base/float.exp: Add ia64 support.
17011
1bcdb424
CV
170122003-06-12 Corinna Vinschen <vinschen@redhat.com>
17013
17014 * gdb.base/fileio.exp: Run only on remote targets.
17015
6aeb981f
CV
170162003-06-10 Corinna Vinschen <vinschen@redhat.com>
17017
17018 * gdb.base/fileio.c: New file, testing File-I/O.
17019 * gdb.base/fileio.exp: Ditto.
17020
53df362e
RG
170212003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
17022
17023 * gdb.base/shreloc.exp: New file, check symbol values obtained from
17024 shared objects after relocation at load time (gdb PR/1132).
17025 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 17026 as above, part of the shared object relocation test.
53df362e 17027
ffee1b46
MK
170282003-06-08 Mark Kettenis <kettenis@gnu.org>
17029
b5ca3722
MK
17030 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
17031 fully filled history list.
17032 * gdb.base/gdb_history: New file.
17033
03ed860d
MK
17034 * gdb.base/signals.exp: XFAIL "continue to func1" on
17035 i*86-*-freebsd*.
17036
ffee1b46
MK
17037 * gdb.base/attach.exp: When trying to attach to a nonexistent
17038 process, make it possible to specify the PID based on the target,
17039 and do so for *-*-freebsd*.
17040
d80dbb52
RH
170412003-06-02 Richard Henderson <rth@redhat.com>
17042
17043 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
17044
6dd77b81
RH
170452003-06-02 Richard Henderson <rth@redhat.com>
17046
17047 * gdb.base/selftest.exp: Next over lim_at_start initialization.
17048
f6347e16
RH
170492003-06-02 Richard Henderson <rth@redhat.com>
17050
17051 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
17052
2c161407
DJ
170532003-06-01 Daniel Jacobowitz <drow@mvista.com>
17054
17055 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
17056 of globalvar.
17057
572eb746
MK
170582003-06-01 Mark Kettenis <kettenis@gnu.org>
17059
17060 * gdb.asm/asm-source.exp: Check for memory read errors in
17061 disassembler test on *BSD too.
17062
9e9617a5
RH
170632003-06-01 Richard Henderson <rth@redhat.com>
17064
17065 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
17066 for .frame.
17067 (gdbasm_call): Lose ldgp.
17068 (gdbasm_startup): Add frame information.
17069 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
17070
7b34ad4e
MK
170712003-05-31 Mark Kettenis <kettenis@gnu.org>
17072
17073 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
17074 i?86-*-*.
17075
10059fdf
MK
170762003-05-30 Mark Kettenis <kettenis@gnu.org>
17077
17078 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
17079 FreeBSD.
17080
acf4b816
RH
170812003-05-29 Richard Henderson <rth@redhat.com>
17082
17083 * gdb.asm/alpha.inc: New file.
17084 * gdb.asm/asm-source.exp: Use it.
17085
e9ecd949
JB
170862003-05-29 Jim Blandy <jimb@redhat.com>
17087
17088 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
17089 'core.PID'.
17090
e3e5a4f3
JB
170912003-05-22 Jim Blandy <jimb@redhat.com>
17092
17093 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
17094 backtrace.
d63a86f8 17095
72fe3d25
DC
170962003-05-20 David Carlton <carlton@math.stanford.edu>
17097
17098 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
17099 this time.
17100
58da2eb2
DC
171012003-05-19 David Carlton <carlton@bactrian.org>
17102
17103 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
17104 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
17105
1fcb5155
DC
171062003-05-19 David Carlton <carlton@bactrian.org>
17107
17108 * gdb.c++/namespace.exp: Add namespace scope and anonymous
17109 namespace tests.
17110 Bump copyright date.
17111 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
17112 (main): Call C::D::marker2.
17113 * gdb.c++/namespace1.cc: New file.
17114
85e85163
JJ
171152003-05-14 Jeff Johnston <jjohnstn@redhat.com>
17116
17117 Roland McGrath <roland@redhat.com>
d63a86f8 17118 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
17119 there is no manager thread.
17120
a25fbfec
JJ
171212003-05-08 Jeff Johnston <jjohnstn@redhat.com>
17122
d63a86f8
RM
17123 * gdb.threads/schedlock.exp: Remove assumption that all threads
17124 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
17125 in one of the child threads rather than the main thread.
17126
be375bae
JB
171272003-05-07 Jim Blandy <jimb@redhat.com>
17128
09bf6082
JB
17129 Add support for assembly source testing on the s390x.
17130 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
17131 architecture.
17132 * gdb.asm/s390x.inc: New file.
17133
be375bae
JB
17134 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
17135 succession of 'if' statements.
17136
00905d52
AC
171372003-05-05 Andrew Cagney <cagney@redhat.com>
17138
17139 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
17140
b1e29e33
AC
171412003-05-05 Andrew Cagney <cagney@redhat.com>
17142
17143 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
17144 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
17145
e33d66ec
EZ
171462003-05-02 Elena Zannoni <ezannoni@redhat.com>
17147
17148 * gdb.base/charset.exp: Update based on new behavior of set/show
17149 charset commands.
17150
2b6fd0d8
AC
171512003-05-01 Andrew Cagney <cagney@redhat.com>
17152
17153 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
17154 variable do not give memory errors.
17155
130cacce
AF
171562003-04-30 Adam Fedor <fedor@gnu.org>
17157
17158 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
17159 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
17160 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
17161 gdb.objc/basicclass.m: : New files
17162
17163 * lib/gdb.exp (gdb_compile_objc): New procedure.
17164
bea71854
DJ
171652003-04-27 Daniel Jacobowitz <drow@mvista.com>
17166
17167 * gdb.base/signals.exp: Make backtrace tests more specific.
17168
0f20eeea
DC
171692003-04-23 David Carlton <carlton@bactrian.org>
17170
17171 * gdb.c++/maint.exp (test_first_component): Add tests for
17172 'operator' in more locations.
17173
c8c4d8dc
KB
171742003-04-16 Kevin Buettner <kevinb@redhat.com>
17175
17176 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17177
3fe60e3c
EZ
171782003-04-16 Elena Zannoni <ezannoni@redhat.com>
17179
17180 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 17181 func marke' instead. Update test name.
3fe60e3c 17182
9219021c
DC
171832003-04-15 David Carlton <carlton@math.stanford.edu>
17184
17185 * gdb.c++/maint.exp: New file.
17186
5dd55bdd
EZ
171872003-04-14 Elena Zannoni <ezannoni@redhat.com>
17188
17189 * gdb.threads/schedlock.c: Change type of thread function argument
17190 to long, to avoid warnings on 64-bit platforms.
17191
00890572
EZ
171922003-04-14 Elena Zannoni <ezannoni@redhat.com>
17193
a9c64011
AS
17194 * gdb.base/attach.exp: Add new message from ptrace in case of
17195 attaching to nonexistent process.
d63a86f8 17196
93201743
JB
171972003-04-11 Jim Blandy <jimb@redhat.com>
17198
17199 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17200 gdb.c++/userdef.cc: Place comments on the lines to which the
17201 marker function might return.
17202 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17203 gdb.c++/userdef.exp: Look for those comments to check that we've
17204 returned to the right place, instead of checking line numbers.
17205
2a11c64d
EZ
172062003-04-11 Elena Zannoni <ezannoni@redhat.com>
17207
a9c64011
AS
17208 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17209 match on sourcefile name, instead of directory name.
2a11c64d 17210
68ab8fc5
EZ
172112003-04-10 Elena Zannoni <ezannoni@redhat.com>
17212
d63a86f8 17213 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
17214 working directory name.
17215
5624293a
JB
172162003-04-09 Jim Blandy <jimb@redhat.com>
17217
17218 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17219 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17220 after an inferior function call, report the failure, but allow the
17221 test to continue.
17222
f1f02ee4
SC
172232003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17224
17225 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17226 with -DPROTOTYPES.
17227
6eb79af0
SC
172282003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17229
17230 * gdb.base/break.exp: Revert last patch.
17231
8dfb4cf0
SC
172322003-04-04 Stephane Carrez <stcarrez@nerim.fr>
17233
17234 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17235 with -DPROTOTYPES.
17236
ed4c619a
AC
172372003-04-02 Andrew Cagney <cagney@redhat.com>
17238
17239 * gdb.base/callfuncs.exp: Make "print add" messages unique.
17240 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17241 matching directories by the name breakpoint.
17242 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17243 Make "continue to marker1" consistent.
17244 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17245 message consistent.
17246 * lib/gdb.exp: Put "the program is no longer running", and "the
17247 program exited" in parenthesis.
17248 * lib/mi-support.exp: Ditto.
d63a86f8 17249
4e35d5f0 172502003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 17251
4e35d5f0
BR
17252 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17253
71900fe8
AC
172542003-03-29 Andrew Cagney <cagney@redhat.com>
17255
17256 * gdb.base/sizeof.c (main): Print the value of '\377'.
17257 * gdb.base/sizeof.exp: Check the sign of '\377'.
17258
c0655a16
MC
172592003-03-27 Michael Chastain <mec@shout.net>
17260
17261 * gdb.base/gdb1090.exp: New file.
17262 * gdb.base/gdb1090.cc: New file.
17263
5b2a3989
JB
172642003-03-27 J. Brobecker <brobecker@gnat.com>
17265
17266 * gdb.gdb/observer.exp: New regression test.
17267
79876890
MC
172682003-03-27 Michael Chastain <mec@shout.net>
17269
17270 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17271 * gdb.base/ptype.exp: Likewise.
17272
6eac95e3
CV
172732003-03-27 Corinna Vinschen <vinschen@redhat.com>
17274
17275 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17276
e8c71839
MC
172772003-03-26 Michael Chastain <mec@shout.net>
17278
17279 * gdb.base/ptype.exp: Actually use some typedef'd types.
17280
71b10041
SC
172812003-03-21 Stephane Carrez <stcarrez@nerim.fr>
17282
17283 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17284 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17285
2512cf80
CV
172862003-03-20 Corinna Vinschen <vinschen@redhat.com>
17287
17288 * gdb.base/default.exp: Fix regular expression.
17289
0d195a4f
CV
172902003-03-20 Corinna Vinschen <vinschen@redhat.com>
17291
17292 * gdb.base/args.exp: Fix regular expression.
17293
8a2dbca8
CV
172942003-03-20 Corinna Vinschen <vinschen@redhat.com>
17295
17296 * gdb.base/help.exp: Allow Win32 child process.
17297
bf028682
CV
172982003-03-20 Corinna Vinschen <vinschen@redhat.com>
17299
17300 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17301 when stepping out of main().
17302
182dbe85
CV
173032003-03-20 Corinna Vinschen <vinschen@redhat.com>
17304
17305 * gdb.base/default.exp: Check for win32 specific message when calling
17306 "run" without executable.
17307
d67a6ba5
CV
173082003-03-20 Corinna Vinschen <vinschen@redhat.com>
17309
17310 * gdb.base/args.exp: Expect .exe in output.
17311
a955b5bb
CV
173122003-03-20 Corinna Vinschen <vinschen@redhat.com>
17313
17314 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17315 Cygwin native.
17316
bf6bad4b
AC
173172003-03-17 Andrew Cagney <cagney@redhat.com>
17318
17319 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
17320 vector registes.
17321 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17322 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17323
293e9a31
DC
173242003-03-17 David Carlton <carlton@math.stanford.edu>
17325
17326 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17327 test, for PR breakpoints/38.
17328 Call test_watchpoint_and_breakpoint.
17329 * gdb.base/watchpoint.c (func3): New function.
17330 (main): Call func3.
17331
5330f2db
DC
173322003-03-04 David Carlton <carlton@math.stanford.edu>
17333
17334 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17335 Garply<Garply<char> >:: garply".
17336 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17337 with respect to PR c++/1111; note also PR c++/1113.
17338 (test_template_breakpoints): KFAIL "constructor breakpoint" with
17339 respect to PR c++/1062.
17340 KFAIL "destructor breakpoint" with respect to PR c++/1112.
17341
6ece72da
DC
173422003-03-03 David Carlton <carlton@math.stanford.edu>
17343
17344 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17345 with respect to PR c++/57.
17346 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17347 c++/826.
17348 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17349 respect to PR c++/57.
17350
85ca1584
DC
173512003-03-03 David Carlton <carlton@math.stanford.edu>
17352
17353 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17354 respect to PR c++/33 into FAILs.
17355
98e9c5b8
MC
173562003-03-03 Michael Chastain <mec@shout.net>
17357
7bedbf27
MC
17358 * configure.in: Update copyright years.
17359
173602003-03-03 Michael Chastain <mec@shout.net>
17361
17362 * Makefile.in: Update copyright years.
98e9c5b8 17363
f683e100
DC
173642003-02-28 David Carlton <carlton@math.stanford.edu>
17365
17366 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17367 print class instead of struct and/or superfluous protection
17368 specifiers, as long as the resulting output is equivalent to the
17369 source code.
17370 Delete FIXME from end of messages on tests that don't need
17371 fixing.
17372
a9e0cf2c
DC
173732003-02-28 David Carlton <carlton@math.stanford.edu>
17374
17375 * gdb.c++/templates.exp (do_tests): Allow const in the two
17376 Foo<volatile char *>::foo tests.
17377
e8d359df
MS
173782003-02-27 Michael Snyder <msnyder@redhat.com>
17379
d63a86f8 17380 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
17381 will be consistant.
17382
0b71dc91
DC
173832003-02-26 David Carlton <carlton@math.stanford.edu>
17384
17385 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17386 char *>::foo" test with respect to PR c++/33. Create a new test
17387 which is identical to that one except that it doesn't put the
17388 space between the "char" and the "*"; KFAIL it, too.
17389
dd14ab43
DC
173902003-02-26 David Carlton <carlton@math.stanford.edu>
17391
17392 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17393 template types into either PASSes or KFAILs (corresponding to PR
17394 c++/57). Tweak indentation. Update copyright.
17395
1146c7f1
SC
173962003-02-23 Stephane Carrez <stcarrez@nerim.fr>
17397
17398 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17399
74641dfb
MC
174002003-02-13 Michael Chastain <mec@shout.net>
17401
17402 * gdb.base/exprs.exp: Remove i960 remnants.
17403 * gdb.base/funcargs.exp: Likewise.
17404 * gdb.base/list.exp: Likewise.
17405 * gdb.base/ptype.exp: Likewise.
17406
559cd2d0
DC
174072003-02-14 David Carlton <carlton@math.stanford.edu>
17408
17409 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17410 pEe->D::vg()" from XFAIL to KFAIL.
17411
c4f90d87
JM
174122003-02-13 Jason Molenda (jmolenda@apple.com)
17413
17414 * gdb.base/maint.exp: Update maint print statistics regexp to include
17415 new entries.
17416
cbc4d97c
MC
174172003-02-13 Michael Chastain <mec@shout.net>
17418
17419 * gdb.c++/inherit.exp: Remove call to get_debug_format.
17420
40f235b7
MC
174212003-02-12 Michael Chastain <mec@shout.net>
17422
17423 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17424 * gdb.c++/inherit.exp: Likewise.
17425 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17426 * gdb.c++/templates.exp: Likewise.
17427 * gdb.c++/virtfunc.exp: Likewise.
17428
c56716b0
JM
174292003-02-06 Jason Molenda (jason-cl@molenda.com)
17430
17431 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17432 why the code is written that way.
17433
070afcf8
MC
174342003-02-05 Michael Chastain <mec@shout.net>
17435
17436 * gdb.base/dump.exp: Add missing copyright line.
17437
5d0331e5
JM
174382003-02-05 Jason Molenda (jason-cl@molenda.com)
17439
f7ae6d3e 17440 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
17441 at the beginning so the breakpoint doesn't get set on the loop.
17442
92851186
MC
174432003-02-05 Michael Chastain <mec@shout.net>
17444
17445 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17446 output for configurations with gcc 2.95.3.
17447
cbf1e085
AC
174482003-02-05 Keith Seitz <keiths@redhat.com>
17449 Andrew Cagney <ac131313@redhat.com>
17450
17451 * gdb.mi/mi-cli.exp: New file.
d63a86f8 17452
29518e1e
MC
174532003-02-04 Michael Chastain <mec@shout.net>
17454
17455 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17456 Call perror and then continue.
17457
5af1d5f3
MC
174582003-02-03 Michael Chastain <mec@shout.net>
17459
17460 * gdb.c++/pr-1023.cc: New file.
17461 * gdb.c++/pr-1023.exp: New file.
17462
6b549786
JB
174632003-02-05 Jim Blandy <jimb@redhat.com>
17464
17465 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17466 it's local to foobar. Check for it there, and check that it's not
17467 present in main.
17468 * gdb.c++/local.cc (marker2): New function.
17469 (foobar): Call marker1.
17470 (main): Call marker2 instead of marker1.
17471
67f16606
AC
174722003-02-04 Andrew Cagney <ac131313@redhat.com>
17473
17474 * gdb.disasm/mn10200.exp: Obsolete file.
17475 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17476 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17477 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17478
1c5cb38e
DC
174792003-02-04 David Carlton <carlton@math.stanford.edu>
17480
17481 * gdb.c++/overload.exp: Test intToChar(1).
17482 * gdb.c++/overload.cc (intToChar): New.
17483 (main): Call intToChar.
17484
d1fe6965
DC
174852003-02-03 David Carlton <carlton@math.stanford.edu>
17486
17487 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17488 'might_kfail' arg.
17489 KFAIL some of the continue_to_bp_overloaded calls, according to
17490 PR c++/1025.
17491
9ba61c5d
MC
174922003-02-01 Michael Chastain <mec@shout.net>
17493
17494 * gdb.base/advance.c (marker1): New marker function.
17495 * gdb.base/advance.exp: When the 'advance' command lands on the
17496 return breakpoint, it can legitimately stop on either the
17497 current line or the next line. Accommodate both outcomes.
17498 * gdb.base/until.exp: Likewise.
17499
e7494ffb
AC
175002003-02-02 Andrew Cagney <ac131313@redhat.com>
17501
17502 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
17503 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17504 now a list, not a tuple.
17505 * gdb.mi/mi-var-display.exp: Ditto.
17506 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 17507
075559bc
AC
175082003-02-01 Andrew Cagney <ac131313@redhat.com>
17509
17510 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
17511 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17512 stack backtraces.
17513 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 17514
2bd4c7b1
MK
175152003-02-01 Mark Kettenis <kettenis@gnu.org>
17516
17517 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17518 gdb.mi/mi1-pthreads.exp: Return instead of calling
17519 gdb_suppress_entire_file.
17520
eabd8992
MS
175212003-02-01 Mark Salter <msalter@redhat.com>
17522
17523 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17524
71469e2f
MS
175252003-01-31 Mark Salter <msalter@redhat.com>
17526
17527 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17528 Support empty arg.
17529
38a94d44
MC
175302003-01-30 Michael Chastain <mec@shout.net>
17531
17532 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17533 This was a workaround for a UTF-8 bug in readline 4.3. The bug
17534 has been fixed in gdb/readline on 2003-01-09.
17535
19ea9e73
MS
175362003-01-29 Michael Snyder <msnyder@redhat.com>
17537
e8d359df
MS
17538 * gdb.base/maint.exp: Allow for leading underscore in symbol.
17539 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
17540 * gdb.base/args.exp: Skip if target does not support args passing.
17541
2307bd6a
DJ
175422003-01-22 Daniel Jacobowitz <drow@mvista.com>
17543
19ea9e73 17544 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
17545 gdb_test. Accept a list of expect arguments as the third
17546 parameter.
17547 (gdb_test): Use it.
17548
f2dd3617
EZ
175492003-01-20 Elena Zannoni <ezannoni@redhat.com>
17550
17551 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17552 allow for different test tree configurations. Update some
17553 tescases accordingly.
17554 * gdb.arch/altivec-regs.exp: Ditto.
17555 * gdb.asm/asm-source.exp: Ditto.
17556 * gdb.base/advance.exp: Ditto.
17557 * gdb.base/display.exp: Ditto.
d63a86f8 17558 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
17559 * gdb.base/mips_pro.exp: Ditto.
17560 * gdb.base/overlays.exp: Ditto.
17561 * gdb.base/relocate.exp: Ditto.
17562 * gdb.base/setshow.exp: Ditto.
17563 * gdb.base/step-line.exp: Ditto.
17564 * gdb.base/step-test.exp: Ditto.
17565 * gdb.base/until.exp: Ditto.
17566 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17567
c71cdefd
DC
175682003-01-17 David Carlton <carlton@math.stanford.edu>
17569
17570 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17571 corresponding to PR c++/945.
17572 Update copyright.
17573
fdba05d7
DC
175742003-01-17 David Carlton <carlton@math.stanford.edu>
17575
17576 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17577 corresponding to PR c++/68.
17578
175792003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
17580
17581 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17582 (test_paddr_hairy_functions): Call print_addr_2_kfail for
17583 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
17584
c362c33a
EZ
175852003-01-15 Elena Zannoni <ezannoni@redhat.com>
17586
0fbc361c
EZ
17587 * gdb.base/break.exp: Fix change of default location, because of
17588 removal of until tests.
17589 * gdb.base/help.exp: Update test for new 'until' help message.
17590 Add test for help on 'advance'.
a9c64011 17591 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 17592
dabf8a35
MK
175932003-01-15 Mark Kettenis <kettenis@gnu.org>
17594
17595 * gdb.base/default.exp: Adapt "info float" test for recent changes
17596 to that command. Add test for "info vector".
17597 * gdb.base/float.exp: New file. Add test for "info float" that
17598 resembles the old test in gdb.base/default.exp.
17599
a1769aca
DC
176002003-01-15 David Carlton <carlton@math.stanford.edu>
17601
17602 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17603
82025e13
EZ
176042003-01-15 Elena Zannoni <ezannoni@redhat.com>
17605
17606 * gdb.base/break.exp: Move the tests of until command from here...
17607 * gdb.base/until.exp: ... to here. New file. Add other tests.
17608 * gdb.base/advance.c: New file.
17609 * gdb.base/advance.exp: New file.
17610
8f9ab801
EZ
176112003-01-14 Elena Zannoni <ezannoni@redhat.com>
17612
a9c64011
AS
17613 * gdb.base/args.c: New file.
17614 * gdb.base/args.exp: New file.
8f9ab801 17615
9ae66589
DJ
176162003-01-14 Daniel Jacobowitz <drow@mvista.com>
17617
17618 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17619
8d77e5c3
DJ
176202003-01-14 Daniel Jacobowitz <drow@mvista.com>
17621
17622 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17623
12d2f0a1
DJ
176242003-01-14 Daniel Jacobowitz <drow@mvista.com>
17625
17626 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
17627 dates.
17628
6ca37014
DJ
176292003-01-13 Daniel Jacobowitz <drow@mvista.com>
17630
17631 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17632
b0023472
DJ
176332003-01-13 Daniel Jacobowitz <drow@mvista.com>
17634
17635 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17636 (ptype &*"foo").
17637 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17638
607fbc54 176392003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
17640
17641 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17642 * gdb.mi/mi1-console.exp: Likewise.
17643
607fbc54 176442003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
17645
17646 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17647 * gdb.mi/mi1-console.exp: Likewise.
17648
a1fb14a2
DJ
176492003-01-13 Daniel Jacobowitz <drow@mvista.com>
17650
17651 * gdb.c++/overload.exp: Remove some fixed XFAILs.
17652
c4cf40b7
DJ
176532003-01-09 Daniel Jacobowitz <drow@mvista.com>
17654
17655 * gdb.base/detach.exp: New test.
17656
696d5a5b
DJ
176572003-01-09 Daniel Jacobowitz <drow@mvista.com>
17658
17659 * Makefile.in (ALL_SUBDIRS): New variable.
17660 (subdirs, clean, distclean): Use it.
17661 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
17662 regenerating Makefile, since it is generated from the top level.
17663 * gdb.asm/Makefile.in: Likewise.
17664 * gdb.base/Makefile.in: Likewise.
17665 * gdb.c++/Makefile.in: Likewise.
17666 * gdb.disasm/Makefile.in: Likewise.
17667 * gdb.java/Makefile.in: Likewise.
17668 * gdb.mi/Makefile.in: Likewise.
17669 * gdb.threads/Makefile.in: Likewise.
17670 * gdb.trace/Makefile.in: Likewise.
17671
754533e4
DC
176722003-01-09 David Carlton <carlton@math.stanford.edu>
17673
17674 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17675 Add copyright year 2003.
17676
d8b3e9ee
MC
176772003-01-06 Michael Chastain <mec@shout.net>
17678
17679 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17680 When selecting a thread, 'line' and 'file' are optional.
17681 * gdb.mi/mi1-pthreads.exp: Likewise.
17682
8e9e0fe6
AS
176832003-01-06 Andreas Schwab <schwab@suse.de>
17684
17685 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17686 failures.
17687
b5ab8ff3
DJ
176882003-01-04 Daniel Jacobowitz <drow@mvista.com>
17689
17690 Fix PR gdb/844
17691 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17692 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17693
17694 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
17695 instead of calling gdb_suppress_entire_file.
17696 * gdb.threads/print-threads.exp: Likewise.
17697 * gdb.threads/schedlock.exp: Likewise.
17698
17699 * gdb.threads/killed.exp: Return instead of calling
17700 gdb_suppress_entire_file.
17701 * gdb.threads/linux-dp.exp: Likewise.
17702 * gdb.threads/pthreads.exp: Likewise.
17703
1e698235
DJ
177042003-01-04 Daniel Jacobowitz <drow@mvista.com>
17705
17706 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17707 stabs.
17708 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17709 * gdb.base/whatis.exp: Always allow (void) after function names.
17710
147ff08c
DJ
177112003-01-04 Daniel Jacobowitz <drow@mvista.com>
17712
17713 * gdb.c++/casts.exp: Correct regexp.
17714
dc62bfc2
MK
177152003-01-04 Mark Kettenis <kettenis@gnu.org>
17716
17717 * configure.in: Call AC_CONFIG_HEADER. Don't call
17718 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17719 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
17720 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
17721 aforementioned directories in the AC_OUPUT call.
17722 * config.hin: New file.
17723 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17724 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17725 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17726 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17727 pass -I$objdir instead of -I$objdir/$subdir in compilation.
17728 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17729 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17730 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17731 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17732 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17733 gdb.threads/configure.in, gdb.threads/configure,
17734 gdb.threads/config.in, gdb.trace/configure.in,
17735 gdb.trace/configure: Removed.
17736
77afa639
MC
177372003-01-03 Michael Chastain <mec@shout.net>
17738
17739 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17740 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17741
7634bb6e
DJ
177422003-01-03 Daniel Jacobowitz <drow@mvista.com>
17743
17744 * gdb.base/store.exp: Fix regular expressions.
17745
b39c905e
MK
177462002-12-28 Mark Kettenis <kettenis@gnu.org>
17747
17748 * configure.in: Rewrite.
17749 * configure: Regenerated.
17750
0a8551dd
DC
177512003-01-03 David Carlton <carlton@math.stanford.edu>
17752
17753 * gdb.base/psymtab.exp: New file.
17754 * gdb.base/psymtab1.c: Ditto.
17755 * gdb.base/psymtab2.c: Ditto.
17756
c60b7188
AF
177572002-12-23 Adam Fedor <fedor@gnu.org>
17758
17759 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17760
ee73db83
DC
177612002-12-23 David Carlton <carlton@math.stanford.edu>
17762
17763 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17764 and current_directory initialization.
17765
d6c1774e
JB
177662002-12-22 Jim Blandy <jimb@redhat.com>
17767
f0a847b8
JB
17768 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17769 rather than as part of the output file name.
17770
d6c1774e
JB
17771 * gdb.base/attach.exp: There's no need to copy the test program to
17772 /tmp; that was only ever necessary on HP/UX, and this test is
17773 entirely disabled there anyway.
17774
f0708dbb
JB
177752002-12-21 Jim Blandy <jimb@redhat.com>
17776
4c2acfea
JB
17777 * gdb.c++/psmang.exp: Doc fix.
17778
f0708dbb
JB
17779 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17780 test.
17781
9579e000
DC
177822002-12-20 David Carlton <carlton@math.stanford.edu>
17783
17784 * gdb.c++/annota2.exp: KFAIL annotate-quit.
17785
d1810171
MC
177862002-12-18 Michael Chastain <mec@shout.net>
17787
17788 * gdb.c++/annota2.exp: Add copyright year 2002.
17789
76565097
DC
177902002-12-17 David Carlton <carlton@math.stanford.edu>
17791
17792 * gdb.c++/try_catch.cc: Add marker comments.
17793 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17794 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17795 * gdb.c++/m-static.cc: Ditto.
17796 * gdb.c++/m-static1.cc: Ditto.
17797 * gdb.c++/try_catch.cc: Ditto.
17798
da81390b
JJ
177992002-12-16 Jeff Johnston <jjohnstn@redhat.com>
17800
17801 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17802 to see whether we are using the new -environment-directory
17803 command which resets via -r or the old version of the command
17804 which may prompt the user. Part of fix for gdb/741.
17805
b304d130
AC
178062002-12-13 Andrew Cagney <ac131313@redhat.com>
17807
17808 * gdb.fortran/types.exp: Update obsolete comment.
17809 * gdb.fortran/exprs.exp: Ditto.
17810 * lib/gdb.exp: Delete obsolete code.
17811 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17812 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17813 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17814 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17815 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17816 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17817 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17818 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17819 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17820 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17821 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17822 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17823 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17824 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17825 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17826 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17827 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17828 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17829 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17830 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17831 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17832 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17833 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17834 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17835 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17836 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17837 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17838 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17839 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17840 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17841 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17842 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17843 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17844 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17845 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17846 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17847 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17848
a23b6e6a
DC
178492002-12-11 David Carlton <carlton@math.stanford.edu>
17850
17851 * gdb.c++/m-data.exp: Add test for members that shadow global
17852 variables: see PR gdb/804.
17853 * gdb.c++/m-data.cc: Ditto.
17854
6604731b
DJ
178552002-12-10 Daniel Jacobowitz <drow@mvista.com>
17856
17857 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17858
de46ecd7
DC
178592002-12-06 David Carlton <carlton@math.stanford.edu>
17860
17861 * gdb.base/store.c: Don't declare functions static.
17862
27e829d0
AC
178632002-12-04 Andrew Cagney <ac131313@redhat.com>
17864
17865 * gdb.base/store.exp, gdb.base/store.c: New files.
17866
92806416
DJ
178672002-12-03 Daniel Jacobowitz <drow@mvista.com>
17868
17869 * gdb.base/selftest.exp: Update for current gdb.
17870
3bcbaac5
DJ
178712002-12-03 Daniel Jacobowitz <drow@mvista.com>
17872
17873 * gdb.base/maint.exp: Only dump symbols from one source file
17874 or objfile.
17875
f4f00b1f
DJ
178762002-12-03 Daniel Jacobowitz <drow@mvista.com>
17877
17878 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17879 function call.
17880
f1c8a949
JB
178812002-11-25 Jim Blandy <jimb@redhat.com>
17882
17883 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17884 function appearing in error message.
17885
9e297a97
DJ
178862002-11-21 Daniel Jacobowitz <drow@mvista.com>
17887
17888 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17889
1f312e79
JJ
178902002-11-08 Jeff Johnston <jjohnstn@redhat.com>
17891
d63a86f8
RM
17892 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17893 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
17894 should be in mi console format. This is part of fix for PR gdb/604.
17895
83c31e7d
FN
178962002-09-18 Fernando Nasser <fnasser@redhat.com>
17897
17898 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17899 which explicitly prints the zero offset as "+0".
17900
322b3f65
DJ
179012002-10-22 Daniel Jacobowitz <drow@mvista.com>
17902
17903 * gdb.threads/schedlock.c (args): Make unsigned.
17904
179052002-10-21 Daniel Jacobowitz <drow@mvista.com>
17906
17907 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
17908 numbers. Allow "foo2|selected stack frame".
17909 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17910 * gdb.asm/asmsrc2.s: Likewise.
17911 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
17912 comments.
17913 * gdb.asm/mips.inc: New file.
17914
5e2fe5b8
AF
179152002-10-18 Adam Fedor <fedor@gnu.org>
17916
17917 * gdb.base/default.exp: Update expected output to include 'ObjC'.
17918 * gdb.base/help.exp: Likewise.
17919
abe1a5d0
KB
179202002-10-17 Kevin Buettner <kevinb@redhat.com>
17921
17922 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17923 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17924
10abb1d4
JB
179252002-10-02 Jim Blandy <jimb@redhat.com>
17926
17927 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17928
1f609b42
AC
179292002-10-01 Andrew Cagney <ac131313@redhat.com>
17930
17931 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17932 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17933 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17934 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17935 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17936 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17937 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17938
0aee02e4
AC
179392002-09-29 Andrew Cagney <ac131313@redhat.com>
17940
17941 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17942 * mi0-disassemble.exp, mi0-eval.exp: Delete.
17943 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17944 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17945 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17946 * mi0-var-block.exp, mi0-var-child.exp: Delete.
17947 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 17948
6fde09ad
KB
179492002-09-27 Kevin Buettner <kevinb@redhat.com>
17950
17951 * gdb.base/annota1.exp (info break): Make directory components of
17952 path optional since not all compilers emit this debug information.
17953
889bf7c5
PA
17954 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17955 step ends up stepping out of the function instead of stopping on
17956 the epilogue.
6fde09ad 17957
9e8aab75
KS
179582002-09-26 Keith Seitz <keiths@redhat.com>
17959
17960 * lib/insight-support.exp (gdbtk_start): Figure out where
17961 the insight executable is based on where gdb is. Use this
17962 executable to start insight instead of gdb.
17963
e36180d7
AC
179642002-09-25 Andrew Cagney <cagney@redhat.com>
17965
17966 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17967
9dd34b2b
AC
179682002-09-24 Andrew Cagney <ac131313@redhat.com>
17969
17970 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17971 test_isolated_complaints.
17972 (test_empty_complaint): New function.
17973 (test_empty_complaints): New function. Check no output when no
17974 complaints.
d63a86f8 17975
dea97812
KB
179762002-09-19 Jim Blandy <jimb@redhat.com>
17977
a9c64011 17978 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 17979
54951bd7
AC
179802002-09-19 Andrew Cagney <ac131313@redhat.com>
17981
17982 * gdb.gdb/complaints.exp: New file.
17983
dec43320
AC
179842002-09-18 Andrew Cagney <ac131313@redhat.com>
17985
17986 * gdb.base/maint.exp: Check `help maint internal-warning'.
17987
e70d6e3f
DC
179882002-09-18 David Carlton <carlton@math.stanford.edu>
17989
17990 * gdb.c++/m-static.exp: Remove breakpoints depending on line
17991 numbers, and replace them by a single breakpoint after the
17992 constructors are all finished.
17993 Add test 4.
17994 * gdb.c++/m-static.cc: Add test 4.
17995 * gdb.c++/m-static.h: New file.
17996 * gdb.c++/m-static1.cc: New file.
17997
17998 * gdb.c++/printmethod.exp: New file.
17999 * gdb.c++/printmethod.cc: New file.
18000
18001 * gdb.c++/pr-574.exp: New file.
18002 * gdb.c++/pr-574.cc: New file.
18003
afb5c968
CV
180042002-09-18 Corinna Vinschen <vinschen@redhat.com>
18005
18006 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
18007 embedded targets which never actually exit.
18008
31e45dee
FN
180092002-09-18 Fernando Nasser <fnasser@redhat.com>
18010
18011 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
18012 "don't step after run" as unresolved or unsupported, instead of xfail.
18013
a283c5a1
CV
180142002-09-18 Corinna Vinschen <vinschen@redhat.com>
18015
18016 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
18017 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
18018 Add newline to expected string in "step out of main (status wrapper)"
18019 case.
18020
11350d2a
CV
180212002-09-18 Corinna Vinschen <vinschen@redhat.com>
18022
18023 * lib/gdb.exp (rerun_to_main): Allow restarting application.
18024 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
18025
0deec7d6
TT
180262002-09-17 Tom Tromey <tromey@redhat.com>
18027
18028 * gdb.base/printcmds.exp (test_print_string_constants): Expect
18029 \000, not \0, in double-quoted string.
18030
b2b4a1b5
CV
180312002-09-14 Corinna Vinschen <vinschen@redhat.com>
18032
c9d37158 18033 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
18034 string after running the commands execution on breakpoint tests.
18035
1c56143a
CV
180362002-09-13 Corinna Vinschen <vinschen@redhat.com>
18037
18038 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
18039
37f8da45
JB
180402002-09-12 Joel Brobecker <brobecker@gnat.com>
18041
18042 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
18043
08b468e0
KS
180442002-09-10 Keith Seitz <keiths@redhat.com>
18045
18046 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
18047 runto proc.
18048 (mi_run_to_main): Use mi_runto.
18049 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
18050
dc360f58
KS
180512002-09-10 Keith Seitz <keiths@redhat.com>
18052
18053 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
18054 regexp for stopping at main. Could have multiple event notifications.
18055 Don't assume that main was declared with no parameters.
18056 (mi_next): Use mi_step_to.
18057 (mi_step): Use mi_next_to.
18058
ce3abcfb
CV
180592002-09-09 Corinna Vinschen <vinschen@redhat.com>
18060
18061 * gdb.base/default.exp: Fix expected string in `info float' test.
18062
d1f5b980
BE
180632002-09-09 Ben Elliston <bje@redhat.com>
18064
18065 * config/mips.exp: Update comments.
18066 * config/mips-idt.exp: Likewise.
18067 * config/nind.exp: Likewise.
18068 * config/slite.exp: Likewise.
18069 * config/sparclet.exp: Likewise.
18070 * config/udi.exp: Likewise.
18071 * config/vx.exp: Likewise.
18072 * config/vxworks29k.exp: Likewise.
18073
2f71430b
JB
180742002-09-05 Jim Blandy <jimb@redhat.com>
18075
18076 * gdb.threads/killed.exp: Fix test failure message.
18077
7ddebc7e
KS
180782002-09-04 Keith Seitz <keiths@redhat.com>
18079
18080 * lib/mi-support.exp: Update copyright.
18081 (mi_gdb_test): Increase the priority of the expected pattern
18082 so that it matches gdb_test.
18083
0ae67eb3
KS
180842002-09-03 Keith Seitz <keiths@redhat.com>
18085
18086 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
18087 Use integer comparison instead of string comparison for testing
18088 whether binary was built.
18089
38fc42c8
JB
180902002-09-03 Jim Blandy <jimb@redhat.com>
18091
18092 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
18093
b6ff0e81
JB
180942002-08-29 Jim Blandy <jimb@redhat.com>
18095
18096 * gdb.threads/pthreads.exp: Move the portable thread compilation
18097 code into a function in lib/gdb.exp, and call that from here.
18098 * lib/gdb.exp (gdb_compile_pthreads): New function.
18099
07c98896
KS
181002002-08-29 Keith Seitz <keiths@redhat.com>
18101
18102 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
18103 expect_out so that callers can get at it.
18104
0312286c
DJ
181052002-08-23 Daniel Jacobowitz <drow@mvista.com>
18106
18107 * gdb.threads/print-threads.c: New file.
18108 * gdb.threads/print-threads.exp: New file.
18109 * gdb.threads/schedlock.c: New file.
18110 * gdb.threads/schedlock.exp: New file.
18111
dd039bc4
EZ
181122002-08-22 Elena Zannoni <ezannoni@redhat.com>
18113
a9c64011
AS
18114 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
18115 not altivec.c.
dd039bc4 18116
1f36144c
MK
181172002-08-17 Mark Kettenis <kettenis@gnu.org>
18118
18119 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
18120 targets. The problem should be fixed now.
18121
16057ec7 181222002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
18123
18124 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
18125 2002-07-24 change that removes final dots from error messages.
18126
3c1499ad
TT
181272002-08-13 Tom Tromey <tromey@redhat.com>
18128
18129 * gdb.base/readline.exp: New file.
18130
a20ce2c3
AC
181312002-08-01 Andrew Cagney <ac131313@redhat.com>
18132
18133 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
18134 supress message.
18135
db034ac5
AC
181362002-08-01 Andrew Cagney <cagney@redhat.com>
18137
18138 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
18139 CHILL_FOR_TARGET and CHILL_LIB.
18140 * configure.in (configdirs): Remove gdb.chill.
18141 * configure: Regenerate.
18142 * lib/gdb.exp: Obsolete references to chill.
18143 * gdb.fortran/types.exp: Ditto.
18144 * gdb.fortran/exprs.exp: Ditto.
18145
3e000b18
KB
181462002-07-30 Kevin Buettner <kevinb@redhat.com>
18147
18148 * gdb.base/shlib-call.exp (additional_flags): Conditionally
18149 set Irix-specific compile and link flags.
18150
28f4966b
KB
181512002-07-29 Kevin Buettner <kevinb@redhat.com>
18152
18153 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
18154 source files. The ``-o'' option doesn't work with the ``-E'' option
18155 when using the Irix compiler.
18156
46c0d5a6
DJ
181572002-07-19 Daniel Jacobowitz <drow@mvista.com>
18158
18159 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
18160 Improve support for reusing an exec file. Copy exec file
18161 to target, and run gdbserver on the target instead of on the host.
18162
eecf4bed
JB
181632002-07-18 Jim Blandy <jimb@redhat.com>
18164
0f815cdf
JB
18165 * gdb.base/ending-run.exp: Don't expect to see the program end in
18166 some orderly fashion when we're running on a real stand-alone
18167 board.
18168
eecf4bed
JB
18169 * gdb.base/interrupt.exp: Correct logic for skipping tests on
18170 targets that don't support interrupts.
18171
52d309e4
JB
181722002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
18173
18174 * gdb.base/attach.exp: Add patterns to match output from /proc-based
18175 systems.
18176 Move comments in expect statements to inside the actions, so that they
18177 don't get matched against.
18178
ff683d9e
MK
181792002-07-10 Mark Kettenis <kettenis@gnu.org>
18180
18181 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18182 function when asleep" test.
18183
b5356753
AC
181842002-07-10 Andrew Cagney <ac131313@redhat.com>
18185
18186 * gdb.base/page.exp: Rewrite to handle problems with very long
18187 `info set' output. Update copyright.
18188
6aa4d13a
AC
181892002-06-26 Andrew Cagney <ac131313@redhat.com>
18190
18191 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18192 gdb.threads-hp.
18193 * gdb.hp/configure: Regenerate.
18194 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18195 * gdb.hp/gdb.threads-hp/configure: Delete file.
18196 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18197
8cf8c2b8
AC
181982002-06-22 Andrew Cagney <ac131313@redhat.com>
18199
18200 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18201 setlocale, bindtextdomain and textdomain.
18202
6827a8f8
JB
182032002-06-11 Jim Blandy <jimb@redhat.com>
18204
919d772c
JB
18205 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18206 preprocessor macro information is present.
18207
6827a8f8
JB
18208 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18209 tests.
18210
c15b0d21
MS
182112002-06-06 Michael Snyder <msnyder@redhat.com>
18212
c5984d70
MS
18213 * gdb.base/overlays.exp: Record addresses of overlay
18214 functions in TCL variables rather than in GDB variables,
18215 to avoid having GDB convert them to pointers (with loss
18216 of information).
18217
d63a86f8 18218 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 18219 default linker script changes.
c15b0d21
MS
18220 * gdb.base/long_long.exp: Add check for sizeof (long double).
18221
be26fe0d
ML
182222002-06-06 Michal Ludvig <mludvig@suse.cz>
18223
18224 * gdb.asm/asm-source.exp: Add x86-64 target.
18225 * gdb.asm/x86_64.inc: New.
d63a86f8 18226
258093ca 182272002-05-30 Michael Chastain <mec@shout.net>
258093ca 18228
4b3153f1 18229 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
18230 * gdb.c++/m-static.cc: New file.
18231 * gdb.c++/m-static.exp: New file.
18232
241264c6
MS
182332002-05-28 Michael Snyder <msnyder@redhat.com>
18234
18235 * gdb.base/call-ar-st.exp: Allow for reduced floating point
18236 precision.
18237
9bba8c8f 182382002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 18239
4b3153f1 18240 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
18241 * gdb.c++/m-data.cc: New file.
18242 * gdb.c++/m-data.exp: New file.
18243
182442002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 18245
4b3153f1 18246 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 18247 * gdb.c++/try_catch.cc: New file.
d63a86f8 18248 * gdb.c++/try_catch.exp: New file.
9bba8c8f 18249
def1b996
MC
182502002-05-27 Michael Chastain <mec@shout.net>
18251
18252 * gdb.c++/local.exp: Accept more nested types in output.
18253
522ba268
MC
182542002-05-26 Michael Chastain <mec@shout.net>
18255
18256 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18257
277254ba
MS
182582002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
18259
18260 * lib/gdb.exp (gdb_wrapper_init): Just because
18261 gdb_wrapper_file exists, this does not mean that the file
18262 should not be rebuilt. That is what gdb_wrapper_initialized
18263 is for.
18264 (default_gdb_init): Reset gdb_wrapper_initialized.
18265
b61a8733
MS
182662002-05-23 Michael Snyder <msnyder@redhat.com>
18267
d63a86f8 18268 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
18269 the precision of the floating point test results.
18270 * gdb.base/call-rt-st.exp: Ditto.
18271
b61a8733
MS
18272 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18273 * gdb.base/call-rt-st.exp: Ditto.
18274
56f6e910
MC
182752002-05-19 Michael Chastain <mec@shout.net>
18276
18277 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18278
ad0b0016
EZ
182792002-05-19 Elena Zannoni <ezannoni@redhat.com>
18280
a9c64011
AS
18281 * configure.in (configdirs): Add gdb.arch.
18282 * configure: Regenerate.
ad0b0016 18283
f617d2b6
JB
182842002-05-17 Jim Blandy <jimb@redhat.com>
18285
18286 * gdb.base/completion.exp: Recognize the more detailed error
18287 messages produced by the macro expander's lexical analyzer.
18288
eac2a696
EZ
182892002-05-14 Elena Zannoni <ezannoni@redhat.com>
18290
a9c64011
AS
18291 * gdb.arch/altivec-abi.c: New file.
18292 * gdb.arch/altivec-abi.exp: New file.
18293 * gdb.arch/altivec-regs.c: New file.
18294 * gdb.arch/altivec-regs.exp: New file.
eac2a696 18295
2fdde8f8
DJ
182962002-05-14 Daniel Jacobowitz <drow@mvista.com>
18297
18298 * gdb.base/maint.exp (maint print type): Update for new type
18299 structure.
d63a86f8 18300
e31f1a7c
EZ
183012002-05-14 Elena Zannoni <ezannoni@redhat.com>
18302
18303 * gdb.arch: New directory.
18304 * gdb.arch/configure.in: New file.
18305 * gdb.arch/configure: New file.
18306 * gdb.arch/Makefile.in: New file.
18307
db589741
CV
183082002-05-13 Corinna Vinschen <vinschen@redhat.com>
18309
18310 * gdb.asm/asm-source.exp: Add v850 as supported target.
18311 * gdb.asm/v850.inc: New file.
18312
8ce2a7dc
DJ
183132002-05-13 Daniel Jacobowitz <drow@mvista.com>
18314
18315 * gdb.c++/annota2.exp (annotate-quit): Add comment.
18316
df763c7f
DJ
183172002-05-12 Daniel Jacobowitz <drow@mvista.com>
18318
18319 * gdb.base/break.exp: Check 'break "marker2"'.
18320
377daeed
MS
183212002-05-10 Michael Snyder <msnyder@redhat.com>
18322
18323 * gdb.base/long_long.exp: Fix typo.
18324
c4b7bc2b
JB
183252002-05-10 Jim Blandy <jimb@redhat.com>
18326
ecac9a4e
JB
18327 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
18328 a bug.
18329
c4b7bc2b
JB
18330 * gdb.base/printcmds.exp (test_integer_literals_rejected):
18331 Recognize more detailed error message produced by the macro
18332 expander's lexical analyzer.
18333 * lib/gdb.exp (test_print_reject): Same.
18334
e71019a1
MK
183352002-05-09 Mark Kettenis <kettenis@gnu.org>
18336
18337 * gdb.c++/method.exp: Fix typo.
18338
fedfc8e6
MS
183392002-05-08 Michael Snyder <msnyder@redhat.com>
18340
166a1957
MS
18341 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18342 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 18343 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
18344 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18345 Add iftarget clause for strongarm.
d63a86f8 18346
f1c47eb2
MS
183472002-05-06 Michael Snyder <msnyder@redhat.com>
18348
cb9a9d3e
MS
18349 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18350 (gdb_continue_to_end): Accept output from status wrapper.
18351 * gdb.base/ending-run.exp: Add case for output from status wrapper.
18352 Clean up fail messages to match pass messages.
18353
f1c47eb2
MS
18354 Enable the "needs_status_wrapper" testsuite feature.
18355 * lib/gdb.exp (gdb_wrapper_init): New procedure.
18356 (gdb_compile): Conditionally call gdb_wrapper_init.
18357 * gdb.base/a2-run.exp: Recognize output from status wrapper.
18358 * gdb.c++/method.exp: Recognize output from status wrapper.
18359
6079c749
BE
183602002-05-06 Ben Elliston <bje@redhat.com>
18361From Graydon Hoare <graydon@redhat.com>
18362
18363 * config/sid.exp: Include support for "rawsid" protocol.
18364
188baff3
JB
183652002-05-03 Jim Blandy <jimb@redhat.com>
18366
18367 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18368 * gdb.c++/hang3.C: New file.
18369
b9c07f0f
AC
183702002-05-04 Andrew Cagney <ac131313@redhat.com>
18371
18372 * gdb.base/default.exp: Remove obsolete code.
18373 * gdb.c++/misc.exp: Ditto. Update copyright.
18374 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
18375 * gdb.base/whatis.exp: Ditto. Update copyright.
18376 * gdb.base/scope.exp: Ditto. Update copyright.
18377 * gdb.base/ptype.exp: Ditto. Update copyright.
18378 * gdb.base/printcmds.exp: Ditto. Update copyright.
18379 * gdb.base/opaque.exp: Ditto. Update copyright.
18380 * gdb.base/list.exp: Ditto.
18381 * gdb.base/funcargs.exp: Ditto. Update copyright.
18382 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18383 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18384 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18385 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18386 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18387 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18388
5c7a0397
MS
183892002-05-02 Michael Snyder <msnyder@redhat.com>
18390
d6dcc264 18391 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
18392 * gdb.base/long_long.exp: Add xscale target.
18393 * gdb.base/default.exp: Add xscale target.
18394
eb7f1c48
JB
183952002-05-01 Jim Blandy <jimb@redhat.com>
18396
18397 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18398 gdb.c++/hang.exp: New test.
18399
a6befae8
FF
184002002-05-01 Fred Fish <fnf@redhat.com>
18401
18402 * gdb.base/completion.exp: Handle completions of "./Make" for
18403 more than one completion possibility, as is the case when we
18404 build and test in the source tree.
18405
0a310277
AG
184062002-04-29 Anthony Green <green@redhat.com>
18407
18408 * gdb.java/jmisc1.exp: New file.
18409 * gdb.java/jmisc2.exp: New file.
18410
6ff9af88
DJ
184112002-04-24 Daniel Jacobowitz <drow@mvista.com>
18412
18413 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18414
96b3d632
EZ
184152002-04-23 Elena Zannoni <ezannoni@redhat.com>
18416
18417 * gdb.base/help.exp: Change 'help status' to allow for target
18418 dependent output differences.
18419
5019bb54
MC
184202002-04-22 Michael Chastain <mec@shout.net>
18421
18422 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18423
a805a116
MC
184242002-04-22 Michael Chastain <mec@shout.net>
18425
18426 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18427
a1706bfd
DM
184282002-04-17 David S. Miller <davem@redhat.com>
18429
18430 * gdb.asm/sparc64.inc: New file.
18431 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18432
a73a20a2
EZ
184332002-04-19 Elena Zannoni <ezannoni@redhat.com>
18434
18435 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18436 instruction file directly into the build tree. Clean up at end of
18437 test.
18438
ba678339
DM
184392002-04-18 David S. Miller <davem@redhat.com>
18440
18441 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18442 handle 64-bit platforms correctly.
18443 * gdb.base/maint.exp: Likewise.
18444
b03399da
KB
184452002-04-18 Kevin Buettner <kevinb@redhat.com>
18446
18447 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18448 ``-fpic'' when compiling files comprising a shared library, but
18449 it does need additional linker flags in order to find shared
18450 libraries at run time.
18451
e2004992
KB
184522002-04-18 Kevin Buettner <kevinb@redhat.com>
18453
18454 * gdb.base/cvexpr.c (use): New function.
18455 (main): Invoke use() on all global variables to prevent
18456 some linkers from deleting these otherwise unused symbols.
18457
d8937120
MC
184582002-04-17 Michael Chastain <mec@shout.net>
18459From David S. Miller <davem@redhat.com>
18460
18461 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18462 handle 64-bit platforms correctly.
18463
ffd61a58
MS
184642002-04-12 Michael Snyder <msnyder@redhat.com>
18465From Jim Blandy <jimb@redhat.com>
a9c64011 18466 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
18467 script can handle this instead.
18468 * gdb.base/bar.c (barx): Same.
18469 * gdb.base/baz.c (bazx): Same.
18470 * gdb.base/grbx.c (grbxx): Same.
18471
18472 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18473 manager doesn't automatically unmap overlays unnecessarily.
18474
6b8426a6
MH
184752002-04-10 Martin M. Hunt <hunt@redhat.com>
18476
18477 * gdb.base/ending-run.exp: Fix pattern for Mips targets
18478 stepping out of main.
18479
34af4875
MC
184802002-04-09 Michael Chastain <mec@shout.net>
18481
18482 * gdb.c++/local.cc (main): Move call to marker1() inside nested
18483 scope so that the nested scope tests will make sense.
18484 * gdb.c++/local.exp: Write patterns that actually work with gcc
18485 (the HP patterns "were never known to work with gcc").
18486 Keep the old aCC patterns too.
18487
2d1676a0
DJ
184882002-04-09 Daniel Jacobowitz <drow@mvista.com>
18489
18490 * gdb.base/attach.exp: Correct target board test.
18491
3a63e3f9
MC
184922002-04-08 Michael Chastain <mec@shout.net>
18493
18494 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18495 in a const method. Add some xfail and fail cases for configurations
18496 that do not emit the "const ...".
18497
f18dabd2
MC
184982002-04-07 Michael Chastain <mec@shout.net>
18499
18500 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18501 Accept "A * const" and "const A * const" as type of "this".
18502 Fix spelling of getFunky throughout. Make messages uniform.
18503
0fcddd82
EZ
185042002-04-07 Elena Zannoni <ezannoni@redhat.com>
18505
a9c64011 18506 Work around for PR gdb/285:
0fcddd82
EZ
18507 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18508
16a8534a
EZ
185092002-04-07 Elena Zannoni <ezannoni@redhat.com>
18510
18511 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18512 instructions file at run time instead of configure time.
18513 Sometimes we run the test in a directory that is not the one we
18514 configured in.
18515 * gdb.asm/configure.in: Delete creation of symlink.
18516 * gdb.asm/configure: Regenerate.
18517
24181d81
JB
185182002-04-05 J. Brobecker <brobecker@gnat.com>
18519
18520 * gdb.gdb/xfullpath.exp: New test, to exercise the new
18521 xfullpath () function.
18522
7cdb7107
DJ
185232002-04-04 Daniel Jacobowitz <drow@mvista.com>
18524
18525 * gdb.asm/Makefile.in: Correct dependencies.
18526
18527 * gdb.asm/powerpc.inc: New file.
18528 * gdb.asm/asm-source.exp: Add PowerPC.
18529 * gdb.asm/configure.in: Likewise.
18530 * gdb.asm/configure: Regenerated.
18531
a7d17088
DJ
185322002-04-04 Daniel Jacobowitz <drow@mvista.com>
18533
18534 * gdb.base/relocate.exp: New file.
18535 * gdb.base/relocate.c: New file.
18536
cd721503
FF
185372002-04-04 Fred Fish <fnf@redhat.com>
18538
18539 * gdb.base/step-test.exp: Update comment regarding stopping in
18540 memcpy/bcopy calls inserted as part of the compiler runtime.
18541
b22ad7a7
MS
185422002-04-04 Michael Snyder <msnyder@redhat.com>
18543
18544 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18545
5f279fa6
DJ
185462002-04-03 Daniel Jacobowitz <drow@mvista.com>
18547
18548 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18549 (gdb_expect): Remove $notransfer hack.
18550
dd0fd3ce
DJ
185512002-04-02 Daniel Jacobowitz <drow@mvista.com>
18552
18553 * gdb.c++/classes.exp ("calling method for small class"): Match
18554 updated register output.
18555
1e50cda1
DJ
185562002-03-30 Daniel Jacobowitz <drow@mvista.com>
18557
18558 Fix PR gdb/452
18559 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18560 when finished. Make gdb_file_cmd send "exec-file" when
18561 appropriate.
18562
24015922
DJ
185632002-03-30 Daniel Jacobowitz <drow@mvista.com>
18564
18565 * gdb.base/attach.exp: Remove extra setup_xfail.
18566
dd7dfd64
MS
185672002-03-26 Michael Snyder <msnyder@redhat.com>
18568
18569 * gdb.base/default.exp: Add tests for dump, append, and restore.
18570 * gdb.base/help.exp: Add tests for dump, append, and restore.
18571 * gdb.base/dump.exp: New file, test dump, append and restore.
18572 * gdb.base/dump.c: New file.
18573
48b2f8d7
MS
185742002-03-27 Michael Snyder <msnyder@redhat.com>
18575
d63a86f8 18576 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
18577 clean-ups in help messages.
18578
05b4d525
FF
185792002-03-26 Fred Fish <fnf@redhat.com>
18580
18581 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18582 have debugging info for those functions and the compiler uses them
18583 internally to copy structs around.
18584
d7679631
FF
185852002-03-26 Fred Fish <fnf@redhat.com>
18586
18587 * gdb.base/list.exp: Revert the change made yesterday and add note
18588 about why we don't list the default lines for remote targets.
18589
523ac3f9
MS
185902002-03-25 Michael Snyder <msnyder@redhat.com>
18591
18592 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18593
754b2b8d
FF
185942002-03-25 Fred Fish <fnf@redhat.com>
18595
18596 * gdb.base/list.exp: This test works on remote targets so remove
18597 the short circuit for remote targets. Update copyright.
18598
33c3e192
FF
185992002-03-25 Fred Fish <fnf@redhat.com>
18600
18601 * gdb.base/attach.exp: Fix logic error that was suppressing this
18602 test for all non hppa*-*-hpux* targets, instead of the hp target.
18603 Move comments closer to the suppression point. Also now need to
18604 check that we are running natively.
18605
d43e73ee
MS
186062002-03-22 Michael Snyder <msnyder@redhat.com>
18607
882c8f02
MS
18608 * gdb.base/default.exp: Add test for gcore. Update copyright.
18609 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 18610
04c12f60
FF
186112002-03-06 Fred Fish <fnf@redhat.com>
18612
18613 * gdb.base/funcargs.c: Remove extraneous ';' character.
18614 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18615
b43df995
MC
186162002-03-04 Michael Chastain <mec@shout.net>
18617
18618 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18619 accommodate gcc v3 function signature.
18620 * gdb.mi/mi0-var-cmd-exp: Ditto.
18621
92362027
AC
186222002-02-24 Andrew Cagney <ac131313@redhat.com>
18623
18624 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18625 ``GNU/Linux'' or ``Linux kernel''
18626 * testsuite/gdb.threads/pthreads.c: Ditto.
18627
258ad32d
MC
186282002-02-24 Michael Chastain <mec@shout.net>
18629
18630 * gdb.threads/pthreads.c (thread1): Add a return statement.
18631 (thread2): Likewise.
18632 (foo): Likewise.
18633
04c3b3d4
MC
186342002-02-23 Michael Chastain <mec@shout.net>
18635
18636 * gdb.threads/linux-dp.c (philosopher): Add a return statement
18637 to placate gcc.
18638
5a2a0a20
MC
186392002-02-23 Michael Chastain <mec@shout.net>
18640
18641 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18642 test "ptype bint". The test passes on all my stabs configurations.
18643
a640f7fc
JB
186442002-02-21 Jim Blandy <jimb@redhat.com>
18645
27924826
JB
18646 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18647 filename at a time, and watch for the ones we want to see.
18648
a640f7fc
JB
18649 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18650 types of pointers to prototyped functions.
18651
edcc8c75
AC
186522002-02-20 Andrew Cagney <ac131313@redhat.com>
18653
18654 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
18655 signed, unsigned and straight char.
18656 (padding_char, padding_short, padding_int, padding_long,
18657 padding_long_long, padding_float, padding_double,
18658 padding_long_double): New global variables.
18659 (fill, fill_structs): New functions.
18660
18661 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
18662 for correctly sized writes. Update copyright.
18663 (get_valueof): New procedure.
18664 (get_sizeof): Call get_valueof.
18665 (check_valueof): New procedure.
18666 (check_padding): New procedure.
18667
ac57ea44
MC
186682002-02-20 Michael Chastain <mec@shout.net>
18669
18670 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18671 to setup_xfail. Document some of the remaining calls.
18672
7a10c941
MC
186732002-02-18 Michael Chastain <mec@shout.net>
18674
18675 * gdb.c++/userdef.exp: Update copyright year.
18676
fb8acdcc
DJ
186772002-02-18 Daniel Jacobowitz <drow@mvista.com>
18678
18679 * gdb.c++/userdef.exp: Test overloaded operators properly.
18680 Remove xfails.
18681
fda6ae12
MS
186822002-02-14 Michael Snyder <msnyder@redhat.com>
18683
18684 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18685
676a0442
DJ
186862002-02-14 Daniel Jacobowitz <drow@mvista.com>
18687
18688 * gdb.base/a2-run.exp: Check for a remote target properly.
18689 * gdb.base/annota1.exp: Likewise.
18690 * gdb.base/list.exp: Likewise.
18691 * gdb.base/reread.exp: Likewise.
18692 * gdb.base/scope.exp: Likewise.
18693 * gdb.base/shlib-call.exp: Likewise.
18694 * gdb.base/term.exp: Likewise.
18695 * gdb.c++/annota2.exp: Likewise.
18696
78b4f468
RE
186972002-02-13 Richard Earnshaw <rearnsha@arm.com>
18698
18699 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18700
9a81ba51
MC
187012002-02-10 Michael Chastain <mec@shout.net>
18702
18703 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18704 (call_after_alloca): Ditto.
18705
004af6c7
DJ
187062002-02-10 Daniel Jacobowitz <drow@mvista.com>
18707
18708 * gdb.base/ending-run.exp: Guard "cont" test with
18709 gdb_skip_stdio_test.
18710
37225f62
JB
187112002-02-06 Jim Blandy <jimb@redhat.com>
18712
18713 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18714 from here...
18715 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18716 To here. Disable this test on non-HP platforms. Add big comment.
18717
fe6fdd96
MS
187182002-02-04 Michael Snyder <msnyder@redhat.com>
18719
18720 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
18721 other than d10v and m32r.
18722
036fad3f
RE
187232002-02-02 Richard Earnshaw <rearnsha@arm.com>
18724
18725 * gdb.base/default.exp: Rewrite test patterns to reduce time
18726 taken to match them.
18727
7148ab62
DJ
187282002-01-30 Daniel Jacobowitz <drow@mvista.com>
18729
18730 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18731 Allow a start function above main.
18732 * gdb.threads/linux-dp.exp: Fix copyright date.
18733
396cc255
DJ
187342002-01-30 Daniel Jacobowitz <drow@mvista.com>
18735
a9c64011
AS
18736 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18737 (check_philosopher_stack): Check for manager thread before checking
18738 for a just-starting thread.
396cc255 18739
f038d31b
DJ
187402002-01-30 Daniel Jacobowitz <drow@mvista.com>
18741
18742 From Neil Booth <neil@daikokuya.demon.co.uk>:
18743 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18744 warnings.
18745
b3ff9d9a
FF
187462002-01-21 Fred Fish <fnf@redhat.com>
18747
18748 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18749 not caller.
18750
39ad761d
JB
187512002-01-21 Jim Blandy <jimb@redhat.com>
18752
18753 * gdb.base/reread.exp: Check that GDB properly re-reads the
18754 executable file when it changes while no inferior is running.
18755
aaf320fa
FF
187562002-01-21 Fred Fish <fnf@redhat.com>
18757
a9c64011
AS
18758 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18759 optionally accept the "shlib events" variation.
aaf320fa 18760
808a31f5
JB
187612002-01-21 Jim Blandy <jimb@redhat.com>
18762
18763 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18764 call `fflush' after every `printf', so that the output is produced
18765 at predictable points, regardless of whatever buffering does (or
18766 doesn't) take place.
18767 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18768 at different points.
18769
4420d5e2
DJ
187702002-01-20 Daniel Jacobowitz <drow@mvista.com>
18771
18772 * gdb.c++/inherit.exp: Update copyright years.
18773 * gdb.c++/method.exp: Likewise.
18774
3e36a0f4
DJ
187752002-01-20 Daniel Jacobowitz <drow@mvista.com>
18776
18777 * gdb.c++/classes.exp: Update for improved v3 support and skipping
18778 artificial methods/arguments.
18779 * gdb.c++/derivation.exp: Likewise.
18780 * gdb.c++/inherit.exp: Likewise.
18781 * gdb.c++/method.exp: Likewise.
18782 * gdb.c++/virtfunc.exp: Likewise.
18783
b4ceaee6
AC
187842002-01-18 Andrew Cagney <ac131313@redhat.com>
18785
18786 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18787 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18788 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18789 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18790 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18791 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18792
ecace851
JB
187932002-01-17 Jim Blandy <jimb@redhat.com>
18794
18795 * gdb.asm/asm-source.exp (info symbol): Take another shot at
18796 anchoring the pattern matching the entry point symbol's name.
18797
375fc983
AC
187982002-01-17 Andrew Cagney <ac131313@redhat.com>
18799
18800 * gdb.base/maint.exp: Update ``maint internal-error'' to match
18801 continue/quit query. Update copyright.
18802
fe6fdd96
MS
188032002-01-14 Michael Snyder <msnyder@redhat.com>
18804
18805 * gdb.base/gcore.exp: Remove extra debugging output.
18806
e017c81f
DJ
188072002-01-13 Daniel Jacobowitz <drow@mvista.com>
18808
18809 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18810 for slightly dubious v2 mangled string.
18811
37ab3bf8
DJ
188122002-01-13 Daniel Jacobowitz <drow@mvista.com>
18813
18814 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18815
1bc05c3a 188162002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 18817
1bc05c3a 18818 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 18819
1bc05c3a
JM
18820 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18821 constructors.
18822 * gdb.c++/derivation.exp: Likewise.
18823 * gdb.c++/templates.exp: Likewise.
18824 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 18825
1bc05c3a
JM
188262002-01-10 Michael Snyder <msnyder@redhat.com>
18827
18828 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 18829
a911c360
MS
188302002-01-08 Michael Snyder <msnyder@redhat.com>
18831
18832 * gdb.base/gcore.exp: New test for generate-core-file command.
18833 * gdb.base/gcore.c: Testcase for above.
18834 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18835
ea2119ec
JM
188362002-01-08 Jason Merrill <jason@redhat.com>
18837
18838 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18839
68203136
FF
188402002-01-07 Fred Fish <fnf@redhat.com>
18841
18842 * gdb.c++/overload.exp: Remove unconditional xfails for:
18843 print foo_instance1.overloadargs(1)
18844 print foo_instance1.overloadargs(1, 2)
18845 print foo_instance1.overloadargs(1, 2, 3)
18846 print foo_instance1.overloadargs(1, 2, 3, 4)
18847 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18848 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18849 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18850 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18851 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18852 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18853 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18854 print foo_instance1.overload1arg()
18855 print foo_instance1.overload1arg((char)arg2)
18856 print foo_instance1.overload1arg((signed char)arg3)
18857 print foo_instance1.overload1arg((unsigned char)arg4)
18858 print foo_instance1.overload1arg((int)arg7)
18859 print foo_instance1.overload1arg((unsigned int)arg8)
18860 print foo_instance1.overload1arg((float)arg11)
18861 print foo_instance1.overload1arg((double)arg12)
d63a86f8 18862
21b9b5b1
MS
188632002-01-07 Michael Snyder <msnyder@redhat.com>
18864
18865 * gdb.base/huge.exp: New test. Print a very large target data object.
18866 (skip_huge_test): New test variable. Define if you want to skip this
18867 test. The test reads an 8 megabyte data object from the target, so it
18868 might be very time consuming on remote targets with a slow connection.
18869 * gdb.base/huge.c: New file. Test case for above.
18870
725f922e
FF
188712002-01-07 Fred Fish <fnf@redhat.com>
18872
18873 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
18874 g_instance.bfoo, and g_instance.cfoo.
18875
889bf7c5 188762002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 18877
889bf7c5
PA
18878 * gdb.base/break.c (multi_line_if_conditional): New function.
18879 (multi_ilne_while_conditional): Likewise.
18880 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18881 IF or WHILE condition puts the breakpoint at the start of
18882 the condition.
f286b2c3 18883
634d57ec
JL
18884 * gdb.base/selftest.exp (backtrace through signal handler): Remove
18885 hppa*-*-hpux* expected failure.
18886 * gdb.base/structs.exp (do_function_calls): Similarly.
18887
18888 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18889 watchpoints.
18890
9fbfe2dc
AC
188912002-01-06 Andrew Cagney <ac131313@redhat.com>
18892
18893 Fix PR gdb/66.
18894 * gdb.base/structs.exp: Replace skip for a29k with skip for
18895 gdb,cannot_call_functions.
18896 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18897 * gdb.base/callfuncs.exp: Ditto.
18898 * gdb.base/call-rt-st.exp: Ditto.
18899 * gdb.base/call-strs.exp: Ditto.
18900 * gdb.base/callfwmall.exp: Ditto.
18901 * gdb.base/scope.exp: Obsolete xfail a29k.
18902 * gdb.c++/misc.exp: Ditto.
18903 * gdb.c++/cplusfuncs.exp: Ditto.
18904 * gdb.base/ptype.exp: Ditto.
18905 * gdb.base/printcmds.exp: Ditto.
18906 * gdb.base/opaque.exp: Ditto.
18907 * gdb.base/list.exp: Ditto.
18908 * gdb.base/funcargs.exp: Ditto.
18909 * gdb.base/default.exp: Ditto.
18910
8ddad156
MS
189112002-01-04 Michael Snyder <msnyder@redhat.com>
18912
ca4976a6 18913 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
18914 * gdb.base/maint.exp: Add tests for maint info sections options.
18915
1b074332
JL
18916Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
18917
18918 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18919
7d159115
CV
189202001-12-20 Corinna Vinschen <vinschen@redhat.com>
18921
18922 * gdb.asm/arm.inc: New file.
18923 * gdb.asm/asm-source.exp: Add arm targets.
18924 * gdb.asm/configure.in: Ditto.
18925 * gdb.asm/configure: Recreated from configure.in.
18926
8fb87725
JL
18927Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
18928
afabe08c
JL
18929 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18930 with HP's compiler.
18931 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18932 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18933 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18934 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18935
18936 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18937 either HP's compilers or GCC.
18938
db521deb
JL
18939 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18940 a SIGBUS or SIGSEGV.
18941
18942 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18943
18944 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18945 can be compiled with either HP's compiler or GCC.
18946
cfa88ab7
JL
18947 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18948 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18949 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18950
ca344dff
JL
18951 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18952 to match current gdb output. Update due to using auto-solib-limit
18953 for limiting instead of overloading auto-solib-add.
18954 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18955 test program.
18956
3f3c6e55 18957 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
18958 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18959 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18960 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18961 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18962 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18963 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18964 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18965 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18966 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18967 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18968 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18969 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 18970
8fb87725
JL
18971 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18972 a SIGTRAP to the inferior.
18973
cf599fa7
CV
189742001-12-19 Corinna Vinschen <vinschen@redhat.com>
18975
18976 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18977 Substitute call to target_link by call to gdb_compile.
18978
2cd045cd
JL
18979Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
18980
a9c64011
AS
18981 * gdb.base/break.exp: Fix HP specific search string when testing
18982 backtracing in a called function.
2cd045cd 18983
a9c64011
AS
18984 * gdb.base/constvars.exp: Only set lang to C++ if we're
18985 compiling the test with HP's compilers.
18986 * gdb.base/volatile.exp: Similarly.
2cd045cd 18987
99ebe9ac
JB
189882001-12-19 Jim Blandy <jimb@redhat.com>
18989
18990 * gdb.base/printcmds.exp: Expect the null character to be printed
18991 as '\0', and the '\013' to be printed as '\v'.
18992 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18993 * gdb.base/setvar.exp: Same.
18994
b9891b29
JB
189952001-12-17 Jim Blandy <jimb@redhat.com>
18996
0eba65ab
JB
18997 * gdb.base/completion.exp: Rather than completing very long
18998 filenames, which can make the readline library produce output we
18999 don't recognize, cd to the directory first, and then complete
19000 using nice, short relative paths.
19001
6970b5b1
JB
19002 * gdb.base/completion.exp: On some systems, there is, in fact, a
19003 variable named `b' in scope, since GDB treats all static
a9c64011
AS
19004 variables as being in scope. So use `no_var_named_this'
19005 instead of `b'.
6970b5b1 19006
b9891b29 19007 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 19008 can't find the core file's registers as a failure.
b9891b29 19009
e6ccd35f
JSC
190102001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
19011
a9c64011
AS
19012 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
19013 test expect string more specific.
e6ccd35f 19014
105ba819
CV
190152001-12-13 Corinna Vinschen <vinschen@redhat.com>
19016
19017 * gdb.asm/asm-source.exp: Add support for xstormy16.
19018 * gdb.asm/configure.in: Ditto.
19019 * gdb.asm/configure: Rebuild.
19020 * gdb.asm/xstormy16.inc: New file.
19021
e9e79dd9
FF
190222001-12-10 Fred Fish <fnf@redhat.com>
19023
19024 * gdb.base/maint.exp: Update to match changes in type dumping code.
19025
347dc97d
JB
190262001-12-10 Jim Blandy <jimb@redhat.com>
19027
19028 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
19029 matching the entry point symbol's name at the beginning of the
19030 line.
347dc97d 19031
5178b9d6
DJ
190322001-12-07 Daniel Jacobowitz <drow@mvista.com>
19033
19034 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
19035 gdb.c++/inherit.exp, gdb.c++/method.exp,
19036 gdb.c++/namespace.exp, gdb.c++/templates.exp,
19037 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
19038 and class layout support.
19039
af890c52
DJ
190402001-12-07 Daniel Jacobowitz <drow@mvista.com>
19041
19042 * gdb.c++/classes.exp: Add test for static member function.
19043 * gdb.c++/misc.cc: Add class with static member function.
19044
7a345fb3
JB
190452001-12-07 Jim Blandy <jimb@redhat.com>
19046
f2e54a80 19047 If GDB says it can't find the struct the function returned, report
8032bf31
JB
19048 those tests as `unsupported'.
19049 * gdb.base/call-rt-st.exp (print_struct_call): New function.
19050 Rewrite subsequent tests to use it.
19051
19052 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
19053 those tests as `unsupported'.
19054 * gdb.base/structs.exp (call_struct_func): New function.
19055 (do_function_calls): Use call_struct_func to call the functions
19056 returning structs.
19057
0bc69509
JB
19058 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
19059 whether functions are prototyped or not, so we can't possibly pass
19060 arguments to t_float_values2 properly.
19061
7a345fb3
JB
19062 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
19063 value of `timeout' for targets other than the mips*tx39-*.
19064
edb6ede1
MS
190652001-12-06 Michael Snyder <msnyder@redhat.com>
19066
d63a86f8 19067 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
19068 and detect whether the start symbol has a leading underscore.
19069
2d842f13
JB
190702001-12-04 Jim Blandy <jimb@redhat.com>
19071
19072 * gdb.base/completion.exp: Clarify indentation.
19073
68550daf
JB
190742001-12-03 Jim Blandy <jimb@redhat.com>
19075
19076 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
19077 variables on the S/390, not `.word'.
19078
cd5195a8
JB
190792001-11-30 Jim Blandy <jimb@redhat.com>
19080
19081 Add assembly-source tests for s390-ibm-linux.
19082 * gdb.asm/s390.inc: New file.
19083 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
19084 the S/390 architecture.
a9c64011 19085 * gdb.asm/configure: Regenerated.
cd5195a8 19086
ca9efc90
MS
190872001-11-30 Michael Snyder <msnyder@redhat.com>
19088
19089 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
19090 next, info source, info sources, info line, global and static
19091 variables, and static functions.
19092 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
19093 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
19094 * gdb.asm/asmsrc1.s: Add a static function and some variables.
19095 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
19096 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
19097 (gdbasm_leave): Restore frame pointer.
19098 (gdbasm_startup): Copy stack set-up from crt0.S.
19099
d0e66976
FN
191002001-11-26 Fernando Nasser <fnasser@redhat.com>
19101
19102 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
19103 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
19104 to a local (non-static) variable. Copy tstruct.a to a static buffer
19105 and return a pointer to that buffer.
19106 * gdb.base/callfwmall.c (t_structs_a): Ditto.
19107
e2334072
MK
191082001-11-24 Mark Kettenis <kettenis@gnu.org>
19109
19110 * gdb.asm/configure.in: Fix recognition of ix86 target.
19111 * gdb.asm/configure: Regenerate.
19112
756caa3d
MS
191132001-11-21 Michael Snyder <msnyder@redhat.com>
19114
19115 * gdb.asm/sparc.inc: New file.
19116 * gdb.asm/asm-source.exp: Recognize sparc target.
19117 * gdb.asm/configure.in: Recognize sparc target.
19118 * gdb.asm/configure: Regenerate.
d63a86f8 19119
9a4d72d5
MS
191202001-11-21 Michael Snyder <msnyder@redhat.com>
19121
19122 * gdb.asm/m32r.inc: New file.
19123 * gdb.asm/asm-source.exp: Recognize m32r target.
19124 * gdb.asm/configure.in: Recognize m32r target.
19125 * gdb.asm/configure: Regenerate.
19126
a773d1cd
MS
191272001-11-20 Michael Snyder <msnyder@redhat.com>
19128
017ac23d
MS
19129 * gdb.asm/i386.inc: New file.
19130 * gdb.asm/asm-source.exp: Recognize ix86 target.
19131 * gdb.asm/configure.in: Recognize ix86 target.
19132 * gdb.asm/configure: Regenerate.
19133
a773d1cd
MS
19134 * gdb.c++/namespace.exp: Fix quotes in output messages.
19135
bb632afb
MS
191362001-11-14 Michael Snyder <msnyder@redhat.com>
19137
25d559ca 19138 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
19139 qualifier in a type cast expression, to designate an address
19140 in the instruction space (Harvard architecture).
19141
4749e309
MS
191422001-11-13 Michael Snyder <msnyder@redhat.com>
19143
19144 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
19145 Tests for expressions using 'const' and 'volatile'.
19146
25050984
CV
191472001-11-13 Corinna Vinschen <vinschen@redhat.com>
19148
19149 * gdb.asm/asm-sources.exp: Allow defining linker flags.
19150
1902c51f
DJ
191512001-11-12 Daniel Jacobowitz <drow@mvista.com>
19152
19153 * lib/mi-support.exp (mi_run_to_helper): Move comments
19154 outside of gdb_expect.
19155
dcf95b47
DJ
191562001-11-11 Daniel Jacobowitz <drow@mvista.com>
19157
19158 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
19159 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
19160 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
19161 mi0_run_to): New functions.
19162 * gdb.mi/mi-simplerun.exp: Use them.
19163 * gdb.mi/mi0-simplerun.exp: Likewise.
19164 * gdb.mi/mi-var-cmd.exp: Likewise.
19165 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 19166
45b074e1
AC
191672001-11-10 Andrew Cagney <ac131313@redhat.com>
19168
19169 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
19170 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
19171
bf50d346
AC
191722001-11-09 Andrew Cagney <ac131313@redhat.com>
19173
19174 * gdb.base/restore.exp: Include $expected value in restored test
19175 message.
19176
9383332c
AC
191772001-11-09 Andrew Cagney <ac131313@redhat.com>
19178
19179 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19180 implemented.
19181
db62520a
MS
191822001-11-08 Michael Snyder <msnyder@redhat.com>
19183
19184 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19185 Add pass/fail message for stop at breakpoint in call dummy function.
19186
b5703437
MS
191872001-11-07 Michael Snyder <msnyder@redhat.com>
19188
d63a86f8
RM
19189 * gdb.c++/templates.exp (test_template_breakpoints):
19190 If we get an overload menu, but it does not match what
760f6330 19191 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
19192 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19193 making the whitespace optional. Argument for "new" may be
19194 "unsigned" as well as "unsigned int/long".
d63a86f8 19195 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
19196 making the whitespace optional. Also replace "(void) with
19197 "((void|)), making the keyword "void" optional.
d63a86f8 19198 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
19199 making the whitespace optional. Also replace "(void) with
19200 "((void|)), making the keyword "void" optional.
3bf40917
MS
19201 * gdb.base/callfuncs.c (t_float_values): This function must
19202 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 19203 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
19204 can be tested against both cases. Usually one case involves
19205 promotion of float to double, while the other does not.
19206 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
19207 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19208 includes a stack frame for "start".
19209
c8ab4e6d
JB
192102001-11-05 Jim Blandy <jimb@redhat.com>
19211
19212 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
19213 pointers are 32 bits long, and that offsets of relocs are always
19214 stored in the data (REL-style), and not in the reloc entry itself
19215 (RELA-style).
19216 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19217 stabs.
19218
3f08ced9
MS
192192001-11-01 Michael Snyder <msnyder@redhat.com>
19220
19221 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19222 and regular expression operators by using quoting.
19223
cbfa24cd
MS
192242001-10-31 Michael Snyder <msnyder@redhat.com>
19225
19226 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19227 depending on what the symbol table contains.
19228 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19229 the output of the ptype command. Similarly, accept both "const &"
19230 and "const&".
19231
aaa68313
CV
192322001-10-31 Corinna Vinschen <vinschen@redhat.com>
19233
19234 * gdb.base/miscexprs.c (main): Add usage of preprocessor
19235 symbol `STORAGE' to allow to choose the storage class of
19236 the local datastructures.
19237 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19238 compiler directive.
19239
91740388
MS
192402001-10-30 Michael Snyder <msnyder@redhat.com>
19241
19242 * gdb.base/jump.exp: Allow it to run for all targets.
19243
1b7c05e7
CV
192442001-10-29 Corinna Vinschen <vinschen@redhat.com>
19245
19246 * gdb.base/call-ar-st.c (print_double_array): Match for loop
19247 with new double_array size.
19248 (main): Change storage class of all local variables to static.
19249 Reduce size of double_array to 9.
19250 * gdb.base/call-ar-st.exp: Increase timeout value.
19251 Change expected output for double array to match new size in
19252 call-ar-st.c.
19253
36a22261
CV
192542001-10-29 Corinna Vinschen <vinschen@redhat.com>
19255
19256 * gdb.base/ending-run.exp: Create identical output when passing
19257 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 19258 Stormy16 target.
36a22261 19259
92b8ae91
MK
192602001-10-28 Mark Kettenis <kettenis@gnu.org>
19261
19262 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19263 that we catch the expected failure under Linux/x86.
19264
cb135b83
OF
192652001-10-29 Orjan Friberg <orjanf@axis.com>
19266
19267 * gdb.base/setvar.exp: Escape curly braces.
19268 * gdb.stabs/weird.exp: Ditto.
19269
6884aa54
DJ
192702001-10-27 Daniel Jacobowitz <drow@mvista.com>
19271
19272 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19273 * gdm.mi/mi0-hack-cli.exp: Likewise.
19274
0398c9aa
AC
192752001-10-25 Andrew Cagney <ac131313@redhat.com>
19276
19277 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19278 messages.
19279
d20bf2e8
AC
192802001-10-21 Andrew Cagney <ac131313@redhat.com>
19281
19282 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19283 checking MI enabled.
19284
03dd63aa
CV
192852001-10-09 Corinna Vinschen <vinschen@redhat.com>
19286
19287 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19288
1d9d99f3
FCE
192892001-10-04 Frank Ch. Eigler <fche@redhat.com>
19290
19291 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19292 if gdb child process crashes, just signal an error.
19293
838ae6c4
JB
192942001-10-02 Jim Blandy <jimb@redhat.com>
19295
19296 * lib/gdb.exp (test_xfail_format): Simplify.
19297
19298 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19299 front of the variable name `format'. Simplify `if'.
19300
8f0cbc1c
DJ
193012001-10-01 Daniel Jacobowitz <drow@mvista.com>
19302
19303 * gdb.threads/pthreads.exp: Wait for output and delay
19304 before sending ^C.
19305
1f08dafd
DJ
193062001-10-01 Daniel Jacobowitz <drow@mvista.com>
19307
19308 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
19309 some incorrect output instead of timing out.
19310 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
19311
674f90ff
CV
193122001-09-28 Corinna Vinschen <vinschen@redhat.com>
19313
19314 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19315 check to allow additional `int'.
19316
9b284272
DJ
193172001-09-27 Daniel Jacobowitz <drow@mvista.com>
19318
19319 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19320 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19321
b55a4771
MS
193222001-09-27 Michael Snyder <msnyder@redhat.com>
19323
19324 * lib/gdb.exp (test_debug_format): New proc.
19325 (setup_xfail_format): Use new proc test_debug_format.
19326 * gdb.base/constvars.exp (local_compiler_xfail_check): New
19327 proc; use new service proc test_debug_format.
19328 Replace all other "gcc_compiled" tests with this test.
19329 * gdb.base/volatile.exp (local_compiler_xfail_check): New
19330 proc; use new service proc test_debug_format.
19331 Replace all other "gcc_compiled" tests with this test.
19332
193332001-09-27 Michael Snyder <msnyder@redhat.com>
19334
19335 * gdb.base/cvexpr.exp: New file.
19336 * gdb.base/cvexpr.c: New file
19337 Test for expressions using const and volatile keywords.
19338
4e6667ac
CV
193392001-09-26 Corinna Vinschen <vinschen@redhat.com>
19340
19341 * gdb.base/constvars.exp: Check for different orders of keywords
19342 and additional "int" strings in output.
19343
4f337972
AC
193442001-09-22 Andrew Cagney <ac131313@redhat.com>
19345
19346 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19347 responses from "help maint".
19348
2015650d
FCE
193492001-09-19 Frank Ch. Eigler <fche@redhat.com>
19350
19351 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19352 to localhost:NNN instead of :NNN, in case Xvfb is listening
19353 only on TCP.
19354
f3bcedc1
CV
193552001-09-19 Corinna Vinschen <vinschen@redhat.com>
19356
19357 * gdb.base/recurse.exp: When checking leaving the watchpoint
19358 scope, recognize when gdb is in function's epilogue and pass.
19359
6b819c92
KS
193602001-09-18 Keith Seitz <keiths@redhat.com>
19361
19362 * lib/insight-support.exp (_gdbtk_export_target_info): Add
19363 support for running tests against sid targets.
19364 (gdbtk_done): Ditto.
19365
a10c9419
CV
193662001-09-18 Corinna Vinschen <vinschen@redhat.com>
19367
19368 * gdb.base/ending-run.c (main): Set stdout buffersize
19369 to the same reasonable value for any target.
19370 * gdb.base/ending-run.exp: Add a regular expression
19371 to make testsuite happy on Sanyo Stormy16 target.
19372
739d0d99
CV
193732001-09-17 Corinna Vinschen <vinschen@redhat.com>
19374
19375 * gdb.base/display.c (do_loops): Add float variable `f'.
19376 Increment f in loop.
19377 * gdb.base/display.exp: Increment timeout by 60 seconds.
19378 Change float display test to use variable `f'.
19379
1b8947f0
JB
193802001-09-17 Jim Blandy <jimb@redhat.com>
19381
19382 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19383 overflowing the limited breakpoint tables on some ROM monitors
19384 (like the ROM68K).
19385
9890ac81
FCE
193862001-09-15 Frank Ch. Eigler <fche@redhat.com>
19387
19388 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19389 the "-ac" (disable access control) flag.
19390
6db765ea
JH
193912001-08-30 Jeff Holcomb <jeffh@redhat.com>
19392
19393 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19394 ints.
19395
4c32cc04
KS
193962001-08-30 Keith Seitz <keiths@redhat.com>
19397
19398 * lib/gdb.exp: Move all insight-related functionality into
19399 separate file.
19400 * lib/insight-support.exp: New file.
19401
8d6e6f81
FCE
194022001-08-29 Frank Ch. Eigler <fche@redhat.com>
19403
19404 * config/sid.exp (sid_start): Never set sid verbosity; disable
19405 expect_background {} that consumed its stdout; tolerate </dev/null.
19406 Attempt to set endianness override in "sid" protocol mode. Cleanup.
19407
6a90e1d0
AC
194082001-08-18 Andrew Cagney <ac131313@redhat.com>
19409
19410 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19411 CLI jump command to start it.
19412 (mi_run_to_main): Fail immediatly when unexpected output.
19413
1759b3c3
AC
194142001-08-18 Andrew Cagney <ac131313@redhat.com>
19415
19416 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19417 beginning of function. Fix PR gdb/191.
19418
61d11d80
FCE
194192001-08-16 Frank Ch. Eigler <fche@redhat.com>
19420
19421 * config/sid.exp (sid_start): Don't warn if we cannot figure out
19422 what to force sid endianness to.
19423
942a4df2
KS
194242001-08-15 Keith Seitz <keiths@redhat.com>
19425
19426 * lib/gdb.exp (gdbtk_start): Don't set environment
19427 variables for TCL_LIBRARY and friends. Insight will
19428 now figure these out for itself.
19429
0521c418
MS
194302001-08-02 Michael Snyder <msnyder@redhat.com>
19431
19432 * gdb.base/completion.exp: Remove the symbol "a64l" from
19433 the expect string; this is target-specific, and not related
19434 to what is being tested.
19435
74a9a58a
DB
194362001-08-02 Dave Brolley <brolley@redhat.com>
19437
19438 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19439
c70819fa
MS
194402001-07-25 Michael Snyder <msnyder@redhat.com>
19441
c2b8fa57
MS
19442 * gdb.base/consecutive.exp: New file. Test stepping over
19443 breakpoints on consecutive instructions.
19444 * gdb.base/consecutive.c: New file.
19445
c70819fa
MS
19446 * gdb.base/call-rt-st.exp: Use double-backslash to quote
19447 curly braces in regular expressions.
19448
2b1a1355
MS
194492001-07-25 Michael Snyder <msnyder@redhat.com>
19450
19451 * gdb.base/ending-run.exp: Accept "Program exited normally" as
19452 legitimate output from stepping out of main.
19453
413eca6f
KS
194542001-07-22 Keith Seitz <keiths@redhat.com>
19455
19456 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19457 the empty string, do not run the tests.
19458
7e5a9322
SC
194592001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19460
19461 * gdb.base/long_long.exp: Detect size of pointer. Take into
19462 account 2-byte pointers when testing for p/a results.
19463
de58f10f
SC
194642001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19465
d63a86f8 19466 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
19467 and defined to 1K for m68hc11.
19468 (random_data): Reduce table to 1K for embedded platforms (68hc11).
19469 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19470 (sizeof_random_data): New variable to tell the size of the data table;
19471 don't test past this size; always run to main.
19472
d6f5fea1
SC
194732001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19474
19475 * gdb.base/return2.exp: return of long long and double fails for
19476 68HC11; don't execute these tests on that platform.
19477 * gdb.base/return.exp: Return of a double fails for 68hc11.
19478
c477543d
SC
194792001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19480
19481 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19482 tests that print a float.
19483 * call-rt-st.exp: Likewise.
19484
63cf1c79
MK
194852001-07-12 Mark Kettenis <kettenis@gnu.org>
19486
19487 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19488 running this test on Linux.
19489
112f9ab5
MC
194902001-06-24 Michael Chastain <chastain@redhat.com>
19491
19492 * gdb.base/arithmet.exp: Remove some tests to make all test names
19493 unique.
19494
4970cb0f
MS
194952001-07-03 Michael Snyder <msnyder@redhat.com>
19496
19497 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19498 the output of the ptype command.
19499
d85da69f
MS
195002001-07-02 Michael Snyder <msnyder@redhat.com>
19501
4c8a82de
MS
19502 * gdb.base/completion.exp: Don't assume that break.c is the only
19503 source file that may contain functions named "marker".
d85da69f
MS
19504 * gdb.base/corefile.exp: Quote the curly braces in regexp.
19505
8afc772b
AC
195062001-06-28 Andrew Cagney <ac131313@redhat.com>
19507
19508 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19509 of files to delete.
19510
19511 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19512 * gdb.disasm/h8300s.exp: New file.
19513 gdb.disasm/h8300s.s: Likewise.
19514
cff22675
AC
195152001-06-27 Andrew Cagney <ac131313@redhat.com>
19516
19517 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19518 empty breakpoint tables.
19519
68c81b54
AC
195202001-06-25 Andrew Cagney <ac131313@redhat.com>
19521
19522 * lib/mi-support.exp: Update args=... part of stop-reason
19523 patterns. Accept either a list or a tuple.
19524
2dd62704
AC
195252001-06-23 Andrew Cagney <ac131313@redhat.com>
19526
19527 * lib/mi-support.exp: Remove local emacs variable defining
19528 change-log-default-name.
19529
b4127474
MC
195302001-06-22 Michael Chastain <chastain@redhat.com>
19531
19532 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19533 This is operationally compatible with the previous version.
19534
8dbfb380
JB
195352001-06-13 Jim Blandy <jimb@redhat.com>
19536
19537 * lib/gdb.exp (gdb_test): Doc fix.
19538
f2d8c86d
MC
195392001-06-10 Michael Chastain <chastain@redhat.com>
19540
19541 * gdb.base/exprs.exp: Remove a duplicate test.
19542
81564d34
JB
195432001-06-06 Jim Blandy <jimb@redhat.com>
19544
19545 * gdb.base/return2.exp (main): Use values to test float and double
19546 returns that are not NaN's, to avoid being confused by IEEE
19547 comparison rules.
19548
da55addb
MS
195492001-06-04 Michael Snyder <msnyder@redhat.com>
19550
19551 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 19552 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
19553 rather than wait for 12 more tests to time out.
19554
42c65987
JB
195552001-06-06 Jim Blandy <jimb@redhat.com>
19556
b18bced9 19557 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 19558 Don't forget to match the GDB prompt.
b18bced9 19559
42c65987
JB
19560 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19561
5b41e5f0
JB
195622001-06-04 Jim Blandy <jimb@redhat.com>
19563
19564 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19565 command.
19566
015e046f
KB
195672001-05-31 Kevin Buettner <kevinb@redhat.com>
19568
19569 * gdb.base/annota1.exp (info break): Match four or more spaces
19570 after "Address".
19571
fb1ffbbe
MC
195722001-05-31 Michael Chastain <chastain@redhat.com>
19573
19574 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19575 (dm_type_int_star): Likewise.
19576 (dm_type_long_star): Likewise.
19577 (dm_type_void_star): Likewise.
19578
5ea2a32c
KB
195792001-05-29 Kevin Buettner <kevinb@redhat.com>
19580
19581 * gdb.base/completion.exp (INPUTRC): Set this environment variable
19582 to a known value in order to get consistent results regardless
19583 of the setting of INPUTRC or the presence or contents of .inputrc.
19584
ae23c492
MS
195852001-05-24 Michael Snyder <msnyder@redhat.com>
19586
ac55707e
MS
19587 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19588 Don't require that the main thread and the manager thread are the
19589 first in the list.
19590
ae23c492
MS
19591 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19592 debugging. If test fails, issue an "unsupported" not a "fail".
19593
400071f1
JB
195942001-05-24 Jim Blandy <jimb@redhat.com>
19595
19596 Don't assume that short is shorter than int.
19597 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19598 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 19599 this isn't true.
400071f1
JB
19600 ("print unsigned char == (~0)"): Add test that verifies that ~0,
19601 an int, is not equal to ~0 stored in an unsigned char. This tests
19602 the same thing that the previous test meant to, but works on
19603 16-bit machines, too.
19604 ("print unsigned char != (~0)"): Same test, complemented.
19605
0816a3e5
MS
196062001-05-24 Michael Snyder <msnyder@redhat.com>
19607
19608 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 19609 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
19610 and prevents dejagnu getting out of step.
19611
f6dc23a9
KB
196122001-05-23 Kevin Buettner <kevinb@redhat.com>
19613
19614 * gdb.base/finish.exp (finish_void): Revise pattern for
19615 stopping on the call statement to not permit stopping at
19616 the start of the instructions comprising the call sequence.
19617
7dbd117d
MC
196182001-05-19 Michael Chastain <chastain@redhat.com>
19619
19620 * gdb.base/callfuncs.exp: Make all test names unique.
19621 * gdb.base/commands.exp: Make all test names unique.
19622 * gdb.base/condbreak.exp: Make all test names unique.
19623 * gdb.base/dbx.exp: Make all test names unique.
19624 * gdb.base/default.exp: Make all test names unique.
19625 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
19626 and TIMEOUT messages to their corresponding PASS message.
19627 * gdb.base/ending-run.exp: Make all test names unique.
19628 * gdb.base/long_long.exp: Remove duplicate test.
19629
6b0b0a9e
KB
196302001-05-21 Kevin Buettner <kevinb@redhat.com>
19631
19632 * gdb.base/finish.exp (finish_void): Allow "finish" command to
19633 stop on the call statement as well as the statement after the
19634 call.
19635
2caa35cb
MS
196362001-05-21 Michael Snyder <msnyder@redhat.com>
19637
19638 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19639
40713331
EZ
196402001-05-10 Elena Zannoni <ezannoni@redhat.com>
19641
a9c64011
AS
19642 * gdb.base/completion.exp: Revamp test. Make it execute on all
19643 platforms.
40713331 19644
c2c1be8d
EZ
196452001-05-10 Elena Zannoni <ezannoni@redhat.com>
19646
a9c64011
AS
19647 * config/gdbserver.exp (gdb_load): Handle the case
19648 in which the arguments to gdbserver are given in the
19649 baseboard configuration file.
19650 Also handle the case in which the server needs to do a
19651 load.
2c9cd303 19652
9671de48
KS
196532001-05-07 Keith Seitz <keiths@cygnus.com>
19654
a9c64011
AS
19655 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19656 set up the display for testing.
19657 (gdbtk_start): Convert all paths to paths that tcl will like.
19658 Export target information to environment.
19659 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19660 necessary.
19661 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19662 (to_tcl_path): New proc to convert a given pathname into
19663 a path acceptible as an argument to a tcl command.
19664 (_gdbtk_export_target_info): New proc to export target info
19665 into the environment for gdbtk testing.
19666 (gdbtk_done): New proc to signal end-of-test.
9671de48 19667
5a360f47
JB
196682001-05-06 Jim Blandy <jimb@redhat.com>
19669
19670 * restore.c: Make the code of caller0 correspond to its comment.
19671
66c756c6
MS
196722001-05-03 Michael Snyder <msnyder@redhat.com>
19673
19674 * config/sid.exp (gdb_target_sid): Check for error messages.
19675 On error or timeout, don't make expect exit (which will terminate
19676 all subsequent tests); instead just make gdb exit.
d63a86f8 19677 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
19678 return a negative value.
19679
a966fde5
JB
196802001-04-24 Jim Blandy <jimb@redhat.com>
19681
851c18e0
JB
19682 * gdb.c++/templates.exp: If we see the prompt for the overload
19683 list, but we haven't recognized any of the longer patterns,
19684 arrange for this test to fail, not hang.
19685
a966fde5
JB
19686 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19687 variations.
19688
db144853
MC
196892001-04-22 Michael Chastain <chastain@redhat.com>
19690
19691 * gdb.c++/local.exp: Use the 'runto' library function.
19692 * gdb.c++/namespace.exp: Likewise.
19693 * gdb.c++/overload.exp: Likewise.
19694
3207ec21
KB
196952001-03-26 Kevin Buettner <kevinb@redhat.com>
19696
19697 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19698 * gdb.base/step-line.exp: New file. Test step/next in presence of
19699 #line directives.
19700 * gdb.base/step-line.c: New file. Test program for the above.
19701 * gdb.base/step-line.inp: New file. We pretend that this file has
19702 been transformed by some other tool into step-line.c.
19703
13b57657
JB
197042001-03-21 Jim Blandy <jimb@redhat.com>
19705
19706 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19707 unmangled operator names.
19708
754cbe1c
JB
197092001-03-20 Jim Blandy <jimb@redhat.com>
19710
19711 * gdb.threads/linux-dp.exp: Recognize an additional message
19712 generated by GDB when it doesn't understand how to debug threads
19713 on the target system.
19714
177495c9
AC
197152001-03-19 Andrew Cagney <ac131313@redhat.com>
19716
19717 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19718
f266096b
MC
197192001-03-12 Michael Chastain <chastain@redhat.com>
19720
19721 * gdb.c++/derivation.exp: Use the 'runto' library function.
19722
cac3c2ff
MC
197232001-03-12 Michael Chastain <chastain@redhat.com>
19724
19725 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19726
b6c11a24
MC
197272001-02-24 Michael Chastain <chastain@redhat.com>
19728
19729 * gdb.c++/ref-types.exp: Change handwritten code to library
19730 function 'runto'.
19731
6bae5bce
OF
197322001-03-16 Orjan Friberg <orjanf@axis.com>
19733
19734 * gdb.base/signals.exp: Set count to 0 explicitly.
19735
0015fd9a
MS
197362001-03-15 Mark Salter <msalter@redhat.com>
19737
19738 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19739 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
19740 (gdb_load): Add support for additional target_info: gdb_download_size
19741 and gdb_load_timeout.
0015fd9a 19742
fc33412a
DT
19743Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
19744
19745 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
19746 file -- to prevent failing when the compile fails but we have no
19747 intention of running the tests anyway.
fc33412a
DT
19748
19749 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19750 tests if set.
19751
19752 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 19753 integers.
fc33412a
DT
19754
19755 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19756 * gdb.c++/namespace.exp: Ditto.
19757
115f06de
OF
197582001-03-07 Orjan Friberg <orjanf@axis.com>
19759
19760 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19761 * gdb.base/pointers.exp: Relax pattern match of decimals.
19762
b6ba6518
KB
197632001-03-06 Kevin Buettner <kevinb@redhat.com>
19764
19765 * Makefile.in, config/abug.exp, config/cfdbug.exp,
19766 config/cpu32bug.exp, config/dve.exp, config/est.exp,
19767 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19768 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19769 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19770 config/sh.exp, config/sid.exp, config/slite.exp,
19771 config/sparclet.exp, config/udi.exp, config/unknown.exp,
19772 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19773 config/vxworks.exp, config/vxworks29k.exp,
19774 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19775 gdb.base/all-bin.exp, gdb.base/annota1.exp,
19776 gdb.base/arithmet.exp, gdb.base/assign.exp,
19777 gdb.base/async.exp, gdb.base/attach.exp,
19778 gdb.base/bitfields.exp, gdb.base/bitops.exp,
19779 gdb.base/break.exp, gdb.base/call-ar-st.exp,
19780 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19781 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19782 gdb.base/commands.exp, gdb.base/completion.exp,
19783 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19784 gdb.base/constvars.exp, gdb.base/corefile.exp,
19785 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19786 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19787 gdb.base/ending-run.exp, gdb.base/environ.exp,
19788 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19789 gdb.base/finish.exp, gdb.base/foll-exec.exp,
19790 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19791 gdb.base/funcargs.exp, gdb.base/help.exp,
19792 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19793 gdb.base/logical.exp, gdb.base/long_long.exp,
19794 gdb.base/maint.exp, gdb.base/mips_pro.exp,
19795 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19796 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19797 gdb.base/pointers.exp, gdb.base/printcmds.exp,
19798 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19799 gdb.base/regs.exp, gdb.base/relational.exp,
19800 gdb.base/remote.exp, gdb.base/reread.exp,
19801 gdb.base/restore.exp, gdb.base/return2.exp,
19802 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19803 gdb.base/selftest.exp, gdb.base/setshow.exp,
19804 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19805 gdb.base/sigall.exp, gdb.base/signals.exp,
19806 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19807 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19808 gdb.base/step-test.exp, gdb.base/structs.c,
19809 gdb.base/structs.exp, gdb.base/structs2.exp,
19810 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19811 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19812 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19813 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19814 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19815 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19816 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19817 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19818 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19819 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19820 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19821 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19822 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19823 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19824 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19825 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19826 gdb.trace/circ.exp, gdb.trace/collection.exp,
19827 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19828 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19829 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19830 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19831 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19832 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19833 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19834 notices.
19835
dc96c6c7 198362001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
19837
19838 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19839 first arg is int not float.
19840
dc96c6c7 198412001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
19842
19843 * gdb.base/reread.exp: Unsupported for non-native targets;
19844 doesn't work for remote debugging.
19845
9b0c4aeb
FN
198462001-02-19 Fernando Nasser <fnasser@redhat.com>
19847
19848 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
19849 * gdb.base/ending-run.exp: Properly handle the BSP state when
19850 stepping past the end of main.
9b0c4aeb 19851
02aa71d5
MC
198522001-02-19 John Moore <jmoore@redhat.com>
19853
19854 * gdb.base/commands.exp (infrun_breakpoint_command_test):
19855 Converted HPUX fix for non-expected items following multiple
19856 step commands into general solution for all platforms.
19857
1fa449a4
MC
198582001-02-18 Michael Chastain <chastain@redhat.com>
19859
19860 * gdb.c++/classes.exp (do_tests): Change runto statements
19861 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19862 statements demangler agnostic.
19863 * gdb.c++/virtfunc.exp (do_tests): Likewise.
19864 (gdb_virtfunc_restart): Likewise.
19865
b2f9ec70
MC
198662001-02-14 Michael Chastain <chastain@redhat.com>
19867
19868 * gdb.c++/inherit.exp (do_tests): Change runto statements
19869 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19870 statements demangler agnostic.
19871
cf74b8ca
AC
19872Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
19873
19874 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
19875 ``continue to bkpt at common_routine in thread 2'' and ``stopped
19876 before calling common_routine 15 times'' tests.
cf74b8ca 19877
99f78f56
MC
198782001-02-11 Michael Chastain <chastain@redhat.com>
19879
19880 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19881 Helps the test script figure out which demangler is in use.
19882 (dm_type_foo_ref): Ditto.
19883 (dm_type_int_star): Ditto.
19884 (dm_type_long_star): Ditto.
19885 (dm_type_unsigned_int): Ditto.
19886 (dm_type_void): Ditto.
19887 (dm_type_void_star): Ditto.
99707966 19888 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
19889 Probe the gdb demangler and set variables to accommodate
19890 formatting differences.
19891 (info_func_regexp): New function. Same as info_func, but
19892 matches against a regexp.
19893 (info_func): Match against a literal string.
19894 (print_addr_2): New function. Match against a literal string,
19895 which can be different from the input to gdb.
19896 (print_addr): Simply call print_addr_2 with the same argument twice.
19897 (test_lookup_operator_functions): Use demangler formatting variables.
19898 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
19899 the tests in the same order as the C++ class declaration.
19900 (test_paddr_operator_functions): Ditto.
19901 (test_paddr_overloaded_functions): Ditto.
19902 (test_paddr_hairy_functions): Use demangler formatting variables.
19903 Add reference to gdb/19 for related tests.
19904 (do_tests): Call probe_demangler.
19905
1de8f023
KB
199062001-01-30 Kevin Buettner <kevinb@redhat.com>
19907
19908 * gdb.c++/templates.cc (printf): Remove unused function definition.
19909
ca3f91ed
MS
199102001-01-26 Felix Lee <flee@redhat.com>
19911
19912 * sid.exp (sid_exit): Pass host, not target, to remote_close.
19913
199142001-01-25 matthew green <mrg@redhat.com>
19915
19916 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19917 up sid.
19918 (sid_exit): Call `remote_pop_conn' after GDB is gone.
19919
199202001-01-25 matthew green <mrg@redhat.com>
19921
19922 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 19923 Deprecate $sid_spawn_id.
ca3f91ed
MS
19924 (sid_exit): Remove code necessary only for `spawn.'
19925
199262001-01-25 matthew green <mrg@redhat.com>
19927
19928 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19929
fb18ec4a
MC
199302001-01-28 Michael Chastain <chastain@redhat.com>
19931
19932 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19933 to call when tests fail. It takes gdb out of the overloaded
19934 function choice menu back to the main prompt, so that the test
19935 program stays synchronized.
19936 (set_bp_overloaded): New proc to collect all the common
19937 code for setting a breakpoint on an overloaded name. Calls
19938 take_gdb_out_of_choice_menu when needed.
19939 (menu_overload1arg): New variable to collect the repeated
19940 instances of the expected menu for an overloaded name. Change
19941 the regular expression to handle changes in g++ type encoding:
19942 "void" can be either "void" or "", and "unsigned int" can be
19943 either "unsigned int" or "unsigned".
19944 (continue_to_bp_overloaded): Change regular expressions to handle
19945 changes in g++ type encoding.
19946 (no proc): Call take_gdb_out_of_choice_menu when needed.
19947 Remove redundant calls to "info break". Accept either "canceled"
19948 or "cancelled". Change regular expressions in "info break"
19949 calls to handle changes in g++ type encoding. Give all tests
19950 unique strings.
19951
9c646a6e
BE
199522001-01-17 Ben Elliston <bje@redhat.com>
19953
19954 * config/sid.exp: New file.
19955
9549d9c1
AC
19956Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
19957
19958 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19959
dc96c6c7 199602000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
19961
19962 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19963 Add a RE to accept a non-ascii char if one is ever presented.
19964
b4df4f68
FN
199652000-12-20 Fernando Nasser <fnasser@redhat.com>
19966
297dd0fd 19967 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 19968
dc96c6c7 199692000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 19970
d63a86f8 19971 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
19972 in regexp. One '\' does not suffice on Linux.
19973
4a7bddb6
MC
199742000-12-09 Michael Chastain <chastain@redhat.com>
19975
19976 * gdb.base/break.exp (test_clear_command): Use a marker function
19977 rather than 'main' for the test function. Also move this
19978 test to an execution point where the marker function names are
19979 guaranteed to be bound to functions. (Executing tests after a
19980 'finish' from main runs into name conflicts with local names
19981 in __libc_start_main).
19982
dc96c6c7 199832000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
19984
19985 * gdb.base/finish.exp: New test for gdb's "finish" command.
19986 * gdb.base/return2.exp: New test for gdb's "return" command.
19987 * gdb.base/return2.c: New source file for above.
19988
dc96c6c7 199892000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
19990
19991 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19992 * gdb.base/miscexprs.exp: Ditto.
19993 * gdb.base/pointers.exp: Ditto.
19994 * gdb.c++/derivation.exp: Ditto.
19995 * gdb.c++/local.exp: Ditto.
19996 * gdb.c++/namespace.exp: Ditto.
19997 * gdb.c++/overload.exp: Ditto.
19998 * gdb.c++/ref-types.exp: Ditto.
19999
dc96c6c7 200002000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
20001
20002 * gdb.base/constvars.exp: Test result of "up" command.
20003 * gdb.base/miscexprs.exp: Ditto.
20004 * gdb.base/pointers.exp: Ditto.
20005 * gdb.base/scope.exp: Ditto.
20006 * gdb.c++/derivation.exp: Ditto.
20007 * gdb.c++/local.exp: Ditto.
20008 * gdb.c++/namespace.exp: Ditto.
20009 * gdb.c++/overload.exp: Ditto.
20010 * gdb.c++/ref-types.exp: Ditto.
20011
44097287
FN
200122000-11-22 Michael Chastain <chastain@redhat.com>
20013
20014 * mips_pro.exp: Accept either "middle -> top -> main" or
20015 "middle -> main" in the backtrace, because gcc can optimize
20016 tail calls to jumps. Remove setup_xfail for the hppa case.
20017 Add a comment with the original warning messages from PR 3016,
20018 which was filed in 1993, to preserve them for posterity.
20019
9d2e1bab
ND
200202000-11-17 Nick Duffek <nsd@redhat.com>
20021
20022 * lib/gdb.exp (gdb_test): Override timeout with board info.
20023
1aca8eb7
ND
200242000-11-17 Nick Duffek <nsd@redhat.com>
20025
20026 * gdb.base/display.exp: Don't kill running stub. Add "again" to
20027 the second kill and detach messages.
20028
93076499
ND
200292000-11-17 Nick Duffek <nsd@redhat.com>
20030
20031 * configure.in: Add AC_EXEEXT.
20032 * configure: Regenerate.
20033 * Makefile.in (just-check): Export EXEEXT.
20034 * lib/gdb.exp ($EXEEXT): Import from environment.
20035 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
20036 expect "maint dump-me" on Cygwin.
20037 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
20038 $EXEEXT.
20039
30e87cd3
ND
200402000-11-17 Nick Duffek <nsd@redhat.com>
20041
20042 * gdb.base/break.exp: Test backtrace and finish from called
20043 function on all platforms, not just HP-UX.
20044
dc96c6c7 200452000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
20046
20047 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
20048 code from gdb_target_monitor, so it can be used independantly
20049 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 20050
dc96c6c7 200512000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
20052
20053 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
20054 * gdb.base/corefile.exp: Expect the message "Program is being
20055 debugged already" when we send the "corefile" command, since
20056 the preceeding gdb_load may have connected gdb to a remote target.
20057 * gdb.base/display.exp: Disable hardware watchpoints if new
20058 board info variable "no_hardware_watchpoints" is true.
20059 Replace single-letter commands with more readable ones.
20060 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
20061 if new board info variable "no_hardware_watchpoints" is true.
20062 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
20063 to see if stdio (printf) testing is possible.
20064 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
20065 board info variable "no_hardware_watchpoints" is true. Use new
20066 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
20067
39124dea
FN
200682000-11-13 Fernando Nasser <fnasser@redhat.com>
20069
20070 From Orjan Friberg <orjanf@axis.com>:
20071 * gdb.base/printcmds.exp: Escape curly braces followed by a number
20072 in array print pattern match.
20073
a9e2e984
FN
200742000-11-09 Fernando Nasser <fnasser@redhat.com>
20075
20076 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
20077 spelling "cancelled" to U.S. spelling "canceled" to match changes
20078 made to gdb.
20079 * gdb.c++/ovldbreak.exp: Ditto.
20080
c7db355b
PS
200812000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20082
20083 * gdb.base/callfuncs.c (main): Moved to end of file, call
20084 t_double_values to initialize the FPU before inferior calls are made.
20085 * gdb.base/callfuncs.exp: Test for register preservation after calling
20086 inferior functions. Add tests for continuining, finishing and
20087 returning from a stop in a call dummy.
20088
dc96c6c7 200892000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
20090
20091 * gdb.base/commands.exp: Break up long lines, and re-indent.
20092
dc96c6c7 200932000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
20094
20095 * config/gdbserver.exp: Rewritten from the ground up, to make it
20096 compatible with the current dejagnu tree, and to make it work with
20097 the new "gdbserver" in libremote.
20098
dc96c6c7 200992000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
20100
20101 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
20102 * gdb.base/varargs.exp: Skip entire test if no printf support.
20103 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
20104 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
20105
dc96c6c7 201062000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
20107
20108 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
20109 no floating point support.
20110 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
20111 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
20112 * gdb.base/call-rt-st.exp: Ditto.
20113 * gdb.base/call-strs.exp: Ditto.
20114
bac5fc66
JG
201152000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
20116
20117 * gdb.base/sizeof.c: include <stdio.h>.
20118
20119 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
20120 'finish', otherwise uncaptured gdb_prompt would potentially
20121 throw remaining test points out of sync.
bac5fc66 20122
b22a6027
SB
201232000-07-26 Scott Bambrough <scottb@netwinder.org>
20124
20125 * gdb.base/recurse.exp: Run tests for all targets.
20126 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
20127 gnu-oldld case on ARM.
20128 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
20129 for ARM targets.
d63a86f8 20130
d8231941
AG
20131Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
20132
20133 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
20134 * gdb.java/configure: Rebuild.
20135
8caabe69
AG
20136Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
20137
20138 * gdb.java/jv-exp.exp: New file.
20139
9d273ca3
AG
20140Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
20141
20142 * configure: Rebuilt.
20143 * configure.in (configdirs): Add gdb.java.
20144 * gdb.java/jmisc.java: New file.
20145 * gdb.java/jmisc.exp: New file.
20146 * gdb.java/Makefile.in: New file.
20147 * gdb.java/configure: Rebuilt.
20148 * gdb.java/configure.in: New file.
20149 * lib/java.exp: New file.
20150
4f823a66
AC
20151Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
20152
20153 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 20154 underflow.
4f823a66 20155
2391e11d
AC
20156Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
20157
20158 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 20159 and the compilers sizes.
2391e11d 20160
54602222
ND
201612000-07-09 Nick Duffek <nsd@redhat.com>
20162
20163 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
20164 (use_methods): New function.
20165 (main): Call use_methods().
20166 * gdb.c++/classes.exp (test_method_param_class): New procedure.
20167 (do_tests): Call test_method_param_class.
20168
2bec0572
ND
201692000-07-09 Nick Duffek <nsd@redhat.com>
20170
20171 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
20172 spelling.
20173 (test_enums): New procedure. Move enum tests from end of script
20174 to here. Set breakpoint on function name instead of line number.
20175 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20176 (enums2): New marker function.
20177 (enums1): New function.
20178 (main): Call enums1(). Move enum tests to enums1().
20179
78492fde
AC
20180Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
20181
20182 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 20183 compile/link program. Update line numbers.
78492fde
AC
20184 * gdb.asm/d10v.inc: Define ``startup''.
20185 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 20186
49a2cef8
AC
20187Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
20188
20189 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20190
3e6c8688
EZ
201912000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20192
20193 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 20194 of 'help maint print' command.
3e6c8688 20195
9ff5cbe9
AC
20196Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
20197
20198 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 20199 they use gdb_expect_list.
9ff5cbe9 20200
17c579bd
AC
20201Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
20202
20203 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
20204 memory-read-packet-size'' instead of ``set endian big'' to test
20205 long commands.
17c579bd 20206
e6d71bf3
DB
202072000-06-03 Daniel Berlin <dan@cgsoftware.com>
20208
20209 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 20210 g++, and stop skipping them.
e6d71bf3
DB
20211
20212 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20213 work under g++.
20214
d63a86f8 20215 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
20216 initialization.
20217
dc96c6c7 202182000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
20219
20220 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20221 the regular expression: accept an (almost) arbitrary sequence of
20222 "frames-invalid" and "breakpoints-invalid" messages both before
20223 and after the "starting" message.
20224
dc96c6c7 202252000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
20226
20227 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 20228
dc96c6c7 202292000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
20230
20231 * gdb.base/annota1.exp (annotate-signal-handler-caller):
20232 Relax the regular expression a little, make it pass on Solaris 8.
20233
8216cda9
KB
202342000-05-12 Kevin Buettner <kevinb@redhat.com>
20235
20236 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 20237 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
20238 Instead, it is permissible for gdb to stop on the line of the
20239 call itself.
20240
1a570b2f
MS
202412000-05-12 Michael Snyder <msnyder@.cygnus.com>
20242
20243 * gdb.base/break.exp (bp on small function, optimized file):
20244 Add a second pass pattern. The behavior differs here between stabs
20245 and dwarf for one-line functions. Stabs preserves two line symbols
20246 (one before the prologue and one after) with the same line number,
20247 but dwarf regards these as duplicates and discards one of them.
20248 Therefore the address after the prologue (where the breakpoint is)
20249 has no exactly matching line symbol, and GDB reports the breakpoint
20250 as if it were in the middle of a line rather than at the beginning.
20251
dc96c6c7 202522000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 20253
d63a86f8 20254 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
20255 rather than "send_gdb" (for consistancy).
20256
7d418785
AC
20257Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
20258
20259 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
20260 * gdb.c++/templates.cc: Properly check for GCC version number.
20261 * lib/compiler.cc: Likewise
20262
dc96c6c7 202632000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 20264
d63a86f8 20265 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
20266 gdb may not stop at the first line of main, due to code motion.
20267
dc96c6c7 202682000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
20269
20270 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20271 This test depends on parsing the printf output from the target.
20272 Since the sparclet stub doesn't do stdio, this will never work.
20273 * gdb.base/call-rt-st.exp: ditto.
20274 * gdb.base/call-strs: ditto.
20275
dc96c6c7 202762000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
20277
20278 * gdb.base/miscexprs.exp: make sizeof long array test portable.
20279
20280 * gdb.base/ending-run.exp: After connecting to a remote target,
20281 but before running, the target will appear to be in a random
20282 location. Specify both a file and a line for breakpoints.
20283 Also, the function that calls main may be called 'init'
20284 rather than 'start'.
20285
a5a51225
EZ
202862000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20287
20288 * gdb.base/help.exp: Update output for add-symbol-file command.
20289
7930cc7c
FN
202902000-04-10 Fernando Nasser <fnasser@cygnus.com>
20291
20292 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20293 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20294
23e37ab1
C
202952000-04-07 J.T. Conklin <jtc@redback.com>
20296
e93c542c
C
20297 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20298
23e37ab1
C
20299 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20300
591b8fa3
PDM
20301Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
20302
20303 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 20304 values that can be represented exactly.
591b8fa3
PDM
20305 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20306 above change, and to not check against the directory part of the source
20307 file name.
20308 (step into print_long_arg_list): Likewise.
20309 (print print_small_structs from print_long_arg_list): Likewise.
20310 (print print_long_arg_list): Likewise.
20311
7a495180
EZ
203122000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20313
30b53638 20314 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 20315
beb998c6
AC
20316Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
20317
20318 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20319
1c689132
DB
203202000-03-25 Daniel Berlin <dan@cgsoftware.com>
20321
20322 * gdb.base/commands.exp (deprecated_command_test): Add test for
20323 deprecate with no arguments.
20324
c1790a9d
JL
203252000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
20326
20327 * gdb.base/break.exp: Add new test for setting breakpoints on
20328 optimized code so we can test breakpoints work even when function
20329 prologues may be optimized away
20330
003ba290
FN
203312000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
20332
20333 From David Whedon <dwhedon@gordian.com>
a9c64011 20334 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 20335
6837a0a2
DB
203362000-03-22 Daniel Berlin <dan@cgsoftware.com>
20337
20338 * gdb.base/help.exp: Added test for new apropos command.
20339
b9593231
KB
203402000-03-21 Kevin Buettner <kevinb@redhat.com>
20341
20342 * gdb.base/pointers.c (usevar): New function.
20343 (main): Make sure that global variables v_int_pointer2, rptr,
20344 and y are all referenced someplace in the program by calling
20345 usevar() on them. [Some linkers delete symbols which are
20346 never referenced. The space remains, but there's no way to
20347 get a (symbolic) handle on the variable from the debugger.]
20348
751a959b
EZ
203492000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20350
20351 * gdb.base/printcmds.c: Add typedeffed arrays.
20352
20353 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 20354 procedure to test arrays that are typedef'd.
751a959b 20355
73a93a32
JI
203562000-03-13 James Ingham <jingham@leda.cygnus.com>
20357
20358 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 20359 the library directories.
73a93a32 20360
fb40c209
AC
20361Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
20362
20363 * configure.in (configdirs): Add sub directory gdb.mi.
20364 * configure: Re-generate.
20365
20366 * gdb.mi: New directory.
d63a86f8 20367
ee4dd2c9
AC
203682000-02-25 Scott Bambrough <scottb@netwinder.org>
20369
20370 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 20371 a long long value as a double on ARM platforms.
ee4dd2c9 20372
70f0cc22
JB
203732000-02-16 Jim Blandy <jimb@redhat.com>
20374
20375 * gdb.base/break.exp ("breakpoint line number"): Make sure the
20376 default source file is set properly before running this test.
20377
853819b8
EZ
203782000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20379
20380 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 20381 gdbtk/library directory, not in gdbtcl2.
853819b8 20382
dfcd3bfb
JM
203832000-02-04 Jim Blandy <jimb@redhat.com>
20384
20385 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20386 backslash from regexp pattern.
20387
20388 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20389 procedure. Use it to run all the "continue to bp overloaded"
20390 tests. Note that this changes the names of the tests slightly.
20391 If the breakpoint hit message includes a hex PC value, because
20392 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20393 from the real source code, still consider that a pass.
20394
20395 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20396 XFAIL here if the breakpoint message contains a hex address. Note
20397 similar change on 1999-11-02.
20398
20399 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20400
20401 * gdb.base/ptype.exp: Establish a default source file before
20402 calling get_debug_format.
20403
204042000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
20405
20406 * gdb.base/watchpoint.exp: Remove duplication of test messages.
20407
8b93c638
JM
204082000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20409
20410 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20411 of successive stepi commands -- while in the prologue we should see
20412 the function entry bracket.
20413
204142000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20415
20416 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20417 reach __change_mode() when stepping through the end of main().
20418
c5394b80
JM
204192000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
20420
20421 * gdb.base/default.exp: Fix expected pattern.
20422 * gdb.base/help.exp: Same.
20423
0d06e24b
JM
204242000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20425
20426 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 20427 Don't use xfail's because that affects only the following test.
d63a86f8 20428
0d06e24b 20429 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 20430 solaris or linux.
0d06e24b
JM
20431
20432 * gdb.base/selftest.exp: Update to reflect changes to main.c.
20433
dc96c6c7 204342000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 20435
d63a86f8 20436 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
20437 "A syntax error" rather than "A parse error". Accept both.
20438
204392000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
20440
20441 * gdb.base/default.exp: Remove OS dependent string from "target
20442 remote" test.
20443 * gdb.base/help.exp: Same for "help target remote" test.
20444
c3f6f71d
JM
204452000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20446
20447 From Jim Kingdon <kingdon@redhat.com>:
20448
20449 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
20450 prompt (cleanup rather than necessity, but still might keep output
20451 from spilling to next test).
c3f6f71d
JM
20452
204532000-01-02 Fred Fish <fnf@cygnus.com>
20454
20455 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20456 AIX, which defines them in <sys/types.h>.
20457
ed9a39eb 204581999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 20459
ed9a39eb 20460 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 20461 float" test.
ed9a39eb
JM
20462
204631999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 20464
ed9a39eb 20465 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
20466
20467 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20468 outermost frame disallowed".
20469
204701999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
20471
20472 * gdb.base/setvar.exp: New tests for setting the value of a struct
20473 with a constant list.
20474
204751999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20476
20477 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20478 require the user to type a cast before setting the value of a struct.
20479
de57eccd
JM
204801999-12-06 Jim Blandy <jimb@cygnus.com>
20481
20482 * gdb.base/default.exp: Expect the new 'info float' command on
20483 all i386 platforms.
20484
20485 * gdb.threads/linux-dp.exp: Expand our ability to recognize
20486 LinuxThreads libraries that don't support debugging.
20487
c2d11a7d
JM
20488Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20489
20490 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
20491 Change the buffer type to ``unsigned char'' to simplify size
20492 arithmetic.
c2d11a7d
JM
20493
20494 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
20495 stub only handles 400-1 byte packets. Verify that the download
20496 worked.
c2d11a7d
JM
20497
204981999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
20499
20500 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20501 tests, using UNRESOLVED for the untested cases. Also, does not wait
20502 for a timeout if the prompt was received before a recognizable pattern.
20503
205041999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
20505
20506 * lib/gdb.exp (gdb_expect_list): Fix spelling.
20507
205081999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20509
20510 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 20511 watchpoints.
c2d11a7d
JM
20512
205131999-11-24 Jason Merrill <jason@casey.cygnus.com>
20514
20515 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20516
20517 * gdb.c++/local.exp: Be more flexible in recognizing local class
20518 name mangling. Don't allow horribly truncated method names.
20519 * gdb.c++/derivation.exp: Expect protected inheritance.
20520 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20521 * gdb.c++/virtfunc.exp: Likewise.
20522 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
20523 when printing a nested enum.
20524
205251999-11-22 Jim Blandy <jimb@cygnus.com>
20526
20527 * gdb.base/step-test.exp: Properly await GDB's response to setting
20528 a breakpoint on the call to large_struct_by_value.
20529
20530 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20531 just because we have debug info for the `start' function.
20532
205331999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
20534
20535 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20536 "Unknown signal" messages, which indicate (on LinuxThreads) that
20537 GDB doesn't know how to debug threads on this system. This is
20538 better than hanging while philosopher 0 dumps chatter into gdb.log.
20539
205401999-11-18 Tom Tromey <tromey@cygnus.com>
20541
20542 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20543
205441999-11-18 Fred Fish <fnf@cygnus.com>
20545
20546 * gdb.base/coremaker2.c: Add sample program for generating
20547 cores that is more self contained than coremaker.c. Eventually
20548 I'll add more code to this and tie it into the testsuite.
20549
4ce44c66
JM
205501999-11-12 Stan Shebs <shebs@andros.cygnus.com>
20551
20552 * gdb.base/dollar.exp: Remove, now in gdb.hp.
20553
205541999-11-10 Jimmy Guo <guo@cup.hp.com>
20555
20556 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 20557 from $srcdir/lib/.
4ce44c66 20558 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 20559 and gdb.c++/.
4ce44c66
JM
20560
20561 * gdb.c++/derivation.exp: remove redundant get compiler info code.
20562
d63a86f8 20563 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
20564 'continue with watch' test point.
20565
205661999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
20567
20568 Merged from p2linux-990323-branch:
d63a86f8 20569
4ce44c66
JM
20570 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20571
11cf8741
JM
20572Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
20573
20574 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 20575 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
20576
20577Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
20578
20579 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 20580 gdb_expect_list.
11cf8741
JM
20581
20582Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
20583
20584 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20585
205861999-11-03 Mark Salter <msalter@cygnus.com>
20587
20588 * gdb.base/break.exp: Fix "stub continue" pattern.
20589
205901999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
20591
20592 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20593
205941999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
20595
20596 * gdb.base/display.exp ("finish"): Add timeout clause.
20597
20598 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20599 plain prompt clause, so this doesn't have to time out in order to
20600 fail.
20601
20602 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 20603 breakpoint hit messages include an address.
11cf8741
JM
20604
20605 * gdb.base/display.exp: Don't forget to escape parens in regular
20606 expressions. Unix regexp notatation sucks.
20607
206081999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20609
20610 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 20611 order for 'signalled' message.
11cf8741 20612
5c44784c
JM
206131999-11-01 Stan Shebs <shebs@andros.cygnus.com>
20614
20615 From Jimmy Guo <guo@cup.hp.com>:
20616 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20617 * gdb.base/annota1.c: Add code for tests to work with.
20618
206191999-10-26 Frank Ch. Eigler <fche@cygnus.com>
20620
20621 * gdb.base/remote.exp: New test for remote downloading settings.
20622 * gdb.base/remote.c: New file with large .data.
20623
917317f4
JM
206241999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
20625
20626 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20627 for LinuxThreads support, merged from the Code Fusion branch.
20628
20629Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
20630
20631 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
20632 containing exp_continue into a while within an expect. Don't
20633 attempt a start more than three times. Check return value from
20634 gdb_load.
d63a86f8 20635
2df3850c
JM
20636Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
20637
20638 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 20639 a pass case.
2df3850c 20640
2acceee2
JM
206411999-10-01 Kevin Buettner <kevinb@cygnus.com>
20642
20643 * gdb.base/break.c (main): Added a statement that we can step
20644 off of.
20645 * gdb.base/break.exp: Added tests for setting a breakpoint
20646 at an offset and stepping onto a breakpoint.
20647
206481999-10-01 Fred Fish <fnf@cygnus.com>
20649
d63a86f8 20650 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
20651 gdb output.
20652
c2c6d25f
JM
206531999-09-18 Jim Blandy <jimb@cris.red-bean.com>
20654
20655 * gdb.base/break.exp: Code locations are in hex, don't forget!
20656 (For HP-UX.)
20657
206581999-09-17 Stan Shebs <shebs@andros.cygnus.com>
20659
20660 * condbreak.exp: Use break.c as test program.
20661 * condbreak.c: Remove, redundant with break.c.
20662
206631999-09-15 Stan Shebs <shebs@andros.cygnus.com>
20664
20665 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 20666 Z-packets if the target needs it.
c2c6d25f
JM
20667
206681999-09-13 James Ingham <jingham@leda.cygnus.com>
20669
20670 * gdb.c++/overload.exp: Added tests for listing overloaded
20671 functions with function pointers in the arg, explicitly calling
20672 out the version you want.
20673
cff3e48b
JM
206741999-09-09 Stan Shebs <shebs@andros.cygnus.com>
20675
20676 * long_long.exp: Add variations of test cases that work for
20677 targets with 16-bit ints and 32-bit doubles.
20678
d4f3574e
SS
206791999-09-08 Stan Shebs <shebs@andros.cygnus.com>
20680
20681 * break.c (main): Compare a possibly-uninitialized argc with an
20682 unlikely value that fits in 16 bits.
20683
206841999-09-07 Stan Shebs <shebs@andros.cygnus.com>
20685
20686 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20687 0xfeeb, don't want negative numbers if ints are 16 bits.
20688
20689 * lib/gdb.exp (skip_cplus_tests): New proc.
20690 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
20691 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20692 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20693 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20694 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20695 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20696 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20697 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
20698
20699 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20700
20701Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
20702
20703 * gdb.base/corefile.exp (up): Allow a parameter to appear
20704 in the frame that we're going up to.
20705
20706 From Jim Blandy <jimb@cygnus.com>:
20707
20708 * gdb.base/default.exp (info float): Expect some output now.
20709
20710 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20711 returning floating-point values to fail on the x86.
20712 * gdb.base/callfwmall.exp (do_function_calls): Same.
20713
20714 * gdb.base/list.exp (test_listsize): Correct expectations for
20715 listing line 1 with listsize 2. Also, listing a single line
20716 works now, as does listing three lines. [Kevin's note: There
20717 were a number of other cases fixed too where the expectations
20718 differed...]
20719
207201999-09-02 Stan Shebs <shebs@andros.cygnus.com>
20721
20722 * gdb.base/selftest.exp: Add case for when version prints as
20723 constant string instead of char pointer.
20724
104c1213
JM
207251999-08-25 Stan Shebs <shebs@andros.cygnus.com>
20726
20727 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 20728 stepping out of main.
104c1213
JM
20729
20730 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20731 G++ used.
20732
20733 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 20734 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
20735
20736 * gdb.c++/ovldbreak.exp: Update match string in test that
20737 includes a warning of multiple breakpoints.
20738
207391999-08-24 Stan Shebs <shebs@andros.cygnus.com>
20740
20741 * gdb.base/display.exp: Improve precision of step-after-finish
20742 added yesterday.
20743
20744 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 20745 test.
104c1213
JM
20746
20747 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20748 configs when using G++, not just hppa*.
20749
207501999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20751
20752 * gdb.base/async.c: New file.
20753 * gdb.base/async.exp: New file.
20754
20755Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
20756
20757 * gdb.base/break.exp: Tweak PA specific tests to properly handle
20758 PA64.
20759
53a5351d
JM
20760Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
20761
104c1213
JM
20762 * gdb.base/display.exp: "finish" can leave us mid-line on many
20763 targets, deal with it. Add a small constant to main, instead of
20764 1000 since main+1000 may not be a valid address in the target.
20765
53a5351d
JM
20766 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20767 on hpux11.
20768
20769 * gdb.base/attach.exp: Handle another hpux11 error message variant
20770 when attaching to a process that does not exist.
20771
207721999-08-19 J.T. Conklin <jtc@redback.com>
20773
20774 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 20775 characters in 'continue to 1241' test.
53a5351d
JM
20776
207771999-08-17 Stan Shebs <shebs@andros.cygnus.com>
20778
20779 * gdb.base/call-ar-st.exp: Add a shorter match case for the
20780 stop in print_long_arg_list, define and use a whitespace
20781 variable in print_small_structs test, add an XFAIL for Solaris.
20782 * gdb.base/dbx.exp: XFAIL func commands until somebody is
20783 interested enough to fix.
20784
7be570e7
JM
207851999-08-13 Keith Seitz <keiths@cygnus.com>
20786
20787 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20788 (dbx_gdb_load): Remove. Use gdb_load instead, since that
20789 proc knows about targets other than the natives.
20790 (test_assign): Use "gdb_run_cmd" to "run" the target.
20791 Check that we've actually hit the breakpoint at main.
20792 When we attempt to assign a value to a local variable, check
20793 that the variable is in the current scope, i.e., don't use
20794 a test with an empty result.
20795
20796Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
20797
20798 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 20799 command.
7be570e7
JM
20800
208011999-08-09 Stan Shebs <shebs@andros.cygnus.com>
20802
20803 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20804 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20805 gdb.compat, gdb.threads-hp.
20806 gdb.hp/configure, gdb.hp/configure.in: New files.
20807 gdb.hp/Makefile.in: Recurse into new subdirs.
20808 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20809 gdb.hp/gdb.objdbg: New directory, tests for debugging info
20810 in object files.
20811 gdb.hp/tools: New directory, aux tools for HP-specific tests.
20812
96baa820
JM
208131999-08-05 Stan Shebs <shebs@andros.cygnus.com>
20814
20815 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 20816 funky printf, remove a bogus p/a test.
96baa820
JM
20817
208181999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20819
20820 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
20821 connected to the target. This is necessary when running not
20822 natively.
96baa820
JM
20823
208241999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20825
20826 * gdb.base/step-test.exp: Removed some extraneous messages.
20827
20828 * gdb.base/long_long.exp: Don't run memory examination tests
20829 on little-endian targets (they will need a different set of
20830 results to match).
20831
208321999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20833
20834 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20835 until somebody decides to fix GDB.
20836
20837 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 20838 constant as "ULL".
96baa820
JM
20839 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20840 matches for a couple x/2 commands.
20841
a0b3c4fd
JM
208421999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20843
20844 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20845 by merging in ref-types2 tests.
20846 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20847
20848 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20849 * gdb.c++/Makefile.in: Add standard actions.
20850 (EXECUTABLES): Rename from PROGS, update list.
20851 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20852 from gdb.hp.
20853 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20854 foo and bar locals.
20855 * gdb.c++/anon-union.exp: Fix tests to match.
20856 * gdb.c++/classes.exp: Run if HP compiler used, add extra
20857 expect matches to handle output variations.
20858 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20859 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 20860 output, add HP alternatives for new and delete prints.
a0b3c4fd 20861 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 20862 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
20863 * gdb.c++/demangle.exp: Use $style when reporting failure.
20864 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
20865 * gdb.c++/inherit.exp: Run if HP compiler used, add some
20866 match alternatives.
20867 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 20868 compilers.
a0b3c4fd
JM
20869 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
20870 * gdb.c++/method.exp: Add match alternatives.
20871 * gdb.c++/misc.cc: Add bool types.
20872 * gdb.c++/misc.exp: Add tests for bool types.
20873 * gdb.c++/overload.exp: Add xfails.
20874 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
20875 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
20876 add some more template parameter tests (only for HP currently).
20877 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20878 * gdb.c++/virtfunc.cc: Add return type and value for main.
20879 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20880 match alternatives.
d63a86f8 20881
a0b3c4fd
JM
208821999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20883
20884 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20885
208861999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
20887
20888 * gdb.base/signals.exp: Don't expect getting a backtrace from
20889 within a signal handler to fail on Linux.
20890
208911999-07-29 Stan Shebs <shebs@andros.cygnus.com>
20892
20893 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20894 * lib/gdb.exp: Remove some gratuitious semicolons.
20895 (delete_breakpoints): Increase timeout.
20896 (gdb_expect): Add -notransfer option.
20897 (gdb_test): Use -notransfer option.
20898 (get_compiler_info): Add f77 case.
20899 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 20900 case.
a0b3c4fd
JM
20901 (gdb_preprocess): Call get_compiler.
20902
20903 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20904 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
20905 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20906 gdb.base/long_long.exp, gdb.base/printcmds.exp,
20907 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20908 third arg to gdb_test.
a0b3c4fd
JM
20909 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20910 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 20911 HP-UX xfails, add others.
a0b3c4fd
JM
20912 * gdb.base/completion.exp: Reflect name change of self-test.
20913 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
20914 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20915 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20916 HP failure number.
a0b3c4fd
JM
20917 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20918 useless HP-UX 10.30 references.
20919 * gdb.base/maint.exp: Loosen matches.
20920 * gdb.base/pointers.c (main): Declare more_code.
20921 * gdb.base/pointers.exp: Match on output of a `next'.
20922 * gdb.base/structs.c: Add prototypes.
20923 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20924 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20925
209261999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20927
20928 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 20929 command.
a0b3c4fd
JM
20930
209311999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20932
20933 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20934 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
20935
20936 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
20937 debug info. Deal with lack of signal hanlder info in stack.
20938
a9c64011 20939 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
20940 * gdb.base/annota1.exp: If printf has debug info, deal with it.
20941
5a2468f5
JM
209421999-07-19 Stan Shebs <shebs@andros.cygnus.com>
20943
20944 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 20945 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 20946
adf40b2e
JM
20947Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20948
20949 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 20950 a1-selftest.exp.
adf40b2e
JM
20951 * gdb.base/configure: Re-generate.
20952
209531999-07-12 Stan Shebs <shebs@andros.cygnus.com>
20954
20955 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20956 in trying to run first and name is too long.
20957
20958 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20959 pointers2.c and pointers2.exp, respectively.
20960 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20961 doschk happier.
20962
43e526b9
JM
209631999-07-08 Stan Shebs <shebs@andros.cygnus.com>
20964
20965 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20966 callfuncs2.c and callfuncs2.exp.
20967
20968 * gdb.base/list.exp: Remove mistaken xfails.
20969 * gdb.base/list0.h: Add optional prototypes.
20970
9846de1b
JM
20971Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
20972
a9c64011 20973 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 20974 calling malloc.
a9c64011
AS
20975 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20976 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 20977 use.
9846de1b
JM
20978
209791999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20980
20981 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20982 * gdb.base/annota2.cc, annota2.exp: Move from here.
20983 * gdb.c++/annota2.cc, annota2.exp: To here.
20984 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20985
43ff13b4
JM
20986Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
20987
20988 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 20989 a consistent format.
43ff13b4 20990
085dd6e6
JM
209911999-06-25 Stan Shebs <shebs@andros.cygnus.com>
20992
20993 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20994 * lib/gdb.exp (get_compiler_info): Add detection for assorted
20995 HP compilers, also set the globals $true and $false.
20996
20997 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
20998 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20999 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
21000 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
21001 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
21002 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
21003 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
21004 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
21005 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
21006 whatis.c} Add C++ compatible function definitions and return
21007 types, add includes for library functions.
085dd6e6
JM
21008 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
21009 * gdb.base/step-test.c (myglob): Rename from glob.
21010 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
21011 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
21012 files, move here from gdb.hp.
085dd6e6 21013 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
21014 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
21015 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
21016 Adjust line numbers in regexps.
085dd6e6
JM
21017
21018 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
21019 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
21020 instead of 0/1.
21021
21022 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
21023 foll-vfork.exp: New files, move here from gdb.hp.
21024 * gdb.base/page.exp: New file, test of pagination command.
21025
21026 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
21027 recursion test.
21028 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
21029
21030 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 21031 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
21032
21033 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 21034 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 21035 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 21036 watchpoint test.
085dd6e6
JM
21037 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
21038 them work.
21039 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
21040 expressions properly.
21041 * gdb.base/corefile.exp: Loosen the match slightly.
21042 * gdb.base/default.exp: Allow "Error accessing memory" message
21043 also.
21044 * gdb.base/display.exp: Skip over x/0 j if PA64.
21045 * gdb.base/funcargs.exp: Add xfails for HP-UX.
21046 * gdb.base/interrupt.exp: Ditto.
21047 * gdb.base/langs.exp: Add symbolic matches governed by compiler
21048 in use.
21049 * gdb.base/list.exp: Add xfails for HP-UX.
21050 * gdb.base/long_long.exp: Refine some of the numeric matches.
21051 * gdb.base/mips_pro.exp: Xfail on HP-UX.
21052 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
21053 * gdb.base/nodebug.exp: Succeed on more varieties of output.
21054 * gdb.base/opaque.exp: Remove some HP-UX xfails.
21055 * gdb.base/ptype.exp: Succeed on more varieties of output.
21056 * gdb.base/scope.exp: Add xfails for HP-UX.
21057 * gdb.base/sect-cmd.exp: Add more cases.
21058 * gdb.base/setvar.exp: Add xfails for HP-UX.
21059 * gdb.base/shlib-call.exp: Loosen some matches slightly.
21060 * gdb.base/signals.exp: Match on void symbolically.
21061 * gdb.base/step-test.exp: Add case for PA64.
21062 * gdb.base/term.exp: Add exit and restart.
21063 * gdb.base/twice.exp: Clean up after self.
21064 * gdb.base/varargs.exp: Disable overload resolution explicitly.
21065 * gdb.base/whatis.exp: Allow more ways to pass tests.
21066
21067 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 21068 no longer useful.
085dd6e6
JM
21069
21070Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
21071
21072 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 21073 list of patterns.
085dd6e6 21074 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
21075 print_double_array(double_array)", "continuing to breakpoint
21076 1018", "print print_double_array(array_d)" and "continuing to
21077 1034" tests.
d63a86f8 21078
085dd6e6
JM
210791999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
21080
a9c64011 21081 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
21082
210831999-06-24 Stan Shebs <shebs@andros.cygnus.com>
21084
21085 * config/mt-*: Remove, these haven't been used since 1996.
21086
210871999-06-22 Stan Shebs <shebs@andros.cygnus.com>
21088
21089 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 21090 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
21091 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
21092
9e0b60a8
JM
210931999-06-18 Stan Shebs <shebs@andros.cygnus.com>
21094
21095 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
21096 simpler match case for the ptype of the big class.
21097
210981999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21099
21100 * gdb.exp: Fix test for gdb_prompt existence.
21101
211021999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21103
21104 * gdb.exp (gdb_test): Add fail after calls to perror.
21105
211061999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21107
21108 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
21109
211101999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21111
21112 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
21113
0f71a2f6
JM
21114Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
21115
21116 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 21117 malloc() is linked in.
0f71a2f6
JM
21118
211191999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
21120
21121 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
21122 step at end.
21123
21124 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
21125
211261999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
21127
21128 * gdb.java/jv-print.exp: New file. (Our first Java test!)
21129
cce74817
JM
21130Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
21131
21132 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
21133 * gdb.base/mips_pro.exp: Likewise.
21134
211351999-06-02 Keith Seitz <keiths@cygnus.com>
21136
21137 * gdb.c++/templates.cc: Change all "new" operators to throw
21138 an exception.
21139 * gdb.c++/cplusfuncs.cc: Likewise.
21140
21141 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
21142
21143Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
21144
21145 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
21146 * gdb.base/ending-run.exp: When stepping out of main, accept a
21147 step into an arbitrary assembler file.
cce74817 21148
392a587b
JM
211491999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21150
d63a86f8 21151 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 21152 "breakpoint-invalid" to be printed.
d63a86f8 21153 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
21154 number of "frames-invalid" and "breakpoint-invalid" to be printed.
21155 * gdb.base/annota2.cc: Initialize a.x to 0.
21156
9e086581
JM
211571999-05-17 Keith Seitz <keiths@cygnus.com>
21158
21159 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
21160 when "skip_float_tests" set.
21161 Ditto for "print print_double_array(array_d)", "print print_small_structs",
21162 "print print_ten_doubles", and "step into print_long_arg_list".
21163 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
21164 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
21165 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
21166 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
21167 "skip_float_tests" is set.
21168 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
21169 when "skip_float_tests" set.
d63a86f8 21170
cd0fc7c3
SS
211711999-05-06 Keith Seitz <keiths@cygnus.com>
21172
21173 * gdb.base/annota2.cc: Include stdio.h.
21174
21175Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
21176
21177 * gdb.base/crossload.exp: Remove, this has been disabled ever
21178 since BFD stopped including all targets, and cross-GDB gets
21179 plenty of testing anyway.
21180 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
21181 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21182 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
21183 * gdb.base/README: Remove, was doc for this.
21184 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 21185 needed.
cd0fc7c3 21186
b83266a0
SS
211871999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21188
21189 * gdb.base/call-ar-st.exp: Fix one regular expression in test
21190 output.
21191
21192 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21193 * gdb.base/annota2.exp: New file. More annotation tests.
21194 * gdb.base/annota1.c: New file. Source file for annota1.exp.
21195 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21196
211971999-04-23 Angela Marie Thomas <angela@cygnus.com>
21198
21199 * config/cfdbug.exp: New file.
21200
7a292a7a
SS
212011999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
21202
21203 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21204 Marcus Daniel's and Dale Hawkins's demangler crashes.
21205
21206 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
21207 test_lucid_style_demangling, test_arm_style_demangling,
21208 test_hp_style_demangling): Try Tom Tromey's core-dumping
21209 identifier under each demangling style.
7a292a7a
SS
21210
212111999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
21212
21213 * gdb.c++/demangle.exp: Include the current demangling style
21214 in all test names.
21215 (current_demangling_style): New global variable.
21216 (set_demangling_style, test_demangling_core, test_demangling,
21217 test_demangling_exact): New functions.
21218 (test_gnu_style_demangling, test_lucid_style_demangling,
21219 test_arm_style_demangling, test_hp_style_demangling): Use those,
21220 instead of calling gdb_test and gdb_test_exact directly.
21221 (catch_demangling_errors): New function, which reports errors
21222 signalled by the demangling test functions in an orderly way.
21223 (do_tests): Use catch_demangling_errors.
21224
212251999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
21226
21227 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 21228 grouping in expressions, not {}.
7a292a7a
SS
21229
21230 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 21231 initialized yet.
7a292a7a
SS
21232
212331999-04-01 Stan Shebs <shebs@andros.cygnus.com>
21234
21235 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21236 are listed.
21237
212381999-03-26 Stan Shebs <shebs@andros.cygnus.com>
21239
21240 * gdb.stabs/weird.exp: Test for CC being defined before
21241 looking at its value.
21242
212431999-03-25 Stan Shebs <shebs@andros.cygnus.com>
21244
21245 * gdb.base/call-ar-st.exp: Remove stray '#'.
21246 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21247 "short int" and "long int".
21248 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 21249 change, to mollify finicky HP compiler.
7a292a7a
SS
21250 * gdb.hp/reg-test.exp (testfile): Fix file name.
21251 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 21252
7a292a7a
SS
21253 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21254 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21255 alternate form of enum ptype.
21256
c906108c
SS
212571999-03-23 Stan Shebs <shebs@andros.cygnus.com>
21258
7a292a7a
SS
21259 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21260 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
21261 passing skip_hp_tests, so as not to waste time on guaranteed
21262 failure.
7a292a7a 21263
c906108c
SS
21264 * gdb.c++/overload.cc: Pass string instead of char addr, always
21265 init ccpfoo.
21266 * gdb.c++/templates.cc: Fix syntax error.
21267
7a292a7a
SS
21268Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21269
21270 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 21271 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
21272 command.
21273
212741999-03-18 James Ingham <jingham@cygnus.com>
21275
21276 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21277
21278 * gdb.c++/method.exp: It was testing an uninitialized int on the
21279 stack and assuming it was positive.
21280
21281 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21282
21283 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 21284 keep it from killing the rest of the tests.
7a292a7a
SS
21285 Use gdb_continue_to_end.
21286
21287 * gdb.base/sigall.exp: use gdb_continue_to_end.
21288
21289 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21290
21291 * gdb.base/display.exp: use runto_main, not run.
21292
d63a86f8
RM
21293 * gdb.base/default.exp: Check for the current error message in the
21294 r abbreviation test.
7a292a7a
SS
21295 Add strongarm to the targets that know info float.
21296
d63a86f8 21297 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
21298 run which doesn't work with monitors.
21299
21300 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21301
21302 * gdb.base/break.exp: use the gdb_continue_to_end proc.
21303
21304 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
21305 program. Traps the case (in Cygmon) when the program never really
21306 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
21307 more places, so I used my name. Sorry Mark...
21308
21309 * config/monitor.exp (gdb_target_monitor): added another
21310 target_info parameter: remotebinarydownload. This will set the
21311 remotebinarydownload flag if this is causing some boards trouble.
21312
213131999-03-18 Mark Salter <msalter@cygnus.com>
21314
21315 * lib/gdb.exp (continue_to_exit): New function.
21316
21317 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21318 * gdb.base/ending-run.exp: Ditto.
21319 * gdb.base/step-test.exp: Ditto.
21320
213211999-03-16 Stan Shebs <shebs@andros.cygnus.com>
21322
21323 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21324 (suggested by Art Haas <ahaas@neosoft.com>).
21325
213261999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
21327
889bf7c5 21328 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
21329
21330Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
21331
21332 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 21333 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
21334
213351999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
21336
21337 * gdb.base/call-strs.exp: Don't assume that `step' will step over
21338 a call to strlen; sometimes we do have sources.
21339
213401999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
21341
21342 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 21343 character, so GDB won't print garbage after its end.
d63a86f8 21344
c906108c
SS
21345 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21346 breakpoint there instead. Sometimes GCC emits memcpy to handle
21347 the large structures being passed by value, so we step into that
21348 instead of sum_array_print, which obscures what we're really testing.
21349 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
21350 the bizarre steps into memcpy, so do that here. Add check for
21351 stepping into function calls that pass large structures by value.
21352 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
21353 Remove all references to specific line numbers.
21354 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21355 New type and function.
21356 (main): Call large_struct_by_value, passing it a large struct by value.
21357 * lib/gdb.exp (gdb_get_line_number): New function.
21358
21359 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21360 more portable.
21361
7a292a7a
SS
213621999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21363
c906108c
SS
21364 * lib/gdb.exp: Doc fixes.
21365
7a292a7a
SS
213661999-03-05 Nick Clifton <nickc@cygnus.com>
21367
d63a86f8 21368 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
21369
213701999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
21371
c906108c 21372 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
21373 commands. They're not germane to this test, and they don't work
21374 that way on remote targets.
c906108c 21375
3fc11d3e
JM
213761999-03-01 James Ingham <jingham@cygnus.com>
21377
21378 * Changelog entries merged over from gdb development branch.
21379
3fc11d3e
JM
21380 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
21381
21382 * lib/gdb.exp (gdbtk_analyze_results): Generic function
21383 for outputting results of test run.
21384
2d4a1622 21385 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
21386
21387 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 21388
7a292a7a
SS
213891999-02-25 Felix Lee <flee@cygnus.com>
21390
21391 * lib/gdb.exp (debug_format): initialize
21392
c906108c
SS
213931999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
21394
21395 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21396 * gdb.base/call-rt-st.c: Ditto.
21397
c906108c
SS
213981999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
21399
21400 * gdb.threads/pthreads.exp (horiz): New variable.
21401 (test_startup): Fix regexps that capture thread numbers.
21402
214031999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
21404
21405 * gdb.base/smoke.exp: Disambiguate two test case names (both
21406 called ``print'').
21407
21408Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21409
21410 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 21411 compilation.
c906108c
SS
21412
214131999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21414
21415 * gdb.base/miscexprs.exp: Change patterns to match GDB's
21416 actual output formatting.
21417 * gdb.base/smoke.exp: GDB removes leading 0's.
21418 * gdb.base/volatile.exp: Don't check type of remuneration;
21419 that variable is no longer defined in constvars.c.
21420 * gdb.base/step-test.c (main): Exit with explicit exit code.
21421 * gdb.base/step-test.exp: Remove two nexti checks--they are
21422 not portable.
21423
214241999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21425
21426 * gdb.base/help.exp ("help delete display"): Fix test to match
21427 gdb's output.
21428
21429 * gdb.base/long_long.c (known_types): Initialize values to zero.
21430 * gdb.base/long_long.exp: Step one more line
21431 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
21432 leading zeros. Explicitly ask for hex formatting. Use
21433 unique test case names.
c906108c
SS
21434
21435Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21436
d63a86f8 21437 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
21438
21439 * gdb.c++/method.exp: Add missing close brace.
21440
214411999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
21442
21443 * gdb.base/maint.exp: Use 'set height 0' to disable page
21444 prompting, not 'set height 400'.
21445
21446 Fix a bunch of timeouts.
21447 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21448 four separate tests, so expect doesn't take forever to match a ton
21449 of text against a regexp with lots of .* forms.
21450 ("maint print psymbols", "maint print symbols"): Make some of
21451 these greps more selective, so that expect doesn't try to wade
21452 through huge piles of output and time out.
21453
21454 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21455
21456 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
21457 tests: one which doesn't expect shlib events to be reported, and
21458 another which does, but is XFAIL for all platforms other than
21459 HP/UX.
c906108c
SS
21460
21461 * gdb.base/break.exp: Teach the test suite that the `catch
21462 fork', `catch vfork', and `catch exec' commands produce error
21463 messages on platforms that don't provide these features.
21464
21465Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21466
21467 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
21468 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21469 (shortening names from solib_threshold.exp etc), won't run on
21470 anything but HP-UX for the foreseeable future.
c906108c 21471 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 21472 reflect move.
c906108c
SS
21473
21474Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
21475
21476 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 21477 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
21478
21479Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
21480
21481 * gdb.base/shlib-call.exp: add test cases to verify that gdb
21482 successfully re-sets breakpoints in shared libraries.
21483 * gdb.base/shmain.c (main): return 0, don't fall off the end.
21484
21485Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21486
d63a86f8
RM
21487 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21488 and compiled w/o GCC.
c906108c
SS
21489
21490 * gdb.hp/watch-cmd.exp: ditto.
21491
21492 * gdb.hp/watch-hp.exp: ditto.
21493
21494 * gdb.hp/xdb1.exp: ditto.
21495
21496 * gdb.hp/xdb2.exp: ditto.
21497
21498 * gdb.hp/dbx.exp: ditto.
21499
21500Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
21501
21502 * constvars.c: Remove C++-isms.
21503 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 21504 with GCC.
c906108c
SS
21505
21506Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
21507
21508 The following changes are part of the HP merge.
21509
21510 * gdb.base/break.exp: new tests to verify that catchpoints for
21511 fork, vfork, and exec don't trigger inappropriately.
21512
21513 * gdb.base/opaque.exp: compile one file at a time, then link.
21514
21515 * gdb.base/signals.exp: be more restrictive about which hppa
21516 systems receive a setup_xfail. new tests.
21517
21518 * gdb.base/solib_threshold.build: new file.
21519 * gdb.base/solib_threshold.exp: new file.
21520 * gdb.base/solib_threshold.link_opts: new file.
21521 * gdb.base/solib_threshold.mk: new file.
21522 * gdb.base/gen_solib_threshold.c: new file.
21523
21524 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21525 tests. New tests for enums inside classes.
21526
21527 * gdb.c++/compiler.cc: indicate support of template debugging.
21528
21529 * gdb.c++/demangle.exp: run hp style demangling tests.
21530
21531 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21532 tests.
21533
21534 * gdb.c++/misc.cc: changes to support new tests.
21535
21536 * gdb.c++/templates.cc: changes to support HP's compiler; changes
21537 to support new tests.
21538
21539 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21540 gcc, then skip these tests.
21541
21542Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
21543
21544 The following files are part of the HP merge; some had longer
21545 names at HP, but have been renamed to be no more than 14
21546 characters in length.
21547
21548 * gdb.hp/ambiguous.cc: new file.
21549 * gdb.hp/ambiguous.exp: new file.
21550 * gdb.hp/attach.exp: new file.
21551 * gdb.hp/attach2.exp: new file.
21552 * gdb.hp/classes-hp.exp: new file.
21553 * gdb.hp/ctti.exp: new file.
21554 * gdb.hp/ctti-add.cc: new file.
21555 * gdb.hp/ctti-add1.cc: new file.
21556 * gdb.hp/ctti-add2.cc: new file.
21557 * gdb.hp/ctti-add3.cc: new file.
21558 * gdb.hp/dbx.exp: new file.
21559 * gdb.hp/exception.cc: new file.
21560 * gdb.hp/exception.exp: new file.
21561 * gdb.hp/foll-exec.c: new file.
21562 * gdb.hp/foll-exec.exp: new file.
21563 * gdb.hp/foll-fork.c: new file.
21564 * gdb.hp/foll-fork.exp: new file.
21565 * gdb.hp/foll-vfork.c: new file.
21566 * gdb.hp/foll-vfork.exp: new file.
21567 * gdb.hp/inherit-hp.exp: new file.
21568 * gdb.hp/more-steps.exp: new file.
21569 * gdb.hp/namespace.cc: new file.
21570 * gdb.hp/namespace.exp: new file.
21571 * gdb.hp/optimize.exp: new file.
21572 * gdb.hp/pxdb.c: new file.
21573 * gdb.hp/pxdb.exp: new file.
21574 * gdb.hp/quicksort.exp: new file.
21575 * gdb.hp/reg-test.exp: new file.
21576 * gdb.hp/reg-test.s: new file.
21577 * gdb.hp/sized-enum.c: new file.
21578 * gdb.hp/sized-enum.exp: new file.
21579 * gdb.hp/start-stop.exp: new file.
21580 * gdb.hp/templ-hp.cc: new file.
21581 * gdb.hp/templ-hp.exp: new file.
21582 * gdb.hp/thr-lib.c: new file.
21583 * gdb.hp/thr-lib.exp: new file.
21584 * gdb.hp/thr-lib.h: new file.
21585 * gdb.hp/thr-liblib.c: new file.
21586 * gdb.hp/virtfun-hp.c: new file.
21587 * gdb.hp/virtfun-hp.exp: new file.
21588 * gdb.hp/watch-cmd.exp: new file.
21589 * gdb.hp/watch-hp.exp: new file.
21590 * gdb.hp/xdb1.exp: new file.
21591 * gdb.hp/xdb2.exp: new file.
21592 * gdb.hp/xdb3.exp: new file.
21593
21594Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
21595
21596 The following files are part of the HP merge; some had longer
21597 names at HP, but have been renamed to be no more than 14
21598 characters in length.
21599
21600 * gdb.base/ss.h: new file.
21601 * gdb.base/call-ar-st.c: new file.
21602 * gdb.base/call-ar-st.exp: new file.
21603 * gdb.base/call-rt-st.c: new file.
21604 * gdb.base/call-rt-st-exp: new file.
21605 * gdb.base/call-strs.exp: new file.
21606 * gdb.base/ena-dis-br.exp: new file.
21607 * gdb.base/environ.exp: new file.
21608 * gdb.base/long_long.exp: new file.
21609 * gdb.base/sect-cmd.exp: new file.
21610 * gdb.base/shlib-cl2.exp: new file.
21611 * gdb.base/smoke.exp: new file.
21612 * gdb.base/so-impl-ld.c: new file.
21613 * gdb.base/so-impl-ld.exp: new file.
21614 * gdb.base/so-indr-cl.c: new file.
21615 * gdb.base/so-indr-cl.exp: new file.
21616 * gdb.base/varargs.exp: new file.
21617 * gdb.base/volatile.exp: new file.
21618 * gdb.base/whatis-exp.exp: new file.
7a292a7a 21619 * gdb.base/display.exp: new file.
c906108c
SS
21620 * gdb.c++/derivation.exp: new file.
21621 * gdb.c++/local.exp: new file.
21622 * gdb.c++/member-ptr.exp: new file.
21623 * gdb.c++/overload.exp: new file.
21624 * gdb.c++/ovldbreak.exp: new file.
21625 * gdb.c++/ref-types.exp: new file.
21626 * gdb.c++/ref-types2.exp: new file.
21627 * gdb.c++/userdef.exp: new file.
d63a86f8 21628
c906108c
SS
21629Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
21630
21631 * gdb.base/default.exp: Reflect wording change in remote.c.
21632
dc96c6c7 21633Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21634
21635 * gdb.base/help.exp: Update to reflect current text.
21636
21637Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
21638
21639 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21640 they're stack variables and contain garbage.
21641 * gdb.c++/anon-union.exp: new file.
21642
21643 The following changes were made by David Taylor
889bf7c5
PA
21644 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21645 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21646 in changes by HP.
c906108c
SS
21647
21648 * gdb.base/bitops.exp: new file.
21649 * gdb.base/default.exp: change expected messages for catch and
21650 info catch tests to reflect HP merge changes.
21651 * gdb.base/enable-disable-break.exp
21652 * gdb.base/ending-run.c: new file.
21653 * gdb.base/long_long.c: new file.
21654 * gdb.base/maint.exp: new file.
21655 * gdb.base/pointers2.exp: new file.
21656 * gdb.base/shlib-call2.exp: new file.
21657 * gdb.base/solib.exp: new file.
21658 * gdb.base/step-test.c: new file.
21659 * gdb.c++/anon-union.cc: new file.
21660 * gdb.c++/local.cc: new file.
21661 * gdb.c++/member-pointer.cc: new file.
21662 * gdb.c++/method.cc: new file.
21663 * gdb.c++/ref-types.cc: new file.
21664 * gdb.c++/ref-types2.cc: new file.
21665 * gdb.c++/userdef.cc: new file.
d63a86f8 21666
c906108c
SS
21667 * gdb.base/scope.exp: compile one file at a time, then link.
21668 * gdb.base/langs.exp: ditto.
21669 * gdb.base/list.exp: ditto.
d63a86f8 21670
c906108c
SS
21671Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
21672
21673 The following changes were made by David Taylor
889bf7c5
PA
21674 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21675 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21676 in changes by HP.
d63a86f8 21677
c906108c
SS
21678 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21679 skip tests. When compiling pass c++ flag to gdb_compile.
21680 * gdb.c++/
d63a86f8 21681
c906108c
SS
21682 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21683 test for on hppa*-*-hpux*; use args to see if c++ was specified.
21684 (skip_hp_tests): new function.
21685 (gdb_preprocess): new function.
21686
21687 * configure.in (hpdir): decide whether to configure gdb.hp.
21688 * configure: regenerated.
21689
21690 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21691 to delete on clean.
21692 (EXECUTABLES): update to reflect new additions.
21693 * gdb.base/commands.exp: update message expected.
21694 * gdb.base/default.exp: add copyright notice.
21695 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21696 * gdb.base/help.exp: update messages to reflect current text.
21697 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21698 targets for recurse tests.
21699 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21700 skip this file.
21701
21702 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21703 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21704 compilation.
21705 * gdb.c++/misc.exp: ditto.
21706 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21707 run the tests. tell gdb_compile that it's a c++ compilation.
21708
21709 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 21710
c906108c
SS
21711 * gdb.base/all-bin.exp: new file.
21712 * gdb.base/arithmet.exp: new file.
21713 * gdb.base/assign.exp: new file.
21714 * gdb.base/completion.exp: new file.
21715 * gdb.base/cond-expr.exp: new file.
21716 * gdb.base/condbreak.exp: new file.
21717 * gdb.base/define.exp: new file.
21718 * gdb.base/dollar.exp: new file.
21719 * gdb.base/environment.exp: new file.
21720 * gdb.base/eval-skip.exp: new file.
21721 * gdb.base/jump.exp: new file.
21722 * gdb.base/logical.exp: new file.
21723 * gdb.base/pointers.exp: new file.
21724 * gdb.base/relational.exp: new file.
21725 * gdb.base/section_command.exp: new file.
21726 * gdb.base/whatis-expr.exp: new file.
21727
21728 * gdb.base/all-types.c: new file.
21729 * gdb.base/call-array-struct.c: new file.
21730 * gdb.base/call-return-struct.c: new file.
21731 * gdb.base/call-strings.c: new file.
21732 * gdb.base/callfuncs2.c: new file.
21733 * gdb.base/condbreak.c: new file.
21734 * gdb.base/constvars.c: new file.
21735 * gdb.base/display.c: new file.
21736 * gdb.base/int-type.c: new file.
21737 * gdb.base/jump.c: new file.
21738 * gdb.base/miscexprs.c: new file.
21739 * gdb.base/pointers.c: new file.
21740 * gdb.base/pointers2.c: new file.
21741 * gdb.base/shmain.c: new file.
21742 * gdb.base/shr1.c: new file.
21743 * gdb.base/shr2.c: new file.
21744 * gdb.base/solib.c: new file.
21745 * gdb.base/solib1.c: new file.
21746 * gdb.base/solib2.c: new file.
21747 * gdb.base/varargs.c: new file.
21748 * gdb.c++/derivation.cc: new file.
21749 * gdb.c++/overload.cc: new file.
21750 * gdb.c++/ovldbreak.cc: new file.
21751 * gdb.hp/attach.c: new file.
21752 * gdb.hp/attach2.c: new file.
21753 * gdb.hp/average.c: new file.
21754 * gdb.hp/compiler.c: new file.
21755 * gdb.hp/compiler.cc: new file.
21756 * gdb.hp/execd-program.c: new file.
21757 * gdb.hp/follow-exec.c: new file.
21758 * gdb.hp/follow-fork.c: new file.
21759 * gdb.hp/follow-vfork-and-exec.c: new file.
21760 * gdb.hp/misc-hp.cc: new file.
21761 * gdb.hp/more-steps.c: new file.
21762 * gdb.hp/optimize.c: new file.
21763 * gdb.hp/quicksort.c: new file.
21764 * gdb.hp/run-hp.c: new file.
21765 * gdb.hp/start-stop.c: new file.
21766 * gdb.hp/sum.c: new file.
21767 * gdb.hp/templates-hp.cc: new file.
21768 * gdb.hp/thread-local-in-lib.c: new file.
21769 * gdb.hp/thread-local-in-lib.h: new file.
21770 * gdb.hp/thread-local-in-lib.lib.c: new file.
21771 * gdb.hp/vforked-program.c: new file.
21772 * gdb.hp/virtfunc-hp.cc: new file.
21773 * gdb.hp/watchpoint-hp.c: new file.
21774 * gdb.hp/xdb.c: new file.
21775 * gdb.hp/xdb0.c: new file.
21776 * gdb.hp/xdb0.h: new file.
21777 * gdb.hp/xdb1.c: new file.
21778
21779Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
21780
21781 The following change was made by Edith Epstein
889bf7c5
PA
21782 <eepstein@cygnus.com> as part of a project to merge in changes
21783 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
21784
21785 * gdb.c++/demangle.exp: changed the expected output for some
21786 ARM-style mangling -- removed second reference to datatype.
889bf7c5 21787 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 21788 T1<char>::~T1<char>(void)
c906108c 21789 becomes,
a9c64011
AS
21790 maint demangle __dt__11T1__pt__2_cFv
21791 T1<char>::~T1(void)
c906108c 21792
889bf7c5 21793 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 21794
c906108c
SS
21795Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
21796
21797 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21798 * gdb.trace/backtrace.exp: Likewise.
21799 * gdb.trace/circ.exp: Likewise.
21800 * gdb.trace/collection.exp: Likewise.
21801 * gdb.trace/deltrace.exp: Likewise.
21802 * gdb.trace/infotrace.exp: Likewise.
21803 * gdb.trace/limits.exp: Likewise.
21804 * gdb.trace/packetlen.exp: Likewise.
21805 * gdb.trace/passc-dyn.exp: Likewise.
21806 * gdb.trace/passcount.exp: Likewise.
21807 * gdb.trace/report.exp: Likewise.
21808 * gdb.trace/save-trace.exp: Likewise.
21809 * gdb.trace/tfind.exp: Likewise.
21810 * gdb.trace/tracecmd.exp: Likewise.
21811 * gdb.trace/while-dyn.exp: Likewise.
21812 * gdb.trace/while-stepping.exp: Likewise.
21813
218141998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
21815
21816 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21817
21818Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
21819
21820 From Brendan Kehoe:
21821 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21822 int return types.
21823
21824Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21825
21826 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 21827 remote dos host testing right.
c906108c
SS
21828
21829Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21830
21831 * gdb.base/corefile.exp: remove some xfails.
21832
21833Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21834
21835 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 21836 have different timestamps.
c906108c
SS
21837
21838Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21839
21840 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 21841 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
21842
21843Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21844
21845 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 21846 delta.
c906108c
SS
21847
21848Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21849
21850 * gdb.base/default.exp: Add brace missing from previous delta.
21851
21852Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
21853
21854 * gdb.base/default.exp: Support test for info float for all
21855 varieties of arm toolchain.
21856
dc96c6c7 21857Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21858
21859 * gdb.trace/*.exp: remove "remote_download" command.
21860
dc96c6c7 21861Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21862
21863 * gdb.trace/*.exp: remove -gdwarf from compile.
21864
21865Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
21866
21867 * gdb.trace/configure.in(AC_INIT): typo
21868 * gdb.trace/configure: regenerated
21869
dc96c6c7 21870Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21871
21872 * config/m68k-emc.exp: New file.
21873 * lib/<emc-support.exp trace-support.exp}: New files.
21874 * configure.in: add new test directory gdb.trace.
21875 * gdb.trace/{configure configure.in Makefile.in}: New files.
21876 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21877 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21878 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21879 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21880 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21881 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21882 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 21883
dc96c6c7 21884Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21885
21886 * gdb.c++/classes.exp: Change all regular expressions to match
21887 arbitrary combinations of newline/carriage-return, so that they
21888 will work equally well on Unix and Windows.
21889 * gdb.c++/inherit.exp: ditto.
21890 * gdb.c++/virtfunc.exp: ditto.
21891
218921998-08-11 Dawn Perchik <dawn@cygnus.com>
21893
21894 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21895
c2d11a7d
JM
21896Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
21897
21898 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21899 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
21900 to use a0-a3/d0-d3 as needed.
21901
21902Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
21903
21904 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21905 * gdb.disasm/am33.exp: Corresponding changes.
21906
c906108c
SS
219071998-07-11 Felix Lee <flee@cygnus.com>
21908
21909 * gdb.base/callfuncs.exp: add cmp10 test.
21910 * gdb.base/callfuncs.c (cmp10): new function.
21911
21912Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
21913
d63a86f8 21914 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
21915 into two parts to get around a synchronization problem in expect.
21916
3fc11d3e
JM
21917Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
21918
21919 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21920
21921 * configure.in: Add options for gdbtk testsuite.
21922
21923 * configure: Regenerate.
21924
21925 * gdb.gdbtk: New directory to hold gdbtk tests.
21926
c906108c
SS
21927Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21928
21929 * gdb.fortran/types.exp: Escape brackets in expect patterns
21930 for test_float_literal_types_accepted tests.
21931 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
21932 before run test.
21933
c2d11a7d
JM
21934Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
21935
21936 * am33.exp: Just compile, do not link the testcase.
21937 * am33.s: Add ".am33" pseudoop to force am33 mode.
21938
c906108c
SS
219391998-06-25 Felix Lee <flee@cygnus.com>
21940
21941 * gdb.base/setshow.exp: make sure $pc is sane.
21942
21943 * gdb.stabs/weird.exp: split expect patterns properly.
21944
c2d11a7d
JM
21945Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
21946
21947 * gdb.disasm/am33.s: New disassembler testfile for the am33.
21948 * gdb.disasm/am33.exp: Run it.
21949
dc96c6c7 21950Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21951
21952 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21953 match processing (and eliminate spurious timeouts when running).
21954
dc96c6c7 21955Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21956
21957 * gdb.base/signals.exp (test_handle_all_print): put back Mach
21958 exception test, but conditionalize it on target [mach | gnu].
21959
dc96c6c7 21960Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21961
21962 * gdb.base/overlays.exp: fixup compile line for linker script.
21963
21964Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
21965
21966 * gdb.fortran/types.exp: don't guess at float size.
21967
21968Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
21969
21970 * gdb.base/exprs.exp: delete test that depends on int size.
21971
21972Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
21973
21974 * config/sim.exp: Removed checks for target triplets.
21975 (gdb_target_sim): Use gdb,target_sim_options.
21976
21977Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
21978
21979 * gdb.base/reread.exp: New file.
21980 * gdb.base/reread1.c: New file.
21981 * gdb.base/reread2.c: New file.
21982
21983Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
21984
21985 * config/sim.exp: Use 'target sim -sparclite' when running
21986 SPARClite programs.
21987
21988Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
21989
21990 * gdb.base/structs2.exp: New file.
21991 * gdb.base/structs2.c: New file.
21992
21993Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
21994
21995 * gdb.asm/common.inc: New file.
21996 * gdb.asm/d10v.inc: New file.
21997 * asm-source.exp: Pass -I's to gas to find .inc files.
21998 Update line numbers in expected output.
21999 * asmsrc1.s: Rewrite.
22000 * asmsrc2.s: Rewrite.
22001 * configure.in: Create arch.inc symlink.
22002 * configure: Regenerate.
22003 * Makefile.in (distclean): Delete arch.inc.
22004
22005Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
22006
22007 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
22008 (t_enum_value2): ditto
22009 (t_enum_value3): ditto
22010 (main): ditto
c906108c
SS
22011Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22012
22013 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
22014 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
22015 change.
22016 Use gdb_test instead of send_gdb/gdb_expect sequences.
22017
22018Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
22019
22020 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
22021 not void.
22022
22023Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
22024
22025 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
22026 subroutines. Used to test gdbs ability to single step through PC
22027 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
22028
22029Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
22030
22031 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
22032 more rigorous EGCS C++ error checking.
22033
22034Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22035
a9c64011
AS
22036 * gdb.base/help.exp: Clean up `help set args' and `help show args'
22037 tests.
22038 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
22039 function when asleep.
22040 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
22041 for i*86 Linux and SVR4 signal handling problems.
22042 Remove linux xfail for `next to handler in signals_tests_1', fixed
22043 by recent infrun.c change.
22044 Limit backtrace to 10 frames to avoid timeout problems with infinite
22045 stack backtraces.
22046 Adjust expect pattern in `handle all print' test to match Apr 28 1997
22047 target.[ch] change.
c906108c
SS
22048
22049Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
22050
22051 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
22052 for a newline from gdb before continuing.
22053 (default_gdb_exit): Just look for y or n.
22054 (gdb_test): Detect abnormal exit from GDB running on DOS; if
22055 it does, fail the rests of the tests in the file.
22056
22057Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
22058
22059 * config/cygmon.exp: New file.
22060
22061Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
22062
22063 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 22064 main" test on remote targets.
c906108c
SS
22065
22066 * gdb.base/scope.exp: Fix problem with filelocal_bss before
22067 run test on remote targets.
22068
22069Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
22070
22071 * gdb.asm: New directory.
22072 * configure.in: Configure it.
22073 * configure: Regenerate.
22074 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
22075 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
22076
22077Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
22078
22079 * config/mn10300-eval.exp: New file to support MN10300 eval board.
22080
dc96c6c7 22081Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 22082
a9c64011
AS
22083 * gdb.base/overlays (several files): Merge the two overlay
22084 managers into one. Change variables (foox, barx, bazx, grbxx)
22085 back into ints but force them to load in their proper sections.
c906108c
SS
22086
22087Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
22088
22089 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 22090 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
22091 (D10VCopy): Handle memory regions crossing 16k boundaries.
22092 (D10VCopy): Transfer data in 32 bit chunks.
22093
22094Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
22095
22096 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 22097 correct.
c906108c
SS
22098
22099 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 22100 map. Include space for printf in .text segment.
c906108c
SS
22101
22102 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 22103 updated d10v memory VMA/LMA map.
c906108c 22104 (D10VCopy): Call D10VTranslate.
d63a86f8 22105
c906108c
SS
22106Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
22107
22108 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
22109
22110 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
22111 that it won't be put into the .sdata - small data -
22112 section. Update reference.
c906108c
SS
22113 * gdb.base/baz.c (bazx, baz): Ditto.
22114 * gdb.base/foo.c (foox, foo): Ditto.
22115 * gdb.base/grbx.c (grbxx, grbx): Ditto.
22116
22117 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 22118 to be arrays.
d63a86f8 22119
dc96c6c7 22120Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 22121
a9c64011
AS
22122 * gdb.base/overlays.exp: fix up and get working again.
22123 Add tests for backtraces from an overlay function.
d63a86f8 22124
c906108c
SS
22125Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
22126
22127 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
22128 "calling function with watchpoint enabled".
22129
22130Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
22131
22132 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 22133 gdb_suppress_tests for d10v-*-*.
c906108c
SS
22134 * lib/gdb.exp (gdb_suppress_tests): Disable this function
22135 pending review of whether it is useful or not.
22136
22137Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
22138
22139 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
22140
22141Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
22142
22143 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
22144 * config/dve.exp: New file to support Densan boards.
22145
22146Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
22147
22148 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 22149 reads and BSD.
c906108c
SS
22150
22151Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
22152
22153 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
22154 response.
22155
22156 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
22157
22158Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
22159
22160 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 22161 test.
c906108c
SS
22162
22163 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 22164 target_sizeof_long and target_bigendian_p.
c906108c 22165 (structs_by_value, structs_by_reference): Check values according
889bf7c5 22166 to targets word size and endianess.
d63a86f8 22167
c906108c
SS
22168Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
22169
22170 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 22171 output.
c906108c
SS
22172
22173Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
22174
22175 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 22176 Update test of set args help to match source change.
c906108c
SS
22177
22178Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
22179
22180 * gdb.base/default.exp: Expect help system output to be in
22181 alphabetical order.
22182 * gdb.base/help.exp: Ditto.
22183
22184Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
22185
22186 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22187 "i*86-pc-linux-gnu*".
22188 * gdb.base/interrupt.exp: Ditto.
22189 * gdb.base/corefile.exp: Ditto.
22190
22191 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 22192 define vxworks when building the testcase.
c906108c
SS
22193
22194 * gdb.base/ptype.exp: Fix testnames to be unique.
22195 * gdb.base/radix.exp: Ditto.
22196 * gdb.base/term.exp: Ditto.
22197 * gdb.base/whatis.exp: Ditto.
22198 * gdb.c++/classes.exp: Ditto.
22199
22200Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
22201
22202 * gdb.base/callfuncs.exp: Fix indentation.
22203
22204 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22205 suppress_flag has been set.
22206 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22207 target feature.
22208
22209Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
22210
22211 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22212 the testcase.
22213
22214 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 22215 set_debug_traps() and breakpoint().
c906108c
SS
22216 * gdb.c++/misc.cc (main): Ditto.
22217 * gdb.c++/templates.cc (main): Ditto.
22218 * gdb.c++/virtfunc.cc (main): Ditto.
22219
22220Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
22221
22222 * lib/gdb.exp(gdb_step_for_stub): New function.
22223 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22224 exists, reload the executable and do a "continue" instead of
22225 doing a jump.
22226 (runto_main): Use gdb_step_for_stub.
d63a86f8 22227
c906108c 22228 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 22229 tests to have unique names.
c906108c
SS
22230 * gdb.base/callfuncs.exp: Ditto.
22231 * gdb.base/commands.exp: Ditto.
22232 * gdb.base/default.exp: Ditto.
22233 * gdb.base/help.exp: Ditto.
22234 * gdb.base/list.exp: Ditto.
22235 * gdb.base/opaque.exp: Ditto.
22236 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22237 similar tests.
d63a86f8 22238
c906108c
SS
22239 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22240 * gdb.c++/cplusfuncs.cc: Ditto.
22241 * gdb.c++/virtfunc.cc: Ditto.
22242
22243 * config/monitor.exp: Keep track of the last file we saw, rather
22244 than trying to get the info from gdb.
22245
22246 * gdb.fortran/types.exp: Move comment to previous line.
22247
22248Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
22249
22250 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 22251 target mode.
c906108c
SS
22252
22253Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
22254
22255 From Bob Manson:
22256 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 22257 string from GDB when it connects.
c906108c
SS
22258
22259 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22260
22261Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
22262
22263 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
22264 if we can't get a debug format from GDB (we may be testing an
22265 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
22266
22267 * gdb.stabs/weird.exp: Fix quoting.
22268
22269 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22270
22271Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
22272
22273 * config/arm-ice.exp: New file.
22274
22275Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
22276
22277 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 22278 until it has been modified to work with the new testsuite.
c906108c 22279
99707966 22280 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
22281 testcase won't compile, cause all of the testcases in the file to
22282 fail instead.
c906108c
SS
22283
22284 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22285 (gdb_clear_suppressed): New procedure.
22286 (gdb_stop_suppressing_tests): Only clear suppress_flag if
22287 it contains a positive value.
22288
22289Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
22290
22291 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22292
22293 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22294
22295Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
22296
22297 * lib/gdb.exp (setup_xfail_format): New function.
22298 (get_debug_format): New function to get debug format.
22299 (debug_format): New global variable to hold last value set
22300 by get_debug_format.
22301 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 22302 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
22303 * gdb.c++/ptype.exp: Ditto.
22304 * gdb.c++/classes.exp: Ditto.
22305 * gdb.c++/cplusfuncs.exp: Ditto.
22306 * gdb.c++/inherit.exp: Ditto.
22307 * gdb.c++/templates.exp: Ditto.
22308 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 22309
c906108c
SS
22310Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
22311
22312 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22313 host doesn't have a currently-open connection.
22314
22315 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
22316 any gdb stub target. Handle cases where gdb doesn't respond when
22317 interrupted in a sane fashion.
c906108c
SS
22318
22319 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 22320 same thing in a totally different way.
c906108c
SS
22321
22322 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 22323 setting "timeout".
c906108c 22324 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 22325 default_gdb_init now.
c906108c
SS
22326
22327Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
22328
22329 * gdb.base/printcmds.exp: Fix "check for floating addition"
22330 regexp to accept results within approx +/- .01 of exact value.
22331 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22332
22333Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
22334
22335 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 22336 properly.
c906108c
SS
22337 (gdb_expect): Add optional timeout parameter, and add timeout
22338 value to various calls.
22339 (gdb_suppress_tests): Only give one warning message per group.
22340
22341Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
22342
22343 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
22344 global variables. Handle getting a value for $timeout more
22345 gracefully.
c906108c
SS
22346
22347Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22348
22349 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 22350 initialize.
c906108c 22351 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 22352 by a target configuration file.
c906108c
SS
22353 (gdb_expect): Pass the timeout to remote_expect.
22354
22355 * config/monitor.exp(gdb_load): Fix typo in regexp.
22356
22357Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
22358
22359 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22360
22361Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
22362
22363 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
22364 here. Call gdb_target_exec before rebooting the target, to make
22365 sure the connection to the target is closed.
c906108c
SS
22366 (gdb_load): Pass the name of the executable to gdb_target_monitor.
22367 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22368 Also detect "Timeout reading from remote" error.
22369
22370 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
22371 gdb_target_monitor. Don't call gdb_file_cmd here; let
22372 gdb_target_monitor do it.
c906108c
SS
22373
22374 * gdb.disasm/hppa.exp: Don't use exec_output.
22375
22376Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
22377
22378 * gdb.base/list.exp: If we're debugging a non-native target,
22379 try to set the pc register to point to the start of the
22380 program before doing the first list command.
22381
22382 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 22383 test_calls after restarting.
c906108c
SS
22384
22385 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 22386 reloading.
c906108c
SS
22387
22388 * gdb.base/watchpoint.exp: Fix typo.
22389
22390 * gdb.base/setshow.exp: Check for use_gdb_stub.
22391
22392 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 22393 stub case.
c906108c
SS
22394 * gdb.base/langs.exp: Ditto.
22395
22396 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
22397 gdb_load_offset. If we weren't given a file to load, figure out
22398 what the current file is and use it.
c906108c
SS
22399
22400 * config/i386-bozo.exp: New file.
22401
22402Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
22403
22404 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22405 feature.
22406
22407 * config/proelf.exp: New entry.
22408
22409Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
22410
22411 * lib/gdb.exp: Remove spurious .* patterns at the beginning
22412 of regexps.
22413
22414 * gdb.base/watchpoint.exp: Don't run the test_stepping
22415 tests if gdb can't call functions on the target.
22416
22417 * gdb.base/setshow.exp: Don't run the set prompt tests if
22418 the board has gdb_prompt set.
22419
22420Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
22421
22422 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22423 * gdb.base/commands.exp: Likewise.
22424 * gdb.base/setshow.exp: Likewise.
22425
22426Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
22427
22428 * config/monitor.exp(gdb_start): Look for gdb_prompt target
22429 feature.
22430
22431 * config/i960.exp: New file.
22432
22433Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
22434
22435 * gdb.base/funcargs.exp: Check for gdb,short_int target
22436 feature instead of looking for explicit target triplets.
22437
dc96c6c7 22438Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 22439
d63a86f8 22440 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
22441 "p 123DEADBEEF", to check parse_number.
22442 * top.c: change "to enable to enable" to "to enable" in a couple
22443 of help strings.
22444
22445Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
22446
22447 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22448 on the mn10300.
d63a86f8 22449
c906108c
SS
22450Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
22451
22452 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22453 where the test executable is run with explicit args.
22454 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22455
22456Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
22457
22458 * gdb.base/run.c: Use FAKEARGV to build test executable that
22459 does not require a command line arg, since most simulators
22460 don't currently support passing such an arg into the simulated
22461 program.
22462 * gdb.base/commands.exp: Change tests to insert the proper
22463 value as the arg to the first recursive factorial call. Change
22464 compilation line to define FAKEARGV at compile time.
22465
22466Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
22467
22468 * gdb.base/recurse.exp: Enable these tests for the mn10300.
22469 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22470 function with watchpoint enabled" test.
22471
22472Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
22473
22474 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 22475 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
22476
22477 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 22478 "Tests restarted" messages.
c906108c
SS
22479
22480Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
22481
22482 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22483
dc96c6c7 22484Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22485
22486 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22487 for INFO SYMBOL; add help tests for OVERLAY commands.
22488 * gdb.base/default.exp: add tests for INFO SYMBOL command;
22489 add tests for OVERLAY commands
22490 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22491 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22492 * gdb.base/sigall.c: add usestubs code frag
22493 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 22494
c906108c
SS
22495Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
22496
22497 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22498 failures.
22499 (gdb_stop_suppressing_tests): Note that tests have restarted.
22500
22501Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
22502
22503 * config/h8300.exp: New file.
22504
22505Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
22506
22507 * gdb.base/setshow.exp: Check for the existence of a
22508 feature, not its value.
22509
22510Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
22511
22512 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22513
22514 * gdb.base/scope.exp: It's now init0(), not init().
22515
22516 * gdb.base/scope0.c: For now, change init() to be init0().
22517
22518 * config/monitor.exp: Use gdb_serial in preference to serial
22519 or netport.
22520
22521 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 22522 and it's not already set.
c906108c
SS
22523
22524Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
22525
22526 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 22527 isn't using a stub and if it supports argument passing.
c906108c
SS
22528
22529Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
22530
22531 * config/udi.exp(gdb_start): Make sure UDICONF is set
22532 properly before starting gdb.
22533
22534Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
22535
22536 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22537 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22538 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22539
22540Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
22541
22542 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 22543 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
22544
22545 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22546
22547 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22548
22549 * config/monitor.exp: Make sure we disconnect from the target.
22550 Also, try a reboot/reload cycle instead of failing if the
22551 load fails.
22552
22553Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
22554
22555 * gdb.base/default.exp: Don't set match_max.
22556 * gdb.base/help.exp: Ditto.
22557 * gdb.base/list.exp: Ditto.
22558 * gdb.base/signals.exp: Ditto.
22559
22560 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22561 set, use remote_ld to download the testcase instead of
22562 the GDB loader.
22563
22564Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
22565
22566 * config/vr5000.exp: New file.
22567
22568 * config/monitor.exp(gdb_target_monitor): Add pattern for
22569 "Ending remote" to detect errors in connecting.
22570
22571 * gdb.base/setshow.exp: Add .* within auto language test.
22572
22573 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22574 target feature.
22575
22576 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 22577 and reboot the board if necessary.
c906108c
SS
22578
22579 * gdb.base/setvar.exp(test_set): Handle multiple prints within
22580 a set of tests. Remove print.* from the patterns being checked.
22581
22582Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
22583
22584 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22585 refer to gdb_spawn_id.
22586
22587 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22588 longer used.
22589 * config/sparclet.exp: Ditto.
22590 * config/sparclet-old.exp: Ditto.
22591 * config/slite.exp: Ditto.
22592 * config/sim.exp: Ditto.
22593 * gdb.base/funcargs.exp: Ditto.
22594
22595 * lib/gdb.exp:Remove references to gdb_spawn_id.
22596 (gdb_expect): Move to remote.exp.
22597
22598Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
22599
22600 * config/monitor.exp: Detect the "Couldn't establish connection"
22601 message from GDB.
22602
22603Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
22604
22605 * gdb.base/bitfields.exp: Use runto instead of explicit
22606 gdb_run_cmd/gdb_expect sequences.
22607
22608 * gdb.base/break.exp(text_next_with_recursion): Add match for
22609 gdb_expect call.
22610
22611 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22612 We also need to handle the "A program is being debugged already"
22613 prompt from gdb. Use gdb_test to set the baud rate.
22614
22615 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22616 to 20000. Really. I mean it.
22617
22618Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22619
22620 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
22621 fails. If suppress_flag is set, skip perror message about not
22622 being able to send to GDB.
c906108c 22623 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 22624 GDB.
c906108c
SS
22625 (gdb_expect): If suppress_flag is set, always fail immediately.
22626 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22627 (gdb_init): Call gdb_stop_suppressing_tests.
22628 (default_gdb_exit): Ditto.
22629 (default_gdb_start): Ditto.
22630
22631 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 22632 gdb_stop_suppressing_tests as appropriate.
c906108c 22633 * gdb.base/break.exp: Ditto.
889bf7c5 22634 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
22635 * gdb.base/commands.exp: Ditto.
22636 * gdb.base/exprs.exp: Ditto.
889bf7c5 22637 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
22638 * gdb.base/list.exp: Ditto.
22639 * gdb.base/recurse.exp: Ditto.
889bf7c5 22640 * gdb.base/scope.exp: Ditto.
c906108c
SS
22641 * gdb.base/structs.exp: Ditto.
22642 * gdb.c++/inherit.exp: Ditto.
22643
22644Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
22645
22646 * config/vr4300.exp: New file.
22647
99707966 22648 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 22649
99707966 22650 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
22651
22652Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
22653
22654 * lib/gdb.exp(gdb_init): New function.
22655
22656 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 22657 for each individual variable set.
c906108c
SS
22658
22659 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22660 name.
22661
22662 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22663
22664 * gdb.base/scope.exp: Use gdb_test.
22665
22666 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22667 aborting; the testsuite driver will do that for us (see
22668 gdb_finish). Also, use gdb_test in a few more places.
22669
22670Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
22671
22672 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22673
22674Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
22675
22676 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22677 and "add_tests" are not at the same address.
22678
22679Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
22680
22681 * gdb.base/ptype.exp: Use gdb_test.
22682
22683Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
22684
22685 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22686 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22687 left in. No longer expect them to fail.
22688
22689 * gdb.stabs/*.mt; Deleted, no longer used.
22690 * gdb.stabs/configure.in: Remove references to target makefile
22691 frags.
22692 * gdb.stabs/configure: Rebuilt.
22693
22694 * gdb.disasm/*.mt: Deleted, no longer used.
22695 * gdb.disasm/configure.in: Remove references to target makefile
22696 frags. Use "sh3.s" as the unique filename for this directory.
22697 * gdb.disasm/configure: Rebuilt.
22698
22699 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22700 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22701 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22702
22703Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
22704
22705 * config/udi.exp: Use mondfe,name instead of remote_host.
22706
22707Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22708
22709 * gdb.base/watchpoint.exp: Don't expect a failure when calling
22710 a function with a watchpoint enabled on the mn10200.
22711
22712 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22713 before trying to create it!
22714
22715Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
22716
22717 * config/vx.exp: Use hostname instead of netport.
22718
22719 * config/vxworks.exp: New file.
22720
22721 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22722
22723 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 22724 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
22725 occurs.
22726
22727 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22728 $gdb_spawn_id directly.
22729 (gdb_run_cmd): Try _start as well as start. Use the target feature
22730 gdb,start_symbol as the symbol to start from when jumping.
22731
22732Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
22733
22734 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22735 redundant) test.
22736
22737 * gdb.base/recurse.exp: Relax final value test for 'b' so that
22738 it doesn't lose for 16bit integer systems.
22739
22740Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
22741
22742 * gdb.fortran/types.exp: If the target doesn't support "double"
22743 data types, then expect "real" types to only be 4 bytes.
22744
22745 * gdb.c++/virtfunc.exp: Expect failure for virtual function
22746 call tests if the target doesn't support inferior function calls.
22747
22748 * gdb.base/printcmds.exp: Allow minor deviation in FP values
22749 in printf tests.
22750
22751Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
22752
22753 * gdb.base/help.exp: Disable "help set", "help show", and
22754 "help support". Simplify regexp for "help stack".
22755
22756 * gdb.base/default.exp: Set match_max to 5000 and the timeout
22757 to 60 seconds. Temporarily set match_max to 15000 around the
22758 "info copying" test.
22759
22760 * gdb.base/nodebug.exp: Don't try to do an inferior function
22761 call if the target doesn't support them.
22762 * gdb.base/printcmds.exp: Likewise.
22763 * gdb.base/setvar.exp: Likewise.
22764 * gdb.base/structs.exp: Likewise.
22765 * gdb.c++/templates.exp: Likewise.
22766 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
22767
22768 * gdb.base/recurse.exp: Enable for the mn10200.
22769
22770 * configure.in: Do configure gdb.stabs directory for *-*-elf
22771 targets.
22772 * configure: Rebuilt.
22773
22774 * gdb.base/break.exp: Check for gdb,noresults before testing
22775 exit status and/or results from the target.
22776 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22777 * lib/gdb.exp: Remove old (now bogus) initialization of
22778 noinferior, noargs, noresults and nosignals.
22779
22780Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
22781
22782 * config/sh.exp: New file.
22783
22784 * config/slite.exp: Try to connect multiple times to the board
22785 before rebooting. Only send a "monitor run" if need_monitor_run
22786 is set.
22787
22788 * gdb.base/break.exp: Don't do the "stub continue" test if
22789 the target has gdb_stub set.
22790
22791 * gdb.base/callfuncs.exp: Increase the timeout.
22792
22793 * gdb.base/interrupt.exp: Don't even try to compile the testcase
22794 if the target has gdb,noinferiorio set.
22795
22796 * gdb.base/list.exp: Increase match_max to 10000 characters.
22797
22798 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22799
22800 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22801 target.
22802
22803 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22804
22805Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
22806
22807 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
22808 trying to delete the copy of gdb. Catch the file delete so we
22809 don't die if the delete fails; also, the file should be copied to
22810 the host, not to the build.
c906108c
SS
22811
22812Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
22813
22814 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 22815 parenthesis in case it contains multiple regexps separated
c906108c
SS
22816 with |.
22817
22818 * gdb.base/watchpoint.exp: Use gdb_test.
22819 * gdb.base/default.exp: Ditto.
22820
22821Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22822
99707966 22823 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 22824
c906108c
SS
22825 * gdb.base/scope.exp: Use gdb_test.
22826 * gdb.c++/classes.exp: Ditto.
22827 * gdb.c++/inherit.exp: Ditto.
22828
22829Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22830
22831 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22832 remote_exec instead.
22833 * gdb.base/corefile.exp: Don't be ridiculous.
22834 * gdb.base/*.c: Add missing stub invocations.
22835
22836Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22837
22838 * config/slite.exp: Miscellaneous fixes.
22839
22840 * lib/gdb.exp: Fix runto.
22841
22842 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22843 the target.
22844
22845 * gdb.base/watchpoint.exp: Fix regexp.
22846
22847 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22848 close and wait commands, as the descriptor may now be
22849 invalid. Always call "remote_close host".
22850
22851Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
22852
22853 Major rewrite for testsuite revision.
d63a86f8 22854
c906108c
SS
22855 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22856 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22857 instead of relying on spawn_id to always contain a valid
22858 spawn id.
22859 (get_compiler_info): New procedure to build the ${binfile}.ci
22860 file, instead of replicating this in N different places.
22861 (gdb_compile): New procedure.
d63a86f8 22862
c906108c 22863 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
22864 appropriate arguments) instead of compile. Use gdb_test in a lot
22865 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
22866 at the start of a testcase, as this is no longer done magically.
22867
22868 config/*-gdb.exp: Rename without the -gdb suffix.
22869
22870 config/mips.exp: Use remote_close instead of exit_remote_shell.
22871 config/monitor.exp: Use target_info instead of looking at
22872 baud, timeout, etc.
22873 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
22874
22875Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22876
22877 * gdb.c++/templates.exp (test_ptype_of_templates),
22878 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22879 Update expect patterns for destructors and assignment operators
22880 to match corresponding c-typeprint.c changes.
22881 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
22882 to destructor breakpoint test, GDB should be able to set the
22883 destructor breakpoint without specifying arguments.
22884
22885Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
22886
22887 * gdb.threads/pthreads.exp: Change result for failure to compile due
22888 to lack of pthreads runtime support from an error to simply an
22889 unsupported test, per dejagnu standards.
22890
22891Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22892
22893 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
22894 where GDB exits to reduce pattern match time.
22895 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
22896
22897 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
22898
dc96c6c7 22899Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22900
22901 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22902 * gdb.base/default.exp: ditto.
22903 * gdb.base/nodebug.exp: ditto.
22904 * gdb.base/printcmds.exp: ditto.
22905 * gdb.base/ptype.exp: ditto.
22906 * gdb.base/setvar.exp: ditto.
22907 * gdb.base/structs.exp: ditto.
22908 * gdb.base/setshow.c: Guard against uninitialized values of argc.
22909
22910Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
22911
22912 * configure, */configure: Rebuild with autoconf 2.12.
22913
22914Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
22915
22916 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22917 use new i*86-pc-linux*-gnu quads.
22918 * gdb.base/corefile.exp: Ditto.
22919 * gdb.base/signals.exp: Ditto.
22920 * gdb.base/sigall.exp: Ditto.
22921 * gdb.base/interrupt.exp: Ditto.
22922
22923 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22924 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
22925 RedHat 4.0.
d63a86f8 22926
c906108c 22927 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
22928 linux. This allows the test case to at least compile on latest
22929 linux, but still not run due to missing the threads runtime library.
c906108c
SS
22930
22931Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22932
22933 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
22934 directory to search gdb directory. Accept and step over conditional
22935 stack alignment code. Consume $prompt in failure cases.
22936 Reset timeout to $oldtimeout instead of some arbitrary value.
22937 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
22938 timeout problems with infinite stack backtraces.
22939 * gdb.base/ptype.exp (ptype struct link, union tu_link):
22940 Accept function parameters for linkfunc member.
22941
22942Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
22943
22944 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22945 (CXXFLAGS): Remove, unreferenced.
22946 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
22947 previous -B options and also add -B option to pick up cross compiled
22948 runtime.
c906108c
SS
22949 (TARGET_INCLUDES): Add for -I options and add code to initialize when
22950 doing cross compiles.
22951 (target_alias): Declare global.
22952 (xgcc): Set variable to full path of gcc in build tree. Use findfile
22953 to verify that gcc exists in build tree, and if so set CC to that
22954 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 22955
c906108c
SS
22956Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
22957
22958 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22959 ptype test for anonymous union. Fixup testcase to match
22960 current gcc debug output.
22961
22962Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
22963
22964 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22965 force argument to an unsigned long type.
22966
22967Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
22968
22969 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 22970 tests and anonymous union print/ptype tests.
c906108c
SS
22971 * gdb.base/list.exp (test_forward-search): Increase timeout by
22972 5 minutes for the "search extremely long line" case.
22973 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22974 completely optional and that the pass/fail messages use the command as
22975 the message if that third arg is a null string.
22976 (gdb_test_exact): Arrange that a null string pattern means match a
22977 null string output rather than any output, which might include random
889bf7c5 22978 errors.
c906108c
SS
22979 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22980 backtrace test.
22981 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22982 always failing and failure is now exposed by gdb.exp changes.
22983
22984Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
22985
22986 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22987 weren't being noted.
22988
22989Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22990
22991 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
22992 * gdb.stabs/weird.exp: Remove v_comb xfails.
22993
dc96c6c7 22994Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22995
22996 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 22997 list.exp scope.exp watchpoint.exp]
c906108c 22998 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 22999
dc96c6c7 23000Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23001
23002 * config/monitor.exp: Increase download timeout to 1000 seconds.
23003
dc96c6c7 23004Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23005
23006 * config/m32r.exp: Increase timeout to 120 seconds.
23007
23008Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
23009
23010 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
23011 and accept older ordering as obsolescent gcc or gdb.
23012 * gdb.c++/templates.exp: Ditto.
23013 * gdb.c++/virtfunc.exp: Ditto.
23014
23015Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
23016
23017 * gdb.base/coremaker.c: Add code to mmap some data so we
23018 can check that it ends up in the core file.
23019 * gdb.base/corefile.exp: Add test to read mmapped data
23020 from core file.
23021
dc96c6c7 23022Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23023
23024 * config/m32r.exp: New file.
23025
23026Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
23027
23028 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
23029 that cflags can contains -gstabs, and work correctly for other tests.
23030
dc96c6c7 23031Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23032
23033 * gdb.base/setshow.exp: New file, tests show and set.
23034 * gdb.base/setshow.c: New file, tests show and set.
23035 * gdb.base/help.exp: Add test for help set|show annotate.
23036 * gdb.base/default.exp: Add test for set|show annotate.
23037
23038Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
23039
23040 * testsuite/gdb.base/break.exp: Make backtrace from factorial
23041 errors unique.
23042 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
23043 explicitly.
23044
23045Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
23046
23047 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
23048 and width commands. This is done elsewhere.
23049 * (gdb_start): Don't call gdb_start_sim here. That's already
23050 done in gdb_load. This fixes lots of failures in default.exp.
23051
23052Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
23053
23054 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
23055 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
23056 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
23057 in the same we we treat other failures (since it may be an expected
889bf7c5 23058 condition), rather than as an error.
c906108c
SS
23059 * gdb.base/signals.exp (test_handle_all_print): Revert back to
23060 old test format.
23061
23062Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
23063
23064 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
23065 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 23066 twice. Nuke the duplicates.
c906108c 23067 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 23068 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
23069 Remove config.h along with other config files.
23070
23071Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
23072
23073 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
23074 "p func1 ()" and note that rests of tests are skipped.
23075 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 23076 setup_xfails for "print func2::coremaker_local".
c906108c
SS
23077 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
23078 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
23079 affected by the previous run test.
23080 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
23081 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
23082 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
23083 "pass int powerset tuple" and "pass modeless int powerset tuple".
23084 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
23085 "real write 4" and "real write 8".
23086 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 23087 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
23088 "print \$i after tuple assign 2", and
23089 "print vs2 after tuple assign 2".
23090 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
23091 meaningful error message and return -1 so the caller can
23092 suppress further tests and avoid a cascade of errors.
d63a86f8 23093
c906108c
SS
23094Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
23095
23096 * gdb.base/a1-selftest.exp: Tweak tests to account for new
23097 format for printing version.
23098 * gdb.base/default.exp: Ditto.
23099 * gdb.base/interrupt.exp: Fix problem with cascade of
23100 errors if child process dies while calling a function.
d63a86f8 23101
c906108c
SS
23102Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
23103
23104 * Makefile.in (VPATH): Add
23105 * Makefile.in (Makefile, config.status): Fix rules so things get
23106 remade when necessary.
23107
23108Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
23109
23110 * Makefile.in (just-check): Add path to sibling expect dir
23111 to environment variable specified by RPATH_ENVVAR.
23112
23113Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
23114
23115 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
23116 (just-check): Add shared library paths for libstdc++, tk,
23117 tcl, bfd, and opcodes to the environment variable specified
23118 in RPATH_ENVVAR.
23119 * configure.in: Add support to recognize --enable-shared flag
23120 and generate correct value for RPATH_ENVVAR.
23121 * configure: Regenerated with autoconf.
23122
23123Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
23124
23125 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 23126 include all osf versions.
c906108c
SS
23127 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
23128 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
23129 when target is linux. When failing to build pthreads test
23130 executable, give more meaningful message.
23131 * gdb.threads/pthreads.c: Hpux also uses old definition of second
23132 arg for pthread_create.
d63a86f8 23133
c906108c
SS
23134Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
23135
23136 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 23137 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 23138 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 23139 and -lpthreads (everybody else).
c906108c
SS
23140 (test_startup): Fail gracefully if threads are not supported.
23141 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
23142 "p/c array_index("abcdef",2)" when not gcc compiled.
23143 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
23144 "print func2::coremaker_local" when not gcc compiled.
23145 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
23146 "ptype on opaque struct tagname (statically)",
23147 "ptype on opaque struct tagname (dynamically) 1", and
23148 "ptype on opaque struct tagname (dynamically) 2"
23149 for not compiled with gcc.
23150 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
23151 backtrace when compiled with gcc.
d63a86f8 23152 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
23153 than always return success.
23154
23155Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
23156
23157 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
23158
23159Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
23160
23161 * gdb.base/structs.exp: Undo last change.
23162
23163Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
23164
23165 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
23166 encapsulate all the steps/nexts done during self test, starting
23167 at main, and makes them less sensitive to optimization issues.
23168 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
23169 signal handler" test.
23170 * gdb.threads/pthreads.exp: Only run this for native configs.
23171 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
23172 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23173 tests.
23174 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23175 for "runto test_calls(void)" test.
d63a86f8 23176
c906108c
SS
23177Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
23178
23179 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23180 and don't expect address info in breakpoint confirmations.
23181
23182Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
23183
23184 * gdb.base/list.exp (test_forward_search): Increase timeout
23185 temporarily by 60 seconds for searching extremely long line,
889bf7c5 23186 and then reset to old value when done. Increase expect input
c906108c
SS
23187 buffer to 10000.
23188
23189Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
23190
23191 * gdb.base/list.exp (test_forward_search): Fix to handle very
23192 long source line without overflowing expect's input buffer.
23193
23194Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
23195
23196 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23197 "buffer_full".
23198
23199 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23200 "buffer_full".
23201
23202 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23203 "buffer_full".
23204
23205 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23206 "buffer_full".
23207
23208Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
23209
23210 * configure.in (configdirs): Add gdb.threads.
23211 * configure: Regenerated with autoconf.
23212 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23213 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23214 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 23215
c906108c
SS
23216Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
23217
23218 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23219
23220Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
23221
23222 * gdb.base/signals.exp (test_handle_all_print): Test separately for
23223 each signal's status in the output of "handle all print".
23224 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23225 the \r\n sequence that immediately precedes the gdb prompt.
23226 * gdb.base/a1-selftest.exp: Save original timeout and restore
23227 after test.
23228
23229Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
23230
23231 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23232 symbol.
23233
23234Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
23235
23236 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23237
23238Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
23239
23240 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23241 timeout by 60 seconds.
23242
23243Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
23244
23245 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23246 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23247 error return.
23248
23249Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
23250
23251 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23252 gdb initialization, also report how long dejagnu waited. Restore
23253 old timeout before doing error return. Temporarily increase timeout
889bf7c5 23254 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
23255
23256Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
23257
23258 * lib/gdb.exp: Report timeout value for verbosity level 2.
23259 * config/gdbserver.exp: Ditto.
23260 * config/hppro.exp: Ditto.
23261 * config/mips-gdb.exp: Ditto.
23262 * config/monitor.exp: Ditto.
23263 * config/netware.exp: Ditto.
23264 * config/sim-gdb.exp: Ditto.
23265 * config/slite-gdb.exp: Ditto.
23266 * config/udi-gdb.exp: Ditto.
23267 * config/unix-gdb.exp: Ditto.
23268 * config/vx-gdb.exp: Ditto.
23269 * gdb.base/a1-selftest.exp: Ditto.
23270 * gdb.base/a2-run.exp: Ditto.
23271 * gdb.base/break.exp: Ditto.
23272 * gdb.base/corefile.exp: Ditto.
23273 * gdb.base/list.exp: Ditto.
23274 * gdb.base/recurse.exp: Ditto.
23275 * gdb.base/scope.exp: Ditto.
23276 * gdb.base/signals.exp: Ditto.
23277
23278Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23279
23280 * gdb.threads/Makefile.in (docdir): Removed.
23281
23282Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23283
23284 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 23285 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 23286 @srcdir@.
d63a86f8 23287 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
23288 autoconf 2.5 or higher.
23289 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23290
23291Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
23292
23293 * configure: Regenerated.
23294 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23295 avoid name clashes with SunOS headers.
23296
23297Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
23298
23299 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23300
23301Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
23302
23303 * gdb.base/callfuncs.exp: Finish last change -- make sure the
23304 prototype information ends up in the compiler info file.
23305
23306Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
23307
23308 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23309 attempting to regenerate it. Eliminate use of a temporary file
23310 and just generate the info file directly. Source it immediately,
23311 for consistency of use.
23312 * gdb.base/corefile.exp: Ditto
23313 * gdb.base/exprs.exp: Ditto.
23314 * gdb.base/funcargs.exp: Ditto.
23315 * gdb.base/langs.exp: Ditto.
23316 * gdb.base/list.exp: Ditto.
23317 * gdb.base/mips_pro.exp: Ditto.
23318 * gdb.base/nodebug.exp: Ditto.
23319 * gdb.base/opaque.exp: Ditto.
23320 * gdb.base/ptype.exp: Ditto.
23321 * gdb.base/scope.exp: Ditto.
23322 * gdb.base/setvar.exp: Ditto.
23323 * gdb.base/signals.exp: Ditto.
23324 * gdb.base/whatis.exp: Ditto.
23325 * gdb.c++/templates.exp: Ditto.
23326 * gdb.c++/virtfunc.exp: Ditto.
23327 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 23328 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
23329
23330Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23331
23332 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
23333 it got fixed by the recent lookup_minimal_symbol_by_pc change.
23334 Increase timeout, a lot of single stepping might be needed if the
23335 target has no hardware watchpoints.
23336
23337Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
23338
23339 * gdb.base/break.exp: Ignore compiler warnings when compiling
23340 break.c.
23341 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23342 * gdb.base/default.exp: Add h8300 xfails. Handle messages
23343 from remote-sim.
23344 * gdb.base/exprs.exp: Add h8300 xfails.
23345 * gdb.base/funcargs.exp: Likewise.
23346 * gdb.base/nodebug.exp: Likewise.
23347 * gdb.base/printcmds.exp: Likewise.
23348 * gdb.base/ptype.exp: Likewise.
23349 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
23350 h8300 xfails.
d63a86f8 23351 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
23352 on the h8300.
23353 * gdb.base/funcargs.c: Explicitly make last constant argument to
23354 call_after_alloca_subr an unsigned long type.
23355 * gdb.base/return.c: Include stdio.h.
23356
23357Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
23358
23359 * config/abug.exp: New file for the older Motorola Bug monitor
23360 that runs on the mvme13x series VME boards.
23361 * config/monitor.exp: Use the new config array for target settings
23362 if they exist.
23363
23364Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
23365
23366 * sim-gdb.exp: Make the SH simulator allocate less space when
23367 it is targeted.
23368
23369Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
23370
23371 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23372 test.
23373
23374Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
23375
23376 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23377 "rs6000-*-*" for "list function in include file" when gcc compiled.
23378 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23379 for "p ctable1[120]".
23380 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23381 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23382 Remove setup_xfail for "rs6000-*-*" for
23383 "print 'scope0.c'::filelocal before run".
23384 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23385 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23386 since some compilers don't allow both options to be given
23387 on the same command line. Create object file and move it.
d63a86f8 23388
c906108c
SS
23389Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
23390
23391 * gdb.base/corefile.exp: Always regenerate the core file, since
23392 we always regenerate the coremaker program. Detect special case
23393 where registers cannot be read from core file.
d63a86f8 23394
c906108c
SS
23395Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
23396
23397 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23398 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23399 * gdb.c++/templates.exp: Only match on basename of file since
23400 some formats like xcoff don't encode directory information.
23401 * gdb.stabs/weird.exp: Use the right sed script for powerpc
23402 and rs6000 AIX xcoff targets.
23403 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23404 * configure: Regenerate.
23405 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23406 here, rather than in distclean.
d63a86f8 23407
c906108c
SS
23408Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
23409
23410 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23411 defined, and use it to compile the test case with -O2. The
23412 native compilation still uses no optimization.
23413 * gdb.base/mips_pro.c: Remove inline assembly code since
23414 it is compiled PIC by default, which results in assembler
23415 warnings that make the testsuite think the compilation
23416 was unsuccessful.
23417
23418Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
23419
23420 * gdb.c++/misc.exp: Add note to message for
23421 "print s.a for foo struct" that this is a known gcc 2.7.2
23422 and earlier bug.
23423
23424Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
23425
23426 * gdb.base/break.exp: Fix pattern for matching "Delete all
23427 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
23428 setup_xfail for deleting all breakpoints test. Fix various
23429 timeout messages to include "(timeout)".
23430 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23431 for "p t_float_values2(3.14159,float_val2)".
23432 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23433 for "continue to call2g" when gcc compiled.
23434 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23435 "up to foo in langs.exp", "show language at foo in langs.exp",
23436 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23437 and "show language at fsub in langs.exp".
23438 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23439 "list line 1 in include file", "list message for lines past EOF",
23440 "list function in include file", "list list0.h:foo", and
23441 "list filename:function; nonexistant function".
23442 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23443 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23444 and "ptype t_char_array" to be for native cc only.
d63a86f8 23445
c906108c
SS
23446Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
23447
d63a86f8 23448 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 23449 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 23450 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
23451
23452Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
23453
23454 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23455 "bt in signals.exp". This problem only appears when running
23456 the testsuite, and then only intermittently.
23457
23458Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
23459
23460 * gdb.base/return.exp (return_tests): Differentiate between
23461 two tests of continuing.
23462
23463Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
23464
23465 * */Makefile.in (maintainer-clean): Remove config.log.
23466 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23467 * gdb.c++/Makefile.in (PROGS): Add inherit.
23468 (clean): Remove *.ci.
23469
23470Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
23471
23472 * gdb.c++/misc.cc: Add test code from Mike Stump.
23473 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23474
23475Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
23476
23477 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23478 to "alpha-*-osf2*" and add comment.
23479 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
23480 setup_xfail for "step over execarg initialization" and
23481 "step over corearg initialization".
c906108c
SS
23482 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23483 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23484 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 23485 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
23486 "print func2::coremaker_local", and "backtrace in corefile.exp".
23487 * gdb.base/signals.exp: Build and source signals.ci.
23488 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23489 to be for gcc only.
23490 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 23491
c906108c
SS
23492Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23493
23494 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
23495 Feb 3 procfs.c change.
23496
23497Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
23498
23499 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23500
23501Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
23502
23503 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23504 from dejagnu's apparent default of 10 seconds, which gives random
23505 results when running the tests over NFS on moderately loaded systems.
23506 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23507
23508Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
23509
23510 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
23511 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 23512 result reports.
c906108c
SS
23513
23514Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
23515
23516 * configure.in (CY_AC_PATH_TCLH): Remove.
23517 * configure: Regenerate.
23518
23519Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
23520
23521 * gdb.c++/Makefile.in (clean): Add missing '{'.
23522
23523Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
23524
23525 * lib/gdb.exp: Provide a default value for noinferior.
23526
23527 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23528 Load libgloss.exp.
23529
23530Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
23531
23532 * gdb.disasm/hppa.exp: Compile directly into an executable, use
23533 the executable, not the .o to run the tests from.
23534
23535Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
23536
23537 * gdb.base/break.exp: Don't test for program exit or exit status
23538 if $noresults if nonzero.
23539 * gdb.base/langs.exp: Likewise.
23540 * gdb.base/watchpoint.exp: Likewise.
23541
23542 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23543 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23544 trying to compile the testcase.
23545
23546Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
23547
23548 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23549 * gdb.base/signals.exp (continue to handler): Likewise.
23550
23551Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
23552
23553 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
23554
23555 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
23556
23557Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
23558
23559 * gdb.base/corefile.exp: Recognize "not found" as failure
23560 when trying to determine if a core file was generated.
23561 If no core file was generate the first time, try again without
23562 the ulimit -c to work around braindamaged shells.
23563
23564Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
23565
23566 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23567 [] tests with "test" and enclose string in quotes.
23568 * gdb.stabs/configure: Rebuild
d63a86f8 23569
c906108c
SS
23570Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
23571
23572 Changes in sync with expect:
23573 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23574 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23575 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23576 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
23577 argument to AC_REQUIRE.
23578 * configure: Regenerated.
23579
23580Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
23581
23582 * gdb.base/corefile.exp: When generating a core, discard any
23583 error messages about ulimit not found and the "core dumped"
23584 message from the shell that runs the coredumper.
23585
23586Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
23587
23588 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23589
23590 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23591 which sed script to run. Expect failure for v_comb test
23592 on PA targets too.
d63a86f8 23593
c906108c
SS
23594Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
23595
23596 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 23597 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
23598
23599Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
23600
23601 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23602 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 23603 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
23604 * lib/gdb.exp (default_gdb_start): Fix typo.
23605 * gdb.base/corefile.exp: Allow "Core was generated by ..."
23606 messages to not include the full program name that caused
23607 the core dump since some systems (such as solaris) apparently
23608 truncate this path to about 80 characters.
23609 When generating a core file first try increasing the core file
23610 size limit to unlimited since some systems may default it to
23611 zero, and it is harmless to try it. Move the test for failing
23612 to generate a core file to where it will actually get executed.
23613 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23614 new gdb result from g++ debug info improvements and make old
23615 pattern obsolescent. Also account for size_t differences
23616 (may be int or long).
23617 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23618 initialization before function call is placed in the delay slot
23619 and thus appears to be skipped over by commands such as "next".
23620
23621Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
23622
23623 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23624
23625Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
23626
23627 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23628 input source file; fix code to compile test to deal with this
23629 convention.
23630 * gdb.c++/*.exp: Likewise.
23631
23632Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
23633
23634 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23635 "bt in signals.exp".
23636
23637Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
23638
23639 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23640 "step over execarg initialization" and
889bf7c5 23641 "step over corearg initialization".
c906108c
SS
23642
23643Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
23644
23645 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23646 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
23647
23648Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
23649
23650 From Rob Savoye (rob@poseidon.cygnus.com)
23651 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23652 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
23653 configure.in}, gdb.disasm/{Makefile.in, configure.in},
23654 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23655 configure.in}: Major reworking for autoconfig.
c906108c
SS
23656 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23657 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 23658 New files.
c906108c
SS
23659 * config/unix-gdb.exp: Make GDB global.
23660 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
23661 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23662 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23663 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23664 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23665 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 23666 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
23667 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23668 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23669 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23670 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 23671 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
23672 to returns as necessary, arrange for test to compile own testcase
23673 executable.
c906108c 23674 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 23675
c906108c
SS
23676Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
23677
23678 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 23679 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
23680 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23681 "backtrace through signal handler".
23682
23683Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23684
23685 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
23686 continuing from a job control stop signal.
23687 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
23688
23689Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
23690
23691 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23692 * gdb.base/corefile.exp: Likewise.
23693 * gdb.base/funcargs.exp: Likewise.
23694
23695Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
23696
23697 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
23698 * config/monitor.exp: Add support for setting baud rate.
23699
23700Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
23701
23702 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23703 i*86-*-linux* xfails for "backtrace through signal handler".
23704 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23705 "print func2::coremaker_local".
23706 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 23707 alpha-dec-osf2* xfail for
c906108c
SS
23708 "delete all breakpoints when none".
23709
23710Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
23711
23712 * gdb.base/break.exp: Change test that deletes all breakpoints
23713 when no user breakpoints are installed. A post 4.15 change
23714 causes gdb to no longer prompt in this case.
23715
23716Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
23717
23718 * gdb.base/return.exp (return_tests): Change xfail for test
23719 "correct value returned double test" to stop xfailing at
23720 Solaris 2.5. Apparently the bug has been fixed.
23721
23722Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
23723
23724 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23725 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23726
23727Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
23728
23729 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23730 * gdb.disasm/hppa.s: Corresponding changes.
23731
23732Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
23733
23734 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23735 makefile fragment.
23736 * config/mt-hpux: Deleted.
23737
23738Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
23739
d63a86f8 23740 * Many files: When warning about suppressed tests due to a
c906108c
SS
23741 nonexistant test binary, avoid incrementing the warning count.
23742
23743Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
23744
23745 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 23746
c906108c
SS
23747Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23748
23749 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
23750 "sparc-*-solaris2*".
23751
23752Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23753
23754 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
23755 Add global and local variables and initialize them.
23756 * gdb.base/corefile.exp: Test correct mapping of corefile sections
23757 by printing variables. Remove rs6000 and powerpc xfails, BFD now
23758 extracts the file name and terminating signal from the core file.
23759 * TODO: Remove note about tests for correct mapping of corefile.
23760 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
23761 from optimizing it away.
23762 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
23763 handles common blocks.
23764
23765Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
23766
23767 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23768 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23769
23770Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
23771
23772 * Makefile.in (maintainer-clean): New target, synonym for
23773 realclean.
23774 * gdb.base/Makefile.in (maintainer-clean): Likewise.
23775 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23776 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23777 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23778 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23779 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23780
23781Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
23782
23783 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
23784 xfails when not gcc compiled for "print foo::funclocal".
23785 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23786 "print foo::funclocal at foo",
23787 "print 'scope1.c'::foo::funclocal at foo",
23788 "print foo::funclocal_bss at foo",
23789 "print 'scope1.c'::foo::funclocal_bss at foo",
23790 "print foo::funclocal_ro at foo",
23791 "print 'scope1.c'::foo::funclocal_ro at foo",
23792 "print bar::funclocal at foo" and
23793 "print 'scope1.c'::bar::funclocal at foo".
23794 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
23795 gcc compiled for "print foo::funclocal at bar".
23796 Expand all messages to ensure that they identify that
23797 the test is at bar().
23798 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23799 gcc compiled for:
23800 "ptype on opaque struct pointer (statically)",
23801 "ptype on opaque struct tagname (statically)",
23802 "ptype on opaque struct pointer (dynamically) 1",
23803 "ptype on opaque struct tagname (dynamically) 1",
23804 "ptype on opaque struct pointer (dynamically) 2" and
23805 "ptype on opaque struct tagname (dynamically) 2
23806 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23807 gcc compiled for:
23808 "p datalocal"
23809 "whatis datalocal",
23810 "ptype datalocal",
23811 "p bsslocal",
23812 "whatis bsslocal", and
23813 "ptype bsslocal".
23814 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23815 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23816 when not gcc compiled.
23817 * gdb.base/funcargs.exp (float_and_integral_args): Add
23818 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23819 compiled.
23820 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23821 "backtrace from call6a" when not gcc compiled.
23822 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23823 "backtrace from call7a" when not gcc compiled.
23824 * gdb.base/callfuncs.exp (do_function_calls):
23825 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23826 "p t_char_array_values(char_array_val2,char_array_val1)",
23827 "p t_char_array_values(char_array_val1,char_array_val2)",
23828 "p t_char_array_values("carray 1","carray 2")",
23829 "p t_char_array_values("carray 1",char_array_val2)",
23830 "p t_char_array_values(char_array_val1,"carray 2")",
23831 "p sum_args(1,{2})",
23832 "p sum_args(2,{2,3})",
23833 "p sum_args(3,{2,3,4})",
23834 "p sum_args(4,{2,3,4,5})"
23835 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23836 "backtrace in corefile.exp" when not gcc compiled.
23837
23838Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23839
23840 * gdb.base/signals.exp: Rewrite `handle all print' test as
23841 a procedure. Accept blanks or TABs as whitespace, increase
23842 timeout and expect input buffer size for the large output
23843 from the command. Remove "i*86-*-bsdi2.0" xfail.
23844
23845Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23846
23847 * gdb.base/setvar.exp: Add new testcases for truncation when
23848 assigning invalid values to bitfields.
23849
23850Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
23851
d63a86f8 23852 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
23853 mips-sgi-irix* xfail for
23854 "call inferior func with struct - returns char *"
23855 and fix test so that an optional (unsigned char *) cast is
889bf7c5 23856 accepted in the result.
c906108c
SS
23857
23858Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
23859
23860 * gdb.base/funcargs.exp (float_and_integral_args): Remove
23861 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23862 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
23863 * gdb.base/signals.exp: Remove duplicate "handle all print" test
23864 that accidentally got checked in.
23865
23866Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
23867
d63a86f8 23868 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
23869 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
23870 compiled test.
23871 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
23872 Add mips-sgi-irix5* xfail for not gcc compiled.
23873 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
23874 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
23875 "p top", "whatis top", "p middle", and "whatis middle".
23876 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23877 "whatis signed char" for not gcc compiled.
23878 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23879 "set variable signed char=-1 (-1)" and
23880 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23881 * gdb.base/funcargs.exp (float_and_integral_args):
23882 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23883 Add mips-sgi-irix* xfail when not gcc compiled for
23884 "continue to call2b".
23885 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23886 "continue to call2g".
23887 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23888 "backtrace from call6a"
23889 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23890 "backtrace from call7k".
23891 Add mips-sgi-irix5* xfail when not gcc compiled for
23892 "backtrace from call7a".
23893 (localvars_after_alloca): Fix gdb_test cmds for
23894 "print * after runto ...".
23895 Remove rs6000-*-* xfails for
23896 "print i after runto localvars_after_alloca" and
23897 "print l after runto localvars_after_alloca"
23898 for all compilers.
23899 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 23900 when not compiled with gcc, for:
c906108c
SS
23901 "print signed char == (minus)",
23902 "print signed char != (minus)",
23903 "print signed char < (minus)",
23904 "print signed char > (minus)".
23905 * gdb.base/callfuncs.exp (do_function_calls):
23906 Add mips-sgi-irix* xfail, when compiled with native compiler, for
23907 "call inferior func with struct - returns char *".
d63a86f8 23908 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
23909 "correct value returned double test" to include Solaris 2.4.
23910 * gdb.base/funcargs.exp (float_and_integral_args):
23911 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 23912
c906108c
SS
23913Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23914
23915 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
23916 enumeration bitfields if compiling with GNU C.
23917 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
23918 to empty' prompt.
23919
23920Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
23921
23922 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23923 test for PRO targets.
23924
23925 * gdb.base/funcargs.exp: Avoid ever setting more than 8
23926 breakpoints in the inferior at any given time by making
23927 two groups of breakpoints for call2*, call6* and call7*
23928 tests.
23929
23930Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23931
23932 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
23933 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
23934 from optimizing it away.
23935 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
23936 "call inferior func with struct".
23937
23938Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
23939
23940 * configure.in: Only configure gdb.chill for particular targets.
23941
23942Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
23943
23944 * gdb.base/Makefile.in: Add action to .c.o transformation
23945 rule that generates a .ci file for each .o file and remove
23946 explicit .c.o rules except for callfuncs.o.
23947 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
23948 generates a .ci file for each .o file and remove explicit
23949 .cc.o rules.
23950 (clean): Remove *.tmp *.ci files.
23951 (EXECUTABLES): Remove templ-info.exp.
23952 * gdb.base/compiler.c: New file.
23953 * gdb.c++/compiler.cc: New file
23954 * gdb.base/scope.exp: Source gdb.base/scope.ci.
23955 Change rs6000-*-* xfail for
23956 "print 'scope0.c'::filelocal_ro" and
23957 "print 'scope1.c'::filelocal" and
23958 "print 'scope1.c'::filelocal_bss" and
23959 "print 'scope1.c'::filelocal_ro" and
23960 "print 'scope1.c'::foo::funclocal" and
23961 "print 'scope1.c'::foo::funclocal_ro" and
23962 "print 'scope1.c'::bar::funclocal" and
23963 "print 'scope0.c'::filelocal_ro" and
23964 "print 'scope1.c'::filelocal at foo" and
23965 "print 'scope1.c'::filelocal_bss at foo" and
23966 "print 'scope1.c'::filelocal_ro at foo" and
23967 "print 'scope1.c'::foo::funclocal at foo" and
23968 "print 'scope1.c'::foo::funclocal_bss at foo" and
23969 "print 'scope1.c'::foo::funclocal_ro at foo" and
23970 "print 'scope1.c'::bar::funclocal at foo" and
23971 "print 'scope0.c'::filelocal_ro" and
23972 "print 'scope1.c'::filelocal" and
23973 "print 'scope1.c'::filelocal_bss" and
23974 "print 'scope1.c'::filelocal_ro" and
23975 "print 'scope1.c'::foo::funclocal" and
23976 "print 'scope1.c'::foo::funclocal_bss" and
23977 "print 'scope1.c'::foo::funclocal_ro" and
23978 "print 'scope1.c'::bar::funclocal" and
23979 "print 'scope1.c'::bar::funclocal_bss"
23980 to only be xfail'd when not compiled with gcc.
d63a86f8 23981 Add rs6000-*-* xfail for
c906108c
SS
23982 "print 'scope0.c'::filelocal_bss before run"
23983 when compiled with gcc.
23984 (test_at_main): Add rs6000-*-* xfail for
23985 "print filelocal_ro in test_at_main"
23986 when compiled with gcc.
23987 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 23988 Add rs6000-*-aix* xfail for
c906108c
SS
23989 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23990 "ptype t_char_array", not compiled with gcc.
23991 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
23992 xfail for "list foo (in include file)" when gcc compiled.
23993 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 23994 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
23995 "run to call0a" if not compiled with gcc.
23996 (unsigned_integral_args): Add rs6000-*-* xfail for
23997 "run to call1a" if not compiled with gcc.
23998 (float_and_integral_args): Add rs6000-*-* xfail for
23999 "run to call2a" if not compiled with gcc and for
24000 "continue to call2b" for any compiler.
24001 Add rs6000-*-* xfail to
24002 "print f1 after run to call2a" for gcc compiled.
24003 (discard_and_shuffle): Add rs6000-*-* xfail for
24004 "run to call6a".
24005 (shuffle_round_robin): Add rs6000-*-* xfail for
24006 "backtrace from call7a" if not compiled with gcc.
24007 Add rs6000-*-* xfail for
24008 "backtrace from call7b" if compiled with gcc.
24009 (call_after_alloca): Add rs6000-*-* xfail for
24010 "print c in call_after_alloca" and
24011 "print s in call_after_alloca" and
24012 "backtrace from call_after_alloca_subr"
24013 if not compiled with gcc.
24014 (localvars_in_indirect_call): Add rs6000-*-* xfail for
24015 "print c in localvars_in_indirect_call" and
24016 "print c in localvars_in_indirect_call" and
24017 "backtrace in indirectly called function" and
24018 "stepping into indirectly called function"
24019 if not compiled with gcc.
24020 (localvars_after_alloca): Add rs6000-*-* xfail for
24021 "print c after runto localvars_after_alloca" and
24022 "print s after runto localvars_after_alloca" and
24023 "print i after runto localvars_after_alloca" and
24024 "print l after runto localvars_after_alloca"
24025 for all compilers.
24026 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
24027 than whatis-info.exp.
24028 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
24029 than opaque-info.exp.
24030 Setup rs6000-*-* xfail for
d63a86f8 24031 "ptype on opaque struct pointer (statically)" and
c906108c
SS
24032 "ptype on opaque struct pointer (dynamically)" when
24033 not compiled with gcc.
24034 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
24035 rather than callf-info.exp.
24036 (do_function_calls): Add clear_xfail for rs6000-*-* for
24037 "p t_float_values2(3.14159,float_val2)". Seems to work
24038 fine there, both with xlc and gcc. Need to find out what
24039 it is doing right and fix other platforms.
24040 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
24041 "call inferior func with struct - returns int",
24042 "call inferior func with struct - returns long",
24043 "call inferior func with struct - returns float",
24044 "call inferior func with struct - returns double",
24045 "call inferior func with struct - returns char *",
24046 but only if not gcc compiled (presumes xlc compiled).
24047 Change rs6000-*-* xfails for
24048 "call inferior func with struct - returns char" and
24049 " call inferior func with struct - returns short" to only
24050 xfail if not using gcc.
24051 (clean mostlyclean): Remove *.ci and *.tmp files.
24052 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
24053 than templ-info.exp.
24054 * gdb.base/langs.exp: Source gdb.base/langs.ci.
24055 Add rs6000-*-* xfail for "up to foo in langs.exp"
24056 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 24057 when not gcc compiled.
d63a86f8 24058
c906108c
SS
24059Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24060
24061 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
24062 * gdb.base/corefile.exp: Likewise.
24063 * gdb.base/list.exp: Likewise.
24064 * gdb.base/scope.exp: Likewise.
24065 * gdb.base/siganls.exp: Likewise.
24066
24067 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
24068 compiler output.
24069 * gdb.base/whatis.exp: Likewise.
24070
24071Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
24072
24073 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
24074 failure (opcode table has been fixed to match reality).
24075
24076Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
24077
24078 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
24079 "call inferior func with struct - returns char",
24080 "call inferior func with struct - returns short"
24081
24082 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
24083 "print 'scope0.c'::filelocal at main",
24084 "print 'scope0.c'::filelocal_bss in test_at_main",
24085 "print 'scope0.c'::filelocal at foo",
24086 "print 'scope0.c'::filelocal_bss in test_at_foo",
24087 "print 'scope0.c'::filelocal at bar",
24088 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 24089
c906108c
SS
24090 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
24091 in source file 1". This bug seems to have been fixed with both
24092 gcc and native cc (was native assembler bug?).
24093
24094Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
24095
24096 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
24097 "backtrace through signal handler" to "i*86-*-sysv4*".
24098 * gdb.base/signals.exp: Add xfail for "'next' behaved as
24099 continue" case. Add "known SVR4 bug" to fail message.
24100 Add "i*86-*-bsdi2.0" xfail for "handle all print".
24101 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
24102 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
24103 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
24104 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
24105 "up to foo in langs.exp", "show language at foo in
24106 langs.exp", "up to cppsub_ in langs.exp", "show
24107 language at cppsub_ in langs.exp", "up to fsub in
24108 langs.exp", and "show language at fsub in langs.exp".
24109 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
24110 "bactrace in corefile.exp".
24111 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
24112 "call inferior function with struct - returns float" and
24113 "call inferior function with struct - returns double".
d63a86f8 24114
c906108c
SS
24115Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
24116
24117 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
24118 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
24119 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
24120 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
24121
24122Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
24123
24124 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
24125 (or overriden) "CHILL" macro rather then bare "gcc".
24126 Also look for ../../gcc/xgcc since that is what we will
24127 actually need, not "Makefile". Remove following assignment
24128 of CHILL to CHILL_FOR_TARGET because that results in
24129 recursive definition.
24130
24131Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
24132
24133 * gdb.base/corefile.exp: Change xfail for backtrace in
24134 corefile.exp from linuxaout to all linux.
24135 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
24136 cases where we miss the breakpoint at the signal handler
24137 for some reason. Setup xfail for linuxoldld/linuxaout and
24138 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
24139 hitting SIGURG breakpoint.
24140 * gdb.base/signals.exp: Setup xfail for "next" acting like
24141 continue to add linuxoldld. Setup xfail for all linux for
24142 "next to handler in signals_tests_1", "backtrace in
24143 signals_tests_1", "continue to func1", "pass SIGUSR1",
24144 and continue to handler".
24145
24146Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
24147
24148 * Update all FSF addresses except those in COPYING* files.
24149
24150Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
24151
24152 * gdb.base/a2-run.exp: Change messages to be more explicit about
24153 the status of args, and quote binfile in results.
24154
24155Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
24156
24157 * gdb.base/callfuncs.exp: Add tests for passing structs to
24158 inferior functions and return various types.
24159 * gdb.base/callfuncs.c: Add functions to receive a struct
24160 and return a member of the struct, in various types.
24161
24162Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24163
24164 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
24165
24166Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
24167
24168 * config/vxworks29k.exp: New file, sources vxworks.exp.
24169
24170Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24171
24172 * config/gdbremote.exp: New file. Testing framework using
24173 gdbserver.
24174
24175Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
24176
24177 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24178 "call function when asleep" and "send end of file".
24179 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24180 for "backtrace in corefile.exp".
24181 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24182 for "backtrace through signal handler".
24183 * gdb.base/corefile.exp: Make sure we actually generate a core file
24184 before trying the core tests. Some systems allow the user to suppress
24185 generation of core files and default to that (linux for example).
24186 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24187 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
24188
24189Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24190
24191 * gdb.threads: New directory with some crude multi-threaded
24192 gdb tests (step.exp and step2.exp).
24193 * config/mt-lynx (STEP_EXECUTABLE): Define.
24194 (THREADFLAGS): Define.
24195
24196Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
24197
24198 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24199
24200 * gdb.base/signals.exp: Disable whole file for lynx until
24201 further notice.
24202
24203 * gdb.base/signals.exp: xfail test where "next" acts like
24204 "continue" for lynx.
24205
24206 * gdb.base/interrupt.exp: xfail test for calling function while
24207 inferior is asleep for lynx.
24208
24209 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24210 than one cr-lf after each command.
24211
24212Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24213
24214 * configure.in: Reinstate setting of stabsdirs variable, fix
24215 typo in setting up configdirs for native builds.
24216
24217 * gdb.base/return.exp: Fix typo in return double test.
24218 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
24219 compiler from optimizing them away.
24220
24221Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
24222
24223 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24224 sequences to be echo'd by gdb when using gdb_test.
24225 * gdb.chill/chexp.exp: Likewise.
24226 * gdb.fortran/exprs.exp: Likewise
24227
24228Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24229
24230 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24231 after the inferior gdb has started.
24232
24233 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24234 after each command.
24235 * gdb.base/funcargs.exp: Likewise.
24236 * gdb.base/gdbvars.exp: Likewise.
24237 * gdb.base/interrupt.exp: Likewise.
24238 * gdb.base/list.exp: Likewise.
24239 * gdb.base/watchpoint.exp: Likewise.
24240 * gdb.c++/demangle.exp: Likewise.
24241 * gdb.c++/inherit.exp: Likewise.
24242 * gdb.chill/chexp.exp: Likewise.
24243 * gdb.fortran/exprs.exp: Likewise.
24244
24245 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24246 test if we can't handle IO to/from the inferior.
24247
24248 * gdb.c++/misc.exp: Always check for a program already being
24249 started after sending a "run" command to gdb.
24250
24251 * gdb.base/twice.exp: Start with a fresh gdb.
24252
24253 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24254 only depend on gdb's expression code, not the chill runtime.
24255
24256 * gdb.base/return.c: Put return values into variables so we
24257 can have gdb print them rather than depending on the program
24258 to print them.
24259 * gdb.base/return.exp: Corresponding changes.
24260
24261 * lib/gdb.exp: Provide default value for noinferiorio.
24262 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24263 the inferior.
24264
24265 * gdb.base/break.exp: Always check for a program already being
24266 started after sending a "run" command to gdb.
24267 (text_next_with_recursion): Don't check the output from the
24268 program's printf statement. Instead just make sure the program
24269 exited.
24270
24271 * gdb.base/commands.exp: Protect tests which need arguments with
24272 $noargs conditionals.
24273
24274Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24275
24276 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
24277 of structure member arrays to match gdb/valops.c:value_addr change.
24278
24279Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
24280
24281 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24282 cases.
24283
24284Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
24285
24286 * configure.in (configdirs): Remove gdb.chill from default list
24287 of subdirs and then add it back in only if doing a native build.
24288 The current chill compiler does not yet work in any cross build.
24289 * Revert all signal changes from Jul 6.
24290 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
24291 for sh-hms targets, allowing these tests to link, with no other
24292 changes. Testing is suppressed by setting "nosignals" in site.exp.
24293
24294Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
24295
24296 * configure.in (signaldirs): Define and add to configdirs for all
24297 targets except some specific ones that are known to not support signals.
24298 Also clean up formatting.
24299 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
24300 (signals, sigall): Remove rules to build.
24301 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24302 Moved to new gdb.signals directory.
24303 * gdb.signals: New test directory.
24304 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24305 signals.c signals.exp}: New or moved files.
24306
24307Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
24308
24309 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24310
24311Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
24312
24313 * gdb.base/return.exp: Xfail `return double' test failure
24314 on at least Solaris 2.3 and handle future/past versions on
24315 a case by case basis as appropriate. Also update message
24316 to include i*86 failures.
24317
24318Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24319
24320 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24321
24322 * lib/gdb.exp: Fix comment which erroneously identified
24323 gdb_file_cmd as gdb_load (the 19 May change was in fact to
24324 gdb_file_cmd not gdb_load).
24325 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24326
24327 * gdb.base/setvar.exp: Make test names consistent between pass and
24328 fail cases. Use gdb_test more.
24329
24330Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24331
24332 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24333
24334Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24335
24336 * gdb.base/help.exp: Fix expected help string for `show commands'.
24337
24338Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
24339
24340 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24341
24342 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24343 of a text section.
24344
24345Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
24346
24347 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
24348 that loop eventually terminates. Fix Connection refused logic so
24349 that testsuite will expire nicely.
24350
24351Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
24352
24353 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24354 config/rom68k.exp: New tcl glue for the appropriate monitors.
24355 These all just end up calling monitor.exp.
24356 * config/monitor.exp (gdb_target_monitor): Handle `Connection
24357 refused' by retrying. Cleanup some timeout issues.
24358 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
24359 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
24360 callers don't have to set/restore global timeout variable.
24361
24362 * The following set of changes centralizes management of the global
24363 timeout variable. This way, it can be set in one target dependent
24364 place instead of dozens of places scattered throughout the test suite.
24365 If you need to lengthen a timeout, then you should either set timeout
24366 in one of the config/{target}.exp files, or multiply it by a factor.
24367 Setting it to an absolute value is always going to lose for some
24368 targets.
24369 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
24370 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
24371 * gdb.base/funcargs.exp: Don't set timeout.
24372 * gdb.base/list.exp (test_forward_search): Only use local timeout.
24373 * gdb.base/printcmds.exp (test_print_string_constants
24374 test_print_array_constants): Don't set timeout.
24375 * gdb.base/ptype.exp: Don't set timeout.
24376 * gdb.base/recurse.exp: Don't set timeout.
24377 * gdb.base/return.exp: Don't set timeout.
24378 * gdb.base/watchpoint.exp: Don't set timeout.
24379 * gdb.c++/classes.exp (do_tests): Don't set timeout.
24380 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
24381
24382Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
24383
24384 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24385
24386Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24387
24388 * lib/gdb.exp: Disable chill tests for irix5.
24389
24390Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24391
24392 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
24393 each test pass or fail.
24394
24395Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24396
24397 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24398 xlc not gcc.
24399
24400Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
24401
24402 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
24403
24404Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
24405
24406 * config/est.exp: Fix copyright and comments. Remove dead code.
24407 Use targetname, serialport and baud variables instead of fixed
24408 constants.
24409 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
24410 * config/cpu32bug.exp: New file to support cpu32bug monitors.
24411
24412Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24413
24414 * gdb.base/watchpoint.exp: Don't run
24415 test_watchpoint_triggered_in_syscall for sunos.
24416
24417Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24418
24419 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24420 they don't seem to exist. Do include stdio.h.
24421
24422Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24423
24424 * gdb.base/a1-selftest.exp: Add alpha xfail.
24425
24426Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24427
24428 * gdb.base/watchpoint.c (main): Prompt before calling read().
24429 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24430 Revise accordingly. Remove cruft about sending "123" several
24431 times, until it gets noticed. Clean up the "print buf[0]" stuff
24432 so that it passes or fails, and waits for prompts in the usual way.
24433
24434Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24435
24436 * gdb.base/recurse.exp: Fix comment.
24437
24438 * TODO: Remove item about printing variables in nodebug.exp. Add
24439 item about enabling tests which are only run on some targets.
24440
24441 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24442 fail, make test names unique, use new gdb_test convention
24443 regarding pattern, use gdb_test more, etc.).
24444
24445 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24446 fail, make test names unique, etc.).
24447
24448Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24449
24450 * gdb.base/nodebug.c: Change return type of top and middle to
24451 short.
24452 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
24453 are fixed by the recent mdebugread.c changes. Allow `short ()'
24454 as type for top and middle.
24455
24456Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24457
24458 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
24459 nearly as I can tell, the whole thing was an accident in Stu's
24460 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24461 to replace a send/expect pair with gdb_test, but ended up only
24462 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
24463 of 30 Mar 1995 took care of it, but left this vestigial comment
24464 which I am now nuking.
24465
24466Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24467
24468 * gdb.base/break.exp: Look for different line number for
24469 breakpoint at main depending on usestubs.
24470
24471Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24472
24473 * gdb.base/list.exp: Adjust some alternate expect patterns to
24474 match recent list0.c change. Add alternate expect pattern for
24475 output from `list default lines around main' for optimizing
24476 compilers.
24477
24478Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24479
24480 * lib/gdb.exp: If nosignals is not set, set it to 0.
24481
24482Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
24483
24484 * config/slite-gdb.exp: Responds to load symbol table prompt.
24485 * gdb.base/break.exp: Adjust line number, fix rerun.
24486 * gdb.base/langs0.c: Add #ifdef usestubs.
24487
24488Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
24489
24490 * gdb.base/list.exp: Adjust line contents after adding new lines in
24491 list0.c. Also fix a syntax error.
24492
24493 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24494 * gdb.base/break.exp: ditto.
24495 * gdb.base/list.exp: ditto.
24496 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24497 * gdb.base/run.c: ditto.
24498 * gdb.base/list0.c: ditto.
24499 * gdb.base/funcargs.c: ditto.
24500
24501Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
24502
24503 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
24504 $targetname, $serialport and $baud instead of hardwired variables.
24505 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
24506 target doesn't support signals.
24507
24508Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
24509
24510 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24511
24512Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24513
24514 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
24515 Don't rely on the value of an auto variable before it has been
24516 initialized. Use gdb_test more.
24517
24518Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24519
24520 * lib/gdb.exp (default_gdb_version): A version number must start
24521 with a digit, but other than that contains all characters up to
24522 the first whitespace character.
24523
24524Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24525
24526 * gdb.base/commands.exp (breakpoint_command_test): New tests.
24527
24528Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24529
24530 * gdb.c++/*.exp: Warn if executable does not exist. The original
24531 reason for skipping the warning was that configure.in sometimes
24532 intentionally skipped building the executables but the tcl code
24533 had no way of knowing. That (a) was always bogus with respect to
24534 error handling, (b) is no longer true (right now there is no way
24535 to skip C++ tests).
24536
24537 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24538
24539Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24540
24541 * gdb.base/list.exp: Add expect patterns for output from
24542 SunPRO compiled executables.
24543 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
24544 types.
24545
24546Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24547
24548 * gdb.base/break.exp (test_next_with_recursion): Accept any line
24549 number (we are already testing that the correct source line text
24550 gets printed).
24551
24552 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
24553 that is what is intended, but something needed to be done to get
24554 sunos4 native working again.
24555
24556 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24557
24558 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24559 apparently went with a (very) old xfail.
24560
24561Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
24562
24563 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24564 runto_main is a proc in gdb.exp that will do 'step' for target use
24565 stubs.
24566 * gdb.base/exprs.exp: ditto.
24567 * gdb.base/interrupt.exp: ditto.
24568 * gdb.base/opaque.exp: ditto.
24569 * gdb.base/printcmds.exp: ditto.
24570 * gdb.base/ptype.exp: ditto.
24571 * gdb.base/scope.exp: ditto.
24572 * gdb.base/setvar.exp: ditto.
24573 * gdb.base/signals.exp: ditto.
24574 * gdb.base/twice.exp: ditto.
24575 * gdb.c++/classes.exp: ditto.
24576 * gdb.c++/inherit.exp: ditto.
24577 * gdb.c++/templates.exp: ditto.
24578 * gdb.base/break.exp: no run and hit main for stubs. Change line
24579 numbers for breakpoints and info breakpoint.
24580 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24581 breakpoint().
24582 * gdb.base/callfuncs.c: ditto.
24583 * gdb.base/exprs: ditto.
24584 * gdb.base/interrupt.c: ditto.
24585 * gdb.base/opaque0.c: ditto.
24586 * gdb.base/printcmds.c: ditto.
24587 * gdb.base/ptype.c: ditto.
24588 * gdb.base/scope0.c: ditto.
24589 * gdb.base/setvar.c: ditto.
24590 * gdb.base/signals.c: ditto.
24591 * gdb.base/twice.c: ditto.
24592 * gdb.c++/misc.cc: ditto.
24593 * gdb.c++/templates.cc: ditto.
24594
24595Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24596
24597 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24598
24599 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24600 somewhere between `read' and `main.c'. I'm pretty sure the
24601 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24602 and it isn't particularly useful.
24603
24604 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
24605
24606Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24607
24608 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24609
24610Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
24611
24612 * config/mt-slite: add LIBS and -nostdlib.
24613 * config/slite-gdb.exp: add this new file to support sparclite target.
24614
24615Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
24616
24617 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24618
24619 * gdb.base/a2-run.exp: Change argument to istarget from
24620 "*-*-vxworks" to "*-*-vxworks*".
24621 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24622
24623Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
24624
24625 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24626 will not runto main but do a 'step' to step out of breakpoint().
24627 * config/mt-slite: add -Dusestubs.
24628
24629Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24630
24631 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24632 instead of just @.
24633
24634 * gdb.base/signals.exp: Add test for "handle all print".
24635 * TODO: Remove "handle all print". Also remove item about
24636 checking copyright date (I don't like the idea of a spurious FAIL
24637 based on when we run the tests).
24638
24639 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
24640 for SunOS4 (reason for failure not investigated). Remove
24641 redundant test for $binfile.
24642
24643 * gdb.base/nodebug.c (array_index): Call malloc.
24644
24645 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24646
24647Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
24648
24649 * gdb.base/recurse.exp: Update gdb_test invocation to use new
24650 conventions and slightly simplify the matching regexp.
24651
24652Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24653
24654 * gdb.base/break.exp: Update gdb_test invocation to use new
24655 convention.
24656
24657 * lib/gdb.exp: If noargs is not set, set it to 0.
24658
24659 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
24660 tests unique.
24661
24662 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24663
24664Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24665
24666 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24667 one argument of type "<non-float parameter>".
24668
24669Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
24670
24671 * config/rom68k.exp: New file to support Motorola IDP board.
24672 * gdb.base/a2-run.exp: Skip this file if noargs is set.
24673 * gdb.base/break.c: Change things around so that this program
24674 doesn't depend upon args. This is necessary to make remote
24675 targets work (in general, they can't take args).
24676 * gdb.base/break.exp: Don't try to send args to program. Don't
24677 expect output. Also, replace lots of code with gdb_test.
24678
24679Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24680
24681 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24682 printing of '\'' (which is what the comment says we are testing,
24683 even though we were not), not '''.
24684 (test_integer_literals_rejected): Test that printing ''' is an error.
24685
24686 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24687 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24688 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24689 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24690 Use gdb_test not test_print_accept.
24691 * lib/gdb.exp: Remove test_print_accept.
24692
24693 * gdb.base/signals.exp (signal_tests_1): Make pass message
24694 consistent with fail message.
24695
24696 * gdb.base/whatis.exp: Remove xfails for printing char vs.
24697 unsigned char; the bug (PR 1821) is fixed.
24698
24699 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24700
24701 * gdb.base/scope.exp (test_at_localscopes): Call pass for
24702 successful tests--makes xfailing them work right.
24703
24704Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24705
24706 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24707 only \r\n, not .*. The test can pass .* as the last thing in
24708 $pattern if that is what it wants. In addition to providing this
24709 flexibility, this change should speed up pattern matching in cases
24710 where the pattern already ended with .* (there were a number of
24711 them). This change also helps catch bad patterns--in the old
24712 scheme the typo "char \*" instead of "char \\*" would pass. Now
24713 it is caught.
24714 * Many .exp files: Update callers.
24715
24716 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
24717 clearer and does not spuriously match multiple ('s. Likewise for
24718 ) and *.
24719
24720 * gdb.base/nodebug.exp: Test ability to call a function and pass
24721 it a string (even with no debugging info).
24722
24723 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24724 "p '\'", which is the same as "p ''" once tcl gets done with
24725 quoting, to "p '\\'", which I suspect is what is intended (one
24726 backslash gets sent to GDB).
24727
24728 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24729
24730Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24731
24732 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
24733 1817) was fixed literally years ago.
24734
24735Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24736
24737 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
24738 test, it causes stepping out of call_after_alloca_subr with
24739 optimizing compilers.
24740 (localvars_in_indirect_call): Consume GDB prompt if `finish'
24741 fails.
24742
24743 * gdb.c++/templates.exp: Source templ-info.exp only if
24744 the templates executable exists.
24745
24746 * gdb.c++/misc.cc (class Contains_static_instance,
24747 class Contains_nested_static_instance),
24748 gdb.c++/classes.exp (test_static_members): Test printing of
24749 a class that contains a static instance of the class.
24750
24751Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24752
24753 * gdb.base/langs2.c (cppsub_): Don't prototype.
24754 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24755 only, I believe).
24756
24757Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24758
24759 * lib/gdb.exp (skip_chill_tests): New procedure.
24760
24761 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24762
24763Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
24764
24765 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24766 each expect pattern. Cuts runtime from 12 to about 4 seconds.
24767
24768Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24769
24770 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24771
24772 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24773 disassemble 8, not 16, instructions for part 4.
24774
24775 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
24776 support the latter anymore.
24777
24778 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24779 -DNO_PROTOTYPES.
24780 * gdb.base/callfuncs.c: Control use of prototypes based on
24781 NO_PROTOTYPES, not __STDC__.
24782 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24783 t_float_values2 tests if prototypes in use.
24784
24785 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24786 t_double_values): When checking differences against DELTA, check
24787 that difference is within the range (-DELTA,DELTA), not just
24788 (-infinity,DELTA).
24789
24790Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
24791
24792 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24793 'file' command firts, then 'target', then 'load', this is due to gdb
24794 target set up.
24795 * config/mips-gdb.exp: Fix a couple regular exp bugs.
24796
24797Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
24798
24799 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24800 FP load/store variants.
24801 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24802
24803Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24804
24805 * gdb.base/term.exp: Do not give a warning if not native, it is
24806 not an abnormal condition.
24807
24808Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
24809
24810 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24811 t_char_array".
24812
24813Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24814
24815 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24816 are getting the version number.
24817
24818 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24819 if not native, it is not an abnormal condition.
24820
24821Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24822
24823 * lib/gdb.exp: Just use "file exists", rather than undocumented
24824 dejagnu procedure "findfile".
24825
24826Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24827
24828 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24829 (LDFLAGS): Set to -Xlinker -Ur.
24830
24831 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24832 Removed, these values are set by lib/gdb.exp.
24833
24834 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24835
24836Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24837
24838 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24839 of replicating gdb startup code.
24840
24841 * config/mt-vxworks (LDFLAGS): Set to -r.
24842 (CFLAGS_FOR_TARGET): Removed.
24843
24844 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24845 (gdb) and gdb for vxworks uses (vxgdb).
24846
24847 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24848 executable is not in the tree and host != target, use sed and
24849 program_transform_name to determine the gdb name used by the
24850 target.
24851
24852 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24853 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24854
24855Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24856
24857 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24858 floats, chars, and shorts where there are ANSI-style function
24859 definitions.
24860
24861 * gdb.base/langs.exp, gdb.base/langs*: New test.
24862 * gdb.base/Makefile.in: Build it.
24863 * TODO: Remove item about checking that C names don't get C++
24864 demangling applied; this test tests it.
24865
24866Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24867
24868 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
24869 went with the const70 xfail. The xfail went away a year ago.
24870
24871 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
24872
24873 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
24874 for hp300.
24875
24876 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24877
24878 * gdb.base/a1-selftest.exp: Don't run on hp300.
24879
24880Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24881
24882 * Makefile.in (site.exp): Set host_alias and target_alias as well
24883 as host_triplet and target_triplet.
24884
24885Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24886
24887 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24888
24889 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24890 places as other ecoff systems).
24891
24892 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24893 ultrix.
24894
24895Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24896
24897 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24898 remove them.
24899 * gdb.base/nodebug.exp: Accept "function" in addition to "text
24900 variable and "variable" in addition to "data variable".
24901 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24902
24903 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24904 2.
24905 * gdb.base/list1.c (long_line): Add additional statement at start
24906 of function.
24907 * gdb.base/list.exp (test_forward_search): Update line number to
24908 reflect new statement.
24909
24910Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24911
24912 * gdb.base/signals.exp: Reinitialize searched source directories
24913 after gdb_start call.
24914
24915Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
24916
24917 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24918 * gdb.stabs/Makefile.in: Likewise.
24919
24920 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24921 change. Instead split the tests into smaller pieces.
24922 * gdb.disasm/hppa.s: Corresponding changes.
24923
24924Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24925
24926 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24927 Quote ^C when passing it to stty. For some shells ^ is a pipe.
24928
24929 * gdb.base/funcargs.exp: Modify many tests so that every test
24930 either passes or fails. Make some test names unique.
24931
24932Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24933
24934 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24935 Call stty to set interrupt character.
24936
24937 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24938 for HP assembler versus GNU assembler based on actual behavior of
24939 $(CC), rather than assuming that $(AS) is always the GNU assembler.
24940
24941 * TODO: Suggest a few more stepping tests.
24942
24943Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
24944
24945 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24946 restart GDB for h8300 after a continue.
24947 (return): Add pattern to match a29k-udi behavior.
24948 * gdb.base/nodebug.exp: Remove obsolete comment.
24949 * gdb.base/regs.exp: New file, testing of register displays.
24950 * gdb.base/return.exp: Fix typo in reference to $objdir.
24951 * gdb.base/whatis.exp: Always start with a fresh GDB.
24952
24953Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24954
24955 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24956 higher, these tests generate a lot of output.
24957
24958Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24959
24960 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
24961 code following the catch silently ignored some errors; without the
24962 catch they should be thrown like any other tcl error. Also, the
24963 catch used "" instead of {} which meant all the callers who wanted
24964 to include one of the characters "[]$ had to quote it an extra time.
24965 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24966 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24967 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24968 Remove extra quoting.
24969
24970Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
24971
24972 * gdb.base/commands.exp: Make test names unique; every test either
24973 passes or fails. Update some comments.
24974
24975 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24976
24977Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24978
24979 The following fixes a FAIL caused by the fact that the alpha stabs
24980 configuration didn't use the ".if alpha" code in weird.def.
24981 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24982 bit pointer, so the 32 bit version works even on the alpha.
24983 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24984 Remove the stuff which allowed us to have separate versions for
24985 alpha and everything else.
24986
24987 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24988 regexp which "info func operator\[\](" is supposed to match. Fix
24989 string to send to GDB. Note that GDB still doesn't work right. Add a
24990 new test for "info func .perator\[\](" which GDB does handle correctly.
24991
24992 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24993
24994Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24995
24996 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24997 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24998 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24999 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
25000 it makes the tests harder to understand and confuses test-o-matic.
25001 The preferred style is that each test provides a PASS or a FAIL,
25002 and has a unique message (e.g. "continue #54" not just "continue")
25003 which is the same for the pass and the fail.
25004 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
25005 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
25006 to lib/gdb.exp.
25007 * gdb.base/printcmds.exp: Use test_print_accept. Remove
25008 prt_accept which was basically the same thing. Likewise for
25009 test_print_reject and prt_reject.
25010 * lib/gdb.exp (test_print_reject): Add some more error message
25011 patterns to match from the former printcmds.exp (prt_reject).
25012 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
25013 One defect of the passcount stuff is that some of it failed to
25014 report XPASS where appropriate.
25015 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
25016 stuff before and after arg in expected pattern.
25017 (test_paddr_operator_functions): Re-do test without print_addr_of;
25018 this is the only test which seems to want extra stuff there.
25019
25020Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25021
25022 * gdb.base/nodebug.exp: Update new tests to reflect improved
25023 wording of gdb output.
25024
25025 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
25026 and "ptype" work on variables in files compiled without -g.
25027 Replaces commented out "maint print msymbol" tests.
25028
25029Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25030
25031 * gdb.base/setvar.c (dummy): Call malloc.
25032
25033 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
25034 losing with the irix4 sed.
25035
25036 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
25037 ALRM" on irix4.
25038
25039Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25040
25041 * TODO: Remove items about corefile.exp testing new exec-file and
25042 backtrace; both are now done. Add items about printing enums.
25043
25044Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25045
25046 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
25047 "get signal $thissig" test fails.
25048
25049 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
25050
25051Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25052
25053 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
25054 compiler warning with dec alpha compiler.
25055
25056 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
25057 extra \n from gdb_test call (this explains why the prompt test
25058 that I removed yesterday was there).
25059 (user_defined_command_test): Remove extra \n and prompt test.
25060
25061 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
25062 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
25063 doesn't exist.
25064 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
25065 Also remove alpha workaround, which turns out to be because
25066 SIGABRT == SIGLOST.
25067
25068 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
25069
25070 * gdb.base/help.exp: Don't test "help show".
25071
25072Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25073
25074 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
25075 "set print address" is on.
25076 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
25077 pass prompt to gdb_test; gdb_test already looks for the prompt.
25078
25079 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
25080
25081 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
25082 was a vestige of the manual TESTSTRATEGY, and the purpose of it
25083 was to make sure that gdb can read a core file. But (a) the "read
25084 the corefile" part didn't make it to a1-selftest.exp, we just
25085 delete the corefile after creating it, and (b) we test reading
25086 corefiles in corefile.exp anyway. Also, this test left around a
25087 xgdb process on Solaris.
25088
25089 * gdb.base/corefile.exp: Also test backtrace.
25090
25091Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
25092
25093 * gdb.base/commands.exp: Test a simple user defined command with
25094 arguments and if/while statements; verify the full user command is
25095 printed by "show user".
25096
25097 * gdb.base/commands.exp: Test if/while commands as part of a
25098 breakpoint command list; verify they appear in breakpoint
25099 information.
25100
25101Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25102
25103 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
25104 than by dividing by zero.
25105
25106Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
25107
25108 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
25109 performing an inferior call with watchpoints enabled.
25110 * gdb.base/watchpoint.c (main): Delete second unnecessary read
25111 call.
25112
25113Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25114
25115 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
25116 of "file" command.
25117
25118 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
25119 Add additional pattern for when "int operator int(void);" appears
25120 in a different order.
25121
25122Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25123
25124 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
25125
25126 * gdb.base/help.exp: Replace most of docstrings for "info signals"
25127 and "signal" with ".*".
25128
25129Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25130
25131 * TODO: Add note about "handle all nostop".
25132
25133 * gdb.base/{sigall.c, sigall.exp}: New test.
25134 * gdb.base/Makefile.in: Add it.
25135
25136Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
25137
25138 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
25139 when invoking GDB, suppresses any windowing interface.
25140
25141Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
25142
25143 * config/sim-gdb: New file, simulator testing support.
25144
25145Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
25146
25147 * gdb.base/interrupt.exp: Test calling func1 twice.
25148
25149Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
25150
25151 * gdb.base/list.exp (test_forward_search): Set timeout higher
25152 when we'll be getting lots of output from gdb.
25153
25154 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
25155 "init_malloc" to after the expect statement. Run it if that
25156 regexp is taken, but also for two others which happen if source
25157 cannot be found.
25158
25159Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25160
25161 * gdb.base/printcmds.exp: New test, for printing register before
25162 program is running.
25163
25164Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25165
25166 * gdb.base/list.exp: Correct some alternate expect patterns
25167 to reflect changes in list1.c.
25168
25169Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25170
25171 * TODO: Add item regarding large frames.
25172
25173 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25174
25175 * TODO: Remove item about enabling return.exp; it
25176 is enabled. Suggest a few more "return" tests.
25177
25178Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25179
25180 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
25181 anonymous unions.
25182
25183Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25184
25185 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25186 and pr-5646.o, so "make" is the same as "make all", not "make
25187 pr-4975.o".
25188
25189Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
25190
25191 * gdb.base/list.exp: Adjust expectations to reflect changes in
25192 list1.c.
25193 (test_forward_search): New test proc.
25194 * gdb.base/list1.c (long_line): New function, has long source line.
25195
25196Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
25197
25198 * gdb.base/a1-selftest.exp: Change initial stepping to know about
25199 additional line of code that was added.
25200
25201Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
25202
25203 * gdb.disasm/hppa.s: Break the large branching tests into smaller
25204 tests so as not to overflow expect's input buffers.
25205 * gdb.disasm/hppa.exp: Corresponding changes.
25206
25207Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25208
25209 Beginnings of template debugging tests.
25210 * gdb.c++/templ-info.cc: New file to test for template
25211 debugging capability of the compiler.
25212 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
25213 templ-info.cc.
25214 * gdb.c++/templates.cc: Add explicit template instantiations
25215 to enable compiling with -fno-implicit-templates. Add destructor
25216 and 'value' method to T5 class for template tests.
25217 * gdb.c++/templates.exp: Add testcases for printing of template
25218 types, setting breakpoints on template methods and calling a
d63a86f8 25219 template method.
c906108c
SS
25220
25221Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
25222
25223 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25224 branch target since some assemblers (gas-2.5) may emit a
25225 relocation for the branch instead of resolving it in the
25226 assembler.
25227
25228Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25229
25230 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
25231 through signal handler.
25232
25233Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25234
25235 * configure.in (*-*-netware): Use config/mt-netware.
25236
25237 * config/mt-netware: New file.
25238 * config/mt-i386-netware: Removed, separate configs for different
25239 netware architectures are no longer needed now that we have
25240 --with-headers.
25241
25242Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25243
25244 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
25245 by the recent changes to use ANSI C arithmetic conversions.
25246
25247Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25248
25249 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25250 bug involving using inferior_pid to figure out whether to select a
25251 frame.
25252
25253Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
25254
25255 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25256 match the current disassembler output.
25257
25258Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
25259
25260 * gdb.fortran/exprs.exp: Expect VOID instead of void.
25261 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25262 types, expect "int" as type of integer values (for now).
25263
25264Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
25265
25266 * gdb.base/commands.exp: New tests for if/while commands.
25267
25268Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
25269
25270 * lib/gdb.exp (runto): Replace sub-pattern for hex value
25271 by .*, since hex values have different syntax in Chill mode.
25272
25273Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25274
25275 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
25276 linefeed from expect pattern for repeated types with indices > 9.
25277
25278Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
25279
25280 First part of Fortran test suite.
25281 * gdb.fortran: New directory.
25282 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25283
25284Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25285
25286 * gdb.base/default.exp: Update expect pattern for load command
25287 without arguments.
25288
25289Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
25290
25291 * configure.in: Change i386 to i[345]86.
25292 * gdb.base/configure.in: Likewise.
25293 * gdb.c++/configure.in: Likewise.
25294 * gdb.chill/configure.in: Likewise.
25295
25296Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
25297
25298 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25299 patterns, since that is not a valid context for comments.
25300
25301Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
25302
25303 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25304 repeated types and repeated types with indices > 9.
25305
25306Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
25307
25308 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25309 2417; old bug has been fixed.
25310
25311Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
25312
25313 * gdb.base/interrupt.exp: When trying to wake up the inferior,
25314 send the newline ourselves instead of assuming gdb_test will do
25315 so when passed an empty input string.
25316
25317 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25318 stabs testcode.
25319
25320Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25321
25322 * lib/gdb.exp (gdb_test): Don't send anything if the first
25323 argument is an empty string. This makes cases where we want to
25324 match output that is already in expect's buffers (for example,
25325 matching a breakpoint after gdb_run_cmd has been called) work
25326 reliably.
25327
25328Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25329
25330 * config/netware.exp: New file.
25331
25332Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25333
25334 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25335 the -B and -L prefixes so we can find the debugging stub.
25336
25337 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25338 there and we are using the gcc from the tree.
25339
25340 * gdb.base/types.c: Removed.
25341
25342 * gdb.base/configure.in: Look for makefile fragments in ../config.
25343 Recognize i386-*-netware.
25344 * gdb.c++/configure.in: Likewise.
25345
25346Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25347
25348 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
25349 the correct TCL syntax.
25350
25351Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25352
25353 * gdb.base/opaque.exp: use runto instead of messing around with
25354 breakpoints. Simplify by using gdb_test.
25355
25356 * gdb.base/bitfields.exp: restart between tests on netware targets
25357 because breakpoints aren't relocated after target death. Run
25358 processes to completion.
25359
25360 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25361
25362Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
25363
25364 * Makefile.in: Remove extra tabs that confuse some versions
25365 of "make". Use the newly built gdb to test with by default,
25366 rather than the first one in the tester's search path.
25367
25368Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
25369
25370 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25371
25372 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25373 condition help.
25374
25375Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25376
25377 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25378
25379 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25380 running.
25381 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25382 * gdb.base/funcargs.exp: Likewise.
25383
25384 * gdb.base/bitfields.exp: Simplify by using gdb_test.
25385 * gdb.base/funcargs.exp: Likewise.
25386
25387 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25388 message is "".
25389
25390Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25391
25392 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25393 return,signals,twice}.exp: Handle non-existant binaries
25394 consistantly.
25395
25396 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25397 * gdb.base/Makefile.in: Don't try to generate a core dump, we
25398 might testing a cross development system.
25399
25400Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25401
25402 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25403 runtest script is relative to ${srcdir}, not ${rootdir}.
25404
25405Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
25406
25407 * gdb.base/signals.exp: Allow for optionality of breakpoint
25408 address.
25409
25410Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25411
25412 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25413
25414Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25415
25416 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25417 for size_t definition.
25418 * gdb.c++/templates.cc: Likewise
25419
25420 * config/mt-i386-netware: New file.
25421
25422 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25423 defined.
25424
25425 * gdb.base/Makefile.in: Added support for systems that name core
25426 files by appending "core" to the program name.
25427 * gdb.base/a1-selftest.exp: Likewise.
25428
25429Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25430
25431 * gdb.base/return.exp: Add comment and message for `return double'
25432 test failure on Sparc Solaris.
25433
25434Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
25435
25436 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25437
25438Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25439
25440 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
25441 from optimizing them away.
25442 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
25443 patterns to include default constructors and assignment operators,
25444 to match gcc versions beyond 2.5.8. Accept any cplus demangling
25445 character in the output of the virtual base pointer.
25446
25447Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25448
25449 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
25450 expression match in print_addr_of to avoid unintented matches.
25451 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
25452 versions up to 2.5.8.
25453
25454Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25455
25456 * gdb.base/list.exp: Tweak alternate pattern for listing of an
25457 included file to run under newer versions of expect.
25458 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
25459 consecutive >'s in templates to accomodate recent cplus-dem.c change.
25460 Remove xfail for the virtual table of BDDHookV.
25461
25462Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
25463
25464 * lib/gdb.exp (string_to_regexp): Set a default result.
25465 (default_gdb_start): Fix misleading message.
25466
25467Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
25468
25469 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25470 Remove all CC, etc definitions.
25471 * config/mt-hpux: New file.
25472 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25473 (CFLAGS, LDFLAGS): Define.
25474 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25475
25476 * Makefile.in (site.exp): Don't insert host_os, etc.
25477 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25478 (distclean): Check existence of subdir.
25479 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25480 * gdb.base/Makefile.in: General cleanup and simplification.
25481 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25482 to build executables. Use default rule to build .o files.
25483 (EXPECT, RUNTEST, CC): Fix relative pathname.
25484 (site.exp): Don't insert host_os, etc.
25485 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25486 and/or SIGUSR1 defined.
25487 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25488 * gdb.c++/Makefile.in: General cleanup and simplification.
25489 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25490 (CFLAGS): Remove.
25491 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25492
25493Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
25494
25495 * gdb.base/recurse.exp: Misc changes to get tests running again
25496 after Kung's changes to the watchpoint code.
25497 * gdb.base/watchpoint.exp: Likewise.
25498
25499Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
25500
25501 * lib/gdb.exp (string_to_regexp): Convert {\} also.
25502
25503Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
25504
25505 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25506 * lib/gdb.exp (default_gdb_start): Define.
25507 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25508 gdb.base/funcargs.exp, gdb.base/opaque.exp,
25509 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25510 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25511 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25512 Don't call gdb_target_udi in between tests.
25513
25514Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25515
25516 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25517 (which was basically just a local version of the same thing). In
25518 addition to avoiding duplication, gdb_test_exact is faster.
25519 * lib/gdb.exp (gdb_test_exact): Fix typo.
25520
25521 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25522 don't give an error.
25523
25524 * gdb.base/term.exp: Call delete_breakpoints before starting.
25525
25526 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25527 (t10): Add comment.
25528
25529Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25530
25531 Reorganization of the GDB Test Suite.
25532
25533 * gdb.base: New directory, contains all the basic tests.
25534 * gdb.c++: New directory, tests specific to C++.
25535 * gdb.chill: New directory, tests specific to Chill.
25536 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25537 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25538 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25539 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25540 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25541 t30-31 to chill).
25542 * */gdbme.*: Rename to match appropriate expect scripts.
25543 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25544 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25545 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25546 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25547 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25548 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25549 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25550 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25551 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25552 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25553 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25554 gdb.c++/virtfunc.cc: New names of C++ files.
25555 * gdb.chill/chillvars.ch: New name of Chill file.
25556 * gdb.base/configure.in, gdb.c++/configure.in,
25557 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25558 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25559 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25560 * configure.in (configdirs): Update to reflect directory changes.
25561 (target_abbrev): No longer define for any configuration.
25562 * Makefile.in: Cosmetic improvements to header comments.
25563
25564Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
25565
25566 Various changes to gdb.t31:
25567
25568 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
25569 * gdbme.ch: Make all key-words and predefineds be upper-case.
25570 * chillvars.exp: Expect key-words and predefinds in upper-case.
25571
25572 * chillvars.exp: Use gdb_test_exact many places.
25573 Change expected output for arrays (which now includes index labels).
25574
25575 * pr-5020.exp, gdme.ch (module PR_5020):
25576 New test, for PR-5020.
25577
25578Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
25579
25580 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
25581 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
25582
25583Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
25584
25585 * Makefile.in: Fix bit-rot in definitions of CHILL,
25586 CHILL_FOR_TARGET and Chill_LIB.
25587 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
25588 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
25589 CHILL, and CHILL_LIB.
25590
25591Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
25592
25593 * Revert the previous changes. Please see Rob's directory
25594 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25595
25596Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
25597
25598 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
25599 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25600 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25601 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
25602 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25603 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25604 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25605 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25606 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25607 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25608 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25609 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25610 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25611 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25612 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25613 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
25614 changes from 94Q1.
25615
25616Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
25617
25618 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25619 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25620 Rob's new testing fragments.
25621
25622Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
25623
25624 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 25625 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
25626
25627Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25628
25629 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25630 version also, match on casted version strings, and match on
25631 gdb startup case where the line numbers might be messed up.
25632
25633Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
25634
25635 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 25636 (CFLAGS): Delete it from here.
c906108c
SS
25637
25638Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
25639
25640 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25641
25642Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
25643
25644 * Makefile.in (RUNTEST): Default to just "runtest".
25645
25646Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25647
25648 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25649 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25650 the code has been restructured.
25651
25652Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25653
25654 * gdb.t00/default.exp (set write): Allow any number of \r and/or
25655 \n, not just one of each.
25656
25657 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25658 /bin/cc gives a warning if you do.
25659
25660Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
25661
d63a86f8 25662 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
25663 __t10ListS_link1ZUiRCUiPT0
25664
25665Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25666
25667 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25668 on local variables in recursive functions.
25669
25670 * gdb.t07/Makefile.in: Build the new test.
25671
25672Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25673
25674 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25675 directly. Instead compare the return values from actual calls.
25676
25677Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
25678
25679 * Makefile.in (check): Set TCL_LIBRARY for runtest.
25680
25681Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25682
25683 * From Peter Schauer with minor modifications.
a9c64011
AS
25684 * gdb.t15/return.exp (return_tests): Handle targets where "return"
25685 stops in mid-line in the caller. Add xfail for returning a float
25686 value on X86 targets.
c906108c
SS
25687
25688Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25689
25690 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25691 to avoid expect lossage.
25692 (fmem_LRbug_tests): Likewise.
25693 * gdb.disasm/hppa.s: Corresponding changes.
25694
25695 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25696 conditions to work with latest dejagnu/expect.
25697
25698 * gdb.t15/funcargs.exp (finish from indirect call): No longer
25699 expected to fail on the PA.
25700 (backtrace in call with trampolines): Explicitly require main
25701 to be frame #1 (no trampolines should show up in backtrace).
25702
25703 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25704 "continue -expect".
25705 * gdb.t06/break.exp: Likewise.
25706 * gdb.t07/watchpoint.exp: Likewise.
25707 * gdb.t13/bitfields.exp: Likewise.
25708 * gdb.t15/{funcargs,return}.exp: Likewise.
25709 * gdb.stabs/weird.exp: Likewise.
25710 * config/{mips,udi}-gdb.exp: Likewise.
25711
25712 * hppa.sed: Enclose comments within a sed command to avoid
25713 losing with the old OSF1 sed.
25714
25715Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25716
25717 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
25718 sequent dynix.
25719 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
25720 * gdb.t15/funcargs.exp: Conditionally step again to really
25721 finish from marker_call_with_trampolines. Handle the case where
25722 the first step from within call_with_trampolines already steps
25723 us back to main.
25724 * gdb.t15/gdbme.c: Add comment to closing brace of
25725 call_with_trampolines for funcargs.exp.
25726
25727Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25728
d63a86f8 25729 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
25730 Fix typo(s).
25731
25732Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25733
25734 * gdb.t07/gdbme.c: More code for watchpoint testing.
25735
25736 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25737 "Hardware watchpoint" throughout file.
25738 (test_watchpoint_triggered_in_syscall): New test.
25739 (test_complex_watchpoint): New test.
25740
25741Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25742
25743 * gdbme.c (call_with_trampolines): New function to try and step
25744 into. Tests trampoline problems on the PA.
25745
25746 * funcargs.exp (localvars_in_indirect_call): No longer expect
25747 stepping into indirect call to fail on PAs.
25748 (test_stepping_over_trampolines): New test.
25749
25750Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25751
25752 * TODO: Add suggestions for static member function tests, and
25753 completion tests.
25754
25755Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25756
25757 * TODO: Add suggestions for "p/a" tests.
25758
25759 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25760 (default_gdb_exit): Replace all the hair with sending "quit" to
25761 the process with a simple close.
25762
25763Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25764
25765 * TODO: Add suggestions for shared library tests.
25766
25767Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25768
25769 * TODO: Add suggestions for x/s tests.
25770
25771Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25772
25773 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25774 "enable once", and "enable breakpoints once" with ".*".
25775
25776Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25777
25778 * TODO: Add suggestions about structure passing tests.
25779
25780Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25781
25782 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
25783 the primary1 test, use work around if __GNUC__ < 2.
25784 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
25785 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
25786 Test for bad output rather than waiting for timeout. Issue
25787 second continue only if first continue failed.
25788
25789Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25790
25791 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25792 operator[] test with gdb_test because the old code didn't seem to
25793 be getting the quoting right with the new dejagnu.
25794
25795Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
25796
25797 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25798 one from the path.
25799 * Makefile.in: Use a fresh expect if there is one, use runtest
25800 from the src tree if there is one.
d63a86f8 25801
c906108c
SS
25802Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25803
25804 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25805 next over recursive call. Revise the tests from that point on
25806 (which had been skipped) to match GDB's actual (correct) output.
25807
25808 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25809 with next over a breakpoint whose condition is false.
25810
25811 * gdb.t00/help.exp: Comment out "help set print" tests just like
25812 (and for same reason as) "help set" test.
25813
25814Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25815
25816 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25817 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25818
25819Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25820
25821 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25822 necessary gdb_target_udi.
25823
25824 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25825
25826 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25827 1838 and 2417; they are fixed.
25828
25829 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25830 gdb.t03/ptype.exp (ptype structure, ptype union):
25831 Remove xfails; the test is looser than when the xfails were added.
25832
25833 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25834 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25835
25836 * gdb.t01/run.exp: Only run shell test if isnative.
25837
25838 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25839 since "run" automatically loads if necessary. Call gdb_target_udi
25840 after the "file" since "file" kills any execution target.
25841
25842 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25843 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25844 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25845 argument for UDI.
25846
25847Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25848
25849 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25850
25851 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25852
25853Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25854
25855 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25856 properly quoting regexps. This makes the second argument to
25857 demangle a fixed string, which matches the callers, instead of a
25858 shell-style pattern which is what the previous implementation
25859 used. Update some of the callers.
25860
25861Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25862
25863 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
25864 (comib_nullified_tests): Fix typo.
25865 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
25866 strings. No longer expected to fail.
25867
25868 * gdb.disasm/hppa.s (addib_tests): Fix typo.
25869 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
25870 strings. No longer expected to fail.
25871
25872 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
25873 string. No longer expected to fail.
25874
25875Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25876
25877 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25878 No longer expected to fail.
25879
25880 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25881 string. No longer expected to fail.
25882
25883Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25884
25885 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25886 only in the names (I probably got most of them). I was even
25887 generous with some which differed in underscores in names, and
25888 probably missed a few, and I *still* was able to remove almost a
25889 third of the file with almost no impact on testsuite coverage.
25890
25891Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25892
25893 * gdb.t00/default.exp: Match udi_attach error message as well as
25894 the one from child_attach.
25895
25896 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25897
25898 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25899
25900 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25901 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25902
25903 * Move test with enums and partial symbols back to
25904 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25905 Reverts the change of 26 May 93. Per today's change to
25906 stabs.texinfo, the behavior that weird.exp was expecting was
25907 unreasonable; what is important is that the compiler+gdb get
25908 things right, which happens with a recent gcc. Also fix the test
25909 to deal with native compilers which put out the stab gdb can't
25910 deal with.
25911
25912Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25913
25914 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25915 in the names. The main thing these accomplish is to slow things down.
25916 Many more such duplicates surely remain.
25917
25918 * gdb.t00/help.exp: Comment out "help support" test just like
25919 (and for same reason as) "help set" test.
25920
25921Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
25922
25923 * gdb.t06/break.exp: Remove setup_xfails for
25924 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25925 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
25926 about known bug in gcc to include up through 2.5.8.
25927 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
25928 well as "_vb$".
25929 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25930 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25931 with latest gcc and gdb.
25932 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
25933 well as "_vb$".
25934
25935Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25936
25937 * configure.in (hppa*-*-*): Also configure and build stabs-only
25938 tests.
25939
25940Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25941
25942 * gdb.t10/hppa.mt: A makefile fragment for the PA.
25943 * gdb.t10/configure.in (hppa*-*-*): Use it.
25944
25945Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25946
25947 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
25948
25949Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25950
25951 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
25952 versions prior to 1.13.5.
25953
25954Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25955
25956 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25957 the prompt is at the start of a line.
25958
25959Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25960
25961 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25962 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
25963 in the copr tests now.
25964 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
25965 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
25966 expected to fail.
25967
25968Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
25969
25970 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25971 gdb.t31/chillvars.exp, lib/gdb.exp:
25972 Tweak to run under either version of expect.
25973 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25974 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25975 * gdb.t11/list.exp: Remove extraneous whitespace.
25976
25977Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25978
25979 * gdb.t16/printcmds.exp (test_print_strings): Accept
25980 "(unsigned char *) " before the string.
25981
25982 * TODO: Add notes about printing of fancy types and GDB expressions.
25983
25984Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
25985
25986 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25987 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 25988 if doing mips-idt-ecoff.
c906108c
SS
25989
25990Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
25991
25992 * Most .exp files: Tweak to run under either version of expect.
25993
25994Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25995
25996 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
25997 xfails; I'm not sure why they are failing, but not because of PR 1806.
25998
25999Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
26000
26001 * config/unix-gdb.exp: Remove gdb_unload cause it's already
26002 defined in lib/gdb.exp.
26003
26004Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26005
26006 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
26007 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
26008 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
26009 have to be typeless.
26010
26011Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26012
26013 * TODO: Add suggestion for copyright year test.
26014
26015Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
26016
26017 * configure.in (*-*-lynxos*): Add stabs tests.
26018
26019Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
26020
26021 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
26022 so insert a tab before any assembler directive in column zero.
26023
26024 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
26025 stores.
26026 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
26027 stores.
26028 (fpu_short_memory_tests): Likewise.
26029
26030Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26031
26032 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
26033 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
26034 .stabs directives in comments.
26035
26036Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26037
26038 * TODO: New file, describing tests we could write.
26039 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
26040
26041Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26042
26043 * gdb.t06/signals.exp: Add kludge to force re-sync.
26044
26045 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
26046 to xgdb instead of gdb, get out of gdb.
26047
26048Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
26049
26050 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
26051 for info.
26052
26053Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
26054
26055 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
26056 * gdb.stabs/configure.in (hppa*-*-*): Use it.
26057 * gdb.stabs/hppa.sed: New sed script for the PA.
26058
26059Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26060
26061 * gdb.stabs: Re-write weird.def and configuration to use sed
26062 instead of cpp. sed is portable and POSIX; cpp is neither.
26063
26064Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26065
26066 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
26067
26068Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26069
26070 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
26071
26072Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26073
26074 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
26075 "_vb$".
26076 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
26077 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
26078
26079Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26080
26081 * lib/gdb.exp: Comment out code which depends on non-existent
26082 `transform' procedure.
26083
26084Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
26085
26086 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
26087 * lib/gdb.exp: Transform tool name.
26088 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
26089 1.1's new error handling system.
26090
26091Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26092
26093 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
26094
26095Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26096
26097 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
26098 They made pattern matching so slow that timeouts happened on
26099 heavily loaded systems. Now any output from "show print" which
26100 gets us back to the GDB prompt is a PASS.
26101
26102Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
26103
26104 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
26105
26106Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26107
26108 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
26109
26110 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
26111 It is not from PR 3220.
26112
26113Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26114
26115 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
26116 just started failing because they depended on the order the
26117 subcommands are presented, or exact docstring text. This kind of
26118 test is a pain and has minimal benefit.
26119
26120Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26121
26122 * gdb.t09/corefile.exp: At end of test, use "core" command with
26123 no arguments.
26124
26125Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
26126
26127 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
26128 17}/Makefile.in: Make it possible to run the testsuite with Sun
26129 make and CC = cross gcc by adding explicit build rules for .o
26130 files.
26131
26132Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26133
26134 * gdb.t15/funcargs.exp: Don't put comments on same line as
26135 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 26136
c906108c
SS
26137Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26138
26139 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
26140
26141Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
26142
26143 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
26144 * gdb.t20/inherit.exp: remove three dumplicate entries.
26145
26146Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26147
26148 * gdb.t06/break.exp: For "next over recursive call", fail on any
26149 incorrect output, not just on "factorial (value=2)".
26150
26151Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26152
26153 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
26154 working now. Add an xfail if accesing a bss variable causes
26155 a memory error if the target is not yet run.
26156
26157Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26158
26159 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
26160 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
26161 name of __st* demangling (2 strings). Did Kung really get the
26162 more than 95 others right without testing them?
26163
26164Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
26165
26166 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
26167
26168Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
26169
26170 * configure.in (configdirs): Add gdb.disasm
26171 * gdb.disasm: New directory for GDB disassembler tests.
26172 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26173
26174Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26175
26176 * gdb.t00/help.exp: Don't test "help set".
26177
26178 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26179 from within expect statements. None of these happen anymore and
26180 they cause regressions to be silently unnoticed.
26181
26182 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26183 messages) about known failures with gcc cygnus-2.4.5-930417.
26184
26185 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26186 comp-info.exp so it gets built if it doesn't exist.
26187
26188 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26189 it is no longer used.
26190 * gdb.t13/comp-info.c: Removed.
26191
26192Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26193
26194 * gdb.t06/signals.exp: Add xfail for sun3.
26195
26196Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26197
26198 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26199 relevant because ^C doesn't get sent but failure can be reproduced
26200 interactively).
26201
26202Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26203
26204 * gdb.stabs/alpha.mt: New configuration file for alpha.
26205 * gdb.stabs/configure.in: Use it.
26206 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
26207 sharing with alpha.mt, redefine long to word via preprocessor.
26208 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
26209 for alpha.
26210 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
26211 native cc.
26212 * gdb.t00/teststrategy.exp: Change expect string so that we
26213 consume the `(xgdb)' from the command echo and from the gdb prompt.
26214 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
26215 gdb currently compares all values as long, so this failure probably
26216 applies to any configuration where LONGEST is bigger than a target int.
26217 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
26218 with gcc.
26219 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
26220 to handle opaque pointers, gcc is.
26221 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
26222 as first argument. Include <sys/types.h> and change all operator
26223 new definitions to use size_t.
26224 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
26225 now that we use size_t.
26226
26227Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26228
a9c64011 26229 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 26230 a long or float array cast all array members to the same type.
a9c64011 26231 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 26232 with 64 bit longs.
a9c64011 26233 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 26234 on alpha.
a9c64011 26235 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
26236
26237Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26238
26239 * gdb.t24 (demangle.exp): Constructors of templates have names like
26240 vector<int>::vector(int) not vector<int>::vector<int>(int). See
26241 section 14.6 of the ARM.
26242
26243 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26244 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26245 accomplish little and slow down the testsuite.
26246
26247 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26248 Accept spaces various places.
26249
26250Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26251
26252 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26253 with watchpoint enabled.
26254
26255 * Makefile.in: Remove definition of CC and remove the second
26256 definition of CXX (the "CXX = gcc" one remains). These definitions
26257 were causing backquotes to be expanded within backquotes, which
26258 doesn't work.
26259
26260Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
26261
26262 * gdb.t17/callfuncs.exp: Add "return 0" to end.
26263
26264Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26265
a9c64011
AS
26266 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
26267 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
26268 by mips cc and contains no stabs entries.
26269
26270Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
26271
26272 * config/vx-gdb.exp: Use fake device to load files rather than
26273 NFS.
26274 * lib/gdb.exp: New proc to do "file" command.
26275 * config/unix-gdb.exp: Use new "file" proc.
26276
26277Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
26278
26279 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26280 Rework board rebooting slightly.
26281 (gdb_exit): Don't exit from the remote shell; there isn't one.
26282 * gdb.stabs/weird.exp: If a program is being debugged already,
26283 kill it.
26284 * gdb.t04/setvar.exp: Stop and restart gdb.
26285 * gdb.t05/expr.exp: Likewise.
26286 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26287 restart gdb and reload the program.
26288 * gdb.t08/opaque.exp: Likewise.
26289 * gdb.t12/scope.exp: Likewise.
26290 * gdb.t13/bitfields.exp: Likewise.
26291 * gdb.t15/funcargs.exp: Likewise.
26292 * gdb.t20/classes.exp: Likewise.
26293 * gdb.t03/ptype.exp: Increase timeout.
26294 * gdb.t16/printcmds.exp (test_print_string_constants,
26295 test_print_array_constants): Likewise.
26296 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26297 * gdb.t20/classes.exp (do_tests): Likewise.
26298 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26299
26300Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
26301
26302 * gdb.stabs: Renamed *wierd* to *weird*.
26303
26304Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26305
26306 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26307 for timeout. Add "known gcc 2.4.5 bug" to failure message.
26308
26309Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26310
26311 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26312 (do_tests): Remove xfail for whatis on one_var and two_var.
26313
26314Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
26315
26316 * Makefile.in: Made cross building work better by adding
26317 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26318
26319Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26320
26321 * gdb.t15/{return.c,return.exp,Makefile.in}:
26322 New test, currently commented out.
26323
26324Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
26325
26326 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26327 still running and removes the leftover named socket so GDb can do
26328 clean restarts.
26329
26330Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
26331
26332 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26333 console, not GDB.
26334 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26335 cross testing works better with "make check"
26336 * config/unix-gdb: Use default procedures for exit and version.
26337 * config/vx-gdb.exp: Cleaned up and massaged back to working order
26338 with the newest VxWorks.
26339
26340Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26341
26342 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26343 old form.
26344
26345 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26346 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26347
26348 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26349
26350 * config/unix-gdb.exp: Remove this version of gdb_exit
26351 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26352 Rob says he'll look at it when he gets back to testing boards.
26353
26354Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
26355
26356 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
26357 an expected fail for certain ptype commands.
26358
26359 * gdb.t20/classes.exp: Update expected results of "ptype class
26360 Base1" to account for the constructor that now appears in the type.
26361
26362Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
26363
26364 * configure.in (configdirs): Restore gdb.t04, which mysteriously
26365 disappeared from list.
26366 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
26367 "alldone" proc with call to cleanup and exit.
26368 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26369 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26370 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26371 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26372 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
26373 "alldone" proc with simple returns that suppress remaining
26374 tests. The alldone proc went away many months ago.
26375
26376Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26377
26378 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26379
26380 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26381
26382Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26383
26384 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
26385 as vax gdb will display them.
26386
26387Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26388
26389 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26390 optimizers.
26391
26392 * scope.exp: Change "bad value for localval" messages so each one
26393 is unique.
26394
26395 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26396 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26397
26398 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26399
26400Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26401
26402 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26403 doesn't exist (due to optimization).
26404
26405Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26406
26407 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26408 contains \r because the filename is long.
26409
26410 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26411 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26412
26413Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26414
26415 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26416 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
26417 Ultrix.
26418 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
26419 int tests.
26420 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
26421
26422Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
26423
26424 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
26425
26426 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 26427 to match does not match the passing case but still matches the
c906108c
SS
26428 failing case.
26429
26430Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26431
26432 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26433
26434Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
26435
26436 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
26437 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26438 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26439 Remove various versions of gdb_exit.
26440 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
26441 gdb_exit.
26442 * config/unix-gdb.exp: gdb_exit remains here, and should override
26443 the generic version, since it's doing a lot of wierd stuff that
26444 the other versions aren't. FIXME, fold it in, or abandon this
26445 version.
26446
26447Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26448
26449 * gdb.t24/demangle.exp: Add tests for PR 3220.
26450
26451Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26452
26453 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26454
26455Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
26456
26457 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
26458 "i386-*-*". Works for i486 as well.
26459
26460 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
26461 bug, and expand domain of xfail to all SVR4 systems, since the
26462 actual problem is likely to be in generic SVR4 /proc support.
26463
26464Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26465
26466 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26467
26468Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
26469
26470 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
26471 xfails for other systems. Match a missing 'Continuing.' as an
26472 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26473
26474 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26475 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26476 Only issue warning for missing executables if -all option is used.
26477
26478 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
26479 file if -all option is used. It's like an unpredictable XFAIL.
26480
26481Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26482
26483 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26484 for dynamically linked binaries.
26485
26486 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26487
26488Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26489
26490 * gdb.t20/inherit.exp: Change message for "print tagless struct"
26491 to state that this is a known bug in old versions of g++.
26492
26493Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26494
26495 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
26496 while waiting for `Continuing'.
26497
26498Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
26499
26500 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
26501 in text, data, and bss.
26502 * gdb.t10/nodebug.c: Add local and global test variables for
26503 initialized and uninitialized data.
26504
26505Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26506
26507 * config/unix-gdb.exp (gdb_exit): Add "wait".
26508
26509Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26510
26511 * gdb.t06/signals.exp: xfail the continue from the handler for all
26512 targets.
26513
26514 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
26515 function with watchpoints enabled, the i386 call dummy starts with
26516 a call.
26517
26518 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
26519 386 bsd names its corefiles.
26520
26521Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
26522
26523 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
26524 compilers don't grok it.
26525 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
26526 with small octal ints rather than character constants, which
26527 are signed and might not fit if first promoted to int.
26528
26529Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
26530
26531 * gdb.t09/Makefile.in (clean): Remove corefile.
26532
26533Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26534
26535 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26536
26537Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26538 and Jim Kingdon (kingdon@cygnus.com)
26539
26540 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26541 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
26542 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26543
26544Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26545
26546 * gdb.t17/interrupt.exp: Add xfail for hppa.
26547
26548Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26549
26550 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26551 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
26552 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
26553 to determine signed-ness of bitfields and use the result to setup
26554 the xfail.
26555 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
26556 * gdb.t15/funcargs.exp: Use them to step until the second indirect
26557 call line is reached if necessary.
26558
26559Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26560
26561 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26562
26563Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26564
26565 * gdb.t06/break.exp: Also test `clear' command.
26566
26567Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26568
26569 * gdb.t00/teststrategy.exp: Remove extra quote.
26570
26571 * gdb.t07/watchpoint.exp: Change xfail for calling function with
26572 watchpoint enabled to be for all non-68k machines.
26573
26574 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26575
26576Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26577
26578 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26579 targets use aout.mt instead of ecoff.mt as gas understands
26580 standard aout format.
26581
26582Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26583
26584 * lib/gdb.exp (runto): Don't insist that function we are running to
26585 was compiled with -g.
26586
26587 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26588
26589 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26590 to get back into the read system call.
26591 Accept leading newline in case where we woke it up.
26592
26593Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26594
26595 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
26596 to make the stabs test work on ecoff systems using gcc and -with-stabs.
26597 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
26598 enable ecoff configuration.
26599
26600Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26601
26602 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26603
26604Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26605
26606 * gdb.t16/printcmds.exp: Add another printf test.
26607
26608Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
26609
26610 * configure.in: If configured -with-stabs on any target, add
26611 stabsdirs to configdirs.
26612
26613Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26614
26615 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26616 fun" so pattern does not match the command itself.
26617
26618Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26619
26620 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26621
26622Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26623
26624 * gdb.t17/interrupt.exp: Test for more things.
26625
26626Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26627
26628 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26629 compiler arranges the code and line numbers.
26630
26631 * gdb.t17/interrupt.exp: Don't send \n after ^C.
26632
26633Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26634
26635 * gdb.t00/help.exp: Increase expect input buffer size.
26636
26637Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26638
26639 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26640
26641 * gdb.t07/watchpoint.exp: Add xfail for hppa.
26642
26643 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26644
26645 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26646 [0-9]*, not just [0-9].
26647
26648Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26649
26650 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26651
26652 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26653
26654Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26655
26656 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26657
26658Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26659
26660 * gdb.t06/signals.c: Add xfails for sun3.
26661
26662 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26663
26664 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
26665 test_stepping tests.
26666
26667Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26668
26669 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26670
26671 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26672
26673 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26674 rather than actually putting it through cpp twice.
26675
26676 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26677
26678Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
26679
26680 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26681 no longer needed.
26682
26683Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26684
26685 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26686
26687 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26688 C++ features prints as "struct", make it a pass, not an xfail.
26689
26690Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26691
26692 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26693 Don't require VA to print as "class" rather than "struct".
26694
26695Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
26696
26697 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26698
26699Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26700
26701 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26702
26703Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26704
26705 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
26706 order.
26707
26708Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26709
26710 * gdb.t16/printcmds.exp: Add printf tests.
26711
26712 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26713
26714 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26715
26716Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
26717
26718 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
26719 pass counts, to counteract any existing or future setup_xfails.
26720
26721Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26722
26723 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26724 {BEGIN,END}_COMMON for common block instead of STAB.
26725 * gdb.stabs/wierd.exp: Add xfail for rs6000.
26726
26727 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26728 intp_var should be N_GSYM not N_LSYM.
26729 wierd-aout.S: Use a label for the value of the N_SO.
26730 wierd.def: Remove all backslashes.
26731 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26732
26733Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26734
26735 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26736 get the expected next to inheritance3.
26737
26738Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26739
26740 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26741 now that gcc-2.4 gets it right.
26742
26743Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26744
26745 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26746
26747 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26748 generating comp-info.exp which works for cross-compilation.
26749
26750Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
26751
26752 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
26753 "*-*-sysv4.*".
26754
26755Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
26756
26757 * gdb.t01/run.exp: Start with a fresh gdb.
26758 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
26759 SVR4.x.
26760
26761Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
26762
26763 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26764 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26765 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26766 Makefile.in (distclean, realclean): Remove gdbme.c from list of
26767 things to remove.
26768
26769Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26770
26771 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
26772 test cases from bug reports.
26773
26774Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
26775
26776 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
26777 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
26778 avoid spurious xfails.
26779 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
26780 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
26781 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
26782
26783Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
26784
26785 * gdb.t00/teststrategy.exp: Rework to provide more useful
26786 description of each test, fix problem with systems that define
26787 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26788 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
26789 results for "next over recursive call" so timeouts aren't taken
26790 by error.
26791
26792Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
26793
26794 * gdb.t12/scope.exp: Test printing of variables before run.
26795
26796 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26797 printed in wrong order due to sorting.
26798
26799Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
26800
26801 * gdb.t00/teststrategy.exp: Fix expected results for printing
26802 user entered string constant. Is array of char, prints with no
26803 address.
26804
26805 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
26806 commands.
26807 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
26808 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
26809 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
26810 of struct of char arrays.
26811 * gdb.t00/radix.exp: New tests for radix commands.
26812
26813Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
26814
26815 * gdb.t16/printcmd.exp: Print a variable before running program
26816 (with xfail for AIX).
26817
26818Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
26819
26820 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26821
26822 * gdb.t16/printcmd.exp: Don't print variables before running program.
26823
26824 * gdb.t06/break.exp: Don't require envp argument to main.
26825
26826 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26827
26828 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26829 Add xfails for rs6000.
26830
26831 * gdb.t02/whatis.exp: Change other tests not to re-test something
26832 we already tested.
26833
26834 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26835 each type used has a variable of that type.
26836
26837Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26838
26839 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26840
26841Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26842
26843 * configure.in: change srctrigger to be a file, not a directory
26844
26845Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26846
26847 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26848
26849 * gdb.t11/list.exp: Fixed a couple of typos.
26850
26851Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
26852
26853 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
26854 is fixed and PR is closed.
26855 * gdb.t16 (gdbme.c): Add simple test string variable.
26856 * gdb.t16 (printcmds.exp): Add tests with simple test string
26857 variable, primarily for boundaries on "set print elements".
26858
26859Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
26860
26861 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26862 Make leading 0's optional and don't expect a tab in the middle
26863 of the number.
26864
26865 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
26866
26867 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
26868 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
26869 don't end command passed to gdb_test with newline.
26870
26871 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
26872 signed keyword away, don't expect signed bitfields to be signed.
26873
26874 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
26875 printing with only as many 1's as are in the field as well as printing
26876 with 32 1's (see comment).
26877
26878Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
26879
26880 * gdb.t00/default.exp: Start with a fresh gdb.
26881 * configure.in (configdirs): Remove gdb.t31 until the chill
26882 compiler works again. It no longer is able to find chillrt0
26883 since it isn't in libchill.a anymore.
26884 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
26885 wierd.o, make more modular.
26886 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
26887 spurious newlines that caused problems.
26888
26889Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26890
26891 * Move test with enums and partial symbols from gdb.t03/ptype.exp
26892 to gdb.stabs/wierd.exp since GCC has worked around the bug.
26893 gdb.stabs/wierd.{exp,def}: Many new tests.
26894
26895 * gdb.t00/default.exp: update info line for new message.
26896
26897 * gdb.t02/{whatis.exp,gdbme.c}:
26898 Test that "char *" doesn't print as "caddr_t".
26899
26900Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26901
26902 * gdb.t00/help.exp: Use .* in place of some help messages which
26903 just changed.
26904 gdb.t00/default.exp: Update "info frame" test for new message.
26905 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26906 Remove some xfails
26907
26908Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26909
26910 * gdb.t03/{gdbme.c,ptype.exp}:
26911 Add tests for typedef'd struct and union without tags.
26912 Also check "whatis" on a variable of a typedef'd enum without a tag.
26913
26914 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26915 PRMS 1823; the bug still exists but isn't reproduced by this test
26916 anymore), and remove rs6000 XFAIL (the bug is fixed).
26917
26918 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26919 duplicated from whatis.exp. For those that are left, accept
26920 "long", "long int", or "int" for long variables (whatis.exp already
26921 has an XFAIL for "int", so no need to fail it here).
26922
26923 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26924 Deal with GCC's names for types now that GDB uses the compiler's names.
26925
26926 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
26927 setup_xfail's for sunos4. If we #defined the signed keyword away,
26928 don't expect GDB to know that char it is signed.
26929
26930 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26931
26932Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
26933
26934 * configure.in (configdirs): Add gdb.t24 for C++ tests that
26935 should work on any system, regardless of debugging format.
26936 * gdb.t21/demangle.exp: Move to gdb.t24.
26937 * gdb.t24/demangle.exp: Move from gdb.t21.
26938 * gdb.t24/{Makefile.in, configure.in}: New files.
26939
26940Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26941
26942 * configure.in: Do gdb.stabs and C++ tests only for stabs.
26943 * gdb.stabs: New directory.
26944
26945Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26946
26947 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26948 not just "Quit anyway?".
26949
26950Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
26951
26952 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
26953 that all setup_xfails are immediately followed by clear_xfails.
26954
26955Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
26956
26957 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26958 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26959 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26960 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26961 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26962 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26963 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26964 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26965 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26966 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26967 gdb.t31/chillvars.exp, lib/gdb.exp:
26968 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26969 bug-gdb@prep.ai.mit.edu.
26970
26971Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
26972
26973 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
26974 with 0.0, not integer 0.
26975
26976Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
26977
26978 * gdb.t06/break.exp: Update for "Kill the program" message change.
26979
26980Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
26981
26982 * Makefile.in (GDBFLAGS): Set to -nx.
26983 * Makefile.in (site.exp): Use GDBFLAGS.
26984
26985Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26986
26987 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26988 Makefiles.
26989 (check): depend on just-check.
26990 (just-check): added so that tests can be run without a noop
26991 build pass.
26992
26993Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26994
26995 Switch to using configure's configdirs.
26996 * Makefile.in (Makefile): add configure.in dependency.
26997 (SUBDIRS): removed redundant assignment.
26998 * configure.in: switch subdirs assignment to configdirs.
26999 * gdb.t*/configure.in: new files.
27000
27001Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
27002
27003 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
27004 works.
27005
27006Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
27007
27008 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
27009 in explicit rules. Apparently this is not supported by some makes.
27010
27011Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
27012
27013 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
27014
27015Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27016
27017 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
27018 disappeared.
27019
27020Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
27021
27022 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
27023
27024Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
27025
27026 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
27027 watchpoint problem that is now fixed.
27028 * gdb.t30/chexp.exp: Remove setup_xfail for printing
27029 uninitialized convenience variables.
27030 * gdb.t31/chillvars.exp: Fix expected patterns for printing
27031 structures.
27032
27033Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27034
27035 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
27036 which causes expect to get out of sync with gdb on long output
27037 from help set.
27038 * gdb.t09/corefile.exp: Make expected pattern for core file
27039 failing signal and frame output format less sun specific.
27040
27041Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
27042
27043 * gdb.t31/chillvars.exp: Add and remove initial dummy
27044 breakpoint, so that symbol table is forced in.
27045 (Needed at least on Sunos4, though it seems not SVR4.)
27046 * gdb.t31/chillvars.exp: Update for changed output format.
27047
27048Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
27049
a9c64011 27050 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
27051
27052Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
27053
27054 * Makefile.in: Added --srcdir when invoking runtest, removed the
27055 need for a local config file. (optional now)
27056
27057Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
27058
27059 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
27060 failure count used to force early termination. Add some more
27061 expected failures for gnu style demangling.
27062
27063Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27064
27065 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
27066 pmi variable from gdb.t20/gdbme to get optimized away.
27067 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
27068 Check for written corefile upon timeout _and_ eof.
27069
27070Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27071
27072 * config/unix-gdb.exp: Add missing return 0.
27073
27074Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27075
27076 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
27077 test termination.
27078
27079Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
27080
27081 * configure.in (subdirs): Put back gdb.t17 which mysteriously
27082 disappeared.
27083
27084Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
27085
27086 * gdb.t10/crossload.exp: Disable the i860-elf test until such
27087 time as i860 support works.
27088
d63a86f8 27089 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
27090 "backtrace 100\r" rather than just "backtrace\r", to match last
27091 change.
27092
27093Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
27094
27095 * config/udi-gdb.exp (gdb_exit): Remove close command.
27096 (gdb_target_udi): New procedure to set the UDI target.
27097 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
27098 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
27099 Added waits for prompts after several question responses. Added
27100 some more responses used by a29k-amd-udi-gdb.
27101 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
27102 pass different arguments, restart UDI connection after program
27103 completion.
27104 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
27105 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27106 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
27107 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
27108 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
27109 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
27110 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27111 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
27112 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
27113 after program completion.
27114 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
27115 compiled with a SELECT_VECS setting.
27116 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
27117 infinite recursion.
27118
27119 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
27120 Added checks for COFF results, and made them expected failures for
27121 all targets. It would be better to make them expected failures
27122 for COFF targets only.
27123
27124Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
27125
27126 * Makefile.in: add null dvi target, don't bother to recurse
27127 through test directories for info and install-info; rename
27128 $(datadir) to be dejagnu instead of deja-gnu
27129
27130Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
27131
27132 * gdb.t31/gdbme.ch: Re-enable code that previously caused
27133 compiler to coredump.
27134 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
27135 code.
27136
27137Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
27138
27139 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
27140 coredump.
27141 * gdb.t31/chillvars.exp: Comment out tests that depend on that
27142 code.
27143
27144Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
27145
27146 * gdb.t03/ptype.exp: tests for return code from gdb_test.
27147 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
27148 which in a shell. Deletes xgdb when done.
27149 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
27150 Tests the return from the "set height" or "set width" commands.
27151 Added a few return codes where needed.
27152
27153Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
27154
27155 * Makefile.in (SUBDIRS): Add gdb.t17.
27156 * configure.in (subdirs): Add gdb.t17.
27157 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
27158 files to test gdb's calling of functions in the inferior with
27159 the correct arguments and gdb's ability to retrieve any
27160 result returned.
27161
27162Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
27163
27164 * config/unix-gdb.exp (gdb_exit): Remove close commands that
27165 may be called after gdb goes away. Previous versions of expect
27166 needed these to avoid file descriptor leaks, but they cause
27167 errors with the current revision of expect.
27168 * gdb.t00/gdbvars.exp: Use -re on expected output after
27169 setting sevenbit-strings.
27170 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
27171 to set sevenbit-strings consistent across tests.
27172 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
27173 set sevenbit-strings consistent across tests.
27174
27175Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
27176
27177 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
27178 expected output to match current "expect" expectations.
27179
27180Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
27181
27182 * gdb.t00/default.exp: Change expected output for default "source"
27183 command, to match new gdb behavior which requires a filename to
27184 source.
27185
27186Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
27187
27188 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
27189 expected fail for i486-*-* that misses the marker2 function.
27190 * gdb.t10/crossload.exp (bfddefault): Allow successful
27191 recognition of a format to pass even if no symbols are found.
27192 Explicitly catch failures where the format is not recognized
27193 or is ambiguous, and add the reason to the fail message.
27194 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
27195 the cause is and invalid target and add reason to failure message.
27196 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
27197 elf32-i386, elf32-sparc, and elf32-i860.
27198 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27199 Set up expected failure for 'filename'::variable scope resolution,
27200 which is now apparently broken on all targets.
27201 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27202 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27203 gdb.t23/templates.exp: Change failure for missing binfile into
27204 just a warning.
27205 gdb.t21/demangle.exp: Change all cfront references to 'arm'
27206 references.
27207
27208Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
27209
27210 * gdb.t00/default.exp: Add expected output for default "source"
27211 command, to match new gdb behavior.
27212 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
27213
27214Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
27215
27216 * config/*-gdb.exp: returns an error, rather than exiting on
27217 internal errors.
27218
27219Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
27220
27221 * gdb.t03/gdbme.c: Add pointer to struct variable.
27222 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
27223 referencing struct members.
27224
27225Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
27226
27227 * configure.in (mips-idt-ecoff): New target.
27228 * config/mips-gdb.exp: New file for remote board using MIPS remote
27229 debugging protocol.
27230
27231 * Redid configuration scheme. Removed gdb.t*/configure.in.
27232 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
27233 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
27234 distclean targets. Built executables via .o files. Adjusted
27235 tests to account for source files in $(srcdir) rather than
27236 $(objdir).
27237 * lib/gdb.exp (runto): Don't expect () after the function name,
27238 because it may have arguments.
27239
27240Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
27241
27242 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27243 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27244 expected failures for mips-idt-* and mips-sgi-*.
27245 * gdb.t00/default.exp (attach): Kill process if requested.
27246 * gdb.t00/help.exp (help target core, help target): Accept a gdb
27247 that does not read core files.
27248 * gdb.t01/run.exp: Removed checks for exit status code.
27249 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27250 it is linked in.
27251 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27252 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27253 appropriate, rather than doing it by hand.
27254 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27255 execution.
27256 * gdb.t10/crossload.exp: Kill existing program if needed.
27257 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27258 appropriate, rather than doing it by hand. Always increase
27259 timeout for this test, not just for VxWorks.
27260
27261Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
27262
27263 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
27264 of Chill STRUCT types and STRUCT values.
27265 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
27266 than "char".
27267 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 27268 struct2): New struct definitions and initializations to test
c906108c
SS
27269 simple Chill STRUCT types.
27270
27271Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
27272
27273 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
27274 the null byte at the end of strings.
27275 * gdb.t00/default.exp: Make show version insensitive to copyright
27276 date.
27277 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
27278 to avoid dependencies on target char signedness.
27279 * gdb.t16/printcmds.exp: Update expected results for explicitly
27280 unsigned char.
27281 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
27282 now work.
27283 * gdb.t21/demangle.exp: Add many more patterns for template
27284 demangling, most of them being expected failures.
27285 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
27286 string we are matching for, to match on the whole string.
27287 * gdb.t21/demangle.exp: Add many new test strings to demangle,
27288 and fix a whole bunch that had incorrect expected output but were
27289 passing anyway because of the bug in "proc demangle".
27290 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
27291 type.
27292 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
27293
27294Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
27295
a9c64011
AS
27296 * gdb/testsuite: made modifications to testcases, etc., to allow
27297 them to work properly given the reorganization of deja-gnu and the
27298 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
27299
27300Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
27301
27302 * gdb/testsuite: Initial creation of gdb/testsuite.
27303 Migrated dejagnu testcases and support files for testing nm to
27304 gdb/testsuite from deja-gnu. These files were moved "as is"
27305 with no modifications. This migration is part of a major overhaul
27306 of dejagnu. The modifications to these testcases, etc., which
27307 will allow them to work with the new version of dejagnu will be
27308 made in a future update.
48efe704 27309
8d8cb839 27310 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 27311\f
8d8cb839
EZ
27312;; Local Variables:
27313;; mode: change-log
27314;; left-margin: 8
27315;; fill-column: 74
27316;; version-control: never
27317;; End:
902f2ccb 27318
0b302171 27319 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
902f2ccb
MC
27320 Copying and distribution of this file, with or without modification,
27321 are permitted provided the copyright notice and this notice are preserved.