]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
ax-gdb: Do not treat enums and bools as integers.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
32039130
JB
12012-03-13 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/bp_range_type: New testcase.
4
16899756
DE
52012-03-13 Doug Evans <dje@google.com>
6
7 * gdb.base/default.exp: Delete tests for symbol-reloading.
8 * gdb.base/help.exp: Ditto.
9 * gdb.base/setshow.exp: Ditto.
10 * gdb.base/gdb_history: Delete references to symbol-reloading.
11
87b0bb13
JK
122012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 * gdb.base/attach-twice.c: New files.
15 * gdb.base/attach-twice.exp: New files.
16
0d7941a9
KS
172012-03-08 Keith Seitz <keiths@redhat.com>
18
19 * lib/gdb.exp (gdb_get_line_number): Throw an
20 error instead of returning -1.
21 * gdb.base/break.exp: Remove unused variable
22 bp_location5.
23 * gdb.base/hbreak2.exp: Likewise.
24 * gdb.base/sepdebug.exp: Likewise.
25
f4647387
YQ
262012-03-08 Yao Qi <yao@codesourcery.com>
27 Pedro Alves <palves@redhat.com>
28
29 Fix PR server/13392.
30 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
31 (tracepoint_change_loc_2): Remove kfail. Return if failed to
32 download tracepoints.
33 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
34 (pending_tracepoint_resolved_during_trace): Likewise.
35 (pending_tracepoint_installed_during_trace): Likewise.
36 (pending_tracepoint_with_action_resolved): Likewise.
37
83c532cb
KS
382012-03-08 Keith Seitz <keiths@redhat.com>
39
40 * gdb.ada/array_bounds.exp: Get breakpoint for line
41 with "START", not "STOP".
42 * gdb.python/py-infthread.exp: Do not continue to
43 line marked "Break here.", which is undefined.
44
d6b6bbb7
LM
452012-03-08 Luis Machado <lgustavo@codesourcery.com>
46
47 Revert:
48
49 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 Implement testsuite workaround for PR breakpoints/13781.
52 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
53 (set breakpoint condition-evaluation host): New conditional command.
54
7fe25d9b
JK
552012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 Fix CU relative vs. absolute DIE offsets.
58 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
59 one.
60
51898c15
JK
612012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
62
63 Fix false FAIL on distros with relro linkage as default.
64 * gdb.reverse/solib-precsave.exp: Try to compile the test using
65 -Wl,-z,norelro first.
66
8131799e
JB
672012-03-06 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.ada/bp_on_var: New testcase.
70
ba241969
JB
712012-03-06 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.ada/bp_enum_homonym: New testcase.
74
abe49676
YQ
752012-03-06 Yao Qi <yao@codesourcery.com>
76
77 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
78 x86_64-*-* and i?86-*-*.
79 Set up KFAIL for gdb/13808.
80
d8df103b
TT
812012-03-05 Tom Tromey <tromey@redhat.com>
82
83 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
84 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
85
b7b189f3
TT
862012-03-05 Tom Tromey <tromey@redhat.com>
87
88 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
89
69dc1c4d
YQ
902012-03-04 Yao Qi <yao@codesourcery.com>
91
92 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
93 messages for KFAIL.
94
3f20c47f
JK
952012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
98 (print one_two_three, indexes off, print few_reps, indexes off)
99 (print many_reps, indexes off, print empty, indexes off)
100 (print one_two_three, print few_reps, print many_reps, print empty):
101 Call setup_xfail if $gcc_old.
102
abf1152a
JK
1032012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
104
105 Implement testsuite workaround for PR breakpoints/13781.
106 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
107 (set breakpoint condition-evaluation host): New conditional command.
108
a06715f8
JK
1092012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
110
111 Code cleanup.
112 * gdb.cp/mb-templates.exp: New variables executable. Use it for
113 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
114 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
115 number 1 by $bpnum. Four times.
116
5808517f
YQ
1172012-03-03 Yao Qi <yao@codesourcery.com>
118
119 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
120
dfe2ac14
JK
1212012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
122
123 Setup KFAIL for PR server/13796.
124 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
125
8bbc467a
JB
1262012-03-02 Joel Brobecker <brobecker@adacore.com>
127
128 * gdb.ada/operator_bp: New testcase.
129
c0eac87f
JB
1302012-03-02 Joel Brobecker <brobecker@adacore.com>
131
132 * gdb.ada/info_locals_renaming: New testcase.
133
4f42c881
TT
1342012-03-02 Tom Tromey <tromey@redhat.com>
135
136 * gdb.base/nextoverexit.c: New file.
137 * gdb.base/nextoverexit.exp: New file.
138
7380c0c9
EBM
1392012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
140
141 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
142 parameter.
143
1faeff08
MR
1442012-03-01 Maciej W. Rozycki <macro@mips.com>
145
146 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
147 core registers.
148
320b6f49
MR
1492012-03-01 Maciej W. Rozycki <macro@mips.com>
150 Maciej W. Rozycki <macro@codesourcery.com>
151 Daniel Jacobowitz <dan@codesourcery.com>
152
153 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
154
ad5f7d6e
PA
1552012-03-01 Pedro Alves <palves@redhat.com>
156
157 PR gdb/13767
158
159 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
160 (gdb_collect_globals_test): Call it.
161
d3dc44a6
KS
1622012-03-01 Keith Seitz <keiths@redhat.com>
163
164 * gdb.cp/method2.exp: Output of overload menu is now
165 alphabetized. Update tests for "break A::method".
166 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
167 of hard-coding them.
168 Overload menu is alphabetized: rewrite to accommodate.
169 Unset variables LINE and TYPES which are used in other tests.
170 Compute the output of "info break".
171 Update the breakpoint table after all breakpoints are deleted.
172 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
173 compute ACTUALS and the method body based on parameters.
174 Update expected output accordingly.
175 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
176 unique comments to allow the use of gdb_get_line_number.
177
1782012-03-01 Keith Seitz <keiths@redhat.com>
179
180 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
181 some Tcl syntax.
182 * gdb.cp/ovldbreak.exp: Likewise.
183
7949c2a0
KS
1842012-03-01 Keith Seitz <keiths@redhat.com>
185
186 * gdb.base/help.exp (help show user): Update expected result
187 for new doc string changes (add "non-python").
188
7d74f244
DE
1892012-03-01 Scott J. Goldman <scottjg@vmware.com>
190
191 * gdb.python/py-cmd.exp: Add test to verify that python commands can
192 be put in the user-defined category and that the commands appear in
193 "help user-defined".
194
1b611343
JB
1952012-02-29 Joel Brobecker <brobecker@adacore.com>
196
197 * gdb.ada/tagged_not_init: New testcase.
198
99b1c762
JB
1992012-02-29 Joel Brobecker <brobecker@adacore.com>
200
201 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
202 * gdb.ada/enum_idx_packed: New testcase.
203
2d4a02ee
JB
2042012-02-29 Joel Brobecker <brobecker@adacore.com>
205
206 * gdb.ada/aliased_array: New testcase.
207
2e6fda7d
JB
2082012-02-29 Joel Brobecker <brobecker@adacore.com>
209
210 * gdb.ada/whatis_array_val: New testcase.
211
9a7f938f
JK
2122012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 Fix disp-step-syscall.exp: fork: single step over fork.
215 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
216 whitespaces.
217 (single step over $syscall): Remove its check.
218 (single step over $syscall final pc): New check.
219
8703a944
JK
2202012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 Support processors without SSSE3.
223 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
224 pabsd into ...
225 (ssse3_test): ... a new function.
226 (main): Call ssse3_test.
227 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
228 Update expected values everywhere.
229 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
230 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
231 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
232 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
233 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
234 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
235 Move these tests lower.
236 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
237 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
238 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
239 New tests.
240
c03e6ccc
YQ
2412012-02-29 Yao Qi <yao@codesourcery.com>
242 Pedro Alves <palves@redhat.com>
243
244 * gdb.trace/trace-mt.c: New.
245 * gdb.trace/trace-mt.exp: New.
246
7964b62a
TS
2472012-02-28 Thomas Schwinge <thomas@codesourcery.com>
248
2c8910ba
TS
249 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
250 numbers instead of hardcoding them.
251 * gdb.base/annota1.c: Provide suitable markers.
252 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
253 numbers instead of hardcoding them.
254 * gdb.base/annota3.c: Provide suitable markers.
255
256 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
257 * gdb.base/annota3.c: Likewise.
258 * gdb.base/sigall.c: Likewise.
259 * gdb.base/signals.c: Likewise.
260 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 261
5a41c0b7
MR
2622012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
263
264 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
265 failure return path.
266
ebbbe5c5
LM
2672012-02-27 Luis Machado <lgustavo@codesourcery.com>
268
269 * gdb.base/save-bp.exp: Account for new condition evaluator output.
270
8d126d8a
LM
2712012-02-24 Luis Machado <lgustavo@codesourcery.com>
272
273 * gdb.base/cond-eval-mode.exp: New file.
274
11337c2f
PA
2752012-02-24 Pedro Alves <palves@redhat.com>
276
277 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
278 (top level): Use with_test_prefix.
279
13fc3e3c
PA
2802012-02-24 Pedro Alves <palves@redhat.com>
281
282 * gdb.threads/attach-into-signal.exp (corefunc): Use
283 with_test_prefix.
284
07c1b626
JK
2852012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 Fix false FAILs on old CPUs without SSE.
288 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
289 Return untested for Illegal instruction.
290
596ba138
JK
2912012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 Fix false FAILs with glibc debug infos installed.
294 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
295 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
296
aeaa2474
SA
2972012-02-22 Sterling Augustine <saugustine@google.com>
298
299 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
300 constant with cast.
301
aed555c9
PA
3022012-02-21 Pedro Alves <palves@redhat.com>
303
304 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
305
78afebb4
PA
3062012-02-21 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
309
fdcfef12
PA
3102012-02-21 Pedro Alves <palves@redhat.com>
311
312 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
313 with_test_prefix.
314
0f4d39d5
PA
3152012-02-21 Pedro Alves <palves@redhat.com>
316
317 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
318 with_test_prefix here.
319 (top level): Do it here instead. Remove `:' from the
320 with_test_prefix string.
321 * gdb.base/attach-pie-misread.exp: Remove the leading space the
322 the suffix `:' from the with_test_prefix prefix string.
323 * gdb.base/break-interp.exp: Ditto.
324 * gdb.base/catch-load.exp: Ditto.
325 * gdb.base/disp-step-syscall.exp: Ditto.
326 * gdb.base/jit-so.exp: Ditto.
327 * gdb.base/jit.exp: Ditto.
328 * gdb.base/sepdebug.exp: Ditto.
329 * gdb.base/solib-display.exp: Ditto.
330 * gdb.base/solib-overlap.exp: Ditto.
331 * gdb.base/watch-cond-infcall.exp: Ditto.
332 * gdb.base/watchpoint.exp: Ditto.
333 * gdb.dwarf2/dw2-noloc.exp: Ditto.
334 * gdb.mi/mi-watch.exp: Ditto.
335 * gdb.mi/mi2-watch.exp: Ditto.
336 * gdb.threads/non-ldr-exc-1.exp: Ditto.
337 * gdb.threads/non-ldr-exc-2.exp: Ditto.
338 * gdb.threads/non-ldr-exc-3.exp: Ditto.
339 * gdb.threads/non-ldr-exc-4.exp: Ditto.
340 * gdb.threads/watchpoint-fork.exp: Ditto.
341 * gdb.threads/watchthreads-reorder.exp: Ditto.
342 * gdb.trace/change-loc.exp: Ditto.
343 * gdb.trace/pending.exp: Ditto.
344 * gdb.trace/status-stop.exp: Ditto.
345 * gdb.trace/strace.exp: Ditto.
346 * gdb.trace/trace-break.exp: Ditto.
347 * gdb.trace/unavailable.exp: Ditto.
348 * lib/gdb.exp (with_test_prefix): Always prefix with space and
349 suffix with colon. Adjust leading comments.
350
6a5870ce
PA
3512012-02-21 Pedro Alves <palves@redhat.com>
352 Tom Tromey <tromey@redhat.com>
353
354 * lib/gdb.exp: Add description of test prefixes.
355 (with_test_prefix): New procedure.
356 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
357 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
358 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
359 instead of lappend to append to pf_prefix.
360 * gdb.base/catch-load.exp: Use with_test_prefix.
361 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
362 * gdb.base/jit-so.exp: Use with_test_prefix.
363 * gdb.base/jit.exp: Use with_test_prefix.
364 * gdb.base/return-nodebug.exp (do_test): Use append instead of
365 lappend to append to pf_prefix.
366 * gdb.base/sepdebug.exp: Use with_test_prefix.
367 * gdb.base/solib-display.exp: Use with_test_prefix.
368 * gdb.base/solib-overlap.exp: Use with_test_prefix.
369 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
370 * gdb.base/watchpoint.exp: Use with_test_prefix.
371 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
372 * gdb.mi/mi-watch.exp: Use with_test_prefix.
373 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
374 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
375 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
376 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
377 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
378 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
379 append instead of lappend to append to pf_prefix.
380 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
381 * gdb.trace/change-loc.exp: Use with_test_prefix.
382 * gdb.trace/pending.exp: Use with_test_prefix.
383 * gdb.trace/status-stop.exp: Use with_test_prefix.
384 * gdb.trace/strace.exp: Use with_test_prefix.
385 * gdb.trace/trace-break.exp: Use with_test_prefix.
386 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
387 instead of lappend to append to pf_prefix.
388
35dc4a6b
JK
3892012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
390
391 Fix racy FAILs.
392 * gdb.base/inferior-died.c (main): Add return of 0.
393 * gdb.base/inferior-died.exp (continue): Fix expectation of
394 asynchronous events.
395 (p 1): New test.
396
c5a006e6
PA
3972012-02-20 Pedro Alves <palves@redhat.com>
398
399 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
400 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
401 gdb's internal debug output. For the non-threaded case, look for
402 "Program received signal SIGLARM", for the threaded case, peek at
403 the thread's siginfo.
404
cc51a170
PA
4052012-02-20 Pedro Alves <palves@redhat.com>
406
407 General cleanup, make output test messages unique, and build
408 different executable files for the non-threaded and threaded
409 cases.
410
411 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
412 Delete.
413 (executable_nothr, executable_thr): New globals.
414 (top level): Adjust to delete both executables.
415 (corefunc): New parameter $executable. Set $pf_prefix instead of
416 hand writing a prefix in tests. Issue a clean_restart and enable
417 lin-lwp debug output here.
418 (top level): Adjust. Use build_executable. Don't start gdb here,
419 and don't enable lin-lwp debug output here.
420 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
421
c755f03d
JK
4222012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
423
424 Fix racy FAILs.
425 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
426 "continue" command.
427
6bec5e0a
JK
4282012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 Fix for gdbserver non-extended mode.
431 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
432 and gdb_run_cmd.
433
2e8265fd
TT
4342012-02-17 Tom Tromey <tromey@redhat.com>
435
436 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
437 * gdb.python/py-events.exp: Check 'dir' output.
438 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
439
9e507076
YQ
4402012-02-17 Yao Qi <yao@codesourcery.com>
441
442 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
443
32d22ab1
TT
4442012-02-16 Tom Tromey <tromey@redhat.com>
445
446 * gdb.base/inferior-died.c: Don't include stdio.h.
447
9addecb9
TT
4482012-02-16 Tom Tromey <tromey@redhat.com>
449
450 * gdb.base/inferior-died.c: New file.
451 * gdb.base/inferior-died.exp: New file.
452
4cb6da1c
AR
4532012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
454
455 * gdb.base/break-inline.exp: New file.
456 * gdb.base/break-inline.c: New file.
457
3af2590d
TT
4582012-02-15 Tom Tromey <tromey@redhat.com>
459
460 * gdb.base/pc-fp.exp: Add "info register" tests.
461
29988831
TT
4622012-02-15 Tom Tromey <tromey@redhat.com>
463
464 * gdb.base/regs.exp: Remove.
465
10010058
PA
4662012-02-15 Pedro Alves <palves@redhat.com>
467
468 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
469 the target doesn't support tracepoints.
470 * gdb.trace/circ.exp: Ditto.
471 * gdb.trace/collection.exp: Ditto.
472 * gdb.trace/packetlen.exp: Ditto.
473 * gdb.trace/passc-dyn.exp: Ditto.
474 * gdb.trace/report.exp: Ditto.
475 * gdb.trace/tfind.exp: Ditto.
476 * gdb.trace/tspeed.exp: Ditto.
477 * gdb.trace/tsv.exp: Ditto.
478 * gdb.trace/unavailable.exp: Ditto.
479 * gdb.trace/while-dyn.exp: Ditto.
480
a2e0062d
PA
4812012-02-15 Pedro Alves <palves@redhat.com>
482
483 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
484 gdb_test_multiple, and call unsupported instead of fail, if the
485 remote side does not support the request.
486
a1999d40
PA
4872012-02-15 Pedro Alves <palves@redhat.com>
488
489 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
490 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
491 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
492 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
493 * gdb.server/server-run.exp: Make sure gdb is disconnected.
494 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
495 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
496 doesn't start with "extended-" already.
497
7cee1e54
PA
4982012-02-15 Pedro Alves <palves@redhat.com>
499
500 Support extended-remote. Avoid cascading timeouts.
501
502 * gdb.base/attach.exp (do_attach_tests): Add expected output for
503 the extended-remote target. If attaching with no file fails, load
504 the file manually.
505 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
506
816338b5
SS
5072012-02-14 Stan Shebs <stan@codesourcery.com>
508
509 * gdb.base/ena-dis-br.exp: Add enable count test.
510
cc30c4bd
PA
5112012-02-13 Pedro Alves <palves@redhat.com>
512
513 * config/mips-idt.exp: Delete.
514 * gdb.base/a2-run.exp: Remove mips-idt xfails.
515 * gdb.base/bitfields.exp: Remove mips-idt restarts.
516 * gdb.base/break.exp: Remove mips-idt references.
517 * gdb.base/chng-syms.exp: Ditto.
518 * gdb.base/default.exp: Ditto.
519 * gdb.base/funcargs.exp (funcargs_reload): Delete.
520 (top level): Don't call it.
521 * gdb.base/opaque.exp: Remove mips-idt restarts.
522 * gdb.base/ptype.exp: Remove mips-idt xfails.
523 * gdb.base/scope.exp: Remove mips-idt restarts.
524 * gdb.base/sepdebug.exp: Remove mips-idt references.
525 * gdb.base/watchpoint.exp (maybe_clean_restart)
526 (maybe_reinitialize): Delete.
527 (test_disabling_watchpoints, test_disabling_watchpoints)
528 (test_watchpoint_triggered_in_syscall)
529 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
530 Don't call them.
531
57008375
JK
5322012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * gdb.server/server-exec-info.exp: New file.
535
4a2d9c08
PA
5362012-02-10 Pedro Alves <palves@redhat.com>
537
538 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
539 always non-empty.
540 (test_attach): Always pass $exec to test_attach_gdb.
541
09fa21bd
TT
5422012-02-08 Tom Tromey <tromey@redhat.com>
543
544 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
545 before inferior is started.
546
f0823d2c
TT
5472012-02-07 Tom Tromey <tromey@redhat.com>
548
549 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
550 Symbol.value.
551 * gdb.python/py-symbol.c (qq): Set default value.
552
5532012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
554
555 * gdb.python/py-symbol.c (qq): New global.
556 * gdb.python/py-symbol.exp: Add test for frame-less
557 lookup_symbol.
558 * gdb.python/py-symtab.exp: Fix line number.
559
f7e44f65
JB
5602012-02-03 Joel Brobecker <brobecker@adacore.com>
561
562 * gdb.ada/mi_task_arg: New testcase.
563
4c9ed63c
PA
5642012-02-02 Pedro Alves <palves@redhat.com>
565
566 * gdb.reverse/until-precsave.exp: Also put "record save" under the
567 extended timeout.
568
c0b9f2c6
PA
5692012-02-02 Pedro Alves <palves@redhat.com>
570
571 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
572 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
573
5f8cefd7
PA
5742012-02-02 Pedro Alves <palves@redhat.com>
575
576 * gdb.base/term.exp: Rewrite.
577 * gdb.base/term.c: New.
578
2f3a2569
PA
5792012-02-02 Pedro Alves <palves@redhat.com>
580
581 * gdb.base/default.exp (run "r" abbreviation, run): Add
582 extended-remote expected output.
583
f149aabd
TT
5842012-02-02 Tom Tromey <tromey@redhat.com>
585
586 * gdb.cp/dispcxx.exp: New file.
587 * gdb.cp/dispcxx.cc: New file.
588
03bef283
TT
5892012-02-01 Tom Tromey <tromey@redhat.com>
590
591 * gdb.base/jit-simple.exp: New file.
592 * gdb.base/jit-simple.c: New file.
593
a79b18b5
YQ
5942012-01-30 Yao Qi <yao@codesourcery.com>
595
596 * gdb.base/skip.exp: Make test result unique.
597
f0d1a53e
JK
5982012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
599
600 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
601 compatibility with valgrind-3.7.0.
602
4b3c9f41
PA
6032012-01-27 Pedro Alves <palves@redhat.com>
604
605 * gdb.base/watchpoint.exp (no_hw): New global.
606 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
607 disable hw watchpoints.
608 (test_wide_location_1, test_wide_location_2): If no_hw is set,
609 don't expect hw watchpoints.
610 (no_hw_watchpoints): Always clean restart.
611 (do_tests): New procedure, factored out from the top level.
612 (top level): Run tests twice. Once with hw watchpoints enabled,
613 another time with hw watchpoints disabled.
614
a13491c8
PA
6152012-01-27 Pedro Alves <palves@redhat.com>
616
617 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
618 out from the top level.
619 (top level): Call it instead.
620
f2c8a051
PA
6212012-01-27 Pedro Alves <palves@redhat.com>
622
623 * gdb.base/watchpoint.exp (top level): Re-enable hardware
624 watchpoints sooner.
625
654d7a9e
PA
6262012-01-27 Pedro Alves <palves@redhat.com>
627
628 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
629
274f47f3
PA
6302012-01-27 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
633 "You may have requested too many hardware
634 breakpoints/watchpoints".
635
e4d63ba2
PA
6362012-01-27 Pedro Alves <palves@redhat.com>
637
638 * gdb.base/watchpoint.exp (maybe_clean_restart)
639 (maybe_reinitialize): New.
640 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
641 expect "hit N times".
642 (test_disabling_watchpoints, test_complex_watchpoint)
643 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
644 Call maybe_clean_restart.
645 (top level): Use clean_restart. Remove "mips-idt-*"
646 reinitialization.
647
dbd95daf
PA
6482012-01-27 Pedro Alves <palves@redhat.com>
649
650 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
651
f3ad2025
PA
6522012-01-27 Pedro Alves <palves@redhat.com>
653
654 * gdb.base/watchpoint.exp: Clean restart after tests that don't
655 require `initialize' anymore. Remove unnecessary `initialize'
656 calls.
657
100aa3ae
PA
6582012-01-27 Pedro Alves <palves@redhat.com>
659
660 * gdb.base/watchpoint.exp (wp_set): Delete.
661 (initialize, test_simple_watchpoint, top level): Remove dead code.
662
c79a8e11
PA
6632012-01-27 Pedro Alves <palves@redhat.com>
664
665 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
666 typo.
667
048fe15a
PA
6682012-01-27 Pedro Alves <palves@redhat.com>
669
670 * config/extended-gdbserver.exp: New file.
671 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
672 comment.
673 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
674 * boards/native-extended-gdbserver.exp: New file.
675
4033a6bf
PA
6762012-01-26 Pedro Alves <palves@redhat.com>
677
678 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
679 and gdb_test_multiple.
680
3d7f4b81
PA
6812012-01-26 Pedro Alves <palves@redhat.com>
682
683 Make test messages unique, and more identifiable.
684 * gdb.multi/watchpoint-multi.exp: Change test messages.
685
484abf42
TT
6862012-01-25 Tom Tromey <tromey@redhat.com>
687
688 * gdb.base/solib-disc.exp: Fix regexps.
689
edcc5120
TT
6902012-01-24 Tom Tromey <tromey@redhat.com>
691
692 * lib/mi-support.exp (mi_expect_stop): Add special case for
693 solib-event.
694 * gdb.base/catch-load-so.c: New file.
695 * gdb.base/catch-load.exp: New file.
696 * gdb.base/catch-load.c: New file.
697 * gdb.base/break-interp.exp (reach_1): Update regexp.
698
30b91c90
JK
6992012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
700
701 Fix fuzzy results.
702 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
703 lpsimple and func.
704
53fe1783
GB
7052012-01-24 Gary Benson <gbenson@redhat.com>
706
707 Delete #if 0'd out code.
708 * gdb.base/default.exp (info catch): Remove.
709 * gdb.base/gdb_history (info catch): Likewise.
710 * gdb.base/help.exp (info catch): Likewise.
711
d0d8b0c6
JK
7122012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
713
714 Fix watchpoints to be specific for each inferior.
715 * gdb.multi/watchpoint-multi.c: New file.
716 * gdb.multi/watchpoint-multi.exp: New file.
717
4403d8e9
JK
7182012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
719
720 Fix watchpoints across inferior fork.
721 * gdb.threads/watchpoint-fork-child.c: New file.
722 * gdb.threads/watchpoint-fork-mt.c: New file.
723 * gdb.threads/watchpoint-fork-parent.c: New file.
724 * gdb.threads/watchpoint-fork-st.c: New file.
725 * gdb.threads/watchpoint-fork.exp: New file.
726 * gdb.threads/watchpoint-fork.h: New file.
727
050a2e1d
PA
7282012-01-23 Pedro Alves <palves@redhat.com>
729
730 * gdb.base/call-signal-resume.exp: Allow output after "return".
731
6a52fb62
PA
7322012-01-20 Pedro Alves <palves@redhat.com>
733
734 * gdb.python/py-finish-breakpoint.py: Fix typo.
735
145b16a9
UW
7362012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
737
738 * gdb.base/info-proc.exp: Also run on remote targets. Main
739 "info proc" command is now always present; whether target supports
740 actual info proc operation is detected when attempting to issue
741 the command.
742
26f6125e
JK
7432012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
744
745 * .gdbinit: Remove.
746
eb5227ce
PA
7472012-01-19 Pedro Alves <palves@redhat.com>
748
749 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
750 look at the funtions' returns.
751 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
752 (jprint.print(int, int)): Change return type to int. Adjust.
753
1db33378
PP
7542012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
755
756 PR gdb/9538
757 * gdb.base/sepdebug.exp: New test.
758
b9736cf8
PA
7592012-01-18 Pedro Alves <palves@redhat.com>
760
761 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
762 Allow output before ^done.
763
4aac40c8
TT
7642012-01-16 Tom Tromey <tromey@redhat.com>
765
766 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
767 Add tests for relative directory.
768
cafec441
TT
7692012-01-16 Tom Tromey <tromey@redhat.com>
770
771 * gdb.base/printcmds.c (enum flag_enum): New.
772 (three): New global.
773 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
774 enum printing.
775 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
776 FlagEnumerationPrinter.
777 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
778 * gdb.python/py-pp-maint.c (enum flag_enum): New.
779 (fval): New global.
780
abcc4978
PA
7812012-01-16 Pedro Alves <palves@redhat.com>
782
783 * lib/gdb.exp (banned_procedures): New variable.
784 (banned_variables_traced): Rename to ...
785 (banned_traced): ... this.
786 (gdb_init): Also trace banned procedures.
787 (gdb_finish): Also untrace banned procedures.
788
97ccebe8
PA
7892012-01-16 Pedro Alves <palves@redhat.com>
790
791 Remove all calls to strace.
792
2af7517b
JK
7932012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
796 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
797
9241a8bc
PP
7982012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
799
800 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
801 * gdb.base/pie-execl.exp: Likewise.
802
3848a17f
KS
8032012-01-12 Keith Seitz <keiths@redhat.com>
804
805 PR mi/10586
806 * gdb.mi/var-cmd.c (struct anonymous): New structure.
807 (do_anonymous_type_tests): New function.
808 (main): Call do_anonymous_type_tests.
809 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
810 (verify_everything): New procedure.
811 * gdb.mi/mi-var-cp.cc (class A): New class.
812 (anonymous_structs_and_unions): New function.
813 (main): Call anonymous_structs_and_unions.
814 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
815 (verify_everything): New procedure.
816
440e2fca
KS
8172012-01-12 Keith Seitz <keiths@redhat.com>
818
819 * lib/mi-support.exp: Expand comments about PATH_EXPR.
820 (varobj_tree::get_path_expr): Assume that all varobjs are
821 compound unless they are known simple types.
822 Adjust path expressions based on parent type, path parent type,
823 and tree language.
824 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
825 the root varobj.
826 (mi_walk_varobj_tree): Add LANGUAGE parameter.
827
675399c9
PA
8282012-01-11 Pedro Alves <palves@redhat.com>
829
830 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
831 core files on this machine" anymore.
832
97ddaa9b
PH
8332012-01-11 Paul Hilfinger <hilfingr@adacore.com>
834
835 * gdb.base/watchpoint.c (recurser): Initialize local_x.
836 (main): Repeat recurser call.
837 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
838 equivalent to 'local_x'.
839
ea733575
PH
8402012-01-11 Paul Hilfinger <hilfingr@adacore.com>
841 Joel Brobecker <brobecker@adacore.com>
842
843 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
844
2ca0b532
PA
8452012-01-05 Pedro Alves <alves.ped@gmail.com>
846
847 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
848 * gdb.python/py-events.c (first): Add bits for new "step N" test.
849 * gdb.python/py-events.exp: Test that "step N" tripping on a
850 breakpoint emits a breakpoint event.
851
6e681866
JB
8522012-01-03 Joel Brobecker <brobecker@adacore.com>
853
854 * gdb.base/auxv.exp: Reformat the copyright notice.
855
3c2d6aff
YQ
8562012-01-03 Yao Qi <yao@codesourcery.com>
857
858 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
859 (strace_trace_on_diff_addr): New.
860 * gdb.trace/strace.c: (main): Add two local variables.
861
0852fee3
UW
8622011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
863
864 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
865 * gdb.cell/gcore.exp: Likewise.
866 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
867 to verify the correct instance of main is selected.
868
12c3e59c
JB
8692012-01-02 Joel Brobecker <brobecker@adacore.com>
870
871 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
872 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
873 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
874 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
875 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
876 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
877 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
878 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
879 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
880 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
881 gdb.threads/thread_check.c: Reformat copyright header.
882
c0f378ec
EBM
8832011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
884
e4a7ca93 885 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
886 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
887 is not enabled.
888
3bc96cfb
JK
8892011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
890
891 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
892 parameter to self_exec, adjust the function.
893 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
894 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
895 (set var do_exit = 0): Remove test.
896 (newline at end of file): Add one.
897
095bcf5e
JB
8982011-12-27 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
901 New files.
902
18d19bd1
JK
9032011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 Fix racy FAILs.
906 * gdb.threads/fork-thread-pending.c (barrier): New variable.
907 (thread_function, thread_forker): Call pthread_barrier_wait for it.
908 (main): Call pthread_barrier_init for it.
909
e809353a
JK
9102011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 Fix double send_gdb leading to racy FAILs.
913 * gdb.base/break.exp (set silent break bp_location1): Replace
914 3x send_gdb and gdb_expect by gdb_test.
915 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
916 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
917 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
918 instead of send_gdb. Twice.
919 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
920 3x send_gdb and gdb_expect by gdb_test.
921 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
922
da8cb7ec
JK
9232011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
924
925 * gdb.linespec/linespec.exp: Compile using {c++}.
926
ae1a303e
JK
9272011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
928
929 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
930 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
931 (verify GCC PR debug/51668): New test.
932
cc72b2a2
KP
9332011-12-23 Kevin Pouget <kevin.pouget@st.com>
934
935 Introduce gdb.FinishBreakpoint in Python.
936 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
937 py-finish-breakpoint2
938 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
939 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
940 instead of line number.
941 * gdb.python/py-finish-breakpoint.c: New file.
942 * gdb.python/py-finish-breakpoint.exp: New file.
943 * gdb.python/py-finish-breakpoint.py: New file.
944 * gdb.python/py-finish-breakpoint2.cc: New file.
945 * gdb.python/py-finish-breakpoint2.exp: New file.
946 * gdb.python/py-finish-breakpoint2.py: New file.
947
3b7962f9
JK
9482011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
949
950 Partial fix of compatibility with gcc-4.7.
951 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
952 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
953 Add comment to add a PASS case in the future.
954
6538471c
JK
955 Fix compatibility with gcc-4.7.
956 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
957
7052e42c
UW
9582011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
959
960 PR tdep/12797
961 * gdb.base/callfuncs.exp: Remove KFAIL.
962
9ac7f98e
JB
9632011-12-21 Joel Brobecker <brobecker@adacore.com>
964
965 * gdb.ada/task_bp: New testcase.
966
f6eeced0
JK
9672011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
970 -DNO_SECTIONS.
971 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
972
72225e17
JK
9732011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
974
975 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
976 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
977 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
978 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
979 conditional for gcc <= 4.5.
980
13ac8d2c
JK
9812011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
982
983 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
984 by XFAIL.
985 * gdb.cp/static-method.exp (info addr A::func())
986 (list static-method.cc:xxx::(anonymous namespace)::A::func)
987 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
988 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
989 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
990 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
991 (test value of F in k3_m): Likewise.
992 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
993 Likewise.
994
049682ba
JK
9952011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
996
997 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
998 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
999 Remove.
1000 * gdb.threads/attachstop-mt.c: Remove.
1001 * gdb.threads/attachstop-mt.exp: Remove.
1002
2c9d8796
MK
10032011-12-17 Mark Kettenis <kettenis@gnu.org>
1004
1005 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1006
e0f9f062
DE
10072011-12-16 Doug Evans <dje@google.com>
1008
f4aa2101 1009 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
1010 * boards/native-gdbserver.exp: New file.
1011
e0f9f062
DE
1012 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1013 gdbserver output.
1014 (gdbserver_default_get_remote_address): New function.
1015 (gdbserver_start): Call gdb,get_remote_address to compute argument
1016 to "target remote" command.
1017
80b6e756
PM
10182011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1019
1c3ad6ab 1020 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
1021 python print-stack. Add set/show python print-stack
1022 off|full|message tests.
1023
1576bd00
YQ
10242011-12-15 Yao Qi <yao@codesourcery.com>
1025
1026 * gdb.trace/strace.c: New
1027 * gdb.trace/strace.exp: New.
1028
d6a0f6e0
TT
10292011-12-14 Tom Tromey <tromey@redhat.com>
1030
1031 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1032
31015e1d
DE
10332011-12-14 Doug Evans <dje@google.com>
1034
1035 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1036
7b50312a
PA
10372011-12-14 Pedro Alves <pedro@codesourcery.com>
1038
1039 PR threads/10729
1040
1041 * gdb.mi/watch-nonstop.c: New file.
1042 * gdb.mi/mi-watch-nonstop.exp: New file.
1043
924437bc
PA
10442011-12-13 Pedro Alves <pedro@codesourcery.com>
1045 Doug Evans <dje@google.com>
1046
1047 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1048 (clean_restart): Remove references to the gdb_stub target board
1049 variable.
1050 (gdb_step_for_stub): Delete.
1051
1052 * gdb.base/annota1.exp: Remove all references to [target_info
1053 exists gdb_stub], gdb_step_for_stub and usestubs.
1054 * gdb.base/annota3.exp: Ditto.
1055 * gdb.base/async.exp: Ditto.
1056 * gdb.base/break.exp: Ditto.
1057 * gdb.base/code-expr.exp: Ditto.
1058 * gdb.base/commands.exp: Ditto.
1059 * gdb.base/completion.exp: Ditto.
1060 * gdb.base/condbreak.exp: Ditto.
1061 * gdb.base/consecutive.exp: Ditto.
1062 * gdb.base/cvexpr.exp: Ditto.
1063 * gdb.base/define.exp: Ditto.
1064 * gdb.base/display.exp: Ditto.
1065 * gdb.base/ena-dis-br.exp: Ditto.
1066 * gdb.base/environ.exp: Ditto.
1067 * gdb.base/gnu-ifunc.exp: Ditto.
1068 * gdb.base/maint.exp: Ditto.
1069 * gdb.base/pending.exp: Ditto.
1070 * gdb.base/sect-cmd.exp: Ditto.
1071 * gdb.base/sepdebug.exp: Ditto.
1072 * gdb.base/unload.exp: Ditto.
1073 * gdb.base/watchpoint-solib.exp: Ditto.
1074 * gdb.cp/annota2.exp: Ditto.
1075 * gdb.cp/annota3.exp: Ditto.
1076 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1077 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1078 * gdb.mi/mi-pending.exp: Ditto.
1079 * gdb.trace/circ.exp: Ditto.
1080 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
1081 * gdb.base/list.exp: Ditto.
1082
1083 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1084 breakpoint function and all references to the usestubs macro.
1085 * gdb.base/exprs.c: Ditto.
1086 * gdb.base/freebpcmd.c: Ditto.
1087 * gdb.base/bitfields.c: Ditto.
1088 * gdb.base/bitfields2.c: Ditto.
1089 * gdb.base/break.c: Ditto.
1090 * gdb.base/call-sc.c: Ditto.
1091 * gdb.base/call-signals.c: Ditto.
1092 * gdb.base/callfuncs.c: Ditto.
1093 * gdb.base/charset.c: Ditto.
1094 * gdb.base/consecutive.c: Ditto.
1095 * gdb.base/constvars.c: Ditto.
1096 * gdb.base/funcargs.c: Ditto.
1097 * gdb.base/int-type.c: Ditto.
1098 * gdb.base/interrupt.c: Ditto.
1099 * gdb.base/langs0.c: Ditto.
1100 * gdb.base/list0.c: Ditto.
1101 * gdb.base/mips_pro.c: Ditto.
1102 * gdb.base/miscexprs.c: Ditto.
1103 * gdb.base/nodebug.c: Ditto.
1104 * gdb.base/opaque0.c: Ditto.
1105 * gdb.base/pointers.c: Ditto.
1106 * gdb.base/printcmds.c: Ditto.
1107 * gdb.base/ptype.c: Ditto.
1108 * gdb.base/recurse.c: Ditto.
1109 * gdb.base/reread1.c: Ditto.
1110 * gdb.base/reread2.c: Ditto.
1111 * gdb.base/restore.c: Ditto.
1112 * gdb.base/return.c: Ditto.
1113 * gdb.base/run.c: Ditto.
1114 * gdb.base/scope0.c: Ditto.
1115 * gdb.base/sepdebug.c: Ditto.
1116 * gdb.base/setshow.c: Ditto.
1117 * gdb.base/setvar.c: Ditto.
1118 * gdb.base/sigall.c: Ditto.
1119 * gdb.base/signals.c: Ditto.
1120 * gdb.base/structs.c: Ditto.
1121 * gdb.base/structs2.c: Ditto.
1122 * gdb.base/testenv.c: Ditto.
1123 * gdb.base/twice.c: Ditto.
1124 * gdb.base/unwindonsignal.c: Ditto.
1125 * gdb.base/watchpoint.c: Ditto.
1126 * gdb.base/watchpoints.c: Ditto.
1127 * gdb.base/whatis.c: Ditto.
1128 * gdb.cp/classes.cc: Ditto.
1129 * gdb.cp/cplusfuncs.cc: Ditto.
1130 * gdb.cp/derivation.cc: Ditto.
1131 * gdb.cp/formatted-ref.cc: Ditto.
1132 * gdb.cp/misc.cc: Ditto.
1133 * gdb.cp/overload.cc: Ditto.
1134 * gdb.cp/ovldbreak.cc: Ditto.
1135 * gdb.cp/ref-params.cc: Ditto.
1136 * gdb.cp/ref-types.cc: Ditto.
1137 * gdb.cp/templates.cc: Ditto.
1138 * gdb.cp/virtfunc.cc: Ditto.
1139 * gdb.hp/gdb.aCC/run.c: Ditto.
1140 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1141 * gdb.hp/gdb.compat/xdb0.c: Ditto.
1142 * gdb.reverse/consecutive-reverse.c: Ditto.
1143 * gdb.reverse/sigall-reverse.c: Ditto.
1144 * gdb.reverse/until-reverse.c: Ditto.
1145 * gdb.reverse/watch-reverse.c: Ditto.
1146 * gdb.trace/actions.c: Ditto.
1147 * gdb.trace/circ.c: Ditto.
1148 * gdb.trace/collection.c: Ditto.
1149
fabde485
PA
11502011-12-13 Pedro Alves <pedro@codesourcery.com>
1151
1152 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1153 (func6, func7): New.
1154 (main): Call func6 and func7.
1155 * gdb.base/watchpoint.exp (test_wide_location_1)
1156 (test_wide_location_2): New.
1157 (top level): Re-enable hardware watchpoints if necessary. Call
1158 test_wide_location_1 and test_wide_location_2.
1159
ff7d1690
YQ
11602011-12-11 Yao Qi <yao@codesourcery.com>
1161
1162 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1163
a6af7abe
JB
11642011-12-11 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1167 expected output for unsupported case.
1168
61638e15
JK
11692011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 PR testsuite/12649
1172 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1173 Protect gdb_test_multiple by final $gdb_prompt match.
1174
0a00efc3
JK
11752011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1178 New variable, new test.
1179 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1180 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1181 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1182 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1183 them if HAVE_GCC_45682_FIXED is not set.
1184
4511b1ba
YQ
11852011-12-10 Yao Qi <yao@codesourcery.com>
1186
1187 * gdb.trace/status-stop.exp: New.
1188 * gdb.trace/status-stop.c: New.
1189
27949e73
JK
11902011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1191
1192 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1193 timeout.
1194
d8ea7931
TT
11952011-12-08 Tom Tromey <tromey@redhat.com>
1196
1197 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1198 condition.
1199
1cc310d2
SS
12002011-12-07 Stan Shebs <stan@codesourcery.com>
1201
1202 * gdb.trace/tfind.exp: Update for output changes.
1203
d482a875
PA
12042011-12-07 Pedro Alves <pedro@codesourcery.com>
1205
1206 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1207 throws "Cannot insert catchpoints in this configuration".
1208 * gdb.ada/mi_catch_ex.exp: Likewise.
1209
f0ba3972
PA
12102011-12-06 Pedro Alves <pedro@codesourcery.com>
1211
1212 * gdb.base/break-always.exp: Test changing memory at addresses
1213 with breakpoints inserted.
1214
f8eba3c6
TT
12152011-12-06 Joel Brobecker <brobecker@acacore.com>
1216
1217 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1218 involving a fully qualified function name.
1219
12202011-12-06 Tom Tromey <tromey@redhat.com>
1221
1222 * gdb.ada/homonym.exp: Add three breakpoint tests.
1223
12242011-12-06 Tom Tromey <tromey@redhat.com>
1225
1226 * gdb.base/solib-weak.exp (do_test): Remove kfail.
1227 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1228 * gdb.objc/objcdecode.exp: Update for output changes.
1229 * gdb.linespec/linespec.exp: New file.
1230 * gdb.linespec/lspec.cc: New file.
1231 * gdb.linespec/lspec.h: New file.
1232 * gdb.linespec/body.h: New file.
1233 * gdb.linespec/base/two/thefile.cc: New file.
1234 * gdb.linespec/base/one/thefile.cc: New file.
1235 * gdb.linespec/Makefile.in: New file.
1236 * gdb.cp/templates.exp (test_template_breakpoints): Update for
1237 output changes.
1238 * gdb.cp/re-set-overloaded.exp: Remove kfail.
1239 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
1240 makes one breakpoint.
1241 * gdb.cp/method2.exp (test_break): Update for output changes.
1242 * gdb.cp/mb-templates.exp: Update for output changes.
1243 * gdb.cp/mb-inline.exp: Update for output changes.
1244 * gdb.cp/mb-ctor.exp: Update for output changes.
1245 * gdb.cp/ovsrch.exp: Use fully-qualified names.
1246 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
1247 has multiple matches.
1248 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
1249 error message change.
1250 * gdb.base/list.exp (test_list_filename_and_number): Update for
1251 error message change.
1252 * gdb.base/break.exp: Disable pending breakpoints. Update for
1253 output changes.
1254 * configure.ac: Add gdb.linespec.
1255 * configure: Rebuild.
1256 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1257
c642a434
UW
12582011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1259
1260 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1261 last_break register on s390*-*-* targets.
1262
b18003d1
JB
12632011-12-06 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1266 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1267 of parameter X in procedure Foo.
1268
fe96589c
SS
12692011-12-05 Stan Shebs <stan@codesourcery.com>
1270
1271 * gdb.trace/tfind.exp: Update help string matches.
1272
1820ab47
JK
12732011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1274
1275 * gdb.server/ext-run.exp (get process list): Accept also systemd
1276 as PID 1.
1277
e11ac3a3
JK
12782011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1279 Pedro Alves <pedro@codesourcery.com>
1280
1281 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1282 starting GDB.
1283 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1284 $use_gdb_stub.
1285 * gdb.base/display.exp: Likewise.
1286 * gdb.base/ending-run.exp: Likewise.
1287 * gdb.base/list.exp (test_listsize): Likewise.
1288 * gdb.base/setshow.exp: Likewise.
1289 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1290 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1291 check by global $use_gdb_stub.
1292 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1293 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1294 (default_gdb_init): Unset global $use_gdb_stub.
1295 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1296 by global $use_gdb_stub.
1297 * lib/gdbserver-support.exp: Extend comments for set_board_info
1298 gdb_protocol and gdb,socketport.
1299 (gdbserver_start_extended): Set global gdbserver_protocol and
1300 gdbserver_gdbport. Clear global use_gdb_stub.
1301 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1302 from target use_gdb_stub.
1303 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1304
1d41d75c
DE
13052011-12-03 Doug Evans <dje@google.com>
1306
1307 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1308 (gdb_step_for_stub): Add comments.
1309
d6d7a51a
MR
13102011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
1311
1312 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1313 to the caller.
1314 (gdb_test_multiple): Likewise.
1315
05acf274
JK
13162011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1317
1318 Fix gdb.mi/mi-solib.exp without system debug info installed.
1319 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1320 expect attribute, return 0 for it. Update comments.
1321
2268b414
JK
13222011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1325 (corrupted list): Adjust the expectation.
1326
585861ea
JK
13272011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 PR threads/13448
1330 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1331 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1332 * gdb.threads/tls-var-main.c: New file.
1333 * gdb.threads/tls-var.c: New file.
1334 * gdb.threads/tls-var.exp: New file.
1335
968643aa
JK
13362011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1337
1338 PR testsuite/12649
1339 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1340 Protect gdb_test_multiple by final $gdb_prompt match.
1341 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1342 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1343 (test_tracepoints): Likewise.
1344
9750bca9
JK
13452011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1346
1347 PR breakpoints/13346
1348 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1349 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1350 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1351
ac1349b7
JB
13522011-12-01 Joel Brobecker <brobecker@adacore.com>
1353
1354 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1355 * gdb.ada/homonym/homonym.adb: For use of all types defined
1356 locally inside both Get_Value subprograms.
1357
26d44faf
JK
13582011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1359
1360 Fix racy FAILs.
1361 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1362 of send_gdb.
1363
514f6425
UW
13642011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1365
1366 * gdb.base/testenv.exp: Skip on remote targets. Unset global
1367 environment variable after test completed.
1368
4255c8d2
UW
13692011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1370
1371 * gdb.base/solib-nodir.exp: Skip if remote target.
1372 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1373 application. Call gdb_load_shlibs.
1374 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1375
a35ad96a
JB
13762011-11-29 Joel Brobecker <brobecker@adacore.com>
1377
1378 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1379
1a1d5513
JB
13802011-11-28 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.ada/fullname_bp: New testcase.
1383
50b4ddf8
JK
13842011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 PR testsuite/12649
1387 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1388 Wrap send_gdb into a new gdb_test.
1389
fb0aec57
JK
1390 Code cleanup.
1391 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1392 Convert send_gdb and gdb_expect to gdb_test_multiple.
1393
2376d946
JK
13942011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1397
1eec78bd
KS
13982011-11-23 Keith Seitz <keiths@redhat.com>
1399
1400 * lib/mi-support.exp (varobj_tree): New namespace and procs.
1401 (mi_varobj_tree_test_children_callback): New proc.
1402 (mi_walk_varobj_tree): New proc.
1403
36dfb11c
TT
14042011-11-22 Tom Tromey <tromey@redhat.com>
1405
1406 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1407 Add "use_mi_command" argument.
1408 (mi_run_cmd, mi_run_with_cli): New procs.
1409 * gdb.mi/solib-lib.c: New file.
1410 * gdb.mi/solib-main.c: New file.
1411 * gdb.mi/mi-solib.exp: New file.
1412
0e965dd0
DE
14132011-11-21 Doug Evans <dje@google.com>
1414
1415 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1416 _Unwind_DebugHook is missing.
1417
f196051f
SS
14182011-11-20 Stan Shebs <stan@codesourcery.com>
1419
1420 * gdb.trace/tstatus.exp: New.
1421 * gdb.trace/actions.c: Include string.h.
1422
bfccc43c
YQ
14232011-11-18 Yao Qi <yao@codesourcery.com>
1424
1425 * gdb.trace/pending.exp: New.
1426 * gdb.trace/pending.c: New.
1427 * gdb.trace/pendshr1.c: New.
1428 * gdb.trace/pendshr2.c: New.
1429 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1430 tracepoint location becomes pending.
1431 (tracepoint_change_loc_2): New.
1432
73cd8ab1
DM
14332011-11-16 David S. Miller <davem@davemloft.net>
1434
1435 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1436 target is sparc*-*-linux*
1437
77426730
PK
14382011-11-15 Paul Koning <paul_koning@dell.com>
1439
1440 * gdb.python/py-type.exp: New testcases for exceptions on scalar
1441 types.
1442
ed59ded5
DE
14432011-11-14 Doug Evans <dje@google.com>
1444
1445 * gdb.base/shell.exp: New file.
1446
405f8e94
SS
14472011-11-14 Stan Shebs <stan@codesourcery.com>
1448
1449 * gdb.trace/ftrace.c: New.
1450 * gdb.trace/ftrace.exp: New.
1451
1e4d1764
YQ
14522011-11-14 Yao Qi <yao@codesourcery.com>
1453
1454 * gdb.trace/change-loc-1.c: New.
1455 * gdb.trace/change-loc-2.c: New.
1456 * gdb.trace/change-loc.c: New.
1457 * gdb.trace/change-loc.exp: New.
1458 * gdb.trace/change-loc.h: New.
1459 * gdb.trace/trace-break.c (marker): Define new symbol.
1460 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1461 New.
1462 (break_trace_same_addr_6): New.
1463
71eba9c2 14642011-11-12 Matt Rice <ratmice@gmail.com>
1465
1466 * gdb.base/info-macros.exp: Make tests for info definitions
1467 test info macro. Add tests for info macro argument processing.
1468 Rename a few tests.
1469
1d93e29a
KS
14702011-11-11 Keith Seitz <keiths@redhat.com>
1471
1472 PR gdb/12843
1473 * gdb.base/linespecs.exp: New file.
1474
a4b5b48a
DE
14752011-11-11 Doug Evans <dje@google.com>
1476
1477 * gdb.threads/print-threads.exp: Extend timeout for slower
1478 tests.
1479
f6b47be4
DE
14802011-11-10 Doug Evans <dje@google.com>
1481
792a0230
DE
1482 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1483 "record to end of main" test.
1484
f6b47be4
DE
1485 * gdb.python/py-type.c (TS): New typedef.
1486 (ts): New global.
1487 * gdb.python/py-type.exp: Test field list of typedef.
1488
22355c90
JB
14892011-11-10 Joel Brobecker <brobecker@adacore.com>
1490
1491 * gdb.ada/small_reg_param: New testcase.
1492
a7860e76
TT
14932011-11-09 Tom Tromey <tromey@redhat.com>
1494
1495 * gdb.cp/destrprint.exp: New file.
1496 * gdb.cp/destrprint.cc: New file.
1497
72a2e3dc
MI
14982011-11-08 Meador Inge <meadori@codesourcery.com>
1499
1500 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1501 (switch_stack_to_other): New test function.
1502 * gdb.arch/thumb-prologue.exp: New test cases.
1503
c7195df2 15042011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
1505
1506 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1507
d3895d7d
YQ
15082011-11-08 Yao Qi <yao@codesourcery.com>
1509
1510 * gdb.exp (supports_process_record): New.
1511 (supports_reverse): New.
1512 * gdb.reverse/break-precsave.exp: Call support_process_record
1513 to run test conditionally.
1514 * gdb.reverse/consecutive-precsave.exp: Likewise.
1515 * gdb.reverse/i386-precsave.exp: Likewise.
1516 * gdb.reverse/machinestate-precsave.exp: Likewise.
1517 * gdb.reverse/solib-precsave.exp: Likewise.
1518 * gdb.reverse/step-precsave.exp: Likewise.
1519 * gdb.reverse/until-precsave.exp: Likewise.
1520 * gdb.reverse/watch-precsave.exp: Likewise.
1521 * gdb.reverse/break-reverse.exp: Call support_reverse to run
1522 test conditionally.
1523 * gdb.reverse/consecutive-reverse.exp: Likewise.
1524 * gdb.reverse/finish-precsave.exp: Likewise.
1525 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1526 * gdb.reverse/finish-reverse.exp: Likewise.
1527 * gdb.reverse/i386-reverse.exp: Likewise.
1528 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1529 * gdb.reverse/machinestate.exp: Likewise.
1530 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1531 * gdb.reverse/sigall-precsave.exp: Likewise.
1532 * gdb.reverse/sigall-reverse.exp: Likewise.
1533 * gdb.reverse/solib-reverse.exp: Likewise.
1534 * gdb.reverse/step-reverse.exp: Likewise.
1535 * gdb.reverse/until-reverse.exp: Likewise.
1536 * gdb.reverse/watch-reverse.exp: Likewise.
1537
a59306a3
YQ
15382011-11-05 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.trace/trace-break.exp: Add test on setting two
1541 fast tracepoints at the same address.
1542
87769f59
JK
15432011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1544
1545 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1546
3065dfb6
SS
15472011-11-02 Stan Shebs <stan@codesourcery.com>
1548
1549 * gdb.trace/collection.c: Add code using strings.
1550 * gdb.trace/collection.exp: Add tests of string collection.
1551
89e208db
JK
15522011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 * gdb.base/skip-solib.exp (executable_main): New variable.
1555 (binfile_main): Base it on that.
1556 Use $executable_main in clean_restart calls. Drop gdb_exit and
1557 gdb_start calls.
1558
405e54e9
JK
15592011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 Fix racy FAILs.
1562 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1563 breakpoint_re globals import by async. Set string_regex to .* for
1564 async. Remove the optional thread_selected_re and breakpoint_re
1565 globals expectations.
1566
58e8570a
JM
15672011-11-01 Joseph Myers <joseph@codesourcery.com>
1568
1569 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1570 well as Cygwin.
1571
7b35ec7f 15722011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
1573
1574 Add tests for skip command.
89e208db
JK
1575 * gdb.base/skip-solib-lib.c: New
1576 * gdb.base/skip-solib-main.c: New
1577 * gdb.base/skip-solib.exp: New
1578 * gdb.base/skip.c: New
1579 * gdb.base/skip.exp: New
1580 * gdb.base/skip1.c: New
1581 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 1582
b9fd1791
PA
15832011-10-31 Yao Qi <yao@codesourcery.com>
1584 Pedro Alves <pedro@codesourcery.com>
1585
1586 * gdb.trace/trace-break.c: New.
1587 * gdb.trace/trace-break.exp: New.
1588
4323fecc
JK
15892011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1592 break-here-2.
1593
0e5bf2a8
PA
15942011-10-28 Pedro Alves <pedro@codesourcery.com>
1595
1596 * gdb.threads/no-unwaited-for-left.c: New.
1597 * gdb.threads/no-unwaited-for-left.exp: New.
1598 * gdb.threads/non-ldr-exc-1.c: New.
1599 * gdb.threads/non-ldr-exc-1.exp: New.
1600 * gdb.threads/non-ldr-exc-2.c: New.
1601 * gdb.threads/non-ldr-exc-2.exp: New.
1602 * gdb.threads/non-ldr-exc-3.c: New.
1603 * gdb.threads/non-ldr-exc-3.exp: New.
1604 * gdb.threads/non-ldr-exc-4.c: New.
1605 * gdb.threads/non-ldr-exc-4.exp: New.
1606
3a3dad98
JK
16072011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1610 * gdb.base/attach-pie-misread.exp: Likewise.
1611 * gdb.base/break-interp.exp: Likewise.
1612 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1613 testcases for use_gdb_stub.
1614 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1615 (continue): New testcase.
1616 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1617 * gdb.threads/attach-into-signal.exp: Likewise.
1618 * gdb.threads/attach-stopped.exp: Likewise.
1619 * gdb.threads/attachstop-mt.exp: Likewise.
1620
d6a5d40c
PK
16212011-10-28 Paul Koning <paul_koning@dell.com>
1622
1623 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1624
ca539be8
JK
16252011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1628 (mi_gdb_test): Import globals thread_selected_re
1629 and breakpoint_re. Expect them optionally at the regex start.
1630
d234ef5c
DE
16312011-10-27 Doug Evans <dje@google.com>
1632
1633 * gdb.python/python.exp: Test source -s.
1634
ab964825
PK
16352011-10-26 Paul Koning <paul_koning@dell.com>
1636
1637 * gdb.python/lib-types.cc (struct A): New structure.
1638 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 1639
54d8a644
PK
16402011-10-25 Paul Koning <paul_koning@dell.com>
1641
1642 PR python/13327
d234ef5c 1643
54d8a644
PK
1644 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1645 fetch_lazy method.
1646
b0221781
YQ
16472011-10-24 Yao Qi <yao@codesourcery.com>
1648
1649 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1650 target is tic6x-*-*.
1651
6cda5a20
JB
16522011-10-21 Joel Brobecker <brobecker@adacore.com>
1653
1654 * gdb.ada/mi_task_info/task_switch.adb: New file.
1655 * gdb.ada/mi_task_info.exp: New file.
1656
5ed9db04
JK
16572011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1658
1659 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1660 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1661
9df2fbc4
PM
16622011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1663
1664 PR python/12656
1665
1666 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1667 global_block tests.
1668
736086ba
TT
16692011-10-18 Tom Tromey <tromey@redhat.com>
1670
1671 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1672
4af31552
TT
16732011-10-18 Tom Tromey <tromey@redhat.com>
1674
1675 * gdb.base/source.exp: Don't include full file name in test name.
1676 * gdb.python/python.exp: Don't include full file name in test
1677 name.
1678
43136979
AR
16792011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1680
1681 * gdb.base/attach-pie-noexec.c: New files.
1682 * gdb.base/attach-pie-noexec.exp: New files.
1683
543a9323
JM
16842011-10-17 Joseph Myers <joseph@codesourcery.com>
1685
1686 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1687 prompt for each extra line in command.
1688
21ae7a4d
JK
16892011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
1692 Revert the part of:
1693 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1694 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1695 Change the expected string.
1696
20ec36d9
JK
16972011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1698
1699 Fix results with system glibc debug info installed.
1700 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
1701 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
1702 Accept also __libc_ symbol prefix and no prefix.
1703
6501c2fc
KS
17042011-10-14 Keith Seitz <keiths@redhat.com>
1705
1706 PR c++/13225
1707 * gdb.cp/converts.cc (foo3_1): New function.
1708 (foo3_2): New functions.
1709 * gdb.cp/converts.exp: Add tests for int to pointer conversion
1710 and null pointer conversions of integer constant zero.
1711 Add test to check if all arguments are checked for incompatible
1712 conversion BADNESS.
1713
55b1fd0c
TT
17142011-10-14 Tom Tromey <tromey@redhat.com>
1715
1716 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1717 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1718 linespec.
1719
22c05d8a
JK
17202011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 Fix internal error regression.
1723 * gdb.dwarf2/implptr-optimized-out.S: New file.
1724 * gdb.dwarf2/implptr-optimized-out.exp: New file.
1725
1d6edc3c
JK
17262011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1729 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1730 (loclist): New.
1731 (4): New abbrev.
1732 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1733 Use prepare_for_testing, remove clean_restart.
1734 (p arraynoloc, p arraycallnoloc): New tests.
1735
9ec72168
JK
17362011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * gdb.cp/namespace-enum.exp (executable): New variable.
1739 (binfile): Use ${objdir}/${subdir}/ prefix.
1740 Use ${executable} for clean_restart.
1741
9c6c53f7
SA
17422011-10-11 Sterling Augustine <saugustine@google.com>
1743
1744 * gdb.cp/Makefile.in: Add namespace-enum test.
1745 * gdb.cp/namespace-enum.exp: New file.
1746 * gdb.cp/namespace-enum.c: New file.
1747 * gdb.cp/namespace-enum-main.c: New file.
1748
fac7ceb3
UW
17492011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1750
1751 * gdb.python/py-shared.exp: Relax filename check to handle remote:
1752 sysroot.
1753
941b2081
JK
17542011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
1756 Reimplement @entry in input expressions.
1757 * gdb.base/exprs.c (v_int_array_init): New variable.
1758 * gdb.base/exprs.exp (print v_int_array_init)
1759 (print *v_int_array_init@1, print *v_int_array_init@2)
1760 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1761 (print v_int_array_init[1]@1): New tests.
1762
0344e878
JM
17632011-10-10 Joseph Myers <joseph@codesourcery.com>
1764
1765 * gdb.cp/gdb2495.exp: Do not include directories in filename in
1766 expected message.
1767
5a56e9c5
DE
17682011-10-09 Doug Evans <dje@google.com>
1769
1770 * gdb.base/alias.exp: Add tests for alias command.
1771
2bda9cc5
JK
17722011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * gdb.arch/amd64-entry-value.s: New file.
1775 * gdb.mi/mi2-amd64-entry-value.s: New file.
1776
a471c594
JK
17772011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 Display @entry parameter values even for references.
1780 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1781 functions.
1782 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
1783 reference and datap_input.
1784 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1785 breakpoints.
1786 (continue to breakpoint: entry_reference: reference)
1787 (entry_reference: bt at entry)
1788 (continue to breakpoint: entry_reference: breakhere_reference)
1789 (entry_reference: bt, entry_reference: ptype regparam)
1790 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1791 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1792 (entry_reference: p regcopy, entry_reference: p nodataparam)
1793 (entry_reference: p nodataparam@entry): New tests.
1794
36b11add
JK
17952011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 Support @entry in input expressions.
1798 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1799 (entry_stack: p s1@entry, entry_stack: p s2@entry)
1800 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1801 (tailcall: p j@entry): New tests.
1802 * gdb.cp/koenig.cc (A::entry): New function.
1803 (main): Call it.
1804 * gdb.cp/koenig.exp (p entry (c)): New test.
1805
e18b2753
JK
18062011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1807
1808 Display @entry parameter values (without references).
1809 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1810 (different, validity, invalid): New functions.
1811 (main): Call them.
1812 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1813 stacktest, breakhere_stacktest, different, breakhere_different,
1814 breakhere_validity and breakhere_invalid.
1815 (entry: bt): Update for @entry.
1816 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1817 (entry_validity: *, entry_invalid: *): Many new tests.
1818 * gdb.base/break.exp
1819 (run until breakpoint set at small function, optimized file): Accept
1820 also the @entry suffix.
1821 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1822 * gdb.mi/mi2-amd64-entry-value.c: New files.
1823 * gdb.mi/mi2-amd64-entry-value.exp: New files.
1824
2d6c5dc2
JK
18252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 Protect entry values against self tail calls.
1828 * gdb.arch/amd64-entry-value.cc (self2, self): New.
1829 (main): Call self.
1830 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
1831 (set debug entry-values 1, self: bt debug entry-values): New tests.
1832
111c6489
JK
18332011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 Recognize virtual tail call frames.
1836 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
1837 (amb_b, amb_a): New.
1838 (main): Call a and b.
1839 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
1840 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
1841 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
1842 New tests.
1843
8e3b41a9
JK
18442011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1845
1846 Implement basic support for DW_TAG_GNU_call_site.
1847 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
1848 * gdb.arch/amd64-entry-value.cc: New file.
1849 * gdb.arch/amd64-entry-value.exp: New file.
1850
181cebd4
JK
18512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1852
1853 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1854 * gdb.dwarf2/implptr-64bit.S: New file.
1855 * gdb.dwarf2/implptr-64bit.exp: New file.
1856
741f5e3c
JK
18572011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 Fix initial language detection with -readnow.
1860 * gdb.cp/readnow-language.cc: New file.
1861 * gdb.cp/readnow-language.exp: New file.
1862
a73d2258
JK
18632011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 Fix printed anonymous struct name.
1866 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
1867
af369495
JM
18682011-10-09 Joseph Myers <joseph@codesourcery.com>
1869
1870 * gdb.base/solib-symbol.exp: Do not include directories in
1871 filenames in expected messages.
1872
1fa57852
DE
18732011-10-07 Doug Evans <dje@google.com>
1874
1875 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
1876
bd054e06
KP
18772011-10-07 Kevin Pouget <kevin.pouget@st.com>
1878
1879 Allow Python notification of new object-file loadings.
1880 * gdb.python/py-events.exp: Test newobjfile event.
1881 * gdb.python/py-events.py: Register newobjfile callback.
1882 * gdb.python/py-events.c: Add call to shared library
1883 * gdb.python/py-events-shlib.c: New file.
1884
8031b6f8
JM
18852011-10-06 Joseph Myers <joseph@codesourcery.com>
1886
1887 * gdb.base/fixsection.exp: Do not include directories in filename
1888 in expected message.
1889
7fea6923
PM
18902011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1891
1892 Add tests for passing of environment variables to inferior.
1893 * gdb.base/testenv.c: New test source.
1894 * gdb.base/testenv.exp: New expect test.
1895
687f2a88
PK
18962011-10-04 Paul Koning <paul_koning@dell.com>
1897
1898 * gdb.python/py-value.c (main): Break before return.
1899
cb6be26b
KP
19002011-10-04 Kevin Pouget <kevin.pouget@st.com>
1901
1902 PR python/12691: Add the inferior to Python exited event
1903 * gdb.python/py-events.exp: Test the inferior attribute of exited
1904 event with a fork.
1905 * gdb.python/py-events.py: Print inferior number on exit.
1906 * gdb.python/py-events.c: Fork the inferior.
1907
fb213700
EBM
19082011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
1909
1910 * gdb.base/jit.exp: Add testcase name to log message
1911
aa2071bd
PK
19122011-10-03 Paul Koning <paul_koning@dell.com>
1913 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * gdb.python/py-value.exp
1916 (python inval = gdb.parse_and_eval('*(int*)0'))
1917 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
1918 (set argc=2, python print argc_lazy): New tests.
1919
dd11a36c
JB
19202011-10-02 Joel Brobecker <brobecker@adacore.com>
1921
1922 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
1923
46f886f1
JK
19242011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1925 Pedro Alves <pedro@codesourcery.com>
1926
1927 * gdb.python/py-value.exp (test_value_in_inferior): New variable
1928 can_read_0, test for it.
1929 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
1930 (parse_and_eval with memory error): ... here, make it untested if
1931 can_read_0.
1932
c5cb204f
MP
19332011-09-30 Marek Polacek <mpolacek@redhat.com>
1934
1935 * gdb.python/python.exp (verify pagination beforehand)
1936 (verify pagination afterwards): Fix race by splitting the line.
1937
68fb0ec0
JM
19382011-09-29 Joseph Myers <joseph@codesourcery.com>
1939
1940 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
1941 for 64-bit multilibs from i?86-* targets.
1942
6aee0d90
MP
19432011-09-29 Marek Polacek <mpolacek@redhat.com>
1944
1945 * lib/gdb.exp: Fix a typo in one of the comments.
1946
e9101ff5
MP
19472011-09-29 Marek Polacek <mpolacek@redhat.com>
1948
1949 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
1950 matching pattern.
1951
7a81bdbf
PK
19522011-09-28 Paul Koning <paul_koning@dell.com>
1953
1954 * gdb.python/py-type.c (enum E): New.
1955 * gdb.python/py-type.exp (test_fields): Add tests for Python
1956 mapping access to fields.
1957 (test_enums): New test for field access on enums.
1958
6710bf39
SS
19592011-09-27 Stan Shebs <stan@codesourcery.com>
1960
1961 * gdb.trace/collection.exp: Test collection of $_ret.
1962
b2a6bdeb
AT
19632011-09-22 Andreas Tobler <andreast@fgznet.ch>
1964
1965 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
1966 list of compilation switches for <*-*-freebsd*>.
1967
3c9057f3
SS
19682011-09-19 Stan Shebs <stan@codesourcery.com>
1969
1970 * gdb.trace/tspeed.exp: New file.
1971 * gdb.trace/tspeed.c: New file.
1972
34518530
YQ
19732011-09-18 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
1976 instructions.
1977 (test_adr_32bit, test_pop_pc): Likewise.
1978 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
1979 Thumb instructions.
1980 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
1981 in gdb_test_multiple.
1982 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
1983
ab254057
YQ
19842011-09-17 Yao Qi <yao@codesourcery.com>
1985
1986 * lib/gdb.exp (can_single_step_to_signal_handler): New.
1987 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
1988 support single step to signal handler.
1989
9c317b71
YQ
19902011-09-17 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.base/disp-step-fork.c: New.
1993 * gdb.base/disp-step-syscall.exp: New.
1994 * gdb.base/disp-step-vfork.c: New.
1995
a8123151
JB
19962011-09-16 Joel Brobecker <brobecker@adacore.com>
1997
1998 * gdb.ada/tasks.exp: Make the expected output for
1999 the `info tasks' tests more resilient to spacing
2000 changes.
2001
63a9aad8
JK
20022011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2003
2004 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2005 (reached breakpoint 2, reached breakpoint 3): Update expected output.
2006
2aa48337
KP
20072011-09-15 Kevin Pouget <kevin.pouget@st.com>
2008
2009 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2010 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2011
6839b47f
KP
20122011-04-30 Kevin Pouget <kevin.pouget@st.com>
2013
2014 Handle multiple breakpoint hits in Python interface:
2015 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2016 presence.
2017 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2018 breakpoint hits.
2019
0935723e
JK
20202011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2021 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 * gdb.python/py-events.exp: Remove pretty printing comment.
2024 * gdb.python/py-evsignal.exp: New file.
2025 * gdb.python/py-evthreads.c: Include signal.h.
2026 (thread3): Remove variable count3. Remove variable bad and use raise
2027 instead.
2028 (thread2): Remove variable count2. Move thread3 pthread_create here,
2029 merge pthread_join to a single line.
2030 (main): Remove variable count1. Merge pthread_join with pthread_create
2031 to a single line.
2032 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
2033 KFAIL python/12966 for gdbserver. Test return value of
2034 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
2035 gdb_expect by gdb_test and gdb_test_multiple.
2036 (thread 2, thread 3): New tests.
2037
4801a9a3
PA
20382011-09-12 Matt Rice <ratmice@gmail.com>
2039 Pedro Alves <pedro@codesourcery.com>
2040
2041 PR gdb/13175
2042
2043 * gdb.base/interp.exp: New tests.
2044 * gdb.base/interp.c: New file.
2045
24ece742
DE
20462011-09-12 Doug Evans <dje@google.com>
2047
2048 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2049 * gdb.dwarf2/typeddwarf.exp: Ditto.
2050
7f062217
JK
20512011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 Fix compatibility with x32 arch.
2054 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2055 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2056 is_x86_like_target.
2057 * testsuite/gdb.trace/collection.exp: Likewise.
2058 * testsuite/gdb.trace/report.exp: Likewise.
2059 * testsuite/gdb.trace/unavailable.exp: Likewise.
2060 * testsuite/gdb.trace/while-dyn.exp: Likewise.
2061 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2062 (is_x86_like_target): Check also is_amd64_regs_target.
2063
08711b9a
JK
20642011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2065
2066 PR breakpoints/12435
2067 * gdb.arch/amd64-prologue-xmm.c: New file.
2068 * gdb.arch/amd64-prologue-xmm.exp: New file.
2069 * gdb.arch/amd64-prologue-xmm.s: New file.
2070
b99b5f66
JK
20712011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 * gdb.dwarf2/dw2-param-error-main.c: New file.
2074 * gdb.dwarf2/dw2-param-error.S: New file.
2075 * gdb.dwarf2/dw2-param-error.exp: New file.
2076
a391a2f6
PA
20772011-09-08 Pedro Alves <pedro@codesourcery.com>
2078
2079 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2080 inferior's pid and look for a core dump named core.$pid. Use
2081 `remote_file' commands on the host instead of hand coding shell
2082 commands on the build.
2083 * gdb.base/valgrind-db-attach.exp: Kill the program before
2084 finishing the test.
2085
7d8e6458 20862011-09-02 Matt Rice <ratmice@gmail.com>
2087
2088 * lib/prompt.exp: New file for testing the first prompt.
2089 * gdb.python/py-prompt.exp: Ditto.
2090 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2091
68e77c9e
PA
20922011-09-02 Pedro Alves <pedro@codesourcery.com>
2093
2094 * gdb.threads/gcore-thread.exp: Set the global core_supported to
2095 0, before testing gcore.
2096
9655e943
JK
20972011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
df6dc84d
JK
2099 * dw2-ifort-parameter-debug.S: Update copyright year.
2100 * dw2-ifort-parameter.c: Update copyright year.
2101 * dw2-ifort-parameter.exp: Update copyright year.
2102
9655e943
JK
2103 * dw2-ifort-parameter-debug.S: New file.
2104 * dw2-ifort-parameter.c: New file.
2105 * dw2-ifort-parameter.exp: New file.
2106
353d1d73
JK
21072011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * gdb.base/commands.exp (error_clears_commands_left): New function.
2110 (): Call it.
2111
5c07461a
JK
21122011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2113
2114 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2115 (C): Initialize `a'.
2116 * gdb.mi/mi-inheritance-syntax-error.exp
2117 (-data-evaluate-expression $path): Expect `a' as 5.
2118
0d932b2f
MK
21192011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2120
2121 PR mi/11912
2122 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2123 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2124 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2125 keyword in output of -var-info-path-expression.
2126
bdb54049
JK
21272011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2128
2129 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2130 * gdb.trace/collection.exp: Likewise.
2131 * gdb.trace/report.exp: Likewise.
2132 * gdb.trace/unavailable.exp: Likewise.
2133 * gdb.trace/while-dyn.exp: Likewise.
2134
59cde39c
KS
21352011-08-18 Keith Seitz <keiths@redhat.com>
2136
2137 PR c++/12266
2138 * gdb.cp/meth-typedefs.cc: New file.
2139 * gdb.cp/meth-typedefs.exp: New file.
2140
fa3a4f15
PM
21412011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2142
2143 * gdb.python/python.exp: Add extended-prompt tests.
2144
c1049fca
JK
21452011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2146
2147 * gdb.arch/i386-dr3-watch.exp
2148 (watchpoint on gap1 does not fit debug registers)
2149 (delete all watchpoints): Fix racy expect strings.
2150
d93f7b5c
YQ
21512011-08-14 Yao Qi <yao@codesourcery.com>
2152
2153 * gdb.base/maint.exp: set data_section to ".neardata".
2154 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2155 * gdb.base/savedregs.exp: Handle SIGILL.
2156 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2157 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2158
457e09f0
DE
21592011-08-12 Doug Evans <dje@google.com>
2160
2161 * gdb.python/py-symbol.exp: Add test for symbol.type.
2162
5d0bb2fb
UW
21632011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
2164
2165 * gdb.threads/pthreads.exp: Enable on non-native configurations.
2166 * gdb.mi/mi-pthreads.exp: Likewise.
2167 * gdb.mi/mi2-pthreads.exp: Likewise.
2168 * gdb.mi/gdb669.exp.exp: Likewise.
2169
fcdfa280
PA
21702011-08-09 Pedro Alves <pedro@codesourcery.com>
2171
2172 * lib/mi-support.exp (detect_async): Rename to...
2173 (mi_detect_async): ... this.
2174 * gdb.mi/mi-nonstop-exit.exp: Adjust.
2175 * gdb.mi/mi-nonstop.exp: Adjust.
2176 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2177 * gdb.mi/mi-nsintrall.exp: Adjust.
2178 * gdb.mi/mi-nsmoribund.exp: Adjust.
2179 * gdb.mi/mi-nsthrexec.exp: Adjust.
2180
9d8fa392
PA
21812011-08-09 Pedro Alves <pedro@codesourcery.com>
2182
2183 * gdb.base/display.c (do_loops): New `p_i' local.
2184 * gdb.base/display.exp: Test displaying a variable that is
2185 temporarily at a bad address.
2186
b6cede78
JK
21872011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2188
2189 * gdb.dwarf2/dw2-op-stack-value.S: New file.
2190 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2191
67bedb8c
JK
21922011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2193
2194 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
2195 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2196 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 2197
af6e93b2
PA
21982011-08-05 Pedro Alves <pedro@codesourcery.com>
2199
2200 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2201 procedure.
2202 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2203
1cf0e11f
YQ
22042011-08-05 Yao Qi <yao@codesourcery.com>
2205
2206 * gdb.base/callfuncs.exp: Set language after main.
2207 * gdb.cp/cplusfuncs.exp: Likewise.
2208 * gdb.cp/inherit.exp: Likewise.
2209
a1e28cb2
UW
22102011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2211
2212 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2213 * gdb.base/watch-vfork.exp: Skip on remote targets.
2214
d4f5bbb9
UW
22152011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2216
2217 * gdb.threads/thread-find.exp: Support remote targets.
2218
724f4f80
UW
22192011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2220
2221 * gdb.base/jit.exp: Download solib_binfile to target.
2222 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
2223 and call dlopen without full path name.
2224 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2225 dlopen without full path name.
2226
934709f0
PW
22272011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2228
2229 * gdb.base/break-always.exp: Complete the test
2230 with duplicated breakpoints and enabling/disabling them.
2231
c26106c4
TT
22322011-08-02 Tom Tromey <tromey@redhat.com>
2233
2234 PR gdb/11289:
2235 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
2236
9300444e 22372011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
2238
2239 PR gdb/13045
2240 * gdb.base/float.exp: Add new test case for PR gdb/13045
2241 * gdb.base/float.c: New file.
2242
00bd41d6
PM
22432011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2244
2245 * gdb.python/py-mi.exp: Test printers returning string hint, and
2246 also not returning a value.
2247 * gdb.python/py-prettyprint.c: Add testcase for above.
2248 * gdb.python/py-prettyprint.py: Add test printer for above.
2249
d24f74ce
JK
22502011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2251
2252 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2253 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2254 (.Ldie30) Add as field "data4".
2255 (.Ldie32) Rename field "b" to "shl".
2256 (abbrev4) Change for the "data4" field.
2257 (abbrev5, abbrev6) Remove.
2258 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2259 (p &s.shl): ... here. Add comment.
2260 (p &s.data4): New.
2261
bb7da2bf
JK
22622011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 Fix crash on lval_computed values.
2265 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2266
11081198
JK
22672011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.base/help.exp (help whatis): Update the expected string.
2270
3c6e0cb3
JK
22712011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2272
2273 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2274 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2275 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2276 Change the expected string.
2277
efa80663
PA
22782011-07-26 Pedro Alves <pedro@codesourcery.com>
2279
2280 * gdb.base/watchpoint.exp
2281 (test_disable_enable_software_watchpoint): New procedure.
2282 (top level): Run it.
2283
db8e4570
UW
22842011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
2285
2286 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
2287 executable file "${binfile}", C++ version "${binfile}-cxx".
2288 * gdb.python/py-prettyprint.exp: Likewise.
2289 * gdb.python/py-symbol.exp: Likewise.
2290 * gdb.python/py-type.exp: Likewise.
2291 * gdb.python/py-value.exp: Likewise.
2292 * gdb.python/py-template.exp (test_template_arg): Pass full executable
2293 file name instead of just suffix.
2294
543305c9
JK
22952011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2296
2297 Fix implicit pointer offsets.
2298 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2299 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2300 (continue to breakpoint: continue to baz breakpoint for implptr)
2301 (sanity check element 0, sanity check element 1)
2302 (enter the inlined function, check element 0 for the offset)
2303 (check element 1 for the offset)
2304 (continue to breakpoint: ignore the second baz breakpoint): New tests.
2305 (set foo breakpoint for implptr): Update the breakpoint number.
2306
b3215adc
UW
23072011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2308
2309 * gdb.python/py-mi.exp: Use different file names for different
2310 versions of the executable under test.
2311 * gdb.python/py-prettyprint.exp: Likewise.
2312 * gdb.python/py-symbol.exp: Likewise.
2313 * gdb.python/py-template.exp: Likewise.
2314 * gdb.python/py-type.exp: Likewise.
2315 * gdb.python/py-value.exp: Likewise.
2316
182b9acc
UW
23172011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2318
2319 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2320 flag after restarting GDB if necessary.
2321
e6052b5d
UW
23222011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2323
2324 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2325
1ced966e
PA
23262011-07-22 Pedro Alves <pedro@codesourcery.com>
2327
2328 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2329 backend doesn't leave used debug registers behind.
2330
3543a589
TT
23312011-07-22 Tom Tromey <tromey@redhat.com>
2332
2333 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2334 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2335 argument.
2336 * gdb.dwarf2/typeddwarf-amd64.S: New file.
2337
14d15303 23382011-07-21 Matt Rice <ratmice@gmail.com>
2339
2340 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2341 in mostlyclean rule. Add files ending in .core.
2342
9b158ba0 23432011-07-21 Matt Rice <ratmice@gmail.com>
2344
2345 PR macros/12999
2346 * gdb.base/info-macros.c: New test sources.
2347 * gdb.base/info-macros.exp: New tests.
2348
d17b6f81
PM
23492011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2350
2351 * gdb.python/python.exp: Add prompt substitution tests.
2352
918dd910
JK
23532011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 Fix crash if referenced CU is aged out.
2356 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2357 New.
2358 * gdb.dwarf2/implptr.exp: Likewise.
2359
0e37a63c
JK
23602011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 * gdb.dwarf2/implptr.S: Rebuilt.
2363 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2364 (bar): Use them for j, k, l.
2365 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
2366 COMPILE.
2367 (print j in implptr:bar): Update for the intp typedef.
2368 (print p[0].x in implptr:foo): Use more exact regex.
2369
f65cf84c
TT
23702011-07-18 Tom Tromey <tromey@redhat.com>
2371
2372 * gdb.cp/static-method.exp: Add missing single quote.
2373
d5b4a7be
YQ
23742011-07-18 Yao Qi <yao@codesourcery.com>
2375
2376 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2377 supported.
2378 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2379 * gdb.mi/mi-nonstop.exp: Likewise.
2380 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2381 * gdb.mi/mi-nsintrall.exp: Likewise.
2382 * gdb.mi/mi-nsmoribund.exp: Likewise.
2383 * gdb.mi/mi-nsthrexec.exp: Likewise.
2384 * gdb.python/py-evthreads.exp: Likewise.
2385
e9ea2662
JK
23862011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 Code cleanup.
2389 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
2390 it. Substitute it instead of test_compiler_info everywhere.
2391
ce451573
UW
23922011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2393
2394 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
2395 remote targets as well.
2396
756d88a7
UW
23972011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2398
2399 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2400 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
2401
31f83dc5
UW
24022011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2403
2404 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2405 a remote machine, not the host.
2406 (gdb_compile_shlib): Set soname if target is remote.
2407
059241a0
PP
24082011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2409
2410 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2411
28a0b48c 24122011-07-13 Matt Rice <ratmice@gmail.com>
2413
2414 * gdb.python/py-objfile-script-gdb.py: Renamed to
2415 py-objfile-script-gdb.py.in.
2416 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2417 py-objfile-script-gdb.py.
2418 * gdb.python/py-objfile-script.exp: Update reference to
2419 py-objfile-script-gdb.py.
2420
9a771b67
JK
24212011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2424 reference undefined label.
2425
04ad99e6
JK
24262011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2427
2428 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2429 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2430 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2431 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2432
713389e0
PM
24332011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2434
2435 PR python/12438
2436 * gdb.python/python.exp: Add maint set/show python print-stack
2437 deprecated tests. Add set/show python print-backtrace tests.
2438
97d146f8
JK
24392011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2442 debug info.
2443
facde0e5 24442011-07-06 Matt Rice <ratmice@gmail.com>
2445
2446 * gdb.python/python.exp: Update filename paths.
2447 * gdb.python/py-symtab.exp: Ditto.
2448
438640d1
MP
24492011-07-06 Marek Polacek <mpolacek@redhat.com>
2450
2451 * gdb.python/py-evthreads.exp: Add missing `$'.
2452
33a365df
MF
24532011-07-06 Jie Zhang <jie.zhang@analog.com>
2454
2455 * config/bfin.exp: New file.
2456 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2457 * gdb.asm/bfin.inc: New file.
2458
8f7ae686
MP
24592011-07-06 Marek Polacek <mpolacek@redhat.com>
2460
df46027d 2461 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
2462 the whole output.
2463
eb2a6f42
TT
24642011-07-05 Tom Tromey <tromey@redhat.com>
2465
2466 * gdb.java/jprint.java (jprint.hi): New field.
2467 * gdb.java/jprint.exp: Print string.
2468
177b42fe
TJB
24692011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2470
2471 * gdb.base/call-sc.c: Fix typos.
2472 * gdb.base/ifelse.exp: Likewise.
2473 * gdb.base/structs.c: Likewise.
2474
3b2a0cf2
JB
24752011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2476
2477 * gdb.base/jit-so.exp: New test.
2478 * gdb.base/jit-dlmain.c: New file.
2479 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2480
46fc714c
JK
24812011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2482
2483 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
2484 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2485 * gdb.cp/pr9167.exp (p b): Likewise.
2486 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2487 (test value of P in inner_m, test type of Z in inner_m): Call
2488 setup_xfail for gcc <= 4.5.
46fc714c 2489
418c7cf7
JK
24902011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 * gdb.cp/paren-type.cc: New files.
2493 * gdb.cp/paren-type.exp: New files.
2494
3d50dd94
JK
24952011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 Stop on first linespec terminator instead of eating what we can.
2498 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2499 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2500 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2501 (break C::f()): ... this one.
2502 (break C::operator()()): New test.
2503 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2504 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2505 test.
2506
dcf9f4ab
JK
25072011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 Fall back linespec to minimal symbols.
2510 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2511 error message.
2512 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2513 * gdb.cp/minsym-fallback-main.cc: New file.
2514 * gdb.cp/minsym-fallback.cc: New file.
2515 * gdb.cp/minsym-fallback.exp: New file.
2516 * gdb.cp/minsym-fallback.h: New file.
2517
3f542ed1
JK
25182011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2519
2520 * gdb.cp/no-dmgl-verbose.cc: New file.
2521 * gdb.cp/no-dmgl-verbose.exp: New file.
2522
25232011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
2524
2525 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2526 __GI_.
2527 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2528 (f): New function.
2529 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2530 (complete p 'func<short>(): ... here.
2531 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2532 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2533 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2534 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2535 Make them KFAIL gcc/49546.
2536
00eb2c4a
JB
25372011-07-01 Joel Brobecker <brobecker@adacore.com>
2538
2539 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2540
85a20c42
JK
25412011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 Test GCC PR debug/49546.
2544 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2545 (test type of F in k3_m, test value of F in k3_m): New.
2546 * gdb.cp/temargs.cc (struct S3, struct K3): New.
2547 (main): New variable k3. Call k3.k3_m.
2548
d2d43431
JB
25492011-07-01 Jean-Charles Delay <delay@adacore.com>
2550
2551 * gdb.ada/packed_array.exp: Fix expected outout.
2552
54ae186f
JB
25532011-07-01 Jean-Charles Delay <delay@adacore.com>
2554
2555 * gdb.ada/packed_array.exp: fixed expected output.
2556
8f17729f
JB
25572011-07-01 Joel Brobecker <brobecker@adacore.com>
2558
2559 * gdb.ada/same_enum: New testcase.
2560
f5aa6869
JB
25612011-07-01 Joel Brobecker <brobecker@adacore.com>
2562
2563 * gdb.ada/ptr_typedef: New testcase.
2564
828292f2
JB
25652011-07-01 Joel Brobecker <brobecker@adacore.com>
2566
2567 * gdb.ada/arrayptr.exp: Add ptype test.
2568
18920c42
JB
25692011-07-01 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.ada/char_enum: New testcase.
2572
3536d9e3 25732011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
2574
2575 * gdb.base/dump.exp (capture_pointer_with_type): New.
2576 Get value from address instead of name.
2577 Start GDB once, and do `dump' and `restore'
2578 tests together.
2579
db863c42
MF
25802011-06-30 Jie Zhang <jie.zhang@analog.com>
2581 Mike Frysinger <vapier@gentoo.org>
2582
2583 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2584 helper functions for getting/setting remotetimeout variable.
2585 * lib/gdb.exp (gdb_load): If the target is remote, set
2586 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2587 with $loadtimeout. Set $load_ok to 0 before doing the load.
2588 Instead of returning, immediately, set $load_ok to 0. Call
2589 set_remotetimeout with $oldremotetimeout, and then return if
2590 $load_ok is 1.
2591
e9e642a8
AB
25922011-06-30 Andrew Burgess <aburgess@broadcom.com>
2593
2594 * gdb.python/py-template.exp: Don't run this test if the target
2595 does not support c++ tests.
2596
32019081
JK
25972011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 Fix non-only rename list for Fortran modules import.
2600 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2601 tests.
2602 * gdb.fortran/module.f90 (module moduse): New.
2603 (program module): use moduse, test var_x, var_y and var_z.
2604
0ecee54c
TT
26052011-06-29 Tom Tromey <tromey@redhat.com>
2606
2607 PR testsuite/12040:
2608 * gdb.fortran/array-element.exp: Use f90, not f77.
2609 * gdb.fortran/complex.exp: Use f90, not f77.
2610 * gdb.fortran/derived-type.exp: Use f90, not f77.
2611 * gdb.fortran/library-module.exp: Use f90, not f77.
2612 * gdb.fortran/logical.exp: Use f90, not f77.
2613 * gdb.fortran/module.exp: Use f90, not f77.
2614 * gdb.fortran/multi-dim.exp: Use f90, not f77.
2615 * gdb.fortran/subarray.exp: Use f90, not f77.
2616
3b2b8fea
TT
26172011-06-29 Tom Tromey <tromey@redhat.com>
2618
2619 * gdb.fortran/charset.exp: New file.
2620 * gdb.fortran/charset.f90: New file.
2621
42159ca5
TT
26222011-06-29 Tom Tromey <tromey@redhat.com>
2623
2624 PR testsuite/12040:
2625 * lib/future.exp: New file, mostly extracted from ada.exp.
2626 Rewrote compatibility code to use rename.
2627 (gdb_find_gfortran): New proc.
2628 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2629 gfortran patch.
2630 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2631 Move to future.exp.
2632 * lib/gdb.exp: Always load future.exp.
2633
af69a5ce
YQ
26342011-06-28 Yao Qi <yao@codesourcery.com>
2635
2636 * gdb.cp/exception.cc: Don't include iostream.
2637 (bar): Remove print statement.
2638 (catcher): New.
2639 (main): Remove print statements. Call function catcher.
2640 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2641 Set breakpoint on catcher, and check the value of parameter.
2642
ab5c6a72
YQ
26432011-06-23 Yao Qi <yao@codesourcery.com>
2644
2645 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2646 1.2 is disabled. KFAIL for uclinux.
2647
9497469f
MP
26482011-06-23 Marek Polacek <mpolacek@redhat.com>
2649
2650 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2651 mi_gdb_test.
2652
b9132588
MP
26532011-06-23 Marek Polacek <mpolacek@redhat.com>
2654
5d197ed0 2655 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 2656
e55595ca
MP
26572011-06-23 Marek Polacek <mpolacek@redhat.com>
2658
5d197ed0
MP
2659 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2660
26612011-06-23 Marek Polacek <mpolacek@redhat.com>
2662
2663 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2664 `test_exec_and_symbol_mi_operatons' return value.
2665 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2666 gdb_test_multiple.
2667 (test_exec_and_symbol_mi_operatons): Likewise.
2668 (test_path_specification): Likewise.
e55595ca 2669
be777e08
YQ
26702011-06-23 Yao Qi <yao@codesourcery.com>
2671
2672 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2673 supported.
2674 * lib/gdb.exp (support_displaced_stepping): New.
2675
615556d6
YQ
26762011-06-23 Yao Qi <yao@codesourcery.com>
2677
2678 * gdb.threads/execl.exp: Skip on remote target.
2679
833b0ca7
MP
26802011-06-21 Marek Polacek <mpolacek@redhat.com>
2681
5d197ed0 2682 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
2683 mi_gdb_test.
2684
1ee4023a
MP
26852011-06-20 Marek Polacek <mpolacek@redhat.com>
2686
5d197ed0 2687 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 2688
d0b1d624
MP
26892011-06-20 Marek Polacek <mpolacek@redhat.com>
2690
5d197ed0 2691 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
2692 mi_gdb_test.
2693
79aa92c1
MP
26942011-06-20 Marek Polacek <mpolacek@redhat.com>
2695
5d197ed0 2696 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 2697
5ce5db06
YQ
26982011-06-14 Yao Qi <yao@codesourcery.com>
2699
2700 gdb/testsuite/
2701 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2702
533a737e
JK
27032011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2704
2705 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2706
d0e53741
TT
27072011-06-10 Tom Tromey <tromey@redhat.com>
2708
2709 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2710 Add tests for pointer-to-member-function.
2711 * gdb.cp/temargs.cc (S::somefunc): New function.
2712 (K2): New class.
2713 (main): Instantiate K2; call method.
2714
b5916bbd
JB
27152011-06-08 Joel Brobecker <brobecker@adacore.com>
2716
2717 * gdb.python/py-inferior.c (f2): Make str an array rather
2718 than a pointer.
2719 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2720
5be4dfca
JK
27212011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 * gdb.base/async-shell.c: New file.
2724 * gdb.base/async-shell.exp: New file.
2725
9f47e254
PA
27262011-06-06 Pedro Alves <pedro@codesourcery.com>
2727
2728 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2729
64b9b334
JB
27302011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2731
2732 From Stephen Kitt <steve@sk2.org>
2733 * gdb.base/help.exp: Adjust following some spelling corrections
2734 in GDB.
2735
dbc0f131
YQ
27362011-06-01 Yao Qi <yao@codesourcery.com>
2737
2738 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2739
fd336a18
KS
27402010-05-31 Keith Seitz <keiths@redhat.com>
2741
2742 PR c++/12750
2743 * gdb.cp/static-method.cc: New file.
2744 * gdb.cp/static-method.exp: New file.
2745
fa8b9902
KS
27462010-05-31 Keith Seitz <keiths@redhat.com>
2747
2748 PR symtab/12704
2749 * gdb.cp/anon-ns.cc: New file.
2750 * gdb.cp/anon-ns.exp: New file.
2751
0a5b1e09
PA
27522011-05-31 Pedro Alves <pedro@codesourcery.com>
2753
2754 * gdb.arch/i386-dr3-watch.c: New file.
2755 * gdb.arch/i386-dr3-watch.exp: New file.
2756
0578b8d1
YQ
27572011-05-30 Yao Qi <yao@codesourcery.com>
2758
2759 * gdb.base/callfuncs.c (t_structs_fc): New.
2760 (t_structs_dc, t_structs_ldc): New.
2761 (t_double_many_args):
2762 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2763 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2764 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2765 * gdb.base/callfuncs.exp: Call new functions.
2766
6680506e
YQ
27672011-05-30 Yao Qi <yao@codesourcery.com>
2768
ff4d2c60
YQ
2769 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2770 Call rerun_and_prepare for each test to isolate effects.
2771
27722011-05-30 Yao Qi <yao@codesourcery.com>
2773
2774 * gdb.base/varargs.c (find_max_float_real): New.
2775 (find_max_double_real, find_max_long_double_real): New.
2776 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
2777 * lib/gdb.exp (setup_kfail_for_target): New.
2778
e43ec454
YQ
27792011-05-30 Yao Qi <yao@codesourcery.com>
2780
2781 * gdb.base/funcargs.c (callca, callcb, callcc): New.
2782 (callcd, callce, callcf, callc1a, callc1b): New.
2783 (callc2a, callc2b): New.
2784 * gdb.base/funcargs.exp (complex_args): New.
2785 (complex_integral_args, complex_float_integral_args): New.
2786 * lib/gdb.exp (support_complex_tests): New. Determine
2787 whether to run test cases on _Complex types.
2788
432b4d03
JK
27892011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.threads/leader-exit.c: New file.
2792 * gdb.threads/leader-exit.exp: New file.
2793
6caf069d
MP
27942011-05-27 Marek Polacek <mpolacek@redhat.com>
2795
9497469f 2796 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 2797
97fce28b
MP
27982011-05-27 Marek Polacek <mpolacek@redhat.com>
2799
2800 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2801 remove the `supported' variable.
2802 * gdb.mi/mi-nonstop.exp: Likewise.
2803 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2804 * gdb.mi/mi-nsintrall.exp: Likewise.
2805 * gdb.mi/mi-nsmoribund.exp: Likewise.
2806 * gdb.mi/mi-nsthrexec.exp: Likewise.
2807
9da8c2a0
PA
28082011-05-26 Pedro Alves <pedro@codesourcery.com>
2809
2810 * gdb.reverse/finish-reverse-bkpt.exp: New test.
2811
2c03e5be
PA
28122011-05-26 Pedro Alves <pedro@codesourcery.com>
2813
2814 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2815
2e21250d
KS
28162011-05-24 Keith Seitz <keiths@redhat.com>
2817
2818 PR breakpoint/12803
2819 * gdb.cp/cmpd-minsyms.cc (a): New method.
2820 (b): New method.
2821 (c): New method.
2822 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2823
cdac0397
PA
28242011-05-24 Pedro Alves <pedro@codesourcery.com>
2825
2826 * gdb.base/commands.exp (watchpoint_command_test): Check that the
2827 watchpoint's command list didn't execute when the watchpoint went
2828 out of scope.
2829
ee5683ab
PM
28302011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
2831
2832 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
2833 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
2834 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
2835 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2836 * gdb.arch/i386-permbkpt.exp: Likewise.
2837 * gdb.arch/i386-prologue.exp: Likewise.
2838 * gdb.arch/i386-size-overlap.exp: Likewise.
2839 * gdb.arch/i386-size.exp: Likewise.
2840 * gdb.arch/i386-unwind.exp: Likewise.
2841 * gdb.reverse/i386-precsave.exp: Likewise.
2842 * gdb.reverse/i386-reverse.exp: Likewise.
2843 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2844 * gdb.reverse/i387-env-reverse.exp: Likewise.
2845 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2846
c91c8c16
PA
28472011-05-24 Pedro Alves <pedro@codesourcery.com>
2848
2849 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
2850 file doesn't error, using MI.
2851
c50491a7
TT
28522011-05-23 Tom Tromey <tromey@redhat.com>
2853
2854 * gdb.base/charset.exp (string_display): Add tests to assign to
2855 arrays.
2856 * gdb.base/charset.c (short_array, int_array, long_array): New.
2857
4a07b7da
PA
28582011-05-20 Pedro Alves <pedro@codesourcery.com>
2859
2860 Cope with async mode.
2861
4a07b7da
PA
2862 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
2863 into gdb_test + mi_expect_stop.
2864
b275f2d2
PA
28652011-05-20 Pedro Alves <pedro@codesourcery.com>
2866
2867 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
2868 (callme): Remove printf call.
2869
eec52c44
PM
28702011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2871
2872 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
2873 quote pattern to avoid problems with Cygwin/mingw expect versions.
2874 * gdb.base/default.exp (show convenience): Use double
2875 quote pattern for regular expressions.
2876
b3c8eb43
JK
28772011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 Fix -readnow for -gdwarf-4 unused type units.
2880 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
2881 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2882
ed731959
JK
28832011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * gdb.base/kill-after-signal.c: New file.
2886 * gdb.base/kill-after-signal.exp: New file.
2887
3b48433d
PA
28882011-05-16 Pedro Alves <pedro@codesourcery.com>
2889
2890 * gdb.ada/start.exp: Call untested with the correct test filename.
2891 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2892 test filename. Make the test's binary unique.
2893 * gdb.arch/i386-signal.exp: Call untested with the correct test
2894 filename.
2895 * gdb.arch/i386-size-overlap.exp: Ditto.
2896 * gdb.arch/Makefile.in (EXECUTABLES): Update.
2897 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2898 * gdb.cp/call-c.exp: Ditto.
2899 * gdb.mi/mi-reverse.exp: Call untested with the correct test
2900 filename. Make the test's binary unique.
2901 * gdb.mi/Makefile.in (EXECUTABLES): Update.
2902 * gdb.python/py-mi.exp: Ditto.
2903 * gdb.python/Makefile.in (EXECUTABLES): Update.
2904 * gdb.reverse/i386-precsave.exp: Ditto.
2905 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2906 test filename.
2907 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2908 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
2909 unique.
2910 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2911 test filename.
2912 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2913 * gdb.trace/tfile.exp: Ditto.
2914
ba4a8bdd
YQ
29152011-05-14 Yao Qi <yao@codesourcery.com>
2916
2917 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
2918 type.
2919
dbaefcf7
DE
29202011-05-13 Doug Evans <dje@google.com>
2921
2922 * gdb.python/py-objfile-script.exp: New file.
2923 * gdb.python/py-objfile-script.c: New file.
2924 * gdb.python/py-objfile-script-gdb.py: New file.
2925 * testsuite/gdb.python/py-section-script.exp: Test
2926 "info auto-load-scripts".
2927
9930639c
TT
29282011-05-13 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.dwarf2/clztest.exp: New file.
2931 * gdb.dwarf2/clztest.c: New file.
2932 * gdb.dwarf2/clztest.S: New file.
2933
05272e11
DE
29342011-05-13 Doug Evans <dje@google.com>
2935
cc63ef9b
DE
2936 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
2937 String16 tests.
05272e11 2938
6edba76f
TT
29392011-05-13 Tom Tromey <tromey@redhat.com>
2940
2941 * lib/gdb.exp (is_x86_like_target): New proc.
2942 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
2943 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
2944 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
2945 -nostdlib to compiler.
2946 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
2947 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
2948 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
2949 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
2950 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
2951
028d0ed5
TJB
29522011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2953
2954 * gdb.python/py-function.exp: Test setting a value from a function
2955 which executes a command.
2956
8a9b8146
TT
29572011-05-12 Tom Tromey <tromey@redhat.com>
2958
2959 * gdb.dwarf2/typeddwarf.S: New file.
2960 * gdb.dwarf2/typeddwarf.c: New file.
2961 * gdb.dwarf2/typeddwarf.exp: New file.
2962
10483e8e
MP
29632011-05-12 Marek Polacek <mpolacek@redhat.com>
2964
2965 * gdb.mi/mi-basics.exp: Fix races. Honour the
2966 `test_exec_and_symbol_mi_operatons' return value.
2967 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2968 gdb_test_multiple.
2969 (test_exec_and_symbol_mi_operatons): Likewise.
2970 (test_path_specification): Likewise.
2971
faf067f1
JK
29722011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
2975 (gdb_touch_execfile): Remove catch wrappers. New variable time.
2976 Replace `file copy' and `file rename' by `file mtime'. Twice.
2977
7ff911a3
JK
29782011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * gdb.base/readline-ask.c: New file.
2981 * gdb.base/readline-ask.exp: New file.
2982 * gdb.base/readline-ask.inputrc: New file.
2983
a536c6d7
UW
29842011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
2985
2986 * gdb.cell/bt.exp: Delete breakpoints before running to signal
2987 to avoid race condition.
2988 * gdb.cell/coremaker.c: Use small stack size.
2989 * gdb.cell/ea-standalone.exp: Use file name without path as
2990 argument to c_to.
2991 * gdb.cell/fork.exp: Allow other output when continuing to end.
2992
d472a426
JK
29932011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2994
2995 * gdb.threads/corethreads.c: New file.
2996 * gdb.threads/corethreads.exp: New file.
2997
29982011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
2999
3000 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3001 Try to compile the test using -Wl,-z,norelro first.
3002 (load_core): New variable libthread_db_seen, initialize it.
3003 (zeroed-threads cannot be listed): Protect it by XFAIL on
3004 !$libthread_db_seen.
3005
8be455d7
JK
30062011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 PR 12573
3009 * gdb.dwarf2/dw2-skip-prologue.S: New file.
3010 * gdb.dwarf2/dw2-skip-prologue.c: New file.
3011 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3012
1976171a
JK
30132011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * gdb.cp/psymtab-parameter.cc: New file.
3016 * gdb.cp/psymtab-parameter.exp: New file.
3017
7db6f30f
JK
30182011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 Fix a race.
3021 * gdb.cp/static-print-quit.exp (print c): Split to ...
3022 (print c - <return>, print c - q <return>, print c - to quit):
3023 ... these. Make the testfile untested on gdb-7.1.
3024
85161e9e 30252011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
3026
3027 * lib/gdb.exp (exec_target_file, exec_symbol_file,
3028 gdb_rename_execfile, gdb_touch_execfile): New.
3029 * gdb.base/reread.exp: Use new procs to handle multiple
3030 exec files.
3031
0c51be18
YQ
30322011-05-05 Yao Qi <yao@codesourcery.com>
3033
3034 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3035 (test_adr_32bit, test_pop_pc): New.
3036 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3037 (test_adr_32bit, test_pop_pc): New.
3038
4d393d60
JM
30392011-05-04 Joseph Myers <joseph@codesourcery.com>
3040
3041 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3042 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3043 targets.
3044 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3045 handle targets.
3046
8ffd0459
JK
30472011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3048
3049 * gdb.base/completion.exp (complete help info wat): Rename to ...
3050 (complete 'help info wat'): ... here.
3051 Remove all `-re ".*' and `-re "^.*' redundant regexes.
3052 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3053
8e28d804
PA
30542011-05-04 Pedro Alves <pedro@codesourcery.com>
3055
3056 * gdb.base/completion.exp: Use gdb_test_multiple instead of
3057 gdb_test and explicit $gdb_prompt/timeout matches.
3058
3eb2ef34
YQ
30592011-05-04 Yao Qi <yao@codesourcery.com>
3060
3061 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3062 and __thumb2__.
3063
aaaf81a3
MP
30642011-05-03 Marek Polacek <mpolacek@redhat.com>
3065
3066 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3067 in place of `gdb_test "delete breakpoints"'. This eliminates two
3068 testcases.
3069
c4cbc0df
PA
30702011-05-02 Pedro Alves <pedro@codesourcery.com>
3071
3072 PR testsuite/12649
3073 Fix races.
3074
3075 * gdb.base/completion.exp: Remove all sleep calls. Remove
3076 unnecessary regexs. Don't explicitly expect anything after the
3077 prompt. Eat the prompt if necessary.
3078
b4cbb4a3
EBM
30792011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
3080
3081 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3082 accept to show the caller line again as well as the line after.
3083
d65aec65
PM
30842011-04-29 Phil Muldoon <pmuldoon@redhat.com>
3085
3086 PR mi/12531
3087
3088 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3089 compile target.
3090 * gdb.python/py-prettyprint.exp: Add C++ object for
3091 CPLUS_FAKE_CHILD test.
3092
30852783
UW
30932011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
3094
3095 * gdb.base/signest.exp: New file.
3096 * gdb.base/signest.c: Likewise.
3097
c7b1f0d9
JK
30982011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3099
3100 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3101 thread and breakpoint notifications.
3102
559a7a62
JK
31032011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * gdb.base/fortran-sym-case.c: New file.
3106 * gdb.base/fortran-sym-case.exp: New file.
3107 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3108 * gdb.dwarf2/dw2-case-insensitive.c: New file.
3109 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3110
8344e389
JK
31112011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3114 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3115 false #1', `if true else false #2' and `if true else false #3'.
3116
2484c66b
UW
31172011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
3118
3119 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3120 while delivering signal.
3121
8d3788bd
VP
31222011-04-27 Vladimir Prus <vladimir@codesourcery.com>
3123
3124 MI breakpoint notifications.
3125
3126 * testsuite/gdb.mi/mi-cli.exp: Adust.
3127 * testsuite/gdb.mi/mi2-cli.exp: Adust.
3128 * testsuite/gdb.mi/mi-watch.exp: Adust.
3129 * testsuite/gdb.mi/mi2-watch.exp: Adust.
3130 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3131 notifications.
3132
3e03848b
JK
31332011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * gdb.base/gdbindex-stabs-dwarf.c: New file.
3136 * gdb.base/gdbindex-stabs.c: New file.
3137 * gdb.base/gdbindex-stabs.exp: New file.
3138
918c9108
YQ
31392011-04-25 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3142 with /*...*/.
3143 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3144
90556b8c
JK
31452011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3146
3147 * gdb.python/py-value.exp (test_objfiles): Name the first test
3148 `py-value in file.filename'.
3149
03f2bd59
JK
31502011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3151
3152 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3153 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3154 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3155 !gdbserver_reconnect_p..
3156 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3157
7b08b9eb
JK
31582011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * gdb.cp/cpcompletion.exp (complete class methods)
3161 (complete class methods beginning with F): Move them above runto. New
3162 comment about the runto delimiter.
3163
b78974c3
PA
31642011-04-20 Pedro Alves <pedro@codesourcery.com>
3165
3166 * gdb.base/maint.exp: Test that "maint print registers" works
3167 without a running program.
3168
20429c40 31692011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 3170
20429c40
MP
3171 * gdb.base/setshow.exp: Fix racy tests.
3172 ($old_gdb_prompt): New variable.
3173
7a9dd1b2
TT
31742011-04-19 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb.mi/mi-nsmoribund.exp:
3177 * gdb.hp/gdb.objdbg/objdbg01.exp:
3178 * gdb.base/structs.exp (test_struct_returns):
3179 * gdb.base/call-sc.exp (test_scalar_returns):
3180 * gdb.base/bigcore.exp: Remove duplicate words.
3181
02835898
JK
31822011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 * gdb.base/break-interp-lib.c (v, vptr): New variables.
3185 * gdb.base/break-interp.exp (test_attach): New comment.
3186
254f582e
JK
31872011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * gdb.threads/gcore-thread.exp ($core0file): New variable.
3190 (clear __stack_user.next, clear stack_used.next)
3191 (save a zeroed-threads corefile): New test.
3192 Call core_load for $core0file.
3193 (zeroed-threads cannot be listed): New test.
3194
4fe85f5c
JK
31952011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3198 filename.
3199 ($srcfile): Preserve the original value.
3200 ($testfile): Match it the .exp filename.
3201 ($corefile): New variable. Substitute it around.
3202 Use clean_restart.
3203 ($prev_timeout): Remove.
3204 (load_core): Move core loading into this proc.
3205 Fix restore of $timeout if load_core fails.
3206
63524580
JK
32072011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 * gdb.base/eu-strip-infcall.c: New file.
3210 * gdb.base/eu-strip-infcall.exp: New file.
3211
90359a16
JK
32122011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3213
3214 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3215 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3216
626e7282
JK
32172011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 Fix Python access to inlined frames.
3220 * gdb.python/py-frame-inline.c: New file.
3221 * gdb.python/py-frame-inline.exp: New file.
3222
3363d018
EBM
32232011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
3224
3225 * gdb.base/gdb1090.exp: Change breakpoint location to read the
3226 content of 's24' correctly (avoiding "optimized out").
3227 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3228
28781456
JK
32292011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3232
4a4106ca
TJB
32332011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3234
3235 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3236 expect a colon in watch -location output.
3237
d26ccb4f
JK
32382011-04-13 Marek Polacek <mpolacek@redhat.com>
3239
df46027d 3240 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
3241 New testcase `expect response to define backtrace'. Also remove
3242 redundant `default' block.
3243
e1ab1f9c
JK
32442011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3245
3246 * gdb.python/py-prettyprint.c (struct hint_error): New.
3247 (main): New variable hint_error.
3248 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3249 "print hint_error".
3250 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3251 (register_pretty_printers): Register it.
3252
0c2e6019
TT
32532011-04-04 Tom Tromey <tromey@redhat.com>
3254
3255 * gdb.cp/maint.exp (test_help): Update.
3256 (test_namespace): Likewise.
3257
af57139d
JB
32582011-04-01 Joel Brobecker <brobecker@adacore.com>
3259
3260 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3261 * gdb.ada/arrayptr.exp: Add new tests.
3262
956a9fb9
JB
32632011-04-01 Joel Brobecker <brobecker@adacore.com>
3264
3265 * gdb.ada/mi_catch_ex: New testcase.
3266
d0c4d642
PA
32672011-04-01 Pedro Alves <pedro@codesourcery.com>
3268
3269 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3270 base::overload(void) method without specifying "const".
3271
18819fa6
UW
32722011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3273
3274 * gdb.arch/thumb-singlestep.S: New file.
3275 * gdb.arch/thumb-singlestep.exp: Likewise.
3276
a4c8e806
TT
32772011-03-31 Tom Tromey <tromey@redhat.com>
3278
3279 * gdb.python/py-prettyprint.py (exception_flag): New global.
3280 (NoStringContainerPrinter._iterator.next): Check it.
3281 * gdb.python/py-prettyprint.c (main): New variable nstype2.
3282 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3283
53832f31
TT
32842011-03-29 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.cp/anon-struct.cc: New file.
3287 * gdb.cp/anon-struct.exp: New file.
3288
e4620230
JK
32892011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 Test STT_GNU_IFUNC support.
3292 * gdb.base/gnu-ifunc-lib.c: New file.
3293 * gdb.base/gnu-ifunc.c: New file.
3294 * gdb.base/gnu-ifunc.exp: New file.
3295
d0fb5eae
JK
32962011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 Support a ring of related breakpoints.
3299 * gdb.base/watchpoint-delete.c: New file.
3300 * gdb.base/watchpoint-delete.exp: New file.
3301
20106cfb
JK
33022011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 * gdb.ada/arrayparam.exp (print first after function call): Use
3305 explicit package name. Add a comment
3306 (print lasta after function call): Rename ...
3307 (print last after function call): ... it and use explicit package
3308 name.
3309 (print length after function call): Use explicit package name.
3310 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3311 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3312 (multiple matches for symbol i): Rename ...
3313 (multiple matches for symbol integervar): ... it.
3314 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3315 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3316
e7ab5e63
AB
33172011-03-25 Andrew Burgess <aburgess@broadcom.com>
3318
3319 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3320 environment variable to make grep output more predictable. Move
3321 all the environment setup into gdb_init so it's done once per test
3322 case rather than each time we start gdb.
3323
9ef07c8c
TT
33242011-03-24 Tom Tromey <tromey@redhat.com>
3325
3326 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
3327 test.
3328
dd90784c
JK
33292011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 * gdb.dwarf2/dw2-entry-value-main.c: New file.
3332 * gdb.dwarf2/dw2-entry-value.S: New file.
3333 * gdb.dwarf2/dw2-entry-value.exp: New file.
3334
05775840
PM
33352011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3336
3337 PR python/12183
3338
3339 * gdb.python/py-function.exp: Add GdbError tests.
3340
8661b11b
PA
33412011-03-18 Pedro Alves <pedro@codesourcery.com>
3342
3343 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3344 (reglocal_test_func, statlocal_test_func): New functions.
3345 (globals_test_func): Call new functions.
3346 * gdb.trace/unavailable.exp (gdb_collect_args_test)
3347 (gdb_collect_locals_test): New procedure.
3348 (gdb_trace_collection_test): Call new procedures.
3349
0fdb4f18
PA
33502011-03-18 Pedro Alves <pedro@codesourcery.com>
3351
3352 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3353 (test_register, test_register_unavailable): New procedures.
3354 (gdb_unavailable_registers_test): New procedure.
3355 (gdb_trace_collection_test): Call it.
3356
99c3dc11
PM
33572011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3358
3359 PR python/12149
3360
3361 * gdb.python/python.exp: Add gdb.write tests.
3362
29703da4
PM
33632010-03-17 Phil Muldoon <pmuldoon@redhat.com>
3364
3365 * gdb.python/Makefile.in: Add py-objfile.
3366 * gdb.python/py-objfile.exp: New file.
3367 * gdb.python/py-objfile.c: New file.
3368 * gdb.python/py-block.exp: Add is_valid tests.
3369 * gdb.python/py-inferior.exp: Ditto.
3370 * gdb.python/py-infthread.exp: Ditto.
3371 * gdb.python/py-symbol.exp: Ditto.
3372 * gdb.python/py-symtab.exp: Ditto.
3373
598997c8
KS
33742011-03-16 Keith Seitz <keiths@redhat.com>
3375
3376 PR c++/12273
3377 * gdb.cp/cmpd-minsyms.exp: New test.
3378 * gdb.cp/cmpd-minsyms.cc: New file.
3379
3380 PR c++/11734
3381 * gdb.cp/ovsrch.exp: New test.
3382 * gdb.cp/ovsrch.h: New file.
3383 * gdb.cp/ovsrch1.cc: New file.
3384 * gdb.cp/ovsrch2.cc: New file.
3385 * gdb.cp/ovsrch3.cc: New file.
3386 * gdb.cp/ovsrch4.cc: New file.
3387
c91513d8
PP
33882011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3389
3390 PR gdb/12528
3391 * gdb.base/Makefile.in: Adjust EXECUTABLES.
3392 * gdb.base/break-on-linker-gcd-function.exp: New test.
3393 * gdb.base/break-on-linker-gcd-function.cc: New file.
3394
7470fc63
AT
33952011-03-15 Andreas Tobler <andreast@fgznet.ch>
3396
3397 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3398
959e7469
PM
33992011-03-15 Phil Muldoon <pmuldoon@redhat.com>
3400
3401 * lib/gdb.exp (gdb_unload): Add another termination case.
3402
9373cf26
JK
34032011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3406 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3407 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3408 Provide a stub byte there.
3409 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3410 DW_AT_entry_pc.
3411 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3412
24e9cda0
UW
34132011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3414
3415 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3416 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
3417 "generic ABI, auto".
3418 (altivec_abi_tests): Accept vectors returned by reference.
3419
7371cf6d
PM
34202010-03-14 Phil Muldoon <pmuldoon@redhat.com>
3421
3422 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3423
ce77046a
UW
34242011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
3425
3426 * gdb.python/py-section-script.exp: Skip test if no Python support.
3427
176400c3
UW
34282011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
3429
3430 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3431
ecec24e6
PM
34322011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3433
3434 * gdb.python/py-parameter.exp: Update tests to the new Python
3435 parameter API. Add "no documentation" test. Add deprecated API
3436 backward compatibility test.
3437
5dbdd470
TT
34382011-03-09 Tom Tromey <tromey@redhat.com>
3439
3440 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3441 gdb_continue_to_end.
3442
b66e66ee
MK
34432011-03-09 Mark Kettenis <kettenis@gnu.org>
3444
3445 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3446 tabs.
3447
eceb0c5f
TT
34482011-03-09 Tom Tromey <tromey@redhat.com>
3449
3450 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
3451 parentheses.
3452 (gdb_continue_to_end): Add "allow_extra" parameter. Use
3453 $command.
3454 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3455 argument to gdb_continue_to_end.
3456 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3457 argument to gdb_continue_to_end.
3458 * gdb.cp/annota3.exp: Fix regex.
3459 * gdb.cp/annota2.exp: Fix regex.
3460 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3461 gdb_continue_to_end.
3462 * gdb.base/call-signal-resume.exp: Revert earlier patch.
3463 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3464 gdb_continue_to_end.
3465
63154eca
PA
34662011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3467
3468 * gdb.server/ext-run.exp
3469 (load new file without any gdbserver inferior): New test.
3470
967d1f9b
TT
34712011-03-07 Tom Tromey <tromey@redhat.com>
3472
3473 * Makefile.in (TAGS): Rewrite.
3474
d68dcbb9
JK
34752011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3476
3477 * gdb.trace/report.exp (12.1: trace report #1): New match for the
3478 initial commands echo. New match for `Found trace'. Anchor all the
3479 other matches. Anchor and match for `No trace frame found' the final
3480 match.
3481
6bf58e63
TT
34822011-03-07 Tom Tromey <tromey@redhat.com>
3483
3484 * Makefile.in (TAGS): New target.
3485
fda326dd
TT
34862011-03-07 Tom Tromey <tromey@redhat.com>
3487
3488 * lib/opencl.exp (skip_opencl_tests): Update for exit message
3489 change.
3490 * lib/mi-support.exp (mi_gdb_test): Update for exit message
3491 change.
3492 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
3493 exit message change.
3494 (skip_altivec_tests): Update for exit message change.
3495 (skip_vsx_tests): Likewise.
3496 (gdb_continue_to_end): Likewise. Add 'command' argument.
3497 * lib/cell.exp (skip_cell_tests): Update for exit message change.
3498 * gdb.threads/tls.exp: Update for exit message change.
3499 * gdb.threads/thread-unwindonsignal.exp: Use
3500 gdb_continue_to_end.
3501 * gdb.threads/step.exp (step_it): Update for exit message change.
3502 (continue_all): Likewise.
3503 * gdb.threads/print-threads.exp (test_all_threads): Update for
3504 exit message change.
3505 * gdb.threads/interrupted-hand-call.exp: Use
3506 gdb_continue_to_end.
3507 * gdb.threads/execl.exp: Use gdb_continue_to_end.
3508 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3509 gdb_continue_to_end.
3510 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3511 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3512 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3513 * gdb.cp/method.exp: Update for exit message change.
3514 * gdb.cp/mb-templates.exp: Update for exit message change.
3515 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3516 * gdb.cp/annota3.exp: Update for exit message change.
3517 * gdb.cp/annota2.exp: Update for exit message change.
3518 * gdb.cell/fork.exp: Use gdb_continue_to_end.
3519 * gdb.base/term.exp: Update for exit message change.
3520 * gdb.base/step-test.exp (test_i): Update for exit message change.
3521 * gdb.base/sigstep.exp (advance): Update for exit message change.
3522 (advancei): Likewise.
3523 * gdb.base/siginfo.exp: Update for exit message change.
3524 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3525 * gdb.base/reread.exp: Use gdb_continue_to_end.
3526 * gdb.base/langs.exp: Use gdb_continue_to_end.
3527 * gdb.base/interrupt.exp: Update for exit message change.
3528 * gdb.base/gdb1555.exp: Update for exit message change.
3529 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3530 * gdb.base/ending-run.exp: Update for exit message change.
3531 * gdb.base/chng-syms.exp: Update for exit message change.
3532 * gdb.base/checkpoint.exp: Update for exit message change.
3533 * gdb.base/catch-syscall.exp (check_for_program_end): Use
3534 gdb_continue_to_end.
3535 (test_catch_syscall_with_wrong_args): Likewise.
3536 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3537 * gdb.base/break-interp.exp (test_ld): Update for exit message
3538 change.
3539 * gdb.base/bang.exp: Update for exit message change.
3540 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3541 (do_call_attach_tests): Likewise.
3542 * gdb.base/a2-run.exp: Update for exit message change.
3543 * gdb.arch/ppc-dfp.exp: Update for exit message change.
3544 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3545 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3546
dd19bd70
JK
35472011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3548
3549 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3550
30e62689
TT
35512011-03-03 Tom Tromey <tromey@redhat.com>
3552
3553 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3554 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3555 * gdb.hp/gdb.aCC/configure.ac: Remove.
3556 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3557 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3558 * gdb.hp/gdb.base-hp/configure.ac: Remove.
3559 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3560 * gdb.hp/gdb.compat/configure (Makefile): Remove.
3561 * gdb.hp/gdb.compat/configure.ac: Remove.
3562 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3563 * gdb.hp/gdb.defects/configure (Makefile): Remove.
3564 * gdb.hp/gdb.defects/configure.ac: Remove.
3565 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3566 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3567 * gdb.hp/gdb.objdbg/configure.ac: Remove.
3568 * gdb.hp/configure.ac: Remove.
3569 * gdb.hp/configure: Remove.
3570 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3571 substitution.
3572 (Makefile): Remove rule.
3573 * gdb.cell/configure.ac: Remove.
3574 * gdb.cell/configure: Remove.
3575 * gdb.stabs/Makefile.in (Makefile): Remove.
3576 (distclean): Don't remove config.status or config.log.
3577 * gdb.stabs/configure (Makefile): Remove.
3578 * gdb.stabs/configure.ac: Remove.
3579 * configure: Rebuild.
3580 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3581 Remove stabs- and cell-specific logic. Test for existence of
3582 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
3583 subdirectories, gdb.cell, and and gdb.stabs.
3584 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3585
c171f854
JB
35862011-03-03 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3589 end of buffer.
3590
9a5193cb
JB
35912011-03-02 Joel Brobecker <brobecker@adacore.com>
3592
3593 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3594 gdb_test when running a test where we expected no output back.
3595
9bb4c1bb
MS
35962011-02-28 Michael Snyder <msnyder@vmware.com>
3597
3598 * gdb.cp/overload.cc: Change initializer value to integer.
3599
3bd0f5ef
MS
36002011-02-27 Michael Snyder <msnyder@vmware.com>
3601
3602 * gdb.multi/base.exp: Add test for remove-inferiors.
3603
2279eaad
JB
36042011-02-26 Joel Brobecker <brobecker@adacore.com>
3605
3606 * gdb.python/py-frame.exp: Simplify the initialization phase
3607 using prepare_for_testing.
3608
c82c0b55
MS
36092011-02-25 Michael Snyder <msnyder@vmware.com>
3610
3611 * gdb.multi/base.exp: Add tests for info inferiors with args.
3612
1d94651b
JK
36132011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 * gdb.dwarf2/dw2-ranges.S: Rename to ...
3616 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3617 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3618 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3619 asmfile3. Comment the STABS (#3) file compilation. Compile
3620 everything through assembler. Provide KFAIL for symtab/12497.
3621 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3622 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3623 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3624 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3625
3bd0f5ef
MS
36262011-02-24 Michael Snyder <msnyder@vmware.com>
3627
3628 * gdb.base/break.exp: Add tests for delete breakpoints using
3629 convenience variables and value history references.
3630
12c1418e
MS
36312011-02-24 Michael Snyder <msnyder@vmware.com>
3632
3633 * gdb.base/break.exp: Remove debugging 'printf' accidentally
3634 left behind in previous check-in.
3635
e5a67952
MS
36362011-02-23 Michael Snyder <msnyder@vmware.com>
3637
3638 * gdb.base/break.exp: Add tests for "info break" with arguments.
3639 * gdb.trace/infotrace.exp: Update patterns for error and help.
3640 * gdb.base/completion.exp: Update pattern.
3641 * gdb.base/ena-dis-br.exp: Update pattern.
3642 * gdb.base/help.exp: Update patterns.
3643
36442011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
3645
3646 * gdb.base/memattr.exp: New test.
3647 * gdb.base/memattr.c: Test load for memattr.exp.
3648
6e6fbe60
DE
36492011-02-22 Doug Evans <dje@google.com>
3650
3651 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3652
1d41d745
MS
36532011-02-22 Michael Snyder <msnyder@vmware.com>
3654
3655 * Makefile.in: Make more clean.
3656 * gdb.ada/Makefile.in: Ditto.
3657 * gdb.arch/Makefile.in: Ditto.
3658 * gdb.asm/Makefile.in: Ditto.
3659 * gdb.base/Makefile.in: Ditto.
3660 * gdb.cp/Makefile.in: Ditto.
3661 * gdb.dwarf2/Makefile.in: Ditto.
3662 * gdb.java/Makefile.in: Ditto.
3663 * gdb.mi/Makefile.in: Ditto.
3664 * gdb.modula2/Makefile.in: Ditto.
3665 * gdb.python/Makefile.in: Ditto.
3666 * gdb.server/Makefile.in: Ditto.
3667 * gdb.stabs/Makefile.in: Ditto.
3668 * gdb.threads/Makefile.in: Ditto.
3669 * gdb.trace/Makefile.in: Ditto.
3670
79ba84ca
MS
36712011-02-22 Michael Snyder <msnyder@vmware.com>
3672
df46027d 3673 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
3674 info threads.
3675
b9b35694
JB
36762011-02-22 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.python/py-breakpoint.exp: Fix the expected output of
3679 one of the "maint info breakpoints" tests to accept the output
3680 generated on platforms that do not have hardware watchpoints.
3681
8bfb830f
JB
36822011-02-22 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3685 clean_restart. Be a little stricter in the expected output
3686 for one of the tests. Fix a typo in one of the comments.
3687
c45f3c54
JB
36882011-02-22 Joel Brobecker <brobecker@adacore.com>
3689
3690 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
3691 Delete variable binfile, no longer use. Add or modify test
3692 comments to make them unique.
3693
b97c863c
MS
36942011-02-21 Michael Snyder <msnyder@vmware.com>
3695
3696 * Makefile.in: Update for make clean.
3697 * gdb.ada/Makefile.in: Ditto.
3698 * gdb.arch/Makefile.in: Ditto.
3699 * gdb.asm/Makefile.in: Ditto.
3700 * gdb.base/Makefile.in: Ditto.
3701 * gdb.cp/Makefile.in: Ditto.
3702 * gdb.dwarf2/Makefile.in: Ditto.
3703 * gdb.java/Makefile.in: Ditto.
3704 * gdb.mi/Makefile.in: Ditto.
3705 * gdb.modula2/Makefile.in: Ditto.
3706 * gdb.python/Makefile.in: Ditto.
3707 * gdb.server/Makefile.in: Ditto.
3708 * gdb.stabs/Makefile.in: Ditto.
3709 * gdb.threads/Makefile.in: Ditto.
3710 * gdb.trace/Makefile.in: Ditto.
3711
aea5b279
MS
37122011-02-21 Michael Snyder <msnyder@vmware.com>
3713
3714 * gdb.threads/thread-find.exp: Update patterns for changes in
3715 output of "info threads" command.
3716
e3039479
UW
37172011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3718 Ulrich Weigand <uweigand@de.ibm.com>
3719
3720 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3721 (skip_hw_watchpoint_tests): Likewise.
3722 (skip_hw_watchpoint_multi_tests): Likewise.
3723
b800ec70
UW
37242011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
3725
3726 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3727 (skip_hw_watchpoint_tests): Likewise.
3728 (skip_hw_watchpoint_multi_tests): Likewise.
3729 (skip_hw_watchpoint_access_tests): Likewise.
3730
3731 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3732 * gdb.base/pr11022.exp: Likewise.
3733 * gdb.base/watch-read.exp: Likewise.
3734 * gdb.base/watch_thread_num.exp: Likewise.
3735 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3736 * gdb.base/watchpoint-hw.exp: Likewise.
3737 * gdb.base/watchpoint.exp: Likewise.
3738 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3739 * gdb.threads/watchthreads-reorder.exp: Likewise.
3740 * gdb.threads/watchthreads.exp: Likewise.
3741 * gdb.threads/watchthreads2.exp: Likewise.
3742
91033e37
JB
37432011-02-21 Joel Brobecker <brobecker@adacore.com>
3744
3745 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3746 the debugger is unable to find the array bounds.
3747
eeaafae2
JK
37482011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3749
3750 * gdb.cp/typedef-operator.exp: New file.
3751 * gdb.cp/typedef-operator.cc: New file.
3752
e338d953
MS
37532011-02-17 Michael Snyder <msnyder@vmware.com>
3754
3755 * gdb.threads/thread-find.exp: Fix regular expressions.
3756
e67ad678
JB
37572011-02-17 Joel Brobecker <brobecker@adacore.com>
3758
3759 * gdb.ada/packed_array: Expand testcase to test printing of
3760 unconstrained packed array.
3761
93084bca
JB
37622011-02-17 Joel Brobecker <brobecker@adacore.com>
3763
3764 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3765
a0c78a73
PA
37662011-02-16 Pedro Alves <pedro@codesourcery.com>
3767
f65d5553 3768 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
3769 (main): Initialize it before collecting, and and clear it
3770 afterwards.
f65d5553
PA
3771 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3772 collecting with '{type} addr', where the addr expression is not an
3773 rvalue.
a0c78a73 3774
3dfcbbd2
KW
37752011-02-16 Ken Werner <ken.werner@de.ibm.com>
3776
3777 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3778 a bool variable. Expect correct OpenCL names for vector types. Use the
3779 uc3 variable name instead of referring to the uchar3 built-in type.
3780 Escape the asterisk at the half pointer test.
3781
08807d5a
PA
37822011-02-16 Pedro Alves <pedro@codesourcery.com>
3783
f65d5553 3784 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
3785 (main): Initialize it before collecting, and and clear it
3786 afterwards.
f65d5553
PA
3787 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3788 collecting overlapping memory ranges.
08807d5a 3789
60f98dde
MS
37902011-02-15 Michael Snyder <msnyder@vmware.com>
3791
3792 * gdb.base/default.exp: Add tests for thread commands.
3793 * gdb.base/help.exp: Add tests for thread commands.
3794 * gdb.threads/thread-find.exp: New test for thread find command.
3795
648cd113
KW
37962011-02-15 Ken Werner <ken.werner@de.ibm.com>
3797
3798 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3799
494e194e
YQ
38002011-02-15 Yao Qi <yao@codesourcery.com>
3801
3802 PR tdep/12352
3803 * gdb.arch/arm-disp-step.S : New test for str instruction.
3804 * gdb.arch/arm-disp-step.exp : Likewise.
3805
d9492458
TJB
38062011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
3807
3808 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3809 "vector_register2_vr" test strings. Test the extended floating
3810 point registers (F32~F63).
3811 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3812 IBM XL C compiler. Make the test program use a register provided
3813 by the compiler for the lxvd2x instruction.
3814
8af8e3bc
PA
38152011-02-14 Pedro Alves <pedro@codesourcery.com>
3816
3817 * gdb.trace/unavailable.cc (class Base, class Middle, class
3818 Derived): New types.
3819 (derived_unavail, derived_partial, derived_whole): New globals.
3820 (virtual_partial): New global.
3821 (virtualp): Point at virtual_partial.
3822 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3823 related to unavailable vptr.
3824
1b28d0b3
PA
38252011-02-14 Pedro Alves <pedro@codesourcery.com>
3826
3827 * gdb.trace/unavailable.cc (a, b, c): New globals.
3828 (main): Set and clear them.
3829 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
3830 `a' and `c', and check that `b' isn't collected, although `a' and
3831 `c' are.
3832
ec0a52e1
PA
38332011-02-14 Pedro Alves <pedro@codesourcery.com>
3834
3835 * gdb.trace/unavailable.cc (struct Virtual): New.
3836 (virtualp): New global pointer.
3837 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
3838 printing a pointer to an object whose type has a vtable, with
3839 print object on.
3840
24e6bcee
PA
38412011-02-14 Pedro Alves <pedro@codesourcery.com>
3842
3843 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
3844 value repeat handles unavailableness.
3845
39d37385
PA
38462011-02-14 Pedro Alves <pedro@codesourcery.com>
3847
3848 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
3849 tests for building arrays from unavailable values, subscripting
3850 non-memory rvalue unvailable arrays, and accessing fields or
3851 baseclasses of non-lazy unavailable values,
3852 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
3853 struct types.
3854 (g_smallstruct, g_smallstruct_b): New globals.
3855
06d72e16
PA
38562011-02-14 Pedro Alves <pedro@codesourcery.com>
3857
3858 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
3859
bc9a5551
JK
38602011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 Fix const/volatile qualifiers of C++ types, PR c++/12328.
3863 * gdb.cp/overload-const.exp: New file.
3864 * gdb.cp/overload-const.cc: New file.
3865
54fcddd0
UW
38662011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3867
3868 * gdb.opencl/callfuncs.cl: New file.
3869 * gdb.opencl/callfuncs.exp: New test.
3870 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
3871
d6dafb7c
UW
38722011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3873
3874 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
3875 when computing result.
3876 * gdb.arch/altivec-abi.exp: Update expected results.
3877
a449c2d8
TJB
38782011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3879
3880 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
3881 * gdb.base/jit.exp: Likewise.
3882 * gdb.base/pie-execl.exp: Likewise.
3883 * gdb.base/solib-nodir.exp: Likewise.
3884 * gdb.base/solib-overlap.exp: Likewise.
3885
764880b7
PA
38862011-02-07 Pedro Alves <pedro@codesourcery.com>
3887
3888 * gdb.trace/collection.c (global_pieces): New.
3889 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3890 New procedure.
3891 (gdb_trace_collection_test): Call it.
3892
505500db
SW
38932011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3894
3895 * gdb.python/py-evthreads.c: New file.
3896 * gdb.python/py-evthreads.exp: New file.
3897 * gdb.python/py-events.py: New file.
3898 * gdb.python/py-events.exp: New file.
3899 * gdb.python/py-events.c: New file.
3900
385203ed
DD
39012011-02-04 David Daney <ddaney@caviumnetworks.com>
3902
3903 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3904
9011945e
AB
39052011-02-03 Andrew Burgess <aburgess@broadcom.com>
3906
3907 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3908 gdb.base/disasm-end-cu.exp: New test for disassembling over the
3909 boundary between two compilation units.
3910
580688f3
PA
39112011-02-02 Pedro Alves <pedro@codesourcery.com>
3912
3913 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3914 (Virtual): New structs.
3915 (virtual_o, virtual_middle_b): New globals.
3916 * gdb.cp/virtbase.exp: New tests.
3917
d3f0f853
PP
39182011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3919
3920 * gdb.base/jit.exp: New file.
3921 * gdb.base/jit-main.c: New file.
3922 * gdb.base/jit-solib.c: New file.
3923
b2030fb5
UW
39242011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
3925
3926 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
3927 proceed to initial kernel entry point.
3928 * gdb.opencl/datatypes.exp: Likewise.
3929 * gdb.opencl/operators.exp: Likewise.
3930 * gdb.opencl/vec_comps.exp: Likewise.
3931
2db19d1e
SW
39322011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
3933
3934 * gdb.cp/nsnested.cc: New.
3935 * gdb.cp/nsnested.exp: New.
3936 * gdb.cp/nsnoimports.exp: New.
3937 * gdb.cp/nsnoimports.cc: New.
3938
6b0c4c1f
JB
39392011-01-31 Joel Brobecker <brobecker@adacore.com>
3940
3941 * gdb.base/interact.exp: Add extra tests that verify that
3942 the value of the interactive-mode setting does not change
3943 after the script is sourced.
3944
80b23b6a
JK
39452011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3946
3947 * gdb.cp/noparam.exp: New file.
3948 * gdb.cp/noparam.cc: New file.
3949
ffd5ec24
PA
39502011-01-28 Pedro Alves <pedro@codesourcery.com>
3951
3952 * gdb.trace/tfile.exp: Test that with no traceframe selected,
3953 there's no stack or registers.
3954
a81766d8
TT
39552011-01-26 Tom Tromey <tromey@redhat.com>
3956
3957 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
3958 space before string output. Add test for "set print pretty off"
3959 case.
3960
585fdaa1
PA
39612011-01-25 Pedro Alves <pedro@codesourcery.com>
3962
3963 * gdb.base/frame-args.exp: Adjust.
3964 * gdb.dwarf2/dw2-noloc.exp: Adjust.
3965 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
3966 * gdb.dwarf2/pieces.exp: Adjust.
3967 * gdb.opt/clobbered-registers-O2.exp: Adjust.
3968 * gdb.opt/inline-locals.exp: Adjust.
3969 * gdb.threads/fork-child-threads.exp: Adjust.
3970
d468832a
KW
39712011-01-25 Ken Werner <ken.werner@de.ibm.com>
3972
3973 * gdb.opencl/convs_casts.cl: Move program scope variables into the
3974 OpenCL kernel function. Add a comment as marker. Add address space
3975 qualifiers for the remaining program scope variables.
3976 * gdb.opencl/datatypes.cl: Likewise.
3977 * gdb.opencl/operators.cl: Likewise.
3978 * gdb.opencl/vec_comps.cl: Likewise.
3979 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
3980 Add breakpoint at the marker comment.
3981 * gdb.opencl/datatypes.exp: Likewise.
3982 * gdb.opencl/operators.exp: Likewise.
3983 * gdb.opencl/vec_comps.exp: Likewise.
3984
490f124f
PA
39852011-01-24 Pedro Alves <pedro@codesourcery.com>
3986
3987 * gdb.base/printcmds.c (some_struct): New struct and instance.
3988 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
3989 procedure.
3990 <global scope>: Call it.
3991
6da78614
KW
39922011-01-21 Ken Werner <ken.werner@de.ibm.com>
3993
3994 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
3995 argument to the gdb_compile_opencl_hostapp call.
3996
ec64c9aa
YQ
39972011-01-19 Yao Qi <yao@codesourcery.com>
3998
3999 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4000 positve list.
4001
810cfdbb
YQ
40022011-01-19 Yao Qi <yao@codesourcery.com>
4003
4004 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4005 canonical form.
4006 Remove "xscale-*-*"
4007 * gdb.xml/tdesc-regs.exp: Likewise.
4008 * gdb.python/py-section-script.exp: Replace ARM target triplet
4009 with canonical form.
4010 Match arm*-*-symbianelf*.
4011 * gdb.base/dup-sect.exp: Likewise.
4012 * lib/dwarf.exp: New.
4013 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4014 dwarf2_support.
4015 * gdb.dwarf2/dup-psym.exp: Likewise.
4016 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4017 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4018 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4019 * gdb.dwarf2/dw2-basic.exp: Likewise.
4020 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4021 * gdb.dwarf2/dw2-const.exp: Likewise.
4022 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4023 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4024 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4025 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4026 * gdb.dwarf2/dw2-filename.exp: Likewise.
4027 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4028 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4029 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4030 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4031 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4032 * gdb.dwarf2/dw2-noloc.exp: Likewise.
4033 * gdb.dwarf2/dw2-op-call.exp: Likewise.
4034 * gdb.dwarf2/dw2-producer.exp: Likewise.
4035 * gdb.dwarf2/dw2-ranges.exp: Likewise.
4036 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4037 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4038 * gdb.dwarf2/dw2-strp.exp: Likewise.
4039 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4040 * gdb.dwarf2/implptr.exp: Likewise.
4041 * gdb.dwarf2/mac-fileno.exp: Likewise.
4042 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4043 * gdb.dwarf2/pieces.exp: Likewise.
4044 * gdb.dwarf2/pr11465.exp: Likewise.
4045 * gdb.dwarf2/valop.exp: Likewise.
4046 * gdb.dwarf2/watch-notconst.exp: Likewise.
4047 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4048
4694da01
TT
40492011-01-19 Tom Tromey <tromey@redhat.com>
4050
4051 * gdb.python/py-infthread.exp: Add thread tests.
4052
b075872c
JB
40532011-01-14 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4056
2c3e6e24
JB
40572011-01-14 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdb.ada/widewide: New testcase.
4060
de8fa76c
JB
40612011-01-13 Joel Brobecker <brobecker@adacore.com>
4062
4063 * gdb.base/interact.exp: New testcase.
4064
1b05df00
TT
40652011-01-12 Tom Tromey <tromey@redhat.com>
4066
4067 * gdb.mi/gdb2549.exp: Update for error message changes.
4068 * gdb.mi/mi-cli.exp: Likewise.
4069 * gdb.mi/mi-disassemble.exp: Likewise.
4070 * gdb.mi/mi-pthreads.exp: Likewise.
4071 * gdb.mi/mi-regs.exp: Likewise.
4072 * gdb.mi/mi-stack.exp: Likewise.
4073 * gdb.mi/mi-var-block.exp: Likewise.
4074 * gdb.mi/mi-var-cmd.exp: Likewise.
4075 * gdb.mi/mi2-cli.exp: Likewise.
4076 * gdb.mi/mi2-disassemble.exp: Likewise.
4077 * gdb.mi/mi2-pthreads.exp: Likewise.
4078 * gdb.mi/mi2-regs.exp: Likewise.
4079 * gdb.mi/mi2-stack.exp: Likewise.
4080 * gdb.mi/mi2-var-block.exp: Likewise.
4081 * gdb.mi/mi2-var-cmd.exp: Likewise.
4082
c2ff108b
JK
40832011-01-12 Andrew Burgess <aburgess@broadcom.com>
4084 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 PR fortran/11104 and DWARF unbound arrays detection.
4087 * gdb.fortran/multi-dim.exp: New file.
4088 * gdb.fortran/multi-dim.f90: New file.
4089
b716877b
AB
40902011-01-12 Andrew Burgess <aburgess@broadcom.com>
4091
4092 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4093 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4094 add new tests for opcode dumping.
4095
6c162d5e
TT
40962011-01-11 Tom Tromey <tromey@redhat.com>
4097
4098 * gdb.python/py-infthread.exp: Load gdb-python.exp.
4099
77b06cd7
TJB
41002010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4101
4102 Convert hardware watchpoints to use breakpoint_ops.
4103 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4104 type is not supported.
4105 * gdb.base/foll-fork.exp: Likewise.
4106 * gdb.base/foll-vfork.exp: Likewise.
4107
f39a75d0
PM
41082011-01-10 Phil Muldoon <pmuldoon@redhat.com>
4109
4110 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4111 Use load_lib gdb-python.exp.
4112 * gdb.python/python.exp: Ditto.
4113 * gdb.python/py-function.exp: Ditto.
4114
fc529d80
AS
41152011-01-09 Andreas Schwab <schwab@linux-m68k.org>
4116
4117 * gdb.threads/tls.exp ("info address me"): Fix expected output.
4118
fb03cb59
JK
41192011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 * configure: Regenerate.
4122
d8e22779
TT
41232011-01-06 Tom Tromey <tromey@redhat.com>
4124
4125 * gdb.python/py-frame.exp: Test gdb.newest_frame.
4126
09050809
JB
41272011-01-06 Joel Brobecker <brobecker@adacore.com>
4128
fc529d80
AS
4129 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4130 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4131 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4132 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4133 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4134 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4135 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4136 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4137 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4138 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4139 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4140 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4141 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4142 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4143 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4144 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4145 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4146 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4147 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4148 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4149 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4150 gdb.ada/uninitialized_vars.exp,
4151 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4152 Simplify by using clean_restart.
09050809 4153
8ed5dd9e
JB
41542011-01-06 Joel Brobecker <brobecker@adacore.com>
4155
4156 Add marker to be used as anchor for inserting breakpoints.
4157 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4158 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4159 Likewise.
4160
4161 Remove uses of gdb_start_cmd.
4162 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4163 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4164
4165 Do not run testcase if testing with GDBserver.
4166 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4167 if testing with GDBserver.
4168
368a124f
JB
41692011-01-06 Joel Brobecker <brobecker@adacore.com>
4170
4171 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4172 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4173 copyright header.
4174
44944448
JB
41752011-01-05 Joel Brobecker <brobecker@adacore.com>
4176
4177 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4178 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4179 testsuite/gdb.fortran/complex.f,
4180 testsuite/gdb.fortran/derived-type.f90,
4181 testsuite/gdb.fortran/library-module-lib.f90,
4182 testsuite/gdb.fortran/library-module-main.f90,
4183 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4184 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4185 Copyright year update.
4186
31886ea6
JB
41872011-01-05 Joel Brobecker <brobecker@adacore.com>
4188
4189 * gdb.base/langs1.f: Add copyright header.
4190
ebedcab5
JK
41912011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 * gdb.base/morestack.exp: New file.
4194 * gdb.base/morestack.c: New file.
4195
de1eb2f9
JK
41962011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4199
9e87a409
JB
42002010-12-29 Joel Brobecker <brobecker@adacore.com>
4201
4202 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4203 * gdb.ada/arrayptr.exp: Add test printing that new variable.
4204
720d1a40
JB
42052010-12-29 Joel Brobecker <brobecker@adacore.com>
4206
4207 * gdb.ada/lang_switch.exp: Correct expected parameter value.
4208
a283af87
AS
42092010-12-25 Andreas Schwab <schwab@linux-m68k.org>
4210
5d3d9cba
AS
4211 * gdb.threads/tls.exp: Fix typo.
4212
a283af87
AS
4213 * gdb.threads/thread-specific.exp (get_thread_list): Update.
4214 * gdb.threads/execl.exp: Update.
4215
2a20745c
YQ
42162010-12-23 Yao Qi <yao@codesourcery.com>
4217
4218 * gdb.arch/arm-disp-step.exp: New.
4219 * gdb.arch/arm-disp-step.S: New.
4220
a7658b96
TT
42212010-12-21 Tom Tromey <tromey@redhat.com>
4222
4223 * gdb.threads/execl.exp: Update.
4224 * gdb.threads/linux-dp.exp: Update.
4225 * gdb.threads/manythreads.exp: Update.
4226 * gdb.threads/tls.exp: Update.
4227
5b79abe7
TT
42282010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4231 (NextOverThrowDerivates) <resumebpt>: New.
4232 (resumebpt_test): New.
4233 (main): Call resumebpt_test.
4234 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4235
0914bcdb
SS
42362010-12-12 Stan Shebs <stan@codesourcery.com>
4237
4238 * gdb.trace/tsv.exp: Test print command on trace state variables.
4239
305aeedc
TT
42402010-12-09 Tom Tromey <tromey@redhat.com>
4241
4242 * gdb.base/interp.exp: Add regression test.
4243
186c406b
TT
42442010-12-09 Tom Tromey <tromey@redhat.com>
4245
4246 * gdb.java/jnpe.java: New file.
4247 * gdb.java/jnpe.exp: New file.
4248 * gdb.cp/nextoverthrow.exp: New file.
4249 * gdb.cp/nextoverthrow.cc: New file.
4250
aae1c79a
DE
42512010-12-07 Doug Evans <dje@google.com>
4252
4253 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4254 of data-directory.
4255 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4256 updated.
4257 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4258
60f98dde 42592010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
4260
4261 * gdb.base/callfuncs.exp: Test for skip_float_tests.
4262 * gdb.base/call-sc.exp: Ditto.
4263 * gdb.base/finish.exp: Ditto.
4264 * gdb.base/return.exp: Ditto.
4265 * gdb.base/return2.exp: Ditto.
4266
5fa290c1
DE
42672010-11-30 Doug Evans <dje@google.com>
4268
4269 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4270 (gdb_expect_list): Fix spelling errors in comments.
4271 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4272 send_gdb/gdb_expect_list where applicable.
4273 * gdb.base/call-ar-st.exp: Ditto.
4274 * gdb.base/funcargs.exp: Ditto.
4275 * gdb.base/gcore.exp: Ditto.
4276 * gdb.base/page.exp: Ditto.
4277 * gdb.base/sigaltstack.exp: Ditto.
4278 * gdb.base/siginfo.exp: Ditto.
4279 * gdb.base/sigstep.exp: Ditto.
4280 * gdb.base/trace-commands.exp: Ditto.
4281
4e04c971
DE
42822010-11-29 Doug Evans <dje@google.com>
4283
4284 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4285 printer-name;subprinter-name.
4286
8cf6f0b1
TT
42872010-11-29 Tom Tromey <tromey@redhat.com>
4288
4289 * gdb.dwarf2/implptr.exp: New file.
4290 * gdb.dwarf2/implptr.c: New file.
4291 * gdb.dwarf2/implptr.S: New file.
4292
94b6973e
PM
42932010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4294
fc529d80 4295 PR python/12199
94b6973e
PM
4296
4297 * gdb.python/py-breakpoint.exp: Test the delete method.
4298
8358c15c
JK
42992010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 Fix step_resume_breakpoint unsaved during an infcall.
4302 * gdb.base/step-resume-infcall.exp: New file.
4303 * gdb.base/step-resume-infcall.c: New file.
4304
f6df29bc
TJB
43052010-11-24 Edjunior Machado <emachado@br.ibm.com>
4306
4307 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4308
f2b5a5cf
TJB
43092010-11-24 Edjunior Machado <emachado@br.ibm.com>
4310
4311 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4312 on ppc64's symbols; "finish" and "return" commands must accept to
4313 show the caller line again as well as the line after.
4314 * gdb.asm/powerpc64.inc: New file.
4315
6b0ecdc2
DE
43162010-11-23 Doug Evans <dje@google.com>
4317
4318 * lib/gdb.exp (gdb_test_sequence): New function.
4319 (gdb_expect_list): Add verbose -log call for each pattern.
4320 * gdb.base/signals.exp (test_handle_all_print): Call it.
4321 Reduce timeout increment from 6 minutes to 1 minute.
4322 * gdb.server/ext-run.exp: Call it.
4323
ea976c60
PM
43242010-11-23 Phil Muldoon <pmuldoon@redhat.com>
4325
f2b5a5cf 4326 PR python/12212
ea976c60
PM
4327
4328 * gdb.python/python.exp: Check that selected_thread raises an
4329 error when no inferior is loaded.
4330
c0efa795
JK
43312010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4334 * gdb.dwarf2/dw2-stack-boundary.S: New file.
4335
ec3aa567
JK
43362010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4339 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4340
d8249011
DE
43412010-11-18 Doug Evans <dje@google.com>
4342
4343 * gdb.server/ext-run.exp: Fix intermittent failures.
4344
d4eba7d1
NF
43452010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4346
4347 * gdb.stabs/gdb11479.exp: Use runto_main.
4348
b04c2f88
NF
43492010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4350
4351 * gdb.base/break-entry.exp: Skip if using a stub.
4352
ae9d7ce4
NF
43532010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4354
4355 * gdb.python/py-inferior.exp: Pack values in target endianness.
4356
621c8364
TT
43572010-11-12 Tom Tromey <tromey@redhat.com>
4358
4359 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4360 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4361 MemoryError.
4362 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4363 type.
4364 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4365 MemoryError.
4366 (test_subscript_regression): Update exception type.
4367
84f4c1fe
PM
43682010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4369
4370 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4371 breakpoint tests.
4372
a1442452
PA
43732010-11-09 Pedro Alves <pedro@codesourcery.com>
4374
4375 * gdb.base/watchpoint.exp: Test "watch -location" with an
4376 innacessible location.
4377
efd11a33
JK
43782010-11-09 Edjunior Machado <emachado@br.ibm.com>
4379 Luis Machado <luisgpm@br.ibm.com>
4380
4381 * gdb.base/maint.exp: Expect "." prefix.
4382 * gdb.base/nodebug.exp: Expect "." Likewise.
4383 * gdb.base/sepsymtab.exp: Expect "." Likewise.
4384 * gdb.base/watchpoint-cond-gone.exp: Likewise.
4385 * gdb.base/watchpoint.exp: Expect a software watch to be created for
4386 POWER server processors.
4387
aa00efb5
JK
43882010-11-08 Edjunior Machado <emachado@br.ibm.com>
4389 Luis Machado <luisgpm@br.ibm.com>
4390
4391 * gdb.base/break-entry.exp: convert entry point for
4392 ppc64 and expect leading `.' on ppc64's symbols
4393
99e7ae30
DE
43942010-11-05 Doug Evans <dje@google.com>
4395
4396 * gdb.base/help.exp: Update expected output.
b521dba8
DE
4397 * gdb.python/py-param.exp: Delete, contents moved to ...
4398 * gdb.python/py-parameter.exp: ... here. New file.
4399 Add test for gdb.parameter ("directories").
99e7ae30 4400
f4b8a18d
KW
44012010-11-05 Ken Werner <ken.werner@de.ibm.com>
4402
4403 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4404 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4405 * configure: Regenerate.
4406 * gdb.opencl/Makefile.in: New File.
4407 * gdb.opencl/datatypes.exp: Likewise.
4408 * gdb.opencl/datatypes.cl: Likewise.
4409 * gdb.opencl/operators.exp: Likewise.
4410 * gdb.opencl/operators.cl: Likewise.
4411 * gdb.opencl/vec_comps.exp: Likewise.
4412 * gdb.opencl/vec_comps.cl: Likewise.
4413 * gdb.opencl/convs_casts.exp: Likewise.
4414 * gdb.opencl/convs_casts.cl: Likewise.
4415 * lib/opencl.exp: Likewise.
4416 * lib/opencl_hostapp.c: Likewise.
4417 * lib/opencl_kernel.cl: Likewise.
4418 * lib/cl_util.c: Likewise.
4419 * lib/cl_util.c: Likewise.
4420 * gdb.base/default.exp (set language): Add "opencl" to the list of
4421 languages.
4422
a9d5ef47
SW
44232010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
4424
4425 * gdb.cp/overload.exp: Added test for inheritance overload.
4426 * gdb.cp/overload.cc: Ditto.
4427 * gdb.cp/oranking.exp: Removed releveant kfails.
4428
03eb1c79
JK
44292010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4430 Joel Brobecker <brobecker@adacore.com>
4431
4432 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4433 check test_compiler_info.
4434
dbc98a8b
KW
44352010-11-03 Ken Werner <ken.werner@de.ibm.com>
4436
4437 * gdb.base/gnu_vector.exp: Adjust expect messages.
4438
120bd360
KW
44392010-11-03 Ken Werner <ken.werner@de.ibm.com>
4440
4441 * gdb.base/gnu_vector.exp: Add unary operator tests.
4442
c37f7098
KW
44432010-11-03 Ken Werner <ken.werner@de.ibm.com>
4444
4445 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4446
7b51bc51
DE
44472010-11-02 Doug Evans <dje@google.com>
4448
4449 * gdb.python/py-pp-maint.c: New file.
4450 * gdb.python/py-pp-maint.exp: New file.
4451 * gdb.python/py-pp-maint.py: New file.
4452
50c97f38
TT
44532010-11-02 Tom Tromey <tromey@redhat.com>
4454
4455 * gdb.base/default.exp: Remove "scheme" from language list.
4456
a289b8f6
JK
44572010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4458
4459 Revert:
4460 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4461 * gdb.threads/sigstep-threads.exp: New file.
4462 * gdb.threads/sigstep-threads.c: New file.
4463
cd017491
MS
44642010-10-20 Michael Snyder <msnyder@vmware.com>
4465
4466 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4467
8e6a5956
UW
44682010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4469
4470 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4471 Skip test completely if gdb,no_hardware_watchpoints.
4472
2c04da0d
UW
44732010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4474
4475 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4476 strict, but do not check for any particular function name within libc.
4477
79afc5ef
SW
44782010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4479
4480 * gdb.cp/smartp.exp: New test.
4481 * gdb.cp/smartp.cc : New test.
4482
026ffab7
SW
44832010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4484
4485 * gdb.cp/converts.exp: Test pointer to bool conversion.
4486 Test pointer to long conversion.
4487 * gdb.cp/oranking.exp: Removed relevant kfail.
4488
3a772aa4
TT
44892010-10-18 Tom Tromey <tromey@redhat.com>
4490
4491 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4492 argument to lazy_string.
4493 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4494 (pp_ls.to_string): Use it.
4495 * gdb.python/py-prettyprint.c (main): Move declarations to top.
4496 Add "estring2" local.
4497
5fc3827b
JK
44982010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 Fix s390x compatibility.
4501 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
4502 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4503
8aeb23f3
JK
45042010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4505
4506 * gdb.threads/sigstep-threads.exp: New file.
4507 * gdb.threads/sigstep-threads.c: New file.
4508
c1e56572
JK
45092010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * gdb.base/pie-execl.exp: New file.
4512 * gdb.base/pie-execl.c: New file.
4513
92163a10
JK
45142010-10-13 Doug Evans <dje@google.com>
4515 Jan Kratochvil <jan.kratochvil@redhat.com>
4516
4517 PR exp/12117
4518 * gdb.cp/ptype-cv-cp.cc: New file.
4519 * gdb.cp/ptype-cv-cp.exp: New file.
4520
7062b0a0
SW
45212010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
4522
4523 * gdb.cp/converts.cc: New test program.
4524 * gdb.cp/converts.exp: New test.
4525 * gdb.cp/overload.exp: Added test for void* vs int*.
4526 * gdb.cp/overload.exp: Ditto.
4527 * gdb.cp/oranking.exp: Removed related kfail.
4528
0e3509db
DE
45292010-10-13 Doug Evans <dje@google.com>
4530
4531 * lib/gdb-python.exp (gdb_check_python_config): New function.
4532 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4533 * gdb.python/lib-types.cc: New file.
4534 * gdb.python/lib-types.exp: New file.
4535
8dc78533
JK
45362010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 * gdb.python/py-error.exp: New file.
4539 * gdb.python/py-error.py: New file.
4540
93c17e06
JK
45412010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4544 gdb_test_multiple.
4545
d8b34041
JK
45462010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4547
4548 * gdb.base/break-interp.exp: Use ldlags for linking flags.
4549 * gdb.base/prelink.exp: Likewise.
4550 * gdb.base/solib-nodir.exp: Likewise.
4551 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4552 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4553 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4554
e0cc584e
UW
45552010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4556
4557 * break-interp.exp (test_ld): Use two separate gdb_expect statements
4558 for the "info files" test to avoid timeouts on slow machines.
4559
cfc353b1
JK
45602010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4563 (main): Make openlib dummy call.
4564
d3d7896d
JK
45652010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4568 * break-interp.exp (reach): Move the core body ...
4569 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
4570 (test_ld): Provide always real argument, even to the linker. Replace
4571 dl_main by _dl_debug_state.
4572
5e533c94
JK
45732010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 Fix results of prelinked PIEs on ppc*.
4576 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4577 Accept also DISPLACEMENT "PRESENT".
4578 (main): Replace "ZERO" displacements by "PRESENT".
4579
33540610
SW
45802010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
4581
4582 * gdb.cp/oranking.exp: New test.
4583 * gdb.cp/oranking.cc: New test program.
4584
3bdf2bbd
KW
45852010-10-08 Ken Werner <ken.werner@de.ibm.com>
4586
4587 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4588 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4589
2f608a3a
KW
45902010-10-06 Ken Werner <ken.werner@de.ibm.com>
4591
4592 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4593 lush, lynx) New constant.
4594 * gdb.base/constvars.exp: Test const array types.
4595 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4596
aa2e2d8d
DE
45972010-10-06 Doug Evans <dje@google.com>
4598
4599 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4600 of syscall staging area.
4601
2844d6b5
KW
46022010-10-06 Ken Werner <ken.werner@de.ibm.com>
4603
4604 * gdb.base/gnu_vector.c: Add variable c4.
4605 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4606 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4607
7d8ac8bb
MR
46082010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
4609
4610 * gdb.arch/altivec-abi.exp: Fix a typo.
4611
84a02e58
MR
46122010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
4613
4614 * lib/mi-support.exp (thread_selected_re): Correct pattern used
4615 to match a thread ID.
4616
b18e6318
JK
46172010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 Fix s390x testcase compatibility.
4620 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4621
a2c09bd0
DE
46222010-10-01 Doug Evans <dje@google.com>
4623
4624 * lib/gdb-python.exp: New file.
4625 * gdb.python/py-block.exp: Use it.
4626 * gdb.python/py-breakpoint.exp: Ditto.
4627 * gdb.python/py-frame.exp: Ditto.
4628 * gdb.python/py-inferior.exp: Ditto.
4629 * gdb.python/py-param.exp: Ditto.
4630 * gdb.python/py-prettyprint.exp: Ditto.
4631 * gdb.python/py-shared.exp: Ditto.
4632 * gdb.python/py-symbol.exp: Ditto.
4633 * gdb.python/py-symtab.exp: Ditto.
4634 * gdb.python/py-type.exp: Ditto.
4635 * gdb.python/py-value.exp: Ditto.
4636 * gdb.python/python.exp: Ditto.
4637
38f12cfc
TT
46382010-09-30 Tom Tromey <tromey@redhat.com>
4639
4640 * gdb.base/anon.exp: New file.
4641 * gdb.base/anon.c: New file.
4642
9ae8282d
TT
46432010-09-30 Tom Tromey <tromey@redhat.com>
4644
4645 * gdb.base/completion.exp: Test completion through anonymous
4646 union.
4647 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4648
e9e07ba6
JK
46492010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4650
4651 Fix printing parameters of inlined functions.
4652 * gdb.dwarf2/dw2-inline-param.exp: New file.
4653 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4654 * gdb.dwarf2/dw2-inline-param.S: New file.
4655
cd2effb2
JK
46562010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4657
4658 PR corefiles/12071.
4659 * gdb.base/corefile.exp (quit with a process, no question: load core)
4660 (quit with a core file): New tests.
4661
bceffbf3
JK
46622010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4663
4664 Fix GDB crash on inferior calls with self-referencing classes.
4665 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4666 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4667 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4668
1736ad11
JK
46692010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4670
4671 Fix lost siginfo_t for inferior calls.
4672 * gdb.base/siginfo-infcall.exp: New file.
4673 * gdb.base/siginfo-infcall.c: New file.
4674
a176ad92
JB
46752010-09-22 Joel Brobecker <brobecker@adacore.com>
4676
4677 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4678
c2b0a229
JK
46792010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4680
4681 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4682 New test.
4683 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4684
e8ae22d1
JB
46852010-09-22 Joel Brobecker <brobecker@adacore.com>
4686
4687 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4688 type of our const type.
4689
ec322823
SW
46902010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
4691
4692 * gdb.cp/pr12028.cc: New.
4693 * gdb.cp/pr12028.exp: New.
4694
72929c62
JB
46952010-09-22 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
4698
875b4ff5 46992010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 4700 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
4701
4702 PR mi/11407
4703 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4704 * gdb.mi/dw2-ref-missing-frame-main.c New File.
4705 * gdb.mi/dw2-ref-missing-frame.S New File.
4706 * gdb.mi/dw2-ref-missing-frame.exp New File.
4707
7155d578
TT
47082010-09-14 Tom Tromey <tromey@redhat.com>
4709
4710 PR symtab/8399:
4711 * gdb.threads/tls.exp: Remove kfail. Update expected output.
4712
515ed532
TT
47132010-09-14 Tom Tromey <tromey@redhat.com>
4714
4715 PR exp/11803:
4716 * gdb.threads/tls.exp: Use C++.
4717 (check_thread_local): Use K::another_thread_local.
4718 * gdb.threads/tls.c (class K): New.
4719 (another_thread_local): Now a member of K.
4720 (spin): Update. No longer K&R C.
4721
450ca57c
SW
47222010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4723
4724 * gdb.cp/koenig.cc: created class for testing member lookup.
4725 * gdb.cp/koenig.exp: Added test for member lookup.
4726
dbd492a3
JK
47272010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4728
4729 Fix false FAILs on sourcetree topdir directory containing "kill".
4730 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4731 source line matching regexp.
4732
8d4d924b
JK
47332010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4734
4735 * gdb.python/python.exp (set height 0, collect help from uiout)
4736 (verify help to uiout): New tests.
4737
8e64f2a0
JK
47382010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4739
4740 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4741 is_lp64_target to check 64bit target.
4742
4569eed2
JK
47432010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4744
4745 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4746 (test_ld) <powerpc64-*>: New.
4747
5e1617b1
DJ
47482010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4749
4750 * gdb.cp/templates.exp (test_template_args): Allow "struct".
4751
c767944b
DJ
47522010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4755 (FunctionArg::method): New function.
4756 (empty, arg): New variables.
4757 (main): Call arg.method.
4758 * gdb.cp/templates.exp (test_template_args): New function.
4759 (do_tests): Call it.
4760
27d3a3fc
UW
47612010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4762
4763 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4764 of "next" to proceed over pthread_exit call.
4765
55b7ce7f
UW
47662010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4767
4768 * gdb.base/maint.exp: Avoid wildcards against potentially very long
4769 "maint print statistics" output to prevent expect timeouts.
4770
809df446
JK
47712010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4772
4773 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4774 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4775 (test_float_rejected): ... here.
4776 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4777 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4778 (test_float_rejected): ... here.
4779 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4780 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4781 (test_float_rejected): ... here.
4782 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4783 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4784 (test_float_rejected): ... here.
4785
8464be76
DJ
47862010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4787
4788 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4789 before disabling hardware watchpoints.
4790 (test_inaccessible_watchpoint): Check that hardware watchpoints
4791 are used. Test for watchpoints on a constant address.
4792
14dba4b4
JK
47932010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4794
4795 * gdb.base/ui-redirect.exp: New file.
4796
3f3540e1 47972010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 4798 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
4799
4800 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4801
0f254bb7
DE
48022010-08-31 Doug Evans <dje@google.com>
4803
4804 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4805
03f17ccf
TT
48062010-08-30 Tom Tromey <tromey@redhat.com>
4807
4808 PR python/11792:
4809 * gdb.python/py-value.exp (test_subscript_regression): Add
4810 dynamic_type test.
4811
640617ad
DJ
48122010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
4813
4814 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4815 instead of running to main. Do not test the main function.
4816 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4817 Add new main.
4818
2ed91d1b
PA
48192010-08-26 Pedro Alves <pedro@codesourcery.com>
4820
4821 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4822 one test.
4823
673bfd45
DE
48242010-08-24 Doug Evans <dje@google.com>
4825
4826 PR symtab/11942
4827 * gdb.dwarf2/dw4-sig-types.cc: New file.
4828 * gdb.dwarf2/dw4-sig-types.h: New file.
4829 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
4830 * gdb.dwarf2/dw4-sig-types.exp: New file.
4831
f9ffd4bb
TT
48322010-08-23 Tom Tromey <tromey@redhat.com>
4833
4834 PR python/11145:
4835 * gdb.python/py-value.c (Base, Derived): New types.
4836 (base): New global.
4837 * gdb.python/py-value.exp (test_subscript_regression): Add
4838 dynamic_cast test.
4839
d839c8a4
TT
48402010-08-23 Tom Tromey <tromey@redhat.com>
4841
4842 PR python/10676:
4843 * gdb.python/py-type.exp (test_fields): Add tests for type
4844 equality.
4845
702c2711
TT
48462010-08-23 Tom Tromey <tromey@redhat.com>
4847
4848 PR python/11915:
4849 * gdb.python/py-type.exp (test_fields): Add tests for array.
4850
832bafd3
KS
48512010-08-23 Keith Seitz <keiths@redhat.com>
4852
4853 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
4854 have any children. Create a new abbrev for it.
4855 Add missing terminal sequence to .debug_abbrev.
4856
c37bf528
KS
48572010-08-20 Keith Seitz <keiths@redhat.com>
4858
4859 PR symtab/11465:
4860 * gdb.dwarf2/pr11465.exp: New test.
4861 * gdb.dwarf2/pr11465.S: New file.
4862 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
4863 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
4864
4572cbac
TJB
48652010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
4866
4867 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4868 registers. Update data sets with the new v2_double element in the
4869 VSX register union. Add vector_register3_vr data set for the AltiVec
4870 registers. Use gdb_test_no_output instead of send_gdb.
4871
e7fbb131
PA
48722010-08-19 Pedro Alves <pedro@codesourcery.com>
4873
4874 * gdb.python/py-shared.exp: New file, factored out from
4875 python.exp.
4876 * gdb.python/py-shared.c: New file.
4877 * gdb.python/py-shared-sl.c: New file.
4878 * gdb.python/python-1.c: New file.
4879 * gdb.python/python-sl.c: Delete.
4880 * gdb.python/python.c: Mention python-1.c.
4881 * gdb.python/python.exp: Move shared library tests to
4882 py-shared.exp.
4883 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4884 (MISCELLANEOUS): New.
4885 (clean mostlyclean): Also remove $MISCELLANEOUS.
4886
d30f5e1f
DE
48872010-08-19 Doug Evans <dje@google.com>
4888
4889 PR exp/11926
4890 * gdb.base/printcmds.exp (test_float_accepted): New function.
4891 Move existing float tests there. Add tests for floats with suffixes.
4892 (test_float_rejected): New function.
4893 * gdb.java/jv-print.exp (test_float_accepted): New function.
4894 (test_float_rejected): New function.
4895 * gdb.objc/print.exp: New file.
4896 * gdb.pascal/print.exp: New file.
4897 * lib/objc.exp: New file.
4898
7b3fd859
PM
48992010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4900
4901 * gdb.base/default.exp (info set): Avoid full buffer error and force
4902 reading up to final gdb prompt.
4903 (show): Likewise.
4904
c92817ce
TT
49052010-08-18 Tom Tromey <tromey@redhat.com>
4906
4907 PR symtab/11919:
4908 * gdb.base/completion.exp: Add test.
4909
f1208f9e
DE
49102010-08-18 Doug Evans <dje@google.com>
4911
4912 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4913 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4914 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4915 Simplify, early exit if runto_main fails.
4916 * gdb.fortran/exprs.exp: load_lib fortran.exp.
4917 (set_lang_fortran): Moved to lib/fortran.exp.
4918 * gdb.fortran/types.exp: load_lib fortran.exp.
4919 (set_lang_fortran): Moved to lib/fortran.exp.
4920 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
4921 * gdb.java/jprint.exp (set_lang_java): Ditto.
4922 * gdb.java/jv-exp.exp: load_lib java.exp.
4923 If set_lang_java fails, issue a warning instead of failure to be
4924 consistent with other set_lang_foo uses.
4925 (set_lang_java): Moved to lib/java.exp.
4926 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
4927 If set_lang_java fails, issue a warning instead of failure to be
4928 consistent with other set_lang_foo uses.
4929 * gdb.pascal/types.exp: load_lib pascal.exp.
4930 (set_lang_pascal): Moved to lib/pascal.exp.
4931 * lib/fortran.exp: New file.
4932 * lib/java.exp (set_lang_java): New function.
4933 * lib/pascal.exp (set_lang_pascal): New function.
4934
2f06b485
YQ
49352010-08-18 Yao Qi <yao@codesourcery.com
4936
4937 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
4938 func_nofb_start and func_loopfb_start, so that address of functions
4939 is equal to these labels on Thumb.
4940
96e25403
YQ
49412010-08-18 Yao Qi <yao@codesourcery.com>
4942
4943 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
4944 to reflect latest c source file.
4945
36e6adc4
JK
49462010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 * gdb.cp/infcall-dlopen.exp: New file.
4949 * gdb.cp/infcall-dlopen.cc: New file.
4950 * gdb.cp/infcall-dlopen-lib.cc: New file.
4951
f431efe5
PA
49522010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4953 Pedro Alves <pedro@codesourcery.com>
4954
4955 PR breakpoints/11371
4956
4957 * gdb.base/watch-cond-infcall.exp: New file.
4958 * gdb.base/watch-cond-infcall.c: New file.
4959
06a64a0b
TT
49602010-08-16 Tom Tromey <tromey@redhat.com>
4961
4962 * gdb.base/help.exp: Update.
4963 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
4964 watchpoint.
4965 (test_watch_location): New proc.
4966 (test_watchpoint_in_big_blob): Delete watchpoint.
4967 * gdb.base/watchpoint.c (func5): New function.
4968 (main): Call it.
4969
70ebf4ed
DE
49702010-08-16 Doug Evans <dje@google.com>
4971
4972 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
4973
ca5c20b6
PM
49742010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4975
4976 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
4977 tests.
4978
7346b668
KW
49792010-08-11 Ken Werner <ken.werner@de.ibm.com>
4980
4981 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
4982 * gdb.base/gnu_vector.c: New File.
4983 * gdb.base/gnu_vector.exp: Likewise.
4984
cb2e07a6
PM
49852010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4986
4987 * gdb.python/python.c: New File.
4988 * gdb.python/python-sl.c: New File.
4989 * gdb.python/python.exp: Test solib_address and decode_line
4990 * functions.
4991
5da1313b
JK
49922010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * gdb.python/python.exp (show height, set height 10)
4995 (verify pagination beforehand, verify pagination beforehand: q)
4996 (gdb.execute does not page, verify pagination afterwards)
4997 (verify pagination afterwards: q): New.
4998
49c3ccf7
DE
49992010-08-02 Doug Evans <dje@google.com>
5000
5001 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5002 because of an older gcc, change test2
5003 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5004 to unsupported.
5005
42c0c4f1
KH
50062010-07-30 Kazu Hirata <kazu@codesourcery.com>
5007
5008 * gdb.base/break-always.exp: Do not expect full paths to file
5009 names.
5010 * gdb.base/commands.exp: Likewise.
5011
d3765805
DE
50122010-07-30 Doug Evans <dje@google.com>
5013
c98ee71b
DE
5014 * gdb.cp/temargs.exp: For new tests that require newer gccs,
5015 xfail them when run with older gccs.
5016
fd961404
DE
5017 * lib/gdb.exp (build_executable): Forward "c++" option to
5018 get_compiler_info.
5019
999adef4
DE
5020 * gdb.python/py-type.exp (test_template): Mark as xfail tests
5021 "python print ttype.template_argument(1)" and
5022 "python print isinstance(ttype.template_argument(1), gdb.Value)"
5023 if using gcc 4.4 or earlier.
5024
d3765805
DE
5025 * gdb.base/valgrind-db-attach.exp: Use unique test name for
5026 attach-to-debugger handling.
5027
1276c759
JK
50282010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5031 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5032 (main): Use copyreloc.
5033 * gdb.base/prelink.exp (split debug of executable)
5034 (.dynbss vs. .bss address shift): New tests.
5035
88caa9b9
PA
50362010-07-29 Pedro Alves <pedro@codesourcery.com>
5037
5038 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5039 in gdb_test_multiple.
5040
c6f2ac43
PA
50412010-07-29 Pedro Alves <pedro@codesourcery.com>
5042
5043 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5044 environment.
5045
326fd672
TT
50462010-07-28 Tom Tromey <tromey@redhat.com>
5047
5048 PR python/11060:
5049 * gdb.python/py-type.c (Temargs): New template.
5050 (temvar): New variable.
5051 * gdb.python/py-type.exp (test_template): New proc.
5052
3ce3b1ba
PA
50532010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5054
5055 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5056 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5057
34eaf542
TT
50582010-07-28 Tom Tromey <tromey@redhat.com>
5059
5060 PR c++/9946:
5061 * gdb.cp/temargs.exp: New file.
5062 * gdb.cp/temargs.cc: New file.
5063
d41b819e
JK
50642010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5065
5066 * gdb.base/help.exp (help disassemble): Update the content.
5067
26ab7092
JK
50682010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 * gdb.threads/ia64-sigill.exp: New file.
5071 * gdb.threads/ia64-sigill.c: New file.
5072
5283e9e1
TT
50732010-07-27 Tom Tromey <tromey@redhat.com>
5074
5075 * gdb.opt/inline-cmds.c (ATTR): New define.
5076 (func1): Use it.
5077 (func2): Likewise.
5078 (func3): Likewise.
5079 (outer_inline1): Likewise.
5080 (outer_inline2): Likewise.
5081 * gdb.opt/inline-bt.c (ATTR): New define.
5082 (func1): Use it.
5083 (func2): Likewise.
5084 * gdb.opt/inline-locals.c (ATTR): New define.
5085 (func1): Use it.
5086 (func2): Likewise.
5087
e992ef73
TT
50882010-07-27 Tom Tromey <tromey@redhat.com>
5089
5090 * gdb.stabs/gdb11479.c (hack): New function.
5091 (test): Use it.
5092 (test2): Use it.
5093 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5094 (int32_search_buf, int64_search_buf): No longer static.
5095 (x): Remove.
5096 * gdb.base/relocate.c (hack): New function.
5097
5374244e
PM
50982010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5099
5100 * gdb.python/py-value.exp (test_inferior_function_call): New function.
5101 * gdb.python/py-value.c (func1): New function.
5102 (func2): Likewise.
5103
a99aee83
CV
51042010-07-26 Corinna Vinschen <vinschen@redhat.com>
5105
5106 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5107 as not to clash with .data section.
5108
a04ba985
JG
51092010-07-26 Jerome Guitton <guitton@adacore.com>
5110
5111 * gdb.base/code_elim.exp: New file.
5112 * gdb.base/code_elim1.c: New file.
5113 * gdb.base/code_elim2.c: New file.
5114
23bd0f7c
PA
51152010-07-21 Pedro Alves <pedro@codesourcery.com>
5116
5117 PR symtab/11827
5118
5119 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5120 (some_volatile_enum): New variable.
5121 * gdb.base/printcmds.exp (test_print_enums): New.
5122 <top level>: Call it.
5123
883df6dd
SW
51242010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
5125
5126 * gdb.cp/fpointer.cc: New test.
5127 * gdb.cp/fpointer.exp: New test.
5128
569b05a5
JK
51292010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdb.base/solib-nodir.exp: New file.
5132 * lib/gdb.exp (runto): New case for a GDB internal error.
5133
51d7d803
JK
51342010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5135 Ulrich Weigand <uweigand@de.ibm.com>
5136 Tom Tromey <tromey@redhat.com>
5137
5138 * gdb.base/charset-malloc.c: New file.
5139 * gdb.base/charset.c (malloc_stub): New prototype.
5140 (main): Call it instead of malloc itself.
5141 * gdb.base/charset.exp: Use only prepare_for_testing.
5142 (binfile): Remove the variable.
5143
c0edd9ed
JK
51442010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5145
5146 Make core files the process_stratum.
5147 * gdb.base/corefile.exp (run: load core again)
5148 (run: sanity check we see the core file, run: with core)
5149 (run: core file is cleared, attach: load core again)
5150 (attach: sanity check we see the core file, attach: with core)
5151 (attach: core file is cleared): New tests.
5152 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
5153
3cbaedff
KW
51542010-07-14 Ken Werner <ken.werner@de.ibm.com>
5155
5156 * gdb.arch/altivec-abi.exp: New tests.
5157
91158a56
TT
51582010-07-13 Tom Tromey <tromey@redhat.com>
5159
5160 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5161 (main): Use it.
5162 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5163
0f5238ed
TT
51642010-07-13 Tom Tromey <tromey@redhat.com>
5165
5166 * gdb.base/label.exp: New file.
5167 * gdb.base/label.c: New file.
5168
add265ae
L
51692010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5170 H.J. Lu <hongjiu.lu@intel.com>
5171
5172 * lib/gdb.exp (is_ilp32_target): New.
5173 (is_lp64_target): Likewise.
5174
5175 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5176 target.
5177 * gdb.arch/amd64-disp-step.exp: Likewise.
5178 * gdb.arch/amd64-dword.exp: Likewise.
5179 * gdb.arch/amd64-i386-address.exp: Likewise.
5180 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 5181
add265ae
L
5182 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5183 target.
5184 * gdb.arch/i386-bp_permanent.exp: Likewise.
5185 * gdb.arch/i386-byte.exp: Likewise.
5186 * gdb.arch/i386-disp-step.exp: Likewise.
5187 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5188 * gdb.arch/i386-prologue.exp: Likewise.
5189 * gdb.arch/i386-size-overlap.exp: Likewise.
5190 * gdb.arch/i386-size.exp: Likewise.
5191 * gdb.arch/i386-sse.exp: Likewise.
5192 * gdb.arch/i386-unwind.exp: Likewise.
5193 * gdb.arch/i386-word.exp: Likewise.
5194
5195 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5196 test only when building 64-bit executables. Do not hard-code
5197 -m64 option.
5198
2dfb8c17
DE
51992010-07-07 Doug Evans <dje@google.com>
5200
5201 * lib/gdb.exp (gdb_test_list_exact): New function.
5202 * gdb.base/default.exp (show convenience): Call it, add tests for
5203 $_sdata = void, $_thread = 0.
5204
4e5799b6
JK
52052010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5206 Joel Brobecker <brobecker@adacore.com>
5207
5208 Fix re-run of PIE executable, PR shlibs/11776.
5209 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5210 Remove $displacement_main to match the solib-svr4.c change. New "kill"
5211 and re-"run" of the inferior.
5212
1a219cc7
JK
52132010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5214 Joel Brobecker <brobecker@adacore.com>
5215
5216 Cope with missing /usr/sbin/prelink.
5217 * lib/prelink-support.exp (prelink_no):
5218 <result == 1 && $output is "no such file or directory">: New.
5219 (prelink_yes): Likewise. Return on failed prelink_no.
5220
5e3b36f8
JK
52212010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5222 Joel Brobecker <brobecker@adacore.com>
5223
5224 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
5225 build_executable by build_executable_own_libs. Replace "prelink -R"
5226 execution by a call of prelink_yes. Comment why "prelink -r" needs no
5227 change.
5228 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
5229 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
5230 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5231 Replace build_executable by build_executable_own_libs's function
5232 build_executable_own_libs.
5233 (prelinkNO): Create new stub to call prelink_no.
5234 (prelinkYES): Create new stub to call prelink_yes.
5235 (test_attach): Rename calls of copy to file_copy.
5236 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5237 (copy): Move to ...
5238 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
5239 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5240 * gdb.base/prelink.exp: Disable testcase also for is_remote and
5241 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
5242 special flags by gdb_compile_shlib. Replace second gdb_compile by
5243 build_executable_own_libs. Replace "prelink -R" execution by a call of
5244 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
5245 a second call of prelink_yes. Replace restart commands by
5246 clean_restart.
5247 (prelink): Rename to ...
5248 (seen displacement message): ... this test. Extend its expectation
5249 strictness.
5250
86e4bafc
JK
52512010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5254 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5255 displacement message exactly once.
5256
3cd07d20
JK
52572010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5258 Joel Brobecker <brobecker@adacore.com>
5259
5260 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
5261 its restore after the <$relink_args != ""> loop. new comment.
5262
0a1e94c7
JK
52632010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5264 Joel Brobecker <brobecker@adacore.com>
5265
5266 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5267 code for it. New variable relink_args.
5268 (prelinkYES): Call prelinkNO.
5269 (test_attach): Accept new parameter relink_args. Re-prelink the binary
5270 in such case. Move the core code to ...
5271 (test_attach_gdb): ... a new function. Send GDB command "file".
5272 Extend expected "Attaching to " string.
5273
2f70bcfb
TT
52742010-07-02 Tom Tromey <tromey@redhat.com>
5275
5276 * gdb.base/bitops.exp: Remove extraneous "pass".
5277
a17ac5b0
TT
52782010-07-02 Ken Werner <ken.werner@de.ibm.com>
5279
5280 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5281
dc10affe
PA
52822010-07-01 Pedro Alves <pedro@codesourcery.com>
5283
d41c0fc8
PA
5284 * gdb.base/help.exp: Adjust expected output.
5285
52862010-07-01 Pedro Alves <pedro@codesourcery.com>
5287
5288 * gdb.base/help.exp: Adjust expected output.
dc10affe 5289
0a600c36
JK
52902010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5291
5292 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5293 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5294 c++/11702.
5295
37cc8bfe
JK
52962010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5297 Doug Evans <dje@google.com>
5298
5299 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5300 add .dynamic entry'.
5301
254e6b9e
DE
53022010-06-29 Doug Evans <dje@google.com>
5303
5304 Test PR c++/11702.
5305 * gdb.cp/m-static.exp: Add testcase.
5306 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5307
595939de 53082010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
5309 Tom Tromey <tromey@redhat.com>
5310 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
5311
5312 * gdb.python/py-inferior.c: New File.
5313 * gdb.python/py-infthread.c: New File.
5314 * gdb.python/py-inferior.exp: New File.
5315 * gdb.python/py-infthread.exp: New File.
5316
98751a41
JK
53172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5318
5319 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5320 (ptype ::C::OtherFileClass typedefs): New.
5321 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5322 (C::OtherFileClass::cOtherFileClassVar2): New.
5323 (C::OtherFileClass::cOtherFileClassVar_use): Use also
5324 cOtherFileClassVar2.
5325 (C::cOtherFileType2, C::cOtherFileVar2): New.
5326 (C::cOtherFileVar_use): use also cOtherFileVar2.
5327 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5328
41f62f39
JK
53292010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5330
5331 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5332 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5333 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5334 (print ::C::cOtherFileVar)
5335 (whatis C::OtherFileClass::cOtherFileClassType)
5336 (whatis ::C::OtherFileClass::cOtherFileClassType)
5337 (print C::OtherFileClass::cOtherFileClassVar)
5338 (print ::cOtherFileClassVar)
5339 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5340 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5341 trailing content.
5342 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5343 (C::OtherFileClass::cOtherFileClassVar)
5344 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5345 (C::cOtherFileVar, C::cOtherFileVar_use): New.
5346
af53d231
JK
53472010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 Test PR c++/11703 and PR gdb/1448.
5350 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5351 gdb/1448.
5352
9655fd1a
JK
53532010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5354
5355 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5356 (main) <rtti_data>: New.
5357 * gdb.cp/virtbase.exp (print rtti_data): New.
5358
824cc8dd
JK
53592010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5360 Joel Brobecker <brobecker@adacore.com>
5361
5362 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5363
6036c742
JK
53642010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5367
de6a0421
DE
53682010-06-28 Doug Evans <dje@google.com>
5369
5370 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5371
b2dae948
DE
53722010-06-27 Doug Evans <dje@google.com>
5373
5374 * gdb.cp/m-static.exp: Update expected test output.
5375
0f3bb72e
PH
53762010-06-25 Paul Hilfinger <hilfinger@adacore.com>
5377
889bf7c5
PA
5378 * gdb.gdb/selftest.exp: Adjust expected message for
5379 capturing start-up runtime.
0f3bb72e 5380
bc9f0842
TT
53812010-06-25 Tom Tromey <tromey@redhat.com>
5382
5383 PR python/10808:
5384 * gdb.python/python.exp: Add new tests.
5385
099ef718
SW
53862010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
5387
5388 * gdb.cp/operator.cc: Created an import loop.
5389 * gdb.cp/operator.exp: Added testcase for import loop.
5390
5868a632
JK
53912010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5392
5393 Test PR python/11407.
5394 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5395 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5396 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5397 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5398 executable_nofb and executable_fb. New variables srcsfile, objsfile,
5399 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5400 binfile. Call gdb_compile with clean_restart twice.
5401 (func_nofb print, func_nofb backtrace, func_loopfb print)
5402 (func_loopfb backtrace): New.
5403
af76db58
JK
54042010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5405
5406 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5407 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5408 by a hand made one.
5409 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
5410 i?86 requirement. Remove variables srcfile and binfile. New variable
5411 sources, executable_nofb and executable_fb. Call prepare_for_testing.
5412
f2c7657e
UW
54132010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5414
5415 * gdb.cell/dwarfaddr.exp: New file.
5416 * gdb.cell/dwarfaddr.S: New file.
5417
628fe4e4
JK
54182010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5419
5420 Test PR 9436.
5421 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5422
f1421989
HZ
54232010-06-24 Hui Zhu <teawater@gmail.com>
5424
5425 * gdb.base/eval.exp: New file.
5426
d03285ec
UW
54272010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5428
5429 * gdb.cell/fork.exp: New file.
5430 * gdb.cell/fork.c: Likewise.
5431 * gdb.cell/fork-spu.c: Likewise.
5432
41b2c92d
PM
54332010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
5434
5435 * lib/gdb.exp (banned_variables_traced): New global variable.
5436 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5437 (gdb_init): Use `trace add variable' instead of obsolete
5438 `trace variable'.
5439
d5bc977f
DE
54402010-06-21 Doug Evans <dje@google.com>
5441
5442 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5443
d2ed6730
UW
54442010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5445
5446 * gdb.arch/spu-ls.exp: New file.
5447 * gdb.arch/spu-ls.c: Likewise.
5448
6aed2dbc
SS
54492010-06-18 Stan Shebs <stan@codesourcery.com>
5450
5451 * gdb.threads/thread-specific.exp: Add tests of $_thread.
5452
e0756905
UW
54532010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5454
5455 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5456 * gdb.base/watch-cond.exp: Likewise.
5457 * gdb.python/py-breakpoint.exp: Likewise.
5458
d8053d4d
PA
54592010-06-18 Pedro Alves <pedro@codesourcery.com>
5460
5461 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5462 clean_restart, make sure every test has a distinct message, and
5463 that messages don't include the executable' full path.
5464
81ce510c
DE
54652010-06-17 Doug Evans <dje@google.com>
5466
5467 * gdb.arch/i386-size.exp: Updated expected output for
5468 DISASSEMBLY_OMIT_FNAME.
5469
65d79d4b
SDJ
54702010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5471 Sergio Durigan Junior <sergiodj@redhat.com>
5472
5473 * gdb.base/watch-notconst.c: New file.
5474 * gdb.base/watch-notconst.S: New file.
5475 * gdb.base/watch-notconst2.c: New file.
5476 * gdb.base/watch-notconst2.S: New file.
5477 * gdb.base/watch-notconst.exp: New file.
5478 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5479 (func4): Add operations on `global_ptr_ptr'.
5480 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5481 routine to test watchpoints created with a constant expression.
5482 (test_inaccessible_watchpoint): Include tests for watchpoints
5483 created with a constant expression.
5484
df0f4836
KB
54852010-06-14 Kevin Buettner <kevinb@redhat.com>
5486
5487 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5488 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5489 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5490 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5491 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5492 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5493 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5494 of `_start'.
5495
b769def5
UW
54962010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5497
5498 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5499 not supported on the target.
5500 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5501 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5502 * gdb.mi/mi-nsintrall.exp: Likewise.
5503 * gdb.mi/mi-nsmoribund.exp: Likewise.
5504 * gdb.mi/mi-nsthrexec.exp: Likewise.
5505
d914c394
SS
55062010-06-11 Stan Shebs <stan@codesourcery.com>
5507
5508 * gdb.base/permissions.exp: New file.
5509
55102010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
5511
5512 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5513 does not support ELF executable class.
5514
f3ce5b9c
UW
55152010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5516
5517 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5518
8e46892c
JK
55192010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5520
5521 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5522 (runto): Catch "The target does not support running in non-stop mode.".
5523
6cc55c64
MS
55242010-06-11 Michael Snyder <msnyder@vmware.com>
5525
5526 * gdb.base/setshow.exp (set language asm): Don't use
5527 gdb_test_no_output, fails on some targets.
5528
caddefa4
UW
55292010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5530
5531 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5532 * gdb.cp/pr9167.exp: Likewise.
5533
468b1aa7
UW
55342010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5535
5536 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5537
5c3552dc
UW
55382010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5539
5540 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5541
02e6fe6a
UW
55422010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5543
5544 * gdb.base/charset.c (main): Make sure malloc gets linked in.
5545
0e03807e
TT
55462010-06-11 Tom Tromey <tromey@redhat.com>
5547
5548 PR gdb/9977, PR exp/11636::
5549 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5550 (pieces_test_f6): Update expected output.
5551
2bdf28a0
JK
55522010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 * gdb.base/moribund-step.exp: New.
5555
f6978de9
MS
55562010-06-08 Michael Snyder <msnyder@vmware.com>
5557
5558 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 5559 * gdb.ada/boolean_expr.exp:
f6978de9
MS
5560 * gdb.ada/frame_args.exp: Ditto.
5561 * gdb.ada/lang_switch.exp: Ditto.
5562 * gdb.ada/ptype_arith_binop.exp: Ditto.
5563 * gdb.ada/ref_param.exp: Ditto.
5564 * gdb.ada/type_coercion.exp:Ditto.
5565
5566 * gdb.asm/asm-source.exp: Ditto.
5567
5568 * gdb.base/attach.exp: Ditto.
5569 * gdb.base/bitfields2.exp: Ditto.
5570 * gdb.base/call-signal-resume.exp: Ditto.
5571 * gdb.base/callfuncs.exp: Ditto.
5572 * gdb.base/commands.exp: Ditto.
5573 * gdb.base/dbx.exp: Ditto.
5574 * gdb.base/default.exp: Ditto.
5575 * gdb.base/dump.exp: Ditto.
5576 * gdb.base/exprs.exp: Ditto.
5577 * gdb.base/freebpcmd.exp: Ditto.
5578 * gdb.base/interrupt.exp: Ditto.
5579 * gdb.base/list.exp: Ditto.
5580 * gdb.base/long_long.exp: Ditto.
5581 * gdb.base/maint.exp: Ditto.
5582 * gdb.base/ptype.exp: Ditto.
5583 * gdb.base/return.exp: Ditto.
5584 * gdb.base/setshow.exp: Ditto.
5585 * gdb.base/sigbpt.exp: Ditto.
5586 * gdb.base/sigrepeat.exp: Ditto.
5587
5588 * gdb.cp/classes.exp: Ditto.
5589
5590 * gdb.dwarf2/dw2-restore.exp: Ditto.
5591
5592 * gdb.gdb/selftest.exp: Ditto.
5593
5594 * gdb.multi/base.exp: Ditto.
5595 * gdb.multi/bkpt-multi-exec.exp: Ditto.
5596
5597 * gdb.python/py-block.exp: Ditto.
5598 * gdb.python/py-prettyprint.exp: Ditto.
5599 * gdb.python/py-template.exp: Ditto.
5600
5601 * gdb.server/ext-attach.exp: Ditto.
5602 * gdb.server/ext-run.exp: Ditto.
5603 * gdb.server/server-mon.exp: Ditto.
5604
5605 * gdb.threads/fork-thread-pending.exp: Ditto.
5606 * gdb.threads/hand-call-in-threads.exp: Ditto.
5607 * gdb.threads/interrupted-hand-call.exp: Ditto.
5608 * gdb.threads/linux-dp.exp: Ditto.
5609 * gdb.threads/manythreads.exp: Ditto.
5610 * gdb.threads/print-threads.exp: Ditto.
5611 * gdb.threads/pthreads.exp: Ditto.
5612 * gdb.threads/schedlock.exp: Ditto.
5613 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5614 * gdb.threads/threadapply.exp: Ditto.
5615
de7ff789
MS
56162010-06-08 Michael Snyder <msnyder@vmware.com>
5617
889bf7c5 5618 * gdb.ada/exec_changed.exp:
de7ff789
MS
5619 Use ".*" instead of "" as wildcard regexp.
5620
5621 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5622 * gdb.base/call-ar-st.exp: Ditto.
5623 * gdb.base/checkpoint.exp: Ditto.
5624 * gdb.base/default.exp: Ditto.
5625 * gdb.base/dump.exp: Ditto.
5626 * gdb.base/ending-run.exp: Ditto.
5627 * gdb.base/fileio.exp: Ditto.
5628 * gdb.base/miscexprs.exp: Ditto.
5629 * gdb.base/pointers.exp: Ditto.
5630 * gdb.base/readline.exp: Ditto.
5631 * gdb.base/reread.exp: Ditto.
5632 * gdb.base/restore.exp: Ditto.
5633 * gdb.base/shlib-call.exp: Ditto.
5634 * gdb.base/valgrind-db-attach.exp: Ditto.
5635 * gdb.base/volatile.exp: Ditto.
5636 * gdb.base/watchpoints.exp: Ditto.
5637
5638 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5639
5640 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5641 * gdb.python/py-value.exp: Ditto.
5642
5643 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5644 * gdb.trace/circ.exp: Ditto.
5645 * gdb.trace/collection.exp: Ditto.
5646 * gdb.trace/packetlen.exp: Ditto.
5647 * gdb.trace/passc-dyn.exp: Ditto.
5648 * gdb.trace/report.exp: Ditto.
5649 * gdb.trace/tfile.exp: Ditto.
5650 * gdb.trace/tfind.exp: Ditto.
5651 * gdb.trace/while-dyn.exp: Ditto.
5652
3bebe2f2
JK
56532010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5654
5655 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5656
5c631832
JK
56572010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5658
5659 Test PR 10640.
5660 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5661
4c3376c8
SW
56622010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5663
5664 * gdb.cp/koenig.exp: Test for ADL operators.
5665 * gdb.cp/koenig.cc: Added ADL operators.
5666 * gdb.cp/operator.exp: New test.
5667 * gdb.cp/operator.cc: New test.
5668
dc226d5a
MS
56692010-06-04 Michael Snyder <msnyder@vmware.com>
5670
dfb88a23
MS
5671 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5672 * gdb.base/pending.exp: Ditto.
f7ae76b3 5673
dc226d5a
MS
5674 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5675
967cf477
DE
56762010-06-04 Doug Evans <dje@google.com>
5677
5678 * gdb.python/py-prettyprint.exp: Add new test for enabled and
5679 disabled printers.
5680 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5681 (enable_lookup_function): New function.
5682
eb801841
TT
56832010-06-04 Tom Tromey <tromey@redhat.com>
5684
5685 * gdb.python/py-value.exp (test_value_hash): Don't test equality
5686 of hash and id.
5687
38979823
JK
56882010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5689
5690 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
5691 newline.
5692 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
5693 (empty verbose non-noisy clear, empty verbose noisy clear)
5694 (empty non-verbose noisy clear): Likewise.
5695
35ec993f
MS
56962010-06-03 Michael Snyder <msnyder@vmware.com>
5697
5698 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
5699 * gdb.base/display.exp: Ditto.
5700 * gdb.base/find.exp: Ditto.
5701 * gdb.base/ifelse.exp: Ditto.
5702 * gdb.base/multi-forks.exp: Ditto.
5703 * gdb.base/recurse.exp: Ditto.
5704 * gdb.base/setshow.exp: Ditto.
5705 * gdb.base/value-double-free.exp: Ditto.
5706 * gdb.base/watch-vfork.exp: Ditto.
5707 * gdb.base/watch_thread_num.exp: Ditto.
5708 * gdb.base/watchpoint-solib.exp: Ditto.
5709 * gdb.base/watchpoint.exp: Ditto.
5710 * gdb.base/watchpoints.exp: Ditto.
5711
5712 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5713 * gdb.cp/overload.exp: Ditto.
5714 * gdb.cp/virtfunc.exp: Ditto.
5715
5716 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5717
889bf7c5 5718 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
5719 Replace gdb_test with gdb_test_no_output.
5720
889bf7c5 5721 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
5722 Replace gdb_test with gdb_test_no_output.
5723 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5724 * gdb.threads/watchthreads.exp: Ditto.
5725 * gdb.threads/watchthreads2.exp: Ditto.
5726
5727 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5728 * gdb.trace/tfind.exp: Ditto.
5729
c22decce
JB
57302010-06-03 Joel Brobecker <brobecker@adacore.com>
5731
5732 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5733 successful test if message is the empty string.
5734
fd5700c7
JK
57352010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.fortran/module.exp (stopped language detection): New test.
5738
f55ee35c
JK
57392010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 Support DW_TAG_module as separate namespaces.
5742 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5743 gdb.fortran/library-module-lib.f90: New.
5744 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5745 (print i): Remove.
5746 (continue to breakpoint: i-is-1, print var_i value 1)
5747 (continue to breakpoint: i-is-2, print var_i value 2)
5748 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5749 (print var_d, print var_i value 14, ptype modmany, complete `modm)
5750 (complete `modmany, complete `modmany`, complete `modmany`var)
5751 (show language, setting breakpoint at module): New tests.
5752 * gdb.fortran/module.f90 (module mod): Remove.
5753 (module mod1, module mod2, module modmany, subroutine sub1)
5754 (subroutine sub2, program module): New.
5755
b8e8282f
JK
57562010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5757
5758 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5759 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
5760 * gdb.cp/anon-union.exp (pass): Rename to ...
5761 (print z 2): ... here.
b8e8282f 5762
019ebafc
MS
57632010-06-02 Michael Snyder <msnyder@vmware.com>
5764
e68d8fd4
MS
5765 * gdb.trace/actions.exp: Use gdb_test_no_output.
5766 * gdb.trace/circ.exp: Ditto.
5767 * gdb.trace/packetlen.exp: Ditto.
5768 * gdb.trace/save-trace.exp: Ditto.
5769 * gdb.trace/tracecmd.exp: Ditto.
5770 * gdb.trace/tsv.exp: Ditto.
5771
12b5d08a
MS
5772 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5773 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5774 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5775 * gdb.threads/manythreads.exp: Ditto.
5776 * gdb.threads/print-threads.exp: Ditto.
5777 * gdb.threads/pthreads.exp: Ditto.
5778 * gdb.threads/schedlock.exp: Ditto.
5779 * gdb.threads/staticthreads.exp: Ditto.
5780 * gdb.threads/thread-specific.exp: Ditto.
5781 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5782 * gdb.threads/threadapply.exp: Ditto.
5783 * gdb.threads/watchthreads.exp: Ditto.
5784 * gdb.threads/watchthreads2.exp: Ditto.
5785
89493308
MS
5786 * gdb.python/py-block.exp: Use gdb_test_no_output.
5787 * gdb.python/py-prettyprint.exp: Ditto.
5788 * gdb.python/py-template.exp: Ditto.
5789 * gdb.python/py-value.exp: Ditto.
5790
5791 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5792 * gdb.reverse/watch-reverse.exp: Ditto.
5793
5794 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5795 * gdb.server/ext-run.exp: Ditto.
5796
019ebafc
MS
5797 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5798 * gdb.dwarf2/dw2-compressed.exp: Ditto.
5799 * gdb.dwarf2/dw2-intercu.exp: Ditto.
5800 * gdb.dwarf2/dw2-intermix.exp: Ditto.
5801 * gdb.dwarf2/dw2-producer.exp: Ditto.
5802 * gdb.dwarf2/mac-fileno.exp: Ditto.
5803
5804 * gdb.gdb/observer.exp: Use gdb_test_no_output.
5805 * gdb.gdb/selftest.exp: Ditto.
5806
5807 * gdb.multi/base.exp: Use gdb_test_no_output.
5808
5809 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5810
3e0ca3a5
JK
58112010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5812
5813 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5814
9db70545
MS
58152010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5816
a8d52276
MS
5817 * gdb.cp/class2.exp: Use gdb_test_no_output.
5818 * gdb.cp/classes.exp: Ditto.
5819 * gdb.cp/extern-c.exp: Ditto.
5820 * gdb.cp/inherit.exp: Ditto.
5821 * gdb.cp/maint.exp: Ditto.
5822 * gdb.cp/mb-inline.exp: Ditto.
5823 * gdb.cp/mb-templates.exp: Ditto.
5824 * gdb.cp/method2.exp: Ditto.
5825 * gdb.cp/misc.exp: Ditto.
5826 * gdb.cp/ovldbreak.exp: Ditto.
5827 * gdb.cp/punctuator.exp: Ditto.
5828 * gdb.cp/templates.exp: Ditto.
5829 * gdb.cp/virtbase.exp: Ditto.
5830
889bf7c5 5831 * gdb.threads/attach-stopped.exp:
9db70545 5832 Replace uses of send_gdb / gdb_expect.
889bf7c5 5833 * gdb.threads/attachstop-mt.exp:
9db70545 5834 Replace uses of send_gdb / gdb_expect.
889bf7c5 5835 * gdb.threads/gcore-thread.exp:
9db70545 5836 Replace uses of send_gdb / gdb_expect.
889bf7c5 5837 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
5838 Replace uses of send_gdb / gdb_expect.
5839 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 5840 * gdb.threads/print-threads.exp:
9db70545
MS
5841 Replace uses of send_gdb / gdb_expect.
5842 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
5843 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
5844 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
5845
5846 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
5847 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
5848 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
5849 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
5850 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
5851 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
5852 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
5853 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
5854 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
5855 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
5856 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
5857
359cc68c
JK
58582010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5859
5860 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
5861
7d3fe98e
SW
58622010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
5863
5864 * gdb.cp/koenig.exp: Added new test case.
5865 * gdb.cp/koenig.cc: Ditto.
5866
27d3a1a2
MS
58672010-06-01 Michael Snyder <msnyder@vmware.com>
5868
5869 * gdb.base/arithmet.exp: Use gdb_test_no_output.
5870 * gdb.base/arrayidx.exp: Ditto.
5871 * gdb.base/attach.exp: Ditto.
5872 * gdb.base/auxv.exp: Ditto.
5873 * gdb.base/bigcre.exp: Ditto.
5874 * gdb.base/break-always.exp: Ditto.
5875 * gdb.base/break-interp.exp: Ditto.
5876 * gdb.base/break.exp: Ditto.
5877 * gdb.base/breakpoint-shadow.exp: Ditto.
5878 * gdb.base/call-ar-st.exp: Ditto.
5879 * gdb.base/call-sc.exp: Ditto.
5880 * gdb.base/call-signal-resume.exp: Ditto.
5881 * gdb.base/callfuncs.exp: Ditto.
5882 * gdb.base/catch-syscall.exp: Ditto.
5883 * gdb.base/charset.exp: Ditto.
5884 * gdb.base/code-expr.exp: Ditto.
5885 * gdb.base/commands.exp: Ditto.
5886 * gdb.base/cond-expr.exp: Ditto.
5887 * gdb.base/condbreak.exp: Ditto.
5888 * gdb.base/cursal.exp: Ditto.
5889 * gdb.base/cvexpr.exp: Ditto.
5890 * gdb.base/default.exp: Ditto.
5891 * gdb.base/del.exp: Ditto.
5892 * gdb.base/detach.exp: Ditto.
5893 * gdb.base/display.exp: Ditto.
5894 * gdb.base/ena-dis-br.exp: Ditto.
5895 * gdb.base/eval-skip.exp: Ditto.
5896 * gdb.base/foll-fork.exp: Ditto.
5897 * gdb.base/foll-vfork.exp: Ditto.
5898 * gdb.base/frame-args.exp: Ditto.
5899 * gdb.base/funcargs.exp: Ditto.
5900 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5901 * gdb.base/gdbvars.exp: Ditto.
5902 * gdb.base/help.exp: Ditto.
5903 * gdb.base/ifelse.exp: Ditto.
5904 * gdb.base/included.exp: Ditto.
5905 * gdb.base/list.exp: Ditto.
5906 * gdb.base/macscp.exp: Ditto.
5907 * gdb.base/maint.exp: Ditto.
5908 * gdb.base/multi-fork.exp: Ditto.
5909 * gdb.base/overlays.exp: Ditto.
5910 * gdb.base/page.exp: Ditto.
5911 * gdb.base/pending.exp: Ditto.
5912 * gdb.base/pointers.exp: Ditto.
5913 * gdb.base/pr11022.exp: Ditto.
5914 * gdb.base/prelink.exp: Ditto.
5915 * gdb.base/printcmds.exp: Ditto.
5916 * gdb.base/psymtab.exp: Ditto.
5917 * gdb.base/randomize.exp: Ditto.
5918 * gdb.base/relational.exp: Ditto.
5919 * gdb.base/relocate.exp: Ditto.
5920 * gdb.base/remote.exp: Ditto.
5921 * gdb.base/sepdebug.exp: Ditto.
5922 * gdb.base/set-lang-auto.exp: Ditto.
5923 * gdb.base/setshow.exp: Ditto.
5924 * gdb.base/setvar.exp: Ditto.
5925 * gdb.base/signals.exp: Ditto.
5926 * gdb.base/signull.exp: Ditto.
5927 * gdb.base/sigstep.exp: Ditto.
5928 * gdb.base/sizeof.exp: Ditto.
5929 * gdb.base/solib-disc.exp: Ditto.
5930 * gdb.base/store.exp: Ditto.
5931 * gdb.base/structs.exp: Ditto.
5932 * gdb.base/structs2.exp: Ditto.
5933 * gdb.base/subst.exp: Ditto.
5934 * gdb.base/term.exp: Ditto.
5935 * gdb.base/trace-commands.exp: Ditto.
5936 * gdb.base/unwindonsignal.exp: Ditto.
5937 * gdb.base/valgrind-db-attach.exp: Ditto.
5938 * gdb.base/varargs.exp: Ditto.
5939 * gdb.base/watch-cond.exp: Ditto.
5940 * gdb.base/watch_thread_num.exp: Ditto.
5941 * gdb.base/watchpoint-cond-gone.exp: Ditto.
5942 * gdb.base/watchpoint.exp: Ditto.
5943 * gdb.base/whatis-exp.exp: Ditto.
5944
f8d3bf8f
MS
59452010-06-01 Michael Snyder <msnyder@vmware.com>
5946
5947 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
5948 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
5949 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
5950 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
5951 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
5952 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
5953 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
5954 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
5955 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
5956 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
5957 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
5958 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
5959 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
5960 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
5961 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
5962
3f9e0d32
JK
59632010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5964
5965 * gdb.base/commands.exp (begin commands on watch): Remove excessive
5966 trailing newline.
5967 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
5968 * gdb.java/jmisc.exp (p *args\n): Rename to ...
5969 (p *args): ... here and remove excessive trailing newline.
5970
f629457d
JB
59712010-05-31 Joel Brobecker <brobecker@adacore.com>
5972
5973 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
5974
09eef106
JK
59752010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5976
5977 Accept the new Linux kernel "t (tracing stop)" string.
5978 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
5979 Update comment.
5980 (state_wait) <T (tracing stop)>: New.
5981 (main): Update the state_wait expect string.
5982
94f31136
PA
59832010-05-28 Pedro Alves <pedro@codesourcery.com>
5984
5985 * limits.c, limits.exp: Delete files.
5986 * Makefile.in (clean mostlyclean): Adjust.
5987 * tracecmd.exp: Adjust.
5988
096554ab
JK
59892010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5990
5991 * gdb.base/tui-layout.exp: New.
5992
27d3a1a2 59932010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 5994
889bf7c5 5995 * gdb.reverse/break-precsave.exp:
bcd2dc50 5996 Replace uses of send_gdb / gdb_expect.
889bf7c5 5997 * gdb.reverse/break-reverse.exp:
bcd2dc50 5998 Replace uses of send_gdb / gdb_expect.
889bf7c5 5999 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 6000 Replace uses of send_gdb / gdb_expect.
889bf7c5 6001 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 6002 Replace uses of send_gdb / gdb_expect.
889bf7c5 6003 * gdb.reverse/finish-precsave.exp:
bcd2dc50 6004 Replace uses of send_gdb / gdb_expect.
889bf7c5 6005 * gdb.reverse/finish-reverse.exp:
bcd2dc50 6006 Replace uses of send_gdb / gdb_expect.
889bf7c5 6007 * gdb.reverse/i386-precsave.exp:
bcd2dc50 6008 Replace uses of send_gdb / gdb_expect.
889bf7c5 6009 * gdb.reverse/i386-reverse.exp:
bcd2dc50 6010 Replace uses of send_gdb / gdb_expect.
889bf7c5 6011 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 6012 Replace uses of send_gdb / gdb_expect.
889bf7c5 6013 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 6014 Replace uses of send_gdb / gdb_expect.
889bf7c5 6015 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 6016 Replace uses of send_gdb / gdb_expect.
889bf7c5 6017 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 6018 Replace uses of send_gdb / gdb_expect.
889bf7c5 6019 * gdb.reverse/machinestate.exp:
bcd2dc50 6020 Replace uses of send_gdb / gdb_expect.
889bf7c5 6021 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 6022 Replace uses of send_gdb / gdb_expect.
889bf7c5 6023 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 6024 Replace uses of send_gdb / gdb_expect.
889bf7c5 6025 * gdb.reverse/solib-precsave.exp:
bcd2dc50 6026 Replace uses of send_gdb / gdb_expect.
889bf7c5 6027 * gdb.reverse/solib-reverse.exp:
bcd2dc50 6028 Replace uses of send_gdb / gdb_expect.
889bf7c5 6029 * gdb.reverse/step-precsave.exp:
bcd2dc50 6030 Replace uses of send_gdb / gdb_expect.
889bf7c5 6031 * gdb.reverse/step-reverse.exp:
bcd2dc50 6032 Replace uses of send_gdb / gdb_expect.
889bf7c5 6033 * gdb.reverse/until-precsave.exp:
bcd2dc50 6034 Replace uses of send_gdb / gdb_expect.
889bf7c5 6035 * gdb.reverse/until-reverse.exp:
bcd2dc50 6036 Replace uses of send_gdb / gdb_expect.
889bf7c5 6037 * gdb.reverse/watch-precsave.exp:
bcd2dc50 6038 Replace uses of send_gdb / gdb_expect.
889bf7c5 6039 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
6040 Replace uses of send_gdb / gdb_expect.
6041
3def43e0
JK
60422010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6043
6044 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6045 excessive newline.
6046
27d3a1a2 60472010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
6048
6049 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
6050 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6051 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6052 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6053 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6054 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6055 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6056 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6057 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6058 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6059 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6060 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6061 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6062 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6063 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6064 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6065 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6066 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6067 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 6068
27d3a1a2 60692010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 6070
22454424
MS
6071 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6072 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6073
6074 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6075 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6076 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6077
889bf7c5 6078 * gdb.reverse/consecutive-reverse.exp:
22454424 6079 Replace uses of send_gdb / gdb_expect.
889bf7c5 6080 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
6081 Replace uses of send_gdb / gdb_expect.
6082
6083 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6084 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6085 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 6086 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
6087 Replace uses of send_gdb / gdb_expect.
6088 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6089 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6090 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6091 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6092 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6093 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6094 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6095 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6096 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
6097
60982010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 6099
22454424 6100 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 6101
22454424 6102 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 6103
22454424
MS
6104 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6105 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6106 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6107 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6108 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6109 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6110 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6111 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6112 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 6113
6e5f2c59
TT
61142010-05-25 Tom Tromey <tromey@redhat.com>
6115
6116 * gdb.base/macscp.exp: Add missing space after setup_kfail.
6117
bbc8b958
TT
61182010-05-25 Tom Tromey <tromey@redhat.com>
6119
6120 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6121 argument order.
6122 * gdb.base/macscp.exp: Fix setup_kfail argument order.
6123 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6124 order.
6125 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6126 order.
6127 * gdb.base/call-sc.exp (setup_kfails): Remove.
6128 (setup_compiler_kfails): Remove.
6129 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6130 argument order.
6131 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6132 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6133 (advancei): Fix setup_kfail argument order.
6134 * gdb.base/radix.exp: Fix setup_kfail argument order.
6135 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6136 order.
6137 * gdb.base/structs.exp (setup_kfails): Remove.
6138 (setup_compiler_kfails): Fix setup_kfail argument order.
6139 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6140 order.
6141 * gdb.java/jmain.exp: Fix setup_kfail argument order.
6142 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6143 setup_kfail argument order.
6144 * gdb.cp/overload.exp: Fix setup_kfail argument order.
6145
83d1babf
TT
61462010-05-25 Tom Tromey <tromey@redhat.com>
6147
6148 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6149
6acb16a2
MS
61502010-05-25 Michael Snyder <msnyder@vmware.com>
6151
6152 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6153 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6154 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6155 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6156 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6157 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6158 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6159 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6160 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
6161 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6162 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6163 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6164 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6165 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6166 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6167 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6168 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6169 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6170 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6171 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6172 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6173 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6174 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
6175 * gdb.base/default.exp: Replace send_gdb with gdb_test.
6176 * gdb.base/define.exp: Replace send_gdb with gdb_test.
6177 * gdb.base/display.exp: Replace send_gdb with gdb_test.
6178 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6179 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6180 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6181 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6182 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6183 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6184 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6185 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6186 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6187 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6188 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6189 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6190 * gdb.base/help.exp: Replace send_gdb with gdb_test.
6191 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6192 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6193 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
6194 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6195 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6196 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6197 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6198 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 6199 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
6200
62012010-05-25 Doug Evans <dje@google.com>
6202
6203 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6204 gdb.string_to_argv.
ad3986f0 6205
d3b1e874
TT
62062010-05-21 Tom Tromey <tromey@redhat.com>
6207
6208 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6209 Call it.
6210 * gdb.dwarf2/pieces.S: Update.
6211 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6212
cb826367
TT
62132010-05-21 Tom Tromey <tromey@redhat.com>
6214
6215 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6216 Call it.
6217 * gdb.dwarf2/pieces.c (struct C): New.
6218 (f6): New function.
6219 * gdb.dwarf2/pieces.S: Replace.
6220
74de6778
TT
62212010-05-21 Tom Tromey <tromey@redhat.com>
6222
6223 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6224 Call it.
6225
afd74c5f
TT
62262010-05-21 Tom Tromey <tromey@redhat.com>
6227
6228 * gdb.dwarf2.pieces.exp: New file.
6229 * gdb.dwarf2.pieces.S: New file.
6230 * gdb.dwarf2.pieces.c: New file.
6231
a7b75dfd 62322010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 6233 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
6234
6235 * lib/gdb.exp (gdb_test_no_output): New function.
6236 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6237 when testing commands that should produce no output.
6238
c81c812a
JB
62392010-05-17 Joel Brobecker <brobecker@adacore.com>
6240
6241 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6242 parameter that we want to watch being a constant.
6243
0cce5bd9
JB
62442010-05-17 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.ada/cond_lang: New testcase.
6247
47050449
JB
62482010-05-17 Joel Brobecker <brobecker@adacore.com>
6249
6250 * lib/gdb.exp (banned_variables): New variable/constant.
6251 (gdb_init): Add write trace on variables listed in banned_variables.
6252 (gdb_finish): Remove write traces on variables listed in
6253 banned_variables.
6254
77c01586
JB
62552010-05-17 Joel Brobecker <brobecker@adacore.com>
6256
6257 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6258 * gdb.cp/koenig.exp: Likewise.
6259
88d4aea7
PM
62602010-05-14 Phil Muldoon <pmuldoon@redhat.com>
6261
889bf7c5 6262 PR python/11482
88d4aea7
PM
6263
6264 * gdb.python/py-value.exp (test_value_hash): New function.
6265
f5a010c0
PM
62662010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
6267
6268 PR exp/11530.
6269 * gdb.base/gdb11530.c: New file.
6270 * gdb.base/gdb11530.exp: New file.
6271
8ef4892f
JK
62722010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6275 * gdb.dwarf2/dw2-modula2-self-type.S: New.
6276
7322dca9
SW
62772010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
6278
6279 * gdb.cp/koenig.exp: New test.
6280 * gdb.cp/koenig.cc: New test program.
6281
02e7ea18
JB
62822010-05-05 Joel Brobecker <brobecker@adacore.com>
6283
6284 Remove the use of prms_id and bug_id throughout the testsuite.
6285
e1c34c5d
PM
62862010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6287
6288 PR exp/11349.
6289 * testsuite/gdb.cp/ref-types.exp: Add test to examine
6290 use a reference local variable.
6291
8e1d0c49
JK
62922010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6295 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
6296 variable different_dir. Move debugfile into a full directory pathname
6297 under DIFFERENT_DIR.
6298 * lib/gdb.exp (separate_debug_filename): Remove.
6299 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
6300 variable debug_dir and mkdir of it. Update function comments.
6301
e66408ed
PA
63022010-04-29 Pedro Alves <pedro@codesourcery.com>
6303
6304 PR gdb/11557
6305
6306 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6307 files.
6308
d7b32ed3
PM
63092010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6310
889bf7c5 6311 * gdb.python/py-param.exp: New File.
d7b32ed3 6312
6aecb9c2
JB
63132010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6314
6315 * gdb.base/default.exp: Fix "set language" test.
6316
bdf92a1c
PM
63172010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
6318
6319 PR breakpoints/11531.
6320 * gdb.base/gdb11531.c: New file.
6321 * gdb.base/gdb11531.exp: New file.
6322
3f172e24
TT
63232010-04-26 Tom Tromey <tromey@redhat.com>
6324
6325 * gdb.base/completion.exp: Add tests for completion and deprecated
6326 commands.
6327
64af4c92
JK
63282010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6331 (print /x char_array): Escape curly brackets.
6332
492928e4
JK
63332010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 Fix deadlock on looped list of loaded shared objects.
6336 * gdb.base/solib-corrupted.exp: New.
6337
66d09542
DE
63382010-04-23 Doug Evans <dje@google.com>
6339
6340 * gdb.python/py-section-script.c: New file.
6341 * gdb.python/py-section-script.exp: New file.
6342 * gdb.python/py-section-script.py: New file.
6343
8bd10a10
CM
63442010-04-20 Chris Moller <cmoller@redhat.com>
6345
6346 PR 10179
6347
6348 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6349 * gdb.base/pr10179-a.c:
6350 * gdb.base/pr10179-b.c:
6351 * gdb.base/pr10179.exp: New files.
6352
c0201579
JK
63532010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 Fix crashes on dangling display expressions.
6356 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6357 is SEP.
6358 (lib_flags): Remove the "debug" keyword.
6359 (libsepdebug): New variable for iterating new loop.
6360 (save_pf_prefix): New variable wrapping the loop.
6361 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
6362 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6363
793b0ff8
PM
63642010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6365
6366 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6367
097f51f7
PM
63682010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6369
6370 PR stabs/11479.
6371 * gdb.stabs/gdb11479.exp: New file.
6372 * gdb.stabs/gdb11479.c: New file.
6373
9a22f0d0
PM
63742010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6375
6376 * gdb.base/charset.c (Strin16, String32): New variables.
6377 * gdb.base/charset.exp (gdb_test): Test correct display
6378 of 16 or 32 bit strings.
6379
63802010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
6381
6382 PR 9167
6383 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6384 * gdb.cp/pr9167.cc: New file.
6385 * gdb.cp/pr9167.exp: New file.
6386
6387
6e354e5e
PM
63882010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6389
6390 PR pascal/11492.
6391 * gdb.pascal/gdb11492.pas: New file.
6392 * gdb.pascal/gdb11492.exp: New file.
6393
be942545
JB
63942010-04-20 Joel Brobecker <brobecker@adacore.com>
6395
1667e6e3 6396 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 6397
0c3acc09
JB
63982010-04-20 Joel Brobecker <brobecker@adacore.com>
6399
6400 * gdb.ada/dyn_loc: New testcase.
6401
ec31cde5
CM
64022010-04-20 Chris Moller <cmoller@redhat.com>
6403
6404 PR 10867
889bf7c5 6405
ec31cde5
CM
6406 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
6407 * gdb.cp/pr10687.cc: New file.
6408 * gdb.cp/pr10687.exp: New file.
6409
6410
ce4b0682
SDJ
64112010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6412 Sergio Durigan Junior <sergiodj@redhat.com>
6413
6414 * gdb.fortran/logical.exp: New testcase.
6415 * gdb.fortran/logical.f90: New file.
6416
3436961f
DE
64172010-04-19 Doug Evans <dje@google.com>
6418
6419 * gdb.base/help.exp (help source): Update expected output.
6420
4d836c09
JK
64212010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6422
6423 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6424 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
6425 gdb_exit and return.
6426 (executable): New variable.
6427 (binfile): Use it.
6428
6149aea9
PA
64292010-04-19 Pedro Alves <pedro@codesourcery.com>
6430
6431 PR breakpoints/8554.
6432
6433 * gdb.trace/save-trace.exp: Adjust.
6434
ed41462c
L
64352010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6436
6437 PR corefiles/11511
6438 * gdb.arch/system-gcore.exp: New.
6439 * gdb.arch/gcore.c: Likewise.
6440
3f7b2faa
DE
64412010-04-15 Doug Evans <dje@google.com>
6442
fa33c3cd
DE
6443 * gdb.python/py-progspace.c: New file.
6444 * gdb.python/py-progspace.exp: New file.
6445
3f7b2faa
DE
6446 * gdb.base/source.exp: Add tests for "source -s".
6447
79f283fe
PM
64482010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6449
6450 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6451 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6452 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6453 * gdb.python/py-mi.exp: New test for to_string returning None.
6454
fc8eb08a
PM
64552010-04-12 Phil Muldoon <pmuldoon@redhat.com>
6456
6457 * gdb.python/py-breakpoint.c: Make result global.
6458
26e197f6
JK
64592010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 Fix non-GNU make compatibility.
6462 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6463
adc36818
PM
64642010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6465
6466 * gdb.python/py-breakpoint.exp: New File.
6467 * gdb.python/py-breakpoint.C: Ditto.
6468
64e17368
SS
64692010-04-08 Stan Shebs <stan@codesourcery.com>
6470
6471 * gdb.trace/actions.exp: Clear default-collect.
6472 * gdb.trace/save-trace.exp: Clear default-collect.
6473
fff5cc64
PM
64742010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6475
6476 * gdb.python/py-value: Add null string variable.
6477 (test_lazy_string): Test zero length, NULL address lazy
6478 strings.
6479
a055a187
L
64802010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6481
6482 * gdb.arch/i386-avx.c: New.
6483 * gdb.arch/i386-avx.exp: Likewise.
6484
6485 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6486
96e39866
DE
64872010-04-06 Doug Evans <dje@google.com>
6488
6489 * gdb.base/source-test.gdb: New file.
6490 * gdb.base/source.exp: Test source -v.
6491
5984a431
UW
64922010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6493
6494 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6495
ec8a089a
PM
64962010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6497
6498 * gdb.stabs/aout.sed: Convert all backslash to double backslash
6499 within one line, unless it is followed by a double quote.
6500 * gdb.stabs/hppa.sed: Idem.
6501 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
6502 * gdb.stabs/weird.exp: Check for correct parsing of
6503 char and string constants.
ec8a089a
PM
6504 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6505 in .stabs to .stabx substitution.
6506
fce3c1f0
SS
65072010-04-05 Stan Shebs <stan@codesourcery.com>
6508
6509 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6510 constant global.
6511 * gdb.trace/tfile.exp: Try to print them.
6512
d77f58be
SS
65132010-04-04 Stan Shebs <stan@codesourcery.com>
6514
6515 * gdb.base/completion.exp: Update for new "info watchpoints".
6516 * gdb.base/default.exp: Ditto.
6517 * gdb.base/help.exp: Ditto.
6518 * gdb.base/watchpoint.exp: Ditto.
6519 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 6520
af54718e
SS
65212010-04-04 Stan Shebs <stan@codesourcery.com>
6522
6523 * gdb.trace/tfile.exp: Sharpen tfind test.
6524
74d1f91e
JK
65252010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6526
6527 * gdb.base/break-entry.exp: New.
6528
eb8e76db 65292010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 6530 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
6531
6532 * gdb.reverse/i386-sse-reverse.exp: New file.
6533 * gdb.reverse/i386-sse-reverse.c: New file.
6534
bf65cad8
PA
65352010-04-02 Pedro Alves <pedro@codesourcery.com>
6536
6537 * gdb.trace/tfind.exp: Adjust expected disassembly output.
6538
fff87407
SS
65392010-04-01 Stan Shebs <stan@codesourcery.com>
6540
6541 * gdb.trace/actions.exp: Tweak expected output.
6542 * gdb.trace/while-stepping.exp: Tweak expected output.
6543
fe01d668
L
65442010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6545
6546 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6547
86b17b60
PA
65482010-04-01 Pedro Alves <pedro@codesourcery.com>
6549
6550 * gdb.base/commands.exp: Adjust.
6551 * gdb.cp/extern-c.exp: Adjust.
6552
2c58c0a9
PA
65532010-04-01 Pedro Alves <pedro@codesourcery.com>
6554
6555 * gdb.trace/collection.c (local_test_func): Define a local struct,
6556 and instanciate it.
6557
0db9b91c
PA
65582010-04-01 Pedro Alves <pedro@codesourcery.com>
6559
6560 * gdb.trace/collection.exp (gdb_collect_args_test)
6561 (gdb_collect_argarray_test): XFAIL the tests that assume the
6562 argarray argument's elements are collected.
6563
8072405b
JK
65642010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 * gdb.dwarf2/dw2-bad-parameter-type.exp,
6567 gdb.dwarf2/dw2-bad-parameter-type.S: New.
6568
8bf6485c
SS
65692010-03-31 Stan Shebs <stan@codesourcery.com>
6570
6571 * gdb.trace/save-trace.exp: Test save/restore of default-collect
6572 and tracepoint conditionals.
6573 (gdb_verify_tracepoints): Delete unused return.
6574
fd7f724a
KS
65752010-03-26 Keith Seitz <keiths@redhat.com>
6576
6577 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6578 appear in the output before main.
6579 Remove KFAIL for gdb/2215 aka bz 9320.
6580
8d9e7719
DE
65812010-03-30 Doug Evans <dje@google.com>
6582
0906dd0b
DE
6583 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6584 by dejagnu.
6585 * gdb.arch/amd64-dword.exp: Ditto.
6586
8d9e7719
DE
6587 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6588 match.
6589 (break printf): Ditto.
6590
1da644f0
SW
65912010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
6592
6593 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6594 gcc < 4.4.
6595 * gdb.cp/shadow.exp: Ditto.
6596
a8121990
PA
65972010-03-29 Pedro Alves <pedro@codesourcery.com>
6598
6599 * gdb.trace/collection.exp (run_trace_experiment): Make sure
6600 "tstart" is silent.
6601
6e79d367
PA
66022010-03-29 Pedro Alves <pedro@codesourcery.com>
6603
6604 * gdb.trace/collection.exp (executable): New.
6605 (binfile): Use it.
6606 (fpreg, spreg, pcreg): New.
6607 (test_register): Use gdb_test_multiple. Pass /x to print.
6608 (prepare_for_trace_test): New.
6609 (run_trace_experiment): Use "continue", not gdb_run_cmd.
6610 (gdb_collect_args_test, gdb_collect_argstruct_test)
6611 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6612 prepare_for_trace_test.
6613 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
6614 fpreg, spreg and pcreg.
6615 (gdb_collect_expression_test, gdb_collect_globals_test): Use
6616 prepare_for_trace_test.
6617 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
6618 try to detect tracing support here. Don't set breakpoints at
6619 `begin' or `end' here.
6620 <global scope>: Use clean_restart. Run to main before checking
6621 for tracing support. Check for for tracing support here.
6622
09248348
JK
66232010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6624
6625 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6626 " as $displacement" to "seen displacement message".
6627
d350db38
PA
66282010-03-28 Pedro Alves <pedro@codesourcery.com>
6629
6630 * gdb.trace/while-dyn.exp (executable): New variable.
6631 (binfile): Use it.
6632 (test_while_stepping): New function. Move most tests here. Call
6633 it once for each of the while-stepping, stepping and ws aliases.
6634
907af001
UW
66352010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6636
6637 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6638 that do not provide the tagless_struct type name at all.
6639 (test_print_anon_union): Do not check value of uninitialized
6640 union member. Do not use cp_test_ptype_class, so we can accept
6641 "long" as well as "long int".
6642
610197fd
PA
66432010-03-26 Pedro Alves <pedro@codesourcery.com>
6644
6645 * gdb.trace/tfile.c (tohex, bin2hex): New.
6646 (write_error_trace_file): Hexify error description.
6647
6c28cbf2
SS
66482010-03-25 Stan Shebs <stan@codesourcery.com>
6649
6650 * gdb.trace/tfile.c: Generate an additional trace file, improve
6651 portability.
6652 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6653 files in a better way.
6654
e62b8c7e
KS
66552010-03-25 Keith Seitz <keiths@redhat.com>
6656
6657 * gdb.java/jprint.exp: XFAIL printing of static class members
6658 because of GCC debuginfo problem.
6659
82ccf5a5
JK
66602010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6661
6662 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6663
293e2f9e
DJ
66642010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6665
6666 * gdb.base/completion.exp: Allow long instead of long int.
6667 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6668 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6669 variable p.
6670 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6671 * gdb.base/pointers.exp: Allow long instead of long int.
6672 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6673 * gdb.base/step-line.exp: Allow a directory before the source file name.
6674
95a42b64
TT
66752010-03-24 Tom Tromey <tromey@redhat.com>
6676
6677 PR breakpoints/9352:
6678 * gdb.base/default.exp: Update.
6679 * gdb.base/commands.exp: Update.
6680 * gdb.cp/extern-c.exp: Test setting commands on multiple
6681 breakpoints at once.
6682
2390201f
DJ
66832010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6684
6685 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6686 if gdb,nosignals.
6687 * gdb.base/watchpoints.c: Do not include unnecessary headers.
6688 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6689 exited".
6690
8c9a6790
SS
66912010-03-24 Stan Shebs <stan@codesourcery.com>
6692
6693 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
6694
a6c727b2
DJ
66952010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
6698 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
6699 argument. Handle "short" and "long".
6700 (Top level): Pass overprototyped output for old_fptr and xptr.
6701
4dfd5423
PA
67022010-03-23 Pedro Alves <pedro@codesourcery.com>
6703
6704 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6705 format strings and add casts to avoid compiler warnings.
6706
67072010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
6708
6709 * lib/trace-support.exp (gdb_trace_setactions):
6710 Don't expect whitespace after ">" prompt.
6711 * gdb.trace/actions.exp: Adjust for output changes.
6712 * gdb.trace/while-stepping.exp: Likewise.
6713
c847d045
JK
67142010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6717 and r157645).
6718
5f717f1d
JK
67192010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6720
6721 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6722 New.
6723
7d6d51d5
DJ
67242010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
6725
6726 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6727 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6728
3b11a015
SS
67292010-03-19 Stan Shebs <stan@codesourcery.com>
6730
6731 * gdb.trace/ax.exp: New file.
6732
d7d158ed
DE
67332010-03-19 Doug Evans <dje@google.com>
6734
6bb85cd1
DE
6735 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6736 output from gcc.
6737
d7d158ed
DE
6738 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6739 named /usr/sbin/prelink<foo>.
6740
4daf5ac0
SS
67412010-03-18 Stan Shebs <stan@codesourcery.com>
6742
6743 * gdb.trace/circ.exp: Test circular-trace-buffer.
6744 * gdb.trace/tfile.exp: Update tstatus test.
6745
e8d05480
JB
67462010-03-18 Joel Brobecker <brobecker@adacore.com>
6747
6748 * gdb.dwarf2/dw2-anonymous-func.S: New file.
6749 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6750
441b986a
UW
67512010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6752
6753 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6754
4247603b
PA
67552010-03-18 Pedro Alves <pedro@codesourcery.com>
6756
6757 * gdb.base/default.exp: Adjust the expected output of the finish
6758 and until commands when the inferior is not being run.
6759
13387711
SW
67602010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6761
6762 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6763 * gdb.cp/nsusing.exp: Ditto.
6764
6e31430b
TT
67652010-03-15 Tom Tromey <tromey@redhat.com>
6766
6767 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6768 * gdb.cp/userdef.cc (operator==): New function.
6769 (main): New locals mem1, mem2.
6770
e2d69cb5
JZ
67712010-03-15 Jie Zhang <jie@codesourcery.com>
6772
6773 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6774 Declare and use new loadtimeout variable.
6775
f572f0a9
DJ
67762010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6779 Use gdb_load later.
6780
51f4c0b0
PA
67812010-03-14 Pedro Alves <pedro@codesourcery.com>
6782
6783 * gdb.base/solib-disc.c (main): Make format of fprintf a string
6784 literal. Add missing endlines to prints to stderr.
6785
1c809c68
TT
67862010-03-12 Tom Tromey <tromey@redhat.com>
6787
6788 PR c++/9708:
6789 * gdb.cp/m-static.exp: Add regression test.
6790 * gdb.cp/m-static.cc (method): New method.
6791 (main): Call it.
6792
00ae8fef
SW
67932010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6794
6795 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6796 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6797
759f0f0b
PA
67982010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6799
21e24d21
PA
6800 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6801
68022010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6803
759f0f0b
PA
6804 * lib/gdb.exp (skip_stl_tests): New.
6805 (gdb_compile): Symbian needs -ldl.
6806 (shlib_target_file): New.
6807 (shlib_symbol_file): New.
6808 (gdb_load_shlibs): Use shlib_target_file.
6809 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6810 * gdb.cp/exception.exp: Use skip_stl_tests.
6811 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
6812 * gdb.cp/try_catch.exp: Use skip_stl_tests.
6813 * gdb.cp/mb-templates.exp: Ditto.
6814 * gdb.base/commands.exp: Relax regexes.
6815 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
6816 shlib_target_file and shlib_symbol_file.
6817 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
6818 sections.
6819 * gdb.base/ending-run.exp: Accept E32Main for symbian.
6820 * gdb.base/solib-disc.exp: Use
6821 shlib_target_file and shlib_symbol_file.
6822 * gdb.base/unload.exp: Don't skip on symbian. Use
6823 shlib_target_file and shlib_symbol_file.
6824 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6825
6a8f2671 68262010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 6827
6a8f2671
PA
6828 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
6829 * gdb.trace/report.exp: Adjust for x86 and x86_64.
6830 Issue a tfind end before looking for a tracepoint frame.
6831 * gdb.trace/tfind.exp: Adjust tstatus output.
6832 Adjust disassembly output.
6833 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
6834
ccf26247
JK
68352010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 * gdb.base/break-interp.exp: Create new displacement parameter value
6838 for the test_ld calls.
6839 (reach): New parameter displacement, verify its content. New push of
6840 pf_prefix "reach-$func:". Import global expect_out.
6841 (test_core): New parameter displacement, verify its content. New push
6842 of pf_prefix "core:". New command "set verbose on". Import global
6843 expect_out.
6844 (test_attach): New parameter displacement, verify its content. New
6845 push of pf_prefix "attach:". New command "set verbose on". Import
6846 global expect_out.
6847 (test_ld): New parameter displacement, pass it to the reach, test_core
6848 and test_attach calls and verify its content in the "ld.so exit" test.
6849 * gdb.base/prelink.exp: Remove gdb_exit and final return.
6850 (prelink): Update expected text, use gdb_test.
6851
e469c7fb
DE
68522010-03-10 Doug Evans <dje@google.com>
6853
6854 * gdb.base/checkpoint.exp: Fix comment.
6855 Lengthen timeout while doing >600 checkpoints test.
6856 Rename duplicate "kill all one" test to keep test names unique.
6857
60e1c644
PA
68582010-03-10 Pedro Alves <pedro@codesourcery.com>
6859
6860 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
6861
cec808ec
KS
68622010-03-08 Keith Seitz <keiths@redhat.com>
6863
889bf7c5
PA
6864 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
6865 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
6866 (dm_type_long): New function.
6867 (dm_type_unsigned_short): New function.
6868 (dm_type_unsigned_long): New function.
6869 (myint): New typedef.
6870 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
6871 long, unsigned shor and long, operator char*, and typedef.
6872 (test_lookup_operator_functions): Add operator char* test.
6873 (test_paddr_operator_functions): Likewise.
6874 (test_paddr_overloaded_functions): Use probe values for
6875 short, long, and unsigned short and long.
6876 (test_paddr_hairy_functions): If the demangler probe detected
6877 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
6878 demangler.
6879 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
6880 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
6881 and "print null_pmf".
6882 Add test "ptype a.*pmf".
6883 * gdb.cp/overload.exp: Allow optional "int" to appear with
6884 "short" and "long".
6885 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6886 long expect value for men_overload1arg.
6887 Allow "int" to appear with "short" and "long".
6888 When testing "info break", add argument for main (void).
6889 Also allow "int" to appear with "short" and "long".
6890 Ditto with "unsigned" and "long long".
cec808ec
KS
6891 * gdb.java/jmain.exp: Do not enclose methods names in single
6892 quotes.
6893 * gdb.java/jmisc.exp: Likewise.
6894 * gdb.java/jprint.exp: Likewise.
6895 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6896
6897 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6898 * gdb.cp/exception.exp (backtrace after first throw)
6899 (backtrace after second throw): Allow a namespace before __cxa_throw.
6900 (backtrace after first catch, backtrace after second catch): Allow
6901 a namespace before __cxa_begin_catch.
6902
6903 * gdb.cp/cpexprs.exp: New file.
6904 * gdb.cp/cpexprs.cc: New file.
6905
6906 From Daniel Jacobowitz <dan@codesourcery.com>
6907 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
6908 to use string_to_regexp.
6909 (ctor, dtor): New functions. Use them to match constructor
6910 and destructor function types.
6911 (Top level): Use runto_main.
6912
f870a310
TT
69132010-03-05 Tom Tromey <tromey@redhat.com>
6914
6915 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6916 gdb.target_charset.
6917 (pp_ns.to_string): Likewise.
6918
0c199f28
KS
69192010-03-04 Keith Seitz <keiths@redhat.com>
6920
6921 * gdb.cp/overload.exp: Test that the filename portion of a linespec
6922 can be quoted. Test that both the filename and function/line
6923 portions can be quoted at the same time.
6924
c7437ca6
PA
69252010-03-04 Pedro Alves <pedro@codesourcery.com>
6926
6927 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
6928
b111b805
DE
69292010-03-03 Doug Evans <dje@google.com>
6930
24486cb7
DE
6931 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
6932 libc contains libpthread.
6933
b111b805
DE
6934 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
6935 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
6936 of gdb_compile. Add another pattern to match android backtrace.
6937
a0e0ef55
TT
69382010-03-03 Tom Tromey <tromey@redhat.com>
6939
6940 PR gdb/11345:
6941 * gdb.base/printcmds.exp (test_printf): Add test.
6942
1ba53b71
L
69432010-03-02 H.J. Lu <hongjiu.lu@intel.com>
6944
6945 * gdb.arch/amd64-byte.exp: New.
6946 * gdb.arch/amd64-dword.exp: Likewise.
6947 * gdb.arch/amd64-pseudo.c: Likewise.
6948 * gdb.arch/amd64-word.exp: Likewise.
6949 * gdb.arch/i386-byte.exp: Likewise.
6950 * gdb.arch/i386-pseudo.c: Likewise.
6951 * gdb.arch/i386-word.exp: Likewise.
6952
f5dff777
DJ
69532010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6954
6955 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
6956 types. Add structreg, bitfields, and flags registers.
6957 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
6958 registers.
6959
90884b2b
L
69602010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6961
6962 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
6963 (load_description): Set architecture if defined.
6964
dc00d89f
PM
69652010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6966
6967 * gdb.python/py-frame.exp: Add read_var block tests.
6968 * gdb.python/py-frame.c (block): New function.
6969
0e095b7e
JK
69702010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6971 Daniel Jacobowitz <dan@codesourcery.com>
6972
6973 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
6974
624f1a65
DM
69752010-02-25 David S. Miller <davem@davemloft.net>
6976
6977 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
6978 fix logic for setting all_syscalls_numbers.
6979
f3e9a817
PM
69802010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6981
6982 * Makefile.in: Add py-block and py-symbol.
6983 * gdb.python/py-symbol.exp: New File.
6984 * gdb.python/py-symtab.exp: New File.
6985 * gdb.python/py-block.exp: New File.
6986 * gdb.python/py-symbol.c: New File.
6987 * gdb.python/py-block.c: New File.
6988
f6bbabf0
PM
69892010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6990
6991 PR python/11314
6992 * lib/gdb.exp (skip_python_tests): New function.
6993 * gdb.python/py-cmd.exp: Use skip_python_tests.
6994 * gdb.python/py-frame.exp: Likewise.
6995 * gdb.python/py-function.exp: Likewise.
6996 * gdb.python/py-prettyprint.exp: Likewise.
6997 * gdb.python/py-template.exp: Likewise.
6998 * gdb.python/py-type.exp: Likewise.
6999 * gdb.python/py-value.exp: Likewise.
7000
85d721b8
PA
70012010-02-22 Pedro Alves <pedro@codesourcery.com>
7002
7003 PR9605
7004
7005 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7006
48e32051
TT
70072010-02-19 Tom Tromey <tromey@redhat.com>
7008
7009 PR c++/8693, PR c++/9496:
7010 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
7011 regression tests.
7012
ac9c0048
JK
70132010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 Fix compatibility with m68k as.
7016 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
7017 Use only /* comments */.
7018
57bb97a4
UW
70192010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7020
7021 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7022 * configure: Regenerate.
7023
7d1bf85c
DJ
70242010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7025
7026 * gdb.python/py-type.exp: Check for Python support.
7027
061b5285
PA
70282010-02-17 Pedro Alves <pedro@codesourcery.com>
7029
7030 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7031 `regsub' syntax available.
7032
f8a8bc2c
PA
70332010-02-17 Pedro Alves <pedro@codesourcery.com>
7034
7035 * gdb.base/shmain.c (main): Remove printf call.
7036 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7037 * gdb.base/unload.c (main): Make format of fprintf a string
7038 literal. Add missing endlines to prints to stderr.
7039 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7040
6f451e5e
TT
70412010-02-17 Tom Tromey <tromey@redhat.com>
7042
7043 * gdb.java/jprint.java (jprint.props): New field.
7044 * gdb.java/jprint.exp (set_lang_java): Add regression test.
7045
12d79008
PA
70462010-02-17 Pedro Alves <pedro@codesourcery.com>
7047
ef801a0e 7048 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
7049 available.
7050
d252f7e5
DJ
70512010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7052
7053 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7054 creation to support remote host testing.
7055
67bdab6c
DJ
70562010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7057
7058 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7059 Recognize "command not found".
7060
bb391223
DJ
70612010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7062
7063 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7064 single-stepping.
7065
70362913
DJ
70662010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7067
7068 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7069 if arguments are not supported.
7070
493f3c00
DJ
70712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7072
7073 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7074 be const or non-const.
7075
8034c749
DJ
70762010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7077
7078 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7079 mi_send_resuming_command to send -exec-continue.
7080
791dfb64
DJ
70812010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7082
7083 * gdb.base/list.exp (test_list_filename_and_function): Add test
7084 with single quotes.
7085 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7086 matching.
7087 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7088 Add KFAIL'd tests for PR gdb/11289.
7089
7c5fe868
DJ
70902010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7091
7092 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7093
fdc498b8
DJ
70942010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7095
7096 * gdb.base/comp-dir/subdir/dummy.txt: New file.
7097 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7098 a temporary directory.
7099
b519e2a6
DJ
71002010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.base/charset.exp: Use a single regular expression to match
7103 show host-charset and show target-charset output.
7104
74164c56
JK
71052010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7108 "Illegal process-id" expect string more exact.
7109 (attach to digits-starting nonsense is prohibited): New.
7110
701ed6dc
JK
71112010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7112
7113 * gdb.base/prelink.exp (set verbose on): New.
7114
889bf7c5 71152010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
7116
7117 * mi-reverse.exp: New file. Test for reverse option to the
7118 following MI commands: exec-continue, exec-finish, exec-next,
7119 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 7120
dadf0e9c
JB
71212010-02-09 Joel Brobecker <brobecker@adacore.com>
7122
7123 * gdb.ada/ptype_tagged_param: New testcase.
7124
714f19d5
TT
71252010-02-08 Tom Tromey <tromey@redhat.com>
7126
7127 PR c++/8017:
7128 * gdb.cp/overload.exp: Add tests.
7129 * gdb.cp/overload.cc (struct K): New.
7130 (namespace N): New.
7131 (main): Call new functions.
7132 (K::staticoverload): Define.
7133
889bf7c5 71342010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
7135
7136 PR gdb/10728
7137 * gdb.cp/pr10728-x.h: New file.
7138 * gdb.cp/pr10728-x.cc: New file.
7139 * gdb.cp/pr10728-y.cc: New file.
7140 * gdb.cp/pr10728.exp: New file.
7141 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7142
889bf7c5 71432010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
7144
7145 PR gdb/9067
7146 * gdb.cp/pr9067.exp: New
7147 * gdb.cp/pr9067.cc: New
7148 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7149
7b356089
JB
71502010-02-08 Joel Brobecker <brobecker@adacore.com>
7151
7152 * lib/gdb.exp (gdb_test_timeout): New global variable.
7153 Set it to timeout if not already set.
7154 (gdb_init): Reset the value of timeout to gdb_test_timeout.
7155
1be00882
DE
71562010-02-05 Doug Evans <dje@google.com>
7157
7158 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7159 user.
7160
82856980
SW
71612010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7162
7163 PR c++/7935:
7164 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7165
1a334831
TT
71662010-02-04 Tom Tromey <tromey@redhat.com>
7167
7168 * gdb.cp/virtbase.exp: Make test case names unique.
7169
9c3c02fd
TT
71702010-02-02 Tom Tromey <tromey@redhat.com>
7171
7172 * gdb.cp/virtbase.exp: Add regression tests.
7173 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7174 (main): Instantiate RHC.
7175
0cc2414c
TT
71762010-02-02 Tom Tromey <tromey@redhat.com>
7177
7178 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7179 type-printing change.
7180
edf3d5f3
TT
71812010-02-02 Tom Tromey <tromey@redhat.com>
7182
7183 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7184 * gdb.cp/virtbase.cc: New file.
7185 * gdb.cp/virtbase.exp: New file.
7186 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7187
e4b7f41c
JK
71882010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7189
7190 PR libc/11214:
7191 * gdb.threads/current-lwp-dead.c: Include features.h.
7192 (HAS_NOMMU): New.
7193 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7194
b381ea14
JK
71952010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7196
7197 * gdb.base/symbol-without-target_section.exp,
7198 gdb.base/symbol-without-target_section.c: New.
7199
c593ac0e
DJ
72002010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7201
7202 * gdb.base/bigcore.exp: Reset increased timeout.
7203 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7204
db25f29d
DJ
72052010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7206
7207 * gdb.base/gcore.exp (capture_command_output): Use
7208 gdb_test_multiple.
7209
f9d67f43
DJ
72102010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7211
7212 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7213 * gdb.arch/thumb2-it.exp (test_it_break): New function.
7214 (Top level): Call it.
7215
177321bd
DJ
72162010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7217
7218 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7219
97f2ed50
DJ
72202010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7221
7222 * gdb.base/call-strs.exp, gdb.base/default.exp,
7223 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7224 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7225 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7226 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7227 gdb.base/watchpoint-solib.exp: Save and restore timeout.
7228 * gdb.base/ending-run.exp: Correct restore of timeout.
7229 * gdb.base/page.exp: Remove unnecessary timeout setting.
7230
e4e2711a
JB
72312010-01-29 Joel Brobecker <brobecker@adacore.com>
7232
7233 * gdb.ada/rec_return: New testcase.
7234
ba581dc1
JB
72352010-01-29 Joel Brobecker <brobecker@adacore.com>
7236
7237 * gdb.ada/call_pn: New testcase.
7238
4ea95be9
DJ
72392010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7240
7241 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7242 (Top level): Use it to resume.
7243 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7244 the Thumb mode displaced stepping error as unsupported.
7245
df83a9bf
SW
72462010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
7247
889bf7c5
PA
7248 * gdb.cp/nsusing.exp: Added more tests.
7249 * gdb.cp/nsrecurs.exp: Ditto.
7250 * gdb.cp/nsusing.cc: Added test functions.
7251 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 7252
40b27cdc
JK
72532010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7254
7255 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7256 absolute directory pathnames in gdb.sum file.
7257
de958931
SW
72582010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
7259
7260 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7261 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7262
708ead4e
TT
72632010-01-26 Tom Tromey <tromey@redhat.com>
7264
7265 PR exp/7643:
7266 * gdb.base/printcmds.exp (test_print_string_constants): Remove
7267 setup_kfail.
7268
b14e635e
SW
72692010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
7270
7271 * gdb.cp/nsrecurs.exp: New test.
7272 * gdb.cp/nsrecurs.cc: New test program.
7273 * gdb.cp/nsstress.exp: New test.
7274 * gdb.cp/nsstress.cc: New test program.
7275 * gdb.cp/nsdecl.exp: New test.
7276 * gdb.cp/nsdecl.cc: New test program.
7277
8540c487
SW
72782010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7279
7280 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7281 imported into file scope.
7282 Marked test as xfail.
7283 * gdb.cp/namespace-using.cc (marker5): New function.
7284 * gdb.cp/shadow.exp: New test.
7285 * gdb.cp/shadow.cc: New test program.
7286 * gdb.cp/nsimport.exp: New test.
7287 * gdb.cp/nsimport.cc: New test program.
7288
421d5d99
TT
72892010-01-25 Tom Tromey <tromey@redhat.com>
7290
7291 PR gdb/11049:
7292 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7293 with "set print null-stop on".
7294
691f8dc1
JK
72952010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7298 Adjust it for DISASSEMBLY_OMIT_FNAME.
7299
0b92b5bb
TT
73002010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 PR symtab/11199:
7303 * gdb.dwarf2/member-ptr-forwardref.exp,
7304 gdb.dwarf2/member-ptr-forwardref.S: New.
7305
23787403
JK
73062010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7309 (thread1_func): Protect thread1_tid with thread1_tid_cond by
7310 thread1_tid_mutex. Remove gdbstop_mutex handling.
7311 (thread2_func): Protect thread2_tid with thread2_tid_cond by
7312 thread2_tid_mutex. Remove gdbstop_mutex handling.
7313 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7314 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
7315 pthread_cond_wait conditionalizations by while loops.
7316
b966cb8a
TT
73172010-01-20 Tom Tromey <tromey@redhat.com>
7318
7319 PR backtrace/10770:
7320 * gdb.dwarf2/pr10770.exp: New file.
7321 * gdb.dwarf2/pr10770.c: New file.
7322 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7323
fcae584b
VP
73242010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7325
7326 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7327 that target was removed, and the test always runs native anyway.
7328
a0f49112
JK
73292010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7330
7331 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7332 gdb.base/watchpoint-cond-gone-stripped.c: New.
7333
ceeb3d5a
TT
73342010-01-19 Tom Tromey <tromey@redhat.com>
7335
7336 PR c++/8000:
7337 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
7338 existing tests.
7339 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7340 (main): Use AAA::SomeEnum.
7341
dd322c54
JK
73422010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7343
7344 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7345 (test_ignore_count): Declare line_callme_body global.
7346 (run to breakpoint with ignore count): Use line_callme_body.
7347 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7348 (set line_main_hello, set line_main_return): Reindent.
7349 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7350 New.
7351 (continue to callee4): Use line_callee4_body.
7352 (check *stopped from CLI command): Use line_callee4_next.
7353 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7354 (set line_main_hello, set line_main_return): Reindent.
7355 (set line_callee4_head, set line_callee4_body): New.
7356 (continue to callee4): Use line_callee4_body.
7357
4e8f195d
TT
73582010-01-18 Tom Tromey <tromey@redhat.com>
7359
7360 PR c++/9680:
7361 * gdb.cp/casts.cc: Add new classes and variables.
7362 * gdb.cp/casts.exp: Test new operators.
7363
9e14a9ba
JB
73642010-01-18 Tom Tromey <tromey@redhat.com>
7365 Thiago Jung Bauermann <bauerman@br.ibm.com>
7366
7367 * gdb.python/source2.py: New file.
7368 * gdb.python/source1: New file.
7369 * gdb.python/python.exp: Test "source" command.
7370
00bf0b85
SS
73712010-01-15 Stan Shebs <stan@codesourcery.com>
7372
7373 * gdb.trace/tfile.c: New file.
7374 * gdb.trace/tfile.exp: New file.
889bf7c5 7375
55235ad7
JK
73762010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7379
9f2982ff
JK
73802010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7383
bbfba9ed
JK
73842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7387 (libfunc): New parameter action. Implement also selectable "sleep".
7388 * gdb.base/break-interp-main.c: Include assert.h.
7389 (libfunc): New parameter action.
7390 (main): New parameters argc and argv. Assert argc. Pass argv.
7391 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7392 (test_attach): New proc.
7393 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
7394 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
7395
61f0d762
JK
73962010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 * gdb.base/break-interp.exp (test_core): New proc.
7399 (test_ld): Call it.
7400
06a6f270
JK
74012010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7404 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
7405 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
7406 and gdb_compile_shlib. Use new -Wl compiler options.
7407 (dl bt, main bt): New tests.
7408
51bee8e9
JK
74092010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 Support PIEs with no symfile_objfile.
7412 * gdb.base/break-interp.exp: New argument at the test_ld calls.
7413 (test_ld): New parameter trynosym.
7414 (test_ld <$trynosym>): New block.
7415
b8040f19
JK
74162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7417
7418 * gdb.base/break-interp.exp: New file.
7419
be759fcf
PM
74202010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7421
7422 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7423 * gdb.python/py-prettyprint.py (pp_ls): New printer.
7424 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7425 test.
7426 * gdb.python/py-prettyprint.c: Define lazystring test structure.
7427 * gdb.python/py-mi.exp: Add lazy string test.
7428
dc146f7c
VP
74292010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7430
7431 * lib/mi-support.exp (mi_check_thread_states): Handle
7432 core number in thread listing.
7433
b4ba55a1
JB
74342010-01-12 Joel Brobecker <brobecker@adacore.com>
7435
7436 * gdb.base/maint.exp: Adjust the expected output for the
7437 "maint print type" test. Use gdb_test_multiple instead of
7438 gdb_sent/gdb_expect.
7439
08e24bd4
DE
74402010-01-11 Doug Evans <dje@google.com>
7441
6496a609
DE
7442 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7443 from gdbserver_download. All callers updated.
7444
08e24bd4
DE
7445 * gdb.server/ext-run.exp: "info os processes" requires xml support.
7446
b5cfddf5
JK
74472010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7448
7449 Implement binary numbers parsing.
7450 * gdb.base/printcmds.exp (test_integer_literals_accepted)
7451 (test_integer_literals_rejected): New binary tests.
7452
3725885a
RW
74532010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7454
7455 * gdb.cell/configure: Regenerate.
7456
37aeb5df
JK
74572010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.base/corefile.exp: Move the core finding block out and call it as
7460 core_find, new variable $corefile, replace corefile by $corefile and
7461 [file tail $corefile] for usage vs. test names resp.
7462 * lib/gdb.exp (core_find): Move it as a new function here. New
7463 parameter binfile and deletefiles. New variable $destcore. Pre-delete
7464 $destcore. Return "" on error.
7465
d521f563
JK
74662010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 Workaround PR binutils/10802.
7469 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7470 (twice).
7471
28f24826
DJ
74722010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7473
7474 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7475
2de75e71
JB
74762010-01-08 Joel Brobecker <brobecker@adacore.com>
7477
7478 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7479 call, to avoid interruption.
7480
fe00719b 74812010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
7482
7483 * gdb.stabs/weird.def (args93): New.
7484
d0ef5df8
DE
74852010-01-07 Doug Evans <dje@google.com>
7486
7487 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7488
3a08d52f
TT
74892010-01-07 Tom Tromey <tromey@redhat.com>
7490
7491 * gdb.base/source.exp: Use correct line number.
7492
7a697b8d
SS
74932010-01-05 Stan Shebs <stan@codesourcery.com>
7494
7495 * gdb.trace/tracecmd.exp: Test ftrace.
7496
7803799a
UW
74972010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7498
7499 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7500
c54eabfa
JK
75012010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7502
7503 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7504 "uint_for_mi_testing".
7505
02e7ef19
JB
75062010-01-01 Joel Brobecker <brobecker@adacore.com>
7507
7508 Test indented comment in file being sourced.
7509 * gdb.base/commands.exp: Test indented comment in file being sourced.
7510
abd775ce
JB
75112010-01-01 Joel Brobecker <brobecker@adacore.com>
7512
7513 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7514 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7515 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7516 notice.
7517
79b55b82
JB
75182010-01-01 Joel Brobecker <brobecker@adacore.com>
7519
7520 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7521 notice.
7522
8997583e
JK
75232010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7526 missing $after_stopped and comma (,) expectation.
7527
6da95a67
SS
75282009-12-31 Stan Shebs <stan@codesourcery.com>
7529
7530 * gdb.trace/actions.exp: Test teval action.
889bf7c5 7531
218d2fc6
TJB
75322009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7533
7534 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7535 (top level): Call test_watchpoint_in_big_blob.
7536 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7537 watchpoints.
7538 (func3): Write to buf.
7539
236f1d4d
SS
75402009-12-29 Stan Shebs <stan@codesourcery.com>
7541
7542 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 7543
f61e138d
SS
75442009-12-28 Stan Shebs <stan@codesourcery.com>
7545
7546 * gdb.trace/tsv.exp: New file.
7547 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 7548
0219b378
DJ
75492009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
7550
7551 * gdb.base/find.c (main): Reference search buffers.
7552 * gdb.base/included.c (main): Reference integer.
7553 * gdb.base/ptype.c (charfoo): Declare.
7554 (intfoo): Call charfoo.
7555 * gdb.base/scope0.c (useitp): New function.
7556 (usestatics): Use useitp.
7557 (useit): Add a type for val.
7558 * gdb.base/scope1.c (useit1): Take a pointer argument.
7559 (usestatics1): Update calls to useit1.
7560 * gdb.cp/call-c.cc: Declare foo.
7561 (main): Call foo.
7562 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7563 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7564 (main): Call C::ensureRefs and ensureOtherRefs.
7565 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7566 variables.
7567 (ensureOtherRefs): New function.
7568 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7569 * gdb.cp/templates.cc (main): Call t5i.value.
7570
3f78692f
JK
75712009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 Fix compatibility with G++-4.5.
7574 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7575 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7576 (uncaught return): Remove.
7577
429374b8
JK
75782009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7579 Phil Muldoon <pmuldoon@redhat.com>
7580
7581 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7582 (bp_location13, bp_location14, bp_location17, bp_location18)
7583 (marker3_proto, marker4_proto): New variables.
7584 (breakpoint info): Update output.
7585 (run until breakpoint at marker3, run until breakpoint at marker4): New
7586 tests.
7587
859825b8
JK
75882009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7589
7590 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7591 Replace the printf call of Y by provided "y-set-1" label. New block
7592 for the second shared library.
7593 * gdb.base/unload.exp: Compile also the second library, call
7594 gdb_load_shlibs also for it. Use now gdb_breakpoint.
7595 (single pending breakpoint info): Rename to ...
7596 (pending breakpoint info before run): ... this extended test.
7597 (libfile2, libname2, libsrcfile2, libsrc2)
7598 (lib_sl2): New variables.
7599 (exec_opts): Set also SHLIB_NAME2.
7600 (pending breakpoint info on first run at shrfunc1)
7601 (pending breakpoint info on second run at shrfunc1)
7602 (pending breakpoint info on second run at shrfunc2)
7603 (print y from libfile, print y from libfile2): New tests.
7604 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7605 * gdb.base/unloadshr2.c: New.
7606
e6a386cd
HZ
76072009-12-22 Hui Zhu <teawater@gmail.com>
7608
7609 * gdb.reverse/sigall-reverse.exp: Adjust.
7610
9e19b45e
VP
76112009-12-21 Vladimir Prus <vladimir@codesourcery.com>
7612
7613 PR gdb/10884
7614
7615 * gdb.mi/var-cmd.c (do_bitfield_tests): New
7616 (main): Call do_bitfield_tests.
aacf5b1e 7617 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 7618
d53a7b30
JB
76192009-12-20 Joel Brobecker <brobecker@adacore.com>
7620
7621 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7622 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7623 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7624 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7625 gdb.modula2/unbounded1.c: Update copyright header.
7626
191ca0a1
CM
76272009-12-10 Chris Moller <moller@mollerware.com>
7628
7629 PR gdb/9399
7630 * gdb.cp/virtfunc2.exp: New tests
7631 * gdb.cp/virtfunc2.cc: New tests
7632 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7633
0fa6cf1b
MS
76342009-12-10 Oza Pawandeep (paawan1982@yahoo.com
7635
7636 * gdb.reverse/i387-env-reverse.c: New file.
7637 * gdb.reverse/i387-env-reverse.exp: New file.
7638 * gdb.reverse/i387-stack-reverse.c: New file.
7639 * gdb.reverse/i387-stack-reverse.exp: New file.
7640
361ae042
PM
76412009-12-08 Phil Muldoon <pmuldoon@redhat.com>
7642
7643 * gdb.python/py-type.exp (test_range): New test.
7644
bfd31e71
PM
76452009-12-03 Phil Muldoon <pmuldoon@redhat.com>
7646
7647 PR python/10805
7648
7649 * gdb.python/py-type.exp: New file.
7650 * gdb.python/py-type.c: New file.
7651 * Makefile.in: Add py-type.
7652
57a1d736
TT
76532009-12-03 Tom Tromey <tromey@redhat.com>
7654
7655 * gdb.python/py-value.exp (test_parse_and_eval): New
7656 function.
7657
1f3b5d1b
PP
76582009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7659
7660 PR gdb/11022
7661
7662 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
7663 * gdb.base/pr11022.c: New test.
7664
8b7dbdc9
JK
76652009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7666
7667 Fix spurious false FAILs.
7668 * gdb.base/structs.c (chartest): New.
7669 (main): Fill-in chartest.
7670 * gdb.base/structs.exp (anychar_re, first): New.
7671 (start_structs_test): Import global anychar_re and first.
7672 New gdb_test call "set print elements 300; ${testfile}"
7673 (start_structs_test <$first>): New block.
7674 (any): Import global anychar_re. New variable ac. Use ${ac}.
7675
6a53b2ec
JK
76762009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7679
d7167b4c
JK
76802009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7683 Force $srcfile file.
7684 * gdb.base/foll-fork.c (callee): Comment out the printf call.
7685
b1798462
UW
76862009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7687
7688 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7689 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7690 * gdb.threads/watchthreads-reorder.exp: Likewise.
7691
b6199126
DJ
76922009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
7693
7694 PR gdb/8704
7695
7696 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
7697 "if", and "thread". Correct matching in the previous test.
7698
b22a0510
DJ
76992009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
7700
7701 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
7702
930636d2
MS
77032009-11-23 Michael Snyder <msnyder@vmware.com>
7704
7705 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7706 * gdb.reverse-watch-precsave.exp: Ditto.
7707
21a0512e
PP
77082009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7709
7710 * gdb.asm/asm-source.exp: Adjust.
7711 * gdb.base/help.exp: Adjust.
889bf7c5 7712
fc30d5e0
PA
77132009-11-22 Pedro Alves <pedro@codesourcery.com>
7714
7715 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7716 (do_syscall_tests_without_xml): Set data-directory to
7717 /the/path/to/nowhere.
7718
f6bc2008
PA
77192009-11-21 Pedro Alves <pedro@codesourcery.com>
7720
7721 * gdb.threads/local-watch-wrong-thread.c,
7722 gdb.threads/local-watch-wrong-thread.exp: New files.
7723
8c2fb5de
PA
77242009-11-21 Pedro Alves <pedro@codesourcery.com>
7725
7726 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7727 assume new `regsub' syntax available.
7728
ebec9a0f
PA
77292009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
a79d3c27
JK
7731 * gdb.base/watchpoint-hw-hit-once.exp,
7732 gdb.base/watchpoint-hw-hit-once.c: New.
7733
77342009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 * gdb.threads/watchthreads-reorder.exp,
7737 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 7738
276a961b
MK
77392009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7740
7741 * gdb.xml/tdesc-regs.exp: Use for m68k.
7742
4867c1fb
PA
77432009-11-15 Pedro Alves <pedro@codesourcery.com>
7744
7745 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7746
f6838f81
DJ
77472009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7748
7749 * lib/gdb.exp (current_target_name): New procedure.
7750 (gdb_wrapper_target): New variable.
7751 (gdb_wrapper_init): Set gdb_wrapper_target.
7752 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7753 wrapper.
7754
4ac4dd3f
DJ
77552009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7756
7757 * gdb.base/remote.exp: Delete the slowest load test.
7758 Do not load with fixed packet sizes.
7759
a7881759
DJ
77602009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7761
7762 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7763
97a5b505
DJ
77642009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7765
7766 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
7767 srcfile when setting a breakpoint.
7768
d3e1fc54
DJ
77692009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
7770
7771 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7772 macros.
7773
7cbcbded
DJ
77742009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7775
7776 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7777 to be in memory.
7778 * gdb.base/display.c (force_mem): New.
7779 (do_loops): Use it. Add breakpoint comments.
7780 (do_vars): Add a breakpoint comment.
7781 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
7782 line numbers.
7783
bdea3a92
NF
77842009-11-13 Nathan Froyd <froydnj@codesourcery.com>
7785
7786 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7787 instead of a bare "run".
7788
269f82e5
PP
77892009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7790
7791 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 7792
a69b7d9d
DJ
77932009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7794
7795 * lib/cell.exp (skip_cell_tests): Clean up test files before
7796 returning.
7797
b598bfda
DJ
77982009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7799
7800 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7801 and the breakpoint menu. Do not call perror if a prompt is seen.
7802 Consume the following GDB prompt.
7803 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7804 * gdb.cp/namespace.exp: Use gdb_test.
7805 * gdb.cp/templates.exp: Use gdb_test.
7806 (test_template_breakpoints): Use gdb_test_multiple.
7807
87728fa0
DJ
78082009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7809
7810 * gdb.base/break1.c (struct some_struct, values): Move earlier.
7811 (marker4): Reference values.
7812
b67c692f
DJ
78132009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7814
7815 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7816 is missing.
7817
f0df251a
DJ
78182009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7819
7820 * gdb.base/break.c (need_malloc): New.
7821 * gdb.base/constvars.c (main): Reference crass and crisp.
7822 * gdb.base/gdb1821.c (main): Reference bar.
7823 * gdb.cp/gdb1355.cc (main): Reference s1.
7824 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7825 (main): Call them.
7826 * gdb.cp/hang2.cc (dummy2): Define.
7827 * gdb.cp/hang3.cc (dummy3): Define.
7828 * gdb.cp/m-data.cc (main): Reference shadow.
7829
bdf7534a
NF
78302009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7831 Nathan Froyd <froydnj@codesourcery.com>
7832
7833 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
7834 remote host.
7835
f24fce77
NF
78362009-11-12 Nathan Froyd <froydnj@codesourcery.com>
7837
7838 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
7839 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
7840 * gdb.dwarf2/dw2-compressed.exp: Likewise.
7841 * gdb.dwarf2/dw2-intercu.exp: Likewise.
7842 * gdb.dwarf2/dw2-intermix.exp: Likewise.
7843 * gdb.dwarf2/dw2-producer.exp: Likewise.
7844 * gdb.dwarf2/mac-fileno.exp: Likewise.
7845 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
7846 py-prettyprint.py to the remote host.
7847 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
7848
40f0318e
KS
78492009-11-11 Keith Seitz <keiths@redhat.com>
7850
7851 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
7852 use it instead of "Foo".
7853 * gdb.cp/classes.exp (do_tests): Add a test to access
7854 a method through a typedef'd class name.
7855
f3d9f7fb
NF
78562009-11-11 Nathan Froyd <froydnj@codesourcery.com>
7857
7858 * gdb.base/long_long.exp: Permit leading zeros on floating-point
7859 exponents.
7860 * gdb.base/pointers.exp: Likewise.
7861 * gdb.cp/ref-types.exp: Likewise.
7862
a4216f37
KS
78632009-11-11 Keith Seitz <keiths@redhat.com>
7864
7865 * gdb.cp/cplusfuncs.cc (class foo): Add operators
7866 new[] and delete[].
7867 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
7868 "void".
7869 (probe_demangler): Remove all single-quoting of
7870 method and variable names.
7871 (info_func_regexp): Remove the word "void" from any
7872 occurrence of "(void)".
7873 (print_addr_2): Remove all single-quoting of
7874 method names.
7875 (print_addr_2_kfail): Likewise.
7876 (print_addr): Single-quote C function names before
7877 passing to print_addr_2.
7878 (test_paddr_operator_functions): Remove single-quoting
7879 for method names.
7880 Add tests for operator new[] and operator delete[].
7881
9b14d7aa
JK
78822009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7885
85feb311
KS
78862009-11-09 Keith Seitz <keiths@redhat.com>
7887
7888 * gdb.cp/overload.exp: Add tests for resolving overloaded
7889 methods in expression parsing/evaluation.
7890
fa335448
DJ
78912009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7892
7893 * lib/gdb.exp (default_gdb_version): Use --version instead of
7894 --command.
7895
ec3c07fc
NS
78962009-11-10 Nathan Sidwell <nathan@codesourcery.com>
7897
7898 * lib/gdb.exp (gdb_compile_test): New.
7899 (skip_ada_tests, skip_java_tests): New.
7900 (gdb_compile): Use gdb_compile_test for f77.
7901 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7902 * lib/java.exp (compile_java_from_source): Remove runtests check,
7903 use gdb_compile_test to record result.
7904 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7905 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7906 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7907 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7908 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7909 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7910 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7911 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7912 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7913 adjust gdb_compile invocations.
7914
b8b4e42b
JK
79152009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 * Makefile.in (abs_builddir): New.
7918 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
7919 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
7920 `$(abs_builddir)/site.exp'.
7921
f8b7eaf3
DJ
79222009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7923
7924 * config/m68k-emc.exp, lib/emc-support.exp,
7925 gdb.trace/gdb_c_test.c: Delete.
7926 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
7927 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7928 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7929 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7930 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7931 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
7932 casing for m68k-*-elf.
7933
c4187697
NS
79342009-11-03 Pedro Alves <pedro@codesourcery.com>
7935
7936 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
7937 * gdb.arch/i386-prologue.exp: Likewise.
7938 * gdb.arch/i386-unwind.exp: Likewise.
7939
db16b772
DJ
79402009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7941
7942 * lib/gdb.exp (gdb_expect): Fix timeout typo.
7943
bcf71277
DJ
79442009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7945
7946 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
7947
0105cee2
DJ
79482009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7949
7950 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
7951
24ddea62
JK
79522009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7953
7954 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
7955
287ccc17
JK
79562009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7957
7958 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
7959 * gdb.base/sepdebug2.c: New file.
7960
08bca259 79612009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
7962
7963 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
7964 the modified warnings for catch syscall. Verify if GDB was compiled
7965 with support for lib expat, and choose which tests to run depending
7966 on this.
7967
5d4e2b76
VP
79682009-10-30 Vladimir Prus <vladimir@codesourcery.com>
7969
7970 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
7971 that composite commands are parsed OK. And also test
7972 that breakpoint commands do work.
7973
240e538a
MS
79742009-10-23 Michael Snyder <msnyder@vmware.com>
7975
7976 gdb.reverse/consecutive-precsave.exp: Change expect pattern
7977 to allow for new disassembly style.
7978
9c419145
PP
79792009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
7980
7981 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 7982
02506ff1
MS
79832009-10-22 Michael Snyder <msnyder@vmware.com>
7984
7985 * gdb.reverse/break-precsave.exp: New test.
7986 * gdb.reverse/consecutive-precsave.exp: Ditto.
7987 * gdb.reverse/finish-precsave.exp: Ditto.
7988 * gdb.reverse/i386-precsave.exp: Ditto.
7989 * gdb.reverse/machinestate-precsave.exp: Ditto.
7990 * gdb.reverse/sigall-precsave.exp: Ditto.
7991 * gdb.reverse/solilb-precsave.exp: Ditto.
7992 * gdb.reverse/step-precsave.exp: Ditto.
7993 * gdb.reverse/until-precsave.exp: Ditto.
7994 * gdb.reverse/watch-precsave.exp: Ditto.
7995
4cf866a3
MS
79962009-10-22 Michael Snyder <msnyder@vmware.com>
7997
7998 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
7999 for gdb_expect. Adjust one test's expect strings for the new
8000 format of disassemble.
8001 * gdb.reverse/finish-reverse.exp: Delete 'return'.
8002 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8003 gdb_test_multiple.
8004 * gdb.reverse/step-reverse.exp: Delete 'return'.
8005 * gdb.reverse/until-reverse.exp: Delete blank lines.
8006 * gdb.reverse/watch-reverse.exp: Delete blank lines.
8007
2b28d209
PP
80082009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
8009
8010 * gdb.base/consecutive.exp: Adjust.
8011 * gdb.base/display.exp: Likewise.
8012 * gdb.base/pc-fp.exp: Likewise.
8013 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 8014
33b9c32b
MS
80152009-10-19 Michael Snyder <msnyder@vmware.com>
8016
8017 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8018 * gdb.reverse/finish-reverse.c: Ditto.
8019 * gdb.reverse/sigall-reverse.c: Ditto.
8020 * gdb.reverse/solib-reverse.c: Ditto.
8021 * gdb.reverse/step-reverse.c: Ditto.
8022 * gdb.reverse/watch-reverse.c: Ditto.
8023
6c95b8df
PA
80242009-10-19 Pedro Alves <pedro@codesourcery.com>
8025 Stan Shebs <stan@codesourcery.com>
8026
8027 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8028 * gdb.base/foll-exec.exp: Adjust to expect a process id before
8029 "Executing new program".
8030 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8031 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
8032 left listed after having been killed.
8033 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8034 * gdb.base/maint.exp: Adjust test.
8035
8036 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8037 * gdb.multi/Makefile.in: New.
8038 * gdb.multi/base.exp: New.
8039 * gdb.multi/goodbye.c: New.
8040 * gdb.multi/hangout.c: New.
8041 * gdb.multi/hello.c: New.
8042 * gdb.multi/bkpt-multi-exec.c: New.
8043 * gdb.multi/bkpt-multi-exec.exp: New.
8044 * gdb.multi/crashme.c: New.
8045
279017b7
TG
80462009-10-13 Tristan Gingold <gingold@adacore.com>
8047
8048 * gdb.base/sepdebug.exp: Check debug info are found.
8049
0413d738
PA
80502009-10-08 Pedro Alves <pedro@codesourcery.com>
8051
8052 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8053 bits.
8054
c628eecc
JK
80552009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8056
8057 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8058
38af1bfe
JB
80592009-10-07 Joel Brobecker <brobecker@adacore.com>
8060
8061 * gdb.base/watchpoints.c: Add copyright header. Reformat one
8062 of the comments.
8063
2b0adecd
PM
80642009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
8065
8066 * gdb.base/annota1.exp: Remove obsolete match_max increase.
8067 * gdb.base/annota3.exp: Idem.
8068 * gdb.base/maint.exp: Idem.
8069
8d417781
PM
80702009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8071
889bf7c5 8072 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
8073 to default.
8074
bb61102d
PM
80752009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8076
889bf7c5 8077 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
8078 mingw and cygwin targets.
8079
ace5c364
PM
80802009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8081 Pedro Alves <pedro@codesourcery.com>
8082
889bf7c5 8083 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
8084 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8085
c2d494a0
PM
80862009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8087
e1b52ce2
PM
8088 * gdb.base/shr1.c: Use %p in format string.
8089 * gdb.base/unload.c: Avoid warning in fprintf.
8090 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 8091
209f53f5
PM
80922009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8093
8094 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8095 long type.
8096 (test_unlink): Correct printf string.
8097 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8098 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8099
8172766a
JK
81002009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8103 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8104 * gdb.arch/ia64-breakpoint-shadow.S: New file.
8105
0f73703c
UW
81062009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8107
8108 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8109 * gdb.objc/nondebug.exp: Likewise.
8110
b32306ca
UW
81112009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8112
8113 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8114 target_info setting.
8115
8116 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8117 that detect new threads during "info threads".
8118
0057022f
UW
81192009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8120
8121 * gdb.threads/manythreads.c (main): Increase thread stack size
8122 to 2*PTHREAD_STACK_MIN.
8123 * gdb.threads/multi-create.c (main): Likewise.
8124 (create_function): Likewise.
8125
f29c0325
UW
81262009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8127
8128 * gdb.base/dump.exp: Pass difference of pointer types instead
8129 of integer types as offset to restore in intarr3.srec case.
8130
fcb34849
UW
81312009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8132
8133 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8134
d5142e3b
UW
81352009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8136
8137 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8138
087b74b2 81392009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 8140
087b74b2
PM
8141 New test for two watchpoints, with disabling of
8142 the first inserted.
8143 * testsuite/gdb.base/watchpoints.c: New file.
8144 * testsuite/gdb.base/watchpoints.exp: New file.
8145
96c07c5b
TT
81462009-09-25 Tom Tromey <tromey@redhat.com>
8147
8148 * gdb.base/charset.exp: Test utf-16 strings with Python.
8149
b8899f2b
TT
81502009-09-25 Tom Tromey <tromey@redhat.com>
8151
8152 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8153 UCS-4.
8154 * gdb.base/charset.c (utf_32_string): Rename.
8155 (init_utf32): Rename.
8156 (main): Update.
8157
329719ec
TT
81582009-09-22 Tom Tromey <tromey@redhat.com>
8159
8160 * gdb.python/py-function.exp: Add regression tests.
8161
11ef0d76
KS
81622009-09-21 Keith Seitz <keiths@redhat.com>
8163
8164 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8165 with invalid operator.
8166
3fe8f3b3
KS
81672009-09-21 Keith Seitz <keiths@redhat.com>
8168
8169 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8170 and destructor using typedef name of class.
8171 * gdb.cp/classes.cc (class Base1): Add a destructor.
8172 (base1): New typedef.
8173 (use_methods): Instanitate an object of type base1.
8174 * gdb.cp/templates.exp (test_template_typedef): New procedure.
8175 (do_tests): Call test_template_typedef.
8176 * gdb.cp/templates.cc (Baz::~Baz): New method.
8177 (intBazOne): New typedef.
8178 (main): Instantiate intBazOne.
8179
7a9fe101
PM
81802009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8181
8182 PR python/10633
8183
8184 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8185 Function.
8186 (run_lang_tests): Add print elements test.
8187
2e4d963f
PM
81882009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8189
8190 * gdb.python/py-value.exp (test_subscript_regression): New
8191 function. Test for invalid subscripts.
8192 * gdb.python/py-value.c (main): Add test array, and pointer to it.
8193 (ptr_ref): New function.
8194
ec7e75e7
PP
81952009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8196
8197 * gdb.base/default.exp: Fix "show convenience".
8198
0cc7d26f
TT
81992009-09-15 Tom Tromey <tromey@redhat.com>
8200
8201 * lib/mi-support.exp (mi_create_varobj): Update.
8202 (mi_create_floating_varobj): Likewise.
8203 (mi_create_dynamic_varobj): New proc.
8204 (mi_varobj_update): Update.
8205 (mi_varobj_update_with_type_change): Likewise.
8206 (mi_varobj_update_kv_helper): New proc.
8207 (mi_varobj_update_dynamic_helper): Rewrite.
8208 (mi_varobj_update_dynamic): New proc.
8209 (mi_list_varobj_children): Update.
8210 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8211 * gdb.python/python-prettyprint.py (pp_outer): New class.
8212 (pp_nullstr): Likewise.
8213 (lookup_function): Register new printers.
8214 * gdb.python/python-prettyprint.c (struct substruct): New type.
8215 (struct outerstruct): Likewise.
8216 (substruct_test): New function.
8217 (struct nullstr): New type.
8218 (string_1, string_2): New globals.
8219 (main): Add new tests.
8220 * gdb.python/python-mi.exp: Added regression tests.
8221 * gdb.mi/mi2-var-display.exp: Update.
8222 * gdb.mi/mi2-var-cmd.exp: Update.
8223 * gdb.mi/mi2-var-child.exp: Update.
8224 * gdb.mi/mi2-var-block.exp: Update.
8225 * gdb.mi/mi-var-invalidate.exp: Update.
8226 * gdb.mi/mi-var-display.exp: Update.
8227 * gdb.mi/mi-var-cmd.exp: Update.
8228 * gdb.mi/mi-var-child.exp: Update.
8229 * gdb.mi/mi-var-block.exp: Update.
8230 * gdb.mi/mi-break.exp: Update.
8231 * gdb.mi/gdb701.exp: Update.
8232
a96d9b2e
SDJ
82332009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8234
8235 * Makefile.in: Inclusion of catch-syscall object.
8236 * gdb.base/catch-syscall.c: New file.
8237 * gdb.base/catch-syscall.exp: New file.
8238
b43b923a
MS
82392009-09-12 Michael Snyder <msnyder@vmware.com>
8240
8241 * gdb.reverse/step-reverse.exp: Explicitly check for targets
8242 that can support reverse debuggnig.
8243
cec03d70
TT
82442009-09-11 Tom Tromey <tromey@redhat.com>
8245
8246 * gdb.dwarf2/valop.S: New file.
8247 * gdb.dwarf2/valop.exp: New file.
8248
e23bb3fc
MK
82492009-09-11 Mark Kettenis <kettenis@gnu.org>
8250
8251 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8252
37c3696d
DE
82532009-09-10 Doug Evans <dje@google.com>
8254
8255 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8256 Add $gdb_prompt to second breakpoint regexp.
8257
5172aecb
JB
82582009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
8259
8260 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8261 names, add missing ones.
8262 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8263 * gdb.python/py-frame.c: Rename from python-frame.c.
8264 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
8265 testfile name.
8266 * gdb.python/py-function.exp: Rename from python-function.exp.
8267 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
8268 testfile name.
8269 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8270 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8271 Adjust testfile name.
8272 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8273 * gdb.python/py-template.cc: Rename from python-template.cc.
8274 * gdb.python/py-template.exp: Rename from python-template.exp.
8275 Adjust testfile name.
8276 * gdb.python/py-value.c: Rename from python-value.c.
8277 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
8278 testfile name.
8279
b554e4bd
JK
82802009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8281
8282 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8283 $bpt2address.
8284 (Second breakpoint address is valid on ia64)
8285 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8286
9a68ae16
JM
82872009-09-03 Joseph Myers <joseph@codesourcery.com>
8288
8289 * gdb.base/ending-run.exp: Restrict regular expression matching
8290 line number to require closing brace following.
8291
146b9145
DE
82922009-09-03 Doug Evans <dje@google.com>
8293
8294 * gdb.base/store.exp (check_set): Fix typo in expected value message.
8295
787d21e1
TT
82962009-09-02 Tom Tromey <tromey@redhat.com>
8297
8298 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8299
e7802207
TT
83002009-09-02 Tom Tromey <tromey@redhat.com>
8301
8302 * gdb.dwarf2/callframecfa.exp: New file.
8303 * gdb.dwarf2/callframecfa.S: New file.
8304
817aadd2
JK
83052009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8308 gdb.base/solib-overlap-main.c: New.
8309
4a76eae5
DJ
83102009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
8311
8312 PR gdb/10565
8313
8314 * gdb.base/bitfields.c (struct container, container): New.
8315 (main): Initialize it and call break5.
8316 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8317
d4b96c9a
JK
83182009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 Support constant DW_AT_data_member_location by GCC PR debug/40659.
8321 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8322
4e22772d
JK
83232009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8326
2efab443
MS
83272009-08-26 Michael Snyder <msnyder@vmware.com>
8328
8329 * gdb.base/i386-reverse.c: New file.
8330 * gdb.base/i386-reverse.exp: New file.
8331 * gdb.base/Makefile.in: Add new files to be removed.
8332
07ab73a0
JM
83332009-08-26 Joseph Myers <joseph@codesourcery.com>
8334
8335 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8336 environment-pwd for remote host.
8337 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8338
676accff
KS
83392009-08-24 Keith Seitz <keiths@redhat.com>
8340
8341 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8342 Add two new C++ completer tests which limit the output to a
889bf7c5 8343 given class.
676accff 8344
f9f7ad22
MS
83452009-08-24 Michael Snyder <msnyder@vmware.com>
8346
8347 * gdb.base/del.exp: Fix typo in comment.
8348 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8349
81ecdfbb
RW
83502009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8351
8352 * configure: Regenerate.
8353 * gdb.hp/configure: Likewise.
8354 * gdb.hp/gdb.aCC/configure: Likewise.
8355 * gdb.hp/gdb.base-hp/configure: Likewise.
8356 * gdb.hp/gdb.compat/configure: Likewise.
8357 * gdb.hp/gdb.defects/configure: Likewise.
8358 * gdb.hp/gdb.objdbg/configure: Likewise.
8359 * gdb.stabs/configure: Likewise.
8360
cab0c772
UW
83612009-08-19 Doug Evans <dje@google.com>
8362
8363 * gdb.base/gdbvars.c: New file.
8364 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8365
b8fa0bfa
PA
83662009-08-14 Pedro Alves <pedro@codesourcery.com>
8367
8368 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8369 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8370
b84aa90a
PA
83712009-08-13 Pedro Alves <pedro@codesourcery.com>
8372
8373 * gdb.base/default.exp: Adjust "set language test": it's now an
8374 enum command. Larger help string moved to "help set language".
8375 * gdb.base/help.exp: Adjust "help set language" expected output,
8376 now lists all known languages.
8377
0d8f9b2c
NF
83782009-08-11 Nathan Froyd <froydnj@codesourcery.com>
8379
8380 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8381 all frame arguments.
8382 * gdb.arch/altivec-regs.exp: Likewise.
8383
bda180e0
TT
83842009-08-07 Tom Tromey <tromey@redhat.com>
8385
8386 * gdb.base/setshow.exp: Add tests for changes to set language, set
8387 check range, and set check type.
8388
48cb2d85
VP
83892009-08-03 Vladimir Prus <vladimir@codesourcery.com>
8390
8391 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8392 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 8393 Call it.
48cb2d85 8394
1ea34204
UW
83952009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8396
8397 * configure.ac: Run gdb.cell tests when appropriate.
8398 * configure: Regenerate.
8399 * lib/cell.exp: New file.
8400 * gdb.cell: New directory.
8401 * gdb.cell/configure.ac: New file.
8402 * gdb.cell/configure: New file.
8403 * gdb.cell/Makefile.in: New file.
8404 * gdb.cell/arch.exp: New file.
8405 * gdb.cell/break.c: New file.
8406 * gdb.cell/break.exp: New file.
8407 * gdb.cell/break-spu.c: New file.
8408 * gdb.cell/bt.c: New file.
8409 * gdb.cell/bt2-spu.c: New file.
8410 * gdb.cell/bt-spu.c: New file.
8411 * gdb.cell/bt.exp: New file.
8412 * gdb.cell/coremaker.c: New file.
8413 * gdb.cell/coremaker-spu.c: New file.
8414 * gdb.cell/core.exp: New file.
8415 * gdb.cell/gcore.exp: New file.
8416 * gdb.cell/data.c: New file.
8417 * gdb.cell/data.exp: New file.
8418 * gdb.cell/data-spu.c: New file.
8419 * gdb.cell/ea-cache.exp: New file.
8420 * gdb.cell/ea-cache.c: New file.
8421 * gdb.cell/ea-cache-spu.c: New file.
8422 * gdb.cell/ea-standalone.c: New file.
8423 * gdb.cell/ea-standalone.exp: New file.
8424 * gdb.cell/ea-test.c: New file.
8425 * gdb.cell/ea-test.exp: New file.
8426 * gdb.cell/f-regs.exp: New file.
8427 * gdb.cell/mem-access.c: New file.
8428 * gdb.cell/mem-access.exp: New file.
8429 * gdb.cell/mem-access-spu.c: New file.
8430 * gdb.cell/ptype.exp: New file.
8431 * gdb.cell/registers.exp: New file.
8432 * gdb.cell/size.c: New file.
8433 * gdb.cell/sizeof.exp: New file.
8434 * gdb.cell/size-spu.c: New file.
8435 * gdb.cell/solib.exp: New file.
8436 * gdb.cell/solib-symbol.exp: New file.
8437
85e747d2
UW
84382009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8439
8440 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8441
58d6951d
DJ
84422009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8443
8444 * gdb.base/float.exp: Handle VFP registers.
8445
6e0a4f15
MS
84462009-07-14 Michael Snyder <msnyder@vmware.com>
8447
dcd5da87
MS
8448 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8449 to bring gdb to the beginning of the calling line.
8450
6e0a4f15
MS
8451 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8452 confusing the i386 epilogue unwinder.
8453
782b2b07
SS
84542009-07-14 Stan Shebs <stan@codesourcery.com>
8455
8456 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8457
f662c3bc
MS
84582009-07-14 Michael Snyder <msnyder@vmware.com>
8459
8460 * gdb.reverse/step-reverse.exp (stepi into function call):
8461 Call instruction may not be first instruction in the line.
8462 (reverse stepi from a function call): Used wrong line number.
8463
8f313923
JK
84642009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8465
8466 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8467
4662c76e
JK
84682009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8469
8470 Fix gdb.base/macscp.exp when using custom inputrc.
8471 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8472 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
8473 env(TERM) set.
8474 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8475 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8476
aa81e255
JK
84772009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8478
8479 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8480 * gdb.base/annota1.exp (thread_test): Import global $testfile.
8481 Change the compilation target to match the testcase name.
8482 * gdb.base/sect-cmd.exp: Change the compilation target to match the
8483 testcase name.
8484 * a2-run.exp: Use for setup prepare_for_testing. Change the
8485 compilation target to match the testcase name.
8486 * gdb.base/commands.exp: Likewise.
8487 * gdb.base/finish.exp: Likewise.
8488 * gdb.base/float.exp: Likewise.
8489 * gdb.base/info-target.exp: Likewise.
8490 * gdb.base/relational.exp: Likewise.
8491 * gdb.base/term.exp: Likewise.
8492 * gdb.base/until.exp: Likewise.
8493 * gdb.base/volatile.exp: Likewise.
8494 * gdb.base/whatis-exp.exp: Likewise.
8495
4c93b1d7
HZ
84962009-07-11 Hui Zhu <teawater@gmail.com>
8497
8498 * gdb.base/help.exp (disassemble): Update expected help text.
8499
812f7342
TT
85002009-07-09 Tom Tromey <tromey@redhat.com>
8501
8502 * lib/gdb.exp: Handle TRANSCRIPT.
8503 (remote_spawn, remote_close, send_gdb): New procs.
8504
fbb8f299
PM
85052009-07-10 Phil Muldoon <pmuldoon@redhat.com>
8506
8507 * gdb.python/python-prettyprint.c: Add counted null string
8508 structure.
8509 * gdb.python/python-prettyprint.exp: Print null string. Test for
8510 embedded nulls.
8511 * gdb.python/python-prettyprint.py (pp_ns): New Function.
8512 * gdb.python/python-value.exp (test_value_in_inferior): Add
8513 variable length string fetch tests.
8514 * gdb.python/python-value.c (main): Add strings for string fetch tests.
8515
c0ac0ec7
JK
85162009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8517
8518 * gdb.base/dump.exp (inaccessible memory is reported): New test.
8519
30b66ecc
TT
85202009-07-07 Tom Tromey <tromey@redhat.com>
8521
8522 * gdb.base/call-rt-st.exp: Update for change to escape output.
8523 * gdb.base/callfuncs.exp: Likewise.
8524 * gdb.base/charset.exp: Likewise.
8525 * gdb.base/constvars.exp: Likewise.
8526 * gdb.base/long_long.exp: Likewise.
8527 * gdb.base/pointers.exp: Likewise.
8528 * gdb.base/printcmds.exp: Likewise.
8529 * gdb.base/setvar.exp: Likewise.
8530 * gdb.base/store.exp: Likewise.
8531 * gdb.cp/ref-types.exp: Likewise.
8532 * gdb.mi/mi-var-child.exp: Likewise.
8533 * gdb.mi/mi-var-display.exp: Likewise.
8534 * gdb.mi/mi2-var-display.exp: Likewise.
8535 * gdb.base/charset.exp: Test octal escape sequence length.
8536 Update for change to escape output.
8537
187c4a2b
JK
85382009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8541
d80a43f9
DJ
85422009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8545
047427a8
JK
85462009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8549 gdbserver increasing $portnum if "Can't bind address" has been seen.
8550
8b5a0f4f
PA
85512009-07-05 Pedro Alves <pedro@codesourcery.com>
8552
8553 * gdb.base/ending-run.exp: Add "step out of main" pattern for
8554 mingw32ce.
8555
7d93ba58
PA
85562009-07-05 Pedro Alves <pedro@codesourcery.com>
8557
8558 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8559 VFP format.
8560
2277426b
PA
85612009-07-02 Pedro Alves <pedro@codesourcery.com>
8562
8563 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8564 linux. Adjust to use "inferior", "info inferiors", "detach
8565 inferior" and "kill inferior" instead of "restart", "info fork",
8566 "detach fork" and "delete fork".
8567 * gdb.base/ending-run.exp: Spell out "info".
8568 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8569 the "kill" command.
8570
5af949e3
UW
85712009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8572
8573 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8574 change to prefix TLS offset in hex with 0x.
8575
5d3729b5
UW
85762009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8577
8578 * gdb.base/default.exp: Update test case for "x" changes.
8579
af589bd0
TG
85802009-07-01 Tristan Gingold <gingold@adacore.com>
8581
8582 * gdb.base/bigcore.exp: Make darwin untested.
8583
40974f91
JK
85842009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 * gdb.base/completion.exp (directory completion): Create the directory.
8587 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8588 escapeuniquesub.
8589 (directory completion 2): Expect now ${escapeuniquesub}.
8590 (Glob remaining of directory test): Remove one excessive newline.
8591 Expect the real output.
8592
59dd3af6
JK
85932009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8594
8595 Fix `make check//%' target after `make check' has been ran.
8596 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
8597 a mkdir call.
8598 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8599 (%/.dir): Remove.
8600
f4e164aa
JK
86012009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8602
8603 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8604 the expected result record.
8605
69af2122
JK
86062009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8607
8608 Remove racy FAILs relying just on the timeouts.
8609 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8610 (annotation_level 2): Remove racy FAILs.
8611
2fd481e1
PP
86122009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8613
8614 gdb/10275
889bf7c5
PA
8615 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8616
c38f313d
DJ
86172009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
8618
8619 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8620
8b777f02
VP
86212009-06-30 Vladimir Prus <vladimir@codesourcery.com>
8622
8623 * gdb.mi/mi-stack.exp: Testing symbolic options
8624 to -stack-list-locals and -stack-list-arguments.
8625
00c7eacf
JK
86262009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8627
8628 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8629
6bc80edc
TT
86302009-06-29 Tom Tromey <tromey@redhat.com>
8631
8632 * dg-extract-results.sh: New file.
8633 * Makefile.in (FORCE_PARALLEL): New variable.
8634 (CHECK_TARGET): New conditional variable.
8635 (check): Use CHECK_TARGET.
8636 (DO_RUNTEST): New variable.
8637 (check-single): New target.
8638 (TEST_DIRS): New variable.
8639 (TEST_TARGETS): Likewise.
8640 (check-parallel): New target.
8641 (check-gdb.%): New pattern.
8642 (BASE1_FILES): New variable.
8643 (BASE2_FILES): Likewise.
8644 (check-gdb.base%): New pattern.
8645 (%/.dir): New pattern.
8646 * configure: Rebuild.
8647 * aclocal.m4 (AM_CONDITIONAL): New defun.
8648 * configure.ac: Check whether user is using GNU make.
8649 (GMAKE): New conditional.
8650
794684b6
SW
86512009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8652
8653 * gdb.cp/namespace-nested-import.cc: New test.
8654 * gdb.cp/namespace-nested-import.exp: New test.
8655
edb3359d
DJ
86562009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8657
8658 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8659 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8660 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8661 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8662 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8663 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8664 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8665 gdb.opt/inline-markers.c: New files.
8666 * lib/gdb.exp (skip_inline_frame_tests): New function.
8667 (skip_inline_var_tests): New function.
8668
cf657a0c
AS
86692009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8670
8671 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8672 backtrace.
8673
28d41a99
MS
86742009-06-27 Michael Snyder <msnyder@vmware.com>
8675
8676 * gdb.reverse: New directory.
8677 * gdb.reverse/break-reverse.c: New test.
8678 * gdb.reverse/break-reverse.exp: New test.
8679 * gdb.reverse/consecutive-reverse.c: New test.
8680 * gdb.reverse/consecutive-reverse.exp: New test.
8681 * gdb.reverse/finish-reverse.c: New test.
8682 * gdb.reverse/finish-reverse.exp: New test.
8683 * gdb.reverse/machinestate.c: New test.
8684 * gdb.reverse/ms1.c: New test.
8685 * gdb.reverse/machinestate.exp: New test.
8686 * gdb.reverse/Makefile.in: New file.
8687 * gdb.reverse/shr2.c: New test.
8688 * gdb.reverse/solib-reverse.c: New test.
8689 * gdb.reverse/solib-reverse.exp: New test.
8690 * gdb.reverse/step-reverse.c: New test.
8691 * gdb.reverse/step-reverse.exp: New test.
8692 * gdb.reverse/until-reverse.c: New test.
8693 * gdb.reverse/ur1.c: New test.
8694 * gdb.reverse/until-reverse.exp: New test.
8695 * gdb.reverse/watch-reverse.c: New test.
8696 * gdb.reverse/watch-reverse.exp: New test.
8697 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
8698 * configure: Regenerate.
8699
fe3c8b0d
DE
87002009-06-26 Doug Evans <dje@google.com>
8701
8702 * gdb.base/psymtab.exp: Turn off pending breakpoints.
8703
3a72a602
PM
87042009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
8705
8706 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8707 windows problem for 'file delete $binfile'.
8708
27aa8d6a
SW
87092009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
8710
8711 * gdb.cp/namespace-using.exp: New test.
8712 * gdb.cp/namespace-using.cc: New test.
8713
8ac055f8
JB
87142009-05-20 Joel Brobecker <brobecker@adacore.com>
8715
8716 * gdb.ada/variant_record_packed_array: New testcase.
8717
85e306ed
TT
87182009-06-23 Tom Tromey <tromey@redhat.com>
8719
8720 * gdb.base/charset.exp (test_combination): Regression test.
8721 * gdb.base/charset.c (my_wchar_t): New typedef.
8722 (myvar): New global.
8723 (main): Set myvar.
8724
56643c5e
PM
87252009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
8726
8727 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8728 target.
8729
1fac167a
UW
87302009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8731
8732 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8733
7ccb0be9
UW
87342009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8735
8736 * gdb.mi/gdb680.exp: Update test for error message.
8737
568d6575
UW
87382009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8739
8740 * gdb.base/annota1.exp: Allow multiple occurrences of the
8741 frames-invalid annotation.
8742 * gdb.cp/annota2.exp: Likewise.
8743
7cd1089b
PM
87442009-06-15 Phil Muldoon <pmuldoon@redhat.com>
8745
8746 * gdb.cp/gdb2495.cc: New file.
8747 * gdb.cp/gdb2495.exp: New file.
8748
72c63395
JK
87492009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8750
8751 Report error on GDB crash during runto.
8752 * lib/gdb.exp (runto <eof>): New.
8753
3788363d
DJ
87542009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
8755
8756 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8757 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8758 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8759 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8760 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8761 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8762 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8763 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8764 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8765 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8766 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8767 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8768 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8769 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8770 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8771 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8772 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8773 gdb.server/server-mon.exp, gdb.server/server-run.exp,
8774 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8775 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8776 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8777 gdb.trace/passcount.exp, gdb.trace/report.exp,
8778 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8779 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8780 gdb.trace/while-stepping.exp: Use a unique name for the compiled
8781 executable.
8782
17592de3
PA
87832009-06-07 Pedro Alves <pedro@codesourcery.com>
8784
8785 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8786 defined before referencing it.
8787
701e355d
DE
87882009-06-03 Doug Evans <dje@google.com>
8789
8790 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8791 * gdb.arch/i386-see.c: Ditto.
8792
f2292c65
PM
87932009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
8794
8795 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8796 (check_macro): Return 1 if undefined.
8797 If first test fails, check if macro debug information is available,
8798 and report unsupported test if no macro information is found.
8799
5a437975
DE
88002009-05-29 Doug Evans <dje@google.com>
8801
8802 * gdb.threads/hand-call-in-threads.exp: New.
8803 * gdb.threads/hand-call-in-threads.c: New.
8804
c141c696
MS
88052009-05-29 Michael Snyder <msnyder@vmware.com>
8806
8807 * gdb.base/break-always.exp: Change "1" to "on".
8808 Add confirmation check.
8809
b3444185
PA
88102009-05-28 Pedro Alves <pedro@codesourcery.com>
8811
8812 * gdb.threads/threxit-hop-specific.c: New.
8813 * gdb.threads/threxit-hop-specific.exp: New.
8814 * gdb.threads/thread-execl.c: New.
8815 * gdb.threads/thread-execl.exp: New.
8816
b6313243
TT
88172009-05-27 Tom Tromey <tromey@redhat.com>
8818 Thiago Jung Bauermann <bauerman@br.ibm.com>
8819
8820 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8821 (mi_child_regexp): Likewise.
8822 (mi_list_varobj_children_range): Likewise.
8823 (mi_get_features): Likewise.
8824 (mi_list_varobj_children): Rewrite.
8825 * gdb.python/python-mi.exp: New file.
8826
a6bac58e
TT
88272009-05-27 Tom Tromey <tromey@redhat.com>
8828 Thiago Jung Bauermann <bauerman@br.ibm.com>
8829 Phil Muldoon <pmuldoon@redhat.com>
8830 Paul Pluzhnikov <ppluzhnikov@google.com>
8831
8832 * gdb.python/python-prettyprint.exp: New file.
8833 * gdb.python/python-prettyprint.c: New file.
8834 * gdb.python/python-prettyprint.py: New file.
8835 * gdb.base/display.exp: print/r is now valid.
8836
2c74e833
TT
88372009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
8838 Tom Tromey <tromey@redhat.com>
8839 Pedro Alves <pedro@codesourcery.com>
8840 Paul Pluzhnikov <ppluzhnikov@google.com>
8841
8842 * gdb.python/python-template.exp: New file.
8843 * gdb.python/python-template.cc: New file.
8844 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8845 tests.
8846 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8847 Call it.
8848 (test_value_after_death): New proc.
8849 * gdb.python/python-value.c (PTR): New typedef.
8850 (main): New variable 'x'.
8851
89c73ade
TT
88522009-05-27 Tom Tromey <tromey@redhat.com>
8853
8854 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8855 tests.
8856 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8857 Call it.
8858
a75724bc
PA
88592009-05-27 Pedro Alves <pedro@codesourcery.com>
8860
8861 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
8862
e58b0e63
PA
88632009-05-24 Pedro Alves <pedro@codesourcery.com>
8864
8865 * gdb.threads/fork-thread-pending.c: New.
8866 * gdb.threads/fork-thread-pending.exp: New.
8867
4ac36638
JK
88682009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
8871 * gdb.dwarf2/dw2-strp.S (a_string2): New.
8872
889bf7c5 88732009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 8874
889bf7c5 8875 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 8876
b242c3c2
PA
88772009-05-17 Pedro Alves <pedro@codesourcery.com>
8878
8879 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
8880 `gdb_get_line_number'. Call `callee' in both parent and child.
8881 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8882 `gdb_get_line_number' instead of hardcoding line numbers.
8883 (catch_fork_unpatch_child): New procedure to test detaching
8884 breakpoints from child fork.
8885 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8886 hardcoding line numbers.
8887 (do_fork_tests): Run `catch_fork_unpatch_child'.
8888
ee342b23
VP
88892009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8890
8891 * gdb.mi/mi-cmd-var.exp: Check that when varobj
8892 of structure type enters or leaves the scope, it
8893 is reported by -var-update.
8894
e2009e98
DE
88952009-05-11 Doug Evans <dje@sebabeach.org>
8896
8897 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 8898 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
8899 * gdb.threads/schedlock.c (main): Fix off-by-one error.
8900
00903456
JK
89012009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8902
8903 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8904
dc621c35
DE
89052009-04-30 Doug Evans <dje@google.com>
8906
8907 * gdb.threads/watchthreads2.exp: New testcase.
8908 * gdb.threads/watchthreads2.c: New testcase.
8909
9ab4e744
DE
89102009-04-29 Doug Evans <dje@google.com>
8911
8912 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8913 * gdb.cp/mb-ctor.cc: Ditto.
8914 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8915 * gdb.cp/mb-inline.h (multi_line_foo): New function.
8916 * gdb.cp/mb-inline1.cc: Call it.
8917 * gdb.cp/mb-inline2.cc: Ditto.
8918 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
8919 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
8920
484086b7
JK
89212009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
8924 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
8925 Replace all uses of `decimal' by `nonzero'.
8926 (info macro FROM_COMMANDLINE): New test.
8927
379a77b5
TT
89282009-04-27 Tom Tromey <tromey@redhat.com>
8929
8930 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
8931
b92b73c2
DE
89322009-04-27 Doug Evans <dje@google.com>
8933
8934 * gdb.threads/watchthreads.c (main): Initialize args before starting
8935 the threads. Plus formatting cleanup.
8936 * gdb.threads/watchthreads.exp: Avoid errant failures due to
8937 biased scheduling of one thread.
8938
945a118d
JG
89392009-04-27 Jerome Guitton <guitton@adacore.com>
8940
8941 * gdb.cp/templates.cc (GetMax): New template.
8942 (main): Declare two instances of GetMax.
8943 * gdb.cp/templates.exp: Add new test.
8944
d389af10
JK
89452009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
8948
e7f86de9
JM
89492009-04-22 Joseph Myers <joseph@codesourcery.com>
8950
8951 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
8952
334cc82d
TT
89532009-04-15 Tom Tromey <tromey@redhat.com>
8954
8955 * gdb.base/charset.exp: Add regression test.
8956
d12672cc
JB
89572009-04-14 Joel Brobecker <brobecker@adacore.com>
8958
8959 * gdb.base/exe-lock.exp: New testcase.
8960
18e8c3bc
TT
89612009-04-13 Tom Tromey <tromey@redhat.com>
8962
8963 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
8964 operator on Frame.
8965
5ecd5cbe
UW
89662009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8967
8968 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
8969 * gdb.server/ext-attach.exp: Likewise.
8970
7309f756
VP
89712009-04-03 Vladimir Prus <vladimir@codesourcery.com>
8972
8973 Eliminate some sleep usage.
8974
889bf7c5
PA
8975 * gdb.mi/basics.c (do_nothing): New.
8976 (main): Use do_nothing instead of printf, so that
8977 not to introduce race condition between output of
8978 inferiour and output of gdb. Do not use sleep as it
8979 is not generally available on embedded targets.
7309f756 8980
f4b95f6f
PA
89812009-04-02 Pedro Alves <pedro@codesourcery.com>
8982
8983 * gdb.server/ext-attach.exp: Expect an optional process id after
8984 "Detached from remote process".
8985
de40b933
JK
89862009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
8989 gdb.dwarf2/dw2-unresolved.exp: New.
8990
2ae101a4
PA
89912009-04-02 Pedro Alves <pedro@codesourcery.com>
8992
8993 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
8994 mi_run_to_main.
8995
56a8e183
PA
89962009-04-02 Pedro Alves <pedro@codesourcery.com>
8997
8998 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
8999 mi_run_to_main. Skip thread exit test on remote targets.
9000 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
9001 mi_run_to_main.
9002 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
9003 mi_run_to_main.
9004 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9005 when expecting ^connected. Detect when the target doesn't support
9006 non-stop mode.
9007 (mi_run_cmd): Detect if non-stop mode was requested by isn't
9008 supported. Return -1 on error, 0 on success.
9009 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9010 (mi_runto): Return mi_runto_helper's result explicitly.
9011
c35fafde
PA
90122009-04-01 Pedro Alves <pedro@codesourcery.com>
9013
9014 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9015
f8a8dce6
JB
90162009-04-01 Tom Tromey <tromey@redhat.com>
9017
9018 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9019 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9020 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9021 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9022
71c25dea
TT
90232009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
9024 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 PR gdb/931
9027 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9028 output.
9029 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
9030 for gdb/931.
9031 * dw2-strp.S (DW_AT_language): Change to C++.
9032 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9033
02d9a9ce
JB
90342009-03-31 Joel Brobecker <brobecker@adacore.com>
9035
9036 * gdb.ada/tasks: New testcase.
9037
1042e4c0
SS
90382009-03-30 Stan Shebs <stan@codesourcery.com>
9039
9040 * gdb.trace/actions.exp: Update to match new info trace format.
9041 * gdb.trace/deltrace.exp: Ditto.
9042 * gdb.trace/infotrace.exp: Ditto.
9043 * gdb.trace/passcount.exp: Ditto.
9044 * gdb.trace/save-trace.exp: Ditto.
9045 * gdb.trace/while-stepping.exp: Ditto.
9046 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9047
f8f6f20b
TJB
90482009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9049
9050 * gdb.python/python-frame.c: New file.
9051 * gdb.python/python-frame.exp: New file.
9052
c0c6f777
TJB
90532009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9054
9055 * gdb.python/python-value.exp: Add tests for the address
9056 attribute.
9057
3cb51905
AS
90582009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9059
9060 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9061
88fc996f
DE
90622009-03-26 Doug Evans <dje@google.com>
9063
9064 * gdb.mi/mi-nonstop-exit.exp: New file.
9065 * gdb.mi/non-stop-exit.c: New file.
9066
56ef84b1
TT
90672009-03-26 Tom Tromey <tromey@redhat.com>
9068
9069 Update for change to prologue skipping:
9070 * gdb.mi/mi2-simplerun.exp: Update.
9071 * gdb.mi/mi2-break.exp: Update.
9072 * gdb.mi/mi-simplerun.exp: Update.
9073 * gdb.mi/mi-break.exp: Update.
9074 * gdb.base/ending-run.exp: Update.
9075
def2b000
TJB
90762009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9077
9078 * gdb.python/python-value.exp (test_value_in_inferior): Test
9079 gdb.Value.is_optimized_out attribute.
9080
442ddf59
JK
90812009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 * gdb.dwarf2/dw2-noloc-main.c: New file.
9084 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9085 (.text): Remove.
9086 (.data): New.
9087 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9088 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9089 (DW_TAG_subprogram func_cu1, noloc): Remove.
9090 (main): New.
9091 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9092 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
9093 (file_symbols): New procedure.
9094
a8df5de4
TT
90952009-03-25 Tom Tromey <tromey@redhat.com>
9096
9097 * gdb.base/charset.exp (valid_target_charset): New proc.
9098 Use it to skip tests on invalid charsets.
9099
cc1d7add
PM
91002009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9101
9102 * gdb.base/completion.exp: Add a test for directory completion.
9103
bcd5727b
JK
91042009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9105
9106 Fix a racy FAIL.
9107 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9108 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9109
cc924cad
TJB
91102009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
9111
9112 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9113 * gdb.python/python-function.exp: Add test for function returning
9114 a GDB value.
9115
bc3b79fd
TJB
91162009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
9117
9118 * gdb.python/python-function.exp: New file.
9119
6c7a06a3
TT
91202009-03-20 Tom Tromey <tromey@redhat.com>
9121
9122 * gdb.base/store.exp: Update for change to escape output.
9123 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9124 to escape output.
9125 * gdb.base/pointers.exp: Update for change to escape output.
9126 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9127 to escape output.
9128 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9129 escape output.
9130 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9131 to escape output.
9132 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9133 escape output.
9134 * gdb.base/setvar.exp: Update for change to escape output.
9135 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9136 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9137 to escape output.
9138 (test_print_string_constants): Likewise.
9139 * gdb.base/charset.exp (valid_host_charset): Check size of
9140 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
9141 cases. Handle "auto"-related output.
9142 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9143 (uvar, Uvar): New globals.
9144
c31af87b
JG
91452009-03-19 Jerome Guitton <guitton@adacore.com>
9146
9147 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9148 deltas.
9149 * gdb.ada/fixed_points.exp: Ditto.
9150
51272cf2
PA
91512009-03-18 Pedro Alves <pedro@codesourcery.com>
9152
9153 * return-nodebug.c: Don't include stdio.h.
9154 (init): Delete.
9155 (func): Delete definition and provide extern declaration.
9156 (t): New.
9157 (main): Don't call printf. Call func and store its result in t.
9158 * return-nodebug1.c: New.
9159 * return-nodebug.exp: Don't expect stdio output. Instead, print
9160 the global variable t. Drop printf formatters and cast types from
9161 foreach loop. Don't use prepare_for_testing. Compile
9162 return-nodebug.c and return-nodebug1.c in separate steps. Don't
9163 define FORMAT or CAST.
9164
d24948ac
PP
91652009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9166
9167 * gdb.base/solib-display.exp: Disable test for remote targers.
9168
61ff14c6
JK
91692009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9172
cb4dce93
JK
91732009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9174
9175 Fix a racy FAIL.
9176 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9177 code from `follow parent, print pids'.
9178 (`follow child, print pids', `follow parent, print pids'): Call it.
9179 Replace `gdb_test "break..."' by gdb_breakpoint.
9180
f7c60c5e
VP
91812009-03-13 Vladimir Prus <vladimir@codesourcery.com>
9182
9183 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 9184 sync and async modes.
f7c60c5e 9185
383ace49
JB
91862009-03-12 Joel Brobecker <brobecker@adacore.com>
9187
9188 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9189 that was checked in by mistake. Remove loading of ada.exp, since
9190 this is not necessary in this case.
9191
4ce102af
JB
91922009-03-12 Joel Brobecker <brobecker@adacore.com>
9193
9194 * gdb.ada/ptype_arith_binop.exp: New testcase.
9195
529a2aef
JB
91962009-03-12 Joel Brobecker <brobecker@adacore.com>
9197
9198 * gdb.ada/mod_from_name: New testcase.
9199
8a38181c
JB
92002009-03-12 Joel Brobecker <brobecker@adacore.com>
9201
9202 * gdb.ada/tick_last_segv: New testcase.
9203
11436dee
VP
92042009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9205
61ff14c6 9206 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 9207
1f31650a
VP
92082009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9209
61ff14c6
JK
9210 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9211 include the token in ^running and frame info in *stopped.
1f31650a 9212
a3247a22
PP
92132009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9214
9215 * solib-display.exp: New file.
9216 * solib-display-main.c: New file.
9217 * solib-display-lib.c: New file.
61ff14c6 9218
aae64587
PA
92192009-03-05 Pedro Alves <pedro@codesourcery.com>
9220
9221 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9222
44aabfbc
JK
92232009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9226 (list_and_check_macro): Use more specific test name.
9227 (next to definition): Make the test names unique.
9228
c087fcd3
PM
92292009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9230
9231 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 9232
c86cf029
VP
92332009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9234
9235 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9236 notifications.
9237 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9238 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9239 * lib/mi-support.exp (library_loaded_re): New.
9240 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9241
3ea85240
VP
92422009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9243
9244 * gdb.gdb/observer.exp: Use test_notification observer, not
9245 normal_stop, everywhere.
9246 (test_normal_stop_notifications): Rename to...
9247 (test_notifications): ...this.
9248 (test_observer_normal_stop): Rename to...
9249 (test_observer): ...this.
9250
1903f0e6
DE
92512009-02-16 Doug Evans <dje@google.com>
9252
9253 * gdb.arch/amd64-disp-step.S (test_int3): New test.
9254 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9255 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9256 (test_prefixed_syscall,test_int3): New tests.
9257 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9258 (test_prefixed_syscall,test_int3): New tests.
9259
1d33d6ba
VP
92602009-02-14 Vladimir Prus <vladimir@codesourcery.com>
9261
3cb51905
AS
9262 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9263 (mi_expect_interrupt): Likewise.
9264 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9265 response.
1d33d6ba 9266
faafb047
PM
92672009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9268
9269 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9270 * gdb.base/pc-fp.exp (get_valueofx): Remove.
9271 Replace calls to get_valueofx by get_hexadecimal_valueof.
9272
417e16e2
PM
92732009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9274
9275 * lib/gdb.exp (get_valueof): Accept anything as a return value.
9276 (get_integer_valueof): New procedure.
9277 (get_sizeof): Use new get_integer_value_of.
9278 * gdb.base/sizeof.exp: Replace all uses of get_valueof
9279 by get_integer_valueof.
9280
7065b901
TT
92812009-02-13 Tom Tromey <tromey@redhat.com>
9282
9283 * gdb.base/remote.exp (get_sizeof): Remove.
9284 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9285 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9286 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9287 * lib/gdb.exp (get_valueof): Move from long_long.exp.
9288 (get_sizeof): Likewise.
9289
5d7cb8df
JK
92902009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9291
9292 PR fortran/9806
9293 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9294
b2febfff
PP
92952009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9296
9297 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9298
4aa995e1
PA
92992009-02-06 Pedro Alves <pedro@codesourcery.com>
9300
9301 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9302
d8906c6f
TJB
93032009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9304
9305 * gdb.python/python-cmd.exp: New file.
9306
ff4ab08d
TG
93072009-02-06 Tristan Gingold <gingold@adacore.com>
9308
9309 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9310
aacd552b
TG
93112009-02-05 Tristan Gingold <gingold@adacore.com>
9312
9313 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9314 pointer is dereferenced and use this signal name in regexp.
9315 * gdb.base/signull.exp: Ditto.
9316 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9317 * gdb.base/signull.c (main): Ditto.
9318
08c637de
TJB
93192009-02-04 Tom Tromey <tromey@redhat.com>
9320 Thiago Jung Bauermann <bauerman@br.ibm.com>
9321
9322 * gdb.python/python-value.exp: Use `gdb.history' instead of
9323 `gdb.value_from_history'.
9324 (test_value_numeric_ops): Add test for conversion of enum constant.
9325 * gdb.python/python-value.c (enum e): New type.
9326 (evalue): New global.
9327 (main): Use argv.
9328
20261af8
JG
93292009-02-04 Jerome Guitton <guitton@adacore.com>
9330
9331 * gdb.ada/uninitialized_vars: New test program.
9332 * gdb.ada/uninitialized_vars.exp: New testcase.
9333
52e44b43
TT
93342009-02-02 Tom Tromey <tromey@redhat.com>
9335
9336 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9337 * gdb.cp/pr2489.cc: Rename...
9338 * gdb.cp/pr9594.cc: ... to this.
9339
1c71341a
TT
93402009-02-02 Tom Tromey <tromey@redhat.com>
9341
9342 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9343 * gdb.cp/pr2489.cc: New file.
9344 * gdb.cp/cpcompletion.exp: New file.
9345
a4295225
TT
93462009-02-02 Tom Tromey <tromey@redhat.com>
9347
9348 PR exp/9059:
9349 * gdb.cp/call-c.exp: Add regression test.
9350 * gdb.cp/call-c.cc (FooHandle): New typedef.
9351 (main): New variable 'handle'.
9352
592375cd
VP
93532009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9354
9355 * lib/mi-support.exp (et_mi_thread_list)
9356 (check_mi_and_console_threads): Adjust for current thread in
9357 -thread-list-ids output.
9358
41447f92
VP
93592009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9360
889bf7c5
PA
9361 * gdb.mi/mi-break.exp (test_disabled_creation): New.
9362 Call it.
41447f92 9363
35669430
DE
93642009-01-28 Doug Evans <dje@google.com>
9365
9366 * gdb.arch/amd64-disp-step.S: New file.
9367 * gdb.arch/amd64-disp-step.exp: New file.
9368 * gdb.arch/i386-disp-step.S: New file.
9369 * gdb.arch/i386-disp-step.exp: New file.
9370
09f00d9a
PM
93712009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
9372
9373 * gdb.base/find.exp: Set newline variable
9374 using quotes instead of braces to fix cygwin failures.
9375
1e8fb976
PA
93762009-01-23 Pedro Alves <pedro@codesourcery.com>
9377
9378 * gdb.base/radix.exp: Add tests to ensure that that set
9379 input-radix 0 and set output-radix 0 are really rejected.
9380
da061712
PA
93812009-01-23 Pedro Alves <pedro@codesourcery.com>
9382
9383 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9384 copyright years.
9385
dd7e2d2b
PA
93862009-01-23 Pedro Alves <pedro@codesourcery.com>
9387
9388 PR gdb/9664:
9389 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9390
392452f6
PA
93912009-01-22 Pedro Alves <pedro@codesourcery.com>
9392
9393 PR c++/9631:
9394 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9395
8653e71c
PM
93962009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
9397
9398 * gdb.server/file-transfer.exp: Use EXEEXT variable for
9399 binfile definition to fix Windows OS failure.
9400
a12cc160
DJ
94012009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9402
9403 PR gdb/9346
9404 * gdb.base/interrupt.c (sigint_handler): New.
9405 (main): Install a SIGINT handler if SIGNALS is defined. Exit
9406 on error.
9407 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9408 Test "signal SIGINT".
9409
b89667eb
DE
94102009-01-19 Doug Evans <dje@google.com>
9411
9412 * gdb.base/break.exp: Update expected gdb output.
9413 * gdb.base/sepdebug.exp: Ditto.
9414 * gdb.mi/mi-syn-frame.exp: Ditto.
9415 * gdb.mi/mi2-syn-frame.exp: Ditto.
9416 * gdb.base/call-signal-resume.exp: New file.
9417 * gdb.base/call-signals.c: New file.
9418 * gdb.base/unwindonsignal.exp: New file.
9419 * gdb.base/unwindonsignal.c: New file.
9420 * gdb.threads/interrupted-hand-call.exp: New file.
9421 * gdb.threads/interrupted-hand-call.c: New file.
9422 * gdb.threads/thread-unwindonsignal.exp: New file.
9423
adb483fe
DJ
94242009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
9425
9426 * gdb.base/define.exp: Test defining and hooking prefix commands.
9427 * gdb.python/python.exp: Update test for "show user" output.
9428
60023297
JK
94292009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9430
9431 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
9432 now the output exactly, using less wildcards. Expect also the output
9433 of gfortran-4.3. Update for the f-valprint.c modification from
9434 2008-04-22.
9435 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9436 Remove gdb_test test names where matching the command.
9437
ccc57cf9
PA
94382009-01-01 Pedro Alves <pedro@codesourcery.com>
9439
9440 PR breakpoints/9681:
9441 * gdb.base/watchpoint.exp: Add regression test.
9442
c7a6ca08
PA
94432008-12-31 Pedro Alves <pedro@codesourcery.com>
9444
9445 * gdb.threads/attach-into-signal.exp: Don't use
9446 gdb_suppress_entire_file.
9447 * gdb.threads/attach-stopped.exp: Ditto.
9448 * gdb.threads/attachstop-mt.exp: Ditto.
9449
3a031f65
PA
94502008-12-31 Pedro Alves <pedro@codesourcery.com>
9451
9452 PR gdb/8812:
9453 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9454
09e6485f
PA
94552008-12-29 Pedro Alves <pedro@codesourcery.com>
9456
9457 PR gdb/7536:
9458 * gdb.base/radix.exp: Add tests to ensure invalid input radices
9459 and unsupported output radices are really rejected.
9460
0cd53049
JK
94612008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 * gdb.cp/punctuator.exp: Backslash the '$' signs.
9464
ba163c7e
TT
94652008-12-22 Tom Tromey <tromey@redhat.com>
9466
9467 * gdb.cp/punctuator.exp: New file.
9468
6f4de6c9
JK
94692008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9470
9471 * gdb.base/completion.exp (Completing non-existing component): New test.
9472
0f34d0b4
JK
94732008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 Fix for PR gdb/8648.
9476 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9477 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9478 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9479 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9480
db2ad4c3
JK
94812008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9482
9483 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9484
bb5ef15e
DP
94852008-12-16 Christophe Lyon <christophe.lyon@st.com>
9486
9487 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9488 compiler actually generate code at the expected line number.
9489
90142adc
JZ
94902008-12-15 Jie Zhang <jie.zhang@analog.com>
9491
9492 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9493
fad6eecd
TT
94942008-12-12 Tom Tromey <tromey@redhat.com>
9495
9496 * gdb.base/commands.exp (redefine_hook_test): New proc.
9497 Call it.
9498
17c8aaf5
TT
94992008-12-11 Tom Tromey <tromey@redhat.com>
9500
9501 * gdb.base/macscp.exp: New regression test.
9502
7c8adf68
TT
95032008-12-11 Tom Tromey <tromey@redhat.com>
9504
9505 * gdb.base/macscp.exp: Print "address.addr".
9506 * gdb.base/macscp1.c (struct outer): New struct.
9507 (address): New global.
9508
b05dcbb7
TT
95092008-12-09 Tom Tromey <tromey@redhat.com>
9510
9511 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9512 Call it.
9513
2d476de1
DE
95142008-12-04 Doug Evans <dje@google.com>
9515
9516 * gdb.server/ext-run.exp: Relax regexp for init program.
9517
87bdc959
TG
95182008-12-03 Tristan Gingold <gingold@adacore.com>
9519
9520 * gdb.base/macscp.exp: Generate an object file during compilation
9521 to work around Darwin dsymutil limitations.
9522
e0740f77
JK
95232008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 Test resolving external references to TLS variables.
9526 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9527 FILE2_THREAD_LOCAL.
9528 (testfile2, srcfile2): New variables.
9529 * gdb.threads/tls.c (file2_thread_local)
9530 (function_referencing_file2_thread_local): New.
9531 * gdb.threads/tls2.c: New file.
9532
67f0aac5
JB
95332008-11-28 Joel Brobecker <brobecker@adacore.com>
9534
9535 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
9536 rather than integer, as integer might not be big enough when
9537 on 64bit targets.
67f0aac5 9538
c332165e
JG
95392008-11-27 Jerome Guitton <guitton@adacore.com>
9540
9541 * gdb.cp/formatted-ref.exp: Add equality test.
9542 * gdb.ada/formatted_ref.exp: Ditto.
9543
fc9b693c
JK
95442008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9547 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9548
a9c64011
AS
95492008-11-20 Andreas Schwab <schwab@suse.de>
9550
9551 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9552 matching syscall entry point.
9553 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9554 (tcatch_vfork_then_child_follow): Likewise. Finish through
9555 vfork even if we stopped at the syscall trampoline.
9556
e2fd701e
DE
95572008-11-20 Doug Evans <dje@google.com>
9558
9559 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9560
69abc51c
TJB
95612008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9562
9563 * gdb.arch/ppc-dfp.exp: New file.
9564 * gdb.arch/ppc-dfp.c: New file.
9565
c14c28ba
PP
95662008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9567
9568 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 9569
2e74121d
DE
95702008-11-17 Doug Evans <dje@google.com>
9571
9572 * gdb.mi/mi-syn-frame.exp: Update expected output.
9573 * gdb.mi/mi2-syn-frame.exp: Update expected output.
9574
66bb093b
VP
95752008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9576
9577 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
9578 "thread N" results in =thread-selected.
9579 * lib/mi-support (mi_run_cmd, mi_expect_stop)
9580 (mi_send_resuming_command_raw): Be prepared for
9581 =thread-selected.
9582
3d043ef6
VP
95832008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9584
a9c64011
AS
9585 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9586 * lib/mi-support.exp: Likewise.
3d043ef6 9587
808104c8
JB
95882008-11-16 Joel Brobecker <brobecker@adacore.com>
9589
9590 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9591 commands from the expected output for "help catch".
9592
00b22944
JB
95932008-11-15 Joel Brobecker <brobecker@adacore.com>
9594
9595 * gdb.ada/int_deref.exp: New testcase.
9596
59669435
TT
95972008-11-14 Nick Roberts <nickrob@snap.net.nz>
9598
9599 * gdb.mi/gdb2549.exp: New file.
9600
de04a248
DE
96012008-11-11 Doug Evans <dje@google.com>
9602
9603 * gdb.base/callexit.exp: New file.
9604 * gdb.base/callexit.c: New file.
9605
6b8ce727
DE
96062008-11-10 Doug Evans <dje@google.com>
9607
9608 * lib/gdb.exp (GDBFLAGS): Move -nx ...
9609 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
9610 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9611 (default_gdb_start,default_gdb_exit): Ditto.
9612 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9613 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9614 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9615 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9616 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9617 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9618
1b14b8aa
AS
96192008-11-03 Andreas Schwab <schwab@suse.de>
9620
9621 * gdb.base/hashline2.exp: Fix typo.
9622 * gdb.base/hashline3.exp: Likewise.
9623
f3134b88
TT
96242008-10-30 Tom Tromey <tromey@redhat.com>
9625
9626 * gdb.base/pointers.exp: Add test.
9627 * gdb.base/pointers.c (k, S): New typedefs.
9628 (instance): New global.
9629
c2226152
AS
96302008-10-30 Andreas Schwab <schwab@suse.de>
9631
9632 * gdb.base/args.exp: Add tests for newlines.
9633
462f405c
JB
96342008-10-30 Joel Brobecker <brobecker@adacore.com>
9635
9636 gdb.base/foll-exec.exp: Update the expected output of a couple
9637 of "info breakpoints" tests.
9638
79a45b7d
TT
96392008-10-28 Tom Tromey <tromey@redhat.com>
9640
9641 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9642
adc13a14
PA
96432008-10-24 Pedro Alves <pedro@codesourcery.com>
9644
9645 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9646 gdb_start_cmd.
9647 Use runto_main before any test that requires execution.
9648
252fbfc8
PA
96492008-10-23 Pedro Alves <pedro@codesourcery.com>
9650
9651 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9652 instead of SIGINT.
9653
28148e3d
JB
96542008-10-22 Joel Brobecker <brobecker@adacore.com>
9655
9656 * gdb.base/completion.exp: Update expected output following
9657 the addition of the "info tasks" command.
9658
c209f847
TT
96592008-10-22 Tom Tromey <tromey@redhat.com>
9660
9661 * gdb.base/exprs.exp (test_expr): Add test for string
9662 concatenation.
9663
f177e350
PA
96642008-10-19 Pedro Alves <pedro@codesourcery.com>
9665
9666 * configure.ac: Output gdb.python/Makefile.
9667 * configure: Regenerate.
9668 * gdb.python/Makefile.in: New.
9669
cce89356
JB
96702008-10-16 Joel Brobecker <brobecker@adacore.com>
9671
9672 * gdb.base/foll-fork.exp: Adjust the expected output to match
9673 the new description for fork/vfork catchpoints in the "info
9674 breakpoints" output.
9675
176d289d
TJB
96762008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9677
9678 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9679
a08702d6
TJB
96802008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9681
9682 * gdb.python/python-value.c: New file.
9683 * gdb.python/python-value.exp: New file.
9684
1c5cfe86
PA
96852008-10-15 Pedro Alves <pedro@codesourcery.com>
9686
9687 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9688
5a98ad69
DP
96892008-10-15 Denis Pilat <denis.pilat@st.com>
9690
41702f1b 9691 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 9692
dcb1a1e2
TT
96932008-10-09 Tom Tromey <tromey@redhat.com>
9694
9695 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
9696 'fprintf' and 'stderr'.
9697
9124fe48
JB
96982008-10-07 Joel Brobecker <brobecker@adacore.com>
9699
9700 * gdb.ada/ref_tick_size.exp: New testcase.
9701
45452591
DE
97022008-10-06 Doug Evans <dje@google.com>
9703
9704 * gdb.dwarf2/dw2-cu-size.exp: New file.
9705 * gdb.dwarf2/dw2-cu-size.S: New file.
9706
9707 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9708 .Ltype_int for clarity.
9709
4fc5b208
PP
97102008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9711
9712 PR gdb/2384:
9713 * gdb.cp/gdb2384.exp: Extended to test more cases.
9714 * gdb.cp/gdb2384.cc: Likewise.
9715 * gdb.cp/gdb2384-base.h: Likewise.
9716 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 9717
d78df370
JK
97182008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9719
9720 * gdb.base/maint.exp (maint print type): Remove printing
9721 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9722
9a044a89
TT
97232008-09-30 Tom Tromey <tromey@redhat.com>
9724
9725 * gdb.base/macscp.exp: Add completion tests.
9726 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9727 (TWENTY_THREE): Likewise.
9728 (FORTY_EIGHT): Likewise.
9729
506800a9
TT
97302008-09-30 Tom Tromey <tromey@redhat.com>
9731
9732 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9733 everywhere.
9734 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9735
1a6f01b5
JK
97362008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9737
9738 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9739 testcase is derived from. Fix racy dependency on an expected PID
9740 number. No longer support the testcase on Linux kernel 2.4.x.
9741
2fae03e8
TT
97422008-09-27 Tom Tromey <tromey@redhat.com>
9743
9744 * gdb.base/macscp.exp: Add tests for stringification, splicing,
9745 and varargs.
9746
1ad15515
PA
97472008-09-22 Pedro Alves <pedro@codesourcery.com>
9748
9749 * lib/mi-support.exp (mi_expect_interrupt): New.
9750 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9751 from gdb.mi/mi-nonstop.exp.
9752 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9753 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9754 lib/mi-support.exp.
9755 Use mi_check_thread_states throughout. Avoid ".*" and do not
9756 require an anchor after -exec-run.
9757
d0b76dc6
DJ
97582008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
9759
9760 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9761 stop is pending. Avoid ".*" when two stops are pending.
9762 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9763 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9764 newlines in fullnames.
9765 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9766 (mi_expect_stop): Update comments. Only anchor in sync mode.
9767 Do not match newlines.
9768 (mi_send_resuming_command_raw): Always return status.
9769 (mi_get_stop_line): Do not match more than one line by accident.
9770 Only anchor in sync mode.
9771 (mi_run_inline_test): If -exec-next fails, give up.
9772
9990c830
UW
97732008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9774
9775 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9776 on SPU.
9777
ebcf6f00
JB
97782008-09-10 Joel Brobecker <brobecker@adacore.com>
9779
9780 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9781
b6db24e5
JB
97822008-09-10 Joel Brobecker <brobecker@adacore.com>
9783
9784 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9785 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9786 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9787 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9788 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9789 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9790 gdb.ada/interface.exp, gdb.ada/null_array.exp,
9791 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9792 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9793 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9794 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9795 Include the "= " sequence in the expected output of print tests.
9796
2bf448e0
JB
97972008-09-10 Joel Brobecker <brobecker@adacore.com>
9798
9799 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9800 description for boolean types.
9801
d51fd4c8
PA
98022008-09-09 Pedro Alves <pedro@codesourcery.com>
9803
9804 * gdb.base/hook-stop-continue.c: New.
9805 * gdb.base/hook-stop-continue.exp: New.
9806
694182d2
DJ
98072008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9808
9809 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9810
3b8a7fc0
JG
98112008-09-08 Jerome Guitton <guitton@adacore.com>
9812
9813 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9814 (stack_check_probe_2, stack_check_probe_loop_1)
9815 (stack_check_probe_loop_2): New functions.
9816 (main): Add call to these new functions.
9817 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9818 functions, check that the breakpoint is inserted at the appropriate
9819 location.
9820 (insert_breakpoint): Slightly refine this procedure so that it can
9821 be called several times in the test.
9822
96cc0ae8
JG
98232008-09-08 Jerome Guitton <guitton@adacore.com>
9824
9825 * gdb.base/stack-checking.c: New file.
9826 * gdb.base/stack-checking.exp: New file.
9827
1f08b409
TJB
98282008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9829
9830 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
9831 * gdb.arch/altivec-regs.exp: Likewise.
9832 * gdb.arch/vsx-regs.exp: Likewise.
9833
3099e1c4
TJB
98342008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9835
9836 * gdb.arch/ppc-fp.exp: New file.
9837 * gdb.arch/ppc-fp.c: New file.
9838
cc69bfc1
PP
98392008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9840
9841 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
9842 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 9843
b02a33db
MS
98442008-09-04 Michael Snyder <msnyder@vmware.com>
9845
9846 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
9847 as "at" (for non-debug functions such as _start).
9848
2992cbe0
UW
98492008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9850
9851 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
9852 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
9853 software watchpoints.
9854 * gdb.base/watch_thread_num.exp: Likewise.
9855
514f746b
AR
98562008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
9857
9858 * gdb.arch/i386-bp_permanent.exp: New test.
9859
876cecd0
TT
98602008-08-24 Tom Tromey <tromey@redhat.com>
9861
9862 * gdb.base/maint.exp: Update "maint print type".
9863
80f73d71
VP
98642008-08-21 Vladimir Prus <vladimir@codesourcery.com>
9865
9866 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
9867 support. Adjust the order of "*running" notifications.
9868 * gdb.mi/non-stop.c: Don't cast from int to void* and
9869 back.
9870
d9c78d7d
MK
98712008-08-20 Mark Kettenis <kettenis@gnu.org>
9872
9873 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
9874 expect to find it in the "info frame" output.
9875
97a2d1d3
DJ
98762008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
9877
9878 * gdb.base/interp.exp: Always consume both prompts.
9879
b96e2927
PA
98802008-08-20 Pedro Alves <pedro@codesourcery.com>
9881
9882 * gdb.base/pending.exp: Test pending breakpoints without symbols
9883 loaded.
9884
8cf6e61a
VP
98852008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9886
9887 * lib/mi-support.exp (mi_expect_stop): Produce
9888 more details on failures.
9889 * gdb.mi/mi-nonstop.exp: New.
9890 * gdb.mi/non-stop.c: New.
9891
c6ebd6cf
VP
98922008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9893
a9c64011
AS
9894 * gdb.mi/mi-async.exp: Use 'set target-async'.
9895 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 9896
46a9b8ed
DJ
98972008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
9898
9899 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9900
44feb3ce
TT
99012008-08-17 Tom Tromey <tromey@redhat.com>
9902
9903 * gdb.base/help.exp (help catch): Rewrite.
9904
311a4e6b
TJB
99052008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9906
9907 * gdb.base/define.exp: Test indented command documentation.
9908 * gdb.python/python.exp: Test indented multi-line command.
9909
604c2f83
LM
99102008-08-15 Luis Machado <luisgpm@br.ibm.com>
9911
9912 * testsuite/gdb.arch/vsx-regs.c: New source file.
9913 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9914 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9915
886a217c
TT
99162008-08-14 Tom Tromey <tromey@redhat.com>
9917
9918 * gdb.base/macscp.exp: Add regression test for "macro define" or
9919 "macro undef" with no arguments.
9920
c814a4f3
PP
99212008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9922
9923 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 9924
12ab8a60
UW
99252008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9926
9927 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
9928
d57a3c85
TJB
99292008-08-06 Tom Tromey <tromey@redhat.com>
9930
9931 * gdb.python/python.exp: New file.
9932
c7b778ff
JK
99332008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9934
9935 Fix for PR gdb/1543.
9936 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
9937 $LOCATION.
9938 (location): New variable.
9939 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
9940 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
9941 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
9942 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
9943 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
9944 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
9945 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
9946 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
9947 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
9948 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
9949 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
9950 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
9951 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
9952 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
9953 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9954 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
9955 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
9956 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
9957 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
9958 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9959 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
9960 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
9961 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
9962 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
9963 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
9964 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
9965 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
9966 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
9967 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
9968 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
9969 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
9970 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
9971 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
9972 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
9973 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
9974 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
9975 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
9976 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9977 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
9978 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
9979 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
9980 gdb.base/type-opaque.exp, gdb.base/until.exp,
9981 gdb.base/value-double-free.c, gdb.base/varargs.exp,
9982 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
9983 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
9984 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9985 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
9986 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
9987 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9988 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9989 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9990 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
9991 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
9992 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
9993 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
9994 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
9995 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
9996 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
9997 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9998 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
9999 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10000 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10001 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10002 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10003 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10004 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10005 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10006 gdb.pascal/types.exp, gdb.stabs/weird.exp,
10007 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10008 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10009 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10010 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10011 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10012 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10013 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10014 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10015 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10016 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10017 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10018 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10019 lib/mi-support.exp, lib/trace-support.exp: Remove reference
10020 to bug-gdb@prep.ai.mit.edu .
10021
5e06a3d1
VP
100222008-07-31 Vladimir Prus <vladimir@codesourcery.com>
10023
10024 * lib/mi-support.exp (mi_load_shlibs): New.
10025 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10026
9d81d21b
VP
100272008-07-30 Vladimir Prus <vladimir@codesourcery.com>
10028
10029 * lib/mi-support.exp (get_mi_thread_list)
10030 (check_mi_and_console_threads): New, moved from ...
10031 * gdb.mi/mi-pthread.exp: ...here.
10032 * gdb.mi/gdb669.exp (get_mi_thread_list)
10033 (check_mi_and_console_threads): Delete.
10034 * gdb.mi/mi2-pthread.exp: Likewise.
10035
bae98fe0
TT
100362008-07-28 Tom Tromey <tromey@redhat.com>
10037
10038 * Makefile.in (just-check): Remove. Move body to...
10039 (check): ... here.
10040
57380f4e
DJ
100412008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10042
10043 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10044 Add a test for duplicated SIGINTs.
10045
e09490f1
DJ
100462008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10047
10048 * gdb.threads/schedlock.exp (get_args): Update to work for any
10049 value of NUM.
10050 (Top level): Report the number of threads that did not resume.
10051
6387b45f
DJ
100522008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10053
10054 * gdb.dwarf2/dw2-compressed.S: Also define __start.
10055
62f64ff2
DJ
100562008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10057
10058 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10059 non-MI prompt.
10060
fa8de41e
TT
100612008-07-26 Tom Tromey <tromey@redhat.com>
10062
10063 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10064 (function_struct, function_struct_ptr): New globals.
10065 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10066 function pointer in a struct.
10067
ccb3ac8a
TT
100682008-07-26 Tom Tromey <tromey@redhat.com>
10069
10070 * gdb.base/macscp.exp: Add test for macro lexing bug.
10071
d7d9f01e
TT
100722008-07-18 Tom Tromey <tromey@redhat.com>
10073
10074 * gdb.base/macscp.exp: Add macro tests.
10075
9bf07184
PP
100762008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10077
10078 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10079
becf6477
PP
100802008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10081
10082 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10083
0709f7d3
PP
100842008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10085
10086 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 10087
7093c834
PP
100882008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
10089
10090 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 10091
b432ffe3
JK
100922008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10095
b1a268e5
VP
100962008-07-12 Vladimir Prus <vladimir@codesourcery.com>
10097
10098 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10099
e2995f8e
KB
101002008-07-11 Kevin Buettner <kevinb@redhat.com>
10101
10102 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10103 of regexp to account for changes made to GDB in the printing of
10104 byte vectors.
10105
14032a66
TT
101062008-07-11 Tom Tromey <tromey@redhat.com>
10107
10108 * gdb.base/completion.exp: Add 'help' completion test.
10109
981505ef
JK
101102008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10111
10112 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10113
10568435
JK
101142008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10115
10116 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10117
4487aabf
PA
101182008-07-09 Pedro Alves <pedro@codesourcery.com>
10119
10120 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10121
a4a9b1c4
PA
101222008-07-09 Pedro Alves <pedro@codesourcery.com>
10123
10124 * gdb.base/fullname.exp: Restore pwd if compiling failed.
10125
3c3185ac
JK
101262008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10129
7ebd49dc
VP
101302008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10131
10132 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10133 previous commit. Add a comment.
10134
84e46146
PA
101352008-06-28 Pedro Alves <pedro@codesourcery.com>
10136
10137 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10138
0f8d4a2f
VP
101392008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10140
10141 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10142
f747e0ce
PA
101432008-06-27 Pedro Alves <pedro@codesourcery.com>
10144
10145 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10146 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10147 compiling an executable, link in an object that forces unbuffered
10148 output.
10149 * lib/set_unbuffered_mode.c: New file.
10150
734a5c36
JK
101512008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10152
10153 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10154
a2840c35
VP
101552008-06-25 Vladimir Prus <vladimir@codesourcery.com>
10156
a9c64011
AS
10157 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10158 mi_expect_stop.
10159 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10160 Demand that *running is output.
10161 (detect_async): Perform checking every time.
10162 (mi_send_resuming_command): Extract everything into...
10163 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
10164 (mi_expect_stop): Don't accept any output before *stopped.
10165
6ae37fef
VP
101662008-06-13 Vladimir Prus <vladimir@codesourcery.com>
10167
10168 Robustify mi-simplerun.
a9c64011
AS
10169 * gdb.mi/basics.c (main): Add a call to sleep.
10170 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10171 * gdb.mi/mi2-cli.exp: Likewise.
10172 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 10173
b4aa76f0 101742008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
10175
10176 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10177
e1ac3328
VP
101782008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10179
a9c64011
AS
10180 * gdb.mi/mi-console.exp: Adjust.
10181 * gdb.mi/mi-syn-frame.exp: Adjust.
10182 * gdb.mi/mi2-console.exp: Adjust.
10183 * gdb.mi/mi2-syn-frame.exp: Adjust.
10184 * lib/mi-support.exp (mi_run_cmd): Adjust.
10185 (mi_send_resuming_command): Adjust.
e1ac3328 10186
f7f9a841
VP
101872008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10188
10189 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
10190 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10191 testing of stopped.
10192 * gdb.mi/mi2-syn-frame.exp: Likewise.
10193 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10194 (async, detect_async): New.
10195 (mi_expect_stop, mi_continue_to_line): Adjust expectation
10196 depending on if we're running in sync or async mode.
f7f9a841 10197
37cd5d19
TT
101982008-06-09 Tom Tromey <tromey@redhat.com>
10199
10200 * gdb.base/completion.exp: New tests for field name completion
10201 with spaces, and field name completion with '->'.
10202
65d12d83
TT
102032008-06-06 Tom Tromey <tromey@redhat.com>
10204
10205 * gdb.base/break1.c (struct some_struct): New struct.
10206 (values): New global.
10207 * gdb.base/completion.exp: Add field name completion test.
10208
ebfe2e3f
PP
102092008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10210
10211 * gdb.cp/call-c.exp: Test for incorrect handling of reference
10212 to pointer.
10213 * gdb.cp/call-c.cc: Likewise.
10214
bcf6fc3a
NR
102152008-06-06 Nick Roberts <nickrob@snap.net.nz>
10216
10217 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10218 annotation.
10219
49fd4a42 102202008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 10221 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
10222
10223 * gdb.threads/execl.c, gdb.threads/execl1.c,
10224 gdb.threads/execl.exp: New tests.
a9c64011 10225
8a34ac3f
AR
102262008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
10227 Daniel Jacobowitz <dan@codesourcery.com>
10228
10229 * gdb.cp/exception.exp: Activate test, make it work with pending
10230 catchpoints.
10231
86ae69ef
JK
102322008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10233
10234 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10235
f7f9ae2c
VP
102362008-05-28 Vladimir Prus <vladimir@codesourcery.com>
10237
a9c64011
AS
10238 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10239 now printed.
10240 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 10241
2a2d4dc3
AS
102422008-05-27 Andreas Schwab <schwab@suse.de>
10243
10244 * gdb.base/frame-args.exp: Handle arguments that are optimized
10245 out.
10246
5099e4d9
LM
102472008-05-26 Luis Machado <luisgpm@br.ibm.com>
10248
10249 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10250 quiet for ppc32 and group options into a single variable.
10251
d9c36a91
JB
102522008-05-23 Joel Brobecker <brobecker@adacore.com>
10253
10254 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10255 of zero-size elements.
10256 * gdb.ada/null_array.exp: Test printing this new array.
10257
103a8671
JK
102582008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10259
10260 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10261
07a4cc1a 102622008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
10263
10264 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10265 of the "finish" command.
10266
55f996a7
NR
102672008-05-21 Nick Roberts <nickrob@snap.net.nz>
10268
10269 * gdb.base/annota1.exp: Test for new annotation.
10270
907fc202
UW
102712008-05-16 Pedro Alves <pedro@codesourcery.com>
10272
10273 * gdb.base/fixsection.exp: New file.
10274 * gdb.base/fixsection0.c: New file.
10275 * gdb.base/fixsection1.c: New file.
10276
e8f97270
UW
102772008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10278
10279 * gdb.base/annota1.exp: Accept printf@... in place of printf.
10280 * gdb.base/annota3.exp: Likewise.
10281
ac0bb574
NF
102822008-05-13 Nathan Froyd <froydnj@codesourcery.com>
10283
10284 * gdb.base/watch_thread_num.exp: Don't run tests that require
10285 watchpoints if the target doesn't support them.
10286
6fadd07a
DE
102872008-05-12 Doug Evans <dje@google.com>
10288
10289 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10290
6e9a4a30
JB
102912008-05-09 Joel Brobecker <brobecker@adacore.com>
10292
10293 * gdb.ada/assign_1.exp: New testcase.
10294
08388c79
DE
102952008-05-09 Doug Evans <dje@google.com>
10296
a3c83fae
DE
10297 * gdb.base/find.exp: New file.
10298 * gdb.base/find.c: New file.
08388c79 10299
bd5ddfe8
DJ
103002008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
10301
10302 * gdb.base/commands.exp (watchpoint_command_test): Handle
10303 gdb,no_hardware_watchpoints.
10304 * gdb.base/float.exp: Allow ARM targets without floating point.
10305 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10306
b5dd68e2 103072008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 10308 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
10309
10310 * gdb.ada/lang_switch: New test program.
10311 * gdb.ada/lang_switch.exp: New testcase.
10312
382d13d1
DE
103132008-05-05 Doug Evans <dje@google.com>
10314
10315 * gdb.base/help.exp (disassemble): Update expected help text.
10316
9dd789d0
PA
103172008-05-04 Pedro Alves <pedro@codesourcery.com>
10318
10319 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10320
611c83ae
PA
103212008-05-04 Pedro Alves <pedro@codesourcery.com>
10322
10323 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10324 different times.
10325
ff013f42
JK
103262008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10329 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10330 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10331 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10332
96dff6a2
VP
103332008-05-04 Vladimir Prus <vladimir@codesourcery.com>
10334
10335 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10336 notification to appear.
10337
55cd6f92
DJ
103382008-05-04 Daniel Jacobowitz <dan@debian.org>
10339
10340 * gdb.base/fullname.c: New file.
10341 * gdb.base/fullname.exp: New file.
10342 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10343
d705c43c
PA
103442008-05-03 Pedro Alves <pedro@codesourcery.com>
10345
10346 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10347 expressions with macros.
10348
333222e1
JK
103492008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10350
10351 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10352
5ac01682
DJ
103532008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
10354
10355 * gdb.base/completion.exp: Handle lack of other symbols beginning
10356 with "a".
10357
10358 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10359
237fc4c9
PA
103602008-05-02 Jim Blandy <jimb@codesourcery.com>
10361
10362 * gdb.asm/asmsrc1.s: Add scratch space.
10363
ed5e9466
DJ
103642008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10365 Daniel Jacobowitz <dan@codesourcery.com>
10366
10367 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10368 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10369 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10370
b39cc962
DJ
103712007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
10372
10373 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10374
36d520f5
JB
103752008-05-01 Joel Brobecker <brobecker@adacore.com>
10376
10377 * gdb.base/info-target.exp: New testcase.
10378
8d4e3071
DJ
103792008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10380
10381 * gdb.cp/hang.exp: Use .cc instead of .C.
10382 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10383 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10384
6f3f3097
DJ
103852008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10386
10387 * gdb.base/gdb1250.exp: Remove perror.
10388 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10389
5550a914
PA
103902008-04-30 Pedro Alves <pedro@codesourcery.com>
10391
10392 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10393 .2byte.
10394
d848e687
DJ
103952008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
10396
10397 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
10398 (maybe_kfail): New.
10399
93b5768b
PA
104002008-04-25 Pedro Alves <pedro@codesourcery.com>
10401
10402 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10403
721c02de
VP
104042008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10405
a9c64011
AS
10406 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10407 * gdb.mi/mi2-syn-frame.exp: Likewise.
10408 * lib/mi-support.exp: Likewise.
721c02de 10409
74960c60
VP
104102008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10411
10412 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10413 to specify regexp for the location to stop at.
10414 * gdb.base/break-always.c: New.
10415 * gdb.base/break-always.exp: New.
10416
d24317b4
VP
104172008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10418
10419 * lib/mi-support.exp (mi_runto_helper): Adjust
10420 for the original-location field.
10421 (mi_create_breakpoint, mi_list_breakpoints): New.
10422 * gdb.mi/mi-break.exp: Adjust.
10423 * gdb.mi/mi2-break.exp: Adjust.
10424 * gdb.mi/mi-pending.exp: Adjust.
10425 * gdb.mi/mi-simplerun.exp: Adjust.
10426 * gdb.mi/mi2-simplerun.exp: Adjust.
10427 * gdb.mi/mi-syn-frame.exp: Adjust.
10428 * gdb.mi/mi2-syn-frame.exp: Adjust.
10429 * gdb.mi/mi-until.exp: Adjust.
10430 * gdb.mi/mi2-until.exp: Adjust.
10431 * gdb.mi/mi-var-display.exp: Adjust.
10432 * gdb.mi/mi2-var-display.exp: Adjust.
10433 * gdb.mi/mi-watch.exp: Adjust.
10434 * gdb.mi/mi2-watch.exp: Adjust.
10435
fdc59709 104362008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 10437
a9c64011
AS
10438 * aclocal.m4: Add override.m4.
10439 * configure: Regenerate.
fdc59709 10440
8e91f023
VP
104412008-04-19 Vladimir Prus <vladimir@codesourcery.com>
10442
10443 * gdb.mi/var-cmd.c (do_at_tests): Verify that
10444 '-var-update --all-values' reports new value even the type
10445 of a variable object has changed.
10446
233a11ab
CS
104472008-04-18 Craig Silverstein <csilvers@google.com>
10448
10449 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10450 files.
d24317b4 10451
9c1137ad
JB
104522008-04-18 Joel Brobecker <brobecker@adacore.com>
10453
10454 * gdb.ada/atomic_enum: New test program.
10455 * gdb.ada/atomic_enum.exp: New testcase.
10456
66d0bbc7
DE
104572008-04-17 Doug Evans <dje@google.com>
10458
10459 * gdb.opt/Makefile.in: Fix whitespace.
10460
100906b0
UW
104612008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
10462
10463 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10464
4584e32e
DE
104652008-04-17 Doug Evans <dje@google.com>
10466
10467 * gdb.base/hashline1.exp: New testcase.
10468 * gdb.base/hashline2.exp: New testcase.
10469 * gdb.base/hashline2.exp: New testcase.
10470
0a320680
PA
104712008-04-17 Pedro Alves <pedro@codesourcery.com>
10472
10473 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10474
18ac113b
AR
104752008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
10476
10477 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10478 temporary breakpoint to match "Temporary breakpoint".
10479 * gdb.base/break.exp (delete_breakpoints): Likewise.
10480 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10481 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10482 * gdb.base/display.exp: Likewise.
10483 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10484 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10485 * gdb.base/restore.exp (restore_tests): Likewise.
10486 * gdb.base/sepdebug.exp: Likewise.
10487 * gdb.base/watchpoint.exp: Likewise.
10488 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10489 * gdb.mi/mi-pending.exp: Likewise.
10490 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10491 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10492 * gdb.mi/mi-var-cmd.exp: Likewise.
10493 * gdb.mi/mi-var-display.exp: Likewise.
10494 * gdb.mi/mi2-cli.exp: Likewise.
10495 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10496 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10497 * gdb.mi/mi2-var-display.exp: Likewise.
10498 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10499 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10500 new "disp" field.
a9c64011 10501 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
10502 reason. This is to support fix for PR2424.
10503
add38693
JK
105042008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10505
10506 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10507
fcacd99f
VP
105082008-04-13 Vladimir Prus <vladimir@codesourcery.com>
10509
10510 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 10511 field. Add more floating varobj tests.
fcacd99f 10512 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
10513 field.
10514 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10515 (main): Call do_at_tests.
10516 * lib/mi-support.exp (mi_create_floating_varobj)
10517 (mi_varobj_update_with_type_change): New.
fcacd99f 10518
de051565
MK
105192008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
10520
10521 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10522 option of -var-evaluate-expression.
10523 * gdb.mi/mi2-var-display.exp: Likewise.
10524
dbc52822
VP
105252008-04-07 Vladimir Prus <vladimir@codesourcery.com>
10526
10527 Introduce test setup helpers.
a9c64011
AS
10528 * lib/gdb.exp (build_executable, clean_restart)
10529 (prepare_for_testing): New.
10530 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10531 * gdb.base/return.exp: Likewise.
10532 * gdb.base/ending-run.exp: Likewise.
dbc52822 10533
473591da
NR
105342008-04-07 Nick Roberts <nickrob@snap.net.nz>
10535
10536 * gdb.mi/mi-async.exp: New test for asynchronous Machine
10537 Interface (MI) responses.
10538
2b2d9e11
VP
105392008-04-06 Vladimir Prus <vladimir@codesourcery.com>
10540
a9c64011
AS
10541 * gdb.cp/breakpoint.cc: New code to test conditions involving
10542 member variables.
10543 * gdb.cp/breakpoint.exp: Test condition involving member
10544 variables.
2b2d9e11 10545
bb378428
VP
105462008-04-05 Vladimir Prus <vladimir@codesourcery.com>
10547
10548 * lib/mi-support.exp (mi_expect_stop): New.
10549 (mi_run_cmd): Change the
10550 token. Use mi_send_resuming_command, use
10551 mi_expect_stop.
10552 (mi_execute_to_helper): Rename to mi_execute_to.
10553 (mi_send_resuming_command): Add more error patterns.
10554 (mi_wait_for_stop): Renamed to...
10555 (mi_get_stop_line): ...this.
10556 (mi_run_inline_test): Adjust.
10557
10558 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10559 * gdb.mi/mi-console.exp: Likewise.
10560 * gdb.mi/mi-pending.exp: Likewise.
10561 * gdb.mi/mi-simplerun.exp: Likewise.
10562 * gdb.mi/mi-stack.exp: Likewise.
10563 * gdb.mi/mi-stepi.exp: Likewise.
10564 * gdb.mi/mi-syn-frame.exp: Add comment.
10565 * gdb.mi/mi-until.exp: Likewise.
10566 * gdb.mi/mi-var-display.exp: Likewise.
10567 * gdb.mi/mi-watch.exp: Likewise.
10568 * gdb.mi/mi2-cli.exp: Likewise.
10569 * gdb.mi/mi2-console.exp: Likewise.
10570 * gdb.mi/mi2-simplerun.exp: Likewise.
10571 * gdb.mi/mi2-stack.exp: Likewise.
10572 * gdb.mi/mi2-stepi.exp: Likewise.
10573 * gdb.mi/mi2-until.exp: Likewise.
10574 * gdb.mi/mi2-var-display.exp: Likewise.
10575 * gdb.mi/mi2-watch.exp: Likewise.
10576
62172bb9
UW
105772008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10578
10579 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10580
10581 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10582
a13e061a
PA
105832008-04-04 Pedro Alves <pedro@codesourcery.com>
10584
10585 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10586 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10587 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10588 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10589 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10590 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10591 expect an mi error duplicated in stderr.
10592
eae06beb
JB
105932008-04-03 Joel Brobecker <brobecker@adacore.com>
10594
10595 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10596 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10597 Add a couple of tests that verify the behavior when the new setting
10598 is set to "cancel" and "all".
10599 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10600 "ask" before we start the testing.
10601
79c6ced6
AR
106022008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10603
10604 * gdb.cp/casts.cc: Add class reference variables.
10605 * gdb.cp/casts.exp: New test cases for up/down casting references.
10606
6c2d1a6b
MK
106072008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
10608
10609 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10610 instead of beginning to make an extra test pass.
10611 * gdb.mi/mi2-var-display.exp: Likewise.
10612
55b411d9
MR
106132008-03-31 Maciej W. Rozycki <macro@mips.com>
10614
10615 * gdb.base/break.exp: Mark failures as such. Fix formatting.
10616
c6140da2
MD
106172008-03-31 Markus Deuling <deuling@de.ibm.com>
10618 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10619
10620 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10621 value. Add xfail for older kernels.
10622
79732189
AR
106232008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
10624
10625 Bring mi-support in line with gdb.exp.
10626 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10627 (mi_gdb_start): New function.
10628
33c3676e
MR
106292008-03-28 Maciej W. Rozycki <macro@mips.com>
10630
10631 * gdb.mi/mi-var-cmd.exp: Fix a typo.
10632
92e28119
VP
106332008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10634
10635 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10636 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 10637
9e8e3afe
VP
106382008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10639
10640 * lib/mi-support.exp (mi_create_varobj_checked): New.
10641 (mi_list_varobj_children): Allow to check for a
10642 value.
10643 (mi_list_array_varobj_children): New.
10644
10645 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10646 and mi_list_varobj_children, as opposed to hardcoding
10647 expected strings.
10648 * gdb.mi/gdb701.exp: Likewise.
10649 * gdb.mi/gdb792.exp: Likewise.
10650 * gdb.mi/mi-var-block.exp: Likewise.
10651 * gdb.mi/mi-var-cmd.exp: Likewise.
10652 * gdb.mi/mi-var-invalidate.exp: Likewise.
10653 * gdb.mi/mi2-var-block.exp: Likewise.
10654 * gdb.mi/mi2-var-child.exp: Likewise.
10655 * gdb.mi/mi2-var-cmd.exp: Likewise.
10656 * gdb.mi/mi2-var-display.exp: Likewise.
10657
9df50351
JK
106582008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 Fix random false FAILs on i386.
10661 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10662
31e5d73a
DJ
106632008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10664
10665 PR gdb/544
10666 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10667
12f4afab
DJ
106682008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10669
10670 PR gdb/544
10671 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10672
b562a0cb
DJ
106732008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10674
10675 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10676 fixed PR gdb/544.
10677
17faa917
DJ
106782008-03-21 Pedro Alves <pedro@codesourcery.com>
10679
10680 * gdb.threads/fork-child-threads.exp: Test next over fork.
10681
6214f497
DJ
106822008-03-21 Chris Demetriou <cgd@google.com>
10683
10684 * gdb.base/break.exp (rbreak junk): New test for rbreak
10685 "Junk at end of arguments" issue.
10686
63092375
DJ
106872008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10688
10689 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
10690 *& to work on created array elements.
10691 (Top level): Test print $pc with a file. Test string operations
10692 without a target.
10693 * gdb.base/ptype.exp: Do not expect *& to work on created array
10694 elements.
10695
b21991b0
DJ
106962008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10697
10698 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10699 gdb.threads/staticthreads.exp: Update exit query.
10700
c4b347c7
SL
107012008-03-07 Sandra Loosemore <sandra@codesourcery.com>
10702
10703 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10704
fa4727a6
DJ
107052008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10706
10707 * gdb.base/watchpoint.c (global_ptr, func4): New.
10708 (main): Call func4.
10709 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10710 (test_inaccessible_watchpoint): New.
10711
2f34202f
MR
107122008-02-29 Maciej W. Rozycki <macro@mips.com>
10713
10714 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10715 select the largest.
10716
0d6ba1b1
DJ
107172008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10718
10719 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10720 frames-invalid annotations.
10721
e691325a
PM
107222008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
10723
a9c64011 10724 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 10725
f85b5ecc
DE
107262008-02-27 Doug Evans <dje@google.com>
10727
10728 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10729 for bug 1738.
10730 (breakpoint_to_handler_entry): Ditto.
10731
b40e7bf3
JB
107322008-02-27 Joel Brobecker <brobecker@adacore.com>
10733
10734 * gdb.base/ending-run.exp: Use the first line of code inside
10735 function body to test breakpoints.
10736 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10737 location where the breakpoint is inserted when using the line
10738 where a function is declared. Fix typo in the description of
10739 one of the tests.
10740 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10741
2faca73a
PM
107422008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10743
10744 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 10745 tests.
2faca73a 10746
6f439c36
PM
107472008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10748
10749 * gdb.base/args.exp: avoid same output for tests
10750 with single quotes.
10751
54e52265
VP
107522008-02-26 Vladimir Prus <vladimir@codesourcery.com>
10753
a9c64011
AS
10754 * gdb.base/annota1.exp: Adjust for 'info break'
10755 format changes.
10756 * gdb.base/annota3.exp: Likewise.
10757 * gdb.base/break.exp: Likewise.
10758 * gdb.base/condbreak.exp: Likewise.
10759 * gdb.base/pending.exp: Likewise.
10760 * gdb.base/sepdebug.exp: Likewise.
10761 * gdb.base/unload.exp: Likewise.
10762 * gdb.cp/ovldbreak.exp: Likewise.
10763 * gdb.mi/mi-pending.exp: Likewise.
54e52265 10764
897b09ca
DE
107652008-02-07 Doug Evans <dje@google.com>
10766
10767 * gdb.cp/mb-inline.exp: New.
10768 * gdb.cp/mb-inline.h: New.
10769 * gdb.cp/mb-inline1.cc: New.
10770 * gdb.cp/mb-inline2.cc: New.
10771
b1c32d35
PM
107722008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10773
10774 * gdb.pascal/floats.pas: New test program.
10775 * gdb.pascal/floats.exp: New testcase.
10776
1a4ca44a
TJB
107772008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
10778
10779 * gdb.base/callfuncs.c (t_float_many_args): New function.
10780 (t_double_many_args): New function.
10781 * gdb.base/callfuncs.exp: Add tests for exceeding float
10782 and double parameters passed through the stack.
10783
439048e8
JB
107842008-02-05 Joel Brobecker <brobecker@adacore.com>
10785
10786 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10787 gdb.ada/complete/foo.adb: New files.
10788 * gdb.ada/complete.exp: New testcase.
10789
81fe8080
DE
107902008-02-03 Doug Evans <dje@google.com>
10791
301f0ecf
DE
10792 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10793
81fe8080
DE
10794 * gdb.cp/gdb2384.exp: New file.
10795 * gdb.cp/gdb2384.cc: New file.
10796 * gdb.cp/gdb2384-base.h: New file.
10797 * gdb.cp/gdb2384-base.cc: New file.
10798
4b071aec
DE
107992008-02-02 Doug Evans <dje@google.com>
10800
10801 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10802
61137ba6
JB
108032007-02-01 Joel Brobecker <brobecker@adacore.com>
10804
10805 * gdb.ada/sym_print_name: New test program.
10806 * gdb.ada/sym_print_name.exp: New testcase.
10807
108082007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
10809
10810 * gdb.ada/nested/hello.adb: New file.
10811 * gdb.ada/nested.exp: New testcase.
10812 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10813
98deb0da
VP
108142008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10815
10816 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
10817 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10818 don't cause future evaluations of function to report
10819 creation of internal breakpoints.
98deb0da 10820
723a2275
VP
108212008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10822
10823 * gdb.mi/mi-break.exp (test_error): New.
10824 Call it.
10825
fb546a2f
LM
108262008-01-31 Luis Machado <luisgpm@br.ibm.com>
10827
10828 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
10829 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
10830
2d8fd90a
PM
108312008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10832
10833 * gdb.pascal/integers.pas: New test program.
10834 * gdb.pascal/integers.exp: New testcase.
10835
a7fa0ded
PM
108362008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10837
10838 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
10839
5e1a1926
TJB
108402008-01-30 Luis Machado <luisgpm@br.ibm.com>
10841
10842 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
10843 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
10844
8d04f9f0
JB
108452008-01-30 Paul Hilfinger <hilfinger@adacore.com>
10846
10847 * gdb.ada/formatted_ref: New test program.
10848 * gdb.ada/formatted_ref.exp: New testcase.
10849
10850 * gdb.cp/formatted-ref.cc: New file.
10851 * gdb.cp/formatted-ref.exp: New testcase.
10852
ce75a98f
JB
108532008-01-30 Joel Brobecker <brobecker@adacore.com>
10854
10855 * gdb.base/ptype.exp: Add testing of "ptype $pc".
10856
e835f6bf
NR
108572008-01-30 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
10860 (test_file_list_exec_source_file): Update to new macro-info field.
10861
d118ef87
PH
108622008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
10863
10864 * gdb.ada/exprs: New test program.
10865 * gdb.ada/exprs.exp: New testcase.
10866
7d35ab09
TJB
108672008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10868
10869 * dfp-test.c (DELTA, DELTA_B): New definitions.
10870 (double_val1, double_val2, double_val3, double_val4, double_val5,
10871 double_val6, double_val7, double_val8, double_val9, double_val10,
10872 double_val11, double_val12, double_val13, double_val14, dec32_val1,
10873 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
10874 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
10875 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
10876 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
10877 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
10878 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
10879 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
10880 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
10881 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10882 dec128_val16): New global variables.
10883 (decimal_dec128_align): New function.
10884 (decimal_mixed): Likewise.
10885 (decimal_many_args_dec32): Likewise.
10886 (decimal_many_args_dec64): Likewise.
10887 (decimal_many_args_dec128): Likewise.
10888 (decimal_many_args_mixed): Likewise.
10889 * dfp-test.exp: Add tests calling new inferior functions.
10890
2d717e4f
DJ
108912008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10892
10893 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10894 gdb.server/ext-run.exp: New files.
10895 * lib/gdbserver-support.exp (gdbserver_download): New.
10896 (gdbserver_start): New. Update gdbserver expected
10897 output.
10898 (gdbserver_spawn): Use them.
10899 (gdbserver_start_extended): New.
10900
e85a822c
DJ
109012008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10902
10903 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
10904 Run on GNU/Linux.
10905 (do_exec_tests): Check for systems which do not support catchpoints.
10906 Do not match START.
10907 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
10908 Run on GNU/Linux. Enable verbose output.
10909 (check_fork_catchpoints): New.
10910 (explicit_fork_child_follow, catch_fork_child_follow)
10911 (tcatch_fork_parent_follow): Update expected messages.
10912 (do_fork_tests): Use check_fork_catchpoints.
10913 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
10914 Run on GNU/Linux. Enable verbose output.
10915 (check_vfork_catchpoints): New.
10916 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
10917 expected messages.
10918 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
10919
401ea829
JB
109202008-01-29 Jim Blandy <jimb@red-bean.com>
10921
10922 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
10923 host' errors.
10924 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
10925
aceaf3ad
JB
109262008-01-29 Jim Blandy <jimb@red-bean.com>
10927
10928 * gdb.threads/sigthread.c: Use barriers to ensure that
10929 child_thread and child_thread_two are always initialized before we
10930 start to use them.
10931
a5606eee
VP
109322008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10933
10934 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
10935 * gdb.base/watchpoint-solib.c: New.
10936 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 10937
c55a82bb
PM
109382008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
10939
10940 * gdb.base/gdb1056.exp: Add unsigned integer test.
10941
0993fe05
DE
109422008-01-28 Doug Evans <dje@google.com>
10943
10944 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
10945
4fe42e7f
JB
109462008-01-27 Jim Blandy <jimb@codesourcery.com>
10947
c7a69933
JB
10948 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
10949
4fe42e7f
JB
10950 * gdb.base/expand-psymtabs.exp: Doc fix.
10951
5def8285
MK
109522008-01-26 Mark Kettenis <kettenis@gnu.org>
10953
10954 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10955
5313c911
NR
109562008-01-24 Nick Roberts <nickrob@snap.net.nz>
10957
a9c64011 10958 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
10959 -var-set-format.
10960
93815fbf
VP
109612008-01-23 Chris Demetriou <cgd@google.com>
10962
10963 * gdb.threads/thread_events.c: New testcase source file.
10964 * gdb.threads/thread_events.exp: New testcase expect file.
10965
467a88ee
NR
109662008-01-23 Nick Roberts <nickrob@snap.net.nz>
10967
10968 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
10969
10970 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
10971 -var-set-format.
10972
d8f82aba
DJ
109732008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10974 Vladimir Prus <vladimir@codesourcery.com>
10975
10976 * gdb.base/float.exp: Allow missing floating point for m68k and
10977 PowerPC.
10978
60c46647
VP
109792008-01-22 Vladimir Prus <vladimir@codesourcery.com>
10980
10981 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
10982 ignore count.
10983 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
10984 * gdb.mi/mi-cli.exp: Adjust.
10985 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 10986
c7dd36a1
PA
109872008-01-17 Pedro Alves <pedro@codesourcery.com>
10988
10989 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
10990 and 'dummy_ptr' integer pointer. Initialize struct_declarations
10991 with dummy_ptr's address.
10992 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
10993 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
10994 all targets.
10995 * gdb.mi/mi2-var-child.exp: Likewise.
10996
39d5313e
JB
109972008-01-09 Joel Brobecker <brobecker@adacore.com>
10998
10999 * gdb.ada/null_array: New test program.
11000 * gdb.ada/null_array.exp: New testcase.
11001
0aea4bf3
LM
110022008-01-09 Luis Machado <luisgpm@br.ibm.com>
11003
11004 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11005 with required float modifiers.
11006
0b354900
JB
110072008-01-08 Joel Brobecker <brobecker@adacore.com>
11008
11009 * gdb.ada/funcall_param: New test program.
11010 * gdb.ada/funcall_param.exp: New testcase.
11011
cdb7f5d4
JB
110122008-01-08 Joel Brobecker <brobecker@adacore.com>
11013
11014 * gdb.ada/arrayparam: New test program.
11015 * gdb.ada/arrayparam.exp: New testcase.
11016
88e2547f
JB
110172008-01-08 Joel Brobecker <brobecker@adacore.com>
11018
11019 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11020 landed. Should also fix random failures in the test following it.
11021
f6867ce0
TJB
110222008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11023
11024 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11025 for expressions with decimal float values.
11026 (test_dfp_conversions): New function to test casts to and from
11027 decimal float types.
11028 Call test_dfp_conversions.
11029 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11030 elements.
11031 (main): Initialize ds.float4 and ds.double8 elements.
11032 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
11033 string to new error message.
11034 (d64_set_tests): Likewise.
11035 (d128_set_tests): Likewise.
11036 Add tests for expressions with decimal float variables. Add tests for
11037 conversions to and from decimal float types.
11038
f9c11282
JB
110392008-01-05 Joel Brobecker <brobecker@adacore.com>
11040
11041 * gdb.ada/packed_tagged/comp_bug.adb: New file.
11042 * gdb.ada/packed_tagged.exp: New testcase.
11043
0ecbca72
JB
110442008-01-04 Joel Brobecker <brobecker@adacore.com>
11045
11046 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11047 gdb.ada/homonym/homonym_main.adb: New files.
11048 * gdb.ada/homonym.exp: New testcase.
11049
c18d3d89
JB
110502008-01-04 Joel Brobecker <brobecker@adacore.com>
11051
11052 * gdb.ada/packed_array.exp: Add testing of references to
11053 a packed array.
11054
ecc7085b
JB
110552008-01-04 Joel Brobecker <brobecker@adacore.com>
11056
11057 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11058 New files.
11059 * gdb.ada/type_coercion.exp: New testcase.
11060
c474c922
JB
110612008-01-04 Joel Brobecker <brobecker@adacore.com>
11062
11063 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11064 gdb.ada/tagged/foo.adb: New file.
11065 * gdb.ada/tagged.exp: New testcase.
11066
9005b927
JB
110672008-01-04 Joel Brobecker <brobecker@adacore.com>
11068
11069 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11070 gdb.ada/ptype_field/foo.adb: New files.
11071 * gdb.ada/ptype_field.exp: New testcase.
11072
1a6aaad8
JB
110732008-01-03 Joel Brobecker <brobecker@adacore.com>
11074
11075 * gdb.ada/print_pc.exp: New testcase.
11076
0ef22f53
JB
110772008-01-03 Joel Brobecker <brobecker@adacore.com>
11078
11079 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11080 gdb.ada/taft_type/p.adb: New files.
11081 * gdb.ada/taft_type.exp: New testcase.
11082
1689ecf8
JB
110832008-01-03 Joel Brobecker <brobecker@adacore.com>
11084
11085 * gdb.ada/array_bounds/bar.adb: New file.
11086 * gdb.ada/array_bounds.exp: New testcase.
11087
a4d0b9c3
JB
110882008-01-03 Joel Brobecker <brobecker@adacore.com>
11089
11090 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11091 gdb.ada/arrayptr/foo.adb: New files.
11092 * gdb.ada/arrayptr.exp: New testcase.
11093
a31ace00
JB
110942008-01-03 Joel Brobecker <brobecker@adacore.com>
11095
11096 * gdb.base/set-lang-auto.exp: New testcase.
11097
a97fced3
JB
110982008-01-03 Joel Brobecker <brobecker@adacore.com>
11099
11100 * gdb.ada/fun_addr/foo.adb: New file.
11101 * gdb.ada/fun_addr.exp: New testcase.
11102
ef29ce1a
JK
111032008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11104
11105 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11106 New files
11107
0fafefe3
JB
111082008-01-02 Joel Brobecker <brobecker@adacore.com>
11109
11110 * array_subscript_addr/p.adb: New file.
a9c64011 11111 * array_subscript_addr.exp: New testcase.
0fafefe3 11112
c4359f8d
JB
111132008-01-02 Joel Brobecker <brobecker@adacore.com>
11114
a9c64011 11115 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
11116 New files.
11117 * gdb.ada/str_cmp_ref.exp: New testcase.
11118
1aa1b15b
JB
111192008-01-01 Joel Brobecker <brobecker@adacore.com>
11120
11121 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11122 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 11123 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 11124
81c9b2cf
JB
111252008-01-01 Joel Brobecker <brobecker@adacore.com>
11126
11127 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11128 gdb.ada/ref_param/pck.ads: New files.
11129 * gdb.ada/ref_param.exp: New testcase.
11130
319e4674
JB
111312008-01-01 Joel Brobecker <brobecker@adacore.com>
11132
11133 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11134 gdb.ada/interface/foo.adb: New files.
11135 * gdb.ada/interface.exp: New testcase.
11136
ef682c56
JB
111372007-12-31 Jim Blandy <jimb@codesourcery.com>
11138
11139 * gdb.base/multi-forks.exp: Consume all output from child
11140 processes before proceeding to next test.
11141
f6f3eb6c
JB
111422007-12-29 Jim Blandy <jimb@codesourcery.com>
11143
11144 * configure: Regenerated.
11145
f652e42f
JB
111462007-12-27 Joel Brobecker <brobecker@adacore.com>
11147
11148 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11149 gdb.ada/fixed_cmp/fixed.adb: New files.
11150 * gdb.ada/fixed_cmp.exp: New testcase.
11151
6943e596
JB
111522007-12-27 Joel Brobecker <brobecker@adacore.com>
11153
11154 * gdb.ada/boolean_expr.exp: New testcase.
11155
aad9a193
JB
111562007-12-26 Jim Blandy <jimb@codesourcery.com>
11157
11158 * gdb.base/multi-forks.exp: Doc fix.
11159
fb5f3683
JB
111602007-12-26 Joel Brobecker <brobecker@adacore.com>
11161
11162 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11163 * gdb.ada/char_param.exp: Do not compile our test program with
11164 -gnata, this is unnecessary.
11165 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11166
384e4a9c
JB
111672007-12-24 Joel Brobecker <brobecker@adacore.com>
11168
11169 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11170 gdb.ada/print_chars/foo.adb: New files.
11171 * gdb.ada/print_chars.exp: New testcase.
11172
01e044f7
JB
111732007-12-24 Joel Brobecker <brobecker@adacore.com>
11174
11175 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11176 gdb.ada/char_param/foo.adb: New files.
11177 * gdb.ada/char_param.exp: New testcase.
11178
0ce17860
JB
111792007-12-22 Jim Blandy <jimb@codesourcery.com>
11180
11181 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11182 hard-coding source line numbers into the test.
11183 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11184 gdb_get_line_number to find.
11185
919809b9
JB
111862007-12-22 Joel Brobecker <brobecker@adacore.com>
11187
11188 * gdb.base/ptype.c (highest): New struct type.
11189 (the_highest): New variable of that type.
11190 (main): Add dummy assignment to a field of variable the_highest.
11191 * gdb.base/ptype.exp: Test type printing of our new variable.
11192
abc8a88d
PM
111932007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
11194
11195 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 11196 and record first explicitly generated thread number.
abc8a88d
PM
11197 Use that thread number for thread specific watchpoint test.
11198 Add iteration number to repetitive tests.
11199
5158f3e3
CES
112002007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
11201 Jim Blandy <jimb@codesourcery.com>
11202
11203 * gdb.base/expand-psymtabs.c: New testcase
11204 source file.
11205 * gdb.base/expand-psymtabs.exp: New testcase
11206 expect file.
11207
37e4754d
LM
112082007-12-17 Luis Machado <luisgpm@br.ibm.com>
11209
11210 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11211 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11212
551e5d04
JB
112132007-12-17 Joel Brobecker <brobecker@adacore.com>
11214
11215 * gdb.ada/frame_args/foo.adb: New file.
11216 * gdb.ada/frame_args/pck.ads: New file.
11217 * gdb.ada/frame_args/pck.adb: New file.
11218 * gdb.ada/frame_args.exp: New testcase.
11219
a05ee097
JB
112202007-12-17 Joel Brobecker <brobecker@adacore.com>
11221
11222 * gdb.base/frame-args.c: New file.
11223 * gdb.base/frame-args.exp: New testcase.
11224
c162e8c9 112252007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 11226 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
11227
11228 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11229
afe8ab22 112302007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 11231
afe8ab22
VP
11232 * gdb.mi/mi-pending.exp: New.
11233 * gdb.mi/mi-pending.c: New.
11234 * gdb.mi/mi-pendshr.c: New.
11235
dfdfb3ca
JB
112362007-12-06 Jim Blandy <jimb@codesourcery.com>
11237
11238 * gdb.base/default.exp: Update expected output for 'info catch'.
11239
b7fca990
JK
112402007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11241
11242 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11243 must be set to binary.
11244
6a1afc1e
PA
112452007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
11246
11247 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11248
a6b151f1
DJ
112492007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11250
11251 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11252 gdb.mi/mi-file-transfer.exp: New.
11253
43039443
JK
112542007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11255
11256 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11257
0ef2251b
MR
112582007-11-22 Maciej W. Rozycki <macro@mips.com>
11259
11260 * gdb.trace/backtrace.exp: Fix a typo.
11261 * gdb.trace/circ.exp: Likewise.
11262 * gdb.trace/collection.exp: Likewise.
11263 * gdb.trace/limits.exp: Likewise.
11264 * gdb.trace/report.exp: Likewise.
11265 * gdb.trace/tfind.exp: Likewise.
11266 * gdb.trace/while-dyn.exp: Likewise.
11267
5443631e
NR
112682007-11-21 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11271 objects of pointers that can't be dereferenced are now
11272 "noneditable".
11273
a4ce5b0d
UW
112742007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11275
11276 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11277 (target_cpu): Remove.
11278
d6e956e5
VP
112792007-10-15 Vladimir Prus <vladimir@codesourcery.com>
11280
11281 * gdb.base/ending-run.exp: Expect the list of cleared
11282 breakpoint to come in natural order, not the reversed one.
a9c64011 11283
214270ab
VP
112842007-11-07 Vladimir Prus <vladimir@codesourcery.com>
11285
11286 * gdb.mi/mi-var-child.c (do_child_deletion): New.
11287 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 11288
1a619819
LM
112892007-11-05 Luis Machado <luisgpm@br.ibm.com>
11290
11291 * gdb.base/printcmds.exp: New function
11292 test_printf_with_dfp.
11293
5b01a6fa
DE
112942007-11-02 Doug Evans <dje@google.com>
11295
11296 * gdb.disasm/t01_mov.s: Remove carriage returns.
11297 * gdb.disasm/t02_mova.s: Ditto.
11298 * gdb.disasm/t03_add.s: Ditto.
11299 * gdb.disasm/t04_sub.s: Ditto.
11300 * gdb.disasm/t05_cmp.s: Ditto.
11301 * gdb.disasm/t06_ari2.s: Ditto.
11302 * gdb.disasm/t07_ari3.s: Ditto.
11303 * gdb.disasm/t08_or.s: Ditto.
11304 * gdb.disasm/t09_xor.s: Ditto.
11305 * gdb.disasm/t10_and.s: Ditto.
11306 * gdb.disasm/t11_logs.s: Ditto.
11307 * gdb.disasm/t12_bit.s: Ditto.
11308 * gdb.disasm/t13_otr.s: Ditto.
11309
ec33ab7f
JK
113102007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11313
ae0d01ff
UW
113142007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11315
11316 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11317 provide DFP support.
11318
55eddb0f
DJ
113192007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
11320
11321 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11322 Test "set powerpc vector-abi". Skip auto-detection tests for old
11323 toolchains.
11324
7020f05c
PA
113252007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11326
11327 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11328 with [string compare].
11329
84bc3db9
PA
113302007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11331
11332 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11333 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11334
5876dc88
LM
113352007-10-25 Luis Machado <luisgpm@br.ibm.com>
11336
11337 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11338 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11339 * gdb.opt/Makefile.in: New makefile.
11340 * Makefile.in: Create new directory "gdb.opt".
11341 * configure.ac: Add "gdb.opt" directory.
11342 * configure: Regenerated.
a9c64011 11343
c3ea9a14
DE
113442007-10-25 Doug Evans <dje@google.com>
11345
11346 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11347 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11348
a9c64011 113492007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
11350 Thiago Jung Bauermann <bauerman@br.ibm.com>
11351
11352 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11353 Floating Point expressions.
11354 * gdb.base/dfp-test.exp: new file adding tests for Decimal
11355 Floating Point variables.
11356 * gdb.base/dfp-test.c: new file containing program with Decimal
11357 Floating variables, used by gdb.base/dfp-test.exp.
11358
62a24a2b
DJ
113592007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11360
11361 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11362
e7b1eae6
UW
113632007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11364
11365 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11366 compiling test case with GCC.
11367 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11368
c641edcc
UW
113692007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11370
11371 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11372 format changes.
11373
5e5ebfe6
MS
113742007-10-18 Michael Snyder <msnyder@specifix.com>
11375
11376 * gdb.base/dbx.exp: Add missing "-re " operator.
11377
e831e7b6
GM
113782007-10-16 Gaius Mulley <gaius@glam.ac.uk>
11379
11380 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11381 * configure.ac: Removed trailing spaces after backslash.
11382 * gdb.modula2: New directory.
11383 * gdb.modula2/Makefile.in: New file.
11384 * gdb.modula2/unbounded-array.exp: New file.
11385 * gdb.modula2/unbounded1.c: New file.
11386
7cc46491
DJ
113872007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11388
11389 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11390
113912007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
11392
11393 * gdb.base/sigstep.c (main): Add checks for
11394 return values for setitimer call.
11395 Call setitimer again with itimer = ITIMER_REAL
11396 if first call to setitimer fails.
11397
e91528f0
KH
113982007-10-11 Kazu Hirata <kazu@codesourcery.com>
11399
11400 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11401 of $timeout.
11402
2ec9a4f8
DJ
114032007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11404
11405 * gdb.server/server-run.exp: Test for dynamic linker symbols.
11406
114072007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
11408
11409 * lib/gdb.exp (gdb_run_cmd): Move comment outside
11410 of gdb_expect call, to avoid interruption.
11411
64b2fa04
PA
114122007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
11413
11414 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11415 (v_unsigned_long_long, v_long_long_array)
11416 (v_signed_long_long_array, v_unsigned_long_long_array)
11417 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11418 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11419 [!NO_LONG_LONG]: New.
11420 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11421 v_long_long_member.
11422
11423 (v_long_long_func, v_signed_long_long_func)
11424 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11425 (main) [!NO_LONG_LONG]: Initialize long long variants.
11426
11427 * gdb.base/whatis.exp: If board file requests no_long_long, build
11428 test with NO_LONG_LONG defined. Test long long, signed long long,
11429 and unsigned long long variants but only if board file doesn't
11430 disable it.
11431
a912286e 114322007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 11433 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
11434
11435 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11436 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11437 * configure: Regenerated.
11438 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11439 gdb.pascal/types.exp, lib/pascal.exp: New files.
11440
471ba8c9
DJ
114412007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
11442
11443 * gdb.cp/classes.exp (do_tests): Always step to the line after the
11444 call.
11445 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11446 to return to the call.
11447 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11448 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11449 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11450 * gdb.mi/mi-until.exp (test_until): Likewise.
11451 * gdb.mi/mi2-until.exp (test_until): Likewise.
11452
fef8a650
DJ
114532007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
11454
11455 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11456 two-char array.
11457 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11458
d983da9c
DJ
114592007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
11460
11461 * gdb.threads/watchthreads.c (thread_function): Sleep between
11462 iterations.
11463 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11464 at once for S/390. Generate matching fails and passes.
11465
17f62551
VP
114662007-09-27 Vladimir Prus <vladimir@codesourcery.com>
11467
11468 * gdb.mi/var-cmd.c (do_children_tests): Initialize
11469 the 'struct_declarations' variable to zeros.
a9c64011 11470
ed0616c6
VP
114712007-09-24 Vladimir Prus <vladimir@codesourcery.com>
11472
11473 * gdb.cp/mb-ctor.cc: New.
11474 * gdb.cp/mb-ctor.exp: New.
11475 * gdb.cp/mb-templates.cc: New.
11476 * gdb.cp/mb-templates.exp: New.
11477
41f1b697
DJ
114782007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
11479
11480 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11481
3f213f78
PA
114822007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
11483
11484 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11485 targets.
11486 * configure: Regenerate.
11487
0d381245 114882007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 11489
0d381245
VP
11490 * gdb.base/annota1.exp: Adjust for 'info break'
11491 format changes.
11492 * gdb.base/annota3.exp: Likewise.
11493 * gdb.base/break.exp: Likewise.
11494 * gdb.base/condbreak.exp: Likewise.
11495 * gdb.base/pending.exp: Likewise.
11496 * gdb.base/sepdebug.exp: Likewise.
11497 * gdb.base/unload.exp: Likewise.
11498 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 11499
fe3f5fa8
VP
115002007-09-22 Vladimir Prus <vladimir@codesourcery.com>
11501
11502 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11503 messages.
11504 * gdb.base/chng-syms.exp: Likewise.
11505 * gdb.base/unload.exp: Likewise.
a9c64011 11506
a75cf6c0
DJ
115072007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
11508
11509 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11510
18ecae38
DJ
115112007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11512
11513 * schedlock.c (NUM): Change to 1.
11514 (main): Use args[0] for the main thread.
11515 * schedlock.exp: Only expect two threads. Only issue one pass or fail
11516 regardless of the number of threads.
11517
5509918f
MR
115182007-09-14 Maciej W. Rozycki <macro@mips.com>
11519
4a543daf
MR
11520 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11521 type down.
11522 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11523 test.
11524 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11525 watchpoint type down.
11526 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11527 test.
11528
115292007-09-14 Maciej W. Rozycki <macro@mips.com>
11530
5509918f
MR
11531 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11532 Move all the tests here and run them twice, once using software
11533 watchpoints and once using hardware watchpoints.
11534 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11535
40b53987
DJ
115362007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
11537
11538 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11539 test.
11540
695e2681
MK
115412007-09-10 Mark Kettenis <kettenis@gnu.org>
11542
8b3fc8d8
MK
11543 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11544 build-id.
11545
695e2681
MK
11546 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11547 know about $ORIGIN. Calculate output dir from $dest instead of
11548 using ${objdir}/{$subdir}.
11549
58d69f29
MK
115502007-09-09 Mark Kettenis <kettenis@gnu.org>
11551
11552 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11553 gcore, before continuing with the test.
11554
3e347599
DJ
115552007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
11556
11557 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11558 * gdb.mi/mi-watch.exp: Likewise.
11559
ea37ba09
DJ
115602007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11561 Jim Blandy <jimb@codesourcery.com>
11562
11563 * gdb.arch/i386-sse.exp: Do not expect character constants.
11564 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11565 * gdb.base/display.exp: Allow print/s.
11566 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11567 and unsigned char array changes.
11568
2025a643
DJ
115692007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11570
11571 * gdb.base/display.exp: Add tests for printf %p.
11572
26669a27
PA
115732007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11574
11575 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11576 the dll name to unicode.
11577
c8f021f8
JK
115782007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11579
11580 * gdb.base/default.exp (show version): Update the version text.
11581 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11582
4cf31eea
JK
115832007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11584
11585 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11586 New files.
11587
4935890f
JK
115882007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11589
11590 * lib/gdb.exp (build_id_debug_filename_get): New function.
11591 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11592 Remove the generate DEBUG file for the future testcase runs.
11593 New testcase for the NT_GNU_BUILD_ID retrieval.
11594 Move the final testing step to ...
11595 (test_different_dir): ... a new function.
11596 New parameter XFAIL to XFAIL all the tests performed.
11597 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11598 New parameter TYPE to PF_PREFIX all the tests performed.
11599
02142340
VP
116002007-08-31 Vladimir Prus <vladimir@codesourcery.com>
11601
11602 * gdb.mi/mi-var-cp.cc (path_expression): New
11603 function.
11604 * gdb.mi/mi-var-cp.exp: Run path exression tests.
11605
36acd84e
UW
116062007-08-27 Markus Deuling <deuling@de.ibm.com>
11607
11608 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11609 to fit into SPU Local Store memory.
11610
a896d121
JB
116112007-08-23 Joel Brobecker <brobecker@adacore.com>
11612
11613 * gdb.base/default.exp: Adjust the expected output of "info
11614 warranty" after the switch to GPLv3.
11615
7b433602
JB
116162007-08-23 Joel Brobecker <brobecker@adacore.com>
11617
11618 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11619 to 30000 (from 20000).
11620
e22f8b7c
JB
116212007-08-23 Joel Brobecker <brobecker@adacore.com>
11622
11623 Switch the license of all .exp files to GPLv3.
11624 Switch the license of all .f and .f90 files to GPLv3.
11625 Switch the license of all .s and .S files to GPLv3.
11626
5a0e3bd0
JB
116272007-08-23 Joel Brobecker <brobecker@adacore.com>
11628
11629 * configure.ac: Switch license to GPLv3.
11630
cc00619d
JB
116312007-08-23 Joel Brobecker <brobecker@adacore.com>
11632
11633 Switch the licensing to GPLv3 for all .ads and .adb files.
11634
8d26208a
DJ
116352007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
11636
11637 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11638 and t_int_double.
11639 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11640
4fcb9948
JB
116412007-08-17 Joel Brobecker <brobecker@adacore.com>
11642
11643 * gdb.base/step-line.c: Switch license to GPL version 3, and
11644 update copyright year.
11645 * gdb.base/step-line.inp: Likewise.
11646
b9c34f67
JB
116472007-08-17 Joel Brobecker <brobecker@adacore.com>
11648
11649 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11650 changes inside gdb1555.c.
11651 * gdb.base/pending.exp: Likewise.
11652
2cc17678
DJ
116532007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11654
11655 * config/default.exp: New file.
11656
e48883f7
DJ
116572007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11658
11659 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11660 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11661
1ab80e5b
MR
116622007-07-30 Maciej W. Rozycki <macro@mips.com>
11663
11664 * gdb.base/dump.exp: Force the correct endianness for binary
11665 formats not carrying this information.
11666
aba471f5
DJ
116672007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11668
11669 * gdb.threads/staticthreads.exp: Match .*sem_post.
11670
d4e07204
DJ
116712007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11672
11673 * gdb.base/readline.exp (operate_and_get_next): Match the final
11674 prompt.
11675
2b97317d
KB
116762007-07-23 Kevin Buettner <kevinb@redhat.com>
11677
11678 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11679 to restarting SID.
11680
44efa07a
KB
116812007-07-18 Kevin Buettner <kevinb@redhat.com>
11682
11683 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11684 prior to `gdb_start'.
11685
7b5ebade
KB
116862007-07-18 Kevin Buettner <kevinb@redhat.com>
11687
11688 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
11689 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
11690 Remove call to gdb_unload.
11691
255e7678
DJ
116922007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
11693 Daniel Jacobowitz <dan@codesourcery.com>
11694
11695 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
11696 for __WIN32__.
11697 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
11698 * gdb.base/unload.exp: Use shared library test routines.
11699
3a40aaa0
UW
117002007-07-03 Markus Deuling <deuling@de.ibm.com>
11701
11702 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
11703 * gdb.base/solib-symbol-lib.c: Likewise.
11704 * gdb.base/solib-symbol-main.c: Likewise.
11705
b0f4b84b
DJ
117062007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11707
11708 * config/gdbserver.exp (gdb_reconnect): New.
11709 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11710 gdb.base/solib-disc.exp: New files.
11711 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11712 remote debugging".
11713 (gdb_compile): Add shlib_load flag.
11714 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11715 port.
11716 (gdbserver_reconnect): New.
11717
1b05479a
DJ
117182007-07-01 Nick Roberts <nickrob@snap.net.nz>
11719 Daniel Jacobowitz <dan@codesourcery.com>
11720
11721 * gdb.base/annota3.exp: Test for if construct.
11722
86f78eb2
DJ
117232007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
11724
11725 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11726
6a2eb474 117272007-06-21 Chris Dearman <chris@mips.com>
a9c64011 11728 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
11729
11730 * gdb.base/display.exp: Allow a newline after display/i.
11731 * gdb.base/pc-fp.exp: Likewise.
11732 * gdb.base/sigbpt.exp: Likewise.
11733
f8b73d13
DJ
117342007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11735
11736 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
11737 required features to be included.
11738
4339e69e
DJ
117392007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11740
11741 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11742 in info threads output.
11743
23d964e7
UW
117442007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11745 Markus Deuling <deuling@de.ibm.com>
11746
11747 * gdb.arch/spu-info.exp: New testcase.
11748 * gdb.arch/spu-info.c: New file.
11749
fd20f75b
DJ
117502007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11751
11752 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11753 tpcs_offset. Restore lr after the call.
11754 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11755
2226f861
DJ
117562007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
11757
11758 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11759 (gdbserver_run): Kill any running gdbserver.
11760 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11761
d12371a9
MR
117622007-05-17 Maciej W. Rozycki <macro@mips.com>
11763
11764 * gdb.base/sigbpt.exp: Preset segv_addr.
11765
93f02886
DJ
117662007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
11767
11768 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11769 (gdb_compile_shlib): Likewise.
11770 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11771 (default_gdb_init): Clear cleanfiles.
11772 (gdb_finish): Delete recorded cleanfiles.
11773 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11774
11775 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11776 Do not use isnative.
11777 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11778 gdb.base/so-impl-ld.exp: Likewise.
11779 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
11780 * gdb.base/unload.exp: Likewise. Do not pass empty option to
11781 gdb_compile.
11782
b04e06d7
VP
117832007-05-15 Vladimir Prus <vladimir@codesourcery.com>
11784
11785 * config/unknown.exp: Remove.
11786
069ed931
UW
117872007-05-15 Markus Deuling <deuling@de.ibm.com>
11788
11789 * gdb.base/info-proc.exp: Check is_remote.
11790
09db0d03
UW
117912007-05-14 Markus Deuling <deuling@de.ibm.com>
11792
11793 * gdb.base/gcore.exp: Initialize variable core_supported.
11794
af2cbe8c
DJ
117952007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11796
11797 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11798
027c0295
DJ
117992007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11800
11801 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11802 * gdb.threads/print-threads.exp (test_all_threads): Allow
11803 negative and hexadecimal thread IDs.
11804
dc5000e7
DJ
118052007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11806
11807 * gdb.java/jprint.java (public): Avoid invalid call to static
11808 method.
11809
2e74ed18
DP
118102007-05-14 Denis Pilat <denis.pilat@st.com>
11811
11812 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11813 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11814 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11815 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11816 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11817
83547f02
UW
118182007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11819
11820 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 11821 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
11822 this mode.
11823 * gdb.base/ovlymgr.c: Provide stubs for spu target.
11824 * gdb.base/spu.ld: New file.
11825
b18be20d
DJ
118262007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
11827
11828 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
11829
be444858
DJ
118302007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
11831
11832 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
11833
b1d53152
DJ
118342007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11835
11836 * gdb.java/jmain.exp: Handle demangled names with and without method
11837 signatures.
11838
d084b331
DJ
118392007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11840
11841 * gdb.mi/mi-syn-frame.c (main, foo, bar)
11842 (have_a_very_merry_interrupt): Remove calls to puts.
11843 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
11844 inferior output.
11845 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
11846 test names.
11847
db9d7fc5
DJ
118482007-04-29 Markus Deuling <deuling@de.ibm.com>
11849 Daniel Jacobowitz <dan@codesourcery.com>
11850
11851 * gdb.base/auxv.exp (core_works): Also check is_remote.
11852 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
11853
ef783a7d 118542007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 11855
ef783a7d
VP
11856 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
11857 message, not the undefined 'module' variable.
11858 * gdb.base/siginfo.exp: Likewise.
11859 * gdb.base/sigstep.exp: Likewise.
11860 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
11861 serialport.
11862 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
11863
b7b73cae
CV
118642007-04-25 Corinna Vinschen <vinschen@redhat.com>
11865
11866 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
11867 target sim fails. Return 0 otherwise.
11868 (gdb_load): Return prematurely if gdb_target_sim fails.
11869
7d90fdfa
DP
118702007-04-16 Denis Pilat <denis.pilat@st.com>
11871
11872 * gdb.base/setshow.exp: Reset height after having set it to 100.
11873
5d3e9c85
DP
118742007-04-16 Denis Pilat <denis.pilat@st.com>
11875
11876 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
11877
18e75969
DP
118782007-04-16 Denis Pilat <denis.pilat@st.com>
11879
11880 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
11881
25d5ea92
VP
118822007-04-14 Vladimir Prus <vladimir@codesourcery.com>
11883
11884 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11885 tests. Run the frozen varobjs test.
11886 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 11887 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 11888
0b49cb80
JK
118892007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11890
11891 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11892 gdb.base/type-opaque.exp: New files.
11893
a73bafbc 118942007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
11895
11896 * gdb.mi/mi-var-child.c
a73bafbc
VP
11897 (do_children_tests): User char[2] instead of
11898 char so that automatic printing of pointers to char
11899 don't give unpredicable result.
11900 * gdb.mi/var-cmd.c (do_locals_test): Initialize
11901 local variables.
11902 * gdb.mi/mi-var-child.exp: Step to right line
11903 of do_children_tests.
11904 * gdb.mi/mi2-var-child.exp: Likewise.
11905 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 11906 do_locals_tests.
a73bafbc
VP
11907 (do_children_tests): User char[2] instead of
11908 char so that automatic printing of pointers to char
a9c64011 11909 don't give unpredicable result.
a73bafbc 11910 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 11911 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
11912 Pass test name to mi_wait_for_stop.
11913
7ce59000
DJ
119142007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11915
11916 * gdb.asm/asm-source.exp: Remove d10v case.
11917 * lib/gdb.exp (skip_cplus_tests): Likewise.
11918 * gdb.asm/d10v.inc: Deleted.
11919
20389057
DJ
119202007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11921
11922 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
11923
8807d78b
DJ
119242007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11925
11926 * config/netware.exp: Delete file.
11927
aa3edb8e
JB
119282007-03-29 Joel Brobecker <brobecker@adacore.com>
11929
11930 * gdb.dwarf2/dw2-noloc.S: New file.
11931 * gdb.dwarf2/dw2-noloc.exp: New file.
11932
297561ac
PA
119332007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
11934
11935 * gdb.cp/method2.cc: New test.
11936 * gdb.cp/method2.exp: New test.
11937 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
11938
1f81bd39
DJ
119392007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11940
11941 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
11942
9453113a
DJ
119432007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
11944
11945 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
11946
b741e217
DJ
119472007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11948
11949 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
11950 (gdb_load): Delete, replace with...
11951 (gdb_reload): ...this.
11952 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
11953 * gdb.server/server-mon.exp: Likewise.
11954 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
11955 (gdb_start_cmd): New.
11956 (gdb_file_cmd): Save the last loaded file.
11957 (gdb_reload): New.
11958 (gdb_gnu_strip_debug): Use transform.
11959 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
11960 support here. Use new $last_loaded_file. Check mtime.
11961 (gdb_target_cmd): Handle ObjC failure case.
11962 (infer_host_exec): Delete.
11963 (gdbserver_load): Rename to...
11964 (gdbserver_run): ...this. Simplify.
11965 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
11966 (mi_gdb_load): Move most contents to a new function...
11967 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
11968 (mi_run_cmd): Use mi_gdb_target_load.
11969 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
11970 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
11971 Use gdb_run_cmd.
11972 * gdb.base/charsign.exp: Remove incorrect comment.
11973 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
11974 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
11975 gdb.base/start.exp: Use gdb_start_cmd.
11976
446ab585 119772007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 11978 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
11979
11980 * gdb.base/sigbpt.exp: Fix the message when skipping test.
11981 * gdb.base/signull.exp: Similarly.
11982
bbb88ebf
UW
119832007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11984
11985 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
11986 messages available to test cases (like chng-sym.exp).
11987
cb8c4a99
AS
119882007-03-14 Andreas Schwab <schwab@suse.de>
11989
11990 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11991 format changes.
11992
4e463ff5
DJ
119932007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
11994
11995 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
11996 (optimized_1): New.
11997 (main): Call optimized_1.
11998 (gdb2029): Correct typos. Call gdb2029_marker.
11999 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
12000 for gdb2029.
12001
b6db2c47
MK
120022007-03-12 Mark Kettenis <kettenis@gnu.org>
12003
12004 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12005 as tabs. Remove redundant test pattern.
12006
70ed3737
UW
120072007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12008
12009 * gdb.base/long_long.exp: Accept optional symbol name in <...>
12010 for /a format output.
12011
47b67b60
DJ
120122007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
12013
12014 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12015 collect output incrementally.
12016
b8953b0e
UW
120172007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12018
12019 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12020 for -var-create lpcharacter test.
12021 * gdb.mi/mi2-var-cmd.exp: Likewise.
12022
7acd5c40
UW
120232007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12024
12025 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12026 pass on targets where address zero is readable.
12027
9c6759c1
UW
120282007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12029
12030 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12031 just a single architecture.
12032
a2f1aeb4
UW
120332007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12034
12035 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12036 (fetch_all_registers): New function, uses gdb_test_multiple and
12037 exp_continue to fetch inferior output line-by-line.
12038 Replace all uses of do_get_all_registers by fetch_all_registers.
12039
46579ac2
UW
120402007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12041
12042 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12043 in target_info.
12044
fc133f24
MS
120452007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12046
a9c64011 12047 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
12048 consistancy; add a default (timeout) case.
12049
7646a51d
MS
120502007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12051
12052 * gdb.base/watchpoint.exp: Fix truncated comment.
12053
dcfff61f
MS
120542007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12055
12056 * Makefile.in: Remove spurious single-quotes from sed command.
12057
664e3ee9
DJ
120582007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12059
12060 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
12061 func.
12062 * gdb.mi/mi2-var-cmd.exp: Likewise.
12063
d7cc6f2f
JB
120642007-02-27 Joel Brobecker <brobecker@adacore.com>
12065
a9c64011
AS
12066 * gdb.dwarf2/dw2-producer.S: New file.
12067 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
12068
120692007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
12070
12071 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12072 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12073 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12074 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12075 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12076 Revert tests to use mi_gdb_test and include value field in output
12077 of -var-create.
12078
93d42b30
DJ
120792007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12080
12081 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12082
c499ed39
DJ
120832007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12084
12085 * gdb.base/maint.exp: Remove full paths from test names.
12086 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12087 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12088
9836f81b
JB
120892007-02-27 Joel Brobecker <brobecker@adacore.com>
12090
12091 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12092
c74d0ad8
DJ
120932007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12094
12095 * gdb.server/server-mon.exp: New test.
12096
2711e456
DJ
120972007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12098
12099 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12100
ff6f572f
DJ
121012007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12102
12103 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12104 register capitalization.
12105
fada3feb
DP
121062007-02-13 Denis Pilat <denis.pilat@st.com>
12107
12108 * gdb.mi/mi-var-invalidate.exp: New file.
12109
fb1e4ffc
DJ
121102007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12111
12112 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12113
3da939d7
DJ
121142007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12115
12116 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12117
123dc839
DJ
121182007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12119
12120 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12121 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12122
877e3645 121232007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
12124
12125 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12126 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12127 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12128 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12129 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 12130 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 12131 Update tests to include value field in output of -var-create.
a9c64011 12132
3c0a2960
AS
121332007-02-08 Andreas Schwab <schwab@suse.de>
12134
12135 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12136
108546a0
DJ
121372007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
12138
12139 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12140 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12141
d701dcab
DP
121422007-02-02 Denis Pilat <denis.pilat@st.com>
12143
12144 * gdb.threads/threadapply.exp: check that frame is not changed by
12145 the thread apply all command.
12146
783e3e2f
AS
121472007-01-31 Andreas Schwab <schwab@suse.de>
12148
6d9c3a87
AS
12149 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12150
3c50d7b9
AS
12151 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12152 in the dwarf sections.
12153 * gdb.dwarf2/mac-fileno.S: Likewise.
12154
783e3e2f
AS
12155 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12156 bspstore register on ia64.
12157
78ff580e
AS
121582007-01-29 Andreas Schwab <schwab@suse.de>
12159
cc8e9b12
AS
12160 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12161 "frame-begin" annotation.
12162
78ff580e
AS
12163 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12164 number of "frames-invalid" annotations.
12165
704a4f78
DJ
121662007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12167
12168 * gdb.base/commands.exp: Call if_commands_test.
12169 (gdb_test_no_prompt, if_commands_test): New.
12170
e741bf94
MK
121712007-01-28 Mark Kettenis <kettenis@gnu.org>
12172
12173 * gdb.threads/sigthread.c (NSIGS): Make bigger.
12174
474d0ad3
AS
121752007-01-27 Andreas Schwab <schwab@suse.de>
12176
12177 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12178 .short/.int/.quad in the dwarf sections.
12179 * gdb.dwarf2/dw2-intercu.S: Likewise.
12180 * gdb.dwarf2/dw2-intermix.S: Likewise.
12181
e784b426
JK
121822007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12183
12184 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
12185 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12186 array.
e784b426
JK
12187 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12188 * gdb.base/setvar.exp: Likewise.
12189
37f08e04
AS
121902007-01-26 Andreas Schwab <schwab@suse.de>
12191
9a01813a
AS
12192 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12193 test.
12194
37f08e04
AS
12195 * gdb.base/multi-forks.exp ("restart $i"): Also match
12196 __kernel_syscall_via_break.
12197
6e2a9270
VP
121982007-01-24 Vladimir Prus <vladimir@codesourcery.com>
12199
12200 * lib/mi-support.exp (mi_delete_varobj): New.
12201 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12202 testcase.
12203 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12204 (main): Call the above.
12205 (reference_update_test, base_in_reference_test)
12206 (reference_to_pointer): Delete the created varobjs.
a9c64011 12207
e515b470
DJ
122082007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
12209
12210 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12211 * configure: Regenerated.
12212 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12213 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12214 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12215 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12216 * lib/gdb.exp (gdb_skip_xml_test): New function.
12217
08d8bcd7
DJ
122182007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
12219
12220 * gdb.base/sigrepeat.exp: Correct error message.
12221
122222007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
12223 Daniel Jacobowitz <dan@codesourcery.com>
12224
12225 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12226 gdb.arch/i386-gnu-cfi-asm.S: New files.
12227
97c3f1f3
JK
122282007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12229
12230 * lib/gdb.exp: Abort on missing `site.exp'.
12231
cb1df416
DJ
122322007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12233 Daniel Jacobowitz <dan@codesourcery.com>
12234
12235 * gdb.base/included.c, gdb.base/included.exp,
12236 gdb.base/included.h: New files.
12237
35990120
DJ
122382007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12239
12240 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12241 (maximize_rlimit): Reduce limits on 64-bit systems.
12242
6e81a116 122432007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
12244
12245 From Marcus Deuling <deuling@de.ibm.com>:
12246 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12247 every case.
12248
6c3c41f3
NR
122492007-01-13 Nick Roberts <nickrob@snap.net.nz>
12250
12251 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12252 (test_path_specification): Use objdir instead of srcdir to always
12253 get an absolute filename.
12254
2f12c312
DJ
122552007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
12256
12257 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12258
81121995
VP
122592007-01-11 Vladimir Prus <vladimir@codesourcery.com>
12260
12261 * gdb.mi/mi-var-cp.cc (reference_update_tests):
12262 Make sure the variable we're using is in scope.
12263 (reference_to_pointer): Likewise.
12264
4741b737
DJ
122652007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12266
12267 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12268 has no debug information.
12269
054410c3
DJ
122702007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12271
12272 * gdb.base/annota1.exp: Remove extra send_gdb.
12273
818f79f6
DJ
122742007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12275
12276 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12277
f7a6bb70
DJ
122782007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12281
57e66780
DJ
122822007-01-08 Nick Roberts <nickrob@snap.net.nz>
12283 Daniel Jacobowitz <dan@codesourcery.com>
12284
12285 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12286 lcharacter or linteger change. Correct duplicated test name.
12287 * gdb.mi/mi2-var-cmd.exp: Likewise.
12288
3d799a95
DJ
122892007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12290
12291 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12292
122932007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 12294
a9c64011
AS
12295 * gdb.base/nofield.c: New file.
12296 * gdb.base/nofield.exp: New testcase.
51679ba9 12297
eafb94e8
NR
122982007-01-05 Nick Roberts <nickrob@snap.net.nz>
12299
12300 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12301
12302 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12303 test.
12304
5e572bb4
DJ
123052007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12306
12307 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12308
74a44383
DJ
123092007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12310
12311 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12312 when continuing.
12313
1b572db9
DJ
123142007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12315
12316 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12317 Expect ".exe" extension.
12318
381bc39b
DJ
123192007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12320
12321 * gdb.base/charset.exp: Add explicit filename to break.
12322 * gdb.base/dbx.exp: Add explicit filename to breaks.
12323
2b70e4c6
DJ
123242007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12325
12326 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12327 * gdb.mi/mi2-file.exp: Likewise.
12328
303b6f5d
DJ
123292007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12330
12331 Implement specification of MI tests as comments
12332 in C and C++ sources.
12333 * lib/mi-support.exp (mi_autotest_data): New variable.
12334 (mi_autotest_source): New variable.
12335 (count_newlines, mi_prepare_inline_tests)
12336 (mi_get_inline_test, mi_continue_to_line)
12337 (mi_run_inline_test, mi_tbreak)
12338 (mi_send_resuming_command, mi_wait_for_stop): New functions.
12339 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12340 Run inline tests.
12341 * gdb.mi/mi-var-cp.cc: Define tests here.
12342
23da0d94
VP
123432007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12344
12345 Simplify usage of mi_continue_to.
12346 * lib/mi-support.exp (mi_runto_helper): Renamed
12347 from mi_runto, added new parameter 'run_or_continue'.
12348 (mi_runto): Use mi_runto_helper.
12349 (mi_continue_to): Accept just function name as parameter.
12350 Use mi_runto_helper.
12351 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12352 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 12353
f9e18282
JB
123542006-01-04 Joel Brobecker <brobecker@adacore.com>
12355
12356 Make this testcase a bit more realistic. The current code
12357 is too simplistic, and allows the compiler to optimize out
12358 some of the entities we need for this testcase.
12359 * gdb.ada/null_record/bar.ads (Void_Star): New type.
12360 (Do_Nothing): Add extra parameter.
12361 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12362 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12363 by using a variable of type Void_Star.
12364
fd678c65
JB
123652006-01-04 Joel Brobecker <brobecker@adacore.com>
12366
12367 * gdb.ada/catch_ex/foo.adb: New file.
12368 * gdb.ada/catch_ex.exp: New testcase.
12369
05cfdb42
DJ
123702007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
12371
12372 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12373 pass --image-base to linker.
12374
2e03ee74
DJ
123752007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12376 Daniel Jacobowitz <dan@codesourcery.com>
12377
12378 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
12379 secondary prompts.
12380
0d5de010
DJ
123812007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12382
12383 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12384 output. Test the types of members and member pointers.
12385 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12386 gdb/2092.
12387 * gdb.cp/member-ptr.exp: Search for a comment instead of a
12388 statement. Enable for GCC. Update expected output for some tests
12389 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
12390 layout.
12391 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12392 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12393 (Diamond::vget_base): New.
12394 (main): Add new tests.
12395 * gdb.cp/printmethod.exp: Update expected output for member functions.
12396 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12397 print pEe->D::vg().
12398
61a771aa
DJ
123992007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12400
12401 * gdb.threads/tls.exp: Allow stops in sem_post.
12402
2fa63963
DJ
124032006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
12404
12405 * gdb.base/annota1.exp: Allow .*printf in backtraces.
12406 * gdb.base/annota3.exp: Likewise.
12407 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12408 again (instead of timing out).
12409 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12410 GCC bug 26475.
12411 * gdb.java/jmisc.exp: Adjust to work with method signatures including
12412 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
12413 test from jmisc1.exp.
12414 * gdb.java/jmisc1.exp: Delete.
12415 * gdb.java/jprint.exp: Adjust to work with method signatures including
12416 return types.
12417 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12418 * gdb.threads/linux-dp.exp: Don't be confused by program output.
12419 * lib/java.exp (compile_java_from_source): Pass the correct type
12420 to target_compile.
12421
5eefc2b7
JB
124222006-12-31 Joel Brobecker <brobecker@adacore.com>
12423
12424 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12425 (stack_align_edx): New function.
12426 (stack_align_eax): New function.
12427 (main): Add calls to stack_align_edx and stack_align_eax.
12428 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12429 Add testing for the cases where the register used during a stack
12430 realignment is edx. Same for eax.
12431
227c54da
DJ
124322006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
12433
12434 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12435 and generic PE targets.
12436
cab8ac94
JB
124372006-12-29 Joel Brobecker <brobecker@adacore.com>
12438
12439 * gdb.ada/array_return.exp: Update copyright date list.
12440
ba54f318
JB
124412006-12-27 Joel Brobecker <brobecker@adacore.com>
12442
12443 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12444 (Create_Small_Float_Vector): New function.
12445 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12446 function body.
12447 * gdb.ada/array_return/p.adb: Use new type and function from
12448 package Pck.
12449 * gdb.ada/array_return.exp: Add a test verifying that GDB is
12450 able to print the value returned by a function returning an
12451 array of float.
12452
6b7a35dd
JB
124532006-12-20 Joel Brobecker <brobecker@adacore.com>
12454
12455 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12456 The associated tests should be PASSing.
12457
038224f6
VP
124582006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12459
12460 Test for base in references.
12461 * gdb.mi/mi-var-cp.cc: Add test code.
12462 * gdb.mi/mi-var-cp.exp: Test for bases in references.
12463 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12464 * gdb.mi/mi2-watch.exp: Likewise.
12465 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12466 (mi_list_varobj_children): New function.
12467
b26ed50d
VP
124682006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12469
12470 * lib/mi-support.exp
12471 (mi_runto): Accept "()" after function name.
12472 (mi_create_varobj): New function.
12473 (mi_varobj_update): New function.
12474 (mi_Check_varobj_value): New function.
12475 * gdb.mi/mi-var-cp.exp: New file.
12476 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 12477
08232497
DJ
124782006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
12479
12480 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12481 gdb.base/weaklib2.c: New files.
12482
d394c993 124832006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 12484
ac6c2fba
NS
12485 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12486 info. Adjust test names.
12487
8ec659a0 12488 * gdb.base/break.c (main): Move position of malloc.
d394c993 12489 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 12490
acd65feb
VP
124912006-11-28 Vladimir Prus <vladimir@codesourcery.com>
12492
12493 * gdb.mi/mi-var-cmd.exp: Check -var-update after
12494 assignement of arrays and function pointers.
12495 * gdb.mi/var-cmd.c: Add declaration necessary for above
12496 tests.
12497
f556d5e5
NS
124982006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12499
12500 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
12501
12502 * gdb.threads/linux-dp.exp: Read thread table before and after
12503 creating each philosopher and verify it.
12504
697bc68d
NS
125052006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12506 Paul Brook <paul@codesourcery.com>
12507 Daniel Jacobowitz <dan@codesourcery.com>
12508
12509 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 12510 main to remove duplication. Add start function of the form
697bc68d
NS
12511 '_*start[1-9]*'. Add RVDS start function.
12512
29d73ae4
DJ
125132006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12514
12515 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12516
c1d88655
UW
125172006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12518
12519 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12520 * gdb.asm/spu.inc: New file.
12521 * gdb.base/term.exp: Disable if [target_info exists noargs].
12522 * gdb.gdb/complaints.exp: Disable if ![isnative].
12523 * gdb.gdb/selftest.exp: Likewise.
12524 * gdb.gdb/observer.exp: Likewise.
12525 * gdb.gdb/xfullpath.exp: Likewise.
12526 * gdb.base/attach.exp: Disable on SPU target.
12527 * gdb.cp/bs145503.exp: Likewise.
12528 * gdb.cp/exception.exp: Likewise.
12529 * gdb.cp/userdef.exp: Likewise.
12530
32a13b1a
DJ
125312006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12532
12533 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12534
d8295fe9
VP
125352006-11-10 Vladimir Prus <vladimir@codesourcery.com>
12536
12537 * gdb.base/completion.exp: Fix completion tests for
12538 'info' and 'info '.
12539 * gdb.base/help.exp (help_test_raw, test_class_help)
12540 (test_prefix_command_help): Move...
12541 * lib/gdb.exp: Here.
12542 * gdb.base/main.exp: Adjust.
12543 * gdb.cp/maint.exp: Adjust.
12544 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 12545
8c394015
VP
125462006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12547
12548 * gdb.stabs/weird.exp (print_weird_var): Use
12549 gdb_test_multiple instead of gdb_expect.
12550
027fc1bc
VP
125512006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12552
12553 * gdb.base/help.exp (help_test_raw): New.
12554 (test_class_help): New.
12555 (test_prefix_command_help): New.
12556 Adjust testcases.
12557
67609209
FR
125582006-11-09 Christophe Lyon <christophe.lyon@st.com>
12559
12560 * gdb.base/constvars.c (main): Write to crass and crips, so that
12561 they are allocated by the compiler.
12562
f73adfeb
AS
125632006-10-27 Andreas Schwab <schwab@suse.de>
12564
12565 * gdb.base/multi-forks.exp: Use "detach fork" instead of
12566 "detach-fork".
12567
2f83a18e
DJ
125682006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
12569
12570 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12571 of patterns.
12572
94277a38
DJ
125732006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12574
12575 * gdb.base/sepdebug.exp: Remove debug format test.
12576 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12577 Handle no-symtab.
12578 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12579
5bd2f6e2
DJ
125802006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12581
12582 * gdb.threads/manythreads.c (thread_function, main): Don't cast
12583 int to pointer or pointer to int.
12584 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12585
8c008720
DJ
125862006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
12587
12588 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12589
9e35dae4
DJ
125902006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12591
12592 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12593
d9639e13
DJ
125942006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
12595
12596 PR c++/2116
12597 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12598
390a1bd0
JB
125992006-10-06 Joel Brobecker <brobecker@adacore.com>
12600
12601 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12602 the corresponding bug has been fixed in GDB (PR/2018).
12603
dd920c33
JB
126042006-10-06 Joel Brobecker <brobecker@adacore.com>
12605
12606 * gdb.base/subst.exp: New testcase.
12607
53bbefe9
JB
126082006-10-06 Joel Brobecker <brobecker@adacore.com>
12609
12610 * gdb.ada/array_return/pck.ads: Add copyright notice.
12611 * gdb.ada/array_return/pck.adb: Likewise.
12612 * gdb.ada/array_return/p.adb: Likewise.
12613 * gdb.ada/exec_changed/first.adb: Likewise.
12614 * gdb.ada/exec_changed/second.adb: Likewise.
12615
09851417
JB
126162006-10-06 Joel Brobecker <brobecker@adacore.com>
12617
12618 * gdb.ada/watch_arg/watch.adb: New file.
12619 * gdb.ada/watch_arg.exp: New testcase.
12620
041bf30d
VP
126212006-10-02 Vladimir Prus <vladimir@codesourcery.com>
12622
12623 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 12624 via string_to_regexp.
041bf30d 12625 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 12626
f286fbdd 126272006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
12628
12629 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12630 Remove unused / obsolete files.
12631
7c07f349
NR
126322006-09-19 Nick Roberts <nickrob@snap.net.nz>
12633
12634 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12635
cd5ff84a
VP
126362006-09-17 Vladimir Prus <vladimir@codesourcery.com>
12637
12638 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12639 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 12640 the number of frames.
cd5ff84a 12641
ae018d1a
DJ
126422006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
12643
12644 * gdb.base/args.c (main): Add breakpoint marker.
12645 * gdb.base/args.exp: Use args_test for tests. Add new tests which
12646 really test empty arguments.
12647 (args_load): Delete.
12648 (args_test): New.
12649
b399c549
NR
126502006-09-13 Nick Roberts <nickrob@snap.net.nz>
12651
12652 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 12653 check for one file.
b399c549 12654
2ab1eb7a
VP
126552006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12656
12657 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12658 HIGH_FRAME argument to -stack-list-locals can be larger than
12659 the number of frames.
a9c64011 12660
476308bf
FF
126612006-08-18 Fred Fish <fnf@specifix.com>
12662
12663 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12664 '$' in front of skip_vmx_tests_saved when setting that.
12665
8625200f
AS
126662006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12667
12668 * gdb.base/trace-commands.exp: New file.
12669
089ec8f1
DJ
126702006-08-10 Joel Brobecker <brobecker@adacore.com>
12671 Daniel Jacobowitz <dan@codesourcery.com>
12672
12673 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12674 expected output of the backtrace commands.
12675
b60f0898
JB
126762006-08-09 Joel Brobecker <brobecker@adacore.com>
12677
12678 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12679 untested followed by return combination.
12680 * gdb.arch/altivec-regs.exp: Likewise.
12681 * gdb.arch/e500-abi.exp: Likewise.
12682 * gdb.arch/e500-regs.exp: Likewise.
12683 * gdb.arch/gdb1291.exp: Likewise.
12684 * gdb.arch/gdb1431.exp: Likewise.
12685 * gdb.arch/gdb1558.exp: Likewise.
12686 * gdb.arch/i386-prologue.exp: Likewise.
12687 * gdb.arch/i386-unwind.exp: Likewise.
12688 * gdb.asm/asm-source.exp: Likewise.
12689 * gdb.base/a2-run.exp: Likewise.
12690 * gdb.base/advance.exp: Likewise.
12691 * gdb.base/all-bin.exp: Likewise.
12692 * gdb.base/annota1.exp: Likewise.
12693 * gdb.base/annota3.exp: Likewise.
12694 * gdb.base/args.exp: Likewise.
12695 * gdb.base/arithmet.exp: Likewise.
12696 * gdb.base/assign.exp: Likewise.
12697 * gdb.base/async.exp: Likewise.
12698 * gdb.base/attach.exp: Likewise.
12699 * gdb.base/bang.exp: Likewise.
12700 * gdb.base/bigcore.exp: Likewise.
12701 * gdb.base/bitfields.exp: Likewise.
12702 * gdb.base/bitfields2.exp: Likewise.
12703 * gdb.base/break.exp: Likewise.
12704 * gdb.base/call-sc.exp: Likewise.
12705 * gdb.base/call-strs.exp: Likewise.
12706 * gdb.base/callfuncs.exp: Likewise.
12707 * gdb.base/checkpoint.exp: Likewise.
12708 * gdb.base/chng-syms.exp: Likewise.
12709 * gdb.base/code-expr.exp: Likewise.
12710 * gdb.base/commands.exp: Likewise.
12711 * gdb.base/completion.exp: Likewise.
12712 * gdb.base/cond-expr.exp: Likewise.
12713 * gdb.base/condbreak.exp: Likewise.
12714 * gdb.base/consecutive.exp: Likewise.
12715 * gdb.base/constvars.exp: Likewise.
12716 * gdb.base/corefile.exp: Likewise.
12717 * gdb.base/cvexpr.exp: Likewise.
12718 * gdb.base/dbx.exp: Likewise.
12719 * gdb.base/define.exp: Likewise.
12720 * gdb.base/detach.exp: Likewise.
12721 * gdb.base/display.exp: Likewise.
12722 * gdb.base/dump.exp: Likewise.
12723 * gdb.base/ena-dis-br.exp: Likewise.
12724 * gdb.base/ending-run.exp: Likewise.
12725 * gdb.base/environ.exp: Likewise.
12726 * gdb.base/eval-skip.exp: Likewise.
12727 * gdb.base/exprs.exp: Likewise.
12728 * gdb.base/fileio.exp: Likewise.
12729 * gdb.base/finish.exp: Likewise.
12730 * gdb.base/float.exp: Likewise.
12731 * gdb.base/foll-exec.exp: Likewise.
12732 * gdb.base/foll-fork.exp: Likewise.
12733 * gdb.base/foll-vfork.exp: Likewise.
12734 * gdb.base/freebpcmd.exp: Likewise.
12735 * gdb.base/funcargs.exp: Likewise.
12736 * gdb.base/gcore.exp: Likewise.
12737 * gdb.base/gdb1090.exp: Likewise.
12738 * gdb.base/gdb1250.exp: Likewise.
12739 * gdb.base/huge.exp: Likewise.
12740 * gdb.base/info-proc.exp: Likewise.
12741 * gdb.base/interrupt.exp: Likewise.
12742 * gdb.base/jump.exp: Likewise.
12743 * gdb.base/langs.exp: Likewise.
12744 * gdb.base/lineinc.exp: Likewise.
12745 * gdb.base/list.exp: Likewise.
12746 * gdb.base/logical.exp: Likewise.
12747 * gdb.base/long_long.exp: Likewise.
12748 * gdb.base/macscp.exp: Likewise.
12749 * gdb.base/maint.exp: Likewise.
12750 * gdb.base/mips_pro.exp: Likewise.
12751 * gdb.base/miscexprs.exp: Likewise.
12752 * gdb.base/multi-forks.exp: Likewise.
12753 * gdb.base/opaque.exp: Likewise.
12754 * gdb.base/overlays.exp: Likewise.
12755 * gdb.base/pc-fp.exp: Likewise.
12756 * gdb.base/pointers.exp: Likewise.
12757 * gdb.base/printcmds.exp: Likewise.
12758 * gdb.base/psymtab.exp: Likewise.
12759 * gdb.base/ptype.exp: Likewise.
12760 * gdb.base/recurse.exp: Likewise.
12761 * gdb.base/relational.exp: Likewise.
12762 * gdb.base/relocate.exp: Likewise.
12763 * gdb.base/remote.exp: Likewise.
12764 * gdb.base/reread.exp: Likewise.
12765 * gdb.base/restore.exp: Likewise.
12766 * gdb.base/return.exp: Likewise.
12767 * gdb.base/return2.exp: Likewise.
12768 * gdb.base/scope.exp: Likewise.
12769 * gdb.base/sect-cmd.exp: Likewise.
12770 * gdb.base/sep.exp: Likewise.
12771 * gdb.base/sepdebug.exp: Likewise.
12772 * gdb.base/setshow.exp: Likewise.
12773 * gdb.base/setvar.exp: Likewise.
12774 * gdb.base/sigall.exp: Likewise.
12775 * gdb.base/sigbpt.exp: Likewise.
12776 * gdb.base/signals.exp: Likewise.
12777 * gdb.base/signull.exp: Likewise.
12778 * gdb.base/sizeof.exp: Likewise.
12779 * gdb.base/solib.exp: Likewise.
12780 * gdb.base/step-line.exp: Likewise.
12781 * gdb.base/step-test.exp: Likewise.
12782 * gdb.base/structs.exp: Likewise.
12783 * gdb.base/structs2.exp: Likewise.
12784 * gdb.base/term.exp: Likewise.
12785 * gdb.base/twice.exp: Likewise.
12786 * gdb.base/until.exp: Likewise.
12787 * gdb.base/varargs.exp: Likewise.
12788 * gdb.base/volatile.exp: Likewise.
12789 * gdb.base/watchpoint.exp: Likewise.
12790 * gdb.base/whatis-exp.exp: Likewise.
12791 * gdb.base/whatis.exp: Likewise.
12792 * gdb.cp/ambiguous.exp: Likewise.
12793 * gdb.cp/annota2.exp: Likewise.
12794 * gdb.cp/annota3.exp: Likewise.
12795 * gdb.cp/bool.exp: Likewise.
12796 * gdb.cp/breakpoint.exp: Likewise.
12797 * gdb.cp/casts.exp: Likewise.
12798 * gdb.cp/class2.exp: Likewise.
12799 * gdb.cp/classes.exp: Likewise.
12800 * gdb.cp/cplusfuncs.exp: Likewise.
12801 * gdb.cp/ctti.exp: Likewise.
12802 * gdb.cp/derivation.exp: Likewise.
12803 * gdb.cp/exception.exp: Likewise.
12804 * gdb.cp/gdb1355.exp: Likewise.
12805 * gdb.cp/hang.exp: Likewise.
12806 * gdb.cp/inherit.exp: Likewise.
12807 * gdb.cp/local.exp: Likewise.
12808 * gdb.cp/m-data.exp: Likewise.
12809 * gdb.cp/m-static.exp: Likewise.
12810 * gdb.cp/member-ptr.exp: Likewise.
12811 * gdb.cp/method.exp: Likewise.
12812 * gdb.cp/misc.exp: Likewise.
12813 * gdb.cp/namespace.exp: Likewise.
12814 * gdb.cp/overload.exp: Likewise.
12815 * gdb.cp/ovldbreak.exp: Likewise.
12816 * gdb.cp/pr-1023.exp: Likewise.
12817 * gdb.cp/pr-1210.exp: Likewise.
12818 * gdb.cp/pr-574.exp: Likewise.
12819 * gdb.cp/printmethod.exp: Likewise.
12820 * gdb.cp/psmang.exp: Likewise.
12821 * gdb.cp/ref-params.exp: Likewise.
12822 * gdb.cp/ref-types.exp: Likewise.
12823 * gdb.cp/rtti.exp: Likewise.
12824 * gdb.cp/templates.exp: Likewise.
12825 * gdb.cp/try_catch.exp: Likewise.
12826 * gdb.cp/userdef.exp: Likewise.
12827 * gdb.cp/virtfunc.exp: Likewise.
12828 * gdb.disasm/am33.exp: Likewise.
12829 * gdb.disasm/h8300s.exp: Likewise.
12830 * gdb.disasm/mn10300.exp: Likewise.
12831 * gdb.disasm/sh3.exp: Likewise.
12832 * gdb.disasm/t01_mov.exp: Likewise.
12833 * gdb.disasm/t02_mova.exp: Likewise.
12834 * gdb.disasm/t03_add.exp: Likewise.
12835 * gdb.disasm/t04_sub.exp: Likewise.
12836 * gdb.disasm/t05_cmp.exp: Likewise.
12837 * gdb.disasm/t06_ari2.exp: Likewise.
12838 * gdb.disasm/t07_ari3.exp: Likewise.
12839 * gdb.disasm/t08_or.exp: Likewise.
12840 * gdb.disasm/t09_xor.exp: Likewise.
12841 * gdb.disasm/t10_and.exp: Likewise.
12842 * gdb.disasm/t11_logs.exp: Likewise.
12843 * gdb.disasm/t12_bit.exp: Likewise.
12844 * gdb.disasm/t13_otr.exp: Likewise.
12845 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
12846 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
12847 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12848 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
12849 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
12850 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
12851 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
12852 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
12853 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
12854 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
12855 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
12856 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
12857 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
12858 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
12859 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
12860 * gdb.mi/gdb701.exp: Likewise.
12861 * gdb.mi/gdb792.exp: Likewise.
12862 * gdb.mi/mi-basics.exp: Likewise.
12863 * gdb.mi/mi-break.exp: Likewise.
12864 * gdb.mi/mi-cli.exp: Likewise.
12865 * gdb.mi/mi-console.exp: Likewise.
12866 * gdb.mi/mi-disassemble.exp: Likewise.
12867 * gdb.mi/mi-eval.exp: Likewise.
12868 * gdb.mi/mi-file.exp: Likewise.
12869 * gdb.mi/mi-read-memory.exp: Likewise.
12870 * gdb.mi/mi-regs.exp: Likewise.
12871 * gdb.mi/mi-return.exp: Likewise.
12872 * gdb.mi/mi-simplerun.exp: Likewise.
12873 * gdb.mi/mi-stack.exp: Likewise.
12874 * gdb.mi/mi-stepi.exp: Likewise.
12875 * gdb.mi/mi-syn-frame.exp: Likewise.
12876 * gdb.mi/mi-until.exp: Likewise.
12877 * gdb.mi/mi-var-block.exp: Likewise.
12878 * gdb.mi/mi-var-child.exp: Likewise.
12879 * gdb.mi/mi-var-cmd.exp: Likewise.
12880 * gdb.mi/mi-var-display.exp: Likewise.
12881 * gdb.mi/mi-watch.exp: Likewise.
12882 * gdb.mi/mi2-basics.exp: Likewise.
12883 * gdb.mi/mi2-break.exp: Likewise.
12884 * gdb.mi/mi2-cli.exp: Likewise.
12885 * gdb.mi/mi2-console.exp: Likewise.
12886 * gdb.mi/mi2-disassemble.exp: Likewise.
12887 * gdb.mi/mi2-eval.exp: Likewise.
12888 * gdb.mi/mi2-file.exp: Likewise.
12889 * gdb.mi/mi2-read-memory.exp: Likewise.
12890 * gdb.mi/mi2-regs.exp: Likewise.
12891 * gdb.mi/mi2-return.exp: Likewise.
12892 * gdb.mi/mi2-simplerun.exp: Likewise.
12893 * gdb.mi/mi2-stack.exp: Likewise.
12894 * gdb.mi/mi2-stepi.exp: Likewise.
12895 * gdb.mi/mi2-syn-frame.exp: Likewise.
12896 * gdb.mi/mi2-until.exp: Likewise.
12897 * gdb.mi/mi2-var-block.exp: Likewise.
12898 * gdb.mi/mi2-var-child.exp: Likewise.
12899 * gdb.mi/mi2-var-cmd.exp: Likewise.
12900 * gdb.mi/mi2-var-display.exp: Likewise.
12901 * gdb.mi/mi2-watch.exp: Likewise.
12902 * gdb.stabs/exclfwd.exp: Likewise.
12903 * gdb.stabs/weird.exp: Likewise.
12904 * gdb.threads/gcore-thread.exp: Likewise.
12905 * gdb.trace/actions.exp: Likewise.
12906 * gdb.trace/backtrace.exp: Likewise.
12907 * gdb.trace/circ.exp: Likewise.
12908 * gdb.trace/collection.exp: Likewise.
12909 * gdb.trace/deltrace.exp: Likewise.
12910 * gdb.trace/infotrace.exp: Likewise.
12911 * gdb.trace/limits.exp: Likewise.
12912 * gdb.trace/packetlen.exp: Likewise.
12913 * gdb.trace/passc-dyn.exp: Likewise.
12914 * gdb.trace/passcount.exp: Likewise.
12915 * gdb.trace/report.exp: Likewise.
12916 * gdb.trace/save-trace.exp: Likewise.
12917 * gdb.trace/tfind.exp: Likewise.
12918 * gdb.trace/tracecmd.exp: Likewise.
12919 * gdb.trace/while-dyn.exp: Likewise.
12920 * gdb.trace/while-stepping.exp: Likewise.
12921
f4b618d1
JB
129222006-08-08 Joel Brobecker <brobecker@adacore.com>
12923
12924 * gdb.base/step-bt.c: New file.
12925 * gdb.base/step-bt.exp: New testcase.
12926
3d00d119
DJ
129272006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
12928
12929 * config/monitor.exp (gdb_load): Remove support for obsolete
12930 download-write-size.
12931 * gdb.base/remote.exp: Likewise. Update all callers of
12932 gdb_timed_load.
12933
017b5bd4
DJ
129342006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
12935
12936 * cursal.exp: Pass binfile to gdb_load.
12937
837c599d
DJ
129382006-08-01 Nathan Sidwell <nathan@codesourcery.com>
12939
12940 * gdb.base/cursal.exp: Add "" to gdb_load call.
12941
8dd4540b
MK
129422006-07-29 Mark Kettenis <kettenis@gnu.org>
12943
12944 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
12945 NetBSD/ELF targets.
12946
ab5c9f60
DJ
129472006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
12948
12949 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
12950 operator*.
12951
4c42eaff
DJ
129522006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
12953
12954 * gdb.base/completion.exp: Update for change in "file" behavior.
12955 * gdb.stabs/weird.exp: Likewise.
12956 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
12957 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
12958
0155cc76
NS
129592006-07-24 Nathan Sidwell <nathan@codesourcery.com>
12960
12961 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
12962 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
12963
16026cd7
AS
129642006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
12965
12966 * gdb.base/default.exp: Update source command error message.
12967 * gdb.base/help.exp: Update 'help source' message.
12968
16963cb6
DJ
129692006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
12970
12971 * gdb.cp/bs15503.exp: Update comment for no longer crashing
12972 test.
12973
6d7fd486
AS
129742006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
12975
12976 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
12977
29e8a844
DJ
129782006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12979
12980 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
12981
6afcfa39
DJ
129822006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12983
12984 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
12985
267a692b
MK
129862006-07-17 Mark Kettenis <kettenis@gnu.org>
12987
12988 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
12989 *-*-openbsd* from targets for wich we expect ARM FPA floating
12990 point format.
12991
85d2fec4
NR
129922006-07-17 Nick Roberts <nickrob@snap.net.nz>
12993
12994 * gdb.cp/annota3.exp: Expect frame-begin annotation.
12995
129962006-07-17 Mark Kettenis <kettenis@gnu.org>
12997
12998 * gdb.base/annota3.exp: Expect frame-begin annotation.
12999
85b4c6e8
JB
130002006-07-14 Joel Brobecker <brobecker@adacore.com>
13001
13002 * gdb.base/help.exp: Adjust "help unset" test to accept
13003 any list of unset commands.
13004
fb933624
DJ
130052006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
13006 Daniel Jacobowitz <dan@codesourcery.com>
13007
13008 * gdb.cp/ref-params.exp: New test.
13009 * gdb.cp/ref-params.cc: New source file.
13010 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13011
1dff4b64
MK
130122006-07-08 Mark Kettenis <kettenis@gnu.org>
13013
13014 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13015 spaces/tabs in regular expressions since they might not be there.
13016
40d2e0e3
AS
130172006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
13018
13019 * gdb.base/ifelse.exp: New file.
13020
f6c957d2
NS
130212006-07-04 Nathan Sidwell <nathan@codesourcery.com>
13022
13023 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13024 line.
13025 * gdb.base/huge.exp: Loop over compilation to find a size that
13026 is acceptable.
13027 * gdb.base/remote.exp: Correct expected strings.
13028 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13029
b9c5a23d
DJ
130302006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13031
13032 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13033
9af2e58d
DJ
130342006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13035
13036 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
13037 native.
13038
30930ca5
DJ
130392006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13040
13041 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13042 enable stabs testing.
13043
aa32fa1d
DJ
130442006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13045
bd4a4c80 13046 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
13047 gdb_test_multiple does.
13048
321fef15
DJ
130492006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13050
13051 * Makefile.in (host_alias): Remove.
13052 (target_alias): Use @target_noncanonical@.
13053 (site.exp): Don't set host_alias.
13054 * aclocal.m4: Remove contents. Include acx.m4.
13055 * configure: Regenerated.
13056 * configure.ac: Use ACX_NONCANONICAL_TARGET.
13057
e1c2defa
NS
130582006-06-13 Nathan Sidwell <nathan@codesourcery.com>
13059
e63b55d1
NS
13060 * lib/gdb.exp (gdb_load_cmd): New.
13061
5600ea19
NS
13062 * gdb.base/fileio.c: Add system(NULL) test.
13063 * gdb.base/fileio.exp: Check it.
13064
e1c2defa
NS
13065 * gdb.base/break.c: Add 10a breakpoint at }
13066 * gdb.base/break.exp: Add test for breakpoint at }
13067 * gdb.cp/anon-union.cc: Add code at end of function.
13068 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13069 * gdb.mi/var-cmd.c: Add code at end of function.
13070 * gdb.mi/mi-var-display.exp: Adjust end of next.
13071 * gdb.mi/mi2-var-display.exp: Likewise.
13072 * gdb.base/fileio.c: Add stop function and insert calls at
13073 stopping places.
13074 * gdb.base/fileio.exp: Breakpoint stop function and remove
13075 explicit line number references.
13076
6c0112ec
JB
130772006-05-19 Joel Brobecker <brobecker@adacore.com>
13078
a9c64011
AS
13079 * gdb.base/del.exp (test_delete_alias): New function.
13080 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 13081
154189a4
FF
130822006-05-18 Fred Fish <fnf@specifix.com>
13083
13084 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13085 required. Check for spurious output after program exits normally.
13086
582e64c2
FF
130872006-05-17 Fred Fish <fnf@specifix.com>
13088
13089 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13090 gdb_load, so it works in the simulator.
13091
8ef6493a
FF
130922006-05-11 Fred Fish <fnf@specifix.com>
13093
13094 * gdb.base/bang.exp: Ignore unexpected output between the
13095 "program exited normally" and the gdb prompt, as many other
13096 tests do.
13097
692b141c
MK
130982006-05-07 Mark Kettenis <kettenis@gnu.org>
13099
13100 * gdb.base/help.exp: Make "delete checkpoint" part option for
13101 "help d" and "help delete" tests.
13102
540b8a30
UW
131032006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13104
a9c64011 13105 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
13106 expected output in some mi_gdb_test statements.
13107 * gdb.mi/mi2-basics.exp: Likewise.
13108
9b6462d9
JB
131092006-05-05 Joel Brobecker <brobecker@adacore.com>
13110
13111 * gdb.base/del.c: New file.
13112 * gdb.base/del.exp: New testcase.
13113
954de43b
DM
131142006-05-05 David S. Miller <davem@sunset.davemloft.net>
13115
13116 * gdb.base/break.exp: Do not assume a breakpoint on
13117 main will actually be in $srcfile when optimizing.
1303f75e
DM
13118 * gdb.base/savedregs.exp: Do not require that the dummy
13119 frame location match up to a symbol and source file location.
c3242428
DM
13120 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13121 will get printed without a mi_cmd_data_list_register_values prefix.
13122 (*-data-list-register-*): Correct regular expressions to expect the new
13123 pseudo d? floating point registers.
13124 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 13125
c7e64c9a
DJ
131262006-05-05 Christophe Lyon <christophe.lyon@st.com>
13127
13128 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13129 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13130 is allocated by the compiler.
13131 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13132 anons, e, anone to force their allocation by the compiler.
13133
131342006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
13135
13136 * gdb.base/help.exp: Update expected text for help d and
13137 help delete.
13138
27ce9a6d
MK
131392006-05-02 Mark Kettenis <kettenis@gnu.org>
13140
13141 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13142 NetBSD/ELF targets.
13143
8608915f
MK
131442006-04-30 Mark Kettenis <kettenis@gnu.org>
13145
13146 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13147 single-step breakpoint fails; make this a KFAIL on
13148 sparc*-*-openbsd*.
13149 * gdb.base/siginfo.exp: Likewise.
13150 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13151
b8db102d
MS
131522006-04-26 Michael Snyder <msnyder@redhat.com>
13153
13154 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13155 which may have to consume output from other forks.
13156 Add tests to make sure that "delete fork" succeeded.
13157
c702009a
MS
131582006-04-20 Michael Snyder <msnyder@redhat.com>
13159
13160 * 2006-03-22 Jim Blandy <jimb@redhat.com>
13161 Add support for the Renesas M32C and M16C.
13162
13163 * gdb.asm/asm-source.exp: Add m32c target.
13164 * gdb.asm/m32c.inc: Support for m32c target.
13165
e28493f2
AS
131662006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
13167
13168 * gdb.base/commands.exp (recursive_source_test): New test.
13169
880da185
DM
131702006-04-04 David S. Miller <davem@sunset.davemloft.net>
13171
13172 * gdb.base/float.exp: Add pattern for sparc targets.
13173
61d9b92f
DJ
131742006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13175
13176 * gdb.base/commands.exp (stray_arg0_test): New test.
13177
bd717df8
PB
131782006-03-30 Paul Brook <paul@codesourcery.com>
13179
13180 * gdb.mi/mi-until.exp: kfail broken until command.
13181 * gdb.mi/mi2-until.exp: Ditto.
13182
ec793d3c
NR
131832006-03-27 Nick Roberts <nickrob@snap.net.nz>
13184
13185 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13186
831004b7
AO
131872006-03-08 Alexandre Oliva <aoliva@redhat.com>
13188
13189 * gdb.base/prelink.exp: Anchor tested-for regular expression
13190 on gdb prompt.
13191
effe49a0
PB
131922006-03-07 Paul Brook <paul@codesourcery.com>
13193
13194 * gdb.base/assign.exp: Correct fail message.
13195
e5461016
PB
131962006-03-07 Paul Brook <paul@codesourcery.com>
13197
13198 * lib/compiler.c: Extract armcc version number.
13199 * lib/compiler.cc: Ditto.
13200
fc91c6c2
PB
132012006-03-07 Paul Brook <paul@codesourcery.com>
13202
13203 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13204 additional_flags=-w.
13205 * gdb.arch/altivec-regs.exp: Ditto.
13206 * gdb.arch/e500-abi.exp: Ditto.
13207 * gdb.arch/e500-regs.exp: Ditto.
13208 * gdb.base/all-bin.exp: Ditto.
13209 * gdb.base/annota1.exp: Ditto.
13210 * gdb.base/annota3.exp: Ditto.
13211 * gdb.base/args.exp: Ditto.
13212 * gdb.base/arithmet.exp: Ditto.
13213 * gdb.base/assign.exp: Ditto.
13214 * gdb.base/async.exp: Ditto.
13215 * gdb.base/bang.exp: Ditto.
13216 * gdb.base/break.exp: Ditto.
13217 * gdb.base/call-rt-st.exp: Ditto.
13218 * gdb.base/completion.exp: Ditto.
13219 * gdb.base/cond-expr.exp: Ditto.
13220 * gdb.base/condbreak.exp: Ditto.
13221 * gdb.base/consecutive.exp: Ditto.
13222 * gdb.base/define.exp: Ditto.
13223 * gdb.base/display.exp: Ditto.
13224 * gdb.base/ena-dis-br.exp: Ditto.
13225 * gdb.base/environ.exp: Ditto.
13226 * gdb.base/eval-skip.exp: Ditto.
13227 * gdb.base/info-proc.exp: Ditto.
13228 * gdb.base/jump.exp: Ditto.
13229 * gdb.base/logical.exp: Ditto.
13230 * gdb.base/long_long.exp: Ditto.
13231 * gdb.base/maint.exp: Ditto.
13232 * gdb.base/miscexprs.exp: Ditto.
13233 * gdb.base/pc-fp.exp: Ditto.
13234 * gdb.base/pointers.exp: Ditto.
13235 * gdb.base/relational.exp: Ditto.
13236 * gdb.base/reread.exp: Ditto.
13237 * gdb.base/sect-cmd.exp: Ditto.
13238 * gdb.base/sep.exp: Ditto.
13239 * gdb.base/sepdebug.exp: Ditto.
13240 * gdb.base/until.exp: Ditto.
13241 * gdb.base/whatis-exp.exp: Ditto.
13242 * gdb.cp/annota2.exp: Ditto.
13243 * gdb.cp/annota3.exp: Ditto.
13244 * gdb.trace/actions.exp: Ditto.
13245 * gdb.trace/backtrace.exp: Ditto.
13246 * gdb.trace/circ.exp: Ditto.
13247 * gdb.trace/collection.exp: Ditto.
13248 * gdb.trace/deltrace.exp: Ditto.
13249 * gdb.trace/infotrace.exp: Ditto.
13250 * gdb.trace/limits.exp: Ditto.
13251 * gdb.trace/packetlen.exp: Ditto.
13252 * gdb.trace/passc-dyn.exp: Ditto.
13253 * gdb.trace/passcount.exp: Ditto.
13254 * gdb.trace/report.exp: Ditto.
13255 * gdb.trace/save-trace.exp: Ditto.
13256 * gdb.trace/tfind.exp: Ditto.
13257 * gdb.trace/tracecmd.exp: Ditto.
13258 * gdb.trace/while-dyn.exp: Ditto.
13259 * gdb.trace/while-stepping.exp: Ditto.
13260 * lib/gdb.exp: Ditto.
13261 (gdb_compile): Handle nowarning option.
13262
5f4a23d9
AO
132632006-03-07 Alexandre Oliva <aoliva@redhat.com>
13264
13265 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13266 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
13267 Rename executable to prelinkt. Don't re-prelink if we didn't
13268 get a core file. Test prelink -u exit status to tell whether
13269 prelinking failed. Use gdb_test_multiple.
13270
9733fc94
DJ
132712006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13272
13273 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13274 (do_tests): Call it.
13275
cc10cae3
AO
132762006-02-28 Alexandre Oliva <aoliva@redhat.com>
13277
13278 * gdb.base/prelink.exp: New test.
13279 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13280
15c46491
WZ
132812006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
13282
13283 * gdb.fortran/derived-type.f90: New file.
13284 * gdb.fortran/derived-type.exp: New testcase.
13285
5c9f7ded
DJ
132862006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
13287
13288 * gdb.base/default.exp: Allow ';' as a directory separator.
13289
5b96932b
AS
132902006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13291
13292 * gdb.base/help.exp (help add-symbol-file): Update.
13293
1986bccd
AS
132942006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13295
13296 * gdb.base/help.exp (help load): Update expected results.
13297
a8b7528f
FF
132982006-02-19 Fred Fish <fnf@specifix.com>
13299
13300 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13301 specifix hex value as part of results.
13302 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 13303
f8261448
FF
133042006-02-16 Fred Fish <fnf@specifix.com>
13305
13306 * gdb.base/whatis.c: Define variables using typedefs char_addr,
13307 ushort_addr, and slong_addr, so the typedefs are not optimized
13308 away.
13309 * gdb.base/whatis.exp: Add tests using type name for struct type,
13310 union type, enum type, and typedef.
a9c64011 13311
31d8bdd2
MK
133122006-02-13 Mark Kettenis <kettenis@gnu.org>
13313
13314 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13315
34e41e63
JB
133162006-02-13 Jim Blandy <jimb@redhat.com>
13317
13318 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13319 case where it takes two "next" commands to skip past the init
13320 call.
13321
ac6e4f31
FF
133222006-02-12 Fred Fish <fnf@specifix.com>
13323
13324 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13325 to handle cases where it takes two "next" commands to skip
13326 past the init call.
13327
2db2d571
JB
133282006-02-07 Joel Brobecker <brobecker@adacore.com>
13329
13330 * gdb.ada/array_return.exp: Mark the last test as expected to fail
13331 on hppa32 targets.
13332
38fcd64c
DJ
133332006-02-06 Vladimir Prus <ghost@cs.msu.su>
13334
13335 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13336 field.
13337
1315ad46
MK
133382006-01-29 Mark Kettenis <kettenis@gnu.org>
13339
13340 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13341
5625b943
DJ
133422006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13343
13344 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13345 files.
13346
80df1bbe
DJ
133472006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13348
13349 * gdb.cp/maint.exp: Set complaints to a positive value.
13350
9078e690
DJ
133512006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13352
13353 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
13354 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
13355 function name.
13356
9c903399
DJ
133572006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13358
13359 * gdb.base/checkpoint.c: Update copyright notice. Include
13360 <stdlib.h>.
13361
761ae4d6
JB
133622006-01-04 Jim Blandy <jimb@redhat.com>
13363
13364 * gdb.asm/asm-source.exp: Independently provide default values for
13365 asm-flags and debug-flags. Use 'string equal' to do the
13366 comparison, not the implicit expr's '==' operator. Remove
13367 now-unneeded assignments to asm-flags. In h8300 case, place
13368 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13369
099ac3dd
MS
133702006-01-04 Michael Snyder <msnyder@redhat.com>
13371
13372 * gdb.base/checkpoint.c: New file.
13373 * gdb.base/checkpoint.exp: New file.
13374 * gdb.base/multi-fork.c: New file.
13375 * gdb.base/multi-fork.exp: New file.
13376 * gdb.base/pi.txt: New file (data for checkpoint.c test).
13377
f4d85314
FF
133782006-01-04 Fred Fish <fnf@specifix.com>
13379
13380 * gdb.base/ptype.c (foo): Add typedef.
13381 (intfoo): Add function.
13382 * gdb.base/ptype1.c: New file.
13383 * gdb.base/ptype.exp: Handle compilation and linking with two
13384 source files. Test that proper type for "foo" is found based
13385 on source context rather than first match found in symtabs.
13386
a1b06f35
MK
133872005-12-28 Mark Kettenis <kettenis@gnu.org>
13388
13389 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13390 * gdb.asm/openbsd.inc: Indent commands.
13391
d082a1e2
MK
133922005-12-26 Mark Kettenis <kettenis@gnu.org>
13393
c65016bd
MK
13394 * gdb.base/freebpcmd.exp: Increase timeout.
13395
d082a1e2
MK
13396 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13397
d3c32a0e
DJ
133982005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
13399
13400 * gdb.base/default.exp: Update check for "show version".
13401
9fdb1f50
RC
134022005-12-09 Randolph Chung <tausq@debian.org>
13403
13404 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13405 * gdb.asm/pa64.inc: New file.
13406
5f2c56f7
RC
134072005-12-09 Randolph Chung <tausq@debian.org>
13408
13409 * gdb.asm/common.inc: Indent commands.
13410 * gdb.asm/asmsrc1.s: Likewise.
13411 * gdb.asm/asmsrc2.s: Likewise.
13412
8117349c
RC
134132005-12-09 Randolph Chung <tausq@debian.org>
13414
13415 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13416 (get_addr_of_sym): Remove duplicate print.
13417 (gen_core): xfail hppa*-*-hpux*, update expected output.
13418 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13419 * gdb.arch/pa64-nullify.s: New file.
13420
8f07f25a
RC
134212005-12-09 Randolph Chung <tausq@debian.org>
13422
13423 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13424
55b39184
DJ
134252005-12-07 Christophe Lyon <christophe.lyon@st.com>
13426
13427 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13428 code generation for these functions.
13429 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13430 error message.
13431
31e2b00f
AS
134322005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
13433
13434 * gdb.base/help.exp (help b, help br, help bre, help brea)
13435 (help break): Update the expected message.
13436
c3d0b56e
SC
134372005-11-11 Stephane Carrez <stcarrez@nerim.fr>
13438
13439 * gdb.asm/m68hc11.inc: Setup the data section.
13440 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13441 script for this test.
13442 (m6812-*-*): Likewise.
13443
36ae0ea9
RC
134442005-11-09 Randolph Chung <tausq@debian.org>
13445
13446 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13447
9d6f42e9
WZ
134482005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
13449
13450 * gdb.base/break.exp: Fix a comment typo.
13451
e2126a14
EZ
134522005-11-03 Jim Blandy <jimb@redhat.com>
13453
a9c64011
AS
13454 Checked in by Elena Zannoni <ezannoni@redhat.com>
13455
889bf7c5 13456 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 13457
e0ac7199
CV
134582005-11-02 Corinna Vinschen <vinschen@redhat.com>
13459
13460 * gdb.arch/gdb1558.c: Include stdio.h.
13461
31d3fb18
MK
134622005-10-31 Mark Kettenis <kettenis@gnu.org>
13463
13464 * gdb.asm/asm-source.exp: Use -e instead of --entry.
13465
e52b687c
MK
134662005-10-31 Mark Kettenis <kettenis@gnu.org>
13467
13468 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13469
f4711d79
PG
134702005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
13471
a9c64011
AS
13472 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13473 vscr" tests to better match output.
f4711d79 13474
987a9106
JB
134752005-10-12 Jim Blandy <jimb@redhat.com>
13476
13477 * gdb.base/structs.exp (any): New function.
13478 (test_struct_returns): Don't make any assumptions at all about
13479 what value the function returns when GDB can't set the return
13480 value.
13481
2336bb58
JB
134822005-10-09 Joel Brobecker <brobecker@adacore.com>
13483
13484 * gdb.ada/arrayidx/p.adb: New file.
13485 * gdb.ada/arrayidx.exp: New testcase
13486
134872005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
13488
13489 * gdb.ada/array_return/pck.ads: New file.
13490 * gdb.ada/array_return/pck.adb: New file.
13491 * gdb.ada/array_return/p.adb: New file.
13492 * gdb.ada/array_return.exp: New testcase.
13493
705335ea
JB
134942005-10-03 Joel Brobecker <brobecker@adacore.com>
13495
a9c64011
AS
13496 * gdb.base/arrayidx.c: New file.
13497 * gdb.base/arrayidx.exp: New testcase.
705335ea 13498
11ee9940
NR
134992005-09-29 Nick Roberts <nickrob@snap.net.nz>
13500
13501 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13502 frames-invalid and breakpoints-invalid are no longer generated
13503 with level 3 so don't expect them in the output.
13504
39fb8e9e
BR
135052005-09-27 Bob Rossi <bob@brasko.net>
13506
a9c64011 13507 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
13508 from test. Escape the | in mi_gdb_test call.
13509 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13510 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13511 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13512 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13513 expected regex's in mi_gdb_test calls.
13514 * lib/mi-support.exp: Remove arbitrary .* from tests.
13515 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13516 Fully anchor GDB/MI expected results in mi_gdb_test.
13517 * lib/gdb.exp (string_to_regexp): Escape the ] character.
13518 * gdb.base/sizeof.exp: Remove escape character. Correct test.
13519
2af48f68
PB
135202005-09-26 Paul Brook <paul@codesourcery.com>
13521
13522 * long_long.exp: Exclude eabi targets from arm FPA float format test.
13523
f34502bc
WZ
135242005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13525
13526 * bfp-test.c: New file.
13527 * bfp-test.exp: New testcase.
13528
ca929517
WZ
135292005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13530
13531 * gdb.fortran/subarray.exp: New testcase to test the evaluation
13532 of subarray and substring variable.
13533 * gdb.fortran/subarray.f: New source file for the test of subarray
13534 and substring variable evaluation.
13535 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13536 of string constant.
13537
c761af65
DJ
135382005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
13539
13540 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13541 copyright dates.
13542
561d7a1d
PG
135432005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
13544
13545 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13546 powerpc altivec' test with an almost identical 'info vector' test.
13547
b2b64cc9
PG
135482005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13549
a9c64011
AS
13550 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13551 vscr" tests to match output.
b2b64cc9 13552
6ac4d15a
PG
135532005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13554
a9c64011
AS
13555 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13556 output.
6ac4d15a 13557
40e55bef
BR
135582005-09-11 Bob Rossi <bob@brasko.net>
13559
889bf7c5
PA
13560 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13561 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13562 commands that return an MI output command and an asyncronous MI output
13563 command.
40e55bef
BR
13564 * gdb.mi/mi-console.exp: Ditto.
13565
3c7385ec
BR
135662005-09-11 Bob Rossi <bob@brasko.net>
13567
13568 * gdb.mi/mi-var-child.c: Include <string.h>.
13569
a6cd0eb3
DJ
135702005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
13571
13572 * killed.exp: Correct gdb_expect syntax.
13573
2f168eed
CV
135742005-08-09 Corinna Vinschen <vinschen@redhat.com>
13575
13576 * lib/mi-support.exp (mi_gdb_load): Fix typo.
13577
ecd3fd0f
BR
135782005-08-02 Bob Rossi <bob@brasko.net>
13579
13580 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13581 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13582 Change tests to inferior-tty-set/show.
13583 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13584 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13585 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13586 inferior. Use mi_gdb_test to get GDB and Inferior output.
13587 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13588 descriptor.
13589 (mi_inferior_tty_name): Add inferior PTY file name.
13590 (mi_gdb_start): Add INFERIOR_PTY parameter.
13591 (mi_gdb_test): Add IPATTERN parameter.
13592
f1ea48cb 135932005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 13594
f1ea48cb
BR
13595 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13596 parameter to mi_gdb_test.
13597 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13598
6e650a67
DJ
135992005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13600
13601 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13602 struct_declarations.
13603 * gdb.mi/mi-var-child.exp: Step over the initialization of
13604 struct_declarations.
13605
8be260b6
DJ
136062005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13607
13608 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13609 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13610 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13611 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13612 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13613 file.
13614
4e660f07
NR
136152005-07-27 Nick Roberts <nickrob@snap.net.nz>
13616
13617 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13618 (do_children_tests): Assign values to the extra elements.
13619
13620 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13621 them for tests for "-var-update --no-values" and
a9c64011 13622 "-var-update --all-values".
4e660f07
NR
13623 Add test for "-var-list-children --simple-values".
13624
13625 * gdb.mi/basics.c (callee4): Add integer array D[3]...
13626
13627 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13628 "-stack-list-locals --simple-values" Improve doc strings and
13629 comments.
13630
6bdae935
MK
136312005-07-18 Mark Kettenis <kettenis@gnu.org>
13632
598b7a6f
MK
13633 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13634 *-*-openbsd*.
13635 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13636
6bdae935
MK
13637 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13638 sigaltsatck'.
13639
1323e929 136402005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 13641
1323e929
BR
13642 * gdb.base/default.exp (tty): Changed output of command.
13643 * gdb.base/help.exp (help tty): Ditto.
13644
b1a9c082
MK
136452005-07-12 Mark Kettenis <kettenis@gnu.org>
13646
13647 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13648
10a844a2
MK
136492005-07-10 Mark Kettenis <kettenis@gnu.org>
13650
13651 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13652 -stack-select-frame without arguments.
13653 (test_stack_frame_listing): Add test for newly implemented command
13654 -stack-info-frame.
13655
3cb3b8df
BR
136562005-07-06 Bob Rossi <bob@brasko.net>
13657
13658 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13659 command.
13660 (Copyright): Update copyright.
13661
a0c5fbcf
WZ
136622005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13663
13664 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13665 tests to evaluate exponentiation expression.
13666
984971d0
AS
136672005-06-29 Andreas Schwab <schwab@suse.de>
13668
13669 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13670 main to avoid warnings.
13671
13672 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13673
fe03833f
NR
136742005-06-20 Nick Roberts <nickrob@snap.net.nz>
13675
13676 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13677 -stack-select-frame without arguments.
13678 (test_stack_frame_listing): Add test for newly implemented command
13679 -stack-info-frame.
a9c64011 13680
7a55f279
WZ
136812005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
13682
0ffa0ea5
DJ
13683 * gdb.fortran/array-element.f: New file.
13684 * gdb.fortran/array-element.exp: New testcase.
7a55f279 13685
26585198
DJ
136862005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13687
13688 * gdb.base/bigcore.exp: Correct checks for systems which can
13689 not dump a large core file.
13690
c1bd25fd
DJ
136912005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13692
13693 * gdb.base/relocate.c: Add a copyright notice.
13694 (dummy): Remove.
13695 * gdb.base/relocate.exp: Test printing the values of variables
13696 from a relocatable file.
13697
589e074d
DJ
136982005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13699
13700 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
13701 excess MI output after an error.
13702
0915f927
JB
137032005-05-29 Joel Brobecker <brobecker@adacore.com>
13704
13705 * gdb.arch/alpha-step.c: New file.
13706 * gdb.arch/alpha-step.exp: New testcase.
13707
76ff342d
DJ
137082005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
13709 Dennis Brueni <dennis@slickedit.com>
13710
13711 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13712 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13713 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13714 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13715 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13716 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13717 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13718
96b0c7ac
DJ
137192005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
13720 Wu Zhou <woodzltc@cn.ibm.com>
13721
13722 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
13723 IBM's xlc compiler.
13724 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13725 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13726
f21565d2
JB
137272005-05-13 Jim Blandy <jimb@redhat.com>
13728
13729 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13730 calling gdb_suppress_entire_file.
13731 * gdb.base/charset.exp: Same.
13732 * gdb.base/call-rt-st.exp: Same.
13733
6006a3a1
BR
137342005-05-05 Bob Rossi <bob_rossi@cox.net>
13735
13736 * lib/gdb.exp (fullname_syntax): Added global regex.
13737 (fullname_syntax_POSIX): Ditto.
13738 (fullname_syntax_UNC): Ditto.
13739 (fullname_syntax_DOS_CASE): Ditto.
13740 (fullname_syntax_DOS): Ditto.
13741 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13742 fullname_syntax variable to scope and use it.
13743 (test_file_list_exec_source_files): Ditto.
13744 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13745
c3b69c04
DJ
137462005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
13747
13748 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13749
3c95e6af
PG
137502004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
13751
a9c64011
AS
13752 * lib/gdb.exp (skip_altivec_tests): New function, based on
13753 check_vmx_hw_available from the GCC testsuite.
13754 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13755 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 13756
78df6c56
JB
137572005-05-02 Jim Blandy <jimb@redhat.com>
13758
13759 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13760 calling gdb_suppress_entire_file.
13761
1690f9cf
DJ
137622005-04-30 Randolph Chung <tausq@debian.org>
13763
13764 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13765 Slightly relax "sem_post" name checking.
13766
5ea106f7
PG
137672005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13768
13769 * gdb.base/unload.exp: Use new shared library infrastructure.
13770
bf7234cf
PG
137712005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13772
13773 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 13774 infrastructure.
bf7234cf 13775
547b869a
CV
137762005-04-29 Corinna Vinschen <vinschen@redhat.com>
13777
13778 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13779 * gdb.asm/h8300.inc: New file.
13780
f07e55f0
PG
137812005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13782
13783 * gdb.base/shlib-call.exp: Change to use new shared library
13784 infrastructure.
13785
3cbba3d1
PG
137862005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13787
a9c64011
AS
13788 * gdb.base/pending.exp: Change to use new shared library
13789 infrastructure.
3cbba3d1 13790
ed6df200
PG
137912005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13792
a9c64011
AS
13793 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13794 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 13795
8c8f4ebe
PG
137962005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
13797
a9c64011
AS
13798 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13799 shared objects being adjusted and update copyright years.
8c8f4ebe 13800
607fbc54
DJ
138012005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
13802
13803 * ChangeLog: Correct some 2003-01-13 dates.
13804 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13805 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13806 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13807 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13808 gdb.trace/tfind.exp: Update copyright years.
13809
57bf0e56
DJ
138102005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
13811 Daniel Jacobowitz <dan@codesourcery.com>
13812
13813 * lib/gdb.exp (gdb_compile): Handle shlib=.
13814 (gdb_compile_shlib): New function.
13815
9b593790
PG
138162005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
13817
a9c64011 13818 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 13819
9494c6a5
DJ
138202005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13821
13822 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13823 gdb.server.
13824 * configure.ac: Likewise.
13825 * configure: Regenerated.
13826 * gdb.gdbserver/Makefile.in: Moved to...
13827 * gdb.server/Makefile.in: ... here.
13828 * gdb.gdbserver/server.c: Moved to...
13829 * gdb.server/server.c: ... here.
13830 * gdb.gdbserver/server-run.exp: Moved to...
13831 * gdb.server/server-run.exp: ... here.
13832
6f8eac0e
DJ
138332005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13834
13835 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
13836 * configure.ac: Create gdb.gdbserver/Makefile.
13837 * configure: Regenerated.
13838 * lib/gdbserver-support.exp: New file, derived from
13839 config/gdbserver.exp.
13840 * config/gdbserver.exp: Use gdbserver-support.exp.
13841 * gdb.gdbserver/Makefile.in: New file.
13842 * gdb.gdbserver/server.c: New file.
13843 * gdb.gdbserver/server-run.exp: New file.
13844
6e87504d
PG
138452005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
13846
a9c64011
AS
13847 * lib/gdb.exp (test_compiler_info): Return compiler_info
13848 if no arguments are given.
6e87504d 13849
d1779be4
PG
138502005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
13851
13852 * gdb.arch/altivec-abi.exp: Check for compiler and set
13853 use altivec' flag accordingly.
13854 * gdb.arch/altivec-regs.exp: Likewise.
13855
88750304
DJ
138562005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
13857
13858 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
13859
f3fb768d
AS
138602005-03-27 Andreas Schwab <schwab@suse.de>
13861
13862 * gdb.base/bigcore.c (main): Add missing mode argument in open
13863 call.
13864
7e813ac5
DJ
138652005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
13866
13867 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
13868 downloads.
13869 * config/gdbserver.exp (gdb_load): Likewise.
13870
8e3049aa
PB
138712005-03-14 Paul Brook <paul@codesourcery.com>
13872
13873 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
13874 targets.
13875
a9df7c44
JB
138762005-03-09 Joel Brobecker <brobecker@adacore.com>
13877
13878 * gdb.dwarf2/dup-psym.S: New file.
13879 * gdb.dwarf2/dup-psym.exp: New testcase.
13880
9f0d94e8
JB
138812005-03-09 Joel Brobecker <brobecker@adacore.com>
13882
13883 * gdb.ada/exec_changed/first.adb: New file.
13884 * gdb.ada/exec_changed/second.adb: New file.
13885 * gdb.ada/exec_changed.exp: New testcase.
13886
5f579bc5
NS
138872005-03-08 Nathan Sidwell <nathan@codesourcery.com>
13888
36e9969c
NS
13889 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13890 (A2): New class.
13891 (main): Test operator+.
13892 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
13893 breakpoint test.
13894
5f579bc5
NS
13895 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13896 * gdb.base/signull.exp: Disable if gdb,nosignals.
13897 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13898 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13899 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13900 * gdb.mi/mi2-console.exp: Likewise.
13901 * gdb.trace/collection.exp (run_trace_experiment): Consume the
13902 continue output at start.
13903 (gdb_collect_locals_test): Robustify regexp.
13904 * gdb.trace/passc-dyn.exp: Fix comment typo.
13905 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13906
be46087e
CV
139072005-03-08 Corinna Vinschen <vinschen@redhat.com>
13908
13909 * gdb.asm/asm-source.exp: Add iq2000 case.
13910 * gdb.asm/iq2000.inc: New file.
13911
384e1a61 139122005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 13913
384e1a61
MI
13914 * gdb.base/command.exp: Change hardcoded value to regular expression.
13915 * gdb.base/float.exp: Add powerpc to the list of targets checked.
13916
584b6e9e
DJ
139172005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
13918
13919 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
13920 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
13921 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
13922 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
13923 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
13924
ab5b5d61
MK
139252005-03-05 Mark Kettenis <kettenis@gnu.org>
13926
13927 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
13928 changes.
13929
ae051c1b
PG
139302004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
13931
a9c64011
AS
13932 * lib/compiler.c: Add test for IBM's xlc compiler.
13933 * lib/compiler.cc: Likewise.
ae051c1b 13934
3f0f6ed2
JB
139352004-02-24 Joel Brobecker <brobecker@adacore.com>
13936
13937 * gdb.ada/fixed_points.exp: Create compilation object directory
13938 before running the test.
13939 * gdb.ada/null_record.exp: Likewise.
13940 * gdb.ada/packed_array.exp: Likewise.
13941 * gdb.ada/start.exp: Likewise.
13942
724f452b
JB
139432005-02-15 Joel Brobecker <brobecker@adacore.com>
13944
13945 * gdb.ada/packed_array/pa.adb: New file.
13946 * gdb.ada/packed_array.exp: New testcase.
13947
57f5cdfb 139482005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 13949
1f393151
MK
13950 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
13951 files.
13952
ebdda337
MK
13953 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
13954 on *-*-openbsd*. Correctly match whitespace in regukar
13955 expressions.
13956
cf309262
DJ
139572005-02-10 Daniel Jacobowitz <dan@debian.org>
13958
13959 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
13960 PR exp/1821
13961 * gdb.base/gdb1821.c: New test file.
13962 * gdb.base/gdb1821.exp: New test file.
13963
3be49e7a
JB
139642005-02-09 Joel Brobecker <brobecker@adacore.com>
13965
13966 * gdb.base/start.c: New file.
13967 * gdb.base/start.exp: New testcase.
13968
e292e67d
JB
139692005-02-09 Joel Brobecker <brobecker@adacore.com>
13970
13971 * gdb.ada/start/dummy.adb: New file.
13972 * gdb.ada/start.exp: New testcase.
13973
dbdfa66c
CV
139742005-02-09 Corinna Vinschen <vinschen@redhat.com>
13975
13976 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
13977 for printing symbols and statistics.
13978 Add test for using relative pathnames in "maint print msymbols" test.
13979 Mark "maint info sections DATA" XFAIL on Cygwin.
13980 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
13981 tests.
13982
d7941671
AC
139832005-02-09 Andreas Schwab <schwab@suse.de>
13984
13985 Committed by Andrew Cagney <cagney@gnu.org>
13986 * gdb.base/remotetimeout.exp: New file.
13987
74e5ef44
MK
139882005-02-07 Mark Kettenis <kettenis@gnu.org>
13989
13990 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
13991
464dd14d
JB
139922005-02-03 Joel Brobecker <brobecker@adacore.com>
13993
13994 * gdb.ada/gnat_ada.gpr: New file.
13995 * gdb.ada/gnat_ada.gin: Delete, no longer used.
13996 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
13997 * configure.ac: No longer generate gnat_ada.gpr.
13998 * configure: Regenerate.
13999 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14000 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14001 * gdb.ada/null_record/bar.ads: Likewise.
14002 * gdb.ada/null_record/bar.adb: Likewise.
14003 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14004 * gdb.ada/null_record.exp (testdir): New variable.
14005 (testfile): executable is now in testdir subdirectory.
14006 (srcfile): Use full path to the main compilation unit.
14007 * gdb.ada/fixed_points.exp: Same changes as above.
14008
30d756ae
NR
140092005-02-03 Nick Roberts <nickrob@snap.net.nz>
14010
14011 * gdb.base/interp.exp: New test.
14012
9d799f85
AC
140132005-01-24 Andrew Cagney <cagney@gnu.org>
14014
14015 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14016
15656118
AC
140172005-01-19 Andrew Cagney <cagney@gnu.org>
14018
a892c31b
AC
14019 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14020 configure.ac not configure.in.
14021
15656118
AC
14022 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14023 of powerpc*-*-*.
14024 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 14025 * gdb.base/list.exp (test_list_function)
15656118
AC
14026 (test_list_filename_and_function): Ditto.
14027 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14028
a7b01baf
AC
140292005-01-16 Andrew Cagney <cagney@gnu.org>
14030
17d92a02
AC
14031 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14032
a7b01baf
AC
14033 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14034
bc8332bb
AC
140352005-01-14 Andrew Cagney <cagney@gnu.org>
14036
14037 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14038 * gdb.mi/mi2-var-cmd.exp: Ditto.
14039
4d074752
CV
140402005-01-10 Corinna Vinschen <vinschen@redhat.com>
14041
14042 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14043
bec39cab
AC
140442005-01-07 Andrew Cagney <cagney@gnu.org>
14045
14046 * configure.ac: Rename configure.in, require autoconf 2.59.
14047 * configure: Re-generate.
14048 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14049 * gdb.stabs/configure: Re-generate.
14050 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14051 * gdb.hp/configure: Re-generate.
14052 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14053 autoconf 2.59.
14054 * gdb.hp/gdb.objdbg/configure: Re-generate.
14055 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14056 autoconf 2.59.
14057 * gdb.hp/gdb.defects/configure: Re-generate.
14058 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14059 autoconf 2.59.
14060 * gdb.hp/gdb.compat/configure: Re-generate.
14061 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14062 autoconf 2.59.
14063 * gdb.hp/gdb.base-hp/configure: Re-generate.
14064 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14065 autoconf 2.59.
14066 * gdb.hp/gdb.aCC/configure: Re-generate.
14067
f10b16d4
JB
140682004-12-15 Jim Blandy <jimb@redhat.com>
14069
14070 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14071 under NPTL when there is debugging info available for libpthread.
14072
fb6e1814
JG
140732004-12-13 Jerome Guitton <guitton@gnat.com>
14074
14075 * gdb.ada/fixed_points.c: New file.
14076 * gdb.ada/fixed_points.exp: New file.
14077
fe46cd3a
RC
140782004-12-03 Randolph Chung <tausq@debian.org>
14079
14080 * gdb.arch/pa-nullify.exp: New file.
14081 * gdb.arch/pa-nullify.s: New file.
14082
8de0841b
RC
140832004-11-30 Randolph Chung <tausq@debian.org>
14084
14085 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14086 instead of "tbug". Fix regexp to work properly with gdb_test.
14087
c8170782
PH
140882004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
14089
14090 * gdb.base/bitfields2.exp: New test.
14091 * gdb.base/bitfields2.c: New file.
14092
954269c2
RE
140932004-11-28 Richard Earnshaw <rearnsha@arm.com>
14094
14095 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14096
0107feed
RC
140972004-11-16 Randolph Chung <tausq@debian.org>
14098
14099 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14100
f073ae8c
DJ
141012004-11-14 Daniel Jacobowitz <dan@debian.org>
14102
14103 * gdb.threads/threadapply.exp: Correct "macro details" test.
14104
19ad59e7
JJ
141052004-11-11 Jeff Johnston <jjohnstn@redhat.com>
14106
14107 * gdb.threads/threadapply.exp: New test.
14108 * gdb.threads/threadapply.c: New file.
14109
9cf0961b
MK
141102004-11-07 Mark Kettenis <kettenis@gnu.org>
14111
14112 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14113 frames.
14114
c789492a
FL
141152004-11-05 Felix Lee <felix+log1@specifixinc.com>
14116
14117 * gdb.base/cursal.exp: New file.
14118 * gdb.base/cursal.c: New file.
14119
a1e167bb
AC
141202004-11-03 Andrew Cagney <cagney@gnu.org>
14121
14122 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14123
b7cbf173
MK
141242004-10-30 Mark Kettenis <kettenis@gnu.org>
14125
14126 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14127 NetBSD/ELF targets.
14128
88f9d34f
JB
141292004-10-29 Joel Brobecker <brobecker@gnat.com>
14130
14131 * gdb.threads/bp_in_thread.c: New file, copied from
14132 pthread_cond_wait.c.
14133 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14134 file, rather than reusing the .c file from another testcase.
14135
ca7d6a0c
JB
141362004-10-20 Joel Brobecker <brobecker@gnat.com>
14137
14138 * gdb.ada/null_record.exp: Check where we stopped after
14139 sending the start command, instead of where the associated
14140 temporary breakpoint was inserted.
14141
0d863d03
AC
141422004-10-14 Andrew Cagney <cagney@gnu.org>
14143
14144 * gdb.mi/gdb701.c (main): Return 0.
14145
d11e72cb
DJ
141462004-10-13 Daniel Jacobowitz <dan@debian.org>
14147
d40539a4 14148 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 14149
e1923096
JJ
141502004-10-12 Jeff Johnston <jjohnstn@redhat.com>
14151
14152 * gdb.threads/schedlock.c: Add comment markers to use to find
14153 line numbers.
14154 * gdb.threads/schedlock.exp: Adjust regex to handle the new
14155 comments.
14156 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14157 breakpoint lines.
14158
ec8ba2c9
DJ
141592004-10-12 Daniel Jacobowitz <dan@debian.org>
14160
14161 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14162
0eb3658b
DJ
141632004-10-12 Daniel Jacobowitz <dan@debian.org>
14164
14165 * configure.in: Add gdb.dwarf2.
14166 * configure: Regenerated.
14167 * Makefile.in: Add gdb.dwarf2.
14168 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14169 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14170 gdb.dwarf2/file1.txt: New files.
14171
a271cc33
OF
141722004-10-11 Orjan Friberg <orjanf@axis.com>
14173
a9c64011 14174 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
14175 of "run", since the latter doesn't work with remote targets. Adjust
14176 the breakpoint numbering accordingly.
14177 * gdb.threads/pthread_cond_wait.exp: Ditto.
14178
895ce074
MC
141792004-10-08 Michael Chastain <mec.gnu@mindspring.com>
14180
14181 * gdb.base/overlays.exp: Update copyright years.
14182
6be3092d
KI
141832004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
14184
14185 * gdb.base/overlays.exp: Disable if target is Linux.
14186
e05389b8
FL
141872004-10-06 Felix Lee <felix+log1@specifixinc.com>
14188
14189 * config/gdbserver.exp (gdb_load): Use right filename on remote.
14190
73cb587d
KI
141912004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
14192
14193 * gdb.asm/asm-source.exp: Add m32r-linux target.
14194 * gdb.asm/m32r-linux.inc: New file.
14195
3c0edcdc
AC
141962004-09-24 Andrew Cagney <cagney@redhat.com>
14197 David Anderson <anderson@redhat.com>
14198
14199 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14200 command fails, assume things will work.
14201 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14202 (_GNU_SOURCE): Define.
14203 (print_unsigned, print_hex): Change parameter to "long long".
14204 (print_byte_count): New function, use to print byte counts.
14205 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14206 O_LARGEFILE.
14207 (main): Compute an upper bound on a corefile in max_core_size.
14208 Limit memory chunk size to max_core_size. Limit total memory
14209 allocated to max_core_size.
14210
4bb3667f
AC
142112004-09-23 Andrew Cagney <cagney@gnu.org>
14212
14213 * gdb.base/bigcore.exp: Replace the code that creates a corefile
14214 from a separate process with code that creates a corefile by
14215 making the inferior dump core.
14216
60fe1a51
MK
142172004-09-23 Mark Kettenis <kettenis@gnu.org>
14218
14219 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14220 block.
14221
8e937346
MC
142222004-09-23 Michael Chastain <mec.gnu@mindspring.com>
14223
14224 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14225 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
14226 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14227 Likewise.
14228
7213f6d6
JJ
142292004-09-20 Jeff Johnston <jjohnstn@redhat.com>
14230
14231 * gdb.java/jprint.exp: New test case for java inferior call.
14232 * gdb.java/jprint.java: Ditto.
14233
eac69dca
JB
142342004-09-15 Joel Brobecker <brobecker@gnat.com>
14235
14236 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14237
22227696
MC
142382004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14239
14240 * gdb.threads/killed.c: Include <stdlib.h>.
14241 * gdb.threads/pthreads.c: Likewise.
14242
7dd403a4
MC
142432004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14244
14245 * gdb.threads/killed.c: Add copyright notice.
14246
33f2d567
JM
142472004-09-10 Jason Molenda (jmolenda@apple.com)
14248
a9c64011
AS
14249 * gdb.base/define.exp: Two new tests to verify zero space chars
14250 after 'if' and 'while' commands in a user-defined command is correctly
14251 parsed.
33f2d567 14252
e05b62ac
AC
142532004-09-08 Andrew Cagney <cagney@gnu.org>
14254
14255 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
14256 delivery test with duplicate at end of file.
14257
9cbe82da
MK
142582004-09-06 Mark Kettenis <kettenis@jive.nl>
14259
14260 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14261
564803d9
MC
142622004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14263
14264 * config/hppro.exp: Removed.
14265
7c6807ce
MC
142662004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14267
14268 * config/sparclet.exp: Removed.
14269
bf7e26dd
MC
142702004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14271
14272 * config/udi.exp: Removed.
14273
714e341b
MC
142742004-09-02 Michael Chastain <mec.gnu@mindspring.com>
14275
14276 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14277 of "exp_continue".
14278 (advancei): Likewise.
14279
1236e623
JJ
142802004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14281
14282 * gdb.base/unload.exp: Fix so messages aren't duplicated.
14283
3bdcad15
MI
142842004-09-01 Manoj Iyer <manjo@austin.ibm.com>
14285
228af206 14286 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
14287 to check for nodebug in executable.
14288 * gdb.gdb/observer.exp (setup_test): Likewise.
14289 * gdb.gdb/selftest.exp (test_with_self): Likewise.
14290 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14291
c72b934c
AC
142922004-09-01 Andrew Cagney <cagney@gnu.org>
14293
14294 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14295 files.
14296
edd9b715
JJ
142972004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14298
14299 * gdb.base/unload.exp: Fix expected warning message to match
14300 latest format.
14301
fb4ce06b
CV
143022004-09-01 Corinna Vinschen <vinschen@redhat.com>
14303
14304 * gdb.base/call-rt-st.exp: Fix typos.
14305
ce78e7c3
MI
143062004-08-31 Manoj Iyer <manjo@austin.ibm.com>
14307
14308 * gdb.threads/thread_check.exp: New testcase.
14309 * gdb.threads/thread_check.c: New testcase.
14310
2dedb159
AC
143112004-08-31 Andrew Cagney <cagney@gnu.org>
14312
14313 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14314 (skip_to_handler_entry): New procedures. Test stepping into a
14315 handler when the breakpoint is at the handler's entry point.
14316
68f53502
AC
143172004-08-30 Andrew Cagney <cagney@gnu.org>
14318
14319 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14320 gdb/1757.
14321
3e3ffd2b
MC
143222004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14323
14324 With code from Manoj Iyer <manjo@austin.ibm.com>:
14325 * lib/gdb.exp (gdb_file_cmd): Return more information in the
14326 return value. Add an arm for "no debugging symbols found".
14327 Change a stray "error" to "perror".
14328 (gdb_run_cmd): Adapt to new return value.
14329 * gdb.base/remote.exp: Adapt to new return value.
14330 * gdb.gdb/complaints.exp: Likewise.
14331 * gdb.gdb/observer.exp: Likewise.
14332 * gdb.gdb/selftest.exp: Likewise.
14333 * gdb.gdb/xfullpath.exp: Likewise.
14334
4b6f5fd2
JB
143352004-08-27 Joel Brobecker <brobecker@gnat.com>
14336
14337 * gdb.threads/bp_in_thread.exp: New testcase.
14338
e5b25496
MC
143392004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14340
14341 Fix PR testsuite/1735.
14342 * gdb.threads/schedlock.c (thread_function): Add a cast
14343 to suppress a gcc warning.
14344 * gdb.threads/thread-specific.c (thread_function): Likewise.
14345
934353d6
MC
143462004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14347
14348 * gdb.base/unload.c: Include <stdlib.h>.
14349
f98a0aef 143502004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 14351
f98a0aef 14352 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
14353 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14354 synchronized after the "return".
14355
5a2e8882
MC
143562004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14357
14358 * gdb.mi/basics.c: Include <stdio.h>.
14359 * gdb.mi/pthreads.c: Include <stdlib.h>.
14360 * gdb.mi/var-cmd.c: Include <stdlib.h>.
14361
a9640423
MC
143622004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14363
14364 * gdb.threads/schedlock.c: Add copyright notice.
14365
b04e311d
AC
143662004-08-25 Andrew Cagney <cagney@gnu.org>
14367
14368 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14369 (skip_over_handler, breakpoint_over_hander): New test procedures.
14370 (advance, advancei): Add a proper prefix, do not use
14371 rerun_to_main.
14372 * gdb.base/sigstep.c (main): Change to use an infinite loop.
14373
7c27f15b
MC
143742004-08-24 Michael Chastain <mec.gnu@mindspring.com>
14375
14376 * gdb.mi/basics.c: Add copyright notice.
14377 * gdb.mi/var-cmd.c: Add copyright notice.
14378
fffc87ae
MC
143792004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14380
14381 * lib/gdb.exp: Remove signed_keyword_not_used.
14382 * lib/compiler.c: Likewise.
14383 * lib/compiler.cc: Likewise.
14384
d782e0bf
MC
143852004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14386
14387 * gdb.base/whatis.c: Remove conditional disabling of "signed".
14388 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14389
96033e83
MC
143902004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14391
14392 * gdb.base/whatis.c: Add copyright notice.
14393
cf38c229
MK
143942004-08-20 Mark Kettenis <kettenis@gnu.org>
14395
14396 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
14397 it to skip the breakpoints encoded in the inline assembly.
14398
f4b49756
MC
143992004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14400
14401 * Makefile.in: Add gdb.fortran.
14402
2f193b69
MC
144032004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14404
14405 * gdb.base/call-sc.exp (test_scalar_returns):
14406 Fix cut-and-paste glitch in "Make fun return now".
14407
89a237cb
MC
144082004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14409
14410 * configure.in: Add gdb.fortran.
14411 * configure: Regenerate.
14412 * gdb.fortran/Makefile.in: New file.
14413 * lib/gdb.exp (skip_fortran_tests): New procedure.
14414
469aff8e
MC
144152004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14416
14417 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
14418 reference to bug-gnu@prep.ai.mit.edu.
14419 * gdb.mi/mi-var-child.exp: Likewise.
14420 * gdb.mi/mi-var-cmd.exp: Likewise.
14421 * gdb.mi/mi-var-display.exp: Likewise.
14422 * gdb.mi/mi2-var-block.exp: Likewise.
14423 * gdb.mi/mi2-var-child.exp: Likewise.
14424 * gdb.mi/mi2-var-cmd.exp: Likewise.
14425 * gdb.mi/mi2-var-display.exp: Likewise.
14426
00b51b9f
MK
144272004-08-15 Mark Kettenis <kettenis@gnu.org>
14428
14429 * gdb.base/unload.c (main): Make local variable msg const.
14430
45f07fef
MC
144312004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14432
14433 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
14434 to bug-gnu@prep.ai.mit.edu.
14435 * gdb.mi/mi-disassemble.exp: Likewise.
14436 * gdb.mi/mi-eval.exp: Likewise.
14437 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
14438 default line number.
14439 * gdb.mi/mi-return.exp: Likewise.
14440 * gdb.mi/mi-simplerun.exp: Likewise.
14441 * gdb.mi/mi-stack.exp: Likewise.
14442 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
14443 number with explicit range test.
14444 * gdb.mi/mi-watch.exp: Likewise.
14445 * gdb.mi/mi2-break.exp: Likewise.
14446 * gdb.mi/mi2-cli.exp: Likewise.
14447 * gdb.mi/mi2-disassemble.exp: Likewise.
14448 * gdb.mi/mi2-eval.exp: Likewise.
14449 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
14450 default line number.
14451 * gdb.mi/mi2-return.exp: Likewise.
14452 * gdb.mi/mi2-simplerun.exp: Likewise.
14453 * gdb.mi/mi2-stack.exp: Likewise.
14454 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
14455 number with explicit range test.
14456 * gdb.mi/mi2-watch.exp: Likewise.
14457
dd8c8ee7
MC
144582004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14459
14460 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14461 * gdb.cp/m-static.exp: Likewise.
14462 * gdb.cp/rtti.exp: Likewise.
14463
4e838464
MK
144642004-08-14 Mark Kettenis <kettenis@gnu.org>
14465
14466 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14467
8d8cb839
EZ
144682004-08-14 Eli Zaretskii <eliz@gnu.org>
14469
14470 * ChangeLog: Prefix Local Variables with semi-colons and indent
14471 the reference to older ChangeLog files, to fix fontification in
14472 Emacs.
14473
deea8bb0
MC
144742004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14475
14476 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14477 * gdb.mi/mi2-break.exp: Likewise.
14478
c3297504
MC
144792004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14480
14481 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14482
25808999
MC
144832004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14484
14485 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14486
226a8d71
MC
144872004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14488
14489 * gdb.cp/classes.exp: Remove unused declarations. Just let
14490 test names default instead of providing special names. Remove
14491 extraneous demangler test.
14492
37fdf854
JJ
144932004-08-12 Jeff Johnston <jjohnstn@redhat.com>
14494
14495 * gdb.base/unload.exp: New test for breakpoints in dynamically
14496 loaded libraries.
14497 * gdb.base/unload.c: Ditto.
14498 * gdb.base/unloadshr.c: Ditto.
14499
2d3a7986
MC
145002004-08-12 Michael Chastain <mec.gnu@mindspring.com>
14501
14502 * gdb.cp/classes.exp (test_ptype_class_objects): Call
14503 cp_test_ptype_class.
14504 (test_enums): Likewise.
14505
c72b934c
AC
145062004-08-10 Andrew Cagney <cagney@gnu.org>
14507
14508 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14509 files.
14510
cc503c8a
AC
145112004-08-10 Andrew Cagney <cagney@gnu.org>
14512
14513 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14514 init_malloc call.
14515
902f2ccb
MC
145162004-08-10 Michael Chastain <mec.gnu@mindspring.com>
14517
14518 * ChangeLog: Add copyright notice. The notice is copied
14519 from emacs 21.3 top level ChangeLog.
14520
78c90502
MC
145212004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14522
14523 * lib/cp-support.exp: New file.
14524 * lib/cp-support.exp (cp_test_type_class): New function.
14525 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14526 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14527 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14528 cp_test_ptype_class.
14529
88e5ea78
MC
145302004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14531
14532 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14533 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14534 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14535 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14536 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14537 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14538 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14539 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14540 gdb.mi/mi2-watch.exp: Update copyright years.
14541
6a89fc9c
MK
145422004-08-09 Mark Kettenis <kettenis@gnu.org>
14543
14544 * gdb.base/sigaltstack.exp: Provide proper anchoring.
14545
1482e0de
MC
145462004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14547
14548 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14549 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14550 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14551 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14552 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14553 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14554 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14555 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14556 gdb.mi/mi-watch.exp: Update copyright years.
14557
1a5ce3f3
DJ
145582004-08-08 Daniel Jacobowitz <dan@debian.org>
14559
14560 PR gdb/1738
14561 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14562 from a breakpoint with a pending signal.
14563
04f6ecf2
DJ
145642004-08-08 Daniel Jacobowitz <dan@debian.org>
14565
14566 PR gdb/1736
14567 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14568 * gdb.base/sigaltstack.exp (finish_test): Consume output until
14569 the prompt.
14570 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14571
54d90d35
DJ
145722004-08-08 Daniel Jacobowitz <dan@debian.org>
14573
14574 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14575
d2f6abb0
DJ
145762004-08-08 Daniel Jacobowitz <dan@debian.org>
14577
14578 PR gdb/1736
14579 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
14580 for i?86-*-linux*.
14581
5598c03d
DJ
145822004-08-08 Daniel Jacobowitz <dan@debian.org>
14583
14584 * gdb.arch/i386-prologue.exp: Compile without debug information.
14585
c6fee705
MC
145862004-08-08 Michael Chastain <mec.gnu@mindspring.com>
14587
14588 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14589 rather than asking gdb to search.
14590
dd90efdb
MC
145912004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14592
14593 * gdb.base/gcore.c: Include <string.h>.
14594
1e84bec1
MC
145952004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14596
14597 * gdb.base/gcore.c: Add copyright notice.
14598
e425eb2b
MC
145992004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14600
14601 * gdb.base/freebpcmd.c: Include <stdio.h>.
14602 * gdb.base/long_long.c: Include <string.h>.
14603 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14604 * gdb.base/siginfo.c: Include <string.h>.
14605 * gdb.base/sigstep.c: Include <string.h>.
14606
cb9aaed5
MC
146072004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14608
14609 * gdb.base/complex.c: Include <stdlib.h>.
14610
55944f3d
MC
146112004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14612
14613 * gdb.base/complex.c: Add copyright notice.
14614
7b2953d9
MC
146152004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14616
14617 * gdb.base/charset.c: Include <stdlib.h>.
14618
c9133d23
MC
146192004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14620
14621 * gdb.base/auxv.c: Include <stdlib.h>.
14622
0a8490ad
MC
146232004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14624
14625 * gdb.base/auxv.c: Add copyright notice.
14626
3426d5ec
MC
146272004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14628
14629 * gdb.base/coremaker.c: Add copyright notice.
14630 * gdb.base/coremaker2.c: Add copyright notice.
14631
8da195dd
AC
146322004-08-04 Andrew Cagney <cagney@gnu.org>
14633
14634 * gdb.base/store.exp: Update copyright.
14635 (check_set, up_set, check_struct, up_struct): Add a prefix to test
14636 names, do not import gdb_prompt.
14637
8d394f98
AC
146382004-08-01 Andrew Cagney <cagney@gnu.org>
14639
14640 Fix PR testsuite/1729.
14641 * gdb.base/dump.exp: Add test name to callers of capture_value, do
14642 not use capture_value with value 4.
14643 (capture_value): Add optional test name parameter.
14644 (test_reload_saved_value, test_restore_saved_value): Use $msg as
14645 the prefix, pass to capture_value.
14646
b6702b23
MK
146472004-08-01 Mark Kettenis <kettenis@gnu.org>
14648
14649 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14650 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14651 (main): Call new function.
14652
c203e0ca
MC
146532004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14654
14655 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14656
a7995a30
MC
146572004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14658
14659 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14660
9366563b
MC
146612004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14662
b6eeaf26 14663 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
14664 Accept more values of vtbl pointer. Remove some messages
14665 about "obsolete gcc or gdb".
14666
2fc1f950
MC
146672004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14668
14669 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14670
c724d49b
MC
146712004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14672
14673 * gdb.base/asm-source.exp: Properly convert target board
14674 debug flags from gcc format to binutils format.
14675
736b0fce
MK
146762004-07-28 Mark Kettenis <kettenis@gnu.org>
14677
14678 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14679 gdb1718". PR backtrace/1718 partially fixed.
14680
5633ea5c
JJ
146812004-07-27 Jeff Johnston <jjohnstn@redhat.com>
14682
14683 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14684
575eebb1
NC
146852004-07-26 Nick Clifton <nickc@redhat.com>
14686
14687 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
14688 good default value for a specific architecture is available then
14689 set it to that value. Otherwise default to the -gstabs switch.
14690 Remove the -g... switches from the asm-flags variable. Allow the
14691 target board info to override the value if it wants to. Pass the
14692 switch on the assembler command line.
14693
62104619
MK
146942004-07-23 Mark Kettenis <kettenis@gnu.org>
14695
14696 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
14697 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
14698 (main): Call new function.
14699
4a1135b8
MC
147002004-07-22 Michael Chastain <mec.gnu@mindspring.com>
14701
14702 Test for PR exp/1715.
14703 * gdb.base/radix.exp: Refactor common procedures. Make all
14704 test names unique. Change XFAIL to KFAIL.
14705
8a12c1f0
MC
147062004-07-20 Michael Chastain <mec.gnu@mindspring.com>
14707
14708 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14709 * gdb.ada/gnat_ada.gin: ... to here.
14710 * configure.in: Use gnat_ada.gin.
14711 * configure: Regenerate.
14712
23b451cf
AC
147132004-07-20 Andrew Cagney <cagney@gnu.org>
14714
14715 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14716 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
14717 XFAILs. Clean up test messages and comments. Check backtraces.
14718 Delete re-sync code.
14719
ab618a02
MC
147202004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14721
14722 Fix PR cli/740.
14723 * gdb.base/annota1.exp: Honor gdb,nosignals.
14724 * gdb.base/annota3.exp: Likewise.
14725
46dad340
MC
147262004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14727
14728 * lib/java.exp: Update copyright notice.
14729
756d8c70
AC
147302004-07-19 Andrew Cagney <cagney@gnu.org>
14731
14732 * gdb.base/selftest.exp: Copy file from here ...
14733 * gdb.gdb/selftest.exp: ... to here.
14734
586027e6
AC
147352004-07-16 Andrew Cagney <cagney@redhat.com>
14736
14737 * lib/insight-support.exp: Delete file.
14738 * lib/java.exp (java_init): Fix copyright.
14739
029d2200
AC
147402004-07-16 Andrew Cagney <cagney@gnu.org>
14741
14742 * gdb.base/restore.c: Append "prologue" to comments marking the a
14743 function's prologue.
14744 * gdb.base/restore.exp: Update copyright, re-indent.
14745 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
14746 callerN" prefix where needed. Update patterns that match a
14747 function's prologue.
14748
653b62c5
MC
147492004-07-16 Michael Chastain <mec.gnu@mindspring.com>
14750
14751 * gdb.base/restore.c: Add copyright notice.
14752
f7d690e5
AC
147532004-07-16 Andrew Cagney <cagney@gnu.org>
14754
14755 * gdb.base/logical.exp: Update copyright.
14756 (evaluate): New procedure. Use to re-implement tests using
14757 several tables.
14758
d629a7cb
MH
147592004-07-14 Martin Hunt <hunt@redhat.com>
14760
14761 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14762 which fixes some problems where init.tcl was not found.
14763
9c7bb332
AC
147642004-07-13 Andrew Cagney <cagney@gnu.org>
14765
6bf46641
AC
14766 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14767 (check_sizeof, check_valueof): Do not include the output in the
14768 test name. Use gdb_test.
14769 (get_valueof): Use gdb_test_multiple.
14770
c4ffd4c0
AC
14771 * gdb.base/step-test.exp: Update copyright. Use
14772 gdb_test_multiple. Ensure that test names do not include
14773 architecture dependent output.
14774
ab89363a
AC
14775 * gdb.gdb/observer.exp: Update copyright.
14776 (setup_test): Use gdb_test_multiple.
14777 (attach_first_observer, attach_second_observer)
14778 (attach_third_observer, detach_first_observer)
14779 (detach_second_observer, detach_third_observer)
14780 (reset_counters, check_counters): Make $message a prefix.
14781 (test_normal_stop_notifications): Add "args" parameter - a list of
14782 init functions to be called. Make $message a prefix,
14783 (test_observer_normal_stop): Change the message prefixes so that
14784 they are unique, pass the attach / detach procedures to
14785 test_normal_stop_notifications.
14786
ec58997a
AC
14787 * gdb.base/signull.exp (test_segv): Prefix all tests with
14788 "${name}". Clean up test messages.
14789
b475183b
AC
14790 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14791
9c7bb332
AC
14792 * gdb.base/ena-dis-br.exp: Update copyright.
14793 (break_at): New function. Replace send_gdb with gdb_test,
14794 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
14795 ignore count, not stopped at bpt", with KFAIL.
14796
2dd95497
CV
147972004-07-13 Corinna Vinschen <vinschen@redhat.com>
14798
14799 * gdb.base/attach.exp: Remove cleanupfile handling.
14800
419e626b
AC
148012004-07-12 Andrew Cagney <cagney@gnu.org>
14802
14803 * gdb.base/annota1.exp: Cleanup corefile test name.
14804 * gdb.base/annota3.exp: Ditto.
14805
8b1b3228
AC
148062004-07-12 Andrew Cagney <cagney@gnu.org>
14807
78650829
AC
14808 * gdb.base/signals.exp: Clean up copyright, re-indent.
14809
8b1b3228
AC
14810 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14811 gdb_test and gdb_test_multiple.
14812
935c2760
JJ
148132004-07-08 Jeff Johnston <jjohnstn@redhat.com>
14814
14815 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 14816 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
14817 provide line number info for first statement in main.
14818
1544280f
AC
148192004-07-08 Andrew Cagney <cagney@gnu.org>
14820
1279f4ff
AC
14821 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
14822
1544280f
AC
14823 * gdb.base/sigbpt.exp: Make the common part of each test name a
14824 prefix instead of suffix.
14825
bcc82369
BR
148262004-07-07 Bob Rossi <bob_rossi@cox.net>
14827
14828 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
14829 test from test_tbreak_creation_and_listing to
14830 test_file_list_exec_source_file
14831 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
14832 Changed name of test from test_tbreak_creation_and_listing to
14833 test_file_list_exec_source_file
14834
23f4b0aa
JJ
148352004-07-07 Jeff Johnston <jjohnstn@redhat.com>
14836
14837 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
14838 the jmisc() constructor instead of <init>.
14839 * gdb.java/jmisc1.exp: Ditto.
14840
56401cd5
AC
148412004-07-07 Andrew Cagney <cagney@gnu.org>
14842
14843 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
14844 corrupting the PC.
14845
44ae2f6a
MC
148462004-07-06 Michael Chastain <mec.gnu@mindspring.com>
14847
14848 * gdb.cp/templates.exp: Accept whitespace change in demangler
14849 output.
14850
45a83408
AC
148512004-07-06 Andrew Cagney <cagney@gnu.org>
14852
14853 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
14854
d205ad70
MC
148552004-07-02 Michael Chastain <mec.gnu@mindspring.com>
14856
14857 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
14858 * lib/compiler.cc: Likewise.
14859
06ea1a61
MC
148602004-06-30 Michael Chastain <mec.gnu@mindspring.com>
14861
14862 * lib/compiler.cc: Work around string preprocessing problem
14863 with old hp c++ compiler.
14864 * lib/compiler.c: Likewise.
14865
daab1251
CV
148662004-06-29 Corinna Vinschen <vinschen@redhat.com>
14867
14868 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
14869 directives to conditionalize symbol prefixing.
14870 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
14871 additional_flags handling. Add underscore prefix for Cygwin.
14872 * gdb.arch/i386-unwind.c: Use preprocessor directives to
14873 conditionalize symbol prefixing.
14874 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
14875 additional_flags handling. Add underscore prefix for Cygwin.
14876
cc984116
CV
148772004-06-29 Corinna Vinschen <vinschen@redhat.com>
14878
14879 * gdb.base/bigcore.exp: Skip test on Cygwin.
14880
c279b077
MC
148812004-06-28 Michael Chastain <mec.gnu@mindspring.com>
14882
14883 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14884 formats for "info register". Use gdb_test_multiple. Fix
14885 the "invalid register" test.
14886
0e915747
CV
148872004-06-28 Corinna Vinschen <vinschen@redhat.com>
14888
14889 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
14890 PID for Cygwin. Add Cygwin specific strings to check for in some
14891 tests.
14892 (do_attach_tests): Add a test for user interaction when attaching
14893 to a process with no matching symbol table already loaded.
14894
11422c86
AC
148952004-06-26 Andrew Cagney <cagney@gnu.org>
14896
14897 Test PR java/1567 and PR java/1565.
14898 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14899 * gdb.java/jmisc2.exp: Delete file.
14900
cefbce26
MC
149012004-06-26 Michael Chastain <mec.gnu@mindspring.com>
14902
14903 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14904
e19f872c
CV
149052004-06-25 Corinna Vinschen <vinschen@redhat.com>
14906
14907 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14908 attach process.
14909
d931ba3b
MC
149102004-06-23 Michael Chastain <mec.gnu@mindspring.com>
14911
14912 * gdb.cp/pr-1553.exp: Remove.
14913
aef68c48
MC
149142004-06-22 Michael Chastain <mec.gnu@mindspring.com>
14915
14916 * gdb.cp/pr-1553.cc: Remove.
14917 * gdb.cp/pr-1553.exp: Disable this test.
14918
8d5df71a
JB
149192004-06-20 Jim Blandy <jimb@redhat.com>
14920
a9c64011 14921 Fix PR testsuite/1680.
8d5df71a
JB
14922 * gdb.arch/i386-sse.exp: Properly quote curly braces in
14923 regular expressions.
14924
4ac6f39d
MC
149252004-06-19 Michael Chastain <mec.gnu@mindspring.com>
14926
14927 Fix PR testsuite/1679.
14928 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
14929 Issue an UNSUPPORTED result instead.
14930
1b413552
JB
149312004-06-18 Jim Blandy <jimb@redhat.com>
14932
14933 * gdb.base/charset.exp: Only send a control-C if we see a new
14934 prompt and incomplete command.
14935
6daa6ebd
MC
149362004-06-18 Michael Chastain <mec.gnu@mindspring.com>
14937
14938 * gdb.cp/pr-574.cc: Add copyright notice.
14939
51fa4ae0
JB
149402004-06-17 Jim Blandy <jimb@redhat.com>
14941
14942 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
14943 cases where the regexp has no groups; this grabs random text from
14944 the previous test suite, whatever that was.
14945
8fea26c5
MC
149462004-06-17 Michael Chastain <mec.gnu@mindspring.com>
14947
14948 * gdb.cp/printmethod.cc: Add copyright notice.
14949
1e3aeb41
MC
149502004-06-16 Michael Chastain <mec.gnu@mindspring.com>
14951
14952 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
14953
9d9030bc
AC
149542004-06-16 Andrew Cagney <cagney@gnu.org>
14955
14956 * gdb.base/signull.c: Update copyright. Include <string.h>.
14957 (bowler): Replace data_pointer with data_read
14958 and data_write cases. Add code_descriptor case.
14959 (zero, desc): New array and pointer.
14960 (data, code): Change to simple pointers.
14961 * gdb.base/signull.exp: Fix probe pattern matching a function
14962 descriptor SIGSEGV. Replace data_pointer with data_read and
14963 data_write tests.
14964
acd4ad44
AC
149652004-06-16 Andrew Cagney <cagney@gnu.org>
14966
14967 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
14968
08fd625c
MC
149692004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14970
14971 * gdb.base/long_long.c: Add copyright notice.
14972
1903502c
MC
149732004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14974
14975 * gdb.base/long_long.exp: Remove reference to
14976 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
14977 to gdb_breakpoint and gdb_continue_to_breakpoint.
14978
83313cb1
JB
149792004-06-14 Jim Blandy <jimb@redhat.com>
14980
14981 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
14982 endian case.
14983
1bf404ef
AC
149842004-06-14 Andrew Cagney <cagney@gnu.org>
14985
14986 * gdb.base/gcore.exp (capture_command_output): Delete the always
14987 passing tests containing inferior values.
14988 * gdb.base/ending-run.exp: Do not include the breakpoint address
14989 in the test message. Update copyright.
14990 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
14991 size in the test name, use gdb_test_multiple. Update copyright.
14992
ef220b33
MC
149932004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14994
14995 * gdb.cp/ref-types.cc: Add copyright notice.
14996
4f70a4c9
MC
149972004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14998
14999 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15000 hp_aCC_compiler.
15001 * lib/compiler.cc: Likewise.
15002 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15003 'set' commands. Log diagnostics for other lines. Set
15004 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15005
335928ac
MC
150062004-06-13 Michael Chastain <mec.gnu@mindspring.com>
15007
15008 * gdb.cp/try_catch.cc: Add copyright notice.
15009
2efb12e8
MC
150102004-06-12 Michael Chastain <mec.gnu@mindspring.com>
15011
15012 * gdb.cp/userdef.cc: Add copyright notice.
15013
0bbed51a
MC
150142004-06-11 Michael Chastain <mec.gnu@mindspring.com>
15015
15016 * gdb.cp/virtfunc.cc: Add copyright notice.
15017
e12a46c9
RC
150182004-06-11 Randolph Chung <tausq@debian.org>
15019
15020 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15021 problem.
15022
338e05af
AC
150232004-06-10 Andrew Cagney <cagney@gnu.org>
15024
15025 * lib/compiler.cc, lib/compiler.c: Append either
15026 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15027 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15028 instead of gcc-3-3.
15029
dc3f10cb
AC
150302004-06-09 Andrew Cagney <cagney@gnu.org>
15031
b4d946af
AC
15032 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15033 gdb/1455, bug is specific to "long long" and "double".
a9c64011 15034
dc3f10cb
AC
15035 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15036 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15037 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
15038 fixed.
15039
b5c0bfa2
AC
150402004-06-09 Andrew Cagney <cagney@gnu.org>
15041
15042 * gdb.base/structs.exp (test_struct_returns): Replace
15043 "return_value_unknown" and "finish_value_unknown" by
15044 "return_value_known" and "finish_value_known". Instead of
15045 "return_value_unknown" iff "finish_value_unknown", check
15046 "return_value_known" implies "finish_value_known".
15047
caeb605f
MH
150482004-06-08 Martin Hunt <hunt@redhat.com>
15049
15050 * gdb.base/float.exp: Add pattern for mips targets.
15051
c892bb64
RC
150522004-06-08 Randolph Chung <tausq@debian.org>
15053
15054 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15055 message for unknown architectures more clear.
15056
48306d3e
JB
150572004-06-08 Joel Brobecker <brobecker@gnat.com>
15058
15059 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15060 start the execution of the program.
15061
83ecb59f
JB
150622004-06-07 Jim Blandy <jimb@redhat.com>
15063
15064 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15065 * gdb.arch/i386-cpuid.h: New helper file.
15066
55264cb4
RC
150672004-06-07 Randolph Chung <tausq@debian.org>
15068
15069 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15070 has started.
15071
23cadb28
RM
150722004-06-04 Roland McGrath <roland@redhat.com>
15073
15074 Fix PR gdb/1647.
15075 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15076 differently to be robust to output buffering differences.
15077
51d01eda
MC
150782004-06-04 Michael Chastain <mec.gnu@mindspring.com>
15079
15080 * gdb.threads/pthreads.exp: Update copyright years.
15081 (check_control_c): Change asynchronous 'after' to synchronous.
15082
f4fc3b93
RM
150832004-06-04 Roland McGrath <roland@redhat.com>
15084
15085 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15086 next gdb prompt.
15087
4013522b
MC
150882004-06-02 Michael Chastain <mec.gnu@mindspring.com>
15089
15090 Fix PR gdb/1636.
15091 * gdb.threads/manythreads.exp: Change asynchronous 'after'
15092 calls to synchronous.
15093
7a8f1e6b
JB
150942004-05-26 Jim Blandy <jimb@redhat.com>
15095
15096 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15097
81bb3443
RC
150982004-05-24 Randolph Chung <tausq@debian.org>
15099
15100 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15101 * gdb.asm/pa.inc: New file.
15102
8f5a3103
MK
151032004-05-22 Mark Kettenis <kettenis@gnu.org>
15104
15105 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15106
734b8fe8 151072004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 15108 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
15109
15110 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15111 GDB prompt.
15112
725603e1
UW
151132004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15114
f4fc3b93 15115 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
15116 setjmp/longjmp. Use sigaction instead of signal.
15117
8b923272 151182004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 15119 Michael Snyder <msnyder@redhat.com>
8b923272
JB
15120
15121 * gdb.threads/pthread_cond_wait.c: New file.
15122 * gdb.threads/pthread_cond_wait.exp: New testcase.
15123
8bfabb04
AC
151242004-05-13 Andrew Cagney <cagney@redhat.com>
15125
15126 * gdb.base/signull.exp, gdb.base/signull.c: New files.
15127 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15128
42edda50
AC
151292004-05-11 Andrew Cagney <cagney@redhat.com>
15130
15131 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
15132 fixed but revealed gdb/1639.
15133
d303a6c7
AC
151342004-05-10 Andrew Cagney <cagney@redhat.com>
15135
15136 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15137 func1" and "next to 2nd alarm", kernel bug avoided.
15138
bf08c2a1
DJ
151392004-05-10 Daniel Jacobowitz <dan@debian.org>
15140
15141 PR external/1568
15142 * gdb.base/bigcore.exp: Check the size of the dumped core file.
15143 XFAIL if it is smaller than bytes_allocated.
15144 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15145 (main): Make chunks_allocated unsigned. Correct comment.
15146
c0586a34
JB
151472004-05-07 Joel Brobecker <brobecker@gnat.com>
15148
15149 * gdb.arch/powerpc-aix-prologue.c: New file.
15150 * gdb.arch/powerpc-aix-prologue.exp: New file.
15151
f2785d12
JB
151522004-05-07 Jim Blandy <jimb@redhat.com>
15153
15154 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15155 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15156
bd7f6e30
JB
151572004-05-06 Joel Brobecker <brobecker@gnat.com>
15158
15159 * gdb.base/sep.exp: No longer setup_kfail when the program was
15160 built with dwarf2.
15161
0a5e7efe
JI
151622004-05-05 Jim Ingham <jingham@apple.com>
15163
15164 * gdb.base/pending.exp: Make sure pending breakpoints
15165 preserve the ignore count.
f4fc3b93 15166
a8958849
MK
151672004-04-27 Jerome Guitton <guitton@gnat.com>
15168
15169 * i386-prologue.exp: Add testcase for jump instruction as first
15170 instruction of the real code.
15171 * i386-prologue.c (jump_at_beginning): New function.
15172
7e103f5b
MK
151732004-04-28 Mark Kettenis <kettenis@gnu.org>
15174
15175 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15176 x86_64-*-*.
15177
5d38b224
MK
151782004-04-28 Mark Kettenis <kettenis@gnu.org>
15179
15180 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15181 i*86-*-*.
15182
0ef32fd9
MK
151832004-04-25 Mark Kettenis <kettenis@gnu.org>
15184
15185 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15186 expression that checks the return type.
15187
71d7dd7c
AC
151882004-04-23 Andrew Cagney <cagney@redhat.com>
15189
15190 * gdb.base/call-sc.exp: New test of scalar call/return values.
15191 * gdb.base/call-sc.c: Ditto.
15192
1e9f977e
JJ
151932004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15194
15195 * gdb.threads/manythreads.c: Reduce thread stack size.
15196
899d9e3a
JJ
151972004-04-23 Jeff Johnston <jjohnstn@redhat.com>
15198
15199 * gdb.threads/manythreads.c: Add copyright notice.
15200
61bcae62
AC
152012004-04-23 Andrew Cagney <cagney@redhat.com>
15202
15203 * gdb.base/siginfo.exp: Better handle step out of signal.
15204 * gdb.base/sigstep.exp: Ditto.
15205
7339a42e 152062004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 15207 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
15208
15209 * gdb.threads/manythreads.c: New testcase.
15210 * gdb.threads/manythreads.exp: Ditto.
15211
5c98409b
JB
152122004-04-22 Jim Blandy <jimb@redhat.com>
15213
15214 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15215 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15216
3b611f1a
MC
152172004-04-21 Michael Chastain <mec.gnu@mindspring.com>
15218
15219 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15220
f0fd9238
AC
152212004-04-21 Andrew Cagney <cagney@redhat.com>
15222
15223 * gdb.base/sigstep.c: New file.
15224 * gdb.base/sigstep.exp: New file.
15225
90990674
JB
152262004-04-16 Joel Brobecker <brobecker@gnat.com>
15227
15228 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15229 call to observer_notify_normal_stop.
15230
78cef34b
AC
152312004-04-15 Andrew Cagney <cagney@redhat.com>
15232
15233 * gdb.base/siginfo.c: New file.
15234 * gdb.base/siginfo.exp: New file.
15235
d2343407
JB
152362004-04-12 J. Brobecker <brobecker@gnat.com>
15237
15238 * gdb.base/sep.exp: Fix typo in comment.
15239
a2dba3c8
JB
152402004-04-12 J. Brobecker <brobecker@gnat.com>
15241
15242 * gdb.base/sep.c: New file.
15243 * gdb.base/sep-proc.c: New file.
15244 * gdb.base/sep.exp: New testcase.
15245
15f7b60e
MK
152462004-04-09 Mark Kettenis <kettenis@gnu.org>
15247
15248 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15249 support.
15250
44f4de1a
AC
152512004-04-05 Andrew Cagney <cagney@redhat.com>
15252
15253 * gdb.base/sigaltstack.c: New file.
15254 * gdb.base/sigaltstack.exp: New file.
15255
ef04f396
JB
152562004-04-04 Joel Brobecker <brobecker@gnat.com>
15257
15258 * gdb.base/foll-fork.exp: Update the expected output for
15259 "help set follow-fork-mode", to match a change that was made
15260 to the help of this variable on 2004-01-13.
15261
d40d2c92
JB
152622004-04-01 Joel Brobecker <brobecker@gnat.com>
15263
15264 * lib/ada.exp: Add copyright notice.
15265 * bar.ads: Likewise.
15266 * bar.adb: Likewise.
15267 * null_record.adb: Likewise.
15268 * null_record.exp: Likewise.
15269 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15270
f86ef5a3
JB
152712004-04-01 Joel Brobecker <brobecker@gnat.com>
15272
15273 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15274 * configure: Regenerate.
15275
414e70e3
JB
152762004-04-01 Joel Brobecker <brobecker@gnat.com>
15277
15278 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15279 to build the application. Remove the message printed when in
15280 verbose mode, redundant with the UNSUPPORTED message above.
15281
f0aaee49
JB
152822004-03-31 Joel Brobecker <brobecker@gnat.com>
15283
15284 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15285 * gdb.ada (null_record.exp): New testcase.
15286
ac81cb54
JB
152872004-03-31 Joel Brobecker <brobecker@gnat.com>
15288
15289 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15290
854af2f7
JB
152912004-03-31 Joel Brobecker <brobecker@gnat.com>
15292
15293 * gdb.ada: New subdirectory.
15294 * gdb.ada/Makefile.in: New file.
15295 * gdb.ada/gnat_ada.gpr.in: New file.
15296
034cb681
JB
152972004-03-31 Joel Brobecker <brobecker@gnat.com>
15298
15299 * lib/ada.exp: New file.
15300
78a1a894
DJ
153012004-03-24 Daniel Jacobowitz <drow@mvista.com>
15302
15303 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15304 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15305
4b2b3b3e
AC
153062004-03-22 Andrew Cagney <cagney@redhat.com>
15307
15308 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15309 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15310 Problem identified by Ulrich Weigand.
15311
23c73aa3
DC
153122004-03-17 David Carlton <carlton@kealia.com>
15313
15314 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15315 PR c++/826.
15316
d63a86f8
RM
153172004-03-16 Roland McGrath <roland@redhat.com>
15318
15319 * gdb.base/auxv.exp: New file.
15320 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15321
0e02aa50
DC
153222004-03-12 David Carlton <carlton@kealia.com>
15323
15324 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
15325 * gdb.cp/pr-1553.cc: Ditto.
15326 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15327 pass branch.
15328
c20b71be
MC
153292004-03-12 Michael Chastain <mec.gnu@mindspring.com>
15330
15331 * gdb.cp/templates.exp: Accept more template types.
15332
c7414a01
MC
153332004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15334
15335 From Corinna Vinschen with modifications.
15336 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15337 local variable obj_with_enum.
15338 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15339 results with obj_with_enum.
15340
ed69573c
MC
153412004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15342
15343 * gdb.cp/classes.cc: New file, copied from misc.cc.
15344 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15345
28301461
MC
153462004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15347
15348 * gdb.cp/misc.cc: Add copyright notice.
15349
1198ecbe
DC
153502004-03-05 David Carlton <carlton@kealia.com>
15351
15352 * gdb.cp/rtti.exp: Add 'print *obj3' test.
15353 * gdb.cp/rtti.h: Update copyright.
15354 (namespace n2::n3): New.
15355 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15356 (n2::n3::func3): New.
15357 (main): Call n2::n3::func3.
15358 * gdb.cp/rtti2.cc: Update copyright.
15359 (n2::create3): New.
15360
9e08c470
MK
153612004-03-04 Mark Kettenis <kettenis@gnu.org>
15362
15363 * gdb.asm/openbsd.inc: Fix typo.
15364
4bebc3aa
FF
153652004-03-03 Fred Fish <fnf@redhat.com>
15366
15367 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15368 "val" instead of unused "size". Update copyright year.
15369
6ea9fb37
DJ
153702004-02-29 Daniel Jacobowitz <drow@mvista.com>
15371
15372 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
15373 to use unsigned char.
15374 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15375 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15376
23b23974
DJ
153772004-02-29 Daniel Jacobowitz <drow@mvista.com>
15378
15379 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15380 line of output.
15381
7574fd53
DJ
153822004-02-28 Daniel Jacobowitz <drow@mvista.com>
15383
15384 * gdb.base/relocate.c (dummy): Initialize.
15385
a195357f
DJ
153862004-02-28 Daniel Jacobowitz <drow@mvista.com>
15387
15388 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
15389 a breakpoint at exit.
15390
72fd54a9
FF
153912004-02-27 Fred Fish <fnf@redhat.com>
15392
15393 * gdb.base/chng-syms.exp: Add expect condition to match failing
15394 case that isn't a timeout.
15395
b9d23137
AC
153962004-02-27 Andrew Cagney <cagney@redhat.com>
15397
15398 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15399 support.
15400
15d208f6 154012004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 15402
15d208f6
FF
15403 * gdb.arch/gdb1431.c: Remove.
15404 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15405 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15406 of "until" incorrectly.
15407
98f9cd2d
JB
154082004-02-26 J. Brobecker <brobecker@gnat.com>
15409
15410 * gdb.cp/class2.cc (empty): New class.
15411 (refer): New function.
15412 (main): Declare an object of type empty and use it.
15413 * gdb.cp/class2.exp: Print the value of an object of type empty.
15414
9b50c11b
JJ
154152004-02-26 Jeff Johnston <jjohnstn@redhat.com>
15416
15417 * gdb.base/langs.exp: Update query string to match the
15418 new nquery format used for pending breakpoints.
15419
0dcd613f
AC
154202004-02-26 Andrew Cagney <cagney@redhat.com>
15421
15422 Fix PR i18n/1570.
15423 * gdb.base/charset.c: Update copyright notice.
15424 (main, init_string): Remove the escape character '\e' tests.
15425 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15426 * gdb.base/charset.exp (valid_host_charset): Ditto.
15427 * gdb.base/setvar.exp: Ditto.
15428
b8a56647
AC
154292004-02-24 Andrew Cagney <cagney@redhat.com>
15430
90d59e34
AC
15431 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15432 mmapped data in core file" PASS and FAIL messages consistent.
15433
b8a56647
AC
15434 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15435 setting a breakpoint. Work around PR java/1565.
15436
9f27c604
JJ
154372004-02-23 Jeff Johnston <jjohnstn@redhat.com>
15438
15439 * lib/gdb.exp (gdb_breakpoint): Update query string to match
15440 new nquery format.
15441 * gdb.base/pending.exp: Ditto.
15442
3224a706
MK
154432004-02-22 Mark Kettenis <kettenis@gnu.org>
15444
15445 * configure.in: Run stabs tests on *BSD.
15446 * configure: Regenerated.
15447
41e0a9ca
MK
154482004-02-21 Mark Kettenis <kettenis@gnu.org>
15449
15450 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15451
1e1b3428
FF
154522004-02-20 Fred Fish <fnf@redhat.com>
15453
15454 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15455 blank in test for "returns short", for consistency with other
15456 "returns xxx" tests. Update copyright year.
15457
f9a7572a
FF
154582004-02-19 Fred Fish <fnf@redhat.com>
15459
15460 New testcase for PR breakpoint/1558.
15461 * gdb.arch/gdb1558.exp: New file.
15462 * gdb.arch/gdb1558.c: New file.
15463
b2ce2854
EZ
154642004-02-19 Elena Zannoni <ezannoni@redhat.com>
15465
15466 * gdb.base/nodebug.exp: Fix typo.
15467
e7c9ff01
JB
154682004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15469
15470 Committed by Jim Blandy <jimb@redhat.com>.
15471
62f4b920
JB
15472 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15473
2db536a1
JB
15474 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15475
e7c9ff01
JB
15476 * gdb.base/float.exp: Support s390*-*-* targets.
15477
f3205b34
AF
154782004-02-17 Adam Fedor <fedor@gnu.org>
15479
15480 * gdb.base/gdb1555.exp: New file.
15481 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15482
9d62932d
EZ
154832004-02-17 Elena Zannoni <ezannoni@redhat.com>
15484
15485 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15486
344c9711
FF
154872004-02-16 Fred Fish <fnf@redhat.com>
15488
15489 * gdb.arch/gdb1291.c: Remove
15490 * gdb.arch/gdb1291.s: New test input file.
15491 * gdb.arch/gdb1291.exp: Expand test to check case that should not
15492 fail. Test for correct result, known incorrect result, other
15493 failures and timeouts.
15494
2d822687
AC
154952004-02-16 Andrew Cagney <cagney@redhat.com>
15496
15497 * gdb.base/bigcore.exp: New file.
15498 * gdb.base/bigcore.c: New file.
15499
dac15b66
AC
155002004-02-13 Andrew Cagney <cagney@redhat.com>
15501
15502 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15503 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15504 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15505 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15506 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15507 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15508 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15509 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15510 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15511 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15512
6bdfc2c4
JJ
155132004-02-11 Jeff Johnston <jjohnstn@redhat.com>
15514
15515 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15516 executed is an alloc instruction.
15517
87b3ede8
DC
155182004-02-11 David Carlton <carlton@kealia.com>
15519
15520 * gdb.cp/breakpoint.exp: New.
15521 * gdb.cp/breakpoint.cc: New.
15522
6e19e2bf
MC
155232004-02-11 Michael Chastain <mec.gnu@mindspring.com>
15524
15525 Partial fix for PR gdb/1543.
15526 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15527 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15528 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15529 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15530 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15531 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15532 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15533 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15534 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15535 to bug-gdb@prep.ai.mit.edu .
15536 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15537 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15538 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15539 Likewise.
15540
5c5455dc
AC
155412004-02-10 Andrew Cagney <cagney@redhat.com>
15542
15543 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15544 using gdb_internal_error_resync.
15545
9cf689d7
DJ
155462004-02-09 Daniel Jacobowitz <drow@mvista.com>
15547
15548 * gdb.threads/thread-specific.exp: Stop early if no threads are
15549 found.
15550
d2dc51db
MC
155512004-02-09 Michael Chastain <mec.gnu@mindspring.com>
15552
15553 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15554
14b1a056
DJ
155552004-02-08 Daniel Jacobowitz <drow@mvista.com>
15556
15557 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15558 breakpoints.
15559
83f66e8f
DJ
155602004-02-07 Daniel Jacobowitz <drow@mvista.com>
15561
15562 * config/sim.exp (gdb_load): Handle $arg == "".
15563 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15564 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15565
30fc0091
EZ
155662004-02-07 Elena Zannoni <ezannoni@redhat.com>
15567
a9c64011
AS
15568 * gdb.base/maint.exp: Update test to reflect
15569 obstack changes.
30fc0091 15570
4d806929
JJ
155712004-02-04 Jeff Johnston <jjohnstn@redhat.com>
15572
15573 * gdb.base/pendshr.c (pendfunc): New function that calls
15574 pendfunc1.
15575 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15576
7bfdd688
FF
155772004-02-04 Fred Fish <fnf@redhat.com>
15578
15579 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15580 function symbols and update copyright years.
15581 * gdb.arch/gdb1291.c: Ditto.
15582
aaa08ee4
MC
155832004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15584
15585 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15586
dbad7755
MC
155872004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15588
15589 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15590
ec4646ef
MC
155912004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15592
15593 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15594
1b802196
FF
155952004-02-02 Fred Fish <fnf@redhat.com>
15596
15597 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15598 remote targets. Update copyright years.
15599
18fe2033
JJ
156002004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15601
15602 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15603 support.
15604 * gdb.base/langs.exp: Fix test which attempts to create
15605 breakpoint on non-existent function to handle new pending
15606 support.
15607 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15608 a breakpoint.
15609 * gdb.base/pending.exp: New test.
15610 * gdb.base/pending.c: New file.
15611 * gdb.base/pendshr.c: Ditto.
15612
8d577d32
DC
156132004-02-02 David Carlton <carlton@kealia.com>
15614
15615 * gdb.cp/overload.exp: Add overloadNamespace tests.
15616 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15617 (overloadNamespace, XXX): New.
15618 (main): Call XXX::marker2.
15619
3ad13771
FF
156202004-02-01 Fred Fish <fnf@redhat.com>
15621
15622 * gdb.base/dump.exp: Use runto_main instead of "runto main".
15623 * gdb.base/finish.exp: Ditto.
15624 * gdb.base/gcore.exp: Ditto.
15625 * gdb.base/huge.exp: Ditto.
15626 * gdb.base/info-proc.exp: Ditto.
15627 * gdb.base/return2.exp: Ditto.
15628 * gdb.threads/gcore-thread.exp: Ditto.
15629
44c75849
DJ
156302004-02-01 Daniel Jacobowitz <drow@mvista.com>
15631
15632 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15633
005bc093
MK
156342004-02-01 Mark Kettenis <kettenis@gnu.org>
15635
15636 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15637 that opening the file succeeds on OpenBSD.
15638
c47cebdb
DJ
156392004-02-01 Daniel Jacobowitz <drow@mvista.com>
15640
15641 * gdb.threads/thread-specific.c: New file.
15642 * gdb.threads/threads-specific.exp: New test script.
15643 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15644 to expect_out.
15645
5a01311c
MK
156462004-02-01 Mark Kettenis <kettenis@gnu.org>
15647
15648 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15649 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15650 only on the "print_small_structs from print_long_arg_list" test.
15651
ce22a4f1
DJ
156522004-02-01 Daniel Jacobowitz <drow@mvista.com>
15653
15654 * gdb.base/completion.exp: Kill a stray backslash.
15655
15656 From Jim Ingham <jingham@apple.com>:
15657 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15658 agrees with the result from sending a tab.
15659
abbab9d3
DJ
156602004-01-31 Daniel Jacobowitz <drow@mvista.com>
15661
15662 * gdb.base/chng-syms.exp: Remove stray newline.
15663
53904d1e
MK
156642004-01-31 Mark Kettenis <kettenis@gnu.org>
15665
15666 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15667 *-*-openbsd*.
15668 * gdb.asm/openbsd.inc: New file.
15669
3a4b3aac
MK
156702004-01-30 Mark Kettenis <kettenis@gnu.org>
15671
15672 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15673 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15674 *-*solaris2*. Remove commented out default settings for
15675 asm-flags. Replace gdb_compile with target_link.
15676
ebac27b4
MC
156772004-01-29 Michael Chastain <mec.gnu@mindspring.com>
15678
15679 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
15680 for all tests. Remove old hp-ux and cygnus xfail cases.
15681
d8679d84
PH
156822004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
15683
15684 * gdb.base/chng-syms.exp: New file.
15685 * gdb.base/chng-syms.c: New file.
15686
0a55bc22
MC
156872004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15688
15689 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
15690 Provide arms for current output in all my configurations.
15691
94b8e876
MC
156922004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15693
15694 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
15695 * lib/compiler.cc: Likewise.
15696 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
15697 get the right preprocessor. Eval the output directly. Remove
15698 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
15699 hp_f77_compiler and hp_f90_compiler completely.
15700 (gdb_preprocess): Delete.
15701 (get_compiler): Delete.
15702
7cf03d44
MK
157032004-01-24 Mark Kettenis <kettenis@gnu.org>
15704
15705 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15706 <string.h>.
15707
68b6dce9
NR
157082004-01-24 Nick Roberts <nick@nick.uklinux.net>
15709
15710 * gdb.mi/mi-stack.exp: Update copyright.
15711
b368761e
DC
157122004-01-23 David Carlton <carlton@kealia.com>
15713
15714 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
15715 test for cp_lookup_transparent_type.
15716 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
15717 call them.
15718
f2061b53
DJ
157192004-01-23 Daniel Jacobowitz <drow@mvista.com>
15720
15721 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
15722 after -var-update.
15723
37fc574a
DC
157242004-01-23 David Carlton <carlton@kealia.com>
15725
15726 * gdb.cp/namespace.cc (C::ensureRefs): New.
15727 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15728
8e94b928
NR
157292004-01-20 Nick Roberts <nick@nick.uklinux.net>
15730
15731 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15732 case "-stack-list-locals 2".
15733 * gdb.mi/mi-var-child.exp: Test for case
15734 "-var-list-children --all-values NAME".
15735
997b0952
MC
157362004-01-18 Michael Chastain <mec.gnu@mindspring.com>
15737
15738 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15739
52470da3
MK
157402004-01-18 Mark Kettenis <kettenis@gnu.org>
15741
7049b4b8
MK
15742 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15743 used with gdb_test_multiple.
15744
52470da3
MK
15745 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15746 read at address 0. This fixes PR testsuite/1504.
15747
da6012e5
DJ
157482004-01-18 Daniel Jacobowitz <drow@mvista.com>
15749
15750 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15751 Remove downloading, guessing the host executable, the calls to
15752 gdb_file_cmd and gdb_target_cmd, and "load" support.
15753 (infer_host_exec): New function broken out from gdb_load.
15754 (gdb_load): New wrapper for gdbserver_gdb_load.
15755 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15756 gdb_target_cmd. Use -target-select.
15757 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15758 Download binaries to the host. Clear last_mi_remote_file when
15759 we load a new binary.
15760 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
15761 call gdbserver_gdb_load and mi_gdb_target_cmd.
15762
32c70722
MC
157632004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15764
15765 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15766 type patterns.
15767
b0cecf36
MC
157682004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15769
15770 * gdb.cp/templates.exp: Fix typo in test name of
15771 "print Foo<volatile char*>::foo".
15772
4120d7e6
MC
157732004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15774
15775 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15776
f679e530
BE
157772004-01-16 Ben Elliston <bje@wasabisystems.com>
15778
15779 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15780 (clean mostlyclean): Remove empty rm.
15781
091c48f6
MC
157822004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15783
15784 * gdb.base/setvar.exp: Add copyright years.
15785
3e5fc8d2
DC
157862004-01-14 David Carlton <carlton@bactrian.org>
15787
15788 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
15789 PR c++/1511 and update coment.
15790 * gdb.cp/templates.exp: Update patterns to match current output.
15791 If changes involve something other than whitespace, KFAIL
15792 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15793
63d06c5c
DC
157942004-01-14 David Carlton <carlton@kealia.com>
15795
15796 * gdb.cp/namespace.exp: Add tests involving classes defined within
15797 namespaces.
15798 * gdb.cp/namespace.cc (C::CClass): New.
15799 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15800
a51dab88
EZ
158012004-01-14 Elena Zannoni <ezannoni@redhat.com>
15802
15803 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15804 what debug info we have. Print a better message if something goes
15805 wrong while producing the separate debug info file.
15806
a476ccc9
MC
158072004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15808
15809 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15810
f453692c
MC
158112004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15812
15813 * gdb.base/callfuncs.c: Add copyright notice.
15814
f40063a5
MC
158152004-01-13 Michael Chastain <mec.gnu@mindspring.com>
15816
15817 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15818 inheritance. PR gdb/1498, PR gcc/13539.
15819
19ac3974
EZ
158202004-01-13 Elena Zannoni <ezannoni@redhat.com>
15821
a9c64011
AS
15822 * gdb.threads/gcore-thread.exp: Prefix name of binary with
15823 test specific name.
15824 * gdb.mi/gdb669.exp: Ditto.
15825 * gdb.mi/mi-pthreads.exp: Ditto.
15826 * gdb.mi/mi1-pthreads.exp: Ditto.
15827 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 15828
56c97c6e
MC
158292004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15830
15831 * gdb.cp/member-ptr.cc: Add copyright notice.
15832
a0644324
MC
158332004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15834
15835 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
15836 some patterns for recent versions of gcc and hpacc. Delete
15837 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
15838 Delete tests that access a NULL pointer-to-member-data. This
15839 script is still disabled for gcc.
15840
32fabe09
EZ
158412004-01-12 Elena Zannoni <ezannoni@redhat.com>
15842
15843 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 15844 escaped correctly.
32fabe09 15845
1f8a6abb
EZ
158462004-01-12 Elena Zannoni <ezannoni@redhat.com>
15847
15848 * gdb.base/sepdebug.exp: New file.
15849 * gdb.base/sepdebug.c: New file.
15850 * lib/gdb.exp (separate_debug_filename): New procedure.
15851 (gdb_gnu_strip_debug): New procedure.
15852
48efe704
AC
158532004-01-12 Andrew Cagney <cagney@redhat.com>
15854
15855 * gdb.mi/ChangeLog: Delete file. Renamed to ...
15856 * gdb.mi/ChangeLog-1999-2003: New file.
15857
a9415475
AC
158582004-01-12 Andrew Cagney <cagney@redhat.com>
15859
15860 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
15861 "Renaming a directory to a non-empty directory returns ENOTEMPTY
15862 or EEXIST", treat EBUSY as an XFAIL.
15863
83b8cf9d
MC
158642004-01-11 Michael Chastain <mec.gnu@mindspring.com>
15865
15866 * gdb.base/scope.exp: Remove obsolete setup_xfail for
15867 hp_cc_compiler.
15868
9939d2a8
MC
158692004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15870
15871 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
15872 decorations.
15873
1ff8cadf
MC
158742004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15875
15876 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
15877 and "(aCC)" decorations. Remove obsolete doco about old
15878 test results.
15879
6fa9022e
MC
158802004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15881
15882 * gdb.cp/exception.exp: Fix typo in doco.
15883
209721fe
MK
158842004-01-09 Mark Kettenis <kettenis@gnu.org>
15885
15886 * gdb.base/gdb1476.exp: Fix typo.
15887
ef11303e
MC
158882004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15889
15890 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15891 file.
15892
041ab88c
MC
158932004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15894
15895 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15896 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15897 Use gdb_compile. Remove restriction on gcc. Add some patterns
15898 for recent version of gdb. Delete second half, which was a copy
15899 of the first half with different build flags. This test is
15900 still disabled because it is still not ready for production.
15901
e36d075a
MC
159022004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15903
15904 * gdb.cp/exception.cc: Add copyright notice.
15905 * gdb.cp/exception.exp: Add a notice that this file is broken
15906 because of line number changes caused by addition of copyright
15907 notice.
15908
42b190ad
MC
159092004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15910
15911 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15912 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15913
8f25f06b
MC
159142004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15915
15916 * gdb.cp/classes.exp: Accept gnu abi 2.
15917 * gdb.cp/derivation.exp: Likewise.
15918 * gdb.cp/overload.exp: Likewise.
15919 * gdb.cp/virtfunc.exp: Likewise.
15920
06ded8b8
MC
159212004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15922
15923 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
15924 semicolon after end of function.
15925
77c26ae3
MC
159262004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15927
15928 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
15929 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
15930 boilerplate code for compiling and running the program under
15931 test. Add some string method tests.
15932
20757486
MC
159332004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15934
15935 * gdb.cp/bs15503.cc: Add copyright notice.
15936 * gdb.cp/bs15503.exp: Adjust line number.
15937
0fd3b503
MC
159382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15939
15940 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
15941 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
15942
10d1bea8
MC
159432004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15944
15945 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
15946 hp_cc_compiler.
15947
2789202a
MC
159482004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15949
15950 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
15951 * gdb.cp/ctti.exp: Use the marker instead of "next".
15952 With gcc, run further before bailing.
15953
b862f14c
MC
159542004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15955
15956 * gdb.cp/cttiadd.cc: Add copyright notice.
15957 * gdb.cp/cttiadd1.cc: Likewise.
15958 * gdb.cp/cttiadd2.cc: Likewise.
15959 * gdb.cp/cttiadd3.cc: Likewise.
15960
96da2469
MC
159612004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15962
15963 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
15964 Use gdb_test, gdb_test_multiple. Use floating-point values that
15965 have exact representations in IEEE-ish formats.
15966
053248ff
MC
159672004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15968
15969 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
15970 compilers. Delete duplicate call to get_compiler_info.
15971 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
15972 * gdb.base/volatile.exp: Likewise.
15973
84acecdd
MK
159742004-01-07 Mark Kettenis <kettenis@gnu.org>
15975
15976 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
15977 memory at address 0.
15978
fe11a27f
MC
159792004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15980
15981 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
15982 to test for hp-ux assembler. Fix copyright years.
15983
60ad077b
AC
159842004-01-07 Andrew Cagney <cagney@redhat.com>
15985
15986 * gdb.base/fileio.c (strerrno): Add "EBUSY".
15987
1c9b8f33
AC
159882004-01-07 Andrew Cagney <cagney@redhat.com>
15989
15990 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
15991 when creating the read-only file. From analysis by Roland McGrath
15992 and Elena Zannoni.
15993
753ccc7a
MC
159942004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15995
15996 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
15997
eca3e36b
MC
159982004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15999
16000 * gdb.base/cvexpr.c: Be type-safe with function pointers and
16001 data pointers.
16002
f8d4bac4
MC
160032004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16004
16005 * gdb.cp/m-static.exp: Compile one source file at a time.
16006 Delete unused call to get_compiler_info.
16007
9b4e0f94
MC
160082004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16009
16010 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16011 * gdb.base/call-rt-st.exp: Likewise.
16012 * gdb.base/nodebug.exp: Likewise.
16013 * gdb.base/volatile.exp: Likewise.
16014 * gdb.cp/ref-types.exp: Likewise.
16015 * gdb.cp/templates.exp: Likewise.
16016
023c1024
MK
160172004-01-05 Mark Kettenis <kettenis@gnu.org>
16018
16019 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16020
19703c4a
MC
160212004-01-05 Michael Chastain <mec.gnu@mindspring.com>
16022
16023 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16024 hppa*-hp-hpux*.
16025
18b67037
MK
160262004-01-04 Mark Kettenis <kettenis@gnu.org>
16027
ba6219c8
MK
16028 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16029 x86_64-*-*.
16030
18b67037
MK
16031 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16032 sparc64-*-* and sparc*-solaris2*.
16033
1bfbbb9d
MK
160342004-01-04 Mark Kettenis <kettenis@gnu.org>
16035
16036 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16037 return ${tests}" test. The ${tests} already mentions the
16038 filename.
16039
06846494
MC
160402004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16041
16042 * gdb.cp/local.exp: Accept gcc abi 2.
16043
3b0cb202
MC
160442004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16045
16046 * gdb.cp/templates.exp: Accept gcc abi 2.
16047
0643ec3f
MC
160482004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16049
16050 * lib/compiler.cc: Remove supports_template_debugging.
16051 * gdb.cp/templates.exp: Do not test supports_template_debugging.
16052
d231d0b1
MC
160532004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16054
16055 * gdb.cp/namespace.exp: Accept gcc abi 2.
16056
44ffb27c
MC
160572004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16058
16059 * gdb.cp/method.exp: Accept gcc abi 2.
16060
184ad485
MC
160612004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16062
16063 * gdb.cp/classes.exp: Generate identical results as old version.
16064 * gdb.cp/derivation.exp: Likewise.
16065 * gdb.cp/overload.exp: Likewise.
16066 * gdb.cp/virtfunc.exp: Likewise.
16067
116f09e7
MC
160682004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16069
16070 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16071 mysterious bug with sourceware version of expect.
16072
b1379776
MC
160732004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16074
16075 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
16076 current versions of gcc, including gcc abi 2. Remove gratuitous
16077 restart of test program. Use gdb_test_multiple and gdb_test for
16078 all tests. Add patterns to xfail missing "const" in "const char *"
16079 and kfail PR gdb/1155.
16080
6b7a4c0e
MC
160812004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16082
16083 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
16084 current versions of gcc, including gcc abi 2. Remove gratuitous
16085 restart of test program. Use gdb_test_multiple and gdb_test for
16086 all tests. Add patterns to kfail PR gdb/1498.
16087
51615d72
MC
160882003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16089
16090 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
16091 current versions of gcc, including gcc abi 2. Use "breakpoint"
16092 and "continue" instead of restarting the target program. Use
16093 gdb_test_multiple and gdb_test for all tests.
16094
7b79a9d7
MK
160952004-01-01 Mark Kettenis <kettenis@gnu.org>
16096
16097 * gdb.asm/asm-source.exp: Update copyright year. Link statically
16098 for *-*-solaris2*.
16099
1cd3489f
MC
161002003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16101
16102 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
16103 current versions of gcc, including gcc abi 2. Use "breakpoint"
16104 and "continue" instead of restarting the target program several
16105 times. Use gdb_test_multiple and gdb_test for all tests.
16106
850742db
MC
161072003-12-18 Michael Chastain <mec.gnu@mindspring.com>
16108
16109 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16110 source files.
16111
eb4bbda8
MC
161122003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16113
16114 * gdb.base/environ.exp: Handle compiling test case from multiple
16115 source files.
16116
e42c7771
MC
161172003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16118
16119 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16120
80e4b428
JB
161212003-12-17 Jim Blandy <jimb@redhat.com>
16122
5f06973a
JB
16123 * gdb.base/freebpcmd.c: Add copyright notice.
16124
80e4b428
JB
16125 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16126
0ab84fb7
MC
161272003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16128
16129 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16130
1b3bb3d0
JB
161312003-12-13 Jim Blandy <jimb@redhat.com>
16132
16133 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16134
3a4c9371
KB
161352003-12-12 Kevin Buettner <kevinb@redhat.com>
16136
16137 * gdb.asm/frv.inc: New file.
16138 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16139
a1dea79a
FF
161402003-12-09 Fred Fish <fnf@redhat.com>
16141
16142 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16143 functions to break1.c and leave prototypes behind. Add more
16144 "set breakpoint NN here" comments.
16145 * gdb.base/break1.c: New file.
16146
16147 * gdb.base/break.exp: Handle compiling test case from multiple
16148 source files and change source file references as needed.
16149 * gdb.base/completion.exp: Ditto.
16150 * gdb.base/condbreak.exp: Ditto.
16151 * gdb.base/define.exp: Ditto.
16152 * gdb.base/ena-dis-br.exp: Ditto.
16153 * gdb.base/info-proc.exp: Ditto.
16154 * gdb.base/maint.exp: Ditto.
16155 * gdb.base/until.exp: Ditto.
16156
16157 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16158 hardcoded line numbers.
16159 * gdb.base/define.exp: Ditto.
16160 * gdb.base/ena-dis-br.exp: Ditto.
16161 * gdb.base/maint.exp: Ditto.
16162 * gdb.base/until.exp: Ditto.
16163
16164 * gdb.base/completion.exp: Use "break1" for completion tests since
16165 "break" is no longer a unique prefix.
16166
5266b69c
AC
161672003-12-06 Andrew Cagney <cagney@redhat.com>
16168
16169 * gdb.base/structs.exp (test_struct_returns): When applicable, set
16170 "return_value_unimplemented". When an unimplemented struct return
16171 architecture, report incorrect values as a KFAIL
16172
374451f0
MC
161732003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16174
16175 * gdb.cp/rtti.exp: Accept new wording of warning from
16176 cp_lookup_rtti_type.
16177
ba9b20a7
MC
161782003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16179
16180 Partial fix for PR testsuite/1456.
16181 * gdb.base/scope.exp (test_at_main): Replace references to
16182 gcc_compiled with calls to test_compiler_info.
16183 (test_at_foo): Likewise.
16184 (test_at_bar): Likewise.
16185
b74b6d0b
MC
161862003-12-04 Michael Chastain <mec.gnu@mindspring.com>
16187
16188 Partial fix for PR testsuite/1456.
16189 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16190 to test_compiler_info.
16191
ccfa3402
MC
161922003-12-03 Michael Chastain <mec.gnu@mindspring.com>
16193
16194 * gdb.base/so-impl-ld.exp: Update copyright notice.
16195
f6246aba
MC
161962003-12-02 Michael Chastain <mec.gnu@mindspring.com>
16197
16198 Partial fix for PR testsuite/1456.
16199 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16200 to test_compiler_info.
16201
13ae734a
MC
162022003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16203
16204 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16205 from current versions of gdb. Clean up regular expressions.
16206 Delete redundant timeout case.
16207
d8e1cdee
MC
162082003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16209
16210 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16211 from current versions of gdb. Clean up regular expressions.
16212 Delete redundant timeout case.
16213
96457b64
MC
162142003-12-01 Michael Chastain <mec.gnu@mindspring.com>
16215
16216 Partial fix for PR testsuite/1456.
16217 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16218 gcc_compiled with call to test_compiler_info.
16219
f35309fc
MC
162202003-11-30 Michael Chastain <mec.gnu@mindspring.com>
16221
16222 Partial fix for PR testsuite/1456.
16223 * gdb.base/list.exp (test_list_function): Delete unused declaration
16224 of gcc_compiled.
16225
d7afdf9b
MC
162262003-11-29 Michael Chastain <mec.gnu@mindspring.com>
16227
16228 Partial fix for PR testsuite/1456.
16229 * gdb.base/complex.exp: Replace reference to gcc_compiled with
16230 call to test_compiler_info.
16231
71507b56
MK
162322003-11-29 Mark Kettenis <kettenis@gnu.org>
16233
16234 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
16235 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
16236 it to create the appropriate note.inc.
16237 * gdb.asm/asmsrc1.s: Include "note.inc".
16238 * gdb.asm/netbsd.inc: New file.
16239 * gdb.asm/empty.inc: New file.
16240
f81f93f7
MC
162412003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16242
16243 Partial fix for PR testsuite/1456.
16244 * gdb.base/constvars.exp: Replace references to gcc_compiled with
16245 calls to test_compiler_info.
16246
9a77938e
MC
162472003-11-27 Michael Chastain <mec.gnu@mindspring.com>
16248
16249 Partial fix for PR testsuite/1456.
16250 * gdb.base/volatile.exp: Replace references to gcc_compiled with
16251 calls to test_compiler_info.
16252
e8367dc7
MK
162532003-11-27 Mark Kettenis <kettenis@gnu.org>
16254
16255 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16256 pattern for the KFAILs.
16257
526c61ee
AF
162582003-11-25 Adam Fedor <fedor@gnu.org>
16259
16260 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16261 * gdb.objc/objcdecode.m: New file.
16262
28f2d600
AF
162632003-11-25 Adam Fedor <fedor@gnu.org>
16264
16265 * gdb.objc/nondebug.exp: Test for PR objc/1236.
16266 * gdb.objc/nondebug.m: New file.
16267
a3895cee
BE
162682003-11-26 Ben Elliston <bje@wasabisystems.com>
16269
16270 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16271 NetBSD as it does on FreeBSD. Modelled on a similar change by
16272 Mark Kettenis on 2003-05-30.
16273 (link-flags): Set to "--entry _start" regardless of target.
16274 Special linker flags are to be appended to $link-flags.
16275 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16276
c9f2c8a3
MC
162772003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16278
16279 * gdb.cp/method.exp: Accept output of new demangler.
16280
15a0587a 162812003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
16282
16283 * gdb/class2.exp: New file.
16284 * gdb/class2.cc: New file.
16285
3c00b570
MC
162862003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16287
16288 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16289 of new demangler.
16290
7027acc7
MK
162912003-11-23 Mark Kettenis <kettenis@gnu.org>
16292
16293 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16294 of gdb_test "run".
16295
b0e1598a
MK
162962003-11-23 Mark Kettenis <kettenis@gnu.org>
16297
16298 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
16299 "continue" into "run".
16300
4d9eda44
MC
163012003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16302
16303 Partial fix for PR testsuite/1456.
16304 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16305 call to test_compiler_info.
16306 * gdb.cp/ctti.exp: Likewise.
16307 * gdb.cp/derivation.exp: Likewise.
16308 * gdb.cp/member-ptr.exp: Likewise.
16309 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16310 reference to gcc_compiled.
16311
163122003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
16313
16314 Fix PR testsuite/1463.
16315 * gdb.base/structs.exp (start_structs_test): Call
16316 get_debug_format before using the debug format.
16317
d422fe19
AC
163182003-11-22 Andrew Cagney <cagney@redhat.com>
16319
16320 * lib/gdb.exp (gdb_test_multiple): Add simple example.
16321 * gdb.base/structs.exp: Use gdb_test_multiple.
16322
039cf96d
AC
163232003-11-20 Andrew Cagney <cagney@redhat.com>
16324
6882279b
AC
16325 * gdb.base/structs.exp: Handle and recover from internal errors.
16326 Replace "foo${n}" with "foo<n>" in test messages.
16327
e53890ae
AC
16328 * gdb.base/structs.exp: Update copyright. Rewrite.
16329 * gdb.base/structs.c: Update copyright. Rewrite.
16330
2b211c59
AC
16331 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16332 resync count exceeded.
d63a86f8 16333
039cf96d
AC
16334 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16335 from the internal error.
16336 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16337 Original from Jim Blandy.
16338 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 16339
eac98b22
AC
163402003-11-19 Andrew Cagney <cagney@redhat.com>
16341
16342 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16343 KFAIL.
16344
67455b2a
MK
163452003-11-17 Mark Kettenis <kettenis@gnu.org>
16346
16347 New testcase for PR backtrace/1435.
16348 * gdb.arch/i386-unwind.exp: New file.
16349 * gdb.arch/i386-unwind.c: New file.
16350
853d6e5b
AC
163512003-11-17 Andrew Cagney <cagney@redhat.com>
16352
16353 * lib/gdb.exp (compiler_info): New global.
16354 (test_compiler_info): New function.
16355 (get_compiler_info): Set compiler_info.
16356 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
16357 "compiler_info" to gcc-<major>-<minor>.
16358
38cf6e11
MC
163592003-11-15 Michael Chastain <mec.gnu@mindspring.com>
16360
16361 * gdb.trace/configure: Remove.
16362
a50d3602
EZ
163632003-11-13 Elena Zannoni <ezannoni@redhat.com>
16364
16365 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 16366 breakpoints.
a50d3602
EZ
16367 * gdb.base/break.exp: Remove all references to explicit line
16368 numbers.
16369
d9407aaa
NC
163702003-11-11 Nick Clifton <nickc@redhat.com>
16371
16372 * gdb.base/shreloc.exp: Do not run for targets which do not
16373 support shared objects.
16374
db488fc1
CV
163752003-11-10 Corinna Vinschen <vinschen@redhat.com>
16376
16377 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16378 Don't run tests if nofileio flag is given.
16379
6a90a18e
EZ
163802003-11-07 Elena Zannoni <ezannoni@redhat.com>
16381
16382 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 16383 as well as 'Watchpoint'.
6a90a18e 16384
0b915e9c
EZ
163852003-11-06 Elena Zannoni <ezannoni@redhat.com>
16386
16387 Reported by Jim Ingham <jingham@apple.com>:
16388 * gdb.base/annota1.exp: Match at least one occurrence of the
16389 signal handler annotation.
16390
d7e4b55f
EZ
163912003-11-06 Elena Zannoni <ezannoni@redhat.com>
16392
a9c64011
AS
16393 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16394 as well as 'Watchpoint'.
d7e4b55f 16395
2fe4e8d0
MC
163962003-11-05 Michael Chastain <mec@shout.net>
16397
16398 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16399
6ef88553
KW
164002003-11-03 Kris Warkentin <kewarken@qnx.com>
16401
16402 * gdb.arch/gdb1291.c: New test file.
16403 * gdb.arch/gdb1291.exp: New test script.
16404 * gdb.arch/gdb1431.c: New test file.
16405 * gdb.arch/gdb1431.exp: New test script.
16406
ae7dc4d8
MC
164072003-10-22 Michael Chastain <mec@shout.net>
16408
16409 * gdb.mi/pthreads.c: Add copyright notice.
16410
c39d7427
MC
164112003-10-22 Michael Chastain <mec@shout.net>
16412
16413 * gdb.threads/pthreads.c: Add copyright notice.
16414
8b7d96c1
MC
164152003-10-20 Michael Chastain <mec@shout.net>
16416
16417 * gdb.base/gdb1056.exp: New test script.
16418
d1d69fdd
DJ
164192003-10-13 Daniel Jacobowitz <drow@mvista.com>
16420
16421 * gdb.threads/killed.exp: Use gdb_run_cmd.
16422
7d605576
DJ
164232003-10-13 Daniel Jacobowitz <drow@mvista.com>
16424
16425 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16426 create a core file.
16427 * gdb.threads/gcore-thread.exp: Likewise.
16428
618ec112
CV
164292003-10-13 Corinna Vinschen <vinschen@redhat.com>
16430
16431 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16432 type, based on char type.
16433 (struct bit_flags_short_t): New bitfield type, based on short type.
16434 (init_bit_flags_char): New fuction.
16435 (init_bit_flags_short): Ditto.
16436 (print_bit_flags_char): Ditto.
16437 (print_bit_flags_short): Ditto.
16438 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16439
9367a73c
MC
164402003-10-11 Michael Chastain <mec@shout.net>
16441
16442 * gdb.base/call-rt-st.exp: Update copyright year.
16443
1decf120
KI
164442003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
16445
16446 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16447 * gdb.disasm/sh3.s: Ditto.
16448
5445b2ae
DJ
164492003-10-07 Daniel Jacobowitz <drow@mvista.com>
16450
16451 * gdb.threads/switch-threads.exp: New test.
16452 * gdb.threads/switch-threads.c: New source file.
16453
aec24853
CV
164542003-10-07 Corinna Vinschen <vinschen@redhat.com>
16455
16456 * gdb.base/ending-run.exp: Add sh specific case.
16457
adc7428d
AC
164582003-10-06 Andrew Cagney <cagney@redhat.com>
16459
16460 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16461 * gdb.disasm/mn10200.exp: Delete obsolete file.
16462
c9d37158
DJ
164632003-09-29 Daniel Jacobowitz <drow@mvista.com>
16464
16465 * ChangeLog: Correct an entry command.exp -> commands.exp.
16466 * gdb.base/commands.exp (bp_deleted_in_command_test)
16467 (temporary_breakpoint_commands): Check noargs.
16468
79c2c32d
DC
164692003-09-25 David Carlton <carlton@kealia.com>
16470
16471 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
16472 of some print tests, where appropriate. Add tests for C::D::cd,
16473 E::ce, F::cXfX, G::XgX.
16474 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16475
594e6d67
RE
164762003-09-25 Richard Earnshaw <rearnsha@arm.com>
16477
16478 * lib/java.exp (java_init): Import target_alias before using it.
16479
10f0d451
DC
164802003-09-25 David Carlton <carlton@kealia.com>
16481
16482 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16483
274bcba0
EZ
164842003-09-23 Elena Zannoni <ezannoni@redhat.com>
16485
d63a86f8 16486 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 16487 weirdness.
274bcba0 16488
cdbf20f7
MC
164892003-09-17 Michael Chastain <mec@shout.net>
16490
16491 * gdb.cp/gdb1355.exp: New file.
16492 * gdb.cp/gdb1355.c: New file.
16493
71e06f80
CV
164942003-09-15 Corinna Vinschen <vinschen@redhat.com>
16495
16496 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16497 * gdb.asm/sh.inc: New file.
16498
5c4e30ca
DC
164992003-09-11 David Carlton <carlton@kealia.com>
16500
bd45b7af
DC
16501 * gdb.cp/namespace.exp: Add tests for namespace types.
16502 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
16503 (test_namespace): New.
16504
1c199746
EZ
165052003-09-11 Elena Zannoni <ezannoni@redhat.com>
16506
a9c64011 16507 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 16508 * gdb.stabs/weird.exp: Ditto.
1c199746 16509
04ed252f
MC
165102003-09-08 Michael Chastain <mec@shout.net>
16511
16512 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16513
d8a2d9e7
MC
165142003-09-07 Michael Chastain <mec@shout.net>
16515
16516 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16517 'parse error'.
16518
161afb24
MK
165192003-09-07 Mark Kettenis <m.kettenis@osp.nl>
16520
16521 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16522
49f2741a
MC
165232003-08-30 Michael Chastain <mec@shout.net>
16524
16525 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16526 * gdb.gdb/observer.exp: Ditto.
16527 * gdb.gdb/xfullpath.exp: Ditto.
16528
8afa723e
MK
165292003-08-29 Mark Kettenis <kettenis@gnu.org>
16530
16531 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16532 *-*-*bsd*.
16533
f31dfe3b
JJ
165342003-08-28 Jeff Johnston <jjohnstn@redhat.com>
16535
16536 * gdb.base/dump.exp: Skip for ia64.
16537
4630e498
JJ
165382003-08-25 Jeff Johnston <jjohnstn@redhat.com>
16539
16540 * gdb.asm/asm-source.exp: Add ia64 support.
16541 * gdb.asm/ia64.inc: New file.
16542
1105b7ef
MC
165432003-08-22 Michael Chastain <mec@shout.net>
16544
16545 * gdb.cp: New directory.
16546 * gdb.cp/*: Copy from gdb.c++/*.
16547 * gdb.c++/*: Remove.
16548 * Makefile.in: Change gdb.c++ to gdb.cp.
16549 * configure.in: Ditto.
16550 * configure: Regnerate.
16551
c945b932
MK
165522003-08-18 Mark Kettenis <kettenis@gnu.org>
16553
16554 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16555 * gdb.arch/i386-prologue.c (gdb1338): Add function.
16556
2b66634b
DJ
165572003-08-17 Daniel Jacobowitz <drow@mvista.com>
16558
16559 * mi-var-display.exp (-var-list-children weird): Accept function
16560 pointers with argument types.
16561 * mi1-var-display.exp (-var-list-children weird): Likewise.
16562 * mi2-var-display.exp (-var-list-children weird): Likewise.
16563
a356f73b
DJ
165642003-08-17 Daniel Jacobowitz <drow@mvista.com>
16565
16566 * gdb.base/annota3.exp: Add missing newline.
16567
483417b8
MC
165682003-08-06 Michael Chastain <mec@shout.net>
16569
16570 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16571
c99c59c3
MS
165722003-08-12 Michael Snyder <msnyder@redhat.com>
16573
16574 * gdb.base/float.exp: Add test for SH.
16575
55ed7501
MK
165762003-08-10 Mark Kettenis <kettenis@gnu.org>
16577
16578 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16579
1a371f2e
EZ
165802003-08-07 Elena Zannoni <ezannoni@redhat.com>
16581
16582 * gdb.base/completion.exp: Remove reduntant completion test
16583 on filename.
16584
e0f353ce
EZ
165852003-08-07 Elena Zannoni <ezannoni@redhat.com>
16586
a9c64011
AS
16587 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16588 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16589 gdb.trace/save-trace.exp: Make sure that full pathnames are
16590 escaped correctly.
e0f353ce 16591
5710a1af 165922003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 16593
a9c64011
AS
16594 * configure.in: Don't generate config.h from config.hin.
16595 * configure: Regenerate.
16596 * config.hin: Remove file.
16597 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16598 * gdb.threads/pthreads.c: Ditto.
5710a1af 16599
dcd81ce9
DJ
166002003-08-07 Daniel Jacobowitz <drow@mvista.com>
16601
16602 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16603 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16604 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16605 Replace ld24 with seth/add3.
16606
6009d884
AC
166072003-08-02 Andrew Cagney <cagney@redhat.com>
16608
16609 * gdb.base/annota3.exp: New file.
16610 * gdb.base/annota3.c: New file.
16611 * gdb.c++/annota3.exp: New file.
16612 * gdb.c++/annota3.cc: New file.
16613
51514e06
MC
166142003-07-29 Michael Chastain <mec@shout.net>
16615
16616 * gdb.threads/tls.c (spin): Check errno only if sem_wait
16617 actually failed.
16618 (do_pass): Likewise.
16619 * gdb.threads/tls.exp: Always initialize no_of_threads.
16620
4ee6625b
DJ
166212003-07-27 Daniel Jacobowitz <drow@mvista.com>
16622
16623 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16624 pattern.
16625 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16626 * gdb.threads/tls.exp: Recognize one case of the host library not
16627 supporting TLS.
16628
225f2bf6
AC
166292003-07-27 Andrew Cagney <cagney@redhat.com>
16630
16631 * gdb.base/fileio.exp: Use SH when running commands using
16632 remote_exec.
16633
bcb27c9f
DJ
166342003-07-24 Daniel Jacobowitz <drow@mvista.com>
16635
16636 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16637 * gdb.base/relocate.c (dummy): New padding array.
16638
3d67be83
MS
166392003-07-22 Michael Snyder <msnyder@redhat.com>
16640
d63a86f8 16641 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
16642
16643 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16644 patterns to be more general, accepting old and new output.
16645 Some output chars (such as '+') also must be quoted.
d63a86f8 16646 Some addresses are displayed numerically instead of
3d67be83
MS
16647 symbolically.
16648
57ba3b85
MS
166492003-07-23 Michael Snyder <msnyder@redhat.com>
16650
686d097c
MS
16651 * gdb.base/return2.exp: Don't test long-long return.
16652
57ba3b85
MS
16653 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16654 * gdb.disasm/t01_mov.exp: Ditto.
16655 * gdb.disasm/t02_mova.s: Ditto.
16656 * gdb.disasm/t02_mova.exp: Ditto.
16657 * gdb.disasm/t03_add.s: Ditto.
16658 * gdb.disasm/t03_add.exp: Ditto.
16659 * gdb.disasm/t04_sub.s: Ditto.
16660 * gdb.disasm/t04_sub.exp: Ditto.
16661 * gdb.disasm/t05_cmp.s: Ditto.
16662 * gdb.disasm/t05_cmp.exp: Ditto.
16663 * gdb.disasm/t06_ari2.s: Ditto.
16664 * gdb.disasm/t06_ari2.exp: Ditto.
16665 * gdb.disasm/t07_ari3.s: Ditto.
16666 * gdb.disasm/t07_ari3.exp: Ditto.
16667 * gdb.disasm/t08_or.s: Ditto.
16668 * gdb.disasm/t08_or.exp: Ditto.
16669 * gdb.disasm/t09_xor.s: Ditto.
16670 * gdb.disasm/t09_xor.exp: Ditto.
16671 * gdb.disasm/t10_and.s: Ditto.
16672 * gdb.disasm/t10_and.exp: Ditto.
16673 * gdb.disasm/t11_logs.s: Ditto.
16674 * gdb.disasm/t11_logs.exp: Ditto.
16675 * gdb.disasm/t12_bit.s: Ditto.
16676 * gdb.disasm/t12_bit.exp: Ditto.
16677 * gdb.disasm/t13_otr.s: Ditto.
16678 * gdb.disasm/t13_otr.exp: Ditto.
16679
e00759ef
EZ
166802003-07-22 Elena Zannoni <ezannoni@redhat.com>
16681
16682 * gdb.threads/tls.exp :Add kfail for 'info address' case.
16683
8bc2021f
EZ
166842003-07-22 Elena Zannoni <ezannoni@redhat.com>
16685
a9c64011
AS
16686 * gdb.threads/tls.c : New file.
16687 * gdb.threads/tls.exp : New file.
16688 * gdb.threads/tls-main.c : New file.
16689 * gdb.threads/tls-shared.c : New file.
16690 * gdb.threads/tls-shared.exp : New file.
8bc2021f 16691
89320c4c
AS
166922003-07-22 Andreas Schwab <schwab@suse.de>
16693
16694 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
16695
180dea7c
AS
166962003-07-20 Andreas Schwab <schwab@suse.de>
16697
16698 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
16699 due to insn reordering.
16700
0714963c
AC
167012003-07-15 Andrew Cagney <cagney@redhat.com>
16702
16703 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16704
98a23b3f
MC
167052003-07-15 Michael Chastain <mec@shout.net>
16706
16707 * gdb.base/gdb1250.exp: New file.
16708 * gdb.base/gdb1250.c: New file.
16709
27e417a2
ML
167102003-07-09 Michal Ludvig <mludvig@suse.cz>
16711
16712 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16713 expansion of size_t to 'unsigned long', not only to 'unsigned'.
16714
8bc2021f
EZ
167152003-07-09 Elena Zannoni <ezannoni@redhat.com>
16716
a9c64011
AS
16717 * gdb.threads/tls.c: New file.
16718 * gdb.threads/tls.exp: New file.
16719 * gdb.threads/tls-main.c: New file.
16720 * gdb.threads/tls-shared.c: New file.
16721 * gdb.threads/tls-shared.exp: New file.
8bc2021f 16722
d99968dc
EZ
167232003-07-09 Elena Zannoni <ezannoni@redhat.com>
16724
16725 * gdb.base/annota1.exp: Make sure that we properly escape the
16726 full path of the source file. Xfail more permissive patterns,
d63a86f8 16727 due to a compiler debug info problem.
d99968dc 16728
83876b3b
AS
167292003-07-07 Andreas Schwab <schwab@suse.de>
16730
2705e972
AS
16731 * gdb.asm/m68k.inc: New file.
16732 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16733
83876b3b
AS
16734 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16735 arguments"): Also match negative number.
16736
16737 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16738
3a871b37
DJ
167392003-07-03 Daniel Jacobowitz <drow@mvista.com>
16740
16741 * gdb.base/store.c (charest): New typedef.
16742 (add_char): Rename to add_charest, update.
16743 (wack_char): Rename to wack_charest, update types. Return l + r
16744 to keep r live across the call.
16745 (wack_short, wack_int, wack_long, wack_longest, wack_float)
16746 (wack_double, wack_doublest): Return l + r to keep r live across
16747 the call.
16748 * gdb.base/store.exp: Accomodate store.c changes.
16749
b2a7f303
DC
167502003-06-30 David Carlton <carlton@kealia.com>
16751
16752 * gdb.c++/maint.exp (test_invalid_name): New.
16753 (test_first_component): Add tests for invalid names.
16754
3c6cb4a1
MC
167552003-06-29 Michael Chastain <mec@shout.net>
16756
16757 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16758 output of '<VTT for class>' for virtual base classes.
16759
f1c2644b
DJ
167602003-06-29 Daniel Jacobowitz <drow@mvista.com>
16761
16762 * gdb.base/completion.exp: Tab-complete "complet" instead of
16763 "compl".
16764 * gdb.base/complex.exp, gdb.base/complex.c: New files.
16765
18080350
DJ
167662003-06-29 Daniel Jacobowitz <drow@mvista.com>
16767
16768 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16769 * gdb.base/volatile.exp: Likewise.
16770
f56973f8
DJ
167712003-06-29 Daniel Jacobowitz <drow@mvista.com>
16772
16773 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16774 gdb/1265.
16775
167762003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
16777 Daniel Jacobowitz <drow@mvista.com>
16778
16779 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16780 initial line count of 'captured_main' from 26 to 32.
16781 (test_with_self): Allow xmalloc call to be interleaved with the
16782 preceding two lines.
16783
e766d4d6
JB
167842003-06-24 Joel Brobecker <brobecker@gnat.com>
16785
16786 * gdb.base/bang.exp: New testcase.
16787
f125c9a4
JB
167882003-06-23 Joel Brobecker <brobecker@gnat.com>
16789
16790 * gdb.base/langs.exp: Add some tests for the "minimal" language
16791 support.
16792
6e25beaf
EZ
167932003-06-23 Elena Zannoni <ezannoni@redhat.com>
16794
16795 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16796 the testcase.
16797
2f816dda
DJ
167982003-06-22 Daniel Jacobowitz <drow@mvista.com>
16799
16800 * gdb.base/relocate.exp: Test add-symbol-file with a variable
16801 offset.
16802
db5a5748
DJ
168032003-06-22 Daniel Jacobowitz <drow@mvista.com>
16804
16805 * gdb.c++/pr-1210.cc: New file.
16806 * gdb.c++/pr-1210.exp: New file.
16807
1df0c130
DJ
168082003-06-21 Daniel Jacobowitz <drow@mvista.com>
16809
16810 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16811 000-exec-continue.
16812
a92feac0
MK
168132003-06-15 Mark Kettenis <kettenis@gnu.org>
16814
16815 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16816 on *-*-*bsd* instead of *-*-freebsd*.
16817
81a58f5b
AC
168182003-06-14 Andrew Cagney <cagney@redhat.com>
16819
16820 * gdb.base/store.exp: Test longest and doublest. Test all
16821 parameters. Weaken return statement match.
16822 * gdb.base/store.c: Add longest and doublest - aka long long and
16823 long double functions. Put all parameters into local register
16824 variables. Use negative values.
16825
b257a0d3
AC
168262003-06-14 Andrew Cagney <cagney@redhat.com>
16827
16828 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
16829 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
16830 exit status.
16831 * gdb.base/fileio.exp: Disable target when nointerrupts and
16832 noinferiorio, instead of limiting it to remote. Use remote_exec
16833 instead of system.
d63a86f8 16834
21c38304
JJ
168352003-06-12 Jeff Johnston <jjohnstn@redhat.com>
16836
16837 * gdb.base/float.exp: Add ia64 support.
16838
1bcdb424
CV
168392003-06-12 Corinna Vinschen <vinschen@redhat.com>
16840
16841 * gdb.base/fileio.exp: Run only on remote targets.
16842
6aeb981f
CV
168432003-06-10 Corinna Vinschen <vinschen@redhat.com>
16844
16845 * gdb.base/fileio.c: New file, testing File-I/O.
16846 * gdb.base/fileio.exp: Ditto.
16847
53df362e
RG
168482003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
16849
16850 * gdb.base/shreloc.exp: New file, check symbol values obtained from
16851 shared objects after relocation at load time (gdb PR/1132).
16852 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 16853 as above, part of the shared object relocation test.
53df362e 16854
ffee1b46
MK
168552003-06-08 Mark Kettenis <kettenis@gnu.org>
16856
b5ca3722
MK
16857 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
16858 fully filled history list.
16859 * gdb.base/gdb_history: New file.
16860
03ed860d
MK
16861 * gdb.base/signals.exp: XFAIL "continue to func1" on
16862 i*86-*-freebsd*.
16863
ffee1b46
MK
16864 * gdb.base/attach.exp: When trying to attach to a nonexistent
16865 process, make it possible to specify the PID based on the target,
16866 and do so for *-*-freebsd*.
16867
d80dbb52
RH
168682003-06-02 Richard Henderson <rth@redhat.com>
16869
16870 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
16871
6dd77b81
RH
168722003-06-02 Richard Henderson <rth@redhat.com>
16873
16874 * gdb.base/selftest.exp: Next over lim_at_start initialization.
16875
f6347e16
RH
168762003-06-02 Richard Henderson <rth@redhat.com>
16877
16878 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
16879
2c161407
DJ
168802003-06-01 Daniel Jacobowitz <drow@mvista.com>
16881
16882 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16883 of globalvar.
16884
572eb746
MK
168852003-06-01 Mark Kettenis <kettenis@gnu.org>
16886
16887 * gdb.asm/asm-source.exp: Check for memory read errors in
16888 disassembler test on *BSD too.
16889
9e9617a5
RH
168902003-06-01 Richard Henderson <rth@redhat.com>
16891
16892 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16893 for .frame.
16894 (gdbasm_call): Lose ldgp.
16895 (gdbasm_startup): Add frame information.
16896 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16897
7b34ad4e
MK
168982003-05-31 Mark Kettenis <kettenis@gnu.org>
16899
16900 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16901 i?86-*-*.
16902
10059fdf
MK
169032003-05-30 Mark Kettenis <kettenis@gnu.org>
16904
16905 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16906 FreeBSD.
16907
acf4b816
RH
169082003-05-29 Richard Henderson <rth@redhat.com>
16909
16910 * gdb.asm/alpha.inc: New file.
16911 * gdb.asm/asm-source.exp: Use it.
16912
e9ecd949
JB
169132003-05-29 Jim Blandy <jimb@redhat.com>
16914
16915 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16916 'core.PID'.
16917
e3e5a4f3
JB
169182003-05-22 Jim Blandy <jimb@redhat.com>
16919
16920 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
16921 backtrace.
d63a86f8 16922
72fe3d25
DC
169232003-05-20 David Carlton <carlton@math.stanford.edu>
16924
16925 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
16926 this time.
16927
58da2eb2
DC
169282003-05-19 David Carlton <carlton@bactrian.org>
16929
16930 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
16931 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
16932
1fcb5155
DC
169332003-05-19 David Carlton <carlton@bactrian.org>
16934
16935 * gdb.c++/namespace.exp: Add namespace scope and anonymous
16936 namespace tests.
16937 Bump copyright date.
16938 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
16939 (main): Call C::D::marker2.
16940 * gdb.c++/namespace1.cc: New file.
16941
85e85163
JJ
169422003-05-14 Jeff Johnston <jjohnstn@redhat.com>
16943
16944 Roland McGrath <roland@redhat.com>
d63a86f8 16945 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
16946 there is no manager thread.
16947
a25fbfec
JJ
169482003-05-08 Jeff Johnston <jjohnstn@redhat.com>
16949
d63a86f8
RM
16950 * gdb.threads/schedlock.exp: Remove assumption that all threads
16951 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
16952 in one of the child threads rather than the main thread.
16953
be375bae
JB
169542003-05-07 Jim Blandy <jimb@redhat.com>
16955
09bf6082
JB
16956 Add support for assembly source testing on the s390x.
16957 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
16958 architecture.
16959 * gdb.asm/s390x.inc: New file.
16960
be375bae
JB
16961 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
16962 succession of 'if' statements.
16963
00905d52
AC
169642003-05-05 Andrew Cagney <cagney@redhat.com>
16965
16966 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
16967
b1e29e33
AC
169682003-05-05 Andrew Cagney <cagney@redhat.com>
16969
16970 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
16971 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
16972
e33d66ec
EZ
169732003-05-02 Elena Zannoni <ezannoni@redhat.com>
16974
16975 * gdb.base/charset.exp: Update based on new behavior of set/show
16976 charset commands.
16977
2b6fd0d8
AC
169782003-05-01 Andrew Cagney <cagney@redhat.com>
16979
16980 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
16981 variable do not give memory errors.
16982
130cacce
AF
169832003-04-30 Adam Fedor <fedor@gnu.org>
16984
16985 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
16986 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
16987 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
16988 gdb.objc/basicclass.m: : New files
16989
16990 * lib/gdb.exp (gdb_compile_objc): New procedure.
16991
bea71854
DJ
169922003-04-27 Daniel Jacobowitz <drow@mvista.com>
16993
16994 * gdb.base/signals.exp: Make backtrace tests more specific.
16995
0f20eeea
DC
169962003-04-23 David Carlton <carlton@bactrian.org>
16997
16998 * gdb.c++/maint.exp (test_first_component): Add tests for
16999 'operator' in more locations.
17000
c8c4d8dc
KB
170012003-04-16 Kevin Buettner <kevinb@redhat.com>
17002
17003 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17004
3fe60e3c
EZ
170052003-04-16 Elena Zannoni <ezannoni@redhat.com>
17006
17007 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 17008 func marke' instead. Update test name.
3fe60e3c 17009
9219021c
DC
170102003-04-15 David Carlton <carlton@math.stanford.edu>
17011
17012 * gdb.c++/maint.exp: New file.
17013
5dd55bdd
EZ
170142003-04-14 Elena Zannoni <ezannoni@redhat.com>
17015
17016 * gdb.threads/schedlock.c: Change type of thread function argument
17017 to long, to avoid warnings on 64-bit platforms.
17018
00890572
EZ
170192003-04-14 Elena Zannoni <ezannoni@redhat.com>
17020
a9c64011
AS
17021 * gdb.base/attach.exp: Add new message from ptrace in case of
17022 attaching to nonexistent process.
d63a86f8 17023
93201743
JB
170242003-04-11 Jim Blandy <jimb@redhat.com>
17025
17026 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17027 gdb.c++/userdef.cc: Place comments on the lines to which the
17028 marker function might return.
17029 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17030 gdb.c++/userdef.exp: Look for those comments to check that we've
17031 returned to the right place, instead of checking line numbers.
17032
2a11c64d
EZ
170332003-04-11 Elena Zannoni <ezannoni@redhat.com>
17034
a9c64011
AS
17035 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17036 match on sourcefile name, instead of directory name.
2a11c64d 17037
68ab8fc5
EZ
170382003-04-10 Elena Zannoni <ezannoni@redhat.com>
17039
d63a86f8 17040 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
17041 working directory name.
17042
5624293a
JB
170432003-04-09 Jim Blandy <jimb@redhat.com>
17044
17045 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17046 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17047 after an inferior function call, report the failure, but allow the
17048 test to continue.
17049
f1f02ee4
SC
170502003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17051
17052 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17053 with -DPROTOTYPES.
17054
6eb79af0
SC
170552003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17056
17057 * gdb.base/break.exp: Revert last patch.
17058
8dfb4cf0
SC
170592003-04-04 Stephane Carrez <stcarrez@nerim.fr>
17060
17061 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17062 with -DPROTOTYPES.
17063
ed4c619a
AC
170642003-04-02 Andrew Cagney <cagney@redhat.com>
17065
17066 * gdb.base/callfuncs.exp: Make "print add" messages unique.
17067 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17068 matching directories by the name breakpoint.
17069 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17070 Make "continue to marker1" consistent.
17071 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17072 message consistent.
17073 * lib/gdb.exp: Put "the program is no longer running", and "the
17074 program exited" in parenthesis.
17075 * lib/mi-support.exp: Ditto.
d63a86f8 17076
4e35d5f0 170772003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 17078
4e35d5f0
BR
17079 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17080
71900fe8
AC
170812003-03-29 Andrew Cagney <cagney@redhat.com>
17082
17083 * gdb.base/sizeof.c (main): Print the value of '\377'.
17084 * gdb.base/sizeof.exp: Check the sign of '\377'.
17085
c0655a16
MC
170862003-03-27 Michael Chastain <mec@shout.net>
17087
17088 * gdb.base/gdb1090.exp: New file.
17089 * gdb.base/gdb1090.cc: New file.
17090
5b2a3989
JB
170912003-03-27 J. Brobecker <brobecker@gnat.com>
17092
17093 * gdb.gdb/observer.exp: New regression test.
17094
79876890
MC
170952003-03-27 Michael Chastain <mec@shout.net>
17096
17097 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17098 * gdb.base/ptype.exp: Likewise.
17099
6eac95e3
CV
171002003-03-27 Corinna Vinschen <vinschen@redhat.com>
17101
17102 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17103
e8c71839
MC
171042003-03-26 Michael Chastain <mec@shout.net>
17105
17106 * gdb.base/ptype.exp: Actually use some typedef'd types.
17107
71b10041
SC
171082003-03-21 Stephane Carrez <stcarrez@nerim.fr>
17109
17110 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17111 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17112
2512cf80
CV
171132003-03-20 Corinna Vinschen <vinschen@redhat.com>
17114
17115 * gdb.base/default.exp: Fix regular expression.
17116
0d195a4f
CV
171172003-03-20 Corinna Vinschen <vinschen@redhat.com>
17118
17119 * gdb.base/args.exp: Fix regular expression.
17120
8a2dbca8
CV
171212003-03-20 Corinna Vinschen <vinschen@redhat.com>
17122
17123 * gdb.base/help.exp: Allow Win32 child process.
17124
bf028682
CV
171252003-03-20 Corinna Vinschen <vinschen@redhat.com>
17126
17127 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17128 when stepping out of main().
17129
182dbe85
CV
171302003-03-20 Corinna Vinschen <vinschen@redhat.com>
17131
17132 * gdb.base/default.exp: Check for win32 specific message when calling
17133 "run" without executable.
17134
d67a6ba5
CV
171352003-03-20 Corinna Vinschen <vinschen@redhat.com>
17136
17137 * gdb.base/args.exp: Expect .exe in output.
17138
a955b5bb
CV
171392003-03-20 Corinna Vinschen <vinschen@redhat.com>
17140
17141 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17142 Cygwin native.
17143
bf6bad4b
AC
171442003-03-17 Andrew Cagney <cagney@redhat.com>
17145
17146 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
17147 vector registes.
17148 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17149 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17150
293e9a31
DC
171512003-03-17 David Carlton <carlton@math.stanford.edu>
17152
17153 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17154 test, for PR breakpoints/38.
17155 Call test_watchpoint_and_breakpoint.
17156 * gdb.base/watchpoint.c (func3): New function.
17157 (main): Call func3.
17158
5330f2db
DC
171592003-03-04 David Carlton <carlton@math.stanford.edu>
17160
17161 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17162 Garply<Garply<char> >:: garply".
17163 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17164 with respect to PR c++/1111; note also PR c++/1113.
17165 (test_template_breakpoints): KFAIL "constructor breakpoint" with
17166 respect to PR c++/1062.
17167 KFAIL "destructor breakpoint" with respect to PR c++/1112.
17168
6ece72da
DC
171692003-03-03 David Carlton <carlton@math.stanford.edu>
17170
17171 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17172 with respect to PR c++/57.
17173 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17174 c++/826.
17175 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17176 respect to PR c++/57.
17177
85ca1584
DC
171782003-03-03 David Carlton <carlton@math.stanford.edu>
17179
17180 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17181 respect to PR c++/33 into FAILs.
17182
98e9c5b8
MC
171832003-03-03 Michael Chastain <mec@shout.net>
17184
7bedbf27
MC
17185 * configure.in: Update copyright years.
17186
171872003-03-03 Michael Chastain <mec@shout.net>
17188
17189 * Makefile.in: Update copyright years.
98e9c5b8 17190
f683e100
DC
171912003-02-28 David Carlton <carlton@math.stanford.edu>
17192
17193 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17194 print class instead of struct and/or superfluous protection
17195 specifiers, as long as the resulting output is equivalent to the
17196 source code.
17197 Delete FIXME from end of messages on tests that don't need
17198 fixing.
17199
a9e0cf2c
DC
172002003-02-28 David Carlton <carlton@math.stanford.edu>
17201
17202 * gdb.c++/templates.exp (do_tests): Allow const in the two
17203 Foo<volatile char *>::foo tests.
17204
e8d359df
MS
172052003-02-27 Michael Snyder <msnyder@redhat.com>
17206
d63a86f8 17207 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
17208 will be consistant.
17209
0b71dc91
DC
172102003-02-26 David Carlton <carlton@math.stanford.edu>
17211
17212 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17213 char *>::foo" test with respect to PR c++/33. Create a new test
17214 which is identical to that one except that it doesn't put the
17215 space between the "char" and the "*"; KFAIL it, too.
17216
dd14ab43
DC
172172003-02-26 David Carlton <carlton@math.stanford.edu>
17218
17219 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17220 template types into either PASSes or KFAILs (corresponding to PR
17221 c++/57). Tweak indentation. Update copyright.
17222
1146c7f1
SC
172232003-02-23 Stephane Carrez <stcarrez@nerim.fr>
17224
17225 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17226
74641dfb
MC
172272003-02-13 Michael Chastain <mec@shout.net>
17228
17229 * gdb.base/exprs.exp: Remove i960 remnants.
17230 * gdb.base/funcargs.exp: Likewise.
17231 * gdb.base/list.exp: Likewise.
17232 * gdb.base/ptype.exp: Likewise.
17233
559cd2d0
DC
172342003-02-14 David Carlton <carlton@math.stanford.edu>
17235
17236 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17237 pEe->D::vg()" from XFAIL to KFAIL.
17238
c4f90d87
JM
172392003-02-13 Jason Molenda (jmolenda@apple.com)
17240
17241 * gdb.base/maint.exp: Update maint print statistics regexp to include
17242 new entries.
17243
cbc4d97c
MC
172442003-02-13 Michael Chastain <mec@shout.net>
17245
17246 * gdb.c++/inherit.exp: Remove call to get_debug_format.
17247
40f235b7
MC
172482003-02-12 Michael Chastain <mec@shout.net>
17249
17250 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17251 * gdb.c++/inherit.exp: Likewise.
17252 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17253 * gdb.c++/templates.exp: Likewise.
17254 * gdb.c++/virtfunc.exp: Likewise.
17255
c56716b0
JM
172562003-02-06 Jason Molenda (jason-cl@molenda.com)
17257
17258 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17259 why the code is written that way.
17260
070afcf8
MC
172612003-02-05 Michael Chastain <mec@shout.net>
17262
17263 * gdb.base/dump.exp: Add missing copyright line.
17264
5d0331e5
JM
172652003-02-05 Jason Molenda (jason-cl@molenda.com)
17266
f7ae6d3e 17267 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
17268 at the beginning so the breakpoint doesn't get set on the loop.
17269
92851186
MC
172702003-02-05 Michael Chastain <mec@shout.net>
17271
17272 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17273 output for configurations with gcc 2.95.3.
17274
cbf1e085
AC
172752003-02-05 Keith Seitz <keiths@redhat.com>
17276 Andrew Cagney <ac131313@redhat.com>
17277
17278 * gdb.mi/mi-cli.exp: New file.
d63a86f8 17279
29518e1e
MC
172802003-02-04 Michael Chastain <mec@shout.net>
17281
17282 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17283 Call perror and then continue.
17284
5af1d5f3
MC
172852003-02-03 Michael Chastain <mec@shout.net>
17286
17287 * gdb.c++/pr-1023.cc: New file.
17288 * gdb.c++/pr-1023.exp: New file.
17289
6b549786
JB
172902003-02-05 Jim Blandy <jimb@redhat.com>
17291
17292 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17293 it's local to foobar. Check for it there, and check that it's not
17294 present in main.
17295 * gdb.c++/local.cc (marker2): New function.
17296 (foobar): Call marker1.
17297 (main): Call marker2 instead of marker1.
17298
67f16606
AC
172992003-02-04 Andrew Cagney <ac131313@redhat.com>
17300
17301 * gdb.disasm/mn10200.exp: Obsolete file.
17302 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17303 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17304 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17305
1c5cb38e
DC
173062003-02-04 David Carlton <carlton@math.stanford.edu>
17307
17308 * gdb.c++/overload.exp: Test intToChar(1).
17309 * gdb.c++/overload.cc (intToChar): New.
17310 (main): Call intToChar.
17311
d1fe6965
DC
173122003-02-03 David Carlton <carlton@math.stanford.edu>
17313
17314 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17315 'might_kfail' arg.
17316 KFAIL some of the continue_to_bp_overloaded calls, according to
17317 PR c++/1025.
17318
9ba61c5d
MC
173192003-02-01 Michael Chastain <mec@shout.net>
17320
17321 * gdb.base/advance.c (marker1): New marker function.
17322 * gdb.base/advance.exp: When the 'advance' command lands on the
17323 return breakpoint, it can legitimately stop on either the
17324 current line or the next line. Accommodate both outcomes.
17325 * gdb.base/until.exp: Likewise.
17326
e7494ffb
AC
173272003-02-02 Andrew Cagney <ac131313@redhat.com>
17328
17329 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
17330 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17331 now a list, not a tuple.
17332 * gdb.mi/mi-var-display.exp: Ditto.
17333 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 17334
075559bc
AC
173352003-02-01 Andrew Cagney <ac131313@redhat.com>
17336
17337 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
17338 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17339 stack backtraces.
17340 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 17341
2bd4c7b1
MK
173422003-02-01 Mark Kettenis <kettenis@gnu.org>
17343
17344 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17345 gdb.mi/mi1-pthreads.exp: Return instead of calling
17346 gdb_suppress_entire_file.
17347
eabd8992
MS
173482003-02-01 Mark Salter <msalter@redhat.com>
17349
17350 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17351
71469e2f
MS
173522003-01-31 Mark Salter <msalter@redhat.com>
17353
17354 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17355 Support empty arg.
17356
38a94d44
MC
173572003-01-30 Michael Chastain <mec@shout.net>
17358
17359 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17360 This was a workaround for a UTF-8 bug in readline 4.3. The bug
17361 has been fixed in gdb/readline on 2003-01-09.
17362
19ea9e73
MS
173632003-01-29 Michael Snyder <msnyder@redhat.com>
17364
e8d359df
MS
17365 * gdb.base/maint.exp: Allow for leading underscore in symbol.
17366 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
17367 * gdb.base/args.exp: Skip if target does not support args passing.
17368
2307bd6a
DJ
173692003-01-22 Daniel Jacobowitz <drow@mvista.com>
17370
19ea9e73 17371 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
17372 gdb_test. Accept a list of expect arguments as the third
17373 parameter.
17374 (gdb_test): Use it.
17375
f2dd3617
EZ
173762003-01-20 Elena Zannoni <ezannoni@redhat.com>
17377
17378 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17379 allow for different test tree configurations. Update some
17380 tescases accordingly.
17381 * gdb.arch/altivec-regs.exp: Ditto.
17382 * gdb.asm/asm-source.exp: Ditto.
17383 * gdb.base/advance.exp: Ditto.
17384 * gdb.base/display.exp: Ditto.
d63a86f8 17385 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
17386 * gdb.base/mips_pro.exp: Ditto.
17387 * gdb.base/overlays.exp: Ditto.
17388 * gdb.base/relocate.exp: Ditto.
17389 * gdb.base/setshow.exp: Ditto.
17390 * gdb.base/step-line.exp: Ditto.
17391 * gdb.base/step-test.exp: Ditto.
17392 * gdb.base/until.exp: Ditto.
17393 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17394
c71cdefd
DC
173952003-01-17 David Carlton <carlton@math.stanford.edu>
17396
17397 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17398 corresponding to PR c++/945.
17399 Update copyright.
17400
fdba05d7
DC
174012003-01-17 David Carlton <carlton@math.stanford.edu>
17402
17403 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17404 corresponding to PR c++/68.
17405
174062003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
17407
17408 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17409 (test_paddr_hairy_functions): Call print_addr_2_kfail for
17410 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
17411
c362c33a
EZ
174122003-01-15 Elena Zannoni <ezannoni@redhat.com>
17413
0fbc361c
EZ
17414 * gdb.base/break.exp: Fix change of default location, because of
17415 removal of until tests.
17416 * gdb.base/help.exp: Update test for new 'until' help message.
17417 Add test for help on 'advance'.
a9c64011 17418 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 17419
dabf8a35
MK
174202003-01-15 Mark Kettenis <kettenis@gnu.org>
17421
17422 * gdb.base/default.exp: Adapt "info float" test for recent changes
17423 to that command. Add test for "info vector".
17424 * gdb.base/float.exp: New file. Add test for "info float" that
17425 resembles the old test in gdb.base/default.exp.
17426
a1769aca
DC
174272003-01-15 David Carlton <carlton@math.stanford.edu>
17428
17429 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17430
82025e13
EZ
174312003-01-15 Elena Zannoni <ezannoni@redhat.com>
17432
17433 * gdb.base/break.exp: Move the tests of until command from here...
17434 * gdb.base/until.exp: ... to here. New file. Add other tests.
17435 * gdb.base/advance.c: New file.
17436 * gdb.base/advance.exp: New file.
17437
8f9ab801
EZ
174382003-01-14 Elena Zannoni <ezannoni@redhat.com>
17439
a9c64011
AS
17440 * gdb.base/args.c: New file.
17441 * gdb.base/args.exp: New file.
8f9ab801 17442
9ae66589
DJ
174432003-01-14 Daniel Jacobowitz <drow@mvista.com>
17444
17445 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17446
8d77e5c3
DJ
174472003-01-14 Daniel Jacobowitz <drow@mvista.com>
17448
17449 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17450
12d2f0a1
DJ
174512003-01-14 Daniel Jacobowitz <drow@mvista.com>
17452
17453 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
17454 dates.
17455
6ca37014
DJ
174562003-01-13 Daniel Jacobowitz <drow@mvista.com>
17457
17458 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17459
b0023472
DJ
174602003-01-13 Daniel Jacobowitz <drow@mvista.com>
17461
17462 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17463 (ptype &*"foo").
17464 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17465
607fbc54 174662003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
17467
17468 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17469 * gdb.mi/mi1-console.exp: Likewise.
17470
607fbc54 174712003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
17472
17473 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17474 * gdb.mi/mi1-console.exp: Likewise.
17475
a1fb14a2
DJ
174762003-01-13 Daniel Jacobowitz <drow@mvista.com>
17477
17478 * gdb.c++/overload.exp: Remove some fixed XFAILs.
17479
c4cf40b7
DJ
174802003-01-09 Daniel Jacobowitz <drow@mvista.com>
17481
17482 * gdb.base/detach.exp: New test.
17483
696d5a5b
DJ
174842003-01-09 Daniel Jacobowitz <drow@mvista.com>
17485
17486 * Makefile.in (ALL_SUBDIRS): New variable.
17487 (subdirs, clean, distclean): Use it.
17488 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
17489 regenerating Makefile, since it is generated from the top level.
17490 * gdb.asm/Makefile.in: Likewise.
17491 * gdb.base/Makefile.in: Likewise.
17492 * gdb.c++/Makefile.in: Likewise.
17493 * gdb.disasm/Makefile.in: Likewise.
17494 * gdb.java/Makefile.in: Likewise.
17495 * gdb.mi/Makefile.in: Likewise.
17496 * gdb.threads/Makefile.in: Likewise.
17497 * gdb.trace/Makefile.in: Likewise.
17498
754533e4
DC
174992003-01-09 David Carlton <carlton@math.stanford.edu>
17500
17501 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17502 Add copyright year 2003.
17503
d8b3e9ee
MC
175042003-01-06 Michael Chastain <mec@shout.net>
17505
17506 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17507 When selecting a thread, 'line' and 'file' are optional.
17508 * gdb.mi/mi1-pthreads.exp: Likewise.
17509
8e9e0fe6
AS
175102003-01-06 Andreas Schwab <schwab@suse.de>
17511
17512 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17513 failures.
17514
b5ab8ff3
DJ
175152003-01-04 Daniel Jacobowitz <drow@mvista.com>
17516
17517 Fix PR gdb/844
17518 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17519 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17520
17521 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
17522 instead of calling gdb_suppress_entire_file.
17523 * gdb.threads/print-threads.exp: Likewise.
17524 * gdb.threads/schedlock.exp: Likewise.
17525
17526 * gdb.threads/killed.exp: Return instead of calling
17527 gdb_suppress_entire_file.
17528 * gdb.threads/linux-dp.exp: Likewise.
17529 * gdb.threads/pthreads.exp: Likewise.
17530
1e698235
DJ
175312003-01-04 Daniel Jacobowitz <drow@mvista.com>
17532
17533 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17534 stabs.
17535 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17536 * gdb.base/whatis.exp: Always allow (void) after function names.
17537
147ff08c
DJ
175382003-01-04 Daniel Jacobowitz <drow@mvista.com>
17539
17540 * gdb.c++/casts.exp: Correct regexp.
17541
dc62bfc2
MK
175422003-01-04 Mark Kettenis <kettenis@gnu.org>
17543
17544 * configure.in: Call AC_CONFIG_HEADER. Don't call
17545 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17546 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
17547 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
17548 aforementioned directories in the AC_OUPUT call.
17549 * config.hin: New file.
17550 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17551 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17552 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17553 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17554 pass -I$objdir instead of -I$objdir/$subdir in compilation.
17555 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17556 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17557 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17558 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17559 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17560 gdb.threads/configure.in, gdb.threads/configure,
17561 gdb.threads/config.in, gdb.trace/configure.in,
17562 gdb.trace/configure: Removed.
17563
77afa639
MC
175642003-01-03 Michael Chastain <mec@shout.net>
17565
17566 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17567 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17568
7634bb6e
DJ
175692003-01-03 Daniel Jacobowitz <drow@mvista.com>
17570
17571 * gdb.base/store.exp: Fix regular expressions.
17572
b39c905e
MK
175732002-12-28 Mark Kettenis <kettenis@gnu.org>
17574
17575 * configure.in: Rewrite.
17576 * configure: Regenerated.
17577
0a8551dd
DC
175782003-01-03 David Carlton <carlton@math.stanford.edu>
17579
17580 * gdb.base/psymtab.exp: New file.
17581 * gdb.base/psymtab1.c: Ditto.
17582 * gdb.base/psymtab2.c: Ditto.
17583
c60b7188
AF
175842002-12-23 Adam Fedor <fedor@gnu.org>
17585
17586 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17587
ee73db83
DC
175882002-12-23 David Carlton <carlton@math.stanford.edu>
17589
17590 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17591 and current_directory initialization.
17592
d6c1774e
JB
175932002-12-22 Jim Blandy <jimb@redhat.com>
17594
f0a847b8
JB
17595 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17596 rather than as part of the output file name.
17597
d6c1774e
JB
17598 * gdb.base/attach.exp: There's no need to copy the test program to
17599 /tmp; that was only ever necessary on HP/UX, and this test is
17600 entirely disabled there anyway.
17601
f0708dbb
JB
176022002-12-21 Jim Blandy <jimb@redhat.com>
17603
4c2acfea
JB
17604 * gdb.c++/psmang.exp: Doc fix.
17605
f0708dbb
JB
17606 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17607 test.
17608
9579e000
DC
176092002-12-20 David Carlton <carlton@math.stanford.edu>
17610
17611 * gdb.c++/annota2.exp: KFAIL annotate-quit.
17612
d1810171
MC
176132002-12-18 Michael Chastain <mec@shout.net>
17614
17615 * gdb.c++/annota2.exp: Add copyright year 2002.
17616
76565097
DC
176172002-12-17 David Carlton <carlton@math.stanford.edu>
17618
17619 * gdb.c++/try_catch.cc: Add marker comments.
17620 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17621 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17622 * gdb.c++/m-static.cc: Ditto.
17623 * gdb.c++/m-static1.cc: Ditto.
17624 * gdb.c++/try_catch.cc: Ditto.
17625
da81390b
JJ
176262002-12-16 Jeff Johnston <jjohnstn@redhat.com>
17627
17628 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17629 to see whether we are using the new -environment-directory
17630 command which resets via -r or the old version of the command
17631 which may prompt the user. Part of fix for gdb/741.
17632
b304d130
AC
176332002-12-13 Andrew Cagney <ac131313@redhat.com>
17634
17635 * gdb.fortran/types.exp: Update obsolete comment.
17636 * gdb.fortran/exprs.exp: Ditto.
17637 * lib/gdb.exp: Delete obsolete code.
17638 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17639 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17640 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17641 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17642 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17643 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17644 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17645 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17646 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17647 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17648 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17649 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17650 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17651 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17652 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17653 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17654 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17655 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17656 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17657 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17658 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17659 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17660 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17661 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17662 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17663 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17664 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17665 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17666 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17667 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17668 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17669 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17670 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17671 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17672 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17673 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17674 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17675
a23b6e6a
DC
176762002-12-11 David Carlton <carlton@math.stanford.edu>
17677
17678 * gdb.c++/m-data.exp: Add test for members that shadow global
17679 variables: see PR gdb/804.
17680 * gdb.c++/m-data.cc: Ditto.
17681
6604731b
DJ
176822002-12-10 Daniel Jacobowitz <drow@mvista.com>
17683
17684 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17685
de46ecd7
DC
176862002-12-06 David Carlton <carlton@math.stanford.edu>
17687
17688 * gdb.base/store.c: Don't declare functions static.
17689
27e829d0
AC
176902002-12-04 Andrew Cagney <ac131313@redhat.com>
17691
17692 * gdb.base/store.exp, gdb.base/store.c: New files.
17693
92806416
DJ
176942002-12-03 Daniel Jacobowitz <drow@mvista.com>
17695
17696 * gdb.base/selftest.exp: Update for current gdb.
17697
3bcbaac5
DJ
176982002-12-03 Daniel Jacobowitz <drow@mvista.com>
17699
17700 * gdb.base/maint.exp: Only dump symbols from one source file
17701 or objfile.
17702
f4f00b1f
DJ
177032002-12-03 Daniel Jacobowitz <drow@mvista.com>
17704
17705 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17706 function call.
17707
f1c8a949
JB
177082002-11-25 Jim Blandy <jimb@redhat.com>
17709
17710 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17711 function appearing in error message.
17712
9e297a97
DJ
177132002-11-21 Daniel Jacobowitz <drow@mvista.com>
17714
17715 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17716
1f312e79
JJ
177172002-11-08 Jeff Johnston <jjohnstn@redhat.com>
17718
d63a86f8
RM
17719 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17720 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
17721 should be in mi console format. This is part of fix for PR gdb/604.
17722
83c31e7d
FN
177232002-09-18 Fernando Nasser <fnasser@redhat.com>
17724
17725 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17726 which explicitly prints the zero offset as "+0".
17727
322b3f65
DJ
177282002-10-22 Daniel Jacobowitz <drow@mvista.com>
17729
17730 * gdb.threads/schedlock.c (args): Make unsigned.
17731
177322002-10-21 Daniel Jacobowitz <drow@mvista.com>
17733
17734 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
17735 numbers. Allow "foo2|selected stack frame".
17736 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17737 * gdb.asm/asmsrc2.s: Likewise.
17738 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
17739 comments.
17740 * gdb.asm/mips.inc: New file.
17741
5e2fe5b8
AF
177422002-10-18 Adam Fedor <fedor@gnu.org>
17743
17744 * gdb.base/default.exp: Update expected output to include 'ObjC'.
17745 * gdb.base/help.exp: Likewise.
17746
abe1a5d0
KB
177472002-10-17 Kevin Buettner <kevinb@redhat.com>
17748
17749 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17750 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17751
10abb1d4
JB
177522002-10-02 Jim Blandy <jimb@redhat.com>
17753
17754 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17755
1f609b42
AC
177562002-10-01 Andrew Cagney <ac131313@redhat.com>
17757
17758 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17759 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17760 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17761 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17762 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17763 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17764 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17765
0aee02e4
AC
177662002-09-29 Andrew Cagney <ac131313@redhat.com>
17767
17768 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17769 * mi0-disassemble.exp, mi0-eval.exp: Delete.
17770 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17771 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17772 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17773 * mi0-var-block.exp, mi0-var-child.exp: Delete.
17774 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 17775
6fde09ad
KB
177762002-09-27 Kevin Buettner <kevinb@redhat.com>
17777
17778 * gdb.base/annota1.exp (info break): Make directory components of
17779 path optional since not all compilers emit this debug information.
17780
889bf7c5
PA
17781 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17782 step ends up stepping out of the function instead of stopping on
17783 the epilogue.
6fde09ad 17784
9e8aab75
KS
177852002-09-26 Keith Seitz <keiths@redhat.com>
17786
17787 * lib/insight-support.exp (gdbtk_start): Figure out where
17788 the insight executable is based on where gdb is. Use this
17789 executable to start insight instead of gdb.
17790
e36180d7
AC
177912002-09-25 Andrew Cagney <cagney@redhat.com>
17792
17793 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17794
9dd34b2b
AC
177952002-09-24 Andrew Cagney <ac131313@redhat.com>
17796
17797 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17798 test_isolated_complaints.
17799 (test_empty_complaint): New function.
17800 (test_empty_complaints): New function. Check no output when no
17801 complaints.
d63a86f8 17802
dea97812
KB
178032002-09-19 Jim Blandy <jimb@redhat.com>
17804
a9c64011 17805 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 17806
54951bd7
AC
178072002-09-19 Andrew Cagney <ac131313@redhat.com>
17808
17809 * gdb.gdb/complaints.exp: New file.
17810
dec43320
AC
178112002-09-18 Andrew Cagney <ac131313@redhat.com>
17812
17813 * gdb.base/maint.exp: Check `help maint internal-warning'.
17814
e70d6e3f
DC
178152002-09-18 David Carlton <carlton@math.stanford.edu>
17816
17817 * gdb.c++/m-static.exp: Remove breakpoints depending on line
17818 numbers, and replace them by a single breakpoint after the
17819 constructors are all finished.
17820 Add test 4.
17821 * gdb.c++/m-static.cc: Add test 4.
17822 * gdb.c++/m-static.h: New file.
17823 * gdb.c++/m-static1.cc: New file.
17824
17825 * gdb.c++/printmethod.exp: New file.
17826 * gdb.c++/printmethod.cc: New file.
17827
17828 * gdb.c++/pr-574.exp: New file.
17829 * gdb.c++/pr-574.cc: New file.
17830
afb5c968
CV
178312002-09-18 Corinna Vinschen <vinschen@redhat.com>
17832
17833 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
17834 embedded targets which never actually exit.
17835
31e45dee
FN
178362002-09-18 Fernando Nasser <fnasser@redhat.com>
17837
17838 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
17839 "don't step after run" as unresolved or unsupported, instead of xfail.
17840
a283c5a1
CV
178412002-09-18 Corinna Vinschen <vinschen@redhat.com>
17842
17843 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
17844 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
17845 Add newline to expected string in "step out of main (status wrapper)"
17846 case.
17847
11350d2a
CV
178482002-09-18 Corinna Vinschen <vinschen@redhat.com>
17849
17850 * lib/gdb.exp (rerun_to_main): Allow restarting application.
17851 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
17852
0deec7d6
TT
178532002-09-17 Tom Tromey <tromey@redhat.com>
17854
17855 * gdb.base/printcmds.exp (test_print_string_constants): Expect
17856 \000, not \0, in double-quoted string.
17857
b2b4a1b5
CV
178582002-09-14 Corinna Vinschen <vinschen@redhat.com>
17859
c9d37158 17860 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
17861 string after running the commands execution on breakpoint tests.
17862
1c56143a
CV
178632002-09-13 Corinna Vinschen <vinschen@redhat.com>
17864
17865 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
17866
37f8da45
JB
178672002-09-12 Joel Brobecker <brobecker@gnat.com>
17868
17869 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
17870
08b468e0
KS
178712002-09-10 Keith Seitz <keiths@redhat.com>
17872
17873 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
17874 runto proc.
17875 (mi_run_to_main): Use mi_runto.
17876 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
17877
dc360f58
KS
178782002-09-10 Keith Seitz <keiths@redhat.com>
17879
17880 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
17881 regexp for stopping at main. Could have multiple event notifications.
17882 Don't assume that main was declared with no parameters.
17883 (mi_next): Use mi_step_to.
17884 (mi_step): Use mi_next_to.
17885
ce3abcfb
CV
178862002-09-09 Corinna Vinschen <vinschen@redhat.com>
17887
17888 * gdb.base/default.exp: Fix expected string in `info float' test.
17889
d1f5b980
BE
178902002-09-09 Ben Elliston <bje@redhat.com>
17891
17892 * config/mips.exp: Update comments.
17893 * config/mips-idt.exp: Likewise.
17894 * config/nind.exp: Likewise.
17895 * config/slite.exp: Likewise.
17896 * config/sparclet.exp: Likewise.
17897 * config/udi.exp: Likewise.
17898 * config/vx.exp: Likewise.
17899 * config/vxworks29k.exp: Likewise.
17900
2f71430b
JB
179012002-09-05 Jim Blandy <jimb@redhat.com>
17902
17903 * gdb.threads/killed.exp: Fix test failure message.
17904
7ddebc7e
KS
179052002-09-04 Keith Seitz <keiths@redhat.com>
17906
17907 * lib/mi-support.exp: Update copyright.
17908 (mi_gdb_test): Increase the priority of the expected pattern
17909 so that it matches gdb_test.
17910
0ae67eb3
KS
179112002-09-03 Keith Seitz <keiths@redhat.com>
17912
17913 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17914 Use integer comparison instead of string comparison for testing
17915 whether binary was built.
17916
38fc42c8
JB
179172002-09-03 Jim Blandy <jimb@redhat.com>
17918
17919 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
17920
b6ff0e81
JB
179212002-08-29 Jim Blandy <jimb@redhat.com>
17922
17923 * gdb.threads/pthreads.exp: Move the portable thread compilation
17924 code into a function in lib/gdb.exp, and call that from here.
17925 * lib/gdb.exp (gdb_compile_pthreads): New function.
17926
07c98896
KS
179272002-08-29 Keith Seitz <keiths@redhat.com>
17928
17929 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
17930 expect_out so that callers can get at it.
17931
0312286c
DJ
179322002-08-23 Daniel Jacobowitz <drow@mvista.com>
17933
17934 * gdb.threads/print-threads.c: New file.
17935 * gdb.threads/print-threads.exp: New file.
17936 * gdb.threads/schedlock.c: New file.
17937 * gdb.threads/schedlock.exp: New file.
17938
dd039bc4
EZ
179392002-08-22 Elena Zannoni <ezannoni@redhat.com>
17940
a9c64011
AS
17941 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
17942 not altivec.c.
dd039bc4 17943
1f36144c
MK
179442002-08-17 Mark Kettenis <kettenis@gnu.org>
17945
17946 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
17947 targets. The problem should be fixed now.
17948
16057ec7 179492002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
17950
17951 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
17952 2002-07-24 change that removes final dots from error messages.
17953
3c1499ad
TT
179542002-08-13 Tom Tromey <tromey@redhat.com>
17955
17956 * gdb.base/readline.exp: New file.
17957
a20ce2c3
AC
179582002-08-01 Andrew Cagney <ac131313@redhat.com>
17959
17960 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
17961 supress message.
17962
db034ac5
AC
179632002-08-01 Andrew Cagney <cagney@redhat.com>
17964
17965 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
17966 CHILL_FOR_TARGET and CHILL_LIB.
17967 * configure.in (configdirs): Remove gdb.chill.
17968 * configure: Regenerate.
17969 * lib/gdb.exp: Obsolete references to chill.
17970 * gdb.fortran/types.exp: Ditto.
17971 * gdb.fortran/exprs.exp: Ditto.
17972
3e000b18
KB
179732002-07-30 Kevin Buettner <kevinb@redhat.com>
17974
17975 * gdb.base/shlib-call.exp (additional_flags): Conditionally
17976 set Irix-specific compile and link flags.
17977
28f4966b
KB
179782002-07-29 Kevin Buettner <kevinb@redhat.com>
17979
17980 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
17981 source files. The ``-o'' option doesn't work with the ``-E'' option
17982 when using the Irix compiler.
17983
46c0d5a6
DJ
179842002-07-19 Daniel Jacobowitz <drow@mvista.com>
17985
17986 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
17987 Improve support for reusing an exec file. Copy exec file
17988 to target, and run gdbserver on the target instead of on the host.
17989
eecf4bed
JB
179902002-07-18 Jim Blandy <jimb@redhat.com>
17991
0f815cdf
JB
17992 * gdb.base/ending-run.exp: Don't expect to see the program end in
17993 some orderly fashion when we're running on a real stand-alone
17994 board.
17995
eecf4bed
JB
17996 * gdb.base/interrupt.exp: Correct logic for skipping tests on
17997 targets that don't support interrupts.
17998
52d309e4
JB
179992002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
18000
18001 * gdb.base/attach.exp: Add patterns to match output from /proc-based
18002 systems.
18003 Move comments in expect statements to inside the actions, so that they
18004 don't get matched against.
18005
ff683d9e
MK
180062002-07-10 Mark Kettenis <kettenis@gnu.org>
18007
18008 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18009 function when asleep" test.
18010
b5356753
AC
180112002-07-10 Andrew Cagney <ac131313@redhat.com>
18012
18013 * gdb.base/page.exp: Rewrite to handle problems with very long
18014 `info set' output. Update copyright.
18015
6aa4d13a
AC
180162002-06-26 Andrew Cagney <ac131313@redhat.com>
18017
18018 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18019 gdb.threads-hp.
18020 * gdb.hp/configure: Regenerate.
18021 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18022 * gdb.hp/gdb.threads-hp/configure: Delete file.
18023 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18024
8cf8c2b8
AC
180252002-06-22 Andrew Cagney <ac131313@redhat.com>
18026
18027 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18028 setlocale, bindtextdomain and textdomain.
18029
6827a8f8
JB
180302002-06-11 Jim Blandy <jimb@redhat.com>
18031
919d772c
JB
18032 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18033 preprocessor macro information is present.
18034
6827a8f8
JB
18035 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18036 tests.
18037
c15b0d21
MS
180382002-06-06 Michael Snyder <msnyder@redhat.com>
18039
c5984d70
MS
18040 * gdb.base/overlays.exp: Record addresses of overlay
18041 functions in TCL variables rather than in GDB variables,
18042 to avoid having GDB convert them to pointers (with loss
18043 of information).
18044
d63a86f8 18045 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 18046 default linker script changes.
c15b0d21
MS
18047 * gdb.base/long_long.exp: Add check for sizeof (long double).
18048
be26fe0d
ML
180492002-06-06 Michal Ludvig <mludvig@suse.cz>
18050
18051 * gdb.asm/asm-source.exp: Add x86-64 target.
18052 * gdb.asm/x86_64.inc: New.
d63a86f8 18053
258093ca 180542002-05-30 Michael Chastain <mec@shout.net>
258093ca 18055
4b3153f1 18056 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
18057 * gdb.c++/m-static.cc: New file.
18058 * gdb.c++/m-static.exp: New file.
18059
241264c6
MS
180602002-05-28 Michael Snyder <msnyder@redhat.com>
18061
18062 * gdb.base/call-ar-st.exp: Allow for reduced floating point
18063 precision.
18064
9bba8c8f 180652002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 18066
4b3153f1 18067 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
18068 * gdb.c++/m-data.cc: New file.
18069 * gdb.c++/m-data.exp: New file.
18070
180712002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 18072
4b3153f1 18073 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 18074 * gdb.c++/try_catch.cc: New file.
d63a86f8 18075 * gdb.c++/try_catch.exp: New file.
9bba8c8f 18076
def1b996
MC
180772002-05-27 Michael Chastain <mec@shout.net>
18078
18079 * gdb.c++/local.exp: Accept more nested types in output.
18080
522ba268
MC
180812002-05-26 Michael Chastain <mec@shout.net>
18082
18083 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18084
277254ba
MS
180852002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
18086
18087 * lib/gdb.exp (gdb_wrapper_init): Just because
18088 gdb_wrapper_file exists, this does not mean that the file
18089 should not be rebuilt. That is what gdb_wrapper_initialized
18090 is for.
18091 (default_gdb_init): Reset gdb_wrapper_initialized.
18092
b61a8733
MS
180932002-05-23 Michael Snyder <msnyder@redhat.com>
18094
d63a86f8 18095 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
18096 the precision of the floating point test results.
18097 * gdb.base/call-rt-st.exp: Ditto.
18098
b61a8733
MS
18099 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18100 * gdb.base/call-rt-st.exp: Ditto.
18101
56f6e910
MC
181022002-05-19 Michael Chastain <mec@shout.net>
18103
18104 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18105
ad0b0016
EZ
181062002-05-19 Elena Zannoni <ezannoni@redhat.com>
18107
a9c64011
AS
18108 * configure.in (configdirs): Add gdb.arch.
18109 * configure: Regenerate.
ad0b0016 18110
f617d2b6
JB
181112002-05-17 Jim Blandy <jimb@redhat.com>
18112
18113 * gdb.base/completion.exp: Recognize the more detailed error
18114 messages produced by the macro expander's lexical analyzer.
18115
eac2a696
EZ
181162002-05-14 Elena Zannoni <ezannoni@redhat.com>
18117
a9c64011
AS
18118 * gdb.arch/altivec-abi.c: New file.
18119 * gdb.arch/altivec-abi.exp: New file.
18120 * gdb.arch/altivec-regs.c: New file.
18121 * gdb.arch/altivec-regs.exp: New file.
eac2a696 18122
2fdde8f8
DJ
181232002-05-14 Daniel Jacobowitz <drow@mvista.com>
18124
18125 * gdb.base/maint.exp (maint print type): Update for new type
18126 structure.
d63a86f8 18127
e31f1a7c
EZ
181282002-05-14 Elena Zannoni <ezannoni@redhat.com>
18129
18130 * gdb.arch: New directory.
18131 * gdb.arch/configure.in: New file.
18132 * gdb.arch/configure: New file.
18133 * gdb.arch/Makefile.in: New file.
18134
db589741
CV
181352002-05-13 Corinna Vinschen <vinschen@redhat.com>
18136
18137 * gdb.asm/asm-source.exp: Add v850 as supported target.
18138 * gdb.asm/v850.inc: New file.
18139
8ce2a7dc
DJ
181402002-05-13 Daniel Jacobowitz <drow@mvista.com>
18141
18142 * gdb.c++/annota2.exp (annotate-quit): Add comment.
18143
df763c7f
DJ
181442002-05-12 Daniel Jacobowitz <drow@mvista.com>
18145
18146 * gdb.base/break.exp: Check 'break "marker2"'.
18147
377daeed
MS
181482002-05-10 Michael Snyder <msnyder@redhat.com>
18149
18150 * gdb.base/long_long.exp: Fix typo.
18151
c4b7bc2b
JB
181522002-05-10 Jim Blandy <jimb@redhat.com>
18153
ecac9a4e
JB
18154 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
18155 a bug.
18156
c4b7bc2b
JB
18157 * gdb.base/printcmds.exp (test_integer_literals_rejected):
18158 Recognize more detailed error message produced by the macro
18159 expander's lexical analyzer.
18160 * lib/gdb.exp (test_print_reject): Same.
18161
e71019a1
MK
181622002-05-09 Mark Kettenis <kettenis@gnu.org>
18163
18164 * gdb.c++/method.exp: Fix typo.
18165
fedfc8e6
MS
181662002-05-08 Michael Snyder <msnyder@redhat.com>
18167
166a1957
MS
18168 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18169 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 18170 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
18171 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18172 Add iftarget clause for strongarm.
d63a86f8 18173
f1c47eb2
MS
181742002-05-06 Michael Snyder <msnyder@redhat.com>
18175
cb9a9d3e
MS
18176 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18177 (gdb_continue_to_end): Accept output from status wrapper.
18178 * gdb.base/ending-run.exp: Add case for output from status wrapper.
18179 Clean up fail messages to match pass messages.
18180
f1c47eb2
MS
18181 Enable the "needs_status_wrapper" testsuite feature.
18182 * lib/gdb.exp (gdb_wrapper_init): New procedure.
18183 (gdb_compile): Conditionally call gdb_wrapper_init.
18184 * gdb.base/a2-run.exp: Recognize output from status wrapper.
18185 * gdb.c++/method.exp: Recognize output from status wrapper.
18186
6079c749
BE
181872002-05-06 Ben Elliston <bje@redhat.com>
18188From Graydon Hoare <graydon@redhat.com>
18189
18190 * config/sid.exp: Include support for "rawsid" protocol.
18191
188baff3
JB
181922002-05-03 Jim Blandy <jimb@redhat.com>
18193
18194 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18195 * gdb.c++/hang3.C: New file.
18196
b9c07f0f
AC
181972002-05-04 Andrew Cagney <ac131313@redhat.com>
18198
18199 * gdb.base/default.exp: Remove obsolete code.
18200 * gdb.c++/misc.exp: Ditto. Update copyright.
18201 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
18202 * gdb.base/whatis.exp: Ditto. Update copyright.
18203 * gdb.base/scope.exp: Ditto. Update copyright.
18204 * gdb.base/ptype.exp: Ditto. Update copyright.
18205 * gdb.base/printcmds.exp: Ditto. Update copyright.
18206 * gdb.base/opaque.exp: Ditto. Update copyright.
18207 * gdb.base/list.exp: Ditto.
18208 * gdb.base/funcargs.exp: Ditto. Update copyright.
18209 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18210 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18211 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18212 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18213 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18214 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18215
5c7a0397
MS
182162002-05-02 Michael Snyder <msnyder@redhat.com>
18217
d6dcc264 18218 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
18219 * gdb.base/long_long.exp: Add xscale target.
18220 * gdb.base/default.exp: Add xscale target.
18221
eb7f1c48
JB
182222002-05-01 Jim Blandy <jimb@redhat.com>
18223
18224 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18225 gdb.c++/hang.exp: New test.
18226
a6befae8
FF
182272002-05-01 Fred Fish <fnf@redhat.com>
18228
18229 * gdb.base/completion.exp: Handle completions of "./Make" for
18230 more than one completion possibility, as is the case when we
18231 build and test in the source tree.
18232
0a310277
AG
182332002-04-29 Anthony Green <green@redhat.com>
18234
18235 * gdb.java/jmisc1.exp: New file.
18236 * gdb.java/jmisc2.exp: New file.
18237
6ff9af88
DJ
182382002-04-24 Daniel Jacobowitz <drow@mvista.com>
18239
18240 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18241
96b3d632
EZ
182422002-04-23 Elena Zannoni <ezannoni@redhat.com>
18243
18244 * gdb.base/help.exp: Change 'help status' to allow for target
18245 dependent output differences.
18246
5019bb54
MC
182472002-04-22 Michael Chastain <mec@shout.net>
18248
18249 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18250
a805a116
MC
182512002-04-22 Michael Chastain <mec@shout.net>
18252
18253 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18254
a1706bfd
DM
182552002-04-17 David S. Miller <davem@redhat.com>
18256
18257 * gdb.asm/sparc64.inc: New file.
18258 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18259
a73a20a2
EZ
182602002-04-19 Elena Zannoni <ezannoni@redhat.com>
18261
18262 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18263 instruction file directly into the build tree. Clean up at end of
18264 test.
18265
ba678339
DM
182662002-04-18 David S. Miller <davem@redhat.com>
18267
18268 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18269 handle 64-bit platforms correctly.
18270 * gdb.base/maint.exp: Likewise.
18271
b03399da
KB
182722002-04-18 Kevin Buettner <kevinb@redhat.com>
18273
18274 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18275 ``-fpic'' when compiling files comprising a shared library, but
18276 it does need additional linker flags in order to find shared
18277 libraries at run time.
18278
e2004992
KB
182792002-04-18 Kevin Buettner <kevinb@redhat.com>
18280
18281 * gdb.base/cvexpr.c (use): New function.
18282 (main): Invoke use() on all global variables to prevent
18283 some linkers from deleting these otherwise unused symbols.
18284
d8937120
MC
182852002-04-17 Michael Chastain <mec@shout.net>
18286From David S. Miller <davem@redhat.com>
18287
18288 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18289 handle 64-bit platforms correctly.
18290
ffd61a58
MS
182912002-04-12 Michael Snyder <msnyder@redhat.com>
18292From Jim Blandy <jimb@redhat.com>
a9c64011 18293 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
18294 script can handle this instead.
18295 * gdb.base/bar.c (barx): Same.
18296 * gdb.base/baz.c (bazx): Same.
18297 * gdb.base/grbx.c (grbxx): Same.
18298
18299 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18300 manager doesn't automatically unmap overlays unnecessarily.
18301
6b8426a6
MH
183022002-04-10 Martin M. Hunt <hunt@redhat.com>
18303
18304 * gdb.base/ending-run.exp: Fix pattern for Mips targets
18305 stepping out of main.
18306
34af4875
MC
183072002-04-09 Michael Chastain <mec@shout.net>
18308
18309 * gdb.c++/local.cc (main): Move call to marker1() inside nested
18310 scope so that the nested scope tests will make sense.
18311 * gdb.c++/local.exp: Write patterns that actually work with gcc
18312 (the HP patterns "were never known to work with gcc").
18313 Keep the old aCC patterns too.
18314
2d1676a0
DJ
183152002-04-09 Daniel Jacobowitz <drow@mvista.com>
18316
18317 * gdb.base/attach.exp: Correct target board test.
18318
3a63e3f9
MC
183192002-04-08 Michael Chastain <mec@shout.net>
18320
18321 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18322 in a const method. Add some xfail and fail cases for configurations
18323 that do not emit the "const ...".
18324
f18dabd2
MC
183252002-04-07 Michael Chastain <mec@shout.net>
18326
18327 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18328 Accept "A * const" and "const A * const" as type of "this".
18329 Fix spelling of getFunky throughout. Make messages uniform.
18330
0fcddd82
EZ
183312002-04-07 Elena Zannoni <ezannoni@redhat.com>
18332
a9c64011 18333 Work around for PR gdb/285:
0fcddd82
EZ
18334 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18335
16a8534a
EZ
183362002-04-07 Elena Zannoni <ezannoni@redhat.com>
18337
18338 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18339 instructions file at run time instead of configure time.
18340 Sometimes we run the test in a directory that is not the one we
18341 configured in.
18342 * gdb.asm/configure.in: Delete creation of symlink.
18343 * gdb.asm/configure: Regenerate.
18344
24181d81
JB
183452002-04-05 J. Brobecker <brobecker@gnat.com>
18346
18347 * gdb.gdb/xfullpath.exp: New test, to exercise the new
18348 xfullpath () function.
18349
7cdb7107
DJ
183502002-04-04 Daniel Jacobowitz <drow@mvista.com>
18351
18352 * gdb.asm/Makefile.in: Correct dependencies.
18353
18354 * gdb.asm/powerpc.inc: New file.
18355 * gdb.asm/asm-source.exp: Add PowerPC.
18356 * gdb.asm/configure.in: Likewise.
18357 * gdb.asm/configure: Regenerated.
18358
a7d17088
DJ
183592002-04-04 Daniel Jacobowitz <drow@mvista.com>
18360
18361 * gdb.base/relocate.exp: New file.
18362 * gdb.base/relocate.c: New file.
18363
cd721503
FF
183642002-04-04 Fred Fish <fnf@redhat.com>
18365
18366 * gdb.base/step-test.exp: Update comment regarding stopping in
18367 memcpy/bcopy calls inserted as part of the compiler runtime.
18368
b22ad7a7
MS
183692002-04-04 Michael Snyder <msnyder@redhat.com>
18370
18371 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18372
5f279fa6
DJ
183732002-04-03 Daniel Jacobowitz <drow@mvista.com>
18374
18375 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18376 (gdb_expect): Remove $notransfer hack.
18377
dd0fd3ce
DJ
183782002-04-02 Daniel Jacobowitz <drow@mvista.com>
18379
18380 * gdb.c++/classes.exp ("calling method for small class"): Match
18381 updated register output.
18382
1e50cda1
DJ
183832002-03-30 Daniel Jacobowitz <drow@mvista.com>
18384
18385 Fix PR gdb/452
18386 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18387 when finished. Make gdb_file_cmd send "exec-file" when
18388 appropriate.
18389
24015922
DJ
183902002-03-30 Daniel Jacobowitz <drow@mvista.com>
18391
18392 * gdb.base/attach.exp: Remove extra setup_xfail.
18393
dd7dfd64
MS
183942002-03-26 Michael Snyder <msnyder@redhat.com>
18395
18396 * gdb.base/default.exp: Add tests for dump, append, and restore.
18397 * gdb.base/help.exp: Add tests for dump, append, and restore.
18398 * gdb.base/dump.exp: New file, test dump, append and restore.
18399 * gdb.base/dump.c: New file.
18400
48b2f8d7
MS
184012002-03-27 Michael Snyder <msnyder@redhat.com>
18402
d63a86f8 18403 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
18404 clean-ups in help messages.
18405
05b4d525
FF
184062002-03-26 Fred Fish <fnf@redhat.com>
18407
18408 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18409 have debugging info for those functions and the compiler uses them
18410 internally to copy structs around.
18411
d7679631
FF
184122002-03-26 Fred Fish <fnf@redhat.com>
18413
18414 * gdb.base/list.exp: Revert the change made yesterday and add note
18415 about why we don't list the default lines for remote targets.
18416
523ac3f9
MS
184172002-03-25 Michael Snyder <msnyder@redhat.com>
18418
18419 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18420
754b2b8d
FF
184212002-03-25 Fred Fish <fnf@redhat.com>
18422
18423 * gdb.base/list.exp: This test works on remote targets so remove
18424 the short circuit for remote targets. Update copyright.
18425
33c3e192
FF
184262002-03-25 Fred Fish <fnf@redhat.com>
18427
18428 * gdb.base/attach.exp: Fix logic error that was suppressing this
18429 test for all non hppa*-*-hpux* targets, instead of the hp target.
18430 Move comments closer to the suppression point. Also now need to
18431 check that we are running natively.
18432
d43e73ee
MS
184332002-03-22 Michael Snyder <msnyder@redhat.com>
18434
882c8f02
MS
18435 * gdb.base/default.exp: Add test for gcore. Update copyright.
18436 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 18437
04c12f60
FF
184382002-03-06 Fred Fish <fnf@redhat.com>
18439
18440 * gdb.base/funcargs.c: Remove extraneous ';' character.
18441 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18442
b43df995
MC
184432002-03-04 Michael Chastain <mec@shout.net>
18444
18445 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18446 accommodate gcc v3 function signature.
18447 * gdb.mi/mi0-var-cmd-exp: Ditto.
18448
92362027
AC
184492002-02-24 Andrew Cagney <ac131313@redhat.com>
18450
18451 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18452 ``GNU/Linux'' or ``Linux kernel''
18453 * testsuite/gdb.threads/pthreads.c: Ditto.
18454
258ad32d
MC
184552002-02-24 Michael Chastain <mec@shout.net>
18456
18457 * gdb.threads/pthreads.c (thread1): Add a return statement.
18458 (thread2): Likewise.
18459 (foo): Likewise.
18460
04c3b3d4
MC
184612002-02-23 Michael Chastain <mec@shout.net>
18462
18463 * gdb.threads/linux-dp.c (philosopher): Add a return statement
18464 to placate gcc.
18465
5a2a0a20
MC
184662002-02-23 Michael Chastain <mec@shout.net>
18467
18468 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18469 test "ptype bint". The test passes on all my stabs configurations.
18470
a640f7fc
JB
184712002-02-21 Jim Blandy <jimb@redhat.com>
18472
27924826
JB
18473 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18474 filename at a time, and watch for the ones we want to see.
18475
a640f7fc
JB
18476 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18477 types of pointers to prototyped functions.
18478
edcc8c75
AC
184792002-02-20 Andrew Cagney <ac131313@redhat.com>
18480
18481 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
18482 signed, unsigned and straight char.
18483 (padding_char, padding_short, padding_int, padding_long,
18484 padding_long_long, padding_float, padding_double,
18485 padding_long_double): New global variables.
18486 (fill, fill_structs): New functions.
18487
18488 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
18489 for correctly sized writes. Update copyright.
18490 (get_valueof): New procedure.
18491 (get_sizeof): Call get_valueof.
18492 (check_valueof): New procedure.
18493 (check_padding): New procedure.
18494
ac57ea44
MC
184952002-02-20 Michael Chastain <mec@shout.net>
18496
18497 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18498 to setup_xfail. Document some of the remaining calls.
18499
7a10c941
MC
185002002-02-18 Michael Chastain <mec@shout.net>
18501
18502 * gdb.c++/userdef.exp: Update copyright year.
18503
fb8acdcc
DJ
185042002-02-18 Daniel Jacobowitz <drow@mvista.com>
18505
18506 * gdb.c++/userdef.exp: Test overloaded operators properly.
18507 Remove xfails.
18508
fda6ae12
MS
185092002-02-14 Michael Snyder <msnyder@redhat.com>
18510
18511 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18512
676a0442
DJ
185132002-02-14 Daniel Jacobowitz <drow@mvista.com>
18514
18515 * gdb.base/a2-run.exp: Check for a remote target properly.
18516 * gdb.base/annota1.exp: Likewise.
18517 * gdb.base/list.exp: Likewise.
18518 * gdb.base/reread.exp: Likewise.
18519 * gdb.base/scope.exp: Likewise.
18520 * gdb.base/shlib-call.exp: Likewise.
18521 * gdb.base/term.exp: Likewise.
18522 * gdb.c++/annota2.exp: Likewise.
18523
78b4f468
RE
185242002-02-13 Richard Earnshaw <rearnsha@arm.com>
18525
18526 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18527
9a81ba51
MC
185282002-02-10 Michael Chastain <mec@shout.net>
18529
18530 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18531 (call_after_alloca): Ditto.
18532
004af6c7
DJ
185332002-02-10 Daniel Jacobowitz <drow@mvista.com>
18534
18535 * gdb.base/ending-run.exp: Guard "cont" test with
18536 gdb_skip_stdio_test.
18537
37225f62
JB
185382002-02-06 Jim Blandy <jimb@redhat.com>
18539
18540 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18541 from here...
18542 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18543 To here. Disable this test on non-HP platforms. Add big comment.
18544
fe6fdd96
MS
185452002-02-04 Michael Snyder <msnyder@redhat.com>
18546
18547 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
18548 other than d10v and m32r.
18549
036fad3f
RE
185502002-02-02 Richard Earnshaw <rearnsha@arm.com>
18551
18552 * gdb.base/default.exp: Rewrite test patterns to reduce time
18553 taken to match them.
18554
7148ab62
DJ
185552002-01-30 Daniel Jacobowitz <drow@mvista.com>
18556
18557 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18558 Allow a start function above main.
18559 * gdb.threads/linux-dp.exp: Fix copyright date.
18560
396cc255
DJ
185612002-01-30 Daniel Jacobowitz <drow@mvista.com>
18562
a9c64011
AS
18563 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18564 (check_philosopher_stack): Check for manager thread before checking
18565 for a just-starting thread.
396cc255 18566
f038d31b
DJ
185672002-01-30 Daniel Jacobowitz <drow@mvista.com>
18568
18569 From Neil Booth <neil@daikokuya.demon.co.uk>:
18570 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18571 warnings.
18572
b3ff9d9a
FF
185732002-01-21 Fred Fish <fnf@redhat.com>
18574
18575 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18576 not caller.
18577
39ad761d
JB
185782002-01-21 Jim Blandy <jimb@redhat.com>
18579
18580 * gdb.base/reread.exp: Check that GDB properly re-reads the
18581 executable file when it changes while no inferior is running.
18582
aaf320fa
FF
185832002-01-21 Fred Fish <fnf@redhat.com>
18584
a9c64011
AS
18585 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18586 optionally accept the "shlib events" variation.
aaf320fa 18587
808a31f5
JB
185882002-01-21 Jim Blandy <jimb@redhat.com>
18589
18590 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18591 call `fflush' after every `printf', so that the output is produced
18592 at predictable points, regardless of whatever buffering does (or
18593 doesn't) take place.
18594 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18595 at different points.
18596
4420d5e2
DJ
185972002-01-20 Daniel Jacobowitz <drow@mvista.com>
18598
18599 * gdb.c++/inherit.exp: Update copyright years.
18600 * gdb.c++/method.exp: Likewise.
18601
3e36a0f4
DJ
186022002-01-20 Daniel Jacobowitz <drow@mvista.com>
18603
18604 * gdb.c++/classes.exp: Update for improved v3 support and skipping
18605 artificial methods/arguments.
18606 * gdb.c++/derivation.exp: Likewise.
18607 * gdb.c++/inherit.exp: Likewise.
18608 * gdb.c++/method.exp: Likewise.
18609 * gdb.c++/virtfunc.exp: Likewise.
18610
b4ceaee6
AC
186112002-01-18 Andrew Cagney <ac131313@redhat.com>
18612
18613 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18614 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18615 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18616 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18617 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18618 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18619
ecace851
JB
186202002-01-17 Jim Blandy <jimb@redhat.com>
18621
18622 * gdb.asm/asm-source.exp (info symbol): Take another shot at
18623 anchoring the pattern matching the entry point symbol's name.
18624
375fc983
AC
186252002-01-17 Andrew Cagney <ac131313@redhat.com>
18626
18627 * gdb.base/maint.exp: Update ``maint internal-error'' to match
18628 continue/quit query. Update copyright.
18629
fe6fdd96
MS
186302002-01-14 Michael Snyder <msnyder@redhat.com>
18631
18632 * gdb.base/gcore.exp: Remove extra debugging output.
18633
e017c81f
DJ
186342002-01-13 Daniel Jacobowitz <drow@mvista.com>
18635
18636 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18637 for slightly dubious v2 mangled string.
18638
37ab3bf8
DJ
186392002-01-13 Daniel Jacobowitz <drow@mvista.com>
18640
18641 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18642
1bc05c3a 186432002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 18644
1bc05c3a 18645 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 18646
1bc05c3a
JM
18647 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18648 constructors.
18649 * gdb.c++/derivation.exp: Likewise.
18650 * gdb.c++/templates.exp: Likewise.
18651 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 18652
1bc05c3a
JM
186532002-01-10 Michael Snyder <msnyder@redhat.com>
18654
18655 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 18656
a911c360
MS
186572002-01-08 Michael Snyder <msnyder@redhat.com>
18658
18659 * gdb.base/gcore.exp: New test for generate-core-file command.
18660 * gdb.base/gcore.c: Testcase for above.
18661 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18662
ea2119ec
JM
186632002-01-08 Jason Merrill <jason@redhat.com>
18664
18665 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18666
68203136
FF
186672002-01-07 Fred Fish <fnf@redhat.com>
18668
18669 * gdb.c++/overload.exp: Remove unconditional xfails for:
18670 print foo_instance1.overloadargs(1)
18671 print foo_instance1.overloadargs(1, 2)
18672 print foo_instance1.overloadargs(1, 2, 3)
18673 print foo_instance1.overloadargs(1, 2, 3, 4)
18674 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18675 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18676 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18677 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18678 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18679 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18680 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18681 print foo_instance1.overload1arg()
18682 print foo_instance1.overload1arg((char)arg2)
18683 print foo_instance1.overload1arg((signed char)arg3)
18684 print foo_instance1.overload1arg((unsigned char)arg4)
18685 print foo_instance1.overload1arg((int)arg7)
18686 print foo_instance1.overload1arg((unsigned int)arg8)
18687 print foo_instance1.overload1arg((float)arg11)
18688 print foo_instance1.overload1arg((double)arg12)
d63a86f8 18689
21b9b5b1
MS
186902002-01-07 Michael Snyder <msnyder@redhat.com>
18691
18692 * gdb.base/huge.exp: New test. Print a very large target data object.
18693 (skip_huge_test): New test variable. Define if you want to skip this
18694 test. The test reads an 8 megabyte data object from the target, so it
18695 might be very time consuming on remote targets with a slow connection.
18696 * gdb.base/huge.c: New file. Test case for above.
18697
725f922e
FF
186982002-01-07 Fred Fish <fnf@redhat.com>
18699
18700 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
18701 g_instance.bfoo, and g_instance.cfoo.
18702
889bf7c5 187032002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 18704
889bf7c5
PA
18705 * gdb.base/break.c (multi_line_if_conditional): New function.
18706 (multi_ilne_while_conditional): Likewise.
18707 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18708 IF or WHILE condition puts the breakpoint at the start of
18709 the condition.
f286b2c3 18710
634d57ec
JL
18711 * gdb.base/selftest.exp (backtrace through signal handler): Remove
18712 hppa*-*-hpux* expected failure.
18713 * gdb.base/structs.exp (do_function_calls): Similarly.
18714
18715 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18716 watchpoints.
18717
9fbfe2dc
AC
187182002-01-06 Andrew Cagney <ac131313@redhat.com>
18719
18720 Fix PR gdb/66.
18721 * gdb.base/structs.exp: Replace skip for a29k with skip for
18722 gdb,cannot_call_functions.
18723 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18724 * gdb.base/callfuncs.exp: Ditto.
18725 * gdb.base/call-rt-st.exp: Ditto.
18726 * gdb.base/call-strs.exp: Ditto.
18727 * gdb.base/callfwmall.exp: Ditto.
18728 * gdb.base/scope.exp: Obsolete xfail a29k.
18729 * gdb.c++/misc.exp: Ditto.
18730 * gdb.c++/cplusfuncs.exp: Ditto.
18731 * gdb.base/ptype.exp: Ditto.
18732 * gdb.base/printcmds.exp: Ditto.
18733 * gdb.base/opaque.exp: Ditto.
18734 * gdb.base/list.exp: Ditto.
18735 * gdb.base/funcargs.exp: Ditto.
18736 * gdb.base/default.exp: Ditto.
18737
8ddad156
MS
187382002-01-04 Michael Snyder <msnyder@redhat.com>
18739
ca4976a6 18740 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
18741 * gdb.base/maint.exp: Add tests for maint info sections options.
18742
1b074332
JL
18743Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
18744
18745 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18746
7d159115
CV
187472001-12-20 Corinna Vinschen <vinschen@redhat.com>
18748
18749 * gdb.asm/arm.inc: New file.
18750 * gdb.asm/asm-source.exp: Add arm targets.
18751 * gdb.asm/configure.in: Ditto.
18752 * gdb.asm/configure: Recreated from configure.in.
18753
8fb87725
JL
18754Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
18755
afabe08c
JL
18756 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18757 with HP's compiler.
18758 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18759 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18760 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18761 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18762
18763 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18764 either HP's compilers or GCC.
18765
db521deb
JL
18766 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18767 a SIGBUS or SIGSEGV.
18768
18769 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18770
18771 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18772 can be compiled with either HP's compiler or GCC.
18773
cfa88ab7
JL
18774 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18775 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18776 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18777
ca344dff
JL
18778 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18779 to match current gdb output. Update due to using auto-solib-limit
18780 for limiting instead of overloading auto-solib-add.
18781 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18782 test program.
18783
3f3c6e55 18784 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
18785 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18786 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18787 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18788 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18789 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18790 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18791 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18792 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18793 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18794 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18795 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18796 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 18797
8fb87725
JL
18798 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18799 a SIGTRAP to the inferior.
18800
cf599fa7
CV
188012001-12-19 Corinna Vinschen <vinschen@redhat.com>
18802
18803 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18804 Substitute call to target_link by call to gdb_compile.
18805
2cd045cd
JL
18806Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
18807
a9c64011
AS
18808 * gdb.base/break.exp: Fix HP specific search string when testing
18809 backtracing in a called function.
2cd045cd 18810
a9c64011
AS
18811 * gdb.base/constvars.exp: Only set lang to C++ if we're
18812 compiling the test with HP's compilers.
18813 * gdb.base/volatile.exp: Similarly.
2cd045cd 18814
99ebe9ac
JB
188152001-12-19 Jim Blandy <jimb@redhat.com>
18816
18817 * gdb.base/printcmds.exp: Expect the null character to be printed
18818 as '\0', and the '\013' to be printed as '\v'.
18819 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18820 * gdb.base/setvar.exp: Same.
18821
b9891b29
JB
188222001-12-17 Jim Blandy <jimb@redhat.com>
18823
0eba65ab
JB
18824 * gdb.base/completion.exp: Rather than completing very long
18825 filenames, which can make the readline library produce output we
18826 don't recognize, cd to the directory first, and then complete
18827 using nice, short relative paths.
18828
6970b5b1
JB
18829 * gdb.base/completion.exp: On some systems, there is, in fact, a
18830 variable named `b' in scope, since GDB treats all static
a9c64011
AS
18831 variables as being in scope. So use `no_var_named_this'
18832 instead of `b'.
6970b5b1 18833
b9891b29 18834 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 18835 can't find the core file's registers as a failure.
b9891b29 18836
e6ccd35f
JSC
188372001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
18838
a9c64011
AS
18839 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
18840 test expect string more specific.
e6ccd35f 18841
105ba819
CV
188422001-12-13 Corinna Vinschen <vinschen@redhat.com>
18843
18844 * gdb.asm/asm-source.exp: Add support for xstormy16.
18845 * gdb.asm/configure.in: Ditto.
18846 * gdb.asm/configure: Rebuild.
18847 * gdb.asm/xstormy16.inc: New file.
18848
e9e79dd9
FF
188492001-12-10 Fred Fish <fnf@redhat.com>
18850
18851 * gdb.base/maint.exp: Update to match changes in type dumping code.
18852
347dc97d
JB
188532001-12-10 Jim Blandy <jimb@redhat.com>
18854
18855 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
18856 matching the entry point symbol's name at the beginning of the
18857 line.
347dc97d 18858
5178b9d6
DJ
188592001-12-07 Daniel Jacobowitz <drow@mvista.com>
18860
18861 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
18862 gdb.c++/inherit.exp, gdb.c++/method.exp,
18863 gdb.c++/namespace.exp, gdb.c++/templates.exp,
18864 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
18865 and class layout support.
18866
af890c52
DJ
188672001-12-07 Daniel Jacobowitz <drow@mvista.com>
18868
18869 * gdb.c++/classes.exp: Add test for static member function.
18870 * gdb.c++/misc.cc: Add class with static member function.
18871
7a345fb3
JB
188722001-12-07 Jim Blandy <jimb@redhat.com>
18873
f2e54a80 18874 If GDB says it can't find the struct the function returned, report
8032bf31
JB
18875 those tests as `unsupported'.
18876 * gdb.base/call-rt-st.exp (print_struct_call): New function.
18877 Rewrite subsequent tests to use it.
18878
18879 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
18880 those tests as `unsupported'.
18881 * gdb.base/structs.exp (call_struct_func): New function.
18882 (do_function_calls): Use call_struct_func to call the functions
18883 returning structs.
18884
0bc69509
JB
18885 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18886 whether functions are prototyped or not, so we can't possibly pass
18887 arguments to t_float_values2 properly.
18888
7a345fb3
JB
18889 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18890 value of `timeout' for targets other than the mips*tx39-*.
18891
edb6ede1
MS
188922001-12-06 Michael Snyder <msnyder@redhat.com>
18893
d63a86f8 18894 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
18895 and detect whether the start symbol has a leading underscore.
18896
2d842f13
JB
188972001-12-04 Jim Blandy <jimb@redhat.com>
18898
18899 * gdb.base/completion.exp: Clarify indentation.
18900
68550daf
JB
189012001-12-03 Jim Blandy <jimb@redhat.com>
18902
18903 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18904 variables on the S/390, not `.word'.
18905
cd5195a8
JB
189062001-11-30 Jim Blandy <jimb@redhat.com>
18907
18908 Add assembly-source tests for s390-ibm-linux.
18909 * gdb.asm/s390.inc: New file.
18910 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18911 the S/390 architecture.
a9c64011 18912 * gdb.asm/configure: Regenerated.
cd5195a8 18913
ca9efc90
MS
189142001-11-30 Michael Snyder <msnyder@redhat.com>
18915
18916 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
18917 next, info source, info sources, info line, global and static
18918 variables, and static functions.
18919 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
18920 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
18921 * gdb.asm/asmsrc1.s: Add a static function and some variables.
18922 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
18923 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
18924 (gdbasm_leave): Restore frame pointer.
18925 (gdbasm_startup): Copy stack set-up from crt0.S.
18926
d0e66976
FN
189272001-11-26 Fernando Nasser <fnasser@redhat.com>
18928
18929 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
18930 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
18931 to a local (non-static) variable. Copy tstruct.a to a static buffer
18932 and return a pointer to that buffer.
18933 * gdb.base/callfwmall.c (t_structs_a): Ditto.
18934
e2334072
MK
189352001-11-24 Mark Kettenis <kettenis@gnu.org>
18936
18937 * gdb.asm/configure.in: Fix recognition of ix86 target.
18938 * gdb.asm/configure: Regenerate.
18939
756caa3d
MS
189402001-11-21 Michael Snyder <msnyder@redhat.com>
18941
18942 * gdb.asm/sparc.inc: New file.
18943 * gdb.asm/asm-source.exp: Recognize sparc target.
18944 * gdb.asm/configure.in: Recognize sparc target.
18945 * gdb.asm/configure: Regenerate.
d63a86f8 18946
9a4d72d5
MS
189472001-11-21 Michael Snyder <msnyder@redhat.com>
18948
18949 * gdb.asm/m32r.inc: New file.
18950 * gdb.asm/asm-source.exp: Recognize m32r target.
18951 * gdb.asm/configure.in: Recognize m32r target.
18952 * gdb.asm/configure: Regenerate.
18953
a773d1cd
MS
189542001-11-20 Michael Snyder <msnyder@redhat.com>
18955
017ac23d
MS
18956 * gdb.asm/i386.inc: New file.
18957 * gdb.asm/asm-source.exp: Recognize ix86 target.
18958 * gdb.asm/configure.in: Recognize ix86 target.
18959 * gdb.asm/configure: Regenerate.
18960
a773d1cd
MS
18961 * gdb.c++/namespace.exp: Fix quotes in output messages.
18962
bb632afb
MS
189632001-11-14 Michael Snyder <msnyder@redhat.com>
18964
25d559ca 18965 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
18966 qualifier in a type cast expression, to designate an address
18967 in the instruction space (Harvard architecture).
18968
4749e309
MS
189692001-11-13 Michael Snyder <msnyder@redhat.com>
18970
18971 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
18972 Tests for expressions using 'const' and 'volatile'.
18973
25050984
CV
189742001-11-13 Corinna Vinschen <vinschen@redhat.com>
18975
18976 * gdb.asm/asm-sources.exp: Allow defining linker flags.
18977
1902c51f
DJ
189782001-11-12 Daniel Jacobowitz <drow@mvista.com>
18979
18980 * lib/mi-support.exp (mi_run_to_helper): Move comments
18981 outside of gdb_expect.
18982
dcf95b47
DJ
189832001-11-11 Daniel Jacobowitz <drow@mvista.com>
18984
18985 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
18986 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
18987 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
18988 mi0_run_to): New functions.
18989 * gdb.mi/mi-simplerun.exp: Use them.
18990 * gdb.mi/mi0-simplerun.exp: Likewise.
18991 * gdb.mi/mi-var-cmd.exp: Likewise.
18992 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 18993
45b074e1
AC
189942001-11-10 Andrew Cagney <ac131313@redhat.com>
18995
18996 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
18997 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
18998
bf50d346
AC
189992001-11-09 Andrew Cagney <ac131313@redhat.com>
19000
19001 * gdb.base/restore.exp: Include $expected value in restored test
19002 message.
19003
9383332c
AC
190042001-11-09 Andrew Cagney <ac131313@redhat.com>
19005
19006 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19007 implemented.
19008
db62520a
MS
190092001-11-08 Michael Snyder <msnyder@redhat.com>
19010
19011 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19012 Add pass/fail message for stop at breakpoint in call dummy function.
19013
b5703437
MS
190142001-11-07 Michael Snyder <msnyder@redhat.com>
19015
d63a86f8
RM
19016 * gdb.c++/templates.exp (test_template_breakpoints):
19017 If we get an overload menu, but it does not match what
760f6330 19018 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
19019 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19020 making the whitespace optional. Argument for "new" may be
19021 "unsigned" as well as "unsigned int/long".
d63a86f8 19022 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
19023 making the whitespace optional. Also replace "(void) with
19024 "((void|)), making the keyword "void" optional.
d63a86f8 19025 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
19026 making the whitespace optional. Also replace "(void) with
19027 "((void|)), making the keyword "void" optional.
3bf40917
MS
19028 * gdb.base/callfuncs.c (t_float_values): This function must
19029 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 19030 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
19031 can be tested against both cases. Usually one case involves
19032 promotion of float to double, while the other does not.
19033 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
19034 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19035 includes a stack frame for "start".
19036
c8ab4e6d
JB
190372001-11-05 Jim Blandy <jimb@redhat.com>
19038
19039 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
19040 pointers are 32 bits long, and that offsets of relocs are always
19041 stored in the data (REL-style), and not in the reloc entry itself
19042 (RELA-style).
19043 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19044 stabs.
19045
3f08ced9
MS
190462001-11-01 Michael Snyder <msnyder@redhat.com>
19047
19048 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19049 and regular expression operators by using quoting.
19050
cbfa24cd
MS
190512001-10-31 Michael Snyder <msnyder@redhat.com>
19052
19053 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19054 depending on what the symbol table contains.
19055 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19056 the output of the ptype command. Similarly, accept both "const &"
19057 and "const&".
19058
aaa68313
CV
190592001-10-31 Corinna Vinschen <vinschen@redhat.com>
19060
19061 * gdb.base/miscexprs.c (main): Add usage of preprocessor
19062 symbol `STORAGE' to allow to choose the storage class of
19063 the local datastructures.
19064 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19065 compiler directive.
19066
91740388
MS
190672001-10-30 Michael Snyder <msnyder@redhat.com>
19068
19069 * gdb.base/jump.exp: Allow it to run for all targets.
19070
1b7c05e7
CV
190712001-10-29 Corinna Vinschen <vinschen@redhat.com>
19072
19073 * gdb.base/call-ar-st.c (print_double_array): Match for loop
19074 with new double_array size.
19075 (main): Change storage class of all local variables to static.
19076 Reduce size of double_array to 9.
19077 * gdb.base/call-ar-st.exp: Increase timeout value.
19078 Change expected output for double array to match new size in
19079 call-ar-st.c.
19080
36a22261
CV
190812001-10-29 Corinna Vinschen <vinschen@redhat.com>
19082
19083 * gdb.base/ending-run.exp: Create identical output when passing
19084 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 19085 Stormy16 target.
36a22261 19086
92b8ae91
MK
190872001-10-28 Mark Kettenis <kettenis@gnu.org>
19088
19089 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19090 that we catch the expected failure under Linux/x86.
19091
cb135b83
OF
190922001-10-29 Orjan Friberg <orjanf@axis.com>
19093
19094 * gdb.base/setvar.exp: Escape curly braces.
19095 * gdb.stabs/weird.exp: Ditto.
19096
6884aa54
DJ
190972001-10-27 Daniel Jacobowitz <drow@mvista.com>
19098
19099 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19100 * gdm.mi/mi0-hack-cli.exp: Likewise.
19101
0398c9aa
AC
191022001-10-25 Andrew Cagney <ac131313@redhat.com>
19103
19104 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19105 messages.
19106
d20bf2e8
AC
191072001-10-21 Andrew Cagney <ac131313@redhat.com>
19108
19109 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19110 checking MI enabled.
19111
03dd63aa
CV
191122001-10-09 Corinna Vinschen <vinschen@redhat.com>
19113
19114 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19115
1d9d99f3
FCE
191162001-10-04 Frank Ch. Eigler <fche@redhat.com>
19117
19118 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19119 if gdb child process crashes, just signal an error.
19120
838ae6c4
JB
191212001-10-02 Jim Blandy <jimb@redhat.com>
19122
19123 * lib/gdb.exp (test_xfail_format): Simplify.
19124
19125 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19126 front of the variable name `format'. Simplify `if'.
19127
8f0cbc1c
DJ
191282001-10-01 Daniel Jacobowitz <drow@mvista.com>
19129
19130 * gdb.threads/pthreads.exp: Wait for output and delay
19131 before sending ^C.
19132
1f08dafd
DJ
191332001-10-01 Daniel Jacobowitz <drow@mvista.com>
19134
19135 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
19136 some incorrect output instead of timing out.
19137 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
19138
674f90ff
CV
191392001-09-28 Corinna Vinschen <vinschen@redhat.com>
19140
19141 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19142 check to allow additional `int'.
19143
9b284272
DJ
191442001-09-27 Daniel Jacobowitz <drow@mvista.com>
19145
19146 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19147 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19148
b55a4771
MS
191492001-09-27 Michael Snyder <msnyder@redhat.com>
19150
19151 * lib/gdb.exp (test_debug_format): New proc.
19152 (setup_xfail_format): Use new proc test_debug_format.
19153 * gdb.base/constvars.exp (local_compiler_xfail_check): New
19154 proc; use new service proc test_debug_format.
19155 Replace all other "gcc_compiled" tests with this test.
19156 * gdb.base/volatile.exp (local_compiler_xfail_check): New
19157 proc; use new service proc test_debug_format.
19158 Replace all other "gcc_compiled" tests with this test.
19159
191602001-09-27 Michael Snyder <msnyder@redhat.com>
19161
19162 * gdb.base/cvexpr.exp: New file.
19163 * gdb.base/cvexpr.c: New file
19164 Test for expressions using const and volatile keywords.
19165
4e6667ac
CV
191662001-09-26 Corinna Vinschen <vinschen@redhat.com>
19167
19168 * gdb.base/constvars.exp: Check for different orders of keywords
19169 and additional "int" strings in output.
19170
4f337972
AC
191712001-09-22 Andrew Cagney <ac131313@redhat.com>
19172
19173 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19174 responses from "help maint".
19175
2015650d
FCE
191762001-09-19 Frank Ch. Eigler <fche@redhat.com>
19177
19178 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19179 to localhost:NNN instead of :NNN, in case Xvfb is listening
19180 only on TCP.
19181
f3bcedc1
CV
191822001-09-19 Corinna Vinschen <vinschen@redhat.com>
19183
19184 * gdb.base/recurse.exp: When checking leaving the watchpoint
19185 scope, recognize when gdb is in function's epilogue and pass.
19186
6b819c92
KS
191872001-09-18 Keith Seitz <keiths@redhat.com>
19188
19189 * lib/insight-support.exp (_gdbtk_export_target_info): Add
19190 support for running tests against sid targets.
19191 (gdbtk_done): Ditto.
19192
a10c9419
CV
191932001-09-18 Corinna Vinschen <vinschen@redhat.com>
19194
19195 * gdb.base/ending-run.c (main): Set stdout buffersize
19196 to the same reasonable value for any target.
19197 * gdb.base/ending-run.exp: Add a regular expression
19198 to make testsuite happy on Sanyo Stormy16 target.
19199
739d0d99
CV
192002001-09-17 Corinna Vinschen <vinschen@redhat.com>
19201
19202 * gdb.base/display.c (do_loops): Add float variable `f'.
19203 Increment f in loop.
19204 * gdb.base/display.exp: Increment timeout by 60 seconds.
19205 Change float display test to use variable `f'.
19206
1b8947f0
JB
192072001-09-17 Jim Blandy <jimb@redhat.com>
19208
19209 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19210 overflowing the limited breakpoint tables on some ROM monitors
19211 (like the ROM68K).
19212
9890ac81
FCE
192132001-09-15 Frank Ch. Eigler <fche@redhat.com>
19214
19215 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19216 the "-ac" (disable access control) flag.
19217
6db765ea
JH
192182001-08-30 Jeff Holcomb <jeffh@redhat.com>
19219
19220 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19221 ints.
19222
4c32cc04
KS
192232001-08-30 Keith Seitz <keiths@redhat.com>
19224
19225 * lib/gdb.exp: Move all insight-related functionality into
19226 separate file.
19227 * lib/insight-support.exp: New file.
19228
8d6e6f81
FCE
192292001-08-29 Frank Ch. Eigler <fche@redhat.com>
19230
19231 * config/sid.exp (sid_start): Never set sid verbosity; disable
19232 expect_background {} that consumed its stdout; tolerate </dev/null.
19233 Attempt to set endianness override in "sid" protocol mode. Cleanup.
19234
6a90e1d0
AC
192352001-08-18 Andrew Cagney <ac131313@redhat.com>
19236
19237 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19238 CLI jump command to start it.
19239 (mi_run_to_main): Fail immediatly when unexpected output.
19240
1759b3c3
AC
192412001-08-18 Andrew Cagney <ac131313@redhat.com>
19242
19243 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19244 beginning of function. Fix PR gdb/191.
19245
61d11d80
FCE
192462001-08-16 Frank Ch. Eigler <fche@redhat.com>
19247
19248 * config/sid.exp (sid_start): Don't warn if we cannot figure out
19249 what to force sid endianness to.
19250
942a4df2
KS
192512001-08-15 Keith Seitz <keiths@redhat.com>
19252
19253 * lib/gdb.exp (gdbtk_start): Don't set environment
19254 variables for TCL_LIBRARY and friends. Insight will
19255 now figure these out for itself.
19256
0521c418
MS
192572001-08-02 Michael Snyder <msnyder@redhat.com>
19258
19259 * gdb.base/completion.exp: Remove the symbol "a64l" from
19260 the expect string; this is target-specific, and not related
19261 to what is being tested.
19262
74a9a58a
DB
192632001-08-02 Dave Brolley <brolley@redhat.com>
19264
19265 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19266
c70819fa
MS
192672001-07-25 Michael Snyder <msnyder@redhat.com>
19268
c2b8fa57
MS
19269 * gdb.base/consecutive.exp: New file. Test stepping over
19270 breakpoints on consecutive instructions.
19271 * gdb.base/consecutive.c: New file.
19272
c70819fa
MS
19273 * gdb.base/call-rt-st.exp: Use double-backslash to quote
19274 curly braces in regular expressions.
19275
2b1a1355
MS
192762001-07-25 Michael Snyder <msnyder@redhat.com>
19277
19278 * gdb.base/ending-run.exp: Accept "Program exited normally" as
19279 legitimate output from stepping out of main.
19280
413eca6f
KS
192812001-07-22 Keith Seitz <keiths@redhat.com>
19282
19283 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19284 the empty string, do not run the tests.
19285
7e5a9322
SC
192862001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19287
19288 * gdb.base/long_long.exp: Detect size of pointer. Take into
19289 account 2-byte pointers when testing for p/a results.
19290
de58f10f
SC
192912001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19292
d63a86f8 19293 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
19294 and defined to 1K for m68hc11.
19295 (random_data): Reduce table to 1K for embedded platforms (68hc11).
19296 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19297 (sizeof_random_data): New variable to tell the size of the data table;
19298 don't test past this size; always run to main.
19299
d6f5fea1
SC
193002001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19301
19302 * gdb.base/return2.exp: return of long long and double fails for
19303 68HC11; don't execute these tests on that platform.
19304 * gdb.base/return.exp: Return of a double fails for 68hc11.
19305
c477543d
SC
193062001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19307
19308 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19309 tests that print a float.
19310 * call-rt-st.exp: Likewise.
19311
63cf1c79
MK
193122001-07-12 Mark Kettenis <kettenis@gnu.org>
19313
19314 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19315 running this test on Linux.
19316
112f9ab5
MC
193172001-06-24 Michael Chastain <chastain@redhat.com>
19318
19319 * gdb.base/arithmet.exp: Remove some tests to make all test names
19320 unique.
19321
4970cb0f
MS
193222001-07-03 Michael Snyder <msnyder@redhat.com>
19323
19324 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19325 the output of the ptype command.
19326
d85da69f
MS
193272001-07-02 Michael Snyder <msnyder@redhat.com>
19328
4c8a82de
MS
19329 * gdb.base/completion.exp: Don't assume that break.c is the only
19330 source file that may contain functions named "marker".
d85da69f
MS
19331 * gdb.base/corefile.exp: Quote the curly braces in regexp.
19332
8afc772b
AC
193332001-06-28 Andrew Cagney <ac131313@redhat.com>
19334
19335 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19336 of files to delete.
19337
19338 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19339 * gdb.disasm/h8300s.exp: New file.
19340 gdb.disasm/h8300s.s: Likewise.
19341
cff22675
AC
193422001-06-27 Andrew Cagney <ac131313@redhat.com>
19343
19344 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19345 empty breakpoint tables.
19346
68c81b54
AC
193472001-06-25 Andrew Cagney <ac131313@redhat.com>
19348
19349 * lib/mi-support.exp: Update args=... part of stop-reason
19350 patterns. Accept either a list or a tuple.
19351
2dd62704
AC
193522001-06-23 Andrew Cagney <ac131313@redhat.com>
19353
19354 * lib/mi-support.exp: Remove local emacs variable defining
19355 change-log-default-name.
19356
b4127474
MC
193572001-06-22 Michael Chastain <chastain@redhat.com>
19358
19359 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19360 This is operationally compatible with the previous version.
19361
8dbfb380
JB
193622001-06-13 Jim Blandy <jimb@redhat.com>
19363
19364 * lib/gdb.exp (gdb_test): Doc fix.
19365
f2d8c86d
MC
193662001-06-10 Michael Chastain <chastain@redhat.com>
19367
19368 * gdb.base/exprs.exp: Remove a duplicate test.
19369
81564d34
JB
193702001-06-06 Jim Blandy <jimb@redhat.com>
19371
19372 * gdb.base/return2.exp (main): Use values to test float and double
19373 returns that are not NaN's, to avoid being confused by IEEE
19374 comparison rules.
19375
da55addb
MS
193762001-06-04 Michael Snyder <msnyder@redhat.com>
19377
19378 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 19379 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
19380 rather than wait for 12 more tests to time out.
19381
42c65987
JB
193822001-06-06 Jim Blandy <jimb@redhat.com>
19383
b18bced9 19384 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 19385 Don't forget to match the GDB prompt.
b18bced9 19386
42c65987
JB
19387 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19388
5b41e5f0
JB
193892001-06-04 Jim Blandy <jimb@redhat.com>
19390
19391 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19392 command.
19393
015e046f
KB
193942001-05-31 Kevin Buettner <kevinb@redhat.com>
19395
19396 * gdb.base/annota1.exp (info break): Match four or more spaces
19397 after "Address".
19398
fb1ffbbe
MC
193992001-05-31 Michael Chastain <chastain@redhat.com>
19400
19401 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19402 (dm_type_int_star): Likewise.
19403 (dm_type_long_star): Likewise.
19404 (dm_type_void_star): Likewise.
19405
5ea2a32c
KB
194062001-05-29 Kevin Buettner <kevinb@redhat.com>
19407
19408 * gdb.base/completion.exp (INPUTRC): Set this environment variable
19409 to a known value in order to get consistent results regardless
19410 of the setting of INPUTRC or the presence or contents of .inputrc.
19411
ae23c492
MS
194122001-05-24 Michael Snyder <msnyder@redhat.com>
19413
ac55707e
MS
19414 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19415 Don't require that the main thread and the manager thread are the
19416 first in the list.
19417
ae23c492
MS
19418 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19419 debugging. If test fails, issue an "unsupported" not a "fail".
19420
400071f1
JB
194212001-05-24 Jim Blandy <jimb@redhat.com>
19422
19423 Don't assume that short is shorter than int.
19424 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19425 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 19426 this isn't true.
400071f1
JB
19427 ("print unsigned char == (~0)"): Add test that verifies that ~0,
19428 an int, is not equal to ~0 stored in an unsigned char. This tests
19429 the same thing that the previous test meant to, but works on
19430 16-bit machines, too.
19431 ("print unsigned char != (~0)"): Same test, complemented.
19432
0816a3e5
MS
194332001-05-24 Michael Snyder <msnyder@redhat.com>
19434
19435 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 19436 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
19437 and prevents dejagnu getting out of step.
19438
f6dc23a9
KB
194392001-05-23 Kevin Buettner <kevinb@redhat.com>
19440
19441 * gdb.base/finish.exp (finish_void): Revise pattern for
19442 stopping on the call statement to not permit stopping at
19443 the start of the instructions comprising the call sequence.
19444
7dbd117d
MC
194452001-05-19 Michael Chastain <chastain@redhat.com>
19446
19447 * gdb.base/callfuncs.exp: Make all test names unique.
19448 * gdb.base/commands.exp: Make all test names unique.
19449 * gdb.base/condbreak.exp: Make all test names unique.
19450 * gdb.base/dbx.exp: Make all test names unique.
19451 * gdb.base/default.exp: Make all test names unique.
19452 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
19453 and TIMEOUT messages to their corresponding PASS message.
19454 * gdb.base/ending-run.exp: Make all test names unique.
19455 * gdb.base/long_long.exp: Remove duplicate test.
19456
6b0b0a9e
KB
194572001-05-21 Kevin Buettner <kevinb@redhat.com>
19458
19459 * gdb.base/finish.exp (finish_void): Allow "finish" command to
19460 stop on the call statement as well as the statement after the
19461 call.
19462
2caa35cb
MS
194632001-05-21 Michael Snyder <msnyder@redhat.com>
19464
19465 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19466
40713331
EZ
194672001-05-10 Elena Zannoni <ezannoni@redhat.com>
19468
a9c64011
AS
19469 * gdb.base/completion.exp: Revamp test. Make it execute on all
19470 platforms.
40713331 19471
c2c1be8d
EZ
194722001-05-10 Elena Zannoni <ezannoni@redhat.com>
19473
a9c64011
AS
19474 * config/gdbserver.exp (gdb_load): Handle the case
19475 in which the arguments to gdbserver are given in the
19476 baseboard configuration file.
19477 Also handle the case in which the server needs to do a
19478 load.
2c9cd303 19479
9671de48
KS
194802001-05-07 Keith Seitz <keiths@cygnus.com>
19481
a9c64011
AS
19482 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19483 set up the display for testing.
19484 (gdbtk_start): Convert all paths to paths that tcl will like.
19485 Export target information to environment.
19486 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19487 necessary.
19488 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19489 (to_tcl_path): New proc to convert a given pathname into
19490 a path acceptible as an argument to a tcl command.
19491 (_gdbtk_export_target_info): New proc to export target info
19492 into the environment for gdbtk testing.
19493 (gdbtk_done): New proc to signal end-of-test.
9671de48 19494
5a360f47
JB
194952001-05-06 Jim Blandy <jimb@redhat.com>
19496
19497 * restore.c: Make the code of caller0 correspond to its comment.
19498
66c756c6
MS
194992001-05-03 Michael Snyder <msnyder@redhat.com>
19500
19501 * config/sid.exp (gdb_target_sid): Check for error messages.
19502 On error or timeout, don't make expect exit (which will terminate
19503 all subsequent tests); instead just make gdb exit.
d63a86f8 19504 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
19505 return a negative value.
19506
a966fde5
JB
195072001-04-24 Jim Blandy <jimb@redhat.com>
19508
851c18e0
JB
19509 * gdb.c++/templates.exp: If we see the prompt for the overload
19510 list, but we haven't recognized any of the longer patterns,
19511 arrange for this test to fail, not hang.
19512
a966fde5
JB
19513 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19514 variations.
19515
db144853
MC
195162001-04-22 Michael Chastain <chastain@redhat.com>
19517
19518 * gdb.c++/local.exp: Use the 'runto' library function.
19519 * gdb.c++/namespace.exp: Likewise.
19520 * gdb.c++/overload.exp: Likewise.
19521
3207ec21
KB
195222001-03-26 Kevin Buettner <kevinb@redhat.com>
19523
19524 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19525 * gdb.base/step-line.exp: New file. Test step/next in presence of
19526 #line directives.
19527 * gdb.base/step-line.c: New file. Test program for the above.
19528 * gdb.base/step-line.inp: New file. We pretend that this file has
19529 been transformed by some other tool into step-line.c.
19530
13b57657
JB
195312001-03-21 Jim Blandy <jimb@redhat.com>
19532
19533 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19534 unmangled operator names.
19535
754cbe1c
JB
195362001-03-20 Jim Blandy <jimb@redhat.com>
19537
19538 * gdb.threads/linux-dp.exp: Recognize an additional message
19539 generated by GDB when it doesn't understand how to debug threads
19540 on the target system.
19541
177495c9
AC
195422001-03-19 Andrew Cagney <ac131313@redhat.com>
19543
19544 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19545
f266096b
MC
195462001-03-12 Michael Chastain <chastain@redhat.com>
19547
19548 * gdb.c++/derivation.exp: Use the 'runto' library function.
19549
cac3c2ff
MC
195502001-03-12 Michael Chastain <chastain@redhat.com>
19551
19552 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19553
b6c11a24
MC
195542001-02-24 Michael Chastain <chastain@redhat.com>
19555
19556 * gdb.c++/ref-types.exp: Change handwritten code to library
19557 function 'runto'.
19558
6bae5bce
OF
195592001-03-16 Orjan Friberg <orjanf@axis.com>
19560
19561 * gdb.base/signals.exp: Set count to 0 explicitly.
19562
0015fd9a
MS
195632001-03-15 Mark Salter <msalter@redhat.com>
19564
19565 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19566 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
19567 (gdb_load): Add support for additional target_info: gdb_download_size
19568 and gdb_load_timeout.
0015fd9a 19569
fc33412a
DT
19570Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
19571
19572 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
19573 file -- to prevent failing when the compile fails but we have no
19574 intention of running the tests anyway.
fc33412a
DT
19575
19576 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19577 tests if set.
19578
19579 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 19580 integers.
fc33412a
DT
19581
19582 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19583 * gdb.c++/namespace.exp: Ditto.
19584
115f06de
OF
195852001-03-07 Orjan Friberg <orjanf@axis.com>
19586
19587 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19588 * gdb.base/pointers.exp: Relax pattern match of decimals.
19589
b6ba6518
KB
195902001-03-06 Kevin Buettner <kevinb@redhat.com>
19591
19592 * Makefile.in, config/abug.exp, config/cfdbug.exp,
19593 config/cpu32bug.exp, config/dve.exp, config/est.exp,
19594 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19595 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19596 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19597 config/sh.exp, config/sid.exp, config/slite.exp,
19598 config/sparclet.exp, config/udi.exp, config/unknown.exp,
19599 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19600 config/vxworks.exp, config/vxworks29k.exp,
19601 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19602 gdb.base/all-bin.exp, gdb.base/annota1.exp,
19603 gdb.base/arithmet.exp, gdb.base/assign.exp,
19604 gdb.base/async.exp, gdb.base/attach.exp,
19605 gdb.base/bitfields.exp, gdb.base/bitops.exp,
19606 gdb.base/break.exp, gdb.base/call-ar-st.exp,
19607 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19608 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19609 gdb.base/commands.exp, gdb.base/completion.exp,
19610 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19611 gdb.base/constvars.exp, gdb.base/corefile.exp,
19612 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19613 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19614 gdb.base/ending-run.exp, gdb.base/environ.exp,
19615 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19616 gdb.base/finish.exp, gdb.base/foll-exec.exp,
19617 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19618 gdb.base/funcargs.exp, gdb.base/help.exp,
19619 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19620 gdb.base/logical.exp, gdb.base/long_long.exp,
19621 gdb.base/maint.exp, gdb.base/mips_pro.exp,
19622 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19623 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19624 gdb.base/pointers.exp, gdb.base/printcmds.exp,
19625 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19626 gdb.base/regs.exp, gdb.base/relational.exp,
19627 gdb.base/remote.exp, gdb.base/reread.exp,
19628 gdb.base/restore.exp, gdb.base/return2.exp,
19629 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19630 gdb.base/selftest.exp, gdb.base/setshow.exp,
19631 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19632 gdb.base/sigall.exp, gdb.base/signals.exp,
19633 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19634 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19635 gdb.base/step-test.exp, gdb.base/structs.c,
19636 gdb.base/structs.exp, gdb.base/structs2.exp,
19637 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19638 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19639 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19640 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19641 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19642 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19643 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19644 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19645 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19646 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19647 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19648 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19649 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19650 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19651 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19652 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19653 gdb.trace/circ.exp, gdb.trace/collection.exp,
19654 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19655 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19656 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19657 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19658 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19659 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19660 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19661 notices.
19662
dc96c6c7 196632001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
19664
19665 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19666 first arg is int not float.
19667
dc96c6c7 196682001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
19669
19670 * gdb.base/reread.exp: Unsupported for non-native targets;
19671 doesn't work for remote debugging.
19672
9b0c4aeb
FN
196732001-02-19 Fernando Nasser <fnasser@redhat.com>
19674
19675 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
19676 * gdb.base/ending-run.exp: Properly handle the BSP state when
19677 stepping past the end of main.
9b0c4aeb 19678
02aa71d5
MC
196792001-02-19 John Moore <jmoore@redhat.com>
19680
19681 * gdb.base/commands.exp (infrun_breakpoint_command_test):
19682 Converted HPUX fix for non-expected items following multiple
19683 step commands into general solution for all platforms.
19684
1fa449a4
MC
196852001-02-18 Michael Chastain <chastain@redhat.com>
19686
19687 * gdb.c++/classes.exp (do_tests): Change runto statements
19688 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19689 statements demangler agnostic.
19690 * gdb.c++/virtfunc.exp (do_tests): Likewise.
19691 (gdb_virtfunc_restart): Likewise.
19692
b2f9ec70
MC
196932001-02-14 Michael Chastain <chastain@redhat.com>
19694
19695 * gdb.c++/inherit.exp (do_tests): Change runto statements
19696 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19697 statements demangler agnostic.
19698
cf74b8ca
AC
19699Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
19700
19701 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
19702 ``continue to bkpt at common_routine in thread 2'' and ``stopped
19703 before calling common_routine 15 times'' tests.
cf74b8ca 19704
99f78f56
MC
197052001-02-11 Michael Chastain <chastain@redhat.com>
19706
19707 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19708 Helps the test script figure out which demangler is in use.
19709 (dm_type_foo_ref): Ditto.
19710 (dm_type_int_star): Ditto.
19711 (dm_type_long_star): Ditto.
19712 (dm_type_unsigned_int): Ditto.
19713 (dm_type_void): Ditto.
19714 (dm_type_void_star): Ditto.
99707966 19715 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
19716 Probe the gdb demangler and set variables to accommodate
19717 formatting differences.
19718 (info_func_regexp): New function. Same as info_func, but
19719 matches against a regexp.
19720 (info_func): Match against a literal string.
19721 (print_addr_2): New function. Match against a literal string,
19722 which can be different from the input to gdb.
19723 (print_addr): Simply call print_addr_2 with the same argument twice.
19724 (test_lookup_operator_functions): Use demangler formatting variables.
19725 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
19726 the tests in the same order as the C++ class declaration.
19727 (test_paddr_operator_functions): Ditto.
19728 (test_paddr_overloaded_functions): Ditto.
19729 (test_paddr_hairy_functions): Use demangler formatting variables.
19730 Add reference to gdb/19 for related tests.
19731 (do_tests): Call probe_demangler.
19732
1de8f023
KB
197332001-01-30 Kevin Buettner <kevinb@redhat.com>
19734
19735 * gdb.c++/templates.cc (printf): Remove unused function definition.
19736
ca3f91ed
MS
197372001-01-26 Felix Lee <flee@redhat.com>
19738
19739 * sid.exp (sid_exit): Pass host, not target, to remote_close.
19740
197412001-01-25 matthew green <mrg@redhat.com>
19742
19743 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19744 up sid.
19745 (sid_exit): Call `remote_pop_conn' after GDB is gone.
19746
197472001-01-25 matthew green <mrg@redhat.com>
19748
19749 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 19750 Deprecate $sid_spawn_id.
ca3f91ed
MS
19751 (sid_exit): Remove code necessary only for `spawn.'
19752
197532001-01-25 matthew green <mrg@redhat.com>
19754
19755 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19756
fb18ec4a
MC
197572001-01-28 Michael Chastain <chastain@redhat.com>
19758
19759 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19760 to call when tests fail. It takes gdb out of the overloaded
19761 function choice menu back to the main prompt, so that the test
19762 program stays synchronized.
19763 (set_bp_overloaded): New proc to collect all the common
19764 code for setting a breakpoint on an overloaded name. Calls
19765 take_gdb_out_of_choice_menu when needed.
19766 (menu_overload1arg): New variable to collect the repeated
19767 instances of the expected menu for an overloaded name. Change
19768 the regular expression to handle changes in g++ type encoding:
19769 "void" can be either "void" or "", and "unsigned int" can be
19770 either "unsigned int" or "unsigned".
19771 (continue_to_bp_overloaded): Change regular expressions to handle
19772 changes in g++ type encoding.
19773 (no proc): Call take_gdb_out_of_choice_menu when needed.
19774 Remove redundant calls to "info break". Accept either "canceled"
19775 or "cancelled". Change regular expressions in "info break"
19776 calls to handle changes in g++ type encoding. Give all tests
19777 unique strings.
19778
9c646a6e
BE
197792001-01-17 Ben Elliston <bje@redhat.com>
19780
19781 * config/sid.exp: New file.
19782
9549d9c1
AC
19783Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
19784
19785 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19786
dc96c6c7 197872000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
19788
19789 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19790 Add a RE to accept a non-ascii char if one is ever presented.
19791
b4df4f68
FN
197922000-12-20 Fernando Nasser <fnasser@redhat.com>
19793
297dd0fd 19794 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 19795
dc96c6c7 197962000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 19797
d63a86f8 19798 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
19799 in regexp. One '\' does not suffice on Linux.
19800
4a7bddb6
MC
198012000-12-09 Michael Chastain <chastain@redhat.com>
19802
19803 * gdb.base/break.exp (test_clear_command): Use a marker function
19804 rather than 'main' for the test function. Also move this
19805 test to an execution point where the marker function names are
19806 guaranteed to be bound to functions. (Executing tests after a
19807 'finish' from main runs into name conflicts with local names
19808 in __libc_start_main).
19809
dc96c6c7 198102000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
19811
19812 * gdb.base/finish.exp: New test for gdb's "finish" command.
19813 * gdb.base/return2.exp: New test for gdb's "return" command.
19814 * gdb.base/return2.c: New source file for above.
19815
dc96c6c7 198162000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
19817
19818 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19819 * gdb.base/miscexprs.exp: Ditto.
19820 * gdb.base/pointers.exp: Ditto.
19821 * gdb.c++/derivation.exp: Ditto.
19822 * gdb.c++/local.exp: Ditto.
19823 * gdb.c++/namespace.exp: Ditto.
19824 * gdb.c++/overload.exp: Ditto.
19825 * gdb.c++/ref-types.exp: Ditto.
19826
dc96c6c7 198272000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
19828
19829 * gdb.base/constvars.exp: Test result of "up" command.
19830 * gdb.base/miscexprs.exp: Ditto.
19831 * gdb.base/pointers.exp: Ditto.
19832 * gdb.base/scope.exp: Ditto.
19833 * gdb.c++/derivation.exp: Ditto.
19834 * gdb.c++/local.exp: Ditto.
19835 * gdb.c++/namespace.exp: Ditto.
19836 * gdb.c++/overload.exp: Ditto.
19837 * gdb.c++/ref-types.exp: Ditto.
19838
44097287
FN
198392000-11-22 Michael Chastain <chastain@redhat.com>
19840
19841 * mips_pro.exp: Accept either "middle -> top -> main" or
19842 "middle -> main" in the backtrace, because gcc can optimize
19843 tail calls to jumps. Remove setup_xfail for the hppa case.
19844 Add a comment with the original warning messages from PR 3016,
19845 which was filed in 1993, to preserve them for posterity.
19846
9d2e1bab
ND
198472000-11-17 Nick Duffek <nsd@redhat.com>
19848
19849 * lib/gdb.exp (gdb_test): Override timeout with board info.
19850
1aca8eb7
ND
198512000-11-17 Nick Duffek <nsd@redhat.com>
19852
19853 * gdb.base/display.exp: Don't kill running stub. Add "again" to
19854 the second kill and detach messages.
19855
93076499
ND
198562000-11-17 Nick Duffek <nsd@redhat.com>
19857
19858 * configure.in: Add AC_EXEEXT.
19859 * configure: Regenerate.
19860 * Makefile.in (just-check): Export EXEEXT.
19861 * lib/gdb.exp ($EXEEXT): Import from environment.
19862 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
19863 expect "maint dump-me" on Cygwin.
19864 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
19865 $EXEEXT.
19866
30e87cd3
ND
198672000-11-17 Nick Duffek <nsd@redhat.com>
19868
19869 * gdb.base/break.exp: Test backtrace and finish from called
19870 function on all platforms, not just HP-UX.
19871
dc96c6c7 198722000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
19873
19874 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
19875 code from gdb_target_monitor, so it can be used independantly
19876 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 19877
dc96c6c7 198782000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
19879
19880 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
19881 * gdb.base/corefile.exp: Expect the message "Program is being
19882 debugged already" when we send the "corefile" command, since
19883 the preceeding gdb_load may have connected gdb to a remote target.
19884 * gdb.base/display.exp: Disable hardware watchpoints if new
19885 board info variable "no_hardware_watchpoints" is true.
19886 Replace single-letter commands with more readable ones.
19887 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19888 if new board info variable "no_hardware_watchpoints" is true.
19889 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19890 to see if stdio (printf) testing is possible.
19891 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19892 board info variable "no_hardware_watchpoints" is true. Use new
19893 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19894
39124dea
FN
198952000-11-13 Fernando Nasser <fnasser@redhat.com>
19896
19897 From Orjan Friberg <orjanf@axis.com>:
19898 * gdb.base/printcmds.exp: Escape curly braces followed by a number
19899 in array print pattern match.
19900
a9e2e984
FN
199012000-11-09 Fernando Nasser <fnasser@redhat.com>
19902
19903 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19904 spelling "cancelled" to U.S. spelling "canceled" to match changes
19905 made to gdb.
19906 * gdb.c++/ovldbreak.exp: Ditto.
19907
c7db355b
PS
199082000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19909
19910 * gdb.base/callfuncs.c (main): Moved to end of file, call
19911 t_double_values to initialize the FPU before inferior calls are made.
19912 * gdb.base/callfuncs.exp: Test for register preservation after calling
19913 inferior functions. Add tests for continuining, finishing and
19914 returning from a stop in a call dummy.
19915
dc96c6c7 199162000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
19917
19918 * gdb.base/commands.exp: Break up long lines, and re-indent.
19919
dc96c6c7 199202000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
19921
19922 * config/gdbserver.exp: Rewritten from the ground up, to make it
19923 compatible with the current dejagnu tree, and to make it work with
19924 the new "gdbserver" in libremote.
19925
dc96c6c7 199262000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
19927
19928 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
19929 * gdb.base/varargs.exp: Skip entire test if no printf support.
19930 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
19931 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
19932
dc96c6c7 199332000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
19934
19935 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
19936 no floating point support.
19937 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
19938 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
19939 * gdb.base/call-rt-st.exp: Ditto.
19940 * gdb.base/call-strs.exp: Ditto.
19941
bac5fc66
JG
199422000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
19943
19944 * gdb.base/sizeof.c: include <stdio.h>.
19945
19946 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
19947 'finish', otherwise uncaptured gdb_prompt would potentially
19948 throw remaining test points out of sync.
bac5fc66 19949
b22a6027
SB
199502000-07-26 Scott Bambrough <scottb@netwinder.org>
19951
19952 * gdb.base/recurse.exp: Run tests for all targets.
19953 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
19954 gnu-oldld case on ARM.
19955 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
19956 for ARM targets.
d63a86f8 19957
d8231941
AG
19958Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
19959
19960 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
19961 * gdb.java/configure: Rebuild.
19962
8caabe69
AG
19963Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
19964
19965 * gdb.java/jv-exp.exp: New file.
19966
9d273ca3
AG
19967Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
19968
19969 * configure: Rebuilt.
19970 * configure.in (configdirs): Add gdb.java.
19971 * gdb.java/jmisc.java: New file.
19972 * gdb.java/jmisc.exp: New file.
19973 * gdb.java/Makefile.in: New file.
19974 * gdb.java/configure: Rebuilt.
19975 * gdb.java/configure.in: New file.
19976 * lib/java.exp: New file.
19977
4f823a66
AC
19978Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
19979
19980 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 19981 underflow.
4f823a66 19982
2391e11d
AC
19983Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
19984
19985 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 19986 and the compilers sizes.
2391e11d 19987
54602222
ND
199882000-07-09 Nick Duffek <nsd@redhat.com>
19989
19990 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
19991 (use_methods): New function.
19992 (main): Call use_methods().
19993 * gdb.c++/classes.exp (test_method_param_class): New procedure.
19994 (do_tests): Call test_method_param_class.
19995
2bec0572
ND
199962000-07-09 Nick Duffek <nsd@redhat.com>
19997
19998 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
19999 spelling.
20000 (test_enums): New procedure. Move enum tests from end of script
20001 to here. Set breakpoint on function name instead of line number.
20002 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20003 (enums2): New marker function.
20004 (enums1): New function.
20005 (main): Call enums1(). Move enum tests to enums1().
20006
78492fde
AC
20007Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
20008
20009 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 20010 compile/link program. Update line numbers.
78492fde
AC
20011 * gdb.asm/d10v.inc: Define ``startup''.
20012 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 20013
49a2cef8
AC
20014Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
20015
20016 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20017
3e6c8688
EZ
200182000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20019
20020 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 20021 of 'help maint print' command.
3e6c8688 20022
9ff5cbe9
AC
20023Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
20024
20025 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 20026 they use gdb_expect_list.
9ff5cbe9 20027
17c579bd
AC
20028Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
20029
20030 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
20031 memory-read-packet-size'' instead of ``set endian big'' to test
20032 long commands.
17c579bd 20033
e6d71bf3
DB
200342000-06-03 Daniel Berlin <dan@cgsoftware.com>
20035
20036 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 20037 g++, and stop skipping them.
e6d71bf3
DB
20038
20039 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20040 work under g++.
20041
d63a86f8 20042 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
20043 initialization.
20044
dc96c6c7 200452000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
20046
20047 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20048 the regular expression: accept an (almost) arbitrary sequence of
20049 "frames-invalid" and "breakpoints-invalid" messages both before
20050 and after the "starting" message.
20051
dc96c6c7 200522000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
20053
20054 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 20055
dc96c6c7 200562000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
20057
20058 * gdb.base/annota1.exp (annotate-signal-handler-caller):
20059 Relax the regular expression a little, make it pass on Solaris 8.
20060
8216cda9
KB
200612000-05-12 Kevin Buettner <kevinb@redhat.com>
20062
20063 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 20064 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
20065 Instead, it is permissible for gdb to stop on the line of the
20066 call itself.
20067
1a570b2f
MS
200682000-05-12 Michael Snyder <msnyder@.cygnus.com>
20069
20070 * gdb.base/break.exp (bp on small function, optimized file):
20071 Add a second pass pattern. The behavior differs here between stabs
20072 and dwarf for one-line functions. Stabs preserves two line symbols
20073 (one before the prologue and one after) with the same line number,
20074 but dwarf regards these as duplicates and discards one of them.
20075 Therefore the address after the prologue (where the breakpoint is)
20076 has no exactly matching line symbol, and GDB reports the breakpoint
20077 as if it were in the middle of a line rather than at the beginning.
20078
dc96c6c7 200792000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 20080
d63a86f8 20081 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
20082 rather than "send_gdb" (for consistancy).
20083
7d418785
AC
20084Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
20085
20086 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
20087 * gdb.c++/templates.cc: Properly check for GCC version number.
20088 * lib/compiler.cc: Likewise
20089
dc96c6c7 200902000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 20091
d63a86f8 20092 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
20093 gdb may not stop at the first line of main, due to code motion.
20094
dc96c6c7 200952000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
20096
20097 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20098 This test depends on parsing the printf output from the target.
20099 Since the sparclet stub doesn't do stdio, this will never work.
20100 * gdb.base/call-rt-st.exp: ditto.
20101 * gdb.base/call-strs: ditto.
20102
dc96c6c7 201032000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
20104
20105 * gdb.base/miscexprs.exp: make sizeof long array test portable.
20106
20107 * gdb.base/ending-run.exp: After connecting to a remote target,
20108 but before running, the target will appear to be in a random
20109 location. Specify both a file and a line for breakpoints.
20110 Also, the function that calls main may be called 'init'
20111 rather than 'start'.
20112
a5a51225
EZ
201132000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20114
20115 * gdb.base/help.exp: Update output for add-symbol-file command.
20116
7930cc7c
FN
201172000-04-10 Fernando Nasser <fnasser@cygnus.com>
20118
20119 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20120 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20121
23e37ab1
C
201222000-04-07 J.T. Conklin <jtc@redback.com>
20123
e93c542c
C
20124 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20125
23e37ab1
C
20126 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20127
591b8fa3
PDM
20128Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
20129
20130 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 20131 values that can be represented exactly.
591b8fa3
PDM
20132 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20133 above change, and to not check against the directory part of the source
20134 file name.
20135 (step into print_long_arg_list): Likewise.
20136 (print print_small_structs from print_long_arg_list): Likewise.
20137 (print print_long_arg_list): Likewise.
20138
7a495180
EZ
201392000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20140
30b53638 20141 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 20142
beb998c6
AC
20143Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
20144
20145 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20146
1c689132
DB
201472000-03-25 Daniel Berlin <dan@cgsoftware.com>
20148
20149 * gdb.base/commands.exp (deprecated_command_test): Add test for
20150 deprecate with no arguments.
20151
c1790a9d
JL
201522000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
20153
20154 * gdb.base/break.exp: Add new test for setting breakpoints on
20155 optimized code so we can test breakpoints work even when function
20156 prologues may be optimized away
20157
003ba290
FN
201582000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
20159
20160 From David Whedon <dwhedon@gordian.com>
a9c64011 20161 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 20162
6837a0a2
DB
201632000-03-22 Daniel Berlin <dan@cgsoftware.com>
20164
20165 * gdb.base/help.exp: Added test for new apropos command.
20166
b9593231
KB
201672000-03-21 Kevin Buettner <kevinb@redhat.com>
20168
20169 * gdb.base/pointers.c (usevar): New function.
20170 (main): Make sure that global variables v_int_pointer2, rptr,
20171 and y are all referenced someplace in the program by calling
20172 usevar() on them. [Some linkers delete symbols which are
20173 never referenced. The space remains, but there's no way to
20174 get a (symbolic) handle on the variable from the debugger.]
20175
751a959b
EZ
201762000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20177
20178 * gdb.base/printcmds.c: Add typedeffed arrays.
20179
20180 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 20181 procedure to test arrays that are typedef'd.
751a959b 20182
73a93a32
JI
201832000-03-13 James Ingham <jingham@leda.cygnus.com>
20184
20185 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 20186 the library directories.
73a93a32 20187
fb40c209
AC
20188Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
20189
20190 * configure.in (configdirs): Add sub directory gdb.mi.
20191 * configure: Re-generate.
20192
20193 * gdb.mi: New directory.
d63a86f8 20194
ee4dd2c9
AC
201952000-02-25 Scott Bambrough <scottb@netwinder.org>
20196
20197 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 20198 a long long value as a double on ARM platforms.
ee4dd2c9 20199
70f0cc22
JB
202002000-02-16 Jim Blandy <jimb@redhat.com>
20201
20202 * gdb.base/break.exp ("breakpoint line number"): Make sure the
20203 default source file is set properly before running this test.
20204
853819b8
EZ
202052000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20206
20207 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 20208 gdbtk/library directory, not in gdbtcl2.
853819b8 20209
dfcd3bfb
JM
202102000-02-04 Jim Blandy <jimb@redhat.com>
20211
20212 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20213 backslash from regexp pattern.
20214
20215 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20216 procedure. Use it to run all the "continue to bp overloaded"
20217 tests. Note that this changes the names of the tests slightly.
20218 If the breakpoint hit message includes a hex PC value, because
20219 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20220 from the real source code, still consider that a pass.
20221
20222 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20223 XFAIL here if the breakpoint message contains a hex address. Note
20224 similar change on 1999-11-02.
20225
20226 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20227
20228 * gdb.base/ptype.exp: Establish a default source file before
20229 calling get_debug_format.
20230
202312000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
20232
20233 * gdb.base/watchpoint.exp: Remove duplication of test messages.
20234
8b93c638
JM
202352000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20236
20237 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20238 of successive stepi commands -- while in the prologue we should see
20239 the function entry bracket.
20240
202412000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20242
20243 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20244 reach __change_mode() when stepping through the end of main().
20245
c5394b80
JM
202462000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
20247
20248 * gdb.base/default.exp: Fix expected pattern.
20249 * gdb.base/help.exp: Same.
20250
0d06e24b
JM
202512000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20252
20253 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 20254 Don't use xfail's because that affects only the following test.
d63a86f8 20255
0d06e24b 20256 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 20257 solaris or linux.
0d06e24b
JM
20258
20259 * gdb.base/selftest.exp: Update to reflect changes to main.c.
20260
dc96c6c7 202612000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 20262
d63a86f8 20263 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
20264 "A syntax error" rather than "A parse error". Accept both.
20265
202662000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
20267
20268 * gdb.base/default.exp: Remove OS dependent string from "target
20269 remote" test.
20270 * gdb.base/help.exp: Same for "help target remote" test.
20271
c3f6f71d
JM
202722000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20273
20274 From Jim Kingdon <kingdon@redhat.com>:
20275
20276 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
20277 prompt (cleanup rather than necessity, but still might keep output
20278 from spilling to next test).
c3f6f71d
JM
20279
202802000-01-02 Fred Fish <fnf@cygnus.com>
20281
20282 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20283 AIX, which defines them in <sys/types.h>.
20284
ed9a39eb 202851999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 20286
ed9a39eb 20287 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 20288 float" test.
ed9a39eb
JM
20289
202901999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 20291
ed9a39eb 20292 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
20293
20294 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20295 outermost frame disallowed".
20296
202971999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
20298
20299 * gdb.base/setvar.exp: New tests for setting the value of a struct
20300 with a constant list.
20301
203021999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20303
20304 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20305 require the user to type a cast before setting the value of a struct.
20306
de57eccd
JM
203071999-12-06 Jim Blandy <jimb@cygnus.com>
20308
20309 * gdb.base/default.exp: Expect the new 'info float' command on
20310 all i386 platforms.
20311
20312 * gdb.threads/linux-dp.exp: Expand our ability to recognize
20313 LinuxThreads libraries that don't support debugging.
20314
c2d11a7d
JM
20315Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20316
20317 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
20318 Change the buffer type to ``unsigned char'' to simplify size
20319 arithmetic.
c2d11a7d
JM
20320
20321 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
20322 stub only handles 400-1 byte packets. Verify that the download
20323 worked.
c2d11a7d
JM
20324
203251999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
20326
20327 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20328 tests, using UNRESOLVED for the untested cases. Also, does not wait
20329 for a timeout if the prompt was received before a recognizable pattern.
20330
203311999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
20332
20333 * lib/gdb.exp (gdb_expect_list): Fix spelling.
20334
203351999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20336
20337 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 20338 watchpoints.
c2d11a7d
JM
20339
203401999-11-24 Jason Merrill <jason@casey.cygnus.com>
20341
20342 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20343
20344 * gdb.c++/local.exp: Be more flexible in recognizing local class
20345 name mangling. Don't allow horribly truncated method names.
20346 * gdb.c++/derivation.exp: Expect protected inheritance.
20347 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20348 * gdb.c++/virtfunc.exp: Likewise.
20349 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
20350 when printing a nested enum.
20351
203521999-11-22 Jim Blandy <jimb@cygnus.com>
20353
20354 * gdb.base/step-test.exp: Properly await GDB's response to setting
20355 a breakpoint on the call to large_struct_by_value.
20356
20357 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20358 just because we have debug info for the `start' function.
20359
203601999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
20361
20362 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20363 "Unknown signal" messages, which indicate (on LinuxThreads) that
20364 GDB doesn't know how to debug threads on this system. This is
20365 better than hanging while philosopher 0 dumps chatter into gdb.log.
20366
203671999-11-18 Tom Tromey <tromey@cygnus.com>
20368
20369 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20370
203711999-11-18 Fred Fish <fnf@cygnus.com>
20372
20373 * gdb.base/coremaker2.c: Add sample program for generating
20374 cores that is more self contained than coremaker.c. Eventually
20375 I'll add more code to this and tie it into the testsuite.
20376
4ce44c66
JM
203771999-11-12 Stan Shebs <shebs@andros.cygnus.com>
20378
20379 * gdb.base/dollar.exp: Remove, now in gdb.hp.
20380
203811999-11-10 Jimmy Guo <guo@cup.hp.com>
20382
20383 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 20384 from $srcdir/lib/.
4ce44c66 20385 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 20386 and gdb.c++/.
4ce44c66
JM
20387
20388 * gdb.c++/derivation.exp: remove redundant get compiler info code.
20389
d63a86f8 20390 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
20391 'continue with watch' test point.
20392
203931999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
20394
20395 Merged from p2linux-990323-branch:
d63a86f8 20396
4ce44c66
JM
20397 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20398
11cf8741
JM
20399Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
20400
20401 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 20402 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
20403
20404Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
20405
20406 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 20407 gdb_expect_list.
11cf8741
JM
20408
20409Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
20410
20411 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20412
204131999-11-03 Mark Salter <msalter@cygnus.com>
20414
20415 * gdb.base/break.exp: Fix "stub continue" pattern.
20416
204171999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
20418
20419 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20420
204211999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
20422
20423 * gdb.base/display.exp ("finish"): Add timeout clause.
20424
20425 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20426 plain prompt clause, so this doesn't have to time out in order to
20427 fail.
20428
20429 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 20430 breakpoint hit messages include an address.
11cf8741
JM
20431
20432 * gdb.base/display.exp: Don't forget to escape parens in regular
20433 expressions. Unix regexp notatation sucks.
20434
204351999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20436
20437 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 20438 order for 'signalled' message.
11cf8741 20439
5c44784c
JM
204401999-11-01 Stan Shebs <shebs@andros.cygnus.com>
20441
20442 From Jimmy Guo <guo@cup.hp.com>:
20443 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20444 * gdb.base/annota1.c: Add code for tests to work with.
20445
204461999-10-26 Frank Ch. Eigler <fche@cygnus.com>
20447
20448 * gdb.base/remote.exp: New test for remote downloading settings.
20449 * gdb.base/remote.c: New file with large .data.
20450
917317f4
JM
204511999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
20452
20453 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20454 for LinuxThreads support, merged from the Code Fusion branch.
20455
20456Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
20457
20458 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
20459 containing exp_continue into a while within an expect. Don't
20460 attempt a start more than three times. Check return value from
20461 gdb_load.
d63a86f8 20462
2df3850c
JM
20463Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
20464
20465 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 20466 a pass case.
2df3850c 20467
2acceee2
JM
204681999-10-01 Kevin Buettner <kevinb@cygnus.com>
20469
20470 * gdb.base/break.c (main): Added a statement that we can step
20471 off of.
20472 * gdb.base/break.exp: Added tests for setting a breakpoint
20473 at an offset and stepping onto a breakpoint.
20474
204751999-10-01 Fred Fish <fnf@cygnus.com>
20476
d63a86f8 20477 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
20478 gdb output.
20479
c2c6d25f
JM
204801999-09-18 Jim Blandy <jimb@cris.red-bean.com>
20481
20482 * gdb.base/break.exp: Code locations are in hex, don't forget!
20483 (For HP-UX.)
20484
204851999-09-17 Stan Shebs <shebs@andros.cygnus.com>
20486
20487 * condbreak.exp: Use break.c as test program.
20488 * condbreak.c: Remove, redundant with break.c.
20489
204901999-09-15 Stan Shebs <shebs@andros.cygnus.com>
20491
20492 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 20493 Z-packets if the target needs it.
c2c6d25f
JM
20494
204951999-09-13 James Ingham <jingham@leda.cygnus.com>
20496
20497 * gdb.c++/overload.exp: Added tests for listing overloaded
20498 functions with function pointers in the arg, explicitly calling
20499 out the version you want.
20500
cff3e48b
JM
205011999-09-09 Stan Shebs <shebs@andros.cygnus.com>
20502
20503 * long_long.exp: Add variations of test cases that work for
20504 targets with 16-bit ints and 32-bit doubles.
20505
d4f3574e
SS
205061999-09-08 Stan Shebs <shebs@andros.cygnus.com>
20507
20508 * break.c (main): Compare a possibly-uninitialized argc with an
20509 unlikely value that fits in 16 bits.
20510
205111999-09-07 Stan Shebs <shebs@andros.cygnus.com>
20512
20513 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20514 0xfeeb, don't want negative numbers if ints are 16 bits.
20515
20516 * lib/gdb.exp (skip_cplus_tests): New proc.
20517 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
20518 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20519 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20520 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20521 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20522 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20523 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20524 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
20525
20526 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20527
20528Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
20529
20530 * gdb.base/corefile.exp (up): Allow a parameter to appear
20531 in the frame that we're going up to.
20532
20533 From Jim Blandy <jimb@cygnus.com>:
20534
20535 * gdb.base/default.exp (info float): Expect some output now.
20536
20537 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20538 returning floating-point values to fail on the x86.
20539 * gdb.base/callfwmall.exp (do_function_calls): Same.
20540
20541 * gdb.base/list.exp (test_listsize): Correct expectations for
20542 listing line 1 with listsize 2. Also, listing a single line
20543 works now, as does listing three lines. [Kevin's note: There
20544 were a number of other cases fixed too where the expectations
20545 differed...]
20546
205471999-09-02 Stan Shebs <shebs@andros.cygnus.com>
20548
20549 * gdb.base/selftest.exp: Add case for when version prints as
20550 constant string instead of char pointer.
20551
104c1213
JM
205521999-08-25 Stan Shebs <shebs@andros.cygnus.com>
20553
20554 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 20555 stepping out of main.
104c1213
JM
20556
20557 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20558 G++ used.
20559
20560 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 20561 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
20562
20563 * gdb.c++/ovldbreak.exp: Update match string in test that
20564 includes a warning of multiple breakpoints.
20565
205661999-08-24 Stan Shebs <shebs@andros.cygnus.com>
20567
20568 * gdb.base/display.exp: Improve precision of step-after-finish
20569 added yesterday.
20570
20571 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 20572 test.
104c1213
JM
20573
20574 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20575 configs when using G++, not just hppa*.
20576
205771999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20578
20579 * gdb.base/async.c: New file.
20580 * gdb.base/async.exp: New file.
20581
20582Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
20583
20584 * gdb.base/break.exp: Tweak PA specific tests to properly handle
20585 PA64.
20586
53a5351d
JM
20587Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
20588
104c1213
JM
20589 * gdb.base/display.exp: "finish" can leave us mid-line on many
20590 targets, deal with it. Add a small constant to main, instead of
20591 1000 since main+1000 may not be a valid address in the target.
20592
53a5351d
JM
20593 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20594 on hpux11.
20595
20596 * gdb.base/attach.exp: Handle another hpux11 error message variant
20597 when attaching to a process that does not exist.
20598
205991999-08-19 J.T. Conklin <jtc@redback.com>
20600
20601 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 20602 characters in 'continue to 1241' test.
53a5351d
JM
20603
206041999-08-17 Stan Shebs <shebs@andros.cygnus.com>
20605
20606 * gdb.base/call-ar-st.exp: Add a shorter match case for the
20607 stop in print_long_arg_list, define and use a whitespace
20608 variable in print_small_structs test, add an XFAIL for Solaris.
20609 * gdb.base/dbx.exp: XFAIL func commands until somebody is
20610 interested enough to fix.
20611
7be570e7
JM
206121999-08-13 Keith Seitz <keiths@cygnus.com>
20613
20614 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20615 (dbx_gdb_load): Remove. Use gdb_load instead, since that
20616 proc knows about targets other than the natives.
20617 (test_assign): Use "gdb_run_cmd" to "run" the target.
20618 Check that we've actually hit the breakpoint at main.
20619 When we attempt to assign a value to a local variable, check
20620 that the variable is in the current scope, i.e., don't use
20621 a test with an empty result.
20622
20623Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
20624
20625 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 20626 command.
7be570e7
JM
20627
206281999-08-09 Stan Shebs <shebs@andros.cygnus.com>
20629
20630 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20631 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20632 gdb.compat, gdb.threads-hp.
20633 gdb.hp/configure, gdb.hp/configure.in: New files.
20634 gdb.hp/Makefile.in: Recurse into new subdirs.
20635 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20636 gdb.hp/gdb.objdbg: New directory, tests for debugging info
20637 in object files.
20638 gdb.hp/tools: New directory, aux tools for HP-specific tests.
20639
96baa820
JM
206401999-08-05 Stan Shebs <shebs@andros.cygnus.com>
20641
20642 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 20643 funky printf, remove a bogus p/a test.
96baa820
JM
20644
206451999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20646
20647 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
20648 connected to the target. This is necessary when running not
20649 natively.
96baa820
JM
20650
206511999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20652
20653 * gdb.base/step-test.exp: Removed some extraneous messages.
20654
20655 * gdb.base/long_long.exp: Don't run memory examination tests
20656 on little-endian targets (they will need a different set of
20657 results to match).
20658
206591999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20660
20661 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20662 until somebody decides to fix GDB.
20663
20664 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 20665 constant as "ULL".
96baa820
JM
20666 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20667 matches for a couple x/2 commands.
20668
a0b3c4fd
JM
206691999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20670
20671 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20672 by merging in ref-types2 tests.
20673 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20674
20675 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20676 * gdb.c++/Makefile.in: Add standard actions.
20677 (EXECUTABLES): Rename from PROGS, update list.
20678 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20679 from gdb.hp.
20680 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20681 foo and bar locals.
20682 * gdb.c++/anon-union.exp: Fix tests to match.
20683 * gdb.c++/classes.exp: Run if HP compiler used, add extra
20684 expect matches to handle output variations.
20685 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20686 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 20687 output, add HP alternatives for new and delete prints.
a0b3c4fd 20688 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 20689 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
20690 * gdb.c++/demangle.exp: Use $style when reporting failure.
20691 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
20692 * gdb.c++/inherit.exp: Run if HP compiler used, add some
20693 match alternatives.
20694 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 20695 compilers.
a0b3c4fd
JM
20696 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
20697 * gdb.c++/method.exp: Add match alternatives.
20698 * gdb.c++/misc.cc: Add bool types.
20699 * gdb.c++/misc.exp: Add tests for bool types.
20700 * gdb.c++/overload.exp: Add xfails.
20701 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
20702 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
20703 add some more template parameter tests (only for HP currently).
20704 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20705 * gdb.c++/virtfunc.cc: Add return type and value for main.
20706 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20707 match alternatives.
d63a86f8 20708
a0b3c4fd
JM
207091999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20710
20711 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20712
207131999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
20714
20715 * gdb.base/signals.exp: Don't expect getting a backtrace from
20716 within a signal handler to fail on Linux.
20717
207181999-07-29 Stan Shebs <shebs@andros.cygnus.com>
20719
20720 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20721 * lib/gdb.exp: Remove some gratuitious semicolons.
20722 (delete_breakpoints): Increase timeout.
20723 (gdb_expect): Add -notransfer option.
20724 (gdb_test): Use -notransfer option.
20725 (get_compiler_info): Add f77 case.
20726 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 20727 case.
a0b3c4fd
JM
20728 (gdb_preprocess): Call get_compiler.
20729
20730 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20731 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
20732 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20733 gdb.base/long_long.exp, gdb.base/printcmds.exp,
20734 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20735 third arg to gdb_test.
a0b3c4fd
JM
20736 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20737 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 20738 HP-UX xfails, add others.
a0b3c4fd
JM
20739 * gdb.base/completion.exp: Reflect name change of self-test.
20740 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
20741 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20742 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20743 HP failure number.
a0b3c4fd
JM
20744 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20745 useless HP-UX 10.30 references.
20746 * gdb.base/maint.exp: Loosen matches.
20747 * gdb.base/pointers.c (main): Declare more_code.
20748 * gdb.base/pointers.exp: Match on output of a `next'.
20749 * gdb.base/structs.c: Add prototypes.
20750 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20751 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20752
207531999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20754
20755 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 20756 command.
a0b3c4fd
JM
20757
207581999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20759
20760 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20761 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
20762
20763 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
20764 debug info. Deal with lack of signal hanlder info in stack.
20765
a9c64011 20766 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
20767 * gdb.base/annota1.exp: If printf has debug info, deal with it.
20768
5a2468f5
JM
207691999-07-19 Stan Shebs <shebs@andros.cygnus.com>
20770
20771 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 20772 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 20773
adf40b2e
JM
20774Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20775
20776 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 20777 a1-selftest.exp.
adf40b2e
JM
20778 * gdb.base/configure: Re-generate.
20779
207801999-07-12 Stan Shebs <shebs@andros.cygnus.com>
20781
20782 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20783 in trying to run first and name is too long.
20784
20785 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20786 pointers2.c and pointers2.exp, respectively.
20787 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20788 doschk happier.
20789
43e526b9
JM
207901999-07-08 Stan Shebs <shebs@andros.cygnus.com>
20791
20792 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20793 callfuncs2.c and callfuncs2.exp.
20794
20795 * gdb.base/list.exp: Remove mistaken xfails.
20796 * gdb.base/list0.h: Add optional prototypes.
20797
9846de1b
JM
20798Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
20799
a9c64011 20800 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 20801 calling malloc.
a9c64011
AS
20802 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20803 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 20804 use.
9846de1b
JM
20805
208061999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20807
20808 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20809 * gdb.base/annota2.cc, annota2.exp: Move from here.
20810 * gdb.c++/annota2.cc, annota2.exp: To here.
20811 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20812
43ff13b4
JM
20813Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
20814
20815 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 20816 a consistent format.
43ff13b4 20817
085dd6e6
JM
208181999-06-25 Stan Shebs <shebs@andros.cygnus.com>
20819
20820 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20821 * lib/gdb.exp (get_compiler_info): Add detection for assorted
20822 HP compilers, also set the globals $true and $false.
20823
20824 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
20825 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20826 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
20827 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
20828 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
20829 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
20830 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
20831 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
20832 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
20833 whatis.c} Add C++ compatible function definitions and return
20834 types, add includes for library functions.
085dd6e6
JM
20835 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
20836 * gdb.base/step-test.c (myglob): Rename from glob.
20837 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
20838 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
20839 files, move here from gdb.hp.
085dd6e6 20840 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
20841 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
20842 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
20843 Adjust line numbers in regexps.
085dd6e6
JM
20844
20845 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
20846 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
20847 instead of 0/1.
20848
20849 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
20850 foll-vfork.exp: New files, move here from gdb.hp.
20851 * gdb.base/page.exp: New file, test of pagination command.
20852
20853 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
20854 recursion test.
20855 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
20856
20857 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 20858 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
20859
20860 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 20861 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 20862 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 20863 watchpoint test.
085dd6e6
JM
20864 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
20865 them work.
20866 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
20867 expressions properly.
20868 * gdb.base/corefile.exp: Loosen the match slightly.
20869 * gdb.base/default.exp: Allow "Error accessing memory" message
20870 also.
20871 * gdb.base/display.exp: Skip over x/0 j if PA64.
20872 * gdb.base/funcargs.exp: Add xfails for HP-UX.
20873 * gdb.base/interrupt.exp: Ditto.
20874 * gdb.base/langs.exp: Add symbolic matches governed by compiler
20875 in use.
20876 * gdb.base/list.exp: Add xfails for HP-UX.
20877 * gdb.base/long_long.exp: Refine some of the numeric matches.
20878 * gdb.base/mips_pro.exp: Xfail on HP-UX.
20879 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
20880 * gdb.base/nodebug.exp: Succeed on more varieties of output.
20881 * gdb.base/opaque.exp: Remove some HP-UX xfails.
20882 * gdb.base/ptype.exp: Succeed on more varieties of output.
20883 * gdb.base/scope.exp: Add xfails for HP-UX.
20884 * gdb.base/sect-cmd.exp: Add more cases.
20885 * gdb.base/setvar.exp: Add xfails for HP-UX.
20886 * gdb.base/shlib-call.exp: Loosen some matches slightly.
20887 * gdb.base/signals.exp: Match on void symbolically.
20888 * gdb.base/step-test.exp: Add case for PA64.
20889 * gdb.base/term.exp: Add exit and restart.
20890 * gdb.base/twice.exp: Clean up after self.
20891 * gdb.base/varargs.exp: Disable overload resolution explicitly.
20892 * gdb.base/whatis.exp: Allow more ways to pass tests.
20893
20894 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 20895 no longer useful.
085dd6e6
JM
20896
20897Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
20898
20899 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 20900 list of patterns.
085dd6e6 20901 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
20902 print_double_array(double_array)", "continuing to breakpoint
20903 1018", "print print_double_array(array_d)" and "continuing to
20904 1034" tests.
d63a86f8 20905
085dd6e6
JM
209061999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
20907
a9c64011 20908 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
20909
209101999-06-24 Stan Shebs <shebs@andros.cygnus.com>
20911
20912 * config/mt-*: Remove, these haven't been used since 1996.
20913
209141999-06-22 Stan Shebs <shebs@andros.cygnus.com>
20915
20916 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 20917 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
20918 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
20919
9e0b60a8
JM
209201999-06-18 Stan Shebs <shebs@andros.cygnus.com>
20921
20922 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
20923 simpler match case for the ptype of the big class.
20924
209251999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20926
20927 * gdb.exp: Fix test for gdb_prompt existence.
20928
209291999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20930
20931 * gdb.exp (gdb_test): Add fail after calls to perror.
20932
209331999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20934
20935 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
20936
209371999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20938
20939 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
20940
0f71a2f6
JM
20941Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
20942
20943 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 20944 malloc() is linked in.
0f71a2f6
JM
20945
209461999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20947
20948 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
20949 step at end.
20950
20951 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
20952
209531999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
20954
20955 * gdb.java/jv-print.exp: New file. (Our first Java test!)
20956
cce74817
JM
20957Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
20958
20959 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
20960 * gdb.base/mips_pro.exp: Likewise.
20961
209621999-06-02 Keith Seitz <keiths@cygnus.com>
20963
20964 * gdb.c++/templates.cc: Change all "new" operators to throw
20965 an exception.
20966 * gdb.c++/cplusfuncs.cc: Likewise.
20967
20968 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
20969
20970Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
20971
20972 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
20973 * gdb.base/ending-run.exp: When stepping out of main, accept a
20974 step into an arbitrary assembler file.
cce74817 20975
392a587b
JM
209761999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20977
d63a86f8 20978 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 20979 "breakpoint-invalid" to be printed.
d63a86f8 20980 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
20981 number of "frames-invalid" and "breakpoint-invalid" to be printed.
20982 * gdb.base/annota2.cc: Initialize a.x to 0.
20983
9e086581
JM
209841999-05-17 Keith Seitz <keiths@cygnus.com>
20985
20986 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
20987 when "skip_float_tests" set.
20988 Ditto for "print print_double_array(array_d)", "print print_small_structs",
20989 "print print_ten_doubles", and "step into print_long_arg_list".
20990 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
20991 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
20992 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
20993 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
20994 "skip_float_tests" is set.
20995 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
20996 when "skip_float_tests" set.
d63a86f8 20997
cd0fc7c3
SS
209981999-05-06 Keith Seitz <keiths@cygnus.com>
20999
21000 * gdb.base/annota2.cc: Include stdio.h.
21001
21002Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
21003
21004 * gdb.base/crossload.exp: Remove, this has been disabled ever
21005 since BFD stopped including all targets, and cross-GDB gets
21006 plenty of testing anyway.
21007 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
21008 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21009 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
21010 * gdb.base/README: Remove, was doc for this.
21011 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 21012 needed.
cd0fc7c3 21013
b83266a0
SS
210141999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21015
21016 * gdb.base/call-ar-st.exp: Fix one regular expression in test
21017 output.
21018
21019 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21020 * gdb.base/annota2.exp: New file. More annotation tests.
21021 * gdb.base/annota1.c: New file. Source file for annota1.exp.
21022 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21023
210241999-04-23 Angela Marie Thomas <angela@cygnus.com>
21025
21026 * config/cfdbug.exp: New file.
21027
7a292a7a
SS
210281999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
21029
21030 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21031 Marcus Daniel's and Dale Hawkins's demangler crashes.
21032
21033 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
21034 test_lucid_style_demangling, test_arm_style_demangling,
21035 test_hp_style_demangling): Try Tom Tromey's core-dumping
21036 identifier under each demangling style.
7a292a7a
SS
21037
210381999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
21039
21040 * gdb.c++/demangle.exp: Include the current demangling style
21041 in all test names.
21042 (current_demangling_style): New global variable.
21043 (set_demangling_style, test_demangling_core, test_demangling,
21044 test_demangling_exact): New functions.
21045 (test_gnu_style_demangling, test_lucid_style_demangling,
21046 test_arm_style_demangling, test_hp_style_demangling): Use those,
21047 instead of calling gdb_test and gdb_test_exact directly.
21048 (catch_demangling_errors): New function, which reports errors
21049 signalled by the demangling test functions in an orderly way.
21050 (do_tests): Use catch_demangling_errors.
21051
210521999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
21053
21054 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 21055 grouping in expressions, not {}.
7a292a7a
SS
21056
21057 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 21058 initialized yet.
7a292a7a
SS
21059
210601999-04-01 Stan Shebs <shebs@andros.cygnus.com>
21061
21062 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21063 are listed.
21064
210651999-03-26 Stan Shebs <shebs@andros.cygnus.com>
21066
21067 * gdb.stabs/weird.exp: Test for CC being defined before
21068 looking at its value.
21069
210701999-03-25 Stan Shebs <shebs@andros.cygnus.com>
21071
21072 * gdb.base/call-ar-st.exp: Remove stray '#'.
21073 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21074 "short int" and "long int".
21075 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 21076 change, to mollify finicky HP compiler.
7a292a7a
SS
21077 * gdb.hp/reg-test.exp (testfile): Fix file name.
21078 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 21079
7a292a7a
SS
21080 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21081 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21082 alternate form of enum ptype.
21083
c906108c
SS
210841999-03-23 Stan Shebs <shebs@andros.cygnus.com>
21085
7a292a7a
SS
21086 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21087 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
21088 passing skip_hp_tests, so as not to waste time on guaranteed
21089 failure.
7a292a7a 21090
c906108c
SS
21091 * gdb.c++/overload.cc: Pass string instead of char addr, always
21092 init ccpfoo.
21093 * gdb.c++/templates.cc: Fix syntax error.
21094
7a292a7a
SS
21095Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21096
21097 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 21098 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
21099 command.
21100
211011999-03-18 James Ingham <jingham@cygnus.com>
21102
21103 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21104
21105 * gdb.c++/method.exp: It was testing an uninitialized int on the
21106 stack and assuming it was positive.
21107
21108 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21109
21110 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 21111 keep it from killing the rest of the tests.
7a292a7a
SS
21112 Use gdb_continue_to_end.
21113
21114 * gdb.base/sigall.exp: use gdb_continue_to_end.
21115
21116 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21117
21118 * gdb.base/display.exp: use runto_main, not run.
21119
d63a86f8
RM
21120 * gdb.base/default.exp: Check for the current error message in the
21121 r abbreviation test.
7a292a7a
SS
21122 Add strongarm to the targets that know info float.
21123
d63a86f8 21124 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
21125 run which doesn't work with monitors.
21126
21127 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21128
21129 * gdb.base/break.exp: use the gdb_continue_to_end proc.
21130
21131 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
21132 program. Traps the case (in Cygmon) when the program never really
21133 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
21134 more places, so I used my name. Sorry Mark...
21135
21136 * config/monitor.exp (gdb_target_monitor): added another
21137 target_info parameter: remotebinarydownload. This will set the
21138 remotebinarydownload flag if this is causing some boards trouble.
21139
211401999-03-18 Mark Salter <msalter@cygnus.com>
21141
21142 * lib/gdb.exp (continue_to_exit): New function.
21143
21144 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21145 * gdb.base/ending-run.exp: Ditto.
21146 * gdb.base/step-test.exp: Ditto.
21147
211481999-03-16 Stan Shebs <shebs@andros.cygnus.com>
21149
21150 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21151 (suggested by Art Haas <ahaas@neosoft.com>).
21152
211531999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
21154
889bf7c5 21155 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
21156
21157Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
21158
21159 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 21160 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
21161
211621999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
21163
21164 * gdb.base/call-strs.exp: Don't assume that `step' will step over
21165 a call to strlen; sometimes we do have sources.
21166
211671999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
21168
21169 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 21170 character, so GDB won't print garbage after its end.
d63a86f8 21171
c906108c
SS
21172 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21173 breakpoint there instead. Sometimes GCC emits memcpy to handle
21174 the large structures being passed by value, so we step into that
21175 instead of sum_array_print, which obscures what we're really testing.
21176 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
21177 the bizarre steps into memcpy, so do that here. Add check for
21178 stepping into function calls that pass large structures by value.
21179 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
21180 Remove all references to specific line numbers.
21181 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21182 New type and function.
21183 (main): Call large_struct_by_value, passing it a large struct by value.
21184 * lib/gdb.exp (gdb_get_line_number): New function.
21185
21186 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21187 more portable.
21188
7a292a7a
SS
211891999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21190
c906108c
SS
21191 * lib/gdb.exp: Doc fixes.
21192
7a292a7a
SS
211931999-03-05 Nick Clifton <nickc@cygnus.com>
21194
d63a86f8 21195 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
21196
211971999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
21198
c906108c 21199 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
21200 commands. They're not germane to this test, and they don't work
21201 that way on remote targets.
c906108c 21202
3fc11d3e
JM
212031999-03-01 James Ingham <jingham@cygnus.com>
21204
21205 * Changelog entries merged over from gdb development branch.
21206
3fc11d3e
JM
21207 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
21208
21209 * lib/gdb.exp (gdbtk_analyze_results): Generic function
21210 for outputting results of test run.
21211
2d4a1622 21212 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
21213
21214 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 21215
7a292a7a
SS
212161999-02-25 Felix Lee <flee@cygnus.com>
21217
21218 * lib/gdb.exp (debug_format): initialize
21219
c906108c
SS
212201999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
21221
21222 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21223 * gdb.base/call-rt-st.c: Ditto.
21224
c906108c
SS
212251999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
21226
21227 * gdb.threads/pthreads.exp (horiz): New variable.
21228 (test_startup): Fix regexps that capture thread numbers.
21229
212301999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
21231
21232 * gdb.base/smoke.exp: Disambiguate two test case names (both
21233 called ``print'').
21234
21235Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21236
21237 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 21238 compilation.
c906108c
SS
21239
212401999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21241
21242 * gdb.base/miscexprs.exp: Change patterns to match GDB's
21243 actual output formatting.
21244 * gdb.base/smoke.exp: GDB removes leading 0's.
21245 * gdb.base/volatile.exp: Don't check type of remuneration;
21246 that variable is no longer defined in constvars.c.
21247 * gdb.base/step-test.c (main): Exit with explicit exit code.
21248 * gdb.base/step-test.exp: Remove two nexti checks--they are
21249 not portable.
21250
212511999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21252
21253 * gdb.base/help.exp ("help delete display"): Fix test to match
21254 gdb's output.
21255
21256 * gdb.base/long_long.c (known_types): Initialize values to zero.
21257 * gdb.base/long_long.exp: Step one more line
21258 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
21259 leading zeros. Explicitly ask for hex formatting. Use
21260 unique test case names.
c906108c
SS
21261
21262Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21263
d63a86f8 21264 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
21265
21266 * gdb.c++/method.exp: Add missing close brace.
21267
212681999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
21269
21270 * gdb.base/maint.exp: Use 'set height 0' to disable page
21271 prompting, not 'set height 400'.
21272
21273 Fix a bunch of timeouts.
21274 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21275 four separate tests, so expect doesn't take forever to match a ton
21276 of text against a regexp with lots of .* forms.
21277 ("maint print psymbols", "maint print symbols"): Make some of
21278 these greps more selective, so that expect doesn't try to wade
21279 through huge piles of output and time out.
21280
21281 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21282
21283 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
21284 tests: one which doesn't expect shlib events to be reported, and
21285 another which does, but is XFAIL for all platforms other than
21286 HP/UX.
c906108c
SS
21287
21288 * gdb.base/break.exp: Teach the test suite that the `catch
21289 fork', `catch vfork', and `catch exec' commands produce error
21290 messages on platforms that don't provide these features.
21291
21292Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21293
21294 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
21295 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21296 (shortening names from solib_threshold.exp etc), won't run on
21297 anything but HP-UX for the foreseeable future.
c906108c 21298 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 21299 reflect move.
c906108c
SS
21300
21301Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
21302
21303 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 21304 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
21305
21306Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
21307
21308 * gdb.base/shlib-call.exp: add test cases to verify that gdb
21309 successfully re-sets breakpoints in shared libraries.
21310 * gdb.base/shmain.c (main): return 0, don't fall off the end.
21311
21312Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21313
d63a86f8
RM
21314 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21315 and compiled w/o GCC.
c906108c
SS
21316
21317 * gdb.hp/watch-cmd.exp: ditto.
21318
21319 * gdb.hp/watch-hp.exp: ditto.
21320
21321 * gdb.hp/xdb1.exp: ditto.
21322
21323 * gdb.hp/xdb2.exp: ditto.
21324
21325 * gdb.hp/dbx.exp: ditto.
21326
21327Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
21328
21329 * constvars.c: Remove C++-isms.
21330 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 21331 with GCC.
c906108c
SS
21332
21333Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
21334
21335 The following changes are part of the HP merge.
21336
21337 * gdb.base/break.exp: new tests to verify that catchpoints for
21338 fork, vfork, and exec don't trigger inappropriately.
21339
21340 * gdb.base/opaque.exp: compile one file at a time, then link.
21341
21342 * gdb.base/signals.exp: be more restrictive about which hppa
21343 systems receive a setup_xfail. new tests.
21344
21345 * gdb.base/solib_threshold.build: new file.
21346 * gdb.base/solib_threshold.exp: new file.
21347 * gdb.base/solib_threshold.link_opts: new file.
21348 * gdb.base/solib_threshold.mk: new file.
21349 * gdb.base/gen_solib_threshold.c: new file.
21350
21351 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21352 tests. New tests for enums inside classes.
21353
21354 * gdb.c++/compiler.cc: indicate support of template debugging.
21355
21356 * gdb.c++/demangle.exp: run hp style demangling tests.
21357
21358 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21359 tests.
21360
21361 * gdb.c++/misc.cc: changes to support new tests.
21362
21363 * gdb.c++/templates.cc: changes to support HP's compiler; changes
21364 to support new tests.
21365
21366 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21367 gcc, then skip these tests.
21368
21369Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
21370
21371 The following files are part of the HP merge; some had longer
21372 names at HP, but have been renamed to be no more than 14
21373 characters in length.
21374
21375 * gdb.hp/ambiguous.cc: new file.
21376 * gdb.hp/ambiguous.exp: new file.
21377 * gdb.hp/attach.exp: new file.
21378 * gdb.hp/attach2.exp: new file.
21379 * gdb.hp/classes-hp.exp: new file.
21380 * gdb.hp/ctti.exp: new file.
21381 * gdb.hp/ctti-add.cc: new file.
21382 * gdb.hp/ctti-add1.cc: new file.
21383 * gdb.hp/ctti-add2.cc: new file.
21384 * gdb.hp/ctti-add3.cc: new file.
21385 * gdb.hp/dbx.exp: new file.
21386 * gdb.hp/exception.cc: new file.
21387 * gdb.hp/exception.exp: new file.
21388 * gdb.hp/foll-exec.c: new file.
21389 * gdb.hp/foll-exec.exp: new file.
21390 * gdb.hp/foll-fork.c: new file.
21391 * gdb.hp/foll-fork.exp: new file.
21392 * gdb.hp/foll-vfork.c: new file.
21393 * gdb.hp/foll-vfork.exp: new file.
21394 * gdb.hp/inherit-hp.exp: new file.
21395 * gdb.hp/more-steps.exp: new file.
21396 * gdb.hp/namespace.cc: new file.
21397 * gdb.hp/namespace.exp: new file.
21398 * gdb.hp/optimize.exp: new file.
21399 * gdb.hp/pxdb.c: new file.
21400 * gdb.hp/pxdb.exp: new file.
21401 * gdb.hp/quicksort.exp: new file.
21402 * gdb.hp/reg-test.exp: new file.
21403 * gdb.hp/reg-test.s: new file.
21404 * gdb.hp/sized-enum.c: new file.
21405 * gdb.hp/sized-enum.exp: new file.
21406 * gdb.hp/start-stop.exp: new file.
21407 * gdb.hp/templ-hp.cc: new file.
21408 * gdb.hp/templ-hp.exp: new file.
21409 * gdb.hp/thr-lib.c: new file.
21410 * gdb.hp/thr-lib.exp: new file.
21411 * gdb.hp/thr-lib.h: new file.
21412 * gdb.hp/thr-liblib.c: new file.
21413 * gdb.hp/virtfun-hp.c: new file.
21414 * gdb.hp/virtfun-hp.exp: new file.
21415 * gdb.hp/watch-cmd.exp: new file.
21416 * gdb.hp/watch-hp.exp: new file.
21417 * gdb.hp/xdb1.exp: new file.
21418 * gdb.hp/xdb2.exp: new file.
21419 * gdb.hp/xdb3.exp: new file.
21420
21421Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
21422
21423 The following files are part of the HP merge; some had longer
21424 names at HP, but have been renamed to be no more than 14
21425 characters in length.
21426
21427 * gdb.base/ss.h: new file.
21428 * gdb.base/call-ar-st.c: new file.
21429 * gdb.base/call-ar-st.exp: new file.
21430 * gdb.base/call-rt-st.c: new file.
21431 * gdb.base/call-rt-st-exp: new file.
21432 * gdb.base/call-strs.exp: new file.
21433 * gdb.base/ena-dis-br.exp: new file.
21434 * gdb.base/environ.exp: new file.
21435 * gdb.base/long_long.exp: new file.
21436 * gdb.base/sect-cmd.exp: new file.
21437 * gdb.base/shlib-cl2.exp: new file.
21438 * gdb.base/smoke.exp: new file.
21439 * gdb.base/so-impl-ld.c: new file.
21440 * gdb.base/so-impl-ld.exp: new file.
21441 * gdb.base/so-indr-cl.c: new file.
21442 * gdb.base/so-indr-cl.exp: new file.
21443 * gdb.base/varargs.exp: new file.
21444 * gdb.base/volatile.exp: new file.
21445 * gdb.base/whatis-exp.exp: new file.
7a292a7a 21446 * gdb.base/display.exp: new file.
c906108c
SS
21447 * gdb.c++/derivation.exp: new file.
21448 * gdb.c++/local.exp: new file.
21449 * gdb.c++/member-ptr.exp: new file.
21450 * gdb.c++/overload.exp: new file.
21451 * gdb.c++/ovldbreak.exp: new file.
21452 * gdb.c++/ref-types.exp: new file.
21453 * gdb.c++/ref-types2.exp: new file.
21454 * gdb.c++/userdef.exp: new file.
d63a86f8 21455
c906108c
SS
21456Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
21457
21458 * gdb.base/default.exp: Reflect wording change in remote.c.
21459
dc96c6c7 21460Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21461
21462 * gdb.base/help.exp: Update to reflect current text.
21463
21464Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
21465
21466 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21467 they're stack variables and contain garbage.
21468 * gdb.c++/anon-union.exp: new file.
21469
21470 The following changes were made by David Taylor
889bf7c5
PA
21471 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21472 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21473 in changes by HP.
c906108c
SS
21474
21475 * gdb.base/bitops.exp: new file.
21476 * gdb.base/default.exp: change expected messages for catch and
21477 info catch tests to reflect HP merge changes.
21478 * gdb.base/enable-disable-break.exp
21479 * gdb.base/ending-run.c: new file.
21480 * gdb.base/long_long.c: new file.
21481 * gdb.base/maint.exp: new file.
21482 * gdb.base/pointers2.exp: new file.
21483 * gdb.base/shlib-call2.exp: new file.
21484 * gdb.base/solib.exp: new file.
21485 * gdb.base/step-test.c: new file.
21486 * gdb.c++/anon-union.cc: new file.
21487 * gdb.c++/local.cc: new file.
21488 * gdb.c++/member-pointer.cc: new file.
21489 * gdb.c++/method.cc: new file.
21490 * gdb.c++/ref-types.cc: new file.
21491 * gdb.c++/ref-types2.cc: new file.
21492 * gdb.c++/userdef.cc: new file.
d63a86f8 21493
c906108c
SS
21494 * gdb.base/scope.exp: compile one file at a time, then link.
21495 * gdb.base/langs.exp: ditto.
21496 * gdb.base/list.exp: ditto.
d63a86f8 21497
c906108c
SS
21498Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
21499
21500 The following changes were made by David Taylor
889bf7c5
PA
21501 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21502 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21503 in changes by HP.
d63a86f8 21504
c906108c
SS
21505 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21506 skip tests. When compiling pass c++ flag to gdb_compile.
21507 * gdb.c++/
d63a86f8 21508
c906108c
SS
21509 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21510 test for on hppa*-*-hpux*; use args to see if c++ was specified.
21511 (skip_hp_tests): new function.
21512 (gdb_preprocess): new function.
21513
21514 * configure.in (hpdir): decide whether to configure gdb.hp.
21515 * configure: regenerated.
21516
21517 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21518 to delete on clean.
21519 (EXECUTABLES): update to reflect new additions.
21520 * gdb.base/commands.exp: update message expected.
21521 * gdb.base/default.exp: add copyright notice.
21522 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21523 * gdb.base/help.exp: update messages to reflect current text.
21524 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21525 targets for recurse tests.
21526 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21527 skip this file.
21528
21529 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21530 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21531 compilation.
21532 * gdb.c++/misc.exp: ditto.
21533 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21534 run the tests. tell gdb_compile that it's a c++ compilation.
21535
21536 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 21537
c906108c
SS
21538 * gdb.base/all-bin.exp: new file.
21539 * gdb.base/arithmet.exp: new file.
21540 * gdb.base/assign.exp: new file.
21541 * gdb.base/completion.exp: new file.
21542 * gdb.base/cond-expr.exp: new file.
21543 * gdb.base/condbreak.exp: new file.
21544 * gdb.base/define.exp: new file.
21545 * gdb.base/dollar.exp: new file.
21546 * gdb.base/environment.exp: new file.
21547 * gdb.base/eval-skip.exp: new file.
21548 * gdb.base/jump.exp: new file.
21549 * gdb.base/logical.exp: new file.
21550 * gdb.base/pointers.exp: new file.
21551 * gdb.base/relational.exp: new file.
21552 * gdb.base/section_command.exp: new file.
21553 * gdb.base/whatis-expr.exp: new file.
21554
21555 * gdb.base/all-types.c: new file.
21556 * gdb.base/call-array-struct.c: new file.
21557 * gdb.base/call-return-struct.c: new file.
21558 * gdb.base/call-strings.c: new file.
21559 * gdb.base/callfuncs2.c: new file.
21560 * gdb.base/condbreak.c: new file.
21561 * gdb.base/constvars.c: new file.
21562 * gdb.base/display.c: new file.
21563 * gdb.base/int-type.c: new file.
21564 * gdb.base/jump.c: new file.
21565 * gdb.base/miscexprs.c: new file.
21566 * gdb.base/pointers.c: new file.
21567 * gdb.base/pointers2.c: new file.
21568 * gdb.base/shmain.c: new file.
21569 * gdb.base/shr1.c: new file.
21570 * gdb.base/shr2.c: new file.
21571 * gdb.base/solib.c: new file.
21572 * gdb.base/solib1.c: new file.
21573 * gdb.base/solib2.c: new file.
21574 * gdb.base/varargs.c: new file.
21575 * gdb.c++/derivation.cc: new file.
21576 * gdb.c++/overload.cc: new file.
21577 * gdb.c++/ovldbreak.cc: new file.
21578 * gdb.hp/attach.c: new file.
21579 * gdb.hp/attach2.c: new file.
21580 * gdb.hp/average.c: new file.
21581 * gdb.hp/compiler.c: new file.
21582 * gdb.hp/compiler.cc: new file.
21583 * gdb.hp/execd-program.c: new file.
21584 * gdb.hp/follow-exec.c: new file.
21585 * gdb.hp/follow-fork.c: new file.
21586 * gdb.hp/follow-vfork-and-exec.c: new file.
21587 * gdb.hp/misc-hp.cc: new file.
21588 * gdb.hp/more-steps.c: new file.
21589 * gdb.hp/optimize.c: new file.
21590 * gdb.hp/quicksort.c: new file.
21591 * gdb.hp/run-hp.c: new file.
21592 * gdb.hp/start-stop.c: new file.
21593 * gdb.hp/sum.c: new file.
21594 * gdb.hp/templates-hp.cc: new file.
21595 * gdb.hp/thread-local-in-lib.c: new file.
21596 * gdb.hp/thread-local-in-lib.h: new file.
21597 * gdb.hp/thread-local-in-lib.lib.c: new file.
21598 * gdb.hp/vforked-program.c: new file.
21599 * gdb.hp/virtfunc-hp.cc: new file.
21600 * gdb.hp/watchpoint-hp.c: new file.
21601 * gdb.hp/xdb.c: new file.
21602 * gdb.hp/xdb0.c: new file.
21603 * gdb.hp/xdb0.h: new file.
21604 * gdb.hp/xdb1.c: new file.
21605
21606Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
21607
21608 The following change was made by Edith Epstein
889bf7c5
PA
21609 <eepstein@cygnus.com> as part of a project to merge in changes
21610 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
21611
21612 * gdb.c++/demangle.exp: changed the expected output for some
21613 ARM-style mangling -- removed second reference to datatype.
889bf7c5 21614 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 21615 T1<char>::~T1<char>(void)
c906108c 21616 becomes,
a9c64011
AS
21617 maint demangle __dt__11T1__pt__2_cFv
21618 T1<char>::~T1(void)
c906108c 21619
889bf7c5 21620 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 21621
c906108c
SS
21622Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
21623
21624 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21625 * gdb.trace/backtrace.exp: Likewise.
21626 * gdb.trace/circ.exp: Likewise.
21627 * gdb.trace/collection.exp: Likewise.
21628 * gdb.trace/deltrace.exp: Likewise.
21629 * gdb.trace/infotrace.exp: Likewise.
21630 * gdb.trace/limits.exp: Likewise.
21631 * gdb.trace/packetlen.exp: Likewise.
21632 * gdb.trace/passc-dyn.exp: Likewise.
21633 * gdb.trace/passcount.exp: Likewise.
21634 * gdb.trace/report.exp: Likewise.
21635 * gdb.trace/save-trace.exp: Likewise.
21636 * gdb.trace/tfind.exp: Likewise.
21637 * gdb.trace/tracecmd.exp: Likewise.
21638 * gdb.trace/while-dyn.exp: Likewise.
21639 * gdb.trace/while-stepping.exp: Likewise.
21640
216411998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
21642
21643 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21644
21645Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
21646
21647 From Brendan Kehoe:
21648 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21649 int return types.
21650
21651Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21652
21653 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 21654 remote dos host testing right.
c906108c
SS
21655
21656Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21657
21658 * gdb.base/corefile.exp: remove some xfails.
21659
21660Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21661
21662 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 21663 have different timestamps.
c906108c
SS
21664
21665Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21666
21667 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 21668 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
21669
21670Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21671
21672 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 21673 delta.
c906108c
SS
21674
21675Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21676
21677 * gdb.base/default.exp: Add brace missing from previous delta.
21678
21679Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
21680
21681 * gdb.base/default.exp: Support test for info float for all
21682 varieties of arm toolchain.
21683
dc96c6c7 21684Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21685
21686 * gdb.trace/*.exp: remove "remote_download" command.
21687
dc96c6c7 21688Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21689
21690 * gdb.trace/*.exp: remove -gdwarf from compile.
21691
21692Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
21693
21694 * gdb.trace/configure.in(AC_INIT): typo
21695 * gdb.trace/configure: regenerated
21696
dc96c6c7 21697Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21698
21699 * config/m68k-emc.exp: New file.
21700 * lib/<emc-support.exp trace-support.exp}: New files.
21701 * configure.in: add new test directory gdb.trace.
21702 * gdb.trace/{configure configure.in Makefile.in}: New files.
21703 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21704 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21705 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21706 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21707 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21708 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21709 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 21710
dc96c6c7 21711Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21712
21713 * gdb.c++/classes.exp: Change all regular expressions to match
21714 arbitrary combinations of newline/carriage-return, so that they
21715 will work equally well on Unix and Windows.
21716 * gdb.c++/inherit.exp: ditto.
21717 * gdb.c++/virtfunc.exp: ditto.
21718
217191998-08-11 Dawn Perchik <dawn@cygnus.com>
21720
21721 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21722
c2d11a7d
JM
21723Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
21724
21725 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21726 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
21727 to use a0-a3/d0-d3 as needed.
21728
21729Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
21730
21731 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21732 * gdb.disasm/am33.exp: Corresponding changes.
21733
c906108c
SS
217341998-07-11 Felix Lee <flee@cygnus.com>
21735
21736 * gdb.base/callfuncs.exp: add cmp10 test.
21737 * gdb.base/callfuncs.c (cmp10): new function.
21738
21739Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
21740
d63a86f8 21741 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
21742 into two parts to get around a synchronization problem in expect.
21743
3fc11d3e
JM
21744Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
21745
21746 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21747
21748 * configure.in: Add options for gdbtk testsuite.
21749
21750 * configure: Regenerate.
21751
21752 * gdb.gdbtk: New directory to hold gdbtk tests.
21753
c906108c
SS
21754Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21755
21756 * gdb.fortran/types.exp: Escape brackets in expect patterns
21757 for test_float_literal_types_accepted tests.
21758 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
21759 before run test.
21760
c2d11a7d
JM
21761Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
21762
21763 * am33.exp: Just compile, do not link the testcase.
21764 * am33.s: Add ".am33" pseudoop to force am33 mode.
21765
c906108c
SS
217661998-06-25 Felix Lee <flee@cygnus.com>
21767
21768 * gdb.base/setshow.exp: make sure $pc is sane.
21769
21770 * gdb.stabs/weird.exp: split expect patterns properly.
21771
c2d11a7d
JM
21772Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
21773
21774 * gdb.disasm/am33.s: New disassembler testfile for the am33.
21775 * gdb.disasm/am33.exp: Run it.
21776
dc96c6c7 21777Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21778
21779 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21780 match processing (and eliminate spurious timeouts when running).
21781
dc96c6c7 21782Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21783
21784 * gdb.base/signals.exp (test_handle_all_print): put back Mach
21785 exception test, but conditionalize it on target [mach | gnu].
21786
dc96c6c7 21787Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21788
21789 * gdb.base/overlays.exp: fixup compile line for linker script.
21790
21791Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
21792
21793 * gdb.fortran/types.exp: don't guess at float size.
21794
21795Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
21796
21797 * gdb.base/exprs.exp: delete test that depends on int size.
21798
21799Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
21800
21801 * config/sim.exp: Removed checks for target triplets.
21802 (gdb_target_sim): Use gdb,target_sim_options.
21803
21804Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
21805
21806 * gdb.base/reread.exp: New file.
21807 * gdb.base/reread1.c: New file.
21808 * gdb.base/reread2.c: New file.
21809
21810Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
21811
21812 * config/sim.exp: Use 'target sim -sparclite' when running
21813 SPARClite programs.
21814
21815Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
21816
21817 * gdb.base/structs2.exp: New file.
21818 * gdb.base/structs2.c: New file.
21819
21820Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
21821
21822 * gdb.asm/common.inc: New file.
21823 * gdb.asm/d10v.inc: New file.
21824 * asm-source.exp: Pass -I's to gas to find .inc files.
21825 Update line numbers in expected output.
21826 * asmsrc1.s: Rewrite.
21827 * asmsrc2.s: Rewrite.
21828 * configure.in: Create arch.inc symlink.
21829 * configure: Regenerate.
21830 * Makefile.in (distclean): Delete arch.inc.
21831
21832Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
21833
21834 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
21835 (t_enum_value2): ditto
21836 (t_enum_value3): ditto
21837 (main): ditto
c906108c
SS
21838Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21839
21840 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
21841 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
21842 change.
21843 Use gdb_test instead of send_gdb/gdb_expect sequences.
21844
21845Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
21846
21847 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
21848 not void.
21849
21850Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
21851
21852 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
21853 subroutines. Used to test gdbs ability to single step through PC
21854 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
21855
21856Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
21857
21858 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
21859 more rigorous EGCS C++ error checking.
21860
21861Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21862
a9c64011
AS
21863 * gdb.base/help.exp: Clean up `help set args' and `help show args'
21864 tests.
21865 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
21866 function when asleep.
21867 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
21868 for i*86 Linux and SVR4 signal handling problems.
21869 Remove linux xfail for `next to handler in signals_tests_1', fixed
21870 by recent infrun.c change.
21871 Limit backtrace to 10 frames to avoid timeout problems with infinite
21872 stack backtraces.
21873 Adjust expect pattern in `handle all print' test to match Apr 28 1997
21874 target.[ch] change.
c906108c
SS
21875
21876Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
21877
21878 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
21879 for a newline from gdb before continuing.
21880 (default_gdb_exit): Just look for y or n.
21881 (gdb_test): Detect abnormal exit from GDB running on DOS; if
21882 it does, fail the rests of the tests in the file.
21883
21884Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
21885
21886 * config/cygmon.exp: New file.
21887
21888Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
21889
21890 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 21891 main" test on remote targets.
c906108c
SS
21892
21893 * gdb.base/scope.exp: Fix problem with filelocal_bss before
21894 run test on remote targets.
21895
21896Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
21897
21898 * gdb.asm: New directory.
21899 * configure.in: Configure it.
21900 * configure: Regenerate.
21901 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21902 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21903
21904Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
21905
21906 * config/mn10300-eval.exp: New file to support MN10300 eval board.
21907
dc96c6c7 21908Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 21909
a9c64011
AS
21910 * gdb.base/overlays (several files): Merge the two overlay
21911 managers into one. Change variables (foox, barx, bazx, grbxx)
21912 back into ints but force them to load in their proper sections.
c906108c
SS
21913
21914Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
21915
21916 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 21917 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
21918 (D10VCopy): Handle memory regions crossing 16k boundaries.
21919 (D10VCopy): Transfer data in 32 bit chunks.
21920
21921Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
21922
21923 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 21924 correct.
c906108c
SS
21925
21926 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 21927 map. Include space for printf in .text segment.
c906108c
SS
21928
21929 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 21930 updated d10v memory VMA/LMA map.
c906108c 21931 (D10VCopy): Call D10VTranslate.
d63a86f8 21932
c906108c
SS
21933Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
21934
21935 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
21936
21937 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
21938 that it won't be put into the .sdata - small data -
21939 section. Update reference.
c906108c
SS
21940 * gdb.base/baz.c (bazx, baz): Ditto.
21941 * gdb.base/foo.c (foox, foo): Ditto.
21942 * gdb.base/grbx.c (grbxx, grbx): Ditto.
21943
21944 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 21945 to be arrays.
d63a86f8 21946
dc96c6c7 21947Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 21948
a9c64011
AS
21949 * gdb.base/overlays.exp: fix up and get working again.
21950 Add tests for backtraces from an overlay function.
d63a86f8 21951
c906108c
SS
21952Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
21953
21954 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
21955 "calling function with watchpoint enabled".
21956
21957Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
21958
21959 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 21960 gdb_suppress_tests for d10v-*-*.
c906108c
SS
21961 * lib/gdb.exp (gdb_suppress_tests): Disable this function
21962 pending review of whether it is useful or not.
21963
21964Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
21965
21966 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
21967
21968Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
21969
21970 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
21971 * config/dve.exp: New file to support Densan boards.
21972
21973Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
21974
21975 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 21976 reads and BSD.
c906108c
SS
21977
21978Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
21979
21980 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
21981 response.
21982
21983 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
21984
21985Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
21986
21987 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 21988 test.
c906108c
SS
21989
21990 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 21991 target_sizeof_long and target_bigendian_p.
c906108c 21992 (structs_by_value, structs_by_reference): Check values according
889bf7c5 21993 to targets word size and endianess.
d63a86f8 21994
c906108c
SS
21995Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
21996
21997 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 21998 output.
c906108c
SS
21999
22000Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
22001
22002 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 22003 Update test of set args help to match source change.
c906108c
SS
22004
22005Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
22006
22007 * gdb.base/default.exp: Expect help system output to be in
22008 alphabetical order.
22009 * gdb.base/help.exp: Ditto.
22010
22011Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
22012
22013 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22014 "i*86-pc-linux-gnu*".
22015 * gdb.base/interrupt.exp: Ditto.
22016 * gdb.base/corefile.exp: Ditto.
22017
22018 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 22019 define vxworks when building the testcase.
c906108c
SS
22020
22021 * gdb.base/ptype.exp: Fix testnames to be unique.
22022 * gdb.base/radix.exp: Ditto.
22023 * gdb.base/term.exp: Ditto.
22024 * gdb.base/whatis.exp: Ditto.
22025 * gdb.c++/classes.exp: Ditto.
22026
22027Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
22028
22029 * gdb.base/callfuncs.exp: Fix indentation.
22030
22031 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22032 suppress_flag has been set.
22033 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22034 target feature.
22035
22036Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
22037
22038 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22039 the testcase.
22040
22041 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 22042 set_debug_traps() and breakpoint().
c906108c
SS
22043 * gdb.c++/misc.cc (main): Ditto.
22044 * gdb.c++/templates.cc (main): Ditto.
22045 * gdb.c++/virtfunc.cc (main): Ditto.
22046
22047Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
22048
22049 * lib/gdb.exp(gdb_step_for_stub): New function.
22050 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22051 exists, reload the executable and do a "continue" instead of
22052 doing a jump.
22053 (runto_main): Use gdb_step_for_stub.
d63a86f8 22054
c906108c 22055 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 22056 tests to have unique names.
c906108c
SS
22057 * gdb.base/callfuncs.exp: Ditto.
22058 * gdb.base/commands.exp: Ditto.
22059 * gdb.base/default.exp: Ditto.
22060 * gdb.base/help.exp: Ditto.
22061 * gdb.base/list.exp: Ditto.
22062 * gdb.base/opaque.exp: Ditto.
22063 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22064 similar tests.
d63a86f8 22065
c906108c
SS
22066 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22067 * gdb.c++/cplusfuncs.cc: Ditto.
22068 * gdb.c++/virtfunc.cc: Ditto.
22069
22070 * config/monitor.exp: Keep track of the last file we saw, rather
22071 than trying to get the info from gdb.
22072
22073 * gdb.fortran/types.exp: Move comment to previous line.
22074
22075Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
22076
22077 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 22078 target mode.
c906108c
SS
22079
22080Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
22081
22082 From Bob Manson:
22083 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 22084 string from GDB when it connects.
c906108c
SS
22085
22086 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22087
22088Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
22089
22090 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
22091 if we can't get a debug format from GDB (we may be testing an
22092 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
22093
22094 * gdb.stabs/weird.exp: Fix quoting.
22095
22096 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22097
22098Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
22099
22100 * config/arm-ice.exp: New file.
22101
22102Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
22103
22104 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 22105 until it has been modified to work with the new testsuite.
c906108c 22106
99707966 22107 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
22108 testcase won't compile, cause all of the testcases in the file to
22109 fail instead.
c906108c
SS
22110
22111 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22112 (gdb_clear_suppressed): New procedure.
22113 (gdb_stop_suppressing_tests): Only clear suppress_flag if
22114 it contains a positive value.
22115
22116Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
22117
22118 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22119
22120 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22121
22122Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
22123
22124 * lib/gdb.exp (setup_xfail_format): New function.
22125 (get_debug_format): New function to get debug format.
22126 (debug_format): New global variable to hold last value set
22127 by get_debug_format.
22128 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 22129 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
22130 * gdb.c++/ptype.exp: Ditto.
22131 * gdb.c++/classes.exp: Ditto.
22132 * gdb.c++/cplusfuncs.exp: Ditto.
22133 * gdb.c++/inherit.exp: Ditto.
22134 * gdb.c++/templates.exp: Ditto.
22135 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 22136
c906108c
SS
22137Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
22138
22139 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22140 host doesn't have a currently-open connection.
22141
22142 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
22143 any gdb stub target. Handle cases where gdb doesn't respond when
22144 interrupted in a sane fashion.
c906108c
SS
22145
22146 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 22147 same thing in a totally different way.
c906108c
SS
22148
22149 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 22150 setting "timeout".
c906108c 22151 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 22152 default_gdb_init now.
c906108c
SS
22153
22154Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
22155
22156 * gdb.base/printcmds.exp: Fix "check for floating addition"
22157 regexp to accept results within approx +/- .01 of exact value.
22158 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22159
22160Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
22161
22162 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 22163 properly.
c906108c
SS
22164 (gdb_expect): Add optional timeout parameter, and add timeout
22165 value to various calls.
22166 (gdb_suppress_tests): Only give one warning message per group.
22167
22168Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
22169
22170 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
22171 global variables. Handle getting a value for $timeout more
22172 gracefully.
c906108c
SS
22173
22174Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22175
22176 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 22177 initialize.
c906108c 22178 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 22179 by a target configuration file.
c906108c
SS
22180 (gdb_expect): Pass the timeout to remote_expect.
22181
22182 * config/monitor.exp(gdb_load): Fix typo in regexp.
22183
22184Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
22185
22186 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22187
22188Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
22189
22190 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
22191 here. Call gdb_target_exec before rebooting the target, to make
22192 sure the connection to the target is closed.
c906108c
SS
22193 (gdb_load): Pass the name of the executable to gdb_target_monitor.
22194 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22195 Also detect "Timeout reading from remote" error.
22196
22197 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
22198 gdb_target_monitor. Don't call gdb_file_cmd here; let
22199 gdb_target_monitor do it.
c906108c
SS
22200
22201 * gdb.disasm/hppa.exp: Don't use exec_output.
22202
22203Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
22204
22205 * gdb.base/list.exp: If we're debugging a non-native target,
22206 try to set the pc register to point to the start of the
22207 program before doing the first list command.
22208
22209 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 22210 test_calls after restarting.
c906108c
SS
22211
22212 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 22213 reloading.
c906108c
SS
22214
22215 * gdb.base/watchpoint.exp: Fix typo.
22216
22217 * gdb.base/setshow.exp: Check for use_gdb_stub.
22218
22219 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 22220 stub case.
c906108c
SS
22221 * gdb.base/langs.exp: Ditto.
22222
22223 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
22224 gdb_load_offset. If we weren't given a file to load, figure out
22225 what the current file is and use it.
c906108c
SS
22226
22227 * config/i386-bozo.exp: New file.
22228
22229Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
22230
22231 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22232 feature.
22233
22234 * config/proelf.exp: New entry.
22235
22236Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
22237
22238 * lib/gdb.exp: Remove spurious .* patterns at the beginning
22239 of regexps.
22240
22241 * gdb.base/watchpoint.exp: Don't run the test_stepping
22242 tests if gdb can't call functions on the target.
22243
22244 * gdb.base/setshow.exp: Don't run the set prompt tests if
22245 the board has gdb_prompt set.
22246
22247Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
22248
22249 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22250 * gdb.base/commands.exp: Likewise.
22251 * gdb.base/setshow.exp: Likewise.
22252
22253Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
22254
22255 * config/monitor.exp(gdb_start): Look for gdb_prompt target
22256 feature.
22257
22258 * config/i960.exp: New file.
22259
22260Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
22261
22262 * gdb.base/funcargs.exp: Check for gdb,short_int target
22263 feature instead of looking for explicit target triplets.
22264
dc96c6c7 22265Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 22266
d63a86f8 22267 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
22268 "p 123DEADBEEF", to check parse_number.
22269 * top.c: change "to enable to enable" to "to enable" in a couple
22270 of help strings.
22271
22272Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
22273
22274 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22275 on the mn10300.
d63a86f8 22276
c906108c
SS
22277Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
22278
22279 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22280 where the test executable is run with explicit args.
22281 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22282
22283Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
22284
22285 * gdb.base/run.c: Use FAKEARGV to build test executable that
22286 does not require a command line arg, since most simulators
22287 don't currently support passing such an arg into the simulated
22288 program.
22289 * gdb.base/commands.exp: Change tests to insert the proper
22290 value as the arg to the first recursive factorial call. Change
22291 compilation line to define FAKEARGV at compile time.
22292
22293Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
22294
22295 * gdb.base/recurse.exp: Enable these tests for the mn10300.
22296 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22297 function with watchpoint enabled" test.
22298
22299Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
22300
22301 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 22302 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
22303
22304 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 22305 "Tests restarted" messages.
c906108c
SS
22306
22307Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
22308
22309 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22310
dc96c6c7 22311Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22312
22313 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22314 for INFO SYMBOL; add help tests for OVERLAY commands.
22315 * gdb.base/default.exp: add tests for INFO SYMBOL command;
22316 add tests for OVERLAY commands
22317 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22318 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22319 * gdb.base/sigall.c: add usestubs code frag
22320 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 22321
c906108c
SS
22322Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
22323
22324 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22325 failures.
22326 (gdb_stop_suppressing_tests): Note that tests have restarted.
22327
22328Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
22329
22330 * config/h8300.exp: New file.
22331
22332Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
22333
22334 * gdb.base/setshow.exp: Check for the existence of a
22335 feature, not its value.
22336
22337Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
22338
22339 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22340
22341 * gdb.base/scope.exp: It's now init0(), not init().
22342
22343 * gdb.base/scope0.c: For now, change init() to be init0().
22344
22345 * config/monitor.exp: Use gdb_serial in preference to serial
22346 or netport.
22347
22348 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 22349 and it's not already set.
c906108c
SS
22350
22351Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
22352
22353 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 22354 isn't using a stub and if it supports argument passing.
c906108c
SS
22355
22356Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
22357
22358 * config/udi.exp(gdb_start): Make sure UDICONF is set
22359 properly before starting gdb.
22360
22361Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
22362
22363 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22364 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22365 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22366
22367Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
22368
22369 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 22370 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
22371
22372 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22373
22374 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22375
22376 * config/monitor.exp: Make sure we disconnect from the target.
22377 Also, try a reboot/reload cycle instead of failing if the
22378 load fails.
22379
22380Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
22381
22382 * gdb.base/default.exp: Don't set match_max.
22383 * gdb.base/help.exp: Ditto.
22384 * gdb.base/list.exp: Ditto.
22385 * gdb.base/signals.exp: Ditto.
22386
22387 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22388 set, use remote_ld to download the testcase instead of
22389 the GDB loader.
22390
22391Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
22392
22393 * config/vr5000.exp: New file.
22394
22395 * config/monitor.exp(gdb_target_monitor): Add pattern for
22396 "Ending remote" to detect errors in connecting.
22397
22398 * gdb.base/setshow.exp: Add .* within auto language test.
22399
22400 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22401 target feature.
22402
22403 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 22404 and reboot the board if necessary.
c906108c
SS
22405
22406 * gdb.base/setvar.exp(test_set): Handle multiple prints within
22407 a set of tests. Remove print.* from the patterns being checked.
22408
22409Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
22410
22411 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22412 refer to gdb_spawn_id.
22413
22414 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22415 longer used.
22416 * config/sparclet.exp: Ditto.
22417 * config/sparclet-old.exp: Ditto.
22418 * config/slite.exp: Ditto.
22419 * config/sim.exp: Ditto.
22420 * gdb.base/funcargs.exp: Ditto.
22421
22422 * lib/gdb.exp:Remove references to gdb_spawn_id.
22423 (gdb_expect): Move to remote.exp.
22424
22425Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
22426
22427 * config/monitor.exp: Detect the "Couldn't establish connection"
22428 message from GDB.
22429
22430Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
22431
22432 * gdb.base/bitfields.exp: Use runto instead of explicit
22433 gdb_run_cmd/gdb_expect sequences.
22434
22435 * gdb.base/break.exp(text_next_with_recursion): Add match for
22436 gdb_expect call.
22437
22438 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22439 We also need to handle the "A program is being debugged already"
22440 prompt from gdb. Use gdb_test to set the baud rate.
22441
22442 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22443 to 20000. Really. I mean it.
22444
22445Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22446
22447 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
22448 fails. If suppress_flag is set, skip perror message about not
22449 being able to send to GDB.
c906108c 22450 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 22451 GDB.
c906108c
SS
22452 (gdb_expect): If suppress_flag is set, always fail immediately.
22453 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22454 (gdb_init): Call gdb_stop_suppressing_tests.
22455 (default_gdb_exit): Ditto.
22456 (default_gdb_start): Ditto.
22457
22458 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 22459 gdb_stop_suppressing_tests as appropriate.
c906108c 22460 * gdb.base/break.exp: Ditto.
889bf7c5 22461 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
22462 * gdb.base/commands.exp: Ditto.
22463 * gdb.base/exprs.exp: Ditto.
889bf7c5 22464 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
22465 * gdb.base/list.exp: Ditto.
22466 * gdb.base/recurse.exp: Ditto.
889bf7c5 22467 * gdb.base/scope.exp: Ditto.
c906108c
SS
22468 * gdb.base/structs.exp: Ditto.
22469 * gdb.c++/inherit.exp: Ditto.
22470
22471Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
22472
22473 * config/vr4300.exp: New file.
22474
99707966 22475 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 22476
99707966 22477 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
22478
22479Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
22480
22481 * lib/gdb.exp(gdb_init): New function.
22482
22483 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 22484 for each individual variable set.
c906108c
SS
22485
22486 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22487 name.
22488
22489 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22490
22491 * gdb.base/scope.exp: Use gdb_test.
22492
22493 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22494 aborting; the testsuite driver will do that for us (see
22495 gdb_finish). Also, use gdb_test in a few more places.
22496
22497Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
22498
22499 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22500
22501Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
22502
22503 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22504 and "add_tests" are not at the same address.
22505
22506Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
22507
22508 * gdb.base/ptype.exp: Use gdb_test.
22509
22510Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
22511
22512 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22513 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22514 left in. No longer expect them to fail.
22515
22516 * gdb.stabs/*.mt; Deleted, no longer used.
22517 * gdb.stabs/configure.in: Remove references to target makefile
22518 frags.
22519 * gdb.stabs/configure: Rebuilt.
22520
22521 * gdb.disasm/*.mt: Deleted, no longer used.
22522 * gdb.disasm/configure.in: Remove references to target makefile
22523 frags. Use "sh3.s" as the unique filename for this directory.
22524 * gdb.disasm/configure: Rebuilt.
22525
22526 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22527 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22528 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22529
22530Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
22531
22532 * config/udi.exp: Use mondfe,name instead of remote_host.
22533
22534Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22535
22536 * gdb.base/watchpoint.exp: Don't expect a failure when calling
22537 a function with a watchpoint enabled on the mn10200.
22538
22539 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22540 before trying to create it!
22541
22542Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
22543
22544 * config/vx.exp: Use hostname instead of netport.
22545
22546 * config/vxworks.exp: New file.
22547
22548 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22549
22550 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 22551 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
22552 occurs.
22553
22554 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22555 $gdb_spawn_id directly.
22556 (gdb_run_cmd): Try _start as well as start. Use the target feature
22557 gdb,start_symbol as the symbol to start from when jumping.
22558
22559Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
22560
22561 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22562 redundant) test.
22563
22564 * gdb.base/recurse.exp: Relax final value test for 'b' so that
22565 it doesn't lose for 16bit integer systems.
22566
22567Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
22568
22569 * gdb.fortran/types.exp: If the target doesn't support "double"
22570 data types, then expect "real" types to only be 4 bytes.
22571
22572 * gdb.c++/virtfunc.exp: Expect failure for virtual function
22573 call tests if the target doesn't support inferior function calls.
22574
22575 * gdb.base/printcmds.exp: Allow minor deviation in FP values
22576 in printf tests.
22577
22578Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
22579
22580 * gdb.base/help.exp: Disable "help set", "help show", and
22581 "help support". Simplify regexp for "help stack".
22582
22583 * gdb.base/default.exp: Set match_max to 5000 and the timeout
22584 to 60 seconds. Temporarily set match_max to 15000 around the
22585 "info copying" test.
22586
22587 * gdb.base/nodebug.exp: Don't try to do an inferior function
22588 call if the target doesn't support them.
22589 * gdb.base/printcmds.exp: Likewise.
22590 * gdb.base/setvar.exp: Likewise.
22591 * gdb.base/structs.exp: Likewise.
22592 * gdb.c++/templates.exp: Likewise.
22593 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
22594
22595 * gdb.base/recurse.exp: Enable for the mn10200.
22596
22597 * configure.in: Do configure gdb.stabs directory for *-*-elf
22598 targets.
22599 * configure: Rebuilt.
22600
22601 * gdb.base/break.exp: Check for gdb,noresults before testing
22602 exit status and/or results from the target.
22603 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22604 * lib/gdb.exp: Remove old (now bogus) initialization of
22605 noinferior, noargs, noresults and nosignals.
22606
22607Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
22608
22609 * config/sh.exp: New file.
22610
22611 * config/slite.exp: Try to connect multiple times to the board
22612 before rebooting. Only send a "monitor run" if need_monitor_run
22613 is set.
22614
22615 * gdb.base/break.exp: Don't do the "stub continue" test if
22616 the target has gdb_stub set.
22617
22618 * gdb.base/callfuncs.exp: Increase the timeout.
22619
22620 * gdb.base/interrupt.exp: Don't even try to compile the testcase
22621 if the target has gdb,noinferiorio set.
22622
22623 * gdb.base/list.exp: Increase match_max to 10000 characters.
22624
22625 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22626
22627 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22628 target.
22629
22630 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22631
22632Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
22633
22634 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
22635 trying to delete the copy of gdb. Catch the file delete so we
22636 don't die if the delete fails; also, the file should be copied to
22637 the host, not to the build.
c906108c
SS
22638
22639Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
22640
22641 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 22642 parenthesis in case it contains multiple regexps separated
c906108c
SS
22643 with |.
22644
22645 * gdb.base/watchpoint.exp: Use gdb_test.
22646 * gdb.base/default.exp: Ditto.
22647
22648Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22649
99707966 22650 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 22651
c906108c
SS
22652 * gdb.base/scope.exp: Use gdb_test.
22653 * gdb.c++/classes.exp: Ditto.
22654 * gdb.c++/inherit.exp: Ditto.
22655
22656Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22657
22658 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22659 remote_exec instead.
22660 * gdb.base/corefile.exp: Don't be ridiculous.
22661 * gdb.base/*.c: Add missing stub invocations.
22662
22663Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22664
22665 * config/slite.exp: Miscellaneous fixes.
22666
22667 * lib/gdb.exp: Fix runto.
22668
22669 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22670 the target.
22671
22672 * gdb.base/watchpoint.exp: Fix regexp.
22673
22674 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22675 close and wait commands, as the descriptor may now be
22676 invalid. Always call "remote_close host".
22677
22678Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
22679
22680 Major rewrite for testsuite revision.
d63a86f8 22681
c906108c
SS
22682 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22683 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22684 instead of relying on spawn_id to always contain a valid
22685 spawn id.
22686 (get_compiler_info): New procedure to build the ${binfile}.ci
22687 file, instead of replicating this in N different places.
22688 (gdb_compile): New procedure.
d63a86f8 22689
c906108c 22690 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
22691 appropriate arguments) instead of compile. Use gdb_test in a lot
22692 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
22693 at the start of a testcase, as this is no longer done magically.
22694
22695 config/*-gdb.exp: Rename without the -gdb suffix.
22696
22697 config/mips.exp: Use remote_close instead of exit_remote_shell.
22698 config/monitor.exp: Use target_info instead of looking at
22699 baud, timeout, etc.
22700 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
22701
22702Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22703
22704 * gdb.c++/templates.exp (test_ptype_of_templates),
22705 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22706 Update expect patterns for destructors and assignment operators
22707 to match corresponding c-typeprint.c changes.
22708 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
22709 to destructor breakpoint test, GDB should be able to set the
22710 destructor breakpoint without specifying arguments.
22711
22712Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
22713
22714 * gdb.threads/pthreads.exp: Change result for failure to compile due
22715 to lack of pthreads runtime support from an error to simply an
22716 unsupported test, per dejagnu standards.
22717
22718Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22719
22720 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
22721 where GDB exits to reduce pattern match time.
22722 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
22723
22724 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
22725
dc96c6c7 22726Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22727
22728 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22729 * gdb.base/default.exp: ditto.
22730 * gdb.base/nodebug.exp: ditto.
22731 * gdb.base/printcmds.exp: ditto.
22732 * gdb.base/ptype.exp: ditto.
22733 * gdb.base/setvar.exp: ditto.
22734 * gdb.base/structs.exp: ditto.
22735 * gdb.base/setshow.c: Guard against uninitialized values of argc.
22736
22737Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
22738
22739 * configure, */configure: Rebuild with autoconf 2.12.
22740
22741Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
22742
22743 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22744 use new i*86-pc-linux*-gnu quads.
22745 * gdb.base/corefile.exp: Ditto.
22746 * gdb.base/signals.exp: Ditto.
22747 * gdb.base/sigall.exp: Ditto.
22748 * gdb.base/interrupt.exp: Ditto.
22749
22750 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22751 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
22752 RedHat 4.0.
d63a86f8 22753
c906108c 22754 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
22755 linux. This allows the test case to at least compile on latest
22756 linux, but still not run due to missing the threads runtime library.
c906108c
SS
22757
22758Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22759
22760 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
22761 directory to search gdb directory. Accept and step over conditional
22762 stack alignment code. Consume $prompt in failure cases.
22763 Reset timeout to $oldtimeout instead of some arbitrary value.
22764 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
22765 timeout problems with infinite stack backtraces.
22766 * gdb.base/ptype.exp (ptype struct link, union tu_link):
22767 Accept function parameters for linkfunc member.
22768
22769Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
22770
22771 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22772 (CXXFLAGS): Remove, unreferenced.
22773 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
22774 previous -B options and also add -B option to pick up cross compiled
22775 runtime.
c906108c
SS
22776 (TARGET_INCLUDES): Add for -I options and add code to initialize when
22777 doing cross compiles.
22778 (target_alias): Declare global.
22779 (xgcc): Set variable to full path of gcc in build tree. Use findfile
22780 to verify that gcc exists in build tree, and if so set CC to that
22781 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 22782
c906108c
SS
22783Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
22784
22785 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22786 ptype test for anonymous union. Fixup testcase to match
22787 current gcc debug output.
22788
22789Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
22790
22791 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22792 force argument to an unsigned long type.
22793
22794Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
22795
22796 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 22797 tests and anonymous union print/ptype tests.
c906108c
SS
22798 * gdb.base/list.exp (test_forward-search): Increase timeout by
22799 5 minutes for the "search extremely long line" case.
22800 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22801 completely optional and that the pass/fail messages use the command as
22802 the message if that third arg is a null string.
22803 (gdb_test_exact): Arrange that a null string pattern means match a
22804 null string output rather than any output, which might include random
889bf7c5 22805 errors.
c906108c
SS
22806 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22807 backtrace test.
22808 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22809 always failing and failure is now exposed by gdb.exp changes.
22810
22811Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
22812
22813 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22814 weren't being noted.
22815
22816Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22817
22818 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
22819 * gdb.stabs/weird.exp: Remove v_comb xfails.
22820
dc96c6c7 22821Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22822
22823 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 22824 list.exp scope.exp watchpoint.exp]
c906108c 22825 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 22826
dc96c6c7 22827Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22828
22829 * config/monitor.exp: Increase download timeout to 1000 seconds.
22830
dc96c6c7 22831Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22832
22833 * config/m32r.exp: Increase timeout to 120 seconds.
22834
22835Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
22836
22837 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
22838 and accept older ordering as obsolescent gcc or gdb.
22839 * gdb.c++/templates.exp: Ditto.
22840 * gdb.c++/virtfunc.exp: Ditto.
22841
22842Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
22843
22844 * gdb.base/coremaker.c: Add code to mmap some data so we
22845 can check that it ends up in the core file.
22846 * gdb.base/corefile.exp: Add test to read mmapped data
22847 from core file.
22848
dc96c6c7 22849Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22850
22851 * config/m32r.exp: New file.
22852
22853Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
22854
22855 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
22856 that cflags can contains -gstabs, and work correctly for other tests.
22857
dc96c6c7 22858Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22859
22860 * gdb.base/setshow.exp: New file, tests show and set.
22861 * gdb.base/setshow.c: New file, tests show and set.
22862 * gdb.base/help.exp: Add test for help set|show annotate.
22863 * gdb.base/default.exp: Add test for set|show annotate.
22864
22865Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
22866
22867 * testsuite/gdb.base/break.exp: Make backtrace from factorial
22868 errors unique.
22869 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
22870 explicitly.
22871
22872Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
22873
22874 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
22875 and width commands. This is done elsewhere.
22876 * (gdb_start): Don't call gdb_start_sim here. That's already
22877 done in gdb_load. This fixes lots of failures in default.exp.
22878
22879Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
22880
22881 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22882 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22883 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22884 in the same we we treat other failures (since it may be an expected
889bf7c5 22885 condition), rather than as an error.
c906108c
SS
22886 * gdb.base/signals.exp (test_handle_all_print): Revert back to
22887 old test format.
22888
22889Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
22890
22891 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22892 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 22893 twice. Nuke the duplicates.
c906108c 22894 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 22895 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
22896 Remove config.h along with other config files.
22897
22898Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
22899
22900 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22901 "p func1 ()" and note that rests of tests are skipped.
22902 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 22903 setup_xfails for "print func2::coremaker_local".
c906108c
SS
22904 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22905 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22906 affected by the previous run test.
22907 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22908 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22909 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22910 "pass int powerset tuple" and "pass modeless int powerset tuple".
22911 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22912 "real write 4" and "real write 8".
22913 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 22914 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
22915 "print \$i after tuple assign 2", and
22916 "print vs2 after tuple assign 2".
22917 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
22918 meaningful error message and return -1 so the caller can
22919 suppress further tests and avoid a cascade of errors.
d63a86f8 22920
c906108c
SS
22921Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
22922
22923 * gdb.base/a1-selftest.exp: Tweak tests to account for new
22924 format for printing version.
22925 * gdb.base/default.exp: Ditto.
22926 * gdb.base/interrupt.exp: Fix problem with cascade of
22927 errors if child process dies while calling a function.
d63a86f8 22928
c906108c
SS
22929Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
22930
22931 * Makefile.in (VPATH): Add
22932 * Makefile.in (Makefile, config.status): Fix rules so things get
22933 remade when necessary.
22934
22935Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
22936
22937 * Makefile.in (just-check): Add path to sibling expect dir
22938 to environment variable specified by RPATH_ENVVAR.
22939
22940Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
22941
22942 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
22943 (just-check): Add shared library paths for libstdc++, tk,
22944 tcl, bfd, and opcodes to the environment variable specified
22945 in RPATH_ENVVAR.
22946 * configure.in: Add support to recognize --enable-shared flag
22947 and generate correct value for RPATH_ENVVAR.
22948 * configure: Regenerated with autoconf.
22949
22950Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
22951
22952 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 22953 include all osf versions.
c906108c
SS
22954 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
22955 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
22956 when target is linux. When failing to build pthreads test
22957 executable, give more meaningful message.
22958 * gdb.threads/pthreads.c: Hpux also uses old definition of second
22959 arg for pthread_create.
d63a86f8 22960
c906108c
SS
22961Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
22962
22963 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 22964 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 22965 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 22966 and -lpthreads (everybody else).
c906108c
SS
22967 (test_startup): Fail gracefully if threads are not supported.
22968 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
22969 "p/c array_index("abcdef",2)" when not gcc compiled.
22970 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
22971 "print func2::coremaker_local" when not gcc compiled.
22972 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
22973 "ptype on opaque struct tagname (statically)",
22974 "ptype on opaque struct tagname (dynamically) 1", and
22975 "ptype on opaque struct tagname (dynamically) 2"
22976 for not compiled with gcc.
22977 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
22978 backtrace when compiled with gcc.
d63a86f8 22979 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
22980 than always return success.
22981
22982Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
22983
22984 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
22985
22986Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
22987
22988 * gdb.base/structs.exp: Undo last change.
22989
22990Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
22991
22992 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
22993 encapsulate all the steps/nexts done during self test, starting
22994 at main, and makes them less sensitive to optimization issues.
22995 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
22996 signal handler" test.
22997 * gdb.threads/pthreads.exp: Only run this for native configs.
22998 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
22999 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23000 tests.
23001 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23002 for "runto test_calls(void)" test.
d63a86f8 23003
c906108c
SS
23004Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
23005
23006 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23007 and don't expect address info in breakpoint confirmations.
23008
23009Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
23010
23011 * gdb.base/list.exp (test_forward_search): Increase timeout
23012 temporarily by 60 seconds for searching extremely long line,
889bf7c5 23013 and then reset to old value when done. Increase expect input
c906108c
SS
23014 buffer to 10000.
23015
23016Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
23017
23018 * gdb.base/list.exp (test_forward_search): Fix to handle very
23019 long source line without overflowing expect's input buffer.
23020
23021Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
23022
23023 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23024 "buffer_full".
23025
23026 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23027 "buffer_full".
23028
23029 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23030 "buffer_full".
23031
23032 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23033 "buffer_full".
23034
23035Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
23036
23037 * configure.in (configdirs): Add gdb.threads.
23038 * configure: Regenerated with autoconf.
23039 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23040 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23041 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 23042
c906108c
SS
23043Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
23044
23045 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23046
23047Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
23048
23049 * gdb.base/signals.exp (test_handle_all_print): Test separately for
23050 each signal's status in the output of "handle all print".
23051 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23052 the \r\n sequence that immediately precedes the gdb prompt.
23053 * gdb.base/a1-selftest.exp: Save original timeout and restore
23054 after test.
23055
23056Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
23057
23058 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23059 symbol.
23060
23061Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
23062
23063 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23064
23065Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
23066
23067 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23068 timeout by 60 seconds.
23069
23070Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
23071
23072 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23073 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23074 error return.
23075
23076Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
23077
23078 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23079 gdb initialization, also report how long dejagnu waited. Restore
23080 old timeout before doing error return. Temporarily increase timeout
889bf7c5 23081 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
23082
23083Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
23084
23085 * lib/gdb.exp: Report timeout value for verbosity level 2.
23086 * config/gdbserver.exp: Ditto.
23087 * config/hppro.exp: Ditto.
23088 * config/mips-gdb.exp: Ditto.
23089 * config/monitor.exp: Ditto.
23090 * config/netware.exp: Ditto.
23091 * config/sim-gdb.exp: Ditto.
23092 * config/slite-gdb.exp: Ditto.
23093 * config/udi-gdb.exp: Ditto.
23094 * config/unix-gdb.exp: Ditto.
23095 * config/vx-gdb.exp: Ditto.
23096 * gdb.base/a1-selftest.exp: Ditto.
23097 * gdb.base/a2-run.exp: Ditto.
23098 * gdb.base/break.exp: Ditto.
23099 * gdb.base/corefile.exp: Ditto.
23100 * gdb.base/list.exp: Ditto.
23101 * gdb.base/recurse.exp: Ditto.
23102 * gdb.base/scope.exp: Ditto.
23103 * gdb.base/signals.exp: Ditto.
23104
23105Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23106
23107 * gdb.threads/Makefile.in (docdir): Removed.
23108
23109Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23110
23111 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 23112 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 23113 @srcdir@.
d63a86f8 23114 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
23115 autoconf 2.5 or higher.
23116 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23117
23118Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
23119
23120 * configure: Regenerated.
23121 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23122 avoid name clashes with SunOS headers.
23123
23124Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
23125
23126 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23127
23128Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
23129
23130 * gdb.base/callfuncs.exp: Finish last change -- make sure the
23131 prototype information ends up in the compiler info file.
23132
23133Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
23134
23135 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23136 attempting to regenerate it. Eliminate use of a temporary file
23137 and just generate the info file directly. Source it immediately,
23138 for consistency of use.
23139 * gdb.base/corefile.exp: Ditto
23140 * gdb.base/exprs.exp: Ditto.
23141 * gdb.base/funcargs.exp: Ditto.
23142 * gdb.base/langs.exp: Ditto.
23143 * gdb.base/list.exp: Ditto.
23144 * gdb.base/mips_pro.exp: Ditto.
23145 * gdb.base/nodebug.exp: Ditto.
23146 * gdb.base/opaque.exp: Ditto.
23147 * gdb.base/ptype.exp: Ditto.
23148 * gdb.base/scope.exp: Ditto.
23149 * gdb.base/setvar.exp: Ditto.
23150 * gdb.base/signals.exp: Ditto.
23151 * gdb.base/whatis.exp: Ditto.
23152 * gdb.c++/templates.exp: Ditto.
23153 * gdb.c++/virtfunc.exp: Ditto.
23154 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 23155 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
23156
23157Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23158
23159 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
23160 it got fixed by the recent lookup_minimal_symbol_by_pc change.
23161 Increase timeout, a lot of single stepping might be needed if the
23162 target has no hardware watchpoints.
23163
23164Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
23165
23166 * gdb.base/break.exp: Ignore compiler warnings when compiling
23167 break.c.
23168 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23169 * gdb.base/default.exp: Add h8300 xfails. Handle messages
23170 from remote-sim.
23171 * gdb.base/exprs.exp: Add h8300 xfails.
23172 * gdb.base/funcargs.exp: Likewise.
23173 * gdb.base/nodebug.exp: Likewise.
23174 * gdb.base/printcmds.exp: Likewise.
23175 * gdb.base/ptype.exp: Likewise.
23176 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
23177 h8300 xfails.
d63a86f8 23178 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
23179 on the h8300.
23180 * gdb.base/funcargs.c: Explicitly make last constant argument to
23181 call_after_alloca_subr an unsigned long type.
23182 * gdb.base/return.c: Include stdio.h.
23183
23184Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
23185
23186 * config/abug.exp: New file for the older Motorola Bug monitor
23187 that runs on the mvme13x series VME boards.
23188 * config/monitor.exp: Use the new config array for target settings
23189 if they exist.
23190
23191Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
23192
23193 * sim-gdb.exp: Make the SH simulator allocate less space when
23194 it is targeted.
23195
23196Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
23197
23198 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23199 test.
23200
23201Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
23202
23203 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23204 "rs6000-*-*" for "list function in include file" when gcc compiled.
23205 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23206 for "p ctable1[120]".
23207 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23208 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23209 Remove setup_xfail for "rs6000-*-*" for
23210 "print 'scope0.c'::filelocal before run".
23211 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23212 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23213 since some compilers don't allow both options to be given
23214 on the same command line. Create object file and move it.
d63a86f8 23215
c906108c
SS
23216Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
23217
23218 * gdb.base/corefile.exp: Always regenerate the core file, since
23219 we always regenerate the coremaker program. Detect special case
23220 where registers cannot be read from core file.
d63a86f8 23221
c906108c
SS
23222Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
23223
23224 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23225 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23226 * gdb.c++/templates.exp: Only match on basename of file since
23227 some formats like xcoff don't encode directory information.
23228 * gdb.stabs/weird.exp: Use the right sed script for powerpc
23229 and rs6000 AIX xcoff targets.
23230 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23231 * configure: Regenerate.
23232 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23233 here, rather than in distclean.
d63a86f8 23234
c906108c
SS
23235Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
23236
23237 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23238 defined, and use it to compile the test case with -O2. The
23239 native compilation still uses no optimization.
23240 * gdb.base/mips_pro.c: Remove inline assembly code since
23241 it is compiled PIC by default, which results in assembler
23242 warnings that make the testsuite think the compilation
23243 was unsuccessful.
23244
23245Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
23246
23247 * gdb.c++/misc.exp: Add note to message for
23248 "print s.a for foo struct" that this is a known gcc 2.7.2
23249 and earlier bug.
23250
23251Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
23252
23253 * gdb.base/break.exp: Fix pattern for matching "Delete all
23254 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
23255 setup_xfail for deleting all breakpoints test. Fix various
23256 timeout messages to include "(timeout)".
23257 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23258 for "p t_float_values2(3.14159,float_val2)".
23259 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23260 for "continue to call2g" when gcc compiled.
23261 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23262 "up to foo in langs.exp", "show language at foo in langs.exp",
23263 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23264 and "show language at fsub in langs.exp".
23265 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23266 "list line 1 in include file", "list message for lines past EOF",
23267 "list function in include file", "list list0.h:foo", and
23268 "list filename:function; nonexistant function".
23269 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23270 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23271 and "ptype t_char_array" to be for native cc only.
d63a86f8 23272
c906108c
SS
23273Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
23274
d63a86f8 23275 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 23276 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 23277 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
23278
23279Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
23280
23281 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23282 "bt in signals.exp". This problem only appears when running
23283 the testsuite, and then only intermittently.
23284
23285Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
23286
23287 * gdb.base/return.exp (return_tests): Differentiate between
23288 two tests of continuing.
23289
23290Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
23291
23292 * */Makefile.in (maintainer-clean): Remove config.log.
23293 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23294 * gdb.c++/Makefile.in (PROGS): Add inherit.
23295 (clean): Remove *.ci.
23296
23297Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
23298
23299 * gdb.c++/misc.cc: Add test code from Mike Stump.
23300 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23301
23302Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
23303
23304 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23305 to "alpha-*-osf2*" and add comment.
23306 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
23307 setup_xfail for "step over execarg initialization" and
23308 "step over corearg initialization".
c906108c
SS
23309 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23310 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23311 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 23312 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
23313 "print func2::coremaker_local", and "backtrace in corefile.exp".
23314 * gdb.base/signals.exp: Build and source signals.ci.
23315 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23316 to be for gcc only.
23317 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 23318
c906108c
SS
23319Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23320
23321 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
23322 Feb 3 procfs.c change.
23323
23324Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
23325
23326 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23327
23328Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
23329
23330 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23331 from dejagnu's apparent default of 10 seconds, which gives random
23332 results when running the tests over NFS on moderately loaded systems.
23333 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23334
23335Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
23336
23337 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
23338 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 23339 result reports.
c906108c
SS
23340
23341Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
23342
23343 * configure.in (CY_AC_PATH_TCLH): Remove.
23344 * configure: Regenerate.
23345
23346Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
23347
23348 * gdb.c++/Makefile.in (clean): Add missing '{'.
23349
23350Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
23351
23352 * lib/gdb.exp: Provide a default value for noinferior.
23353
23354 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23355 Load libgloss.exp.
23356
23357Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
23358
23359 * gdb.disasm/hppa.exp: Compile directly into an executable, use
23360 the executable, not the .o to run the tests from.
23361
23362Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
23363
23364 * gdb.base/break.exp: Don't test for program exit or exit status
23365 if $noresults if nonzero.
23366 * gdb.base/langs.exp: Likewise.
23367 * gdb.base/watchpoint.exp: Likewise.
23368
23369 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23370 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23371 trying to compile the testcase.
23372
23373Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
23374
23375 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23376 * gdb.base/signals.exp (continue to handler): Likewise.
23377
23378Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
23379
23380 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
23381
23382 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
23383
23384Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
23385
23386 * gdb.base/corefile.exp: Recognize "not found" as failure
23387 when trying to determine if a core file was generated.
23388 If no core file was generate the first time, try again without
23389 the ulimit -c to work around braindamaged shells.
23390
23391Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
23392
23393 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23394 [] tests with "test" and enclose string in quotes.
23395 * gdb.stabs/configure: Rebuild
d63a86f8 23396
c906108c
SS
23397Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
23398
23399 Changes in sync with expect:
23400 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23401 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23402 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23403 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
23404 argument to AC_REQUIRE.
23405 * configure: Regenerated.
23406
23407Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
23408
23409 * gdb.base/corefile.exp: When generating a core, discard any
23410 error messages about ulimit not found and the "core dumped"
23411 message from the shell that runs the coredumper.
23412
23413Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
23414
23415 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23416
23417 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23418 which sed script to run. Expect failure for v_comb test
23419 on PA targets too.
d63a86f8 23420
c906108c
SS
23421Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
23422
23423 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 23424 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
23425
23426Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
23427
23428 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23429 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 23430 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
23431 * lib/gdb.exp (default_gdb_start): Fix typo.
23432 * gdb.base/corefile.exp: Allow "Core was generated by ..."
23433 messages to not include the full program name that caused
23434 the core dump since some systems (such as solaris) apparently
23435 truncate this path to about 80 characters.
23436 When generating a core file first try increasing the core file
23437 size limit to unlimited since some systems may default it to
23438 zero, and it is harmless to try it. Move the test for failing
23439 to generate a core file to where it will actually get executed.
23440 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23441 new gdb result from g++ debug info improvements and make old
23442 pattern obsolescent. Also account for size_t differences
23443 (may be int or long).
23444 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23445 initialization before function call is placed in the delay slot
23446 and thus appears to be skipped over by commands such as "next".
23447
23448Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
23449
23450 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23451
23452Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
23453
23454 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23455 input source file; fix code to compile test to deal with this
23456 convention.
23457 * gdb.c++/*.exp: Likewise.
23458
23459Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
23460
23461 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23462 "bt in signals.exp".
23463
23464Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
23465
23466 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23467 "step over execarg initialization" and
889bf7c5 23468 "step over corearg initialization".
c906108c
SS
23469
23470Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
23471
23472 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23473 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
23474
23475Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
23476
23477 From Rob Savoye (rob@poseidon.cygnus.com)
23478 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23479 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
23480 configure.in}, gdb.disasm/{Makefile.in, configure.in},
23481 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23482 configure.in}: Major reworking for autoconfig.
c906108c
SS
23483 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23484 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 23485 New files.
c906108c
SS
23486 * config/unix-gdb.exp: Make GDB global.
23487 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
23488 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23489 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23490 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23491 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23492 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 23493 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
23494 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23495 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23496 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23497 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 23498 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
23499 to returns as necessary, arrange for test to compile own testcase
23500 executable.
c906108c 23501 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 23502
c906108c
SS
23503Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
23504
23505 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 23506 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
23507 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23508 "backtrace through signal handler".
23509
23510Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23511
23512 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
23513 continuing from a job control stop signal.
23514 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
23515
23516Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
23517
23518 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23519 * gdb.base/corefile.exp: Likewise.
23520 * gdb.base/funcargs.exp: Likewise.
23521
23522Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
23523
23524 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
23525 * config/monitor.exp: Add support for setting baud rate.
23526
23527Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
23528
23529 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23530 i*86-*-linux* xfails for "backtrace through signal handler".
23531 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23532 "print func2::coremaker_local".
23533 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 23534 alpha-dec-osf2* xfail for
c906108c
SS
23535 "delete all breakpoints when none".
23536
23537Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
23538
23539 * gdb.base/break.exp: Change test that deletes all breakpoints
23540 when no user breakpoints are installed. A post 4.15 change
23541 causes gdb to no longer prompt in this case.
23542
23543Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
23544
23545 * gdb.base/return.exp (return_tests): Change xfail for test
23546 "correct value returned double test" to stop xfailing at
23547 Solaris 2.5. Apparently the bug has been fixed.
23548
23549Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
23550
23551 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23552 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23553
23554Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
23555
23556 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23557 * gdb.disasm/hppa.s: Corresponding changes.
23558
23559Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
23560
23561 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23562 makefile fragment.
23563 * config/mt-hpux: Deleted.
23564
23565Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
23566
d63a86f8 23567 * Many files: When warning about suppressed tests due to a
c906108c
SS
23568 nonexistant test binary, avoid incrementing the warning count.
23569
23570Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
23571
23572 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 23573
c906108c
SS
23574Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23575
23576 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
23577 "sparc-*-solaris2*".
23578
23579Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23580
23581 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
23582 Add global and local variables and initialize them.
23583 * gdb.base/corefile.exp: Test correct mapping of corefile sections
23584 by printing variables. Remove rs6000 and powerpc xfails, BFD now
23585 extracts the file name and terminating signal from the core file.
23586 * TODO: Remove note about tests for correct mapping of corefile.
23587 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
23588 from optimizing it away.
23589 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
23590 handles common blocks.
23591
23592Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
23593
23594 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23595 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23596
23597Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
23598
23599 * Makefile.in (maintainer-clean): New target, synonym for
23600 realclean.
23601 * gdb.base/Makefile.in (maintainer-clean): Likewise.
23602 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23603 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23604 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23605 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23606 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23607
23608Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
23609
23610 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
23611 xfails when not gcc compiled for "print foo::funclocal".
23612 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23613 "print foo::funclocal at foo",
23614 "print 'scope1.c'::foo::funclocal at foo",
23615 "print foo::funclocal_bss at foo",
23616 "print 'scope1.c'::foo::funclocal_bss at foo",
23617 "print foo::funclocal_ro at foo",
23618 "print 'scope1.c'::foo::funclocal_ro at foo",
23619 "print bar::funclocal at foo" and
23620 "print 'scope1.c'::bar::funclocal at foo".
23621 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
23622 gcc compiled for "print foo::funclocal at bar".
23623 Expand all messages to ensure that they identify that
23624 the test is at bar().
23625 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23626 gcc compiled for:
23627 "ptype on opaque struct pointer (statically)",
23628 "ptype on opaque struct tagname (statically)",
23629 "ptype on opaque struct pointer (dynamically) 1",
23630 "ptype on opaque struct tagname (dynamically) 1",
23631 "ptype on opaque struct pointer (dynamically) 2" and
23632 "ptype on opaque struct tagname (dynamically) 2
23633 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23634 gcc compiled for:
23635 "p datalocal"
23636 "whatis datalocal",
23637 "ptype datalocal",
23638 "p bsslocal",
23639 "whatis bsslocal", and
23640 "ptype bsslocal".
23641 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23642 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23643 when not gcc compiled.
23644 * gdb.base/funcargs.exp (float_and_integral_args): Add
23645 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23646 compiled.
23647 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23648 "backtrace from call6a" when not gcc compiled.
23649 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23650 "backtrace from call7a" when not gcc compiled.
23651 * gdb.base/callfuncs.exp (do_function_calls):
23652 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23653 "p t_char_array_values(char_array_val2,char_array_val1)",
23654 "p t_char_array_values(char_array_val1,char_array_val2)",
23655 "p t_char_array_values("carray 1","carray 2")",
23656 "p t_char_array_values("carray 1",char_array_val2)",
23657 "p t_char_array_values(char_array_val1,"carray 2")",
23658 "p sum_args(1,{2})",
23659 "p sum_args(2,{2,3})",
23660 "p sum_args(3,{2,3,4})",
23661 "p sum_args(4,{2,3,4,5})"
23662 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23663 "backtrace in corefile.exp" when not gcc compiled.
23664
23665Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23666
23667 * gdb.base/signals.exp: Rewrite `handle all print' test as
23668 a procedure. Accept blanks or TABs as whitespace, increase
23669 timeout and expect input buffer size for the large output
23670 from the command. Remove "i*86-*-bsdi2.0" xfail.
23671
23672Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23673
23674 * gdb.base/setvar.exp: Add new testcases for truncation when
23675 assigning invalid values to bitfields.
23676
23677Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
23678
d63a86f8 23679 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
23680 mips-sgi-irix* xfail for
23681 "call inferior func with struct - returns char *"
23682 and fix test so that an optional (unsigned char *) cast is
889bf7c5 23683 accepted in the result.
c906108c
SS
23684
23685Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
23686
23687 * gdb.base/funcargs.exp (float_and_integral_args): Remove
23688 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23689 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
23690 * gdb.base/signals.exp: Remove duplicate "handle all print" test
23691 that accidentally got checked in.
23692
23693Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
23694
d63a86f8 23695 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
23696 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
23697 compiled test.
23698 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
23699 Add mips-sgi-irix5* xfail for not gcc compiled.
23700 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
23701 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
23702 "p top", "whatis top", "p middle", and "whatis middle".
23703 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23704 "whatis signed char" for not gcc compiled.
23705 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23706 "set variable signed char=-1 (-1)" and
23707 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23708 * gdb.base/funcargs.exp (float_and_integral_args):
23709 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23710 Add mips-sgi-irix* xfail when not gcc compiled for
23711 "continue to call2b".
23712 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23713 "continue to call2g".
23714 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23715 "backtrace from call6a"
23716 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23717 "backtrace from call7k".
23718 Add mips-sgi-irix5* xfail when not gcc compiled for
23719 "backtrace from call7a".
23720 (localvars_after_alloca): Fix gdb_test cmds for
23721 "print * after runto ...".
23722 Remove rs6000-*-* xfails for
23723 "print i after runto localvars_after_alloca" and
23724 "print l after runto localvars_after_alloca"
23725 for all compilers.
23726 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 23727 when not compiled with gcc, for:
c906108c
SS
23728 "print signed char == (minus)",
23729 "print signed char != (minus)",
23730 "print signed char < (minus)",
23731 "print signed char > (minus)".
23732 * gdb.base/callfuncs.exp (do_function_calls):
23733 Add mips-sgi-irix* xfail, when compiled with native compiler, for
23734 "call inferior func with struct - returns char *".
d63a86f8 23735 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
23736 "correct value returned double test" to include Solaris 2.4.
23737 * gdb.base/funcargs.exp (float_and_integral_args):
23738 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 23739
c906108c
SS
23740Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23741
23742 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
23743 enumeration bitfields if compiling with GNU C.
23744 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
23745 to empty' prompt.
23746
23747Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
23748
23749 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23750 test for PRO targets.
23751
23752 * gdb.base/funcargs.exp: Avoid ever setting more than 8
23753 breakpoints in the inferior at any given time by making
23754 two groups of breakpoints for call2*, call6* and call7*
23755 tests.
23756
23757Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23758
23759 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
23760 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
23761 from optimizing it away.
23762 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
23763 "call inferior func with struct".
23764
23765Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
23766
23767 * configure.in: Only configure gdb.chill for particular targets.
23768
23769Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
23770
23771 * gdb.base/Makefile.in: Add action to .c.o transformation
23772 rule that generates a .ci file for each .o file and remove
23773 explicit .c.o rules except for callfuncs.o.
23774 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
23775 generates a .ci file for each .o file and remove explicit
23776 .cc.o rules.
23777 (clean): Remove *.tmp *.ci files.
23778 (EXECUTABLES): Remove templ-info.exp.
23779 * gdb.base/compiler.c: New file.
23780 * gdb.c++/compiler.cc: New file
23781 * gdb.base/scope.exp: Source gdb.base/scope.ci.
23782 Change rs6000-*-* xfail for
23783 "print 'scope0.c'::filelocal_ro" and
23784 "print 'scope1.c'::filelocal" and
23785 "print 'scope1.c'::filelocal_bss" and
23786 "print 'scope1.c'::filelocal_ro" and
23787 "print 'scope1.c'::foo::funclocal" and
23788 "print 'scope1.c'::foo::funclocal_ro" and
23789 "print 'scope1.c'::bar::funclocal" and
23790 "print 'scope0.c'::filelocal_ro" and
23791 "print 'scope1.c'::filelocal at foo" and
23792 "print 'scope1.c'::filelocal_bss at foo" and
23793 "print 'scope1.c'::filelocal_ro at foo" and
23794 "print 'scope1.c'::foo::funclocal at foo" and
23795 "print 'scope1.c'::foo::funclocal_bss at foo" and
23796 "print 'scope1.c'::foo::funclocal_ro at foo" and
23797 "print 'scope1.c'::bar::funclocal at foo" and
23798 "print 'scope0.c'::filelocal_ro" and
23799 "print 'scope1.c'::filelocal" and
23800 "print 'scope1.c'::filelocal_bss" and
23801 "print 'scope1.c'::filelocal_ro" and
23802 "print 'scope1.c'::foo::funclocal" and
23803 "print 'scope1.c'::foo::funclocal_bss" and
23804 "print 'scope1.c'::foo::funclocal_ro" and
23805 "print 'scope1.c'::bar::funclocal" and
23806 "print 'scope1.c'::bar::funclocal_bss"
23807 to only be xfail'd when not compiled with gcc.
d63a86f8 23808 Add rs6000-*-* xfail for
c906108c
SS
23809 "print 'scope0.c'::filelocal_bss before run"
23810 when compiled with gcc.
23811 (test_at_main): Add rs6000-*-* xfail for
23812 "print filelocal_ro in test_at_main"
23813 when compiled with gcc.
23814 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 23815 Add rs6000-*-aix* xfail for
c906108c
SS
23816 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23817 "ptype t_char_array", not compiled with gcc.
23818 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
23819 xfail for "list foo (in include file)" when gcc compiled.
23820 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 23821 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
23822 "run to call0a" if not compiled with gcc.
23823 (unsigned_integral_args): Add rs6000-*-* xfail for
23824 "run to call1a" if not compiled with gcc.
23825 (float_and_integral_args): Add rs6000-*-* xfail for
23826 "run to call2a" if not compiled with gcc and for
23827 "continue to call2b" for any compiler.
23828 Add rs6000-*-* xfail to
23829 "print f1 after run to call2a" for gcc compiled.
23830 (discard_and_shuffle): Add rs6000-*-* xfail for
23831 "run to call6a".
23832 (shuffle_round_robin): Add rs6000-*-* xfail for
23833 "backtrace from call7a" if not compiled with gcc.
23834 Add rs6000-*-* xfail for
23835 "backtrace from call7b" if compiled with gcc.
23836 (call_after_alloca): Add rs6000-*-* xfail for
23837 "print c in call_after_alloca" and
23838 "print s in call_after_alloca" and
23839 "backtrace from call_after_alloca_subr"
23840 if not compiled with gcc.
23841 (localvars_in_indirect_call): Add rs6000-*-* xfail for
23842 "print c in localvars_in_indirect_call" and
23843 "print c in localvars_in_indirect_call" and
23844 "backtrace in indirectly called function" and
23845 "stepping into indirectly called function"
23846 if not compiled with gcc.
23847 (localvars_after_alloca): Add rs6000-*-* xfail for
23848 "print c after runto localvars_after_alloca" and
23849 "print s after runto localvars_after_alloca" and
23850 "print i after runto localvars_after_alloca" and
23851 "print l after runto localvars_after_alloca"
23852 for all compilers.
23853 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
23854 than whatis-info.exp.
23855 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
23856 than opaque-info.exp.
23857 Setup rs6000-*-* xfail for
d63a86f8 23858 "ptype on opaque struct pointer (statically)" and
c906108c
SS
23859 "ptype on opaque struct pointer (dynamically)" when
23860 not compiled with gcc.
23861 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
23862 rather than callf-info.exp.
23863 (do_function_calls): Add clear_xfail for rs6000-*-* for
23864 "p t_float_values2(3.14159,float_val2)". Seems to work
23865 fine there, both with xlc and gcc. Need to find out what
23866 it is doing right and fix other platforms.
23867 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
23868 "call inferior func with struct - returns int",
23869 "call inferior func with struct - returns long",
23870 "call inferior func with struct - returns float",
23871 "call inferior func with struct - returns double",
23872 "call inferior func with struct - returns char *",
23873 but only if not gcc compiled (presumes xlc compiled).
23874 Change rs6000-*-* xfails for
23875 "call inferior func with struct - returns char" and
23876 " call inferior func with struct - returns short" to only
23877 xfail if not using gcc.
23878 (clean mostlyclean): Remove *.ci and *.tmp files.
23879 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
23880 than templ-info.exp.
23881 * gdb.base/langs.exp: Source gdb.base/langs.ci.
23882 Add rs6000-*-* xfail for "up to foo in langs.exp"
23883 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 23884 when not gcc compiled.
d63a86f8 23885
c906108c
SS
23886Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23887
23888 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23889 * gdb.base/corefile.exp: Likewise.
23890 * gdb.base/list.exp: Likewise.
23891 * gdb.base/scope.exp: Likewise.
23892 * gdb.base/siganls.exp: Likewise.
23893
23894 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
23895 compiler output.
23896 * gdb.base/whatis.exp: Likewise.
23897
23898Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
23899
23900 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23901 failure (opcode table has been fixed to match reality).
23902
23903Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
23904
23905 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23906 "call inferior func with struct - returns char",
23907 "call inferior func with struct - returns short"
23908
23909 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23910 "print 'scope0.c'::filelocal at main",
23911 "print 'scope0.c'::filelocal_bss in test_at_main",
23912 "print 'scope0.c'::filelocal at foo",
23913 "print 'scope0.c'::filelocal_bss in test_at_foo",
23914 "print 'scope0.c'::filelocal at bar",
23915 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 23916
c906108c
SS
23917 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
23918 in source file 1". This bug seems to have been fixed with both
23919 gcc and native cc (was native assembler bug?).
23920
23921Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
23922
23923 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
23924 "backtrace through signal handler" to "i*86-*-sysv4*".
23925 * gdb.base/signals.exp: Add xfail for "'next' behaved as
23926 continue" case. Add "known SVR4 bug" to fail message.
23927 Add "i*86-*-bsdi2.0" xfail for "handle all print".
23928 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
23929 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
23930 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
23931 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
23932 "up to foo in langs.exp", "show language at foo in
23933 langs.exp", "up to cppsub_ in langs.exp", "show
23934 language at cppsub_ in langs.exp", "up to fsub in
23935 langs.exp", and "show language at fsub in langs.exp".
23936 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
23937 "bactrace in corefile.exp".
23938 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
23939 "call inferior function with struct - returns float" and
23940 "call inferior function with struct - returns double".
d63a86f8 23941
c906108c
SS
23942Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
23943
23944 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
23945 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
23946 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
23947 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
23948
23949Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
23950
23951 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
23952 (or overriden) "CHILL" macro rather then bare "gcc".
23953 Also look for ../../gcc/xgcc since that is what we will
23954 actually need, not "Makefile". Remove following assignment
23955 of CHILL to CHILL_FOR_TARGET because that results in
23956 recursive definition.
23957
23958Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
23959
23960 * gdb.base/corefile.exp: Change xfail for backtrace in
23961 corefile.exp from linuxaout to all linux.
23962 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
23963 cases where we miss the breakpoint at the signal handler
23964 for some reason. Setup xfail for linuxoldld/linuxaout and
23965 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
23966 hitting SIGURG breakpoint.
23967 * gdb.base/signals.exp: Setup xfail for "next" acting like
23968 continue to add linuxoldld. Setup xfail for all linux for
23969 "next to handler in signals_tests_1", "backtrace in
23970 signals_tests_1", "continue to func1", "pass SIGUSR1",
23971 and continue to handler".
23972
23973Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
23974
23975 * Update all FSF addresses except those in COPYING* files.
23976
23977Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
23978
23979 * gdb.base/a2-run.exp: Change messages to be more explicit about
23980 the status of args, and quote binfile in results.
23981
23982Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
23983
23984 * gdb.base/callfuncs.exp: Add tests for passing structs to
23985 inferior functions and return various types.
23986 * gdb.base/callfuncs.c: Add functions to receive a struct
23987 and return a member of the struct, in various types.
23988
23989Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23990
23991 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
23992
23993Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
23994
23995 * config/vxworks29k.exp: New file, sources vxworks.exp.
23996
23997Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23998
23999 * config/gdbremote.exp: New file. Testing framework using
24000 gdbserver.
24001
24002Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
24003
24004 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24005 "call function when asleep" and "send end of file".
24006 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24007 for "backtrace in corefile.exp".
24008 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24009 for "backtrace through signal handler".
24010 * gdb.base/corefile.exp: Make sure we actually generate a core file
24011 before trying the core tests. Some systems allow the user to suppress
24012 generation of core files and default to that (linux for example).
24013 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24014 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
24015
24016Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24017
24018 * gdb.threads: New directory with some crude multi-threaded
24019 gdb tests (step.exp and step2.exp).
24020 * config/mt-lynx (STEP_EXECUTABLE): Define.
24021 (THREADFLAGS): Define.
24022
24023Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
24024
24025 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24026
24027 * gdb.base/signals.exp: Disable whole file for lynx until
24028 further notice.
24029
24030 * gdb.base/signals.exp: xfail test where "next" acts like
24031 "continue" for lynx.
24032
24033 * gdb.base/interrupt.exp: xfail test for calling function while
24034 inferior is asleep for lynx.
24035
24036 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24037 than one cr-lf after each command.
24038
24039Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24040
24041 * configure.in: Reinstate setting of stabsdirs variable, fix
24042 typo in setting up configdirs for native builds.
24043
24044 * gdb.base/return.exp: Fix typo in return double test.
24045 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
24046 compiler from optimizing them away.
24047
24048Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
24049
24050 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24051 sequences to be echo'd by gdb when using gdb_test.
24052 * gdb.chill/chexp.exp: Likewise.
24053 * gdb.fortran/exprs.exp: Likewise
24054
24055Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24056
24057 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24058 after the inferior gdb has started.
24059
24060 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24061 after each command.
24062 * gdb.base/funcargs.exp: Likewise.
24063 * gdb.base/gdbvars.exp: Likewise.
24064 * gdb.base/interrupt.exp: Likewise.
24065 * gdb.base/list.exp: Likewise.
24066 * gdb.base/watchpoint.exp: Likewise.
24067 * gdb.c++/demangle.exp: Likewise.
24068 * gdb.c++/inherit.exp: Likewise.
24069 * gdb.chill/chexp.exp: Likewise.
24070 * gdb.fortran/exprs.exp: Likewise.
24071
24072 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24073 test if we can't handle IO to/from the inferior.
24074
24075 * gdb.c++/misc.exp: Always check for a program already being
24076 started after sending a "run" command to gdb.
24077
24078 * gdb.base/twice.exp: Start with a fresh gdb.
24079
24080 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24081 only depend on gdb's expression code, not the chill runtime.
24082
24083 * gdb.base/return.c: Put return values into variables so we
24084 can have gdb print them rather than depending on the program
24085 to print them.
24086 * gdb.base/return.exp: Corresponding changes.
24087
24088 * lib/gdb.exp: Provide default value for noinferiorio.
24089 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24090 the inferior.
24091
24092 * gdb.base/break.exp: Always check for a program already being
24093 started after sending a "run" command to gdb.
24094 (text_next_with_recursion): Don't check the output from the
24095 program's printf statement. Instead just make sure the program
24096 exited.
24097
24098 * gdb.base/commands.exp: Protect tests which need arguments with
24099 $noargs conditionals.
24100
24101Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24102
24103 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
24104 of structure member arrays to match gdb/valops.c:value_addr change.
24105
24106Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
24107
24108 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24109 cases.
24110
24111Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
24112
24113 * configure.in (configdirs): Remove gdb.chill from default list
24114 of subdirs and then add it back in only if doing a native build.
24115 The current chill compiler does not yet work in any cross build.
24116 * Revert all signal changes from Jul 6.
24117 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
24118 for sh-hms targets, allowing these tests to link, with no other
24119 changes. Testing is suppressed by setting "nosignals" in site.exp.
24120
24121Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
24122
24123 * configure.in (signaldirs): Define and add to configdirs for all
24124 targets except some specific ones that are known to not support signals.
24125 Also clean up formatting.
24126 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
24127 (signals, sigall): Remove rules to build.
24128 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24129 Moved to new gdb.signals directory.
24130 * gdb.signals: New test directory.
24131 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24132 signals.c signals.exp}: New or moved files.
24133
24134Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
24135
24136 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24137
24138Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
24139
24140 * gdb.base/return.exp: Xfail `return double' test failure
24141 on at least Solaris 2.3 and handle future/past versions on
24142 a case by case basis as appropriate. Also update message
24143 to include i*86 failures.
24144
24145Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24146
24147 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24148
24149 * lib/gdb.exp: Fix comment which erroneously identified
24150 gdb_file_cmd as gdb_load (the 19 May change was in fact to
24151 gdb_file_cmd not gdb_load).
24152 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24153
24154 * gdb.base/setvar.exp: Make test names consistent between pass and
24155 fail cases. Use gdb_test more.
24156
24157Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24158
24159 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24160
24161Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24162
24163 * gdb.base/help.exp: Fix expected help string for `show commands'.
24164
24165Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
24166
24167 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24168
24169 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24170 of a text section.
24171
24172Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
24173
24174 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
24175 that loop eventually terminates. Fix Connection refused logic so
24176 that testsuite will expire nicely.
24177
24178Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
24179
24180 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24181 config/rom68k.exp: New tcl glue for the appropriate monitors.
24182 These all just end up calling monitor.exp.
24183 * config/monitor.exp (gdb_target_monitor): Handle `Connection
24184 refused' by retrying. Cleanup some timeout issues.
24185 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
24186 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
24187 callers don't have to set/restore global timeout variable.
24188
24189 * The following set of changes centralizes management of the global
24190 timeout variable. This way, it can be set in one target dependent
24191 place instead of dozens of places scattered throughout the test suite.
24192 If you need to lengthen a timeout, then you should either set timeout
24193 in one of the config/{target}.exp files, or multiply it by a factor.
24194 Setting it to an absolute value is always going to lose for some
24195 targets.
24196 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
24197 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
24198 * gdb.base/funcargs.exp: Don't set timeout.
24199 * gdb.base/list.exp (test_forward_search): Only use local timeout.
24200 * gdb.base/printcmds.exp (test_print_string_constants
24201 test_print_array_constants): Don't set timeout.
24202 * gdb.base/ptype.exp: Don't set timeout.
24203 * gdb.base/recurse.exp: Don't set timeout.
24204 * gdb.base/return.exp: Don't set timeout.
24205 * gdb.base/watchpoint.exp: Don't set timeout.
24206 * gdb.c++/classes.exp (do_tests): Don't set timeout.
24207 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
24208
24209Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
24210
24211 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24212
24213Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24214
24215 * lib/gdb.exp: Disable chill tests for irix5.
24216
24217Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24218
24219 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
24220 each test pass or fail.
24221
24222Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24223
24224 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24225 xlc not gcc.
24226
24227Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
24228
24229 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
24230
24231Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
24232
24233 * config/est.exp: Fix copyright and comments. Remove dead code.
24234 Use targetname, serialport and baud variables instead of fixed
24235 constants.
24236 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
24237 * config/cpu32bug.exp: New file to support cpu32bug monitors.
24238
24239Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24240
24241 * gdb.base/watchpoint.exp: Don't run
24242 test_watchpoint_triggered_in_syscall for sunos.
24243
24244Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24245
24246 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24247 they don't seem to exist. Do include stdio.h.
24248
24249Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24250
24251 * gdb.base/a1-selftest.exp: Add alpha xfail.
24252
24253Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24254
24255 * gdb.base/watchpoint.c (main): Prompt before calling read().
24256 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24257 Revise accordingly. Remove cruft about sending "123" several
24258 times, until it gets noticed. Clean up the "print buf[0]" stuff
24259 so that it passes or fails, and waits for prompts in the usual way.
24260
24261Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24262
24263 * gdb.base/recurse.exp: Fix comment.
24264
24265 * TODO: Remove item about printing variables in nodebug.exp. Add
24266 item about enabling tests which are only run on some targets.
24267
24268 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24269 fail, make test names unique, use new gdb_test convention
24270 regarding pattern, use gdb_test more, etc.).
24271
24272 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24273 fail, make test names unique, etc.).
24274
24275Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24276
24277 * gdb.base/nodebug.c: Change return type of top and middle to
24278 short.
24279 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
24280 are fixed by the recent mdebugread.c changes. Allow `short ()'
24281 as type for top and middle.
24282
24283Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24284
24285 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
24286 nearly as I can tell, the whole thing was an accident in Stu's
24287 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24288 to replace a send/expect pair with gdb_test, but ended up only
24289 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
24290 of 30 Mar 1995 took care of it, but left this vestigial comment
24291 which I am now nuking.
24292
24293Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24294
24295 * gdb.base/break.exp: Look for different line number for
24296 breakpoint at main depending on usestubs.
24297
24298Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24299
24300 * gdb.base/list.exp: Adjust some alternate expect patterns to
24301 match recent list0.c change. Add alternate expect pattern for
24302 output from `list default lines around main' for optimizing
24303 compilers.
24304
24305Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24306
24307 * lib/gdb.exp: If nosignals is not set, set it to 0.
24308
24309Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
24310
24311 * config/slite-gdb.exp: Responds to load symbol table prompt.
24312 * gdb.base/break.exp: Adjust line number, fix rerun.
24313 * gdb.base/langs0.c: Add #ifdef usestubs.
24314
24315Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
24316
24317 * gdb.base/list.exp: Adjust line contents after adding new lines in
24318 list0.c. Also fix a syntax error.
24319
24320 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24321 * gdb.base/break.exp: ditto.
24322 * gdb.base/list.exp: ditto.
24323 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24324 * gdb.base/run.c: ditto.
24325 * gdb.base/list0.c: ditto.
24326 * gdb.base/funcargs.c: ditto.
24327
24328Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
24329
24330 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
24331 $targetname, $serialport and $baud instead of hardwired variables.
24332 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
24333 target doesn't support signals.
24334
24335Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
24336
24337 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24338
24339Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24340
24341 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
24342 Don't rely on the value of an auto variable before it has been
24343 initialized. Use gdb_test more.
24344
24345Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24346
24347 * lib/gdb.exp (default_gdb_version): A version number must start
24348 with a digit, but other than that contains all characters up to
24349 the first whitespace character.
24350
24351Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24352
24353 * gdb.base/commands.exp (breakpoint_command_test): New tests.
24354
24355Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24356
24357 * gdb.c++/*.exp: Warn if executable does not exist. The original
24358 reason for skipping the warning was that configure.in sometimes
24359 intentionally skipped building the executables but the tcl code
24360 had no way of knowing. That (a) was always bogus with respect to
24361 error handling, (b) is no longer true (right now there is no way
24362 to skip C++ tests).
24363
24364 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24365
24366Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24367
24368 * gdb.base/list.exp: Add expect patterns for output from
24369 SunPRO compiled executables.
24370 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
24371 types.
24372
24373Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24374
24375 * gdb.base/break.exp (test_next_with_recursion): Accept any line
24376 number (we are already testing that the correct source line text
24377 gets printed).
24378
24379 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
24380 that is what is intended, but something needed to be done to get
24381 sunos4 native working again.
24382
24383 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24384
24385 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24386 apparently went with a (very) old xfail.
24387
24388Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
24389
24390 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24391 runto_main is a proc in gdb.exp that will do 'step' for target use
24392 stubs.
24393 * gdb.base/exprs.exp: ditto.
24394 * gdb.base/interrupt.exp: ditto.
24395 * gdb.base/opaque.exp: ditto.
24396 * gdb.base/printcmds.exp: ditto.
24397 * gdb.base/ptype.exp: ditto.
24398 * gdb.base/scope.exp: ditto.
24399 * gdb.base/setvar.exp: ditto.
24400 * gdb.base/signals.exp: ditto.
24401 * gdb.base/twice.exp: ditto.
24402 * gdb.c++/classes.exp: ditto.
24403 * gdb.c++/inherit.exp: ditto.
24404 * gdb.c++/templates.exp: ditto.
24405 * gdb.base/break.exp: no run and hit main for stubs. Change line
24406 numbers for breakpoints and info breakpoint.
24407 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24408 breakpoint().
24409 * gdb.base/callfuncs.c: ditto.
24410 * gdb.base/exprs: ditto.
24411 * gdb.base/interrupt.c: ditto.
24412 * gdb.base/opaque0.c: ditto.
24413 * gdb.base/printcmds.c: ditto.
24414 * gdb.base/ptype.c: ditto.
24415 * gdb.base/scope0.c: ditto.
24416 * gdb.base/setvar.c: ditto.
24417 * gdb.base/signals.c: ditto.
24418 * gdb.base/twice.c: ditto.
24419 * gdb.c++/misc.cc: ditto.
24420 * gdb.c++/templates.cc: ditto.
24421
24422Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24423
24424 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24425
24426 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24427 somewhere between `read' and `main.c'. I'm pretty sure the
24428 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24429 and it isn't particularly useful.
24430
24431 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
24432
24433Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24434
24435 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24436
24437Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
24438
24439 * config/mt-slite: add LIBS and -nostdlib.
24440 * config/slite-gdb.exp: add this new file to support sparclite target.
24441
24442Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
24443
24444 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24445
24446 * gdb.base/a2-run.exp: Change argument to istarget from
24447 "*-*-vxworks" to "*-*-vxworks*".
24448 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24449
24450Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
24451
24452 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24453 will not runto main but do a 'step' to step out of breakpoint().
24454 * config/mt-slite: add -Dusestubs.
24455
24456Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24457
24458 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24459 instead of just @.
24460
24461 * gdb.base/signals.exp: Add test for "handle all print".
24462 * TODO: Remove "handle all print". Also remove item about
24463 checking copyright date (I don't like the idea of a spurious FAIL
24464 based on when we run the tests).
24465
24466 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
24467 for SunOS4 (reason for failure not investigated). Remove
24468 redundant test for $binfile.
24469
24470 * gdb.base/nodebug.c (array_index): Call malloc.
24471
24472 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24473
24474Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
24475
24476 * gdb.base/recurse.exp: Update gdb_test invocation to use new
24477 conventions and slightly simplify the matching regexp.
24478
24479Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24480
24481 * gdb.base/break.exp: Update gdb_test invocation to use new
24482 convention.
24483
24484 * lib/gdb.exp: If noargs is not set, set it to 0.
24485
24486 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
24487 tests unique.
24488
24489 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24490
24491Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24492
24493 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24494 one argument of type "<non-float parameter>".
24495
24496Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
24497
24498 * config/rom68k.exp: New file to support Motorola IDP board.
24499 * gdb.base/a2-run.exp: Skip this file if noargs is set.
24500 * gdb.base/break.c: Change things around so that this program
24501 doesn't depend upon args. This is necessary to make remote
24502 targets work (in general, they can't take args).
24503 * gdb.base/break.exp: Don't try to send args to program. Don't
24504 expect output. Also, replace lots of code with gdb_test.
24505
24506Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24507
24508 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24509 printing of '\'' (which is what the comment says we are testing,
24510 even though we were not), not '''.
24511 (test_integer_literals_rejected): Test that printing ''' is an error.
24512
24513 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24514 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24515 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24516 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24517 Use gdb_test not test_print_accept.
24518 * lib/gdb.exp: Remove test_print_accept.
24519
24520 * gdb.base/signals.exp (signal_tests_1): Make pass message
24521 consistent with fail message.
24522
24523 * gdb.base/whatis.exp: Remove xfails for printing char vs.
24524 unsigned char; the bug (PR 1821) is fixed.
24525
24526 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24527
24528 * gdb.base/scope.exp (test_at_localscopes): Call pass for
24529 successful tests--makes xfailing them work right.
24530
24531Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24532
24533 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24534 only \r\n, not .*. The test can pass .* as the last thing in
24535 $pattern if that is what it wants. In addition to providing this
24536 flexibility, this change should speed up pattern matching in cases
24537 where the pattern already ended with .* (there were a number of
24538 them). This change also helps catch bad patterns--in the old
24539 scheme the typo "char \*" instead of "char \\*" would pass. Now
24540 it is caught.
24541 * Many .exp files: Update callers.
24542
24543 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
24544 clearer and does not spuriously match multiple ('s. Likewise for
24545 ) and *.
24546
24547 * gdb.base/nodebug.exp: Test ability to call a function and pass
24548 it a string (even with no debugging info).
24549
24550 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24551 "p '\'", which is the same as "p ''" once tcl gets done with
24552 quoting, to "p '\\'", which I suspect is what is intended (one
24553 backslash gets sent to GDB).
24554
24555 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24556
24557Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24558
24559 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
24560 1817) was fixed literally years ago.
24561
24562Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24563
24564 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
24565 test, it causes stepping out of call_after_alloca_subr with
24566 optimizing compilers.
24567 (localvars_in_indirect_call): Consume GDB prompt if `finish'
24568 fails.
24569
24570 * gdb.c++/templates.exp: Source templ-info.exp only if
24571 the templates executable exists.
24572
24573 * gdb.c++/misc.cc (class Contains_static_instance,
24574 class Contains_nested_static_instance),
24575 gdb.c++/classes.exp (test_static_members): Test printing of
24576 a class that contains a static instance of the class.
24577
24578Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24579
24580 * gdb.base/langs2.c (cppsub_): Don't prototype.
24581 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24582 only, I believe).
24583
24584Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24585
24586 * lib/gdb.exp (skip_chill_tests): New procedure.
24587
24588 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24589
24590Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
24591
24592 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24593 each expect pattern. Cuts runtime from 12 to about 4 seconds.
24594
24595Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24596
24597 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24598
24599 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24600 disassemble 8, not 16, instructions for part 4.
24601
24602 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
24603 support the latter anymore.
24604
24605 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24606 -DNO_PROTOTYPES.
24607 * gdb.base/callfuncs.c: Control use of prototypes based on
24608 NO_PROTOTYPES, not __STDC__.
24609 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24610 t_float_values2 tests if prototypes in use.
24611
24612 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24613 t_double_values): When checking differences against DELTA, check
24614 that difference is within the range (-DELTA,DELTA), not just
24615 (-infinity,DELTA).
24616
24617Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
24618
24619 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24620 'file' command firts, then 'target', then 'load', this is due to gdb
24621 target set up.
24622 * config/mips-gdb.exp: Fix a couple regular exp bugs.
24623
24624Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
24625
24626 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24627 FP load/store variants.
24628 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24629
24630Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24631
24632 * gdb.base/term.exp: Do not give a warning if not native, it is
24633 not an abnormal condition.
24634
24635Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
24636
24637 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24638 t_char_array".
24639
24640Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24641
24642 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24643 are getting the version number.
24644
24645 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24646 if not native, it is not an abnormal condition.
24647
24648Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24649
24650 * lib/gdb.exp: Just use "file exists", rather than undocumented
24651 dejagnu procedure "findfile".
24652
24653Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24654
24655 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24656 (LDFLAGS): Set to -Xlinker -Ur.
24657
24658 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24659 Removed, these values are set by lib/gdb.exp.
24660
24661 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24662
24663Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24664
24665 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24666 of replicating gdb startup code.
24667
24668 * config/mt-vxworks (LDFLAGS): Set to -r.
24669 (CFLAGS_FOR_TARGET): Removed.
24670
24671 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24672 (gdb) and gdb for vxworks uses (vxgdb).
24673
24674 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24675 executable is not in the tree and host != target, use sed and
24676 program_transform_name to determine the gdb name used by the
24677 target.
24678
24679 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24680 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24681
24682Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24683
24684 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24685 floats, chars, and shorts where there are ANSI-style function
24686 definitions.
24687
24688 * gdb.base/langs.exp, gdb.base/langs*: New test.
24689 * gdb.base/Makefile.in: Build it.
24690 * TODO: Remove item about checking that C names don't get C++
24691 demangling applied; this test tests it.
24692
24693Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24694
24695 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
24696 went with the const70 xfail. The xfail went away a year ago.
24697
24698 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
24699
24700 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
24701 for hp300.
24702
24703 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24704
24705 * gdb.base/a1-selftest.exp: Don't run on hp300.
24706
24707Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24708
24709 * Makefile.in (site.exp): Set host_alias and target_alias as well
24710 as host_triplet and target_triplet.
24711
24712Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24713
24714 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24715
24716 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24717 places as other ecoff systems).
24718
24719 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24720 ultrix.
24721
24722Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24723
24724 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24725 remove them.
24726 * gdb.base/nodebug.exp: Accept "function" in addition to "text
24727 variable and "variable" in addition to "data variable".
24728 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24729
24730 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24731 2.
24732 * gdb.base/list1.c (long_line): Add additional statement at start
24733 of function.
24734 * gdb.base/list.exp (test_forward_search): Update line number to
24735 reflect new statement.
24736
24737Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24738
24739 * gdb.base/signals.exp: Reinitialize searched source directories
24740 after gdb_start call.
24741
24742Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
24743
24744 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24745 * gdb.stabs/Makefile.in: Likewise.
24746
24747 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24748 change. Instead split the tests into smaller pieces.
24749 * gdb.disasm/hppa.s: Corresponding changes.
24750
24751Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24752
24753 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24754 Quote ^C when passing it to stty. For some shells ^ is a pipe.
24755
24756 * gdb.base/funcargs.exp: Modify many tests so that every test
24757 either passes or fails. Make some test names unique.
24758
24759Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24760
24761 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24762 Call stty to set interrupt character.
24763
24764 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24765 for HP assembler versus GNU assembler based on actual behavior of
24766 $(CC), rather than assuming that $(AS) is always the GNU assembler.
24767
24768 * TODO: Suggest a few more stepping tests.
24769
24770Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
24771
24772 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24773 restart GDB for h8300 after a continue.
24774 (return): Add pattern to match a29k-udi behavior.
24775 * gdb.base/nodebug.exp: Remove obsolete comment.
24776 * gdb.base/regs.exp: New file, testing of register displays.
24777 * gdb.base/return.exp: Fix typo in reference to $objdir.
24778 * gdb.base/whatis.exp: Always start with a fresh GDB.
24779
24780Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24781
24782 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24783 higher, these tests generate a lot of output.
24784
24785Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24786
24787 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
24788 code following the catch silently ignored some errors; without the
24789 catch they should be thrown like any other tcl error. Also, the
24790 catch used "" instead of {} which meant all the callers who wanted
24791 to include one of the characters "[]$ had to quote it an extra time.
24792 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24793 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24794 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24795 Remove extra quoting.
24796
24797Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
24798
24799 * gdb.base/commands.exp: Make test names unique; every test either
24800 passes or fails. Update some comments.
24801
24802 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24803
24804Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24805
24806 The following fixes a FAIL caused by the fact that the alpha stabs
24807 configuration didn't use the ".if alpha" code in weird.def.
24808 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24809 bit pointer, so the 32 bit version works even on the alpha.
24810 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24811 Remove the stuff which allowed us to have separate versions for
24812 alpha and everything else.
24813
24814 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24815 regexp which "info func operator\[\](" is supposed to match. Fix
24816 string to send to GDB. Note that GDB still doesn't work right. Add a
24817 new test for "info func .perator\[\](" which GDB does handle correctly.
24818
24819 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24820
24821Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24822
24823 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24824 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24825 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24826 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
24827 it makes the tests harder to understand and confuses test-o-matic.
24828 The preferred style is that each test provides a PASS or a FAIL,
24829 and has a unique message (e.g. "continue #54" not just "continue")
24830 which is the same for the pass and the fail.
24831 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24832 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
24833 to lib/gdb.exp.
24834 * gdb.base/printcmds.exp: Use test_print_accept. Remove
24835 prt_accept which was basically the same thing. Likewise for
24836 test_print_reject and prt_reject.
24837 * lib/gdb.exp (test_print_reject): Add some more error message
24838 patterns to match from the former printcmds.exp (prt_reject).
24839 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
24840 One defect of the passcount stuff is that some of it failed to
24841 report XPASS where appropriate.
24842 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
24843 stuff before and after arg in expected pattern.
24844 (test_paddr_operator_functions): Re-do test without print_addr_of;
24845 this is the only test which seems to want extra stuff there.
24846
24847Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24848
24849 * gdb.base/nodebug.exp: Update new tests to reflect improved
24850 wording of gdb output.
24851
24852 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
24853 and "ptype" work on variables in files compiled without -g.
24854 Replaces commented out "maint print msymbol" tests.
24855
24856Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24857
24858 * gdb.base/setvar.c (dummy): Call malloc.
24859
24860 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
24861 losing with the irix4 sed.
24862
24863 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
24864 ALRM" on irix4.
24865
24866Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24867
24868 * TODO: Remove items about corefile.exp testing new exec-file and
24869 backtrace; both are now done. Add items about printing enums.
24870
24871Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24872
24873 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
24874 "get signal $thissig" test fails.
24875
24876 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
24877
24878Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24879
24880 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
24881 compiler warning with dec alpha compiler.
24882
24883 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24884 extra \n from gdb_test call (this explains why the prompt test
24885 that I removed yesterday was there).
24886 (user_defined_command_test): Remove extra \n and prompt test.
24887
24888 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24889 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24890 doesn't exist.
24891 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24892 Also remove alpha workaround, which turns out to be because
24893 SIGABRT == SIGLOST.
24894
24895 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24896
24897 * gdb.base/help.exp: Don't test "help show".
24898
24899Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24900
24901 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24902 "set print address" is on.
24903 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24904 pass prompt to gdb_test; gdb_test already looks for the prompt.
24905
24906 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24907
24908 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
24909 was a vestige of the manual TESTSTRATEGY, and the purpose of it
24910 was to make sure that gdb can read a core file. But (a) the "read
24911 the corefile" part didn't make it to a1-selftest.exp, we just
24912 delete the corefile after creating it, and (b) we test reading
24913 corefiles in corefile.exp anyway. Also, this test left around a
24914 xgdb process on Solaris.
24915
24916 * gdb.base/corefile.exp: Also test backtrace.
24917
24918Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
24919
24920 * gdb.base/commands.exp: Test a simple user defined command with
24921 arguments and if/while statements; verify the full user command is
24922 printed by "show user".
24923
24924 * gdb.base/commands.exp: Test if/while commands as part of a
24925 breakpoint command list; verify they appear in breakpoint
24926 information.
24927
24928Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24929
24930 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
24931 than by dividing by zero.
24932
24933Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
24934
24935 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
24936 performing an inferior call with watchpoints enabled.
24937 * gdb.base/watchpoint.c (main): Delete second unnecessary read
24938 call.
24939
24940Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24941
24942 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
24943 of "file" command.
24944
24945 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
24946 Add additional pattern for when "int operator int(void);" appears
24947 in a different order.
24948
24949Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24950
24951 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
24952
24953 * gdb.base/help.exp: Replace most of docstrings for "info signals"
24954 and "signal" with ".*".
24955
24956Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24957
24958 * TODO: Add note about "handle all nostop".
24959
24960 * gdb.base/{sigall.c, sigall.exp}: New test.
24961 * gdb.base/Makefile.in: Add it.
24962
24963Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
24964
24965 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
24966 when invoking GDB, suppresses any windowing interface.
24967
24968Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
24969
24970 * config/sim-gdb: New file, simulator testing support.
24971
24972Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
24973
24974 * gdb.base/interrupt.exp: Test calling func1 twice.
24975
24976Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
24977
24978 * gdb.base/list.exp (test_forward_search): Set timeout higher
24979 when we'll be getting lots of output from gdb.
24980
24981 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
24982 "init_malloc" to after the expect statement. Run it if that
24983 regexp is taken, but also for two others which happen if source
24984 cannot be found.
24985
24986Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24987
24988 * gdb.base/printcmds.exp: New test, for printing register before
24989 program is running.
24990
24991Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24992
24993 * gdb.base/list.exp: Correct some alternate expect patterns
24994 to reflect changes in list1.c.
24995
24996Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24997
24998 * TODO: Add item regarding large frames.
24999
25000 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25001
25002 * TODO: Remove item about enabling return.exp; it
25003 is enabled. Suggest a few more "return" tests.
25004
25005Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25006
25007 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
25008 anonymous unions.
25009
25010Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25011
25012 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25013 and pr-5646.o, so "make" is the same as "make all", not "make
25014 pr-4975.o".
25015
25016Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
25017
25018 * gdb.base/list.exp: Adjust expectations to reflect changes in
25019 list1.c.
25020 (test_forward_search): New test proc.
25021 * gdb.base/list1.c (long_line): New function, has long source line.
25022
25023Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
25024
25025 * gdb.base/a1-selftest.exp: Change initial stepping to know about
25026 additional line of code that was added.
25027
25028Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
25029
25030 * gdb.disasm/hppa.s: Break the large branching tests into smaller
25031 tests so as not to overflow expect's input buffers.
25032 * gdb.disasm/hppa.exp: Corresponding changes.
25033
25034Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25035
25036 Beginnings of template debugging tests.
25037 * gdb.c++/templ-info.cc: New file to test for template
25038 debugging capability of the compiler.
25039 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
25040 templ-info.cc.
25041 * gdb.c++/templates.cc: Add explicit template instantiations
25042 to enable compiling with -fno-implicit-templates. Add destructor
25043 and 'value' method to T5 class for template tests.
25044 * gdb.c++/templates.exp: Add testcases for printing of template
25045 types, setting breakpoints on template methods and calling a
d63a86f8 25046 template method.
c906108c
SS
25047
25048Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
25049
25050 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25051 branch target since some assemblers (gas-2.5) may emit a
25052 relocation for the branch instead of resolving it in the
25053 assembler.
25054
25055Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25056
25057 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
25058 through signal handler.
25059
25060Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25061
25062 * configure.in (*-*-netware): Use config/mt-netware.
25063
25064 * config/mt-netware: New file.
25065 * config/mt-i386-netware: Removed, separate configs for different
25066 netware architectures are no longer needed now that we have
25067 --with-headers.
25068
25069Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25070
25071 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
25072 by the recent changes to use ANSI C arithmetic conversions.
25073
25074Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25075
25076 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25077 bug involving using inferior_pid to figure out whether to select a
25078 frame.
25079
25080Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
25081
25082 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25083 match the current disassembler output.
25084
25085Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
25086
25087 * gdb.fortran/exprs.exp: Expect VOID instead of void.
25088 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25089 types, expect "int" as type of integer values (for now).
25090
25091Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
25092
25093 * gdb.base/commands.exp: New tests for if/while commands.
25094
25095Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
25096
25097 * lib/gdb.exp (runto): Replace sub-pattern for hex value
25098 by .*, since hex values have different syntax in Chill mode.
25099
25100Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25101
25102 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
25103 linefeed from expect pattern for repeated types with indices > 9.
25104
25105Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
25106
25107 First part of Fortran test suite.
25108 * gdb.fortran: New directory.
25109 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25110
25111Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25112
25113 * gdb.base/default.exp: Update expect pattern for load command
25114 without arguments.
25115
25116Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
25117
25118 * configure.in: Change i386 to i[345]86.
25119 * gdb.base/configure.in: Likewise.
25120 * gdb.c++/configure.in: Likewise.
25121 * gdb.chill/configure.in: Likewise.
25122
25123Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
25124
25125 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25126 patterns, since that is not a valid context for comments.
25127
25128Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
25129
25130 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25131 repeated types and repeated types with indices > 9.
25132
25133Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
25134
25135 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25136 2417; old bug has been fixed.
25137
25138Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
25139
25140 * gdb.base/interrupt.exp: When trying to wake up the inferior,
25141 send the newline ourselves instead of assuming gdb_test will do
25142 so when passed an empty input string.
25143
25144 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25145 stabs testcode.
25146
25147Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25148
25149 * lib/gdb.exp (gdb_test): Don't send anything if the first
25150 argument is an empty string. This makes cases where we want to
25151 match output that is already in expect's buffers (for example,
25152 matching a breakpoint after gdb_run_cmd has been called) work
25153 reliably.
25154
25155Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25156
25157 * config/netware.exp: New file.
25158
25159Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25160
25161 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25162 the -B and -L prefixes so we can find the debugging stub.
25163
25164 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25165 there and we are using the gcc from the tree.
25166
25167 * gdb.base/types.c: Removed.
25168
25169 * gdb.base/configure.in: Look for makefile fragments in ../config.
25170 Recognize i386-*-netware.
25171 * gdb.c++/configure.in: Likewise.
25172
25173Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25174
25175 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
25176 the correct TCL syntax.
25177
25178Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25179
25180 * gdb.base/opaque.exp: use runto instead of messing around with
25181 breakpoints. Simplify by using gdb_test.
25182
25183 * gdb.base/bitfields.exp: restart between tests on netware targets
25184 because breakpoints aren't relocated after target death. Run
25185 processes to completion.
25186
25187 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25188
25189Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
25190
25191 * Makefile.in: Remove extra tabs that confuse some versions
25192 of "make". Use the newly built gdb to test with by default,
25193 rather than the first one in the tester's search path.
25194
25195Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
25196
25197 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25198
25199 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25200 condition help.
25201
25202Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25203
25204 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25205
25206 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25207 running.
25208 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25209 * gdb.base/funcargs.exp: Likewise.
25210
25211 * gdb.base/bitfields.exp: Simplify by using gdb_test.
25212 * gdb.base/funcargs.exp: Likewise.
25213
25214 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25215 message is "".
25216
25217Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25218
25219 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25220 return,signals,twice}.exp: Handle non-existant binaries
25221 consistantly.
25222
25223 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25224 * gdb.base/Makefile.in: Don't try to generate a core dump, we
25225 might testing a cross development system.
25226
25227Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25228
25229 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25230 runtest script is relative to ${srcdir}, not ${rootdir}.
25231
25232Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
25233
25234 * gdb.base/signals.exp: Allow for optionality of breakpoint
25235 address.
25236
25237Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25238
25239 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25240
25241Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25242
25243 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25244 for size_t definition.
25245 * gdb.c++/templates.cc: Likewise
25246
25247 * config/mt-i386-netware: New file.
25248
25249 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25250 defined.
25251
25252 * gdb.base/Makefile.in: Added support for systems that name core
25253 files by appending "core" to the program name.
25254 * gdb.base/a1-selftest.exp: Likewise.
25255
25256Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25257
25258 * gdb.base/return.exp: Add comment and message for `return double'
25259 test failure on Sparc Solaris.
25260
25261Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
25262
25263 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25264
25265Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25266
25267 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
25268 from optimizing them away.
25269 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
25270 patterns to include default constructors and assignment operators,
25271 to match gcc versions beyond 2.5.8. Accept any cplus demangling
25272 character in the output of the virtual base pointer.
25273
25274Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25275
25276 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
25277 expression match in print_addr_of to avoid unintented matches.
25278 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
25279 versions up to 2.5.8.
25280
25281Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25282
25283 * gdb.base/list.exp: Tweak alternate pattern for listing of an
25284 included file to run under newer versions of expect.
25285 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
25286 consecutive >'s in templates to accomodate recent cplus-dem.c change.
25287 Remove xfail for the virtual table of BDDHookV.
25288
25289Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
25290
25291 * lib/gdb.exp (string_to_regexp): Set a default result.
25292 (default_gdb_start): Fix misleading message.
25293
25294Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
25295
25296 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25297 Remove all CC, etc definitions.
25298 * config/mt-hpux: New file.
25299 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25300 (CFLAGS, LDFLAGS): Define.
25301 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25302
25303 * Makefile.in (site.exp): Don't insert host_os, etc.
25304 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25305 (distclean): Check existence of subdir.
25306 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25307 * gdb.base/Makefile.in: General cleanup and simplification.
25308 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25309 to build executables. Use default rule to build .o files.
25310 (EXPECT, RUNTEST, CC): Fix relative pathname.
25311 (site.exp): Don't insert host_os, etc.
25312 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25313 and/or SIGUSR1 defined.
25314 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25315 * gdb.c++/Makefile.in: General cleanup and simplification.
25316 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25317 (CFLAGS): Remove.
25318 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25319
25320Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
25321
25322 * gdb.base/recurse.exp: Misc changes to get tests running again
25323 after Kung's changes to the watchpoint code.
25324 * gdb.base/watchpoint.exp: Likewise.
25325
25326Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
25327
25328 * lib/gdb.exp (string_to_regexp): Convert {\} also.
25329
25330Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
25331
25332 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25333 * lib/gdb.exp (default_gdb_start): Define.
25334 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25335 gdb.base/funcargs.exp, gdb.base/opaque.exp,
25336 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25337 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25338 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25339 Don't call gdb_target_udi in between tests.
25340
25341Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25342
25343 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25344 (which was basically just a local version of the same thing). In
25345 addition to avoiding duplication, gdb_test_exact is faster.
25346 * lib/gdb.exp (gdb_test_exact): Fix typo.
25347
25348 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25349 don't give an error.
25350
25351 * gdb.base/term.exp: Call delete_breakpoints before starting.
25352
25353 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25354 (t10): Add comment.
25355
25356Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25357
25358 Reorganization of the GDB Test Suite.
25359
25360 * gdb.base: New directory, contains all the basic tests.
25361 * gdb.c++: New directory, tests specific to C++.
25362 * gdb.chill: New directory, tests specific to Chill.
25363 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25364 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25365 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25366 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25367 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25368 t30-31 to chill).
25369 * */gdbme.*: Rename to match appropriate expect scripts.
25370 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25371 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25372 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25373 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25374 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25375 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25376 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25377 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25378 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25379 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25380 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25381 gdb.c++/virtfunc.cc: New names of C++ files.
25382 * gdb.chill/chillvars.ch: New name of Chill file.
25383 * gdb.base/configure.in, gdb.c++/configure.in,
25384 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25385 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25386 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25387 * configure.in (configdirs): Update to reflect directory changes.
25388 (target_abbrev): No longer define for any configuration.
25389 * Makefile.in: Cosmetic improvements to header comments.
25390
25391Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
25392
25393 Various changes to gdb.t31:
25394
25395 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
25396 * gdbme.ch: Make all key-words and predefineds be upper-case.
25397 * chillvars.exp: Expect key-words and predefinds in upper-case.
25398
25399 * chillvars.exp: Use gdb_test_exact many places.
25400 Change expected output for arrays (which now includes index labels).
25401
25402 * pr-5020.exp, gdme.ch (module PR_5020):
25403 New test, for PR-5020.
25404
25405Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
25406
25407 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
25408 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
25409
25410Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
25411
25412 * Makefile.in: Fix bit-rot in definitions of CHILL,
25413 CHILL_FOR_TARGET and Chill_LIB.
25414 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
25415 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
25416 CHILL, and CHILL_LIB.
25417
25418Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
25419
25420 * Revert the previous changes. Please see Rob's directory
25421 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25422
25423Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
25424
25425 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
25426 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25427 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25428 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
25429 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25430 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25431 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25432 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25433 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25434 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25435 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25436 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25437 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25438 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25439 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25440 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
25441 changes from 94Q1.
25442
25443Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
25444
25445 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25446 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25447 Rob's new testing fragments.
25448
25449Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
25450
25451 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 25452 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
25453
25454Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25455
25456 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25457 version also, match on casted version strings, and match on
25458 gdb startup case where the line numbers might be messed up.
25459
25460Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
25461
25462 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 25463 (CFLAGS): Delete it from here.
c906108c
SS
25464
25465Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
25466
25467 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25468
25469Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
25470
25471 * Makefile.in (RUNTEST): Default to just "runtest".
25472
25473Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25474
25475 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25476 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25477 the code has been restructured.
25478
25479Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25480
25481 * gdb.t00/default.exp (set write): Allow any number of \r and/or
25482 \n, not just one of each.
25483
25484 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25485 /bin/cc gives a warning if you do.
25486
25487Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
25488
d63a86f8 25489 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
25490 __t10ListS_link1ZUiRCUiPT0
25491
25492Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25493
25494 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25495 on local variables in recursive functions.
25496
25497 * gdb.t07/Makefile.in: Build the new test.
25498
25499Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25500
25501 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25502 directly. Instead compare the return values from actual calls.
25503
25504Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
25505
25506 * Makefile.in (check): Set TCL_LIBRARY for runtest.
25507
25508Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25509
25510 * From Peter Schauer with minor modifications.
a9c64011
AS
25511 * gdb.t15/return.exp (return_tests): Handle targets where "return"
25512 stops in mid-line in the caller. Add xfail for returning a float
25513 value on X86 targets.
c906108c
SS
25514
25515Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25516
25517 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25518 to avoid expect lossage.
25519 (fmem_LRbug_tests): Likewise.
25520 * gdb.disasm/hppa.s: Corresponding changes.
25521
25522 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25523 conditions to work with latest dejagnu/expect.
25524
25525 * gdb.t15/funcargs.exp (finish from indirect call): No longer
25526 expected to fail on the PA.
25527 (backtrace in call with trampolines): Explicitly require main
25528 to be frame #1 (no trampolines should show up in backtrace).
25529
25530 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25531 "continue -expect".
25532 * gdb.t06/break.exp: Likewise.
25533 * gdb.t07/watchpoint.exp: Likewise.
25534 * gdb.t13/bitfields.exp: Likewise.
25535 * gdb.t15/{funcargs,return}.exp: Likewise.
25536 * gdb.stabs/weird.exp: Likewise.
25537 * config/{mips,udi}-gdb.exp: Likewise.
25538
25539 * hppa.sed: Enclose comments within a sed command to avoid
25540 losing with the old OSF1 sed.
25541
25542Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25543
25544 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
25545 sequent dynix.
25546 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
25547 * gdb.t15/funcargs.exp: Conditionally step again to really
25548 finish from marker_call_with_trampolines. Handle the case where
25549 the first step from within call_with_trampolines already steps
25550 us back to main.
25551 * gdb.t15/gdbme.c: Add comment to closing brace of
25552 call_with_trampolines for funcargs.exp.
25553
25554Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25555
d63a86f8 25556 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
25557 Fix typo(s).
25558
25559Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25560
25561 * gdb.t07/gdbme.c: More code for watchpoint testing.
25562
25563 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25564 "Hardware watchpoint" throughout file.
25565 (test_watchpoint_triggered_in_syscall): New test.
25566 (test_complex_watchpoint): New test.
25567
25568Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25569
25570 * gdbme.c (call_with_trampolines): New function to try and step
25571 into. Tests trampoline problems on the PA.
25572
25573 * funcargs.exp (localvars_in_indirect_call): No longer expect
25574 stepping into indirect call to fail on PAs.
25575 (test_stepping_over_trampolines): New test.
25576
25577Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25578
25579 * TODO: Add suggestions for static member function tests, and
25580 completion tests.
25581
25582Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25583
25584 * TODO: Add suggestions for "p/a" tests.
25585
25586 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25587 (default_gdb_exit): Replace all the hair with sending "quit" to
25588 the process with a simple close.
25589
25590Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25591
25592 * TODO: Add suggestions for shared library tests.
25593
25594Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25595
25596 * TODO: Add suggestions for x/s tests.
25597
25598Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25599
25600 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25601 "enable once", and "enable breakpoints once" with ".*".
25602
25603Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25604
25605 * TODO: Add suggestions about structure passing tests.
25606
25607Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25608
25609 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
25610 the primary1 test, use work around if __GNUC__ < 2.
25611 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
25612 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
25613 Test for bad output rather than waiting for timeout. Issue
25614 second continue only if first continue failed.
25615
25616Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25617
25618 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25619 operator[] test with gdb_test because the old code didn't seem to
25620 be getting the quoting right with the new dejagnu.
25621
25622Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
25623
25624 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25625 one from the path.
25626 * Makefile.in: Use a fresh expect if there is one, use runtest
25627 from the src tree if there is one.
d63a86f8 25628
c906108c
SS
25629Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25630
25631 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25632 next over recursive call. Revise the tests from that point on
25633 (which had been skipped) to match GDB's actual (correct) output.
25634
25635 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25636 with next over a breakpoint whose condition is false.
25637
25638 * gdb.t00/help.exp: Comment out "help set print" tests just like
25639 (and for same reason as) "help set" test.
25640
25641Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25642
25643 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25644 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25645
25646Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25647
25648 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25649 necessary gdb_target_udi.
25650
25651 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25652
25653 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25654 1838 and 2417; they are fixed.
25655
25656 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25657 gdb.t03/ptype.exp (ptype structure, ptype union):
25658 Remove xfails; the test is looser than when the xfails were added.
25659
25660 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25661 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25662
25663 * gdb.t01/run.exp: Only run shell test if isnative.
25664
25665 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25666 since "run" automatically loads if necessary. Call gdb_target_udi
25667 after the "file" since "file" kills any execution target.
25668
25669 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25670 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25671 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25672 argument for UDI.
25673
25674Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25675
25676 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25677
25678 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25679
25680Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25681
25682 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25683 properly quoting regexps. This makes the second argument to
25684 demangle a fixed string, which matches the callers, instead of a
25685 shell-style pattern which is what the previous implementation
25686 used. Update some of the callers.
25687
25688Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25689
25690 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
25691 (comib_nullified_tests): Fix typo.
25692 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
25693 strings. No longer expected to fail.
25694
25695 * gdb.disasm/hppa.s (addib_tests): Fix typo.
25696 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
25697 strings. No longer expected to fail.
25698
25699 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
25700 string. No longer expected to fail.
25701
25702Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25703
25704 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25705 No longer expected to fail.
25706
25707 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25708 string. No longer expected to fail.
25709
25710Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25711
25712 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25713 only in the names (I probably got most of them). I was even
25714 generous with some which differed in underscores in names, and
25715 probably missed a few, and I *still* was able to remove almost a
25716 third of the file with almost no impact on testsuite coverage.
25717
25718Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25719
25720 * gdb.t00/default.exp: Match udi_attach error message as well as
25721 the one from child_attach.
25722
25723 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25724
25725 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25726
25727 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25728 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25729
25730 * Move test with enums and partial symbols back to
25731 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25732 Reverts the change of 26 May 93. Per today's change to
25733 stabs.texinfo, the behavior that weird.exp was expecting was
25734 unreasonable; what is important is that the compiler+gdb get
25735 things right, which happens with a recent gcc. Also fix the test
25736 to deal with native compilers which put out the stab gdb can't
25737 deal with.
25738
25739Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25740
25741 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25742 in the names. The main thing these accomplish is to slow things down.
25743 Many more such duplicates surely remain.
25744
25745 * gdb.t00/help.exp: Comment out "help support" test just like
25746 (and for same reason as) "help set" test.
25747
25748Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
25749
25750 * gdb.t06/break.exp: Remove setup_xfails for
25751 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25752 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
25753 about known bug in gcc to include up through 2.5.8.
25754 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
25755 well as "_vb$".
25756 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25757 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25758 with latest gcc and gdb.
25759 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
25760 well as "_vb$".
25761
25762Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25763
25764 * configure.in (hppa*-*-*): Also configure and build stabs-only
25765 tests.
25766
25767Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25768
25769 * gdb.t10/hppa.mt: A makefile fragment for the PA.
25770 * gdb.t10/configure.in (hppa*-*-*): Use it.
25771
25772Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25773
25774 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
25775
25776Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25777
25778 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
25779 versions prior to 1.13.5.
25780
25781Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25782
25783 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25784 the prompt is at the start of a line.
25785
25786Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25787
25788 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25789 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
25790 in the copr tests now.
25791 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
25792 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
25793 expected to fail.
25794
25795Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
25796
25797 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25798 gdb.t31/chillvars.exp, lib/gdb.exp:
25799 Tweak to run under either version of expect.
25800 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25801 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25802 * gdb.t11/list.exp: Remove extraneous whitespace.
25803
25804Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25805
25806 * gdb.t16/printcmds.exp (test_print_strings): Accept
25807 "(unsigned char *) " before the string.
25808
25809 * TODO: Add notes about printing of fancy types and GDB expressions.
25810
25811Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
25812
25813 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25814 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 25815 if doing mips-idt-ecoff.
c906108c
SS
25816
25817Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
25818
25819 * Most .exp files: Tweak to run under either version of expect.
25820
25821Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25822
25823 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
25824 xfails; I'm not sure why they are failing, but not because of PR 1806.
25825
25826Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
25827
25828 * config/unix-gdb.exp: Remove gdb_unload cause it's already
25829 defined in lib/gdb.exp.
25830
25831Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25832
25833 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
25834 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
25835 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
25836 have to be typeless.
25837
25838Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25839
25840 * TODO: Add suggestion for copyright year test.
25841
25842Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
25843
25844 * configure.in (*-*-lynxos*): Add stabs tests.
25845
25846Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25847
25848 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
25849 so insert a tab before any assembler directive in column zero.
25850
25851 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
25852 stores.
25853 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
25854 stores.
25855 (fpu_short_memory_tests): Likewise.
25856
25857Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25858
25859 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
25860 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
25861 .stabs directives in comments.
25862
25863Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25864
25865 * TODO: New file, describing tests we could write.
25866 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
25867
25868Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25869
25870 * gdb.t06/signals.exp: Add kludge to force re-sync.
25871
25872 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
25873 to xgdb instead of gdb, get out of gdb.
25874
25875Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
25876
25877 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
25878 for info.
25879
25880Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25881
25882 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25883 * gdb.stabs/configure.in (hppa*-*-*): Use it.
25884 * gdb.stabs/hppa.sed: New sed script for the PA.
25885
25886Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25887
25888 * gdb.stabs: Re-write weird.def and configuration to use sed
25889 instead of cpp. sed is portable and POSIX; cpp is neither.
25890
25891Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25892
25893 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25894
25895Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25896
25897 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25898
25899Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25900
25901 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25902 "_vb$".
25903 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25904 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25905
25906Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25907
25908 * lib/gdb.exp: Comment out code which depends on non-existent
25909 `transform' procedure.
25910
25911Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
25912
25913 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25914 * lib/gdb.exp: Transform tool name.
25915 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25916 1.1's new error handling system.
25917
25918Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25919
25920 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
25921
25922Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25923
25924 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
25925 They made pattern matching so slow that timeouts happened on
25926 heavily loaded systems. Now any output from "show print" which
25927 gets us back to the GDB prompt is a PASS.
25928
25929Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
25930
25931 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
25932
25933Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25934
25935 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
25936
25937 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
25938 It is not from PR 3220.
25939
25940Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25941
25942 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
25943 just started failing because they depended on the order the
25944 subcommands are presented, or exact docstring text. This kind of
25945 test is a pain and has minimal benefit.
25946
25947Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25948
25949 * gdb.t09/corefile.exp: At end of test, use "core" command with
25950 no arguments.
25951
25952Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
25953
25954 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
25955 17}/Makefile.in: Make it possible to run the testsuite with Sun
25956 make and CC = cross gcc by adding explicit build rules for .o
25957 files.
25958
25959Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25960
25961 * gdb.t15/funcargs.exp: Don't put comments on same line as
25962 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 25963
c906108c
SS
25964Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25965
25966 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
25967
25968Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
25969
25970 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
25971 * gdb.t20/inherit.exp: remove three dumplicate entries.
25972
25973Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25974
25975 * gdb.t06/break.exp: For "next over recursive call", fail on any
25976 incorrect output, not just on "factorial (value=2)".
25977
25978Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25979
25980 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
25981 working now. Add an xfail if accesing a bss variable causes
25982 a memory error if the target is not yet run.
25983
25984Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25985
25986 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
25987 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
25988 name of __st* demangling (2 strings). Did Kung really get the
25989 more than 95 others right without testing them?
25990
25991Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
25992
25993 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
25994
25995Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
25996
25997 * configure.in (configdirs): Add gdb.disasm
25998 * gdb.disasm: New directory for GDB disassembler tests.
25999 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26000
26001Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26002
26003 * gdb.t00/help.exp: Don't test "help set".
26004
26005 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26006 from within expect statements. None of these happen anymore and
26007 they cause regressions to be silently unnoticed.
26008
26009 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26010 messages) about known failures with gcc cygnus-2.4.5-930417.
26011
26012 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26013 comp-info.exp so it gets built if it doesn't exist.
26014
26015 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26016 it is no longer used.
26017 * gdb.t13/comp-info.c: Removed.
26018
26019Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26020
26021 * gdb.t06/signals.exp: Add xfail for sun3.
26022
26023Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26024
26025 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26026 relevant because ^C doesn't get sent but failure can be reproduced
26027 interactively).
26028
26029Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26030
26031 * gdb.stabs/alpha.mt: New configuration file for alpha.
26032 * gdb.stabs/configure.in: Use it.
26033 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
26034 sharing with alpha.mt, redefine long to word via preprocessor.
26035 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
26036 for alpha.
26037 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
26038 native cc.
26039 * gdb.t00/teststrategy.exp: Change expect string so that we
26040 consume the `(xgdb)' from the command echo and from the gdb prompt.
26041 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
26042 gdb currently compares all values as long, so this failure probably
26043 applies to any configuration where LONGEST is bigger than a target int.
26044 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
26045 with gcc.
26046 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
26047 to handle opaque pointers, gcc is.
26048 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
26049 as first argument. Include <sys/types.h> and change all operator
26050 new definitions to use size_t.
26051 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
26052 now that we use size_t.
26053
26054Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26055
a9c64011 26056 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 26057 a long or float array cast all array members to the same type.
a9c64011 26058 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 26059 with 64 bit longs.
a9c64011 26060 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 26061 on alpha.
a9c64011 26062 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
26063
26064Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26065
26066 * gdb.t24 (demangle.exp): Constructors of templates have names like
26067 vector<int>::vector(int) not vector<int>::vector<int>(int). See
26068 section 14.6 of the ARM.
26069
26070 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26071 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26072 accomplish little and slow down the testsuite.
26073
26074 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26075 Accept spaces various places.
26076
26077Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26078
26079 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26080 with watchpoint enabled.
26081
26082 * Makefile.in: Remove definition of CC and remove the second
26083 definition of CXX (the "CXX = gcc" one remains). These definitions
26084 were causing backquotes to be expanded within backquotes, which
26085 doesn't work.
26086
26087Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
26088
26089 * gdb.t17/callfuncs.exp: Add "return 0" to end.
26090
26091Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26092
a9c64011
AS
26093 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
26094 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
26095 by mips cc and contains no stabs entries.
26096
26097Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
26098
26099 * config/vx-gdb.exp: Use fake device to load files rather than
26100 NFS.
26101 * lib/gdb.exp: New proc to do "file" command.
26102 * config/unix-gdb.exp: Use new "file" proc.
26103
26104Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
26105
26106 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26107 Rework board rebooting slightly.
26108 (gdb_exit): Don't exit from the remote shell; there isn't one.
26109 * gdb.stabs/weird.exp: If a program is being debugged already,
26110 kill it.
26111 * gdb.t04/setvar.exp: Stop and restart gdb.
26112 * gdb.t05/expr.exp: Likewise.
26113 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26114 restart gdb and reload the program.
26115 * gdb.t08/opaque.exp: Likewise.
26116 * gdb.t12/scope.exp: Likewise.
26117 * gdb.t13/bitfields.exp: Likewise.
26118 * gdb.t15/funcargs.exp: Likewise.
26119 * gdb.t20/classes.exp: Likewise.
26120 * gdb.t03/ptype.exp: Increase timeout.
26121 * gdb.t16/printcmds.exp (test_print_string_constants,
26122 test_print_array_constants): Likewise.
26123 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26124 * gdb.t20/classes.exp (do_tests): Likewise.
26125 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26126
26127Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
26128
26129 * gdb.stabs: Renamed *wierd* to *weird*.
26130
26131Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26132
26133 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26134 for timeout. Add "known gcc 2.4.5 bug" to failure message.
26135
26136Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26137
26138 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26139 (do_tests): Remove xfail for whatis on one_var and two_var.
26140
26141Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
26142
26143 * Makefile.in: Made cross building work better by adding
26144 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26145
26146Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26147
26148 * gdb.t15/{return.c,return.exp,Makefile.in}:
26149 New test, currently commented out.
26150
26151Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
26152
26153 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26154 still running and removes the leftover named socket so GDb can do
26155 clean restarts.
26156
26157Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
26158
26159 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26160 console, not GDB.
26161 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26162 cross testing works better with "make check"
26163 * config/unix-gdb: Use default procedures for exit and version.
26164 * config/vx-gdb.exp: Cleaned up and massaged back to working order
26165 with the newest VxWorks.
26166
26167Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26168
26169 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26170 old form.
26171
26172 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26173 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26174
26175 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26176
26177 * config/unix-gdb.exp: Remove this version of gdb_exit
26178 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26179 Rob says he'll look at it when he gets back to testing boards.
26180
26181Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
26182
26183 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
26184 an expected fail for certain ptype commands.
26185
26186 * gdb.t20/classes.exp: Update expected results of "ptype class
26187 Base1" to account for the constructor that now appears in the type.
26188
26189Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
26190
26191 * configure.in (configdirs): Restore gdb.t04, which mysteriously
26192 disappeared from list.
26193 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
26194 "alldone" proc with call to cleanup and exit.
26195 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26196 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26197 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26198 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26199 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
26200 "alldone" proc with simple returns that suppress remaining
26201 tests. The alldone proc went away many months ago.
26202
26203Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26204
26205 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26206
26207 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26208
26209Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26210
26211 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
26212 as vax gdb will display them.
26213
26214Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26215
26216 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26217 optimizers.
26218
26219 * scope.exp: Change "bad value for localval" messages so each one
26220 is unique.
26221
26222 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26223 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26224
26225 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26226
26227Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26228
26229 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26230 doesn't exist (due to optimization).
26231
26232Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26233
26234 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26235 contains \r because the filename is long.
26236
26237 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26238 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26239
26240Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26241
26242 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26243 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
26244 Ultrix.
26245 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
26246 int tests.
26247 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
26248
26249Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
26250
26251 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
26252
26253 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 26254 to match does not match the passing case but still matches the
c906108c
SS
26255 failing case.
26256
26257Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26258
26259 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26260
26261Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
26262
26263 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
26264 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26265 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26266 Remove various versions of gdb_exit.
26267 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
26268 gdb_exit.
26269 * config/unix-gdb.exp: gdb_exit remains here, and should override
26270 the generic version, since it's doing a lot of wierd stuff that
26271 the other versions aren't. FIXME, fold it in, or abandon this
26272 version.
26273
26274Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26275
26276 * gdb.t24/demangle.exp: Add tests for PR 3220.
26277
26278Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26279
26280 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26281
26282Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
26283
26284 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
26285 "i386-*-*". Works for i486 as well.
26286
26287 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
26288 bug, and expand domain of xfail to all SVR4 systems, since the
26289 actual problem is likely to be in generic SVR4 /proc support.
26290
26291Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26292
26293 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26294
26295Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
26296
26297 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
26298 xfails for other systems. Match a missing 'Continuing.' as an
26299 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26300
26301 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26302 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26303 Only issue warning for missing executables if -all option is used.
26304
26305 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
26306 file if -all option is used. It's like an unpredictable XFAIL.
26307
26308Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26309
26310 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26311 for dynamically linked binaries.
26312
26313 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26314
26315Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26316
26317 * gdb.t20/inherit.exp: Change message for "print tagless struct"
26318 to state that this is a known bug in old versions of g++.
26319
26320Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26321
26322 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
26323 while waiting for `Continuing'.
26324
26325Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
26326
26327 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
26328 in text, data, and bss.
26329 * gdb.t10/nodebug.c: Add local and global test variables for
26330 initialized and uninitialized data.
26331
26332Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26333
26334 * config/unix-gdb.exp (gdb_exit): Add "wait".
26335
26336Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26337
26338 * gdb.t06/signals.exp: xfail the continue from the handler for all
26339 targets.
26340
26341 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
26342 function with watchpoints enabled, the i386 call dummy starts with
26343 a call.
26344
26345 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
26346 386 bsd names its corefiles.
26347
26348Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
26349
26350 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
26351 compilers don't grok it.
26352 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
26353 with small octal ints rather than character constants, which
26354 are signed and might not fit if first promoted to int.
26355
26356Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
26357
26358 * gdb.t09/Makefile.in (clean): Remove corefile.
26359
26360Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26361
26362 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26363
26364Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26365 and Jim Kingdon (kingdon@cygnus.com)
26366
26367 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26368 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
26369 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26370
26371Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26372
26373 * gdb.t17/interrupt.exp: Add xfail for hppa.
26374
26375Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26376
26377 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26378 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
26379 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
26380 to determine signed-ness of bitfields and use the result to setup
26381 the xfail.
26382 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
26383 * gdb.t15/funcargs.exp: Use them to step until the second indirect
26384 call line is reached if necessary.
26385
26386Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26387
26388 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26389
26390Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26391
26392 * gdb.t06/break.exp: Also test `clear' command.
26393
26394Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26395
26396 * gdb.t00/teststrategy.exp: Remove extra quote.
26397
26398 * gdb.t07/watchpoint.exp: Change xfail for calling function with
26399 watchpoint enabled to be for all non-68k machines.
26400
26401 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26402
26403Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26404
26405 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26406 targets use aout.mt instead of ecoff.mt as gas understands
26407 standard aout format.
26408
26409Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26410
26411 * lib/gdb.exp (runto): Don't insist that function we are running to
26412 was compiled with -g.
26413
26414 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26415
26416 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26417 to get back into the read system call.
26418 Accept leading newline in case where we woke it up.
26419
26420Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26421
26422 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
26423 to make the stabs test work on ecoff systems using gcc and -with-stabs.
26424 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
26425 enable ecoff configuration.
26426
26427Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26428
26429 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26430
26431Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26432
26433 * gdb.t16/printcmds.exp: Add another printf test.
26434
26435Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
26436
26437 * configure.in: If configured -with-stabs on any target, add
26438 stabsdirs to configdirs.
26439
26440Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26441
26442 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26443 fun" so pattern does not match the command itself.
26444
26445Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26446
26447 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26448
26449Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26450
26451 * gdb.t17/interrupt.exp: Test for more things.
26452
26453Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26454
26455 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26456 compiler arranges the code and line numbers.
26457
26458 * gdb.t17/interrupt.exp: Don't send \n after ^C.
26459
26460Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26461
26462 * gdb.t00/help.exp: Increase expect input buffer size.
26463
26464Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26465
26466 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26467
26468 * gdb.t07/watchpoint.exp: Add xfail for hppa.
26469
26470 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26471
26472 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26473 [0-9]*, not just [0-9].
26474
26475Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26476
26477 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26478
26479 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26480
26481Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26482
26483 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26484
26485Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26486
26487 * gdb.t06/signals.c: Add xfails for sun3.
26488
26489 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26490
26491 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
26492 test_stepping tests.
26493
26494Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26495
26496 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26497
26498 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26499
26500 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26501 rather than actually putting it through cpp twice.
26502
26503 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26504
26505Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
26506
26507 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26508 no longer needed.
26509
26510Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26511
26512 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26513
26514 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26515 C++ features prints as "struct", make it a pass, not an xfail.
26516
26517Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26518
26519 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26520 Don't require VA to print as "class" rather than "struct".
26521
26522Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
26523
26524 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26525
26526Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26527
26528 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26529
26530Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26531
26532 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
26533 order.
26534
26535Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26536
26537 * gdb.t16/printcmds.exp: Add printf tests.
26538
26539 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26540
26541 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26542
26543Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
26544
26545 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
26546 pass counts, to counteract any existing or future setup_xfails.
26547
26548Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26549
26550 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26551 {BEGIN,END}_COMMON for common block instead of STAB.
26552 * gdb.stabs/wierd.exp: Add xfail for rs6000.
26553
26554 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26555 intp_var should be N_GSYM not N_LSYM.
26556 wierd-aout.S: Use a label for the value of the N_SO.
26557 wierd.def: Remove all backslashes.
26558 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26559
26560Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26561
26562 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26563 get the expected next to inheritance3.
26564
26565Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26566
26567 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26568 now that gcc-2.4 gets it right.
26569
26570Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26571
26572 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26573
26574 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26575 generating comp-info.exp which works for cross-compilation.
26576
26577Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
26578
26579 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
26580 "*-*-sysv4.*".
26581
26582Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
26583
26584 * gdb.t01/run.exp: Start with a fresh gdb.
26585 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
26586 SVR4.x.
26587
26588Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
26589
26590 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26591 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26592 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26593 Makefile.in (distclean, realclean): Remove gdbme.c from list of
26594 things to remove.
26595
26596Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26597
26598 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
26599 test cases from bug reports.
26600
26601Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
26602
26603 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
26604 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
26605 avoid spurious xfails.
26606 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
26607 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
26608 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
26609
26610Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
26611
26612 * gdb.t00/teststrategy.exp: Rework to provide more useful
26613 description of each test, fix problem with systems that define
26614 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26615 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
26616 results for "next over recursive call" so timeouts aren't taken
26617 by error.
26618
26619Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
26620
26621 * gdb.t12/scope.exp: Test printing of variables before run.
26622
26623 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26624 printed in wrong order due to sorting.
26625
26626Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
26627
26628 * gdb.t00/teststrategy.exp: Fix expected results for printing
26629 user entered string constant. Is array of char, prints with no
26630 address.
26631
26632 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
26633 commands.
26634 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
26635 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
26636 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
26637 of struct of char arrays.
26638 * gdb.t00/radix.exp: New tests for radix commands.
26639
26640Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
26641
26642 * gdb.t16/printcmd.exp: Print a variable before running program
26643 (with xfail for AIX).
26644
26645Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
26646
26647 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26648
26649 * gdb.t16/printcmd.exp: Don't print variables before running program.
26650
26651 * gdb.t06/break.exp: Don't require envp argument to main.
26652
26653 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26654
26655 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26656 Add xfails for rs6000.
26657
26658 * gdb.t02/whatis.exp: Change other tests not to re-test something
26659 we already tested.
26660
26661 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26662 each type used has a variable of that type.
26663
26664Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26665
26666 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26667
26668Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26669
26670 * configure.in: change srctrigger to be a file, not a directory
26671
26672Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26673
26674 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26675
26676 * gdb.t11/list.exp: Fixed a couple of typos.
26677
26678Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
26679
26680 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
26681 is fixed and PR is closed.
26682 * gdb.t16 (gdbme.c): Add simple test string variable.
26683 * gdb.t16 (printcmds.exp): Add tests with simple test string
26684 variable, primarily for boundaries on "set print elements".
26685
26686Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
26687
26688 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26689 Make leading 0's optional and don't expect a tab in the middle
26690 of the number.
26691
26692 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
26693
26694 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
26695 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
26696 don't end command passed to gdb_test with newline.
26697
26698 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
26699 signed keyword away, don't expect signed bitfields to be signed.
26700
26701 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
26702 printing with only as many 1's as are in the field as well as printing
26703 with 32 1's (see comment).
26704
26705Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
26706
26707 * gdb.t00/default.exp: Start with a fresh gdb.
26708 * configure.in (configdirs): Remove gdb.t31 until the chill
26709 compiler works again. It no longer is able to find chillrt0
26710 since it isn't in libchill.a anymore.
26711 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
26712 wierd.o, make more modular.
26713 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
26714 spurious newlines that caused problems.
26715
26716Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26717
26718 * Move test with enums and partial symbols from gdb.t03/ptype.exp
26719 to gdb.stabs/wierd.exp since GCC has worked around the bug.
26720 gdb.stabs/wierd.{exp,def}: Many new tests.
26721
26722 * gdb.t00/default.exp: update info line for new message.
26723
26724 * gdb.t02/{whatis.exp,gdbme.c}:
26725 Test that "char *" doesn't print as "caddr_t".
26726
26727Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26728
26729 * gdb.t00/help.exp: Use .* in place of some help messages which
26730 just changed.
26731 gdb.t00/default.exp: Update "info frame" test for new message.
26732 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26733 Remove some xfails
26734
26735Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26736
26737 * gdb.t03/{gdbme.c,ptype.exp}:
26738 Add tests for typedef'd struct and union without tags.
26739 Also check "whatis" on a variable of a typedef'd enum without a tag.
26740
26741 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26742 PRMS 1823; the bug still exists but isn't reproduced by this test
26743 anymore), and remove rs6000 XFAIL (the bug is fixed).
26744
26745 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26746 duplicated from whatis.exp. For those that are left, accept
26747 "long", "long int", or "int" for long variables (whatis.exp already
26748 has an XFAIL for "int", so no need to fail it here).
26749
26750 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26751 Deal with GCC's names for types now that GDB uses the compiler's names.
26752
26753 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
26754 setup_xfail's for sunos4. If we #defined the signed keyword away,
26755 don't expect GDB to know that char it is signed.
26756
26757 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26758
26759Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
26760
26761 * configure.in (configdirs): Add gdb.t24 for C++ tests that
26762 should work on any system, regardless of debugging format.
26763 * gdb.t21/demangle.exp: Move to gdb.t24.
26764 * gdb.t24/demangle.exp: Move from gdb.t21.
26765 * gdb.t24/{Makefile.in, configure.in}: New files.
26766
26767Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26768
26769 * configure.in: Do gdb.stabs and C++ tests only for stabs.
26770 * gdb.stabs: New directory.
26771
26772Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26773
26774 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26775 not just "Quit anyway?".
26776
26777Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
26778
26779 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
26780 that all setup_xfails are immediately followed by clear_xfails.
26781
26782Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
26783
26784 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26785 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26786 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26787 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26788 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26789 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26790 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26791 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26792 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26793 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26794 gdb.t31/chillvars.exp, lib/gdb.exp:
26795 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26796 bug-gdb@prep.ai.mit.edu.
26797
26798Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
26799
26800 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
26801 with 0.0, not integer 0.
26802
26803Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
26804
26805 * gdb.t06/break.exp: Update for "Kill the program" message change.
26806
26807Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
26808
26809 * Makefile.in (GDBFLAGS): Set to -nx.
26810 * Makefile.in (site.exp): Use GDBFLAGS.
26811
26812Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26813
26814 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26815 Makefiles.
26816 (check): depend on just-check.
26817 (just-check): added so that tests can be run without a noop
26818 build pass.
26819
26820Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26821
26822 Switch to using configure's configdirs.
26823 * Makefile.in (Makefile): add configure.in dependency.
26824 (SUBDIRS): removed redundant assignment.
26825 * configure.in: switch subdirs assignment to configdirs.
26826 * gdb.t*/configure.in: new files.
26827
26828Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
26829
26830 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
26831 works.
26832
26833Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
26834
26835 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
26836 in explicit rules. Apparently this is not supported by some makes.
26837
26838Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
26839
26840 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
26841
26842Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26843
26844 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
26845 disappeared.
26846
26847Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
26848
26849 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
26850
26851Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
26852
26853 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
26854 watchpoint problem that is now fixed.
26855 * gdb.t30/chexp.exp: Remove setup_xfail for printing
26856 uninitialized convenience variables.
26857 * gdb.t31/chillvars.exp: Fix expected patterns for printing
26858 structures.
26859
26860Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26861
26862 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
26863 which causes expect to get out of sync with gdb on long output
26864 from help set.
26865 * gdb.t09/corefile.exp: Make expected pattern for core file
26866 failing signal and frame output format less sun specific.
26867
26868Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
26869
26870 * gdb.t31/chillvars.exp: Add and remove initial dummy
26871 breakpoint, so that symbol table is forced in.
26872 (Needed at least on Sunos4, though it seems not SVR4.)
26873 * gdb.t31/chillvars.exp: Update for changed output format.
26874
26875Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
26876
a9c64011 26877 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
26878
26879Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
26880
26881 * Makefile.in: Added --srcdir when invoking runtest, removed the
26882 need for a local config file. (optional now)
26883
26884Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
26885
26886 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
26887 failure count used to force early termination. Add some more
26888 expected failures for gnu style demangling.
26889
26890Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26891
26892 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26893 pmi variable from gdb.t20/gdbme to get optimized away.
26894 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26895 Check for written corefile upon timeout _and_ eof.
26896
26897Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26898
26899 * config/unix-gdb.exp: Add missing return 0.
26900
26901Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26902
26903 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
26904 test termination.
26905
26906Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
26907
26908 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26909 disappeared.
26910
26911Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
26912
26913 * gdb.t10/crossload.exp: Disable the i860-elf test until such
26914 time as i860 support works.
26915
d63a86f8 26916 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
26917 "backtrace 100\r" rather than just "backtrace\r", to match last
26918 change.
26919
26920Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
26921
26922 * config/udi-gdb.exp (gdb_exit): Remove close command.
26923 (gdb_target_udi): New procedure to set the UDI target.
26924 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
26925 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
26926 Added waits for prompts after several question responses. Added
26927 some more responses used by a29k-amd-udi-gdb.
26928 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
26929 pass different arguments, restart UDI connection after program
26930 completion.
26931 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
26932 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26933 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
26934 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
26935 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
26936 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
26937 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26938 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
26939 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
26940 after program completion.
26941 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
26942 compiled with a SELECT_VECS setting.
26943 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
26944 infinite recursion.
26945
26946 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
26947 Added checks for COFF results, and made them expected failures for
26948 all targets. It would be better to make them expected failures
26949 for COFF targets only.
26950
26951Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
26952
26953 * Makefile.in: add null dvi target, don't bother to recurse
26954 through test directories for info and install-info; rename
26955 $(datadir) to be dejagnu instead of deja-gnu
26956
26957Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
26958
26959 * gdb.t31/gdbme.ch: Re-enable code that previously caused
26960 compiler to coredump.
26961 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
26962 code.
26963
26964Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
26965
26966 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
26967 coredump.
26968 * gdb.t31/chillvars.exp: Comment out tests that depend on that
26969 code.
26970
26971Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
26972
26973 * gdb.t03/ptype.exp: tests for return code from gdb_test.
26974 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
26975 which in a shell. Deletes xgdb when done.
26976 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
26977 Tests the return from the "set height" or "set width" commands.
26978 Added a few return codes where needed.
26979
26980Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
26981
26982 * Makefile.in (SUBDIRS): Add gdb.t17.
26983 * configure.in (subdirs): Add gdb.t17.
26984 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
26985 files to test gdb's calling of functions in the inferior with
26986 the correct arguments and gdb's ability to retrieve any
26987 result returned.
26988
26989Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
26990
26991 * config/unix-gdb.exp (gdb_exit): Remove close commands that
26992 may be called after gdb goes away. Previous versions of expect
26993 needed these to avoid file descriptor leaks, but they cause
26994 errors with the current revision of expect.
26995 * gdb.t00/gdbvars.exp: Use -re on expected output after
26996 setting sevenbit-strings.
26997 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
26998 to set sevenbit-strings consistent across tests.
26999 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
27000 set sevenbit-strings consistent across tests.
27001
27002Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
27003
27004 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
27005 expected output to match current "expect" expectations.
27006
27007Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
27008
27009 * gdb.t00/default.exp: Change expected output for default "source"
27010 command, to match new gdb behavior which requires a filename to
27011 source.
27012
27013Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
27014
27015 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
27016 expected fail for i486-*-* that misses the marker2 function.
27017 * gdb.t10/crossload.exp (bfddefault): Allow successful
27018 recognition of a format to pass even if no symbols are found.
27019 Explicitly catch failures where the format is not recognized
27020 or is ambiguous, and add the reason to the fail message.
27021 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
27022 the cause is and invalid target and add reason to failure message.
27023 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
27024 elf32-i386, elf32-sparc, and elf32-i860.
27025 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27026 Set up expected failure for 'filename'::variable scope resolution,
27027 which is now apparently broken on all targets.
27028 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27029 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27030 gdb.t23/templates.exp: Change failure for missing binfile into
27031 just a warning.
27032 gdb.t21/demangle.exp: Change all cfront references to 'arm'
27033 references.
27034
27035Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
27036
27037 * gdb.t00/default.exp: Add expected output for default "source"
27038 command, to match new gdb behavior.
27039 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
27040
27041Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
27042
27043 * config/*-gdb.exp: returns an error, rather than exiting on
27044 internal errors.
27045
27046Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
27047
27048 * gdb.t03/gdbme.c: Add pointer to struct variable.
27049 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
27050 referencing struct members.
27051
27052Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
27053
27054 * configure.in (mips-idt-ecoff): New target.
27055 * config/mips-gdb.exp: New file for remote board using MIPS remote
27056 debugging protocol.
27057
27058 * Redid configuration scheme. Removed gdb.t*/configure.in.
27059 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
27060 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
27061 distclean targets. Built executables via .o files. Adjusted
27062 tests to account for source files in $(srcdir) rather than
27063 $(objdir).
27064 * lib/gdb.exp (runto): Don't expect () after the function name,
27065 because it may have arguments.
27066
27067Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
27068
27069 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27070 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27071 expected failures for mips-idt-* and mips-sgi-*.
27072 * gdb.t00/default.exp (attach): Kill process if requested.
27073 * gdb.t00/help.exp (help target core, help target): Accept a gdb
27074 that does not read core files.
27075 * gdb.t01/run.exp: Removed checks for exit status code.
27076 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27077 it is linked in.
27078 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27079 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27080 appropriate, rather than doing it by hand.
27081 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27082 execution.
27083 * gdb.t10/crossload.exp: Kill existing program if needed.
27084 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27085 appropriate, rather than doing it by hand. Always increase
27086 timeout for this test, not just for VxWorks.
27087
27088Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
27089
27090 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
27091 of Chill STRUCT types and STRUCT values.
27092 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
27093 than "char".
27094 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 27095 struct2): New struct definitions and initializations to test
c906108c
SS
27096 simple Chill STRUCT types.
27097
27098Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
27099
27100 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
27101 the null byte at the end of strings.
27102 * gdb.t00/default.exp: Make show version insensitive to copyright
27103 date.
27104 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
27105 to avoid dependencies on target char signedness.
27106 * gdb.t16/printcmds.exp: Update expected results for explicitly
27107 unsigned char.
27108 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
27109 now work.
27110 * gdb.t21/demangle.exp: Add many more patterns for template
27111 demangling, most of them being expected failures.
27112 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
27113 string we are matching for, to match on the whole string.
27114 * gdb.t21/demangle.exp: Add many new test strings to demangle,
27115 and fix a whole bunch that had incorrect expected output but were
27116 passing anyway because of the bug in "proc demangle".
27117 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
27118 type.
27119 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
27120
27121Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
27122
a9c64011
AS
27123 * gdb/testsuite: made modifications to testcases, etc., to allow
27124 them to work properly given the reorganization of deja-gnu and the
27125 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
27126
27127Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
27128
27129 * gdb/testsuite: Initial creation of gdb/testsuite.
27130 Migrated dejagnu testcases and support files for testing nm to
27131 gdb/testsuite from deja-gnu. These files were moved "as is"
27132 with no modifications. This migration is part of a major overhaul
27133 of dejagnu. The modifications to these testcases, etc., which
27134 will allow them to work with the new version of dejagnu will be
27135 made in a future update.
48efe704 27136
8d8cb839 27137 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 27138\f
8d8cb839
EZ
27139;; Local Variables:
27140;; mode: change-log
27141;; left-margin: 8
27142;; fill-column: 74
27143;; version-control: never
27144;; End:
902f2ccb 27145
0b302171 27146 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
902f2ccb
MC
27147 Copying and distribution of this file, with or without modification,
27148 are permitted provided the copyright notice and this notice are preserved.