gdb/testsuite/
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Siddhesh Poyarekar <siddhesh@redhat.com>
3
4 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6 (generate native core dump): Make the test unsupported if core cannot
7 be generated.
8
9 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10
11 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
12 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
13 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
14
15 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
16
17 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
18
19 2012-03-17 Doug Evans <dje@google.com>
20
21 * dg-extract-results.sh: Handle KFAILs.
22
23 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 PR symtab/13777
26 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
27
28 2012-03-16 Joel Brobecker <brobecker@adacore.com>
29
30 * gdb.ada/set_pckd_arr_elt: New testcase.
31
32 2012-03-16 Gary Benson <gbenson@redhat.com>
33
34 PR breakpoints/10738
35 * gdb.opt/inline-break.exp: New file.
36 * gdb.opt/inline-break.c: Likewise.
37 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
38 * gdb.dwarf2/dw2-inline-break.S: Likewise.
39 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
40 * gdb.base/async-shell.exp: Likewise.
41 * lib/mi-support.exp (library_loaded_re): Likewise.
42
43 2012-03-15 Tom Tromey <tromey@redhat.com>
44
45 * gdb.cp/virtfunc2.exp: Update expected output.
46 * gdb.cp/pr9631.exp: Update expected output.
47 * gdb.cp/member-ptr.exp: Update expected output.
48 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
49 output.
50 * gdb.cp/casts.exp: Update expected output.
51
52 2012-03-15 Tom Tromey <tromey@redhat.com>
53
54 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
55 (test_info_vtbl): Likewise.
56 (do_tests): Call test_info_vtbl.
57 * gdb.cp/virtfunc.cc (va): New global.
58
59 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
60
61 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
62 describing DWARF data structures.
63 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
64 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
65 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
66 * gdb.dwarf2/dw2-entry-value.S: Likewise.
67 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
68 * gdb.dwarf2/dw2-param-error.S: Likewise.
69 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
70 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
71 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
72 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
73 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
74 * gdb.dwarf2/pr11465.S: Likewise.
75
76 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * gdb.mi/mi2-prompt.exp: New file.
79
80 2012-03-13 Joel Brobecker <brobecker@adacore.com>
81
82 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
83
84 2012-03-13 Joel Brobecker <brobecker@adacore.com>
85
86 * gdb.ada/bp_range_type: New testcase.
87
88 2012-03-13 Doug Evans <dje@google.com>
89
90 * gdb.base/default.exp: Delete tests for symbol-reloading.
91 * gdb.base/help.exp: Ditto.
92 * gdb.base/setshow.exp: Ditto.
93 * gdb.base/gdb_history: Delete references to symbol-reloading.
94
95 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.base/attach-twice.c: New files.
98 * gdb.base/attach-twice.exp: New files.
99
100 2012-03-08 Keith Seitz <keiths@redhat.com>
101
102 * lib/gdb.exp (gdb_get_line_number): Throw an
103 error instead of returning -1.
104 * gdb.base/break.exp: Remove unused variable
105 bp_location5.
106 * gdb.base/hbreak2.exp: Likewise.
107 * gdb.base/sepdebug.exp: Likewise.
108
109 2012-03-08 Yao Qi <yao@codesourcery.com>
110 Pedro Alves <palves@redhat.com>
111
112 Fix PR server/13392.
113 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
114 (tracepoint_change_loc_2): Remove kfail. Return if failed to
115 download tracepoints.
116 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
117 (pending_tracepoint_resolved_during_trace): Likewise.
118 (pending_tracepoint_installed_during_trace): Likewise.
119 (pending_tracepoint_with_action_resolved): Likewise.
120
121 2012-03-08 Keith Seitz <keiths@redhat.com>
122
123 * gdb.ada/array_bounds.exp: Get breakpoint for line
124 with "START", not "STOP".
125 * gdb.python/py-infthread.exp: Do not continue to
126 line marked "Break here.", which is undefined.
127
128 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
129
130 Revert:
131
132 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
133
134 Implement testsuite workaround for PR breakpoints/13781.
135 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
136 (set breakpoint condition-evaluation host): New conditional command.
137
138 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 Fix CU relative vs. absolute DIE offsets.
141 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
142 one.
143
144 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
145
146 Fix false FAIL on distros with relro linkage as default.
147 * gdb.reverse/solib-precsave.exp: Try to compile the test using
148 -Wl,-z,norelro first.
149
150 2012-03-06 Joel Brobecker <brobecker@adacore.com>
151
152 * gdb.ada/bp_on_var: New testcase.
153
154 2012-03-06 Joel Brobecker <brobecker@adacore.com>
155
156 * gdb.ada/bp_enum_homonym: New testcase.
157
158 2012-03-06 Yao Qi <yao@codesourcery.com>
159
160 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
161 x86_64-*-* and i?86-*-*.
162 Set up KFAIL for gdb/13808.
163
164 2012-03-05 Tom Tromey <tromey@redhat.com>
165
166 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
167 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
168
169 2012-03-05 Tom Tromey <tromey@redhat.com>
170
171 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
172
173 2012-03-04 Yao Qi <yao@codesourcery.com>
174
175 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
176 messages for KFAIL.
177
178 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
181 (print one_two_three, indexes off, print few_reps, indexes off)
182 (print many_reps, indexes off, print empty, indexes off)
183 (print one_two_three, print few_reps, print many_reps, print empty):
184 Call setup_xfail if $gcc_old.
185
186 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 Implement testsuite workaround for PR breakpoints/13781.
189 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
190 (set breakpoint condition-evaluation host): New conditional command.
191
192 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 Code cleanup.
195 * gdb.cp/mb-templates.exp: New variables executable. Use it for
196 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
197 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
198 number 1 by $bpnum. Four times.
199
200 2012-03-03 Yao Qi <yao@codesourcery.com>
201
202 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
203
204 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
205
206 Setup KFAIL for PR server/13796.
207 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
208
209 2012-03-02 Joel Brobecker <brobecker@adacore.com>
210
211 * gdb.ada/operator_bp: New testcase.
212
213 2012-03-02 Joel Brobecker <brobecker@adacore.com>
214
215 * gdb.ada/info_locals_renaming: New testcase.
216
217 2012-03-02 Tom Tromey <tromey@redhat.com>
218
219 * gdb.base/nextoverexit.c: New file.
220 * gdb.base/nextoverexit.exp: New file.
221
222 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
223
224 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
225 parameter.
226
227 2012-03-01 Maciej W. Rozycki <macro@mips.com>
228
229 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
230 core registers.
231
232 2012-03-01 Maciej W. Rozycki <macro@mips.com>
233 Maciej W. Rozycki <macro@codesourcery.com>
234 Daniel Jacobowitz <dan@codesourcery.com>
235
236 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
237
238 2012-03-01 Pedro Alves <palves@redhat.com>
239
240 PR gdb/13767
241
242 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
243 (gdb_collect_globals_test): Call it.
244
245 2012-03-01 Keith Seitz <keiths@redhat.com>
246
247 * gdb.cp/method2.exp: Output of overload menu is now
248 alphabetized. Update tests for "break A::method".
249 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
250 of hard-coding them.
251 Overload menu is alphabetized: rewrite to accommodate.
252 Unset variables LINE and TYPES which are used in other tests.
253 Compute the output of "info break".
254 Update the breakpoint table after all breakpoints are deleted.
255 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
256 compute ACTUALS and the method body based on parameters.
257 Update expected output accordingly.
258 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
259 unique comments to allow the use of gdb_get_line_number.
260
261 2012-03-01 Keith Seitz <keiths@redhat.com>
262
263 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
264 some Tcl syntax.
265 * gdb.cp/ovldbreak.exp: Likewise.
266
267 2012-03-01 Keith Seitz <keiths@redhat.com>
268
269 * gdb.base/help.exp (help show user): Update expected result
270 for new doc string changes (add "non-python").
271
272 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
273
274 * gdb.python/py-cmd.exp: Add test to verify that python commands can
275 be put in the user-defined category and that the commands appear in
276 "help user-defined".
277
278 2012-02-29 Joel Brobecker <brobecker@adacore.com>
279
280 * gdb.ada/tagged_not_init: New testcase.
281
282 2012-02-29 Joel Brobecker <brobecker@adacore.com>
283
284 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
285 * gdb.ada/enum_idx_packed: New testcase.
286
287 2012-02-29 Joel Brobecker <brobecker@adacore.com>
288
289 * gdb.ada/aliased_array: New testcase.
290
291 2012-02-29 Joel Brobecker <brobecker@adacore.com>
292
293 * gdb.ada/whatis_array_val: New testcase.
294
295 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 Fix disp-step-syscall.exp: fork: single step over fork.
298 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
299 whitespaces.
300 (single step over $syscall): Remove its check.
301 (single step over $syscall final pc): New check.
302
303 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 Support processors without SSSE3.
306 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
307 pabsd into ...
308 (ssse3_test): ... a new function.
309 (main): Call ssse3_test.
310 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
311 Update expected values everywhere.
312 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
313 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
314 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
315 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
316 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
317 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
318 Move these tests lower.
319 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
320 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
321 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
322 New tests.
323
324 2012-02-29 Yao Qi <yao@codesourcery.com>
325 Pedro Alves <palves@redhat.com>
326
327 * gdb.trace/trace-mt.c: New.
328 * gdb.trace/trace-mt.exp: New.
329
330 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
331
332 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
333 numbers instead of hardcoding them.
334 * gdb.base/annota1.c: Provide suitable markers.
335 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
336 numbers instead of hardcoding them.
337 * gdb.base/annota3.c: Provide suitable markers.
338
339 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
340 * gdb.base/annota3.c: Likewise.
341 * gdb.base/sigall.c: Likewise.
342 * gdb.base/signals.c: Likewise.
343 * gdb.reverse/sigall-reverse.c: Likewise.
344
345 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
346
347 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
348 failure return path.
349
350 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
351
352 * gdb.base/save-bp.exp: Account for new condition evaluator output.
353
354 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
355
356 * gdb.base/cond-eval-mode.exp: New file.
357
358 2012-02-24 Pedro Alves <palves@redhat.com>
359
360 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
361 (top level): Use with_test_prefix.
362
363 2012-02-24 Pedro Alves <palves@redhat.com>
364
365 * gdb.threads/attach-into-signal.exp (corefunc): Use
366 with_test_prefix.
367
368 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 Fix false FAILs on old CPUs without SSE.
371 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
372 Return untested for Illegal instruction.
373
374 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 Fix false FAILs with glibc debug infos installed.
377 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
378 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
379
380 2012-02-22 Sterling Augustine <saugustine@google.com>
381
382 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
383 constant with cast.
384
385 2012-02-21 Pedro Alves <palves@redhat.com>
386
387 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
388
389 2012-02-21 Pedro Alves <palves@redhat.com>
390
391 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
392
393 2012-02-21 Pedro Alves <palves@redhat.com>
394
395 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
396 with_test_prefix.
397
398 2012-02-21 Pedro Alves <palves@redhat.com>
399
400 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
401 with_test_prefix here.
402 (top level): Do it here instead. Remove `:' from the
403 with_test_prefix string.
404 * gdb.base/attach-pie-misread.exp: Remove the leading space the
405 the suffix `:' from the with_test_prefix prefix string.
406 * gdb.base/break-interp.exp: Ditto.
407 * gdb.base/catch-load.exp: Ditto.
408 * gdb.base/disp-step-syscall.exp: Ditto.
409 * gdb.base/jit-so.exp: Ditto.
410 * gdb.base/jit.exp: Ditto.
411 * gdb.base/sepdebug.exp: Ditto.
412 * gdb.base/solib-display.exp: Ditto.
413 * gdb.base/solib-overlap.exp: Ditto.
414 * gdb.base/watch-cond-infcall.exp: Ditto.
415 * gdb.base/watchpoint.exp: Ditto.
416 * gdb.dwarf2/dw2-noloc.exp: Ditto.
417 * gdb.mi/mi-watch.exp: Ditto.
418 * gdb.mi/mi2-watch.exp: Ditto.
419 * gdb.threads/non-ldr-exc-1.exp: Ditto.
420 * gdb.threads/non-ldr-exc-2.exp: Ditto.
421 * gdb.threads/non-ldr-exc-3.exp: Ditto.
422 * gdb.threads/non-ldr-exc-4.exp: Ditto.
423 * gdb.threads/watchpoint-fork.exp: Ditto.
424 * gdb.threads/watchthreads-reorder.exp: Ditto.
425 * gdb.trace/change-loc.exp: Ditto.
426 * gdb.trace/pending.exp: Ditto.
427 * gdb.trace/status-stop.exp: Ditto.
428 * gdb.trace/strace.exp: Ditto.
429 * gdb.trace/trace-break.exp: Ditto.
430 * gdb.trace/unavailable.exp: Ditto.
431 * lib/gdb.exp (with_test_prefix): Always prefix with space and
432 suffix with colon. Adjust leading comments.
433
434 2012-02-21 Pedro Alves <palves@redhat.com>
435 Tom Tromey <tromey@redhat.com>
436
437 * lib/gdb.exp: Add description of test prefixes.
438 (with_test_prefix): New procedure.
439 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
440 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
441 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
442 instead of lappend to append to pf_prefix.
443 * gdb.base/catch-load.exp: Use with_test_prefix.
444 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
445 * gdb.base/jit-so.exp: Use with_test_prefix.
446 * gdb.base/jit.exp: Use with_test_prefix.
447 * gdb.base/return-nodebug.exp (do_test): Use append instead of
448 lappend to append to pf_prefix.
449 * gdb.base/sepdebug.exp: Use with_test_prefix.
450 * gdb.base/solib-display.exp: Use with_test_prefix.
451 * gdb.base/solib-overlap.exp: Use with_test_prefix.
452 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
453 * gdb.base/watchpoint.exp: Use with_test_prefix.
454 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
455 * gdb.mi/mi-watch.exp: Use with_test_prefix.
456 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
457 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
458 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
459 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
460 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
461 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
462 append instead of lappend to append to pf_prefix.
463 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
464 * gdb.trace/change-loc.exp: Use with_test_prefix.
465 * gdb.trace/pending.exp: Use with_test_prefix.
466 * gdb.trace/status-stop.exp: Use with_test_prefix.
467 * gdb.trace/strace.exp: Use with_test_prefix.
468 * gdb.trace/trace-break.exp: Use with_test_prefix.
469 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
470 instead of lappend to append to pf_prefix.
471
472 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
473
474 Fix racy FAILs.
475 * gdb.base/inferior-died.c (main): Add return of 0.
476 * gdb.base/inferior-died.exp (continue): Fix expectation of
477 asynchronous events.
478 (p 1): New test.
479
480 2012-02-20 Pedro Alves <palves@redhat.com>
481
482 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
483 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
484 gdb's internal debug output. For the non-threaded case, look for
485 "Program received signal SIGLARM", for the threaded case, peek at
486 the thread's siginfo.
487
488 2012-02-20 Pedro Alves <palves@redhat.com>
489
490 General cleanup, make output test messages unique, and build
491 different executable files for the non-threaded and threaded
492 cases.
493
494 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
495 Delete.
496 (executable_nothr, executable_thr): New globals.
497 (top level): Adjust to delete both executables.
498 (corefunc): New parameter $executable. Set $pf_prefix instead of
499 hand writing a prefix in tests. Issue a clean_restart and enable
500 lin-lwp debug output here.
501 (top level): Adjust. Use build_executable. Don't start gdb here,
502 and don't enable lin-lwp debug output here.
503 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
504
505 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 Fix racy FAILs.
508 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
509 "continue" command.
510
511 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
512
513 Fix for gdbserver non-extended mode.
514 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
515 and gdb_run_cmd.
516
517 2012-02-17 Tom Tromey <tromey@redhat.com>
518
519 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
520 * gdb.python/py-events.exp: Check 'dir' output.
521 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
522
523 2012-02-17 Yao Qi <yao@codesourcery.com>
524
525 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
526
527 2012-02-16 Tom Tromey <tromey@redhat.com>
528
529 * gdb.base/inferior-died.c: Don't include stdio.h.
530
531 2012-02-16 Tom Tromey <tromey@redhat.com>
532
533 * gdb.base/inferior-died.c: New file.
534 * gdb.base/inferior-died.exp: New file.
535
536 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
537
538 * gdb.base/break-inline.exp: New file.
539 * gdb.base/break-inline.c: New file.
540
541 2012-02-15 Tom Tromey <tromey@redhat.com>
542
543 * gdb.base/pc-fp.exp: Add "info register" tests.
544
545 2012-02-15 Tom Tromey <tromey@redhat.com>
546
547 * gdb.base/regs.exp: Remove.
548
549 2012-02-15 Pedro Alves <palves@redhat.com>
550
551 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
552 the target doesn't support tracepoints.
553 * gdb.trace/circ.exp: Ditto.
554 * gdb.trace/collection.exp: Ditto.
555 * gdb.trace/packetlen.exp: Ditto.
556 * gdb.trace/passc-dyn.exp: Ditto.
557 * gdb.trace/report.exp: Ditto.
558 * gdb.trace/tfind.exp: Ditto.
559 * gdb.trace/tspeed.exp: Ditto.
560 * gdb.trace/tsv.exp: Ditto.
561 * gdb.trace/unavailable.exp: Ditto.
562 * gdb.trace/while-dyn.exp: Ditto.
563
564 2012-02-15 Pedro Alves <palves@redhat.com>
565
566 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
567 gdb_test_multiple, and call unsupported instead of fail, if the
568 remote side does not support the request.
569
570 2012-02-15 Pedro Alves <palves@redhat.com>
571
572 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
573 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
574 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
575 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
576 * gdb.server/server-run.exp: Make sure gdb is disconnected.
577 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
578 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
579 doesn't start with "extended-" already.
580
581 2012-02-15 Pedro Alves <palves@redhat.com>
582
583 Support extended-remote. Avoid cascading timeouts.
584
585 * gdb.base/attach.exp (do_attach_tests): Add expected output for
586 the extended-remote target. If attaching with no file fails, load
587 the file manually.
588 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
589
590 2012-02-14 Stan Shebs <stan@codesourcery.com>
591
592 * gdb.base/ena-dis-br.exp: Add enable count test.
593
594 2012-02-13 Pedro Alves <palves@redhat.com>
595
596 * config/mips-idt.exp: Delete.
597 * gdb.base/a2-run.exp: Remove mips-idt xfails.
598 * gdb.base/bitfields.exp: Remove mips-idt restarts.
599 * gdb.base/break.exp: Remove mips-idt references.
600 * gdb.base/chng-syms.exp: Ditto.
601 * gdb.base/default.exp: Ditto.
602 * gdb.base/funcargs.exp (funcargs_reload): Delete.
603 (top level): Don't call it.
604 * gdb.base/opaque.exp: Remove mips-idt restarts.
605 * gdb.base/ptype.exp: Remove mips-idt xfails.
606 * gdb.base/scope.exp: Remove mips-idt restarts.
607 * gdb.base/sepdebug.exp: Remove mips-idt references.
608 * gdb.base/watchpoint.exp (maybe_clean_restart)
609 (maybe_reinitialize): Delete.
610 (test_disabling_watchpoints, test_disabling_watchpoints)
611 (test_watchpoint_triggered_in_syscall)
612 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
613 Don't call them.
614
615 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * gdb.server/server-exec-info.exp: New file.
618
619 2012-02-10 Pedro Alves <palves@redhat.com>
620
621 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
622 always non-empty.
623 (test_attach): Always pass $exec to test_attach_gdb.
624
625 2012-02-08 Tom Tromey <tromey@redhat.com>
626
627 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
628 before inferior is started.
629
630 2012-02-07 Tom Tromey <tromey@redhat.com>
631
632 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
633 Symbol.value.
634 * gdb.python/py-symbol.c (qq): Set default value.
635
636 2012-02-07 Tom Tromey <tromey@redhat.com>
637
638 * gdb.python/py-symbol.c (qq): New global.
639 * gdb.python/py-symbol.exp: Add test for frame-less
640 lookup_symbol.
641 * gdb.python/py-symtab.exp: Fix line number.
642
643 2012-02-03 Joel Brobecker <brobecker@adacore.com>
644
645 * gdb.ada/mi_task_arg: New testcase.
646
647 2012-02-02 Pedro Alves <palves@redhat.com>
648
649 * gdb.reverse/until-precsave.exp: Also put "record save" under the
650 extended timeout.
651
652 2012-02-02 Pedro Alves <palves@redhat.com>
653
654 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
655 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
656
657 2012-02-02 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/term.exp: Rewrite.
660 * gdb.base/term.c: New.
661
662 2012-02-02 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/default.exp (run "r" abbreviation, run): Add
665 extended-remote expected output.
666
667 2012-02-02 Tom Tromey <tromey@redhat.com>
668
669 * gdb.cp/dispcxx.exp: New file.
670 * gdb.cp/dispcxx.cc: New file.
671
672 2012-02-01 Tom Tromey <tromey@redhat.com>
673
674 * gdb.base/jit-simple.exp: New file.
675 * gdb.base/jit-simple.c: New file.
676
677 2012-01-30 Yao Qi <yao@codesourcery.com>
678
679 * gdb.base/skip.exp: Make test result unique.
680
681 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
684 compatibility with valgrind-3.7.0.
685
686 2012-01-27 Pedro Alves <palves@redhat.com>
687
688 * gdb.base/watchpoint.exp (no_hw): New global.
689 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
690 disable hw watchpoints.
691 (test_wide_location_1, test_wide_location_2): If no_hw is set,
692 don't expect hw watchpoints.
693 (no_hw_watchpoints): Always clean restart.
694 (do_tests): New procedure, factored out from the top level.
695 (top level): Run tests twice. Once with hw watchpoints enabled,
696 another time with hw watchpoints disabled.
697
698 2012-01-27 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
701 out from the top level.
702 (top level): Call it instead.
703
704 2012-01-27 Pedro Alves <palves@redhat.com>
705
706 * gdb.base/watchpoint.exp (top level): Re-enable hardware
707 watchpoints sooner.
708
709 2012-01-27 Pedro Alves <palves@redhat.com>
710
711 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
712
713 2012-01-27 Pedro Alves <palves@redhat.com>
714
715 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
716 "You may have requested too many hardware
717 breakpoints/watchpoints".
718
719 2012-01-27 Pedro Alves <palves@redhat.com>
720
721 * gdb.base/watchpoint.exp (maybe_clean_restart)
722 (maybe_reinitialize): New.
723 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
724 expect "hit N times".
725 (test_disabling_watchpoints, test_complex_watchpoint)
726 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
727 Call maybe_clean_restart.
728 (top level): Use clean_restart. Remove "mips-idt-*"
729 reinitialization.
730
731 2012-01-27 Pedro Alves <palves@redhat.com>
732
733 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
734
735 2012-01-27 Pedro Alves <palves@redhat.com>
736
737 * gdb.base/watchpoint.exp: Clean restart after tests that don't
738 require `initialize' anymore. Remove unnecessary `initialize'
739 calls.
740
741 2012-01-27 Pedro Alves <palves@redhat.com>
742
743 * gdb.base/watchpoint.exp (wp_set): Delete.
744 (initialize, test_simple_watchpoint, top level): Remove dead code.
745
746 2012-01-27 Pedro Alves <palves@redhat.com>
747
748 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
749 typo.
750
751 2012-01-27 Pedro Alves <palves@redhat.com>
752
753 * config/extended-gdbserver.exp: New file.
754 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
755 comment.
756 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
757 * boards/native-extended-gdbserver.exp: New file.
758
759 2012-01-26 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
762 and gdb_test_multiple.
763
764 2012-01-26 Pedro Alves <palves@redhat.com>
765
766 Make test messages unique, and more identifiable.
767 * gdb.multi/watchpoint-multi.exp: Change test messages.
768
769 2012-01-25 Tom Tromey <tromey@redhat.com>
770
771 * gdb.base/solib-disc.exp: Fix regexps.
772
773 2012-01-24 Tom Tromey <tromey@redhat.com>
774
775 * lib/mi-support.exp (mi_expect_stop): Add special case for
776 solib-event.
777 * gdb.base/catch-load-so.c: New file.
778 * gdb.base/catch-load.exp: New file.
779 * gdb.base/catch-load.c: New file.
780 * gdb.base/break-interp.exp (reach_1): Update regexp.
781
782 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
783
784 Fix fuzzy results.
785 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
786 lpsimple and func.
787
788 2012-01-24 Gary Benson <gbenson@redhat.com>
789
790 Delete #if 0'd out code.
791 * gdb.base/default.exp (info catch): Remove.
792 * gdb.base/gdb_history (info catch): Likewise.
793 * gdb.base/help.exp (info catch): Likewise.
794
795 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
796
797 Fix watchpoints to be specific for each inferior.
798 * gdb.multi/watchpoint-multi.c: New file.
799 * gdb.multi/watchpoint-multi.exp: New file.
800
801 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
802
803 Fix watchpoints across inferior fork.
804 * gdb.threads/watchpoint-fork-child.c: New file.
805 * gdb.threads/watchpoint-fork-mt.c: New file.
806 * gdb.threads/watchpoint-fork-parent.c: New file.
807 * gdb.threads/watchpoint-fork-st.c: New file.
808 * gdb.threads/watchpoint-fork.exp: New file.
809 * gdb.threads/watchpoint-fork.h: New file.
810
811 2012-01-23 Pedro Alves <palves@redhat.com>
812
813 * gdb.base/call-signal-resume.exp: Allow output after "return".
814
815 2012-01-20 Pedro Alves <palves@redhat.com>
816
817 * gdb.python/py-finish-breakpoint.py: Fix typo.
818
819 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
820
821 * gdb.base/info-proc.exp: Also run on remote targets. Main
822 "info proc" command is now always present; whether target supports
823 actual info proc operation is detected when attempting to issue
824 the command.
825
826 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 * .gdbinit: Remove.
829
830 2012-01-19 Pedro Alves <palves@redhat.com>
831
832 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
833 look at the funtions' returns.
834 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
835 (jprint.print(int, int)): Change return type to int. Adjust.
836
837 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
838
839 PR gdb/9538
840 * gdb.base/sepdebug.exp: New test.
841
842 2012-01-18 Pedro Alves <palves@redhat.com>
843
844 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
845 Allow output before ^done.
846
847 2012-01-16 Tom Tromey <tromey@redhat.com>
848
849 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
850 Add tests for relative directory.
851
852 2012-01-16 Tom Tromey <tromey@redhat.com>
853
854 * gdb.base/printcmds.c (enum flag_enum): New.
855 (three): New global.
856 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
857 enum printing.
858 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
859 FlagEnumerationPrinter.
860 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
861 * gdb.python/py-pp-maint.c (enum flag_enum): New.
862 (fval): New global.
863
864 2012-01-16 Pedro Alves <palves@redhat.com>
865
866 * lib/gdb.exp (banned_procedures): New variable.
867 (banned_variables_traced): Rename to ...
868 (banned_traced): ... this.
869 (gdb_init): Also trace banned procedures.
870 (gdb_finish): Also untrace banned procedures.
871
872 2012-01-16 Pedro Alves <palves@redhat.com>
873
874 Remove all calls to strace.
875
876 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
879 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
880
881 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
882
883 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
884 * gdb.base/pie-execl.exp: Likewise.
885
886 2012-01-12 Keith Seitz <keiths@redhat.com>
887
888 PR mi/10586
889 * gdb.mi/var-cmd.c (struct anonymous): New structure.
890 (do_anonymous_type_tests): New function.
891 (main): Call do_anonymous_type_tests.
892 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
893 (verify_everything): New procedure.
894 * gdb.mi/mi-var-cp.cc (class A): New class.
895 (anonymous_structs_and_unions): New function.
896 (main): Call anonymous_structs_and_unions.
897 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
898 (verify_everything): New procedure.
899
900 2012-01-12 Keith Seitz <keiths@redhat.com>
901
902 * lib/mi-support.exp: Expand comments about PATH_EXPR.
903 (varobj_tree::get_path_expr): Assume that all varobjs are
904 compound unless they are known simple types.
905 Adjust path expressions based on parent type, path parent type,
906 and tree language.
907 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
908 the root varobj.
909 (mi_walk_varobj_tree): Add LANGUAGE parameter.
910
911 2012-01-11 Pedro Alves <palves@redhat.com>
912
913 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
914 core files on this machine" anymore.
915
916 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
917
918 * gdb.base/watchpoint.c (recurser): Initialize local_x.
919 (main): Repeat recurser call.
920 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
921 equivalent to 'local_x'.
922
923 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
924 Joel Brobecker <brobecker@adacore.com>
925
926 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
927
928 2012-01-05 Pedro Alves <alves.ped@gmail.com>
929
930 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
931 * gdb.python/py-events.c (first): Add bits for new "step N" test.
932 * gdb.python/py-events.exp: Test that "step N" tripping on a
933 breakpoint emits a breakpoint event.
934
935 2012-01-03 Joel Brobecker <brobecker@adacore.com>
936
937 * gdb.base/auxv.exp: Reformat the copyright notice.
938
939 2012-01-03 Yao Qi <yao@codesourcery.com>
940
941 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
942 (strace_trace_on_diff_addr): New.
943 * gdb.trace/strace.c: (main): Add two local variables.
944
945 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
946
947 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
948 * gdb.cell/gcore.exp: Likewise.
949 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
950 to verify the correct instance of main is selected.
951
952 2012-01-02 Joel Brobecker <brobecker@adacore.com>
953
954 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
955 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
956 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
957 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
958 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
959 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
960 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
961 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
962 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
963 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
964 gdb.threads/thread_check.c: Reformat copyright header.
965
966 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
967
968 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
969 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
970 is not enabled.
971
972 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
975 parameter to self_exec, adjust the function.
976 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
977 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
978 (set var do_exit = 0): Remove test.
979 (newline at end of file): Add one.
980
981 2011-12-27 Joel Brobecker <brobecker@adacore.com>
982
983 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
984 New files.
985
986 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
987
988 Fix racy FAILs.
989 * gdb.threads/fork-thread-pending.c (barrier): New variable.
990 (thread_function, thread_forker): Call pthread_barrier_wait for it.
991 (main): Call pthread_barrier_init for it.
992
993 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 Fix double send_gdb leading to racy FAILs.
996 * gdb.base/break.exp (set silent break bp_location1): Replace
997 3x send_gdb and gdb_expect by gdb_test.
998 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
999 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
1000 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
1001 instead of send_gdb. Twice.
1002 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
1003 3x send_gdb and gdb_expect by gdb_test.
1004 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
1005
1006 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 * gdb.linespec/linespec.exp: Compile using {c++}.
1009
1010 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1011
1012 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
1013 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
1014 (verify GCC PR debug/51668): New test.
1015
1016 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
1017
1018 Introduce gdb.FinishBreakpoint in Python.
1019 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
1020 py-finish-breakpoint2
1021 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
1022 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
1023 instead of line number.
1024 * gdb.python/py-finish-breakpoint.c: New file.
1025 * gdb.python/py-finish-breakpoint.exp: New file.
1026 * gdb.python/py-finish-breakpoint.py: New file.
1027 * gdb.python/py-finish-breakpoint2.cc: New file.
1028 * gdb.python/py-finish-breakpoint2.exp: New file.
1029 * gdb.python/py-finish-breakpoint2.py: New file.
1030
1031 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 Partial fix of compatibility with gcc-4.7.
1034 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
1035 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
1036 Add comment to add a PASS case in the future.
1037
1038 Fix compatibility with gcc-4.7.
1039 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
1040
1041 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
1042
1043 PR tdep/12797
1044 * gdb.base/callfuncs.exp: Remove KFAIL.
1045
1046 2011-12-21 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/task_bp: New testcase.
1049
1050 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
1053 -DNO_SECTIONS.
1054 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
1055
1056 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
1059 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
1060 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1061 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
1062 conditional for gcc <= 4.5.
1063
1064 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
1067 by XFAIL.
1068 * gdb.cp/static-method.exp (info addr A::func())
1069 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1070 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1071 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1072 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
1073 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
1074 (test value of F in k3_m): Likewise.
1075 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1076 Likewise.
1077
1078 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1079
1080 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
1081 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
1082 Remove.
1083 * gdb.threads/attachstop-mt.c: Remove.
1084 * gdb.threads/attachstop-mt.exp: Remove.
1085
1086 2011-12-17 Mark Kettenis <kettenis@gnu.org>
1087
1088 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1089
1090 2011-12-16 Doug Evans <dje@google.com>
1091
1092 * boards/native-stdio-gdbserver.exp: New file.
1093 * boards/native-gdbserver.exp: New file.
1094
1095 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1096 gdbserver output.
1097 (gdbserver_default_get_remote_address): New function.
1098 (gdbserver_start): Call gdb,get_remote_address to compute argument
1099 to "target remote" command.
1100
1101 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1102
1103 * gdb.python/py-function.exp: Change "on" to "full" for
1104 python print-stack. Add set/show python print-stack
1105 off|full|message tests.
1106
1107 2011-12-15 Yao Qi <yao@codesourcery.com>
1108
1109 * gdb.trace/strace.c: New
1110 * gdb.trace/strace.exp: New.
1111
1112 2011-12-14 Tom Tromey <tromey@redhat.com>
1113
1114 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1115
1116 2011-12-14 Doug Evans <dje@google.com>
1117
1118 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1119
1120 2011-12-14 Pedro Alves <pedro@codesourcery.com>
1121
1122 PR threads/10729
1123
1124 * gdb.mi/watch-nonstop.c: New file.
1125 * gdb.mi/mi-watch-nonstop.exp: New file.
1126
1127 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1128 Doug Evans <dje@google.com>
1129
1130 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1131 (clean_restart): Remove references to the gdb_stub target board
1132 variable.
1133 (gdb_step_for_stub): Delete.
1134
1135 * gdb.base/annota1.exp: Remove all references to [target_info
1136 exists gdb_stub], gdb_step_for_stub and usestubs.
1137 * gdb.base/annota3.exp: Ditto.
1138 * gdb.base/async.exp: Ditto.
1139 * gdb.base/break.exp: Ditto.
1140 * gdb.base/code-expr.exp: Ditto.
1141 * gdb.base/commands.exp: Ditto.
1142 * gdb.base/completion.exp: Ditto.
1143 * gdb.base/condbreak.exp: Ditto.
1144 * gdb.base/consecutive.exp: Ditto.
1145 * gdb.base/cvexpr.exp: Ditto.
1146 * gdb.base/define.exp: Ditto.
1147 * gdb.base/display.exp: Ditto.
1148 * gdb.base/ena-dis-br.exp: Ditto.
1149 * gdb.base/environ.exp: Ditto.
1150 * gdb.base/gnu-ifunc.exp: Ditto.
1151 * gdb.base/maint.exp: Ditto.
1152 * gdb.base/pending.exp: Ditto.
1153 * gdb.base/sect-cmd.exp: Ditto.
1154 * gdb.base/sepdebug.exp: Ditto.
1155 * gdb.base/unload.exp: Ditto.
1156 * gdb.base/watchpoint-solib.exp: Ditto.
1157 * gdb.cp/annota2.exp: Ditto.
1158 * gdb.cp/annota3.exp: Ditto.
1159 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1160 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1161 * gdb.mi/mi-pending.exp: Ditto.
1162 * gdb.trace/circ.exp: Ditto.
1163 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
1164 * gdb.base/list.exp: Ditto.
1165
1166 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1167 breakpoint function and all references to the usestubs macro.
1168 * gdb.base/exprs.c: Ditto.
1169 * gdb.base/freebpcmd.c: Ditto.
1170 * gdb.base/bitfields.c: Ditto.
1171 * gdb.base/bitfields2.c: Ditto.
1172 * gdb.base/break.c: Ditto.
1173 * gdb.base/call-sc.c: Ditto.
1174 * gdb.base/call-signals.c: Ditto.
1175 * gdb.base/callfuncs.c: Ditto.
1176 * gdb.base/charset.c: Ditto.
1177 * gdb.base/consecutive.c: Ditto.
1178 * gdb.base/constvars.c: Ditto.
1179 * gdb.base/funcargs.c: Ditto.
1180 * gdb.base/int-type.c: Ditto.
1181 * gdb.base/interrupt.c: Ditto.
1182 * gdb.base/langs0.c: Ditto.
1183 * gdb.base/list0.c: Ditto.
1184 * gdb.base/mips_pro.c: Ditto.
1185 * gdb.base/miscexprs.c: Ditto.
1186 * gdb.base/nodebug.c: Ditto.
1187 * gdb.base/opaque0.c: Ditto.
1188 * gdb.base/pointers.c: Ditto.
1189 * gdb.base/printcmds.c: Ditto.
1190 * gdb.base/ptype.c: Ditto.
1191 * gdb.base/recurse.c: Ditto.
1192 * gdb.base/reread1.c: Ditto.
1193 * gdb.base/reread2.c: Ditto.
1194 * gdb.base/restore.c: Ditto.
1195 * gdb.base/return.c: Ditto.
1196 * gdb.base/run.c: Ditto.
1197 * gdb.base/scope0.c: Ditto.
1198 * gdb.base/sepdebug.c: Ditto.
1199 * gdb.base/setshow.c: Ditto.
1200 * gdb.base/setvar.c: Ditto.
1201 * gdb.base/sigall.c: Ditto.
1202 * gdb.base/signals.c: Ditto.
1203 * gdb.base/structs.c: Ditto.
1204 * gdb.base/structs2.c: Ditto.
1205 * gdb.base/testenv.c: Ditto.
1206 * gdb.base/twice.c: Ditto.
1207 * gdb.base/unwindonsignal.c: Ditto.
1208 * gdb.base/watchpoint.c: Ditto.
1209 * gdb.base/watchpoints.c: Ditto.
1210 * gdb.base/whatis.c: Ditto.
1211 * gdb.cp/classes.cc: Ditto.
1212 * gdb.cp/cplusfuncs.cc: Ditto.
1213 * gdb.cp/derivation.cc: Ditto.
1214 * gdb.cp/formatted-ref.cc: Ditto.
1215 * gdb.cp/misc.cc: Ditto.
1216 * gdb.cp/overload.cc: Ditto.
1217 * gdb.cp/ovldbreak.cc: Ditto.
1218 * gdb.cp/ref-params.cc: Ditto.
1219 * gdb.cp/ref-types.cc: Ditto.
1220 * gdb.cp/templates.cc: Ditto.
1221 * gdb.cp/virtfunc.cc: Ditto.
1222 * gdb.hp/gdb.aCC/run.c: Ditto.
1223 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1224 * gdb.hp/gdb.compat/xdb0.c: Ditto.
1225 * gdb.reverse/consecutive-reverse.c: Ditto.
1226 * gdb.reverse/sigall-reverse.c: Ditto.
1227 * gdb.reverse/until-reverse.c: Ditto.
1228 * gdb.reverse/watch-reverse.c: Ditto.
1229 * gdb.trace/actions.c: Ditto.
1230 * gdb.trace/circ.c: Ditto.
1231 * gdb.trace/collection.c: Ditto.
1232
1233 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1234
1235 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1236 (func6, func7): New.
1237 (main): Call func6 and func7.
1238 * gdb.base/watchpoint.exp (test_wide_location_1)
1239 (test_wide_location_2): New.
1240 (top level): Re-enable hardware watchpoints if necessary. Call
1241 test_wide_location_1 and test_wide_location_2.
1242
1243 2011-12-11 Yao Qi <yao@codesourcery.com>
1244
1245 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1246
1247 2011-12-11 Joel Brobecker <brobecker@adacore.com>
1248
1249 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1250 expected output for unsupported case.
1251
1252 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1253
1254 PR testsuite/12649
1255 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1256 Protect gdb_test_multiple by final $gdb_prompt match.
1257
1258 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1261 New variable, new test.
1262 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1263 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1264 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1265 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1266 them if HAVE_GCC_45682_FIXED is not set.
1267
1268 2011-12-10 Yao Qi <yao@codesourcery.com>
1269
1270 * gdb.trace/status-stop.exp: New.
1271 * gdb.trace/status-stop.c: New.
1272
1273 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1274
1275 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1276 timeout.
1277
1278 2011-12-08 Tom Tromey <tromey@redhat.com>
1279
1280 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1281 condition.
1282
1283 2011-12-07 Stan Shebs <stan@codesourcery.com>
1284
1285 * gdb.trace/tfind.exp: Update for output changes.
1286
1287 2011-12-07 Pedro Alves <pedro@codesourcery.com>
1288
1289 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1290 throws "Cannot insert catchpoints in this configuration".
1291 * gdb.ada/mi_catch_ex.exp: Likewise.
1292
1293 2011-12-06 Pedro Alves <pedro@codesourcery.com>
1294
1295 * gdb.base/break-always.exp: Test changing memory at addresses
1296 with breakpoints inserted.
1297
1298 2011-12-06 Joel Brobecker <brobecker@acacore.com>
1299
1300 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1301 involving a fully qualified function name.
1302
1303 2011-12-06 Tom Tromey <tromey@redhat.com>
1304
1305 * gdb.ada/homonym.exp: Add three breakpoint tests.
1306
1307 2011-12-06 Tom Tromey <tromey@redhat.com>
1308
1309 * gdb.base/solib-weak.exp (do_test): Remove kfail.
1310 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1311 * gdb.objc/objcdecode.exp: Update for output changes.
1312 * gdb.linespec/linespec.exp: New file.
1313 * gdb.linespec/lspec.cc: New file.
1314 * gdb.linespec/lspec.h: New file.
1315 * gdb.linespec/body.h: New file.
1316 * gdb.linespec/base/two/thefile.cc: New file.
1317 * gdb.linespec/base/one/thefile.cc: New file.
1318 * gdb.linespec/Makefile.in: New file.
1319 * gdb.cp/templates.exp (test_template_breakpoints): Update for
1320 output changes.
1321 * gdb.cp/re-set-overloaded.exp: Remove kfail.
1322 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
1323 makes one breakpoint.
1324 * gdb.cp/method2.exp (test_break): Update for output changes.
1325 * gdb.cp/mb-templates.exp: Update for output changes.
1326 * gdb.cp/mb-inline.exp: Update for output changes.
1327 * gdb.cp/mb-ctor.exp: Update for output changes.
1328 * gdb.cp/ovsrch.exp: Use fully-qualified names.
1329 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
1330 has multiple matches.
1331 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
1332 error message change.
1333 * gdb.base/list.exp (test_list_filename_and_number): Update for
1334 error message change.
1335 * gdb.base/break.exp: Disable pending breakpoints. Update for
1336 output changes.
1337 * configure.ac: Add gdb.linespec.
1338 * configure: Rebuild.
1339 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1340
1341 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1342
1343 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1344 last_break register on s390*-*-* targets.
1345
1346 2011-12-06 Joel Brobecker <brobecker@adacore.com>
1347
1348 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1349 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1350 of parameter X in procedure Foo.
1351
1352 2011-12-05 Stan Shebs <stan@codesourcery.com>
1353
1354 * gdb.trace/tfind.exp: Update help string matches.
1355
1356 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1357
1358 * gdb.server/ext-run.exp (get process list): Accept also systemd
1359 as PID 1.
1360
1361 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1362 Pedro Alves <pedro@codesourcery.com>
1363
1364 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1365 starting GDB.
1366 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1367 $use_gdb_stub.
1368 * gdb.base/display.exp: Likewise.
1369 * gdb.base/ending-run.exp: Likewise.
1370 * gdb.base/list.exp (test_listsize): Likewise.
1371 * gdb.base/setshow.exp: Likewise.
1372 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1373 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1374 check by global $use_gdb_stub.
1375 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1376 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1377 (default_gdb_init): Unset global $use_gdb_stub.
1378 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1379 by global $use_gdb_stub.
1380 * lib/gdbserver-support.exp: Extend comments for set_board_info
1381 gdb_protocol and gdb,socketport.
1382 (gdbserver_start_extended): Set global gdbserver_protocol and
1383 gdbserver_gdbport. Clear global use_gdb_stub.
1384 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1385 from target use_gdb_stub.
1386 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1387
1388 2011-12-03 Doug Evans <dje@google.com>
1389
1390 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1391 (gdb_step_for_stub): Add comments.
1392
1393 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
1394
1395 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1396 to the caller.
1397 (gdb_test_multiple): Likewise.
1398
1399 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1400
1401 Fix gdb.mi/mi-solib.exp without system debug info installed.
1402 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1403 expect attribute, return 0 for it. Update comments.
1404
1405 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1408 (corrupted list): Adjust the expectation.
1409
1410 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1411
1412 PR threads/13448
1413 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1414 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1415 * gdb.threads/tls-var-main.c: New file.
1416 * gdb.threads/tls-var.c: New file.
1417 * gdb.threads/tls-var.exp: New file.
1418
1419 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1420
1421 PR testsuite/12649
1422 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1423 Protect gdb_test_multiple by final $gdb_prompt match.
1424 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1425 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1426 (test_tracepoints): Likewise.
1427
1428 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 PR breakpoints/13346
1431 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1432 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1433 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1434
1435 2011-12-01 Joel Brobecker <brobecker@adacore.com>
1436
1437 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1438 * gdb.ada/homonym/homonym.adb: For use of all types defined
1439 locally inside both Get_Value subprograms.
1440
1441 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 Fix racy FAILs.
1444 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1445 of send_gdb.
1446
1447 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1448
1449 * gdb.base/testenv.exp: Skip on remote targets. Unset global
1450 environment variable after test completed.
1451
1452 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1453
1454 * gdb.base/solib-nodir.exp: Skip if remote target.
1455 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1456 application. Call gdb_load_shlibs.
1457 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1458
1459 2011-11-29 Joel Brobecker <brobecker@adacore.com>
1460
1461 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1462
1463 2011-11-28 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdb.ada/fullname_bp: New testcase.
1466
1467 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1468
1469 PR testsuite/12649
1470 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1471 Wrap send_gdb into a new gdb_test.
1472
1473 Code cleanup.
1474 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1475 Convert send_gdb and gdb_expect to gdb_test_multiple.
1476
1477 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1478
1479 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1480
1481 2011-11-23 Keith Seitz <keiths@redhat.com>
1482
1483 * lib/mi-support.exp (varobj_tree): New namespace and procs.
1484 (mi_varobj_tree_test_children_callback): New proc.
1485 (mi_walk_varobj_tree): New proc.
1486
1487 2011-11-22 Tom Tromey <tromey@redhat.com>
1488
1489 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1490 Add "use_mi_command" argument.
1491 (mi_run_cmd, mi_run_with_cli): New procs.
1492 * gdb.mi/solib-lib.c: New file.
1493 * gdb.mi/solib-main.c: New file.
1494 * gdb.mi/mi-solib.exp: New file.
1495
1496 2011-11-21 Doug Evans <dje@google.com>
1497
1498 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1499 _Unwind_DebugHook is missing.
1500
1501 2011-11-20 Stan Shebs <stan@codesourcery.com>
1502
1503 * gdb.trace/tstatus.exp: New.
1504 * gdb.trace/actions.c: Include string.h.
1505
1506 2011-11-18 Yao Qi <yao@codesourcery.com>
1507
1508 * gdb.trace/pending.exp: New.
1509 * gdb.trace/pending.c: New.
1510 * gdb.trace/pendshr1.c: New.
1511 * gdb.trace/pendshr2.c: New.
1512 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1513 tracepoint location becomes pending.
1514 (tracepoint_change_loc_2): New.
1515
1516 2011-11-16 David S. Miller <davem@davemloft.net>
1517
1518 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1519 target is sparc*-*-linux*
1520
1521 2011-11-15 Paul Koning <paul_koning@dell.com>
1522
1523 * gdb.python/py-type.exp: New testcases for exceptions on scalar
1524 types.
1525
1526 2011-11-14 Doug Evans <dje@google.com>
1527
1528 * gdb.base/shell.exp: New file.
1529
1530 2011-11-14 Stan Shebs <stan@codesourcery.com>
1531
1532 * gdb.trace/ftrace.c: New.
1533 * gdb.trace/ftrace.exp: New.
1534
1535 2011-11-14 Yao Qi <yao@codesourcery.com>
1536
1537 * gdb.trace/change-loc-1.c: New.
1538 * gdb.trace/change-loc-2.c: New.
1539 * gdb.trace/change-loc.c: New.
1540 * gdb.trace/change-loc.exp: New.
1541 * gdb.trace/change-loc.h: New.
1542 * gdb.trace/trace-break.c (marker): Define new symbol.
1543 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1544 New.
1545 (break_trace_same_addr_6): New.
1546
1547 2011-11-12 Matt Rice <ratmice@gmail.com>
1548
1549 * gdb.base/info-macros.exp: Make tests for info definitions
1550 test info macro. Add tests for info macro argument processing.
1551 Rename a few tests.
1552
1553 2011-11-11 Keith Seitz <keiths@redhat.com>
1554
1555 PR gdb/12843
1556 * gdb.base/linespecs.exp: New file.
1557
1558 2011-11-11 Doug Evans <dje@google.com>
1559
1560 * gdb.threads/print-threads.exp: Extend timeout for slower
1561 tests.
1562
1563 2011-11-10 Doug Evans <dje@google.com>
1564
1565 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1566 "record to end of main" test.
1567
1568 * gdb.python/py-type.c (TS): New typedef.
1569 (ts): New global.
1570 * gdb.python/py-type.exp: Test field list of typedef.
1571
1572 2011-11-10 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdb.ada/small_reg_param: New testcase.
1575
1576 2011-11-09 Tom Tromey <tromey@redhat.com>
1577
1578 * gdb.cp/destrprint.exp: New file.
1579 * gdb.cp/destrprint.cc: New file.
1580
1581 2011-11-08 Meador Inge <meadori@codesourcery.com>
1582
1583 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1584 (switch_stack_to_other): New test function.
1585 * gdb.arch/thumb-prologue.exp: New test cases.
1586
1587 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1588
1589 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1590
1591 2011-11-08 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.exp (supports_process_record): New.
1594 (supports_reverse): New.
1595 * gdb.reverse/break-precsave.exp: Call support_process_record
1596 to run test conditionally.
1597 * gdb.reverse/consecutive-precsave.exp: Likewise.
1598 * gdb.reverse/i386-precsave.exp: Likewise.
1599 * gdb.reverse/machinestate-precsave.exp: Likewise.
1600 * gdb.reverse/solib-precsave.exp: Likewise.
1601 * gdb.reverse/step-precsave.exp: Likewise.
1602 * gdb.reverse/until-precsave.exp: Likewise.
1603 * gdb.reverse/watch-precsave.exp: Likewise.
1604 * gdb.reverse/break-reverse.exp: Call support_reverse to run
1605 test conditionally.
1606 * gdb.reverse/consecutive-reverse.exp: Likewise.
1607 * gdb.reverse/finish-precsave.exp: Likewise.
1608 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1609 * gdb.reverse/finish-reverse.exp: Likewise.
1610 * gdb.reverse/i386-reverse.exp: Likewise.
1611 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1612 * gdb.reverse/machinestate.exp: Likewise.
1613 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1614 * gdb.reverse/sigall-precsave.exp: Likewise.
1615 * gdb.reverse/sigall-reverse.exp: Likewise.
1616 * gdb.reverse/solib-reverse.exp: Likewise.
1617 * gdb.reverse/step-reverse.exp: Likewise.
1618 * gdb.reverse/until-reverse.exp: Likewise.
1619 * gdb.reverse/watch-reverse.exp: Likewise.
1620
1621 2011-11-05 Yao Qi <yao@codesourcery.com>
1622
1623 * gdb.trace/trace-break.exp: Add test on setting two
1624 fast tracepoints at the same address.
1625
1626 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1629
1630 2011-11-02 Stan Shebs <stan@codesourcery.com>
1631
1632 * gdb.trace/collection.c: Add code using strings.
1633 * gdb.trace/collection.exp: Add tests of string collection.
1634
1635 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1636
1637 * gdb.base/skip-solib.exp (executable_main): New variable.
1638 (binfile_main): Base it on that.
1639 Use $executable_main in clean_restart calls. Drop gdb_exit and
1640 gdb_start calls.
1641
1642 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 Fix racy FAILs.
1645 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1646 breakpoint_re globals import by async. Set string_regex to .* for
1647 async. Remove the optional thread_selected_re and breakpoint_re
1648 globals expectations.
1649
1650 2011-11-01 Joseph Myers <joseph@codesourcery.com>
1651
1652 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1653 well as Cygwin.
1654
1655 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
1656
1657 Add tests for skip command.
1658 * gdb.base/skip-solib-lib.c: New
1659 * gdb.base/skip-solib-main.c: New
1660 * gdb.base/skip-solib.exp: New
1661 * gdb.base/skip.c: New
1662 * gdb.base/skip.exp: New
1663 * gdb.base/skip1.c: New
1664 * gdb.base/Makefile.in: Adding new files.
1665
1666 2011-10-31 Yao Qi <yao@codesourcery.com>
1667 Pedro Alves <pedro@codesourcery.com>
1668
1669 * gdb.trace/trace-break.c: New.
1670 * gdb.trace/trace-break.exp: New.
1671
1672 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1673
1674 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1675 break-here-2.
1676
1677 2011-10-28 Pedro Alves <pedro@codesourcery.com>
1678
1679 * gdb.threads/no-unwaited-for-left.c: New.
1680 * gdb.threads/no-unwaited-for-left.exp: New.
1681 * gdb.threads/non-ldr-exc-1.c: New.
1682 * gdb.threads/non-ldr-exc-1.exp: New.
1683 * gdb.threads/non-ldr-exc-2.c: New.
1684 * gdb.threads/non-ldr-exc-2.exp: New.
1685 * gdb.threads/non-ldr-exc-3.c: New.
1686 * gdb.threads/non-ldr-exc-3.exp: New.
1687 * gdb.threads/non-ldr-exc-4.c: New.
1688 * gdb.threads/non-ldr-exc-4.exp: New.
1689
1690 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1691
1692 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1693 * gdb.base/attach-pie-misread.exp: Likewise.
1694 * gdb.base/break-interp.exp: Likewise.
1695 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1696 testcases for use_gdb_stub.
1697 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1698 (continue): New testcase.
1699 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1700 * gdb.threads/attach-into-signal.exp: Likewise.
1701 * gdb.threads/attach-stopped.exp: Likewise.
1702 * gdb.threads/attachstop-mt.exp: Likewise.
1703
1704 2011-10-28 Paul Koning <paul_koning@dell.com>
1705
1706 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1707
1708 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1711 (mi_gdb_test): Import globals thread_selected_re
1712 and breakpoint_re. Expect them optionally at the regex start.
1713
1714 2011-10-27 Doug Evans <dje@google.com>
1715
1716 * gdb.python/python.exp: Test source -s.
1717
1718 2011-10-26 Paul Koning <paul_koning@dell.com>
1719
1720 * gdb.python/lib-types.cc (struct A): New structure.
1721 * gdb.python/lib-types.exp (deepitems): New tests.
1722
1723 2011-10-25 Paul Koning <paul_koning@dell.com>
1724
1725 PR python/13327
1726
1727 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1728 fetch_lazy method.
1729
1730 2011-10-24 Yao Qi <yao@codesourcery.com>
1731
1732 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1733 target is tic6x-*-*.
1734
1735 2011-10-21 Joel Brobecker <brobecker@adacore.com>
1736
1737 * gdb.ada/mi_task_info/task_switch.adb: New file.
1738 * gdb.ada/mi_task_info.exp: New file.
1739
1740 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1743 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1744
1745 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1746
1747 PR python/12656
1748
1749 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1750 global_block tests.
1751
1752 2011-10-18 Tom Tromey <tromey@redhat.com>
1753
1754 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1755
1756 2011-10-18 Tom Tromey <tromey@redhat.com>
1757
1758 * gdb.base/source.exp: Don't include full file name in test name.
1759 * gdb.python/python.exp: Don't include full file name in test
1760 name.
1761
1762 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1763
1764 * gdb.base/attach-pie-noexec.c: New files.
1765 * gdb.base/attach-pie-noexec.exp: New files.
1766
1767 2011-10-17 Joseph Myers <joseph@codesourcery.com>
1768
1769 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1770 prompt for each extra line in command.
1771
1772 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
1775 Revert the part of:
1776 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1777 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1778 Change the expected string.
1779
1780 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 Fix results with system glibc debug info installed.
1783 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
1784 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
1785 Accept also __libc_ symbol prefix and no prefix.
1786
1787 2011-10-14 Keith Seitz <keiths@redhat.com>
1788
1789 PR c++/13225
1790 * gdb.cp/converts.cc (foo3_1): New function.
1791 (foo3_2): New functions.
1792 * gdb.cp/converts.exp: Add tests for int to pointer conversion
1793 and null pointer conversions of integer constant zero.
1794 Add test to check if all arguments are checked for incompatible
1795 conversion BADNESS.
1796
1797 2011-10-14 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1800 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1801 linespec.
1802
1803 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1804
1805 Fix internal error regression.
1806 * gdb.dwarf2/implptr-optimized-out.S: New file.
1807 * gdb.dwarf2/implptr-optimized-out.exp: New file.
1808
1809 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1810
1811 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1812 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1813 (loclist): New.
1814 (4): New abbrev.
1815 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1816 Use prepare_for_testing, remove clean_restart.
1817 (p arraynoloc, p arraycallnoloc): New tests.
1818
1819 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1820
1821 * gdb.cp/namespace-enum.exp (executable): New variable.
1822 (binfile): Use ${objdir}/${subdir}/ prefix.
1823 Use ${executable} for clean_restart.
1824
1825 2011-10-11 Sterling Augustine <saugustine@google.com>
1826
1827 * gdb.cp/Makefile.in: Add namespace-enum test.
1828 * gdb.cp/namespace-enum.exp: New file.
1829 * gdb.cp/namespace-enum.c: New file.
1830 * gdb.cp/namespace-enum-main.c: New file.
1831
1832 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1833
1834 * gdb.python/py-shared.exp: Relax filename check to handle remote:
1835 sysroot.
1836
1837 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Reimplement @entry in input expressions.
1840 * gdb.base/exprs.c (v_int_array_init): New variable.
1841 * gdb.base/exprs.exp (print v_int_array_init)
1842 (print *v_int_array_init@1, print *v_int_array_init@2)
1843 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1844 (print v_int_array_init[1]@1): New tests.
1845
1846 2011-10-10 Joseph Myers <joseph@codesourcery.com>
1847
1848 * gdb.cp/gdb2495.exp: Do not include directories in filename in
1849 expected message.
1850
1851 2011-10-09 Doug Evans <dje@google.com>
1852
1853 * gdb.base/alias.exp: Add tests for alias command.
1854
1855 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1856
1857 * gdb.arch/amd64-entry-value.s: New file.
1858 * gdb.mi/mi2-amd64-entry-value.s: New file.
1859
1860 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 Display @entry parameter values even for references.
1863 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1864 functions.
1865 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
1866 reference and datap_input.
1867 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1868 breakpoints.
1869 (continue to breakpoint: entry_reference: reference)
1870 (entry_reference: bt at entry)
1871 (continue to breakpoint: entry_reference: breakhere_reference)
1872 (entry_reference: bt, entry_reference: ptype regparam)
1873 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1874 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1875 (entry_reference: p regcopy, entry_reference: p nodataparam)
1876 (entry_reference: p nodataparam@entry): New tests.
1877
1878 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1879
1880 Support @entry in input expressions.
1881 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1882 (entry_stack: p s1@entry, entry_stack: p s2@entry)
1883 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1884 (tailcall: p j@entry): New tests.
1885 * gdb.cp/koenig.cc (A::entry): New function.
1886 (main): Call it.
1887 * gdb.cp/koenig.exp (p entry (c)): New test.
1888
1889 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1890
1891 Display @entry parameter values (without references).
1892 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1893 (different, validity, invalid): New functions.
1894 (main): Call them.
1895 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1896 stacktest, breakhere_stacktest, different, breakhere_different,
1897 breakhere_validity and breakhere_invalid.
1898 (entry: bt): Update for @entry.
1899 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1900 (entry_validity: *, entry_invalid: *): Many new tests.
1901 * gdb.base/break.exp
1902 (run until breakpoint set at small function, optimized file): Accept
1903 also the @entry suffix.
1904 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1905 * gdb.mi/mi2-amd64-entry-value.c: New files.
1906 * gdb.mi/mi2-amd64-entry-value.exp: New files.
1907
1908 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1909
1910 Protect entry values against self tail calls.
1911 * gdb.arch/amd64-entry-value.cc (self2, self): New.
1912 (main): Call self.
1913 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
1914 (set debug entry-values 1, self: bt debug entry-values): New tests.
1915
1916 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1917
1918 Recognize virtual tail call frames.
1919 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
1920 (amb_b, amb_a): New.
1921 (main): Call a and b.
1922 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
1923 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
1924 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
1925 New tests.
1926
1927 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 Implement basic support for DW_TAG_GNU_call_site.
1930 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
1931 * gdb.arch/amd64-entry-value.cc: New file.
1932 * gdb.arch/amd64-entry-value.exp: New file.
1933
1934 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1935
1936 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1937 * gdb.dwarf2/implptr-64bit.S: New file.
1938 * gdb.dwarf2/implptr-64bit.exp: New file.
1939
1940 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 Fix initial language detection with -readnow.
1943 * gdb.cp/readnow-language.cc: New file.
1944 * gdb.cp/readnow-language.exp: New file.
1945
1946 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1947
1948 Fix printed anonymous struct name.
1949 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
1950
1951 2011-10-09 Joseph Myers <joseph@codesourcery.com>
1952
1953 * gdb.base/solib-symbol.exp: Do not include directories in
1954 filenames in expected messages.
1955
1956 2011-10-07 Doug Evans <dje@google.com>
1957
1958 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
1959
1960 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
1961
1962 Allow Python notification of new object-file loadings.
1963 * gdb.python/py-events.exp: Test newobjfile event.
1964 * gdb.python/py-events.py: Register newobjfile callback.
1965 * gdb.python/py-events.c: Add call to shared library
1966 * gdb.python/py-events-shlib.c: New file.
1967
1968 2011-10-06 Joseph Myers <joseph@codesourcery.com>
1969
1970 * gdb.base/fixsection.exp: Do not include directories in filename
1971 in expected message.
1972
1973 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1974
1975 Add tests for passing of environment variables to inferior.
1976 * gdb.base/testenv.c: New test source.
1977 * gdb.base/testenv.exp: New expect test.
1978
1979 2011-10-04 Paul Koning <paul_koning@dell.com>
1980
1981 * gdb.python/py-value.c (main): Break before return.
1982
1983 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1984
1985 PR python/12691: Add the inferior to Python exited event
1986 * gdb.python/py-events.exp: Test the inferior attribute of exited
1987 event with a fork.
1988 * gdb.python/py-events.py: Print inferior number on exit.
1989 * gdb.python/py-events.c: Fork the inferior.
1990
1991 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
1992
1993 * gdb.base/jit.exp: Add testcase name to log message
1994
1995 2011-10-03 Paul Koning <paul_koning@dell.com>
1996 Jan Kratochvil <jan.kratochvil@redhat.com>
1997
1998 * gdb.python/py-value.exp
1999 (python inval = gdb.parse_and_eval('*(int*)0'))
2000 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
2001 (set argc=2, python print argc_lazy): New tests.
2002
2003 2011-10-02 Joel Brobecker <brobecker@adacore.com>
2004
2005 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
2006
2007 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2008 Pedro Alves <pedro@codesourcery.com>
2009
2010 * gdb.python/py-value.exp (test_value_in_inferior): New variable
2011 can_read_0, test for it.
2012 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
2013 (parse_and_eval with memory error): ... here, make it untested if
2014 can_read_0.
2015
2016 2011-09-30 Marek Polacek <mpolacek@redhat.com>
2017
2018 * gdb.python/python.exp (verify pagination beforehand)
2019 (verify pagination afterwards): Fix race by splitting the line.
2020
2021 2011-09-29 Joseph Myers <joseph@codesourcery.com>
2022
2023 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
2024 for 64-bit multilibs from i?86-* targets.
2025
2026 2011-09-29 Marek Polacek <mpolacek@redhat.com>
2027
2028 * lib/gdb.exp: Fix a typo in one of the comments.
2029
2030 2011-09-29 Marek Polacek <mpolacek@redhat.com>
2031
2032 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
2033 matching pattern.
2034
2035 2011-09-28 Paul Koning <paul_koning@dell.com>
2036
2037 * gdb.python/py-type.c (enum E): New.
2038 * gdb.python/py-type.exp (test_fields): Add tests for Python
2039 mapping access to fields.
2040 (test_enums): New test for field access on enums.
2041
2042 2011-09-27 Stan Shebs <stan@codesourcery.com>
2043
2044 * gdb.trace/collection.exp: Test collection of $_ret.
2045
2046 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
2047
2048 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
2049 list of compilation switches for <*-*-freebsd*>.
2050
2051 2011-09-19 Stan Shebs <stan@codesourcery.com>
2052
2053 * gdb.trace/tspeed.exp: New file.
2054 * gdb.trace/tspeed.c: New file.
2055
2056 2011-09-18 Yao Qi <yao@codesourcery.com>
2057
2058 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
2059 instructions.
2060 (test_adr_32bit, test_pop_pc): Likewise.
2061 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
2062 Thumb instructions.
2063 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
2064 in gdb_test_multiple.
2065 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
2066
2067 2011-09-17 Yao Qi <yao@codesourcery.com>
2068
2069 * lib/gdb.exp (can_single_step_to_signal_handler): New.
2070 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
2071 support single step to signal handler.
2072
2073 2011-09-17 Yao Qi <yao@codesourcery.com>
2074
2075 * gdb.base/disp-step-fork.c: New.
2076 * gdb.base/disp-step-syscall.exp: New.
2077 * gdb.base/disp-step-vfork.c: New.
2078
2079 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2080
2081 * gdb.ada/tasks.exp: Make the expected output for
2082 the `info tasks' tests more resilient to spacing
2083 changes.
2084
2085 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2088 (reached breakpoint 2, reached breakpoint 3): Update expected output.
2089
2090 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2091
2092 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2093 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2094
2095 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
2096
2097 Handle multiple breakpoint hits in Python interface:
2098 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2099 presence.
2100 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2101 breakpoint hits.
2102
2103 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2104 Jan Kratochvil <jan.kratochvil@redhat.com>
2105
2106 * gdb.python/py-events.exp: Remove pretty printing comment.
2107 * gdb.python/py-evsignal.exp: New file.
2108 * gdb.python/py-evthreads.c: Include signal.h.
2109 (thread3): Remove variable count3. Remove variable bad and use raise
2110 instead.
2111 (thread2): Remove variable count2. Move thread3 pthread_create here,
2112 merge pthread_join to a single line.
2113 (main): Remove variable count1. Merge pthread_join with pthread_create
2114 to a single line.
2115 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
2116 KFAIL python/12966 for gdbserver. Test return value of
2117 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
2118 gdb_expect by gdb_test and gdb_test_multiple.
2119 (thread 2, thread 3): New tests.
2120
2121 2011-09-12 Matt Rice <ratmice@gmail.com>
2122 Pedro Alves <pedro@codesourcery.com>
2123
2124 PR gdb/13175
2125
2126 * gdb.base/interp.exp: New tests.
2127 * gdb.base/interp.c: New file.
2128
2129 2011-09-12 Doug Evans <dje@google.com>
2130
2131 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2132 * gdb.dwarf2/typeddwarf.exp: Ditto.
2133
2134 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2135
2136 Fix compatibility with x32 arch.
2137 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2138 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2139 is_x86_like_target.
2140 * testsuite/gdb.trace/collection.exp: Likewise.
2141 * testsuite/gdb.trace/report.exp: Likewise.
2142 * testsuite/gdb.trace/unavailable.exp: Likewise.
2143 * testsuite/gdb.trace/while-dyn.exp: Likewise.
2144 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2145 (is_x86_like_target): Check also is_amd64_regs_target.
2146
2147 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2148
2149 PR breakpoints/12435
2150 * gdb.arch/amd64-prologue-xmm.c: New file.
2151 * gdb.arch/amd64-prologue-xmm.exp: New file.
2152 * gdb.arch/amd64-prologue-xmm.s: New file.
2153
2154 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2155
2156 * gdb.dwarf2/dw2-param-error-main.c: New file.
2157 * gdb.dwarf2/dw2-param-error.S: New file.
2158 * gdb.dwarf2/dw2-param-error.exp: New file.
2159
2160 2011-09-08 Pedro Alves <pedro@codesourcery.com>
2161
2162 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2163 inferior's pid and look for a core dump named core.$pid. Use
2164 `remote_file' commands on the host instead of hand coding shell
2165 commands on the build.
2166 * gdb.base/valgrind-db-attach.exp: Kill the program before
2167 finishing the test.
2168
2169 2011-09-02 Matt Rice <ratmice@gmail.com>
2170
2171 * lib/prompt.exp: New file for testing the first prompt.
2172 * gdb.python/py-prompt.exp: Ditto.
2173 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2174
2175 2011-09-02 Pedro Alves <pedro@codesourcery.com>
2176
2177 * gdb.threads/gcore-thread.exp: Set the global core_supported to
2178 0, before testing gcore.
2179
2180 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * dw2-ifort-parameter-debug.S: Update copyright year.
2183 * dw2-ifort-parameter.c: Update copyright year.
2184 * dw2-ifort-parameter.exp: Update copyright year.
2185
2186 * dw2-ifort-parameter-debug.S: New file.
2187 * dw2-ifort-parameter.c: New file.
2188 * dw2-ifort-parameter.exp: New file.
2189
2190 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2191
2192 * gdb.base/commands.exp (error_clears_commands_left): New function.
2193 (): Call it.
2194
2195 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2198 (C): Initialize `a'.
2199 * gdb.mi/mi-inheritance-syntax-error.exp
2200 (-data-evaluate-expression $path): Expect `a' as 5.
2201
2202 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2203
2204 PR mi/11912
2205 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2206 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2207 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2208 keyword in output of -var-info-path-expression.
2209
2210 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2211
2212 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2213 * gdb.trace/collection.exp: Likewise.
2214 * gdb.trace/report.exp: Likewise.
2215 * gdb.trace/unavailable.exp: Likewise.
2216 * gdb.trace/while-dyn.exp: Likewise.
2217
2218 2011-08-18 Keith Seitz <keiths@redhat.com>
2219
2220 PR c++/12266
2221 * gdb.cp/meth-typedefs.cc: New file.
2222 * gdb.cp/meth-typedefs.exp: New file.
2223
2224 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2225
2226 * gdb.python/python.exp: Add extended-prompt tests.
2227
2228 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2229
2230 * gdb.arch/i386-dr3-watch.exp
2231 (watchpoint on gap1 does not fit debug registers)
2232 (delete all watchpoints): Fix racy expect strings.
2233
2234 2011-08-14 Yao Qi <yao@codesourcery.com>
2235
2236 * gdb.base/maint.exp: set data_section to ".neardata".
2237 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2238 * gdb.base/savedregs.exp: Handle SIGILL.
2239 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2240 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2241
2242 2011-08-12 Doug Evans <dje@google.com>
2243
2244 * gdb.python/py-symbol.exp: Add test for symbol.type.
2245
2246 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
2247
2248 * gdb.threads/pthreads.exp: Enable on non-native configurations.
2249 * gdb.mi/mi-pthreads.exp: Likewise.
2250 * gdb.mi/mi2-pthreads.exp: Likewise.
2251 * gdb.mi/gdb669.exp.exp: Likewise.
2252
2253 2011-08-09 Pedro Alves <pedro@codesourcery.com>
2254
2255 * lib/mi-support.exp (detect_async): Rename to...
2256 (mi_detect_async): ... this.
2257 * gdb.mi/mi-nonstop-exit.exp: Adjust.
2258 * gdb.mi/mi-nonstop.exp: Adjust.
2259 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2260 * gdb.mi/mi-nsintrall.exp: Adjust.
2261 * gdb.mi/mi-nsmoribund.exp: Adjust.
2262 * gdb.mi/mi-nsthrexec.exp: Adjust.
2263
2264 2011-08-09 Pedro Alves <pedro@codesourcery.com>
2265
2266 * gdb.base/display.c (do_loops): New `p_i' local.
2267 * gdb.base/display.exp: Test displaying a variable that is
2268 temporarily at a bad address.
2269
2270 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
2272 * gdb.dwarf2/dw2-op-stack-value.S: New file.
2273 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2274
2275 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
2278 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2279 (p fuNC_symtab): Permit also ppc64 leading dot.
2280
2281 2011-08-05 Pedro Alves <pedro@codesourcery.com>
2282
2283 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2284 procedure.
2285 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2286
2287 2011-08-05 Yao Qi <yao@codesourcery.com>
2288
2289 * gdb.base/callfuncs.exp: Set language after main.
2290 * gdb.cp/cplusfuncs.exp: Likewise.
2291 * gdb.cp/inherit.exp: Likewise.
2292
2293 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2294
2295 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2296 * gdb.base/watch-vfork.exp: Skip on remote targets.
2297
2298 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2299
2300 * gdb.threads/thread-find.exp: Support remote targets.
2301
2302 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2303
2304 * gdb.base/jit.exp: Download solib_binfile to target.
2305 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
2306 and call dlopen without full path name.
2307 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2308 dlopen without full path name.
2309
2310 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2311
2312 * gdb.base/break-always.exp: Complete the test
2313 with duplicated breakpoints and enabling/disabling them.
2314
2315 2011-08-02 Tom Tromey <tromey@redhat.com>
2316
2317 PR gdb/11289:
2318 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
2319
2320 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2321
2322 PR gdb/13045
2323 * gdb.base/float.exp: Add new test case for PR gdb/13045
2324 * gdb.base/float.c: New file.
2325
2326 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2327
2328 * gdb.python/py-mi.exp: Test printers returning string hint, and
2329 also not returning a value.
2330 * gdb.python/py-prettyprint.c: Add testcase for above.
2331 * gdb.python/py-prettyprint.py: Add test printer for above.
2332
2333 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2334
2335 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2336 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2337 (.Ldie30) Add as field "data4".
2338 (.Ldie32) Rename field "b" to "shl".
2339 (abbrev4) Change for the "data4" field.
2340 (abbrev5, abbrev6) Remove.
2341 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2342 (p &s.shl): ... here. Add comment.
2343 (p &s.data4): New.
2344
2345 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 Fix crash on lval_computed values.
2348 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2349
2350 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2351
2352 * gdb.base/help.exp (help whatis): Update the expected string.
2353
2354 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2355
2356 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2357 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2358 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2359 Change the expected string.
2360
2361 2011-07-26 Pedro Alves <pedro@codesourcery.com>
2362
2363 * gdb.base/watchpoint.exp
2364 (test_disable_enable_software_watchpoint): New procedure.
2365 (top level): Run it.
2366
2367 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
2368
2369 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
2370 executable file "${binfile}", C++ version "${binfile}-cxx".
2371 * gdb.python/py-prettyprint.exp: Likewise.
2372 * gdb.python/py-symbol.exp: Likewise.
2373 * gdb.python/py-type.exp: Likewise.
2374 * gdb.python/py-value.exp: Likewise.
2375 * gdb.python/py-template.exp (test_template_arg): Pass full executable
2376 file name instead of just suffix.
2377
2378 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2379
2380 Fix implicit pointer offsets.
2381 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2382 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2383 (continue to breakpoint: continue to baz breakpoint for implptr)
2384 (sanity check element 0, sanity check element 1)
2385 (enter the inlined function, check element 0 for the offset)
2386 (check element 1 for the offset)
2387 (continue to breakpoint: ignore the second baz breakpoint): New tests.
2388 (set foo breakpoint for implptr): Update the breakpoint number.
2389
2390 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2391
2392 * gdb.python/py-mi.exp: Use different file names for different
2393 versions of the executable under test.
2394 * gdb.python/py-prettyprint.exp: Likewise.
2395 * gdb.python/py-symbol.exp: Likewise.
2396 * gdb.python/py-template.exp: Likewise.
2397 * gdb.python/py-type.exp: Likewise.
2398 * gdb.python/py-value.exp: Likewise.
2399
2400 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2401
2402 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2403 flag after restarting GDB if necessary.
2404
2405 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2406
2407 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2408
2409 2011-07-22 Pedro Alves <pedro@codesourcery.com>
2410
2411 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2412 backend doesn't leave used debug registers behind.
2413
2414 2011-07-22 Tom Tromey <tromey@redhat.com>
2415
2416 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2417 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2418 argument.
2419 * gdb.dwarf2/typeddwarf-amd64.S: New file.
2420
2421 2011-07-21 Matt Rice <ratmice@gmail.com>
2422
2423 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2424 in mostlyclean rule. Add files ending in .core.
2425
2426 2011-07-21 Matt Rice <ratmice@gmail.com>
2427
2428 PR macros/12999
2429 * gdb.base/info-macros.c: New test sources.
2430 * gdb.base/info-macros.exp: New tests.
2431
2432 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2433
2434 * gdb.python/python.exp: Add prompt substitution tests.
2435
2436 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2437
2438 Fix crash if referenced CU is aged out.
2439 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2440 New.
2441 * gdb.dwarf2/implptr.exp: Likewise.
2442
2443 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2444
2445 * gdb.dwarf2/implptr.S: Rebuilt.
2446 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2447 (bar): Use them for j, k, l.
2448 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
2449 COMPILE.
2450 (print j in implptr:bar): Update for the intp typedef.
2451 (print p[0].x in implptr:foo): Use more exact regex.
2452
2453 2011-07-18 Tom Tromey <tromey@redhat.com>
2454
2455 * gdb.cp/static-method.exp: Add missing single quote.
2456
2457 2011-07-18 Yao Qi <yao@codesourcery.com>
2458
2459 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2460 supported.
2461 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2462 * gdb.mi/mi-nonstop.exp: Likewise.
2463 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2464 * gdb.mi/mi-nsintrall.exp: Likewise.
2465 * gdb.mi/mi-nsmoribund.exp: Likewise.
2466 * gdb.mi/mi-nsthrexec.exp: Likewise.
2467 * gdb.python/py-evthreads.exp: Likewise.
2468
2469 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2470
2471 Code cleanup.
2472 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
2473 it. Substitute it instead of test_compiler_info everywhere.
2474
2475 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2476
2477 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
2478 remote targets as well.
2479
2480 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2481
2482 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2483 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
2484
2485 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2486
2487 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2488 a remote machine, not the host.
2489 (gdb_compile_shlib): Set soname if target is remote.
2490
2491 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2492
2493 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2494
2495 2011-07-13 Matt Rice <ratmice@gmail.com>
2496
2497 * gdb.python/py-objfile-script-gdb.py: Renamed to
2498 py-objfile-script-gdb.py.in.
2499 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2500 py-objfile-script-gdb.py.
2501 * gdb.python/py-objfile-script.exp: Update reference to
2502 py-objfile-script-gdb.py.
2503
2504 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2507 reference undefined label.
2508
2509 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2512 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2513 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2514 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2515
2516 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2517
2518 PR python/12438
2519 * gdb.python/python.exp: Add maint set/show python print-stack
2520 deprecated tests. Add set/show python print-backtrace tests.
2521
2522 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2523
2524 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2525 debug info.
2526
2527 2011-07-06 Matt Rice <ratmice@gmail.com>
2528
2529 * gdb.python/python.exp: Update filename paths.
2530 * gdb.python/py-symtab.exp: Ditto.
2531
2532 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2533
2534 * gdb.python/py-evthreads.exp: Add missing `$'.
2535
2536 2011-07-06 Jie Zhang <jie.zhang@analog.com>
2537
2538 * config/bfin.exp: New file.
2539 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2540 * gdb.asm/bfin.inc: New file.
2541
2542 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2543
2544 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
2545 the whole output.
2546
2547 2011-07-05 Tom Tromey <tromey@redhat.com>
2548
2549 * gdb.java/jprint.java (jprint.hi): New field.
2550 * gdb.java/jprint.exp: Print string.
2551
2552 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2553
2554 * gdb.base/call-sc.c: Fix typos.
2555 * gdb.base/ifelse.exp: Likewise.
2556 * gdb.base/structs.c: Likewise.
2557
2558 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2559
2560 * gdb.base/jit-so.exp: New test.
2561 * gdb.base/jit-dlmain.c: New file.
2562 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2563
2564 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * gdb.cp/m-static.exp: Call get_compiler_info.
2567 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2568 * gdb.cp/pr9167.exp (p b): Likewise.
2569 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2570 (test value of P in inner_m, test type of Z in inner_m): Call
2571 setup_xfail for gcc <= 4.5.
2572
2573 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2574
2575 * gdb.cp/paren-type.cc: New files.
2576 * gdb.cp/paren-type.exp: New files.
2577
2578 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2579
2580 Stop on first linespec terminator instead of eating what we can.
2581 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2582 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2583 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2584 (break C::f()): ... this one.
2585 (break C::operator()()): New test.
2586 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2587 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2588 test.
2589
2590 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2591
2592 Fall back linespec to minimal symbols.
2593 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2594 error message.
2595 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2596 * gdb.cp/minsym-fallback-main.cc: New file.
2597 * gdb.cp/minsym-fallback.cc: New file.
2598 * gdb.cp/minsym-fallback.exp: New file.
2599 * gdb.cp/minsym-fallback.h: New file.
2600
2601 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * gdb.cp/no-dmgl-verbose.cc: New file.
2604 * gdb.cp/no-dmgl-verbose.exp: New file.
2605
2606 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
2608 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2609 __GI_.
2610 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2611 (f): New function.
2612 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2613 (complete p 'func<short>(): ... here.
2614 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2615 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2616 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2617 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2618 Make them KFAIL gcc/49546.
2619
2620 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2621
2622 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2623
2624 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 Test GCC PR debug/49546.
2627 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2628 (test type of F in k3_m, test value of F in k3_m): New.
2629 * gdb.cp/temargs.cc (struct S3, struct K3): New.
2630 (main): New variable k3. Call k3.k3_m.
2631
2632 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2633
2634 * gdb.ada/packed_array.exp: Fix expected outout.
2635
2636 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2637
2638 * gdb.ada/packed_array.exp: fixed expected output.
2639
2640 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2641
2642 * gdb.ada/same_enum: New testcase.
2643
2644 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2645
2646 * gdb.ada/ptr_typedef: New testcase.
2647
2648 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2649
2650 * gdb.ada/arrayptr.exp: Add ptype test.
2651
2652 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2653
2654 * gdb.ada/char_enum: New testcase.
2655
2656 2011-07-01 Yao Qi <yao@codesourcery.com>
2657
2658 * gdb.base/dump.exp (capture_pointer_with_type): New.
2659 Get value from address instead of name.
2660 Start GDB once, and do `dump' and `restore'
2661 tests together.
2662
2663 2011-06-30 Jie Zhang <jie.zhang@analog.com>
2664 Mike Frysinger <vapier@gentoo.org>
2665
2666 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2667 helper functions for getting/setting remotetimeout variable.
2668 * lib/gdb.exp (gdb_load): If the target is remote, set
2669 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2670 with $loadtimeout. Set $load_ok to 0 before doing the load.
2671 Instead of returning, immediately, set $load_ok to 0. Call
2672 set_remotetimeout with $oldremotetimeout, and then return if
2673 $load_ok is 1.
2674
2675 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
2676
2677 * gdb.python/py-template.exp: Don't run this test if the target
2678 does not support c++ tests.
2679
2680 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 Fix non-only rename list for Fortran modules import.
2683 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2684 tests.
2685 * gdb.fortran/module.f90 (module moduse): New.
2686 (program module): use moduse, test var_x, var_y and var_z.
2687
2688 2011-06-29 Tom Tromey <tromey@redhat.com>
2689
2690 PR testsuite/12040:
2691 * gdb.fortran/array-element.exp: Use f90, not f77.
2692 * gdb.fortran/complex.exp: Use f90, not f77.
2693 * gdb.fortran/derived-type.exp: Use f90, not f77.
2694 * gdb.fortran/library-module.exp: Use f90, not f77.
2695 * gdb.fortran/logical.exp: Use f90, not f77.
2696 * gdb.fortran/module.exp: Use f90, not f77.
2697 * gdb.fortran/multi-dim.exp: Use f90, not f77.
2698 * gdb.fortran/subarray.exp: Use f90, not f77.
2699
2700 2011-06-29 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.fortran/charset.exp: New file.
2703 * gdb.fortran/charset.f90: New file.
2704
2705 2011-06-29 Tom Tromey <tromey@redhat.com>
2706
2707 PR testsuite/12040:
2708 * lib/future.exp: New file, mostly extracted from ada.exp.
2709 Rewrote compatibility code to use rename.
2710 (gdb_find_gfortran): New proc.
2711 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2712 gfortran patch.
2713 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2714 Move to future.exp.
2715 * lib/gdb.exp: Always load future.exp.
2716
2717 2011-06-28 Yao Qi <yao@codesourcery.com>
2718
2719 * gdb.cp/exception.cc: Don't include iostream.
2720 (bar): Remove print statement.
2721 (catcher): New.
2722 (main): Remove print statements. Call function catcher.
2723 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2724 Set breakpoint on catcher, and check the value of parameter.
2725
2726 2011-06-23 Yao Qi <yao@codesourcery.com>
2727
2728 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2729 1.2 is disabled. KFAIL for uclinux.
2730
2731 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2732
2733 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2734 mi_gdb_test.
2735
2736 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2737
2738 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2739
2740 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2741
2742 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2743
2744 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2745
2746 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2747 `test_exec_and_symbol_mi_operatons' return value.
2748 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2749 gdb_test_multiple.
2750 (test_exec_and_symbol_mi_operatons): Likewise.
2751 (test_path_specification): Likewise.
2752
2753 2011-06-23 Yao Qi <yao@codesourcery.com>
2754
2755 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2756 supported.
2757 * lib/gdb.exp (support_displaced_stepping): New.
2758
2759 2011-06-23 Yao Qi <yao@codesourcery.com>
2760
2761 * gdb.threads/execl.exp: Skip on remote target.
2762
2763 2011-06-21 Marek Polacek <mpolacek@redhat.com>
2764
2765 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
2766 mi_gdb_test.
2767
2768 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2769
2770 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
2771
2772 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2773
2774 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
2775 mi_gdb_test.
2776
2777 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2778
2779 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2780
2781 2011-06-14 Yao Qi <yao@codesourcery.com>
2782
2783 gdb/testsuite/
2784 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2785
2786 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2789
2790 2011-06-10 Tom Tromey <tromey@redhat.com>
2791
2792 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2793 Add tests for pointer-to-member-function.
2794 * gdb.cp/temargs.cc (S::somefunc): New function.
2795 (K2): New class.
2796 (main): Instantiate K2; call method.
2797
2798 2011-06-08 Joel Brobecker <brobecker@adacore.com>
2799
2800 * gdb.python/py-inferior.c (f2): Make str an array rather
2801 than a pointer.
2802 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2803
2804 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2805
2806 * gdb.base/async-shell.c: New file.
2807 * gdb.base/async-shell.exp: New file.
2808
2809 2011-06-06 Pedro Alves <pedro@codesourcery.com>
2810
2811 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2812
2813 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2814
2815 From Stephen Kitt <steve@sk2.org>
2816 * gdb.base/help.exp: Adjust following some spelling corrections
2817 in GDB.
2818
2819 2011-06-01 Yao Qi <yao@codesourcery.com>
2820
2821 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2822
2823 2010-05-31 Keith Seitz <keiths@redhat.com>
2824
2825 PR c++/12750
2826 * gdb.cp/static-method.cc: New file.
2827 * gdb.cp/static-method.exp: New file.
2828
2829 2010-05-31 Keith Seitz <keiths@redhat.com>
2830
2831 PR symtab/12704
2832 * gdb.cp/anon-ns.cc: New file.
2833 * gdb.cp/anon-ns.exp: New file.
2834
2835 2011-05-31 Pedro Alves <pedro@codesourcery.com>
2836
2837 * gdb.arch/i386-dr3-watch.c: New file.
2838 * gdb.arch/i386-dr3-watch.exp: New file.
2839
2840 2011-05-30 Yao Qi <yao@codesourcery.com>
2841
2842 * gdb.base/callfuncs.c (t_structs_fc): New.
2843 (t_structs_dc, t_structs_ldc): New.
2844 (t_double_many_args):
2845 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2846 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2847 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2848 * gdb.base/callfuncs.exp: Call new functions.
2849
2850 2011-05-30 Yao Qi <yao@codesourcery.com>
2851
2852 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2853 Call rerun_and_prepare for each test to isolate effects.
2854
2855 2011-05-30 Yao Qi <yao@codesourcery.com>
2856
2857 * gdb.base/varargs.c (find_max_float_real): New.
2858 (find_max_double_real, find_max_long_double_real): New.
2859 * gdb.base/varargs.exp: Call these new added functions.
2860 * lib/gdb.exp (setup_kfail_for_target): New.
2861
2862 2011-05-30 Yao Qi <yao@codesourcery.com>
2863
2864 * gdb.base/funcargs.c (callca, callcb, callcc): New.
2865 (callcd, callce, callcf, callc1a, callc1b): New.
2866 (callc2a, callc2b): New.
2867 * gdb.base/funcargs.exp (complex_args): New.
2868 (complex_integral_args, complex_float_integral_args): New.
2869 * lib/gdb.exp (support_complex_tests): New. Determine
2870 whether to run test cases on _Complex types.
2871
2872 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * gdb.threads/leader-exit.c: New file.
2875 * gdb.threads/leader-exit.exp: New file.
2876
2877 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2878
2879 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
2880
2881 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2882
2883 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2884 remove the `supported' variable.
2885 * gdb.mi/mi-nonstop.exp: Likewise.
2886 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2887 * gdb.mi/mi-nsintrall.exp: Likewise.
2888 * gdb.mi/mi-nsmoribund.exp: Likewise.
2889 * gdb.mi/mi-nsthrexec.exp: Likewise.
2890
2891 2011-05-26 Pedro Alves <pedro@codesourcery.com>
2892
2893 * gdb.reverse/finish-reverse-bkpt.exp: New test.
2894
2895 2011-05-26 Pedro Alves <pedro@codesourcery.com>
2896
2897 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2898
2899 2011-05-24 Keith Seitz <keiths@redhat.com>
2900
2901 PR breakpoint/12803
2902 * gdb.cp/cmpd-minsyms.cc (a): New method.
2903 (b): New method.
2904 (c): New method.
2905 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2906
2907 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2908
2909 * gdb.base/commands.exp (watchpoint_command_test): Check that the
2910 watchpoint's command list didn't execute when the watchpoint went
2911 out of scope.
2912
2913 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
2914
2915 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
2916 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
2917 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
2918 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2919 * gdb.arch/i386-permbkpt.exp: Likewise.
2920 * gdb.arch/i386-prologue.exp: Likewise.
2921 * gdb.arch/i386-size-overlap.exp: Likewise.
2922 * gdb.arch/i386-size.exp: Likewise.
2923 * gdb.arch/i386-unwind.exp: Likewise.
2924 * gdb.reverse/i386-precsave.exp: Likewise.
2925 * gdb.reverse/i386-reverse.exp: Likewise.
2926 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2927 * gdb.reverse/i387-env-reverse.exp: Likewise.
2928 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2929
2930 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2931
2932 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
2933 file doesn't error, using MI.
2934
2935 2011-05-23 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.base/charset.exp (string_display): Add tests to assign to
2938 arrays.
2939 * gdb.base/charset.c (short_array, int_array, long_array): New.
2940
2941 2011-05-20 Pedro Alves <pedro@codesourcery.com>
2942
2943 Cope with async mode.
2944
2945 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
2946 into gdb_test + mi_expect_stop.
2947
2948 2011-05-20 Pedro Alves <pedro@codesourcery.com>
2949
2950 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
2951 (callme): Remove printf call.
2952
2953 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2954
2955 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
2956 quote pattern to avoid problems with Cygwin/mingw expect versions.
2957 * gdb.base/default.exp (show convenience): Use double
2958 quote pattern for regular expressions.
2959
2960 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2961
2962 Fix -readnow for -gdwarf-4 unused type units.
2963 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
2964 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2965
2966 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 * gdb.base/kill-after-signal.c: New file.
2969 * gdb.base/kill-after-signal.exp: New file.
2970
2971 2011-05-16 Pedro Alves <pedro@codesourcery.com>
2972
2973 * gdb.ada/start.exp: Call untested with the correct test filename.
2974 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2975 test filename. Make the test's binary unique.
2976 * gdb.arch/i386-signal.exp: Call untested with the correct test
2977 filename.
2978 * gdb.arch/i386-size-overlap.exp: Ditto.
2979 * gdb.arch/Makefile.in (EXECUTABLES): Update.
2980 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2981 * gdb.cp/call-c.exp: Ditto.
2982 * gdb.mi/mi-reverse.exp: Call untested with the correct test
2983 filename. Make the test's binary unique.
2984 * gdb.mi/Makefile.in (EXECUTABLES): Update.
2985 * gdb.python/py-mi.exp: Ditto.
2986 * gdb.python/Makefile.in (EXECUTABLES): Update.
2987 * gdb.reverse/i386-precsave.exp: Ditto.
2988 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2989 test filename.
2990 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2991 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
2992 unique.
2993 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2994 test filename.
2995 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2996 * gdb.trace/tfile.exp: Ditto.
2997
2998 2011-05-14 Yao Qi <yao@codesourcery.com>
2999
3000 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
3001 type.
3002
3003 2011-05-13 Doug Evans <dje@google.com>
3004
3005 * gdb.python/py-objfile-script.exp: New file.
3006 * gdb.python/py-objfile-script.c: New file.
3007 * gdb.python/py-objfile-script-gdb.py: New file.
3008 * testsuite/gdb.python/py-section-script.exp: Test
3009 "info auto-load-scripts".
3010
3011 2011-05-13 Tom Tromey <tromey@redhat.com>
3012
3013 * gdb.dwarf2/clztest.exp: New file.
3014 * gdb.dwarf2/clztest.c: New file.
3015 * gdb.dwarf2/clztest.S: New file.
3016
3017 2011-05-13 Doug Evans <dje@google.com>
3018
3019 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
3020 String16 tests.
3021
3022 2011-05-13 Tom Tromey <tromey@redhat.com>
3023
3024 * lib/gdb.exp (is_x86_like_target): New proc.
3025 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
3026 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
3027 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
3028 -nostdlib to compiler.
3029 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
3030 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
3031 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
3032 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
3033 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
3034
3035 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3036
3037 * gdb.python/py-function.exp: Test setting a value from a function
3038 which executes a command.
3039
3040 2011-05-12 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.dwarf2/typeddwarf.S: New file.
3043 * gdb.dwarf2/typeddwarf.c: New file.
3044 * gdb.dwarf2/typeddwarf.exp: New file.
3045
3046 2011-05-12 Marek Polacek <mpolacek@redhat.com>
3047
3048 * gdb.mi/mi-basics.exp: Fix races. Honour the
3049 `test_exec_and_symbol_mi_operatons' return value.
3050 (test_mi_interpreter_selection): Use mi_gdb_test instead of
3051 gdb_test_multiple.
3052 (test_exec_and_symbol_mi_operatons): Likewise.
3053 (test_path_specification): Likewise.
3054
3055 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3056
3057 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
3058 (gdb_touch_execfile): Remove catch wrappers. New variable time.
3059 Replace `file copy' and `file rename' by `file mtime'. Twice.
3060
3061 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 * gdb.base/readline-ask.c: New file.
3064 * gdb.base/readline-ask.exp: New file.
3065 * gdb.base/readline-ask.inputrc: New file.
3066
3067 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3068
3069 * gdb.cell/bt.exp: Delete breakpoints before running to signal
3070 to avoid race condition.
3071 * gdb.cell/coremaker.c: Use small stack size.
3072 * gdb.cell/ea-standalone.exp: Use file name without path as
3073 argument to c_to.
3074 * gdb.cell/fork.exp: Allow other output when continuing to end.
3075
3076 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * gdb.threads/corethreads.c: New file.
3079 * gdb.threads/corethreads.exp: New file.
3080
3081 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3082
3083 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3084 Try to compile the test using -Wl,-z,norelro first.
3085 (load_core): New variable libthread_db_seen, initialize it.
3086 (zeroed-threads cannot be listed): Protect it by XFAIL on
3087 !$libthread_db_seen.
3088
3089 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 PR 12573
3092 * gdb.dwarf2/dw2-skip-prologue.S: New file.
3093 * gdb.dwarf2/dw2-skip-prologue.c: New file.
3094 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3095
3096 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 * gdb.cp/psymtab-parameter.cc: New file.
3099 * gdb.cp/psymtab-parameter.exp: New file.
3100
3101 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 Fix a race.
3104 * gdb.cp/static-print-quit.exp (print c): Split to ...
3105 (print c - <return>, print c - q <return>, print c - to quit):
3106 ... these. Make the testfile untested on gdb-7.1.
3107
3108 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
3109
3110 * lib/gdb.exp (exec_target_file, exec_symbol_file,
3111 gdb_rename_execfile, gdb_touch_execfile): New.
3112 * gdb.base/reread.exp: Use new procs to handle multiple
3113 exec files.
3114
3115 2011-05-05 Yao Qi <yao@codesourcery.com>
3116
3117 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3118 (test_adr_32bit, test_pop_pc): New.
3119 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3120 (test_adr_32bit, test_pop_pc): New.
3121
3122 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3123
3124 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3125 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3126 targets.
3127 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3128 handle targets.
3129
3130 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3131
3132 * gdb.base/completion.exp (complete help info wat): Rename to ...
3133 (complete 'help info wat'): ... here.
3134 Remove all `-re ".*' and `-re "^.*' redundant regexes.
3135 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3136
3137 2011-05-04 Pedro Alves <pedro@codesourcery.com>
3138
3139 * gdb.base/completion.exp: Use gdb_test_multiple instead of
3140 gdb_test and explicit $gdb_prompt/timeout matches.
3141
3142 2011-05-04 Yao Qi <yao@codesourcery.com>
3143
3144 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3145 and __thumb2__.
3146
3147 2011-05-03 Marek Polacek <mpolacek@redhat.com>
3148
3149 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3150 in place of `gdb_test "delete breakpoints"'. This eliminates two
3151 testcases.
3152
3153 2011-05-02 Pedro Alves <pedro@codesourcery.com>
3154
3155 PR testsuite/12649
3156 Fix races.
3157
3158 * gdb.base/completion.exp: Remove all sleep calls. Remove
3159 unnecessary regexs. Don't explicitly expect anything after the
3160 prompt. Eat the prompt if necessary.
3161
3162 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
3163
3164 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3165 accept to show the caller line again as well as the line after.
3166
3167 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
3168
3169 PR mi/12531
3170
3171 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3172 compile target.
3173 * gdb.python/py-prettyprint.exp: Add C++ object for
3174 CPLUS_FAKE_CHILD test.
3175
3176 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
3177
3178 * gdb.base/signest.exp: New file.
3179 * gdb.base/signest.c: Likewise.
3180
3181 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3184 thread and breakpoint notifications.
3185
3186 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 * gdb.base/fortran-sym-case.c: New file.
3189 * gdb.base/fortran-sym-case.exp: New file.
3190 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3191 * gdb.dwarf2/dw2-case-insensitive.c: New file.
3192 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3193
3194 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3195
3196 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3197 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3198 false #1', `if true else false #2' and `if true else false #3'.
3199
3200 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
3201
3202 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3203 while delivering signal.
3204
3205 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
3206
3207 MI breakpoint notifications.
3208
3209 * testsuite/gdb.mi/mi-cli.exp: Adust.
3210 * testsuite/gdb.mi/mi2-cli.exp: Adust.
3211 * testsuite/gdb.mi/mi-watch.exp: Adust.
3212 * testsuite/gdb.mi/mi2-watch.exp: Adust.
3213 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3214 notifications.
3215
3216 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * gdb.base/gdbindex-stabs-dwarf.c: New file.
3219 * gdb.base/gdbindex-stabs.c: New file.
3220 * gdb.base/gdbindex-stabs.exp: New file.
3221
3222 2011-04-25 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3225 with /*...*/.
3226 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3227
3228 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 * gdb.python/py-value.exp (test_objfiles): Name the first test
3231 `py-value in file.filename'.
3232
3233 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3234
3235 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3236 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3237 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3238 !gdbserver_reconnect_p..
3239 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3240
3241 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 * gdb.cp/cpcompletion.exp (complete class methods)
3244 (complete class methods beginning with F): Move them above runto. New
3245 comment about the runto delimiter.
3246
3247 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3248
3249 * gdb.base/maint.exp: Test that "maint print registers" works
3250 without a running program.
3251
3252 2011-04-20 Marek Polacek <mpolacek@redhat.com>
3253
3254 * gdb.base/setshow.exp: Fix racy tests.
3255 ($old_gdb_prompt): New variable.
3256
3257 2011-04-19 Tom Tromey <tromey@redhat.com>
3258
3259 * gdb.mi/mi-nsmoribund.exp:
3260 * gdb.hp/gdb.objdbg/objdbg01.exp:
3261 * gdb.base/structs.exp (test_struct_returns):
3262 * gdb.base/call-sc.exp (test_scalar_returns):
3263 * gdb.base/bigcore.exp: Remove duplicate words.
3264
3265 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * gdb.base/break-interp-lib.c (v, vptr): New variables.
3268 * gdb.base/break-interp.exp (test_attach): New comment.
3269
3270 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 * gdb.threads/gcore-thread.exp ($core0file): New variable.
3273 (clear __stack_user.next, clear stack_used.next)
3274 (save a zeroed-threads corefile): New test.
3275 Call core_load for $core0file.
3276 (zeroed-threads cannot be listed): New test.
3277
3278 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3281 filename.
3282 ($srcfile): Preserve the original value.
3283 ($testfile): Match it the .exp filename.
3284 ($corefile): New variable. Substitute it around.
3285 Use clean_restart.
3286 ($prev_timeout): Remove.
3287 (load_core): Move core loading into this proc.
3288 Fix restore of $timeout if load_core fails.
3289
3290 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3291
3292 * gdb.base/eu-strip-infcall.c: New file.
3293 * gdb.base/eu-strip-infcall.exp: New file.
3294
3295 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3296
3297 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3298 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3299
3300 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 Fix Python access to inlined frames.
3303 * gdb.python/py-frame-inline.c: New file.
3304 * gdb.python/py-frame-inline.exp: New file.
3305
3306 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
3307
3308 * gdb.base/gdb1090.exp: Change breakpoint location to read the
3309 content of 's24' correctly (avoiding "optimized out").
3310 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3311
3312 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3313
3314 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3315
3316 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3317
3318 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3319 expect a colon in watch -location output.
3320
3321 2011-04-13 Marek Polacek <mpolacek@redhat.com>
3322
3323 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
3324 New testcase `expect response to define backtrace'. Also remove
3325 redundant `default' block.
3326
3327 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3328
3329 * gdb.python/py-prettyprint.c (struct hint_error): New.
3330 (main): New variable hint_error.
3331 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3332 "print hint_error".
3333 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3334 (register_pretty_printers): Register it.
3335
3336 2011-04-04 Tom Tromey <tromey@redhat.com>
3337
3338 * gdb.cp/maint.exp (test_help): Update.
3339 (test_namespace): Likewise.
3340
3341 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3342
3343 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3344 * gdb.ada/arrayptr.exp: Add new tests.
3345
3346 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3347
3348 * gdb.ada/mi_catch_ex: New testcase.
3349
3350 2011-04-01 Pedro Alves <pedro@codesourcery.com>
3351
3352 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3353 base::overload(void) method without specifying "const".
3354
3355 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3356
3357 * gdb.arch/thumb-singlestep.S: New file.
3358 * gdb.arch/thumb-singlestep.exp: Likewise.
3359
3360 2011-03-31 Tom Tromey <tromey@redhat.com>
3361
3362 * gdb.python/py-prettyprint.py (exception_flag): New global.
3363 (NoStringContainerPrinter._iterator.next): Check it.
3364 * gdb.python/py-prettyprint.c (main): New variable nstype2.
3365 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3366
3367 2011-03-29 Tom Tromey <tromey@redhat.com>
3368
3369 * gdb.cp/anon-struct.cc: New file.
3370 * gdb.cp/anon-struct.exp: New file.
3371
3372 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3373
3374 Test STT_GNU_IFUNC support.
3375 * gdb.base/gnu-ifunc-lib.c: New file.
3376 * gdb.base/gnu-ifunc.c: New file.
3377 * gdb.base/gnu-ifunc.exp: New file.
3378
3379 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 Support a ring of related breakpoints.
3382 * gdb.base/watchpoint-delete.c: New file.
3383 * gdb.base/watchpoint-delete.exp: New file.
3384
3385 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * gdb.ada/arrayparam.exp (print first after function call): Use
3388 explicit package name. Add a comment
3389 (print lasta after function call): Rename ...
3390 (print last after function call): ... it and use explicit package
3391 name.
3392 (print length after function call): Use explicit package name.
3393 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3394 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3395 (multiple matches for symbol i): Rename ...
3396 (multiple matches for symbol integervar): ... it.
3397 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3398 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3399
3400 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
3401
3402 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3403 environment variable to make grep output more predictable. Move
3404 all the environment setup into gdb_init so it's done once per test
3405 case rather than each time we start gdb.
3406
3407 2011-03-24 Tom Tromey <tromey@redhat.com>
3408
3409 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
3410 test.
3411
3412 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.dwarf2/dw2-entry-value-main.c: New file.
3415 * gdb.dwarf2/dw2-entry-value.S: New file.
3416 * gdb.dwarf2/dw2-entry-value.exp: New file.
3417
3418 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3419
3420 PR python/12183
3421
3422 * gdb.python/py-function.exp: Add GdbError tests.
3423
3424 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3425
3426 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3427 (reglocal_test_func, statlocal_test_func): New functions.
3428 (globals_test_func): Call new functions.
3429 * gdb.trace/unavailable.exp (gdb_collect_args_test)
3430 (gdb_collect_locals_test): New procedure.
3431 (gdb_trace_collection_test): Call new procedures.
3432
3433 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3434
3435 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3436 (test_register, test_register_unavailable): New procedures.
3437 (gdb_unavailable_registers_test): New procedure.
3438 (gdb_trace_collection_test): Call it.
3439
3440 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3441
3442 PR python/12149
3443
3444 * gdb.python/python.exp: Add gdb.write tests.
3445
3446 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
3447
3448 * gdb.python/Makefile.in: Add py-objfile.
3449 * gdb.python/py-objfile.exp: New file.
3450 * gdb.python/py-objfile.c: New file.
3451 * gdb.python/py-block.exp: Add is_valid tests.
3452 * gdb.python/py-inferior.exp: Ditto.
3453 * gdb.python/py-infthread.exp: Ditto.
3454 * gdb.python/py-symbol.exp: Ditto.
3455 * gdb.python/py-symtab.exp: Ditto.
3456
3457 2011-03-16 Keith Seitz <keiths@redhat.com>
3458
3459 PR c++/12273
3460 * gdb.cp/cmpd-minsyms.exp: New test.
3461 * gdb.cp/cmpd-minsyms.cc: New file.
3462
3463 PR c++/11734
3464 * gdb.cp/ovsrch.exp: New test.
3465 * gdb.cp/ovsrch.h: New file.
3466 * gdb.cp/ovsrch1.cc: New file.
3467 * gdb.cp/ovsrch2.cc: New file.
3468 * gdb.cp/ovsrch3.cc: New file.
3469 * gdb.cp/ovsrch4.cc: New file.
3470
3471 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3472
3473 PR gdb/12528
3474 * gdb.base/Makefile.in: Adjust EXECUTABLES.
3475 * gdb.base/break-on-linker-gcd-function.exp: New test.
3476 * gdb.base/break-on-linker-gcd-function.cc: New file.
3477
3478 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
3479
3480 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3481
3482 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
3483
3484 * lib/gdb.exp (gdb_unload): Add another termination case.
3485
3486 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3489 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3490 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3491 Provide a stub byte there.
3492 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3493 DW_AT_entry_pc.
3494 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3495
3496 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3497
3498 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3499 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
3500 "generic ABI, auto".
3501 (altivec_abi_tests): Accept vectors returned by reference.
3502
3503 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
3504
3505 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3506
3507 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
3508
3509 * gdb.python/py-section-script.exp: Skip test if no Python support.
3510
3511 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
3512
3513 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3514
3515 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3516
3517 * gdb.python/py-parameter.exp: Update tests to the new Python
3518 parameter API. Add "no documentation" test. Add deprecated API
3519 backward compatibility test.
3520
3521 2011-03-09 Tom Tromey <tromey@redhat.com>
3522
3523 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3524 gdb_continue_to_end.
3525
3526 2011-03-09 Mark Kettenis <kettenis@gnu.org>
3527
3528 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3529 tabs.
3530
3531 2011-03-09 Tom Tromey <tromey@redhat.com>
3532
3533 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
3534 parentheses.
3535 (gdb_continue_to_end): Add "allow_extra" parameter. Use
3536 $command.
3537 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3538 argument to gdb_continue_to_end.
3539 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3540 argument to gdb_continue_to_end.
3541 * gdb.cp/annota3.exp: Fix regex.
3542 * gdb.cp/annota2.exp: Fix regex.
3543 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3544 gdb_continue_to_end.
3545 * gdb.base/call-signal-resume.exp: Revert earlier patch.
3546 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3547 gdb_continue_to_end.
3548
3549 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3550
3551 * gdb.server/ext-run.exp
3552 (load new file without any gdbserver inferior): New test.
3553
3554 2011-03-07 Tom Tromey <tromey@redhat.com>
3555
3556 * Makefile.in (TAGS): Rewrite.
3557
3558 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * gdb.trace/report.exp (12.1: trace report #1): New match for the
3561 initial commands echo. New match for `Found trace'. Anchor all the
3562 other matches. Anchor and match for `No trace frame found' the final
3563 match.
3564
3565 2011-03-07 Tom Tromey <tromey@redhat.com>
3566
3567 * Makefile.in (TAGS): New target.
3568
3569 2011-03-07 Tom Tromey <tromey@redhat.com>
3570
3571 * lib/opencl.exp (skip_opencl_tests): Update for exit message
3572 change.
3573 * lib/mi-support.exp (mi_gdb_test): Update for exit message
3574 change.
3575 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
3576 exit message change.
3577 (skip_altivec_tests): Update for exit message change.
3578 (skip_vsx_tests): Likewise.
3579 (gdb_continue_to_end): Likewise. Add 'command' argument.
3580 * lib/cell.exp (skip_cell_tests): Update for exit message change.
3581 * gdb.threads/tls.exp: Update for exit message change.
3582 * gdb.threads/thread-unwindonsignal.exp: Use
3583 gdb_continue_to_end.
3584 * gdb.threads/step.exp (step_it): Update for exit message change.
3585 (continue_all): Likewise.
3586 * gdb.threads/print-threads.exp (test_all_threads): Update for
3587 exit message change.
3588 * gdb.threads/interrupted-hand-call.exp: Use
3589 gdb_continue_to_end.
3590 * gdb.threads/execl.exp: Use gdb_continue_to_end.
3591 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3592 gdb_continue_to_end.
3593 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3594 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3595 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3596 * gdb.cp/method.exp: Update for exit message change.
3597 * gdb.cp/mb-templates.exp: Update for exit message change.
3598 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3599 * gdb.cp/annota3.exp: Update for exit message change.
3600 * gdb.cp/annota2.exp: Update for exit message change.
3601 * gdb.cell/fork.exp: Use gdb_continue_to_end.
3602 * gdb.base/term.exp: Update for exit message change.
3603 * gdb.base/step-test.exp (test_i): Update for exit message change.
3604 * gdb.base/sigstep.exp (advance): Update for exit message change.
3605 (advancei): Likewise.
3606 * gdb.base/siginfo.exp: Update for exit message change.
3607 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3608 * gdb.base/reread.exp: Use gdb_continue_to_end.
3609 * gdb.base/langs.exp: Use gdb_continue_to_end.
3610 * gdb.base/interrupt.exp: Update for exit message change.
3611 * gdb.base/gdb1555.exp: Update for exit message change.
3612 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3613 * gdb.base/ending-run.exp: Update for exit message change.
3614 * gdb.base/chng-syms.exp: Update for exit message change.
3615 * gdb.base/checkpoint.exp: Update for exit message change.
3616 * gdb.base/catch-syscall.exp (check_for_program_end): Use
3617 gdb_continue_to_end.
3618 (test_catch_syscall_with_wrong_args): Likewise.
3619 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3620 * gdb.base/break-interp.exp (test_ld): Update for exit message
3621 change.
3622 * gdb.base/bang.exp: Update for exit message change.
3623 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3624 (do_call_attach_tests): Likewise.
3625 * gdb.base/a2-run.exp: Update for exit message change.
3626 * gdb.arch/ppc-dfp.exp: Update for exit message change.
3627 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3628 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3629
3630 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3631
3632 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3633
3634 2011-03-03 Tom Tromey <tromey@redhat.com>
3635
3636 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3637 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3638 * gdb.hp/gdb.aCC/configure.ac: Remove.
3639 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3640 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3641 * gdb.hp/gdb.base-hp/configure.ac: Remove.
3642 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3643 * gdb.hp/gdb.compat/configure (Makefile): Remove.
3644 * gdb.hp/gdb.compat/configure.ac: Remove.
3645 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3646 * gdb.hp/gdb.defects/configure (Makefile): Remove.
3647 * gdb.hp/gdb.defects/configure.ac: Remove.
3648 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3649 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3650 * gdb.hp/gdb.objdbg/configure.ac: Remove.
3651 * gdb.hp/configure.ac: Remove.
3652 * gdb.hp/configure: Remove.
3653 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3654 substitution.
3655 (Makefile): Remove rule.
3656 * gdb.cell/configure.ac: Remove.
3657 * gdb.cell/configure: Remove.
3658 * gdb.stabs/Makefile.in (Makefile): Remove.
3659 (distclean): Don't remove config.status or config.log.
3660 * gdb.stabs/configure (Makefile): Remove.
3661 * gdb.stabs/configure.ac: Remove.
3662 * configure: Rebuild.
3663 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3664 Remove stabs- and cell-specific logic. Test for existence of
3665 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
3666 subdirectories, gdb.cell, and and gdb.stabs.
3667 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3668
3669 2011-03-03 Joel Brobecker <brobecker@adacore.com>
3670
3671 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3672 end of buffer.
3673
3674 2011-03-02 Joel Brobecker <brobecker@adacore.com>
3675
3676 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3677 gdb_test when running a test where we expected no output back.
3678
3679 2011-02-28 Michael Snyder <msnyder@vmware.com>
3680
3681 * gdb.cp/overload.cc: Change initializer value to integer.
3682
3683 2011-02-27 Michael Snyder <msnyder@vmware.com>
3684
3685 * gdb.multi/base.exp: Add test for remove-inferiors.
3686
3687 2011-02-26 Joel Brobecker <brobecker@adacore.com>
3688
3689 * gdb.python/py-frame.exp: Simplify the initialization phase
3690 using prepare_for_testing.
3691
3692 2011-02-25 Michael Snyder <msnyder@vmware.com>
3693
3694 * gdb.multi/base.exp: Add tests for info inferiors with args.
3695
3696 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.dwarf2/dw2-ranges.S: Rename to ...
3699 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3700 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3701 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3702 asmfile3. Comment the STABS (#3) file compilation. Compile
3703 everything through assembler. Provide KFAIL for symtab/12497.
3704 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3705 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3706 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3707 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3708
3709 2011-02-24 Michael Snyder <msnyder@vmware.com>
3710
3711 * gdb.base/break.exp: Add tests for delete breakpoints using
3712 convenience variables and value history references.
3713
3714 2011-02-24 Michael Snyder <msnyder@vmware.com>
3715
3716 * gdb.base/break.exp: Remove debugging 'printf' accidentally
3717 left behind in previous check-in.
3718
3719 2011-02-23 Michael Snyder <msnyder@vmware.com>
3720
3721 * gdb.base/break.exp: Add tests for "info break" with arguments.
3722 * gdb.trace/infotrace.exp: Update patterns for error and help.
3723 * gdb.base/completion.exp: Update pattern.
3724 * gdb.base/ena-dis-br.exp: Update pattern.
3725 * gdb.base/help.exp: Update patterns.
3726
3727 2011-02-23 Michael Snyder <msnyder@vmware.com>
3728
3729 * gdb.base/memattr.exp: New test.
3730 * gdb.base/memattr.c: Test load for memattr.exp.
3731
3732 2011-02-22 Doug Evans <dje@google.com>
3733
3734 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3735
3736 2011-02-22 Michael Snyder <msnyder@vmware.com>
3737
3738 * Makefile.in: Make more clean.
3739 * gdb.ada/Makefile.in: Ditto.
3740 * gdb.arch/Makefile.in: Ditto.
3741 * gdb.asm/Makefile.in: Ditto.
3742 * gdb.base/Makefile.in: Ditto.
3743 * gdb.cp/Makefile.in: Ditto.
3744 * gdb.dwarf2/Makefile.in: Ditto.
3745 * gdb.java/Makefile.in: Ditto.
3746 * gdb.mi/Makefile.in: Ditto.
3747 * gdb.modula2/Makefile.in: Ditto.
3748 * gdb.python/Makefile.in: Ditto.
3749 * gdb.server/Makefile.in: Ditto.
3750 * gdb.stabs/Makefile.in: Ditto.
3751 * gdb.threads/Makefile.in: Ditto.
3752 * gdb.trace/Makefile.in: Ditto.
3753
3754 2011-02-22 Michael Snyder <msnyder@vmware.com>
3755
3756 * gdb.threads/thread-find.exp: Add tests for bad input to
3757 info threads.
3758
3759 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.python/py-breakpoint.exp: Fix the expected output of
3762 one of the "maint info breakpoints" tests to accept the output
3763 generated on platforms that do not have hardware watchpoints.
3764
3765 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3766
3767 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3768 clean_restart. Be a little stricter in the expected output
3769 for one of the tests. Fix a typo in one of the comments.
3770
3771 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3772
3773 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
3774 Delete variable binfile, no longer use. Add or modify test
3775 comments to make them unique.
3776
3777 2011-02-21 Michael Snyder <msnyder@vmware.com>
3778
3779 * Makefile.in: Update for make clean.
3780 * gdb.ada/Makefile.in: Ditto.
3781 * gdb.arch/Makefile.in: Ditto.
3782 * gdb.asm/Makefile.in: Ditto.
3783 * gdb.base/Makefile.in: Ditto.
3784 * gdb.cp/Makefile.in: Ditto.
3785 * gdb.dwarf2/Makefile.in: Ditto.
3786 * gdb.java/Makefile.in: Ditto.
3787 * gdb.mi/Makefile.in: Ditto.
3788 * gdb.modula2/Makefile.in: Ditto.
3789 * gdb.python/Makefile.in: Ditto.
3790 * gdb.server/Makefile.in: Ditto.
3791 * gdb.stabs/Makefile.in: Ditto.
3792 * gdb.threads/Makefile.in: Ditto.
3793 * gdb.trace/Makefile.in: Ditto.
3794
3795 2011-02-21 Michael Snyder <msnyder@vmware.com>
3796
3797 * gdb.threads/thread-find.exp: Update patterns for changes in
3798 output of "info threads" command.
3799
3800 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3801 Ulrich Weigand <uweigand@de.ibm.com>
3802
3803 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3804 (skip_hw_watchpoint_tests): Likewise.
3805 (skip_hw_watchpoint_multi_tests): Likewise.
3806
3807 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
3808
3809 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3810 (skip_hw_watchpoint_tests): Likewise.
3811 (skip_hw_watchpoint_multi_tests): Likewise.
3812 (skip_hw_watchpoint_access_tests): Likewise.
3813
3814 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3815 * gdb.base/pr11022.exp: Likewise.
3816 * gdb.base/watch-read.exp: Likewise.
3817 * gdb.base/watch_thread_num.exp: Likewise.
3818 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3819 * gdb.base/watchpoint-hw.exp: Likewise.
3820 * gdb.base/watchpoint.exp: Likewise.
3821 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3822 * gdb.threads/watchthreads-reorder.exp: Likewise.
3823 * gdb.threads/watchthreads.exp: Likewise.
3824 * gdb.threads/watchthreads2.exp: Likewise.
3825
3826 2011-02-21 Joel Brobecker <brobecker@adacore.com>
3827
3828 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3829 the debugger is unable to find the array bounds.
3830
3831 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3832
3833 * gdb.cp/typedef-operator.exp: New file.
3834 * gdb.cp/typedef-operator.cc: New file.
3835
3836 2011-02-17 Michael Snyder <msnyder@vmware.com>
3837
3838 * gdb.threads/thread-find.exp: Fix regular expressions.
3839
3840 2011-02-17 Joel Brobecker <brobecker@adacore.com>
3841
3842 * gdb.ada/packed_array: Expand testcase to test printing of
3843 unconstrained packed array.
3844
3845 2011-02-17 Joel Brobecker <brobecker@adacore.com>
3846
3847 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3848
3849 2011-02-16 Pedro Alves <pedro@codesourcery.com>
3850
3851 * gdb.trace/collection.c (globalarr3): New global.
3852 (main): Initialize it before collecting, and and clear it
3853 afterwards.
3854 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3855 collecting with '{type} addr', where the addr expression is not an
3856 rvalue.
3857
3858 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
3859
3860 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3861 a bool variable. Expect correct OpenCL names for vector types. Use the
3862 uc3 variable name instead of referring to the uchar3 built-in type.
3863 Escape the asterisk at the half pointer test.
3864
3865 2011-02-16 Pedro Alves <pedro@codesourcery.com>
3866
3867 * gdb.trace/collection.c (globalarr2): New global.
3868 (main): Initialize it before collecting, and and clear it
3869 afterwards.
3870 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3871 collecting overlapping memory ranges.
3872
3873 2011-02-15 Michael Snyder <msnyder@vmware.com>
3874
3875 * gdb.base/default.exp: Add tests for thread commands.
3876 * gdb.base/help.exp: Add tests for thread commands.
3877 * gdb.threads/thread-find.exp: New test for thread find command.
3878
3879 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
3880
3881 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3882
3883 2011-02-15 Yao Qi <yao@codesourcery.com>
3884
3885 PR tdep/12352
3886 * gdb.arch/arm-disp-step.S : New test for str instruction.
3887 * gdb.arch/arm-disp-step.exp : Likewise.
3888
3889 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
3890
3891 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3892 "vector_register2_vr" test strings. Test the extended floating
3893 point registers (F32~F63).
3894 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3895 IBM XL C compiler. Make the test program use a register provided
3896 by the compiler for the lxvd2x instruction.
3897
3898 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3899
3900 * gdb.trace/unavailable.cc (class Base, class Middle, class
3901 Derived): New types.
3902 (derived_unavail, derived_partial, derived_whole): New globals.
3903 (virtual_partial): New global.
3904 (virtualp): Point at virtual_partial.
3905 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3906 related to unavailable vptr.
3907
3908 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3909
3910 * gdb.trace/unavailable.cc (a, b, c): New globals.
3911 (main): Set and clear them.
3912 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
3913 `a' and `c', and check that `b' isn't collected, although `a' and
3914 `c' are.
3915
3916 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3917
3918 * gdb.trace/unavailable.cc (struct Virtual): New.
3919 (virtualp): New global pointer.
3920 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
3921 printing a pointer to an object whose type has a vtable, with
3922 print object on.
3923
3924 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3925
3926 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
3927 value repeat handles unavailableness.
3928
3929 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3930
3931 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
3932 tests for building arrays from unavailable values, subscripting
3933 non-memory rvalue unvailable arrays, and accessing fields or
3934 baseclasses of non-lazy unavailable values,
3935 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
3936 struct types.
3937 (g_smallstruct, g_smallstruct_b): New globals.
3938
3939 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3940
3941 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
3942
3943 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 Fix const/volatile qualifiers of C++ types, PR c++/12328.
3946 * gdb.cp/overload-const.exp: New file.
3947 * gdb.cp/overload-const.cc: New file.
3948
3949 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3950
3951 * gdb.opencl/callfuncs.cl: New file.
3952 * gdb.opencl/callfuncs.exp: New test.
3953 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
3954
3955 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3956
3957 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
3958 when computing result.
3959 * gdb.arch/altivec-abi.exp: Update expected results.
3960
3961 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3962
3963 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
3964 * gdb.base/jit.exp: Likewise.
3965 * gdb.base/pie-execl.exp: Likewise.
3966 * gdb.base/solib-nodir.exp: Likewise.
3967 * gdb.base/solib-overlap.exp: Likewise.
3968
3969 2011-02-07 Pedro Alves <pedro@codesourcery.com>
3970
3971 * gdb.trace/collection.c (global_pieces): New.
3972 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3973 New procedure.
3974 (gdb_trace_collection_test): Call it.
3975
3976 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3977
3978 * gdb.python/py-evthreads.c: New file.
3979 * gdb.python/py-evthreads.exp: New file.
3980 * gdb.python/py-events.py: New file.
3981 * gdb.python/py-events.exp: New file.
3982 * gdb.python/py-events.c: New file.
3983
3984 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3985
3986 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3987
3988 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
3989
3990 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3991 gdb.base/disasm-end-cu.exp: New test for disassembling over the
3992 boundary between two compilation units.
3993
3994 2011-02-02 Pedro Alves <pedro@codesourcery.com>
3995
3996 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3997 (Virtual): New structs.
3998 (virtual_o, virtual_middle_b): New globals.
3999 * gdb.cp/virtbase.exp: New tests.
4000
4001 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4002
4003 * gdb.base/jit.exp: New file.
4004 * gdb.base/jit-main.c: New file.
4005 * gdb.base/jit-solib.c: New file.
4006
4007 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
4008
4009 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
4010 proceed to initial kernel entry point.
4011 * gdb.opencl/datatypes.exp: Likewise.
4012 * gdb.opencl/operators.exp: Likewise.
4013 * gdb.opencl/vec_comps.exp: Likewise.
4014
4015 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
4016
4017 * gdb.cp/nsnested.cc: New.
4018 * gdb.cp/nsnested.exp: New.
4019 * gdb.cp/nsnoimports.exp: New.
4020 * gdb.cp/nsnoimports.cc: New.
4021
4022 2011-01-31 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.base/interact.exp: Add extra tests that verify that
4025 the value of the interactive-mode setting does not change
4026 after the script is sourced.
4027
4028 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4029
4030 * gdb.cp/noparam.exp: New file.
4031 * gdb.cp/noparam.cc: New file.
4032
4033 2011-01-28 Pedro Alves <pedro@codesourcery.com>
4034
4035 * gdb.trace/tfile.exp: Test that with no traceframe selected,
4036 there's no stack or registers.
4037
4038 2011-01-26 Tom Tromey <tromey@redhat.com>
4039
4040 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
4041 space before string output. Add test for "set print pretty off"
4042 case.
4043
4044 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4045
4046 * gdb.base/frame-args.exp: Adjust.
4047 * gdb.dwarf2/dw2-noloc.exp: Adjust.
4048 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
4049 * gdb.dwarf2/pieces.exp: Adjust.
4050 * gdb.opt/clobbered-registers-O2.exp: Adjust.
4051 * gdb.opt/inline-locals.exp: Adjust.
4052 * gdb.threads/fork-child-threads.exp: Adjust.
4053
4054 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
4055
4056 * gdb.opencl/convs_casts.cl: Move program scope variables into the
4057 OpenCL kernel function. Add a comment as marker. Add address space
4058 qualifiers for the remaining program scope variables.
4059 * gdb.opencl/datatypes.cl: Likewise.
4060 * gdb.opencl/operators.cl: Likewise.
4061 * gdb.opencl/vec_comps.cl: Likewise.
4062 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
4063 Add breakpoint at the marker comment.
4064 * gdb.opencl/datatypes.exp: Likewise.
4065 * gdb.opencl/operators.exp: Likewise.
4066 * gdb.opencl/vec_comps.exp: Likewise.
4067
4068 2011-01-24 Pedro Alves <pedro@codesourcery.com>
4069
4070 * gdb.base/printcmds.c (some_struct): New struct and instance.
4071 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
4072 procedure.
4073 <global scope>: Call it.
4074
4075 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
4076
4077 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
4078 argument to the gdb_compile_opencl_hostapp call.
4079
4080 2011-01-19 Yao Qi <yao@codesourcery.com>
4081
4082 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4083 positve list.
4084
4085 2011-01-19 Yao Qi <yao@codesourcery.com>
4086
4087 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4088 canonical form.
4089 Remove "xscale-*-*"
4090 * gdb.xml/tdesc-regs.exp: Likewise.
4091 * gdb.python/py-section-script.exp: Replace ARM target triplet
4092 with canonical form.
4093 Match arm*-*-symbianelf*.
4094 * gdb.base/dup-sect.exp: Likewise.
4095 * lib/dwarf.exp: New.
4096 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4097 dwarf2_support.
4098 * gdb.dwarf2/dup-psym.exp: Likewise.
4099 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4100 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4101 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4102 * gdb.dwarf2/dw2-basic.exp: Likewise.
4103 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4104 * gdb.dwarf2/dw2-const.exp: Likewise.
4105 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4106 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4107 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4108 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4109 * gdb.dwarf2/dw2-filename.exp: Likewise.
4110 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4111 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4112 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4113 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4114 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4115 * gdb.dwarf2/dw2-noloc.exp: Likewise.
4116 * gdb.dwarf2/dw2-op-call.exp: Likewise.
4117 * gdb.dwarf2/dw2-producer.exp: Likewise.
4118 * gdb.dwarf2/dw2-ranges.exp: Likewise.
4119 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4120 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4121 * gdb.dwarf2/dw2-strp.exp: Likewise.
4122 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4123 * gdb.dwarf2/implptr.exp: Likewise.
4124 * gdb.dwarf2/mac-fileno.exp: Likewise.
4125 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4126 * gdb.dwarf2/pieces.exp: Likewise.
4127 * gdb.dwarf2/pr11465.exp: Likewise.
4128 * gdb.dwarf2/valop.exp: Likewise.
4129 * gdb.dwarf2/watch-notconst.exp: Likewise.
4130 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4131
4132 2011-01-19 Tom Tromey <tromey@redhat.com>
4133
4134 * gdb.python/py-infthread.exp: Add thread tests.
4135
4136 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4137
4138 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4139
4140 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4141
4142 * gdb.ada/widewide: New testcase.
4143
4144 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4145
4146 * gdb.base/interact.exp: New testcase.
4147
4148 2011-01-12 Tom Tromey <tromey@redhat.com>
4149
4150 * gdb.mi/gdb2549.exp: Update for error message changes.
4151 * gdb.mi/mi-cli.exp: Likewise.
4152 * gdb.mi/mi-disassemble.exp: Likewise.
4153 * gdb.mi/mi-pthreads.exp: Likewise.
4154 * gdb.mi/mi-regs.exp: Likewise.
4155 * gdb.mi/mi-stack.exp: Likewise.
4156 * gdb.mi/mi-var-block.exp: Likewise.
4157 * gdb.mi/mi-var-cmd.exp: Likewise.
4158 * gdb.mi/mi2-cli.exp: Likewise.
4159 * gdb.mi/mi2-disassemble.exp: Likewise.
4160 * gdb.mi/mi2-pthreads.exp: Likewise.
4161 * gdb.mi/mi2-regs.exp: Likewise.
4162 * gdb.mi/mi2-stack.exp: Likewise.
4163 * gdb.mi/mi2-var-block.exp: Likewise.
4164 * gdb.mi/mi2-var-cmd.exp: Likewise.
4165
4166 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4167 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 PR fortran/11104 and DWARF unbound arrays detection.
4170 * gdb.fortran/multi-dim.exp: New file.
4171 * gdb.fortran/multi-dim.f90: New file.
4172
4173 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4174
4175 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4176 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4177 add new tests for opcode dumping.
4178
4179 2011-01-11 Tom Tromey <tromey@redhat.com>
4180
4181 * gdb.python/py-infthread.exp: Load gdb-python.exp.
4182
4183 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4184
4185 Convert hardware watchpoints to use breakpoint_ops.
4186 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4187 type is not supported.
4188 * gdb.base/foll-fork.exp: Likewise.
4189 * gdb.base/foll-vfork.exp: Likewise.
4190
4191 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
4192
4193 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4194 Use load_lib gdb-python.exp.
4195 * gdb.python/python.exp: Ditto.
4196 * gdb.python/py-function.exp: Ditto.
4197
4198 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
4199
4200 * gdb.threads/tls.exp ("info address me"): Fix expected output.
4201
4202 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4203
4204 * configure: Regenerate.
4205
4206 2011-01-06 Tom Tromey <tromey@redhat.com>
4207
4208 * gdb.python/py-frame.exp: Test gdb.newest_frame.
4209
4210 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4211
4212 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4213 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4214 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4215 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4216 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4217 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4218 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4219 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4220 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4221 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4222 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4223 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4224 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4225 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4226 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4227 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4228 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4229 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4230 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4231 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4232 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4233 gdb.ada/uninitialized_vars.exp,
4234 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4235 Simplify by using clean_restart.
4236
4237 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4238
4239 Add marker to be used as anchor for inserting breakpoints.
4240 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4241 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4242 Likewise.
4243
4244 Remove uses of gdb_start_cmd.
4245 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4246 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4247
4248 Do not run testcase if testing with GDBserver.
4249 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4250 if testing with GDBserver.
4251
4252 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4253
4254 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4255 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4256 copyright header.
4257
4258 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4259
4260 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4261 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4262 testsuite/gdb.fortran/complex.f,
4263 testsuite/gdb.fortran/derived-type.f90,
4264 testsuite/gdb.fortran/library-module-lib.f90,
4265 testsuite/gdb.fortran/library-module-main.f90,
4266 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4267 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4268 Copyright year update.
4269
4270 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4271
4272 * gdb.base/langs1.f: Add copyright header.
4273
4274 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 * gdb.base/morestack.exp: New file.
4277 * gdb.base/morestack.c: New file.
4278
4279 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4280
4281 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4282
4283 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4284
4285 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4286 * gdb.ada/arrayptr.exp: Add test printing that new variable.
4287
4288 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4289
4290 * gdb.ada/lang_switch.exp: Correct expected parameter value.
4291
4292 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
4293
4294 * gdb.threads/tls.exp: Fix typo.
4295
4296 * gdb.threads/thread-specific.exp (get_thread_list): Update.
4297 * gdb.threads/execl.exp: Update.
4298
4299 2010-12-23 Yao Qi <yao@codesourcery.com>
4300
4301 * gdb.arch/arm-disp-step.exp: New.
4302 * gdb.arch/arm-disp-step.S: New.
4303
4304 2010-12-21 Tom Tromey <tromey@redhat.com>
4305
4306 * gdb.threads/execl.exp: Update.
4307 * gdb.threads/linux-dp.exp: Update.
4308 * gdb.threads/manythreads.exp: Update.
4309 * gdb.threads/tls.exp: Update.
4310
4311 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4314 (NextOverThrowDerivates) <resumebpt>: New.
4315 (resumebpt_test): New.
4316 (main): Call resumebpt_test.
4317 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4318
4319 2010-12-12 Stan Shebs <stan@codesourcery.com>
4320
4321 * gdb.trace/tsv.exp: Test print command on trace state variables.
4322
4323 2010-12-09 Tom Tromey <tromey@redhat.com>
4324
4325 * gdb.base/interp.exp: Add regression test.
4326
4327 2010-12-09 Tom Tromey <tromey@redhat.com>
4328
4329 * gdb.java/jnpe.java: New file.
4330 * gdb.java/jnpe.exp: New file.
4331 * gdb.cp/nextoverthrow.exp: New file.
4332 * gdb.cp/nextoverthrow.cc: New file.
4333
4334 2010-12-07 Doug Evans <dje@google.com>
4335
4336 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4337 of data-directory.
4338 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4339 updated.
4340 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4341
4342 2010-11-29 Michael Snyder <msnyder@vmware.com>
4343
4344 * gdb.base/callfuncs.exp: Test for skip_float_tests.
4345 * gdb.base/call-sc.exp: Ditto.
4346 * gdb.base/finish.exp: Ditto.
4347 * gdb.base/return.exp: Ditto.
4348 * gdb.base/return2.exp: Ditto.
4349
4350 2010-11-30 Doug Evans <dje@google.com>
4351
4352 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4353 (gdb_expect_list): Fix spelling errors in comments.
4354 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4355 send_gdb/gdb_expect_list where applicable.
4356 * gdb.base/call-ar-st.exp: Ditto.
4357 * gdb.base/funcargs.exp: Ditto.
4358 * gdb.base/gcore.exp: Ditto.
4359 * gdb.base/page.exp: Ditto.
4360 * gdb.base/sigaltstack.exp: Ditto.
4361 * gdb.base/siginfo.exp: Ditto.
4362 * gdb.base/sigstep.exp: Ditto.
4363 * gdb.base/trace-commands.exp: Ditto.
4364
4365 2010-11-29 Doug Evans <dje@google.com>
4366
4367 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4368 printer-name;subprinter-name.
4369
4370 2010-11-29 Tom Tromey <tromey@redhat.com>
4371
4372 * gdb.dwarf2/implptr.exp: New file.
4373 * gdb.dwarf2/implptr.c: New file.
4374 * gdb.dwarf2/implptr.S: New file.
4375
4376 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4377
4378 PR python/12199
4379
4380 * gdb.python/py-breakpoint.exp: Test the delete method.
4381
4382 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 Fix step_resume_breakpoint unsaved during an infcall.
4385 * gdb.base/step-resume-infcall.exp: New file.
4386 * gdb.base/step-resume-infcall.c: New file.
4387
4388 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4389
4390 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4391
4392 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4393
4394 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4395 on ppc64's symbols; "finish" and "return" commands must accept to
4396 show the caller line again as well as the line after.
4397 * gdb.asm/powerpc64.inc: New file.
4398
4399 2010-11-23 Doug Evans <dje@google.com>
4400
4401 * lib/gdb.exp (gdb_test_sequence): New function.
4402 (gdb_expect_list): Add verbose -log call for each pattern.
4403 * gdb.base/signals.exp (test_handle_all_print): Call it.
4404 Reduce timeout increment from 6 minutes to 1 minute.
4405 * gdb.server/ext-run.exp: Call it.
4406
4407 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
4408
4409 PR python/12212
4410
4411 * gdb.python/python.exp: Check that selected_thread raises an
4412 error when no inferior is loaded.
4413
4414 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4417 * gdb.dwarf2/dw2-stack-boundary.S: New file.
4418
4419 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4420
4421 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4422 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4423
4424 2010-11-18 Doug Evans <dje@google.com>
4425
4426 * gdb.server/ext-run.exp: Fix intermittent failures.
4427
4428 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4429
4430 * gdb.stabs/gdb11479.exp: Use runto_main.
4431
4432 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4433
4434 * gdb.base/break-entry.exp: Skip if using a stub.
4435
4436 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4437
4438 * gdb.python/py-inferior.exp: Pack values in target endianness.
4439
4440 2010-11-12 Tom Tromey <tromey@redhat.com>
4441
4442 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4443 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4444 MemoryError.
4445 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4446 type.
4447 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4448 MemoryError.
4449 (test_subscript_regression): Update exception type.
4450
4451 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4452
4453 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4454 breakpoint tests.
4455
4456 2010-11-09 Pedro Alves <pedro@codesourcery.com>
4457
4458 * gdb.base/watchpoint.exp: Test "watch -location" with an
4459 innacessible location.
4460
4461 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
4462 Luis Machado <luisgpm@br.ibm.com>
4463
4464 * gdb.base/maint.exp: Expect "." prefix.
4465 * gdb.base/nodebug.exp: Expect "." Likewise.
4466 * gdb.base/sepsymtab.exp: Expect "." Likewise.
4467 * gdb.base/watchpoint-cond-gone.exp: Likewise.
4468 * gdb.base/watchpoint.exp: Expect a software watch to be created for
4469 POWER server processors.
4470
4471 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
4472 Luis Machado <luisgpm@br.ibm.com>
4473
4474 * gdb.base/break-entry.exp: convert entry point for
4475 ppc64 and expect leading `.' on ppc64's symbols
4476
4477 2010-11-05 Doug Evans <dje@google.com>
4478
4479 * gdb.base/help.exp: Update expected output.
4480 * gdb.python/py-param.exp: Delete, contents moved to ...
4481 * gdb.python/py-parameter.exp: ... here. New file.
4482 Add test for gdb.parameter ("directories").
4483
4484 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4485
4486 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4487 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4488 * configure: Regenerate.
4489 * gdb.opencl/Makefile.in: New File.
4490 * gdb.opencl/datatypes.exp: Likewise.
4491 * gdb.opencl/datatypes.cl: Likewise.
4492 * gdb.opencl/operators.exp: Likewise.
4493 * gdb.opencl/operators.cl: Likewise.
4494 * gdb.opencl/vec_comps.exp: Likewise.
4495 * gdb.opencl/vec_comps.cl: Likewise.
4496 * gdb.opencl/convs_casts.exp: Likewise.
4497 * gdb.opencl/convs_casts.cl: Likewise.
4498 * lib/opencl.exp: Likewise.
4499 * lib/opencl_hostapp.c: Likewise.
4500 * lib/opencl_kernel.cl: Likewise.
4501 * lib/cl_util.c: Likewise.
4502 * lib/cl_util.c: Likewise.
4503 * gdb.base/default.exp (set language): Add "opencl" to the list of
4504 languages.
4505
4506 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
4507
4508 * gdb.cp/overload.exp: Added test for inheritance overload.
4509 * gdb.cp/overload.cc: Ditto.
4510 * gdb.cp/oranking.exp: Removed releveant kfails.
4511
4512 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4513 Joel Brobecker <brobecker@adacore.com>
4514
4515 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4516 check test_compiler_info.
4517
4518 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4519
4520 * gdb.base/gnu_vector.exp: Adjust expect messages.
4521
4522 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4523
4524 * gdb.base/gnu_vector.exp: Add unary operator tests.
4525
4526 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4527
4528 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4529
4530 2010-11-02 Doug Evans <dje@google.com>
4531
4532 * gdb.python/py-pp-maint.c: New file.
4533 * gdb.python/py-pp-maint.exp: New file.
4534 * gdb.python/py-pp-maint.py: New file.
4535
4536 2010-11-02 Tom Tromey <tromey@redhat.com>
4537
4538 * gdb.base/default.exp: Remove "scheme" from language list.
4539
4540 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4541
4542 Revert:
4543 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4544 * gdb.threads/sigstep-threads.exp: New file.
4545 * gdb.threads/sigstep-threads.c: New file.
4546
4547 2010-10-20 Michael Snyder <msnyder@vmware.com>
4548
4549 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4550
4551 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4552
4553 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4554 Skip test completely if gdb,no_hardware_watchpoints.
4555
4556 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4557
4558 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4559 strict, but do not check for any particular function name within libc.
4560
4561 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4562
4563 * gdb.cp/smartp.exp: New test.
4564 * gdb.cp/smartp.cc : New test.
4565
4566 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4567
4568 * gdb.cp/converts.exp: Test pointer to bool conversion.
4569 Test pointer to long conversion.
4570 * gdb.cp/oranking.exp: Removed relevant kfail.
4571
4572 2010-10-18 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4575 argument to lazy_string.
4576 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4577 (pp_ls.to_string): Use it.
4578 * gdb.python/py-prettyprint.c (main): Move declarations to top.
4579 Add "estring2" local.
4580
4581 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4582
4583 Fix s390x compatibility.
4584 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
4585 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4586
4587 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 * gdb.threads/sigstep-threads.exp: New file.
4590 * gdb.threads/sigstep-threads.c: New file.
4591
4592 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4593
4594 * gdb.base/pie-execl.exp: New file.
4595 * gdb.base/pie-execl.c: New file.
4596
4597 2010-10-13 Doug Evans <dje@google.com>
4598 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 PR exp/12117
4601 * gdb.cp/ptype-cv-cp.cc: New file.
4602 * gdb.cp/ptype-cv-cp.exp: New file.
4603
4604 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
4605
4606 * gdb.cp/converts.cc: New test program.
4607 * gdb.cp/converts.exp: New test.
4608 * gdb.cp/overload.exp: Added test for void* vs int*.
4609 * gdb.cp/overload.exp: Ditto.
4610 * gdb.cp/oranking.exp: Removed related kfail.
4611
4612 2010-10-13 Doug Evans <dje@google.com>
4613
4614 * lib/gdb-python.exp (gdb_check_python_config): New function.
4615 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4616 * gdb.python/lib-types.cc: New file.
4617 * gdb.python/lib-types.exp: New file.
4618
4619 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4620
4621 * gdb.python/py-error.exp: New file.
4622 * gdb.python/py-error.py: New file.
4623
4624 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4627 gdb_test_multiple.
4628
4629 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4630
4631 * gdb.base/break-interp.exp: Use ldlags for linking flags.
4632 * gdb.base/prelink.exp: Likewise.
4633 * gdb.base/solib-nodir.exp: Likewise.
4634 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4635 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4636 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4637
4638 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4639
4640 * break-interp.exp (test_ld): Use two separate gdb_expect statements
4641 for the "info files" test to avoid timeouts on slow machines.
4642
4643 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4646 (main): Make openlib dummy call.
4647
4648 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4649
4650 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4651 * break-interp.exp (reach): Move the core body ...
4652 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
4653 (test_ld): Provide always real argument, even to the linker. Replace
4654 dl_main by _dl_debug_state.
4655
4656 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4657
4658 Fix results of prelinked PIEs on ppc*.
4659 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4660 Accept also DISPLACEMENT "PRESENT".
4661 (main): Replace "ZERO" displacements by "PRESENT".
4662
4663 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
4664
4665 * gdb.cp/oranking.exp: New test.
4666 * gdb.cp/oranking.cc: New test program.
4667
4668 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
4669
4670 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4671 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4672
4673 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4674
4675 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4676 lush, lynx) New constant.
4677 * gdb.base/constvars.exp: Test const array types.
4678 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4679
4680 2010-10-06 Doug Evans <dje@google.com>
4681
4682 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4683 of syscall staging area.
4684
4685 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4686
4687 * gdb.base/gnu_vector.c: Add variable c4.
4688 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4689 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4690
4691 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
4692
4693 * gdb.arch/altivec-abi.exp: Fix a typo.
4694
4695 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
4696
4697 * lib/mi-support.exp (thread_selected_re): Correct pattern used
4698 to match a thread ID.
4699
4700 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 Fix s390x testcase compatibility.
4703 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4704
4705 2010-10-01 Doug Evans <dje@google.com>
4706
4707 * lib/gdb-python.exp: New file.
4708 * gdb.python/py-block.exp: Use it.
4709 * gdb.python/py-breakpoint.exp: Ditto.
4710 * gdb.python/py-frame.exp: Ditto.
4711 * gdb.python/py-inferior.exp: Ditto.
4712 * gdb.python/py-param.exp: Ditto.
4713 * gdb.python/py-prettyprint.exp: Ditto.
4714 * gdb.python/py-shared.exp: Ditto.
4715 * gdb.python/py-symbol.exp: Ditto.
4716 * gdb.python/py-symtab.exp: Ditto.
4717 * gdb.python/py-type.exp: Ditto.
4718 * gdb.python/py-value.exp: Ditto.
4719 * gdb.python/python.exp: Ditto.
4720
4721 2010-09-30 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.base/anon.exp: New file.
4724 * gdb.base/anon.c: New file.
4725
4726 2010-09-30 Tom Tromey <tromey@redhat.com>
4727
4728 * gdb.base/completion.exp: Test completion through anonymous
4729 union.
4730 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4731
4732 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4733
4734 Fix printing parameters of inlined functions.
4735 * gdb.dwarf2/dw2-inline-param.exp: New file.
4736 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4737 * gdb.dwarf2/dw2-inline-param.S: New file.
4738
4739 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4740
4741 PR corefiles/12071.
4742 * gdb.base/corefile.exp (quit with a process, no question: load core)
4743 (quit with a core file): New tests.
4744
4745 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4746
4747 Fix GDB crash on inferior calls with self-referencing classes.
4748 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4749 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4750 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4751
4752 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4753
4754 Fix lost siginfo_t for inferior calls.
4755 * gdb.base/siginfo-infcall.exp: New file.
4756 * gdb.base/siginfo-infcall.c: New file.
4757
4758 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4761
4762 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4763
4764 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4765 New test.
4766 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4767
4768 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4769
4770 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4771 type of our const type.
4772
4773 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
4774
4775 * gdb.cp/pr12028.cc: New.
4776 * gdb.cp/pr12028.exp: New.
4777
4778 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4779
4780 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
4781
4782 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
4783 Jan Kratochvil <jan.kratochvil@redhat.com>
4784
4785 PR mi/11407
4786 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4787 * gdb.mi/dw2-ref-missing-frame-main.c New File.
4788 * gdb.mi/dw2-ref-missing-frame.S New File.
4789 * gdb.mi/dw2-ref-missing-frame.exp New File.
4790
4791 2010-09-14 Tom Tromey <tromey@redhat.com>
4792
4793 PR symtab/8399:
4794 * gdb.threads/tls.exp: Remove kfail. Update expected output.
4795
4796 2010-09-14 Tom Tromey <tromey@redhat.com>
4797
4798 PR exp/11803:
4799 * gdb.threads/tls.exp: Use C++.
4800 (check_thread_local): Use K::another_thread_local.
4801 * gdb.threads/tls.c (class K): New.
4802 (another_thread_local): Now a member of K.
4803 (spin): Update. No longer K&R C.
4804
4805 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4806
4807 * gdb.cp/koenig.cc: created class for testing member lookup.
4808 * gdb.cp/koenig.exp: Added test for member lookup.
4809
4810 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 Fix false FAILs on sourcetree topdir directory containing "kill".
4813 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4814 source line matching regexp.
4815
4816 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4817
4818 * gdb.python/python.exp (set height 0, collect help from uiout)
4819 (verify help to uiout): New tests.
4820
4821 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4822
4823 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4824 is_lp64_target to check 64bit target.
4825
4826 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4829 (test_ld) <powerpc64-*>: New.
4830
4831 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4832
4833 * gdb.cp/templates.exp (test_template_args): Allow "struct".
4834
4835 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4836
4837 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4838 (FunctionArg::method): New function.
4839 (empty, arg): New variables.
4840 (main): Call arg.method.
4841 * gdb.cp/templates.exp (test_template_args): New function.
4842 (do_tests): Call it.
4843
4844 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4845
4846 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4847 of "next" to proceed over pthread_exit call.
4848
4849 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4850
4851 * gdb.base/maint.exp: Avoid wildcards against potentially very long
4852 "maint print statistics" output to prevent expect timeouts.
4853
4854 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4857 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4858 (test_float_rejected): ... here.
4859 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4860 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4861 (test_float_rejected): ... here.
4862 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4863 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4864 (test_float_rejected): ... here.
4865 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4866 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4867 (test_float_rejected): ... here.
4868
4869 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4870
4871 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4872 before disabling hardware watchpoints.
4873 (test_inaccessible_watchpoint): Check that hardware watchpoints
4874 are used. Test for watchpoints on a constant address.
4875
4876 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 * gdb.base/ui-redirect.exp: New file.
4879
4880 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4881 Joel Brobecker <brobecker@adacore.com>
4882
4883 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4884
4885 2010-08-31 Doug Evans <dje@google.com>
4886
4887 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4888
4889 2010-08-30 Tom Tromey <tromey@redhat.com>
4890
4891 PR python/11792:
4892 * gdb.python/py-value.exp (test_subscript_regression): Add
4893 dynamic_type test.
4894
4895 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
4896
4897 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4898 instead of running to main. Do not test the main function.
4899 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4900 Add new main.
4901
4902 2010-08-26 Pedro Alves <pedro@codesourcery.com>
4903
4904 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4905 one test.
4906
4907 2010-08-24 Doug Evans <dje@google.com>
4908
4909 PR symtab/11942
4910 * gdb.dwarf2/dw4-sig-types.cc: New file.
4911 * gdb.dwarf2/dw4-sig-types.h: New file.
4912 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
4913 * gdb.dwarf2/dw4-sig-types.exp: New file.
4914
4915 2010-08-23 Tom Tromey <tromey@redhat.com>
4916
4917 PR python/11145:
4918 * gdb.python/py-value.c (Base, Derived): New types.
4919 (base): New global.
4920 * gdb.python/py-value.exp (test_subscript_regression): Add
4921 dynamic_cast test.
4922
4923 2010-08-23 Tom Tromey <tromey@redhat.com>
4924
4925 PR python/10676:
4926 * gdb.python/py-type.exp (test_fields): Add tests for type
4927 equality.
4928
4929 2010-08-23 Tom Tromey <tromey@redhat.com>
4930
4931 PR python/11915:
4932 * gdb.python/py-type.exp (test_fields): Add tests for array.
4933
4934 2010-08-23 Keith Seitz <keiths@redhat.com>
4935
4936 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
4937 have any children. Create a new abbrev for it.
4938 Add missing terminal sequence to .debug_abbrev.
4939
4940 2010-08-20 Keith Seitz <keiths@redhat.com>
4941
4942 PR symtab/11465:
4943 * gdb.dwarf2/pr11465.exp: New test.
4944 * gdb.dwarf2/pr11465.S: New file.
4945 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
4946 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
4947
4948 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
4949
4950 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4951 registers. Update data sets with the new v2_double element in the
4952 VSX register union. Add vector_register3_vr data set for the AltiVec
4953 registers. Use gdb_test_no_output instead of send_gdb.
4954
4955 2010-08-19 Pedro Alves <pedro@codesourcery.com>
4956
4957 * gdb.python/py-shared.exp: New file, factored out from
4958 python.exp.
4959 * gdb.python/py-shared.c: New file.
4960 * gdb.python/py-shared-sl.c: New file.
4961 * gdb.python/python-1.c: New file.
4962 * gdb.python/python-sl.c: Delete.
4963 * gdb.python/python.c: Mention python-1.c.
4964 * gdb.python/python.exp: Move shared library tests to
4965 py-shared.exp.
4966 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4967 (MISCELLANEOUS): New.
4968 (clean mostlyclean): Also remove $MISCELLANEOUS.
4969
4970 2010-08-19 Doug Evans <dje@google.com>
4971
4972 PR exp/11926
4973 * gdb.base/printcmds.exp (test_float_accepted): New function.
4974 Move existing float tests there. Add tests for floats with suffixes.
4975 (test_float_rejected): New function.
4976 * gdb.java/jv-print.exp (test_float_accepted): New function.
4977 (test_float_rejected): New function.
4978 * gdb.objc/print.exp: New file.
4979 * gdb.pascal/print.exp: New file.
4980 * lib/objc.exp: New file.
4981
4982 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4983
4984 * gdb.base/default.exp (info set): Avoid full buffer error and force
4985 reading up to final gdb prompt.
4986 (show): Likewise.
4987
4988 2010-08-18 Tom Tromey <tromey@redhat.com>
4989
4990 PR symtab/11919:
4991 * gdb.base/completion.exp: Add test.
4992
4993 2010-08-18 Doug Evans <dje@google.com>
4994
4995 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4996 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4997 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4998 Simplify, early exit if runto_main fails.
4999 * gdb.fortran/exprs.exp: load_lib fortran.exp.
5000 (set_lang_fortran): Moved to lib/fortran.exp.
5001 * gdb.fortran/types.exp: load_lib fortran.exp.
5002 (set_lang_fortran): Moved to lib/fortran.exp.
5003 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
5004 * gdb.java/jprint.exp (set_lang_java): Ditto.
5005 * gdb.java/jv-exp.exp: load_lib java.exp.
5006 If set_lang_java fails, issue a warning instead of failure to be
5007 consistent with other set_lang_foo uses.
5008 (set_lang_java): Moved to lib/java.exp.
5009 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
5010 If set_lang_java fails, issue a warning instead of failure to be
5011 consistent with other set_lang_foo uses.
5012 * gdb.pascal/types.exp: load_lib pascal.exp.
5013 (set_lang_pascal): Moved to lib/pascal.exp.
5014 * lib/fortran.exp: New file.
5015 * lib/java.exp (set_lang_java): New function.
5016 * lib/pascal.exp (set_lang_pascal): New function.
5017
5018 2010-08-18 Yao Qi <yao@codesourcery.com
5019
5020 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
5021 func_nofb_start and func_loopfb_start, so that address of functions
5022 is equal to these labels on Thumb.
5023
5024 2010-08-18 Yao Qi <yao@codesourcery.com>
5025
5026 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
5027 to reflect latest c source file.
5028
5029 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5030
5031 * gdb.cp/infcall-dlopen.exp: New file.
5032 * gdb.cp/infcall-dlopen.cc: New file.
5033 * gdb.cp/infcall-dlopen-lib.cc: New file.
5034
5035 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5036 Pedro Alves <pedro@codesourcery.com>
5037
5038 PR breakpoints/11371
5039
5040 * gdb.base/watch-cond-infcall.exp: New file.
5041 * gdb.base/watch-cond-infcall.c: New file.
5042
5043 2010-08-16 Tom Tromey <tromey@redhat.com>
5044
5045 * gdb.base/help.exp: Update.
5046 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
5047 watchpoint.
5048 (test_watch_location): New proc.
5049 (test_watchpoint_in_big_blob): Delete watchpoint.
5050 * gdb.base/watchpoint.c (func5): New function.
5051 (main): Call it.
5052
5053 2010-08-16 Doug Evans <dje@google.com>
5054
5055 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
5056
5057 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5058
5059 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
5060 tests.
5061
5062 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
5063
5064 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
5065 * gdb.base/gnu_vector.c: New File.
5066 * gdb.base/gnu_vector.exp: Likewise.
5067
5068 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5069
5070 * gdb.python/python.c: New File.
5071 * gdb.python/python-sl.c: New File.
5072 * gdb.python/python.exp: Test solib_address and decode_line
5073 * functions.
5074
5075 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * gdb.python/python.exp (show height, set height 10)
5078 (verify pagination beforehand, verify pagination beforehand: q)
5079 (gdb.execute does not page, verify pagination afterwards)
5080 (verify pagination afterwards: q): New.
5081
5082 2010-08-02 Doug Evans <dje@google.com>
5083
5084 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5085 because of an older gcc, change test2
5086 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5087 to unsupported.
5088
5089 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
5090
5091 * gdb.base/break-always.exp: Do not expect full paths to file
5092 names.
5093 * gdb.base/commands.exp: Likewise.
5094
5095 2010-07-30 Doug Evans <dje@google.com>
5096
5097 * gdb.cp/temargs.exp: For new tests that require newer gccs,
5098 xfail them when run with older gccs.
5099
5100 * lib/gdb.exp (build_executable): Forward "c++" option to
5101 get_compiler_info.
5102
5103 * gdb.python/py-type.exp (test_template): Mark as xfail tests
5104 "python print ttype.template_argument(1)" and
5105 "python print isinstance(ttype.template_argument(1), gdb.Value)"
5106 if using gcc 4.4 or earlier.
5107
5108 * gdb.base/valgrind-db-attach.exp: Use unique test name for
5109 attach-to-debugger handling.
5110
5111 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5114 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5115 (main): Use copyreloc.
5116 * gdb.base/prelink.exp (split debug of executable)
5117 (.dynbss vs. .bss address shift): New tests.
5118
5119 2010-07-29 Pedro Alves <pedro@codesourcery.com>
5120
5121 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5122 in gdb_test_multiple.
5123
5124 2010-07-29 Pedro Alves <pedro@codesourcery.com>
5125
5126 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5127 environment.
5128
5129 2010-07-28 Tom Tromey <tromey@redhat.com>
5130
5131 PR python/11060:
5132 * gdb.python/py-type.c (Temargs): New template.
5133 (temvar): New variable.
5134 * gdb.python/py-type.exp (test_template): New proc.
5135
5136 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5139 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5140
5141 2010-07-28 Tom Tromey <tromey@redhat.com>
5142
5143 PR c++/9946:
5144 * gdb.cp/temargs.exp: New file.
5145 * gdb.cp/temargs.cc: New file.
5146
5147 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5148
5149 * gdb.base/help.exp (help disassemble): Update the content.
5150
5151 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5152
5153 * gdb.threads/ia64-sigill.exp: New file.
5154 * gdb.threads/ia64-sigill.c: New file.
5155
5156 2010-07-27 Tom Tromey <tromey@redhat.com>
5157
5158 * gdb.opt/inline-cmds.c (ATTR): New define.
5159 (func1): Use it.
5160 (func2): Likewise.
5161 (func3): Likewise.
5162 (outer_inline1): Likewise.
5163 (outer_inline2): Likewise.
5164 * gdb.opt/inline-bt.c (ATTR): New define.
5165 (func1): Use it.
5166 (func2): Likewise.
5167 * gdb.opt/inline-locals.c (ATTR): New define.
5168 (func1): Use it.
5169 (func2): Likewise.
5170
5171 2010-07-27 Tom Tromey <tromey@redhat.com>
5172
5173 * gdb.stabs/gdb11479.c (hack): New function.
5174 (test): Use it.
5175 (test2): Use it.
5176 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5177 (int32_search_buf, int64_search_buf): No longer static.
5178 (x): Remove.
5179 * gdb.base/relocate.c (hack): New function.
5180
5181 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5182
5183 * gdb.python/py-value.exp (test_inferior_function_call): New function.
5184 * gdb.python/py-value.c (func1): New function.
5185 (func2): Likewise.
5186
5187 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
5188
5189 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5190 as not to clash with .data section.
5191
5192 2010-07-26 Jerome Guitton <guitton@adacore.com>
5193
5194 * gdb.base/code_elim.exp: New file.
5195 * gdb.base/code_elim1.c: New file.
5196 * gdb.base/code_elim2.c: New file.
5197
5198 2010-07-21 Pedro Alves <pedro@codesourcery.com>
5199
5200 PR symtab/11827
5201
5202 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5203 (some_volatile_enum): New variable.
5204 * gdb.base/printcmds.exp (test_print_enums): New.
5205 <top level>: Call it.
5206
5207 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
5208
5209 * gdb.cp/fpointer.cc: New test.
5210 * gdb.cp/fpointer.exp: New test.
5211
5212 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5213
5214 * gdb.base/solib-nodir.exp: New file.
5215 * lib/gdb.exp (runto): New case for a GDB internal error.
5216
5217 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5218 Ulrich Weigand <uweigand@de.ibm.com>
5219 Tom Tromey <tromey@redhat.com>
5220
5221 * gdb.base/charset-malloc.c: New file.
5222 * gdb.base/charset.c (malloc_stub): New prototype.
5223 (main): Call it instead of malloc itself.
5224 * gdb.base/charset.exp: Use only prepare_for_testing.
5225 (binfile): Remove the variable.
5226
5227 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 Make core files the process_stratum.
5230 * gdb.base/corefile.exp (run: load core again)
5231 (run: sanity check we see the core file, run: with core)
5232 (run: core file is cleared, attach: load core again)
5233 (attach: sanity check we see the core file, attach: with core)
5234 (attach: core file is cleared): New tests.
5235 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
5236
5237 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
5238
5239 * gdb.arch/altivec-abi.exp: New tests.
5240
5241 2010-07-13 Tom Tromey <tromey@redhat.com>
5242
5243 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5244 (main): Use it.
5245 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5246
5247 2010-07-13 Tom Tromey <tromey@redhat.com>
5248
5249 * gdb.base/label.exp: New file.
5250 * gdb.base/label.c: New file.
5251
5252 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5253 H.J. Lu <hongjiu.lu@intel.com>
5254
5255 * lib/gdb.exp (is_ilp32_target): New.
5256 (is_lp64_target): Likewise.
5257
5258 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5259 target.
5260 * gdb.arch/amd64-disp-step.exp: Likewise.
5261 * gdb.arch/amd64-dword.exp: Likewise.
5262 * gdb.arch/amd64-i386-address.exp: Likewise.
5263 * gdb.arch/amd64-word.exp: Likewise.
5264
5265 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5266 target.
5267 * gdb.arch/i386-bp_permanent.exp: Likewise.
5268 * gdb.arch/i386-byte.exp: Likewise.
5269 * gdb.arch/i386-disp-step.exp: Likewise.
5270 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5271 * gdb.arch/i386-prologue.exp: Likewise.
5272 * gdb.arch/i386-size-overlap.exp: Likewise.
5273 * gdb.arch/i386-size.exp: Likewise.
5274 * gdb.arch/i386-sse.exp: Likewise.
5275 * gdb.arch/i386-unwind.exp: Likewise.
5276 * gdb.arch/i386-word.exp: Likewise.
5277
5278 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5279 test only when building 64-bit executables. Do not hard-code
5280 -m64 option.
5281
5282 2010-07-07 Doug Evans <dje@google.com>
5283
5284 * lib/gdb.exp (gdb_test_list_exact): New function.
5285 * gdb.base/default.exp (show convenience): Call it, add tests for
5286 $_sdata = void, $_thread = 0.
5287
5288 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5289 Joel Brobecker <brobecker@adacore.com>
5290
5291 Fix re-run of PIE executable, PR shlibs/11776.
5292 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5293 Remove $displacement_main to match the solib-svr4.c change. New "kill"
5294 and re-"run" of the inferior.
5295
5296 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5297 Joel Brobecker <brobecker@adacore.com>
5298
5299 Cope with missing /usr/sbin/prelink.
5300 * lib/prelink-support.exp (prelink_no):
5301 <result == 1 && $output is "no such file or directory">: New.
5302 (prelink_yes): Likewise. Return on failed prelink_no.
5303
5304 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5305 Joel Brobecker <brobecker@adacore.com>
5306
5307 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
5308 build_executable by build_executable_own_libs. Replace "prelink -R"
5309 execution by a call of prelink_yes. Comment why "prelink -r" needs no
5310 change.
5311 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
5312 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
5313 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5314 Replace build_executable by build_executable_own_libs's function
5315 build_executable_own_libs.
5316 (prelinkNO): Create new stub to call prelink_no.
5317 (prelinkYES): Create new stub to call prelink_yes.
5318 (test_attach): Rename calls of copy to file_copy.
5319 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5320 (copy): Move to ...
5321 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
5322 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5323 * gdb.base/prelink.exp: Disable testcase also for is_remote and
5324 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
5325 special flags by gdb_compile_shlib. Replace second gdb_compile by
5326 build_executable_own_libs. Replace "prelink -R" execution by a call of
5327 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
5328 a second call of prelink_yes. Replace restart commands by
5329 clean_restart.
5330 (prelink): Rename to ...
5331 (seen displacement message): ... this test. Extend its expectation
5332 strictness.
5333
5334 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5335
5336 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5337 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5338 displacement message exactly once.
5339
5340 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5341 Joel Brobecker <brobecker@adacore.com>
5342
5343 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
5344 its restore after the <$relink_args != ""> loop. new comment.
5345
5346 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5347 Joel Brobecker <brobecker@adacore.com>
5348
5349 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5350 code for it. New variable relink_args.
5351 (prelinkYES): Call prelinkNO.
5352 (test_attach): Accept new parameter relink_args. Re-prelink the binary
5353 in such case. Move the core code to ...
5354 (test_attach_gdb): ... a new function. Send GDB command "file".
5355 Extend expected "Attaching to " string.
5356
5357 2010-07-02 Tom Tromey <tromey@redhat.com>
5358
5359 * gdb.base/bitops.exp: Remove extraneous "pass".
5360
5361 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
5362
5363 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5364
5365 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5366
5367 * gdb.base/help.exp: Adjust expected output.
5368
5369 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5370
5371 * gdb.base/help.exp: Adjust expected output.
5372
5373 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5374
5375 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5376 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5377 c++/11702.
5378
5379 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5380 Doug Evans <dje@google.com>
5381
5382 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5383 add .dynamic entry'.
5384
5385 2010-06-29 Doug Evans <dje@google.com>
5386
5387 Test PR c++/11702.
5388 * gdb.cp/m-static.exp: Add testcase.
5389 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5390
5391 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5392 Tom Tromey <tromey@redhat.com>
5393 Thiago Jung Bauermann <bauerman@br.ibm.com>
5394
5395 * gdb.python/py-inferior.c: New File.
5396 * gdb.python/py-infthread.c: New File.
5397 * gdb.python/py-inferior.exp: New File.
5398 * gdb.python/py-infthread.exp: New File.
5399
5400 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5401
5402 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5403 (ptype ::C::OtherFileClass typedefs): New.
5404 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5405 (C::OtherFileClass::cOtherFileClassVar2): New.
5406 (C::OtherFileClass::cOtherFileClassVar_use): Use also
5407 cOtherFileClassVar2.
5408 (C::cOtherFileType2, C::cOtherFileVar2): New.
5409 (C::cOtherFileVar_use): use also cOtherFileVar2.
5410 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5411
5412 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5415 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5416 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5417 (print ::C::cOtherFileVar)
5418 (whatis C::OtherFileClass::cOtherFileClassType)
5419 (whatis ::C::OtherFileClass::cOtherFileClassType)
5420 (print C::OtherFileClass::cOtherFileClassVar)
5421 (print ::cOtherFileClassVar)
5422 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5423 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5424 trailing content.
5425 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5426 (C::OtherFileClass::cOtherFileClassVar)
5427 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5428 (C::cOtherFileVar, C::cOtherFileVar_use): New.
5429
5430 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5431
5432 Test PR c++/11703 and PR gdb/1448.
5433 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5434 gdb/1448.
5435
5436 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5439 (main) <rtti_data>: New.
5440 * gdb.cp/virtbase.exp (print rtti_data): New.
5441
5442 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5443 Joel Brobecker <brobecker@adacore.com>
5444
5445 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5446
5447 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5448
5449 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5450
5451 2010-06-28 Doug Evans <dje@google.com>
5452
5453 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5454
5455 2010-06-27 Doug Evans <dje@google.com>
5456
5457 * gdb.cp/m-static.exp: Update expected test output.
5458
5459 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
5460
5461 * gdb.gdb/selftest.exp: Adjust expected message for
5462 capturing start-up runtime.
5463
5464 2010-06-25 Tom Tromey <tromey@redhat.com>
5465
5466 PR python/10808:
5467 * gdb.python/python.exp: Add new tests.
5468
5469 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
5470
5471 * gdb.cp/operator.cc: Created an import loop.
5472 * gdb.cp/operator.exp: Added testcase for import loop.
5473
5474 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5475
5476 Test PR python/11407.
5477 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5478 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5479 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5480 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5481 executable_nofb and executable_fb. New variables srcsfile, objsfile,
5482 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5483 binfile. Call gdb_compile with clean_restart twice.
5484 (func_nofb print, func_nofb backtrace, func_loopfb print)
5485 (func_loopfb backtrace): New.
5486
5487 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5488
5489 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5490 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5491 by a hand made one.
5492 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
5493 i?86 requirement. Remove variables srcfile and binfile. New variable
5494 sources, executable_nofb and executable_fb. Call prepare_for_testing.
5495
5496 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5497
5498 * gdb.cell/dwarfaddr.exp: New file.
5499 * gdb.cell/dwarfaddr.S: New file.
5500
5501 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 Test PR 9436.
5504 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5505
5506 2010-06-24 Hui Zhu <teawater@gmail.com>
5507
5508 * gdb.base/eval.exp: New file.
5509
5510 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5511
5512 * gdb.cell/fork.exp: New file.
5513 * gdb.cell/fork.c: Likewise.
5514 * gdb.cell/fork-spu.c: Likewise.
5515
5516 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
5517
5518 * lib/gdb.exp (banned_variables_traced): New global variable.
5519 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5520 (gdb_init): Use `trace add variable' instead of obsolete
5521 `trace variable'.
5522
5523 2010-06-21 Doug Evans <dje@google.com>
5524
5525 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5526
5527 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5528
5529 * gdb.arch/spu-ls.exp: New file.
5530 * gdb.arch/spu-ls.c: Likewise.
5531
5532 2010-06-18 Stan Shebs <stan@codesourcery.com>
5533
5534 * gdb.threads/thread-specific.exp: Add tests of $_thread.
5535
5536 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5537
5538 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5539 * gdb.base/watch-cond.exp: Likewise.
5540 * gdb.python/py-breakpoint.exp: Likewise.
5541
5542 2010-06-18 Pedro Alves <pedro@codesourcery.com>
5543
5544 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5545 clean_restart, make sure every test has a distinct message, and
5546 that messages don't include the executable' full path.
5547
5548 2010-06-17 Doug Evans <dje@google.com>
5549
5550 * gdb.arch/i386-size.exp: Updated expected output for
5551 DISASSEMBLY_OMIT_FNAME.
5552
5553 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5554 Sergio Durigan Junior <sergiodj@redhat.com>
5555
5556 * gdb.base/watch-notconst.c: New file.
5557 * gdb.base/watch-notconst.S: New file.
5558 * gdb.base/watch-notconst2.c: New file.
5559 * gdb.base/watch-notconst2.S: New file.
5560 * gdb.base/watch-notconst.exp: New file.
5561 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5562 (func4): Add operations on `global_ptr_ptr'.
5563 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5564 routine to test watchpoints created with a constant expression.
5565 (test_inaccessible_watchpoint): Include tests for watchpoints
5566 created with a constant expression.
5567
5568 2010-06-14 Kevin Buettner <kevinb@redhat.com>
5569
5570 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5571 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5572 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5573 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5574 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5575 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5576 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5577 of `_start'.
5578
5579 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5580
5581 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5582 not supported on the target.
5583 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5584 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5585 * gdb.mi/mi-nsintrall.exp: Likewise.
5586 * gdb.mi/mi-nsmoribund.exp: Likewise.
5587 * gdb.mi/mi-nsthrexec.exp: Likewise.
5588
5589 2010-06-11 Stan Shebs <stan@codesourcery.com>
5590
5591 * gdb.base/permissions.exp: New file.
5592
5593 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5594
5595 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5596 does not support ELF executable class.
5597
5598 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5599
5600 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5601
5602 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5603
5604 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5605 (runto): Catch "The target does not support running in non-stop mode.".
5606
5607 2010-06-11 Michael Snyder <msnyder@vmware.com>
5608
5609 * gdb.base/setshow.exp (set language asm): Don't use
5610 gdb_test_no_output, fails on some targets.
5611
5612 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5613
5614 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5615 * gdb.cp/pr9167.exp: Likewise.
5616
5617 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5618
5619 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5620
5621 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5622
5623 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5624
5625 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5626
5627 * gdb.base/charset.c (main): Make sure malloc gets linked in.
5628
5629 2010-06-11 Tom Tromey <tromey@redhat.com>
5630
5631 PR gdb/9977, PR exp/11636::
5632 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5633 (pieces_test_f6): Update expected output.
5634
5635 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5636
5637 * gdb.base/moribund-step.exp: New.
5638
5639 2010-06-08 Michael Snyder <msnyder@vmware.com>
5640
5641 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
5642 * gdb.ada/boolean_expr.exp:
5643 * gdb.ada/frame_args.exp: Ditto.
5644 * gdb.ada/lang_switch.exp: Ditto.
5645 * gdb.ada/ptype_arith_binop.exp: Ditto.
5646 * gdb.ada/ref_param.exp: Ditto.
5647 * gdb.ada/type_coercion.exp:Ditto.
5648
5649 * gdb.asm/asm-source.exp: Ditto.
5650
5651 * gdb.base/attach.exp: Ditto.
5652 * gdb.base/bitfields2.exp: Ditto.
5653 * gdb.base/call-signal-resume.exp: Ditto.
5654 * gdb.base/callfuncs.exp: Ditto.
5655 * gdb.base/commands.exp: Ditto.
5656 * gdb.base/dbx.exp: Ditto.
5657 * gdb.base/default.exp: Ditto.
5658 * gdb.base/dump.exp: Ditto.
5659 * gdb.base/exprs.exp: Ditto.
5660 * gdb.base/freebpcmd.exp: Ditto.
5661 * gdb.base/interrupt.exp: Ditto.
5662 * gdb.base/list.exp: Ditto.
5663 * gdb.base/long_long.exp: Ditto.
5664 * gdb.base/maint.exp: Ditto.
5665 * gdb.base/ptype.exp: Ditto.
5666 * gdb.base/return.exp: Ditto.
5667 * gdb.base/setshow.exp: Ditto.
5668 * gdb.base/sigbpt.exp: Ditto.
5669 * gdb.base/sigrepeat.exp: Ditto.
5670
5671 * gdb.cp/classes.exp: Ditto.
5672
5673 * gdb.dwarf2/dw2-restore.exp: Ditto.
5674
5675 * gdb.gdb/selftest.exp: Ditto.
5676
5677 * gdb.multi/base.exp: Ditto.
5678 * gdb.multi/bkpt-multi-exec.exp: Ditto.
5679
5680 * gdb.python/py-block.exp: Ditto.
5681 * gdb.python/py-prettyprint.exp: Ditto.
5682 * gdb.python/py-template.exp: Ditto.
5683
5684 * gdb.server/ext-attach.exp: Ditto.
5685 * gdb.server/ext-run.exp: Ditto.
5686 * gdb.server/server-mon.exp: Ditto.
5687
5688 * gdb.threads/fork-thread-pending.exp: Ditto.
5689 * gdb.threads/hand-call-in-threads.exp: Ditto.
5690 * gdb.threads/interrupted-hand-call.exp: Ditto.
5691 * gdb.threads/linux-dp.exp: Ditto.
5692 * gdb.threads/manythreads.exp: Ditto.
5693 * gdb.threads/print-threads.exp: Ditto.
5694 * gdb.threads/pthreads.exp: Ditto.
5695 * gdb.threads/schedlock.exp: Ditto.
5696 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5697 * gdb.threads/threadapply.exp: Ditto.
5698
5699 2010-06-08 Michael Snyder <msnyder@vmware.com>
5700
5701 * gdb.ada/exec_changed.exp:
5702 Use ".*" instead of "" as wildcard regexp.
5703
5704 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5705 * gdb.base/call-ar-st.exp: Ditto.
5706 * gdb.base/checkpoint.exp: Ditto.
5707 * gdb.base/default.exp: Ditto.
5708 * gdb.base/dump.exp: Ditto.
5709 * gdb.base/ending-run.exp: Ditto.
5710 * gdb.base/fileio.exp: Ditto.
5711 * gdb.base/miscexprs.exp: Ditto.
5712 * gdb.base/pointers.exp: Ditto.
5713 * gdb.base/readline.exp: Ditto.
5714 * gdb.base/reread.exp: Ditto.
5715 * gdb.base/restore.exp: Ditto.
5716 * gdb.base/shlib-call.exp: Ditto.
5717 * gdb.base/valgrind-db-attach.exp: Ditto.
5718 * gdb.base/volatile.exp: Ditto.
5719 * gdb.base/watchpoints.exp: Ditto.
5720
5721 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5722
5723 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5724 * gdb.python/py-value.exp: Ditto.
5725
5726 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5727 * gdb.trace/circ.exp: Ditto.
5728 * gdb.trace/collection.exp: Ditto.
5729 * gdb.trace/packetlen.exp: Ditto.
5730 * gdb.trace/passc-dyn.exp: Ditto.
5731 * gdb.trace/report.exp: Ditto.
5732 * gdb.trace/tfile.exp: Ditto.
5733 * gdb.trace/tfind.exp: Ditto.
5734 * gdb.trace/while-dyn.exp: Ditto.
5735
5736 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5737
5738 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5739
5740 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5741
5742 Test PR 10640.
5743 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5744
5745 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5746
5747 * gdb.cp/koenig.exp: Test for ADL operators.
5748 * gdb.cp/koenig.cc: Added ADL operators.
5749 * gdb.cp/operator.exp: New test.
5750 * gdb.cp/operator.cc: New test.
5751
5752 2010-06-04 Michael Snyder <msnyder@vmware.com>
5753
5754 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5755 * gdb.base/pending.exp: Ditto.
5756
5757 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5758
5759 2010-06-04 Doug Evans <dje@google.com>
5760
5761 * gdb.python/py-prettyprint.exp: Add new test for enabled and
5762 disabled printers.
5763 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5764 (enable_lookup_function): New function.
5765
5766 2010-06-04 Tom Tromey <tromey@redhat.com>
5767
5768 * gdb.python/py-value.exp (test_value_hash): Don't test equality
5769 of hash and id.
5770
5771 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
5774 newline.
5775 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
5776 (empty verbose non-noisy clear, empty verbose noisy clear)
5777 (empty non-verbose noisy clear): Likewise.
5778
5779 2010-06-03 Michael Snyder <msnyder@vmware.com>
5780
5781 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
5782 * gdb.base/display.exp: Ditto.
5783 * gdb.base/find.exp: Ditto.
5784 * gdb.base/ifelse.exp: Ditto.
5785 * gdb.base/multi-forks.exp: Ditto.
5786 * gdb.base/recurse.exp: Ditto.
5787 * gdb.base/setshow.exp: Ditto.
5788 * gdb.base/value-double-free.exp: Ditto.
5789 * gdb.base/watch-vfork.exp: Ditto.
5790 * gdb.base/watch_thread_num.exp: Ditto.
5791 * gdb.base/watchpoint-solib.exp: Ditto.
5792 * gdb.base/watchpoint.exp: Ditto.
5793 * gdb.base/watchpoints.exp: Ditto.
5794
5795 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5796 * gdb.cp/overload.exp: Ditto.
5797 * gdb.cp/virtfunc.exp: Ditto.
5798
5799 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5800
5801 * gdb.reverse/watch-precsave.exp:
5802 Replace gdb_test with gdb_test_no_output.
5803
5804 * gdb.threads/attach-into-signal.exp:
5805 Replace gdb_test with gdb_test_no_output.
5806 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5807 * gdb.threads/watchthreads.exp: Ditto.
5808 * gdb.threads/watchthreads2.exp: Ditto.
5809
5810 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5811 * gdb.trace/tfind.exp: Ditto.
5812
5813 2010-06-03 Joel Brobecker <brobecker@adacore.com>
5814
5815 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5816 successful test if message is the empty string.
5817
5818 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * gdb.fortran/module.exp (stopped language detection): New test.
5821
5822 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 Support DW_TAG_module as separate namespaces.
5825 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5826 gdb.fortran/library-module-lib.f90: New.
5827 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5828 (print i): Remove.
5829 (continue to breakpoint: i-is-1, print var_i value 1)
5830 (continue to breakpoint: i-is-2, print var_i value 2)
5831 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5832 (print var_d, print var_i value 14, ptype modmany, complete `modm)
5833 (complete `modmany, complete `modmany`, complete `modmany`var)
5834 (show language, setting breakpoint at module): New tests.
5835 * gdb.fortran/module.f90 (module mod): Remove.
5836 (module mod1, module mod2, module modmany, subroutine sub1)
5837 (subroutine sub2, program module): New.
5838
5839 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5842 (print value of rUC, print value of rI, print value of UI): ... here.
5843 * gdb.cp/anon-union.exp (pass): Rename to ...
5844 (print z 2): ... here.
5845
5846 2010-06-02 Michael Snyder <msnyder@vmware.com>
5847
5848 * gdb.trace/actions.exp: Use gdb_test_no_output.
5849 * gdb.trace/circ.exp: Ditto.
5850 * gdb.trace/packetlen.exp: Ditto.
5851 * gdb.trace/save-trace.exp: Ditto.
5852 * gdb.trace/tracecmd.exp: Ditto.
5853 * gdb.trace/tsv.exp: Ditto.
5854
5855 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5856 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5857 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5858 * gdb.threads/manythreads.exp: Ditto.
5859 * gdb.threads/print-threads.exp: Ditto.
5860 * gdb.threads/pthreads.exp: Ditto.
5861 * gdb.threads/schedlock.exp: Ditto.
5862 * gdb.threads/staticthreads.exp: Ditto.
5863 * gdb.threads/thread-specific.exp: Ditto.
5864 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5865 * gdb.threads/threadapply.exp: Ditto.
5866 * gdb.threads/watchthreads.exp: Ditto.
5867 * gdb.threads/watchthreads2.exp: Ditto.
5868
5869 * gdb.python/py-block.exp: Use gdb_test_no_output.
5870 * gdb.python/py-prettyprint.exp: Ditto.
5871 * gdb.python/py-template.exp: Ditto.
5872 * gdb.python/py-value.exp: Ditto.
5873
5874 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5875 * gdb.reverse/watch-reverse.exp: Ditto.
5876
5877 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5878 * gdb.server/ext-run.exp: Ditto.
5879
5880 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5881 * gdb.dwarf2/dw2-compressed.exp: Ditto.
5882 * gdb.dwarf2/dw2-intercu.exp: Ditto.
5883 * gdb.dwarf2/dw2-intermix.exp: Ditto.
5884 * gdb.dwarf2/dw2-producer.exp: Ditto.
5885 * gdb.dwarf2/mac-fileno.exp: Ditto.
5886
5887 * gdb.gdb/observer.exp: Use gdb_test_no_output.
5888 * gdb.gdb/selftest.exp: Ditto.
5889
5890 * gdb.multi/base.exp: Use gdb_test_no_output.
5891
5892 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5893
5894 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5895
5896 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5897
5898 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5899
5900 * gdb.cp/class2.exp: Use gdb_test_no_output.
5901 * gdb.cp/classes.exp: Ditto.
5902 * gdb.cp/extern-c.exp: Ditto.
5903 * gdb.cp/inherit.exp: Ditto.
5904 * gdb.cp/maint.exp: Ditto.
5905 * gdb.cp/mb-inline.exp: Ditto.
5906 * gdb.cp/mb-templates.exp: Ditto.
5907 * gdb.cp/method2.exp: Ditto.
5908 * gdb.cp/misc.exp: Ditto.
5909 * gdb.cp/ovldbreak.exp: Ditto.
5910 * gdb.cp/punctuator.exp: Ditto.
5911 * gdb.cp/templates.exp: Ditto.
5912 * gdb.cp/virtbase.exp: Ditto.
5913
5914 * gdb.threads/attach-stopped.exp:
5915 Replace uses of send_gdb / gdb_expect.
5916 * gdb.threads/attachstop-mt.exp:
5917 Replace uses of send_gdb / gdb_expect.
5918 * gdb.threads/gcore-thread.exp:
5919 Replace uses of send_gdb / gdb_expect.
5920 * gdb.threads/hand-call-in-threads.exp:
5921 Replace uses of send_gdb / gdb_expect.
5922 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
5923 * gdb.threads/print-threads.exp:
5924 Replace uses of send_gdb / gdb_expect.
5925 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
5926 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
5927 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
5928
5929 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
5930 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
5931 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
5932 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
5933 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
5934 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
5935 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
5936 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
5937 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
5938 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
5939 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
5940
5941 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5942
5943 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
5944
5945 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
5946
5947 * gdb.cp/koenig.exp: Added new test case.
5948 * gdb.cp/koenig.cc: Ditto.
5949
5950 2010-06-01 Michael Snyder <msnyder@vmware.com>
5951
5952 * gdb.base/arithmet.exp: Use gdb_test_no_output.
5953 * gdb.base/arrayidx.exp: Ditto.
5954 * gdb.base/attach.exp: Ditto.
5955 * gdb.base/auxv.exp: Ditto.
5956 * gdb.base/bigcre.exp: Ditto.
5957 * gdb.base/break-always.exp: Ditto.
5958 * gdb.base/break-interp.exp: Ditto.
5959 * gdb.base/break.exp: Ditto.
5960 * gdb.base/breakpoint-shadow.exp: Ditto.
5961 * gdb.base/call-ar-st.exp: Ditto.
5962 * gdb.base/call-sc.exp: Ditto.
5963 * gdb.base/call-signal-resume.exp: Ditto.
5964 * gdb.base/callfuncs.exp: Ditto.
5965 * gdb.base/catch-syscall.exp: Ditto.
5966 * gdb.base/charset.exp: Ditto.
5967 * gdb.base/code-expr.exp: Ditto.
5968 * gdb.base/commands.exp: Ditto.
5969 * gdb.base/cond-expr.exp: Ditto.
5970 * gdb.base/condbreak.exp: Ditto.
5971 * gdb.base/cursal.exp: Ditto.
5972 * gdb.base/cvexpr.exp: Ditto.
5973 * gdb.base/default.exp: Ditto.
5974 * gdb.base/del.exp: Ditto.
5975 * gdb.base/detach.exp: Ditto.
5976 * gdb.base/display.exp: Ditto.
5977 * gdb.base/ena-dis-br.exp: Ditto.
5978 * gdb.base/eval-skip.exp: Ditto.
5979 * gdb.base/foll-fork.exp: Ditto.
5980 * gdb.base/foll-vfork.exp: Ditto.
5981 * gdb.base/frame-args.exp: Ditto.
5982 * gdb.base/funcargs.exp: Ditto.
5983 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5984 * gdb.base/gdbvars.exp: Ditto.
5985 * gdb.base/help.exp: Ditto.
5986 * gdb.base/ifelse.exp: Ditto.
5987 * gdb.base/included.exp: Ditto.
5988 * gdb.base/list.exp: Ditto.
5989 * gdb.base/macscp.exp: Ditto.
5990 * gdb.base/maint.exp: Ditto.
5991 * gdb.base/multi-fork.exp: Ditto.
5992 * gdb.base/overlays.exp: Ditto.
5993 * gdb.base/page.exp: Ditto.
5994 * gdb.base/pending.exp: Ditto.
5995 * gdb.base/pointers.exp: Ditto.
5996 * gdb.base/pr11022.exp: Ditto.
5997 * gdb.base/prelink.exp: Ditto.
5998 * gdb.base/printcmds.exp: Ditto.
5999 * gdb.base/psymtab.exp: Ditto.
6000 * gdb.base/randomize.exp: Ditto.
6001 * gdb.base/relational.exp: Ditto.
6002 * gdb.base/relocate.exp: Ditto.
6003 * gdb.base/remote.exp: Ditto.
6004 * gdb.base/sepdebug.exp: Ditto.
6005 * gdb.base/set-lang-auto.exp: Ditto.
6006 * gdb.base/setshow.exp: Ditto.
6007 * gdb.base/setvar.exp: Ditto.
6008 * gdb.base/signals.exp: Ditto.
6009 * gdb.base/signull.exp: Ditto.
6010 * gdb.base/sigstep.exp: Ditto.
6011 * gdb.base/sizeof.exp: Ditto.
6012 * gdb.base/solib-disc.exp: Ditto.
6013 * gdb.base/store.exp: Ditto.
6014 * gdb.base/structs.exp: Ditto.
6015 * gdb.base/structs2.exp: Ditto.
6016 * gdb.base/subst.exp: Ditto.
6017 * gdb.base/term.exp: Ditto.
6018 * gdb.base/trace-commands.exp: Ditto.
6019 * gdb.base/unwindonsignal.exp: Ditto.
6020 * gdb.base/valgrind-db-attach.exp: Ditto.
6021 * gdb.base/varargs.exp: Ditto.
6022 * gdb.base/watch-cond.exp: Ditto.
6023 * gdb.base/watch_thread_num.exp: Ditto.
6024 * gdb.base/watchpoint-cond-gone.exp: Ditto.
6025 * gdb.base/watchpoint.exp: Ditto.
6026 * gdb.base/whatis-exp.exp: Ditto.
6027
6028 2010-06-01 Michael Snyder <msnyder@vmware.com>
6029
6030 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
6031 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
6032 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
6033 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
6034 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
6035 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
6036 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
6037 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
6038 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
6039 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
6040 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
6041 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
6042 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
6043 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
6044 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
6045
6046 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * gdb.base/commands.exp (begin commands on watch): Remove excessive
6049 trailing newline.
6050 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
6051 * gdb.java/jmisc.exp (p *args\n): Rename to ...
6052 (p *args): ... here and remove excessive trailing newline.
6053
6054 2010-05-31 Joel Brobecker <brobecker@adacore.com>
6055
6056 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
6057
6058 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 Accept the new Linux kernel "t (tracing stop)" string.
6061 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
6062 Update comment.
6063 (state_wait) <T (tracing stop)>: New.
6064 (main): Update the state_wait expect string.
6065
6066 2010-05-28 Pedro Alves <pedro@codesourcery.com>
6067
6068 * limits.c, limits.exp: Delete files.
6069 * Makefile.in (clean mostlyclean): Adjust.
6070 * tracecmd.exp: Adjust.
6071
6072 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.base/tui-layout.exp: New.
6075
6076 2010-05-28 Michael Snyder <msnyder@vmware.com>
6077
6078 * gdb.reverse/break-precsave.exp:
6079 Replace uses of send_gdb / gdb_expect.
6080 * gdb.reverse/break-reverse.exp:
6081 Replace uses of send_gdb / gdb_expect.
6082 * gdb.reverse/consecutive-precsave.exp:
6083 Replace uses of send_gdb / gdb_expect.
6084 * gdb.reverse/consecutive-reverse.exp:
6085 Replace uses of send_gdb / gdb_expect.
6086 * gdb.reverse/finish-precsave.exp:
6087 Replace uses of send_gdb / gdb_expect.
6088 * gdb.reverse/finish-reverse.exp:
6089 Replace uses of send_gdb / gdb_expect.
6090 * gdb.reverse/i386-precsave.exp:
6091 Replace uses of send_gdb / gdb_expect.
6092 * gdb.reverse/i386-reverse.exp:
6093 Replace uses of send_gdb / gdb_expect.
6094 * gdb.reverse/i386-sse-reverse.exp:
6095 Replace uses of send_gdb / gdb_expect.
6096 * gdb.reverse/i387-env-reverse.exp:
6097 Replace uses of send_gdb / gdb_expect.
6098 * gdb.reverse/i387-stack-reverse.exp:
6099 Replace uses of send_gdb / gdb_expect.
6100 * gdb.reverse/machinestate-precsave.exp:
6101 Replace uses of send_gdb / gdb_expect.
6102 * gdb.reverse/machinestate.exp:
6103 Replace uses of send_gdb / gdb_expect.
6104 * gdb.reverse/sigall-precsave.exp:
6105 Replace uses of send_gdb / gdb_expect.
6106 * gdb.reverse/sigall-reverse.exp:
6107 Replace uses of send_gdb / gdb_expect.
6108 * gdb.reverse/solib-precsave.exp:
6109 Replace uses of send_gdb / gdb_expect.
6110 * gdb.reverse/solib-reverse.exp:
6111 Replace uses of send_gdb / gdb_expect.
6112 * gdb.reverse/step-precsave.exp:
6113 Replace uses of send_gdb / gdb_expect.
6114 * gdb.reverse/step-reverse.exp:
6115 Replace uses of send_gdb / gdb_expect.
6116 * gdb.reverse/until-precsave.exp:
6117 Replace uses of send_gdb / gdb_expect.
6118 * gdb.reverse/until-reverse.exp:
6119 Replace uses of send_gdb / gdb_expect.
6120 * gdb.reverse/watch-precsave.exp:
6121 Replace uses of send_gdb / gdb_expect.
6122 * gdb.reverse/watch-reverse.exp:
6123 Replace uses of send_gdb / gdb_expect.
6124
6125 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6126
6127 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6128 excessive newline.
6129
6130 2010-05-27 Michael Snyder <msnyder@vmware.com>
6131
6132 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
6133 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6134 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6135 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6136 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6137 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6138 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6139 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6140 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6141 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6142 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6143 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6144 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6145 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6146 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6147 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6148 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6149 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6150 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
6151
6152 2010-05-26 Michael Snyder <msnyder@vmware.com>
6153
6154 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6155 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6156
6157 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6158 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6159 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6160
6161 * gdb.reverse/consecutive-reverse.exp:
6162 Replace uses of send_gdb / gdb_expect.
6163 * gdb.reverse/consecutive-precsave.exp:
6164 Replace uses of send_gdb / gdb_expect.
6165
6166 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6167 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6168 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
6169 * gdb.mi/mi-ns-stale-regcache.exp:
6170 Replace uses of send_gdb / gdb_expect.
6171 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6172 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6173 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6174 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6175 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6176 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6177 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6178 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6179 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
6180
6181 2010-05-26 Michael Snyder <msnyder@vmware.com>
6182
6183 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6184
6185 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6186
6187 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6188 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6189 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6190 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6191 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6192 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6193 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6194 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6195 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6196
6197 2010-05-25 Tom Tromey <tromey@redhat.com>
6198
6199 * gdb.base/macscp.exp: Add missing space after setup_kfail.
6200
6201 2010-05-25 Tom Tromey <tromey@redhat.com>
6202
6203 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6204 argument order.
6205 * gdb.base/macscp.exp: Fix setup_kfail argument order.
6206 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6207 order.
6208 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6209 order.
6210 * gdb.base/call-sc.exp (setup_kfails): Remove.
6211 (setup_compiler_kfails): Remove.
6212 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6213 argument order.
6214 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6215 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6216 (advancei): Fix setup_kfail argument order.
6217 * gdb.base/radix.exp: Fix setup_kfail argument order.
6218 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6219 order.
6220 * gdb.base/structs.exp (setup_kfails): Remove.
6221 (setup_compiler_kfails): Fix setup_kfail argument order.
6222 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6223 order.
6224 * gdb.java/jmain.exp: Fix setup_kfail argument order.
6225 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6226 setup_kfail argument order.
6227 * gdb.cp/overload.exp: Fix setup_kfail argument order.
6228
6229 2010-05-25 Tom Tromey <tromey@redhat.com>
6230
6231 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6232
6233 2010-05-25 Michael Snyder <msnyder@vmware.com>
6234
6235 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6236 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6237 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6238 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6239 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6240 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6241 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6242 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6243 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
6244 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6245 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6246 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6247 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6248 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6249 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6250 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6251 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6252 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6253 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6254 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6255 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6256 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6257 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
6258 * gdb.base/default.exp: Replace send_gdb with gdb_test.
6259 * gdb.base/define.exp: Replace send_gdb with gdb_test.
6260 * gdb.base/display.exp: Replace send_gdb with gdb_test.
6261 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6262 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6263 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6264 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6265 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6266 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6267 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6268 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6269 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6270 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6271 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6272 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6273 * gdb.base/help.exp: Replace send_gdb with gdb_test.
6274 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6275 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6276 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
6277 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6278 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6279 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6280 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6281 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6282 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
6283
6284 2010-05-25 Doug Evans <dje@google.com>
6285
6286 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6287 gdb.string_to_argv.
6288
6289 2010-05-21 Tom Tromey <tromey@redhat.com>
6290
6291 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6292 Call it.
6293 * gdb.dwarf2/pieces.S: Update.
6294 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6295
6296 2010-05-21 Tom Tromey <tromey@redhat.com>
6297
6298 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6299 Call it.
6300 * gdb.dwarf2/pieces.c (struct C): New.
6301 (f6): New function.
6302 * gdb.dwarf2/pieces.S: Replace.
6303
6304 2010-05-21 Tom Tromey <tromey@redhat.com>
6305
6306 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6307 Call it.
6308
6309 2010-05-21 Tom Tromey <tromey@redhat.com>
6310
6311 * gdb.dwarf2.pieces.exp: New file.
6312 * gdb.dwarf2.pieces.S: New file.
6313 * gdb.dwarf2.pieces.c: New file.
6314
6315 2010-05-20 Pedro Alves <pedro@codesourcery.com>
6316 Joel Brobecker <brobecker@adacore.com>
6317
6318 * lib/gdb.exp (gdb_test_no_output): New function.
6319 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6320 when testing commands that should produce no output.
6321
6322 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6325 parameter that we want to watch being a constant.
6326
6327 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6328
6329 * gdb.ada/cond_lang: New testcase.
6330
6331 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6332
6333 * lib/gdb.exp (banned_variables): New variable/constant.
6334 (gdb_init): Add write trace on variables listed in banned_variables.
6335 (gdb_finish): Remove write traces on variables listed in
6336 banned_variables.
6337
6338 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6339
6340 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6341 * gdb.cp/koenig.exp: Likewise.
6342
6343 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
6344
6345 PR python/11482
6346
6347 * gdb.python/py-value.exp (test_value_hash): New function.
6348
6349 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
6350
6351 PR exp/11530.
6352 * gdb.base/gdb11530.c: New file.
6353 * gdb.base/gdb11530.exp: New file.
6354
6355 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6356
6357 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6358 * gdb.dwarf2/dw2-modula2-self-type.S: New.
6359
6360 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
6361
6362 * gdb.cp/koenig.exp: New test.
6363 * gdb.cp/koenig.cc: New test program.
6364
6365 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6366
6367 Remove the use of prms_id and bug_id throughout the testsuite.
6368
6369 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6370
6371 PR exp/11349.
6372 * testsuite/gdb.cp/ref-types.exp: Add test to examine
6373 use a reference local variable.
6374
6375 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6378 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
6379 variable different_dir. Move debugfile into a full directory pathname
6380 under DIFFERENT_DIR.
6381 * lib/gdb.exp (separate_debug_filename): Remove.
6382 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
6383 variable debug_dir and mkdir of it. Update function comments.
6384
6385 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6386
6387 PR gdb/11557
6388
6389 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6390 files.
6391
6392 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6393
6394 * gdb.python/py-param.exp: New File.
6395
6396 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6397
6398 * gdb.base/default.exp: Fix "set language" test.
6399
6400 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
6401
6402 PR breakpoints/11531.
6403 * gdb.base/gdb11531.c: New file.
6404 * gdb.base/gdb11531.exp: New file.
6405
6406 2010-04-26 Tom Tromey <tromey@redhat.com>
6407
6408 * gdb.base/completion.exp: Add tests for completion and deprecated
6409 commands.
6410
6411 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6412
6413 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6414 (print /x char_array): Escape curly brackets.
6415
6416 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 Fix deadlock on looped list of loaded shared objects.
6419 * gdb.base/solib-corrupted.exp: New.
6420
6421 2010-04-23 Doug Evans <dje@google.com>
6422
6423 * gdb.python/py-section-script.c: New file.
6424 * gdb.python/py-section-script.exp: New file.
6425 * gdb.python/py-section-script.py: New file.
6426
6427 2010-04-20 Chris Moller <cmoller@redhat.com>
6428
6429 PR 10179
6430
6431 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6432 * gdb.base/pr10179-a.c:
6433 * gdb.base/pr10179-b.c:
6434 * gdb.base/pr10179.exp: New files.
6435
6436 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6437
6438 Fix crashes on dangling display expressions.
6439 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6440 is SEP.
6441 (lib_flags): Remove the "debug" keyword.
6442 (libsepdebug): New variable for iterating new loop.
6443 (save_pf_prefix): New variable wrapping the loop.
6444 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
6445 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6446
6447 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6448
6449 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6450
6451 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6452
6453 PR stabs/11479.
6454 * gdb.stabs/gdb11479.exp: New file.
6455 * gdb.stabs/gdb11479.c: New file.
6456
6457 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6458
6459 * gdb.base/charset.c (Strin16, String32): New variables.
6460 * gdb.base/charset.exp (gdb_test): Test correct display
6461 of 16 or 32 bit strings.
6462
6463 2010-04-21 Chris Moller <cmoller@redhat.com>
6464
6465 PR 9167
6466 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6467 * gdb.cp/pr9167.cc: New file.
6468 * gdb.cp/pr9167.exp: New file.
6469
6470
6471 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6472
6473 PR pascal/11492.
6474 * gdb.pascal/gdb11492.pas: New file.
6475 * gdb.pascal/gdb11492.exp: New file.
6476
6477 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6478
6479 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
6480
6481 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6482
6483 * gdb.ada/dyn_loc: New testcase.
6484
6485 2010-04-20 Chris Moller <cmoller@redhat.com>
6486
6487 PR 10867
6488
6489 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
6490 * gdb.cp/pr10687.cc: New file.
6491 * gdb.cp/pr10687.exp: New file.
6492
6493
6494 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6495 Sergio Durigan Junior <sergiodj@redhat.com>
6496
6497 * gdb.fortran/logical.exp: New testcase.
6498 * gdb.fortran/logical.f90: New file.
6499
6500 2010-04-19 Doug Evans <dje@google.com>
6501
6502 * gdb.base/help.exp (help source): Update expected output.
6503
6504 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6505
6506 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6507 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
6508 gdb_exit and return.
6509 (executable): New variable.
6510 (binfile): Use it.
6511
6512 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6513
6514 PR breakpoints/8554.
6515
6516 * gdb.trace/save-trace.exp: Adjust.
6517
6518 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6519
6520 PR corefiles/11511
6521 * gdb.arch/system-gcore.exp: New.
6522 * gdb.arch/gcore.c: Likewise.
6523
6524 2010-04-15 Doug Evans <dje@google.com>
6525
6526 * gdb.python/py-progspace.c: New file.
6527 * gdb.python/py-progspace.exp: New file.
6528
6529 * gdb.base/source.exp: Add tests for "source -s".
6530
6531 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6532
6533 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6534 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6535 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6536 * gdb.python/py-mi.exp: New test for to_string returning None.
6537
6538 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
6539
6540 * gdb.python/py-breakpoint.c: Make result global.
6541
6542 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6543
6544 Fix non-GNU make compatibility.
6545 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6546
6547 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6548
6549 * gdb.python/py-breakpoint.exp: New File.
6550 * gdb.python/py-breakpoint.C: Ditto.
6551
6552 2010-04-08 Stan Shebs <stan@codesourcery.com>
6553
6554 * gdb.trace/actions.exp: Clear default-collect.
6555 * gdb.trace/save-trace.exp: Clear default-collect.
6556
6557 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6558
6559 * gdb.python/py-value: Add null string variable.
6560 (test_lazy_string): Test zero length, NULL address lazy
6561 strings.
6562
6563 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6564
6565 * gdb.arch/i386-avx.c: New.
6566 * gdb.arch/i386-avx.exp: Likewise.
6567
6568 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6569
6570 2010-04-06 Doug Evans <dje@google.com>
6571
6572 * gdb.base/source-test.gdb: New file.
6573 * gdb.base/source.exp: Test source -v.
6574
6575 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6576
6577 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6578
6579 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6580
6581 * gdb.stabs/aout.sed: Convert all backslash to double backslash
6582 within one line, unless it is followed by a double quote.
6583 * gdb.stabs/hppa.sed: Idem.
6584 * gdb.stabs/weird.def: Add char and String constants
6585 * gdb.stabs/weird.exp: Check for correct parsing of
6586 char and string constants.
6587 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6588 in .stabs to .stabx substitution.
6589
6590 2010-04-05 Stan Shebs <stan@codesourcery.com>
6591
6592 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6593 constant global.
6594 * gdb.trace/tfile.exp: Try to print them.
6595
6596 2010-04-04 Stan Shebs <stan@codesourcery.com>
6597
6598 * gdb.base/completion.exp: Update for new "info watchpoints".
6599 * gdb.base/default.exp: Ditto.
6600 * gdb.base/help.exp: Ditto.
6601 * gdb.base/watchpoint.exp: Ditto.
6602 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
6603
6604 2010-04-04 Stan Shebs <stan@codesourcery.com>
6605
6606 * gdb.trace/tfile.exp: Sharpen tfind test.
6607
6608 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6609
6610 * gdb.base/break-entry.exp: New.
6611
6612 2010-04-02 Hui Zhu <teawater@gmail.com>
6613 Michael Snyder <msnyder@vmware.com>
6614
6615 * gdb.reverse/i386-sse-reverse.exp: New file.
6616 * gdb.reverse/i386-sse-reverse.c: New file.
6617
6618 2010-04-02 Pedro Alves <pedro@codesourcery.com>
6619
6620 * gdb.trace/tfind.exp: Adjust expected disassembly output.
6621
6622 2010-04-01 Stan Shebs <stan@codesourcery.com>
6623
6624 * gdb.trace/actions.exp: Tweak expected output.
6625 * gdb.trace/while-stepping.exp: Tweak expected output.
6626
6627 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6628
6629 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6630
6631 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6632
6633 * gdb.base/commands.exp: Adjust.
6634 * gdb.cp/extern-c.exp: Adjust.
6635
6636 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6637
6638 * gdb.trace/collection.c (local_test_func): Define a local struct,
6639 and instanciate it.
6640
6641 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6642
6643 * gdb.trace/collection.exp (gdb_collect_args_test)
6644 (gdb_collect_argarray_test): XFAIL the tests that assume the
6645 argarray argument's elements are collected.
6646
6647 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 * gdb.dwarf2/dw2-bad-parameter-type.exp,
6650 gdb.dwarf2/dw2-bad-parameter-type.S: New.
6651
6652 2010-03-31 Stan Shebs <stan@codesourcery.com>
6653
6654 * gdb.trace/save-trace.exp: Test save/restore of default-collect
6655 and tracepoint conditionals.
6656 (gdb_verify_tracepoints): Delete unused return.
6657
6658 2010-03-26 Keith Seitz <keiths@redhat.com>
6659
6660 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6661 appear in the output before main.
6662 Remove KFAIL for gdb/2215 aka bz 9320.
6663
6664 2010-03-30 Doug Evans <dje@google.com>
6665
6666 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6667 by dejagnu.
6668 * gdb.arch/amd64-dword.exp: Ditto.
6669
6670 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6671 match.
6672 (break printf): Ditto.
6673
6674 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
6675
6676 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6677 gcc < 4.4.
6678 * gdb.cp/shadow.exp: Ditto.
6679
6680 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6681
6682 * gdb.trace/collection.exp (run_trace_experiment): Make sure
6683 "tstart" is silent.
6684
6685 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6686
6687 * gdb.trace/collection.exp (executable): New.
6688 (binfile): Use it.
6689 (fpreg, spreg, pcreg): New.
6690 (test_register): Use gdb_test_multiple. Pass /x to print.
6691 (prepare_for_trace_test): New.
6692 (run_trace_experiment): Use "continue", not gdb_run_cmd.
6693 (gdb_collect_args_test, gdb_collect_argstruct_test)
6694 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6695 prepare_for_trace_test.
6696 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
6697 fpreg, spreg and pcreg.
6698 (gdb_collect_expression_test, gdb_collect_globals_test): Use
6699 prepare_for_trace_test.
6700 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
6701 try to detect tracing support here. Don't set breakpoints at
6702 `begin' or `end' here.
6703 <global scope>: Use clean_restart. Run to main before checking
6704 for tracing support. Check for for tracing support here.
6705
6706 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6709 " as $displacement" to "seen displacement message".
6710
6711 2010-03-28 Pedro Alves <pedro@codesourcery.com>
6712
6713 * gdb.trace/while-dyn.exp (executable): New variable.
6714 (binfile): Use it.
6715 (test_while_stepping): New function. Move most tests here. Call
6716 it once for each of the while-stepping, stepping and ws aliases.
6717
6718 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6719
6720 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6721 that do not provide the tagless_struct type name at all.
6722 (test_print_anon_union): Do not check value of uninitialized
6723 union member. Do not use cp_test_ptype_class, so we can accept
6724 "long" as well as "long int".
6725
6726 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6727
6728 * gdb.trace/tfile.c (tohex, bin2hex): New.
6729 (write_error_trace_file): Hexify error description.
6730
6731 2010-03-25 Stan Shebs <stan@codesourcery.com>
6732
6733 * gdb.trace/tfile.c: Generate an additional trace file, improve
6734 portability.
6735 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6736 files in a better way.
6737
6738 2010-03-25 Keith Seitz <keiths@redhat.com>
6739
6740 * gdb.java/jprint.exp: XFAIL printing of static class members
6741 because of GCC debuginfo problem.
6742
6743 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6746
6747 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6748
6749 * gdb.base/completion.exp: Allow long instead of long int.
6750 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6751 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6752 variable p.
6753 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6754 * gdb.base/pointers.exp: Allow long instead of long int.
6755 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6756 * gdb.base/step-line.exp: Allow a directory before the source file name.
6757
6758 2010-03-24 Tom Tromey <tromey@redhat.com>
6759
6760 PR breakpoints/9352:
6761 * gdb.base/default.exp: Update.
6762 * gdb.base/commands.exp: Update.
6763 * gdb.cp/extern-c.exp: Test setting commands on multiple
6764 breakpoints at once.
6765
6766 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6769 if gdb,nosignals.
6770 * gdb.base/watchpoints.c: Do not include unnecessary headers.
6771 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6772 exited".
6773
6774 2010-03-24 Stan Shebs <stan@codesourcery.com>
6775
6776 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
6777
6778 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6779
6780 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
6781 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
6782 argument. Handle "short" and "long".
6783 (Top level): Pass overprototyped output for old_fptr and xptr.
6784
6785 2010-03-23 Pedro Alves <pedro@codesourcery.com>
6786
6787 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6788 format strings and add casts to avoid compiler warnings.
6789
6790 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * lib/trace-support.exp (gdb_trace_setactions):
6793 Don't expect whitespace after ">" prompt.
6794 * gdb.trace/actions.exp: Adjust for output changes.
6795 * gdb.trace/while-stepping.exp: Likewise.
6796
6797 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6798
6799 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6800 and r157645).
6801
6802 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6805 New.
6806
6807 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
6808
6809 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6810 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6811
6812 2010-03-19 Stan Shebs <stan@codesourcery.com>
6813
6814 * gdb.trace/ax.exp: New file.
6815
6816 2010-03-19 Doug Evans <dje@google.com>
6817
6818 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6819 output from gcc.
6820
6821 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6822 named /usr/sbin/prelink<foo>.
6823
6824 2010-03-18 Stan Shebs <stan@codesourcery.com>
6825
6826 * gdb.trace/circ.exp: Test circular-trace-buffer.
6827 * gdb.trace/tfile.exp: Update tstatus test.
6828
6829 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6830
6831 * gdb.dwarf2/dw2-anonymous-func.S: New file.
6832 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6833
6834 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6835
6836 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6837
6838 2010-03-18 Pedro Alves <pedro@codesourcery.com>
6839
6840 * gdb.base/default.exp: Adjust the expected output of the finish
6841 and until commands when the inferior is not being run.
6842
6843 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6844
6845 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6846 * gdb.cp/nsusing.exp: Ditto.
6847
6848 2010-03-15 Tom Tromey <tromey@redhat.com>
6849
6850 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6851 * gdb.cp/userdef.cc (operator==): New function.
6852 (main): New locals mem1, mem2.
6853
6854 2010-03-15 Jie Zhang <jie@codesourcery.com>
6855
6856 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6857 Declare and use new loadtimeout variable.
6858
6859 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6862 Use gdb_load later.
6863
6864 2010-03-14 Pedro Alves <pedro@codesourcery.com>
6865
6866 * gdb.base/solib-disc.c (main): Make format of fprintf a string
6867 literal. Add missing endlines to prints to stderr.
6868
6869 2010-03-12 Tom Tromey <tromey@redhat.com>
6870
6871 PR c++/9708:
6872 * gdb.cp/m-static.exp: Add regression test.
6873 * gdb.cp/m-static.cc (method): New method.
6874 (main): Call it.
6875
6876 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6877
6878 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6879 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6880
6881 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6884
6885 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6886
6887 * lib/gdb.exp (skip_stl_tests): New.
6888 (gdb_compile): Symbian needs -ldl.
6889 (shlib_target_file): New.
6890 (shlib_symbol_file): New.
6891 (gdb_load_shlibs): Use shlib_target_file.
6892 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6893 * gdb.cp/exception.exp: Use skip_stl_tests.
6894 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
6895 * gdb.cp/try_catch.exp: Use skip_stl_tests.
6896 * gdb.cp/mb-templates.exp: Ditto.
6897 * gdb.base/commands.exp: Relax regexes.
6898 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
6899 shlib_target_file and shlib_symbol_file.
6900 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
6901 sections.
6902 * gdb.base/ending-run.exp: Accept E32Main for symbian.
6903 * gdb.base/solib-disc.exp: Use
6904 shlib_target_file and shlib_symbol_file.
6905 * gdb.base/unload.exp: Don't skip on symbian. Use
6906 shlib_target_file and shlib_symbol_file.
6907 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6908
6909 2010-03-12 Pedro Alves <pedro@codesourcery.com>
6910
6911 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
6912 * gdb.trace/report.exp: Adjust for x86 and x86_64.
6913 Issue a tfind end before looking for a tracepoint frame.
6914 * gdb.trace/tfind.exp: Adjust tstatus output.
6915 Adjust disassembly output.
6916 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
6917
6918 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6919
6920 * gdb.base/break-interp.exp: Create new displacement parameter value
6921 for the test_ld calls.
6922 (reach): New parameter displacement, verify its content. New push of
6923 pf_prefix "reach-$func:". Import global expect_out.
6924 (test_core): New parameter displacement, verify its content. New push
6925 of pf_prefix "core:". New command "set verbose on". Import global
6926 expect_out.
6927 (test_attach): New parameter displacement, verify its content. New
6928 push of pf_prefix "attach:". New command "set verbose on". Import
6929 global expect_out.
6930 (test_ld): New parameter displacement, pass it to the reach, test_core
6931 and test_attach calls and verify its content in the "ld.so exit" test.
6932 * gdb.base/prelink.exp: Remove gdb_exit and final return.
6933 (prelink): Update expected text, use gdb_test.
6934
6935 2010-03-10 Doug Evans <dje@google.com>
6936
6937 * gdb.base/checkpoint.exp: Fix comment.
6938 Lengthen timeout while doing >600 checkpoints test.
6939 Rename duplicate "kill all one" test to keep test names unique.
6940
6941 2010-03-10 Pedro Alves <pedro@codesourcery.com>
6942
6943 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
6944
6945 2010-03-08 Keith Seitz <keiths@redhat.com>
6946
6947 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
6948 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
6949 (dm_type_long): New function.
6950 (dm_type_unsigned_short): New function.
6951 (dm_type_unsigned_long): New function.
6952 (myint): New typedef.
6953 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
6954 long, unsigned shor and long, operator char*, and typedef.
6955 (test_lookup_operator_functions): Add operator char* test.
6956 (test_paddr_operator_functions): Likewise.
6957 (test_paddr_overloaded_functions): Use probe values for
6958 short, long, and unsigned short and long.
6959 (test_paddr_hairy_functions): If the demangler probe detected
6960 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
6961 demangler.
6962 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
6963 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
6964 and "print null_pmf".
6965 Add test "ptype a.*pmf".
6966 * gdb.cp/overload.exp: Allow optional "int" to appear with
6967 "short" and "long".
6968 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6969 long expect value for men_overload1arg.
6970 Allow "int" to appear with "short" and "long".
6971 When testing "info break", add argument for main (void).
6972 Also allow "int" to appear with "short" and "long".
6973 Ditto with "unsigned" and "long long".
6974 * gdb.java/jmain.exp: Do not enclose methods names in single
6975 quotes.
6976 * gdb.java/jmisc.exp: Likewise.
6977 * gdb.java/jprint.exp: Likewise.
6978 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6979
6980 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6981 * gdb.cp/exception.exp (backtrace after first throw)
6982 (backtrace after second throw): Allow a namespace before __cxa_throw.
6983 (backtrace after first catch, backtrace after second catch): Allow
6984 a namespace before __cxa_begin_catch.
6985
6986 * gdb.cp/cpexprs.exp: New file.
6987 * gdb.cp/cpexprs.cc: New file.
6988
6989 From Daniel Jacobowitz <dan@codesourcery.com>
6990 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
6991 to use string_to_regexp.
6992 (ctor, dtor): New functions. Use them to match constructor
6993 and destructor function types.
6994 (Top level): Use runto_main.
6995
6996 2010-03-05 Tom Tromey <tromey@redhat.com>
6997
6998 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6999 gdb.target_charset.
7000 (pp_ns.to_string): Likewise.
7001
7002 2010-03-04 Keith Seitz <keiths@redhat.com>
7003
7004 * gdb.cp/overload.exp: Test that the filename portion of a linespec
7005 can be quoted. Test that both the filename and function/line
7006 portions can be quoted at the same time.
7007
7008 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7009
7010 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
7011
7012 2010-03-03 Doug Evans <dje@google.com>
7013
7014 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
7015 libc contains libpthread.
7016
7017 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
7018 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
7019 of gdb_compile. Add another pattern to match android backtrace.
7020
7021 2010-03-03 Tom Tromey <tromey@redhat.com>
7022
7023 PR gdb/11345:
7024 * gdb.base/printcmds.exp (test_printf): Add test.
7025
7026 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7027
7028 * gdb.arch/amd64-byte.exp: New.
7029 * gdb.arch/amd64-dword.exp: Likewise.
7030 * gdb.arch/amd64-pseudo.c: Likewise.
7031 * gdb.arch/amd64-word.exp: Likewise.
7032 * gdb.arch/i386-byte.exp: Likewise.
7033 * gdb.arch/i386-pseudo.c: Likewise.
7034 * gdb.arch/i386-word.exp: Likewise.
7035
7036 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7037
7038 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
7039 types. Add structreg, bitfields, and flags registers.
7040 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
7041 registers.
7042
7043 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7044
7045 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
7046 (load_description): Set architecture if defined.
7047
7048 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
7049
7050 * gdb.python/py-frame.exp: Add read_var block tests.
7051 * gdb.python/py-frame.c (block): New function.
7052
7053 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7054 Daniel Jacobowitz <dan@codesourcery.com>
7055
7056 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
7057
7058 2010-02-25 David S. Miller <davem@davemloft.net>
7059
7060 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
7061 fix logic for setting all_syscalls_numbers.
7062
7063 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7064
7065 * Makefile.in: Add py-block and py-symbol.
7066 * gdb.python/py-symbol.exp: New File.
7067 * gdb.python/py-symtab.exp: New File.
7068 * gdb.python/py-block.exp: New File.
7069 * gdb.python/py-symbol.c: New File.
7070 * gdb.python/py-block.c: New File.
7071
7072 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7073
7074 PR python/11314
7075 * lib/gdb.exp (skip_python_tests): New function.
7076 * gdb.python/py-cmd.exp: Use skip_python_tests.
7077 * gdb.python/py-frame.exp: Likewise.
7078 * gdb.python/py-function.exp: Likewise.
7079 * gdb.python/py-prettyprint.exp: Likewise.
7080 * gdb.python/py-template.exp: Likewise.
7081 * gdb.python/py-type.exp: Likewise.
7082 * gdb.python/py-value.exp: Likewise.
7083
7084 2010-02-22 Pedro Alves <pedro@codesourcery.com>
7085
7086 PR9605
7087
7088 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7089
7090 2010-02-19 Tom Tromey <tromey@redhat.com>
7091
7092 PR c++/8693, PR c++/9496:
7093 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
7094 regression tests.
7095
7096 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7097
7098 Fix compatibility with m68k as.
7099 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
7100 Use only /* comments */.
7101
7102 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7103
7104 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7105 * configure: Regenerate.
7106
7107 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7108
7109 * gdb.python/py-type.exp: Check for Python support.
7110
7111 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7112
7113 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7114 `regsub' syntax available.
7115
7116 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7117
7118 * gdb.base/shmain.c (main): Remove printf call.
7119 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7120 * gdb.base/unload.c (main): Make format of fprintf a string
7121 literal. Add missing endlines to prints to stderr.
7122 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7123
7124 2010-02-17 Tom Tromey <tromey@redhat.com>
7125
7126 * gdb.java/jprint.java (jprint.props): New field.
7127 * gdb.java/jprint.exp (set_lang_java): Add regression test.
7128
7129 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7130
7131 * gdb.base/charset.exp: Don't assume new `regsub' syntax
7132 available.
7133
7134 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7135
7136 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7137 creation to support remote host testing.
7138
7139 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7140
7141 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7142 Recognize "command not found".
7143
7144 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7145
7146 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7147 single-stepping.
7148
7149 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7152 if arguments are not supported.
7153
7154 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7155
7156 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7157 be const or non-const.
7158
7159 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7160
7161 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7162 mi_send_resuming_command to send -exec-continue.
7163
7164 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7165
7166 * gdb.base/list.exp (test_list_filename_and_function): Add test
7167 with single quotes.
7168 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7169 matching.
7170 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7171 Add KFAIL'd tests for PR gdb/11289.
7172
7173 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7174
7175 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7176
7177 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7178
7179 * gdb.base/comp-dir/subdir/dummy.txt: New file.
7180 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7181 a temporary directory.
7182
7183 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7184
7185 * gdb.base/charset.exp: Use a single regular expression to match
7186 show host-charset and show target-charset output.
7187
7188 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7189
7190 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7191 "Illegal process-id" expect string more exact.
7192 (attach to digits-starting nonsense is prohibited): New.
7193
7194 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 * gdb.base/prelink.exp (set verbose on): New.
7197
7198 2010-02-12 Tomas Holmberg <th@virtutech.com>
7199
7200 * mi-reverse.exp: New file. Test for reverse option to the
7201 following MI commands: exec-continue, exec-finish, exec-next,
7202 exec-step, exec-next-instruction, exec-step-instruction.
7203
7204 2010-02-09 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.ada/ptype_tagged_param: New testcase.
7207
7208 2010-02-08 Tom Tromey <tromey@redhat.com>
7209
7210 PR c++/8017:
7211 * gdb.cp/overload.exp: Add tests.
7212 * gdb.cp/overload.cc (struct K): New.
7213 (namespace N): New.
7214 (main): Call new functions.
7215 (K::staticoverload): Define.
7216
7217 2010-02-08 Chris Moller <moller@mollerware.com>
7218
7219 PR gdb/10728
7220 * gdb.cp/pr10728-x.h: New file.
7221 * gdb.cp/pr10728-x.cc: New file.
7222 * gdb.cp/pr10728-y.cc: New file.
7223 * gdb.cp/pr10728.exp: New file.
7224 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7225
7226 2010-02-08 Chris Moller <moller@mollerware.com>
7227
7228 PR gdb/9067
7229 * gdb.cp/pr9067.exp: New
7230 * gdb.cp/pr9067.cc: New
7231 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7232
7233 2010-02-08 Joel Brobecker <brobecker@adacore.com>
7234
7235 * lib/gdb.exp (gdb_test_timeout): New global variable.
7236 Set it to timeout if not already set.
7237 (gdb_init): Reset the value of timeout to gdb_test_timeout.
7238
7239 2010-02-05 Doug Evans <dje@google.com>
7240
7241 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7242 user.
7243
7244 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7245
7246 PR c++/7935:
7247 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7248
7249 2010-02-04 Tom Tromey <tromey@redhat.com>
7250
7251 * gdb.cp/virtbase.exp: Make test case names unique.
7252
7253 2010-02-02 Tom Tromey <tromey@redhat.com>
7254
7255 * gdb.cp/virtbase.exp: Add regression tests.
7256 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7257 (main): Instantiate RHC.
7258
7259 2010-02-02 Tom Tromey <tromey@redhat.com>
7260
7261 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7262 type-printing change.
7263
7264 2010-02-02 Tom Tromey <tromey@redhat.com>
7265
7266 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7267 * gdb.cp/virtbase.cc: New file.
7268 * gdb.cp/virtbase.exp: New file.
7269 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7270
7271 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7272
7273 PR libc/11214:
7274 * gdb.threads/current-lwp-dead.c: Include features.h.
7275 (HAS_NOMMU): New.
7276 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7277
7278 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 * gdb.base/symbol-without-target_section.exp,
7281 gdb.base/symbol-without-target_section.c: New.
7282
7283 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7284
7285 * gdb.base/bigcore.exp: Reset increased timeout.
7286 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7287
7288 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7289
7290 * gdb.base/gcore.exp (capture_command_output): Use
7291 gdb_test_multiple.
7292
7293 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7294
7295 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7296 * gdb.arch/thumb2-it.exp (test_it_break): New function.
7297 (Top level): Call it.
7298
7299 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7300
7301 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7302
7303 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7304
7305 * gdb.base/call-strs.exp, gdb.base/default.exp,
7306 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7307 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7308 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7309 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7310 gdb.base/watchpoint-solib.exp: Save and restore timeout.
7311 * gdb.base/ending-run.exp: Correct restore of timeout.
7312 * gdb.base/page.exp: Remove unnecessary timeout setting.
7313
7314 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7315
7316 * gdb.ada/rec_return: New testcase.
7317
7318 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7319
7320 * gdb.ada/call_pn: New testcase.
7321
7322 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7323
7324 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7325 (Top level): Use it to resume.
7326 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7327 the Thumb mode displaced stepping error as unsupported.
7328
7329 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
7330
7331 * gdb.cp/nsusing.exp: Added more tests.
7332 * gdb.cp/nsrecurs.exp: Ditto.
7333 * gdb.cp/nsusing.cc: Added test functions.
7334 * gdb.cp/nsrecurs.cc: Ditto.
7335
7336 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7337
7338 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7339 absolute directory pathnames in gdb.sum file.
7340
7341 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
7342
7343 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7344 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7345
7346 2010-01-26 Tom Tromey <tromey@redhat.com>
7347
7348 PR exp/7643:
7349 * gdb.base/printcmds.exp (test_print_string_constants): Remove
7350 setup_kfail.
7351
7352 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
7353
7354 * gdb.cp/nsrecurs.exp: New test.
7355 * gdb.cp/nsrecurs.cc: New test program.
7356 * gdb.cp/nsstress.exp: New test.
7357 * gdb.cp/nsstress.cc: New test program.
7358 * gdb.cp/nsdecl.exp: New test.
7359 * gdb.cp/nsdecl.cc: New test program.
7360
7361 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7362
7363 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7364 imported into file scope.
7365 Marked test as xfail.
7366 * gdb.cp/namespace-using.cc (marker5): New function.
7367 * gdb.cp/shadow.exp: New test.
7368 * gdb.cp/shadow.cc: New test program.
7369 * gdb.cp/nsimport.exp: New test.
7370 * gdb.cp/nsimport.cc: New test program.
7371
7372 2010-01-25 Tom Tromey <tromey@redhat.com>
7373
7374 PR gdb/11049:
7375 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7376 with "set print null-stop on".
7377
7378 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7379
7380 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7381 Adjust it for DISASSEMBLY_OMIT_FNAME.
7382
7383 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7384
7385 PR symtab/11199:
7386 * gdb.dwarf2/member-ptr-forwardref.exp,
7387 gdb.dwarf2/member-ptr-forwardref.S: New.
7388
7389 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7392 (thread1_func): Protect thread1_tid with thread1_tid_cond by
7393 thread1_tid_mutex. Remove gdbstop_mutex handling.
7394 (thread2_func): Protect thread2_tid with thread2_tid_cond by
7395 thread2_tid_mutex. Remove gdbstop_mutex handling.
7396 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7397 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
7398 pthread_cond_wait conditionalizations by while loops.
7399
7400 2010-01-20 Tom Tromey <tromey@redhat.com>
7401
7402 PR backtrace/10770:
7403 * gdb.dwarf2/pr10770.exp: New file.
7404 * gdb.dwarf2/pr10770.c: New file.
7405 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7406
7407 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7408
7409 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7410 that target was removed, and the test always runs native anyway.
7411
7412 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7415 gdb.base/watchpoint-cond-gone-stripped.c: New.
7416
7417 2010-01-19 Tom Tromey <tromey@redhat.com>
7418
7419 PR c++/8000:
7420 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
7421 existing tests.
7422 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7423 (main): Use AAA::SomeEnum.
7424
7425 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7426
7427 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7428 (test_ignore_count): Declare line_callme_body global.
7429 (run to breakpoint with ignore count): Use line_callme_body.
7430 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7431 (set line_main_hello, set line_main_return): Reindent.
7432 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7433 New.
7434 (continue to callee4): Use line_callee4_body.
7435 (check *stopped from CLI command): Use line_callee4_next.
7436 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7437 (set line_main_hello, set line_main_return): Reindent.
7438 (set line_callee4_head, set line_callee4_body): New.
7439 (continue to callee4): Use line_callee4_body.
7440
7441 2010-01-18 Tom Tromey <tromey@redhat.com>
7442
7443 PR c++/9680:
7444 * gdb.cp/casts.cc: Add new classes and variables.
7445 * gdb.cp/casts.exp: Test new operators.
7446
7447 2010-01-18 Tom Tromey <tromey@redhat.com>
7448 Thiago Jung Bauermann <bauerman@br.ibm.com>
7449
7450 * gdb.python/source2.py: New file.
7451 * gdb.python/source1: New file.
7452 * gdb.python/python.exp: Test "source" command.
7453
7454 2010-01-15 Stan Shebs <stan@codesourcery.com>
7455
7456 * gdb.trace/tfile.c: New file.
7457 * gdb.trace/tfile.exp: New file.
7458
7459 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7462
7463 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7464
7465 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7466
7467 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7468
7469 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7470 (libfunc): New parameter action. Implement also selectable "sleep".
7471 * gdb.base/break-interp-main.c: Include assert.h.
7472 (libfunc): New parameter action.
7473 (main): New parameters argc and argv. Assert argc. Pass argv.
7474 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7475 (test_attach): New proc.
7476 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
7477 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
7478
7479 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.base/break-interp.exp (test_core): New proc.
7482 (test_ld): Call it.
7483
7484 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7485
7486 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7487 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
7488 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
7489 and gdb_compile_shlib. Use new -Wl compiler options.
7490 (dl bt, main bt): New tests.
7491
7492 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 Support PIEs with no symfile_objfile.
7495 * gdb.base/break-interp.exp: New argument at the test_ld calls.
7496 (test_ld): New parameter trynosym.
7497 (test_ld <$trynosym>): New block.
7498
7499 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7500
7501 * gdb.base/break-interp.exp: New file.
7502
7503 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7504
7505 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7506 * gdb.python/py-prettyprint.py (pp_ls): New printer.
7507 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7508 test.
7509 * gdb.python/py-prettyprint.c: Define lazystring test structure.
7510 * gdb.python/py-mi.exp: Add lazy string test.
7511
7512 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7513
7514 * lib/mi-support.exp (mi_check_thread_states): Handle
7515 core number in thread listing.
7516
7517 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7518
7519 * gdb.base/maint.exp: Adjust the expected output for the
7520 "maint print type" test. Use gdb_test_multiple instead of
7521 gdb_sent/gdb_expect.
7522
7523 2010-01-11 Doug Evans <dje@google.com>
7524
7525 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7526 from gdbserver_download. All callers updated.
7527
7528 * gdb.server/ext-run.exp: "info os processes" requires xml support.
7529
7530 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7531
7532 Implement binary numbers parsing.
7533 * gdb.base/printcmds.exp (test_integer_literals_accepted)
7534 (test_integer_literals_rejected): New binary tests.
7535
7536 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7537
7538 * gdb.cell/configure: Regenerate.
7539
7540 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7541
7542 * gdb.base/corefile.exp: Move the core finding block out and call it as
7543 core_find, new variable $corefile, replace corefile by $corefile and
7544 [file tail $corefile] for usage vs. test names resp.
7545 * lib/gdb.exp (core_find): Move it as a new function here. New
7546 parameter binfile and deletefiles. New variable $destcore. Pre-delete
7547 $destcore. Return "" on error.
7548
7549 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 Workaround PR binutils/10802.
7552 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7553 (twice).
7554
7555 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7556
7557 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7558
7559 2010-01-08 Joel Brobecker <brobecker@adacore.com>
7560
7561 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7562 call, to avoid interruption.
7563
7564 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 * gdb.stabs/weird.def (args93): New.
7567
7568 2010-01-07 Doug Evans <dje@google.com>
7569
7570 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7571
7572 2010-01-07 Tom Tromey <tromey@redhat.com>
7573
7574 * gdb.base/source.exp: Use correct line number.
7575
7576 2010-01-05 Stan Shebs <stan@codesourcery.com>
7577
7578 * gdb.trace/tracecmd.exp: Test ftrace.
7579
7580 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7581
7582 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7583
7584 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7585
7586 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7587 "uint_for_mi_testing".
7588
7589 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7590
7591 Test indented comment in file being sourced.
7592 * gdb.base/commands.exp: Test indented comment in file being sourced.
7593
7594 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7595
7596 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7597 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7598 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7599 notice.
7600
7601 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7602
7603 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7604 notice.
7605
7606 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7607
7608 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7609 missing $after_stopped and comma (,) expectation.
7610
7611 2009-12-31 Stan Shebs <stan@codesourcery.com>
7612
7613 * gdb.trace/actions.exp: Test teval action.
7614
7615 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7616
7617 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7618 (top level): Call test_watchpoint_in_big_blob.
7619 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7620 watchpoints.
7621 (func3): Write to buf.
7622
7623 2009-12-29 Stan Shebs <stan@codesourcery.com>
7624
7625 * gdb.trace/actions.exp: Test default-collect.
7626
7627 2009-12-28 Stan Shebs <stan@codesourcery.com>
7628
7629 * gdb.trace/tsv.exp: New file.
7630 * gdb.base/completion.exp: Update ambiguous info output.
7631
7632 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
7633
7634 * gdb.base/find.c (main): Reference search buffers.
7635 * gdb.base/included.c (main): Reference integer.
7636 * gdb.base/ptype.c (charfoo): Declare.
7637 (intfoo): Call charfoo.
7638 * gdb.base/scope0.c (useitp): New function.
7639 (usestatics): Use useitp.
7640 (useit): Add a type for val.
7641 * gdb.base/scope1.c (useit1): Take a pointer argument.
7642 (usestatics1): Update calls to useit1.
7643 * gdb.cp/call-c.cc: Declare foo.
7644 (main): Call foo.
7645 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7646 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7647 (main): Call C::ensureRefs and ensureOtherRefs.
7648 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7649 variables.
7650 (ensureOtherRefs): New function.
7651 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7652 * gdb.cp/templates.cc (main): Call t5i.value.
7653
7654 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7655
7656 Fix compatibility with G++-4.5.
7657 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7658 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7659 (uncaught return): Remove.
7660
7661 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7662 Phil Muldoon <pmuldoon@redhat.com>
7663
7664 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7665 (bp_location13, bp_location14, bp_location17, bp_location18)
7666 (marker3_proto, marker4_proto): New variables.
7667 (breakpoint info): Update output.
7668 (run until breakpoint at marker3, run until breakpoint at marker4): New
7669 tests.
7670
7671 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7672
7673 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7674 Replace the printf call of Y by provided "y-set-1" label. New block
7675 for the second shared library.
7676 * gdb.base/unload.exp: Compile also the second library, call
7677 gdb_load_shlibs also for it. Use now gdb_breakpoint.
7678 (single pending breakpoint info): Rename to ...
7679 (pending breakpoint info before run): ... this extended test.
7680 (libfile2, libname2, libsrcfile2, libsrc2)
7681 (lib_sl2): New variables.
7682 (exec_opts): Set also SHLIB_NAME2.
7683 (pending breakpoint info on first run at shrfunc1)
7684 (pending breakpoint info on second run at shrfunc1)
7685 (pending breakpoint info on second run at shrfunc2)
7686 (print y from libfile, print y from libfile2): New tests.
7687 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7688 * gdb.base/unloadshr2.c: New.
7689
7690 2009-12-22 Hui Zhu <teawater@gmail.com>
7691
7692 * gdb.reverse/sigall-reverse.exp: Adjust.
7693
7694 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
7695
7696 PR gdb/10884
7697
7698 * gdb.mi/var-cmd.c (do_bitfield_tests): New
7699 (main): Call do_bitfield_tests.
7700 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
7701
7702 2009-12-20 Joel Brobecker <brobecker@adacore.com>
7703
7704 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7705 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7706 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7707 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7708 gdb.modula2/unbounded1.c: Update copyright header.
7709
7710 2009-12-10 Chris Moller <moller@mollerware.com>
7711
7712 PR gdb/9399
7713 * gdb.cp/virtfunc2.exp: New tests
7714 * gdb.cp/virtfunc2.cc: New tests
7715 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7716
7717 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
7718
7719 * gdb.reverse/i387-env-reverse.c: New file.
7720 * gdb.reverse/i387-env-reverse.exp: New file.
7721 * gdb.reverse/i387-stack-reverse.c: New file.
7722 * gdb.reverse/i387-stack-reverse.exp: New file.
7723
7724 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
7725
7726 * gdb.python/py-type.exp (test_range): New test.
7727
7728 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
7729
7730 PR python/10805
7731
7732 * gdb.python/py-type.exp: New file.
7733 * gdb.python/py-type.c: New file.
7734 * Makefile.in: Add py-type.
7735
7736 2009-12-03 Tom Tromey <tromey@redhat.com>
7737
7738 * gdb.python/py-value.exp (test_parse_and_eval): New
7739 function.
7740
7741 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7742
7743 PR gdb/11022
7744
7745 * gdb.base/pr11022.exp: New test.
7746 * gdb.base/pr11022.c: New test.
7747
7748 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 Fix spurious false FAILs.
7751 * gdb.base/structs.c (chartest): New.
7752 (main): Fill-in chartest.
7753 * gdb.base/structs.exp (anychar_re, first): New.
7754 (start_structs_test): Import global anychar_re and first.
7755 New gdb_test call "set print elements 300; ${testfile}"
7756 (start_structs_test <$first>): New block.
7757 (any): Import global anychar_re. New variable ac. Use ${ac}.
7758
7759 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7760
7761 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7762
7763 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7766 Force $srcfile file.
7767 * gdb.base/foll-fork.c (callee): Comment out the printf call.
7768
7769 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7770
7771 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7772 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7773 * gdb.threads/watchthreads-reorder.exp: Likewise.
7774
7775 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 PR gdb/8704
7778
7779 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
7780 "if", and "thread". Correct matching in the previous test.
7781
7782 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
7783
7784 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
7785
7786 2009-11-23 Michael Snyder <msnyder@vmware.com>
7787
7788 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7789 * gdb.reverse-watch-precsave.exp: Ditto.
7790
7791 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7792
7793 * gdb.asm/asm-source.exp: Adjust.
7794 * gdb.base/help.exp: Adjust.
7795
7796 2009-11-22 Pedro Alves <pedro@codesourcery.com>
7797
7798 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7799 (do_syscall_tests_without_xml): Set data-directory to
7800 /the/path/to/nowhere.
7801
7802 2009-11-21 Pedro Alves <pedro@codesourcery.com>
7803
7804 * gdb.threads/local-watch-wrong-thread.c,
7805 gdb.threads/local-watch-wrong-thread.exp: New files.
7806
7807 2009-11-21 Pedro Alves <pedro@codesourcery.com>
7808
7809 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7810 assume new `regsub' syntax available.
7811
7812 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 * gdb.base/watchpoint-hw-hit-once.exp,
7815 gdb.base/watchpoint-hw-hit-once.c: New.
7816
7817 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.threads/watchthreads-reorder.exp,
7820 gdb.threads/watchthreads-reorder.c: New.
7821
7822 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7823
7824 * gdb.xml/tdesc-regs.exp: Use for m68k.
7825
7826 2009-11-15 Pedro Alves <pedro@codesourcery.com>
7827
7828 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7829
7830 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7831
7832 * lib/gdb.exp (current_target_name): New procedure.
7833 (gdb_wrapper_target): New variable.
7834 (gdb_wrapper_init): Set gdb_wrapper_target.
7835 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7836 wrapper.
7837
7838 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7839
7840 * gdb.base/remote.exp: Delete the slowest load test.
7841 Do not load with fixed packet sizes.
7842
7843 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7844
7845 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7846
7847 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7848
7849 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
7850 srcfile when setting a breakpoint.
7851
7852 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
7853
7854 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7855 macros.
7856
7857 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7858
7859 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7860 to be in memory.
7861 * gdb.base/display.c (force_mem): New.
7862 (do_loops): Use it. Add breakpoint comments.
7863 (do_vars): Add a breakpoint comment.
7864 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
7865 line numbers.
7866
7867 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
7868
7869 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7870 instead of a bare "run".
7871
7872 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7873
7874 * gdb.python/py-prettyprint.exp: Adjust.
7875
7876 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7877
7878 * lib/cell.exp (skip_cell_tests): Clean up test files before
7879 returning.
7880
7881 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7882
7883 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7884 and the breakpoint menu. Do not call perror if a prompt is seen.
7885 Consume the following GDB prompt.
7886 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7887 * gdb.cp/namespace.exp: Use gdb_test.
7888 * gdb.cp/templates.exp: Use gdb_test.
7889 (test_template_breakpoints): Use gdb_test_multiple.
7890
7891 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7892
7893 * gdb.base/break1.c (struct some_struct, values): Move earlier.
7894 (marker4): Reference values.
7895
7896 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7897
7898 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7899 is missing.
7900
7901 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7902
7903 * gdb.base/break.c (need_malloc): New.
7904 * gdb.base/constvars.c (main): Reference crass and crisp.
7905 * gdb.base/gdb1821.c (main): Reference bar.
7906 * gdb.cp/gdb1355.cc (main): Reference s1.
7907 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7908 (main): Call them.
7909 * gdb.cp/hang2.cc (dummy2): Define.
7910 * gdb.cp/hang3.cc (dummy3): Define.
7911 * gdb.cp/m-data.cc (main): Reference shadow.
7912
7913 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7914 Nathan Froyd <froydnj@codesourcery.com>
7915
7916 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
7917 remote host.
7918
7919 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
7920
7921 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
7922 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
7923 * gdb.dwarf2/dw2-compressed.exp: Likewise.
7924 * gdb.dwarf2/dw2-intercu.exp: Likewise.
7925 * gdb.dwarf2/dw2-intermix.exp: Likewise.
7926 * gdb.dwarf2/dw2-producer.exp: Likewise.
7927 * gdb.dwarf2/mac-fileno.exp: Likewise.
7928 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
7929 py-prettyprint.py to the remote host.
7930 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
7931
7932 2009-11-11 Keith Seitz <keiths@redhat.com>
7933
7934 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
7935 use it instead of "Foo".
7936 * gdb.cp/classes.exp (do_tests): Add a test to access
7937 a method through a typedef'd class name.
7938
7939 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
7940
7941 * gdb.base/long_long.exp: Permit leading zeros on floating-point
7942 exponents.
7943 * gdb.base/pointers.exp: Likewise.
7944 * gdb.cp/ref-types.exp: Likewise.
7945
7946 2009-11-11 Keith Seitz <keiths@redhat.com>
7947
7948 * gdb.cp/cplusfuncs.cc (class foo): Add operators
7949 new[] and delete[].
7950 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
7951 "void".
7952 (probe_demangler): Remove all single-quoting of
7953 method and variable names.
7954 (info_func_regexp): Remove the word "void" from any
7955 occurrence of "(void)".
7956 (print_addr_2): Remove all single-quoting of
7957 method names.
7958 (print_addr_2_kfail): Likewise.
7959 (print_addr): Single-quote C function names before
7960 passing to print_addr_2.
7961 (test_paddr_operator_functions): Remove single-quoting
7962 for method names.
7963 Add tests for operator new[] and operator delete[].
7964
7965 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7966
7967 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7968
7969 2009-11-09 Keith Seitz <keiths@redhat.com>
7970
7971 * gdb.cp/overload.exp: Add tests for resolving overloaded
7972 methods in expression parsing/evaluation.
7973
7974 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7975
7976 * lib/gdb.exp (default_gdb_version): Use --version instead of
7977 --command.
7978
7979 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
7980
7981 * lib/gdb.exp (gdb_compile_test): New.
7982 (skip_ada_tests, skip_java_tests): New.
7983 (gdb_compile): Use gdb_compile_test for f77.
7984 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7985 * lib/java.exp (compile_java_from_source): Remove runtests check,
7986 use gdb_compile_test to record result.
7987 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7988 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7989 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7990 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7991 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7992 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7993 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7994 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7995 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7996 adjust gdb_compile invocations.
7997
7998 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7999
8000 * Makefile.in (abs_builddir): New.
8001 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
8002 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
8003 `$(abs_builddir)/site.exp'.
8004
8005 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
8006
8007 * config/m68k-emc.exp, lib/emc-support.exp,
8008 gdb.trace/gdb_c_test.c: Delete.
8009 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
8010 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8011 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8012 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8013 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8014 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
8015 casing for m68k-*-elf.
8016
8017 2009-11-03 Pedro Alves <pedro@codesourcery.com>
8018
8019 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
8020 * gdb.arch/i386-prologue.exp: Likewise.
8021 * gdb.arch/i386-unwind.exp: Likewise.
8022
8023 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8024
8025 * lib/gdb.exp (gdb_expect): Fix timeout typo.
8026
8027 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8028
8029 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
8030
8031 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8032
8033 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
8034
8035 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8036
8037 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
8038
8039 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
8042 * gdb.base/sepdebug2.c: New file.
8043
8044 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8045
8046 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
8047 the modified warnings for catch syscall. Verify if GDB was compiled
8048 with support for lib expat, and choose which tests to run depending
8049 on this.
8050
8051 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
8052
8053 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
8054 that composite commands are parsed OK. And also test
8055 that breakpoint commands do work.
8056
8057 2009-10-23 Michael Snyder <msnyder@vmware.com>
8058
8059 gdb.reverse/consecutive-precsave.exp: Change expect pattern
8060 to allow for new disassembly style.
8061
8062 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
8063
8064 * gdb.asm/asm-source.exp: Adjust.
8065
8066 2009-10-22 Michael Snyder <msnyder@vmware.com>
8067
8068 * gdb.reverse/break-precsave.exp: New test.
8069 * gdb.reverse/consecutive-precsave.exp: Ditto.
8070 * gdb.reverse/finish-precsave.exp: Ditto.
8071 * gdb.reverse/i386-precsave.exp: Ditto.
8072 * gdb.reverse/machinestate-precsave.exp: Ditto.
8073 * gdb.reverse/sigall-precsave.exp: Ditto.
8074 * gdb.reverse/solilb-precsave.exp: Ditto.
8075 * gdb.reverse/step-precsave.exp: Ditto.
8076 * gdb.reverse/until-precsave.exp: Ditto.
8077 * gdb.reverse/watch-precsave.exp: Ditto.
8078
8079 2009-10-22 Michael Snyder <msnyder@vmware.com>
8080
8081 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
8082 for gdb_expect. Adjust one test's expect strings for the new
8083 format of disassemble.
8084 * gdb.reverse/finish-reverse.exp: Delete 'return'.
8085 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8086 gdb_test_multiple.
8087 * gdb.reverse/step-reverse.exp: Delete 'return'.
8088 * gdb.reverse/until-reverse.exp: Delete blank lines.
8089 * gdb.reverse/watch-reverse.exp: Delete blank lines.
8090
8091 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
8092
8093 * gdb.base/consecutive.exp: Adjust.
8094 * gdb.base/display.exp: Likewise.
8095 * gdb.base/pc-fp.exp: Likewise.
8096 * gdb.base/sigbpt.exp: Likewise.
8097
8098 2009-10-19 Michael Snyder <msnyder@vmware.com>
8099
8100 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8101 * gdb.reverse/finish-reverse.c: Ditto.
8102 * gdb.reverse/sigall-reverse.c: Ditto.
8103 * gdb.reverse/solib-reverse.c: Ditto.
8104 * gdb.reverse/step-reverse.c: Ditto.
8105 * gdb.reverse/watch-reverse.c: Ditto.
8106
8107 2009-10-19 Pedro Alves <pedro@codesourcery.com>
8108 Stan Shebs <stan@codesourcery.com>
8109
8110 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8111 * gdb.base/foll-exec.exp: Adjust to expect a process id before
8112 "Executing new program".
8113 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8114 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
8115 left listed after having been killed.
8116 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8117 * gdb.base/maint.exp: Adjust test.
8118
8119 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8120 * gdb.multi/Makefile.in: New.
8121 * gdb.multi/base.exp: New.
8122 * gdb.multi/goodbye.c: New.
8123 * gdb.multi/hangout.c: New.
8124 * gdb.multi/hello.c: New.
8125 * gdb.multi/bkpt-multi-exec.c: New.
8126 * gdb.multi/bkpt-multi-exec.exp: New.
8127 * gdb.multi/crashme.c: New.
8128
8129 2009-10-13 Tristan Gingold <gingold@adacore.com>
8130
8131 * gdb.base/sepdebug.exp: Check debug info are found.
8132
8133 2009-10-08 Pedro Alves <pedro@codesourcery.com>
8134
8135 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8136 bits.
8137
8138 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8139
8140 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8141
8142 2009-10-07 Joel Brobecker <brobecker@adacore.com>
8143
8144 * gdb.base/watchpoints.c: Add copyright header. Reformat one
8145 of the comments.
8146
8147 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
8148
8149 * gdb.base/annota1.exp: Remove obsolete match_max increase.
8150 * gdb.base/annota3.exp: Idem.
8151 * gdb.base/maint.exp: Idem.
8152
8153 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8154
8155 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8156 to default.
8157
8158 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8159
8160 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
8161 mingw and cygwin targets.
8162
8163 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8164 Pedro Alves <pedro@codesourcery.com>
8165
8166 * lib/gdb.exp (gdb_compile): Avoid adding
8167 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8168
8169 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8170
8171 * gdb.base/shr1.c: Use %p in format string.
8172 * gdb.base/unload.c: Avoid warning in fprintf.
8173 * gdb.base/watchpoint-solib.c: Idem.
8174
8175 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8176
8177 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8178 long type.
8179 (test_unlink): Correct printf string.
8180 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8181 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8182
8183 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8184
8185 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8186 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8187 * gdb.arch/ia64-breakpoint-shadow.S: New file.
8188
8189 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8190
8191 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8192 * gdb.objc/nondebug.exp: Likewise.
8193
8194 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8195
8196 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8197 target_info setting.
8198
8199 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8200 that detect new threads during "info threads".
8201
8202 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8203
8204 * gdb.threads/manythreads.c (main): Increase thread stack size
8205 to 2*PTHREAD_STACK_MIN.
8206 * gdb.threads/multi-create.c (main): Likewise.
8207 (create_function): Likewise.
8208
8209 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8210
8211 * gdb.base/dump.exp: Pass difference of pointer types instead
8212 of integer types as offset to restore in intarr3.srec case.
8213
8214 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8215
8216 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8217
8218 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8219
8220 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8221
8222 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
8223
8224 New test for two watchpoints, with disabling of
8225 the first inserted.
8226 * testsuite/gdb.base/watchpoints.c: New file.
8227 * testsuite/gdb.base/watchpoints.exp: New file.
8228
8229 2009-09-25 Tom Tromey <tromey@redhat.com>
8230
8231 * gdb.base/charset.exp: Test utf-16 strings with Python.
8232
8233 2009-09-25 Tom Tromey <tromey@redhat.com>
8234
8235 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8236 UCS-4.
8237 * gdb.base/charset.c (utf_32_string): Rename.
8238 (init_utf32): Rename.
8239 (main): Update.
8240
8241 2009-09-22 Tom Tromey <tromey@redhat.com>
8242
8243 * gdb.python/py-function.exp: Add regression tests.
8244
8245 2009-09-21 Keith Seitz <keiths@redhat.com>
8246
8247 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8248 with invalid operator.
8249
8250 2009-09-21 Keith Seitz <keiths@redhat.com>
8251
8252 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8253 and destructor using typedef name of class.
8254 * gdb.cp/classes.cc (class Base1): Add a destructor.
8255 (base1): New typedef.
8256 (use_methods): Instanitate an object of type base1.
8257 * gdb.cp/templates.exp (test_template_typedef): New procedure.
8258 (do_tests): Call test_template_typedef.
8259 * gdb.cp/templates.cc (Baz::~Baz): New method.
8260 (intBazOne): New typedef.
8261 (main): Instantiate intBazOne.
8262
8263 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8264
8265 PR python/10633
8266
8267 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8268 Function.
8269 (run_lang_tests): Add print elements test.
8270
8271 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8272
8273 * gdb.python/py-value.exp (test_subscript_regression): New
8274 function. Test for invalid subscripts.
8275 * gdb.python/py-value.c (main): Add test array, and pointer to it.
8276 (ptr_ref): New function.
8277
8278 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8279
8280 * gdb.base/default.exp: Fix "show convenience".
8281
8282 2009-09-15 Tom Tromey <tromey@redhat.com>
8283
8284 * lib/mi-support.exp (mi_create_varobj): Update.
8285 (mi_create_floating_varobj): Likewise.
8286 (mi_create_dynamic_varobj): New proc.
8287 (mi_varobj_update): Update.
8288 (mi_varobj_update_with_type_change): Likewise.
8289 (mi_varobj_update_kv_helper): New proc.
8290 (mi_varobj_update_dynamic_helper): Rewrite.
8291 (mi_varobj_update_dynamic): New proc.
8292 (mi_list_varobj_children): Update.
8293 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8294 * gdb.python/python-prettyprint.py (pp_outer): New class.
8295 (pp_nullstr): Likewise.
8296 (lookup_function): Register new printers.
8297 * gdb.python/python-prettyprint.c (struct substruct): New type.
8298 (struct outerstruct): Likewise.
8299 (substruct_test): New function.
8300 (struct nullstr): New type.
8301 (string_1, string_2): New globals.
8302 (main): Add new tests.
8303 * gdb.python/python-mi.exp: Added regression tests.
8304 * gdb.mi/mi2-var-display.exp: Update.
8305 * gdb.mi/mi2-var-cmd.exp: Update.
8306 * gdb.mi/mi2-var-child.exp: Update.
8307 * gdb.mi/mi2-var-block.exp: Update.
8308 * gdb.mi/mi-var-invalidate.exp: Update.
8309 * gdb.mi/mi-var-display.exp: Update.
8310 * gdb.mi/mi-var-cmd.exp: Update.
8311 * gdb.mi/mi-var-child.exp: Update.
8312 * gdb.mi/mi-var-block.exp: Update.
8313 * gdb.mi/mi-break.exp: Update.
8314 * gdb.mi/gdb701.exp: Update.
8315
8316 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8317
8318 * Makefile.in: Inclusion of catch-syscall object.
8319 * gdb.base/catch-syscall.c: New file.
8320 * gdb.base/catch-syscall.exp: New file.
8321
8322 2009-09-12 Michael Snyder <msnyder@vmware.com>
8323
8324 * gdb.reverse/step-reverse.exp: Explicitly check for targets
8325 that can support reverse debuggnig.
8326
8327 2009-09-11 Tom Tromey <tromey@redhat.com>
8328
8329 * gdb.dwarf2/valop.S: New file.
8330 * gdb.dwarf2/valop.exp: New file.
8331
8332 2009-09-11 Mark Kettenis <kettenis@gnu.org>
8333
8334 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8335
8336 2009-09-10 Doug Evans <dje@google.com>
8337
8338 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8339 Add $gdb_prompt to second breakpoint regexp.
8340
8341 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
8342
8343 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8344 names, add missing ones.
8345 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8346 * gdb.python/py-frame.c: Rename from python-frame.c.
8347 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
8348 testfile name.
8349 * gdb.python/py-function.exp: Rename from python-function.exp.
8350 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
8351 testfile name.
8352 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8353 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8354 Adjust testfile name.
8355 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8356 * gdb.python/py-template.cc: Rename from python-template.cc.
8357 * gdb.python/py-template.exp: Rename from python-template.exp.
8358 Adjust testfile name.
8359 * gdb.python/py-value.c: Rename from python-value.c.
8360 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
8361 testfile name.
8362
8363 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8366 $bpt2address.
8367 (Second breakpoint address is valid on ia64)
8368 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8369
8370 2009-09-03 Joseph Myers <joseph@codesourcery.com>
8371
8372 * gdb.base/ending-run.exp: Restrict regular expression matching
8373 line number to require closing brace following.
8374
8375 2009-09-03 Doug Evans <dje@google.com>
8376
8377 * gdb.base/store.exp (check_set): Fix typo in expected value message.
8378
8379 2009-09-02 Tom Tromey <tromey@redhat.com>
8380
8381 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8382
8383 2009-09-02 Tom Tromey <tromey@redhat.com>
8384
8385 * gdb.dwarf2/callframecfa.exp: New file.
8386 * gdb.dwarf2/callframecfa.S: New file.
8387
8388 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8389
8390 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8391 gdb.base/solib-overlap-main.c: New.
8392
8393 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
8394
8395 PR gdb/10565
8396
8397 * gdb.base/bitfields.c (struct container, container): New.
8398 (main): Initialize it and call break5.
8399 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8400
8401 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8402
8403 Support constant DW_AT_data_member_location by GCC PR debug/40659.
8404 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8405
8406 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8407
8408 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8409
8410 2009-08-26 Michael Snyder <msnyder@vmware.com>
8411
8412 * gdb.base/i386-reverse.c: New file.
8413 * gdb.base/i386-reverse.exp: New file.
8414 * gdb.base/Makefile.in: Add new files to be removed.
8415
8416 2009-08-26 Joseph Myers <joseph@codesourcery.com>
8417
8418 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8419 environment-pwd for remote host.
8420 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8421
8422 2009-08-24 Keith Seitz <keiths@redhat.com>
8423
8424 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8425 Add two new C++ completer tests which limit the output to a
8426 given class.
8427
8428 2009-08-24 Michael Snyder <msnyder@vmware.com>
8429
8430 * gdb.base/del.exp: Fix typo in comment.
8431 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8432
8433 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8434
8435 * configure: Regenerate.
8436 * gdb.hp/configure: Likewise.
8437 * gdb.hp/gdb.aCC/configure: Likewise.
8438 * gdb.hp/gdb.base-hp/configure: Likewise.
8439 * gdb.hp/gdb.compat/configure: Likewise.
8440 * gdb.hp/gdb.defects/configure: Likewise.
8441 * gdb.hp/gdb.objdbg/configure: Likewise.
8442 * gdb.stabs/configure: Likewise.
8443
8444 2009-08-19 Doug Evans <dje@google.com>
8445
8446 * gdb.base/gdbvars.c: New file.
8447 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8448
8449 2009-08-14 Pedro Alves <pedro@codesourcery.com>
8450
8451 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8452 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8453
8454 2009-08-13 Pedro Alves <pedro@codesourcery.com>
8455
8456 * gdb.base/default.exp: Adjust "set language test": it's now an
8457 enum command. Larger help string moved to "help set language".
8458 * gdb.base/help.exp: Adjust "help set language" expected output,
8459 now lists all known languages.
8460
8461 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
8462
8463 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8464 all frame arguments.
8465 * gdb.arch/altivec-regs.exp: Likewise.
8466
8467 2009-08-07 Tom Tromey <tromey@redhat.com>
8468
8469 * gdb.base/setshow.exp: Add tests for changes to set language, set
8470 check range, and set check type.
8471
8472 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
8473
8474 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8475 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
8476 Call it.
8477
8478 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8479
8480 * configure.ac: Run gdb.cell tests when appropriate.
8481 * configure: Regenerate.
8482 * lib/cell.exp: New file.
8483 * gdb.cell: New directory.
8484 * gdb.cell/configure.ac: New file.
8485 * gdb.cell/configure: New file.
8486 * gdb.cell/Makefile.in: New file.
8487 * gdb.cell/arch.exp: New file.
8488 * gdb.cell/break.c: New file.
8489 * gdb.cell/break.exp: New file.
8490 * gdb.cell/break-spu.c: New file.
8491 * gdb.cell/bt.c: New file.
8492 * gdb.cell/bt2-spu.c: New file.
8493 * gdb.cell/bt-spu.c: New file.
8494 * gdb.cell/bt.exp: New file.
8495 * gdb.cell/coremaker.c: New file.
8496 * gdb.cell/coremaker-spu.c: New file.
8497 * gdb.cell/core.exp: New file.
8498 * gdb.cell/gcore.exp: New file.
8499 * gdb.cell/data.c: New file.
8500 * gdb.cell/data.exp: New file.
8501 * gdb.cell/data-spu.c: New file.
8502 * gdb.cell/ea-cache.exp: New file.
8503 * gdb.cell/ea-cache.c: New file.
8504 * gdb.cell/ea-cache-spu.c: New file.
8505 * gdb.cell/ea-standalone.c: New file.
8506 * gdb.cell/ea-standalone.exp: New file.
8507 * gdb.cell/ea-test.c: New file.
8508 * gdb.cell/ea-test.exp: New file.
8509 * gdb.cell/f-regs.exp: New file.
8510 * gdb.cell/mem-access.c: New file.
8511 * gdb.cell/mem-access.exp: New file.
8512 * gdb.cell/mem-access-spu.c: New file.
8513 * gdb.cell/ptype.exp: New file.
8514 * gdb.cell/registers.exp: New file.
8515 * gdb.cell/size.c: New file.
8516 * gdb.cell/sizeof.exp: New file.
8517 * gdb.cell/size-spu.c: New file.
8518 * gdb.cell/solib.exp: New file.
8519 * gdb.cell/solib-symbol.exp: New file.
8520
8521 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8522
8523 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8524
8525 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8526
8527 * gdb.base/float.exp: Handle VFP registers.
8528
8529 2009-07-14 Michael Snyder <msnyder@vmware.com>
8530
8531 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8532 to bring gdb to the beginning of the calling line.
8533
8534 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8535 confusing the i386 epilogue unwinder.
8536
8537 2009-07-14 Stan Shebs <stan@codesourcery.com>
8538
8539 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8540
8541 2009-07-14 Michael Snyder <msnyder@vmware.com>
8542
8543 * gdb.reverse/step-reverse.exp (stepi into function call):
8544 Call instruction may not be first instruction in the line.
8545 (reverse stepi from a function call): Used wrong line number.
8546
8547 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8548
8549 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8550
8551 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8552
8553 Fix gdb.base/macscp.exp when using custom inputrc.
8554 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8555 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
8556 env(TERM) set.
8557 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8558 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8559
8560 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8563 * gdb.base/annota1.exp (thread_test): Import global $testfile.
8564 Change the compilation target to match the testcase name.
8565 * gdb.base/sect-cmd.exp: Change the compilation target to match the
8566 testcase name.
8567 * a2-run.exp: Use for setup prepare_for_testing. Change the
8568 compilation target to match the testcase name.
8569 * gdb.base/commands.exp: Likewise.
8570 * gdb.base/finish.exp: Likewise.
8571 * gdb.base/float.exp: Likewise.
8572 * gdb.base/info-target.exp: Likewise.
8573 * gdb.base/relational.exp: Likewise.
8574 * gdb.base/term.exp: Likewise.
8575 * gdb.base/until.exp: Likewise.
8576 * gdb.base/volatile.exp: Likewise.
8577 * gdb.base/whatis-exp.exp: Likewise.
8578
8579 2009-07-11 Hui Zhu <teawater@gmail.com>
8580
8581 * gdb.base/help.exp (disassemble): Update expected help text.
8582
8583 2009-07-09 Tom Tromey <tromey@redhat.com>
8584
8585 * lib/gdb.exp: Handle TRANSCRIPT.
8586 (remote_spawn, remote_close, send_gdb): New procs.
8587
8588 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
8589
8590 * gdb.python/python-prettyprint.c: Add counted null string
8591 structure.
8592 * gdb.python/python-prettyprint.exp: Print null string. Test for
8593 embedded nulls.
8594 * gdb.python/python-prettyprint.py (pp_ns): New Function.
8595 * gdb.python/python-value.exp (test_value_in_inferior): Add
8596 variable length string fetch tests.
8597 * gdb.python/python-value.c (main): Add strings for string fetch tests.
8598
8599 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 * gdb.base/dump.exp (inaccessible memory is reported): New test.
8602
8603 2009-07-07 Tom Tromey <tromey@redhat.com>
8604
8605 * gdb.base/call-rt-st.exp: Update for change to escape output.
8606 * gdb.base/callfuncs.exp: Likewise.
8607 * gdb.base/charset.exp: Likewise.
8608 * gdb.base/constvars.exp: Likewise.
8609 * gdb.base/long_long.exp: Likewise.
8610 * gdb.base/pointers.exp: Likewise.
8611 * gdb.base/printcmds.exp: Likewise.
8612 * gdb.base/setvar.exp: Likewise.
8613 * gdb.base/store.exp: Likewise.
8614 * gdb.cp/ref-types.exp: Likewise.
8615 * gdb.mi/mi-var-child.exp: Likewise.
8616 * gdb.mi/mi-var-display.exp: Likewise.
8617 * gdb.mi/mi2-var-display.exp: Likewise.
8618 * gdb.base/charset.exp: Test octal escape sequence length.
8619 Update for change to escape output.
8620
8621 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8622
8623 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8624
8625 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
8626
8627 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8628
8629 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8630
8631 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8632 gdbserver increasing $portnum if "Can't bind address" has been seen.
8633
8634 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8635
8636 * gdb.base/ending-run.exp: Add "step out of main" pattern for
8637 mingw32ce.
8638
8639 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8640
8641 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8642 VFP format.
8643
8644 2009-07-02 Pedro Alves <pedro@codesourcery.com>
8645
8646 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8647 linux. Adjust to use "inferior", "info inferiors", "detach
8648 inferior" and "kill inferior" instead of "restart", "info fork",
8649 "detach fork" and "delete fork".
8650 * gdb.base/ending-run.exp: Spell out "info".
8651 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8652 the "kill" command.
8653
8654 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8655
8656 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8657 change to prefix TLS offset in hex with 0x.
8658
8659 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8660
8661 * gdb.base/default.exp: Update test case for "x" changes.
8662
8663 2009-07-01 Tristan Gingold <gingold@adacore.com>
8664
8665 * gdb.base/bigcore.exp: Make darwin untested.
8666
8667 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 * gdb.base/completion.exp (directory completion): Create the directory.
8670 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8671 escapeuniquesub.
8672 (directory completion 2): Expect now ${escapeuniquesub}.
8673 (Glob remaining of directory test): Remove one excessive newline.
8674 Expect the real output.
8675
8676 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8677
8678 Fix `make check//%' target after `make check' has been ran.
8679 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
8680 a mkdir call.
8681 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8682 (%/.dir): Remove.
8683
8684 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8687 the expected result record.
8688
8689 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 Remove racy FAILs relying just on the timeouts.
8692 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8693 (annotation_level 2): Remove racy FAILs.
8694
8695 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8696
8697 gdb/10275
8698 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8699
8700 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
8701
8702 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8703
8704 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
8705
8706 * gdb.mi/mi-stack.exp: Testing symbolic options
8707 to -stack-list-locals and -stack-list-arguments.
8708
8709 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8712
8713 2009-06-29 Tom Tromey <tromey@redhat.com>
8714
8715 * dg-extract-results.sh: New file.
8716 * Makefile.in (FORCE_PARALLEL): New variable.
8717 (CHECK_TARGET): New conditional variable.
8718 (check): Use CHECK_TARGET.
8719 (DO_RUNTEST): New variable.
8720 (check-single): New target.
8721 (TEST_DIRS): New variable.
8722 (TEST_TARGETS): Likewise.
8723 (check-parallel): New target.
8724 (check-gdb.%): New pattern.
8725 (BASE1_FILES): New variable.
8726 (BASE2_FILES): Likewise.
8727 (check-gdb.base%): New pattern.
8728 (%/.dir): New pattern.
8729 * configure: Rebuild.
8730 * aclocal.m4 (AM_CONDITIONAL): New defun.
8731 * configure.ac: Check whether user is using GNU make.
8732 (GMAKE): New conditional.
8733
8734 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8735
8736 * gdb.cp/namespace-nested-import.cc: New test.
8737 * gdb.cp/namespace-nested-import.exp: New test.
8738
8739 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8740
8741 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8742 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8743 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8744 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8745 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8746 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8747 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8748 gdb.opt/inline-markers.c: New files.
8749 * lib/gdb.exp (skip_inline_frame_tests): New function.
8750 (skip_inline_var_tests): New function.
8751
8752 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8753
8754 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8755 backtrace.
8756
8757 2009-06-27 Michael Snyder <msnyder@vmware.com>
8758
8759 * gdb.reverse: New directory.
8760 * gdb.reverse/break-reverse.c: New test.
8761 * gdb.reverse/break-reverse.exp: New test.
8762 * gdb.reverse/consecutive-reverse.c: New test.
8763 * gdb.reverse/consecutive-reverse.exp: New test.
8764 * gdb.reverse/finish-reverse.c: New test.
8765 * gdb.reverse/finish-reverse.exp: New test.
8766 * gdb.reverse/machinestate.c: New test.
8767 * gdb.reverse/ms1.c: New test.
8768 * gdb.reverse/machinestate.exp: New test.
8769 * gdb.reverse/Makefile.in: New file.
8770 * gdb.reverse/shr2.c: New test.
8771 * gdb.reverse/solib-reverse.c: New test.
8772 * gdb.reverse/solib-reverse.exp: New test.
8773 * gdb.reverse/step-reverse.c: New test.
8774 * gdb.reverse/step-reverse.exp: New test.
8775 * gdb.reverse/until-reverse.c: New test.
8776 * gdb.reverse/ur1.c: New test.
8777 * gdb.reverse/until-reverse.exp: New test.
8778 * gdb.reverse/watch-reverse.c: New test.
8779 * gdb.reverse/watch-reverse.exp: New test.
8780 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
8781 * configure: Regenerate.
8782
8783 2009-06-26 Doug Evans <dje@google.com>
8784
8785 * gdb.base/psymtab.exp: Turn off pending breakpoints.
8786
8787 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
8788
8789 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8790 windows problem for 'file delete $binfile'.
8791
8792 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
8793
8794 * gdb.cp/namespace-using.exp: New test.
8795 * gdb.cp/namespace-using.cc: New test.
8796
8797 2009-05-20 Joel Brobecker <brobecker@adacore.com>
8798
8799 * gdb.ada/variant_record_packed_array: New testcase.
8800
8801 2009-06-23 Tom Tromey <tromey@redhat.com>
8802
8803 * gdb.base/charset.exp (test_combination): Regression test.
8804 * gdb.base/charset.c (my_wchar_t): New typedef.
8805 (myvar): New global.
8806 (main): Set myvar.
8807
8808 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
8809
8810 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8811 target.
8812
8813 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8814
8815 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8816
8817 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8818
8819 * gdb.mi/gdb680.exp: Update test for error message.
8820
8821 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8822
8823 * gdb.base/annota1.exp: Allow multiple occurrences of the
8824 frames-invalid annotation.
8825 * gdb.cp/annota2.exp: Likewise.
8826
8827 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
8828
8829 * gdb.cp/gdb2495.cc: New file.
8830 * gdb.cp/gdb2495.exp: New file.
8831
8832 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8833
8834 Report error on GDB crash during runto.
8835 * lib/gdb.exp (runto <eof>): New.
8836
8837 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
8838
8839 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8840 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8841 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8842 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8843 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8844 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8845 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8846 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8847 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8848 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8849 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8850 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8851 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8852 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8853 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8854 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8855 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8856 gdb.server/server-mon.exp, gdb.server/server-run.exp,
8857 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8858 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8859 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8860 gdb.trace/passcount.exp, gdb.trace/report.exp,
8861 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8862 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8863 gdb.trace/while-stepping.exp: Use a unique name for the compiled
8864 executable.
8865
8866 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8867
8868 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8869 defined before referencing it.
8870
8871 2009-06-03 Doug Evans <dje@google.com>
8872
8873 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8874 * gdb.arch/i386-see.c: Ditto.
8875
8876 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
8877
8878 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8879 (check_macro): Return 1 if undefined.
8880 If first test fails, check if macro debug information is available,
8881 and report unsupported test if no macro information is found.
8882
8883 2009-05-29 Doug Evans <dje@google.com>
8884
8885 * gdb.threads/hand-call-in-threads.exp: New.
8886 * gdb.threads/hand-call-in-threads.c: New.
8887
8888 2009-05-29 Michael Snyder <msnyder@vmware.com>
8889
8890 * gdb.base/break-always.exp: Change "1" to "on".
8891 Add confirmation check.
8892
8893 2009-05-28 Pedro Alves <pedro@codesourcery.com>
8894
8895 * gdb.threads/threxit-hop-specific.c: New.
8896 * gdb.threads/threxit-hop-specific.exp: New.
8897 * gdb.threads/thread-execl.c: New.
8898 * gdb.threads/thread-execl.exp: New.
8899
8900 2009-05-27 Tom Tromey <tromey@redhat.com>
8901 Thiago Jung Bauermann <bauerman@br.ibm.com>
8902
8903 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8904 (mi_child_regexp): Likewise.
8905 (mi_list_varobj_children_range): Likewise.
8906 (mi_get_features): Likewise.
8907 (mi_list_varobj_children): Rewrite.
8908 * gdb.python/python-mi.exp: New file.
8909
8910 2009-05-27 Tom Tromey <tromey@redhat.com>
8911 Thiago Jung Bauermann <bauerman@br.ibm.com>
8912 Phil Muldoon <pmuldoon@redhat.com>
8913 Paul Pluzhnikov <ppluzhnikov@google.com>
8914
8915 * gdb.python/python-prettyprint.exp: New file.
8916 * gdb.python/python-prettyprint.c: New file.
8917 * gdb.python/python-prettyprint.py: New file.
8918 * gdb.base/display.exp: print/r is now valid.
8919
8920 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
8921 Tom Tromey <tromey@redhat.com>
8922 Pedro Alves <pedro@codesourcery.com>
8923 Paul Pluzhnikov <ppluzhnikov@google.com>
8924
8925 * gdb.python/python-template.exp: New file.
8926 * gdb.python/python-template.cc: New file.
8927 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8928 tests.
8929 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8930 Call it.
8931 (test_value_after_death): New proc.
8932 * gdb.python/python-value.c (PTR): New typedef.
8933 (main): New variable 'x'.
8934
8935 2009-05-27 Tom Tromey <tromey@redhat.com>
8936
8937 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8938 tests.
8939 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8940 Call it.
8941
8942 2009-05-27 Pedro Alves <pedro@codesourcery.com>
8943
8944 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
8945
8946 2009-05-24 Pedro Alves <pedro@codesourcery.com>
8947
8948 * gdb.threads/fork-thread-pending.c: New.
8949 * gdb.threads/fork-thread-pending.exp: New.
8950
8951 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
8954 * gdb.dwarf2/dw2-strp.S (a_string2): New.
8955
8956 2009-05-18 Jon Beniston <jon@beniston.com>
8957
8958 * gdb.asm/asm-source.exp: Add lm32 target.
8959
8960 2009-05-17 Pedro Alves <pedro@codesourcery.com>
8961
8962 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
8963 `gdb_get_line_number'. Call `callee' in both parent and child.
8964 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8965 `gdb_get_line_number' instead of hardcoding line numbers.
8966 (catch_fork_unpatch_child): New procedure to test detaching
8967 breakpoints from child fork.
8968 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8969 hardcoding line numbers.
8970 (do_fork_tests): Run `catch_fork_unpatch_child'.
8971
8972 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8973
8974 * gdb.mi/mi-cmd-var.exp: Check that when varobj
8975 of structure type enters or leaves the scope, it
8976 is reported by -var-update.
8977
8978 2009-05-11 Doug Evans <dje@sebabeach.org>
8979
8980 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
8981 * gdb.threads/pending-step.c (main): Fix off-by-one error.
8982 * gdb.threads/schedlock.c (main): Fix off-by-one error.
8983
8984 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8985
8986 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8987
8988 2009-04-30 Doug Evans <dje@google.com>
8989
8990 * gdb.threads/watchthreads2.exp: New testcase.
8991 * gdb.threads/watchthreads2.c: New testcase.
8992
8993 2009-04-29 Doug Evans <dje@google.com>
8994
8995 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8996 * gdb.cp/mb-ctor.cc: Ditto.
8997 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8998 * gdb.cp/mb-inline.h (multi_line_foo): New function.
8999 * gdb.cp/mb-inline1.cc: Call it.
9000 * gdb.cp/mb-inline2.cc: Ditto.
9001 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
9002 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
9003
9004 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9005
9006 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
9007 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
9008 Replace all uses of `decimal' by `nonzero'.
9009 (info macro FROM_COMMANDLINE): New test.
9010
9011 2009-04-27 Tom Tromey <tromey@redhat.com>
9012
9013 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
9014
9015 2009-04-27 Doug Evans <dje@google.com>
9016
9017 * gdb.threads/watchthreads.c (main): Initialize args before starting
9018 the threads. Plus formatting cleanup.
9019 * gdb.threads/watchthreads.exp: Avoid errant failures due to
9020 biased scheduling of one thread.
9021
9022 2009-04-27 Jerome Guitton <guitton@adacore.com>
9023
9024 * gdb.cp/templates.cc (GetMax): New template.
9025 (main): Declare two instances of GetMax.
9026 * gdb.cp/templates.exp: Add new test.
9027
9028 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
9031
9032 2009-04-22 Joseph Myers <joseph@codesourcery.com>
9033
9034 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
9035
9036 2009-04-15 Tom Tromey <tromey@redhat.com>
9037
9038 * gdb.base/charset.exp: Add regression test.
9039
9040 2009-04-14 Joel Brobecker <brobecker@adacore.com>
9041
9042 * gdb.base/exe-lock.exp: New testcase.
9043
9044 2009-04-13 Tom Tromey <tromey@redhat.com>
9045
9046 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
9047 operator on Frame.
9048
9049 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9050
9051 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
9052 * gdb.server/ext-attach.exp: Likewise.
9053
9054 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
9055
9056 Eliminate some sleep usage.
9057
9058 * gdb.mi/basics.c (do_nothing): New.
9059 (main): Use do_nothing instead of printf, so that
9060 not to introduce race condition between output of
9061 inferiour and output of gdb. Do not use sleep as it
9062 is not generally available on embedded targets.
9063
9064 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9065
9066 * gdb.server/ext-attach.exp: Expect an optional process id after
9067 "Detached from remote process".
9068
9069 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9070
9071 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
9072 gdb.dwarf2/dw2-unresolved.exp: New.
9073
9074 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9075
9076 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
9077 mi_run_to_main.
9078
9079 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9080
9081 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
9082 mi_run_to_main. Skip thread exit test on remote targets.
9083 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
9084 mi_run_to_main.
9085 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
9086 mi_run_to_main.
9087 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9088 when expecting ^connected. Detect when the target doesn't support
9089 non-stop mode.
9090 (mi_run_cmd): Detect if non-stop mode was requested by isn't
9091 supported. Return -1 on error, 0 on success.
9092 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9093 (mi_runto): Return mi_runto_helper's result explicitly.
9094
9095 2009-04-01 Pedro Alves <pedro@codesourcery.com>
9096
9097 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9098
9099 2009-04-01 Tom Tromey <tromey@redhat.com>
9100
9101 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9102 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9103 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9104 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9105
9106 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
9107 Jan Kratochvil <jan.kratochvil@redhat.com>
9108
9109 PR gdb/931
9110 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9111 output.
9112 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
9113 for gdb/931.
9114 * dw2-strp.S (DW_AT_language): Change to C++.
9115 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9116
9117 2009-03-31 Joel Brobecker <brobecker@adacore.com>
9118
9119 * gdb.ada/tasks: New testcase.
9120
9121 2009-03-30 Stan Shebs <stan@codesourcery.com>
9122
9123 * gdb.trace/actions.exp: Update to match new info trace format.
9124 * gdb.trace/deltrace.exp: Ditto.
9125 * gdb.trace/infotrace.exp: Ditto.
9126 * gdb.trace/passcount.exp: Ditto.
9127 * gdb.trace/save-trace.exp: Ditto.
9128 * gdb.trace/while-stepping.exp: Ditto.
9129 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9130
9131 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9132
9133 * gdb.python/python-frame.c: New file.
9134 * gdb.python/python-frame.exp: New file.
9135
9136 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9137
9138 * gdb.python/python-value.exp: Add tests for the address
9139 attribute.
9140
9141 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9142
9143 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9144
9145 2009-03-26 Doug Evans <dje@google.com>
9146
9147 * gdb.mi/mi-nonstop-exit.exp: New file.
9148 * gdb.mi/non-stop-exit.c: New file.
9149
9150 2009-03-26 Tom Tromey <tromey@redhat.com>
9151
9152 Update for change to prologue skipping:
9153 * gdb.mi/mi2-simplerun.exp: Update.
9154 * gdb.mi/mi2-break.exp: Update.
9155 * gdb.mi/mi-simplerun.exp: Update.
9156 * gdb.mi/mi-break.exp: Update.
9157 * gdb.base/ending-run.exp: Update.
9158
9159 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9160
9161 * gdb.python/python-value.exp (test_value_in_inferior): Test
9162 gdb.Value.is_optimized_out attribute.
9163
9164 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 * gdb.dwarf2/dw2-noloc-main.c: New file.
9167 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9168 (.text): Remove.
9169 (.data): New.
9170 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9171 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9172 (DW_TAG_subprogram func_cu1, noloc): Remove.
9173 (main): New.
9174 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9175 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
9176 (file_symbols): New procedure.
9177
9178 2009-03-25 Tom Tromey <tromey@redhat.com>
9179
9180 * gdb.base/charset.exp (valid_target_charset): New proc.
9181 Use it to skip tests on invalid charsets.
9182
9183 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9184
9185 * gdb.base/completion.exp: Add a test for directory completion.
9186
9187 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9188
9189 Fix a racy FAIL.
9190 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9191 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9192
9193 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
9194
9195 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9196 * gdb.python/python-function.exp: Add test for function returning
9197 a GDB value.
9198
9199 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
9200
9201 * gdb.python/python-function.exp: New file.
9202
9203 2009-03-20 Tom Tromey <tromey@redhat.com>
9204
9205 * gdb.base/store.exp: Update for change to escape output.
9206 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9207 to escape output.
9208 * gdb.base/pointers.exp: Update for change to escape output.
9209 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9210 to escape output.
9211 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9212 escape output.
9213 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9214 to escape output.
9215 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9216 escape output.
9217 * gdb.base/setvar.exp: Update for change to escape output.
9218 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9219 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9220 to escape output.
9221 (test_print_string_constants): Likewise.
9222 * gdb.base/charset.exp (valid_host_charset): Check size of
9223 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
9224 cases. Handle "auto"-related output.
9225 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9226 (uvar, Uvar): New globals.
9227
9228 2009-03-19 Jerome Guitton <guitton@adacore.com>
9229
9230 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9231 deltas.
9232 * gdb.ada/fixed_points.exp: Ditto.
9233
9234 2009-03-18 Pedro Alves <pedro@codesourcery.com>
9235
9236 * return-nodebug.c: Don't include stdio.h.
9237 (init): Delete.
9238 (func): Delete definition and provide extern declaration.
9239 (t): New.
9240 (main): Don't call printf. Call func and store its result in t.
9241 * return-nodebug1.c: New.
9242 * return-nodebug.exp: Don't expect stdio output. Instead, print
9243 the global variable t. Drop printf formatters and cast types from
9244 foreach loop. Don't use prepare_for_testing. Compile
9245 return-nodebug.c and return-nodebug1.c in separate steps. Don't
9246 define FORMAT or CAST.
9247
9248 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9249
9250 * gdb.base/solib-display.exp: Disable test for remote targers.
9251
9252 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9253
9254 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9255
9256 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 Fix a racy FAIL.
9259 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9260 code from `follow parent, print pids'.
9261 (`follow child, print pids', `follow parent, print pids'): Call it.
9262 Replace `gdb_test "break..."' by gdb_breakpoint.
9263
9264 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
9265
9266 * gdb.mi/mi-cli.exp: Adjust for output difference in
9267 sync and async modes.
9268
9269 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9270
9271 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9272 that was checked in by mistake. Remove loading of ada.exp, since
9273 this is not necessary in this case.
9274
9275 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9276
9277 * gdb.ada/ptype_arith_binop.exp: New testcase.
9278
9279 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9280
9281 * gdb.ada/mod_from_name: New testcase.
9282
9283 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9284
9285 * gdb.ada/tick_last_segv: New testcase.
9286
9287 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9288
9289 * gdb.mi/mi-cli.exp: Remove debug print.
9290
9291 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9292
9293 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9294 include the token in ^running and frame info in *stopped.
9295
9296 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9297
9298 * solib-display.exp: New file.
9299 * solib-display-main.c: New file.
9300 * solib-display-lib.c: New file.
9301
9302 2009-03-05 Pedro Alves <pedro@codesourcery.com>
9303
9304 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9305
9306 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9307
9308 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9309 (list_and_check_macro): Use more specific test name.
9310 (next to definition): Make the test names unique.
9311
9312 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9313
9314 * gdb.pascal/floats.exp: Accept approximate results everywhere.
9315
9316 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9317
9318 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9319 notifications.
9320 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9321 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9322 * lib/mi-support.exp (library_loaded_re): New.
9323 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9324
9325 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9326
9327 * gdb.gdb/observer.exp: Use test_notification observer, not
9328 normal_stop, everywhere.
9329 (test_normal_stop_notifications): Rename to...
9330 (test_notifications): ...this.
9331 (test_observer_normal_stop): Rename to...
9332 (test_observer): ...this.
9333
9334 2009-02-16 Doug Evans <dje@google.com>
9335
9336 * gdb.arch/amd64-disp-step.S (test_int3): New test.
9337 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9338 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9339 (test_prefixed_syscall,test_int3): New tests.
9340 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9341 (test_prefixed_syscall,test_int3): New tests.
9342
9343 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
9344
9345 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9346 (mi_expect_interrupt): Likewise.
9347 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9348 response.
9349
9350 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9351
9352 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9353 * gdb.base/pc-fp.exp (get_valueofx): Remove.
9354 Replace calls to get_valueofx by get_hexadecimal_valueof.
9355
9356 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9357
9358 * lib/gdb.exp (get_valueof): Accept anything as a return value.
9359 (get_integer_valueof): New procedure.
9360 (get_sizeof): Use new get_integer_value_of.
9361 * gdb.base/sizeof.exp: Replace all uses of get_valueof
9362 by get_integer_valueof.
9363
9364 2009-02-13 Tom Tromey <tromey@redhat.com>
9365
9366 * gdb.base/remote.exp (get_sizeof): Remove.
9367 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9368 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9369 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9370 * lib/gdb.exp (get_valueof): Move from long_long.exp.
9371 (get_sizeof): Likewise.
9372
9373 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9374
9375 PR fortran/9806
9376 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9377
9378 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9379
9380 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9381
9382 2009-02-06 Pedro Alves <pedro@codesourcery.com>
9383
9384 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9385
9386 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9387
9388 * gdb.python/python-cmd.exp: New file.
9389
9390 2009-02-06 Tristan Gingold <gingold@adacore.com>
9391
9392 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9393
9394 2009-02-05 Tristan Gingold <gingold@adacore.com>
9395
9396 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9397 pointer is dereferenced and use this signal name in regexp.
9398 * gdb.base/signull.exp: Ditto.
9399 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9400 * gdb.base/signull.c (main): Ditto.
9401
9402 2009-02-04 Tom Tromey <tromey@redhat.com>
9403 Thiago Jung Bauermann <bauerman@br.ibm.com>
9404
9405 * gdb.python/python-value.exp: Use `gdb.history' instead of
9406 `gdb.value_from_history'.
9407 (test_value_numeric_ops): Add test for conversion of enum constant.
9408 * gdb.python/python-value.c (enum e): New type.
9409 (evalue): New global.
9410 (main): Use argv.
9411
9412 2009-02-04 Jerome Guitton <guitton@adacore.com>
9413
9414 * gdb.ada/uninitialized_vars: New test program.
9415 * gdb.ada/uninitialized_vars.exp: New testcase.
9416
9417 2009-02-02 Tom Tromey <tromey@redhat.com>
9418
9419 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9420 * gdb.cp/pr2489.cc: Rename...
9421 * gdb.cp/pr9594.cc: ... to this.
9422
9423 2009-02-02 Tom Tromey <tromey@redhat.com>
9424
9425 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9426 * gdb.cp/pr2489.cc: New file.
9427 * gdb.cp/cpcompletion.exp: New file.
9428
9429 2009-02-02 Tom Tromey <tromey@redhat.com>
9430
9431 PR exp/9059:
9432 * gdb.cp/call-c.exp: Add regression test.
9433 * gdb.cp/call-c.cc (FooHandle): New typedef.
9434 (main): New variable 'handle'.
9435
9436 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9437
9438 * lib/mi-support.exp (et_mi_thread_list)
9439 (check_mi_and_console_threads): Adjust for current thread in
9440 -thread-list-ids output.
9441
9442 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9443
9444 * gdb.mi/mi-break.exp (test_disabled_creation): New.
9445 Call it.
9446
9447 2009-01-28 Doug Evans <dje@google.com>
9448
9449 * gdb.arch/amd64-disp-step.S: New file.
9450 * gdb.arch/amd64-disp-step.exp: New file.
9451 * gdb.arch/i386-disp-step.S: New file.
9452 * gdb.arch/i386-disp-step.exp: New file.
9453
9454 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
9455
9456 * gdb.base/find.exp: Set newline variable
9457 using quotes instead of braces to fix cygwin failures.
9458
9459 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9460
9461 * gdb.base/radix.exp: Add tests to ensure that that set
9462 input-radix 0 and set output-radix 0 are really rejected.
9463
9464 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9465
9466 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9467 copyright years.
9468
9469 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9470
9471 PR gdb/9664:
9472 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9473
9474 2009-01-22 Pedro Alves <pedro@codesourcery.com>
9475
9476 PR c++/9631:
9477 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9478
9479 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
9480
9481 * gdb.server/file-transfer.exp: Use EXEEXT variable for
9482 binfile definition to fix Windows OS failure.
9483
9484 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9485
9486 PR gdb/9346
9487 * gdb.base/interrupt.c (sigint_handler): New.
9488 (main): Install a SIGINT handler if SIGNALS is defined. Exit
9489 on error.
9490 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9491 Test "signal SIGINT".
9492
9493 2009-01-19 Doug Evans <dje@google.com>
9494
9495 * gdb.base/break.exp: Update expected gdb output.
9496 * gdb.base/sepdebug.exp: Ditto.
9497 * gdb.mi/mi-syn-frame.exp: Ditto.
9498 * gdb.mi/mi2-syn-frame.exp: Ditto.
9499 * gdb.base/call-signal-resume.exp: New file.
9500 * gdb.base/call-signals.c: New file.
9501 * gdb.base/unwindonsignal.exp: New file.
9502 * gdb.base/unwindonsignal.c: New file.
9503 * gdb.threads/interrupted-hand-call.exp: New file.
9504 * gdb.threads/interrupted-hand-call.c: New file.
9505 * gdb.threads/thread-unwindonsignal.exp: New file.
9506
9507 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
9508
9509 * gdb.base/define.exp: Test defining and hooking prefix commands.
9510 * gdb.python/python.exp: Update test for "show user" output.
9511
9512 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
9515 now the output exactly, using less wildcards. Expect also the output
9516 of gfortran-4.3. Update for the f-valprint.c modification from
9517 2008-04-22.
9518 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9519 Remove gdb_test test names where matching the command.
9520
9521 2009-01-01 Pedro Alves <pedro@codesourcery.com>
9522
9523 PR breakpoints/9681:
9524 * gdb.base/watchpoint.exp: Add regression test.
9525
9526 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9527
9528 * gdb.threads/attach-into-signal.exp: Don't use
9529 gdb_suppress_entire_file.
9530 * gdb.threads/attach-stopped.exp: Ditto.
9531 * gdb.threads/attachstop-mt.exp: Ditto.
9532
9533 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9534
9535 PR gdb/8812:
9536 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9537
9538 2008-12-29 Pedro Alves <pedro@codesourcery.com>
9539
9540 PR gdb/7536:
9541 * gdb.base/radix.exp: Add tests to ensure invalid input radices
9542 and unsupported output radices are really rejected.
9543
9544 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 * gdb.cp/punctuator.exp: Backslash the '$' signs.
9547
9548 2008-12-22 Tom Tromey <tromey@redhat.com>
9549
9550 * gdb.cp/punctuator.exp: New file.
9551
9552 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9553
9554 * gdb.base/completion.exp (Completing non-existing component): New test.
9555
9556 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9557
9558 Fix for PR gdb/8648.
9559 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9560 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9561 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9562 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9563
9564 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9565
9566 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9567
9568 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
9569
9570 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9571 compiler actually generate code at the expected line number.
9572
9573 2008-12-15 Jie Zhang <jie.zhang@analog.com>
9574
9575 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9576
9577 2008-12-12 Tom Tromey <tromey@redhat.com>
9578
9579 * gdb.base/commands.exp (redefine_hook_test): New proc.
9580 Call it.
9581
9582 2008-12-11 Tom Tromey <tromey@redhat.com>
9583
9584 * gdb.base/macscp.exp: New regression test.
9585
9586 2008-12-11 Tom Tromey <tromey@redhat.com>
9587
9588 * gdb.base/macscp.exp: Print "address.addr".
9589 * gdb.base/macscp1.c (struct outer): New struct.
9590 (address): New global.
9591
9592 2008-12-09 Tom Tromey <tromey@redhat.com>
9593
9594 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9595 Call it.
9596
9597 2008-12-04 Doug Evans <dje@google.com>
9598
9599 * gdb.server/ext-run.exp: Relax regexp for init program.
9600
9601 2008-12-03 Tristan Gingold <gingold@adacore.com>
9602
9603 * gdb.base/macscp.exp: Generate an object file during compilation
9604 to work around Darwin dsymutil limitations.
9605
9606 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 Test resolving external references to TLS variables.
9609 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9610 FILE2_THREAD_LOCAL.
9611 (testfile2, srcfile2): New variables.
9612 * gdb.threads/tls.c (file2_thread_local)
9613 (function_referencing_file2_thread_local): New.
9614 * gdb.threads/tls2.c: New file.
9615
9616 2008-11-28 Joel Brobecker <brobecker@adacore.com>
9617
9618 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
9619 rather than integer, as integer might not be big enough when
9620 on 64bit targets.
9621
9622 2008-11-27 Jerome Guitton <guitton@adacore.com>
9623
9624 * gdb.cp/formatted-ref.exp: Add equality test.
9625 * gdb.ada/formatted_ref.exp: Ditto.
9626
9627 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9630 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9631
9632 2008-11-20 Andreas Schwab <schwab@suse.de>
9633
9634 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9635 matching syscall entry point.
9636 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9637 (tcatch_vfork_then_child_follow): Likewise. Finish through
9638 vfork even if we stopped at the syscall trampoline.
9639
9640 2008-11-20 Doug Evans <dje@google.com>
9641
9642 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9643
9644 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9645
9646 * gdb.arch/ppc-dfp.exp: New file.
9647 * gdb.arch/ppc-dfp.c: New file.
9648
9649 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9650
9651 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
9652
9653 2008-11-17 Doug Evans <dje@google.com>
9654
9655 * gdb.mi/mi-syn-frame.exp: Update expected output.
9656 * gdb.mi/mi2-syn-frame.exp: Update expected output.
9657
9658 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9659
9660 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
9661 "thread N" results in =thread-selected.
9662 * lib/mi-support (mi_run_cmd, mi_expect_stop)
9663 (mi_send_resuming_command_raw): Be prepared for
9664 =thread-selected.
9665
9666 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9667
9668 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9669 * lib/mi-support.exp: Likewise.
9670
9671 2008-11-16 Joel Brobecker <brobecker@adacore.com>
9672
9673 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9674 commands from the expected output for "help catch".
9675
9676 2008-11-15 Joel Brobecker <brobecker@adacore.com>
9677
9678 * gdb.ada/int_deref.exp: New testcase.
9679
9680 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
9681
9682 * gdb.mi/gdb2549.exp: New file.
9683
9684 2008-11-11 Doug Evans <dje@google.com>
9685
9686 * gdb.base/callexit.exp: New file.
9687 * gdb.base/callexit.c: New file.
9688
9689 2008-11-10 Doug Evans <dje@google.com>
9690
9691 * lib/gdb.exp (GDBFLAGS): Move -nx ...
9692 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
9693 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9694 (default_gdb_start,default_gdb_exit): Ditto.
9695 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9696 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9697 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9698 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9699 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9700 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9701
9702 2008-11-03 Andreas Schwab <schwab@suse.de>
9703
9704 * gdb.base/hashline2.exp: Fix typo.
9705 * gdb.base/hashline3.exp: Likewise.
9706
9707 2008-10-30 Tom Tromey <tromey@redhat.com>
9708
9709 * gdb.base/pointers.exp: Add test.
9710 * gdb.base/pointers.c (k, S): New typedefs.
9711 (instance): New global.
9712
9713 2008-10-30 Andreas Schwab <schwab@suse.de>
9714
9715 * gdb.base/args.exp: Add tests for newlines.
9716
9717 2008-10-30 Joel Brobecker <brobecker@adacore.com>
9718
9719 gdb.base/foll-exec.exp: Update the expected output of a couple
9720 of "info breakpoints" tests.
9721
9722 2008-10-28 Tom Tromey <tromey@redhat.com>
9723
9724 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9725
9726 2008-10-24 Pedro Alves <pedro@codesourcery.com>
9727
9728 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9729 gdb_start_cmd.
9730 Use runto_main before any test that requires execution.
9731
9732 2008-10-23 Pedro Alves <pedro@codesourcery.com>
9733
9734 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9735 instead of SIGINT.
9736
9737 2008-10-22 Joel Brobecker <brobecker@adacore.com>
9738
9739 * gdb.base/completion.exp: Update expected output following
9740 the addition of the "info tasks" command.
9741
9742 2008-10-22 Tom Tromey <tromey@redhat.com>
9743
9744 * gdb.base/exprs.exp (test_expr): Add test for string
9745 concatenation.
9746
9747 2008-10-19 Pedro Alves <pedro@codesourcery.com>
9748
9749 * configure.ac: Output gdb.python/Makefile.
9750 * configure: Regenerate.
9751 * gdb.python/Makefile.in: New.
9752
9753 2008-10-16 Joel Brobecker <brobecker@adacore.com>
9754
9755 * gdb.base/foll-fork.exp: Adjust the expected output to match
9756 the new description for fork/vfork catchpoints in the "info
9757 breakpoints" output.
9758
9759 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9760
9761 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9762
9763 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9764
9765 * gdb.python/python-value.c: New file.
9766 * gdb.python/python-value.exp: New file.
9767
9768 2008-10-15 Pedro Alves <pedro@codesourcery.com>
9769
9770 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9771
9772 2008-10-15 Denis Pilat <denis.pilat@st.com>
9773
9774 * gdb.cp/mb-ctor.exp: Fix a typo.
9775
9776 2008-10-09 Tom Tromey <tromey@redhat.com>
9777
9778 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
9779 'fprintf' and 'stderr'.
9780
9781 2008-10-07 Joel Brobecker <brobecker@adacore.com>
9782
9783 * gdb.ada/ref_tick_size.exp: New testcase.
9784
9785 2008-10-06 Doug Evans <dje@google.com>
9786
9787 * gdb.dwarf2/dw2-cu-size.exp: New file.
9788 * gdb.dwarf2/dw2-cu-size.S: New file.
9789
9790 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9791 .Ltype_int for clarity.
9792
9793 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9794
9795 PR gdb/2384:
9796 * gdb.cp/gdb2384.exp: Extended to test more cases.
9797 * gdb.cp/gdb2384.cc: Likewise.
9798 * gdb.cp/gdb2384-base.h: Likewise.
9799 * gdb.cp/gdb2384-base.cc: Likewise.
9800
9801 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9802
9803 * gdb.base/maint.exp (maint print type): Remove printing
9804 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9805
9806 2008-09-30 Tom Tromey <tromey@redhat.com>
9807
9808 * gdb.base/macscp.exp: Add completion tests.
9809 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9810 (TWENTY_THREE): Likewise.
9811 (FORTY_EIGHT): Likewise.
9812
9813 2008-09-30 Tom Tromey <tromey@redhat.com>
9814
9815 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9816 everywhere.
9817 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9818
9819 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9820
9821 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9822 testcase is derived from. Fix racy dependency on an expected PID
9823 number. No longer support the testcase on Linux kernel 2.4.x.
9824
9825 2008-09-27 Tom Tromey <tromey@redhat.com>
9826
9827 * gdb.base/macscp.exp: Add tests for stringification, splicing,
9828 and varargs.
9829
9830 2008-09-22 Pedro Alves <pedro@codesourcery.com>
9831
9832 * lib/mi-support.exp (mi_expect_interrupt): New.
9833 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9834 from gdb.mi/mi-nonstop.exp.
9835 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9836 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9837 lib/mi-support.exp.
9838 Use mi_check_thread_states throughout. Avoid ".*" and do not
9839 require an anchor after -exec-run.
9840
9841 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
9842
9843 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9844 stop is pending. Avoid ".*" when two stops are pending.
9845 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9846 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9847 newlines in fullnames.
9848 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9849 (mi_expect_stop): Update comments. Only anchor in sync mode.
9850 Do not match newlines.
9851 (mi_send_resuming_command_raw): Always return status.
9852 (mi_get_stop_line): Do not match more than one line by accident.
9853 Only anchor in sync mode.
9854 (mi_run_inline_test): If -exec-next fails, give up.
9855
9856 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9857
9858 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9859 on SPU.
9860
9861 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9862
9863 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9864
9865 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9866
9867 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9868 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9869 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9870 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9871 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9872 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9873 gdb.ada/interface.exp, gdb.ada/null_array.exp,
9874 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9875 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9876 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9877 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9878 Include the "= " sequence in the expected output of print tests.
9879
9880 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9881
9882 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9883 description for boolean types.
9884
9885 2008-09-09 Pedro Alves <pedro@codesourcery.com>
9886
9887 * gdb.base/hook-stop-continue.c: New.
9888 * gdb.base/hook-stop-continue.exp: New.
9889
9890 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9891
9892 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9893
9894 2008-09-08 Jerome Guitton <guitton@adacore.com>
9895
9896 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9897 (stack_check_probe_2, stack_check_probe_loop_1)
9898 (stack_check_probe_loop_2): New functions.
9899 (main): Add call to these new functions.
9900 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9901 functions, check that the breakpoint is inserted at the appropriate
9902 location.
9903 (insert_breakpoint): Slightly refine this procedure so that it can
9904 be called several times in the test.
9905
9906 2008-09-08 Jerome Guitton <guitton@adacore.com>
9907
9908 * gdb.base/stack-checking.c: New file.
9909 * gdb.base/stack-checking.exp: New file.
9910
9911 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9912
9913 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
9914 * gdb.arch/altivec-regs.exp: Likewise.
9915 * gdb.arch/vsx-regs.exp: Likewise.
9916
9917 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9918
9919 * gdb.arch/ppc-fp.exp: New file.
9920 * gdb.arch/ppc-fp.c: New file.
9921
9922 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9923
9924 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
9925 lest gcc-4.3.1 optimizes the whole thing away.
9926
9927 2008-09-04 Michael Snyder <msnyder@vmware.com>
9928
9929 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
9930 as "at" (for non-debug functions such as _start).
9931
9932 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9933
9934 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
9935 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
9936 software watchpoints.
9937 * gdb.base/watch_thread_num.exp: Likewise.
9938
9939 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
9940
9941 * gdb.arch/i386-bp_permanent.exp: New test.
9942
9943 2008-08-24 Tom Tromey <tromey@redhat.com>
9944
9945 * gdb.base/maint.exp: Update "maint print type".
9946
9947 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
9948
9949 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
9950 support. Adjust the order of "*running" notifications.
9951 * gdb.mi/non-stop.c: Don't cast from int to void* and
9952 back.
9953
9954 2008-08-20 Mark Kettenis <kettenis@gnu.org>
9955
9956 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
9957 expect to find it in the "info frame" output.
9958
9959 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
9960
9961 * gdb.base/interp.exp: Always consume both prompts.
9962
9963 2008-08-20 Pedro Alves <pedro@codesourcery.com>
9964
9965 * gdb.base/pending.exp: Test pending breakpoints without symbols
9966 loaded.
9967
9968 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9969
9970 * lib/mi-support.exp (mi_expect_stop): Produce
9971 more details on failures.
9972 * gdb.mi/mi-nonstop.exp: New.
9973 * gdb.mi/non-stop.c: New.
9974
9975 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9976
9977 * gdb.mi/mi-async.exp: Use 'set target-async'.
9978 * lib/mi-support.exp: Use 'set/show target-async'.
9979
9980 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
9981
9982 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9983
9984 2008-08-17 Tom Tromey <tromey@redhat.com>
9985
9986 * gdb.base/help.exp (help catch): Rewrite.
9987
9988 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9989
9990 * gdb.base/define.exp: Test indented command documentation.
9991 * gdb.python/python.exp: Test indented multi-line command.
9992
9993 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
9994
9995 * testsuite/gdb.arch/vsx-regs.c: New source file.
9996 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9997 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9998
9999 2008-08-14 Tom Tromey <tromey@redhat.com>
10000
10001 * gdb.base/macscp.exp: Add regression test for "macro define" or
10002 "macro undef" with no arguments.
10003
10004 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
10005
10006 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
10007
10008 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10009
10010 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
10011
10012 2008-08-06 Tom Tromey <tromey@redhat.com>
10013
10014 * gdb.python/python.exp: New file.
10015
10016 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10017
10018 Fix for PR gdb/1543.
10019 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
10020 $LOCATION.
10021 (location): New variable.
10022 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
10023 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
10024 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
10025 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
10026 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
10027 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
10028 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
10029 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
10030 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
10031 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
10032 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
10033 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
10034 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
10035 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
10036 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10037 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
10038 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
10039 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
10040 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
10041 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10042 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
10043 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
10044 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
10045 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
10046 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
10047 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
10048 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
10049 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
10050 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
10051 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
10052 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
10053 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
10054 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
10055 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
10056 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
10057 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
10058 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
10059 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10060 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
10061 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
10062 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
10063 gdb.base/type-opaque.exp, gdb.base/until.exp,
10064 gdb.base/value-double-free.c, gdb.base/varargs.exp,
10065 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
10066 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
10067 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10068 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
10069 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
10070 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10071 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10072 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10073 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
10074 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
10075 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
10076 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
10077 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
10078 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
10079 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
10080 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10081 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
10082 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10083 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10084 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10085 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10086 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10087 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10088 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10089 gdb.pascal/types.exp, gdb.stabs/weird.exp,
10090 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10091 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10092 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10093 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10094 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10095 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10096 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10097 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10098 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10099 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10100 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10101 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10102 lib/mi-support.exp, lib/trace-support.exp: Remove reference
10103 to bug-gdb@prep.ai.mit.edu .
10104
10105 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
10106
10107 * lib/mi-support.exp (mi_load_shlibs): New.
10108 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10109
10110 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
10111
10112 * lib/mi-support.exp (get_mi_thread_list)
10113 (check_mi_and_console_threads): New, moved from ...
10114 * gdb.mi/mi-pthread.exp: ...here.
10115 * gdb.mi/gdb669.exp (get_mi_thread_list)
10116 (check_mi_and_console_threads): Delete.
10117 * gdb.mi/mi2-pthread.exp: Likewise.
10118
10119 2008-07-28 Tom Tromey <tromey@redhat.com>
10120
10121 * Makefile.in (just-check): Remove. Move body to...
10122 (check): ... here.
10123
10124 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10125
10126 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10127 Add a test for duplicated SIGINTs.
10128
10129 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10130
10131 * gdb.threads/schedlock.exp (get_args): Update to work for any
10132 value of NUM.
10133 (Top level): Report the number of threads that did not resume.
10134
10135 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10136
10137 * gdb.dwarf2/dw2-compressed.S: Also define __start.
10138
10139 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10140
10141 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10142 non-MI prompt.
10143
10144 2008-07-26 Tom Tromey <tromey@redhat.com>
10145
10146 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10147 (function_struct, function_struct_ptr): New globals.
10148 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10149 function pointer in a struct.
10150
10151 2008-07-26 Tom Tromey <tromey@redhat.com>
10152
10153 * gdb.base/macscp.exp: Add test for macro lexing bug.
10154
10155 2008-07-18 Tom Tromey <tromey@redhat.com>
10156
10157 * gdb.base/macscp.exp: Add macro tests.
10158
10159 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10160
10161 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10162
10163 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10164
10165 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10166
10167 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10168
10169 * gdb.cp/class2.exp: fix for failure on spu-elf
10170
10171 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
10172
10173 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
10174
10175 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10176
10177 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10178
10179 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
10180
10181 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10182
10183 2008-07-11 Kevin Buettner <kevinb@redhat.com>
10184
10185 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10186 of regexp to account for changes made to GDB in the printing of
10187 byte vectors.
10188
10189 2008-07-11 Tom Tromey <tromey@redhat.com>
10190
10191 * gdb.base/completion.exp: Add 'help' completion test.
10192
10193 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10196
10197 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10198
10199 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10200
10201 2008-07-09 Pedro Alves <pedro@codesourcery.com>
10202
10203 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10204
10205 2008-07-09 Pedro Alves <pedro@codesourcery.com>
10206
10207 * gdb.base/fullname.exp: Restore pwd if compiling failed.
10208
10209 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10210
10211 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10212
10213 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10214
10215 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10216 previous commit. Add a comment.
10217
10218 2008-06-28 Pedro Alves <pedro@codesourcery.com>
10219
10220 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10221
10222 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10223
10224 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10225
10226 2008-06-27 Pedro Alves <pedro@codesourcery.com>
10227
10228 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10229 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10230 compiling an executable, link in an object that forces unbuffered
10231 output.
10232 * lib/set_unbuffered_mode.c: New file.
10233
10234 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10235
10236 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10237
10238 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
10239
10240 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10241 mi_expect_stop.
10242 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10243 Demand that *running is output.
10244 (detect_async): Perform checking every time.
10245 (mi_send_resuming_command): Extract everything into...
10246 (mi_send_resuming_command_raw): ...this.
10247 (mi_expect_stop): Don't accept any output before *stopped.
10248
10249 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
10250
10251 Robustify mi-simplerun.
10252 * gdb.mi/basics.c (main): Add a call to sleep.
10253 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10254 * gdb.mi/mi2-cli.exp: Likewise.
10255 * gdb.mi/mi-break.exp: Likewise.
10256
10257 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
10258
10259 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10260
10261 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10262
10263 * gdb.mi/mi-console.exp: Adjust.
10264 * gdb.mi/mi-syn-frame.exp: Adjust.
10265 * gdb.mi/mi2-console.exp: Adjust.
10266 * gdb.mi/mi2-syn-frame.exp: Adjust.
10267 * lib/mi-support.exp (mi_run_cmd): Adjust.
10268 (mi_send_resuming_command): Adjust.
10269
10270 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10271
10272 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
10273 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10274 testing of stopped.
10275 * gdb.mi/mi2-syn-frame.exp: Likewise.
10276 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10277 (async, detect_async): New.
10278 (mi_expect_stop, mi_continue_to_line): Adjust expectation
10279 depending on if we're running in sync or async mode.
10280
10281 2008-06-09 Tom Tromey <tromey@redhat.com>
10282
10283 * gdb.base/completion.exp: New tests for field name completion
10284 with spaces, and field name completion with '->'.
10285
10286 2008-06-06 Tom Tromey <tromey@redhat.com>
10287
10288 * gdb.base/break1.c (struct some_struct): New struct.
10289 (values): New global.
10290 * gdb.base/completion.exp: Add field name completion test.
10291
10292 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10293
10294 * gdb.cp/call-c.exp: Test for incorrect handling of reference
10295 to pointer.
10296 * gdb.cp/call-c.cc: Likewise.
10297
10298 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
10299
10300 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10301 annotation.
10302
10303 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10304 Pedro Alves <pedro@codesourcery.com>
10305
10306 * gdb.threads/execl.c, gdb.threads/execl1.c,
10307 gdb.threads/execl.exp: New tests.
10308
10309 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
10310 Daniel Jacobowitz <dan@codesourcery.com>
10311
10312 * gdb.cp/exception.exp: Activate test, make it work with pending
10313 catchpoints.
10314
10315 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10318
10319 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
10320
10321 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10322 now printed.
10323 * gdb.mi/mi2-var-cmd.exp: Likewise.
10324
10325 2008-05-27 Andreas Schwab <schwab@suse.de>
10326
10327 * gdb.base/frame-args.exp: Handle arguments that are optimized
10328 out.
10329
10330 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
10331
10332 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10333 quiet for ppc32 and group options into a single variable.
10334
10335 2008-05-23 Joel Brobecker <brobecker@adacore.com>
10336
10337 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10338 of zero-size elements.
10339 * gdb.ada/null_array.exp: Test printing this new array.
10340
10341 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10344
10345 2008-05-21 Joel Brobecker <brobecker@adacore.com>
10346
10347 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10348 of the "finish" command.
10349
10350 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
10351
10352 * gdb.base/annota1.exp: Test for new annotation.
10353
10354 2008-05-16 Pedro Alves <pedro@codesourcery.com>
10355
10356 * gdb.base/fixsection.exp: New file.
10357 * gdb.base/fixsection0.c: New file.
10358 * gdb.base/fixsection1.c: New file.
10359
10360 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10361
10362 * gdb.base/annota1.exp: Accept printf@... in place of printf.
10363 * gdb.base/annota3.exp: Likewise.
10364
10365 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
10366
10367 * gdb.base/watch_thread_num.exp: Don't run tests that require
10368 watchpoints if the target doesn't support them.
10369
10370 2008-05-12 Doug Evans <dje@google.com>
10371
10372 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10373
10374 2008-05-09 Joel Brobecker <brobecker@adacore.com>
10375
10376 * gdb.ada/assign_1.exp: New testcase.
10377
10378 2008-05-09 Doug Evans <dje@google.com>
10379
10380 * gdb.base/find.exp: New file.
10381 * gdb.base/find.c: New file.
10382
10383 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
10384
10385 * gdb.base/commands.exp (watchpoint_command_test): Handle
10386 gdb,no_hardware_watchpoints.
10387 * gdb.base/float.exp: Allow ARM targets without floating point.
10388 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10389
10390 2008-05-06 Jerome Guitton <guitton@adacore.com>
10391 Joel Brobecker <brobecker@adacore.com>
10392
10393 * gdb.ada/lang_switch: New test program.
10394 * gdb.ada/lang_switch.exp: New testcase.
10395
10396 2008-05-05 Doug Evans <dje@google.com>
10397
10398 * gdb.base/help.exp (disassemble): Update expected help text.
10399
10400 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10401
10402 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10403
10404 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10405
10406 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10407 different times.
10408
10409 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10412 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10413 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10414 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10415
10416 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
10417
10418 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10419 notification to appear.
10420
10421 2008-05-04 Daniel Jacobowitz <dan@debian.org>
10422
10423 * gdb.base/fullname.c: New file.
10424 * gdb.base/fullname.exp: New file.
10425 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10426
10427 2008-05-03 Pedro Alves <pedro@codesourcery.com>
10428
10429 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10430 expressions with macros.
10431
10432 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10433
10434 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10435
10436 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
10437
10438 * gdb.base/completion.exp: Handle lack of other symbols beginning
10439 with "a".
10440
10441 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10442
10443 2008-05-02 Jim Blandy <jimb@codesourcery.com>
10444
10445 * gdb.asm/asmsrc1.s: Add scratch space.
10446
10447 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10448 Daniel Jacobowitz <dan@codesourcery.com>
10449
10450 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10451 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10452 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10453
10454 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
10455
10456 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10457
10458 2008-05-01 Joel Brobecker <brobecker@adacore.com>
10459
10460 * gdb.base/info-target.exp: New testcase.
10461
10462 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10463
10464 * gdb.cp/hang.exp: Use .cc instead of .C.
10465 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10466 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10467
10468 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10469
10470 * gdb.base/gdb1250.exp: Remove perror.
10471 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10472
10473 2008-04-30 Pedro Alves <pedro@codesourcery.com>
10474
10475 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10476 .2byte.
10477
10478 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
10479
10480 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
10481 (maybe_kfail): New.
10482
10483 2008-04-25 Pedro Alves <pedro@codesourcery.com>
10484
10485 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10486
10487 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10488
10489 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10490 * gdb.mi/mi2-syn-frame.exp: Likewise.
10491 * lib/mi-support.exp: Likewise.
10492
10493 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10494
10495 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10496 to specify regexp for the location to stop at.
10497 * gdb.base/break-always.c: New.
10498 * gdb.base/break-always.exp: New.
10499
10500 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10501
10502 * lib/mi-support.exp (mi_runto_helper): Adjust
10503 for the original-location field.
10504 (mi_create_breakpoint, mi_list_breakpoints): New.
10505 * gdb.mi/mi-break.exp: Adjust.
10506 * gdb.mi/mi2-break.exp: Adjust.
10507 * gdb.mi/mi-pending.exp: Adjust.
10508 * gdb.mi/mi-simplerun.exp: Adjust.
10509 * gdb.mi/mi2-simplerun.exp: Adjust.
10510 * gdb.mi/mi-syn-frame.exp: Adjust.
10511 * gdb.mi/mi2-syn-frame.exp: Adjust.
10512 * gdb.mi/mi-until.exp: Adjust.
10513 * gdb.mi/mi2-until.exp: Adjust.
10514 * gdb.mi/mi-var-display.exp: Adjust.
10515 * gdb.mi/mi2-var-display.exp: Adjust.
10516 * gdb.mi/mi-watch.exp: Adjust.
10517 * gdb.mi/mi2-watch.exp: Adjust.
10518
10519 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
10520
10521 * aclocal.m4: Add override.m4.
10522 * configure: Regenerate.
10523
10524 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
10525
10526 * gdb.mi/var-cmd.c (do_at_tests): Verify that
10527 '-var-update --all-values' reports new value even the type
10528 of a variable object has changed.
10529
10530 2008-04-18 Craig Silverstein <csilvers@google.com>
10531
10532 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10533 files.
10534
10535 2008-04-18 Joel Brobecker <brobecker@adacore.com>
10536
10537 * gdb.ada/atomic_enum: New test program.
10538 * gdb.ada/atomic_enum.exp: New testcase.
10539
10540 2008-04-17 Doug Evans <dje@google.com>
10541
10542 * gdb.opt/Makefile.in: Fix whitespace.
10543
10544 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
10545
10546 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10547
10548 2008-04-17 Doug Evans <dje@google.com>
10549
10550 * gdb.base/hashline1.exp: New testcase.
10551 * gdb.base/hashline2.exp: New testcase.
10552 * gdb.base/hashline2.exp: New testcase.
10553
10554 2008-04-17 Pedro Alves <pedro@codesourcery.com>
10555
10556 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10557
10558 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
10559
10560 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10561 temporary breakpoint to match "Temporary breakpoint".
10562 * gdb.base/break.exp (delete_breakpoints): Likewise.
10563 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10564 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10565 * gdb.base/display.exp: Likewise.
10566 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10567 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10568 * gdb.base/restore.exp (restore_tests): Likewise.
10569 * gdb.base/sepdebug.exp: Likewise.
10570 * gdb.base/watchpoint.exp: Likewise.
10571 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10572 * gdb.mi/mi-pending.exp: Likewise.
10573 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10574 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10575 * gdb.mi/mi-var-cmd.exp: Likewise.
10576 * gdb.mi/mi-var-display.exp: Likewise.
10577 * gdb.mi/mi2-cli.exp: Likewise.
10578 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10579 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10580 * gdb.mi/mi2-var-display.exp: Likewise.
10581 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10582 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10583 new "disp" field.
10584 (mi_expect_stop): Move after_reason argument to be really after
10585 reason. This is to support fix for PR2424.
10586
10587 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10588
10589 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10590
10591 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
10592
10593 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
10594 field. Add more floating varobj tests.
10595 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
10596 field.
10597 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10598 (main): Call do_at_tests.
10599 * lib/mi-support.exp (mi_create_floating_varobj)
10600 (mi_varobj_update_with_type_change): New.
10601
10602 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
10603
10604 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10605 option of -var-evaluate-expression.
10606 * gdb.mi/mi2-var-display.exp: Likewise.
10607
10608 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
10609
10610 Introduce test setup helpers.
10611 * lib/gdb.exp (build_executable, clean_restart)
10612 (prepare_for_testing): New.
10613 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10614 * gdb.base/return.exp: Likewise.
10615 * gdb.base/ending-run.exp: Likewise.
10616
10617 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
10618
10619 * gdb.mi/mi-async.exp: New test for asynchronous Machine
10620 Interface (MI) responses.
10621
10622 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
10623
10624 * gdb.cp/breakpoint.cc: New code to test conditions involving
10625 member variables.
10626 * gdb.cp/breakpoint.exp: Test condition involving member
10627 variables.
10628
10629 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
10630
10631 * lib/mi-support.exp (mi_expect_stop): New.
10632 (mi_run_cmd): Change the
10633 token. Use mi_send_resuming_command, use
10634 mi_expect_stop.
10635 (mi_execute_to_helper): Rename to mi_execute_to.
10636 (mi_send_resuming_command): Add more error patterns.
10637 (mi_wait_for_stop): Renamed to...
10638 (mi_get_stop_line): ...this.
10639 (mi_run_inline_test): Adjust.
10640
10641 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10642 * gdb.mi/mi-console.exp: Likewise.
10643 * gdb.mi/mi-pending.exp: Likewise.
10644 * gdb.mi/mi-simplerun.exp: Likewise.
10645 * gdb.mi/mi-stack.exp: Likewise.
10646 * gdb.mi/mi-stepi.exp: Likewise.
10647 * gdb.mi/mi-syn-frame.exp: Add comment.
10648 * gdb.mi/mi-until.exp: Likewise.
10649 * gdb.mi/mi-var-display.exp: Likewise.
10650 * gdb.mi/mi-watch.exp: Likewise.
10651 * gdb.mi/mi2-cli.exp: Likewise.
10652 * gdb.mi/mi2-console.exp: Likewise.
10653 * gdb.mi/mi2-simplerun.exp: Likewise.
10654 * gdb.mi/mi2-stack.exp: Likewise.
10655 * gdb.mi/mi2-stepi.exp: Likewise.
10656 * gdb.mi/mi2-until.exp: Likewise.
10657 * gdb.mi/mi2-var-display.exp: Likewise.
10658 * gdb.mi/mi2-watch.exp: Likewise.
10659
10660 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10661
10662 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10663
10664 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10665
10666 2008-04-04 Pedro Alves <pedro@codesourcery.com>
10667
10668 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10669 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10670 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10671 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10672 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10673 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10674 expect an mi error duplicated in stderr.
10675
10676 2008-04-03 Joel Brobecker <brobecker@adacore.com>
10677
10678 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10679 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10680 Add a couple of tests that verify the behavior when the new setting
10681 is set to "cancel" and "all".
10682 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10683 "ask" before we start the testing.
10684
10685 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10686
10687 * gdb.cp/casts.cc: Add class reference variables.
10688 * gdb.cp/casts.exp: New test cases for up/down casting references.
10689
10690 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
10691
10692 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10693 instead of beginning to make an extra test pass.
10694 * gdb.mi/mi2-var-display.exp: Likewise.
10695
10696 2008-03-31 Maciej W. Rozycki <macro@mips.com>
10697
10698 * gdb.base/break.exp: Mark failures as such. Fix formatting.
10699
10700 2008-03-31 Markus Deuling <deuling@de.ibm.com>
10701 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10702
10703 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10704 value. Add xfail for older kernels.
10705
10706 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
10707
10708 Bring mi-support in line with gdb.exp.
10709 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10710 (mi_gdb_start): New function.
10711
10712 2008-03-28 Maciej W. Rozycki <macro@mips.com>
10713
10714 * gdb.mi/mi-var-cmd.exp: Fix a typo.
10715
10716 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10717
10718 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10719 * gdb.mi/mi2-var-display.exp: Likewise.
10720
10721 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10722
10723 * lib/mi-support.exp (mi_create_varobj_checked): New.
10724 (mi_list_varobj_children): Allow to check for a
10725 value.
10726 (mi_list_array_varobj_children): New.
10727
10728 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10729 and mi_list_varobj_children, as opposed to hardcoding
10730 expected strings.
10731 * gdb.mi/gdb701.exp: Likewise.
10732 * gdb.mi/gdb792.exp: Likewise.
10733 * gdb.mi/mi-var-block.exp: Likewise.
10734 * gdb.mi/mi-var-cmd.exp: Likewise.
10735 * gdb.mi/mi-var-invalidate.exp: Likewise.
10736 * gdb.mi/mi2-var-block.exp: Likewise.
10737 * gdb.mi/mi2-var-child.exp: Likewise.
10738 * gdb.mi/mi2-var-cmd.exp: Likewise.
10739 * gdb.mi/mi2-var-display.exp: Likewise.
10740
10741 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10742
10743 Fix random false FAILs on i386.
10744 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10745
10746 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10747
10748 PR gdb/544
10749 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10750
10751 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10752
10753 PR gdb/544
10754 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10755
10756 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10757
10758 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10759 fixed PR gdb/544.
10760
10761 2008-03-21 Pedro Alves <pedro@codesourcery.com>
10762
10763 * gdb.threads/fork-child-threads.exp: Test next over fork.
10764
10765 2008-03-21 Chris Demetriou <cgd@google.com>
10766
10767 * gdb.base/break.exp (rbreak junk): New test for rbreak
10768 "Junk at end of arguments" issue.
10769
10770 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10771
10772 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
10773 *& to work on created array elements.
10774 (Top level): Test print $pc with a file. Test string operations
10775 without a target.
10776 * gdb.base/ptype.exp: Do not expect *& to work on created array
10777 elements.
10778
10779 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10780
10781 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10782 gdb.threads/staticthreads.exp: Update exit query.
10783
10784 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
10785
10786 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10787
10788 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10789
10790 * gdb.base/watchpoint.c (global_ptr, func4): New.
10791 (main): Call func4.
10792 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10793 (test_inaccessible_watchpoint): New.
10794
10795 2008-02-29 Maciej W. Rozycki <macro@mips.com>
10796
10797 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10798 select the largest.
10799
10800 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10801
10802 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10803 frames-invalid annotations.
10804
10805 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
10806
10807 * gdb.base/assign.exp: avoid same output for different tests.
10808
10809 2008-02-27 Doug Evans <dje@google.com>
10810
10811 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10812 for bug 1738.
10813 (breakpoint_to_handler_entry): Ditto.
10814
10815 2008-02-27 Joel Brobecker <brobecker@adacore.com>
10816
10817 * gdb.base/ending-run.exp: Use the first line of code inside
10818 function body to test breakpoints.
10819 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10820 location where the breakpoint is inserted when using the line
10821 where a function is declared. Fix typo in the description of
10822 one of the tests.
10823 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10824
10825 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10826
10827 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
10828 tests.
10829
10830 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10831
10832 * gdb.base/args.exp: avoid same output for tests
10833 with single quotes.
10834
10835 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
10836
10837 * gdb.base/annota1.exp: Adjust for 'info break'
10838 format changes.
10839 * gdb.base/annota3.exp: Likewise.
10840 * gdb.base/break.exp: Likewise.
10841 * gdb.base/condbreak.exp: Likewise.
10842 * gdb.base/pending.exp: Likewise.
10843 * gdb.base/sepdebug.exp: Likewise.
10844 * gdb.base/unload.exp: Likewise.
10845 * gdb.cp/ovldbreak.exp: Likewise.
10846 * gdb.mi/mi-pending.exp: Likewise.
10847
10848 2008-02-07 Doug Evans <dje@google.com>
10849
10850 * gdb.cp/mb-inline.exp: New.
10851 * gdb.cp/mb-inline.h: New.
10852 * gdb.cp/mb-inline1.cc: New.
10853 * gdb.cp/mb-inline2.cc: New.
10854
10855 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10856
10857 * gdb.pascal/floats.pas: New test program.
10858 * gdb.pascal/floats.exp: New testcase.
10859
10860 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
10861
10862 * gdb.base/callfuncs.c (t_float_many_args): New function.
10863 (t_double_many_args): New function.
10864 * gdb.base/callfuncs.exp: Add tests for exceeding float
10865 and double parameters passed through the stack.
10866
10867 2008-02-05 Joel Brobecker <brobecker@adacore.com>
10868
10869 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10870 gdb.ada/complete/foo.adb: New files.
10871 * gdb.ada/complete.exp: New testcase.
10872
10873 2008-02-03 Doug Evans <dje@google.com>
10874
10875 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10876
10877 * gdb.cp/gdb2384.exp: New file.
10878 * gdb.cp/gdb2384.cc: New file.
10879 * gdb.cp/gdb2384-base.h: New file.
10880 * gdb.cp/gdb2384-base.cc: New file.
10881
10882 2008-02-02 Doug Evans <dje@google.com>
10883
10884 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10885
10886 2007-02-01 Joel Brobecker <brobecker@adacore.com>
10887
10888 * gdb.ada/sym_print_name: New test program.
10889 * gdb.ada/sym_print_name.exp: New testcase.
10890
10891 2007-02-01 Joel Brobecker <brobecker@adacore.com>
10892
10893 * gdb.ada/nested/hello.adb: New file.
10894 * gdb.ada/nested.exp: New testcase.
10895 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10896
10897 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10898
10899 * gdb.mi/basic.c (return_1): New function.
10900 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10901 don't cause future evaluations of function to report
10902 creation of internal breakpoints.
10903
10904 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10905
10906 * gdb.mi/mi-break.exp (test_error): New.
10907 Call it.
10908
10909 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
10910
10911 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
10912 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
10913
10914 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10915
10916 * gdb.pascal/integers.pas: New test program.
10917 * gdb.pascal/integers.exp: New testcase.
10918
10919 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10920
10921 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
10922
10923 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
10924
10925 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
10926 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
10927
10928 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
10929
10930 * gdb.ada/formatted_ref: New test program.
10931 * gdb.ada/formatted_ref.exp: New testcase.
10932
10933 * gdb.cp/formatted-ref.cc: New file.
10934 * gdb.cp/formatted-ref.exp: New testcase.
10935
10936 2008-01-30 Joel Brobecker <brobecker@adacore.com>
10937
10938 * gdb.base/ptype.exp: Add testing of "ptype $pc".
10939
10940 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10941
10942 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
10943 (test_file_list_exec_source_file): Update to new macro-info field.
10944
10945 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
10946
10947 * gdb.ada/exprs: New test program.
10948 * gdb.ada/exprs.exp: New testcase.
10949
10950 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10951
10952 * dfp-test.c (DELTA, DELTA_B): New definitions.
10953 (double_val1, double_val2, double_val3, double_val4, double_val5,
10954 double_val6, double_val7, double_val8, double_val9, double_val10,
10955 double_val11, double_val12, double_val13, double_val14, dec32_val1,
10956 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
10957 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
10958 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
10959 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
10960 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
10961 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
10962 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
10963 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
10964 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10965 dec128_val16): New global variables.
10966 (decimal_dec128_align): New function.
10967 (decimal_mixed): Likewise.
10968 (decimal_many_args_dec32): Likewise.
10969 (decimal_many_args_dec64): Likewise.
10970 (decimal_many_args_dec128): Likewise.
10971 (decimal_many_args_mixed): Likewise.
10972 * dfp-test.exp: Add tests calling new inferior functions.
10973
10974 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10975
10976 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10977 gdb.server/ext-run.exp: New files.
10978 * lib/gdbserver-support.exp (gdbserver_download): New.
10979 (gdbserver_start): New. Update gdbserver expected
10980 output.
10981 (gdbserver_spawn): Use them.
10982 (gdbserver_start_extended): New.
10983
10984 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10985
10986 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
10987 Run on GNU/Linux.
10988 (do_exec_tests): Check for systems which do not support catchpoints.
10989 Do not match START.
10990 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
10991 Run on GNU/Linux. Enable verbose output.
10992 (check_fork_catchpoints): New.
10993 (explicit_fork_child_follow, catch_fork_child_follow)
10994 (tcatch_fork_parent_follow): Update expected messages.
10995 (do_fork_tests): Use check_fork_catchpoints.
10996 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
10997 Run on GNU/Linux. Enable verbose output.
10998 (check_vfork_catchpoints): New.
10999 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
11000 expected messages.
11001 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
11002
11003 2008-01-29 Jim Blandy <jimb@red-bean.com>
11004
11005 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
11006 host' errors.
11007 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
11008
11009 2008-01-29 Jim Blandy <jimb@red-bean.com>
11010
11011 * gdb.threads/sigthread.c: Use barriers to ensure that
11012 child_thread and child_thread_two are always initialized before we
11013 start to use them.
11014
11015 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
11016
11017 * gdb.base/watchpoint-solib.exp: New.
11018 * gdb.base/watchpoint-solib.c: New.
11019 * gdb.base/watchpoint-solib-shr.c: New.
11020
11021 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
11022
11023 * gdb.base/gdb1056.exp: Add unsigned integer test.
11024
11025 2008-01-28 Doug Evans <dje@google.com>
11026
11027 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
11028
11029 2008-01-27 Jim Blandy <jimb@codesourcery.com>
11030
11031 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
11032
11033 * gdb.base/expand-psymtabs.exp: Doc fix.
11034
11035 2008-01-26 Mark Kettenis <kettenis@gnu.org>
11036
11037 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11038
11039 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
11040
11041 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
11042 -var-set-format.
11043
11044 2008-01-23 Chris Demetriou <cgd@google.com>
11045
11046 * gdb.threads/thread_events.c: New testcase source file.
11047 * gdb.threads/thread_events.exp: New testcase expect file.
11048
11049 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
11050
11051 * lib/gdb.exp: Add the variable octal.
11052
11053 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
11054 -var-set-format.
11055
11056 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11057 Vladimir Prus <vladimir@codesourcery.com>
11058
11059 * gdb.base/float.exp: Allow missing floating point for m68k and
11060 PowerPC.
11061
11062 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
11063
11064 * gdb.mi/basics.c: Setup for testing breakpoints
11065 ignore count.
11066 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
11067 * gdb.mi/mi-cli.exp: Adjust.
11068 * gdb.mi/mi2-cli.exp: Adjust.
11069
11070 2008-01-17 Pedro Alves <pedro@codesourcery.com>
11071
11072 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
11073 and 'dummy_ptr' integer pointer. Initialize struct_declarations
11074 with dummy_ptr's address.
11075 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
11076 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
11077 all targets.
11078 * gdb.mi/mi2-var-child.exp: Likewise.
11079
11080 2008-01-09 Joel Brobecker <brobecker@adacore.com>
11081
11082 * gdb.ada/null_array: New test program.
11083 * gdb.ada/null_array.exp: New testcase.
11084
11085 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
11086
11087 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11088 with required float modifiers.
11089
11090 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11091
11092 * gdb.ada/funcall_param: New test program.
11093 * gdb.ada/funcall_param.exp: New testcase.
11094
11095 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11096
11097 * gdb.ada/arrayparam: New test program.
11098 * gdb.ada/arrayparam.exp: New testcase.
11099
11100 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11101
11102 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11103 landed. Should also fix random failures in the test following it.
11104
11105 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11106
11107 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11108 for expressions with decimal float values.
11109 (test_dfp_conversions): New function to test casts to and from
11110 decimal float types.
11111 Call test_dfp_conversions.
11112 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11113 elements.
11114 (main): Initialize ds.float4 and ds.double8 elements.
11115 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
11116 string to new error message.
11117 (d64_set_tests): Likewise.
11118 (d128_set_tests): Likewise.
11119 Add tests for expressions with decimal float variables. Add tests for
11120 conversions to and from decimal float types.
11121
11122 2008-01-05 Joel Brobecker <brobecker@adacore.com>
11123
11124 * gdb.ada/packed_tagged/comp_bug.adb: New file.
11125 * gdb.ada/packed_tagged.exp: New testcase.
11126
11127 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11128
11129 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11130 gdb.ada/homonym/homonym_main.adb: New files.
11131 * gdb.ada/homonym.exp: New testcase.
11132
11133 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11134
11135 * gdb.ada/packed_array.exp: Add testing of references to
11136 a packed array.
11137
11138 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11139
11140 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11141 New files.
11142 * gdb.ada/type_coercion.exp: New testcase.
11143
11144 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11147 gdb.ada/tagged/foo.adb: New file.
11148 * gdb.ada/tagged.exp: New testcase.
11149
11150 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11151
11152 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11153 gdb.ada/ptype_field/foo.adb: New files.
11154 * gdb.ada/ptype_field.exp: New testcase.
11155
11156 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11157
11158 * gdb.ada/print_pc.exp: New testcase.
11159
11160 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11161
11162 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11163 gdb.ada/taft_type/p.adb: New files.
11164 * gdb.ada/taft_type.exp: New testcase.
11165
11166 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11167
11168 * gdb.ada/array_bounds/bar.adb: New file.
11169 * gdb.ada/array_bounds.exp: New testcase.
11170
11171 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11172
11173 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11174 gdb.ada/arrayptr/foo.adb: New files.
11175 * gdb.ada/arrayptr.exp: New testcase.
11176
11177 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.base/set-lang-auto.exp: New testcase.
11180
11181 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11182
11183 * gdb.ada/fun_addr/foo.adb: New file.
11184 * gdb.ada/fun_addr.exp: New testcase.
11185
11186 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11189 New files
11190
11191 2008-01-02 Joel Brobecker <brobecker@adacore.com>
11192
11193 * array_subscript_addr/p.adb: New file.
11194 * array_subscript_addr.exp: New testcase.
11195
11196 2008-01-02 Joel Brobecker <brobecker@adacore.com>
11197
11198 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
11199 New files.
11200 * gdb.ada/str_cmp_ref.exp: New testcase.
11201
11202 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11203
11204 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11205 gdb.ada/fun_in_declare/foo.adb: New files.
11206 * gdb.ada/fun_in_declare.exp: New testcase.
11207
11208 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11209
11210 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11211 gdb.ada/ref_param/pck.ads: New files.
11212 * gdb.ada/ref_param.exp: New testcase.
11213
11214 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11215
11216 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11217 gdb.ada/interface/foo.adb: New files.
11218 * gdb.ada/interface.exp: New testcase.
11219
11220 2007-12-31 Jim Blandy <jimb@codesourcery.com>
11221
11222 * gdb.base/multi-forks.exp: Consume all output from child
11223 processes before proceeding to next test.
11224
11225 2007-12-29 Jim Blandy <jimb@codesourcery.com>
11226
11227 * configure: Regenerated.
11228
11229 2007-12-27 Joel Brobecker <brobecker@adacore.com>
11230
11231 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11232 gdb.ada/fixed_cmp/fixed.adb: New files.
11233 * gdb.ada/fixed_cmp.exp: New testcase.
11234
11235 2007-12-27 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.ada/boolean_expr.exp: New testcase.
11238
11239 2007-12-26 Jim Blandy <jimb@codesourcery.com>
11240
11241 * gdb.base/multi-forks.exp: Doc fix.
11242
11243 2007-12-26 Joel Brobecker <brobecker@adacore.com>
11244
11245 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11246 * gdb.ada/char_param.exp: Do not compile our test program with
11247 -gnata, this is unnecessary.
11248 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11249
11250 2007-12-24 Joel Brobecker <brobecker@adacore.com>
11251
11252 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11253 gdb.ada/print_chars/foo.adb: New files.
11254 * gdb.ada/print_chars.exp: New testcase.
11255
11256 2007-12-24 Joel Brobecker <brobecker@adacore.com>
11257
11258 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11259 gdb.ada/char_param/foo.adb: New files.
11260 * gdb.ada/char_param.exp: New testcase.
11261
11262 2007-12-22 Jim Blandy <jimb@codesourcery.com>
11263
11264 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11265 hard-coding source line numbers into the test.
11266 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11267 gdb_get_line_number to find.
11268
11269 2007-12-22 Joel Brobecker <brobecker@adacore.com>
11270
11271 * gdb.base/ptype.c (highest): New struct type.
11272 (the_highest): New variable of that type.
11273 (main): Add dummy assignment to a field of variable the_highest.
11274 * gdb.base/ptype.exp: Test type printing of our new variable.
11275
11276 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
11277
11278 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
11279 and record first explicitly generated thread number.
11280 Use that thread number for thread specific watchpoint test.
11281 Add iteration number to repetitive tests.
11282
11283 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
11284 Jim Blandy <jimb@codesourcery.com>
11285
11286 * gdb.base/expand-psymtabs.c: New testcase
11287 source file.
11288 * gdb.base/expand-psymtabs.exp: New testcase
11289 expect file.
11290
11291 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
11292
11293 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11294 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11295
11296 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb.ada/frame_args/foo.adb: New file.
11299 * gdb.ada/frame_args/pck.ads: New file.
11300 * gdb.ada/frame_args/pck.adb: New file.
11301 * gdb.ada/frame_args.exp: New testcase.
11302
11303 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.base/frame-args.c: New file.
11306 * gdb.base/frame-args.exp: New testcase.
11307
11308 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
11309 Joseph Myers <joseph@codesourcery.com>
11310
11311 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11312
11313 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
11314
11315 * gdb.mi/mi-pending.exp: New.
11316 * gdb.mi/mi-pending.c: New.
11317 * gdb.mi/mi-pendshr.c: New.
11318
11319 2007-12-06 Jim Blandy <jimb@codesourcery.com>
11320
11321 * gdb.base/default.exp: Update expected output for 'info catch'.
11322
11323 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11324
11325 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11326 must be set to binary.
11327
11328 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
11329
11330 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11331
11332 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11333
11334 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11335 gdb.mi/mi-file-transfer.exp: New.
11336
11337 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11340
11341 2007-11-22 Maciej W. Rozycki <macro@mips.com>
11342
11343 * gdb.trace/backtrace.exp: Fix a typo.
11344 * gdb.trace/circ.exp: Likewise.
11345 * gdb.trace/collection.exp: Likewise.
11346 * gdb.trace/limits.exp: Likewise.
11347 * gdb.trace/report.exp: Likewise.
11348 * gdb.trace/tfind.exp: Likewise.
11349 * gdb.trace/while-dyn.exp: Likewise.
11350
11351 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
11352
11353 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11354 objects of pointers that can't be dereferenced are now
11355 "noneditable".
11356
11357 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11358
11359 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11360 (target_cpu): Remove.
11361
11362 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
11363
11364 * gdb.base/ending-run.exp: Expect the list of cleared
11365 breakpoint to come in natural order, not the reversed one.
11366
11367 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
11368
11369 * gdb.mi/mi-var-child.c (do_child_deletion): New.
11370 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
11371
11372 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
11373
11374 * gdb.base/printcmds.exp: New function
11375 test_printf_with_dfp.
11376
11377 2007-11-02 Doug Evans <dje@google.com>
11378
11379 * gdb.disasm/t01_mov.s: Remove carriage returns.
11380 * gdb.disasm/t02_mova.s: Ditto.
11381 * gdb.disasm/t03_add.s: Ditto.
11382 * gdb.disasm/t04_sub.s: Ditto.
11383 * gdb.disasm/t05_cmp.s: Ditto.
11384 * gdb.disasm/t06_ari2.s: Ditto.
11385 * gdb.disasm/t07_ari3.s: Ditto.
11386 * gdb.disasm/t08_or.s: Ditto.
11387 * gdb.disasm/t09_xor.s: Ditto.
11388 * gdb.disasm/t10_and.s: Ditto.
11389 * gdb.disasm/t11_logs.s: Ditto.
11390 * gdb.disasm/t12_bit.s: Ditto.
11391 * gdb.disasm/t13_otr.s: Ditto.
11392
11393 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11394
11395 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11396
11397 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11398
11399 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11400 provide DFP support.
11401
11402 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
11403
11404 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11405 Test "set powerpc vector-abi". Skip auto-detection tests for old
11406 toolchains.
11407
11408 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11409
11410 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11411 with [string compare].
11412
11413 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11414
11415 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11416 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11417
11418 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
11419
11420 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11421 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11422 * gdb.opt/Makefile.in: New makefile.
11423 * Makefile.in: Create new directory "gdb.opt".
11424 * configure.ac: Add "gdb.opt" directory.
11425 * configure: Regenerated.
11426
11427 2007-10-25 Doug Evans <dje@google.com>
11428
11429 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11430 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11431
11432 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
11433 Thiago Jung Bauermann <bauerman@br.ibm.com>
11434
11435 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11436 Floating Point expressions.
11437 * gdb.base/dfp-test.exp: new file adding tests for Decimal
11438 Floating Point variables.
11439 * gdb.base/dfp-test.c: new file containing program with Decimal
11440 Floating variables, used by gdb.base/dfp-test.exp.
11441
11442 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11443
11444 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11445
11446 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11447
11448 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11449 compiling test case with GCC.
11450 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11451
11452 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11453
11454 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11455 format changes.
11456
11457 2007-10-18 Michael Snyder <msnyder@specifix.com>
11458
11459 * gdb.base/dbx.exp: Add missing "-re " operator.
11460
11461 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
11462
11463 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11464 * configure.ac: Removed trailing spaces after backslash.
11465 * gdb.modula2: New directory.
11466 * gdb.modula2/Makefile.in: New file.
11467 * gdb.modula2/unbounded-array.exp: New file.
11468 * gdb.modula2/unbounded1.c: New file.
11469
11470 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11471
11472 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11473
11474 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
11475
11476 * gdb.base/sigstep.c (main): Add checks for
11477 return values for setitimer call.
11478 Call setitimer again with itimer = ITIMER_REAL
11479 if first call to setitimer fails.
11480
11481 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
11482
11483 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11484 of $timeout.
11485
11486 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11487
11488 * gdb.server/server-run.exp: Test for dynamic linker symbols.
11489
11490 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
11491
11492 * lib/gdb.exp (gdb_run_cmd): Move comment outside
11493 of gdb_expect call, to avoid interruption.
11494
11495 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
11496
11497 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11498 (v_unsigned_long_long, v_long_long_array)
11499 (v_signed_long_long_array, v_unsigned_long_long_array)
11500 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11501 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11502 [!NO_LONG_LONG]: New.
11503 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11504 v_long_long_member.
11505
11506 (v_long_long_func, v_signed_long_long_func)
11507 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11508 (main) [!NO_LONG_LONG]: Initialize long long variants.
11509
11510 * gdb.base/whatis.exp: If board file requests no_long_long, build
11511 test with NO_LONG_LONG defined. Test long long, signed long long,
11512 and unsigned long long variants but only if board file doesn't
11513 disable it.
11514
11515 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
11516 Daniel Jacobowitz <dan@codesourcery.com>
11517
11518 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11519 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11520 * configure: Regenerated.
11521 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11522 gdb.pascal/types.exp, lib/pascal.exp: New files.
11523
11524 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
11525
11526 * gdb.cp/classes.exp (do_tests): Always step to the line after the
11527 call.
11528 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11529 to return to the call.
11530 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11531 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11532 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11533 * gdb.mi/mi-until.exp (test_until): Likewise.
11534 * gdb.mi/mi2-until.exp (test_until): Likewise.
11535
11536 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
11537
11538 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11539 two-char array.
11540 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11541
11542 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
11543
11544 * gdb.threads/watchthreads.c (thread_function): Sleep between
11545 iterations.
11546 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11547 at once for S/390. Generate matching fails and passes.
11548
11549 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
11550
11551 * gdb.mi/var-cmd.c (do_children_tests): Initialize
11552 the 'struct_declarations' variable to zeros.
11553
11554 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
11555
11556 * gdb.cp/mb-ctor.cc: New.
11557 * gdb.cp/mb-ctor.exp: New.
11558 * gdb.cp/mb-templates.cc: New.
11559 * gdb.cp/mb-templates.exp: New.
11560
11561 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
11562
11563 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11564
11565 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
11566
11567 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11568 targets.
11569 * configure: Regenerate.
11570
11571 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
11572
11573 * gdb.base/annota1.exp: Adjust for 'info break'
11574 format changes.
11575 * gdb.base/annota3.exp: Likewise.
11576 * gdb.base/break.exp: Likewise.
11577 * gdb.base/condbreak.exp: Likewise.
11578 * gdb.base/pending.exp: Likewise.
11579 * gdb.base/sepdebug.exp: Likewise.
11580 * gdb.base/unload.exp: Likewise.
11581 * gdb.base/ovldbreak.exp: Likewise.
11582
11583 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
11584
11585 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11586 messages.
11587 * gdb.base/chng-syms.exp: Likewise.
11588 * gdb.base/unload.exp: Likewise.
11589
11590 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
11591
11592 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11593
11594 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11595
11596 * schedlock.c (NUM): Change to 1.
11597 (main): Use args[0] for the main thread.
11598 * schedlock.exp: Only expect two threads. Only issue one pass or fail
11599 regardless of the number of threads.
11600
11601 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11602
11603 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11604 type down.
11605 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11606 test.
11607 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11608 watchpoint type down.
11609 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11610 test.
11611
11612 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11613
11614 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11615 Move all the tests here and run them twice, once using software
11616 watchpoints and once using hardware watchpoints.
11617 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11618
11619 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
11620
11621 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11622 test.
11623
11624 2007-09-10 Mark Kettenis <kettenis@gnu.org>
11625
11626 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11627 build-id.
11628
11629 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11630 know about $ORIGIN. Calculate output dir from $dest instead of
11631 using ${objdir}/{$subdir}.
11632
11633 2007-09-09 Mark Kettenis <kettenis@gnu.org>
11634
11635 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11636 gcore, before continuing with the test.
11637
11638 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
11639
11640 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11641 * gdb.mi/mi-watch.exp: Likewise.
11642
11643 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11644 Jim Blandy <jimb@codesourcery.com>
11645
11646 * gdb.arch/i386-sse.exp: Do not expect character constants.
11647 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11648 * gdb.base/display.exp: Allow print/s.
11649 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11650 and unsigned char array changes.
11651
11652 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11653
11654 * gdb.base/display.exp: Add tests for printf %p.
11655
11656 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11657
11658 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11659 the dll name to unicode.
11660
11661 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11662
11663 * gdb.base/default.exp (show version): Update the version text.
11664 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11665
11666 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11669 New files.
11670
11671 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 * lib/gdb.exp (build_id_debug_filename_get): New function.
11674 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11675 Remove the generate DEBUG file for the future testcase runs.
11676 New testcase for the NT_GNU_BUILD_ID retrieval.
11677 Move the final testing step to ...
11678 (test_different_dir): ... a new function.
11679 New parameter XFAIL to XFAIL all the tests performed.
11680 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11681 New parameter TYPE to PF_PREFIX all the tests performed.
11682
11683 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
11684
11685 * gdb.mi/mi-var-cp.cc (path_expression): New
11686 function.
11687 * gdb.mi/mi-var-cp.exp: Run path exression tests.
11688
11689 2007-08-27 Markus Deuling <deuling@de.ibm.com>
11690
11691 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11692 to fit into SPU Local Store memory.
11693
11694 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11695
11696 * gdb.base/default.exp: Adjust the expected output of "info
11697 warranty" after the switch to GPLv3.
11698
11699 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11700
11701 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11702 to 30000 (from 20000).
11703
11704 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11705
11706 Switch the license of all .exp files to GPLv3.
11707 Switch the license of all .f and .f90 files to GPLv3.
11708 Switch the license of all .s and .S files to GPLv3.
11709
11710 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11711
11712 * configure.ac: Switch license to GPLv3.
11713
11714 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11715
11716 Switch the licensing to GPLv3 for all .ads and .adb files.
11717
11718 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
11719
11720 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11721 and t_int_double.
11722 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11723
11724 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11725
11726 * gdb.base/step-line.c: Switch license to GPL version 3, and
11727 update copyright year.
11728 * gdb.base/step-line.inp: Likewise.
11729
11730 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11731
11732 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11733 changes inside gdb1555.c.
11734 * gdb.base/pending.exp: Likewise.
11735
11736 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11737
11738 * config/default.exp: New file.
11739
11740 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11741
11742 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11743 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11744
11745 2007-07-30 Maciej W. Rozycki <macro@mips.com>
11746
11747 * gdb.base/dump.exp: Force the correct endianness for binary
11748 formats not carrying this information.
11749
11750 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11751
11752 * gdb.threads/staticthreads.exp: Match .*sem_post.
11753
11754 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11755
11756 * gdb.base/readline.exp (operate_and_get_next): Match the final
11757 prompt.
11758
11759 2007-07-23 Kevin Buettner <kevinb@redhat.com>
11760
11761 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11762 to restarting SID.
11763
11764 2007-07-18 Kevin Buettner <kevinb@redhat.com>
11765
11766 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11767 prior to `gdb_start'.
11768
11769 2007-07-18 Kevin Buettner <kevinb@redhat.com>
11770
11771 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
11772 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
11773 Remove call to gdb_unload.
11774
11775 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
11776 Daniel Jacobowitz <dan@codesourcery.com>
11777
11778 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
11779 for __WIN32__.
11780 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
11781 * gdb.base/unload.exp: Use shared library test routines.
11782
11783 2007-07-03 Markus Deuling <deuling@de.ibm.com>
11784
11785 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
11786 * gdb.base/solib-symbol-lib.c: Likewise.
11787 * gdb.base/solib-symbol-main.c: Likewise.
11788
11789 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11790
11791 * config/gdbserver.exp (gdb_reconnect): New.
11792 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11793 gdb.base/solib-disc.exp: New files.
11794 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11795 remote debugging".
11796 (gdb_compile): Add shlib_load flag.
11797 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11798 port.
11799 (gdbserver_reconnect): New.
11800
11801 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
11802 Daniel Jacobowitz <dan@codesourcery.com>
11803
11804 * gdb.base/annota3.exp: Test for if construct.
11805
11806 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
11807
11808 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11809
11810 2007-06-21 Chris Dearman <chris@mips.com>
11811 Maciej W. Rozycki <macro@mips.com>
11812
11813 * gdb.base/display.exp: Allow a newline after display/i.
11814 * gdb.base/pc-fp.exp: Likewise.
11815 * gdb.base/sigbpt.exp: Likewise.
11816
11817 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11818
11819 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
11820 required features to be included.
11821
11822 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11823
11824 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11825 in info threads output.
11826
11827 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11828 Markus Deuling <deuling@de.ibm.com>
11829
11830 * gdb.arch/spu-info.exp: New testcase.
11831 * gdb.arch/spu-info.c: New file.
11832
11833 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11834
11835 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11836 tpcs_offset. Restore lr after the call.
11837 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11838
11839 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
11840
11841 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11842 (gdbserver_run): Kill any running gdbserver.
11843 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11844
11845 2007-05-17 Maciej W. Rozycki <macro@mips.com>
11846
11847 * gdb.base/sigbpt.exp: Preset segv_addr.
11848
11849 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
11850
11851 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11852 (gdb_compile_shlib): Likewise.
11853 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11854 (default_gdb_init): Clear cleanfiles.
11855 (gdb_finish): Delete recorded cleanfiles.
11856 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11857
11858 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11859 Do not use isnative.
11860 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11861 gdb.base/so-impl-ld.exp: Likewise.
11862 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
11863 * gdb.base/unload.exp: Likewise. Do not pass empty option to
11864 gdb_compile.
11865
11866 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
11867
11868 * config/unknown.exp: Remove.
11869
11870 2007-05-15 Markus Deuling <deuling@de.ibm.com>
11871
11872 * gdb.base/info-proc.exp: Check is_remote.
11873
11874 2007-05-14 Markus Deuling <deuling@de.ibm.com>
11875
11876 * gdb.base/gcore.exp: Initialize variable core_supported.
11877
11878 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11879
11880 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11881
11882 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11883
11884 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11885 * gdb.threads/print-threads.exp (test_all_threads): Allow
11886 negative and hexadecimal thread IDs.
11887
11888 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11889
11890 * gdb.java/jprint.java (public): Avoid invalid call to static
11891 method.
11892
11893 2007-05-14 Denis Pilat <denis.pilat@st.com>
11894
11895 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11896 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11897 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11898 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11899 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11900
11901 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11902
11903 * gdb.base/overlays.exp: Add support for targets with only code
11904 overlay support, not data overlay. Support spu-*-* target in
11905 this mode.
11906 * gdb.base/ovlymgr.c: Provide stubs for spu target.
11907 * gdb.base/spu.ld: New file.
11908
11909 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
11910
11911 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
11912
11913 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
11914
11915 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
11916
11917 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11918
11919 * gdb.java/jmain.exp: Handle demangled names with and without method
11920 signatures.
11921
11922 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11923
11924 * gdb.mi/mi-syn-frame.c (main, foo, bar)
11925 (have_a_very_merry_interrupt): Remove calls to puts.
11926 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
11927 inferior output.
11928 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
11929 test names.
11930
11931 2007-04-29 Markus Deuling <deuling@de.ibm.com>
11932 Daniel Jacobowitz <dan@codesourcery.com>
11933
11934 * gdb.base/auxv.exp (core_works): Also check is_remote.
11935 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
11936
11937 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
11938
11939 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
11940 message, not the undefined 'module' variable.
11941 * gdb.base/siginfo.exp: Likewise.
11942 * gdb.base/sigstep.exp: Likewise.
11943 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
11944 serialport.
11945 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
11946
11947 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
11948
11949 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
11950 target sim fails. Return 0 otherwise.
11951 (gdb_load): Return prematurely if gdb_target_sim fails.
11952
11953 2007-04-16 Denis Pilat <denis.pilat@st.com>
11954
11955 * gdb.base/setshow.exp: Reset height after having set it to 100.
11956
11957 2007-04-16 Denis Pilat <denis.pilat@st.com>
11958
11959 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
11960
11961 2007-04-16 Denis Pilat <denis.pilat@st.com>
11962
11963 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
11964
11965 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
11966
11967 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11968 tests. Run the frozen varobjs test.
11969 * gdb.mi/var-cmd.c (do_frozen_tests): New.
11970 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
11971
11972 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11973
11974 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11975 gdb.base/type-opaque.exp: New files.
11976
11977 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
11978
11979 * gdb.mi/mi-var-child.c
11980 (do_children_tests): User char[2] instead of
11981 char so that automatic printing of pointers to char
11982 don't give unpredicable result.
11983 * gdb.mi/var-cmd.c (do_locals_test): Initialize
11984 local variables.
11985 * gdb.mi/mi-var-child.exp: Step to right line
11986 of do_children_tests.
11987 * gdb.mi/mi2-var-child.exp: Likewise.
11988 * gdb.mi/mi-var-cmd.exp: Step to right line of
11989 do_locals_tests.
11990 (do_children_tests): User char[2] instead of
11991 char so that automatic printing of pointers to char
11992 don't give unpredicable result.
11993 * gdb.mi/mi2-var-cmd.exp: Likewise.
11994 * lib/mi-support.exp (mi_continue_to_line):
11995 Pass test name to mi_wait_for_stop.
11996
11997 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11998
11999 * gdb.asm/asm-source.exp: Remove d10v case.
12000 * lib/gdb.exp (skip_cplus_tests): Likewise.
12001 * gdb.asm/d10v.inc: Deleted.
12002
12003 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12004
12005 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
12006
12007 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12008
12009 * config/netware.exp: Delete file.
12010
12011 2007-03-29 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.dwarf2/dw2-noloc.S: New file.
12014 * gdb.dwarf2/dw2-noloc.exp: New file.
12015
12016 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
12017
12018 * gdb.cp/method2.cc: New test.
12019 * gdb.cp/method2.exp: New test.
12020 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
12021
12022 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12023
12024 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
12025
12026 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
12027
12028 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12029
12030 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12031
12032 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
12033 (gdb_load): Delete, replace with...
12034 (gdb_reload): ...this.
12035 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
12036 * gdb.server/server-mon.exp: Likewise.
12037 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
12038 (gdb_start_cmd): New.
12039 (gdb_file_cmd): Save the last loaded file.
12040 (gdb_reload): New.
12041 (gdb_gnu_strip_debug): Use transform.
12042 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
12043 support here. Use new $last_loaded_file. Check mtime.
12044 (gdb_target_cmd): Handle ObjC failure case.
12045 (infer_host_exec): Delete.
12046 (gdbserver_load): Rename to...
12047 (gdbserver_run): ...this. Simplify.
12048 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
12049 (mi_gdb_load): Move most contents to a new function...
12050 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
12051 (mi_run_cmd): Use mi_gdb_target_load.
12052 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
12053 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
12054 Use gdb_run_cmd.
12055 * gdb.base/charsign.exp: Remove incorrect comment.
12056 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
12057 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
12058 gdb.base/start.exp: Use gdb_start_cmd.
12059
12060 2007-03-23 Nigel Stephens <nigel@mips.com>
12061 Maciej W. Rozycki <macro@mips.com>
12062
12063 * gdb.base/sigbpt.exp: Fix the message when skipping test.
12064 * gdb.base/signull.exp: Similarly.
12065
12066 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12067
12068 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
12069 messages available to test cases (like chng-sym.exp).
12070
12071 2007-03-14 Andreas Schwab <schwab@suse.de>
12072
12073 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
12074 format changes.
12075
12076 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
12077
12078 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
12079 (optimized_1): New.
12080 (main): Call optimized_1.
12081 (gdb2029): Correct typos. Call gdb2029_marker.
12082 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
12083 for gdb2029.
12084
12085 2007-03-12 Mark Kettenis <kettenis@gnu.org>
12086
12087 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12088 as tabs. Remove redundant test pattern.
12089
12090 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12091
12092 * gdb.base/long_long.exp: Accept optional symbol name in <...>
12093 for /a format output.
12094
12095 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
12096
12097 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12098 collect output incrementally.
12099
12100 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12101
12102 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12103 for -var-create lpcharacter test.
12104 * gdb.mi/mi2-var-cmd.exp: Likewise.
12105
12106 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12107
12108 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12109 pass on targets where address zero is readable.
12110
12111 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12112
12113 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12114 just a single architecture.
12115
12116 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12117
12118 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12119 (fetch_all_registers): New function, uses gdb_test_multiple and
12120 exp_continue to fetch inferior output line-by-line.
12121 Replace all uses of do_get_all_registers by fetch_all_registers.
12122
12123 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12124
12125 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12126 in target_info.
12127
12128 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12129
12130 * gdb.threads/manythreads.exp: Use $message string for
12131 consistancy; add a default (timeout) case.
12132
12133 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12134
12135 * gdb.base/watchpoint.exp: Fix truncated comment.
12136
12137 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12138
12139 * Makefile.in: Remove spurious single-quotes from sed command.
12140
12141 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12142
12143 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
12144 func.
12145 * gdb.mi/mi2-var-cmd.exp: Likewise.
12146
12147 2007-02-27 Joel Brobecker <brobecker@adacore.com>
12148
12149 * gdb.dwarf2/dw2-producer.S: New file.
12150 * gdb.dwarf2/dw2-producer.exp: New testcase.
12151
12152 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
12153
12154 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12155 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12156 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12157 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12158 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12159 Revert tests to use mi_gdb_test and include value field in output
12160 of -var-create.
12161
12162 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12163
12164 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12165
12166 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12167
12168 * gdb.base/maint.exp: Remove full paths from test names.
12169 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12170 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12171
12172 2007-02-27 Joel Brobecker <brobecker@adacore.com>
12173
12174 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12175
12176 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12177
12178 * gdb.server/server-mon.exp: New test.
12179
12180 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12181
12182 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12183
12184 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12185
12186 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12187 register capitalization.
12188
12189 2007-02-13 Denis Pilat <denis.pilat@st.com>
12190
12191 * gdb.mi/mi-var-invalidate.exp: New file.
12192
12193 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12194
12195 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12196
12197 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12198
12199 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12200
12201 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12202
12203 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12204 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12205
12206 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
12207
12208 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12209 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12210 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12211 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12212 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12213 * gdb.mi/gdb792.exp, lib/mi-support.exp:
12214 Update tests to include value field in output of -var-create.
12215
12216 2007-02-08 Andreas Schwab <schwab@suse.de>
12217
12218 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12219
12220 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
12221
12222 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12223 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12224
12225 2007-02-02 Denis Pilat <denis.pilat@st.com>
12226
12227 * gdb.threads/threadapply.exp: check that frame is not changed by
12228 the thread apply all command.
12229
12230 2007-01-31 Andreas Schwab <schwab@suse.de>
12231
12232 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12233
12234 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12235 in the dwarf sections.
12236 * gdb.dwarf2/mac-fileno.S: Likewise.
12237
12238 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12239 bspstore register on ia64.
12240
12241 2007-01-29 Andreas Schwab <schwab@suse.de>
12242
12243 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12244 "frame-begin" annotation.
12245
12246 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12247 number of "frames-invalid" annotations.
12248
12249 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12250
12251 * gdb.base/commands.exp: Call if_commands_test.
12252 (gdb_test_no_prompt, if_commands_test): New.
12253
12254 2007-01-28 Mark Kettenis <kettenis@gnu.org>
12255
12256 * gdb.threads/sigthread.c (NSIGS): Make bigger.
12257
12258 2007-01-27 Andreas Schwab <schwab@suse.de>
12259
12260 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12261 .short/.int/.quad in the dwarf sections.
12262 * gdb.dwarf2/dw2-intercu.S: Likewise.
12263 * gdb.dwarf2/dw2-intermix.S: Likewise.
12264
12265 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12266
12267 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
12268 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12269 array.
12270 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12271 * gdb.base/setvar.exp: Likewise.
12272
12273 2007-01-26 Andreas Schwab <schwab@suse.de>
12274
12275 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12276 test.
12277
12278 * gdb.base/multi-forks.exp ("restart $i"): Also match
12279 __kernel_syscall_via_break.
12280
12281 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
12282
12283 * lib/mi-support.exp (mi_delete_varobj): New.
12284 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12285 testcase.
12286 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12287 (main): Call the above.
12288 (reference_update_test, base_in_reference_test)
12289 (reference_to_pointer): Delete the created varobjs.
12290
12291 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
12292
12293 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12294 * configure: Regenerated.
12295 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12296 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12297 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12298 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12299 * lib/gdb.exp (gdb_skip_xml_test): New function.
12300
12301 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
12302
12303 * gdb.base/sigrepeat.exp: Correct error message.
12304
12305 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12306 Daniel Jacobowitz <dan@codesourcery.com>
12307
12308 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12309 gdb.arch/i386-gnu-cfi-asm.S: New files.
12310
12311 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12312
12313 * lib/gdb.exp: Abort on missing `site.exp'.
12314
12315 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12316 Daniel Jacobowitz <dan@codesourcery.com>
12317
12318 * gdb.base/included.c, gdb.base/included.exp,
12319 gdb.base/included.h: New files.
12320
12321 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12322
12323 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12324 (maximize_rlimit): Reduce limits on 64-bit systems.
12325
12326 2007-01-19 Mark Kettenis <kettenis@gnu.org>
12327
12328 From Marcus Deuling <deuling@de.ibm.com>:
12329 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12330 every case.
12331
12332 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
12333
12334 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12335 (test_path_specification): Use objdir instead of srcdir to always
12336 get an absolute filename.
12337
12338 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
12339
12340 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12341
12342 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
12343
12344 * gdb.mi/mi-var-cp.cc (reference_update_tests):
12345 Make sure the variable we're using is in scope.
12346 (reference_to_pointer): Likewise.
12347
12348 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12349
12350 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12351 has no debug information.
12352
12353 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12354
12355 * gdb.base/annota1.exp: Remove extra send_gdb.
12356
12357 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12358
12359 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12360
12361 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12362
12363 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12364
12365 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
12366 Daniel Jacobowitz <dan@codesourcery.com>
12367
12368 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12369 lcharacter or linteger change. Correct duplicated test name.
12370 * gdb.mi/mi2-var-cmd.exp: Likewise.
12371
12372 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12373
12374 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12375
12376 2007-01-05 Joel Brobecker <brobecker@adacore.com>
12377
12378 * gdb.base/nofield.c: New file.
12379 * gdb.base/nofield.exp: New testcase.
12380
12381 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
12382
12383 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12384
12385 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12386 test.
12387
12388 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12389
12390 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12391
12392 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12393
12394 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12395 when continuing.
12396
12397 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12398
12399 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12400 Expect ".exe" extension.
12401
12402 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12403
12404 * gdb.base/charset.exp: Add explicit filename to break.
12405 * gdb.base/dbx.exp: Add explicit filename to breaks.
12406
12407 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12408
12409 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12410 * gdb.mi/mi2-file.exp: Likewise.
12411
12412 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12413
12414 Implement specification of MI tests as comments
12415 in C and C++ sources.
12416 * lib/mi-support.exp (mi_autotest_data): New variable.
12417 (mi_autotest_source): New variable.
12418 (count_newlines, mi_prepare_inline_tests)
12419 (mi_get_inline_test, mi_continue_to_line)
12420 (mi_run_inline_test, mi_tbreak)
12421 (mi_send_resuming_command, mi_wait_for_stop): New functions.
12422 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12423 Run inline tests.
12424 * gdb.mi/mi-var-cp.cc: Define tests here.
12425
12426 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12427
12428 Simplify usage of mi_continue_to.
12429 * lib/mi-support.exp (mi_runto_helper): Renamed
12430 from mi_runto, added new parameter 'run_or_continue'.
12431 (mi_runto): Use mi_runto_helper.
12432 (mi_continue_to): Accept just function name as parameter.
12433 Use mi_runto_helper.
12434 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12435 * gdb.mi/mi2-var-cmd.exp: Likewise.
12436
12437 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12438
12439 Make this testcase a bit more realistic. The current code
12440 is too simplistic, and allows the compiler to optimize out
12441 some of the entities we need for this testcase.
12442 * gdb.ada/null_record/bar.ads (Void_Star): New type.
12443 (Do_Nothing): Add extra parameter.
12444 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12445 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12446 by using a variable of type Void_Star.
12447
12448 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12449
12450 * gdb.ada/catch_ex/foo.adb: New file.
12451 * gdb.ada/catch_ex.exp: New testcase.
12452
12453 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
12454
12455 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12456 pass --image-base to linker.
12457
12458 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12459 Daniel Jacobowitz <dan@codesourcery.com>
12460
12461 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
12462 secondary prompts.
12463
12464 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12465
12466 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12467 output. Test the types of members and member pointers.
12468 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12469 gdb/2092.
12470 * gdb.cp/member-ptr.exp: Search for a comment instead of a
12471 statement. Enable for GCC. Update expected output for some tests
12472 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
12473 layout.
12474 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12475 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12476 (Diamond::vget_base): New.
12477 (main): Add new tests.
12478 * gdb.cp/printmethod.exp: Update expected output for member functions.
12479 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12480 print pEe->D::vg().
12481
12482 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12483
12484 * gdb.threads/tls.exp: Allow stops in sem_post.
12485
12486 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
12487
12488 * gdb.base/annota1.exp: Allow .*printf in backtraces.
12489 * gdb.base/annota3.exp: Likewise.
12490 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12491 again (instead of timing out).
12492 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12493 GCC bug 26475.
12494 * gdb.java/jmisc.exp: Adjust to work with method signatures including
12495 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
12496 test from jmisc1.exp.
12497 * gdb.java/jmisc1.exp: Delete.
12498 * gdb.java/jprint.exp: Adjust to work with method signatures including
12499 return types.
12500 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12501 * gdb.threads/linux-dp.exp: Don't be confused by program output.
12502 * lib/java.exp (compile_java_from_source): Pass the correct type
12503 to target_compile.
12504
12505 2006-12-31 Joel Brobecker <brobecker@adacore.com>
12506
12507 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12508 (stack_align_edx): New function.
12509 (stack_align_eax): New function.
12510 (main): Add calls to stack_align_edx and stack_align_eax.
12511 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12512 Add testing for the cases where the register used during a stack
12513 realignment is edx. Same for eax.
12514
12515 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
12516
12517 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12518 and generic PE targets.
12519
12520 2006-12-29 Joel Brobecker <brobecker@adacore.com>
12521
12522 * gdb.ada/array_return.exp: Update copyright date list.
12523
12524 2006-12-27 Joel Brobecker <brobecker@adacore.com>
12525
12526 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12527 (Create_Small_Float_Vector): New function.
12528 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12529 function body.
12530 * gdb.ada/array_return/p.adb: Use new type and function from
12531 package Pck.
12532 * gdb.ada/array_return.exp: Add a test verifying that GDB is
12533 able to print the value returned by a function returning an
12534 array of float.
12535
12536 2006-12-20 Joel Brobecker <brobecker@adacore.com>
12537
12538 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12539 The associated tests should be PASSing.
12540
12541 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12542
12543 Test for base in references.
12544 * gdb.mi/mi-var-cp.cc: Add test code.
12545 * gdb.mi/mi-var-cp.exp: Test for bases in references.
12546 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12547 * gdb.mi/mi2-watch.exp: Likewise.
12548 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12549 (mi_list_varobj_children): New function.
12550
12551 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12552
12553 * lib/mi-support.exp
12554 (mi_runto): Accept "()" after function name.
12555 (mi_create_varobj): New function.
12556 (mi_varobj_update): New function.
12557 (mi_Check_varobj_value): New function.
12558 * gdb.mi/mi-var-cp.exp: New file.
12559 * gdb.mi/mi-var-cp.cc: New file.
12560
12561 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
12562
12563 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12564 gdb.base/weaklib2.c: New files.
12565
12566 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
12567
12568 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12569 info. Adjust test names.
12570
12571 * gdb.base/break.c (main): Move position of malloc.
12572 * gdb.base/break.exp: Revert mistaken checkin.
12573
12574 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
12575
12576 * gdb.mi/mi-var-cmd.exp: Check -var-update after
12577 assignement of arrays and function pointers.
12578 * gdb.mi/var-cmd.c: Add declaration necessary for above
12579 tests.
12580
12581 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12582
12583 * gdb.base/break.c (main): Call malloc.
12584
12585 * gdb.threads/linux-dp.exp: Read thread table before and after
12586 creating each philosopher and verify it.
12587
12588 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12589 Paul Brook <paul@codesourcery.com>
12590 Daniel Jacobowitz <dan@codesourcery.com>
12591
12592 * gdb.base/ending-run.exp: Flatten expect script stepping out of
12593 main to remove duplication. Add start function of the form
12594 '_*start[1-9]*'. Add RVDS start function.
12595
12596 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12597
12598 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12599
12600 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12601
12602 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12603 * gdb.asm/spu.inc: New file.
12604 * gdb.base/term.exp: Disable if [target_info exists noargs].
12605 * gdb.gdb/complaints.exp: Disable if ![isnative].
12606 * gdb.gdb/selftest.exp: Likewise.
12607 * gdb.gdb/observer.exp: Likewise.
12608 * gdb.gdb/xfullpath.exp: Likewise.
12609 * gdb.base/attach.exp: Disable on SPU target.
12610 * gdb.cp/bs145503.exp: Likewise.
12611 * gdb.cp/exception.exp: Likewise.
12612 * gdb.cp/userdef.exp: Likewise.
12613
12614 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12615
12616 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12617
12618 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
12619
12620 * gdb.base/completion.exp: Fix completion tests for
12621 'info' and 'info '.
12622 * gdb.base/help.exp (help_test_raw, test_class_help)
12623 (test_prefix_command_help): Move...
12624 * lib/gdb.exp: Here.
12625 * gdb.base/main.exp: Adjust.
12626 * gdb.cp/maint.exp: Adjust.
12627 * gdb.trace/tracecmd.exp: Use test_help_class.
12628
12629 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12630
12631 * gdb.stabs/weird.exp (print_weird_var): Use
12632 gdb_test_multiple instead of gdb_expect.
12633
12634 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12635
12636 * gdb.base/help.exp (help_test_raw): New.
12637 (test_class_help): New.
12638 (test_prefix_command_help): New.
12639 Adjust testcases.
12640
12641 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
12642
12643 * gdb.base/constvars.c (main): Write to crass and crips, so that
12644 they are allocated by the compiler.
12645
12646 2006-10-27 Andreas Schwab <schwab@suse.de>
12647
12648 * gdb.base/multi-forks.exp: Use "detach fork" instead of
12649 "detach-fork".
12650
12651 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
12652
12653 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12654 of patterns.
12655
12656 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12657
12658 * gdb.base/sepdebug.exp: Remove debug format test.
12659 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12660 Handle no-symtab.
12661 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12662
12663 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12664
12665 * gdb.threads/manythreads.c (thread_function, main): Don't cast
12666 int to pointer or pointer to int.
12667 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12668
12669 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
12670
12671 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12672
12673 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12674
12675 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12676
12677 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
12678
12679 PR c++/2116
12680 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12681
12682 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12683
12684 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12685 the corresponding bug has been fixed in GDB (PR/2018).
12686
12687 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12688
12689 * gdb.base/subst.exp: New testcase.
12690
12691 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12692
12693 * gdb.ada/array_return/pck.ads: Add copyright notice.
12694 * gdb.ada/array_return/pck.adb: Likewise.
12695 * gdb.ada/array_return/p.adb: Likewise.
12696 * gdb.ada/exec_changed/first.adb: Likewise.
12697 * gdb.ada/exec_changed/second.adb: Likewise.
12698
12699 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12700
12701 * gdb.ada/watch_arg/watch.adb: New file.
12702 * gdb.ada/watch_arg.exp: New testcase.
12703
12704 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
12705
12706 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
12707 via string_to_regexp.
12708 * gdb.mi/mi2-basics.exp: Likewise.
12709
12710 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
12711
12712 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12713 Remove unused / obsolete files.
12714
12715 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
12716
12717 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12718
12719 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
12720
12721 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12722 HIGH_FRAME argument to -stack-list-arguments can be larger than
12723 the number of frames.
12724
12725 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
12726
12727 * gdb.base/args.c (main): Add breakpoint marker.
12728 * gdb.base/args.exp: Use args_test for tests. Add new tests which
12729 really test empty arguments.
12730 (args_load): Delete.
12731 (args_test): New.
12732
12733 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
12734
12735 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
12736 check for one file.
12737
12738 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12739
12740 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12741 HIGH_FRAME argument to -stack-list-locals can be larger than
12742 the number of frames.
12743
12744 2006-08-18 Fred Fish <fnf@specifix.com>
12745
12746 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12747 '$' in front of skip_vmx_tests_saved when setting that.
12748
12749 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12750
12751 * gdb.base/trace-commands.exp: New file.
12752
12753 2006-08-10 Joel Brobecker <brobecker@adacore.com>
12754 Daniel Jacobowitz <dan@codesourcery.com>
12755
12756 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12757 expected output of the backtrace commands.
12758
12759 2006-08-09 Joel Brobecker <brobecker@adacore.com>
12760
12761 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12762 untested followed by return combination.
12763 * gdb.arch/altivec-regs.exp: Likewise.
12764 * gdb.arch/e500-abi.exp: Likewise.
12765 * gdb.arch/e500-regs.exp: Likewise.
12766 * gdb.arch/gdb1291.exp: Likewise.
12767 * gdb.arch/gdb1431.exp: Likewise.
12768 * gdb.arch/gdb1558.exp: Likewise.
12769 * gdb.arch/i386-prologue.exp: Likewise.
12770 * gdb.arch/i386-unwind.exp: Likewise.
12771 * gdb.asm/asm-source.exp: Likewise.
12772 * gdb.base/a2-run.exp: Likewise.
12773 * gdb.base/advance.exp: Likewise.
12774 * gdb.base/all-bin.exp: Likewise.
12775 * gdb.base/annota1.exp: Likewise.
12776 * gdb.base/annota3.exp: Likewise.
12777 * gdb.base/args.exp: Likewise.
12778 * gdb.base/arithmet.exp: Likewise.
12779 * gdb.base/assign.exp: Likewise.
12780 * gdb.base/async.exp: Likewise.
12781 * gdb.base/attach.exp: Likewise.
12782 * gdb.base/bang.exp: Likewise.
12783 * gdb.base/bigcore.exp: Likewise.
12784 * gdb.base/bitfields.exp: Likewise.
12785 * gdb.base/bitfields2.exp: Likewise.
12786 * gdb.base/break.exp: Likewise.
12787 * gdb.base/call-sc.exp: Likewise.
12788 * gdb.base/call-strs.exp: Likewise.
12789 * gdb.base/callfuncs.exp: Likewise.
12790 * gdb.base/checkpoint.exp: Likewise.
12791 * gdb.base/chng-syms.exp: Likewise.
12792 * gdb.base/code-expr.exp: Likewise.
12793 * gdb.base/commands.exp: Likewise.
12794 * gdb.base/completion.exp: Likewise.
12795 * gdb.base/cond-expr.exp: Likewise.
12796 * gdb.base/condbreak.exp: Likewise.
12797 * gdb.base/consecutive.exp: Likewise.
12798 * gdb.base/constvars.exp: Likewise.
12799 * gdb.base/corefile.exp: Likewise.
12800 * gdb.base/cvexpr.exp: Likewise.
12801 * gdb.base/dbx.exp: Likewise.
12802 * gdb.base/define.exp: Likewise.
12803 * gdb.base/detach.exp: Likewise.
12804 * gdb.base/display.exp: Likewise.
12805 * gdb.base/dump.exp: Likewise.
12806 * gdb.base/ena-dis-br.exp: Likewise.
12807 * gdb.base/ending-run.exp: Likewise.
12808 * gdb.base/environ.exp: Likewise.
12809 * gdb.base/eval-skip.exp: Likewise.
12810 * gdb.base/exprs.exp: Likewise.
12811 * gdb.base/fileio.exp: Likewise.
12812 * gdb.base/finish.exp: Likewise.
12813 * gdb.base/float.exp: Likewise.
12814 * gdb.base/foll-exec.exp: Likewise.
12815 * gdb.base/foll-fork.exp: Likewise.
12816 * gdb.base/foll-vfork.exp: Likewise.
12817 * gdb.base/freebpcmd.exp: Likewise.
12818 * gdb.base/funcargs.exp: Likewise.
12819 * gdb.base/gcore.exp: Likewise.
12820 * gdb.base/gdb1090.exp: Likewise.
12821 * gdb.base/gdb1250.exp: Likewise.
12822 * gdb.base/huge.exp: Likewise.
12823 * gdb.base/info-proc.exp: Likewise.
12824 * gdb.base/interrupt.exp: Likewise.
12825 * gdb.base/jump.exp: Likewise.
12826 * gdb.base/langs.exp: Likewise.
12827 * gdb.base/lineinc.exp: Likewise.
12828 * gdb.base/list.exp: Likewise.
12829 * gdb.base/logical.exp: Likewise.
12830 * gdb.base/long_long.exp: Likewise.
12831 * gdb.base/macscp.exp: Likewise.
12832 * gdb.base/maint.exp: Likewise.
12833 * gdb.base/mips_pro.exp: Likewise.
12834 * gdb.base/miscexprs.exp: Likewise.
12835 * gdb.base/multi-forks.exp: Likewise.
12836 * gdb.base/opaque.exp: Likewise.
12837 * gdb.base/overlays.exp: Likewise.
12838 * gdb.base/pc-fp.exp: Likewise.
12839 * gdb.base/pointers.exp: Likewise.
12840 * gdb.base/printcmds.exp: Likewise.
12841 * gdb.base/psymtab.exp: Likewise.
12842 * gdb.base/ptype.exp: Likewise.
12843 * gdb.base/recurse.exp: Likewise.
12844 * gdb.base/relational.exp: Likewise.
12845 * gdb.base/relocate.exp: Likewise.
12846 * gdb.base/remote.exp: Likewise.
12847 * gdb.base/reread.exp: Likewise.
12848 * gdb.base/restore.exp: Likewise.
12849 * gdb.base/return.exp: Likewise.
12850 * gdb.base/return2.exp: Likewise.
12851 * gdb.base/scope.exp: Likewise.
12852 * gdb.base/sect-cmd.exp: Likewise.
12853 * gdb.base/sep.exp: Likewise.
12854 * gdb.base/sepdebug.exp: Likewise.
12855 * gdb.base/setshow.exp: Likewise.
12856 * gdb.base/setvar.exp: Likewise.
12857 * gdb.base/sigall.exp: Likewise.
12858 * gdb.base/sigbpt.exp: Likewise.
12859 * gdb.base/signals.exp: Likewise.
12860 * gdb.base/signull.exp: Likewise.
12861 * gdb.base/sizeof.exp: Likewise.
12862 * gdb.base/solib.exp: Likewise.
12863 * gdb.base/step-line.exp: Likewise.
12864 * gdb.base/step-test.exp: Likewise.
12865 * gdb.base/structs.exp: Likewise.
12866 * gdb.base/structs2.exp: Likewise.
12867 * gdb.base/term.exp: Likewise.
12868 * gdb.base/twice.exp: Likewise.
12869 * gdb.base/until.exp: Likewise.
12870 * gdb.base/varargs.exp: Likewise.
12871 * gdb.base/volatile.exp: Likewise.
12872 * gdb.base/watchpoint.exp: Likewise.
12873 * gdb.base/whatis-exp.exp: Likewise.
12874 * gdb.base/whatis.exp: Likewise.
12875 * gdb.cp/ambiguous.exp: Likewise.
12876 * gdb.cp/annota2.exp: Likewise.
12877 * gdb.cp/annota3.exp: Likewise.
12878 * gdb.cp/bool.exp: Likewise.
12879 * gdb.cp/breakpoint.exp: Likewise.
12880 * gdb.cp/casts.exp: Likewise.
12881 * gdb.cp/class2.exp: Likewise.
12882 * gdb.cp/classes.exp: Likewise.
12883 * gdb.cp/cplusfuncs.exp: Likewise.
12884 * gdb.cp/ctti.exp: Likewise.
12885 * gdb.cp/derivation.exp: Likewise.
12886 * gdb.cp/exception.exp: Likewise.
12887 * gdb.cp/gdb1355.exp: Likewise.
12888 * gdb.cp/hang.exp: Likewise.
12889 * gdb.cp/inherit.exp: Likewise.
12890 * gdb.cp/local.exp: Likewise.
12891 * gdb.cp/m-data.exp: Likewise.
12892 * gdb.cp/m-static.exp: Likewise.
12893 * gdb.cp/member-ptr.exp: Likewise.
12894 * gdb.cp/method.exp: Likewise.
12895 * gdb.cp/misc.exp: Likewise.
12896 * gdb.cp/namespace.exp: Likewise.
12897 * gdb.cp/overload.exp: Likewise.
12898 * gdb.cp/ovldbreak.exp: Likewise.
12899 * gdb.cp/pr-1023.exp: Likewise.
12900 * gdb.cp/pr-1210.exp: Likewise.
12901 * gdb.cp/pr-574.exp: Likewise.
12902 * gdb.cp/printmethod.exp: Likewise.
12903 * gdb.cp/psmang.exp: Likewise.
12904 * gdb.cp/ref-params.exp: Likewise.
12905 * gdb.cp/ref-types.exp: Likewise.
12906 * gdb.cp/rtti.exp: Likewise.
12907 * gdb.cp/templates.exp: Likewise.
12908 * gdb.cp/try_catch.exp: Likewise.
12909 * gdb.cp/userdef.exp: Likewise.
12910 * gdb.cp/virtfunc.exp: Likewise.
12911 * gdb.disasm/am33.exp: Likewise.
12912 * gdb.disasm/h8300s.exp: Likewise.
12913 * gdb.disasm/mn10300.exp: Likewise.
12914 * gdb.disasm/sh3.exp: Likewise.
12915 * gdb.disasm/t01_mov.exp: Likewise.
12916 * gdb.disasm/t02_mova.exp: Likewise.
12917 * gdb.disasm/t03_add.exp: Likewise.
12918 * gdb.disasm/t04_sub.exp: Likewise.
12919 * gdb.disasm/t05_cmp.exp: Likewise.
12920 * gdb.disasm/t06_ari2.exp: Likewise.
12921 * gdb.disasm/t07_ari3.exp: Likewise.
12922 * gdb.disasm/t08_or.exp: Likewise.
12923 * gdb.disasm/t09_xor.exp: Likewise.
12924 * gdb.disasm/t10_and.exp: Likewise.
12925 * gdb.disasm/t11_logs.exp: Likewise.
12926 * gdb.disasm/t12_bit.exp: Likewise.
12927 * gdb.disasm/t13_otr.exp: Likewise.
12928 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
12929 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
12930 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12931 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
12932 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
12933 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
12934 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
12935 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
12936 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
12937 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
12938 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
12939 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
12940 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
12941 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
12942 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
12943 * gdb.mi/gdb701.exp: Likewise.
12944 * gdb.mi/gdb792.exp: Likewise.
12945 * gdb.mi/mi-basics.exp: Likewise.
12946 * gdb.mi/mi-break.exp: Likewise.
12947 * gdb.mi/mi-cli.exp: Likewise.
12948 * gdb.mi/mi-console.exp: Likewise.
12949 * gdb.mi/mi-disassemble.exp: Likewise.
12950 * gdb.mi/mi-eval.exp: Likewise.
12951 * gdb.mi/mi-file.exp: Likewise.
12952 * gdb.mi/mi-read-memory.exp: Likewise.
12953 * gdb.mi/mi-regs.exp: Likewise.
12954 * gdb.mi/mi-return.exp: Likewise.
12955 * gdb.mi/mi-simplerun.exp: Likewise.
12956 * gdb.mi/mi-stack.exp: Likewise.
12957 * gdb.mi/mi-stepi.exp: Likewise.
12958 * gdb.mi/mi-syn-frame.exp: Likewise.
12959 * gdb.mi/mi-until.exp: Likewise.
12960 * gdb.mi/mi-var-block.exp: Likewise.
12961 * gdb.mi/mi-var-child.exp: Likewise.
12962 * gdb.mi/mi-var-cmd.exp: Likewise.
12963 * gdb.mi/mi-var-display.exp: Likewise.
12964 * gdb.mi/mi-watch.exp: Likewise.
12965 * gdb.mi/mi2-basics.exp: Likewise.
12966 * gdb.mi/mi2-break.exp: Likewise.
12967 * gdb.mi/mi2-cli.exp: Likewise.
12968 * gdb.mi/mi2-console.exp: Likewise.
12969 * gdb.mi/mi2-disassemble.exp: Likewise.
12970 * gdb.mi/mi2-eval.exp: Likewise.
12971 * gdb.mi/mi2-file.exp: Likewise.
12972 * gdb.mi/mi2-read-memory.exp: Likewise.
12973 * gdb.mi/mi2-regs.exp: Likewise.
12974 * gdb.mi/mi2-return.exp: Likewise.
12975 * gdb.mi/mi2-simplerun.exp: Likewise.
12976 * gdb.mi/mi2-stack.exp: Likewise.
12977 * gdb.mi/mi2-stepi.exp: Likewise.
12978 * gdb.mi/mi2-syn-frame.exp: Likewise.
12979 * gdb.mi/mi2-until.exp: Likewise.
12980 * gdb.mi/mi2-var-block.exp: Likewise.
12981 * gdb.mi/mi2-var-child.exp: Likewise.
12982 * gdb.mi/mi2-var-cmd.exp: Likewise.
12983 * gdb.mi/mi2-var-display.exp: Likewise.
12984 * gdb.mi/mi2-watch.exp: Likewise.
12985 * gdb.stabs/exclfwd.exp: Likewise.
12986 * gdb.stabs/weird.exp: Likewise.
12987 * gdb.threads/gcore-thread.exp: Likewise.
12988 * gdb.trace/actions.exp: Likewise.
12989 * gdb.trace/backtrace.exp: Likewise.
12990 * gdb.trace/circ.exp: Likewise.
12991 * gdb.trace/collection.exp: Likewise.
12992 * gdb.trace/deltrace.exp: Likewise.
12993 * gdb.trace/infotrace.exp: Likewise.
12994 * gdb.trace/limits.exp: Likewise.
12995 * gdb.trace/packetlen.exp: Likewise.
12996 * gdb.trace/passc-dyn.exp: Likewise.
12997 * gdb.trace/passcount.exp: Likewise.
12998 * gdb.trace/report.exp: Likewise.
12999 * gdb.trace/save-trace.exp: Likewise.
13000 * gdb.trace/tfind.exp: Likewise.
13001 * gdb.trace/tracecmd.exp: Likewise.
13002 * gdb.trace/while-dyn.exp: Likewise.
13003 * gdb.trace/while-stepping.exp: Likewise.
13004
13005 2006-08-08 Joel Brobecker <brobecker@adacore.com>
13006
13007 * gdb.base/step-bt.c: New file.
13008 * gdb.base/step-bt.exp: New testcase.
13009
13010 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
13011
13012 * config/monitor.exp (gdb_load): Remove support for obsolete
13013 download-write-size.
13014 * gdb.base/remote.exp: Likewise. Update all callers of
13015 gdb_timed_load.
13016
13017 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
13018
13019 * cursal.exp: Pass binfile to gdb_load.
13020
13021 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
13022
13023 * gdb.base/cursal.exp: Add "" to gdb_load call.
13024
13025 2006-07-29 Mark Kettenis <kettenis@gnu.org>
13026
13027 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
13028 NetBSD/ELF targets.
13029
13030 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
13031
13032 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
13033 operator*.
13034
13035 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
13036
13037 * gdb.base/completion.exp: Update for change in "file" behavior.
13038 * gdb.stabs/weird.exp: Likewise.
13039 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
13040 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
13041
13042 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
13043
13044 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
13045 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
13046
13047 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
13048
13049 * gdb.base/default.exp: Update source command error message.
13050 * gdb.base/help.exp: Update 'help source' message.
13051
13052 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
13053
13054 * gdb.cp/bs15503.exp: Update comment for no longer crashing
13055 test.
13056
13057 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
13058
13059 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
13060
13061 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13062
13063 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
13064
13065 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13066
13067 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
13068
13069 2006-07-17 Mark Kettenis <kettenis@gnu.org>
13070
13071 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
13072 *-*-openbsd* from targets for wich we expect ARM FPA floating
13073 point format.
13074
13075 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * gdb.cp/annota3.exp: Expect frame-begin annotation.
13078
13079 2006-07-17 Mark Kettenis <kettenis@gnu.org>
13080
13081 * gdb.base/annota3.exp: Expect frame-begin annotation.
13082
13083 2006-07-14 Joel Brobecker <brobecker@adacore.com>
13084
13085 * gdb.base/help.exp: Adjust "help unset" test to accept
13086 any list of unset commands.
13087
13088 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
13089 Daniel Jacobowitz <dan@codesourcery.com>
13090
13091 * gdb.cp/ref-params.exp: New test.
13092 * gdb.cp/ref-params.cc: New source file.
13093 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13094
13095 2006-07-08 Mark Kettenis <kettenis@gnu.org>
13096
13097 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13098 spaces/tabs in regular expressions since they might not be there.
13099
13100 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
13101
13102 * gdb.base/ifelse.exp: New file.
13103
13104 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
13105
13106 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13107 line.
13108 * gdb.base/huge.exp: Loop over compilation to find a size that
13109 is acceptable.
13110 * gdb.base/remote.exp: Correct expected strings.
13111 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13112
13113 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13114
13115 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13116
13117 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13118
13119 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
13120 native.
13121
13122 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13123
13124 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13125 enable stabs testing.
13126
13127 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13128
13129 * gdb.base/auxv.exp: Intercept undefined command messages before
13130 gdb_test_multiple does.
13131
13132 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13133
13134 * Makefile.in (host_alias): Remove.
13135 (target_alias): Use @target_noncanonical@.
13136 (site.exp): Don't set host_alias.
13137 * aclocal.m4: Remove contents. Include acx.m4.
13138 * configure: Regenerated.
13139 * configure.ac: Use ACX_NONCANONICAL_TARGET.
13140
13141 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
13142
13143 * lib/gdb.exp (gdb_load_cmd): New.
13144
13145 * gdb.base/fileio.c: Add system(NULL) test.
13146 * gdb.base/fileio.exp: Check it.
13147
13148 * gdb.base/break.c: Add 10a breakpoint at }
13149 * gdb.base/break.exp: Add test for breakpoint at }
13150 * gdb.cp/anon-union.cc: Add code at end of function.
13151 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13152 * gdb.mi/var-cmd.c: Add code at end of function.
13153 * gdb.mi/mi-var-display.exp: Adjust end of next.
13154 * gdb.mi/mi2-var-display.exp: Likewise.
13155 * gdb.base/fileio.c: Add stop function and insert calls at
13156 stopping places.
13157 * gdb.base/fileio.exp: Breakpoint stop function and remove
13158 explicit line number references.
13159
13160 2006-05-19 Joel Brobecker <brobecker@adacore.com>
13161
13162 * gdb.base/del.exp (test_delete_alias): New function.
13163 Now check that both "del" and "d" work as aliases for "delete".
13164
13165 2006-05-18 Fred Fish <fnf@specifix.com>
13166
13167 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13168 required. Check for spurious output after program exits normally.
13169
13170 2006-05-17 Fred Fish <fnf@specifix.com>
13171
13172 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13173 gdb_load, so it works in the simulator.
13174
13175 2006-05-11 Fred Fish <fnf@specifix.com>
13176
13177 * gdb.base/bang.exp: Ignore unexpected output between the
13178 "program exited normally" and the gdb prompt, as many other
13179 tests do.
13180
13181 2006-05-07 Mark Kettenis <kettenis@gnu.org>
13182
13183 * gdb.base/help.exp: Make "delete checkpoint" part option for
13184 "help d" and "help delete" tests.
13185
13186 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13187
13188 * gdb.mi/mi-basics.exp: Add missing serial number to
13189 expected output in some mi_gdb_test statements.
13190 * gdb.mi/mi2-basics.exp: Likewise.
13191
13192 2006-05-05 Joel Brobecker <brobecker@adacore.com>
13193
13194 * gdb.base/del.c: New file.
13195 * gdb.base/del.exp: New testcase.
13196
13197 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
13198
13199 * gdb.base/break.exp: Do not assume a breakpoint on
13200 main will actually be in $srcfile when optimizing.
13201 * gdb.base/savedregs.exp: Do not require that the dummy
13202 frame location match up to a symbol and source file location.
13203 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13204 will get printed without a mi_cmd_data_list_register_values prefix.
13205 (*-data-list-register-*): Correct regular expressions to expect the new
13206 pseudo d? floating point registers.
13207 * gdb.mi/mi2-regs.exp: Likewise.
13208
13209 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
13210
13211 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13212 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13213 is allocated by the compiler.
13214 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13215 anons, e, anone to force their allocation by the compiler.
13216
13217 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
13218
13219 * gdb.base/help.exp: Update expected text for help d and
13220 help delete.
13221
13222 2006-05-02 Mark Kettenis <kettenis@gnu.org>
13223
13224 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13225 NetBSD/ELF targets.
13226
13227 2006-04-30 Mark Kettenis <kettenis@gnu.org>
13228
13229 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13230 single-step breakpoint fails; make this a KFAIL on
13231 sparc*-*-openbsd*.
13232 * gdb.base/siginfo.exp: Likewise.
13233 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13234
13235 2006-04-26 Michael Snyder <msnyder@redhat.com>
13236
13237 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13238 which may have to consume output from other forks.
13239 Add tests to make sure that "delete fork" succeeded.
13240
13241 2006-04-20 Michael Snyder <msnyder@redhat.com>
13242
13243 * 2006-03-22 Jim Blandy <jimb@redhat.com>
13244 Add support for the Renesas M32C and M16C.
13245
13246 * gdb.asm/asm-source.exp: Add m32c target.
13247 * gdb.asm/m32c.inc: Support for m32c target.
13248
13249 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
13250
13251 * gdb.base/commands.exp (recursive_source_test): New test.
13252
13253 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
13254
13255 * gdb.base/float.exp: Add pattern for sparc targets.
13256
13257 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13258
13259 * gdb.base/commands.exp (stray_arg0_test): New test.
13260
13261 2006-03-30 Paul Brook <paul@codesourcery.com>
13262
13263 * gdb.mi/mi-until.exp: kfail broken until command.
13264 * gdb.mi/mi2-until.exp: Ditto.
13265
13266 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13267
13268 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13269
13270 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
13271
13272 * gdb.base/prelink.exp: Anchor tested-for regular expression
13273 on gdb prompt.
13274
13275 2006-03-07 Paul Brook <paul@codesourcery.com>
13276
13277 * gdb.base/assign.exp: Correct fail message.
13278
13279 2006-03-07 Paul Brook <paul@codesourcery.com>
13280
13281 * lib/compiler.c: Extract armcc version number.
13282 * lib/compiler.cc: Ditto.
13283
13284 2006-03-07 Paul Brook <paul@codesourcery.com>
13285
13286 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13287 additional_flags=-w.
13288 * gdb.arch/altivec-regs.exp: Ditto.
13289 * gdb.arch/e500-abi.exp: Ditto.
13290 * gdb.arch/e500-regs.exp: Ditto.
13291 * gdb.base/all-bin.exp: Ditto.
13292 * gdb.base/annota1.exp: Ditto.
13293 * gdb.base/annota3.exp: Ditto.
13294 * gdb.base/args.exp: Ditto.
13295 * gdb.base/arithmet.exp: Ditto.
13296 * gdb.base/assign.exp: Ditto.
13297 * gdb.base/async.exp: Ditto.
13298 * gdb.base/bang.exp: Ditto.
13299 * gdb.base/break.exp: Ditto.
13300 * gdb.base/call-rt-st.exp: Ditto.
13301 * gdb.base/completion.exp: Ditto.
13302 * gdb.base/cond-expr.exp: Ditto.
13303 * gdb.base/condbreak.exp: Ditto.
13304 * gdb.base/consecutive.exp: Ditto.
13305 * gdb.base/define.exp: Ditto.
13306 * gdb.base/display.exp: Ditto.
13307 * gdb.base/ena-dis-br.exp: Ditto.
13308 * gdb.base/environ.exp: Ditto.
13309 * gdb.base/eval-skip.exp: Ditto.
13310 * gdb.base/info-proc.exp: Ditto.
13311 * gdb.base/jump.exp: Ditto.
13312 * gdb.base/logical.exp: Ditto.
13313 * gdb.base/long_long.exp: Ditto.
13314 * gdb.base/maint.exp: Ditto.
13315 * gdb.base/miscexprs.exp: Ditto.
13316 * gdb.base/pc-fp.exp: Ditto.
13317 * gdb.base/pointers.exp: Ditto.
13318 * gdb.base/relational.exp: Ditto.
13319 * gdb.base/reread.exp: Ditto.
13320 * gdb.base/sect-cmd.exp: Ditto.
13321 * gdb.base/sep.exp: Ditto.
13322 * gdb.base/sepdebug.exp: Ditto.
13323 * gdb.base/until.exp: Ditto.
13324 * gdb.base/whatis-exp.exp: Ditto.
13325 * gdb.cp/annota2.exp: Ditto.
13326 * gdb.cp/annota3.exp: Ditto.
13327 * gdb.trace/actions.exp: Ditto.
13328 * gdb.trace/backtrace.exp: Ditto.
13329 * gdb.trace/circ.exp: Ditto.
13330 * gdb.trace/collection.exp: Ditto.
13331 * gdb.trace/deltrace.exp: Ditto.
13332 * gdb.trace/infotrace.exp: Ditto.
13333 * gdb.trace/limits.exp: Ditto.
13334 * gdb.trace/packetlen.exp: Ditto.
13335 * gdb.trace/passc-dyn.exp: Ditto.
13336 * gdb.trace/passcount.exp: Ditto.
13337 * gdb.trace/report.exp: Ditto.
13338 * gdb.trace/save-trace.exp: Ditto.
13339 * gdb.trace/tfind.exp: Ditto.
13340 * gdb.trace/tracecmd.exp: Ditto.
13341 * gdb.trace/while-dyn.exp: Ditto.
13342 * gdb.trace/while-stepping.exp: Ditto.
13343 * lib/gdb.exp: Ditto.
13344 (gdb_compile): Handle nowarning option.
13345
13346 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
13347
13348 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13349 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
13350 Rename executable to prelinkt. Don't re-prelink if we didn't
13351 get a core file. Test prelink -u exit status to tell whether
13352 prelinking failed. Use gdb_test_multiple.
13353
13354 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13355
13356 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13357 (do_tests): Call it.
13358
13359 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
13360
13361 * gdb.base/prelink.exp: New test.
13362 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13363
13364 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
13365
13366 * gdb.fortran/derived-type.f90: New file.
13367 * gdb.fortran/derived-type.exp: New testcase.
13368
13369 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
13370
13371 * gdb.base/default.exp: Allow ';' as a directory separator.
13372
13373 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13374
13375 * gdb.base/help.exp (help add-symbol-file): Update.
13376
13377 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13378
13379 * gdb.base/help.exp (help load): Update expected results.
13380
13381 2006-02-19 Fred Fish <fnf@specifix.com>
13382
13383 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13384 specifix hex value as part of results.
13385 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
13386
13387 2006-02-16 Fred Fish <fnf@specifix.com>
13388
13389 * gdb.base/whatis.c: Define variables using typedefs char_addr,
13390 ushort_addr, and slong_addr, so the typedefs are not optimized
13391 away.
13392 * gdb.base/whatis.exp: Add tests using type name for struct type,
13393 union type, enum type, and typedef.
13394
13395 2006-02-13 Mark Kettenis <kettenis@gnu.org>
13396
13397 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13398
13399 2006-02-13 Jim Blandy <jimb@redhat.com>
13400
13401 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13402 case where it takes two "next" commands to skip past the init
13403 call.
13404
13405 2006-02-12 Fred Fish <fnf@specifix.com>
13406
13407 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13408 to handle cases where it takes two "next" commands to skip
13409 past the init call.
13410
13411 2006-02-07 Joel Brobecker <brobecker@adacore.com>
13412
13413 * gdb.ada/array_return.exp: Mark the last test as expected to fail
13414 on hppa32 targets.
13415
13416 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
13417
13418 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13419 field.
13420
13421 2006-01-29 Mark Kettenis <kettenis@gnu.org>
13422
13423 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13424
13425 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13426
13427 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13428 files.
13429
13430 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13431
13432 * gdb.cp/maint.exp: Set complaints to a positive value.
13433
13434 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13435
13436 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
13437 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
13438 function name.
13439
13440 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13441
13442 * gdb.base/checkpoint.c: Update copyright notice. Include
13443 <stdlib.h>.
13444
13445 2006-01-04 Jim Blandy <jimb@redhat.com>
13446
13447 * gdb.asm/asm-source.exp: Independently provide default values for
13448 asm-flags and debug-flags. Use 'string equal' to do the
13449 comparison, not the implicit expr's '==' operator. Remove
13450 now-unneeded assignments to asm-flags. In h8300 case, place
13451 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13452
13453 2006-01-04 Michael Snyder <msnyder@redhat.com>
13454
13455 * gdb.base/checkpoint.c: New file.
13456 * gdb.base/checkpoint.exp: New file.
13457 * gdb.base/multi-fork.c: New file.
13458 * gdb.base/multi-fork.exp: New file.
13459 * gdb.base/pi.txt: New file (data for checkpoint.c test).
13460
13461 2006-01-04 Fred Fish <fnf@specifix.com>
13462
13463 * gdb.base/ptype.c (foo): Add typedef.
13464 (intfoo): Add function.
13465 * gdb.base/ptype1.c: New file.
13466 * gdb.base/ptype.exp: Handle compilation and linking with two
13467 source files. Test that proper type for "foo" is found based
13468 on source context rather than first match found in symtabs.
13469
13470 2005-12-28 Mark Kettenis <kettenis@gnu.org>
13471
13472 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13473 * gdb.asm/openbsd.inc: Indent commands.
13474
13475 2005-12-26 Mark Kettenis <kettenis@gnu.org>
13476
13477 * gdb.base/freebpcmd.exp: Increase timeout.
13478
13479 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13480
13481 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
13482
13483 * gdb.base/default.exp: Update check for "show version".
13484
13485 2005-12-09 Randolph Chung <tausq@debian.org>
13486
13487 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13488 * gdb.asm/pa64.inc: New file.
13489
13490 2005-12-09 Randolph Chung <tausq@debian.org>
13491
13492 * gdb.asm/common.inc: Indent commands.
13493 * gdb.asm/asmsrc1.s: Likewise.
13494 * gdb.asm/asmsrc2.s: Likewise.
13495
13496 2005-12-09 Randolph Chung <tausq@debian.org>
13497
13498 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13499 (get_addr_of_sym): Remove duplicate print.
13500 (gen_core): xfail hppa*-*-hpux*, update expected output.
13501 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13502 * gdb.arch/pa64-nullify.s: New file.
13503
13504 2005-12-09 Randolph Chung <tausq@debian.org>
13505
13506 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13507
13508 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
13509
13510 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13511 code generation for these functions.
13512 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13513 error message.
13514
13515 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
13516
13517 * gdb.base/help.exp (help b, help br, help bre, help brea)
13518 (help break): Update the expected message.
13519
13520 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
13521
13522 * gdb.asm/m68hc11.inc: Setup the data section.
13523 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13524 script for this test.
13525 (m6812-*-*): Likewise.
13526
13527 2005-11-09 Randolph Chung <tausq@debian.org>
13528
13529 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13530
13531 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
13532
13533 * gdb.base/break.exp: Fix a comment typo.
13534
13535 2005-11-03 Jim Blandy <jimb@redhat.com>
13536
13537 Checked in by Elena Zannoni <ezannoni@redhat.com>
13538
13539 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
13540
13541 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
13542
13543 * gdb.arch/gdb1558.c: Include stdio.h.
13544
13545 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13546
13547 * gdb.asm/asm-source.exp: Use -e instead of --entry.
13548
13549 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13550
13551 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13552
13553 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
13554
13555 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13556 vscr" tests to better match output.
13557
13558 2005-10-12 Jim Blandy <jimb@redhat.com>
13559
13560 * gdb.base/structs.exp (any): New function.
13561 (test_struct_returns): Don't make any assumptions at all about
13562 what value the function returns when GDB can't set the return
13563 value.
13564
13565 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13566
13567 * gdb.ada/arrayidx/p.adb: New file.
13568 * gdb.ada/arrayidx.exp: New testcase
13569
13570 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13571
13572 * gdb.ada/array_return/pck.ads: New file.
13573 * gdb.ada/array_return/pck.adb: New file.
13574 * gdb.ada/array_return/p.adb: New file.
13575 * gdb.ada/array_return.exp: New testcase.
13576
13577 2005-10-03 Joel Brobecker <brobecker@adacore.com>
13578
13579 * gdb.base/arrayidx.c: New file.
13580 * gdb.base/arrayidx.exp: New testcase.
13581
13582 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
13583
13584 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13585 frames-invalid and breakpoints-invalid are no longer generated
13586 with level 3 so don't expect them in the output.
13587
13588 2005-09-27 Bob Rossi <bob@brasko.net>
13589
13590 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
13591 from test. Escape the | in mi_gdb_test call.
13592 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13593 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13594 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13595 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13596 expected regex's in mi_gdb_test calls.
13597 * lib/mi-support.exp: Remove arbitrary .* from tests.
13598 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13599 Fully anchor GDB/MI expected results in mi_gdb_test.
13600 * lib/gdb.exp (string_to_regexp): Escape the ] character.
13601 * gdb.base/sizeof.exp: Remove escape character. Correct test.
13602
13603 2005-09-26 Paul Brook <paul@codesourcery.com>
13604
13605 * long_long.exp: Exclude eabi targets from arm FPA float format test.
13606
13607 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13608
13609 * bfp-test.c: New file.
13610 * bfp-test.exp: New testcase.
13611
13612 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13613
13614 * gdb.fortran/subarray.exp: New testcase to test the evaluation
13615 of subarray and substring variable.
13616 * gdb.fortran/subarray.f: New source file for the test of subarray
13617 and substring variable evaluation.
13618 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13619 of string constant.
13620
13621 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
13622
13623 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13624 copyright dates.
13625
13626 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
13627
13628 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13629 powerpc altivec' test with an almost identical 'info vector' test.
13630
13631 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13632
13633 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13634 vscr" tests to match output.
13635
13636 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13637
13638 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13639 output.
13640
13641 2005-09-11 Bob Rossi <bob@brasko.net>
13642
13643 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13644 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13645 commands that return an MI output command and an asyncronous MI output
13646 command.
13647 * gdb.mi/mi-console.exp: Ditto.
13648
13649 2005-09-11 Bob Rossi <bob@brasko.net>
13650
13651 * gdb.mi/mi-var-child.c: Include <string.h>.
13652
13653 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
13654
13655 * killed.exp: Correct gdb_expect syntax.
13656
13657 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
13658
13659 * lib/mi-support.exp (mi_gdb_load): Fix typo.
13660
13661 2005-08-02 Bob Rossi <bob@brasko.net>
13662
13663 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13664 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13665 Change tests to inferior-tty-set/show.
13666 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13667 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13668 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13669 inferior. Use mi_gdb_test to get GDB and Inferior output.
13670 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13671 descriptor.
13672 (mi_inferior_tty_name): Add inferior PTY file name.
13673 (mi_gdb_start): Add INFERIOR_PTY parameter.
13674 (mi_gdb_test): Add IPATTERN parameter.
13675
13676 2005-08-02 Bob Rossi <bob@brasko.net>
13677
13678 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13679 parameter to mi_gdb_test.
13680 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13681
13682 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13683
13684 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13685 struct_declarations.
13686 * gdb.mi/mi-var-child.exp: Step over the initialization of
13687 struct_declarations.
13688
13689 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13690
13691 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13692 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13693 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13694 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13695 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13696 file.
13697
13698 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
13699
13700 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13701 (do_children_tests): Assign values to the extra elements.
13702
13703 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13704 them for tests for "-var-update --no-values" and
13705 "-var-update --all-values".
13706 Add test for "-var-list-children --simple-values".
13707
13708 * gdb.mi/basics.c (callee4): Add integer array D[3]...
13709
13710 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13711 "-stack-list-locals --simple-values" Improve doc strings and
13712 comments.
13713
13714 2005-07-18 Mark Kettenis <kettenis@gnu.org>
13715
13716 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13717 *-*-openbsd*.
13718 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13719
13720 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13721 sigaltsatck'.
13722
13723 2005-07-14 Bob Rossi <bob@brasko.net>
13724
13725 * gdb.base/default.exp (tty): Changed output of command.
13726 * gdb.base/help.exp (help tty): Ditto.
13727
13728 2005-07-12 Mark Kettenis <kettenis@gnu.org>
13729
13730 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13731
13732 2005-07-10 Mark Kettenis <kettenis@gnu.org>
13733
13734 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13735 -stack-select-frame without arguments.
13736 (test_stack_frame_listing): Add test for newly implemented command
13737 -stack-info-frame.
13738
13739 2005-07-06 Bob Rossi <bob@brasko.net>
13740
13741 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13742 command.
13743 (Copyright): Update copyright.
13744
13745 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13746
13747 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13748 tests to evaluate exponentiation expression.
13749
13750 2005-06-29 Andreas Schwab <schwab@suse.de>
13751
13752 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13753 main to avoid warnings.
13754
13755 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13756
13757 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
13758
13759 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13760 -stack-select-frame without arguments.
13761 (test_stack_frame_listing): Add test for newly implemented command
13762 -stack-info-frame.
13763
13764 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
13765
13766 * gdb.fortran/array-element.f: New file.
13767 * gdb.fortran/array-element.exp: New testcase.
13768
13769 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13770
13771 * gdb.base/bigcore.exp: Correct checks for systems which can
13772 not dump a large core file.
13773
13774 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13775
13776 * gdb.base/relocate.c: Add a copyright notice.
13777 (dummy): Remove.
13778 * gdb.base/relocate.exp: Test printing the values of variables
13779 from a relocatable file.
13780
13781 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13782
13783 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
13784 excess MI output after an error.
13785
13786 2005-05-29 Joel Brobecker <brobecker@adacore.com>
13787
13788 * gdb.arch/alpha-step.c: New file.
13789 * gdb.arch/alpha-step.exp: New testcase.
13790
13791 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
13792 Dennis Brueni <dennis@slickedit.com>
13793
13794 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13795 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13796 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13797 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13798 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13799 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13800 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13801
13802 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
13803 Wu Zhou <woodzltc@cn.ibm.com>
13804
13805 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
13806 IBM's xlc compiler.
13807 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13808 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13809
13810 2005-05-13 Jim Blandy <jimb@redhat.com>
13811
13812 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13813 calling gdb_suppress_entire_file.
13814 * gdb.base/charset.exp: Same.
13815 * gdb.base/call-rt-st.exp: Same.
13816
13817 2005-05-05 Bob Rossi <bob_rossi@cox.net>
13818
13819 * lib/gdb.exp (fullname_syntax): Added global regex.
13820 (fullname_syntax_POSIX): Ditto.
13821 (fullname_syntax_UNC): Ditto.
13822 (fullname_syntax_DOS_CASE): Ditto.
13823 (fullname_syntax_DOS): Ditto.
13824 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13825 fullname_syntax variable to scope and use it.
13826 (test_file_list_exec_source_files): Ditto.
13827 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13828
13829 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
13830
13831 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13832
13833 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
13834
13835 * lib/gdb.exp (skip_altivec_tests): New function, based on
13836 check_vmx_hw_available from the GCC testsuite.
13837 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13838 * lib/gdb.arch/altivec-regs.exp: Likewise.
13839
13840 2005-05-02 Jim Blandy <jimb@redhat.com>
13841
13842 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13843 calling gdb_suppress_entire_file.
13844
13845 2005-04-30 Randolph Chung <tausq@debian.org>
13846
13847 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13848 Slightly relax "sem_post" name checking.
13849
13850 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13851
13852 * gdb.base/unload.exp: Use new shared library infrastructure.
13853
13854 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13855
13856 * gdb.base/so-impl-ld.exp: Use new shared library
13857 infrastructure.
13858
13859 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
13860
13861 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13862 * gdb.asm/h8300.inc: New file.
13863
13864 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13865
13866 * gdb.base/shlib-call.exp: Change to use new shared library
13867 infrastructure.
13868
13869 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13870
13871 * gdb.base/pending.exp: Change to use new shared library
13872 infrastructure.
13873
13874 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13875
13876 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13877 use test_compiler_info instead of gcc_compiled, and update copyright.
13878
13879 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
13880
13881 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13882 shared objects being adjusted and update copyright years.
13883
13884 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
13885
13886 * ChangeLog: Correct some 2003-01-13 dates.
13887 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13888 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13889 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13890 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13891 gdb.trace/tfind.exp: Update copyright years.
13892
13893 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
13894 Daniel Jacobowitz <dan@codesourcery.com>
13895
13896 * lib/gdb.exp (gdb_compile): Handle shlib=.
13897 (gdb_compile_shlib): New function.
13898
13899 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
13900
13901 * lib/gdb.exp (test_compiler_info): Give argument a default value.
13902
13903 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13904
13905 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13906 gdb.server.
13907 * configure.ac: Likewise.
13908 * configure: Regenerated.
13909 * gdb.gdbserver/Makefile.in: Moved to...
13910 * gdb.server/Makefile.in: ... here.
13911 * gdb.gdbserver/server.c: Moved to...
13912 * gdb.server/server.c: ... here.
13913 * gdb.gdbserver/server-run.exp: Moved to...
13914 * gdb.server/server-run.exp: ... here.
13915
13916 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13917
13918 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
13919 * configure.ac: Create gdb.gdbserver/Makefile.
13920 * configure: Regenerated.
13921 * lib/gdbserver-support.exp: New file, derived from
13922 config/gdbserver.exp.
13923 * config/gdbserver.exp: Use gdbserver-support.exp.
13924 * gdb.gdbserver/Makefile.in: New file.
13925 * gdb.gdbserver/server.c: New file.
13926 * gdb.gdbserver/server-run.exp: New file.
13927
13928 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
13929
13930 * lib/gdb.exp (test_compiler_info): Return compiler_info
13931 if no arguments are given.
13932
13933 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
13934
13935 * gdb.arch/altivec-abi.exp: Check for compiler and set
13936 use altivec' flag accordingly.
13937 * gdb.arch/altivec-regs.exp: Likewise.
13938
13939 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
13940
13941 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
13942
13943 2005-03-27 Andreas Schwab <schwab@suse.de>
13944
13945 * gdb.base/bigcore.c (main): Add missing mode argument in open
13946 call.
13947
13948 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
13949
13950 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
13951 downloads.
13952 * config/gdbserver.exp (gdb_load): Likewise.
13953
13954 2005-03-14 Paul Brook <paul@codesourcery.com>
13955
13956 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
13957 targets.
13958
13959 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13960
13961 * gdb.dwarf2/dup-psym.S: New file.
13962 * gdb.dwarf2/dup-psym.exp: New testcase.
13963
13964 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13965
13966 * gdb.ada/exec_changed/first.adb: New file.
13967 * gdb.ada/exec_changed/second.adb: New file.
13968 * gdb.ada/exec_changed.exp: New testcase.
13969
13970 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
13971
13972 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13973 (A2): New class.
13974 (main): Test operator+.
13975 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
13976 breakpoint test.
13977
13978 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13979 * gdb.base/signull.exp: Disable if gdb,nosignals.
13980 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13981 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13982 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13983 * gdb.mi/mi2-console.exp: Likewise.
13984 * gdb.trace/collection.exp (run_trace_experiment): Consume the
13985 continue output at start.
13986 (gdb_collect_locals_test): Robustify regexp.
13987 * gdb.trace/passc-dyn.exp: Fix comment typo.
13988 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13989
13990 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
13991
13992 * gdb.asm/asm-source.exp: Add iq2000 case.
13993 * gdb.asm/iq2000.inc: New file.
13994
13995 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
13996
13997 * gdb.base/command.exp: Change hardcoded value to regular expression.
13998 * gdb.base/float.exp: Add powerpc to the list of targets checked.
13999
14000 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
14001
14002 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
14003 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
14004 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
14005 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
14006 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
14007
14008 2005-03-05 Mark Kettenis <kettenis@gnu.org>
14009
14010 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
14011 changes.
14012
14013 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
14014
14015 * lib/compiler.c: Add test for IBM's xlc compiler.
14016 * lib/compiler.cc: Likewise.
14017
14018 2004-02-24 Joel Brobecker <brobecker@adacore.com>
14019
14020 * gdb.ada/fixed_points.exp: Create compilation object directory
14021 before running the test.
14022 * gdb.ada/null_record.exp: Likewise.
14023 * gdb.ada/packed_array.exp: Likewise.
14024 * gdb.ada/start.exp: Likewise.
14025
14026 2005-02-15 Joel Brobecker <brobecker@adacore.com>
14027
14028 * gdb.ada/packed_array/pa.adb: New file.
14029 * gdb.ada/packed_array.exp: New testcase.
14030
14031 2005-02-10 Mark Kettenis <kettenis@gnu.org>
14032
14033 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
14034 files.
14035
14036 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
14037 on *-*-openbsd*. Correctly match whitespace in regukar
14038 expressions.
14039
14040 2005-02-10 Daniel Jacobowitz <dan@debian.org>
14041
14042 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
14043 PR exp/1821
14044 * gdb.base/gdb1821.c: New test file.
14045 * gdb.base/gdb1821.exp: New test file.
14046
14047 2005-02-09 Joel Brobecker <brobecker@adacore.com>
14048
14049 * gdb.base/start.c: New file.
14050 * gdb.base/start.exp: New testcase.
14051
14052 2005-02-09 Joel Brobecker <brobecker@adacore.com>
14053
14054 * gdb.ada/start/dummy.adb: New file.
14055 * gdb.ada/start.exp: New testcase.
14056
14057 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
14058
14059 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
14060 for printing symbols and statistics.
14061 Add test for using relative pathnames in "maint print msymbols" test.
14062 Mark "maint info sections DATA" XFAIL on Cygwin.
14063 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
14064 tests.
14065
14066 2005-02-09 Andreas Schwab <schwab@suse.de>
14067
14068 Committed by Andrew Cagney <cagney@gnu.org>
14069 * gdb.base/remotetimeout.exp: New file.
14070
14071 2005-02-07 Mark Kettenis <kettenis@gnu.org>
14072
14073 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
14074
14075 2005-02-03 Joel Brobecker <brobecker@adacore.com>
14076
14077 * gdb.ada/gnat_ada.gpr: New file.
14078 * gdb.ada/gnat_ada.gin: Delete, no longer used.
14079 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
14080 * configure.ac: No longer generate gnat_ada.gpr.
14081 * configure: Regenerate.
14082 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14083 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14084 * gdb.ada/null_record/bar.ads: Likewise.
14085 * gdb.ada/null_record/bar.adb: Likewise.
14086 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14087 * gdb.ada/null_record.exp (testdir): New variable.
14088 (testfile): executable is now in testdir subdirectory.
14089 (srcfile): Use full path to the main compilation unit.
14090 * gdb.ada/fixed_points.exp: Same changes as above.
14091
14092 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
14093
14094 * gdb.base/interp.exp: New test.
14095
14096 2005-01-24 Andrew Cagney <cagney@gnu.org>
14097
14098 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14099
14100 2005-01-19 Andrew Cagney <cagney@gnu.org>
14101
14102 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14103 configure.ac not configure.in.
14104
14105 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14106 of powerpc*-*-*.
14107 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
14108 * gdb.base/list.exp (test_list_function)
14109 (test_list_filename_and_function): Ditto.
14110 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14111
14112 2005-01-16 Andrew Cagney <cagney@gnu.org>
14113
14114 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14115
14116 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14117
14118 2005-01-14 Andrew Cagney <cagney@gnu.org>
14119
14120 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14121 * gdb.mi/mi2-var-cmd.exp: Ditto.
14122
14123 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
14124
14125 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14126
14127 2005-01-07 Andrew Cagney <cagney@gnu.org>
14128
14129 * configure.ac: Rename configure.in, require autoconf 2.59.
14130 * configure: Re-generate.
14131 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14132 * gdb.stabs/configure: Re-generate.
14133 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14134 * gdb.hp/configure: Re-generate.
14135 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14136 autoconf 2.59.
14137 * gdb.hp/gdb.objdbg/configure: Re-generate.
14138 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14139 autoconf 2.59.
14140 * gdb.hp/gdb.defects/configure: Re-generate.
14141 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14142 autoconf 2.59.
14143 * gdb.hp/gdb.compat/configure: Re-generate.
14144 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14145 autoconf 2.59.
14146 * gdb.hp/gdb.base-hp/configure: Re-generate.
14147 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14148 autoconf 2.59.
14149 * gdb.hp/gdb.aCC/configure: Re-generate.
14150
14151 2004-12-15 Jim Blandy <jimb@redhat.com>
14152
14153 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14154 under NPTL when there is debugging info available for libpthread.
14155
14156 2004-12-13 Jerome Guitton <guitton@gnat.com>
14157
14158 * gdb.ada/fixed_points.c: New file.
14159 * gdb.ada/fixed_points.exp: New file.
14160
14161 2004-12-03 Randolph Chung <tausq@debian.org>
14162
14163 * gdb.arch/pa-nullify.exp: New file.
14164 * gdb.arch/pa-nullify.s: New file.
14165
14166 2004-11-30 Randolph Chung <tausq@debian.org>
14167
14168 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14169 instead of "tbug". Fix regexp to work properly with gdb_test.
14170
14171 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
14172
14173 * gdb.base/bitfields2.exp: New test.
14174 * gdb.base/bitfields2.c: New file.
14175
14176 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
14177
14178 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14179
14180 2004-11-16 Randolph Chung <tausq@debian.org>
14181
14182 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14183
14184 2004-11-14 Daniel Jacobowitz <dan@debian.org>
14185
14186 * gdb.threads/threadapply.exp: Correct "macro details" test.
14187
14188 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
14189
14190 * gdb.threads/threadapply.exp: New test.
14191 * gdb.threads/threadapply.c: New file.
14192
14193 2004-11-07 Mark Kettenis <kettenis@gnu.org>
14194
14195 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14196 frames.
14197
14198 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
14199
14200 * gdb.base/cursal.exp: New file.
14201 * gdb.base/cursal.c: New file.
14202
14203 2004-11-03 Andrew Cagney <cagney@gnu.org>
14204
14205 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14206
14207 2004-10-30 Mark Kettenis <kettenis@gnu.org>
14208
14209 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14210 NetBSD/ELF targets.
14211
14212 2004-10-29 Joel Brobecker <brobecker@gnat.com>
14213
14214 * gdb.threads/bp_in_thread.c: New file, copied from
14215 pthread_cond_wait.c.
14216 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14217 file, rather than reusing the .c file from another testcase.
14218
14219 2004-10-20 Joel Brobecker <brobecker@gnat.com>
14220
14221 * gdb.ada/null_record.exp: Check where we stopped after
14222 sending the start command, instead of where the associated
14223 temporary breakpoint was inserted.
14224
14225 2004-10-14 Andrew Cagney <cagney@gnu.org>
14226
14227 * gdb.mi/gdb701.c (main): Return 0.
14228
14229 2004-10-13 Daniel Jacobowitz <dan@debian.org>
14230
14231 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
14232
14233 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
14234
14235 * gdb.threads/schedlock.c: Add comment markers to use to find
14236 line numbers.
14237 * gdb.threads/schedlock.exp: Adjust regex to handle the new
14238 comments.
14239 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14240 breakpoint lines.
14241
14242 2004-10-12 Daniel Jacobowitz <dan@debian.org>
14243
14244 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14245
14246 2004-10-12 Daniel Jacobowitz <dan@debian.org>
14247
14248 * configure.in: Add gdb.dwarf2.
14249 * configure: Regenerated.
14250 * Makefile.in: Add gdb.dwarf2.
14251 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14252 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14253 gdb.dwarf2/file1.txt: New files.
14254
14255 2004-10-11 Orjan Friberg <orjanf@axis.com>
14256
14257 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
14258 of "run", since the latter doesn't work with remote targets. Adjust
14259 the breakpoint numbering accordingly.
14260 * gdb.threads/pthread_cond_wait.exp: Ditto.
14261
14262 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
14263
14264 * gdb.base/overlays.exp: Update copyright years.
14265
14266 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
14267
14268 * gdb.base/overlays.exp: Disable if target is Linux.
14269
14270 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
14271
14272 * config/gdbserver.exp (gdb_load): Use right filename on remote.
14273
14274 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
14275
14276 * gdb.asm/asm-source.exp: Add m32r-linux target.
14277 * gdb.asm/m32r-linux.inc: New file.
14278
14279 2004-09-24 Andrew Cagney <cagney@redhat.com>
14280 David Anderson <anderson@redhat.com>
14281
14282 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14283 command fails, assume things will work.
14284 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14285 (_GNU_SOURCE): Define.
14286 (print_unsigned, print_hex): Change parameter to "long long".
14287 (print_byte_count): New function, use to print byte counts.
14288 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14289 O_LARGEFILE.
14290 (main): Compute an upper bound on a corefile in max_core_size.
14291 Limit memory chunk size to max_core_size. Limit total memory
14292 allocated to max_core_size.
14293
14294 2004-09-23 Andrew Cagney <cagney@gnu.org>
14295
14296 * gdb.base/bigcore.exp: Replace the code that creates a corefile
14297 from a separate process with code that creates a corefile by
14298 making the inferior dump core.
14299
14300 2004-09-23 Mark Kettenis <kettenis@gnu.org>
14301
14302 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14303 block.
14304
14305 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
14306
14307 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14308 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
14309 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14310 Likewise.
14311
14312 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
14313
14314 * gdb.java/jprint.exp: New test case for java inferior call.
14315 * gdb.java/jprint.java: Ditto.
14316
14317 2004-09-15 Joel Brobecker <brobecker@gnat.com>
14318
14319 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14320
14321 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14322
14323 * gdb.threads/killed.c: Include <stdlib.h>.
14324 * gdb.threads/pthreads.c: Likewise.
14325
14326 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14327
14328 * gdb.threads/killed.c: Add copyright notice.
14329
14330 2004-09-10 Jason Molenda (jmolenda@apple.com)
14331
14332 * gdb.base/define.exp: Two new tests to verify zero space chars
14333 after 'if' and 'while' commands in a user-defined command is correctly
14334 parsed.
14335
14336 2004-09-08 Andrew Cagney <cagney@gnu.org>
14337
14338 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
14339 delivery test with duplicate at end of file.
14340
14341 2004-09-06 Mark Kettenis <kettenis@jive.nl>
14342
14343 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14344
14345 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14346
14347 * config/hppro.exp: Removed.
14348
14349 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14350
14351 * config/sparclet.exp: Removed.
14352
14353 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14354
14355 * config/udi.exp: Removed.
14356
14357 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
14358
14359 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14360 of "exp_continue".
14361 (advancei): Likewise.
14362
14363 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14364
14365 * gdb.base/unload.exp: Fix so messages aren't duplicated.
14366
14367 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
14368
14369 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
14370 to check for nodebug in executable.
14371 * gdb.gdb/observer.exp (setup_test): Likewise.
14372 * gdb.gdb/selftest.exp (test_with_self): Likewise.
14373 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14374
14375 2004-09-01 Andrew Cagney <cagney@gnu.org>
14376
14377 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14378 files.
14379
14380 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14381
14382 * gdb.base/unload.exp: Fix expected warning message to match
14383 latest format.
14384
14385 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
14386
14387 * gdb.base/call-rt-st.exp: Fix typos.
14388
14389 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
14390
14391 * gdb.threads/thread_check.exp: New testcase.
14392 * gdb.threads/thread_check.c: New testcase.
14393
14394 2004-08-31 Andrew Cagney <cagney@gnu.org>
14395
14396 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14397 (skip_to_handler_entry): New procedures. Test stepping into a
14398 handler when the breakpoint is at the handler's entry point.
14399
14400 2004-08-30 Andrew Cagney <cagney@gnu.org>
14401
14402 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14403 gdb/1757.
14404
14405 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14406
14407 With code from Manoj Iyer <manjo@austin.ibm.com>:
14408 * lib/gdb.exp (gdb_file_cmd): Return more information in the
14409 return value. Add an arm for "no debugging symbols found".
14410 Change a stray "error" to "perror".
14411 (gdb_run_cmd): Adapt to new return value.
14412 * gdb.base/remote.exp: Adapt to new return value.
14413 * gdb.gdb/complaints.exp: Likewise.
14414 * gdb.gdb/observer.exp: Likewise.
14415 * gdb.gdb/selftest.exp: Likewise.
14416 * gdb.gdb/xfullpath.exp: Likewise.
14417
14418 2004-08-27 Joel Brobecker <brobecker@gnat.com>
14419
14420 * gdb.threads/bp_in_thread.exp: New testcase.
14421
14422 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14423
14424 Fix PR testsuite/1735.
14425 * gdb.threads/schedlock.c (thread_function): Add a cast
14426 to suppress a gcc warning.
14427 * gdb.threads/thread-specific.c (thread_function): Likewise.
14428
14429 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14430
14431 * gdb.base/unload.c: Include <stdlib.h>.
14432
14433 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14434
14435 From Paul Gilliam <pgilliam@us.ibm.com>:
14436 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14437 synchronized after the "return".
14438
14439 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14440
14441 * gdb.mi/basics.c: Include <stdio.h>.
14442 * gdb.mi/pthreads.c: Include <stdlib.h>.
14443 * gdb.mi/var-cmd.c: Include <stdlib.h>.
14444
14445 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14446
14447 * gdb.threads/schedlock.c: Add copyright notice.
14448
14449 2004-08-25 Andrew Cagney <cagney@gnu.org>
14450
14451 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14452 (skip_over_handler, breakpoint_over_hander): New test procedures.
14453 (advance, advancei): Add a proper prefix, do not use
14454 rerun_to_main.
14455 * gdb.base/sigstep.c (main): Change to use an infinite loop.
14456
14457 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
14458
14459 * gdb.mi/basics.c: Add copyright notice.
14460 * gdb.mi/var-cmd.c: Add copyright notice.
14461
14462 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14463
14464 * lib/gdb.exp: Remove signed_keyword_not_used.
14465 * lib/compiler.c: Likewise.
14466 * lib/compiler.cc: Likewise.
14467
14468 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14469
14470 * gdb.base/whatis.c: Remove conditional disabling of "signed".
14471 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14472
14473 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14474
14475 * gdb.base/whatis.c: Add copyright notice.
14476
14477 2004-08-20 Mark Kettenis <kettenis@gnu.org>
14478
14479 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
14480 it to skip the breakpoints encoded in the inline assembly.
14481
14482 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14483
14484 * Makefile.in: Add gdb.fortran.
14485
14486 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14487
14488 * gdb.base/call-sc.exp (test_scalar_returns):
14489 Fix cut-and-paste glitch in "Make fun return now".
14490
14491 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14492
14493 * configure.in: Add gdb.fortran.
14494 * configure: Regenerate.
14495 * gdb.fortran/Makefile.in: New file.
14496 * lib/gdb.exp (skip_fortran_tests): New procedure.
14497
14498 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14499
14500 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
14501 reference to bug-gnu@prep.ai.mit.edu.
14502 * gdb.mi/mi-var-child.exp: Likewise.
14503 * gdb.mi/mi-var-cmd.exp: Likewise.
14504 * gdb.mi/mi-var-display.exp: Likewise.
14505 * gdb.mi/mi2-var-block.exp: Likewise.
14506 * gdb.mi/mi2-var-child.exp: Likewise.
14507 * gdb.mi/mi2-var-cmd.exp: Likewise.
14508 * gdb.mi/mi2-var-display.exp: Likewise.
14509
14510 2004-08-15 Mark Kettenis <kettenis@gnu.org>
14511
14512 * gdb.base/unload.c (main): Make local variable msg const.
14513
14514 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14515
14516 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
14517 to bug-gnu@prep.ai.mit.edu.
14518 * gdb.mi/mi-disassemble.exp: Likewise.
14519 * gdb.mi/mi-eval.exp: Likewise.
14520 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
14521 default line number.
14522 * gdb.mi/mi-return.exp: Likewise.
14523 * gdb.mi/mi-simplerun.exp: Likewise.
14524 * gdb.mi/mi-stack.exp: Likewise.
14525 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
14526 number with explicit range test.
14527 * gdb.mi/mi-watch.exp: Likewise.
14528 * gdb.mi/mi2-break.exp: Likewise.
14529 * gdb.mi/mi2-cli.exp: Likewise.
14530 * gdb.mi/mi2-disassemble.exp: Likewise.
14531 * gdb.mi/mi2-eval.exp: Likewise.
14532 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
14533 default line number.
14534 * gdb.mi/mi2-return.exp: Likewise.
14535 * gdb.mi/mi2-simplerun.exp: Likewise.
14536 * gdb.mi/mi2-stack.exp: Likewise.
14537 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
14538 number with explicit range test.
14539 * gdb.mi/mi2-watch.exp: Likewise.
14540
14541 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14542
14543 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14544 * gdb.cp/m-static.exp: Likewise.
14545 * gdb.cp/rtti.exp: Likewise.
14546
14547 2004-08-14 Mark Kettenis <kettenis@gnu.org>
14548
14549 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14550
14551 2004-08-14 Eli Zaretskii <eliz@gnu.org>
14552
14553 * ChangeLog: Prefix Local Variables with semi-colons and indent
14554 the reference to older ChangeLog files, to fix fontification in
14555 Emacs.
14556
14557 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14558
14559 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14560 * gdb.mi/mi2-break.exp: Likewise.
14561
14562 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14563
14564 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14565
14566 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14567
14568 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14569
14570 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14571
14572 * gdb.cp/classes.exp: Remove unused declarations. Just let
14573 test names default instead of providing special names. Remove
14574 extraneous demangler test.
14575
14576 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
14577
14578 * gdb.base/unload.exp: New test for breakpoints in dynamically
14579 loaded libraries.
14580 * gdb.base/unload.c: Ditto.
14581 * gdb.base/unloadshr.c: Ditto.
14582
14583 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
14584
14585 * gdb.cp/classes.exp (test_ptype_class_objects): Call
14586 cp_test_ptype_class.
14587 (test_enums): Likewise.
14588
14589 2004-08-10 Andrew Cagney <cagney@gnu.org>
14590
14591 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14592 files.
14593
14594 2004-08-10 Andrew Cagney <cagney@gnu.org>
14595
14596 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14597 init_malloc call.
14598
14599 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
14600
14601 * ChangeLog: Add copyright notice. The notice is copied
14602 from emacs 21.3 top level ChangeLog.
14603
14604 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14605
14606 * lib/cp-support.exp: New file.
14607 * lib/cp-support.exp (cp_test_type_class): New function.
14608 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14609 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14610 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14611 cp_test_ptype_class.
14612
14613 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14614
14615 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14616 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14617 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14618 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14619 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14620 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14621 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14622 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14623 gdb.mi/mi2-watch.exp: Update copyright years.
14624
14625 2004-08-09 Mark Kettenis <kettenis@gnu.org>
14626
14627 * gdb.base/sigaltstack.exp: Provide proper anchoring.
14628
14629 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14630
14631 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14632 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14633 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14634 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14635 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14636 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14637 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14638 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14639 gdb.mi/mi-watch.exp: Update copyright years.
14640
14641 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14642
14643 PR gdb/1738
14644 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14645 from a breakpoint with a pending signal.
14646
14647 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14648
14649 PR gdb/1736
14650 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14651 * gdb.base/sigaltstack.exp (finish_test): Consume output until
14652 the prompt.
14653 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14654
14655 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14656
14657 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14658
14659 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14660
14661 PR gdb/1736
14662 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
14663 for i?86-*-linux*.
14664
14665 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14666
14667 * gdb.arch/i386-prologue.exp: Compile without debug information.
14668
14669 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
14670
14671 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14672 rather than asking gdb to search.
14673
14674 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14675
14676 * gdb.base/gcore.c: Include <string.h>.
14677
14678 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14679
14680 * gdb.base/gcore.c: Add copyright notice.
14681
14682 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14683
14684 * gdb.base/freebpcmd.c: Include <stdio.h>.
14685 * gdb.base/long_long.c: Include <string.h>.
14686 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14687 * gdb.base/siginfo.c: Include <string.h>.
14688 * gdb.base/sigstep.c: Include <string.h>.
14689
14690 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14691
14692 * gdb.base/complex.c: Include <stdlib.h>.
14693
14694 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14695
14696 * gdb.base/complex.c: Add copyright notice.
14697
14698 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14699
14700 * gdb.base/charset.c: Include <stdlib.h>.
14701
14702 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14703
14704 * gdb.base/auxv.c: Include <stdlib.h>.
14705
14706 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14707
14708 * gdb.base/auxv.c: Add copyright notice.
14709
14710 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14711
14712 * gdb.base/coremaker.c: Add copyright notice.
14713 * gdb.base/coremaker2.c: Add copyright notice.
14714
14715 2004-08-04 Andrew Cagney <cagney@gnu.org>
14716
14717 * gdb.base/store.exp: Update copyright.
14718 (check_set, up_set, check_struct, up_struct): Add a prefix to test
14719 names, do not import gdb_prompt.
14720
14721 2004-08-01 Andrew Cagney <cagney@gnu.org>
14722
14723 Fix PR testsuite/1729.
14724 * gdb.base/dump.exp: Add test name to callers of capture_value, do
14725 not use capture_value with value 4.
14726 (capture_value): Add optional test name parameter.
14727 (test_reload_saved_value, test_restore_saved_value): Use $msg as
14728 the prefix, pass to capture_value.
14729
14730 2004-08-01 Mark Kettenis <kettenis@gnu.org>
14731
14732 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14733 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14734 (main): Call new function.
14735
14736 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14737
14738 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14739
14740 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14741
14742 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14743
14744 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14745
14746 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
14747 Accept more values of vtbl pointer. Remove some messages
14748 about "obsolete gcc or gdb".
14749
14750 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14751
14752 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14753
14754 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14755
14756 * gdb.base/asm-source.exp: Properly convert target board
14757 debug flags from gcc format to binutils format.
14758
14759 2004-07-28 Mark Kettenis <kettenis@gnu.org>
14760
14761 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14762 gdb1718". PR backtrace/1718 partially fixed.
14763
14764 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
14765
14766 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14767
14768 2004-07-26 Nick Clifton <nickc@redhat.com>
14769
14770 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
14771 good default value for a specific architecture is available then
14772 set it to that value. Otherwise default to the -gstabs switch.
14773 Remove the -g... switches from the asm-flags variable. Allow the
14774 target board info to override the value if it wants to. Pass the
14775 switch on the assembler command line.
14776
14777 2004-07-23 Mark Kettenis <kettenis@gnu.org>
14778
14779 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
14780 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
14781 (main): Call new function.
14782
14783 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
14784
14785 Test for PR exp/1715.
14786 * gdb.base/radix.exp: Refactor common procedures. Make all
14787 test names unique. Change XFAIL to KFAIL.
14788
14789 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
14790
14791 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14792 * gdb.ada/gnat_ada.gin: ... to here.
14793 * configure.in: Use gnat_ada.gin.
14794 * configure: Regenerate.
14795
14796 2004-07-20 Andrew Cagney <cagney@gnu.org>
14797
14798 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14799 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
14800 XFAILs. Clean up test messages and comments. Check backtraces.
14801 Delete re-sync code.
14802
14803 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14804
14805 Fix PR cli/740.
14806 * gdb.base/annota1.exp: Honor gdb,nosignals.
14807 * gdb.base/annota3.exp: Likewise.
14808
14809 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14810
14811 * lib/java.exp: Update copyright notice.
14812
14813 2004-07-19 Andrew Cagney <cagney@gnu.org>
14814
14815 * gdb.base/selftest.exp: Copy file from here ...
14816 * gdb.gdb/selftest.exp: ... to here.
14817
14818 2004-07-16 Andrew Cagney <cagney@redhat.com>
14819
14820 * lib/insight-support.exp: Delete file.
14821 * lib/java.exp (java_init): Fix copyright.
14822
14823 2004-07-16 Andrew Cagney <cagney@gnu.org>
14824
14825 * gdb.base/restore.c: Append "prologue" to comments marking the a
14826 function's prologue.
14827 * gdb.base/restore.exp: Update copyright, re-indent.
14828 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
14829 callerN" prefix where needed. Update patterns that match a
14830 function's prologue.
14831
14832 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
14833
14834 * gdb.base/restore.c: Add copyright notice.
14835
14836 2004-07-16 Andrew Cagney <cagney@gnu.org>
14837
14838 * gdb.base/logical.exp: Update copyright.
14839 (evaluate): New procedure. Use to re-implement tests using
14840 several tables.
14841
14842 2004-07-14 Martin Hunt <hunt@redhat.com>
14843
14844 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14845 which fixes some problems where init.tcl was not found.
14846
14847 2004-07-13 Andrew Cagney <cagney@gnu.org>
14848
14849 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14850 (check_sizeof, check_valueof): Do not include the output in the
14851 test name. Use gdb_test.
14852 (get_valueof): Use gdb_test_multiple.
14853
14854 * gdb.base/step-test.exp: Update copyright. Use
14855 gdb_test_multiple. Ensure that test names do not include
14856 architecture dependent output.
14857
14858 * gdb.gdb/observer.exp: Update copyright.
14859 (setup_test): Use gdb_test_multiple.
14860 (attach_first_observer, attach_second_observer)
14861 (attach_third_observer, detach_first_observer)
14862 (detach_second_observer, detach_third_observer)
14863 (reset_counters, check_counters): Make $message a prefix.
14864 (test_normal_stop_notifications): Add "args" parameter - a list of
14865 init functions to be called. Make $message a prefix,
14866 (test_observer_normal_stop): Change the message prefixes so that
14867 they are unique, pass the attach / detach procedures to
14868 test_normal_stop_notifications.
14869
14870 * gdb.base/signull.exp (test_segv): Prefix all tests with
14871 "${name}". Clean up test messages.
14872
14873 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14874
14875 * gdb.base/ena-dis-br.exp: Update copyright.
14876 (break_at): New function. Replace send_gdb with gdb_test,
14877 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
14878 ignore count, not stopped at bpt", with KFAIL.
14879
14880 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
14881
14882 * gdb.base/attach.exp: Remove cleanupfile handling.
14883
14884 2004-07-12 Andrew Cagney <cagney@gnu.org>
14885
14886 * gdb.base/annota1.exp: Cleanup corefile test name.
14887 * gdb.base/annota3.exp: Ditto.
14888
14889 2004-07-12 Andrew Cagney <cagney@gnu.org>
14890
14891 * gdb.base/signals.exp: Clean up copyright, re-indent.
14892
14893 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14894 gdb_test and gdb_test_multiple.
14895
14896 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
14897
14898 * gdb.java/jmain.exp: Fix expected line number for main to
14899 break at. Set XFAIL for break at main test since gcj does not
14900 provide line number info for first statement in main.
14901
14902 2004-07-08 Andrew Cagney <cagney@gnu.org>
14903
14904 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
14905
14906 * gdb.base/sigbpt.exp: Make the common part of each test name a
14907 prefix instead of suffix.
14908
14909 2004-07-07 Bob Rossi <bob_rossi@cox.net>
14910
14911 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
14912 test from test_tbreak_creation_and_listing to
14913 test_file_list_exec_source_file
14914 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
14915 Changed name of test from test_tbreak_creation_and_listing to
14916 test_file_list_exec_source_file
14917
14918 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
14919
14920 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
14921 the jmisc() constructor instead of <init>.
14922 * gdb.java/jmisc1.exp: Ditto.
14923
14924 2004-07-07 Andrew Cagney <cagney@gnu.org>
14925
14926 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
14927 corrupting the PC.
14928
14929 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
14930
14931 * gdb.cp/templates.exp: Accept whitespace change in demangler
14932 output.
14933
14934 2004-07-06 Andrew Cagney <cagney@gnu.org>
14935
14936 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
14937
14938 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
14939
14940 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
14941 * lib/compiler.cc: Likewise.
14942
14943 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
14944
14945 * lib/compiler.cc: Work around string preprocessing problem
14946 with old hp c++ compiler.
14947 * lib/compiler.c: Likewise.
14948
14949 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
14950
14951 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
14952 directives to conditionalize symbol prefixing.
14953 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
14954 additional_flags handling. Add underscore prefix for Cygwin.
14955 * gdb.arch/i386-unwind.c: Use preprocessor directives to
14956 conditionalize symbol prefixing.
14957 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
14958 additional_flags handling. Add underscore prefix for Cygwin.
14959
14960 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
14961
14962 * gdb.base/bigcore.exp: Skip test on Cygwin.
14963
14964 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
14965
14966 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14967 formats for "info register". Use gdb_test_multiple. Fix
14968 the "invalid register" test.
14969
14970 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
14971
14972 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
14973 PID for Cygwin. Add Cygwin specific strings to check for in some
14974 tests.
14975 (do_attach_tests): Add a test for user interaction when attaching
14976 to a process with no matching symbol table already loaded.
14977
14978 2004-06-26 Andrew Cagney <cagney@gnu.org>
14979
14980 Test PR java/1567 and PR java/1565.
14981 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14982 * gdb.java/jmisc2.exp: Delete file.
14983
14984 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
14985
14986 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14987
14988 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
14989
14990 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14991 attach process.
14992
14993 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
14994
14995 * gdb.cp/pr-1553.exp: Remove.
14996
14997 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
14998
14999 * gdb.cp/pr-1553.cc: Remove.
15000 * gdb.cp/pr-1553.exp: Disable this test.
15001
15002 2004-06-20 Jim Blandy <jimb@redhat.com>
15003
15004 Fix PR testsuite/1680.
15005 * gdb.arch/i386-sse.exp: Properly quote curly braces in
15006 regular expressions.
15007
15008 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
15009
15010 Fix PR testsuite/1679.
15011 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
15012 Issue an UNSUPPORTED result instead.
15013
15014 2004-06-18 Jim Blandy <jimb@redhat.com>
15015
15016 * gdb.base/charset.exp: Only send a control-C if we see a new
15017 prompt and incomplete command.
15018
15019 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
15020
15021 * gdb.cp/pr-574.cc: Add copyright notice.
15022
15023 2004-06-17 Jim Blandy <jimb@redhat.com>
15024
15025 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
15026 cases where the regexp has no groups; this grabs random text from
15027 the previous test suite, whatever that was.
15028
15029 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
15030
15031 * gdb.cp/printmethod.cc: Add copyright notice.
15032
15033 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
15034
15035 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
15036
15037 2004-06-16 Andrew Cagney <cagney@gnu.org>
15038
15039 * gdb.base/signull.c: Update copyright. Include <string.h>.
15040 (bowler): Replace data_pointer with data_read
15041 and data_write cases. Add code_descriptor case.
15042 (zero, desc): New array and pointer.
15043 (data, code): Change to simple pointers.
15044 * gdb.base/signull.exp: Fix probe pattern matching a function
15045 descriptor SIGSEGV. Replace data_pointer with data_read and
15046 data_write tests.
15047
15048 2004-06-16 Andrew Cagney <cagney@gnu.org>
15049
15050 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
15051
15052 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15053
15054 * gdb.base/long_long.c: Add copyright notice.
15055
15056 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15057
15058 * gdb.base/long_long.exp: Remove reference to
15059 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
15060 to gdb_breakpoint and gdb_continue_to_breakpoint.
15061
15062 2004-06-14 Jim Blandy <jimb@redhat.com>
15063
15064 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
15065 endian case.
15066
15067 2004-06-14 Andrew Cagney <cagney@gnu.org>
15068
15069 * gdb.base/gcore.exp (capture_command_output): Delete the always
15070 passing tests containing inferior values.
15071 * gdb.base/ending-run.exp: Do not include the breakpoint address
15072 in the test message. Update copyright.
15073 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
15074 size in the test name, use gdb_test_multiple. Update copyright.
15075
15076 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15077
15078 * gdb.cp/ref-types.cc: Add copyright notice.
15079
15080 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15081
15082 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15083 hp_aCC_compiler.
15084 * lib/compiler.cc: Likewise.
15085 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15086 'set' commands. Log diagnostics for other lines. Set
15087 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15088
15089 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
15090
15091 * gdb.cp/try_catch.cc: Add copyright notice.
15092
15093 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
15094
15095 * gdb.cp/userdef.cc: Add copyright notice.
15096
15097 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
15098
15099 * gdb.cp/virtfunc.cc: Add copyright notice.
15100
15101 2004-06-11 Randolph Chung <tausq@debian.org>
15102
15103 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15104 problem.
15105
15106 2004-06-10 Andrew Cagney <cagney@gnu.org>
15107
15108 * lib/compiler.cc, lib/compiler.c: Append either
15109 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15110 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15111 instead of gcc-3-3.
15112
15113 2004-06-09 Andrew Cagney <cagney@gnu.org>
15114
15115 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15116 gdb/1455, bug is specific to "long long" and "double".
15117
15118 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15119 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15120 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
15121 fixed.
15122
15123 2004-06-09 Andrew Cagney <cagney@gnu.org>
15124
15125 * gdb.base/structs.exp (test_struct_returns): Replace
15126 "return_value_unknown" and "finish_value_unknown" by
15127 "return_value_known" and "finish_value_known". Instead of
15128 "return_value_unknown" iff "finish_value_unknown", check
15129 "return_value_known" implies "finish_value_known".
15130
15131 2004-06-08 Martin Hunt <hunt@redhat.com>
15132
15133 * gdb.base/float.exp: Add pattern for mips targets.
15134
15135 2004-06-08 Randolph Chung <tausq@debian.org>
15136
15137 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15138 message for unknown architectures more clear.
15139
15140 2004-06-08 Joel Brobecker <brobecker@gnat.com>
15141
15142 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15143 start the execution of the program.
15144
15145 2004-06-07 Jim Blandy <jimb@redhat.com>
15146
15147 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15148 * gdb.arch/i386-cpuid.h: New helper file.
15149
15150 2004-06-07 Randolph Chung <tausq@debian.org>
15151
15152 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15153 has started.
15154
15155 2004-06-04 Roland McGrath <roland@redhat.com>
15156
15157 Fix PR gdb/1647.
15158 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15159 differently to be robust to output buffering differences.
15160
15161 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
15162
15163 * gdb.threads/pthreads.exp: Update copyright years.
15164 (check_control_c): Change asynchronous 'after' to synchronous.
15165
15166 2004-06-04 Roland McGrath <roland@redhat.com>
15167
15168 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15169 next gdb prompt.
15170
15171 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
15172
15173 Fix PR gdb/1636.
15174 * gdb.threads/manythreads.exp: Change asynchronous 'after'
15175 calls to synchronous.
15176
15177 2004-05-26 Jim Blandy <jimb@redhat.com>
15178
15179 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15180
15181 2004-05-24 Randolph Chung <tausq@debian.org>
15182
15183 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15184 * gdb.asm/pa.inc: New file.
15185
15186 2004-05-22 Mark Kettenis <kettenis@gnu.org>
15187
15188 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15189
15190 2004-05-21 Joel Brobecker <brobecker@gnat.com>
15191 Daniel Jacobowitz <drow@mvista.com>
15192
15193 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15194 GDB prompt.
15195
15196 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15197
15198 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
15199 setjmp/longjmp. Use sigaction instead of signal.
15200
15201 2004-05-19 J. Brobecker <brobecker@gnat.com>
15202 Michael Snyder <msnyder@redhat.com>
15203
15204 * gdb.threads/pthread_cond_wait.c: New file.
15205 * gdb.threads/pthread_cond_wait.exp: New testcase.
15206
15207 2004-05-13 Andrew Cagney <cagney@redhat.com>
15208
15209 * gdb.base/signull.exp, gdb.base/signull.c: New files.
15210 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15211
15212 2004-05-11 Andrew Cagney <cagney@redhat.com>
15213
15214 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
15215 fixed but revealed gdb/1639.
15216
15217 2004-05-10 Andrew Cagney <cagney@redhat.com>
15218
15219 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15220 func1" and "next to 2nd alarm", kernel bug avoided.
15221
15222 2004-05-10 Daniel Jacobowitz <dan@debian.org>
15223
15224 PR external/1568
15225 * gdb.base/bigcore.exp: Check the size of the dumped core file.
15226 XFAIL if it is smaller than bytes_allocated.
15227 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15228 (main): Make chunks_allocated unsigned. Correct comment.
15229
15230 2004-05-07 Joel Brobecker <brobecker@gnat.com>
15231
15232 * gdb.arch/powerpc-aix-prologue.c: New file.
15233 * gdb.arch/powerpc-aix-prologue.exp: New file.
15234
15235 2004-05-07 Jim Blandy <jimb@redhat.com>
15236
15237 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15238 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15239
15240 2004-05-06 Joel Brobecker <brobecker@gnat.com>
15241
15242 * gdb.base/sep.exp: No longer setup_kfail when the program was
15243 built with dwarf2.
15244
15245 2004-05-05 Jim Ingham <jingham@apple.com>
15246
15247 * gdb.base/pending.exp: Make sure pending breakpoints
15248 preserve the ignore count.
15249
15250 2004-04-27 Jerome Guitton <guitton@gnat.com>
15251
15252 * i386-prologue.exp: Add testcase for jump instruction as first
15253 instruction of the real code.
15254 * i386-prologue.c (jump_at_beginning): New function.
15255
15256 2004-04-28 Mark Kettenis <kettenis@gnu.org>
15257
15258 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15259 x86_64-*-*.
15260
15261 2004-04-28 Mark Kettenis <kettenis@gnu.org>
15262
15263 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15264 i*86-*-*.
15265
15266 2004-04-25 Mark Kettenis <kettenis@gnu.org>
15267
15268 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15269 expression that checks the return type.
15270
15271 2004-04-23 Andrew Cagney <cagney@redhat.com>
15272
15273 * gdb.base/call-sc.exp: New test of scalar call/return values.
15274 * gdb.base/call-sc.c: Ditto.
15275
15276 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15277
15278 * gdb.threads/manythreads.c: Reduce thread stack size.
15279
15280 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
15281
15282 * gdb.threads/manythreads.c: Add copyright notice.
15283
15284 2004-04-23 Andrew Cagney <cagney@redhat.com>
15285
15286 * gdb.base/siginfo.exp: Better handle step out of signal.
15287 * gdb.base/sigstep.exp: Ditto.
15288
15289 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
15290 Daniel Jacobowitz <drow@mvista.com>
15291
15292 * gdb.threads/manythreads.c: New testcase.
15293 * gdb.threads/manythreads.exp: Ditto.
15294
15295 2004-04-22 Jim Blandy <jimb@redhat.com>
15296
15297 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15298 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15299
15300 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
15301
15302 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15303
15304 2004-04-21 Andrew Cagney <cagney@redhat.com>
15305
15306 * gdb.base/sigstep.c: New file.
15307 * gdb.base/sigstep.exp: New file.
15308
15309 2004-04-16 Joel Brobecker <brobecker@gnat.com>
15310
15311 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15312 call to observer_notify_normal_stop.
15313
15314 2004-04-15 Andrew Cagney <cagney@redhat.com>
15315
15316 * gdb.base/siginfo.c: New file.
15317 * gdb.base/siginfo.exp: New file.
15318
15319 2004-04-12 J. Brobecker <brobecker@gnat.com>
15320
15321 * gdb.base/sep.exp: Fix typo in comment.
15322
15323 2004-04-12 J. Brobecker <brobecker@gnat.com>
15324
15325 * gdb.base/sep.c: New file.
15326 * gdb.base/sep-proc.c: New file.
15327 * gdb.base/sep.exp: New testcase.
15328
15329 2004-04-09 Mark Kettenis <kettenis@gnu.org>
15330
15331 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15332 support.
15333
15334 2004-04-05 Andrew Cagney <cagney@redhat.com>
15335
15336 * gdb.base/sigaltstack.c: New file.
15337 * gdb.base/sigaltstack.exp: New file.
15338
15339 2004-04-04 Joel Brobecker <brobecker@gnat.com>
15340
15341 * gdb.base/foll-fork.exp: Update the expected output for
15342 "help set follow-fork-mode", to match a change that was made
15343 to the help of this variable on 2004-01-13.
15344
15345 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15346
15347 * lib/ada.exp: Add copyright notice.
15348 * bar.ads: Likewise.
15349 * bar.adb: Likewise.
15350 * null_record.adb: Likewise.
15351 * null_record.exp: Likewise.
15352 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15353
15354 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15355
15356 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15357 * configure: Regenerate.
15358
15359 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15360
15361 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15362 to build the application. Remove the message printed when in
15363 verbose mode, redundant with the UNSUPPORTED message above.
15364
15365 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15366
15367 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15368 * gdb.ada (null_record.exp): New testcase.
15369
15370 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15371
15372 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15373
15374 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15375
15376 * gdb.ada: New subdirectory.
15377 * gdb.ada/Makefile.in: New file.
15378 * gdb.ada/gnat_ada.gpr.in: New file.
15379
15380 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15381
15382 * lib/ada.exp: New file.
15383
15384 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
15385
15386 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15387 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15388
15389 2004-03-22 Andrew Cagney <cagney@redhat.com>
15390
15391 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15392 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15393 Problem identified by Ulrich Weigand.
15394
15395 2004-03-17 David Carlton <carlton@kealia.com>
15396
15397 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15398 PR c++/826.
15399
15400 2004-03-16 Roland McGrath <roland@redhat.com>
15401
15402 * gdb.base/auxv.exp: New file.
15403 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15404
15405 2004-03-12 David Carlton <carlton@kealia.com>
15406
15407 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
15408 * gdb.cp/pr-1553.cc: Ditto.
15409 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15410 pass branch.
15411
15412 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
15413
15414 * gdb.cp/templates.exp: Accept more template types.
15415
15416 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15417
15418 From Corinna Vinschen with modifications.
15419 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15420 local variable obj_with_enum.
15421 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15422 results with obj_with_enum.
15423
15424 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15425
15426 * gdb.cp/classes.cc: New file, copied from misc.cc.
15427 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15428
15429 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15430
15431 * gdb.cp/misc.cc: Add copyright notice.
15432
15433 2004-03-05 David Carlton <carlton@kealia.com>
15434
15435 * gdb.cp/rtti.exp: Add 'print *obj3' test.
15436 * gdb.cp/rtti.h: Update copyright.
15437 (namespace n2::n3): New.
15438 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15439 (n2::n3::func3): New.
15440 (main): Call n2::n3::func3.
15441 * gdb.cp/rtti2.cc: Update copyright.
15442 (n2::create3): New.
15443
15444 2004-03-04 Mark Kettenis <kettenis@gnu.org>
15445
15446 * gdb.asm/openbsd.inc: Fix typo.
15447
15448 2004-03-03 Fred Fish <fnf@redhat.com>
15449
15450 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15451 "val" instead of unused "size". Update copyright year.
15452
15453 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15454
15455 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
15456 to use unsigned char.
15457 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15458 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15459
15460 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15461
15462 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15463 line of output.
15464
15465 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15466
15467 * gdb.base/relocate.c (dummy): Initialize.
15468
15469 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15470
15471 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
15472 a breakpoint at exit.
15473
15474 2004-02-27 Fred Fish <fnf@redhat.com>
15475
15476 * gdb.base/chng-syms.exp: Add expect condition to match failing
15477 case that isn't a timeout.
15478
15479 2004-02-27 Andrew Cagney <cagney@redhat.com>
15480
15481 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15482 support.
15483
15484 2004-02-26 Fred Fish <fnf@redhat.com>
15485
15486 * gdb.arch/gdb1431.c: Remove.
15487 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15488 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15489 of "until" incorrectly.
15490
15491 2004-02-26 J. Brobecker <brobecker@gnat.com>
15492
15493 * gdb.cp/class2.cc (empty): New class.
15494 (refer): New function.
15495 (main): Declare an object of type empty and use it.
15496 * gdb.cp/class2.exp: Print the value of an object of type empty.
15497
15498 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
15499
15500 * gdb.base/langs.exp: Update query string to match the
15501 new nquery format used for pending breakpoints.
15502
15503 2004-02-26 Andrew Cagney <cagney@redhat.com>
15504
15505 Fix PR i18n/1570.
15506 * gdb.base/charset.c: Update copyright notice.
15507 (main, init_string): Remove the escape character '\e' tests.
15508 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15509 * gdb.base/charset.exp (valid_host_charset): Ditto.
15510 * gdb.base/setvar.exp: Ditto.
15511
15512 2004-02-24 Andrew Cagney <cagney@redhat.com>
15513
15514 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15515 mmapped data in core file" PASS and FAIL messages consistent.
15516
15517 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15518 setting a breakpoint. Work around PR java/1565.
15519
15520 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
15521
15522 * lib/gdb.exp (gdb_breakpoint): Update query string to match
15523 new nquery format.
15524 * gdb.base/pending.exp: Ditto.
15525
15526 2004-02-22 Mark Kettenis <kettenis@gnu.org>
15527
15528 * configure.in: Run stabs tests on *BSD.
15529 * configure: Regenerated.
15530
15531 2004-02-21 Mark Kettenis <kettenis@gnu.org>
15532
15533 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15534
15535 2004-02-20 Fred Fish <fnf@redhat.com>
15536
15537 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15538 blank in test for "returns short", for consistency with other
15539 "returns xxx" tests. Update copyright year.
15540
15541 2004-02-19 Fred Fish <fnf@redhat.com>
15542
15543 New testcase for PR breakpoint/1558.
15544 * gdb.arch/gdb1558.exp: New file.
15545 * gdb.arch/gdb1558.c: New file.
15546
15547 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
15548
15549 * gdb.base/nodebug.exp: Fix typo.
15550
15551 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15552
15553 Committed by Jim Blandy <jimb@redhat.com>.
15554
15555 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15556
15557 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15558
15559 * gdb.base/float.exp: Support s390*-*-* targets.
15560
15561 2004-02-17 Adam Fedor <fedor@gnu.org>
15562
15563 * gdb.base/gdb1555.exp: New file.
15564 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15565
15566 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
15567
15568 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15569
15570 2004-02-16 Fred Fish <fnf@redhat.com>
15571
15572 * gdb.arch/gdb1291.c: Remove
15573 * gdb.arch/gdb1291.s: New test input file.
15574 * gdb.arch/gdb1291.exp: Expand test to check case that should not
15575 fail. Test for correct result, known incorrect result, other
15576 failures and timeouts.
15577
15578 2004-02-16 Andrew Cagney <cagney@redhat.com>
15579
15580 * gdb.base/bigcore.exp: New file.
15581 * gdb.base/bigcore.c: New file.
15582
15583 2004-02-13 Andrew Cagney <cagney@redhat.com>
15584
15585 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15586 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15587 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15588 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15589 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15590 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15591 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15592 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15593 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15594 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15595
15596 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
15597
15598 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15599 executed is an alloc instruction.
15600
15601 2004-02-11 David Carlton <carlton@kealia.com>
15602
15603 * gdb.cp/breakpoint.exp: New.
15604 * gdb.cp/breakpoint.cc: New.
15605
15606 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
15607
15608 Partial fix for PR gdb/1543.
15609 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15610 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15611 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15612 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15613 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15614 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15615 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15616 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15617 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15618 to bug-gdb@prep.ai.mit.edu .
15619 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15620 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15621 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15622 Likewise.
15623
15624 2004-02-10 Andrew Cagney <cagney@redhat.com>
15625
15626 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15627 using gdb_internal_error_resync.
15628
15629 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
15630
15631 * gdb.threads/thread-specific.exp: Stop early if no threads are
15632 found.
15633
15634 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
15635
15636 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15637
15638 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
15639
15640 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15641 breakpoints.
15642
15643 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
15644
15645 * config/sim.exp (gdb_load): Handle $arg == "".
15646 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15647 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15648
15649 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
15650
15651 * gdb.base/maint.exp: Update test to reflect
15652 obstack changes.
15653
15654 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
15655
15656 * gdb.base/pendshr.c (pendfunc): New function that calls
15657 pendfunc1.
15658 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15659
15660 2004-02-04 Fred Fish <fnf@redhat.com>
15661
15662 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15663 function symbols and update copyright years.
15664 * gdb.arch/gdb1291.c: Ditto.
15665
15666 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15667
15668 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15669
15670 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15671
15672 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15673
15674 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15675
15676 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15677
15678 2004-02-02 Fred Fish <fnf@redhat.com>
15679
15680 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15681 remote targets. Update copyright years.
15682
15683 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15684
15685 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15686 support.
15687 * gdb.base/langs.exp: Fix test which attempts to create
15688 breakpoint on non-existent function to handle new pending
15689 support.
15690 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15691 a breakpoint.
15692 * gdb.base/pending.exp: New test.
15693 * gdb.base/pending.c: New file.
15694 * gdb.base/pendshr.c: Ditto.
15695
15696 2004-02-02 David Carlton <carlton@kealia.com>
15697
15698 * gdb.cp/overload.exp: Add overloadNamespace tests.
15699 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15700 (overloadNamespace, XXX): New.
15701 (main): Call XXX::marker2.
15702
15703 2004-02-01 Fred Fish <fnf@redhat.com>
15704
15705 * gdb.base/dump.exp: Use runto_main instead of "runto main".
15706 * gdb.base/finish.exp: Ditto.
15707 * gdb.base/gcore.exp: Ditto.
15708 * gdb.base/huge.exp: Ditto.
15709 * gdb.base/info-proc.exp: Ditto.
15710 * gdb.base/return2.exp: Ditto.
15711 * gdb.threads/gcore-thread.exp: Ditto.
15712
15713 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15714
15715 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15716
15717 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15718
15719 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15720 that opening the file succeeds on OpenBSD.
15721
15722 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15723
15724 * gdb.threads/thread-specific.c: New file.
15725 * gdb.threads/threads-specific.exp: New test script.
15726 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15727 to expect_out.
15728
15729 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15730
15731 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15732 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15733 only on the "print_small_structs from print_long_arg_list" test.
15734
15735 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15736
15737 * gdb.base/completion.exp: Kill a stray backslash.
15738
15739 From Jim Ingham <jingham@apple.com>:
15740 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15741 agrees with the result from sending a tab.
15742
15743 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
15744
15745 * gdb.base/chng-syms.exp: Remove stray newline.
15746
15747 2004-01-31 Mark Kettenis <kettenis@gnu.org>
15748
15749 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15750 *-*-openbsd*.
15751 * gdb.asm/openbsd.inc: New file.
15752
15753 2004-01-30 Mark Kettenis <kettenis@gnu.org>
15754
15755 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15756 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15757 *-*solaris2*. Remove commented out default settings for
15758 asm-flags. Replace gdb_compile with target_link.
15759
15760 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
15761
15762 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
15763 for all tests. Remove old hp-ux and cygnus xfail cases.
15764
15765 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
15766
15767 * gdb.base/chng-syms.exp: New file.
15768 * gdb.base/chng-syms.c: New file.
15769
15770 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15771
15772 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
15773 Provide arms for current output in all my configurations.
15774
15775 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15776
15777 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
15778 * lib/compiler.cc: Likewise.
15779 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
15780 get the right preprocessor. Eval the output directly. Remove
15781 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
15782 hp_f77_compiler and hp_f90_compiler completely.
15783 (gdb_preprocess): Delete.
15784 (get_compiler): Delete.
15785
15786 2004-01-24 Mark Kettenis <kettenis@gnu.org>
15787
15788 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15789 <string.h>.
15790
15791 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
15792
15793 * gdb.mi/mi-stack.exp: Update copyright.
15794
15795 2004-01-23 David Carlton <carlton@kealia.com>
15796
15797 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
15798 test for cp_lookup_transparent_type.
15799 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
15800 call them.
15801
15802 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
15803
15804 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
15805 after -var-update.
15806
15807 2004-01-23 David Carlton <carlton@kealia.com>
15808
15809 * gdb.cp/namespace.cc (C::ensureRefs): New.
15810 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15811
15812 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
15813
15814 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15815 case "-stack-list-locals 2".
15816 * gdb.mi/mi-var-child.exp: Test for case
15817 "-var-list-children --all-values NAME".
15818
15819 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
15820
15821 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15822
15823 2004-01-18 Mark Kettenis <kettenis@gnu.org>
15824
15825 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15826 used with gdb_test_multiple.
15827
15828 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15829 read at address 0. This fixes PR testsuite/1504.
15830
15831 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
15832
15833 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15834 Remove downloading, guessing the host executable, the calls to
15835 gdb_file_cmd and gdb_target_cmd, and "load" support.
15836 (infer_host_exec): New function broken out from gdb_load.
15837 (gdb_load): New wrapper for gdbserver_gdb_load.
15838 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15839 gdb_target_cmd. Use -target-select.
15840 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15841 Download binaries to the host. Clear last_mi_remote_file when
15842 we load a new binary.
15843 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
15844 call gdbserver_gdb_load and mi_gdb_target_cmd.
15845
15846 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15847
15848 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15849 type patterns.
15850
15851 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15852
15853 * gdb.cp/templates.exp: Fix typo in test name of
15854 "print Foo<volatile char*>::foo".
15855
15856 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15857
15858 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15859
15860 2004-01-16 Ben Elliston <bje@wasabisystems.com>
15861
15862 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15863 (clean mostlyclean): Remove empty rm.
15864
15865 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15866
15867 * gdb.base/setvar.exp: Add copyright years.
15868
15869 2004-01-14 David Carlton <carlton@bactrian.org>
15870
15871 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
15872 PR c++/1511 and update coment.
15873 * gdb.cp/templates.exp: Update patterns to match current output.
15874 If changes involve something other than whitespace, KFAIL
15875 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15876
15877 2004-01-14 David Carlton <carlton@kealia.com>
15878
15879 * gdb.cp/namespace.exp: Add tests involving classes defined within
15880 namespaces.
15881 * gdb.cp/namespace.cc (C::CClass): New.
15882 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15883
15884 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
15885
15886 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15887 what debug info we have. Print a better message if something goes
15888 wrong while producing the separate debug info file.
15889
15890 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15891
15892 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15893
15894 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15895
15896 * gdb.base/callfuncs.c: Add copyright notice.
15897
15898 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
15899
15900 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15901 inheritance. PR gdb/1498, PR gcc/13539.
15902
15903 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
15904
15905 * gdb.threads/gcore-thread.exp: Prefix name of binary with
15906 test specific name.
15907 * gdb.mi/gdb669.exp: Ditto.
15908 * gdb.mi/mi-pthreads.exp: Ditto.
15909 * gdb.mi/mi1-pthreads.exp: Ditto.
15910 * gdb.mi/mi2-pthreads.exp: Ditto.
15911
15912 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15913
15914 * gdb.cp/member-ptr.cc: Add copyright notice.
15915
15916 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15917
15918 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
15919 some patterns for recent versions of gcc and hpacc. Delete
15920 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
15921 Delete tests that access a NULL pointer-to-member-data. This
15922 script is still disabled for gcc.
15923
15924 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
15925
15926 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
15927 escaped correctly.
15928
15929 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
15930
15931 * gdb.base/sepdebug.exp: New file.
15932 * gdb.base/sepdebug.c: New file.
15933 * lib/gdb.exp (separate_debug_filename): New procedure.
15934 (gdb_gnu_strip_debug): New procedure.
15935
15936 2004-01-12 Andrew Cagney <cagney@redhat.com>
15937
15938 * gdb.mi/ChangeLog: Delete file. Renamed to ...
15939 * gdb.mi/ChangeLog-1999-2003: New file.
15940
15941 2004-01-12 Andrew Cagney <cagney@redhat.com>
15942
15943 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
15944 "Renaming a directory to a non-empty directory returns ENOTEMPTY
15945 or EEXIST", treat EBUSY as an XFAIL.
15946
15947 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
15948
15949 * gdb.base/scope.exp: Remove obsolete setup_xfail for
15950 hp_cc_compiler.
15951
15952 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15953
15954 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
15955 decorations.
15956
15957 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15958
15959 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
15960 and "(aCC)" decorations. Remove obsolete doco about old
15961 test results.
15962
15963 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15964
15965 * gdb.cp/exception.exp: Fix typo in doco.
15966
15967 2004-01-09 Mark Kettenis <kettenis@gnu.org>
15968
15969 * gdb.base/gdb1476.exp: Fix typo.
15970
15971 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15972
15973 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15974 file.
15975
15976 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15977
15978 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15979 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15980 Use gdb_compile. Remove restriction on gcc. Add some patterns
15981 for recent version of gdb. Delete second half, which was a copy
15982 of the first half with different build flags. This test is
15983 still disabled because it is still not ready for production.
15984
15985 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15986
15987 * gdb.cp/exception.cc: Add copyright notice.
15988 * gdb.cp/exception.exp: Add a notice that this file is broken
15989 because of line number changes caused by addition of copyright
15990 notice.
15991
15992 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15993
15994 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15995 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15996
15997 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15998
15999 * gdb.cp/classes.exp: Accept gnu abi 2.
16000 * gdb.cp/derivation.exp: Likewise.
16001 * gdb.cp/overload.exp: Likewise.
16002 * gdb.cp/virtfunc.exp: Likewise.
16003
16004 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16005
16006 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16007 semicolon after end of function.
16008
16009 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16010
16011 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
16012 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
16013 boilerplate code for compiling and running the program under
16014 test. Add some string method tests.
16015
16016 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16017
16018 * gdb.cp/bs15503.cc: Add copyright notice.
16019 * gdb.cp/bs15503.exp: Adjust line number.
16020
16021 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16022
16023 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
16024 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
16025
16026 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16027
16028 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
16029 hp_cc_compiler.
16030
16031 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16032
16033 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
16034 * gdb.cp/ctti.exp: Use the marker instead of "next".
16035 With gcc, run further before bailing.
16036
16037 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16038
16039 * gdb.cp/cttiadd.cc: Add copyright notice.
16040 * gdb.cp/cttiadd1.cc: Likewise.
16041 * gdb.cp/cttiadd2.cc: Likewise.
16042 * gdb.cp/cttiadd3.cc: Likewise.
16043
16044 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16045
16046 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
16047 Use gdb_test, gdb_test_multiple. Use floating-point values that
16048 have exact representations in IEEE-ish formats.
16049
16050 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16051
16052 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
16053 compilers. Delete duplicate call to get_compiler_info.
16054 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
16055 * gdb.base/volatile.exp: Likewise.
16056
16057 2004-01-07 Mark Kettenis <kettenis@gnu.org>
16058
16059 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
16060 memory at address 0.
16061
16062 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16063
16064 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
16065 to test for hp-ux assembler. Fix copyright years.
16066
16067 2004-01-07 Andrew Cagney <cagney@redhat.com>
16068
16069 * gdb.base/fileio.c (strerrno): Add "EBUSY".
16070
16071 2004-01-07 Andrew Cagney <cagney@redhat.com>
16072
16073 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
16074 when creating the read-only file. From analysis by Roland McGrath
16075 and Elena Zannoni.
16076
16077 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16078
16079 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
16080
16081 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16082
16083 * gdb.base/cvexpr.c: Be type-safe with function pointers and
16084 data pointers.
16085
16086 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16087
16088 * gdb.cp/m-static.exp: Compile one source file at a time.
16089 Delete unused call to get_compiler_info.
16090
16091 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16092
16093 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16094 * gdb.base/call-rt-st.exp: Likewise.
16095 * gdb.base/nodebug.exp: Likewise.
16096 * gdb.base/volatile.exp: Likewise.
16097 * gdb.cp/ref-types.exp: Likewise.
16098 * gdb.cp/templates.exp: Likewise.
16099
16100 2004-01-05 Mark Kettenis <kettenis@gnu.org>
16101
16102 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16103
16104 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
16105
16106 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16107 hppa*-hp-hpux*.
16108
16109 2004-01-04 Mark Kettenis <kettenis@gnu.org>
16110
16111 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16112 x86_64-*-*.
16113
16114 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16115 sparc64-*-* and sparc*-solaris2*.
16116
16117 2004-01-04 Mark Kettenis <kettenis@gnu.org>
16118
16119 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16120 return ${tests}" test. The ${tests} already mentions the
16121 filename.
16122
16123 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16124
16125 * gdb.cp/local.exp: Accept gcc abi 2.
16126
16127 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16128
16129 * gdb.cp/templates.exp: Accept gcc abi 2.
16130
16131 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16132
16133 * lib/compiler.cc: Remove supports_template_debugging.
16134 * gdb.cp/templates.exp: Do not test supports_template_debugging.
16135
16136 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16137
16138 * gdb.cp/namespace.exp: Accept gcc abi 2.
16139
16140 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16141
16142 * gdb.cp/method.exp: Accept gcc abi 2.
16143
16144 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16145
16146 * gdb.cp/classes.exp: Generate identical results as old version.
16147 * gdb.cp/derivation.exp: Likewise.
16148 * gdb.cp/overload.exp: Likewise.
16149 * gdb.cp/virtfunc.exp: Likewise.
16150
16151 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16152
16153 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16154 mysterious bug with sourceware version of expect.
16155
16156 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16157
16158 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
16159 current versions of gcc, including gcc abi 2. Remove gratuitous
16160 restart of test program. Use gdb_test_multiple and gdb_test for
16161 all tests. Add patterns to xfail missing "const" in "const char *"
16162 and kfail PR gdb/1155.
16163
16164 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16165
16166 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
16167 current versions of gcc, including gcc abi 2. Remove gratuitous
16168 restart of test program. Use gdb_test_multiple and gdb_test for
16169 all tests. Add patterns to kfail PR gdb/1498.
16170
16171 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16172
16173 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
16174 current versions of gcc, including gcc abi 2. Use "breakpoint"
16175 and "continue" instead of restarting the target program. Use
16176 gdb_test_multiple and gdb_test for all tests.
16177
16178 2004-01-01 Mark Kettenis <kettenis@gnu.org>
16179
16180 * gdb.asm/asm-source.exp: Update copyright year. Link statically
16181 for *-*-solaris2*.
16182
16183 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16184
16185 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
16186 current versions of gcc, including gcc abi 2. Use "breakpoint"
16187 and "continue" instead of restarting the target program several
16188 times. Use gdb_test_multiple and gdb_test for all tests.
16189
16190 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
16191
16192 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16193 source files.
16194
16195 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16196
16197 * gdb.base/environ.exp: Handle compiling test case from multiple
16198 source files.
16199
16200 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16201
16202 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16203
16204 2003-12-17 Jim Blandy <jimb@redhat.com>
16205
16206 * gdb.base/freebpcmd.c: Add copyright notice.
16207
16208 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16209
16210 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16211
16212 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16213
16214 2003-12-13 Jim Blandy <jimb@redhat.com>
16215
16216 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16217
16218 2003-12-12 Kevin Buettner <kevinb@redhat.com>
16219
16220 * gdb.asm/frv.inc: New file.
16221 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16222
16223 2003-12-09 Fred Fish <fnf@redhat.com>
16224
16225 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16226 functions to break1.c and leave prototypes behind. Add more
16227 "set breakpoint NN here" comments.
16228 * gdb.base/break1.c: New file.
16229
16230 * gdb.base/break.exp: Handle compiling test case from multiple
16231 source files and change source file references as needed.
16232 * gdb.base/completion.exp: Ditto.
16233 * gdb.base/condbreak.exp: Ditto.
16234 * gdb.base/define.exp: Ditto.
16235 * gdb.base/ena-dis-br.exp: Ditto.
16236 * gdb.base/info-proc.exp: Ditto.
16237 * gdb.base/maint.exp: Ditto.
16238 * gdb.base/until.exp: Ditto.
16239
16240 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16241 hardcoded line numbers.
16242 * gdb.base/define.exp: Ditto.
16243 * gdb.base/ena-dis-br.exp: Ditto.
16244 * gdb.base/maint.exp: Ditto.
16245 * gdb.base/until.exp: Ditto.
16246
16247 * gdb.base/completion.exp: Use "break1" for completion tests since
16248 "break" is no longer a unique prefix.
16249
16250 2003-12-06 Andrew Cagney <cagney@redhat.com>
16251
16252 * gdb.base/structs.exp (test_struct_returns): When applicable, set
16253 "return_value_unimplemented". When an unimplemented struct return
16254 architecture, report incorrect values as a KFAIL
16255
16256 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16257
16258 * gdb.cp/rtti.exp: Accept new wording of warning from
16259 cp_lookup_rtti_type.
16260
16261 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16262
16263 Partial fix for PR testsuite/1456.
16264 * gdb.base/scope.exp (test_at_main): Replace references to
16265 gcc_compiled with calls to test_compiler_info.
16266 (test_at_foo): Likewise.
16267 (test_at_bar): Likewise.
16268
16269 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
16270
16271 Partial fix for PR testsuite/1456.
16272 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16273 to test_compiler_info.
16274
16275 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
16276
16277 * gdb.base/so-impl-ld.exp: Update copyright notice.
16278
16279 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
16280
16281 Partial fix for PR testsuite/1456.
16282 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16283 to test_compiler_info.
16284
16285 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16286
16287 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16288 from current versions of gdb. Clean up regular expressions.
16289 Delete redundant timeout case.
16290
16291 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16292
16293 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16294 from current versions of gdb. Clean up regular expressions.
16295 Delete redundant timeout case.
16296
16297 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
16298
16299 Partial fix for PR testsuite/1456.
16300 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16301 gcc_compiled with call to test_compiler_info.
16302
16303 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
16304
16305 Partial fix for PR testsuite/1456.
16306 * gdb.base/list.exp (test_list_function): Delete unused declaration
16307 of gcc_compiled.
16308
16309 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
16310
16311 Partial fix for PR testsuite/1456.
16312 * gdb.base/complex.exp: Replace reference to gcc_compiled with
16313 call to test_compiler_info.
16314
16315 2003-11-29 Mark Kettenis <kettenis@gnu.org>
16316
16317 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
16318 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
16319 it to create the appropriate note.inc.
16320 * gdb.asm/asmsrc1.s: Include "note.inc".
16321 * gdb.asm/netbsd.inc: New file.
16322 * gdb.asm/empty.inc: New file.
16323
16324 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16325
16326 Partial fix for PR testsuite/1456.
16327 * gdb.base/constvars.exp: Replace references to gcc_compiled with
16328 calls to test_compiler_info.
16329
16330 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
16331
16332 Partial fix for PR testsuite/1456.
16333 * gdb.base/volatile.exp: Replace references to gcc_compiled with
16334 calls to test_compiler_info.
16335
16336 2003-11-27 Mark Kettenis <kettenis@gnu.org>
16337
16338 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16339 pattern for the KFAILs.
16340
16341 2003-11-25 Adam Fedor <fedor@gnu.org>
16342
16343 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16344 * gdb.objc/objcdecode.m: New file.
16345
16346 2003-11-25 Adam Fedor <fedor@gnu.org>
16347
16348 * gdb.objc/nondebug.exp: Test for PR objc/1236.
16349 * gdb.objc/nondebug.m: New file.
16350
16351 2003-11-26 Ben Elliston <bje@wasabisystems.com>
16352
16353 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16354 NetBSD as it does on FreeBSD. Modelled on a similar change by
16355 Mark Kettenis on 2003-05-30.
16356 (link-flags): Set to "--entry _start" regardless of target.
16357 Special linker flags are to be appended to $link-flags.
16358 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16359
16360 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16361
16362 * gdb.cp/method.exp: Accept output of new demangler.
16363
16364 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16365
16366 * gdb/class2.exp: New file.
16367 * gdb/class2.cc: New file.
16368
16369 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16370
16371 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16372 of new demangler.
16373
16374 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16375
16376 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16377 of gdb_test "run".
16378
16379 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16380
16381 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
16382 "continue" into "run".
16383
16384 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16385
16386 Partial fix for PR testsuite/1456.
16387 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16388 call to test_compiler_info.
16389 * gdb.cp/ctti.exp: Likewise.
16390 * gdb.cp/derivation.exp: Likewise.
16391 * gdb.cp/member-ptr.exp: Likewise.
16392 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16393 reference to gcc_compiled.
16394
16395 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16396
16397 Fix PR testsuite/1463.
16398 * gdb.base/structs.exp (start_structs_test): Call
16399 get_debug_format before using the debug format.
16400
16401 2003-11-22 Andrew Cagney <cagney@redhat.com>
16402
16403 * lib/gdb.exp (gdb_test_multiple): Add simple example.
16404 * gdb.base/structs.exp: Use gdb_test_multiple.
16405
16406 2003-11-20 Andrew Cagney <cagney@redhat.com>
16407
16408 * gdb.base/structs.exp: Handle and recover from internal errors.
16409 Replace "foo${n}" with "foo<n>" in test messages.
16410
16411 * gdb.base/structs.exp: Update copyright. Rewrite.
16412 * gdb.base/structs.c: Update copyright. Rewrite.
16413
16414 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16415 resync count exceeded.
16416
16417 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16418 from the internal error.
16419 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16420 Original from Jim Blandy.
16421 (gdb_test_multiple): Use gdb_internal_error_resync.
16422
16423 2003-11-19 Andrew Cagney <cagney@redhat.com>
16424
16425 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16426 KFAIL.
16427
16428 2003-11-17 Mark Kettenis <kettenis@gnu.org>
16429
16430 New testcase for PR backtrace/1435.
16431 * gdb.arch/i386-unwind.exp: New file.
16432 * gdb.arch/i386-unwind.c: New file.
16433
16434 2003-11-17 Andrew Cagney <cagney@redhat.com>
16435
16436 * lib/gdb.exp (compiler_info): New global.
16437 (test_compiler_info): New function.
16438 (get_compiler_info): Set compiler_info.
16439 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
16440 "compiler_info" to gcc-<major>-<minor>.
16441
16442 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
16443
16444 * gdb.trace/configure: Remove.
16445
16446 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
16447
16448 * gdb.base/break.c: Add comments to aid finding line numbers for
16449 breakpoints.
16450 * gdb.base/break.exp: Remove all references to explicit line
16451 numbers.
16452
16453 2003-11-11 Nick Clifton <nickc@redhat.com>
16454
16455 * gdb.base/shreloc.exp: Do not run for targets which do not
16456 support shared objects.
16457
16458 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
16459
16460 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16461 Don't run tests if nofileio flag is given.
16462
16463 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
16464
16465 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
16466 as well as 'Watchpoint'.
16467
16468 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16469
16470 Reported by Jim Ingham <jingham@apple.com>:
16471 * gdb.base/annota1.exp: Match at least one occurrence of the
16472 signal handler annotation.
16473
16474 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16475
16476 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16477 as well as 'Watchpoint'.
16478
16479 2003-11-05 Michael Chastain <mec@shout.net>
16480
16481 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16482
16483 2003-11-03 Kris Warkentin <kewarken@qnx.com>
16484
16485 * gdb.arch/gdb1291.c: New test file.
16486 * gdb.arch/gdb1291.exp: New test script.
16487 * gdb.arch/gdb1431.c: New test file.
16488 * gdb.arch/gdb1431.exp: New test script.
16489
16490 2003-10-22 Michael Chastain <mec@shout.net>
16491
16492 * gdb.mi/pthreads.c: Add copyright notice.
16493
16494 2003-10-22 Michael Chastain <mec@shout.net>
16495
16496 * gdb.threads/pthreads.c: Add copyright notice.
16497
16498 2003-10-20 Michael Chastain <mec@shout.net>
16499
16500 * gdb.base/gdb1056.exp: New test script.
16501
16502 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16503
16504 * gdb.threads/killed.exp: Use gdb_run_cmd.
16505
16506 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16507
16508 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16509 create a core file.
16510 * gdb.threads/gcore-thread.exp: Likewise.
16511
16512 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
16513
16514 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16515 type, based on char type.
16516 (struct bit_flags_short_t): New bitfield type, based on short type.
16517 (init_bit_flags_char): New fuction.
16518 (init_bit_flags_short): Ditto.
16519 (print_bit_flags_char): Ditto.
16520 (print_bit_flags_short): Ditto.
16521 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16522
16523 2003-10-11 Michael Chastain <mec@shout.net>
16524
16525 * gdb.base/call-rt-st.exp: Update copyright year.
16526
16527 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
16528
16529 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16530 * gdb.disasm/sh3.s: Ditto.
16531
16532 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
16533
16534 * gdb.threads/switch-threads.exp: New test.
16535 * gdb.threads/switch-threads.c: New source file.
16536
16537 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
16538
16539 * gdb.base/ending-run.exp: Add sh specific case.
16540
16541 2003-10-06 Andrew Cagney <cagney@redhat.com>
16542
16543 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16544 * gdb.disasm/mn10200.exp: Delete obsolete file.
16545
16546 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
16547
16548 * ChangeLog: Correct an entry command.exp -> commands.exp.
16549 * gdb.base/commands.exp (bp_deleted_in_command_test)
16550 (temporary_breakpoint_commands): Check noargs.
16551
16552 2003-09-25 David Carlton <carlton@kealia.com>
16553
16554 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
16555 of some print tests, where appropriate. Add tests for C::D::cd,
16556 E::ce, F::cXfX, G::XgX.
16557 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16558
16559 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
16560
16561 * lib/java.exp (java_init): Import target_alias before using it.
16562
16563 2003-09-25 David Carlton <carlton@kealia.com>
16564
16565 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16566
16567 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
16568
16569 * gdb.base/selftest.exp: Accomodate more instruction reordering
16570 weirdness.
16571
16572 2003-09-17 Michael Chastain <mec@shout.net>
16573
16574 * gdb.cp/gdb1355.exp: New file.
16575 * gdb.cp/gdb1355.c: New file.
16576
16577 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
16578
16579 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16580 * gdb.asm/sh.inc: New file.
16581
16582 2003-09-11 David Carlton <carlton@kealia.com>
16583
16584 * gdb.cp/namespace.exp: Add tests for namespace types.
16585 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
16586 (test_namespace): New.
16587
16588 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
16589
16590 * gdb.base/relocate.exp: Handle new gdb output at startup.
16591 * gdb.stabs/weird.exp: Ditto.
16592
16593 2003-09-08 Michael Chastain <mec@shout.net>
16594
16595 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16596
16597 2003-09-07 Michael Chastain <mec@shout.net>
16598
16599 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16600 'parse error'.
16601
16602 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
16603
16604 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16605
16606 2003-08-30 Michael Chastain <mec@shout.net>
16607
16608 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16609 * gdb.gdb/observer.exp: Ditto.
16610 * gdb.gdb/xfullpath.exp: Ditto.
16611
16612 2003-08-29 Mark Kettenis <kettenis@gnu.org>
16613
16614 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16615 *-*-*bsd*.
16616
16617 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
16618
16619 * gdb.base/dump.exp: Skip for ia64.
16620
16621 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
16622
16623 * gdb.asm/asm-source.exp: Add ia64 support.
16624 * gdb.asm/ia64.inc: New file.
16625
16626 2003-08-22 Michael Chastain <mec@shout.net>
16627
16628 * gdb.cp: New directory.
16629 * gdb.cp/*: Copy from gdb.c++/*.
16630 * gdb.c++/*: Remove.
16631 * Makefile.in: Change gdb.c++ to gdb.cp.
16632 * configure.in: Ditto.
16633 * configure: Regnerate.
16634
16635 2003-08-18 Mark Kettenis <kettenis@gnu.org>
16636
16637 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16638 * gdb.arch/i386-prologue.c (gdb1338): Add function.
16639
16640 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16641
16642 * mi-var-display.exp (-var-list-children weird): Accept function
16643 pointers with argument types.
16644 * mi1-var-display.exp (-var-list-children weird): Likewise.
16645 * mi2-var-display.exp (-var-list-children weird): Likewise.
16646
16647 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16648
16649 * gdb.base/annota3.exp: Add missing newline.
16650
16651 2003-08-06 Michael Chastain <mec@shout.net>
16652
16653 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16654
16655 2003-08-12 Michael Snyder <msnyder@redhat.com>
16656
16657 * gdb.base/float.exp: Add test for SH.
16658
16659 2003-08-10 Mark Kettenis <kettenis@gnu.org>
16660
16661 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16662
16663 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16664
16665 * gdb.base/completion.exp: Remove reduntant completion test
16666 on filename.
16667
16668 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16669
16670 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16671 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16672 gdb.trace/save-trace.exp: Make sure that full pathnames are
16673 escaped correctly.
16674
16675 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16676
16677 * configure.in: Don't generate config.h from config.hin.
16678 * configure: Regenerate.
16679 * config.hin: Remove file.
16680 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16681 * gdb.threads/pthreads.c: Ditto.
16682
16683 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
16684
16685 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16686 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16687 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16688 Replace ld24 with seth/add3.
16689
16690 2003-08-02 Andrew Cagney <cagney@redhat.com>
16691
16692 * gdb.base/annota3.exp: New file.
16693 * gdb.base/annota3.c: New file.
16694 * gdb.c++/annota3.exp: New file.
16695 * gdb.c++/annota3.cc: New file.
16696
16697 2003-07-29 Michael Chastain <mec@shout.net>
16698
16699 * gdb.threads/tls.c (spin): Check errno only if sem_wait
16700 actually failed.
16701 (do_pass): Likewise.
16702 * gdb.threads/tls.exp: Always initialize no_of_threads.
16703
16704 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
16705
16706 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16707 pattern.
16708 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16709 * gdb.threads/tls.exp: Recognize one case of the host library not
16710 supporting TLS.
16711
16712 2003-07-27 Andrew Cagney <cagney@redhat.com>
16713
16714 * gdb.base/fileio.exp: Use SH when running commands using
16715 remote_exec.
16716
16717 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
16718
16719 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16720 * gdb.base/relocate.c (dummy): New padding array.
16721
16722 2003-07-22 Michael Snyder <msnyder@redhat.com>
16723
16724 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
16725
16726 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16727 patterns to be more general, accepting old and new output.
16728 Some output chars (such as '+') also must be quoted.
16729 Some addresses are displayed numerically instead of
16730 symbolically.
16731
16732 2003-07-23 Michael Snyder <msnyder@redhat.com>
16733
16734 * gdb.base/return2.exp: Don't test long-long return.
16735
16736 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16737 * gdb.disasm/t01_mov.exp: Ditto.
16738 * gdb.disasm/t02_mova.s: Ditto.
16739 * gdb.disasm/t02_mova.exp: Ditto.
16740 * gdb.disasm/t03_add.s: Ditto.
16741 * gdb.disasm/t03_add.exp: Ditto.
16742 * gdb.disasm/t04_sub.s: Ditto.
16743 * gdb.disasm/t04_sub.exp: Ditto.
16744 * gdb.disasm/t05_cmp.s: Ditto.
16745 * gdb.disasm/t05_cmp.exp: Ditto.
16746 * gdb.disasm/t06_ari2.s: Ditto.
16747 * gdb.disasm/t06_ari2.exp: Ditto.
16748 * gdb.disasm/t07_ari3.s: Ditto.
16749 * gdb.disasm/t07_ari3.exp: Ditto.
16750 * gdb.disasm/t08_or.s: Ditto.
16751 * gdb.disasm/t08_or.exp: Ditto.
16752 * gdb.disasm/t09_xor.s: Ditto.
16753 * gdb.disasm/t09_xor.exp: Ditto.
16754 * gdb.disasm/t10_and.s: Ditto.
16755 * gdb.disasm/t10_and.exp: Ditto.
16756 * gdb.disasm/t11_logs.s: Ditto.
16757 * gdb.disasm/t11_logs.exp: Ditto.
16758 * gdb.disasm/t12_bit.s: Ditto.
16759 * gdb.disasm/t12_bit.exp: Ditto.
16760 * gdb.disasm/t13_otr.s: Ditto.
16761 * gdb.disasm/t13_otr.exp: Ditto.
16762
16763 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
16764
16765 * gdb.threads/tls.exp :Add kfail for 'info address' case.
16766
16767 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
16768
16769 * gdb.threads/tls.c : New file.
16770 * gdb.threads/tls.exp : New file.
16771 * gdb.threads/tls-main.c : New file.
16772 * gdb.threads/tls-shared.c : New file.
16773 * gdb.threads/tls-shared.exp : New file.
16774
16775 2003-07-22 Andreas Schwab <schwab@suse.de>
16776
16777 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
16778
16779 2003-07-20 Andreas Schwab <schwab@suse.de>
16780
16781 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
16782 due to insn reordering.
16783
16784 2003-07-15 Andrew Cagney <cagney@redhat.com>
16785
16786 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16787
16788 2003-07-15 Michael Chastain <mec@shout.net>
16789
16790 * gdb.base/gdb1250.exp: New file.
16791 * gdb.base/gdb1250.c: New file.
16792
16793 2003-07-09 Michal Ludvig <mludvig@suse.cz>
16794
16795 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16796 expansion of size_t to 'unsigned long', not only to 'unsigned'.
16797
16798 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
16799
16800 * gdb.threads/tls.c: New file.
16801 * gdb.threads/tls.exp: New file.
16802 * gdb.threads/tls-main.c: New file.
16803 * gdb.threads/tls-shared.c: New file.
16804 * gdb.threads/tls-shared.exp: New file.
16805
16806 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
16807
16808 * gdb.base/annota1.exp: Make sure that we properly escape the
16809 full path of the source file. Xfail more permissive patterns,
16810 due to a compiler debug info problem.
16811
16812 2003-07-07 Andreas Schwab <schwab@suse.de>
16813
16814 * gdb.asm/m68k.inc: New file.
16815 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16816
16817 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16818 arguments"): Also match negative number.
16819
16820 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16821
16822 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
16823
16824 * gdb.base/store.c (charest): New typedef.
16825 (add_char): Rename to add_charest, update.
16826 (wack_char): Rename to wack_charest, update types. Return l + r
16827 to keep r live across the call.
16828 (wack_short, wack_int, wack_long, wack_longest, wack_float)
16829 (wack_double, wack_doublest): Return l + r to keep r live across
16830 the call.
16831 * gdb.base/store.exp: Accomodate store.c changes.
16832
16833 2003-06-30 David Carlton <carlton@kealia.com>
16834
16835 * gdb.c++/maint.exp (test_invalid_name): New.
16836 (test_first_component): Add tests for invalid names.
16837
16838 2003-06-29 Michael Chastain <mec@shout.net>
16839
16840 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16841 output of '<VTT for class>' for virtual base classes.
16842
16843 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16844
16845 * gdb.base/completion.exp: Tab-complete "complet" instead of
16846 "compl".
16847 * gdb.base/complex.exp, gdb.base/complex.c: New files.
16848
16849 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16850
16851 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16852 * gdb.base/volatile.exp: Likewise.
16853
16854 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16855
16856 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16857 gdb/1265.
16858
16859 2003-06-28 Michael Chastain <mec@shout.net>
16860 Daniel Jacobowitz <drow@mvista.com>
16861
16862 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16863 initial line count of 'captured_main' from 26 to 32.
16864 (test_with_self): Allow xmalloc call to be interleaved with the
16865 preceding two lines.
16866
16867 2003-06-24 Joel Brobecker <brobecker@gnat.com>
16868
16869 * gdb.base/bang.exp: New testcase.
16870
16871 2003-06-23 Joel Brobecker <brobecker@gnat.com>
16872
16873 * gdb.base/langs.exp: Add some tests for the "minimal" language
16874 support.
16875
16876 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
16877
16878 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16879 the testcase.
16880
16881 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
16882
16883 * gdb.base/relocate.exp: Test add-symbol-file with a variable
16884 offset.
16885
16886 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
16887
16888 * gdb.c++/pr-1210.cc: New file.
16889 * gdb.c++/pr-1210.exp: New file.
16890
16891 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
16892
16893 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16894 000-exec-continue.
16895
16896 2003-06-15 Mark Kettenis <kettenis@gnu.org>
16897
16898 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16899 on *-*-*bsd* instead of *-*-freebsd*.
16900
16901 2003-06-14 Andrew Cagney <cagney@redhat.com>
16902
16903 * gdb.base/store.exp: Test longest and doublest. Test all
16904 parameters. Weaken return statement match.
16905 * gdb.base/store.c: Add longest and doublest - aka long long and
16906 long double functions. Put all parameters into local register
16907 variables. Use negative values.
16908
16909 2003-06-14 Andrew Cagney <cagney@redhat.com>
16910
16911 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
16912 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
16913 exit status.
16914 * gdb.base/fileio.exp: Disable target when nointerrupts and
16915 noinferiorio, instead of limiting it to remote. Use remote_exec
16916 instead of system.
16917
16918 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
16919
16920 * gdb.base/float.exp: Add ia64 support.
16921
16922 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
16923
16924 * gdb.base/fileio.exp: Run only on remote targets.
16925
16926 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
16927
16928 * gdb.base/fileio.c: New file, testing File-I/O.
16929 * gdb.base/fileio.exp: Ditto.
16930
16931 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
16932
16933 * gdb.base/shreloc.exp: New file, check symbol values obtained from
16934 shared objects after relocation at load time (gdb PR/1132).
16935 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
16936 as above, part of the shared object relocation test.
16937
16938 2003-06-08 Mark Kettenis <kettenis@gnu.org>
16939
16940 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
16941 fully filled history list.
16942 * gdb.base/gdb_history: New file.
16943
16944 * gdb.base/signals.exp: XFAIL "continue to func1" on
16945 i*86-*-freebsd*.
16946
16947 * gdb.base/attach.exp: When trying to attach to a nonexistent
16948 process, make it possible to specify the PID based on the target,
16949 and do so for *-*-freebsd*.
16950
16951 2003-06-02 Richard Henderson <rth@redhat.com>
16952
16953 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
16954
16955 2003-06-02 Richard Henderson <rth@redhat.com>
16956
16957 * gdb.base/selftest.exp: Next over lim_at_start initialization.
16958
16959 2003-06-02 Richard Henderson <rth@redhat.com>
16960
16961 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
16962
16963 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
16964
16965 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16966 of globalvar.
16967
16968 2003-06-01 Mark Kettenis <kettenis@gnu.org>
16969
16970 * gdb.asm/asm-source.exp: Check for memory read errors in
16971 disassembler test on *BSD too.
16972
16973 2003-06-01 Richard Henderson <rth@redhat.com>
16974
16975 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16976 for .frame.
16977 (gdbasm_call): Lose ldgp.
16978 (gdbasm_startup): Add frame information.
16979 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16980
16981 2003-05-31 Mark Kettenis <kettenis@gnu.org>
16982
16983 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16984 i?86-*-*.
16985
16986 2003-05-30 Mark Kettenis <kettenis@gnu.org>
16987
16988 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16989 FreeBSD.
16990
16991 2003-05-29 Richard Henderson <rth@redhat.com>
16992
16993 * gdb.asm/alpha.inc: New file.
16994 * gdb.asm/asm-source.exp: Use it.
16995
16996 2003-05-29 Jim Blandy <jimb@redhat.com>
16997
16998 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16999 'core.PID'.
17000
17001 2003-05-22 Jim Blandy <jimb@redhat.com>
17002
17003 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
17004 backtrace.
17005
17006 2003-05-20 David Carlton <carlton@math.stanford.edu>
17007
17008 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
17009 this time.
17010
17011 2003-05-19 David Carlton <carlton@bactrian.org>
17012
17013 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
17014 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
17015
17016 2003-05-19 David Carlton <carlton@bactrian.org>
17017
17018 * gdb.c++/namespace.exp: Add namespace scope and anonymous
17019 namespace tests.
17020 Bump copyright date.
17021 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
17022 (main): Call C::D::marker2.
17023 * gdb.c++/namespace1.cc: New file.
17024
17025 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
17026
17027 Roland McGrath <roland@redhat.com>
17028 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
17029 there is no manager thread.
17030
17031 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
17032
17033 * gdb.threads/schedlock.exp: Remove assumption that all threads
17034 will run in a particular small time slice. Also ensure we break
17035 in one of the child threads rather than the main thread.
17036
17037 2003-05-07 Jim Blandy <jimb@redhat.com>
17038
17039 Add support for assembly source testing on the s390x.
17040 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
17041 architecture.
17042 * gdb.asm/s390x.inc: New file.
17043
17044 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
17045 succession of 'if' statements.
17046
17047 2003-05-05 Andrew Cagney <cagney@redhat.com>
17048
17049 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
17050
17051 2003-05-05 Andrew Cagney <cagney@redhat.com>
17052
17053 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
17054 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
17055
17056 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
17057
17058 * gdb.base/charset.exp: Update based on new behavior of set/show
17059 charset commands.
17060
17061 2003-05-01 Andrew Cagney <cagney@redhat.com>
17062
17063 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
17064 variable do not give memory errors.
17065
17066 2003-04-30 Adam Fedor <fedor@gnu.org>
17067
17068 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
17069 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
17070 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
17071 gdb.objc/basicclass.m: : New files
17072
17073 * lib/gdb.exp (gdb_compile_objc): New procedure.
17074
17075 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
17076
17077 * gdb.base/signals.exp: Make backtrace tests more specific.
17078
17079 2003-04-23 David Carlton <carlton@bactrian.org>
17080
17081 * gdb.c++/maint.exp (test_first_component): Add tests for
17082 'operator' in more locations.
17083
17084 2003-04-16 Kevin Buettner <kevinb@redhat.com>
17085
17086 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17087
17088 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
17089
17090 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
17091 func marke' instead. Update test name.
17092
17093 2003-04-15 David Carlton <carlton@math.stanford.edu>
17094
17095 * gdb.c++/maint.exp: New file.
17096
17097 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
17098
17099 * gdb.threads/schedlock.c: Change type of thread function argument
17100 to long, to avoid warnings on 64-bit platforms.
17101
17102 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
17103
17104 * gdb.base/attach.exp: Add new message from ptrace in case of
17105 attaching to nonexistent process.
17106
17107 2003-04-11 Jim Blandy <jimb@redhat.com>
17108
17109 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17110 gdb.c++/userdef.cc: Place comments on the lines to which the
17111 marker function might return.
17112 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17113 gdb.c++/userdef.exp: Look for those comments to check that we've
17114 returned to the right place, instead of checking line numbers.
17115
17116 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
17117
17118 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17119 match on sourcefile name, instead of directory name.
17120
17121 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
17122
17123 * gdb.base/completion.exp: Use string_to_regexp to match the
17124 working directory name.
17125
17126 2003-04-09 Jim Blandy <jimb@redhat.com>
17127
17128 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17129 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17130 after an inferior function call, report the failure, but allow the
17131 test to continue.
17132
17133 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17134
17135 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17136 with -DPROTOTYPES.
17137
17138 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17139
17140 * gdb.base/break.exp: Revert last patch.
17141
17142 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
17143
17144 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17145 with -DPROTOTYPES.
17146
17147 2003-04-02 Andrew Cagney <cagney@redhat.com>
17148
17149 * gdb.base/callfuncs.exp: Make "print add" messages unique.
17150 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17151 matching directories by the name breakpoint.
17152 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17153 Make "continue to marker1" consistent.
17154 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17155 message consistent.
17156 * lib/gdb.exp: Put "the program is no longer running", and "the
17157 program exited" in parenthesis.
17158 * lib/mi-support.exp: Ditto.
17159
17160 2003-04-02 Bob Rossi <bob_rossi@cox.net>
17161
17162 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17163
17164 2003-03-29 Andrew Cagney <cagney@redhat.com>
17165
17166 * gdb.base/sizeof.c (main): Print the value of '\377'.
17167 * gdb.base/sizeof.exp: Check the sign of '\377'.
17168
17169 2003-03-27 Michael Chastain <mec@shout.net>
17170
17171 * gdb.base/gdb1090.exp: New file.
17172 * gdb.base/gdb1090.cc: New file.
17173
17174 2003-03-27 J. Brobecker <brobecker@gnat.com>
17175
17176 * gdb.gdb/observer.exp: New regression test.
17177
17178 2003-03-27 Michael Chastain <mec@shout.net>
17179
17180 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17181 * gdb.base/ptype.exp: Likewise.
17182
17183 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
17184
17185 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17186
17187 2003-03-26 Michael Chastain <mec@shout.net>
17188
17189 * gdb.base/ptype.exp: Actually use some typedef'd types.
17190
17191 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
17192
17193 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17194 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17195
17196 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17197
17198 * gdb.base/default.exp: Fix regular expression.
17199
17200 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17201
17202 * gdb.base/args.exp: Fix regular expression.
17203
17204 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17205
17206 * gdb.base/help.exp: Allow Win32 child process.
17207
17208 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17209
17210 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17211 when stepping out of main().
17212
17213 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17214
17215 * gdb.base/default.exp: Check for win32 specific message when calling
17216 "run" without executable.
17217
17218 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17219
17220 * gdb.base/args.exp: Expect .exe in output.
17221
17222 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17223
17224 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17225 Cygwin native.
17226
17227 2003-03-17 Andrew Cagney <cagney@redhat.com>
17228
17229 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
17230 vector registes.
17231 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17232 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17233
17234 2003-03-17 David Carlton <carlton@math.stanford.edu>
17235
17236 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17237 test, for PR breakpoints/38.
17238 Call test_watchpoint_and_breakpoint.
17239 * gdb.base/watchpoint.c (func3): New function.
17240 (main): Call func3.
17241
17242 2003-03-04 David Carlton <carlton@math.stanford.edu>
17243
17244 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17245 Garply<Garply<char> >:: garply".
17246 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17247 with respect to PR c++/1111; note also PR c++/1113.
17248 (test_template_breakpoints): KFAIL "constructor breakpoint" with
17249 respect to PR c++/1062.
17250 KFAIL "destructor breakpoint" with respect to PR c++/1112.
17251
17252 2003-03-03 David Carlton <carlton@math.stanford.edu>
17253
17254 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17255 with respect to PR c++/57.
17256 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17257 c++/826.
17258 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17259 respect to PR c++/57.
17260
17261 2003-03-03 David Carlton <carlton@math.stanford.edu>
17262
17263 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17264 respect to PR c++/33 into FAILs.
17265
17266 2003-03-03 Michael Chastain <mec@shout.net>
17267
17268 * configure.in: Update copyright years.
17269
17270 2003-03-03 Michael Chastain <mec@shout.net>
17271
17272 * Makefile.in: Update copyright years.
17273
17274 2003-02-28 David Carlton <carlton@math.stanford.edu>
17275
17276 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17277 print class instead of struct and/or superfluous protection
17278 specifiers, as long as the resulting output is equivalent to the
17279 source code.
17280 Delete FIXME from end of messages on tests that don't need
17281 fixing.
17282
17283 2003-02-28 David Carlton <carlton@math.stanford.edu>
17284
17285 * gdb.c++/templates.exp (do_tests): Allow const in the two
17286 Foo<volatile char *>::foo tests.
17287
17288 2003-02-27 Michael Snyder <msnyder@redhat.com>
17289
17290 * gdb.base/restore.c (main): Return zero, so exit code
17291 will be consistant.
17292
17293 2003-02-26 David Carlton <carlton@math.stanford.edu>
17294
17295 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17296 char *>::foo" test with respect to PR c++/33. Create a new test
17297 which is identical to that one except that it doesn't put the
17298 space between the "char" and the "*"; KFAIL it, too.
17299
17300 2003-02-26 David Carlton <carlton@math.stanford.edu>
17301
17302 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17303 template types into either PASSes or KFAILs (corresponding to PR
17304 c++/57). Tweak indentation. Update copyright.
17305
17306 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
17307
17308 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17309
17310 2003-02-13 Michael Chastain <mec@shout.net>
17311
17312 * gdb.base/exprs.exp: Remove i960 remnants.
17313 * gdb.base/funcargs.exp: Likewise.
17314 * gdb.base/list.exp: Likewise.
17315 * gdb.base/ptype.exp: Likewise.
17316
17317 2003-02-14 David Carlton <carlton@math.stanford.edu>
17318
17319 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17320 pEe->D::vg()" from XFAIL to KFAIL.
17321
17322 2003-02-13 Jason Molenda (jmolenda@apple.com)
17323
17324 * gdb.base/maint.exp: Update maint print statistics regexp to include
17325 new entries.
17326
17327 2003-02-13 Michael Chastain <mec@shout.net>
17328
17329 * gdb.c++/inherit.exp: Remove call to get_debug_format.
17330
17331 2003-02-12 Michael Chastain <mec@shout.net>
17332
17333 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17334 * gdb.c++/inherit.exp: Likewise.
17335 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17336 * gdb.c++/templates.exp: Likewise.
17337 * gdb.c++/virtfunc.exp: Likewise.
17338
17339 2003-02-06 Jason Molenda (jason-cl@molenda.com)
17340
17341 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17342 why the code is written that way.
17343
17344 2003-02-05 Michael Chastain <mec@shout.net>
17345
17346 * gdb.base/dump.exp: Add missing copyright line.
17347
17348 2003-02-05 Jason Molenda (jason-cl@molenda.com)
17349
17350 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
17351 at the beginning so the breakpoint doesn't get set on the loop.
17352
17353 2003-02-05 Michael Chastain <mec@shout.net>
17354
17355 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17356 output for configurations with gcc 2.95.3.
17357
17358 2003-02-05 Keith Seitz <keiths@redhat.com>
17359 Andrew Cagney <ac131313@redhat.com>
17360
17361 * gdb.mi/mi-cli.exp: New file.
17362
17363 2003-02-04 Michael Chastain <mec@shout.net>
17364
17365 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17366 Call perror and then continue.
17367
17368 2003-02-03 Michael Chastain <mec@shout.net>
17369
17370 * gdb.c++/pr-1023.cc: New file.
17371 * gdb.c++/pr-1023.exp: New file.
17372
17373 2003-02-05 Jim Blandy <jimb@redhat.com>
17374
17375 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17376 it's local to foobar. Check for it there, and check that it's not
17377 present in main.
17378 * gdb.c++/local.cc (marker2): New function.
17379 (foobar): Call marker1.
17380 (main): Call marker2 instead of marker1.
17381
17382 2003-02-04 Andrew Cagney <ac131313@redhat.com>
17383
17384 * gdb.disasm/mn10200.exp: Obsolete file.
17385 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17386 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17387 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17388
17389 2003-02-04 David Carlton <carlton@math.stanford.edu>
17390
17391 * gdb.c++/overload.exp: Test intToChar(1).
17392 * gdb.c++/overload.cc (intToChar): New.
17393 (main): Call intToChar.
17394
17395 2003-02-03 David Carlton <carlton@math.stanford.edu>
17396
17397 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17398 'might_kfail' arg.
17399 KFAIL some of the continue_to_bp_overloaded calls, according to
17400 PR c++/1025.
17401
17402 2003-02-01 Michael Chastain <mec@shout.net>
17403
17404 * gdb.base/advance.c (marker1): New marker function.
17405 * gdb.base/advance.exp: When the 'advance' command lands on the
17406 return breakpoint, it can legitimately stop on either the
17407 current line or the next line. Accommodate both outcomes.
17408 * gdb.base/until.exp: Likewise.
17409
17410 2003-02-02 Andrew Cagney <ac131313@redhat.com>
17411
17412 2002-11-10 Jason Molenda (jason-cl@molenda.com):
17413 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17414 now a list, not a tuple.
17415 * gdb.mi/mi-var-display.exp: Ditto.
17416 * gdb.mi/gdb792.exp: Ditto.
17417
17418 2003-02-01 Andrew Cagney <ac131313@redhat.com>
17419
17420 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
17421 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17422 stack backtraces.
17423 * gdb.mi/mi-syn-frame.c: Part of same.
17424
17425 2003-02-01 Mark Kettenis <kettenis@gnu.org>
17426
17427 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17428 gdb.mi/mi1-pthreads.exp: Return instead of calling
17429 gdb_suppress_entire_file.
17430
17431 2003-02-01 Mark Salter <msalter@redhat.com>
17432
17433 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17434
17435 2003-01-31 Mark Salter <msalter@redhat.com>
17436
17437 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17438 Support empty arg.
17439
17440 2003-01-30 Michael Chastain <mec@shout.net>
17441
17442 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17443 This was a workaround for a UTF-8 bug in readline 4.3. The bug
17444 has been fixed in gdb/readline on 2003-01-09.
17445
17446 2003-01-29 Michael Snyder <msnyder@redhat.com>
17447
17448 * gdb.base/maint.exp: Allow for leading underscore in symbol.
17449 * gdb.base/display.exp: Allow for leading underscore in symbol.
17450 * gdb.base/args.exp: Skip if target does not support args passing.
17451
17452 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
17453
17454 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
17455 gdb_test. Accept a list of expect arguments as the third
17456 parameter.
17457 (gdb_test): Use it.
17458
17459 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
17460
17461 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17462 allow for different test tree configurations. Update some
17463 tescases accordingly.
17464 * gdb.arch/altivec-regs.exp: Ditto.
17465 * gdb.asm/asm-source.exp: Ditto.
17466 * gdb.base/advance.exp: Ditto.
17467 * gdb.base/display.exp: Ditto.
17468 * gdb.base/long_long.exp: Ditto.
17469 * gdb.base/mips_pro.exp: Ditto.
17470 * gdb.base/overlays.exp: Ditto.
17471 * gdb.base/relocate.exp: Ditto.
17472 * gdb.base/setshow.exp: Ditto.
17473 * gdb.base/step-line.exp: Ditto.
17474 * gdb.base/step-test.exp: Ditto.
17475 * gdb.base/until.exp: Ditto.
17476 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17477
17478 2003-01-17 David Carlton <carlton@math.stanford.edu>
17479
17480 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17481 corresponding to PR c++/945.
17482 Update copyright.
17483
17484 2003-01-17 David Carlton <carlton@math.stanford.edu>
17485
17486 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17487 corresponding to PR c++/68.
17488
17489 2003-01-17 David Carlton <carlton@math.stanford.edu>
17490
17491 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17492 (test_paddr_hairy_functions): Call print_addr_2_kfail for
17493 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
17494
17495 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17496
17497 * gdb.base/break.exp: Fix change of default location, because of
17498 removal of until tests.
17499 * gdb.base/help.exp: Update test for new 'until' help message.
17500 Add test for help on 'advance'.
17501 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
17502
17503 2003-01-15 Mark Kettenis <kettenis@gnu.org>
17504
17505 * gdb.base/default.exp: Adapt "info float" test for recent changes
17506 to that command. Add test for "info vector".
17507 * gdb.base/float.exp: New file. Add test for "info float" that
17508 resembles the old test in gdb.base/default.exp.
17509
17510 2003-01-15 David Carlton <carlton@math.stanford.edu>
17511
17512 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17513
17514 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17515
17516 * gdb.base/break.exp: Move the tests of until command from here...
17517 * gdb.base/until.exp: ... to here. New file. Add other tests.
17518 * gdb.base/advance.c: New file.
17519 * gdb.base/advance.exp: New file.
17520
17521 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
17522
17523 * gdb.base/args.c: New file.
17524 * gdb.base/args.exp: New file.
17525
17526 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17527
17528 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17529
17530 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17531
17532 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17533
17534 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17535
17536 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
17537 dates.
17538
17539 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17540
17541 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17542
17543 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17544
17545 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17546 (ptype &*"foo").
17547 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17548
17549 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17550
17551 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17552 * gdb.mi/mi1-console.exp: Likewise.
17553
17554 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17555
17556 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17557 * gdb.mi/mi1-console.exp: Likewise.
17558
17559 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17560
17561 * gdb.c++/overload.exp: Remove some fixed XFAILs.
17562
17563 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17564
17565 * gdb.base/detach.exp: New test.
17566
17567 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17568
17569 * Makefile.in (ALL_SUBDIRS): New variable.
17570 (subdirs, clean, distclean): Use it.
17571 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
17572 regenerating Makefile, since it is generated from the top level.
17573 * gdb.asm/Makefile.in: Likewise.
17574 * gdb.base/Makefile.in: Likewise.
17575 * gdb.c++/Makefile.in: Likewise.
17576 * gdb.disasm/Makefile.in: Likewise.
17577 * gdb.java/Makefile.in: Likewise.
17578 * gdb.mi/Makefile.in: Likewise.
17579 * gdb.threads/Makefile.in: Likewise.
17580 * gdb.trace/Makefile.in: Likewise.
17581
17582 2003-01-09 David Carlton <carlton@math.stanford.edu>
17583
17584 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17585 Add copyright year 2003.
17586
17587 2003-01-06 Michael Chastain <mec@shout.net>
17588
17589 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17590 When selecting a thread, 'line' and 'file' are optional.
17591 * gdb.mi/mi1-pthreads.exp: Likewise.
17592
17593 2003-01-06 Andreas Schwab <schwab@suse.de>
17594
17595 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17596 failures.
17597
17598 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17599
17600 Fix PR gdb/844
17601 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17602 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17603
17604 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
17605 instead of calling gdb_suppress_entire_file.
17606 * gdb.threads/print-threads.exp: Likewise.
17607 * gdb.threads/schedlock.exp: Likewise.
17608
17609 * gdb.threads/killed.exp: Return instead of calling
17610 gdb_suppress_entire_file.
17611 * gdb.threads/linux-dp.exp: Likewise.
17612 * gdb.threads/pthreads.exp: Likewise.
17613
17614 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17615
17616 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17617 stabs.
17618 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17619 * gdb.base/whatis.exp: Always allow (void) after function names.
17620
17621 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17622
17623 * gdb.c++/casts.exp: Correct regexp.
17624
17625 2003-01-04 Mark Kettenis <kettenis@gnu.org>
17626
17627 * configure.in: Call AC_CONFIG_HEADER. Don't call
17628 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17629 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
17630 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
17631 aforementioned directories in the AC_OUPUT call.
17632 * config.hin: New file.
17633 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17634 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17635 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17636 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17637 pass -I$objdir instead of -I$objdir/$subdir in compilation.
17638 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17639 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17640 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17641 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17642 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17643 gdb.threads/configure.in, gdb.threads/configure,
17644 gdb.threads/config.in, gdb.trace/configure.in,
17645 gdb.trace/configure: Removed.
17646
17647 2003-01-03 Michael Chastain <mec@shout.net>
17648
17649 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17650 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17651
17652 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
17653
17654 * gdb.base/store.exp: Fix regular expressions.
17655
17656 2002-12-28 Mark Kettenis <kettenis@gnu.org>
17657
17658 * configure.in: Rewrite.
17659 * configure: Regenerated.
17660
17661 2003-01-03 David Carlton <carlton@math.stanford.edu>
17662
17663 * gdb.base/psymtab.exp: New file.
17664 * gdb.base/psymtab1.c: Ditto.
17665 * gdb.base/psymtab2.c: Ditto.
17666
17667 2002-12-23 Adam Fedor <fedor@gnu.org>
17668
17669 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17670
17671 2002-12-23 David Carlton <carlton@math.stanford.edu>
17672
17673 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17674 and current_directory initialization.
17675
17676 2002-12-22 Jim Blandy <jimb@redhat.com>
17677
17678 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17679 rather than as part of the output file name.
17680
17681 * gdb.base/attach.exp: There's no need to copy the test program to
17682 /tmp; that was only ever necessary on HP/UX, and this test is
17683 entirely disabled there anyway.
17684
17685 2002-12-21 Jim Blandy <jimb@redhat.com>
17686
17687 * gdb.c++/psmang.exp: Doc fix.
17688
17689 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17690 test.
17691
17692 2002-12-20 David Carlton <carlton@math.stanford.edu>
17693
17694 * gdb.c++/annota2.exp: KFAIL annotate-quit.
17695
17696 2002-12-18 Michael Chastain <mec@shout.net>
17697
17698 * gdb.c++/annota2.exp: Add copyright year 2002.
17699
17700 2002-12-17 David Carlton <carlton@math.stanford.edu>
17701
17702 * gdb.c++/try_catch.cc: Add marker comments.
17703 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17704 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17705 * gdb.c++/m-static.cc: Ditto.
17706 * gdb.c++/m-static1.cc: Ditto.
17707 * gdb.c++/try_catch.cc: Ditto.
17708
17709 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
17710
17711 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17712 to see whether we are using the new -environment-directory
17713 command which resets via -r or the old version of the command
17714 which may prompt the user. Part of fix for gdb/741.
17715
17716 2002-12-13 Andrew Cagney <ac131313@redhat.com>
17717
17718 * gdb.fortran/types.exp: Update obsolete comment.
17719 * gdb.fortran/exprs.exp: Ditto.
17720 * lib/gdb.exp: Delete obsolete code.
17721 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17722 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17723 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17724 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17725 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17726 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17727 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17728 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17729 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17730 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17731 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17732 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17733 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17734 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17735 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17736 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17737 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17738 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17739 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17740 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17741 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17742 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17743 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17744 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17745 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17746 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17747 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17748 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17749 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17750 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17751 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17752 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17753 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17754 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17755 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17756 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17757 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17758
17759 2002-12-11 David Carlton <carlton@math.stanford.edu>
17760
17761 * gdb.c++/m-data.exp: Add test for members that shadow global
17762 variables: see PR gdb/804.
17763 * gdb.c++/m-data.cc: Ditto.
17764
17765 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
17766
17767 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17768
17769 2002-12-06 David Carlton <carlton@math.stanford.edu>
17770
17771 * gdb.base/store.c: Don't declare functions static.
17772
17773 2002-12-04 Andrew Cagney <ac131313@redhat.com>
17774
17775 * gdb.base/store.exp, gdb.base/store.c: New files.
17776
17777 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17778
17779 * gdb.base/selftest.exp: Update for current gdb.
17780
17781 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17782
17783 * gdb.base/maint.exp: Only dump symbols from one source file
17784 or objfile.
17785
17786 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17787
17788 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17789 function call.
17790
17791 2002-11-25 Jim Blandy <jimb@redhat.com>
17792
17793 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17794 function appearing in error message.
17795
17796 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
17797
17798 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17799
17800 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
17801
17802 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17803 for mi1 and current mi is in correct format. New mi startup message
17804 should be in mi console format. This is part of fix for PR gdb/604.
17805
17806 2002-09-18 Fernando Nasser <fnasser@redhat.com>
17807
17808 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17809 which explicitly prints the zero offset as "+0".
17810
17811 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
17812
17813 * gdb.threads/schedlock.c (args): Make unsigned.
17814
17815 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
17816
17817 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
17818 numbers. Allow "foo2|selected stack frame".
17819 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17820 * gdb.asm/asmsrc2.s: Likewise.
17821 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
17822 comments.
17823 * gdb.asm/mips.inc: New file.
17824
17825 2002-10-18 Adam Fedor <fedor@gnu.org>
17826
17827 * gdb.base/default.exp: Update expected output to include 'ObjC'.
17828 * gdb.base/help.exp: Likewise.
17829
17830 2002-10-17 Kevin Buettner <kevinb@redhat.com>
17831
17832 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17833 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17834
17835 2002-10-02 Jim Blandy <jimb@redhat.com>
17836
17837 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17838
17839 2002-10-01 Andrew Cagney <ac131313@redhat.com>
17840
17841 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17842 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17843 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17844 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17845 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17846 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17847 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17848
17849 2002-09-29 Andrew Cagney <ac131313@redhat.com>
17850
17851 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17852 * mi0-disassemble.exp, mi0-eval.exp: Delete.
17853 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17854 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17855 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17856 * mi0-var-block.exp, mi0-var-child.exp: Delete.
17857 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
17858
17859 2002-09-27 Kevin Buettner <kevinb@redhat.com>
17860
17861 * gdb.base/annota1.exp (info break): Make directory components of
17862 path optional since not all compilers emit this debug information.
17863
17864 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17865 step ends up stepping out of the function instead of stopping on
17866 the epilogue.
17867
17868 2002-09-26 Keith Seitz <keiths@redhat.com>
17869
17870 * lib/insight-support.exp (gdbtk_start): Figure out where
17871 the insight executable is based on where gdb is. Use this
17872 executable to start insight instead of gdb.
17873
17874 2002-09-25 Andrew Cagney <cagney@redhat.com>
17875
17876 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17877
17878 2002-09-24 Andrew Cagney <ac131313@redhat.com>
17879
17880 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17881 test_isolated_complaints.
17882 (test_empty_complaint): New function.
17883 (test_empty_complaints): New function. Check no output when no
17884 complaints.
17885
17886 2002-09-19 Jim Blandy <jimb@redhat.com>
17887
17888 * gdb.base/charset.exp, gdb.base/charset.c: New files.
17889
17890 2002-09-19 Andrew Cagney <ac131313@redhat.com>
17891
17892 * gdb.gdb/complaints.exp: New file.
17893
17894 2002-09-18 Andrew Cagney <ac131313@redhat.com>
17895
17896 * gdb.base/maint.exp: Check `help maint internal-warning'.
17897
17898 2002-09-18 David Carlton <carlton@math.stanford.edu>
17899
17900 * gdb.c++/m-static.exp: Remove breakpoints depending on line
17901 numbers, and replace them by a single breakpoint after the
17902 constructors are all finished.
17903 Add test 4.
17904 * gdb.c++/m-static.cc: Add test 4.
17905 * gdb.c++/m-static.h: New file.
17906 * gdb.c++/m-static1.cc: New file.
17907
17908 * gdb.c++/printmethod.exp: New file.
17909 * gdb.c++/printmethod.cc: New file.
17910
17911 * gdb.c++/pr-574.exp: New file.
17912 * gdb.c++/pr-574.cc: New file.
17913
17914 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17915
17916 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
17917 embedded targets which never actually exit.
17918
17919 2002-09-18 Fernando Nasser <fnasser@redhat.com>
17920
17921 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
17922 "don't step after run" as unresolved or unsupported, instead of xfail.
17923
17924 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17925
17926 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
17927 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
17928 Add newline to expected string in "step out of main (status wrapper)"
17929 case.
17930
17931 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17932
17933 * lib/gdb.exp (rerun_to_main): Allow restarting application.
17934 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
17935
17936 2002-09-17 Tom Tromey <tromey@redhat.com>
17937
17938 * gdb.base/printcmds.exp (test_print_string_constants): Expect
17939 \000, not \0, in double-quoted string.
17940
17941 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
17942
17943 * gdb.base/commands.exp: Don't expect a "Program exited normally"
17944 string after running the commands execution on breakpoint tests.
17945
17946 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
17947
17948 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
17949
17950 2002-09-12 Joel Brobecker <brobecker@gnat.com>
17951
17952 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
17953
17954 2002-09-10 Keith Seitz <keiths@redhat.com>
17955
17956 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
17957 runto proc.
17958 (mi_run_to_main): Use mi_runto.
17959 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
17960
17961 2002-09-10 Keith Seitz <keiths@redhat.com>
17962
17963 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
17964 regexp for stopping at main. Could have multiple event notifications.
17965 Don't assume that main was declared with no parameters.
17966 (mi_next): Use mi_step_to.
17967 (mi_step): Use mi_next_to.
17968
17969 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
17970
17971 * gdb.base/default.exp: Fix expected string in `info float' test.
17972
17973 2002-09-09 Ben Elliston <bje@redhat.com>
17974
17975 * config/mips.exp: Update comments.
17976 * config/mips-idt.exp: Likewise.
17977 * config/nind.exp: Likewise.
17978 * config/slite.exp: Likewise.
17979 * config/sparclet.exp: Likewise.
17980 * config/udi.exp: Likewise.
17981 * config/vx.exp: Likewise.
17982 * config/vxworks29k.exp: Likewise.
17983
17984 2002-09-05 Jim Blandy <jimb@redhat.com>
17985
17986 * gdb.threads/killed.exp: Fix test failure message.
17987
17988 2002-09-04 Keith Seitz <keiths@redhat.com>
17989
17990 * lib/mi-support.exp: Update copyright.
17991 (mi_gdb_test): Increase the priority of the expected pattern
17992 so that it matches gdb_test.
17993
17994 2002-09-03 Keith Seitz <keiths@redhat.com>
17995
17996 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17997 Use integer comparison instead of string comparison for testing
17998 whether binary was built.
17999
18000 2002-09-03 Jim Blandy <jimb@redhat.com>
18001
18002 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
18003
18004 2002-08-29 Jim Blandy <jimb@redhat.com>
18005
18006 * gdb.threads/pthreads.exp: Move the portable thread compilation
18007 code into a function in lib/gdb.exp, and call that from here.
18008 * lib/gdb.exp (gdb_compile_pthreads): New function.
18009
18010 2002-08-29 Keith Seitz <keiths@redhat.com>
18011
18012 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
18013 expect_out so that callers can get at it.
18014
18015 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
18016
18017 * gdb.threads/print-threads.c: New file.
18018 * gdb.threads/print-threads.exp: New file.
18019 * gdb.threads/schedlock.c: New file.
18020 * gdb.threads/schedlock.exp: New file.
18021
18022 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
18023
18024 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
18025 not altivec.c.
18026
18027 2002-08-17 Mark Kettenis <kettenis@gnu.org>
18028
18029 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
18030 targets. The problem should be fixed now.
18031
18032 2002-08-15 Mark Kettenis <kettenis@gnu.org>
18033
18034 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
18035 2002-07-24 change that removes final dots from error messages.
18036
18037 2002-08-13 Tom Tromey <tromey@redhat.com>
18038
18039 * gdb.base/readline.exp: New file.
18040
18041 2002-08-01 Andrew Cagney <ac131313@redhat.com>
18042
18043 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
18044 supress message.
18045
18046 2002-08-01 Andrew Cagney <cagney@redhat.com>
18047
18048 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
18049 CHILL_FOR_TARGET and CHILL_LIB.
18050 * configure.in (configdirs): Remove gdb.chill.
18051 * configure: Regenerate.
18052 * lib/gdb.exp: Obsolete references to chill.
18053 * gdb.fortran/types.exp: Ditto.
18054 * gdb.fortran/exprs.exp: Ditto.
18055
18056 2002-07-30 Kevin Buettner <kevinb@redhat.com>
18057
18058 * gdb.base/shlib-call.exp (additional_flags): Conditionally
18059 set Irix-specific compile and link flags.
18060
18061 2002-07-29 Kevin Buettner <kevinb@redhat.com>
18062
18063 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
18064 source files. The ``-o'' option doesn't work with the ``-E'' option
18065 when using the Irix compiler.
18066
18067 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
18068
18069 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
18070 Improve support for reusing an exec file. Copy exec file
18071 to target, and run gdbserver on the target instead of on the host.
18072
18073 2002-07-18 Jim Blandy <jimb@redhat.com>
18074
18075 * gdb.base/ending-run.exp: Don't expect to see the program end in
18076 some orderly fashion when we're running on a real stand-alone
18077 board.
18078
18079 * gdb.base/interrupt.exp: Correct logic for skipping tests on
18080 targets that don't support interrupts.
18081
18082 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
18083
18084 * gdb.base/attach.exp: Add patterns to match output from /proc-based
18085 systems.
18086 Move comments in expect statements to inside the actions, so that they
18087 don't get matched against.
18088
18089 2002-07-10 Mark Kettenis <kettenis@gnu.org>
18090
18091 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18092 function when asleep" test.
18093
18094 2002-07-10 Andrew Cagney <ac131313@redhat.com>
18095
18096 * gdb.base/page.exp: Rewrite to handle problems with very long
18097 `info set' output. Update copyright.
18098
18099 2002-06-26 Andrew Cagney <ac131313@redhat.com>
18100
18101 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18102 gdb.threads-hp.
18103 * gdb.hp/configure: Regenerate.
18104 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18105 * gdb.hp/gdb.threads-hp/configure: Delete file.
18106 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18107
18108 2002-06-22 Andrew Cagney <ac131313@redhat.com>
18109
18110 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18111 setlocale, bindtextdomain and textdomain.
18112
18113 2002-06-11 Jim Blandy <jimb@redhat.com>
18114
18115 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18116 preprocessor macro information is present.
18117
18118 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18119 tests.
18120
18121 2002-06-06 Michael Snyder <msnyder@redhat.com>
18122
18123 * gdb.base/overlays.exp: Record addresses of overlay
18124 functions in TCL variables rather than in GDB variables,
18125 to avoid having GDB convert them to pointers (with loss
18126 of information).
18127
18128 * gdb.base/d10v.ld: Merge in several years worth of
18129 default linker script changes.
18130 * gdb.base/long_long.exp: Add check for sizeof (long double).
18131
18132 2002-06-06 Michal Ludvig <mludvig@suse.cz>
18133
18134 * gdb.asm/asm-source.exp: Add x86-64 target.
18135 * gdb.asm/x86_64.inc: New.
18136
18137 2002-05-30 Michael Chastain <mec@shout.net>
18138
18139 From Benjamin Kosnik <bkoz@redhat.com>:
18140 * gdb.c++/m-static.cc: New file.
18141 * gdb.c++/m-static.exp: New file.
18142
18143 2002-05-28 Michael Snyder <msnyder@redhat.com>
18144
18145 * gdb.base/call-ar-st.exp: Allow for reduced floating point
18146 precision.
18147
18148 2002-05-27 Michael Chastain <mec@shout.net>
18149
18150 From Benjamin Kosnik <bkoz@redhat.com>:
18151 * gdb.c++/m-data.cc: New file.
18152 * gdb.c++/m-data.exp: New file.
18153
18154 2002-05-27 Michael Chastain <mec@shout.net>
18155
18156 From Benjamin Kosnik <bkoz@redhat.com>:
18157 * gdb.c++/try_catch.cc: New file.
18158 * gdb.c++/try_catch.exp: New file.
18159
18160 2002-05-27 Michael Chastain <mec@shout.net>
18161
18162 * gdb.c++/local.exp: Accept more nested types in output.
18163
18164 2002-05-26 Michael Chastain <mec@shout.net>
18165
18166 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18167
18168 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
18169
18170 * lib/gdb.exp (gdb_wrapper_init): Just because
18171 gdb_wrapper_file exists, this does not mean that the file
18172 should not be rebuilt. That is what gdb_wrapper_initialized
18173 is for.
18174 (default_gdb_init): Reset gdb_wrapper_initialized.
18175
18176 2002-05-23 Michael Snyder <msnyder@redhat.com>
18177
18178 * gdb.base/all-bin.exp: Revise previous patch by just reducing
18179 the precision of the floating point test results.
18180 * gdb.base/call-rt-st.exp: Ditto.
18181
18182 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18183 * gdb.base/call-rt-st.exp: Ditto.
18184
18185 2002-05-19 Michael Chastain <mec@shout.net>
18186
18187 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18188
18189 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
18190
18191 * configure.in (configdirs): Add gdb.arch.
18192 * configure: Regenerate.
18193
18194 2002-05-17 Jim Blandy <jimb@redhat.com>
18195
18196 * gdb.base/completion.exp: Recognize the more detailed error
18197 messages produced by the macro expander's lexical analyzer.
18198
18199 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
18200
18201 * gdb.arch/altivec-abi.c: New file.
18202 * gdb.arch/altivec-abi.exp: New file.
18203 * gdb.arch/altivec-regs.c: New file.
18204 * gdb.arch/altivec-regs.exp: New file.
18205
18206 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
18207
18208 * gdb.base/maint.exp (maint print type): Update for new type
18209 structure.
18210
18211 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
18212
18213 * gdb.arch: New directory.
18214 * gdb.arch/configure.in: New file.
18215 * gdb.arch/configure: New file.
18216 * gdb.arch/Makefile.in: New file.
18217
18218 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
18219
18220 * gdb.asm/asm-source.exp: Add v850 as supported target.
18221 * gdb.asm/v850.inc: New file.
18222
18223 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
18224
18225 * gdb.c++/annota2.exp (annotate-quit): Add comment.
18226
18227 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
18228
18229 * gdb.base/break.exp: Check 'break "marker2"'.
18230
18231 2002-05-10 Michael Snyder <msnyder@redhat.com>
18232
18233 * gdb.base/long_long.exp: Fix typo.
18234
18235 2002-05-10 Jim Blandy <jimb@redhat.com>
18236
18237 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
18238 a bug.
18239
18240 * gdb.base/printcmds.exp (test_integer_literals_rejected):
18241 Recognize more detailed error message produced by the macro
18242 expander's lexical analyzer.
18243 * lib/gdb.exp (test_print_reject): Same.
18244
18245 2002-05-09 Mark Kettenis <kettenis@gnu.org>
18246
18247 * gdb.c++/method.exp: Fix typo.
18248
18249 2002-05-08 Michael Snyder <msnyder@redhat.com>
18250
18251 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18252 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
18253 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
18254 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18255 Add iftarget clause for strongarm.
18256
18257 2002-05-06 Michael Snyder <msnyder@redhat.com>
18258
18259 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18260 (gdb_continue_to_end): Accept output from status wrapper.
18261 * gdb.base/ending-run.exp: Add case for output from status wrapper.
18262 Clean up fail messages to match pass messages.
18263
18264 Enable the "needs_status_wrapper" testsuite feature.
18265 * lib/gdb.exp (gdb_wrapper_init): New procedure.
18266 (gdb_compile): Conditionally call gdb_wrapper_init.
18267 * gdb.base/a2-run.exp: Recognize output from status wrapper.
18268 * gdb.c++/method.exp: Recognize output from status wrapper.
18269
18270 2002-05-06 Ben Elliston <bje@redhat.com>
18271 From Graydon Hoare <graydon@redhat.com>
18272
18273 * config/sid.exp: Include support for "rawsid" protocol.
18274
18275 2002-05-03 Jim Blandy <jimb@redhat.com>
18276
18277 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18278 * gdb.c++/hang3.C: New file.
18279
18280 2002-05-04 Andrew Cagney <ac131313@redhat.com>
18281
18282 * gdb.base/default.exp: Remove obsolete code.
18283 * gdb.c++/misc.exp: Ditto. Update copyright.
18284 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
18285 * gdb.base/whatis.exp: Ditto. Update copyright.
18286 * gdb.base/scope.exp: Ditto. Update copyright.
18287 * gdb.base/ptype.exp: Ditto. Update copyright.
18288 * gdb.base/printcmds.exp: Ditto. Update copyright.
18289 * gdb.base/opaque.exp: Ditto. Update copyright.
18290 * gdb.base/list.exp: Ditto.
18291 * gdb.base/funcargs.exp: Ditto. Update copyright.
18292 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18293 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18294 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18295 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18296 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18297 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18298
18299 2002-05-02 Michael Snyder <msnyder@redhat.com>
18300
18301 * gdb.base/watchpoint.exp: Add xscale target.
18302 * gdb.base/long_long.exp: Add xscale target.
18303 * gdb.base/default.exp: Add xscale target.
18304
18305 2002-05-01 Jim Blandy <jimb@redhat.com>
18306
18307 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18308 gdb.c++/hang.exp: New test.
18309
18310 2002-05-01 Fred Fish <fnf@redhat.com>
18311
18312 * gdb.base/completion.exp: Handle completions of "./Make" for
18313 more than one completion possibility, as is the case when we
18314 build and test in the source tree.
18315
18316 2002-04-29 Anthony Green <green@redhat.com>
18317
18318 * gdb.java/jmisc1.exp: New file.
18319 * gdb.java/jmisc2.exp: New file.
18320
18321 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
18322
18323 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18324
18325 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
18326
18327 * gdb.base/help.exp: Change 'help status' to allow for target
18328 dependent output differences.
18329
18330 2002-04-22 Michael Chastain <mec@shout.net>
18331
18332 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18333
18334 2002-04-22 Michael Chastain <mec@shout.net>
18335
18336 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18337
18338 2002-04-17 David S. Miller <davem@redhat.com>
18339
18340 * gdb.asm/sparc64.inc: New file.
18341 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18342
18343 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
18344
18345 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18346 instruction file directly into the build tree. Clean up at end of
18347 test.
18348
18349 2002-04-18 David S. Miller <davem@redhat.com>
18350
18351 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18352 handle 64-bit platforms correctly.
18353 * gdb.base/maint.exp: Likewise.
18354
18355 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18356
18357 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18358 ``-fpic'' when compiling files comprising a shared library, but
18359 it does need additional linker flags in order to find shared
18360 libraries at run time.
18361
18362 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18363
18364 * gdb.base/cvexpr.c (use): New function.
18365 (main): Invoke use() on all global variables to prevent
18366 some linkers from deleting these otherwise unused symbols.
18367
18368 2002-04-17 Michael Chastain <mec@shout.net>
18369 From David S. Miller <davem@redhat.com>
18370
18371 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18372 handle 64-bit platforms correctly.
18373
18374 2002-04-12 Michael Snyder <msnyder@redhat.com>
18375 From Jim Blandy <jimb@redhat.com>
18376 * gdb.base/foo.c (foox): Remove section attribute; the linker
18377 script can handle this instead.
18378 * gdb.base/bar.c (barx): Same.
18379 * gdb.base/baz.c (bazx): Same.
18380 * gdb.base/grbx.c (grbxx): Same.
18381
18382 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18383 manager doesn't automatically unmap overlays unnecessarily.
18384
18385 2002-04-10 Martin M. Hunt <hunt@redhat.com>
18386
18387 * gdb.base/ending-run.exp: Fix pattern for Mips targets
18388 stepping out of main.
18389
18390 2002-04-09 Michael Chastain <mec@shout.net>
18391
18392 * gdb.c++/local.cc (main): Move call to marker1() inside nested
18393 scope so that the nested scope tests will make sense.
18394 * gdb.c++/local.exp: Write patterns that actually work with gcc
18395 (the HP patterns "were never known to work with gcc").
18396 Keep the old aCC patterns too.
18397
18398 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
18399
18400 * gdb.base/attach.exp: Correct target board test.
18401
18402 2002-04-08 Michael Chastain <mec@shout.net>
18403
18404 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18405 in a const method. Add some xfail and fail cases for configurations
18406 that do not emit the "const ...".
18407
18408 2002-04-07 Michael Chastain <mec@shout.net>
18409
18410 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18411 Accept "A * const" and "const A * const" as type of "this".
18412 Fix spelling of getFunky throughout. Make messages uniform.
18413
18414 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18415
18416 Work around for PR gdb/285:
18417 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18418
18419 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18420
18421 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18422 instructions file at run time instead of configure time.
18423 Sometimes we run the test in a directory that is not the one we
18424 configured in.
18425 * gdb.asm/configure.in: Delete creation of symlink.
18426 * gdb.asm/configure: Regenerate.
18427
18428 2002-04-05 J. Brobecker <brobecker@gnat.com>
18429
18430 * gdb.gdb/xfullpath.exp: New test, to exercise the new
18431 xfullpath () function.
18432
18433 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18434
18435 * gdb.asm/Makefile.in: Correct dependencies.
18436
18437 * gdb.asm/powerpc.inc: New file.
18438 * gdb.asm/asm-source.exp: Add PowerPC.
18439 * gdb.asm/configure.in: Likewise.
18440 * gdb.asm/configure: Regenerated.
18441
18442 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18443
18444 * gdb.base/relocate.exp: New file.
18445 * gdb.base/relocate.c: New file.
18446
18447 2002-04-04 Fred Fish <fnf@redhat.com>
18448
18449 * gdb.base/step-test.exp: Update comment regarding stopping in
18450 memcpy/bcopy calls inserted as part of the compiler runtime.
18451
18452 2002-04-04 Michael Snyder <msnyder@redhat.com>
18453
18454 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18455
18456 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
18457
18458 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18459 (gdb_expect): Remove $notransfer hack.
18460
18461 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
18462
18463 * gdb.c++/classes.exp ("calling method for small class"): Match
18464 updated register output.
18465
18466 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18467
18468 Fix PR gdb/452
18469 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18470 when finished. Make gdb_file_cmd send "exec-file" when
18471 appropriate.
18472
18473 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18474
18475 * gdb.base/attach.exp: Remove extra setup_xfail.
18476
18477 2002-03-26 Michael Snyder <msnyder@redhat.com>
18478
18479 * gdb.base/default.exp: Add tests for dump, append, and restore.
18480 * gdb.base/help.exp: Add tests for dump, append, and restore.
18481 * gdb.base/dump.exp: New file, test dump, append and restore.
18482 * gdb.base/dump.c: New file.
18483
18484 2002-03-27 Michael Snyder <msnyder@redhat.com>
18485
18486 * gdb.base/help.exp: Modify expect strings to reflect
18487 clean-ups in help messages.
18488
18489 2002-03-26 Fred Fish <fnf@redhat.com>
18490
18491 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18492 have debugging info for those functions and the compiler uses them
18493 internally to copy structs around.
18494
18495 2002-03-26 Fred Fish <fnf@redhat.com>
18496
18497 * gdb.base/list.exp: Revert the change made yesterday and add note
18498 about why we don't list the default lines for remote targets.
18499
18500 2002-03-25 Michael Snyder <msnyder@redhat.com>
18501
18502 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18503
18504 2002-03-25 Fred Fish <fnf@redhat.com>
18505
18506 * gdb.base/list.exp: This test works on remote targets so remove
18507 the short circuit for remote targets. Update copyright.
18508
18509 2002-03-25 Fred Fish <fnf@redhat.com>
18510
18511 * gdb.base/attach.exp: Fix logic error that was suppressing this
18512 test for all non hppa*-*-hpux* targets, instead of the hp target.
18513 Move comments closer to the suppression point. Also now need to
18514 check that we are running natively.
18515
18516 2002-03-22 Michael Snyder <msnyder@redhat.com>
18517
18518 * gdb.base/default.exp: Add test for gcore. Update copyright.
18519 * gdb.base/help.exp: Add test for gcore. Update copyright.
18520
18521 2002-03-06 Fred Fish <fnf@redhat.com>
18522
18523 * gdb.base/funcargs.c: Remove extraneous ';' character.
18524 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18525
18526 2002-03-04 Michael Chastain <mec@shout.net>
18527
18528 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18529 accommodate gcc v3 function signature.
18530 * gdb.mi/mi0-var-cmd-exp: Ditto.
18531
18532 2002-02-24 Andrew Cagney <ac131313@redhat.com>
18533
18534 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18535 ``GNU/Linux'' or ``Linux kernel''
18536 * testsuite/gdb.threads/pthreads.c: Ditto.
18537
18538 2002-02-24 Michael Chastain <mec@shout.net>
18539
18540 * gdb.threads/pthreads.c (thread1): Add a return statement.
18541 (thread2): Likewise.
18542 (foo): Likewise.
18543
18544 2002-02-23 Michael Chastain <mec@shout.net>
18545
18546 * gdb.threads/linux-dp.c (philosopher): Add a return statement
18547 to placate gcc.
18548
18549 2002-02-23 Michael Chastain <mec@shout.net>
18550
18551 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18552 test "ptype bint". The test passes on all my stabs configurations.
18553
18554 2002-02-21 Jim Blandy <jimb@redhat.com>
18555
18556 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18557 filename at a time, and watch for the ones we want to see.
18558
18559 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18560 types of pointers to prototyped functions.
18561
18562 2002-02-20 Andrew Cagney <ac131313@redhat.com>
18563
18564 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
18565 signed, unsigned and straight char.
18566 (padding_char, padding_short, padding_int, padding_long,
18567 padding_long_long, padding_float, padding_double,
18568 padding_long_double): New global variables.
18569 (fill, fill_structs): New functions.
18570
18571 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
18572 for correctly sized writes. Update copyright.
18573 (get_valueof): New procedure.
18574 (get_sizeof): Call get_valueof.
18575 (check_valueof): New procedure.
18576 (check_padding): New procedure.
18577
18578 2002-02-20 Michael Chastain <mec@shout.net>
18579
18580 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18581 to setup_xfail. Document some of the remaining calls.
18582
18583 2002-02-18 Michael Chastain <mec@shout.net>
18584
18585 * gdb.c++/userdef.exp: Update copyright year.
18586
18587 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
18588
18589 * gdb.c++/userdef.exp: Test overloaded operators properly.
18590 Remove xfails.
18591
18592 2002-02-14 Michael Snyder <msnyder@redhat.com>
18593
18594 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18595
18596 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
18597
18598 * gdb.base/a2-run.exp: Check for a remote target properly.
18599 * gdb.base/annota1.exp: Likewise.
18600 * gdb.base/list.exp: Likewise.
18601 * gdb.base/reread.exp: Likewise.
18602 * gdb.base/scope.exp: Likewise.
18603 * gdb.base/shlib-call.exp: Likewise.
18604 * gdb.base/term.exp: Likewise.
18605 * gdb.c++/annota2.exp: Likewise.
18606
18607 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
18608
18609 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18610
18611 2002-02-10 Michael Chastain <mec@shout.net>
18612
18613 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18614 (call_after_alloca): Ditto.
18615
18616 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
18617
18618 * gdb.base/ending-run.exp: Guard "cont" test with
18619 gdb_skip_stdio_test.
18620
18621 2002-02-06 Jim Blandy <jimb@redhat.com>
18622
18623 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18624 from here...
18625 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18626 To here. Disable this test on non-HP platforms. Add big comment.
18627
18628 2002-02-04 Michael Snyder <msnyder@redhat.com>
18629
18630 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
18631 other than d10v and m32r.
18632
18633 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
18634
18635 * gdb.base/default.exp: Rewrite test patterns to reduce time
18636 taken to match them.
18637
18638 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18639
18640 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18641 Allow a start function above main.
18642 * gdb.threads/linux-dp.exp: Fix copyright date.
18643
18644 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18645
18646 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18647 (check_philosopher_stack): Check for manager thread before checking
18648 for a just-starting thread.
18649
18650 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18651
18652 From Neil Booth <neil@daikokuya.demon.co.uk>:
18653 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18654 warnings.
18655
18656 2002-01-21 Fred Fish <fnf@redhat.com>
18657
18658 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18659 not caller.
18660
18661 2002-01-21 Jim Blandy <jimb@redhat.com>
18662
18663 * gdb.base/reread.exp: Check that GDB properly re-reads the
18664 executable file when it changes while no inferior is running.
18665
18666 2002-01-21 Fred Fish <fnf@redhat.com>
18667
18668 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18669 optionally accept the "shlib events" variation.
18670
18671 2002-01-21 Jim Blandy <jimb@redhat.com>
18672
18673 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18674 call `fflush' after every `printf', so that the output is produced
18675 at predictable points, regardless of whatever buffering does (or
18676 doesn't) take place.
18677 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18678 at different points.
18679
18680 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18681
18682 * gdb.c++/inherit.exp: Update copyright years.
18683 * gdb.c++/method.exp: Likewise.
18684
18685 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18686
18687 * gdb.c++/classes.exp: Update for improved v3 support and skipping
18688 artificial methods/arguments.
18689 * gdb.c++/derivation.exp: Likewise.
18690 * gdb.c++/inherit.exp: Likewise.
18691 * gdb.c++/method.exp: Likewise.
18692 * gdb.c++/virtfunc.exp: Likewise.
18693
18694 2002-01-18 Andrew Cagney <ac131313@redhat.com>
18695
18696 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18697 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18698 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18699 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18700 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18701 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18702
18703 2002-01-17 Jim Blandy <jimb@redhat.com>
18704
18705 * gdb.asm/asm-source.exp (info symbol): Take another shot at
18706 anchoring the pattern matching the entry point symbol's name.
18707
18708 2002-01-17 Andrew Cagney <ac131313@redhat.com>
18709
18710 * gdb.base/maint.exp: Update ``maint internal-error'' to match
18711 continue/quit query. Update copyright.
18712
18713 2002-01-14 Michael Snyder <msnyder@redhat.com>
18714
18715 * gdb.base/gcore.exp: Remove extra debugging output.
18716
18717 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18718
18719 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18720 for slightly dubious v2 mangled string.
18721
18722 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18723
18724 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18725
18726 2002-01-10 Jason Merrill <jason@redhat.com>
18727
18728 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
18729
18730 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18731 constructors.
18732 * gdb.c++/derivation.exp: Likewise.
18733 * gdb.c++/templates.exp: Likewise.
18734 * gdb.c++/virtfunc.exp: Likewise.
18735
18736 2002-01-10 Michael Snyder <msnyder@redhat.com>
18737
18738 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
18739
18740 2002-01-08 Michael Snyder <msnyder@redhat.com>
18741
18742 * gdb.base/gcore.exp: New test for generate-core-file command.
18743 * gdb.base/gcore.c: Testcase for above.
18744 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18745
18746 2002-01-08 Jason Merrill <jason@redhat.com>
18747
18748 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18749
18750 2002-01-07 Fred Fish <fnf@redhat.com>
18751
18752 * gdb.c++/overload.exp: Remove unconditional xfails for:
18753 print foo_instance1.overloadargs(1)
18754 print foo_instance1.overloadargs(1, 2)
18755 print foo_instance1.overloadargs(1, 2, 3)
18756 print foo_instance1.overloadargs(1, 2, 3, 4)
18757 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18758 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18759 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18760 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18761 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18762 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18763 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18764 print foo_instance1.overload1arg()
18765 print foo_instance1.overload1arg((char)arg2)
18766 print foo_instance1.overload1arg((signed char)arg3)
18767 print foo_instance1.overload1arg((unsigned char)arg4)
18768 print foo_instance1.overload1arg((int)arg7)
18769 print foo_instance1.overload1arg((unsigned int)arg8)
18770 print foo_instance1.overload1arg((float)arg11)
18771 print foo_instance1.overload1arg((double)arg12)
18772
18773 2002-01-07 Michael Snyder <msnyder@redhat.com>
18774
18775 * gdb.base/huge.exp: New test. Print a very large target data object.
18776 (skip_huge_test): New test variable. Define if you want to skip this
18777 test. The test reads an 8 megabyte data object from the target, so it
18778 might be very time consuming on remote targets with a slow connection.
18779 * gdb.base/huge.c: New file. Test case for above.
18780
18781 2002-01-07 Fred Fish <fnf@redhat.com>
18782
18783 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
18784 g_instance.bfoo, and g_instance.cfoo.
18785
18786 2002-01-07 Jeffrey A Law <law@redhat.com>
18787
18788 * gdb.base/break.c (multi_line_if_conditional): New function.
18789 (multi_ilne_while_conditional): Likewise.
18790 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18791 IF or WHILE condition puts the breakpoint at the start of
18792 the condition.
18793
18794 * gdb.base/selftest.exp (backtrace through signal handler): Remove
18795 hppa*-*-hpux* expected failure.
18796 * gdb.base/structs.exp (do_function_calls): Similarly.
18797
18798 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18799 watchpoints.
18800
18801 2002-01-06 Andrew Cagney <ac131313@redhat.com>
18802
18803 Fix PR gdb/66.
18804 * gdb.base/structs.exp: Replace skip for a29k with skip for
18805 gdb,cannot_call_functions.
18806 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18807 * gdb.base/callfuncs.exp: Ditto.
18808 * gdb.base/call-rt-st.exp: Ditto.
18809 * gdb.base/call-strs.exp: Ditto.
18810 * gdb.base/callfwmall.exp: Ditto.
18811 * gdb.base/scope.exp: Obsolete xfail a29k.
18812 * gdb.c++/misc.exp: Ditto.
18813 * gdb.c++/cplusfuncs.exp: Ditto.
18814 * gdb.base/ptype.exp: Ditto.
18815 * gdb.base/printcmds.exp: Ditto.
18816 * gdb.base/opaque.exp: Ditto.
18817 * gdb.base/list.exp: Ditto.
18818 * gdb.base/funcargs.exp: Ditto.
18819 * gdb.base/default.exp: Ditto.
18820
18821 2002-01-04 Michael Snyder <msnyder@redhat.com>
18822
18823 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
18824 * gdb.base/maint.exp: Add tests for maint info sections options.
18825
18826 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
18827
18828 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18829
18830 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
18831
18832 * gdb.asm/arm.inc: New file.
18833 * gdb.asm/asm-source.exp: Add arm targets.
18834 * gdb.asm/configure.in: Ditto.
18835 * gdb.asm/configure: Recreated from configure.in.
18836
18837 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
18838
18839 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18840 with HP's compiler.
18841 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18842 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18843 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18844 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18845
18846 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18847 either HP's compilers or GCC.
18848
18849 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18850 a SIGBUS or SIGSEGV.
18851
18852 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18853
18854 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18855 can be compiled with either HP's compiler or GCC.
18856
18857 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18858 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18859 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18860
18861 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18862 to match current gdb output. Update due to using auto-solib-limit
18863 for limiting instead of overloading auto-solib-add.
18864 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18865 test program.
18866
18867 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
18868 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18869 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18870 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18871 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18872 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18873 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18874 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18875 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18876 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18877 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18878 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18879 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
18880
18881 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18882 a SIGTRAP to the inferior.
18883
18884 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
18885
18886 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18887 Substitute call to target_link by call to gdb_compile.
18888
18889 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
18890
18891 * gdb.base/break.exp: Fix HP specific search string when testing
18892 backtracing in a called function.
18893
18894 * gdb.base/constvars.exp: Only set lang to C++ if we're
18895 compiling the test with HP's compilers.
18896 * gdb.base/volatile.exp: Similarly.
18897
18898 2001-12-19 Jim Blandy <jimb@redhat.com>
18899
18900 * gdb.base/printcmds.exp: Expect the null character to be printed
18901 as '\0', and the '\013' to be printed as '\v'.
18902 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18903 * gdb.base/setvar.exp: Same.
18904
18905 2001-12-17 Jim Blandy <jimb@redhat.com>
18906
18907 * gdb.base/completion.exp: Rather than completing very long
18908 filenames, which can make the readline library produce output we
18909 don't recognize, cd to the directory first, and then complete
18910 using nice, short relative paths.
18911
18912 * gdb.base/completion.exp: On some systems, there is, in fact, a
18913 variable named `b' in scope, since GDB treats all static
18914 variables as being in scope. So use `no_var_named_this'
18915 instead of `b'.
18916
18917 * gdb.base/corefile.exp: Recognize the message saying that GDB
18918 can't find the core file's registers as a failure.
18919
18920 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
18921
18922 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
18923 test expect string more specific.
18924
18925 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
18926
18927 * gdb.asm/asm-source.exp: Add support for xstormy16.
18928 * gdb.asm/configure.in: Ditto.
18929 * gdb.asm/configure: Rebuild.
18930 * gdb.asm/xstormy16.inc: New file.
18931
18932 2001-12-10 Fred Fish <fnf@redhat.com>
18933
18934 * gdb.base/maint.exp: Update to match changes in type dumping code.
18935
18936 2001-12-10 Jim Blandy <jimb@redhat.com>
18937
18938 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
18939 matching the entry point symbol's name at the beginning of the
18940 line.
18941
18942 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
18943
18944 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
18945 gdb.c++/inherit.exp, gdb.c++/method.exp,
18946 gdb.c++/namespace.exp, gdb.c++/templates.exp,
18947 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
18948 and class layout support.
18949
18950 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
18951
18952 * gdb.c++/classes.exp: Add test for static member function.
18953 * gdb.c++/misc.cc: Add class with static member function.
18954
18955 2001-12-07 Jim Blandy <jimb@redhat.com>
18956
18957 If GDB says it can't find the struct the function returned, report
18958 those tests as `unsupported'.
18959 * gdb.base/call-rt-st.exp (print_struct_call): New function.
18960 Rewrite subsequent tests to use it.
18961
18962 If GDB says it can't find the struct the function returned, report
18963 those tests as `unsupported'.
18964 * gdb.base/structs.exp (call_struct_func): New function.
18965 (do_function_calls): Use call_struct_func to call the functions
18966 returning structs.
18967
18968 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18969 whether functions are prototyped or not, so we can't possibly pass
18970 arguments to t_float_values2 properly.
18971
18972 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18973 value of `timeout' for targets other than the mips*tx39-*.
18974
18975 2001-12-06 Michael Snyder <msnyder@redhat.com>
18976
18977 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
18978 and detect whether the start symbol has a leading underscore.
18979
18980 2001-12-04 Jim Blandy <jimb@redhat.com>
18981
18982 * gdb.base/completion.exp: Clarify indentation.
18983
18984 2001-12-03 Jim Blandy <jimb@redhat.com>
18985
18986 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18987 variables on the S/390, not `.word'.
18988
18989 2001-11-30 Jim Blandy <jimb@redhat.com>
18990
18991 Add assembly-source tests for s390-ibm-linux.
18992 * gdb.asm/s390.inc: New file.
18993 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18994 the S/390 architecture.
18995 * gdb.asm/configure: Regenerated.
18996
18997 2001-11-30 Michael Snyder <msnyder@redhat.com>
18998
18999 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
19000 next, info source, info sources, info line, global and static
19001 variables, and static functions.
19002 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
19003 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
19004 * gdb.asm/asmsrc1.s: Add a static function and some variables.
19005 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
19006 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
19007 (gdbasm_leave): Restore frame pointer.
19008 (gdbasm_startup): Copy stack set-up from crt0.S.
19009
19010 2001-11-26 Fernando Nasser <fnasser@redhat.com>
19011
19012 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
19013 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
19014 to a local (non-static) variable. Copy tstruct.a to a static buffer
19015 and return a pointer to that buffer.
19016 * gdb.base/callfwmall.c (t_structs_a): Ditto.
19017
19018 2001-11-24 Mark Kettenis <kettenis@gnu.org>
19019
19020 * gdb.asm/configure.in: Fix recognition of ix86 target.
19021 * gdb.asm/configure: Regenerate.
19022
19023 2001-11-21 Michael Snyder <msnyder@redhat.com>
19024
19025 * gdb.asm/sparc.inc: New file.
19026 * gdb.asm/asm-source.exp: Recognize sparc target.
19027 * gdb.asm/configure.in: Recognize sparc target.
19028 * gdb.asm/configure: Regenerate.
19029
19030 2001-11-21 Michael Snyder <msnyder@redhat.com>
19031
19032 * gdb.asm/m32r.inc: New file.
19033 * gdb.asm/asm-source.exp: Recognize m32r target.
19034 * gdb.asm/configure.in: Recognize m32r target.
19035 * gdb.asm/configure: Regenerate.
19036
19037 2001-11-20 Michael Snyder <msnyder@redhat.com>
19038
19039 * gdb.asm/i386.inc: New file.
19040 * gdb.asm/asm-source.exp: Recognize ix86 target.
19041 * gdb.asm/configure.in: Recognize ix86 target.
19042 * gdb.asm/configure: Regenerate.
19043
19044 * gdb.c++/namespace.exp: Fix quotes in output messages.
19045
19046 2001-11-14 Michael Snyder <msnyder@redhat.com>
19047
19048 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
19049 qualifier in a type cast expression, to designate an address
19050 in the instruction space (Harvard architecture).
19051
19052 2001-11-13 Michael Snyder <msnyder@redhat.com>
19053
19054 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
19055 Tests for expressions using 'const' and 'volatile'.
19056
19057 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
19058
19059 * gdb.asm/asm-sources.exp: Allow defining linker flags.
19060
19061 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
19062
19063 * lib/mi-support.exp (mi_run_to_helper): Move comments
19064 outside of gdb_expect.
19065
19066 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
19067
19068 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
19069 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
19070 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
19071 mi0_run_to): New functions.
19072 * gdb.mi/mi-simplerun.exp: Use them.
19073 * gdb.mi/mi0-simplerun.exp: Likewise.
19074 * gdb.mi/mi-var-cmd.exp: Likewise.
19075 * gdb.mi/mi0-var-cmd.exp: Likewise.
19076
19077 2001-11-10 Andrew Cagney <ac131313@redhat.com>
19078
19079 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
19080 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
19081
19082 2001-11-09 Andrew Cagney <ac131313@redhat.com>
19083
19084 * gdb.base/restore.exp: Include $expected value in restored test
19085 message.
19086
19087 2001-11-09 Andrew Cagney <ac131313@redhat.com>
19088
19089 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19090 implemented.
19091
19092 2001-11-08 Michael Snyder <msnyder@redhat.com>
19093
19094 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19095 Add pass/fail message for stop at breakpoint in call dummy function.
19096
19097 2001-11-07 Michael Snyder <msnyder@redhat.com>
19098
19099 * gdb.c++/templates.exp (test_template_breakpoints):
19100 If we get an overload menu, but it does not match what
19101 we expect, we still need to issue the "cancel" command.
19102 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19103 making the whitespace optional. Argument for "new" may be
19104 "unsigned" as well as "unsigned int/long".
19105 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
19106 making the whitespace optional. Also replace "(void) with
19107 "((void|)), making the keyword "void" optional.
19108 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
19109 making the whitespace optional. Also replace "(void) with
19110 "((void|)), making the keyword "void" optional.
19111 * gdb.base/callfuncs.c (t_float_values): This function must
19112 _not_ be prototyped, and the following function (t_float_values2)
19113 must be prototyped (if the compiler supports it), so that GDB
19114 can be tested against both cases. Usually one case involves
19115 promotion of float to double, while the other does not.
19116 * gdb.base/callfwmall.c: Ditto.
19117 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19118 includes a stack frame for "start".
19119
19120 2001-11-05 Jim Blandy <jimb@redhat.com>
19121
19122 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
19123 pointers are 32 bits long, and that offsets of relocs are always
19124 stored in the data (REL-style), and not in the reloc entry itself
19125 (RELA-style).
19126 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19127 stabs.
19128
19129 2001-11-01 Michael Snyder <msnyder@redhat.com>
19130
19131 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19132 and regular expression operators by using quoting.
19133
19134 2001-10-31 Michael Snyder <msnyder@redhat.com>
19135
19136 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19137 depending on what the symbol table contains.
19138 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19139 the output of the ptype command. Similarly, accept both "const &"
19140 and "const&".
19141
19142 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
19143
19144 * gdb.base/miscexprs.c (main): Add usage of preprocessor
19145 symbol `STORAGE' to allow to choose the storage class of
19146 the local datastructures.
19147 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19148 compiler directive.
19149
19150 2001-10-30 Michael Snyder <msnyder@redhat.com>
19151
19152 * gdb.base/jump.exp: Allow it to run for all targets.
19153
19154 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
19155
19156 * gdb.base/call-ar-st.c (print_double_array): Match for loop
19157 with new double_array size.
19158 (main): Change storage class of all local variables to static.
19159 Reduce size of double_array to 9.
19160 * gdb.base/call-ar-st.exp: Increase timeout value.
19161 Change expected output for double array to match new size in
19162 call-ar-st.c.
19163
19164 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
19165
19166 * gdb.base/ending-run.exp: Create identical output when passing
19167 `step to end of run' case. Add regular expression branch satisfying
19168 Stormy16 target.
19169
19170 2001-10-28 Mark Kettenis <kettenis@gnu.org>
19171
19172 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19173 that we catch the expected failure under Linux/x86.
19174
19175 2001-10-29 Orjan Friberg <orjanf@axis.com>
19176
19177 * gdb.base/setvar.exp: Escape curly braces.
19178 * gdb.stabs/weird.exp: Ditto.
19179
19180 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
19181
19182 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19183 * gdm.mi/mi0-hack-cli.exp: Likewise.
19184
19185 2001-10-25 Andrew Cagney <ac131313@redhat.com>
19186
19187 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19188 messages.
19189
19190 2001-10-21 Andrew Cagney <ac131313@redhat.com>
19191
19192 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19193 checking MI enabled.
19194
19195 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
19196
19197 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19198
19199 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
19200
19201 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19202 if gdb child process crashes, just signal an error.
19203
19204 2001-10-02 Jim Blandy <jimb@redhat.com>
19205
19206 * lib/gdb.exp (test_xfail_format): Simplify.
19207
19208 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19209 front of the variable name `format'. Simplify `if'.
19210
19211 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
19212
19213 * gdb.threads/pthreads.exp: Wait for output and delay
19214 before sending ^C.
19215
19216 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
19217
19218 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
19219 some incorrect output instead of timing out.
19220 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
19221
19222 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
19223
19224 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19225 check to allow additional `int'.
19226
19227 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
19228
19229 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19230 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19231
19232 2001-09-27 Michael Snyder <msnyder@redhat.com>
19233
19234 * lib/gdb.exp (test_debug_format): New proc.
19235 (setup_xfail_format): Use new proc test_debug_format.
19236 * gdb.base/constvars.exp (local_compiler_xfail_check): New
19237 proc; use new service proc test_debug_format.
19238 Replace all other "gcc_compiled" tests with this test.
19239 * gdb.base/volatile.exp (local_compiler_xfail_check): New
19240 proc; use new service proc test_debug_format.
19241 Replace all other "gcc_compiled" tests with this test.
19242
19243 2001-09-27 Michael Snyder <msnyder@redhat.com>
19244
19245 * gdb.base/cvexpr.exp: New file.
19246 * gdb.base/cvexpr.c: New file
19247 Test for expressions using const and volatile keywords.
19248
19249 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
19250
19251 * gdb.base/constvars.exp: Check for different orders of keywords
19252 and additional "int" strings in output.
19253
19254 2001-09-22 Andrew Cagney <ac131313@redhat.com>
19255
19256 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19257 responses from "help maint".
19258
19259 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
19260
19261 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19262 to localhost:NNN instead of :NNN, in case Xvfb is listening
19263 only on TCP.
19264
19265 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
19266
19267 * gdb.base/recurse.exp: When checking leaving the watchpoint
19268 scope, recognize when gdb is in function's epilogue and pass.
19269
19270 2001-09-18 Keith Seitz <keiths@redhat.com>
19271
19272 * lib/insight-support.exp (_gdbtk_export_target_info): Add
19273 support for running tests against sid targets.
19274 (gdbtk_done): Ditto.
19275
19276 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
19277
19278 * gdb.base/ending-run.c (main): Set stdout buffersize
19279 to the same reasonable value for any target.
19280 * gdb.base/ending-run.exp: Add a regular expression
19281 to make testsuite happy on Sanyo Stormy16 target.
19282
19283 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
19284
19285 * gdb.base/display.c (do_loops): Add float variable `f'.
19286 Increment f in loop.
19287 * gdb.base/display.exp: Increment timeout by 60 seconds.
19288 Change float display test to use variable `f'.
19289
19290 2001-09-17 Jim Blandy <jimb@redhat.com>
19291
19292 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19293 overflowing the limited breakpoint tables on some ROM monitors
19294 (like the ROM68K).
19295
19296 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
19297
19298 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19299 the "-ac" (disable access control) flag.
19300
19301 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
19302
19303 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19304 ints.
19305
19306 2001-08-30 Keith Seitz <keiths@redhat.com>
19307
19308 * lib/gdb.exp: Move all insight-related functionality into
19309 separate file.
19310 * lib/insight-support.exp: New file.
19311
19312 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
19313
19314 * config/sid.exp (sid_start): Never set sid verbosity; disable
19315 expect_background {} that consumed its stdout; tolerate </dev/null.
19316 Attempt to set endianness override in "sid" protocol mode. Cleanup.
19317
19318 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19319
19320 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19321 CLI jump command to start it.
19322 (mi_run_to_main): Fail immediatly when unexpected output.
19323
19324 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19325
19326 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19327 beginning of function. Fix PR gdb/191.
19328
19329 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
19330
19331 * config/sid.exp (sid_start): Don't warn if we cannot figure out
19332 what to force sid endianness to.
19333
19334 2001-08-15 Keith Seitz <keiths@redhat.com>
19335
19336 * lib/gdb.exp (gdbtk_start): Don't set environment
19337 variables for TCL_LIBRARY and friends. Insight will
19338 now figure these out for itself.
19339
19340 2001-08-02 Michael Snyder <msnyder@redhat.com>
19341
19342 * gdb.base/completion.exp: Remove the symbol "a64l" from
19343 the expect string; this is target-specific, and not related
19344 to what is being tested.
19345
19346 2001-08-02 Dave Brolley <brolley@redhat.com>
19347
19348 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19349
19350 2001-07-25 Michael Snyder <msnyder@redhat.com>
19351
19352 * gdb.base/consecutive.exp: New file. Test stepping over
19353 breakpoints on consecutive instructions.
19354 * gdb.base/consecutive.c: New file.
19355
19356 * gdb.base/call-rt-st.exp: Use double-backslash to quote
19357 curly braces in regular expressions.
19358
19359 2001-07-25 Michael Snyder <msnyder@redhat.com>
19360
19361 * gdb.base/ending-run.exp: Accept "Program exited normally" as
19362 legitimate output from stepping out of main.
19363
19364 2001-07-22 Keith Seitz <keiths@redhat.com>
19365
19366 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19367 the empty string, do not run the tests.
19368
19369 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19370
19371 * gdb.base/long_long.exp: Detect size of pointer. Take into
19372 account 2-byte pointers when testing for p/a results.
19373
19374 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19375
19376 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
19377 and defined to 1K for m68hc11.
19378 (random_data): Reduce table to 1K for embedded platforms (68hc11).
19379 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19380 (sizeof_random_data): New variable to tell the size of the data table;
19381 don't test past this size; always run to main.
19382
19383 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19384
19385 * gdb.base/return2.exp: return of long long and double fails for
19386 68HC11; don't execute these tests on that platform.
19387 * gdb.base/return.exp: Return of a double fails for 68hc11.
19388
19389 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19390
19391 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19392 tests that print a float.
19393 * call-rt-st.exp: Likewise.
19394
19395 2001-07-12 Mark Kettenis <kettenis@gnu.org>
19396
19397 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19398 running this test on Linux.
19399
19400 2001-06-24 Michael Chastain <chastain@redhat.com>
19401
19402 * gdb.base/arithmet.exp: Remove some tests to make all test names
19403 unique.
19404
19405 2001-07-03 Michael Snyder <msnyder@redhat.com>
19406
19407 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19408 the output of the ptype command.
19409
19410 2001-07-02 Michael Snyder <msnyder@redhat.com>
19411
19412 * gdb.base/completion.exp: Don't assume that break.c is the only
19413 source file that may contain functions named "marker".
19414 * gdb.base/corefile.exp: Quote the curly braces in regexp.
19415
19416 2001-06-28 Andrew Cagney <ac131313@redhat.com>
19417
19418 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19419 of files to delete.
19420
19421 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19422 * gdb.disasm/h8300s.exp: New file.
19423 gdb.disasm/h8300s.s: Likewise.
19424
19425 2001-06-27 Andrew Cagney <ac131313@redhat.com>
19426
19427 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19428 empty breakpoint tables.
19429
19430 2001-06-25 Andrew Cagney <ac131313@redhat.com>
19431
19432 * lib/mi-support.exp: Update args=... part of stop-reason
19433 patterns. Accept either a list or a tuple.
19434
19435 2001-06-23 Andrew Cagney <ac131313@redhat.com>
19436
19437 * lib/mi-support.exp: Remove local emacs variable defining
19438 change-log-default-name.
19439
19440 2001-06-22 Michael Chastain <chastain@redhat.com>
19441
19442 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19443 This is operationally compatible with the previous version.
19444
19445 2001-06-13 Jim Blandy <jimb@redhat.com>
19446
19447 * lib/gdb.exp (gdb_test): Doc fix.
19448
19449 2001-06-10 Michael Chastain <chastain@redhat.com>
19450
19451 * gdb.base/exprs.exp: Remove a duplicate test.
19452
19453 2001-06-06 Jim Blandy <jimb@redhat.com>
19454
19455 * gdb.base/return2.exp (main): Use values to test float and double
19456 returns that are not NaN's, to avoid being confused by IEEE
19457 comparison rules.
19458
19459 2001-06-04 Michael Snyder <msnyder@redhat.com>
19460
19461 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
19462 non-zero if control_c fails. Terminate the test on failure,
19463 rather than wait for 12 more tests to time out.
19464
19465 2001-06-06 Jim Blandy <jimb@redhat.com>
19466
19467 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
19468 Don't forget to match the GDB prompt.
19469
19470 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19471
19472 2001-06-04 Jim Blandy <jimb@redhat.com>
19473
19474 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19475 command.
19476
19477 2001-05-31 Kevin Buettner <kevinb@redhat.com>
19478
19479 * gdb.base/annota1.exp (info break): Match four or more spaces
19480 after "Address".
19481
19482 2001-05-31 Michael Chastain <chastain@redhat.com>
19483
19484 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19485 (dm_type_int_star): Likewise.
19486 (dm_type_long_star): Likewise.
19487 (dm_type_void_star): Likewise.
19488
19489 2001-05-29 Kevin Buettner <kevinb@redhat.com>
19490
19491 * gdb.base/completion.exp (INPUTRC): Set this environment variable
19492 to a known value in order to get consistent results regardless
19493 of the setting of INPUTRC or the presence or contents of .inputrc.
19494
19495 2001-05-24 Michael Snyder <msnyder@redhat.com>
19496
19497 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19498 Don't require that the main thread and the manager thread are the
19499 first in the list.
19500
19501 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19502 debugging. If test fails, issue an "unsupported" not a "fail".
19503
19504 2001-05-24 Jim Blandy <jimb@redhat.com>
19505
19506 Don't assume that short is shorter than int.
19507 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19508 assume that shorts are smaller than ints. On a 16-bit machine,
19509 this isn't true.
19510 ("print unsigned char == (~0)"): Add test that verifies that ~0,
19511 an int, is not equal to ~0 stored in an unsigned char. This tests
19512 the same thing that the previous test meant to, but works on
19513 16-bit machines, too.
19514 ("print unsigned char != (~0)"): Same test, complemented.
19515
19516 2001-05-24 Michael Snyder <msnyder@redhat.com>
19517
19518 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
19519 test for (full_coverage == 0). This makes the test run faster,
19520 and prevents dejagnu getting out of step.
19521
19522 2001-05-23 Kevin Buettner <kevinb@redhat.com>
19523
19524 * gdb.base/finish.exp (finish_void): Revise pattern for
19525 stopping on the call statement to not permit stopping at
19526 the start of the instructions comprising the call sequence.
19527
19528 2001-05-19 Michael Chastain <chastain@redhat.com>
19529
19530 * gdb.base/callfuncs.exp: Make all test names unique.
19531 * gdb.base/commands.exp: Make all test names unique.
19532 * gdb.base/condbreak.exp: Make all test names unique.
19533 * gdb.base/dbx.exp: Make all test names unique.
19534 * gdb.base/default.exp: Make all test names unique.
19535 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
19536 and TIMEOUT messages to their corresponding PASS message.
19537 * gdb.base/ending-run.exp: Make all test names unique.
19538 * gdb.base/long_long.exp: Remove duplicate test.
19539
19540 2001-05-21 Kevin Buettner <kevinb@redhat.com>
19541
19542 * gdb.base/finish.exp (finish_void): Allow "finish" command to
19543 stop on the call statement as well as the statement after the
19544 call.
19545
19546 2001-05-21 Michael Snyder <msnyder@redhat.com>
19547
19548 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19549
19550 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19551
19552 * gdb.base/completion.exp: Revamp test. Make it execute on all
19553 platforms.
19554
19555 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19556
19557 * config/gdbserver.exp (gdb_load): Handle the case
19558 in which the arguments to gdbserver are given in the
19559 baseboard configuration file.
19560 Also handle the case in which the server needs to do a
19561 load.
19562
19563 2001-05-07 Keith Seitz <keiths@cygnus.com>
19564
19565 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19566 set up the display for testing.
19567 (gdbtk_start): Convert all paths to paths that tcl will like.
19568 Export target information to environment.
19569 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19570 necessary.
19571 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19572 (to_tcl_path): New proc to convert a given pathname into
19573 a path acceptible as an argument to a tcl command.
19574 (_gdbtk_export_target_info): New proc to export target info
19575 into the environment for gdbtk testing.
19576 (gdbtk_done): New proc to signal end-of-test.
19577
19578 2001-05-06 Jim Blandy <jimb@redhat.com>
19579
19580 * restore.c: Make the code of caller0 correspond to its comment.
19581
19582 2001-05-03 Michael Snyder <msnyder@redhat.com>
19583
19584 * config/sid.exp (gdb_target_sid): Check for error messages.
19585 On error or timeout, don't make expect exit (which will terminate
19586 all subsequent tests); instead just make gdb exit.
19587 (gdb_load): Check for error messages. On error or timeout,
19588 return a negative value.
19589
19590 2001-04-24 Jim Blandy <jimb@redhat.com>
19591
19592 * gdb.c++/templates.exp: If we see the prompt for the overload
19593 list, but we haven't recognized any of the longer patterns,
19594 arrange for this test to fail, not hang.
19595
19596 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19597 variations.
19598
19599 2001-04-22 Michael Chastain <chastain@redhat.com>
19600
19601 * gdb.c++/local.exp: Use the 'runto' library function.
19602 * gdb.c++/namespace.exp: Likewise.
19603 * gdb.c++/overload.exp: Likewise.
19604
19605 2001-03-26 Kevin Buettner <kevinb@redhat.com>
19606
19607 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19608 * gdb.base/step-line.exp: New file. Test step/next in presence of
19609 #line directives.
19610 * gdb.base/step-line.c: New file. Test program for the above.
19611 * gdb.base/step-line.inp: New file. We pretend that this file has
19612 been transformed by some other tool into step-line.c.
19613
19614 2001-03-21 Jim Blandy <jimb@redhat.com>
19615
19616 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19617 unmangled operator names.
19618
19619 2001-03-20 Jim Blandy <jimb@redhat.com>
19620
19621 * gdb.threads/linux-dp.exp: Recognize an additional message
19622 generated by GDB when it doesn't understand how to debug threads
19623 on the target system.
19624
19625 2001-03-19 Andrew Cagney <ac131313@redhat.com>
19626
19627 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19628
19629 2001-03-12 Michael Chastain <chastain@redhat.com>
19630
19631 * gdb.c++/derivation.exp: Use the 'runto' library function.
19632
19633 2001-03-12 Michael Chastain <chastain@redhat.com>
19634
19635 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19636
19637 2001-02-24 Michael Chastain <chastain@redhat.com>
19638
19639 * gdb.c++/ref-types.exp: Change handwritten code to library
19640 function 'runto'.
19641
19642 2001-03-16 Orjan Friberg <orjanf@axis.com>
19643
19644 * gdb.base/signals.exp: Set count to 0 explicitly.
19645
19646 2001-03-15 Mark Salter <msalter@redhat.com>
19647
19648 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19649 (gdb_target_monitor): Add check of gdb_target_cmd return value.
19650 (gdb_load): Add support for additional target_info: gdb_download_size
19651 and gdb_load_timeout.
19652
19653 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
19654
19655 * gdb.base/annota1.exp: Move test of isnative to earlier in the
19656 file -- to prevent failing when the compile fails but we have no
19657 intention of running the tests anyway.
19658
19659 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19660 tests if set.
19661
19662 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
19663 integers.
19664
19665 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19666 * gdb.c++/namespace.exp: Ditto.
19667
19668 2001-03-07 Orjan Friberg <orjanf@axis.com>
19669
19670 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19671 * gdb.base/pointers.exp: Relax pattern match of decimals.
19672
19673 2001-03-06 Kevin Buettner <kevinb@redhat.com>
19674
19675 * Makefile.in, config/abug.exp, config/cfdbug.exp,
19676 config/cpu32bug.exp, config/dve.exp, config/est.exp,
19677 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19678 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19679 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19680 config/sh.exp, config/sid.exp, config/slite.exp,
19681 config/sparclet.exp, config/udi.exp, config/unknown.exp,
19682 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19683 config/vxworks.exp, config/vxworks29k.exp,
19684 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19685 gdb.base/all-bin.exp, gdb.base/annota1.exp,
19686 gdb.base/arithmet.exp, gdb.base/assign.exp,
19687 gdb.base/async.exp, gdb.base/attach.exp,
19688 gdb.base/bitfields.exp, gdb.base/bitops.exp,
19689 gdb.base/break.exp, gdb.base/call-ar-st.exp,
19690 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19691 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19692 gdb.base/commands.exp, gdb.base/completion.exp,
19693 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19694 gdb.base/constvars.exp, gdb.base/corefile.exp,
19695 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19696 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19697 gdb.base/ending-run.exp, gdb.base/environ.exp,
19698 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19699 gdb.base/finish.exp, gdb.base/foll-exec.exp,
19700 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19701 gdb.base/funcargs.exp, gdb.base/help.exp,
19702 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19703 gdb.base/logical.exp, gdb.base/long_long.exp,
19704 gdb.base/maint.exp, gdb.base/mips_pro.exp,
19705 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19706 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19707 gdb.base/pointers.exp, gdb.base/printcmds.exp,
19708 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19709 gdb.base/regs.exp, gdb.base/relational.exp,
19710 gdb.base/remote.exp, gdb.base/reread.exp,
19711 gdb.base/restore.exp, gdb.base/return2.exp,
19712 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19713 gdb.base/selftest.exp, gdb.base/setshow.exp,
19714 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19715 gdb.base/sigall.exp, gdb.base/signals.exp,
19716 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19717 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19718 gdb.base/step-test.exp, gdb.base/structs.c,
19719 gdb.base/structs.exp, gdb.base/structs2.exp,
19720 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19721 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19722 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19723 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19724 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19725 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19726 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19727 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19728 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19729 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19730 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19731 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19732 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19733 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19734 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19735 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19736 gdb.trace/circ.exp, gdb.trace/collection.exp,
19737 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19738 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19739 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19740 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19741 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19742 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19743 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19744 notices.
19745
19746 2001-02-27 Michael Snyder <msnyder@cygnus.com>
19747
19748 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19749 first arg is int not float.
19750
19751 2001-02-22 Michael Snyder <msnyder@cygnus.com>
19752
19753 * gdb.base/reread.exp: Unsupported for non-native targets;
19754 doesn't work for remote debugging.
19755
19756 2001-02-19 Fernando Nasser <fnasser@redhat.com>
19757
19758 From Drew Moseley <dmoseley@redhat.com>
19759 * gdb.base/ending-run.exp: Properly handle the BSP state when
19760 stepping past the end of main.
19761
19762 2001-02-19 John Moore <jmoore@redhat.com>
19763
19764 * gdb.base/commands.exp (infrun_breakpoint_command_test):
19765 Converted HPUX fix for non-expected items following multiple
19766 step commands into general solution for all platforms.
19767
19768 2001-02-18 Michael Chastain <chastain@redhat.com>
19769
19770 * gdb.c++/classes.exp (do_tests): Change runto statements
19771 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19772 statements demangler agnostic.
19773 * gdb.c++/virtfunc.exp (do_tests): Likewise.
19774 (gdb_virtfunc_restart): Likewise.
19775
19776 2001-02-14 Michael Chastain <chastain@redhat.com>
19777
19778 * gdb.c++/inherit.exp (do_tests): Change runto statements
19779 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19780 statements demangler agnostic.
19781
19782 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
19783
19784 * gdb.threads/pthreads.exp: Unify pass/fail messages for
19785 ``continue to bkpt at common_routine in thread 2'' and ``stopped
19786 before calling common_routine 15 times'' tests.
19787
19788 2001-02-11 Michael Chastain <chastain@redhat.com>
19789
19790 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19791 Helps the test script figure out which demangler is in use.
19792 (dm_type_foo_ref): Ditto.
19793 (dm_type_int_star): Ditto.
19794 (dm_type_long_star): Ditto.
19795 (dm_type_unsigned_int): Ditto.
19796 (dm_type_void): Ditto.
19797 (dm_type_void_star): Ditto.
19798 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
19799 Probe the gdb demangler and set variables to accommodate
19800 formatting differences.
19801 (info_func_regexp): New function. Same as info_func, but
19802 matches against a regexp.
19803 (info_func): Match against a literal string.
19804 (print_addr_2): New function. Match against a literal string,
19805 which can be different from the input to gdb.
19806 (print_addr): Simply call print_addr_2 with the same argument twice.
19807 (test_lookup_operator_functions): Use demangler formatting variables.
19808 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
19809 the tests in the same order as the C++ class declaration.
19810 (test_paddr_operator_functions): Ditto.
19811 (test_paddr_overloaded_functions): Ditto.
19812 (test_paddr_hairy_functions): Use demangler formatting variables.
19813 Add reference to gdb/19 for related tests.
19814 (do_tests): Call probe_demangler.
19815
19816 2001-01-30 Kevin Buettner <kevinb@redhat.com>
19817
19818 * gdb.c++/templates.cc (printf): Remove unused function definition.
19819
19820 2001-01-26 Felix Lee <flee@redhat.com>
19821
19822 * sid.exp (sid_exit): Pass host, not target, to remote_close.
19823
19824 2001-01-25 matthew green <mrg@redhat.com>
19825
19826 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19827 up sid.
19828 (sid_exit): Call `remote_pop_conn' after GDB is gone.
19829
19830 2001-01-25 matthew green <mrg@redhat.com>
19831
19832 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
19833 Deprecate $sid_spawn_id.
19834 (sid_exit): Remove code necessary only for `spawn.'
19835
19836 2001-01-25 matthew green <mrg@redhat.com>
19837
19838 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19839
19840 2001-01-28 Michael Chastain <chastain@redhat.com>
19841
19842 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19843 to call when tests fail. It takes gdb out of the overloaded
19844 function choice menu back to the main prompt, so that the test
19845 program stays synchronized.
19846 (set_bp_overloaded): New proc to collect all the common
19847 code for setting a breakpoint on an overloaded name. Calls
19848 take_gdb_out_of_choice_menu when needed.
19849 (menu_overload1arg): New variable to collect the repeated
19850 instances of the expected menu for an overloaded name. Change
19851 the regular expression to handle changes in g++ type encoding:
19852 "void" can be either "void" or "", and "unsigned int" can be
19853 either "unsigned int" or "unsigned".
19854 (continue_to_bp_overloaded): Change regular expressions to handle
19855 changes in g++ type encoding.
19856 (no proc): Call take_gdb_out_of_choice_menu when needed.
19857 Remove redundant calls to "info break". Accept either "canceled"
19858 or "cancelled". Change regular expressions in "info break"
19859 calls to handle changes in g++ type encoding. Give all tests
19860 unique strings.
19861
19862 2001-01-17 Ben Elliston <bje@redhat.com>
19863
19864 * config/sid.exp: New file.
19865
19866 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
19867
19868 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19869
19870 2000-12-21 Michael Snyder <msnyder@cygnus.com>
19871
19872 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19873 Add a RE to accept a non-ascii char if one is ever presented.
19874
19875 2000-12-20 Fernando Nasser <fnasser@redhat.com>
19876
19877 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
19878
19879 2000-12-18 Michael Snyder <msnyder@cygnus.com>
19880
19881 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
19882 in regexp. One '\' does not suffice on Linux.
19883
19884 2000-12-09 Michael Chastain <chastain@redhat.com>
19885
19886 * gdb.base/break.exp (test_clear_command): Use a marker function
19887 rather than 'main' for the test function. Also move this
19888 test to an execution point where the marker function names are
19889 guaranteed to be bound to functions. (Executing tests after a
19890 'finish' from main runs into name conflicts with local names
19891 in __libc_start_main).
19892
19893 2000-12-07 Michael Snyder <msnyder@cygnus.com>
19894
19895 * gdb.base/finish.exp: New test for gdb's "finish" command.
19896 * gdb.base/return2.exp: New test for gdb's "return" command.
19897 * gdb.base/return2.c: New source file for above.
19898
19899 2000-12-05 Michael Snyder <msnyder@cygnus.com>
19900
19901 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19902 * gdb.base/miscexprs.exp: Ditto.
19903 * gdb.base/pointers.exp: Ditto.
19904 * gdb.c++/derivation.exp: Ditto.
19905 * gdb.c++/local.exp: Ditto.
19906 * gdb.c++/namespace.exp: Ditto.
19907 * gdb.c++/overload.exp: Ditto.
19908 * gdb.c++/ref-types.exp: Ditto.
19909
19910 2000-12-05 Michael Snyder <msnyder@cygnus.com>
19911
19912 * gdb.base/constvars.exp: Test result of "up" command.
19913 * gdb.base/miscexprs.exp: Ditto.
19914 * gdb.base/pointers.exp: Ditto.
19915 * gdb.base/scope.exp: Ditto.
19916 * gdb.c++/derivation.exp: Ditto.
19917 * gdb.c++/local.exp: Ditto.
19918 * gdb.c++/namespace.exp: Ditto.
19919 * gdb.c++/overload.exp: Ditto.
19920 * gdb.c++/ref-types.exp: Ditto.
19921
19922 2000-11-22 Michael Chastain <chastain@redhat.com>
19923
19924 * mips_pro.exp: Accept either "middle -> top -> main" or
19925 "middle -> main" in the backtrace, because gcc can optimize
19926 tail calls to jumps. Remove setup_xfail for the hppa case.
19927 Add a comment with the original warning messages from PR 3016,
19928 which was filed in 1993, to preserve them for posterity.
19929
19930 2000-11-17 Nick Duffek <nsd@redhat.com>
19931
19932 * lib/gdb.exp (gdb_test): Override timeout with board info.
19933
19934 2000-11-17 Nick Duffek <nsd@redhat.com>
19935
19936 * gdb.base/display.exp: Don't kill running stub. Add "again" to
19937 the second kill and detach messages.
19938
19939 2000-11-17 Nick Duffek <nsd@redhat.com>
19940
19941 * configure.in: Add AC_EXEEXT.
19942 * configure: Regenerate.
19943 * Makefile.in (just-check): Export EXEEXT.
19944 * lib/gdb.exp ($EXEEXT): Import from environment.
19945 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
19946 expect "maint dump-me" on Cygwin.
19947 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
19948 $EXEEXT.
19949
19950 2000-11-17 Nick Duffek <nsd@redhat.com>
19951
19952 * gdb.base/break.exp: Test backtrace and finish from called
19953 function on all platforms, not just HP-UX.
19954
19955 2000-11-03 Michael Snyder <msnyder@cygnus.com>
19956
19957 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
19958 code from gdb_target_monitor, so it can be used independantly
19959 for gdbserver. Also comment out an unnecessary PUTS.
19960
19961 2000-11-03 Michael Snyder <msnyder@cygnus.com>
19962
19963 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
19964 * gdb.base/corefile.exp: Expect the message "Program is being
19965 debugged already" when we send the "corefile" command, since
19966 the preceeding gdb_load may have connected gdb to a remote target.
19967 * gdb.base/display.exp: Disable hardware watchpoints if new
19968 board info variable "no_hardware_watchpoints" is true.
19969 Replace single-letter commands with more readable ones.
19970 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19971 if new board info variable "no_hardware_watchpoints" is true.
19972 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19973 to see if stdio (printf) testing is possible.
19974 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19975 board info variable "no_hardware_watchpoints" is true. Use new
19976 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19977
19978 2000-11-13 Fernando Nasser <fnasser@redhat.com>
19979
19980 From Orjan Friberg <orjanf@axis.com>:
19981 * gdb.base/printcmds.exp: Escape curly braces followed by a number
19982 in array print pattern match.
19983
19984 2000-11-09 Fernando Nasser <fnasser@redhat.com>
19985
19986 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19987 spelling "cancelled" to U.S. spelling "canceled" to match changes
19988 made to gdb.
19989 * gdb.c++/ovldbreak.exp: Ditto.
19990
19991 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19992
19993 * gdb.base/callfuncs.c (main): Moved to end of file, call
19994 t_double_values to initialize the FPU before inferior calls are made.
19995 * gdb.base/callfuncs.exp: Test for register preservation after calling
19996 inferior functions. Add tests for continuining, finishing and
19997 returning from a stop in a call dummy.
19998
19999 2000-10-24 Michael Snyder <msnyder@cygnus.com>
20000
20001 * gdb.base/commands.exp: Break up long lines, and re-indent.
20002
20003 2000-10-19 Michael Snyder <msnyder@cygnus.com>
20004
20005 * config/gdbserver.exp: Rewritten from the ground up, to make it
20006 compatible with the current dejagnu tree, and to make it work with
20007 the new "gdbserver" in libremote.
20008
20009 2000-10-16 Michael Snyder <msnyder@cygnus.com>
20010
20011 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
20012 * gdb.base/varargs.exp: Skip entire test if no printf support.
20013 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
20014 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
20015
20016 2000-10-13 Michael Snyder <msnyder@cygnus.com>
20017
20018 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
20019 no floating point support.
20020 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
20021 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
20022 * gdb.base/call-rt-st.exp: Ditto.
20023 * gdb.base/call-strs.exp: Ditto.
20024
20025 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
20026
20027 * gdb.base/sizeof.c: include <stdio.h>.
20028
20029 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
20030 'finish', otherwise uncaptured gdb_prompt would potentially
20031 throw remaining test points out of sync.
20032
20033 2000-07-26 Scott Bambrough <scottb@netwinder.org>
20034
20035 * gdb.base/recurse.exp: Run tests for all targets.
20036 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
20037 gnu-oldld case on ARM.
20038 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
20039 for ARM targets.
20040
20041 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
20042
20043 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
20044 * gdb.java/configure: Rebuild.
20045
20046 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
20047
20048 * gdb.java/jv-exp.exp: New file.
20049
20050 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
20051
20052 * configure: Rebuilt.
20053 * configure.in (configdirs): Add gdb.java.
20054 * gdb.java/jmisc.java: New file.
20055 * gdb.java/jmisc.exp: New file.
20056 * gdb.java/Makefile.in: New file.
20057 * gdb.java/configure: Rebuilt.
20058 * gdb.java/configure.in: New file.
20059 * lib/java.exp: New file.
20060
20061 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
20062
20063 * gdb.base/exprs.exp: Test casts to a pointer including over and
20064 underflow.
20065
20066 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
20067
20068 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
20069 and the compilers sizes.
20070
20071 2000-07-09 Nick Duffek <nsd@redhat.com>
20072
20073 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
20074 (use_methods): New function.
20075 (main): Call use_methods().
20076 * gdb.c++/classes.exp (test_method_param_class): New procedure.
20077 (do_tests): Call test_method_param_class.
20078
20079 2000-07-09 Nick Duffek <nsd@redhat.com>
20080
20081 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
20082 spelling.
20083 (test_enums): New procedure. Move enum tests from end of script
20084 to here. Set breakpoint on function name instead of line number.
20085 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20086 (enums2): New marker function.
20087 (enums1): New function.
20088 (main): Call enums1(). Move enum tests to enums1().
20089
20090 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
20091
20092 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
20093 compile/link program. Update line numbers.
20094 * gdb.asm/d10v.inc: Define ``startup''.
20095 * gdb.asm/asmsrc1.s: Add definition of _start.
20096
20097 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
20098
20099 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20100
20101 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20102
20103 * gdb.base/maint.exp: Add 'maint print architecture' item to output
20104 of 'help maint print' command.
20105
20106 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
20107
20108 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
20109 they use gdb_expect_list.
20110
20111 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
20112
20113 * gdb.base/commands.exp: Use ``set remote
20114 memory-read-packet-size'' instead of ``set endian big'' to test
20115 long commands.
20116
20117 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
20118
20119 * gdb.c++/templates.exp (do_tests): Make all of these work under
20120 g++, and stop skipping them.
20121
20122 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20123 work under g++.
20124
20125 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
20126 initialization.
20127
20128 2000-06-02 Michael Snyder <msnyder@cygnus.com>
20129
20130 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20131 the regular expression: accept an (almost) arbitrary sequence of
20132 "frames-invalid" and "breakpoints-invalid" messages both before
20133 and after the "starting" message.
20134
20135 2000-06-02 Michael Snyder <msnyder@cygnus.com>
20136
20137 * gdb.c++/local.exp: This test has never been known to work with g++.
20138
20139 2000-05-18 Michael Snyder <msnyder@cygnus.com>
20140
20141 * gdb.base/annota1.exp (annotate-signal-handler-caller):
20142 Relax the regular expression a little, make it pass on Solaris 8.
20143
20144 2000-05-12 Kevin Buettner <kevinb@redhat.com>
20145
20146 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
20147 a call, do not require that gdb stop on the line after the call.
20148 Instead, it is permissible for gdb to stop on the line of the
20149 call itself.
20150
20151 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
20152
20153 * gdb.base/break.exp (bp on small function, optimized file):
20154 Add a second pass pattern. The behavior differs here between stabs
20155 and dwarf for one-line functions. Stabs preserves two line symbols
20156 (one before the prologue and one after) with the same line number,
20157 but dwarf regards these as duplicates and discards one of them.
20158 Therefore the address after the prologue (where the breakpoint is)
20159 has no exactly matching line symbol, and GDB reports the breakpoint
20160 as if it were in the middle of a line rather than at the beginning.
20161
20162 2000-05-08 Michael Snyder <msnyder@cygnus.com>
20163
20164 * gdb.base/interrupt.exp: Make "pass" message say "send"
20165 rather than "send_gdb" (for consistancy).
20166
20167 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
20168
20169 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
20170 * gdb.c++/templates.cc: Properly check for GCC version number.
20171 * lib/compiler.cc: Likewise
20172
20173 2000-04-28 Michael Snyder <msnyder@cygnus.com>
20174
20175 * gdb.base/break.exp: When compiled with -O2 optimization,
20176 gdb may not stop at the first line of main, due to code motion.
20177
20178 2000-04-26 Michael Snyder <msnyder@cygnus.com>
20179
20180 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20181 This test depends on parsing the printf output from the target.
20182 Since the sparclet stub doesn't do stdio, this will never work.
20183 * gdb.base/call-rt-st.exp: ditto.
20184 * gdb.base/call-strs: ditto.
20185
20186 2000-04-24 Michael Snyder <msnyder@cygnus.com>
20187
20188 * gdb.base/miscexprs.exp: make sizeof long array test portable.
20189
20190 * gdb.base/ending-run.exp: After connecting to a remote target,
20191 but before running, the target will appear to be in a random
20192 location. Specify both a file and a line for breakpoints.
20193 Also, the function that calls main may be called 'init'
20194 rather than 'start'.
20195
20196 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20197
20198 * gdb.base/help.exp: Update output for add-symbol-file command.
20199
20200 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
20201
20202 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20203 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20204
20205 2000-04-07 J.T. Conklin <jtc@redback.com>
20206
20207 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20208
20209 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20210
20211 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
20212
20213 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
20214 values that can be represented exactly.
20215 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20216 above change, and to not check against the directory part of the source
20217 file name.
20218 (step into print_long_arg_list): Likewise.
20219 (print print_small_structs from print_long_arg_list): Likewise.
20220 (print print_long_arg_list): Likewise.
20221
20222 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20223
20224 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
20225
20226 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
20227
20228 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20229
20230 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
20231
20232 * gdb.base/commands.exp (deprecated_command_test): Add test for
20233 deprecate with no arguments.
20234
20235 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
20236
20237 * gdb.base/break.exp: Add new test for setting breakpoints on
20238 optimized code so we can test breakpoints work even when function
20239 prologues may be optimized away
20240
20241 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
20242
20243 From David Whedon <dwhedon@gordian.com>
20244 * gdb.base/commands.exp : Added command deprecator tests.
20245
20246 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
20247
20248 * gdb.base/help.exp: Added test for new apropos command.
20249
20250 2000-03-21 Kevin Buettner <kevinb@redhat.com>
20251
20252 * gdb.base/pointers.c (usevar): New function.
20253 (main): Make sure that global variables v_int_pointer2, rptr,
20254 and y are all referenced someplace in the program by calling
20255 usevar() on them. [Some linkers delete symbols which are
20256 never referenced. The space remains, but there's no way to
20257 get a (symbolic) handle on the variable from the debugger.]
20258
20259 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20260
20261 * gdb.base/printcmds.c: Add typedeffed arrays.
20262
20263 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
20264 procedure to test arrays that are typedef'd.
20265
20266 2000-03-13 James Ingham <jingham@leda.cygnus.com>
20267
20268 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
20269 the library directories.
20270
20271 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
20272
20273 * configure.in (configdirs): Add sub directory gdb.mi.
20274 * configure: Re-generate.
20275
20276 * gdb.mi: New directory.
20277
20278 2000-02-25 Scott Bambrough <scottb@netwinder.org>
20279
20280 * gdb.base/long_long.exp: Correct test suite failure when printing
20281 a long long value as a double on ARM platforms.
20282
20283 2000-02-16 Jim Blandy <jimb@redhat.com>
20284
20285 * gdb.base/break.exp ("breakpoint line number"): Make sure the
20286 default source file is set properly before running this test.
20287
20288 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20289
20290 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
20291 gdbtk/library directory, not in gdbtcl2.
20292
20293 2000-02-04 Jim Blandy <jimb@redhat.com>
20294
20295 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20296 backslash from regexp pattern.
20297
20298 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20299 procedure. Use it to run all the "continue to bp overloaded"
20300 tests. Note that this changes the names of the tests slightly.
20301 If the breakpoint hit message includes a hex PC value, because
20302 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20303 from the real source code, still consider that a pass.
20304
20305 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20306 XFAIL here if the breakpoint message contains a hex address. Note
20307 similar change on 1999-11-02.
20308
20309 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20310
20311 * gdb.base/ptype.exp: Establish a default source file before
20312 calling get_debug_format.
20313
20314 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
20315
20316 * gdb.base/watchpoint.exp: Remove duplication of test messages.
20317
20318 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20319
20320 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20321 of successive stepi commands -- while in the prologue we should see
20322 the function entry bracket.
20323
20324 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20325
20326 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20327 reach __change_mode() when stepping through the end of main().
20328
20329 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
20330
20331 * gdb.base/default.exp: Fix expected pattern.
20332 * gdb.base/help.exp: Same.
20333
20334 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20335
20336 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
20337 Don't use xfail's because that affects only the following test.
20338
20339 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
20340 solaris or linux.
20341
20342 * gdb.base/selftest.exp: Update to reflect changes to main.c.
20343
20344 2000-01-07 Michael Snyder <msnyder@cygnus.com>
20345
20346 * gdb.base/display.exp: Some yacc parsers like to say
20347 "A syntax error" rather than "A parse error". Accept both.
20348
20349 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
20350
20351 * gdb.base/default.exp: Remove OS dependent string from "target
20352 remote" test.
20353 * gdb.base/help.exp: Same for "help target remote" test.
20354
20355 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20356
20357 From Jim Kingdon <kingdon@redhat.com>:
20358
20359 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
20360 prompt (cleanup rather than necessity, but still might keep output
20361 from spilling to next test).
20362
20363 2000-01-02 Fred Fish <fnf@cygnus.com>
20364
20365 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20366 AIX, which defines them in <sys/types.h>.
20367
20368 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
20369
20370 * gdb.base/default.exp: Match arm* etc instead of arm in "info
20371 float" test.
20372
20373 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
20374
20375 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
20376
20377 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20378 outermost frame disallowed".
20379
20380 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
20381
20382 * gdb.base/setvar.exp: New tests for setting the value of a struct
20383 with a constant list.
20384
20385 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20386
20387 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20388 require the user to type a cast before setting the value of a struct.
20389
20390 1999-12-06 Jim Blandy <jimb@cygnus.com>
20391
20392 * gdb.base/default.exp: Expect the new 'info float' command on
20393 all i386 platforms.
20394
20395 * gdb.threads/linux-dp.exp: Expand our ability to recognize
20396 LinuxThreads libraries that don't support debugging.
20397
20398 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20399
20400 * gdb.base/remote.c: Fill the buffer with truely random data.
20401 Change the buffer type to ``unsigned char'' to simplify size
20402 arithmetic.
20403
20404 * gdb.base/remote.exp: Reduce download numbers by one. Typical
20405 stub only handles 400-1 byte packets. Verify that the download
20406 worked.
20407
20408 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
20409
20410 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20411 tests, using UNRESOLVED for the untested cases. Also, does not wait
20412 for a timeout if the prompt was received before a recognizable pattern.
20413
20414 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
20415
20416 * lib/gdb.exp (gdb_expect_list): Fix spelling.
20417
20418 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20419
20420 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
20421 watchpoints.
20422
20423 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
20424
20425 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20426
20427 * gdb.c++/local.exp: Be more flexible in recognizing local class
20428 name mangling. Don't allow horribly truncated method names.
20429 * gdb.c++/derivation.exp: Expect protected inheritance.
20430 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20431 * gdb.c++/virtfunc.exp: Likewise.
20432 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
20433 when printing a nested enum.
20434
20435 1999-11-22 Jim Blandy <jimb@cygnus.com>
20436
20437 * gdb.base/step-test.exp: Properly await GDB's response to setting
20438 a breakpoint on the call to large_struct_by_value.
20439
20440 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20441 just because we have debug info for the `start' function.
20442
20443 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
20444
20445 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20446 "Unknown signal" messages, which indicate (on LinuxThreads) that
20447 GDB doesn't know how to debug threads on this system. This is
20448 better than hanging while philosopher 0 dumps chatter into gdb.log.
20449
20450 1999-11-18 Tom Tromey <tromey@cygnus.com>
20451
20452 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20453
20454 1999-11-18 Fred Fish <fnf@cygnus.com>
20455
20456 * gdb.base/coremaker2.c: Add sample program for generating
20457 cores that is more self contained than coremaker.c. Eventually
20458 I'll add more code to this and tie it into the testsuite.
20459
20460 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
20461
20462 * gdb.base/dollar.exp: Remove, now in gdb.hp.
20463
20464 1999-11-10 Jimmy Guo <guo@cup.hp.com>
20465
20466 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
20467 from $srcdir/lib/.
20468 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
20469 and gdb.c++/.
20470
20471 * gdb.c++/derivation.exp: remove redundant get compiler info code.
20472
20473 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
20474 'continue with watch' test point.
20475
20476 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
20477
20478 Merged from p2linux-990323-branch:
20479
20480 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20481
20482 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
20483
20484 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
20485 {limit,fixed}''. Test ``set download-write-size''.
20486
20487 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
20488
20489 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
20490 gdb_expect_list.
20491
20492 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
20493
20494 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20495
20496 1999-11-03 Mark Salter <msalter@cygnus.com>
20497
20498 * gdb.base/break.exp: Fix "stub continue" pattern.
20499
20500 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
20501
20502 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20503
20504 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
20505
20506 * gdb.base/display.exp ("finish"): Add timeout clause.
20507
20508 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20509 plain prompt clause, so this doesn't have to time out in order to
20510 fail.
20511
20512 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
20513 breakpoint hit messages include an address.
20514
20515 * gdb.base/display.exp: Don't forget to escape parens in regular
20516 expressions. Unix regexp notatation sucks.
20517
20518 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20519
20520 * gdb.base/annota1.exp: Test for annotate-signalled: change output
20521 order for 'signalled' message.
20522
20523 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
20524
20525 From Jimmy Guo <guo@cup.hp.com>:
20526 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20527 * gdb.base/annota1.c: Add code for tests to work with.
20528
20529 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
20530
20531 * gdb.base/remote.exp: New test for remote downloading settings.
20532 * gdb.base/remote.c: New file with large .data.
20533
20534 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
20535
20536 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20537 for LinuxThreads support, merged from the Code Fusion branch.
20538
20539 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
20540
20541 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
20542 containing exp_continue into a while within an expect. Don't
20543 attempt a start more than three times. Check return value from
20544 gdb_load.
20545
20546 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
20547
20548 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
20549 a pass case.
20550
20551 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
20552
20553 * gdb.base/break.c (main): Added a statement that we can step
20554 off of.
20555 * gdb.base/break.exp: Added tests for setting a breakpoint
20556 at an offset and stepping onto a breakpoint.
20557
20558 1999-10-01 Fred Fish <fnf@cygnus.com>
20559
20560 * gdb.base/help.exp (help add-symbol-file): Update to match current
20561 gdb output.
20562
20563 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
20564
20565 * gdb.base/break.exp: Code locations are in hex, don't forget!
20566 (For HP-UX.)
20567
20568 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
20569
20570 * condbreak.exp: Use break.c as test program.
20571 * condbreak.c: Remove, redundant with break.c.
20572
20573 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
20574
20575 * config/monitor.exp (gdb_target_monitor): Disable X- and
20576 Z-packets if the target needs it.
20577
20578 1999-09-13 James Ingham <jingham@leda.cygnus.com>
20579
20580 * gdb.c++/overload.exp: Added tests for listing overloaded
20581 functions with function pointers in the arg, explicitly calling
20582 out the version you want.
20583
20584 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
20585
20586 * long_long.exp: Add variations of test cases that work for
20587 targets with 16-bit ints and 32-bit doubles.
20588
20589 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
20590
20591 * break.c (main): Compare a possibly-uninitialized argc with an
20592 unlikely value that fits in 16 bits.
20593
20594 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
20595
20596 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20597 0xfeeb, don't want negative numbers if ints are 16 bits.
20598
20599 * lib/gdb.exp (skip_cplus_tests): New proc.
20600 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20601 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20602 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20603 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20604 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20605 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20606 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20607 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
20608
20609 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20610
20611 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
20612
20613 * gdb.base/corefile.exp (up): Allow a parameter to appear
20614 in the frame that we're going up to.
20615
20616 From Jim Blandy <jimb@cygnus.com>:
20617
20618 * gdb.base/default.exp (info float): Expect some output now.
20619
20620 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20621 returning floating-point values to fail on the x86.
20622 * gdb.base/callfwmall.exp (do_function_calls): Same.
20623
20624 * gdb.base/list.exp (test_listsize): Correct expectations for
20625 listing line 1 with listsize 2. Also, listing a single line
20626 works now, as does listing three lines. [Kevin's note: There
20627 were a number of other cases fixed too where the expectations
20628 differed...]
20629
20630 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
20631
20632 * gdb.base/selftest.exp: Add case for when version prints as
20633 constant string instead of char pointer.
20634
20635 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
20636
20637 * gdb.base/ending-run.exp: Add Solaris case for what happens when
20638 stepping out of main.
20639
20640 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20641 G++ used.
20642
20643 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
20644 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
20645
20646 * gdb.c++/ovldbreak.exp: Update match string in test that
20647 includes a warning of multiple breakpoints.
20648
20649 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
20650
20651 * gdb.base/display.exp: Improve precision of step-after-finish
20652 added yesterday.
20653
20654 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
20655 test.
20656
20657 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20658 configs when using G++, not just hppa*.
20659
20660 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20661
20662 * gdb.base/async.c: New file.
20663 * gdb.base/async.exp: New file.
20664
20665 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
20666
20667 * gdb.base/break.exp: Tweak PA specific tests to properly handle
20668 PA64.
20669
20670 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
20671
20672 * gdb.base/display.exp: "finish" can leave us mid-line on many
20673 targets, deal with it. Add a small constant to main, instead of
20674 1000 since main+1000 may not be a valid address in the target.
20675
20676 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20677 on hpux11.
20678
20679 * gdb.base/attach.exp: Handle another hpux11 error message variant
20680 when attaching to a process that does not exist.
20681
20682 1999-08-19 J.T. Conklin <jtc@redback.com>
20683
20684 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
20685 characters in 'continue to 1241' test.
20686
20687 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
20688
20689 * gdb.base/call-ar-st.exp: Add a shorter match case for the
20690 stop in print_long_arg_list, define and use a whitespace
20691 variable in print_small_structs test, add an XFAIL for Solaris.
20692 * gdb.base/dbx.exp: XFAIL func commands until somebody is
20693 interested enough to fix.
20694
20695 1999-08-13 Keith Seitz <keiths@cygnus.com>
20696
20697 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20698 (dbx_gdb_load): Remove. Use gdb_load instead, since that
20699 proc knows about targets other than the natives.
20700 (test_assign): Use "gdb_run_cmd" to "run" the target.
20701 Check that we've actually hit the breakpoint at main.
20702 When we attempt to assign a value to a local variable, check
20703 that the variable is in the current scope, i.e., don't use
20704 a test with an empty result.
20705
20706 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
20707
20708 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
20709 command.
20710
20711 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
20712
20713 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20714 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20715 gdb.compat, gdb.threads-hp.
20716 gdb.hp/configure, gdb.hp/configure.in: New files.
20717 gdb.hp/Makefile.in: Recurse into new subdirs.
20718 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20719 gdb.hp/gdb.objdbg: New directory, tests for debugging info
20720 in object files.
20721 gdb.hp/tools: New directory, aux tools for HP-specific tests.
20722
20723 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
20724
20725 * gdb.base/display.exp: Help expect by putting a newline in the
20726 funky printf, remove a bogus p/a test.
20727
20728 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20729
20730 * gdb.base/display.exp: Make sure that when we say 'run', we are
20731 connected to the target. This is necessary when running not
20732 natively.
20733
20734 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20735
20736 * gdb.base/step-test.exp: Removed some extraneous messages.
20737
20738 * gdb.base/long_long.exp: Don't run memory examination tests
20739 on little-endian targets (they will need a different set of
20740 results to match).
20741
20742 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20743
20744 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20745 until somebody decides to fix GDB.
20746
20747 * gdb.base/long_long.c: Stop compiler complaint by specifying long
20748 constant as "ULL".
20749 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20750 matches for a couple x/2 commands.
20751
20752 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20753
20754 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20755 by merging in ref-types2 tests.
20756 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20757
20758 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20759 * gdb.c++/Makefile.in: Add standard actions.
20760 (EXECUTABLES): Rename from PROGS, update list.
20761 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20762 from gdb.hp.
20763 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20764 foo and bar locals.
20765 * gdb.c++/anon-union.exp: Fix tests to match.
20766 * gdb.c++/classes.exp: Run if HP compiler used, add extra
20767 expect matches to handle output variations.
20768 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20769 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
20770 output, add HP alternatives for new and delete prints.
20771 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
20772 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
20773 * gdb.c++/demangle.exp: Use $style when reporting failure.
20774 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
20775 * gdb.c++/inherit.exp: Run if HP compiler used, add some
20776 match alternatives.
20777 * gdb.c++/local.exp: Add match alternatives or xfails for HP
20778 compilers.
20779 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
20780 * gdb.c++/method.exp: Add match alternatives.
20781 * gdb.c++/misc.cc: Add bool types.
20782 * gdb.c++/misc.exp: Add tests for bool types.
20783 * gdb.c++/overload.exp: Add xfails.
20784 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
20785 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
20786 add some more template parameter tests (only for HP currently).
20787 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20788 * gdb.c++/virtfunc.cc: Add return type and value for main.
20789 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20790 match alternatives.
20791
20792 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20793
20794 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20795
20796 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
20797
20798 * gdb.base/signals.exp: Don't expect getting a backtrace from
20799 within a signal handler to fail on Linux.
20800
20801 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
20802
20803 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20804 * lib/gdb.exp: Remove some gratuitious semicolons.
20805 (delete_breakpoints): Increase timeout.
20806 (gdb_expect): Add -notransfer option.
20807 (gdb_test): Use -notransfer option.
20808 (get_compiler_info): Add f77 case.
20809 (get_compiler): New proc, split out from gdb_preprocess, add f77
20810 case.
20811 (gdb_preprocess): Call get_compiler.
20812
20813 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20814 * gdb.base/attach.exp, gdb.base/display.exp,
20815 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20816 gdb.base/long_long.exp, gdb.base/printcmds.exp,
20817 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20818 third arg to gdb_test.
20819 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20820 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
20821 HP-UX xfails, add others.
20822 * gdb.base/completion.exp: Reflect name change of self-test.
20823 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
20824 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20825 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20826 HP failure number.
20827 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20828 useless HP-UX 10.30 references.
20829 * gdb.base/maint.exp: Loosen matches.
20830 * gdb.base/pointers.c (main): Declare more_code.
20831 * gdb.base/pointers.exp: Match on output of a `next'.
20832 * gdb.base/structs.c: Add prototypes.
20833 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20834 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20835
20836 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20837
20838 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
20839 command.
20840
20841 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20842
20843 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20844 Fix run to main failures. Watchpoint can be hardware watchpoint.
20845
20846 * gdb.base/annota1.exp: Clean up some more, in case printf has
20847 debug info. Deal with lack of signal hanlder info in stack.
20848
20849 From Jim Kingdon <kingdon@redhat.com>:
20850 * gdb.base/annota1.exp: If printf has debug info, deal with it.
20851
20852 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
20853
20854 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
20855 gdb.base/foll-vfork.exp: Don't run for crosses.
20856
20857 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20858
20859 * gdb.base/configure.in: Check for gdbvars.exp instead of
20860 a1-selftest.exp.
20861 * gdb.base/configure: Re-generate.
20862
20863 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
20864
20865 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20866 in trying to run first and name is too long.
20867
20868 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20869 pointers2.c and pointers2.exp, respectively.
20870 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20871 doschk happier.
20872
20873 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
20874
20875 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20876 callfuncs2.c and callfuncs2.exp.
20877
20878 * gdb.base/list.exp: Remove mistaken xfails.
20879 * gdb.base/list0.h: Add optional prototypes.
20880
20881 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
20882
20883 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
20884 calling malloc.
20885 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20886 * ptype.exp: Move test for get_debug_format to before its first
20887 use.
20888
20889 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20890
20891 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20892 * gdb.base/annota2.cc, annota2.exp: Move from here.
20893 * gdb.c++/annota2.cc, annota2.exp: To here.
20894 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20895
20896 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
20897
20898 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
20899 a consistent format.
20900
20901 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
20902
20903 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20904 * lib/gdb.exp (get_compiler_info): Add detection for assorted
20905 HP compilers, also set the globals $true and $false.
20906
20907 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
20908 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20909 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
20910 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
20911 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
20912 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
20913 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
20914 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
20915 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
20916 whatis.c} Add C++ compatible function definitions and return
20917 types, add includes for library functions.
20918 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
20919 * gdb.base/step-test.c (myglob): Rename from glob.
20920 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
20921 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
20922 files, move here from gdb.hp.
20923 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
20924 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
20925 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
20926 Adjust line numbers in regexps.
20927
20928 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
20929 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
20930 instead of 0/1.
20931
20932 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
20933 foll-vfork.exp: New files, move here from gdb.hp.
20934 * gdb.base/page.exp: New file, test of pagination command.
20935
20936 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
20937 recursion test.
20938 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
20939
20940 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
20941 gdb.base/solib.exp: Fix compiler invocation process.
20942
20943 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
20944 HP-UX 11, turn off overload resolution explicitly.
20945 * gdb.base/commands.exp: Set argument list explicitly, add
20946 watchpoint test.
20947 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
20948 them work.
20949 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
20950 expressions properly.
20951 * gdb.base/corefile.exp: Loosen the match slightly.
20952 * gdb.base/default.exp: Allow "Error accessing memory" message
20953 also.
20954 * gdb.base/display.exp: Skip over x/0 j if PA64.
20955 * gdb.base/funcargs.exp: Add xfails for HP-UX.
20956 * gdb.base/interrupt.exp: Ditto.
20957 * gdb.base/langs.exp: Add symbolic matches governed by compiler
20958 in use.
20959 * gdb.base/list.exp: Add xfails for HP-UX.
20960 * gdb.base/long_long.exp: Refine some of the numeric matches.
20961 * gdb.base/mips_pro.exp: Xfail on HP-UX.
20962 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
20963 * gdb.base/nodebug.exp: Succeed on more varieties of output.
20964 * gdb.base/opaque.exp: Remove some HP-UX xfails.
20965 * gdb.base/ptype.exp: Succeed on more varieties of output.
20966 * gdb.base/scope.exp: Add xfails for HP-UX.
20967 * gdb.base/sect-cmd.exp: Add more cases.
20968 * gdb.base/setvar.exp: Add xfails for HP-UX.
20969 * gdb.base/shlib-call.exp: Loosen some matches slightly.
20970 * gdb.base/signals.exp: Match on void symbolically.
20971 * gdb.base/step-test.exp: Add case for PA64.
20972 * gdb.base/term.exp: Add exit and restart.
20973 * gdb.base/twice.exp: Clean up after self.
20974 * gdb.base/varargs.exp: Disable overload resolution explicitly.
20975 * gdb.base/whatis.exp: Allow more ways to pass tests.
20976
20977 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
20978 no longer useful.
20979
20980 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
20981
20982 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
20983 list of patterns.
20984 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
20985 print_double_array(double_array)", "continuing to breakpoint
20986 1018", "print print_double_array(array_d)" and "continuing to
20987 1034" tests.
20988
20989 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
20990
20991 * Makefile.in: Add empty html and install-html targets.
20992
20993 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
20994
20995 * config/mt-*: Remove, these haven't been used since 1996.
20996
20997 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
20998
20999 * gdb.base/call-strs.c, gdb.base/ending-run.c,
21000 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
21001 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
21002
21003 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
21004
21005 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
21006 simpler match case for the ptype of the big class.
21007
21008 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21009
21010 * gdb.exp: Fix test for gdb_prompt existence.
21011
21012 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21013
21014 * gdb.exp (gdb_test): Add fail after calls to perror.
21015
21016 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21017
21018 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
21019
21020 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21021
21022 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
21023
21024 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
21025
21026 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
21027 malloc() is linked in.
21028
21029 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
21030
21031 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
21032 step at end.
21033
21034 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
21035
21036 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
21037
21038 * gdb.java/jv-print.exp: New file. (Our first Java test!)
21039
21040 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
21041
21042 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
21043 * gdb.base/mips_pro.exp: Likewise.
21044
21045 1999-06-02 Keith Seitz <keiths@cygnus.com>
21046
21047 * gdb.c++/templates.cc: Change all "new" operators to throw
21048 an exception.
21049 * gdb.c++/cplusfuncs.cc: Likewise.
21050
21051 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
21052
21053 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
21054
21055 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
21056 * gdb.base/ending-run.exp: When stepping out of main, accept a
21057 step into an arbitrary assembler file.
21058
21059 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21060
21061 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
21062 "breakpoint-invalid" to be printed.
21063 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
21064 number of "frames-invalid" and "breakpoint-invalid" to be printed.
21065 * gdb.base/annota2.cc: Initialize a.x to 0.
21066
21067 1999-05-17 Keith Seitz <keiths@cygnus.com>
21068
21069 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
21070 when "skip_float_tests" set.
21071 Ditto for "print print_double_array(array_d)", "print print_small_structs",
21072 "print print_ten_doubles", and "step into print_long_arg_list".
21073 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
21074 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
21075 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
21076 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
21077 "skip_float_tests" is set.
21078 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
21079 when "skip_float_tests" set.
21080
21081 1999-05-06 Keith Seitz <keiths@cygnus.com>
21082
21083 * gdb.base/annota2.cc: Include stdio.h.
21084
21085 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
21086
21087 * gdb.base/crossload.exp: Remove, this has been disabled ever
21088 since BFD stopped including all targets, and cross-GDB gets
21089 plenty of testing anyway.
21090 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
21091 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21092 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
21093 * gdb.base/README: Remove, was doc for this.
21094 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
21095 needed.
21096
21097 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21098
21099 * gdb.base/call-ar-st.exp: Fix one regular expression in test
21100 output.
21101
21102 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21103 * gdb.base/annota2.exp: New file. More annotation tests.
21104 * gdb.base/annota1.c: New file. Source file for annota1.exp.
21105 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21106
21107 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
21108
21109 * config/cfdbug.exp: New file.
21110
21111 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
21112
21113 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21114 Marcus Daniel's and Dale Hawkins's demangler crashes.
21115
21116 * gdb.c++/demangle.exp (test_gnu_style_demangling,
21117 test_lucid_style_demangling, test_arm_style_demangling,
21118 test_hp_style_demangling): Try Tom Tromey's core-dumping
21119 identifier under each demangling style.
21120
21121 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
21122
21123 * gdb.c++/demangle.exp: Include the current demangling style
21124 in all test names.
21125 (current_demangling_style): New global variable.
21126 (set_demangling_style, test_demangling_core, test_demangling,
21127 test_demangling_exact): New functions.
21128 (test_gnu_style_demangling, test_lucid_style_demangling,
21129 test_arm_style_demangling, test_hp_style_demangling): Use those,
21130 instead of calling gdb_test and gdb_test_exact directly.
21131 (catch_demangling_errors): New function, which reports errors
21132 signalled by the demangling test functions in an orderly way.
21133 (do_tests): Use catch_demangling_errors.
21134
21135 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
21136
21137 * gdb.base/signals.exp (test_handle_all_print): Use () for
21138 grouping in expressions, not {}.
21139
21140 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
21141 initialized yet.
21142
21143 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
21144
21145 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21146 are listed.
21147
21148 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
21149
21150 * gdb.stabs/weird.exp: Test for CC being defined before
21151 looking at its value.
21152
21153 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
21154
21155 * gdb.base/call-ar-st.exp: Remove stray '#'.
21156 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21157 "short int" and "long int".
21158 * gdb.c++/overload.cc: Cast the string added in the previous
21159 change, to mollify finicky HP compiler.
21160 * gdb.hp/reg-test.exp (testfile): Fix file name.
21161 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
21162
21163 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21164 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21165 alternate form of enum ptype.
21166
21167 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
21168
21169 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21170 * gdb.hp/*.exp: Change all to run compiler probe only after
21171 passing skip_hp_tests, so as not to waste time on guaranteed
21172 failure.
21173
21174 * gdb.c++/overload.cc: Pass string instead of char addr, always
21175 init ccpfoo.
21176 * gdb.c++/templates.cc: Fix syntax error.
21177
21178 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21179
21180 * gdb.base/commands.exp: Add test for correct position of '>'
21181 when issuing the 'commands' command after a 'while' or 'if'
21182 command.
21183
21184 1999-03-18 James Ingham <jingham@cygnus.com>
21185
21186 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21187
21188 * gdb.c++/method.exp: It was testing an uninitialized int on the
21189 stack and assuming it was positive.
21190
21191 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21192
21193 * gdb.base/step-test.exp: Catch a case where finish is broken and
21194 keep it from killing the rest of the tests.
21195 Use gdb_continue_to_end.
21196
21197 * gdb.base/sigall.exp: use gdb_continue_to_end.
21198
21199 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21200
21201 * gdb.base/display.exp: use runto_main, not run.
21202
21203 * gdb.base/default.exp: Check for the current error message in the
21204 r abbreviation test.
21205 Add strongarm to the targets that know info float.
21206
21207 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
21208 run which doesn't work with monitors.
21209
21210 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21211
21212 * gdb.base/break.exp: use the gdb_continue_to_end proc.
21213
21214 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
21215 program. Traps the case (in Cygmon) when the program never really
21216 exits. Same as Mark's continue_to_exit, but I had put it in a lot
21217 more places, so I used my name. Sorry Mark...
21218
21219 * config/monitor.exp (gdb_target_monitor): added another
21220 target_info parameter: remotebinarydownload. This will set the
21221 remotebinarydownload flag if this is causing some boards trouble.
21222
21223 1999-03-18 Mark Salter <msalter@cygnus.com>
21224
21225 * lib/gdb.exp (continue_to_exit): New function.
21226
21227 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21228 * gdb.base/ending-run.exp: Ditto.
21229 * gdb.base/step-test.exp: Ditto.
21230
21231 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
21232
21233 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21234 (suggested by Art Haas <ahaas@neosoft.com>).
21235
21236 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
21237
21238 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
21239
21240 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
21241
21242 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
21243 descriptions of types (short unsigned int vs unsigned short, etc).
21244
21245 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
21246
21247 * gdb.base/call-strs.exp: Don't assume that `step' will step over
21248 a call to strlen; sometimes we do have sources.
21249
21250 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21251
21252 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
21253 character, so GDB won't print garbage after its end.
21254
21255 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21256 breakpoint there instead. Sometimes GCC emits memcpy to handle
21257 the large structures being passed by value, so we step into that
21258 instead of sum_array_print, which obscures what we're really testing.
21259 * gdb.base/step-test.exp: However, we do want a test that notices
21260 the bizarre steps into memcpy, so do that here. Add check for
21261 stepping into function calls that pass large structures by value.
21262 ("Is that a noun clause, or are you just happy to see me?")
21263 Remove all references to specific line numbers.
21264 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21265 New type and function.
21266 (main): Call large_struct_by_value, passing it a large struct by value.
21267 * lib/gdb.exp (gdb_get_line_number): New function.
21268
21269 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21270 more portable.
21271
21272 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21273
21274 * lib/gdb.exp: Doc fixes.
21275
21276 1999-03-05 Nick Clifton <nickc@cygnus.com>
21277
21278 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
21279
21280 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
21281
21282 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
21283 commands. They're not germane to this test, and they don't work
21284 that way on remote targets.
21285
21286 1999-03-01 James Ingham <jingham@cygnus.com>
21287
21288 * Changelog entries merged over from gdb development branch.
21289
21290 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
21291
21292 * lib/gdb.exp (gdbtk_analyze_results): Generic function
21293 for outputting results of test run.
21294
21295 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
21296
21297 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
21298
21299 1999-02-25 Felix Lee <flee@cygnus.com>
21300
21301 * lib/gdb.exp (debug_format): initialize
21302
21303 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
21304
21305 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21306 * gdb.base/call-rt-st.c: Ditto.
21307
21308 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
21309
21310 * gdb.threads/pthreads.exp (horiz): New variable.
21311 (test_startup): Fix regexps that capture thread numbers.
21312
21313 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
21314
21315 * gdb.base/smoke.exp: Disambiguate two test case names (both
21316 called ``print'').
21317
21318 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21319
21320 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
21321 compilation.
21322
21323 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21324
21325 * gdb.base/miscexprs.exp: Change patterns to match GDB's
21326 actual output formatting.
21327 * gdb.base/smoke.exp: GDB removes leading 0's.
21328 * gdb.base/volatile.exp: Don't check type of remuneration;
21329 that variable is no longer defined in constvars.c.
21330 * gdb.base/step-test.c (main): Exit with explicit exit code.
21331 * gdb.base/step-test.exp: Remove two nexti checks--they are
21332 not portable.
21333
21334 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21335
21336 * gdb.base/help.exp ("help delete display"): Fix test to match
21337 gdb's output.
21338
21339 * gdb.base/long_long.c (known_types): Initialize values to zero.
21340 * gdb.base/long_long.exp: Step one more line
21341 so 'dec' is initialized in "get to known place". GDB removes
21342 leading zeros. Explicitly ask for hex formatting. Use
21343 unique test case names.
21344
21345 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21346
21347 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
21348
21349 * gdb.c++/method.exp: Add missing close brace.
21350
21351 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
21352
21353 * gdb.base/maint.exp: Use 'set height 0' to disable page
21354 prompting, not 'set height 400'.
21355
21356 Fix a bunch of timeouts.
21357 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21358 four separate tests, so expect doesn't take forever to match a ton
21359 of text against a regexp with lots of .* forms.
21360 ("maint print psymbols", "maint print symbols"): Make some of
21361 these greps more selective, so that expect doesn't try to wade
21362 through huge piles of output and time out.
21363
21364 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21365
21366 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
21367 tests: one which doesn't expect shlib events to be reported, and
21368 another which does, but is XFAIL for all platforms other than
21369 HP/UX.
21370
21371 * gdb.base/break.exp: Teach the test suite that the `catch
21372 fork', `catch vfork', and `catch exec' commands produce error
21373 messages on platforms that don't provide these features.
21374
21375 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21376
21377 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
21378 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21379 (shortening names from solib_threshold.exp etc), won't run on
21380 anything but HP-UX for the foreseeable future.
21381 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
21382 reflect move.
21383
21384 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
21385
21386 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21387 gdb.trace/Makefile.in (clean): Remove all test executables.
21388
21389 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
21390
21391 * gdb.base/shlib-call.exp: add test cases to verify that gdb
21392 successfully re-sets breakpoints in shared libraries.
21393 * gdb.base/shmain.c (main): return 0, don't fall off the end.
21394
21395 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21396
21397 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21398 and compiled w/o GCC.
21399
21400 * gdb.hp/watch-cmd.exp: ditto.
21401
21402 * gdb.hp/watch-hp.exp: ditto.
21403
21404 * gdb.hp/xdb1.exp: ditto.
21405
21406 * gdb.hp/xdb2.exp: ditto.
21407
21408 * gdb.hp/dbx.exp: ditto.
21409
21410 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
21411
21412 * constvars.c: Remove C++-isms.
21413 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
21414 with GCC.
21415
21416 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
21417
21418 The following changes are part of the HP merge.
21419
21420 * gdb.base/break.exp: new tests to verify that catchpoints for
21421 fork, vfork, and exec don't trigger inappropriately.
21422
21423 * gdb.base/opaque.exp: compile one file at a time, then link.
21424
21425 * gdb.base/signals.exp: be more restrictive about which hppa
21426 systems receive a setup_xfail. new tests.
21427
21428 * gdb.base/solib_threshold.build: new file.
21429 * gdb.base/solib_threshold.exp: new file.
21430 * gdb.base/solib_threshold.link_opts: new file.
21431 * gdb.base/solib_threshold.mk: new file.
21432 * gdb.base/gen_solib_threshold.c: new file.
21433
21434 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21435 tests. New tests for enums inside classes.
21436
21437 * gdb.c++/compiler.cc: indicate support of template debugging.
21438
21439 * gdb.c++/demangle.exp: run hp style demangling tests.
21440
21441 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21442 tests.
21443
21444 * gdb.c++/misc.cc: changes to support new tests.
21445
21446 * gdb.c++/templates.cc: changes to support HP's compiler; changes
21447 to support new tests.
21448
21449 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21450 gcc, then skip these tests.
21451
21452 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
21453
21454 The following files are part of the HP merge; some had longer
21455 names at HP, but have been renamed to be no more than 14
21456 characters in length.
21457
21458 * gdb.hp/ambiguous.cc: new file.
21459 * gdb.hp/ambiguous.exp: new file.
21460 * gdb.hp/attach.exp: new file.
21461 * gdb.hp/attach2.exp: new file.
21462 * gdb.hp/classes-hp.exp: new file.
21463 * gdb.hp/ctti.exp: new file.
21464 * gdb.hp/ctti-add.cc: new file.
21465 * gdb.hp/ctti-add1.cc: new file.
21466 * gdb.hp/ctti-add2.cc: new file.
21467 * gdb.hp/ctti-add3.cc: new file.
21468 * gdb.hp/dbx.exp: new file.
21469 * gdb.hp/exception.cc: new file.
21470 * gdb.hp/exception.exp: new file.
21471 * gdb.hp/foll-exec.c: new file.
21472 * gdb.hp/foll-exec.exp: new file.
21473 * gdb.hp/foll-fork.c: new file.
21474 * gdb.hp/foll-fork.exp: new file.
21475 * gdb.hp/foll-vfork.c: new file.
21476 * gdb.hp/foll-vfork.exp: new file.
21477 * gdb.hp/inherit-hp.exp: new file.
21478 * gdb.hp/more-steps.exp: new file.
21479 * gdb.hp/namespace.cc: new file.
21480 * gdb.hp/namespace.exp: new file.
21481 * gdb.hp/optimize.exp: new file.
21482 * gdb.hp/pxdb.c: new file.
21483 * gdb.hp/pxdb.exp: new file.
21484 * gdb.hp/quicksort.exp: new file.
21485 * gdb.hp/reg-test.exp: new file.
21486 * gdb.hp/reg-test.s: new file.
21487 * gdb.hp/sized-enum.c: new file.
21488 * gdb.hp/sized-enum.exp: new file.
21489 * gdb.hp/start-stop.exp: new file.
21490 * gdb.hp/templ-hp.cc: new file.
21491 * gdb.hp/templ-hp.exp: new file.
21492 * gdb.hp/thr-lib.c: new file.
21493 * gdb.hp/thr-lib.exp: new file.
21494 * gdb.hp/thr-lib.h: new file.
21495 * gdb.hp/thr-liblib.c: new file.
21496 * gdb.hp/virtfun-hp.c: new file.
21497 * gdb.hp/virtfun-hp.exp: new file.
21498 * gdb.hp/watch-cmd.exp: new file.
21499 * gdb.hp/watch-hp.exp: new file.
21500 * gdb.hp/xdb1.exp: new file.
21501 * gdb.hp/xdb2.exp: new file.
21502 * gdb.hp/xdb3.exp: new file.
21503
21504 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
21505
21506 The following files are part of the HP merge; some had longer
21507 names at HP, but have been renamed to be no more than 14
21508 characters in length.
21509
21510 * gdb.base/ss.h: new file.
21511 * gdb.base/call-ar-st.c: new file.
21512 * gdb.base/call-ar-st.exp: new file.
21513 * gdb.base/call-rt-st.c: new file.
21514 * gdb.base/call-rt-st-exp: new file.
21515 * gdb.base/call-strs.exp: new file.
21516 * gdb.base/ena-dis-br.exp: new file.
21517 * gdb.base/environ.exp: new file.
21518 * gdb.base/long_long.exp: new file.
21519 * gdb.base/sect-cmd.exp: new file.
21520 * gdb.base/shlib-cl2.exp: new file.
21521 * gdb.base/smoke.exp: new file.
21522 * gdb.base/so-impl-ld.c: new file.
21523 * gdb.base/so-impl-ld.exp: new file.
21524 * gdb.base/so-indr-cl.c: new file.
21525 * gdb.base/so-indr-cl.exp: new file.
21526 * gdb.base/varargs.exp: new file.
21527 * gdb.base/volatile.exp: new file.
21528 * gdb.base/whatis-exp.exp: new file.
21529 * gdb.base/display.exp: new file.
21530 * gdb.c++/derivation.exp: new file.
21531 * gdb.c++/local.exp: new file.
21532 * gdb.c++/member-ptr.exp: new file.
21533 * gdb.c++/overload.exp: new file.
21534 * gdb.c++/ovldbreak.exp: new file.
21535 * gdb.c++/ref-types.exp: new file.
21536 * gdb.c++/ref-types2.exp: new file.
21537 * gdb.c++/userdef.exp: new file.
21538
21539 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
21540
21541 * gdb.base/default.exp: Reflect wording change in remote.c.
21542
21543 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
21544
21545 * gdb.base/help.exp: Update to reflect current text.
21546
21547 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
21548
21549 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21550 they're stack variables and contain garbage.
21551 * gdb.c++/anon-union.exp: new file.
21552
21553 The following changes were made by David Taylor
21554 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21555 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21556 in changes by HP.
21557
21558 * gdb.base/bitops.exp: new file.
21559 * gdb.base/default.exp: change expected messages for catch and
21560 info catch tests to reflect HP merge changes.
21561 * gdb.base/enable-disable-break.exp
21562 * gdb.base/ending-run.c: new file.
21563 * gdb.base/long_long.c: new file.
21564 * gdb.base/maint.exp: new file.
21565 * gdb.base/pointers2.exp: new file.
21566 * gdb.base/shlib-call2.exp: new file.
21567 * gdb.base/solib.exp: new file.
21568 * gdb.base/step-test.c: new file.
21569 * gdb.c++/anon-union.cc: new file.
21570 * gdb.c++/local.cc: new file.
21571 * gdb.c++/member-pointer.cc: new file.
21572 * gdb.c++/method.cc: new file.
21573 * gdb.c++/ref-types.cc: new file.
21574 * gdb.c++/ref-types2.cc: new file.
21575 * gdb.c++/userdef.cc: new file.
21576
21577 * gdb.base/scope.exp: compile one file at a time, then link.
21578 * gdb.base/langs.exp: ditto.
21579 * gdb.base/list.exp: ditto.
21580
21581 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
21582
21583 The following changes were made by David Taylor
21584 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21585 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21586 in changes by HP.
21587
21588 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21589 skip tests. When compiling pass c++ flag to gdb_compile.
21590 * gdb.c++/
21591
21592 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21593 test for on hppa*-*-hpux*; use args to see if c++ was specified.
21594 (skip_hp_tests): new function.
21595 (gdb_preprocess): new function.
21596
21597 * configure.in (hpdir): decide whether to configure gdb.hp.
21598 * configure: regenerated.
21599
21600 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21601 to delete on clean.
21602 (EXECUTABLES): update to reflect new additions.
21603 * gdb.base/commands.exp: update message expected.
21604 * gdb.base/default.exp: add copyright notice.
21605 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21606 * gdb.base/help.exp: update messages to reflect current text.
21607 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21608 targets for recurse tests.
21609 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21610 skip this file.
21611
21612 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21613 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21614 compilation.
21615 * gdb.c++/misc.exp: ditto.
21616 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21617 run the tests. tell gdb_compile that it's a c++ compilation.
21618
21619 * gdb.threads/pthreads.exp: fix typo in message.
21620
21621 * gdb.base/all-bin.exp: new file.
21622 * gdb.base/arithmet.exp: new file.
21623 * gdb.base/assign.exp: new file.
21624 * gdb.base/completion.exp: new file.
21625 * gdb.base/cond-expr.exp: new file.
21626 * gdb.base/condbreak.exp: new file.
21627 * gdb.base/define.exp: new file.
21628 * gdb.base/dollar.exp: new file.
21629 * gdb.base/environment.exp: new file.
21630 * gdb.base/eval-skip.exp: new file.
21631 * gdb.base/jump.exp: new file.
21632 * gdb.base/logical.exp: new file.
21633 * gdb.base/pointers.exp: new file.
21634 * gdb.base/relational.exp: new file.
21635 * gdb.base/section_command.exp: new file.
21636 * gdb.base/whatis-expr.exp: new file.
21637
21638 * gdb.base/all-types.c: new file.
21639 * gdb.base/call-array-struct.c: new file.
21640 * gdb.base/call-return-struct.c: new file.
21641 * gdb.base/call-strings.c: new file.
21642 * gdb.base/callfuncs2.c: new file.
21643 * gdb.base/condbreak.c: new file.
21644 * gdb.base/constvars.c: new file.
21645 * gdb.base/display.c: new file.
21646 * gdb.base/int-type.c: new file.
21647 * gdb.base/jump.c: new file.
21648 * gdb.base/miscexprs.c: new file.
21649 * gdb.base/pointers.c: new file.
21650 * gdb.base/pointers2.c: new file.
21651 * gdb.base/shmain.c: new file.
21652 * gdb.base/shr1.c: new file.
21653 * gdb.base/shr2.c: new file.
21654 * gdb.base/solib.c: new file.
21655 * gdb.base/solib1.c: new file.
21656 * gdb.base/solib2.c: new file.
21657 * gdb.base/varargs.c: new file.
21658 * gdb.c++/derivation.cc: new file.
21659 * gdb.c++/overload.cc: new file.
21660 * gdb.c++/ovldbreak.cc: new file.
21661 * gdb.hp/attach.c: new file.
21662 * gdb.hp/attach2.c: new file.
21663 * gdb.hp/average.c: new file.
21664 * gdb.hp/compiler.c: new file.
21665 * gdb.hp/compiler.cc: new file.
21666 * gdb.hp/execd-program.c: new file.
21667 * gdb.hp/follow-exec.c: new file.
21668 * gdb.hp/follow-fork.c: new file.
21669 * gdb.hp/follow-vfork-and-exec.c: new file.
21670 * gdb.hp/misc-hp.cc: new file.
21671 * gdb.hp/more-steps.c: new file.
21672 * gdb.hp/optimize.c: new file.
21673 * gdb.hp/quicksort.c: new file.
21674 * gdb.hp/run-hp.c: new file.
21675 * gdb.hp/start-stop.c: new file.
21676 * gdb.hp/sum.c: new file.
21677 * gdb.hp/templates-hp.cc: new file.
21678 * gdb.hp/thread-local-in-lib.c: new file.
21679 * gdb.hp/thread-local-in-lib.h: new file.
21680 * gdb.hp/thread-local-in-lib.lib.c: new file.
21681 * gdb.hp/vforked-program.c: new file.
21682 * gdb.hp/virtfunc-hp.cc: new file.
21683 * gdb.hp/watchpoint-hp.c: new file.
21684 * gdb.hp/xdb.c: new file.
21685 * gdb.hp/xdb0.c: new file.
21686 * gdb.hp/xdb0.h: new file.
21687 * gdb.hp/xdb1.c: new file.
21688
21689 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
21690
21691 The following change was made by Edith Epstein
21692 <eepstein@cygnus.com> as part of a project to merge in changes
21693 originally made by HP; HP did not create ChangeLog entries.
21694
21695 * gdb.c++/demangle.exp: changed the expected output for some
21696 ARM-style mangling -- removed second reference to datatype.
21697 For example, maint demangle __dt__11T1__pt__2_cFv
21698 T1<char>::~T1<char>(void)
21699 becomes,
21700 maint demangle __dt__11T1__pt__2_cFv
21701 T1<char>::~T1(void)
21702
21703 (test_hp_style_demangling): new hp specific demangling test cases.
21704
21705 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
21706
21707 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21708 * gdb.trace/backtrace.exp: Likewise.
21709 * gdb.trace/circ.exp: Likewise.
21710 * gdb.trace/collection.exp: Likewise.
21711 * gdb.trace/deltrace.exp: Likewise.
21712 * gdb.trace/infotrace.exp: Likewise.
21713 * gdb.trace/limits.exp: Likewise.
21714 * gdb.trace/packetlen.exp: Likewise.
21715 * gdb.trace/passc-dyn.exp: Likewise.
21716 * gdb.trace/passcount.exp: Likewise.
21717 * gdb.trace/report.exp: Likewise.
21718 * gdb.trace/save-trace.exp: Likewise.
21719 * gdb.trace/tfind.exp: Likewise.
21720 * gdb.trace/tracecmd.exp: Likewise.
21721 * gdb.trace/while-dyn.exp: Likewise.
21722 * gdb.trace/while-stepping.exp: Likewise.
21723
21724 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
21725
21726 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21727
21728 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
21729
21730 From Brendan Kehoe:
21731 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21732 int return types.
21733
21734 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21735
21736 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
21737 remote dos host testing right.
21738
21739 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21740
21741 * gdb.base/corefile.exp: remove some xfails.
21742
21743 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21744
21745 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
21746 have different timestamps.
21747
21748 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21749
21750 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
21751 gdb.base/default.exp: Replace "exec" with "executable".
21752
21753 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21754
21755 * gdb.base/default.exp: Change else if to elseif from previous
21756 delta.
21757
21758 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21759
21760 * gdb.base/default.exp: Add brace missing from previous delta.
21761
21762 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
21763
21764 * gdb.base/default.exp: Support test for info float for all
21765 varieties of arm toolchain.
21766
21767 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
21768
21769 * gdb.trace/*.exp: remove "remote_download" command.
21770
21771 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
21772
21773 * gdb.trace/*.exp: remove -gdwarf from compile.
21774
21775 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
21776
21777 * gdb.trace/configure.in(AC_INIT): typo
21778 * gdb.trace/configure: regenerated
21779
21780 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
21781
21782 * config/m68k-emc.exp: New file.
21783 * lib/<emc-support.exp trace-support.exp}: New files.
21784 * configure.in: add new test directory gdb.trace.
21785 * gdb.trace/{configure configure.in Makefile.in}: New files.
21786 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21787 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21788 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21789 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21790 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21791 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21792 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
21793
21794 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
21795
21796 * gdb.c++/classes.exp: Change all regular expressions to match
21797 arbitrary combinations of newline/carriage-return, so that they
21798 will work equally well on Unix and Windows.
21799 * gdb.c++/inherit.exp: ditto.
21800 * gdb.c++/virtfunc.exp: ditto.
21801
21802 1998-08-11 Dawn Perchik <dawn@cygnus.com>
21803
21804 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21805
21806 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
21807
21808 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21809 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
21810 to use a0-a3/d0-d3 as needed.
21811
21812 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
21813
21814 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21815 * gdb.disasm/am33.exp: Corresponding changes.
21816
21817 1998-07-11 Felix Lee <flee@cygnus.com>
21818
21819 * gdb.base/callfuncs.exp: add cmp10 test.
21820 * gdb.base/callfuncs.c (cmp10): new function.
21821
21822 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
21823
21824 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
21825 into two parts to get around a synchronization problem in expect.
21826
21827 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
21828
21829 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21830
21831 * configure.in: Add options for gdbtk testsuite.
21832
21833 * configure: Regenerate.
21834
21835 * gdb.gdbtk: New directory to hold gdbtk tests.
21836
21837 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21838
21839 * gdb.fortran/types.exp: Escape brackets in expect patterns
21840 for test_float_literal_types_accepted tests.
21841 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
21842 before run test.
21843
21844 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
21845
21846 * am33.exp: Just compile, do not link the testcase.
21847 * am33.s: Add ".am33" pseudoop to force am33 mode.
21848
21849 1998-06-25 Felix Lee <flee@cygnus.com>
21850
21851 * gdb.base/setshow.exp: make sure $pc is sane.
21852
21853 * gdb.stabs/weird.exp: split expect patterns properly.
21854
21855 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
21856
21857 * gdb.disasm/am33.s: New disassembler testfile for the am33.
21858 * gdb.disasm/am33.exp: Run it.
21859
21860 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
21861
21862 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21863 match processing (and eliminate spurious timeouts when running).
21864
21865 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
21866
21867 * gdb.base/signals.exp (test_handle_all_print): put back Mach
21868 exception test, but conditionalize it on target [mach | gnu].
21869
21870 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
21871
21872 * gdb.base/overlays.exp: fixup compile line for linker script.
21873
21874 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
21875
21876 * gdb.fortran/types.exp: don't guess at float size.
21877
21878 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
21879
21880 * gdb.base/exprs.exp: delete test that depends on int size.
21881
21882 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
21883
21884 * config/sim.exp: Removed checks for target triplets.
21885 (gdb_target_sim): Use gdb,target_sim_options.
21886
21887 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
21888
21889 * gdb.base/reread.exp: New file.
21890 * gdb.base/reread1.c: New file.
21891 * gdb.base/reread2.c: New file.
21892
21893 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
21894
21895 * config/sim.exp: Use 'target sim -sparclite' when running
21896 SPARClite programs.
21897
21898 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
21899
21900 * gdb.base/structs2.exp: New file.
21901 * gdb.base/structs2.c: New file.
21902
21903 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
21904
21905 * gdb.asm/common.inc: New file.
21906 * gdb.asm/d10v.inc: New file.
21907 * asm-source.exp: Pass -I's to gas to find .inc files.
21908 Update line numbers in expected output.
21909 * asmsrc1.s: Rewrite.
21910 * asmsrc2.s: Rewrite.
21911 * configure.in: Create arch.inc symlink.
21912 * configure: Regenerate.
21913 * Makefile.in (distclean): Delete arch.inc.
21914
21915 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
21916
21917 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
21918 (t_enum_value2): ditto
21919 (t_enum_value3): ditto
21920 (main): ditto
21921 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21922
21923 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
21924 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
21925 change.
21926 Use gdb_test instead of send_gdb/gdb_expect sequences.
21927
21928 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
21929
21930 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
21931 not void.
21932
21933 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
21934
21935 * gdb.base/branches.c: Code with lots of loops and
21936 subroutines. Used to test gdbs ability to single step through PC
21937 changes, especially to test mips-tdep.c:mips_next_pc
21938
21939 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
21940
21941 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
21942 more rigorous EGCS C++ error checking.
21943
21944 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21945
21946 * gdb.base/help.exp: Clean up `help set args' and `help show args'
21947 tests.
21948 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
21949 function when asleep.
21950 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
21951 for i*86 Linux and SVR4 signal handling problems.
21952 Remove linux xfail for `next to handler in signals_tests_1', fixed
21953 by recent infrun.c change.
21954 Limit backtrace to 10 frames to avoid timeout problems with infinite
21955 stack backtraces.
21956 Adjust expect pattern in `handle all print' test to match Apr 28 1997
21957 target.[ch] change.
21958
21959 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
21960
21961 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
21962 for a newline from gdb before continuing.
21963 (default_gdb_exit): Just look for y or n.
21964 (gdb_test): Detect abnormal exit from GDB running on DOS; if
21965 it does, fail the rests of the tests in the file.
21966
21967 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
21968
21969 * config/cygmon.exp: New file.
21970
21971 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
21972
21973 * gdb.base/list.exp: Fix problem with "list default lines around
21974 main" test on remote targets.
21975
21976 * gdb.base/scope.exp: Fix problem with filelocal_bss before
21977 run test on remote targets.
21978
21979 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
21980
21981 * gdb.asm: New directory.
21982 * configure.in: Configure it.
21983 * configure: Regenerate.
21984 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21985 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21986
21987 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
21988
21989 * config/mn10300-eval.exp: New file to support MN10300 eval board.
21990
21991 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
21992
21993 * gdb.base/overlays (several files): Merge the two overlay
21994 managers into one. Change variables (foox, barx, bazx, grbxx)
21995 back into ints but force them to load in their proper sections.
21996
21997 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
21998
21999 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
22000 on-chip insn memory and IMAP1 to upper 128k.
22001 (D10VCopy): Handle memory regions crossing 16k boundaries.
22002 (D10VCopy): Transfer data in 32 bit chunks.
22003
22004 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
22005
22006 * gdb.base/overlays.c (main): Exit normally when result is
22007 correct.
22008
22009 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
22010 map. Include space for printf in .text segment.
22011
22012 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
22013 updated d10v memory VMA/LMA map.
22014 (D10VCopy): Call D10VTranslate.
22015
22016 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
22017
22018 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
22019
22020 * gdb.base/bar.c (barx, bar): Change variable to small array so
22021 that it won't be put into the .sdata - small data -
22022 section. Update reference.
22023 * gdb.base/baz.c (bazx, baz): Ditto.
22024 * gdb.base/foo.c (foox, foo): Ditto.
22025 * gdb.base/grbx.c (grbxx, grbx): Ditto.
22026
22027 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
22028 to be arrays.
22029
22030 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
22031
22032 * gdb.base/overlays.exp: fix up and get working again.
22033 Add tests for backtraces from an overlay function.
22034
22035 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
22036
22037 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
22038 "calling function with watchpoint enabled".
22039
22040 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
22041
22042 * gdb.base/break.exp (test_next_with_recursion): Remove
22043 gdb_suppress_tests for d10v-*-*.
22044 * lib/gdb.exp (gdb_suppress_tests): Disable this function
22045 pending review of whether it is useful or not.
22046
22047 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
22048
22049 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
22050
22051 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
22052
22053 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
22054 * config/dve.exp: New file to support Densan boards.
22055
22056 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
22057
22058 * gdb.base/interrupt.exp: Document problem of simulators, signals,
22059 reads and BSD.
22060
22061 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
22062
22063 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
22064 response.
22065
22066 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
22067
22068 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
22069
22070 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
22071 test.
22072
22073 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
22074 target_sizeof_long and target_bigendian_p.
22075 (structs_by_value, structs_by_reference): Check values according
22076 to targets word size and endianess.
22077
22078 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
22079
22080 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
22081 output.
22082
22083 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
22084
22085 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
22086 Update test of set args help to match source change.
22087
22088 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
22089
22090 * gdb.base/default.exp: Expect help system output to be in
22091 alphabetical order.
22092 * gdb.base/help.exp: Ditto.
22093
22094 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
22095
22096 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22097 "i*86-pc-linux-gnu*".
22098 * gdb.base/interrupt.exp: Ditto.
22099 * gdb.base/corefile.exp: Ditto.
22100
22101 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
22102 define vxworks when building the testcase.
22103
22104 * gdb.base/ptype.exp: Fix testnames to be unique.
22105 * gdb.base/radix.exp: Ditto.
22106 * gdb.base/term.exp: Ditto.
22107 * gdb.base/whatis.exp: Ditto.
22108 * gdb.c++/classes.exp: Ditto.
22109
22110 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
22111
22112 * gdb.base/callfuncs.exp: Fix indentation.
22113
22114 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22115 suppress_flag has been set.
22116 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22117 target feature.
22118
22119 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
22120
22121 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22122 the testcase.
22123
22124 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
22125 set_debug_traps() and breakpoint().
22126 * gdb.c++/misc.cc (main): Ditto.
22127 * gdb.c++/templates.cc (main): Ditto.
22128 * gdb.c++/virtfunc.cc (main): Ditto.
22129
22130 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
22131
22132 * lib/gdb.exp(gdb_step_for_stub): New function.
22133 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22134 exists, reload the executable and do a "continue" instead of
22135 doing a jump.
22136 (runto_main): Use gdb_step_for_stub.
22137
22138 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
22139 tests to have unique names.
22140 * gdb.base/callfuncs.exp: Ditto.
22141 * gdb.base/commands.exp: Ditto.
22142 * gdb.base/default.exp: Ditto.
22143 * gdb.base/help.exp: Ditto.
22144 * gdb.base/list.exp: Ditto.
22145 * gdb.base/opaque.exp: Ditto.
22146 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22147 similar tests.
22148
22149 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22150 * gdb.c++/cplusfuncs.cc: Ditto.
22151 * gdb.c++/virtfunc.cc: Ditto.
22152
22153 * config/monitor.exp: Keep track of the last file we saw, rather
22154 than trying to get the info from gdb.
22155
22156 * gdb.fortran/types.exp: Move comment to previous line.
22157
22158 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
22159
22160 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
22161 target mode.
22162
22163 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
22164
22165 From Bob Manson:
22166 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
22167 string from GDB when it connects.
22168
22169 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22170
22171 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
22172
22173 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
22174 if we can't get a debug format from GDB (we may be testing an
22175 older GDB). Use a 10 second timeout when checking for the format.
22176
22177 * gdb.stabs/weird.exp: Fix quoting.
22178
22179 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22180
22181 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
22182
22183 * config/arm-ice.exp: New file.
22184
22185 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
22186
22187 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
22188 until it has been modified to work with the new testsuite.
22189
22190 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
22191 testcase won't compile, cause all of the testcases in the file to
22192 fail instead.
22193
22194 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22195 (gdb_clear_suppressed): New procedure.
22196 (gdb_stop_suppressing_tests): Only clear suppress_flag if
22197 it contains a positive value.
22198
22199 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
22200
22201 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22202
22203 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22204
22205 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
22206
22207 * lib/gdb.exp (setup_xfail_format): New function.
22208 (get_debug_format): New function to get debug format.
22209 (debug_format): New global variable to hold last value set
22210 by get_debug_format.
22211 * gdb.base/list.exp: Call get_debug_format and expect some
22212 tests to fail for DWARF 1 and COFF formats.
22213 * gdb.c++/ptype.exp: Ditto.
22214 * gdb.c++/classes.exp: Ditto.
22215 * gdb.c++/cplusfuncs.exp: Ditto.
22216 * gdb.c++/inherit.exp: Ditto.
22217 * gdb.c++/templates.exp: Ditto.
22218 * gdb.c++/virtfunc.exp: Ditto.
22219
22220 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
22221
22222 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22223 host doesn't have a currently-open connection.
22224
22225 * config/sparclet.exp: Cleanups and fixes to make it generic for
22226 any gdb stub target. Handle cases where gdb doesn't respond when
22227 interrupted in a sane fashion.
22228
22229 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
22230 same thing in a totally different way.
22231
22232 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
22233 setting "timeout".
22234 (gdb_start): We set the global gdb_prompt variable in
22235 default_gdb_init now.
22236
22237 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
22238
22239 * gdb.base/printcmds.exp: Fix "check for floating addition"
22240 regexp to accept results within approx +/- .01 of exact value.
22241 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22242
22243 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
22244
22245 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
22246 properly.
22247 (gdb_expect): Add optional timeout parameter, and add timeout
22248 value to various calls.
22249 (gdb_suppress_tests): Only give one warning message per group.
22250
22251 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
22252
22253 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
22254 global variables. Handle getting a value for $timeout more
22255 gracefully.
22256
22257 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22258
22259 * lib/gdb.exp: Close connection to remote host if gdb doesn't
22260 initialize.
22261 (default_gdb_init): New procedure; allow gdb_init to be overridden
22262 by a target configuration file.
22263 (gdb_expect): Pass the timeout to remote_expect.
22264
22265 * config/monitor.exp(gdb_load): Fix typo in regexp.
22266
22267 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
22268
22269 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22270
22271 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
22272
22273 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
22274 here. Call gdb_target_exec before rebooting the target, to make
22275 sure the connection to the target is closed.
22276 (gdb_load): Pass the name of the executable to gdb_target_monitor.
22277 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22278 Also detect "Timeout reading from remote" error.
22279
22280 * config/gdbserver.exp: Pass the executable being loaded to
22281 gdb_target_monitor. Don't call gdb_file_cmd here; let
22282 gdb_target_monitor do it.
22283
22284 * gdb.disasm/hppa.exp: Don't use exec_output.
22285
22286 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
22287
22288 * gdb.base/list.exp: If we're debugging a non-native target,
22289 try to set the pc register to point to the start of the
22290 program before doing the first list command.
22291
22292 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
22293 test_calls after restarting.
22294
22295 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
22296 reloading.
22297
22298 * gdb.base/watchpoint.exp: Fix typo.
22299
22300 * gdb.base/setshow.exp: Check for use_gdb_stub.
22301
22302 * gdb.base/break.exp: Fix continue until exit test for the gdb
22303 stub case.
22304 * gdb.base/langs.exp: Ditto.
22305
22306 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
22307 gdb_load_offset. If we weren't given a file to load, figure out
22308 what the current file is and use it.
22309
22310 * config/i386-bozo.exp: New file.
22311
22312 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
22313
22314 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22315 feature.
22316
22317 * config/proelf.exp: New entry.
22318
22319 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
22320
22321 * lib/gdb.exp: Remove spurious .* patterns at the beginning
22322 of regexps.
22323
22324 * gdb.base/watchpoint.exp: Don't run the test_stepping
22325 tests if gdb can't call functions on the target.
22326
22327 * gdb.base/setshow.exp: Don't run the set prompt tests if
22328 the board has gdb_prompt set.
22329
22330 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
22331
22332 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22333 * gdb.base/commands.exp: Likewise.
22334 * gdb.base/setshow.exp: Likewise.
22335
22336 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
22337
22338 * config/monitor.exp(gdb_start): Look for gdb_prompt target
22339 feature.
22340
22341 * config/i960.exp: New file.
22342
22343 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
22344
22345 * gdb.base/funcargs.exp: Check for gdb,short_int target
22346 feature instead of looking for explicit target triplets.
22347
22348 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
22349
22350 * gdb.base/printcmds.exp: add a couple more tests a la
22351 "p 123DEADBEEF", to check parse_number.
22352 * top.c: change "to enable to enable" to "to enable" in a couple
22353 of help strings.
22354
22355 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
22356
22357 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22358 on the mn10300.
22359
22360 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
22361
22362 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22363 where the test executable is run with explicit args.
22364 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22365
22366 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
22367
22368 * gdb.base/run.c: Use FAKEARGV to build test executable that
22369 does not require a command line arg, since most simulators
22370 don't currently support passing such an arg into the simulated
22371 program.
22372 * gdb.base/commands.exp: Change tests to insert the proper
22373 value as the arg to the first recursive factorial call. Change
22374 compilation line to define FAKEARGV at compile time.
22375
22376 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
22377
22378 * gdb.base/recurse.exp: Enable these tests for the mn10300.
22379 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22380 function with watchpoint enabled" test.
22381
22382 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
22383
22384 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
22385 Don't call gdb_test when the command doesn't return to a gdb prompt.
22386
22387 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
22388 "Tests restarted" messages.
22389
22390 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
22391
22392 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22393
22394 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
22395
22396 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22397 for INFO SYMBOL; add help tests for OVERLAY commands.
22398 * gdb.base/default.exp: add tests for INFO SYMBOL command;
22399 add tests for OVERLAY commands
22400 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22401 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22402 * gdb.base/sigall.c: add usestubs code frag
22403 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
22404
22405 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
22406
22407 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22408 failures.
22409 (gdb_stop_suppressing_tests): Note that tests have restarted.
22410
22411 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
22412
22413 * config/h8300.exp: New file.
22414
22415 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
22416
22417 * gdb.base/setshow.exp: Check for the existence of a
22418 feature, not its value.
22419
22420 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
22421
22422 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22423
22424 * gdb.base/scope.exp: It's now init0(), not init().
22425
22426 * gdb.base/scope0.c: For now, change init() to be init0().
22427
22428 * config/monitor.exp: Use gdb_serial in preference to serial
22429 or netport.
22430
22431 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
22432 and it's not already set.
22433
22434 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
22435
22436 * gdb.base/setshow.exp: Only test the run command if the target
22437 isn't using a stub and if it supports argument passing.
22438
22439 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
22440
22441 * config/udi.exp(gdb_start): Make sure UDICONF is set
22442 properly before starting gdb.
22443
22444 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
22445
22446 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22447 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22448 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22449
22450 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
22451
22452 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
22453 specialized code to reboot the board, use remote_reboot instead.
22454
22455 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22456
22457 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22458
22459 * config/monitor.exp: Make sure we disconnect from the target.
22460 Also, try a reboot/reload cycle instead of failing if the
22461 load fails.
22462
22463 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
22464
22465 * gdb.base/default.exp: Don't set match_max.
22466 * gdb.base/help.exp: Ditto.
22467 * gdb.base/list.exp: Ditto.
22468 * gdb.base/signals.exp: Ditto.
22469
22470 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22471 set, use remote_ld to download the testcase instead of
22472 the GDB loader.
22473
22474 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
22475
22476 * config/vr5000.exp: New file.
22477
22478 * config/monitor.exp(gdb_target_monitor): Add pattern for
22479 "Ending remote" to detect errors in connecting.
22480
22481 * gdb.base/setshow.exp: Add .* within auto language test.
22482
22483 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22484 target feature.
22485
22486 * config/monitor.exp(gdb_load): Check for a failure when loading,
22487 and reboot the board if necessary.
22488
22489 * gdb.base/setvar.exp(test_set): Handle multiple prints within
22490 a set of tests. Remove print.* from the patterns being checked.
22491
22492 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
22493
22494 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22495 refer to gdb_spawn_id.
22496
22497 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22498 longer used.
22499 * config/sparclet.exp: Ditto.
22500 * config/sparclet-old.exp: Ditto.
22501 * config/slite.exp: Ditto.
22502 * config/sim.exp: Ditto.
22503 * gdb.base/funcargs.exp: Ditto.
22504
22505 * lib/gdb.exp:Remove references to gdb_spawn_id.
22506 (gdb_expect): Move to remote.exp.
22507
22508 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
22509
22510 * config/monitor.exp: Detect the "Couldn't establish connection"
22511 message from GDB.
22512
22513 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
22514
22515 * gdb.base/bitfields.exp: Use runto instead of explicit
22516 gdb_run_cmd/gdb_expect sequences.
22517
22518 * gdb.base/break.exp(text_next_with_recursion): Add match for
22519 gdb_expect call.
22520
22521 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22522 We also need to handle the "A program is being debugged already"
22523 prompt from gdb. Use gdb_test to set the baud rate.
22524
22525 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22526 to 20000. Really. I mean it.
22527
22528 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22529
22530 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
22531 fails. If suppress_flag is set, skip perror message about not
22532 being able to send to GDB.
22533 (send_gdb): If suppress_flag is set, don't try to send commands to
22534 GDB.
22535 (gdb_expect): If suppress_flag is set, always fail immediately.
22536 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22537 (gdb_init): Call gdb_stop_suppressing_tests.
22538 (default_gdb_exit): Ditto.
22539 (default_gdb_start): Ditto.
22540
22541 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
22542 gdb_stop_suppressing_tests as appropriate.
22543 * gdb.base/break.exp: Ditto.
22544 * gdb.base/callfuncs.exp: Ditto.
22545 * gdb.base/commands.exp: Ditto.
22546 * gdb.base/exprs.exp: Ditto.
22547 * gdb.base/funcargs.exp: Ditto.
22548 * gdb.base/list.exp: Ditto.
22549 * gdb.base/recurse.exp: Ditto.
22550 * gdb.base/scope.exp: Ditto.
22551 * gdb.base/structs.exp: Ditto.
22552 * gdb.c++/inherit.exp: Ditto.
22553
22554 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
22555
22556 * config/vr4300.exp: New file.
22557
22558 * gdb.*/*.exp: Call gdb_expect instead of expect.
22559
22560 * lib/gdb.exp(gdb_expect): New function.
22561
22562 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
22563
22564 * lib/gdb.exp(gdb_init): New function.
22565
22566 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
22567 for each individual variable set.
22568
22569 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22570 name.
22571
22572 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22573
22574 * gdb.base/scope.exp: Use gdb_test.
22575
22576 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22577 aborting; the testsuite driver will do that for us (see
22578 gdb_finish). Also, use gdb_test in a few more places.
22579
22580 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
22581
22582 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22583
22584 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
22585
22586 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22587 and "add_tests" are not at the same address.
22588
22589 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
22590
22591 * gdb.base/ptype.exp: Use gdb_test.
22592
22593 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
22594
22595 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22596 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22597 left in. No longer expect them to fail.
22598
22599 * gdb.stabs/*.mt; Deleted, no longer used.
22600 * gdb.stabs/configure.in: Remove references to target makefile
22601 frags.
22602 * gdb.stabs/configure: Rebuilt.
22603
22604 * gdb.disasm/*.mt: Deleted, no longer used.
22605 * gdb.disasm/configure.in: Remove references to target makefile
22606 frags. Use "sh3.s" as the unique filename for this directory.
22607 * gdb.disasm/configure: Rebuilt.
22608
22609 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22610 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22611 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22612
22613 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
22614
22615 * config/udi.exp: Use mondfe,name instead of remote_host.
22616
22617 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22618
22619 * gdb.base/watchpoint.exp: Don't expect a failure when calling
22620 a function with a watchpoint enabled on the mn10200.
22621
22622 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22623 before trying to create it!
22624
22625 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
22626
22627 * config/vx.exp: Use hostname instead of netport.
22628
22629 * config/vxworks.exp: New file.
22630
22631 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22632
22633 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
22634 gdb before assuming everything worked. Send a ^C if a timeout
22635 occurs.
22636
22637 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22638 $gdb_spawn_id directly.
22639 (gdb_run_cmd): Try _start as well as start. Use the target feature
22640 gdb,start_symbol as the symbol to start from when jumping.
22641
22642 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
22643
22644 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22645 redundant) test.
22646
22647 * gdb.base/recurse.exp: Relax final value test for 'b' so that
22648 it doesn't lose for 16bit integer systems.
22649
22650 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
22651
22652 * gdb.fortran/types.exp: If the target doesn't support "double"
22653 data types, then expect "real" types to only be 4 bytes.
22654
22655 * gdb.c++/virtfunc.exp: Expect failure for virtual function
22656 call tests if the target doesn't support inferior function calls.
22657
22658 * gdb.base/printcmds.exp: Allow minor deviation in FP values
22659 in printf tests.
22660
22661 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
22662
22663 * gdb.base/help.exp: Disable "help set", "help show", and
22664 "help support". Simplify regexp for "help stack".
22665
22666 * gdb.base/default.exp: Set match_max to 5000 and the timeout
22667 to 60 seconds. Temporarily set match_max to 15000 around the
22668 "info copying" test.
22669
22670 * gdb.base/nodebug.exp: Don't try to do an inferior function
22671 call if the target doesn't support them.
22672 * gdb.base/printcmds.exp: Likewise.
22673 * gdb.base/setvar.exp: Likewise.
22674 * gdb.base/structs.exp: Likewise.
22675 * gdb.c++/templates.exp: Likewise.
22676 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
22677
22678 * gdb.base/recurse.exp: Enable for the mn10200.
22679
22680 * configure.in: Do configure gdb.stabs directory for *-*-elf
22681 targets.
22682 * configure: Rebuilt.
22683
22684 * gdb.base/break.exp: Check for gdb,noresults before testing
22685 exit status and/or results from the target.
22686 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22687 * lib/gdb.exp: Remove old (now bogus) initialization of
22688 noinferior, noargs, noresults and nosignals.
22689
22690 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
22691
22692 * config/sh.exp: New file.
22693
22694 * config/slite.exp: Try to connect multiple times to the board
22695 before rebooting. Only send a "monitor run" if need_monitor_run
22696 is set.
22697
22698 * gdb.base/break.exp: Don't do the "stub continue" test if
22699 the target has gdb_stub set.
22700
22701 * gdb.base/callfuncs.exp: Increase the timeout.
22702
22703 * gdb.base/interrupt.exp: Don't even try to compile the testcase
22704 if the target has gdb,noinferiorio set.
22705
22706 * gdb.base/list.exp: Increase match_max to 10000 characters.
22707
22708 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22709
22710 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22711 target.
22712
22713 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22714
22715 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
22716
22717 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
22718 trying to delete the copy of gdb. Catch the file delete so we
22719 don't die if the delete fails; also, the file should be copied to
22720 the host, not to the build.
22721
22722 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
22723
22724 * lib/gdb.exp(gdb_test): Surround the result pattern with
22725 parenthesis in case it contains multiple regexps separated
22726 with |.
22727
22728 * gdb.base/watchpoint.exp: Use gdb_test.
22729 * gdb.base/default.exp: Ditto.
22730
22731 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22732
22733 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
22734
22735 * gdb.base/scope.exp: Use gdb_test.
22736 * gdb.c++/classes.exp: Ditto.
22737 * gdb.c++/inherit.exp: Ditto.
22738
22739 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22740
22741 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22742 remote_exec instead.
22743 * gdb.base/corefile.exp: Don't be ridiculous.
22744 * gdb.base/*.c: Add missing stub invocations.
22745
22746 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22747
22748 * config/slite.exp: Miscellaneous fixes.
22749
22750 * lib/gdb.exp: Fix runto.
22751
22752 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22753 the target.
22754
22755 * gdb.base/watchpoint.exp: Fix regexp.
22756
22757 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22758 close and wait commands, as the descriptor may now be
22759 invalid. Always call "remote_close host".
22760
22761 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
22762
22763 Major rewrite for testsuite revision.
22764
22765 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22766 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22767 instead of relying on spawn_id to always contain a valid
22768 spawn id.
22769 (get_compiler_info): New procedure to build the ${binfile}.ci
22770 file, instead of replicating this in N different places.
22771 (gdb_compile): New procedure.
22772
22773 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
22774 appropriate arguments) instead of compile. Use gdb_test in a lot
22775 more places. Use send_gdb instead of send. Always run gdb_start
22776 at the start of a testcase, as this is no longer done magically.
22777
22778 config/*-gdb.exp: Rename without the -gdb suffix.
22779
22780 config/mips.exp: Use remote_close instead of exit_remote_shell.
22781 config/monitor.exp: Use target_info instead of looking at
22782 baud, timeout, etc.
22783 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
22784
22785 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22786
22787 * gdb.c++/templates.exp (test_ptype_of_templates),
22788 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22789 Update expect patterns for destructors and assignment operators
22790 to match corresponding c-typeprint.c changes.
22791 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
22792 to destructor breakpoint test, GDB should be able to set the
22793 destructor breakpoint without specifying arguments.
22794
22795 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
22796
22797 * gdb.threads/pthreads.exp: Change result for failure to compile due
22798 to lack of pthreads runtime support from an error to simply an
22799 unsupported test, per dejagnu standards.
22800
22801 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22802
22803 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
22804 where GDB exits to reduce pattern match time.
22805 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
22806
22807 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
22808
22809 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
22810
22811 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22812 * gdb.base/default.exp: ditto.
22813 * gdb.base/nodebug.exp: ditto.
22814 * gdb.base/printcmds.exp: ditto.
22815 * gdb.base/ptype.exp: ditto.
22816 * gdb.base/setvar.exp: ditto.
22817 * gdb.base/structs.exp: ditto.
22818 * gdb.base/setshow.c: Guard against uninitialized values of argc.
22819
22820 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
22821
22822 * configure, */configure: Rebuild with autoconf 2.12.
22823
22824 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
22825
22826 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22827 use new i*86-pc-linux*-gnu quads.
22828 * gdb.base/corefile.exp: Ditto.
22829 * gdb.base/signals.exp: Ditto.
22830 * gdb.base/sigall.exp: Ditto.
22831 * gdb.base/interrupt.exp: Ditto.
22832
22833 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22834 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
22835 RedHat 4.0.
22836
22837 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
22838 linux. This allows the test case to at least compile on latest
22839 linux, but still not run due to missing the threads runtime library.
22840
22841 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22842
22843 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
22844 directory to search gdb directory. Accept and step over conditional
22845 stack alignment code. Consume $prompt in failure cases.
22846 Reset timeout to $oldtimeout instead of some arbitrary value.
22847 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
22848 timeout problems with infinite stack backtraces.
22849 * gdb.base/ptype.exp (ptype struct link, union tu_link):
22850 Accept function parameters for linkfunc member.
22851
22852 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
22853
22854 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22855 (CXXFLAGS): Remove, unreferenced.
22856 (B_OPTIONS): Add for -B options and add code to initialize with
22857 previous -B options and also add -B option to pick up cross compiled
22858 runtime.
22859 (TARGET_INCLUDES): Add for -I options and add code to initialize when
22860 doing cross compiles.
22861 (target_alias): Declare global.
22862 (xgcc): Set variable to full path of gcc in build tree. Use findfile
22863 to verify that gcc exists in build tree, and if so set CC to that
22864 gcc and to use B_OPTIONS and TARGET_INCLUDES.
22865
22866 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
22867
22868 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22869 ptype test for anonymous union. Fixup testcase to match
22870 current gcc debug output.
22871
22872 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
22873
22874 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22875 force argument to an unsigned long type.
22876
22877 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
22878
22879 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
22880 tests and anonymous union print/ptype tests.
22881 * gdb.base/list.exp (test_forward-search): Increase timeout by
22882 5 minutes for the "search extremely long line" case.
22883 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22884 completely optional and that the pass/fail messages use the command as
22885 the message if that third arg is a null string.
22886 (gdb_test_exact): Arrange that a null string pattern means match a
22887 null string output rather than any output, which might include random
22888 errors.
22889 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22890 backtrace test.
22891 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22892 always failing and failure is now exposed by gdb.exp changes.
22893
22894 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
22895
22896 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22897 weren't being noted.
22898
22899 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22900
22901 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
22902 * gdb.stabs/weird.exp: Remove v_comb xfails.
22903
22904 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
22905
22906 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
22907 list.exp scope.exp watchpoint.exp]
22908 Make all timeout error msgs explicitly say "(timeout)".
22909
22910 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
22911
22912 * config/monitor.exp: Increase download timeout to 1000 seconds.
22913
22914 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
22915
22916 * config/m32r.exp: Increase timeout to 120 seconds.
22917
22918 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
22919
22920 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
22921 and accept older ordering as obsolescent gcc or gdb.
22922 * gdb.c++/templates.exp: Ditto.
22923 * gdb.c++/virtfunc.exp: Ditto.
22924
22925 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
22926
22927 * gdb.base/coremaker.c: Add code to mmap some data so we
22928 can check that it ends up in the core file.
22929 * gdb.base/corefile.exp: Add test to read mmapped data
22930 from core file.
22931
22932 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
22933
22934 * config/m32r.exp: New file.
22935
22936 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
22937
22938 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
22939 that cflags can contains -gstabs, and work correctly for other tests.
22940
22941 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
22942
22943 * gdb.base/setshow.exp: New file, tests show and set.
22944 * gdb.base/setshow.c: New file, tests show and set.
22945 * gdb.base/help.exp: Add test for help set|show annotate.
22946 * gdb.base/default.exp: Add test for set|show annotate.
22947
22948 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
22949
22950 * testsuite/gdb.base/break.exp: Make backtrace from factorial
22951 errors unique.
22952 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
22953 explicitly.
22954
22955 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
22956
22957 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
22958 and width commands. This is done elsewhere.
22959 * (gdb_start): Don't call gdb_start_sim here. That's already
22960 done in gdb_load. This fixes lots of failures in default.exp.
22961
22962 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
22963
22964 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22965 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22966 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22967 in the same we we treat other failures (since it may be an expected
22968 condition), rather than as an error.
22969 * gdb.base/signals.exp (test_handle_all_print): Revert back to
22970 old test format.
22971
22972 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
22973
22974 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22975 (distclean maintainer-clean realclean): No need to remove files
22976 twice. Nuke the duplicates.
22977 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
22978 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
22979 Remove config.h along with other config files.
22980
22981 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
22982
22983 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22984 "p func1 ()" and note that rests of tests are skipped.
22985 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
22986 setup_xfails for "print func2::coremaker_local".
22987 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22988 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22989 affected by the previous run test.
22990 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22991 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22992 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22993 "pass int powerset tuple" and "pass modeless int powerset tuple".
22994 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22995 "real write 4" and "real write 8".
22996 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
22997 setup_xfails for "print vs1 after tuple assign 2",
22998 "print \$i after tuple assign 2", and
22999 "print vs2 after tuple assign 2".
23000 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
23001 meaningful error message and return -1 so the caller can
23002 suppress further tests and avoid a cascade of errors.
23003
23004 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
23005
23006 * gdb.base/a1-selftest.exp: Tweak tests to account for new
23007 format for printing version.
23008 * gdb.base/default.exp: Ditto.
23009 * gdb.base/interrupt.exp: Fix problem with cascade of
23010 errors if child process dies while calling a function.
23011
23012 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
23013
23014 * Makefile.in (VPATH): Add
23015 * Makefile.in (Makefile, config.status): Fix rules so things get
23016 remade when necessary.
23017
23018 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
23019
23020 * Makefile.in (just-check): Add path to sibling expect dir
23021 to environment variable specified by RPATH_ENVVAR.
23022
23023 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
23024
23025 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
23026 (just-check): Add shared library paths for libstdc++, tk,
23027 tcl, bfd, and opcodes to the environment variable specified
23028 in RPATH_ENVVAR.
23029 * configure.in: Add support to recognize --enable-shared flag
23030 and generate correct value for RPATH_ENVVAR.
23031 * configure: Regenerated with autoconf.
23032
23033 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
23034
23035 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
23036 include all osf versions.
23037 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
23038 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
23039 when target is linux. When failing to build pthreads test
23040 executable, give more meaningful message.
23041 * gdb.threads/pthreads.c: Hpux also uses old definition of second
23042 arg for pthread_create.
23043
23044 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
23045
23046 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
23047 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
23048 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
23049 and -lpthreads (everybody else).
23050 (test_startup): Fail gracefully if threads are not supported.
23051 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
23052 "p/c array_index("abcdef",2)" when not gcc compiled.
23053 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
23054 "print func2::coremaker_local" when not gcc compiled.
23055 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
23056 "ptype on opaque struct tagname (statically)",
23057 "ptype on opaque struct tagname (dynamically) 1", and
23058 "ptype on opaque struct tagname (dynamically) 2"
23059 for not compiled with gcc.
23060 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
23061 backtrace when compiled with gcc.
23062 * lib/gdb.exp (runto_main): Return result of "runto main" rather
23063 than always return success.
23064
23065 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
23066
23067 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
23068
23069 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
23070
23071 * gdb.base/structs.exp: Undo last change.
23072
23073 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
23074
23075 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
23076 encapsulate all the steps/nexts done during self test, starting
23077 at main, and makes them less sensitive to optimization issues.
23078 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
23079 signal handler" test.
23080 * gdb.threads/pthreads.exp: Only run this for native configs.
23081 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
23082 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23083 tests.
23084 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23085 for "runto test_calls(void)" test.
23086
23087 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
23088
23089 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23090 and don't expect address info in breakpoint confirmations.
23091
23092 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
23093
23094 * gdb.base/list.exp (test_forward_search): Increase timeout
23095 temporarily by 60 seconds for searching extremely long line,
23096 and then reset to old value when done. Increase expect input
23097 buffer to 10000.
23098
23099 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
23100
23101 * gdb.base/list.exp (test_forward_search): Fix to handle very
23102 long source line without overflowing expect's input buffer.
23103
23104 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
23105
23106 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23107 "buffer_full".
23108
23109 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23110 "buffer_full".
23111
23112 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23113 "buffer_full".
23114
23115 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23116 "buffer_full".
23117
23118 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
23119
23120 * configure.in (configdirs): Add gdb.threads.
23121 * configure: Regenerated with autoconf.
23122 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23123 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23124 * gdb.threads/configure: New, generated with autoconf.
23125
23126 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
23127
23128 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23129
23130 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
23131
23132 * gdb.base/signals.exp (test_handle_all_print): Test separately for
23133 each signal's status in the output of "handle all print".
23134 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23135 the \r\n sequence that immediately precedes the gdb prompt.
23136 * gdb.base/a1-selftest.exp: Save original timeout and restore
23137 after test.
23138
23139 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
23140
23141 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23142 symbol.
23143
23144 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
23145
23146 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23147
23148 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
23149
23150 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23151 timeout by 60 seconds.
23152
23153 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
23154
23155 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23156 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23157 error return.
23158
23159 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
23160
23161 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23162 gdb initialization, also report how long dejagnu waited. Restore
23163 old timeout before doing error return. Temporarily increase timeout
23164 by 3 minutes to allow for slow startups over heavy NFS use.
23165
23166 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
23167
23168 * lib/gdb.exp: Report timeout value for verbosity level 2.
23169 * config/gdbserver.exp: Ditto.
23170 * config/hppro.exp: Ditto.
23171 * config/mips-gdb.exp: Ditto.
23172 * config/monitor.exp: Ditto.
23173 * config/netware.exp: Ditto.
23174 * config/sim-gdb.exp: Ditto.
23175 * config/slite-gdb.exp: Ditto.
23176 * config/udi-gdb.exp: Ditto.
23177 * config/unix-gdb.exp: Ditto.
23178 * config/vx-gdb.exp: Ditto.
23179 * gdb.base/a1-selftest.exp: Ditto.
23180 * gdb.base/a2-run.exp: Ditto.
23181 * gdb.base/break.exp: Ditto.
23182 * gdb.base/corefile.exp: Ditto.
23183 * gdb.base/list.exp: Ditto.
23184 * gdb.base/recurse.exp: Ditto.
23185 * gdb.base/scope.exp: Ditto.
23186 * gdb.base/signals.exp: Ditto.
23187
23188 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23189
23190 * gdb.threads/Makefile.in (docdir): Removed.
23191
23192 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23193
23194 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
23195 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
23196 @srcdir@.
23197 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
23198 autoconf 2.5 or higher.
23199 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23200
23201 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
23202
23203 * configure: Regenerated.
23204 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23205 avoid name clashes with SunOS headers.
23206
23207 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
23208
23209 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23210
23211 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
23212
23213 * gdb.base/callfuncs.exp: Finish last change -- make sure the
23214 prototype information ends up in the compiler info file.
23215
23216 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
23217
23218 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23219 attempting to regenerate it. Eliminate use of a temporary file
23220 and just generate the info file directly. Source it immediately,
23221 for consistency of use.
23222 * gdb.base/corefile.exp: Ditto
23223 * gdb.base/exprs.exp: Ditto.
23224 * gdb.base/funcargs.exp: Ditto.
23225 * gdb.base/langs.exp: Ditto.
23226 * gdb.base/list.exp: Ditto.
23227 * gdb.base/mips_pro.exp: Ditto.
23228 * gdb.base/nodebug.exp: Ditto.
23229 * gdb.base/opaque.exp: Ditto.
23230 * gdb.base/ptype.exp: Ditto.
23231 * gdb.base/scope.exp: Ditto.
23232 * gdb.base/setvar.exp: Ditto.
23233 * gdb.base/signals.exp: Ditto.
23234 * gdb.base/whatis.exp: Ditto.
23235 * gdb.c++/templates.exp: Ditto.
23236 * gdb.c++/virtfunc.exp: Ditto.
23237 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
23238 whether or not to add -lstdc++ to the compile command line args.
23239
23240 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23241
23242 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
23243 it got fixed by the recent lookup_minimal_symbol_by_pc change.
23244 Increase timeout, a lot of single stepping might be needed if the
23245 target has no hardware watchpoints.
23246
23247 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
23248
23249 * gdb.base/break.exp: Ignore compiler warnings when compiling
23250 break.c.
23251 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23252 * gdb.base/default.exp: Add h8300 xfails. Handle messages
23253 from remote-sim.
23254 * gdb.base/exprs.exp: Add h8300 xfails.
23255 * gdb.base/funcargs.exp: Likewise.
23256 * gdb.base/nodebug.exp: Likewise.
23257 * gdb.base/printcmds.exp: Likewise.
23258 * gdb.base/ptype.exp: Likewise.
23259 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
23260 h8300 xfails.
23261 * gdb.base/return.exp: Handle float/double precision problems
23262 on the h8300.
23263 * gdb.base/funcargs.c: Explicitly make last constant argument to
23264 call_after_alloca_subr an unsigned long type.
23265 * gdb.base/return.c: Include stdio.h.
23266
23267 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
23268
23269 * config/abug.exp: New file for the older Motorola Bug monitor
23270 that runs on the mvme13x series VME boards.
23271 * config/monitor.exp: Use the new config array for target settings
23272 if they exist.
23273
23274 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
23275
23276 * sim-gdb.exp: Make the SH simulator allocate less space when
23277 it is targeted.
23278
23279 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
23280
23281 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23282 test.
23283
23284 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
23285
23286 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23287 "rs6000-*-*" for "list function in include file" when gcc compiled.
23288 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23289 for "p ctable1[120]".
23290 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23291 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23292 Remove setup_xfail for "rs6000-*-*" for
23293 "print 'scope0.c'::filelocal before run".
23294 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23295 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23296 since some compilers don't allow both options to be given
23297 on the same command line. Create object file and move it.
23298
23299 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
23300
23301 * gdb.base/corefile.exp: Always regenerate the core file, since
23302 we always regenerate the coremaker program. Detect special case
23303 where registers cannot be read from core file.
23304
23305 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
23306
23307 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23308 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23309 * gdb.c++/templates.exp: Only match on basename of file since
23310 some formats like xcoff don't encode directory information.
23311 * gdb.stabs/weird.exp: Use the right sed script for powerpc
23312 and rs6000 AIX xcoff targets.
23313 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23314 * configure: Regenerate.
23315 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23316 here, rather than in distclean.
23317
23318 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
23319
23320 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23321 defined, and use it to compile the test case with -O2. The
23322 native compilation still uses no optimization.
23323 * gdb.base/mips_pro.c: Remove inline assembly code since
23324 it is compiled PIC by default, which results in assembler
23325 warnings that make the testsuite think the compilation
23326 was unsuccessful.
23327
23328 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
23329
23330 * gdb.c++/misc.exp: Add note to message for
23331 "print s.a for foo struct" that this is a known gcc 2.7.2
23332 and earlier bug.
23333
23334 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
23335
23336 * gdb.base/break.exp: Fix pattern for matching "Delete all
23337 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
23338 setup_xfail for deleting all breakpoints test. Fix various
23339 timeout messages to include "(timeout)".
23340 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23341 for "p t_float_values2(3.14159,float_val2)".
23342 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23343 for "continue to call2g" when gcc compiled.
23344 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23345 "up to foo in langs.exp", "show language at foo in langs.exp",
23346 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23347 and "show language at fsub in langs.exp".
23348 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23349 "list line 1 in include file", "list message for lines past EOF",
23350 "list function in include file", "list list0.h:foo", and
23351 "list filename:function; nonexistant function".
23352 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23353 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23354 and "ptype t_char_array" to be for native cc only.
23355
23356 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
23357
23358 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
23359 setup_xfail for "print coremaker_bss", "print coremaker_ro",
23360 "print func2::coremaker_local", and "backtrace in corefile.exp".
23361
23362 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
23363
23364 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23365 "bt in signals.exp". This problem only appears when running
23366 the testsuite, and then only intermittently.
23367
23368 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
23369
23370 * gdb.base/return.exp (return_tests): Differentiate between
23371 two tests of continuing.
23372
23373 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
23374
23375 * */Makefile.in (maintainer-clean): Remove config.log.
23376 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23377 * gdb.c++/Makefile.in (PROGS): Add inherit.
23378 (clean): Remove *.ci.
23379
23380 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
23381
23382 * gdb.c++/misc.cc: Add test code from Mike Stump.
23383 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23384
23385 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
23386
23387 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23388 to "alpha-*-osf2*" and add comment.
23389 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
23390 setup_xfail for "step over execarg initialization" and
23391 "step over corearg initialization".
23392 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23393 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23394 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
23395 gcc compiled for "print coremaker_bss", "print coremaker_ro",
23396 "print func2::coremaker_local", and "backtrace in corefile.exp".
23397 * gdb.base/signals.exp: Build and source signals.ci.
23398 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23399 to be for gcc only.
23400 * lib/gdb.exp: Move verbose statements outside conditionals.
23401
23402 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23403
23404 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
23405 Feb 3 procfs.c change.
23406
23407 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
23408
23409 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23410
23411 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
23412
23413 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23414 from dejagnu's apparent default of 10 seconds, which gives random
23415 results when running the tests over NFS on moderately loaded systems.
23416 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23417
23418 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
23419
23420 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
23421 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
23422 result reports.
23423
23424 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
23425
23426 * configure.in (CY_AC_PATH_TCLH): Remove.
23427 * configure: Regenerate.
23428
23429 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
23430
23431 * gdb.c++/Makefile.in (clean): Add missing '{'.
23432
23433 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
23434
23435 * lib/gdb.exp: Provide a default value for noinferior.
23436
23437 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23438 Load libgloss.exp.
23439
23440 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
23441
23442 * gdb.disasm/hppa.exp: Compile directly into an executable, use
23443 the executable, not the .o to run the tests from.
23444
23445 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
23446
23447 * gdb.base/break.exp: Don't test for program exit or exit status
23448 if $noresults if nonzero.
23449 * gdb.base/langs.exp: Likewise.
23450 * gdb.base/watchpoint.exp: Likewise.
23451
23452 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23453 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23454 trying to compile the testcase.
23455
23456 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
23457
23458 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23459 * gdb.base/signals.exp (continue to handler): Likewise.
23460
23461 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
23462
23463 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
23464
23465 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
23466
23467 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
23468
23469 * gdb.base/corefile.exp: Recognize "not found" as failure
23470 when trying to determine if a core file was generated.
23471 If no core file was generate the first time, try again without
23472 the ulimit -c to work around braindamaged shells.
23473
23474 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
23475
23476 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23477 [] tests with "test" and enclose string in quotes.
23478 * gdb.stabs/configure: Rebuild
23479
23480 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
23481
23482 Changes in sync with expect:
23483 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23484 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23485 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23486 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
23487 argument to AC_REQUIRE.
23488 * configure: Regenerated.
23489
23490 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
23491
23492 * gdb.base/corefile.exp: When generating a core, discard any
23493 error messages about ulimit not found and the "core dumped"
23494 message from the shell that runs the coredumper.
23495
23496 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
23497
23498 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23499
23500 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23501 which sed script to run. Expect failure for v_comb test
23502 on PA targets too.
23503
23504 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
23505
23506 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
23507 "print func2::coremaker_local" and for "backtrace in corefile.exp"
23508
23509 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
23510
23511 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23512 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
23513 "sparc-sun-solaris*" xfails for "p v_comb".
23514 * lib/gdb.exp (default_gdb_start): Fix typo.
23515 * gdb.base/corefile.exp: Allow "Core was generated by ..."
23516 messages to not include the full program name that caused
23517 the core dump since some systems (such as solaris) apparently
23518 truncate this path to about 80 characters.
23519 When generating a core file first try increasing the core file
23520 size limit to unlimited since some systems may default it to
23521 zero, and it is harmless to try it. Move the test for failing
23522 to generate a core file to where it will actually get executed.
23523 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23524 new gdb result from g++ debug info improvements and make old
23525 pattern obsolescent. Also account for size_t differences
23526 (may be int or long).
23527 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23528 initialization before function call is placed in the delay slot
23529 and thus appears to be skipped over by commands such as "next".
23530
23531 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
23532
23533 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23534
23535 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
23536
23537 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23538 input source file; fix code to compile test to deal with this
23539 convention.
23540 * gdb.c++/*.exp: Likewise.
23541
23542 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
23543
23544 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23545 "bt in signals.exp".
23546
23547 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
23548
23549 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23550 "step over execarg initialization" and
23551 "step over corearg initialization".
23552
23553 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
23554
23555 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23556 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
23557
23558 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
23559
23560 From Rob Savoye (rob@poseidon.cygnus.com)
23561 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23562 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
23563 configure.in}, gdb.disasm/{Makefile.in, configure.in},
23564 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23565 configure.in}: Major reworking for autoconfig.
23566 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23567 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
23568 New files.
23569 * config/unix-gdb.exp: Make GDB global.
23570 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
23571 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23572 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23573 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23574 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23575 term.exp, twice.exp, watchpoint.exp, whatis.exp},
23576 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
23577 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23578 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23579 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23580 pr-8136.exp, result.exp, string.exp, tuples.exp},
23581 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
23582 to returns as necessary, arrange for test to compile own testcase
23583 executable.
23584 * lib/gdb.exp: Changes for testsuite to compile own test cases.
23585
23586 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
23587
23588 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
23589 clear_xfail at end of test which might not call either pass or fail.
23590 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23591 "backtrace through signal handler".
23592
23593 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23594
23595 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
23596 continuing from a job control stop signal.
23597 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
23598
23599 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
23600
23601 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23602 * gdb.base/corefile.exp: Likewise.
23603 * gdb.base/funcargs.exp: Likewise.
23604
23605 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
23606
23607 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
23608 * config/monitor.exp: Add support for setting baud rate.
23609
23610 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
23611
23612 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23613 i*86-*-linux* xfails for "backtrace through signal handler".
23614 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23615 "print func2::coremaker_local".
23616 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
23617 alpha-dec-osf2* xfail for
23618 "delete all breakpoints when none".
23619
23620 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
23621
23622 * gdb.base/break.exp: Change test that deletes all breakpoints
23623 when no user breakpoints are installed. A post 4.15 change
23624 causes gdb to no longer prompt in this case.
23625
23626 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
23627
23628 * gdb.base/return.exp (return_tests): Change xfail for test
23629 "correct value returned double test" to stop xfailing at
23630 Solaris 2.5. Apparently the bug has been fixed.
23631
23632 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
23633
23634 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23635 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23636
23637 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
23638
23639 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23640 * gdb.disasm/hppa.s: Corresponding changes.
23641
23642 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
23643
23644 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23645 makefile fragment.
23646 * config/mt-hpux: Deleted.
23647
23648 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
23649
23650 * Many files: When warning about suppressed tests due to a
23651 nonexistant test binary, avoid incrementing the warning count.
23652
23653 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
23654
23655 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
23656
23657 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23658
23659 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
23660 "sparc-*-solaris2*".
23661
23662 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23663
23664 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
23665 Add global and local variables and initialize them.
23666 * gdb.base/corefile.exp: Test correct mapping of corefile sections
23667 by printing variables. Remove rs6000 and powerpc xfails, BFD now
23668 extracts the file name and terminating signal from the core file.
23669 * TODO: Remove note about tests for correct mapping of corefile.
23670 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
23671 from optimizing it away.
23672 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
23673 handles common blocks.
23674
23675 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
23676
23677 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23678 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23679
23680 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
23681
23682 * Makefile.in (maintainer-clean): New target, synonym for
23683 realclean.
23684 * gdb.base/Makefile.in (maintainer-clean): Likewise.
23685 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23686 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23687 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23688 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23689 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23690
23691 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
23692
23693 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
23694 xfails when not gcc compiled for "print foo::funclocal".
23695 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23696 "print foo::funclocal at foo",
23697 "print 'scope1.c'::foo::funclocal at foo",
23698 "print foo::funclocal_bss at foo",
23699 "print 'scope1.c'::foo::funclocal_bss at foo",
23700 "print foo::funclocal_ro at foo",
23701 "print 'scope1.c'::foo::funclocal_ro at foo",
23702 "print bar::funclocal at foo" and
23703 "print 'scope1.c'::bar::funclocal at foo".
23704 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
23705 gcc compiled for "print foo::funclocal at bar".
23706 Expand all messages to ensure that they identify that
23707 the test is at bar().
23708 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23709 gcc compiled for:
23710 "ptype on opaque struct pointer (statically)",
23711 "ptype on opaque struct tagname (statically)",
23712 "ptype on opaque struct pointer (dynamically) 1",
23713 "ptype on opaque struct tagname (dynamically) 1",
23714 "ptype on opaque struct pointer (dynamically) 2" and
23715 "ptype on opaque struct tagname (dynamically) 2
23716 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23717 gcc compiled for:
23718 "p datalocal"
23719 "whatis datalocal",
23720 "ptype datalocal",
23721 "p bsslocal",
23722 "whatis bsslocal", and
23723 "ptype bsslocal".
23724 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23725 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23726 when not gcc compiled.
23727 * gdb.base/funcargs.exp (float_and_integral_args): Add
23728 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23729 compiled.
23730 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23731 "backtrace from call6a" when not gcc compiled.
23732 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23733 "backtrace from call7a" when not gcc compiled.
23734 * gdb.base/callfuncs.exp (do_function_calls):
23735 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23736 "p t_char_array_values(char_array_val2,char_array_val1)",
23737 "p t_char_array_values(char_array_val1,char_array_val2)",
23738 "p t_char_array_values("carray 1","carray 2")",
23739 "p t_char_array_values("carray 1",char_array_val2)",
23740 "p t_char_array_values(char_array_val1,"carray 2")",
23741 "p sum_args(1,{2})",
23742 "p sum_args(2,{2,3})",
23743 "p sum_args(3,{2,3,4})",
23744 "p sum_args(4,{2,3,4,5})"
23745 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23746 "backtrace in corefile.exp" when not gcc compiled.
23747
23748 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23749
23750 * gdb.base/signals.exp: Rewrite `handle all print' test as
23751 a procedure. Accept blanks or TABs as whitespace, increase
23752 timeout and expect input buffer size for the large output
23753 from the command. Remove "i*86-*-bsdi2.0" xfail.
23754
23755 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23756
23757 * gdb.base/setvar.exp: Add new testcases for truncation when
23758 assigning invalid values to bitfields.
23759
23760 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
23761
23762 * gdb.base/callfuncs.exp (do_function_calls): Remove
23763 mips-sgi-irix* xfail for
23764 "call inferior func with struct - returns char *"
23765 and fix test so that an optional (unsigned char *) cast is
23766 accepted in the result.
23767
23768 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
23769
23770 * gdb.base/funcargs.exp (float_and_integral_args): Remove
23771 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23772 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
23773 * gdb.base/signals.exp: Remove duplicate "handle all print" test
23774 that accidentally got checked in.
23775
23776 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
23777
23778 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
23779 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
23780 compiled test.
23781 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
23782 Add mips-sgi-irix5* xfail for not gcc compiled.
23783 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
23784 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
23785 "p top", "whatis top", "p middle", and "whatis middle".
23786 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23787 "whatis signed char" for not gcc compiled.
23788 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23789 "set variable signed char=-1 (-1)" and
23790 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23791 * gdb.base/funcargs.exp (float_and_integral_args):
23792 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23793 Add mips-sgi-irix* xfail when not gcc compiled for
23794 "continue to call2b".
23795 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23796 "continue to call2g".
23797 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23798 "backtrace from call6a"
23799 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23800 "backtrace from call7k".
23801 Add mips-sgi-irix5* xfail when not gcc compiled for
23802 "backtrace from call7a".
23803 (localvars_after_alloca): Fix gdb_test cmds for
23804 "print * after runto ...".
23805 Remove rs6000-*-* xfails for
23806 "print i after runto localvars_after_alloca" and
23807 "print l after runto localvars_after_alloca"
23808 for all compilers.
23809 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
23810 when not compiled with gcc, for:
23811 "print signed char == (minus)",
23812 "print signed char != (minus)",
23813 "print signed char < (minus)",
23814 "print signed char > (minus)".
23815 * gdb.base/callfuncs.exp (do_function_calls):
23816 Add mips-sgi-irix* xfail, when compiled with native compiler, for
23817 "call inferior func with struct - returns char *".
23818 * gdb.base/return.exp (return_tests): Change xfail for
23819 "correct value returned double test" to include Solaris 2.4.
23820 * gdb.base/funcargs.exp (float_and_integral_args):
23821 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23822
23823 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23824
23825 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
23826 enumeration bitfields if compiling with GNU C.
23827 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
23828 to empty' prompt.
23829
23830 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
23831
23832 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23833 test for PRO targets.
23834
23835 * gdb.base/funcargs.exp: Avoid ever setting more than 8
23836 breakpoints in the inferior at any given time by making
23837 two groups of breakpoints for call2*, call6* and call7*
23838 tests.
23839
23840 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23841
23842 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
23843 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
23844 from optimizing it away.
23845 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
23846 "call inferior func with struct".
23847
23848 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
23849
23850 * configure.in: Only configure gdb.chill for particular targets.
23851
23852 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
23853
23854 * gdb.base/Makefile.in: Add action to .c.o transformation
23855 rule that generates a .ci file for each .o file and remove
23856 explicit .c.o rules except for callfuncs.o.
23857 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
23858 generates a .ci file for each .o file and remove explicit
23859 .cc.o rules.
23860 (clean): Remove *.tmp *.ci files.
23861 (EXECUTABLES): Remove templ-info.exp.
23862 * gdb.base/compiler.c: New file.
23863 * gdb.c++/compiler.cc: New file
23864 * gdb.base/scope.exp: Source gdb.base/scope.ci.
23865 Change rs6000-*-* xfail for
23866 "print 'scope0.c'::filelocal_ro" and
23867 "print 'scope1.c'::filelocal" and
23868 "print 'scope1.c'::filelocal_bss" and
23869 "print 'scope1.c'::filelocal_ro" and
23870 "print 'scope1.c'::foo::funclocal" and
23871 "print 'scope1.c'::foo::funclocal_ro" and
23872 "print 'scope1.c'::bar::funclocal" and
23873 "print 'scope0.c'::filelocal_ro" and
23874 "print 'scope1.c'::filelocal at foo" and
23875 "print 'scope1.c'::filelocal_bss at foo" and
23876 "print 'scope1.c'::filelocal_ro at foo" and
23877 "print 'scope1.c'::foo::funclocal at foo" and
23878 "print 'scope1.c'::foo::funclocal_bss at foo" and
23879 "print 'scope1.c'::foo::funclocal_ro at foo" and
23880 "print 'scope1.c'::bar::funclocal at foo" and
23881 "print 'scope0.c'::filelocal_ro" and
23882 "print 'scope1.c'::filelocal" and
23883 "print 'scope1.c'::filelocal_bss" and
23884 "print 'scope1.c'::filelocal_ro" and
23885 "print 'scope1.c'::foo::funclocal" and
23886 "print 'scope1.c'::foo::funclocal_bss" and
23887 "print 'scope1.c'::foo::funclocal_ro" and
23888 "print 'scope1.c'::bar::funclocal" and
23889 "print 'scope1.c'::bar::funclocal_bss"
23890 to only be xfail'd when not compiled with gcc.
23891 Add rs6000-*-* xfail for
23892 "print 'scope0.c'::filelocal_bss before run"
23893 when compiled with gcc.
23894 (test_at_main): Add rs6000-*-* xfail for
23895 "print filelocal_ro in test_at_main"
23896 when compiled with gcc.
23897 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
23898 Add rs6000-*-aix* xfail for
23899 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23900 "ptype t_char_array", not compiled with gcc.
23901 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
23902 xfail for "list foo (in include file)" when gcc compiled.
23903 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
23904 (integral_args): Add rs6000-*-* xfail for
23905 "run to call0a" if not compiled with gcc.
23906 (unsigned_integral_args): Add rs6000-*-* xfail for
23907 "run to call1a" if not compiled with gcc.
23908 (float_and_integral_args): Add rs6000-*-* xfail for
23909 "run to call2a" if not compiled with gcc and for
23910 "continue to call2b" for any compiler.
23911 Add rs6000-*-* xfail to
23912 "print f1 after run to call2a" for gcc compiled.
23913 (discard_and_shuffle): Add rs6000-*-* xfail for
23914 "run to call6a".
23915 (shuffle_round_robin): Add rs6000-*-* xfail for
23916 "backtrace from call7a" if not compiled with gcc.
23917 Add rs6000-*-* xfail for
23918 "backtrace from call7b" if compiled with gcc.
23919 (call_after_alloca): Add rs6000-*-* xfail for
23920 "print c in call_after_alloca" and
23921 "print s in call_after_alloca" and
23922 "backtrace from call_after_alloca_subr"
23923 if not compiled with gcc.
23924 (localvars_in_indirect_call): Add rs6000-*-* xfail for
23925 "print c in localvars_in_indirect_call" and
23926 "print c in localvars_in_indirect_call" and
23927 "backtrace in indirectly called function" and
23928 "stepping into indirectly called function"
23929 if not compiled with gcc.
23930 (localvars_after_alloca): Add rs6000-*-* xfail for
23931 "print c after runto localvars_after_alloca" and
23932 "print s after runto localvars_after_alloca" and
23933 "print i after runto localvars_after_alloca" and
23934 "print l after runto localvars_after_alloca"
23935 for all compilers.
23936 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
23937 than whatis-info.exp.
23938 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
23939 than opaque-info.exp.
23940 Setup rs6000-*-* xfail for
23941 "ptype on opaque struct pointer (statically)" and
23942 "ptype on opaque struct pointer (dynamically)" when
23943 not compiled with gcc.
23944 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
23945 rather than callf-info.exp.
23946 (do_function_calls): Add clear_xfail for rs6000-*-* for
23947 "p t_float_values2(3.14159,float_val2)". Seems to work
23948 fine there, both with xlc and gcc. Need to find out what
23949 it is doing right and fix other platforms.
23950 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
23951 "call inferior func with struct - returns int",
23952 "call inferior func with struct - returns long",
23953 "call inferior func with struct - returns float",
23954 "call inferior func with struct - returns double",
23955 "call inferior func with struct - returns char *",
23956 but only if not gcc compiled (presumes xlc compiled).
23957 Change rs6000-*-* xfails for
23958 "call inferior func with struct - returns char" and
23959 " call inferior func with struct - returns short" to only
23960 xfail if not using gcc.
23961 (clean mostlyclean): Remove *.ci and *.tmp files.
23962 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
23963 than templ-info.exp.
23964 * gdb.base/langs.exp: Source gdb.base/langs.ci.
23965 Add rs6000-*-* xfail for "up to foo in langs.exp"
23966 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
23967 when not gcc compiled.
23968
23969 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23970
23971 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23972 * gdb.base/corefile.exp: Likewise.
23973 * gdb.base/list.exp: Likewise.
23974 * gdb.base/scope.exp: Likewise.
23975 * gdb.base/siganls.exp: Likewise.
23976
23977 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
23978 compiler output.
23979 * gdb.base/whatis.exp: Likewise.
23980
23981 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
23982
23983 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23984 failure (opcode table has been fixed to match reality).
23985
23986 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
23987
23988 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23989 "call inferior func with struct - returns char",
23990 "call inferior func with struct - returns short"
23991
23992 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23993 "print 'scope0.c'::filelocal at main",
23994 "print 'scope0.c'::filelocal_bss in test_at_main",
23995 "print 'scope0.c'::filelocal at foo",
23996 "print 'scope0.c'::filelocal_bss in test_at_foo",
23997 "print 'scope0.c'::filelocal at bar",
23998 "print 'scope0.c'::filelocal_bss in test_at_bar"
23999
24000 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
24001 in source file 1". This bug seems to have been fixed with both
24002 gcc and native cc (was native assembler bug?).
24003
24004 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
24005
24006 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
24007 "backtrace through signal handler" to "i*86-*-sysv4*".
24008 * gdb.base/signals.exp: Add xfail for "'next' behaved as
24009 continue" case. Add "known SVR4 bug" to fail message.
24010 Add "i*86-*-bsdi2.0" xfail for "handle all print".
24011 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
24012 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
24013 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
24014 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
24015 "up to foo in langs.exp", "show language at foo in
24016 langs.exp", "up to cppsub_ in langs.exp", "show
24017 language at cppsub_ in langs.exp", "up to fsub in
24018 langs.exp", and "show language at fsub in langs.exp".
24019 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
24020 "bactrace in corefile.exp".
24021 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
24022 "call inferior function with struct - returns float" and
24023 "call inferior function with struct - returns double".
24024
24025 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
24026
24027 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
24028 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
24029 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
24030 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
24031
24032 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
24033
24034 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
24035 (or overriden) "CHILL" macro rather then bare "gcc".
24036 Also look for ../../gcc/xgcc since that is what we will
24037 actually need, not "Makefile". Remove following assignment
24038 of CHILL to CHILL_FOR_TARGET because that results in
24039 recursive definition.
24040
24041 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
24042
24043 * gdb.base/corefile.exp: Change xfail for backtrace in
24044 corefile.exp from linuxaout to all linux.
24045 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
24046 cases where we miss the breakpoint at the signal handler
24047 for some reason. Setup xfail for linuxoldld/linuxaout and
24048 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
24049 hitting SIGURG breakpoint.
24050 * gdb.base/signals.exp: Setup xfail for "next" acting like
24051 continue to add linuxoldld. Setup xfail for all linux for
24052 "next to handler in signals_tests_1", "backtrace in
24053 signals_tests_1", "continue to func1", "pass SIGUSR1",
24054 and continue to handler".
24055
24056 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
24057
24058 * Update all FSF addresses except those in COPYING* files.
24059
24060 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
24061
24062 * gdb.base/a2-run.exp: Change messages to be more explicit about
24063 the status of args, and quote binfile in results.
24064
24065 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
24066
24067 * gdb.base/callfuncs.exp: Add tests for passing structs to
24068 inferior functions and return various types.
24069 * gdb.base/callfuncs.c: Add functions to receive a struct
24070 and return a member of the struct, in various types.
24071
24072 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24073
24074 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
24075
24076 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
24077
24078 * config/vxworks29k.exp: New file, sources vxworks.exp.
24079
24080 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24081
24082 * config/gdbremote.exp: New file. Testing framework using
24083 gdbserver.
24084
24085 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
24086
24087 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24088 "call function when asleep" and "send end of file".
24089 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24090 for "backtrace in corefile.exp".
24091 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24092 for "backtrace through signal handler".
24093 * gdb.base/corefile.exp: Make sure we actually generate a core file
24094 before trying the core tests. Some systems allow the user to suppress
24095 generation of core files and default to that (linux for example).
24096 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24097 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
24098
24099 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24100
24101 * gdb.threads: New directory with some crude multi-threaded
24102 gdb tests (step.exp and step2.exp).
24103 * config/mt-lynx (STEP_EXECUTABLE): Define.
24104 (THREADFLAGS): Define.
24105
24106 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
24107
24108 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24109
24110 * gdb.base/signals.exp: Disable whole file for lynx until
24111 further notice.
24112
24113 * gdb.base/signals.exp: xfail test where "next" acts like
24114 "continue" for lynx.
24115
24116 * gdb.base/interrupt.exp: xfail test for calling function while
24117 inferior is asleep for lynx.
24118
24119 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24120 than one cr-lf after each command.
24121
24122 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24123
24124 * configure.in: Reinstate setting of stabsdirs variable, fix
24125 typo in setting up configdirs for native builds.
24126
24127 * gdb.base/return.exp: Fix typo in return double test.
24128 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
24129 compiler from optimizing them away.
24130
24131 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
24132
24133 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24134 sequences to be echo'd by gdb when using gdb_test.
24135 * gdb.chill/chexp.exp: Likewise.
24136 * gdb.fortran/exprs.exp: Likewise
24137
24138 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24139
24140 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24141 after the inferior gdb has started.
24142
24143 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24144 after each command.
24145 * gdb.base/funcargs.exp: Likewise.
24146 * gdb.base/gdbvars.exp: Likewise.
24147 * gdb.base/interrupt.exp: Likewise.
24148 * gdb.base/list.exp: Likewise.
24149 * gdb.base/watchpoint.exp: Likewise.
24150 * gdb.c++/demangle.exp: Likewise.
24151 * gdb.c++/inherit.exp: Likewise.
24152 * gdb.chill/chexp.exp: Likewise.
24153 * gdb.fortran/exprs.exp: Likewise.
24154
24155 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24156 test if we can't handle IO to/from the inferior.
24157
24158 * gdb.c++/misc.exp: Always check for a program already being
24159 started after sending a "run" command to gdb.
24160
24161 * gdb.base/twice.exp: Start with a fresh gdb.
24162
24163 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24164 only depend on gdb's expression code, not the chill runtime.
24165
24166 * gdb.base/return.c: Put return values into variables so we
24167 can have gdb print them rather than depending on the program
24168 to print them.
24169 * gdb.base/return.exp: Corresponding changes.
24170
24171 * lib/gdb.exp: Provide default value for noinferiorio.
24172 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24173 the inferior.
24174
24175 * gdb.base/break.exp: Always check for a program already being
24176 started after sending a "run" command to gdb.
24177 (text_next_with_recursion): Don't check the output from the
24178 program's printf statement. Instead just make sure the program
24179 exited.
24180
24181 * gdb.base/commands.exp: Protect tests which need arguments with
24182 $noargs conditionals.
24183
24184 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24185
24186 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
24187 of structure member arrays to match gdb/valops.c:value_addr change.
24188
24189 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
24190
24191 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24192 cases.
24193
24194 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
24195
24196 * configure.in (configdirs): Remove gdb.chill from default list
24197 of subdirs and then add it back in only if doing a native build.
24198 The current chill compiler does not yet work in any cross build.
24199 * Revert all signal changes from Jul 6.
24200 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
24201 for sh-hms targets, allowing these tests to link, with no other
24202 changes. Testing is suppressed by setting "nosignals" in site.exp.
24203
24204 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
24205
24206 * configure.in (signaldirs): Define and add to configdirs for all
24207 targets except some specific ones that are known to not support signals.
24208 Also clean up formatting.
24209 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
24210 (signals, sigall): Remove rules to build.
24211 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24212 Moved to new gdb.signals directory.
24213 * gdb.signals: New test directory.
24214 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24215 signals.c signals.exp}: New or moved files.
24216
24217 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
24218
24219 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24220
24221 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
24222
24223 * gdb.base/return.exp: Xfail `return double' test failure
24224 on at least Solaris 2.3 and handle future/past versions on
24225 a case by case basis as appropriate. Also update message
24226 to include i*86 failures.
24227
24228 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24229
24230 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24231
24232 * lib/gdb.exp: Fix comment which erroneously identified
24233 gdb_file_cmd as gdb_load (the 19 May change was in fact to
24234 gdb_file_cmd not gdb_load).
24235 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24236
24237 * gdb.base/setvar.exp: Make test names consistent between pass and
24238 fail cases. Use gdb_test more.
24239
24240 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24241
24242 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24243
24244 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24245
24246 * gdb.base/help.exp: Fix expected help string for `show commands'.
24247
24248 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
24249
24250 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24251
24252 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24253 of a text section.
24254
24255 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
24256
24257 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
24258 that loop eventually terminates. Fix Connection refused logic so
24259 that testsuite will expire nicely.
24260
24261 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
24262
24263 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24264 config/rom68k.exp: New tcl glue for the appropriate monitors.
24265 These all just end up calling monitor.exp.
24266 * config/monitor.exp (gdb_target_monitor): Handle `Connection
24267 refused' by retrying. Cleanup some timeout issues.
24268 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
24269 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
24270 callers don't have to set/restore global timeout variable.
24271
24272 * The following set of changes centralizes management of the global
24273 timeout variable. This way, it can be set in one target dependent
24274 place instead of dozens of places scattered throughout the test suite.
24275 If you need to lengthen a timeout, then you should either set timeout
24276 in one of the config/{target}.exp files, or multiply it by a factor.
24277 Setting it to an absolute value is always going to lose for some
24278 targets.
24279 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
24280 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
24281 * gdb.base/funcargs.exp: Don't set timeout.
24282 * gdb.base/list.exp (test_forward_search): Only use local timeout.
24283 * gdb.base/printcmds.exp (test_print_string_constants
24284 test_print_array_constants): Don't set timeout.
24285 * gdb.base/ptype.exp: Don't set timeout.
24286 * gdb.base/recurse.exp: Don't set timeout.
24287 * gdb.base/return.exp: Don't set timeout.
24288 * gdb.base/watchpoint.exp: Don't set timeout.
24289 * gdb.c++/classes.exp (do_tests): Don't set timeout.
24290 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
24291
24292 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
24293
24294 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24295
24296 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24297
24298 * lib/gdb.exp: Disable chill tests for irix5.
24299
24300 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24301
24302 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
24303 each test pass or fail.
24304
24305 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24306
24307 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24308 xlc not gcc.
24309
24310 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
24311
24312 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
24313
24314 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
24315
24316 * config/est.exp: Fix copyright and comments. Remove dead code.
24317 Use targetname, serialport and baud variables instead of fixed
24318 constants.
24319 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
24320 * config/cpu32bug.exp: New file to support cpu32bug monitors.
24321
24322 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24323
24324 * gdb.base/watchpoint.exp: Don't run
24325 test_watchpoint_triggered_in_syscall for sunos.
24326
24327 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24328
24329 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24330 they don't seem to exist. Do include stdio.h.
24331
24332 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24333
24334 * gdb.base/a1-selftest.exp: Add alpha xfail.
24335
24336 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24337
24338 * gdb.base/watchpoint.c (main): Prompt before calling read().
24339 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24340 Revise accordingly. Remove cruft about sending "123" several
24341 times, until it gets noticed. Clean up the "print buf[0]" stuff
24342 so that it passes or fails, and waits for prompts in the usual way.
24343
24344 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24345
24346 * gdb.base/recurse.exp: Fix comment.
24347
24348 * TODO: Remove item about printing variables in nodebug.exp. Add
24349 item about enabling tests which are only run on some targets.
24350
24351 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24352 fail, make test names unique, use new gdb_test convention
24353 regarding pattern, use gdb_test more, etc.).
24354
24355 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24356 fail, make test names unique, etc.).
24357
24358 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24359
24360 * gdb.base/nodebug.c: Change return type of top and middle to
24361 short.
24362 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
24363 are fixed by the recent mdebugread.c changes. Allow `short ()'
24364 as type for top and middle.
24365
24366 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24367
24368 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
24369 nearly as I can tell, the whole thing was an accident in Stu's
24370 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24371 to replace a send/expect pair with gdb_test, but ended up only
24372 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
24373 of 30 Mar 1995 took care of it, but left this vestigial comment
24374 which I am now nuking.
24375
24376 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24377
24378 * gdb.base/break.exp: Look for different line number for
24379 breakpoint at main depending on usestubs.
24380
24381 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24382
24383 * gdb.base/list.exp: Adjust some alternate expect patterns to
24384 match recent list0.c change. Add alternate expect pattern for
24385 output from `list default lines around main' for optimizing
24386 compilers.
24387
24388 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24389
24390 * lib/gdb.exp: If nosignals is not set, set it to 0.
24391
24392 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
24393
24394 * config/slite-gdb.exp: Responds to load symbol table prompt.
24395 * gdb.base/break.exp: Adjust line number, fix rerun.
24396 * gdb.base/langs0.c: Add #ifdef usestubs.
24397
24398 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
24399
24400 * gdb.base/list.exp: Adjust line contents after adding new lines in
24401 list0.c. Also fix a syntax error.
24402
24403 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24404 * gdb.base/break.exp: ditto.
24405 * gdb.base/list.exp: ditto.
24406 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24407 * gdb.base/run.c: ditto.
24408 * gdb.base/list0.c: ditto.
24409 * gdb.base/funcargs.c: ditto.
24410
24411 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
24412
24413 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
24414 $targetname, $serialport and $baud instead of hardwired variables.
24415 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
24416 target doesn't support signals.
24417
24418 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
24419
24420 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24421
24422 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24423
24424 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
24425 Don't rely on the value of an auto variable before it has been
24426 initialized. Use gdb_test more.
24427
24428 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24429
24430 * lib/gdb.exp (default_gdb_version): A version number must start
24431 with a digit, but other than that contains all characters up to
24432 the first whitespace character.
24433
24434 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24435
24436 * gdb.base/commands.exp (breakpoint_command_test): New tests.
24437
24438 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24439
24440 * gdb.c++/*.exp: Warn if executable does not exist. The original
24441 reason for skipping the warning was that configure.in sometimes
24442 intentionally skipped building the executables but the tcl code
24443 had no way of knowing. That (a) was always bogus with respect to
24444 error handling, (b) is no longer true (right now there is no way
24445 to skip C++ tests).
24446
24447 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24448
24449 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24450
24451 * gdb.base/list.exp: Add expect patterns for output from
24452 SunPRO compiled executables.
24453 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
24454 types.
24455
24456 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24457
24458 * gdb.base/break.exp (test_next_with_recursion): Accept any line
24459 number (we are already testing that the correct source line text
24460 gets printed).
24461
24462 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
24463 that is what is intended, but something needed to be done to get
24464 sunos4 native working again.
24465
24466 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24467
24468 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24469 apparently went with a (very) old xfail.
24470
24471 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
24472
24473 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24474 runto_main is a proc in gdb.exp that will do 'step' for target use
24475 stubs.
24476 * gdb.base/exprs.exp: ditto.
24477 * gdb.base/interrupt.exp: ditto.
24478 * gdb.base/opaque.exp: ditto.
24479 * gdb.base/printcmds.exp: ditto.
24480 * gdb.base/ptype.exp: ditto.
24481 * gdb.base/scope.exp: ditto.
24482 * gdb.base/setvar.exp: ditto.
24483 * gdb.base/signals.exp: ditto.
24484 * gdb.base/twice.exp: ditto.
24485 * gdb.c++/classes.exp: ditto.
24486 * gdb.c++/inherit.exp: ditto.
24487 * gdb.c++/templates.exp: ditto.
24488 * gdb.base/break.exp: no run and hit main for stubs. Change line
24489 numbers for breakpoints and info breakpoint.
24490 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24491 breakpoint().
24492 * gdb.base/callfuncs.c: ditto.
24493 * gdb.base/exprs: ditto.
24494 * gdb.base/interrupt.c: ditto.
24495 * gdb.base/opaque0.c: ditto.
24496 * gdb.base/printcmds.c: ditto.
24497 * gdb.base/ptype.c: ditto.
24498 * gdb.base/scope0.c: ditto.
24499 * gdb.base/setvar.c: ditto.
24500 * gdb.base/signals.c: ditto.
24501 * gdb.base/twice.c: ditto.
24502 * gdb.c++/misc.cc: ditto.
24503 * gdb.c++/templates.cc: ditto.
24504
24505 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24506
24507 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24508
24509 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24510 somewhere between `read' and `main.c'. I'm pretty sure the
24511 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24512 and it isn't particularly useful.
24513
24514 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
24515
24516 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24517
24518 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24519
24520 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
24521
24522 * config/mt-slite: add LIBS and -nostdlib.
24523 * config/slite-gdb.exp: add this new file to support sparclite target.
24524
24525 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
24526
24527 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24528
24529 * gdb.base/a2-run.exp: Change argument to istarget from
24530 "*-*-vxworks" to "*-*-vxworks*".
24531 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24532
24533 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
24534
24535 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24536 will not runto main but do a 'step' to step out of breakpoint().
24537 * config/mt-slite: add -Dusestubs.
24538
24539 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24540
24541 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24542 instead of just @.
24543
24544 * gdb.base/signals.exp: Add test for "handle all print".
24545 * TODO: Remove "handle all print". Also remove item about
24546 checking copyright date (I don't like the idea of a spurious FAIL
24547 based on when we run the tests).
24548
24549 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
24550 for SunOS4 (reason for failure not investigated). Remove
24551 redundant test for $binfile.
24552
24553 * gdb.base/nodebug.c (array_index): Call malloc.
24554
24555 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24556
24557 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
24558
24559 * gdb.base/recurse.exp: Update gdb_test invocation to use new
24560 conventions and slightly simplify the matching regexp.
24561
24562 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24563
24564 * gdb.base/break.exp: Update gdb_test invocation to use new
24565 convention.
24566
24567 * lib/gdb.exp: If noargs is not set, set it to 0.
24568
24569 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
24570 tests unique.
24571
24572 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24573
24574 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24575
24576 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24577 one argument of type "<non-float parameter>".
24578
24579 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
24580
24581 * config/rom68k.exp: New file to support Motorola IDP board.
24582 * gdb.base/a2-run.exp: Skip this file if noargs is set.
24583 * gdb.base/break.c: Change things around so that this program
24584 doesn't depend upon args. This is necessary to make remote
24585 targets work (in general, they can't take args).
24586 * gdb.base/break.exp: Don't try to send args to program. Don't
24587 expect output. Also, replace lots of code with gdb_test.
24588
24589 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24590
24591 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24592 printing of '\'' (which is what the comment says we are testing,
24593 even though we were not), not '''.
24594 (test_integer_literals_rejected): Test that printing ''' is an error.
24595
24596 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24597 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24598 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24599 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24600 Use gdb_test not test_print_accept.
24601 * lib/gdb.exp: Remove test_print_accept.
24602
24603 * gdb.base/signals.exp (signal_tests_1): Make pass message
24604 consistent with fail message.
24605
24606 * gdb.base/whatis.exp: Remove xfails for printing char vs.
24607 unsigned char; the bug (PR 1821) is fixed.
24608
24609 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24610
24611 * gdb.base/scope.exp (test_at_localscopes): Call pass for
24612 successful tests--makes xfailing them work right.
24613
24614 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24615
24616 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24617 only \r\n, not .*. The test can pass .* as the last thing in
24618 $pattern if that is what it wants. In addition to providing this
24619 flexibility, this change should speed up pattern matching in cases
24620 where the pattern already ended with .* (there were a number of
24621 them). This change also helps catch bad patterns--in the old
24622 scheme the typo "char \*" instead of "char \\*" would pass. Now
24623 it is caught.
24624 * Many .exp files: Update callers.
24625
24626 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
24627 clearer and does not spuriously match multiple ('s. Likewise for
24628 ) and *.
24629
24630 * gdb.base/nodebug.exp: Test ability to call a function and pass
24631 it a string (even with no debugging info).
24632
24633 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24634 "p '\'", which is the same as "p ''" once tcl gets done with
24635 quoting, to "p '\\'", which I suspect is what is intended (one
24636 backslash gets sent to GDB).
24637
24638 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24639
24640 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24641
24642 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
24643 1817) was fixed literally years ago.
24644
24645 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24646
24647 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
24648 test, it causes stepping out of call_after_alloca_subr with
24649 optimizing compilers.
24650 (localvars_in_indirect_call): Consume GDB prompt if `finish'
24651 fails.
24652
24653 * gdb.c++/templates.exp: Source templ-info.exp only if
24654 the templates executable exists.
24655
24656 * gdb.c++/misc.cc (class Contains_static_instance,
24657 class Contains_nested_static_instance),
24658 gdb.c++/classes.exp (test_static_members): Test printing of
24659 a class that contains a static instance of the class.
24660
24661 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24662
24663 * gdb.base/langs2.c (cppsub_): Don't prototype.
24664 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24665 only, I believe).
24666
24667 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24668
24669 * lib/gdb.exp (skip_chill_tests): New procedure.
24670
24671 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24672
24673 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
24674
24675 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24676 each expect pattern. Cuts runtime from 12 to about 4 seconds.
24677
24678 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24679
24680 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24681
24682 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24683 disassemble 8, not 16, instructions for part 4.
24684
24685 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
24686 support the latter anymore.
24687
24688 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24689 -DNO_PROTOTYPES.
24690 * gdb.base/callfuncs.c: Control use of prototypes based on
24691 NO_PROTOTYPES, not __STDC__.
24692 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24693 t_float_values2 tests if prototypes in use.
24694
24695 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24696 t_double_values): When checking differences against DELTA, check
24697 that difference is within the range (-DELTA,DELTA), not just
24698 (-infinity,DELTA).
24699
24700 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
24701
24702 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24703 'file' command firts, then 'target', then 'load', this is due to gdb
24704 target set up.
24705 * config/mips-gdb.exp: Fix a couple regular exp bugs.
24706
24707 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
24708
24709 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24710 FP load/store variants.
24711 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24712
24713 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24714
24715 * gdb.base/term.exp: Do not give a warning if not native, it is
24716 not an abnormal condition.
24717
24718 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
24719
24720 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24721 t_char_array".
24722
24723 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24724
24725 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24726 are getting the version number.
24727
24728 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24729 if not native, it is not an abnormal condition.
24730
24731 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24732
24733 * lib/gdb.exp: Just use "file exists", rather than undocumented
24734 dejagnu procedure "findfile".
24735
24736 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24737
24738 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24739 (LDFLAGS): Set to -Xlinker -Ur.
24740
24741 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24742 Removed, these values are set by lib/gdb.exp.
24743
24744 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24745
24746 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24747
24748 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24749 of replicating gdb startup code.
24750
24751 * config/mt-vxworks (LDFLAGS): Set to -r.
24752 (CFLAGS_FOR_TARGET): Removed.
24753
24754 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24755 (gdb) and gdb for vxworks uses (vxgdb).
24756
24757 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24758 executable is not in the tree and host != target, use sed and
24759 program_transform_name to determine the gdb name used by the
24760 target.
24761
24762 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24763 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24764
24765 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24766
24767 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24768 floats, chars, and shorts where there are ANSI-style function
24769 definitions.
24770
24771 * gdb.base/langs.exp, gdb.base/langs*: New test.
24772 * gdb.base/Makefile.in: Build it.
24773 * TODO: Remove item about checking that C names don't get C++
24774 demangling applied; this test tests it.
24775
24776 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24777
24778 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
24779 went with the const70 xfail. The xfail went away a year ago.
24780
24781 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
24782
24783 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
24784 for hp300.
24785
24786 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24787
24788 * gdb.base/a1-selftest.exp: Don't run on hp300.
24789
24790 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24791
24792 * Makefile.in (site.exp): Set host_alias and target_alias as well
24793 as host_triplet and target_triplet.
24794
24795 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24796
24797 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24798
24799 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24800 places as other ecoff systems).
24801
24802 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24803 ultrix.
24804
24805 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24806
24807 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24808 remove them.
24809 * gdb.base/nodebug.exp: Accept "function" in addition to "text
24810 variable and "variable" in addition to "data variable".
24811 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24812
24813 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24814 2.
24815 * gdb.base/list1.c (long_line): Add additional statement at start
24816 of function.
24817 * gdb.base/list.exp (test_forward_search): Update line number to
24818 reflect new statement.
24819
24820 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24821
24822 * gdb.base/signals.exp: Reinitialize searched source directories
24823 after gdb_start call.
24824
24825 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
24826
24827 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24828 * gdb.stabs/Makefile.in: Likewise.
24829
24830 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24831 change. Instead split the tests into smaller pieces.
24832 * gdb.disasm/hppa.s: Corresponding changes.
24833
24834 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24835
24836 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24837 Quote ^C when passing it to stty. For some shells ^ is a pipe.
24838
24839 * gdb.base/funcargs.exp: Modify many tests so that every test
24840 either passes or fails. Make some test names unique.
24841
24842 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24843
24844 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24845 Call stty to set interrupt character.
24846
24847 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24848 for HP assembler versus GNU assembler based on actual behavior of
24849 $(CC), rather than assuming that $(AS) is always the GNU assembler.
24850
24851 * TODO: Suggest a few more stepping tests.
24852
24853 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
24854
24855 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24856 restart GDB for h8300 after a continue.
24857 (return): Add pattern to match a29k-udi behavior.
24858 * gdb.base/nodebug.exp: Remove obsolete comment.
24859 * gdb.base/regs.exp: New file, testing of register displays.
24860 * gdb.base/return.exp: Fix typo in reference to $objdir.
24861 * gdb.base/whatis.exp: Always start with a fresh GDB.
24862
24863 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24864
24865 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24866 higher, these tests generate a lot of output.
24867
24868 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24869
24870 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
24871 code following the catch silently ignored some errors; without the
24872 catch they should be thrown like any other tcl error. Also, the
24873 catch used "" instead of {} which meant all the callers who wanted
24874 to include one of the characters "[]$ had to quote it an extra time.
24875 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24876 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24877 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24878 Remove extra quoting.
24879
24880 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
24881
24882 * gdb.base/commands.exp: Make test names unique; every test either
24883 passes or fails. Update some comments.
24884
24885 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24886
24887 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24888
24889 The following fixes a FAIL caused by the fact that the alpha stabs
24890 configuration didn't use the ".if alpha" code in weird.def.
24891 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24892 bit pointer, so the 32 bit version works even on the alpha.
24893 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24894 Remove the stuff which allowed us to have separate versions for
24895 alpha and everything else.
24896
24897 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24898 regexp which "info func operator\[\](" is supposed to match. Fix
24899 string to send to GDB. Note that GDB still doesn't work right. Add a
24900 new test for "info func .perator\[\](" which GDB does handle correctly.
24901
24902 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24903
24904 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24905
24906 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24907 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24908 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24909 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
24910 it makes the tests harder to understand and confuses test-o-matic.
24911 The preferred style is that each test provides a PASS or a FAIL,
24912 and has a unique message (e.g. "continue #54" not just "continue")
24913 which is the same for the pass and the fail.
24914 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24915 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
24916 to lib/gdb.exp.
24917 * gdb.base/printcmds.exp: Use test_print_accept. Remove
24918 prt_accept which was basically the same thing. Likewise for
24919 test_print_reject and prt_reject.
24920 * lib/gdb.exp (test_print_reject): Add some more error message
24921 patterns to match from the former printcmds.exp (prt_reject).
24922 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
24923 One defect of the passcount stuff is that some of it failed to
24924 report XPASS where appropriate.
24925 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
24926 stuff before and after arg in expected pattern.
24927 (test_paddr_operator_functions): Re-do test without print_addr_of;
24928 this is the only test which seems to want extra stuff there.
24929
24930 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24931
24932 * gdb.base/nodebug.exp: Update new tests to reflect improved
24933 wording of gdb output.
24934
24935 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
24936 and "ptype" work on variables in files compiled without -g.
24937 Replaces commented out "maint print msymbol" tests.
24938
24939 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24940
24941 * gdb.base/setvar.c (dummy): Call malloc.
24942
24943 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
24944 losing with the irix4 sed.
24945
24946 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
24947 ALRM" on irix4.
24948
24949 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24950
24951 * TODO: Remove items about corefile.exp testing new exec-file and
24952 backtrace; both are now done. Add items about printing enums.
24953
24954 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24955
24956 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
24957 "get signal $thissig" test fails.
24958
24959 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
24960
24961 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24962
24963 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
24964 compiler warning with dec alpha compiler.
24965
24966 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24967 extra \n from gdb_test call (this explains why the prompt test
24968 that I removed yesterday was there).
24969 (user_defined_command_test): Remove extra \n and prompt test.
24970
24971 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24972 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24973 doesn't exist.
24974 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24975 Also remove alpha workaround, which turns out to be because
24976 SIGABRT == SIGLOST.
24977
24978 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24979
24980 * gdb.base/help.exp: Don't test "help show".
24981
24982 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24983
24984 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24985 "set print address" is on.
24986 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24987 pass prompt to gdb_test; gdb_test already looks for the prompt.
24988
24989 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24990
24991 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
24992 was a vestige of the manual TESTSTRATEGY, and the purpose of it
24993 was to make sure that gdb can read a core file. But (a) the "read
24994 the corefile" part didn't make it to a1-selftest.exp, we just
24995 delete the corefile after creating it, and (b) we test reading
24996 corefiles in corefile.exp anyway. Also, this test left around a
24997 xgdb process on Solaris.
24998
24999 * gdb.base/corefile.exp: Also test backtrace.
25000
25001 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
25002
25003 * gdb.base/commands.exp: Test a simple user defined command with
25004 arguments and if/while statements; verify the full user command is
25005 printed by "show user".
25006
25007 * gdb.base/commands.exp: Test if/while commands as part of a
25008 breakpoint command list; verify they appear in breakpoint
25009 information.
25010
25011 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25012
25013 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
25014 than by dividing by zero.
25015
25016 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
25017
25018 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
25019 performing an inferior call with watchpoints enabled.
25020 * gdb.base/watchpoint.c (main): Delete second unnecessary read
25021 call.
25022
25023 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25024
25025 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
25026 of "file" command.
25027
25028 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
25029 Add additional pattern for when "int operator int(void);" appears
25030 in a different order.
25031
25032 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25033
25034 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
25035
25036 * gdb.base/help.exp: Replace most of docstrings for "info signals"
25037 and "signal" with ".*".
25038
25039 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25040
25041 * TODO: Add note about "handle all nostop".
25042
25043 * gdb.base/{sigall.c, sigall.exp}: New test.
25044 * gdb.base/Makefile.in: Add it.
25045
25046 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
25047
25048 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
25049 when invoking GDB, suppresses any windowing interface.
25050
25051 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
25052
25053 * config/sim-gdb: New file, simulator testing support.
25054
25055 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
25056
25057 * gdb.base/interrupt.exp: Test calling func1 twice.
25058
25059 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
25060
25061 * gdb.base/list.exp (test_forward_search): Set timeout higher
25062 when we'll be getting lots of output from gdb.
25063
25064 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
25065 "init_malloc" to after the expect statement. Run it if that
25066 regexp is taken, but also for two others which happen if source
25067 cannot be found.
25068
25069 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25070
25071 * gdb.base/printcmds.exp: New test, for printing register before
25072 program is running.
25073
25074 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25075
25076 * gdb.base/list.exp: Correct some alternate expect patterns
25077 to reflect changes in list1.c.
25078
25079 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25080
25081 * TODO: Add item regarding large frames.
25082
25083 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25084
25085 * TODO: Remove item about enabling return.exp; it
25086 is enabled. Suggest a few more "return" tests.
25087
25088 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25089
25090 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
25091 anonymous unions.
25092
25093 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25094
25095 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25096 and pr-5646.o, so "make" is the same as "make all", not "make
25097 pr-4975.o".
25098
25099 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
25100
25101 * gdb.base/list.exp: Adjust expectations to reflect changes in
25102 list1.c.
25103 (test_forward_search): New test proc.
25104 * gdb.base/list1.c (long_line): New function, has long source line.
25105
25106 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
25107
25108 * gdb.base/a1-selftest.exp: Change initial stepping to know about
25109 additional line of code that was added.
25110
25111 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
25112
25113 * gdb.disasm/hppa.s: Break the large branching tests into smaller
25114 tests so as not to overflow expect's input buffers.
25115 * gdb.disasm/hppa.exp: Corresponding changes.
25116
25117 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25118
25119 Beginnings of template debugging tests.
25120 * gdb.c++/templ-info.cc: New file to test for template
25121 debugging capability of the compiler.
25122 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
25123 templ-info.cc.
25124 * gdb.c++/templates.cc: Add explicit template instantiations
25125 to enable compiling with -fno-implicit-templates. Add destructor
25126 and 'value' method to T5 class for template tests.
25127 * gdb.c++/templates.exp: Add testcases for printing of template
25128 types, setting breakpoints on template methods and calling a
25129 template method.
25130
25131 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
25132
25133 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25134 branch target since some assemblers (gas-2.5) may emit a
25135 relocation for the branch instead of resolving it in the
25136 assembler.
25137
25138 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25139
25140 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
25141 through signal handler.
25142
25143 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25144
25145 * configure.in (*-*-netware): Use config/mt-netware.
25146
25147 * config/mt-netware: New file.
25148 * config/mt-i386-netware: Removed, separate configs for different
25149 netware architectures are no longer needed now that we have
25150 --with-headers.
25151
25152 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25153
25154 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
25155 by the recent changes to use ANSI C arithmetic conversions.
25156
25157 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25158
25159 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25160 bug involving using inferior_pid to figure out whether to select a
25161 frame.
25162
25163 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
25164
25165 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25166 match the current disassembler output.
25167
25168 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
25169
25170 * gdb.fortran/exprs.exp: Expect VOID instead of void.
25171 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25172 types, expect "int" as type of integer values (for now).
25173
25174 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
25175
25176 * gdb.base/commands.exp: New tests for if/while commands.
25177
25178 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
25179
25180 * lib/gdb.exp (runto): Replace sub-pattern for hex value
25181 by .*, since hex values have different syntax in Chill mode.
25182
25183 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25184
25185 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
25186 linefeed from expect pattern for repeated types with indices > 9.
25187
25188 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
25189
25190 First part of Fortran test suite.
25191 * gdb.fortran: New directory.
25192 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25193
25194 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25195
25196 * gdb.base/default.exp: Update expect pattern for load command
25197 without arguments.
25198
25199 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
25200
25201 * configure.in: Change i386 to i[345]86.
25202 * gdb.base/configure.in: Likewise.
25203 * gdb.c++/configure.in: Likewise.
25204 * gdb.chill/configure.in: Likewise.
25205
25206 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
25207
25208 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25209 patterns, since that is not a valid context for comments.
25210
25211 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
25212
25213 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25214 repeated types and repeated types with indices > 9.
25215
25216 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
25217
25218 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25219 2417; old bug has been fixed.
25220
25221 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
25222
25223 * gdb.base/interrupt.exp: When trying to wake up the inferior,
25224 send the newline ourselves instead of assuming gdb_test will do
25225 so when passed an empty input string.
25226
25227 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25228 stabs testcode.
25229
25230 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25231
25232 * lib/gdb.exp (gdb_test): Don't send anything if the first
25233 argument is an empty string. This makes cases where we want to
25234 match output that is already in expect's buffers (for example,
25235 matching a breakpoint after gdb_run_cmd has been called) work
25236 reliably.
25237
25238 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25239
25240 * config/netware.exp: New file.
25241
25242 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25243
25244 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25245 the -B and -L prefixes so we can find the debugging stub.
25246
25247 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25248 there and we are using the gcc from the tree.
25249
25250 * gdb.base/types.c: Removed.
25251
25252 * gdb.base/configure.in: Look for makefile fragments in ../config.
25253 Recognize i386-*-netware.
25254 * gdb.c++/configure.in: Likewise.
25255
25256 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25257
25258 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
25259 the correct TCL syntax.
25260
25261 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25262
25263 * gdb.base/opaque.exp: use runto instead of messing around with
25264 breakpoints. Simplify by using gdb_test.
25265
25266 * gdb.base/bitfields.exp: restart between tests on netware targets
25267 because breakpoints aren't relocated after target death. Run
25268 processes to completion.
25269
25270 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25271
25272 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
25273
25274 * Makefile.in: Remove extra tabs that confuse some versions
25275 of "make". Use the newly built gdb to test with by default,
25276 rather than the first one in the tester's search path.
25277
25278 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
25279
25280 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25281
25282 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25283 condition help.
25284
25285 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25286
25287 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25288
25289 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25290 running.
25291 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25292 * gdb.base/funcargs.exp: Likewise.
25293
25294 * gdb.base/bitfields.exp: Simplify by using gdb_test.
25295 * gdb.base/funcargs.exp: Likewise.
25296
25297 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25298 message is "".
25299
25300 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25301
25302 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25303 return,signals,twice}.exp: Handle non-existant binaries
25304 consistantly.
25305
25306 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25307 * gdb.base/Makefile.in: Don't try to generate a core dump, we
25308 might testing a cross development system.
25309
25310 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25311
25312 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25313 runtest script is relative to ${srcdir}, not ${rootdir}.
25314
25315 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
25316
25317 * gdb.base/signals.exp: Allow for optionality of breakpoint
25318 address.
25319
25320 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25321
25322 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25323
25324 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25325
25326 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25327 for size_t definition.
25328 * gdb.c++/templates.cc: Likewise
25329
25330 * config/mt-i386-netware: New file.
25331
25332 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25333 defined.
25334
25335 * gdb.base/Makefile.in: Added support for systems that name core
25336 files by appending "core" to the program name.
25337 * gdb.base/a1-selftest.exp: Likewise.
25338
25339 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25340
25341 * gdb.base/return.exp: Add comment and message for `return double'
25342 test failure on Sparc Solaris.
25343
25344 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
25345
25346 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25347
25348 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25349
25350 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
25351 from optimizing them away.
25352 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
25353 patterns to include default constructors and assignment operators,
25354 to match gcc versions beyond 2.5.8. Accept any cplus demangling
25355 character in the output of the virtual base pointer.
25356
25357 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25358
25359 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
25360 expression match in print_addr_of to avoid unintented matches.
25361 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
25362 versions up to 2.5.8.
25363
25364 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25365
25366 * gdb.base/list.exp: Tweak alternate pattern for listing of an
25367 included file to run under newer versions of expect.
25368 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
25369 consecutive >'s in templates to accomodate recent cplus-dem.c change.
25370 Remove xfail for the virtual table of BDDHookV.
25371
25372 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
25373
25374 * lib/gdb.exp (string_to_regexp): Set a default result.
25375 (default_gdb_start): Fix misleading message.
25376
25377 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
25378
25379 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25380 Remove all CC, etc definitions.
25381 * config/mt-hpux: New file.
25382 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25383 (CFLAGS, LDFLAGS): Define.
25384 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25385
25386 * Makefile.in (site.exp): Don't insert host_os, etc.
25387 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25388 (distclean): Check existence of subdir.
25389 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25390 * gdb.base/Makefile.in: General cleanup and simplification.
25391 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25392 to build executables. Use default rule to build .o files.
25393 (EXPECT, RUNTEST, CC): Fix relative pathname.
25394 (site.exp): Don't insert host_os, etc.
25395 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25396 and/or SIGUSR1 defined.
25397 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25398 * gdb.c++/Makefile.in: General cleanup and simplification.
25399 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25400 (CFLAGS): Remove.
25401 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25402
25403 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
25404
25405 * gdb.base/recurse.exp: Misc changes to get tests running again
25406 after Kung's changes to the watchpoint code.
25407 * gdb.base/watchpoint.exp: Likewise.
25408
25409 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
25410
25411 * lib/gdb.exp (string_to_regexp): Convert {\} also.
25412
25413 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
25414
25415 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25416 * lib/gdb.exp (default_gdb_start): Define.
25417 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25418 gdb.base/funcargs.exp, gdb.base/opaque.exp,
25419 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25420 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25421 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25422 Don't call gdb_target_udi in between tests.
25423
25424 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25425
25426 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25427 (which was basically just a local version of the same thing). In
25428 addition to avoiding duplication, gdb_test_exact is faster.
25429 * lib/gdb.exp (gdb_test_exact): Fix typo.
25430
25431 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25432 don't give an error.
25433
25434 * gdb.base/term.exp: Call delete_breakpoints before starting.
25435
25436 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25437 (t10): Add comment.
25438
25439 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25440
25441 Reorganization of the GDB Test Suite.
25442
25443 * gdb.base: New directory, contains all the basic tests.
25444 * gdb.c++: New directory, tests specific to C++.
25445 * gdb.chill: New directory, tests specific to Chill.
25446 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25447 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25448 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25449 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25450 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25451 t30-31 to chill).
25452 * */gdbme.*: Rename to match appropriate expect scripts.
25453 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25454 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25455 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25456 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25457 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25458 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25459 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25460 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25461 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25462 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25463 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25464 gdb.c++/virtfunc.cc: New names of C++ files.
25465 * gdb.chill/chillvars.ch: New name of Chill file.
25466 * gdb.base/configure.in, gdb.c++/configure.in,
25467 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25468 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25469 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25470 * configure.in (configdirs): Update to reflect directory changes.
25471 (target_abbrev): No longer define for any configuration.
25472 * Makefile.in: Cosmetic improvements to header comments.
25473
25474 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
25475
25476 Various changes to gdb.t31:
25477
25478 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
25479 * gdbme.ch: Make all key-words and predefineds be upper-case.
25480 * chillvars.exp: Expect key-words and predefinds in upper-case.
25481
25482 * chillvars.exp: Use gdb_test_exact many places.
25483 Change expected output for arrays (which now includes index labels).
25484
25485 * pr-5020.exp, gdme.ch (module PR_5020):
25486 New test, for PR-5020.
25487
25488 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
25489
25490 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
25491 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
25492
25493 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
25494
25495 * Makefile.in: Fix bit-rot in definitions of CHILL,
25496 CHILL_FOR_TARGET and Chill_LIB.
25497 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
25498 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
25499 CHILL, and CHILL_LIB.
25500
25501 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
25502
25503 * Revert the previous changes. Please see Rob's directory
25504 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25505
25506 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
25507
25508 * Makefile.in, configure.in, config/mips-gdb.exp,
25509 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25510 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25511 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
25512 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25513 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25514 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25515 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25516 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25517 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25518 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25519 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25520 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25521 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25522 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25523 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
25524 changes from 94Q1.
25525
25526 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
25527
25528 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25529 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25530 Rob's new testing fragments.
25531
25532 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
25533
25534 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
25535 lib/gdb.exp: Replace error proc calls with perror.
25536
25537 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25538
25539 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25540 version also, match on casted version strings, and match on
25541 gdb startup case where the line numbers might be messed up.
25542
25543 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
25544
25545 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
25546 (CFLAGS): Delete it from here.
25547
25548 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
25549
25550 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25551
25552 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
25553
25554 * Makefile.in (RUNTEST): Default to just "runtest".
25555
25556 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25557
25558 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25559 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25560 the code has been restructured.
25561
25562 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25563
25564 * gdb.t00/default.exp (set write): Allow any number of \r and/or
25565 \n, not just one of each.
25566
25567 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25568 /bin/cc gives a warning if you do.
25569
25570 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
25571
25572 * gdb.t24/demangle.exp: change expect pattern of
25573 __t10ListS_link1ZUiRCUiPT0
25574
25575 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25576
25577 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25578 on local variables in recursive functions.
25579
25580 * gdb.t07/Makefile.in: Build the new test.
25581
25582 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25583
25584 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25585 directly. Instead compare the return values from actual calls.
25586
25587 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
25588
25589 * Makefile.in (check): Set TCL_LIBRARY for runtest.
25590
25591 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25592
25593 * From Peter Schauer with minor modifications.
25594 * gdb.t15/return.exp (return_tests): Handle targets where "return"
25595 stops in mid-line in the caller. Add xfail for returning a float
25596 value on X86 targets.
25597
25598 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25599
25600 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25601 to avoid expect lossage.
25602 (fmem_LRbug_tests): Likewise.
25603 * gdb.disasm/hppa.s: Corresponding changes.
25604
25605 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25606 conditions to work with latest dejagnu/expect.
25607
25608 * gdb.t15/funcargs.exp (finish from indirect call): No longer
25609 expected to fail on the PA.
25610 (backtrace in call with trampolines): Explicitly require main
25611 to be frame #1 (no trampolines should show up in backtrace).
25612
25613 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25614 "continue -expect".
25615 * gdb.t06/break.exp: Likewise.
25616 * gdb.t07/watchpoint.exp: Likewise.
25617 * gdb.t13/bitfields.exp: Likewise.
25618 * gdb.t15/{funcargs,return}.exp: Likewise.
25619 * gdb.stabs/weird.exp: Likewise.
25620 * config/{mips,udi}-gdb.exp: Likewise.
25621
25622 * hppa.sed: Enclose comments within a sed command to avoid
25623 losing with the old OSF1 sed.
25624
25625 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25626
25627 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
25628 sequent dynix.
25629 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
25630 * gdb.t15/funcargs.exp: Conditionally step again to really
25631 finish from marker_call_with_trampolines. Handle the case where
25632 the first step from within call_with_trampolines already steps
25633 us back to main.
25634 * gdb.t15/gdbme.c: Add comment to closing brace of
25635 call_with_trampolines for funcargs.exp.
25636
25637 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25638
25639 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
25640 Fix typo(s).
25641
25642 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25643
25644 * gdb.t07/gdbme.c: More code for watchpoint testing.
25645
25646 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25647 "Hardware watchpoint" throughout file.
25648 (test_watchpoint_triggered_in_syscall): New test.
25649 (test_complex_watchpoint): New test.
25650
25651 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25652
25653 * gdbme.c (call_with_trampolines): New function to try and step
25654 into. Tests trampoline problems on the PA.
25655
25656 * funcargs.exp (localvars_in_indirect_call): No longer expect
25657 stepping into indirect call to fail on PAs.
25658 (test_stepping_over_trampolines): New test.
25659
25660 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25661
25662 * TODO: Add suggestions for static member function tests, and
25663 completion tests.
25664
25665 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25666
25667 * TODO: Add suggestions for "p/a" tests.
25668
25669 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25670 (default_gdb_exit): Replace all the hair with sending "quit" to
25671 the process with a simple close.
25672
25673 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25674
25675 * TODO: Add suggestions for shared library tests.
25676
25677 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25678
25679 * TODO: Add suggestions for x/s tests.
25680
25681 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25682
25683 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25684 "enable once", and "enable breakpoints once" with ".*".
25685
25686 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25687
25688 * TODO: Add suggestions about structure passing tests.
25689
25690 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25691
25692 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
25693 the primary1 test, use work around if __GNUC__ < 2.
25694 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
25695 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
25696 Test for bad output rather than waiting for timeout. Issue
25697 second continue only if first continue failed.
25698
25699 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25700
25701 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25702 operator[] test with gdb_test because the old code didn't seem to
25703 be getting the quoting right with the new dejagnu.
25704
25705 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
25706
25707 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25708 one from the path.
25709 * Makefile.in: Use a fresh expect if there is one, use runtest
25710 from the src tree if there is one.
25711
25712 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25713
25714 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25715 next over recursive call. Revise the tests from that point on
25716 (which had been skipped) to match GDB's actual (correct) output.
25717
25718 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25719 with next over a breakpoint whose condition is false.
25720
25721 * gdb.t00/help.exp: Comment out "help set print" tests just like
25722 (and for same reason as) "help set" test.
25723
25724 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25725
25726 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25727 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25728
25729 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25730
25731 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25732 necessary gdb_target_udi.
25733
25734 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25735
25736 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25737 1838 and 2417; they are fixed.
25738
25739 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25740 gdb.t03/ptype.exp (ptype structure, ptype union):
25741 Remove xfails; the test is looser than when the xfails were added.
25742
25743 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25744 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25745
25746 * gdb.t01/run.exp: Only run shell test if isnative.
25747
25748 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25749 since "run" automatically loads if necessary. Call gdb_target_udi
25750 after the "file" since "file" kills any execution target.
25751
25752 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25753 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25754 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25755 argument for UDI.
25756
25757 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25758
25759 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25760
25761 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25762
25763 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25764
25765 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25766 properly quoting regexps. This makes the second argument to
25767 demangle a fixed string, which matches the callers, instead of a
25768 shell-style pattern which is what the previous implementation
25769 used. Update some of the callers.
25770
25771 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25772
25773 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
25774 (comib_nullified_tests): Fix typo.
25775 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
25776 strings. No longer expected to fail.
25777
25778 * gdb.disasm/hppa.s (addib_tests): Fix typo.
25779 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
25780 strings. No longer expected to fail.
25781
25782 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
25783 string. No longer expected to fail.
25784
25785 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25786
25787 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25788 No longer expected to fail.
25789
25790 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25791 string. No longer expected to fail.
25792
25793 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25794
25795 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25796 only in the names (I probably got most of them). I was even
25797 generous with some which differed in underscores in names, and
25798 probably missed a few, and I *still* was able to remove almost a
25799 third of the file with almost no impact on testsuite coverage.
25800
25801 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25802
25803 * gdb.t00/default.exp: Match udi_attach error message as well as
25804 the one from child_attach.
25805
25806 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25807
25808 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25809
25810 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25811 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25812
25813 * Move test with enums and partial symbols back to
25814 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25815 Reverts the change of 26 May 93. Per today's change to
25816 stabs.texinfo, the behavior that weird.exp was expecting was
25817 unreasonable; what is important is that the compiler+gdb get
25818 things right, which happens with a recent gcc. Also fix the test
25819 to deal with native compilers which put out the stab gdb can't
25820 deal with.
25821
25822 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25823
25824 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25825 in the names. The main thing these accomplish is to slow things down.
25826 Many more such duplicates surely remain.
25827
25828 * gdb.t00/help.exp: Comment out "help support" test just like
25829 (and for same reason as) "help set" test.
25830
25831 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
25832
25833 * gdb.t06/break.exp: Remove setup_xfails for
25834 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25835 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
25836 about known bug in gcc to include up through 2.5.8.
25837 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
25838 well as "_vb$".
25839 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25840 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25841 with latest gcc and gdb.
25842 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
25843 well as "_vb$".
25844
25845 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25846
25847 * configure.in (hppa*-*-*): Also configure and build stabs-only
25848 tests.
25849
25850 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25851
25852 * gdb.t10/hppa.mt: A makefile fragment for the PA.
25853 * gdb.t10/configure.in (hppa*-*-*): Use it.
25854
25855 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25856
25857 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
25858
25859 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25860
25861 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
25862 versions prior to 1.13.5.
25863
25864 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25865
25866 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25867 the prompt is at the start of a line.
25868
25869 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25870
25871 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25872 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
25873 in the copr tests now.
25874 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
25875 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
25876 expected to fail.
25877
25878 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
25879
25880 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25881 gdb.t31/chillvars.exp, lib/gdb.exp:
25882 Tweak to run under either version of expect.
25883 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25884 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25885 * gdb.t11/list.exp: Remove extraneous whitespace.
25886
25887 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25888
25889 * gdb.t16/printcmds.exp (test_print_strings): Accept
25890 "(unsigned char *) " before the string.
25891
25892 * TODO: Add notes about printing of fancy types and GDB expressions.
25893
25894 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
25895
25896 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25897 * gdb.t06/configure.in: Don't try to compile signals test program
25898 if doing mips-idt-ecoff.
25899
25900 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
25901
25902 * Most .exp files: Tweak to run under either version of expect.
25903
25904 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25905
25906 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
25907 xfails; I'm not sure why they are failing, but not because of PR 1806.
25908
25909 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
25910
25911 * config/unix-gdb.exp: Remove gdb_unload cause it's already
25912 defined in lib/gdb.exp.
25913
25914 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25915
25916 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
25917 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
25918 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
25919 have to be typeless.
25920
25921 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25922
25923 * TODO: Add suggestion for copyright year test.
25924
25925 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
25926
25927 * configure.in (*-*-lynxos*): Add stabs tests.
25928
25929 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25930
25931 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
25932 so insert a tab before any assembler directive in column zero.
25933
25934 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
25935 stores.
25936 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
25937 stores.
25938 (fpu_short_memory_tests): Likewise.
25939
25940 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25941
25942 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
25943 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
25944 .stabs directives in comments.
25945
25946 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25947
25948 * TODO: New file, describing tests we could write.
25949 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
25950
25951 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25952
25953 * gdb.t06/signals.exp: Add kludge to force re-sync.
25954
25955 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
25956 to xgdb instead of gdb, get out of gdb.
25957
25958 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
25959
25960 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
25961 for info.
25962
25963 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25964
25965 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25966 * gdb.stabs/configure.in (hppa*-*-*): Use it.
25967 * gdb.stabs/hppa.sed: New sed script for the PA.
25968
25969 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25970
25971 * gdb.stabs: Re-write weird.def and configuration to use sed
25972 instead of cpp. sed is portable and POSIX; cpp is neither.
25973
25974 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25975
25976 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25977
25978 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25979
25980 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25981
25982 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25983
25984 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25985 "_vb$".
25986 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25987 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25988
25989 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25990
25991 * lib/gdb.exp: Comment out code which depends on non-existent
25992 `transform' procedure.
25993
25994 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
25995
25996 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25997 * lib/gdb.exp: Transform tool name.
25998 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25999 1.1's new error handling system.
26000
26001 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26002
26003 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
26004
26005 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26006
26007 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
26008 They made pattern matching so slow that timeouts happened on
26009 heavily loaded systems. Now any output from "show print" which
26010 gets us back to the GDB prompt is a PASS.
26011
26012 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
26013
26014 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
26015
26016 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26017
26018 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
26019
26020 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
26021 It is not from PR 3220.
26022
26023 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26024
26025 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
26026 just started failing because they depended on the order the
26027 subcommands are presented, or exact docstring text. This kind of
26028 test is a pain and has minimal benefit.
26029
26030 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26031
26032 * gdb.t09/corefile.exp: At end of test, use "core" command with
26033 no arguments.
26034
26035 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
26036
26037 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
26038 17}/Makefile.in: Make it possible to run the testsuite with Sun
26039 make and CC = cross gcc by adding explicit build rules for .o
26040 files.
26041
26042 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26043
26044 * gdb.t15/funcargs.exp: Don't put comments on same line as
26045 setup_xfail (@#$*%& tcl braindamage!).
26046
26047 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26048
26049 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
26050
26051 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
26052
26053 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
26054 * gdb.t20/inherit.exp: remove three dumplicate entries.
26055
26056 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26057
26058 * gdb.t06/break.exp: For "next over recursive call", fail on any
26059 incorrect output, not just on "factorial (value=2)".
26060
26061 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26062
26063 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
26064 working now. Add an xfail if accesing a bss variable causes
26065 a memory error if the target is not yet run.
26066
26067 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26068
26069 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
26070 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
26071 name of __st* demangling (2 strings). Did Kung really get the
26072 more than 95 others right without testing them?
26073
26074 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
26075
26076 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
26077
26078 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
26079
26080 * configure.in (configdirs): Add gdb.disasm
26081 * gdb.disasm: New directory for GDB disassembler tests.
26082 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26083
26084 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26085
26086 * gdb.t00/help.exp: Don't test "help set".
26087
26088 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26089 from within expect statements. None of these happen anymore and
26090 they cause regressions to be silently unnoticed.
26091
26092 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26093 messages) about known failures with gcc cygnus-2.4.5-930417.
26094
26095 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26096 comp-info.exp so it gets built if it doesn't exist.
26097
26098 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26099 it is no longer used.
26100 * gdb.t13/comp-info.c: Removed.
26101
26102 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26103
26104 * gdb.t06/signals.exp: Add xfail for sun3.
26105
26106 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26107
26108 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26109 relevant because ^C doesn't get sent but failure can be reproduced
26110 interactively).
26111
26112 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26113
26114 * gdb.stabs/alpha.mt: New configuration file for alpha.
26115 * gdb.stabs/configure.in: Use it.
26116 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
26117 sharing with alpha.mt, redefine long to word via preprocessor.
26118 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
26119 for alpha.
26120 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
26121 native cc.
26122 * gdb.t00/teststrategy.exp: Change expect string so that we
26123 consume the `(xgdb)' from the command echo and from the gdb prompt.
26124 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
26125 gdb currently compares all values as long, so this failure probably
26126 applies to any configuration where LONGEST is bigger than a target int.
26127 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
26128 with gcc.
26129 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
26130 to handle opaque pointers, gcc is.
26131 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
26132 as first argument. Include <sys/types.h> and change all operator
26133 new definitions to use size_t.
26134 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
26135 now that we use size_t.
26136
26137 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26138
26139 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
26140 a long or float array cast all array members to the same type.
26141 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
26142 with 64 bit longs.
26143 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
26144 on alpha.
26145 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
26146
26147 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26148
26149 * gdb.t24 (demangle.exp): Constructors of templates have names like
26150 vector<int>::vector(int) not vector<int>::vector<int>(int). See
26151 section 14.6 of the ARM.
26152
26153 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26154 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26155 accomplish little and slow down the testsuite.
26156
26157 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26158 Accept spaces various places.
26159
26160 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26161
26162 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26163 with watchpoint enabled.
26164
26165 * Makefile.in: Remove definition of CC and remove the second
26166 definition of CXX (the "CXX = gcc" one remains). These definitions
26167 were causing backquotes to be expanded within backquotes, which
26168 doesn't work.
26169
26170 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
26171
26172 * gdb.t17/callfuncs.exp: Add "return 0" to end.
26173
26174 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26175
26176 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
26177 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
26178 by mips cc and contains no stabs entries.
26179
26180 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
26181
26182 * config/vx-gdb.exp: Use fake device to load files rather than
26183 NFS.
26184 * lib/gdb.exp: New proc to do "file" command.
26185 * config/unix-gdb.exp: Use new "file" proc.
26186
26187 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
26188
26189 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26190 Rework board rebooting slightly.
26191 (gdb_exit): Don't exit from the remote shell; there isn't one.
26192 * gdb.stabs/weird.exp: If a program is being debugged already,
26193 kill it.
26194 * gdb.t04/setvar.exp: Stop and restart gdb.
26195 * gdb.t05/expr.exp: Likewise.
26196 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26197 restart gdb and reload the program.
26198 * gdb.t08/opaque.exp: Likewise.
26199 * gdb.t12/scope.exp: Likewise.
26200 * gdb.t13/bitfields.exp: Likewise.
26201 * gdb.t15/funcargs.exp: Likewise.
26202 * gdb.t20/classes.exp: Likewise.
26203 * gdb.t03/ptype.exp: Increase timeout.
26204 * gdb.t16/printcmds.exp (test_print_string_constants,
26205 test_print_array_constants): Likewise.
26206 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26207 * gdb.t20/classes.exp (do_tests): Likewise.
26208 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26209
26210 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
26211
26212 * gdb.stabs: Renamed *wierd* to *weird*.
26213
26214 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26215
26216 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26217 for timeout. Add "known gcc 2.4.5 bug" to failure message.
26218
26219 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26220
26221 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26222 (do_tests): Remove xfail for whatis on one_var and two_var.
26223
26224 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
26225
26226 * Makefile.in: Made cross building work better by adding
26227 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26228
26229 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26230
26231 * gdb.t15/{return.c,return.exp,Makefile.in}:
26232 New test, currently commented out.
26233
26234 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
26235
26236 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26237 still running and removes the leftover named socket so GDb can do
26238 clean restarts.
26239
26240 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
26241
26242 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26243 console, not GDB.
26244 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26245 cross testing works better with "make check"
26246 * config/unix-gdb: Use default procedures for exit and version.
26247 * config/vx-gdb.exp: Cleaned up and massaged back to working order
26248 with the newest VxWorks.
26249
26250 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26251
26252 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26253 old form.
26254
26255 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26256 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26257
26258 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26259
26260 * config/unix-gdb.exp: Remove this version of gdb_exit
26261 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26262 Rob says he'll look at it when he gets back to testing boards.
26263
26264 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
26265
26266 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
26267 an expected fail for certain ptype commands.
26268
26269 * gdb.t20/classes.exp: Update expected results of "ptype class
26270 Base1" to account for the constructor that now appears in the type.
26271
26272 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
26273
26274 * configure.in (configdirs): Restore gdb.t04, which mysteriously
26275 disappeared from list.
26276 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
26277 "alldone" proc with call to cleanup and exit.
26278 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26279 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26280 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26281 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26282 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
26283 "alldone" proc with simple returns that suppress remaining
26284 tests. The alldone proc went away many months ago.
26285
26286 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26287
26288 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26289
26290 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26291
26292 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26293
26294 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
26295 as vax gdb will display them.
26296
26297 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26298
26299 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26300 optimizers.
26301
26302 * scope.exp: Change "bad value for localval" messages so each one
26303 is unique.
26304
26305 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26306 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26307
26308 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26309
26310 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26311
26312 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26313 doesn't exist (due to optimization).
26314
26315 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26316
26317 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26318 contains \r because the filename is long.
26319
26320 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26321 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26322
26323 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26324
26325 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26326 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
26327 Ultrix.
26328 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
26329 int tests.
26330 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
26331
26332 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
26333
26334 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
26335
26336 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
26337 to match does not match the passing case but still matches the
26338 failing case.
26339
26340 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26341
26342 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26343
26344 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
26345
26346 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
26347 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26348 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26349 Remove various versions of gdb_exit.
26350 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
26351 gdb_exit.
26352 * config/unix-gdb.exp: gdb_exit remains here, and should override
26353 the generic version, since it's doing a lot of wierd stuff that
26354 the other versions aren't. FIXME, fold it in, or abandon this
26355 version.
26356
26357 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26358
26359 * gdb.t24/demangle.exp: Add tests for PR 3220.
26360
26361 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26362
26363 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26364
26365 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
26366
26367 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
26368 "i386-*-*". Works for i486 as well.
26369
26370 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
26371 bug, and expand domain of xfail to all SVR4 systems, since the
26372 actual problem is likely to be in generic SVR4 /proc support.
26373
26374 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26375
26376 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26377
26378 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
26379
26380 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
26381 xfails for other systems. Match a missing 'Continuing.' as an
26382 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26383
26384 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26385 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26386 Only issue warning for missing executables if -all option is used.
26387
26388 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
26389 file if -all option is used. It's like an unpredictable XFAIL.
26390
26391 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26392
26393 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26394 for dynamically linked binaries.
26395
26396 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26397
26398 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26399
26400 * gdb.t20/inherit.exp: Change message for "print tagless struct"
26401 to state that this is a known bug in old versions of g++.
26402
26403 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26404
26405 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
26406 while waiting for `Continuing'.
26407
26408 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
26409
26410 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
26411 in text, data, and bss.
26412 * gdb.t10/nodebug.c: Add local and global test variables for
26413 initialized and uninitialized data.
26414
26415 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26416
26417 * config/unix-gdb.exp (gdb_exit): Add "wait".
26418
26419 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26420
26421 * gdb.t06/signals.exp: xfail the continue from the handler for all
26422 targets.
26423
26424 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
26425 function with watchpoints enabled, the i386 call dummy starts with
26426 a call.
26427
26428 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
26429 386 bsd names its corefiles.
26430
26431 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
26432
26433 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
26434 compilers don't grok it.
26435 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
26436 with small octal ints rather than character constants, which
26437 are signed and might not fit if first promoted to int.
26438
26439 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
26440
26441 * gdb.t09/Makefile.in (clean): Remove corefile.
26442
26443 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26444
26445 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26446
26447 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26448 and Jim Kingdon (kingdon@cygnus.com)
26449
26450 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26451 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
26452 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26453
26454 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26455
26456 * gdb.t17/interrupt.exp: Add xfail for hppa.
26457
26458 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26459
26460 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26461 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
26462 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
26463 to determine signed-ness of bitfields and use the result to setup
26464 the xfail.
26465 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
26466 * gdb.t15/funcargs.exp: Use them to step until the second indirect
26467 call line is reached if necessary.
26468
26469 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26470
26471 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26472
26473 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26474
26475 * gdb.t06/break.exp: Also test `clear' command.
26476
26477 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26478
26479 * gdb.t00/teststrategy.exp: Remove extra quote.
26480
26481 * gdb.t07/watchpoint.exp: Change xfail for calling function with
26482 watchpoint enabled to be for all non-68k machines.
26483
26484 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26485
26486 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26487
26488 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26489 targets use aout.mt instead of ecoff.mt as gas understands
26490 standard aout format.
26491
26492 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26493
26494 * lib/gdb.exp (runto): Don't insist that function we are running to
26495 was compiled with -g.
26496
26497 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26498
26499 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26500 to get back into the read system call.
26501 Accept leading newline in case where we woke it up.
26502
26503 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26504
26505 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
26506 to make the stabs test work on ecoff systems using gcc and -with-stabs.
26507 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
26508 enable ecoff configuration.
26509
26510 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26511
26512 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26513
26514 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26515
26516 * gdb.t16/printcmds.exp: Add another printf test.
26517
26518 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
26519
26520 * configure.in: If configured -with-stabs on any target, add
26521 stabsdirs to configdirs.
26522
26523 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26524
26525 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26526 fun" so pattern does not match the command itself.
26527
26528 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26529
26530 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26531
26532 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26533
26534 * gdb.t17/interrupt.exp: Test for more things.
26535
26536 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26537
26538 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26539 compiler arranges the code and line numbers.
26540
26541 * gdb.t17/interrupt.exp: Don't send \n after ^C.
26542
26543 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26544
26545 * gdb.t00/help.exp: Increase expect input buffer size.
26546
26547 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26548
26549 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26550
26551 * gdb.t07/watchpoint.exp: Add xfail for hppa.
26552
26553 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26554
26555 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26556 [0-9]*, not just [0-9].
26557
26558 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26559
26560 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26561
26562 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26563
26564 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26565
26566 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26567
26568 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26569
26570 * gdb.t06/signals.c: Add xfails for sun3.
26571
26572 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26573
26574 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
26575 test_stepping tests.
26576
26577 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26578
26579 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26580
26581 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26582
26583 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26584 rather than actually putting it through cpp twice.
26585
26586 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26587
26588 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
26589
26590 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26591 no longer needed.
26592
26593 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26594
26595 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26596
26597 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26598 C++ features prints as "struct", make it a pass, not an xfail.
26599
26600 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26601
26602 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26603 Don't require VA to print as "class" rather than "struct".
26604
26605 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
26606
26607 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26608
26609 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26610
26611 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26612
26613 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26614
26615 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
26616 order.
26617
26618 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26619
26620 * gdb.t16/printcmds.exp: Add printf tests.
26621
26622 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26623
26624 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26625
26626 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
26627
26628 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
26629 pass counts, to counteract any existing or future setup_xfails.
26630
26631 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26632
26633 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26634 {BEGIN,END}_COMMON for common block instead of STAB.
26635 * gdb.stabs/wierd.exp: Add xfail for rs6000.
26636
26637 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26638 intp_var should be N_GSYM not N_LSYM.
26639 wierd-aout.S: Use a label for the value of the N_SO.
26640 wierd.def: Remove all backslashes.
26641 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26642
26643 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26644
26645 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26646 get the expected next to inheritance3.
26647
26648 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26649
26650 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26651 now that gcc-2.4 gets it right.
26652
26653 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26654
26655 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26656
26657 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26658 generating comp-info.exp which works for cross-compilation.
26659
26660 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
26661
26662 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
26663 "*-*-sysv4.*".
26664
26665 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
26666
26667 * gdb.t01/run.exp: Start with a fresh gdb.
26668 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
26669 SVR4.x.
26670
26671 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
26672
26673 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26674 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26675 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26676 Makefile.in (distclean, realclean): Remove gdbme.c from list of
26677 things to remove.
26678
26679 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26680
26681 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
26682 test cases from bug reports.
26683
26684 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
26685
26686 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
26687 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
26688 avoid spurious xfails.
26689 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
26690 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
26691 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
26692
26693 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
26694
26695 * gdb.t00/teststrategy.exp: Rework to provide more useful
26696 description of each test, fix problem with systems that define
26697 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26698 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
26699 results for "next over recursive call" so timeouts aren't taken
26700 by error.
26701
26702 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
26703
26704 * gdb.t12/scope.exp: Test printing of variables before run.
26705
26706 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26707 printed in wrong order due to sorting.
26708
26709 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
26710
26711 * gdb.t00/teststrategy.exp: Fix expected results for printing
26712 user entered string constant. Is array of char, prints with no
26713 address.
26714
26715 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
26716 commands.
26717 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
26718 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
26719 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
26720 of struct of char arrays.
26721 * gdb.t00/radix.exp: New tests for radix commands.
26722
26723 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
26724
26725 * gdb.t16/printcmd.exp: Print a variable before running program
26726 (with xfail for AIX).
26727
26728 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
26729
26730 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26731
26732 * gdb.t16/printcmd.exp: Don't print variables before running program.
26733
26734 * gdb.t06/break.exp: Don't require envp argument to main.
26735
26736 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26737
26738 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26739 Add xfails for rs6000.
26740
26741 * gdb.t02/whatis.exp: Change other tests not to re-test something
26742 we already tested.
26743
26744 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26745 each type used has a variable of that type.
26746
26747 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26748
26749 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26750
26751 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26752
26753 * configure.in: change srctrigger to be a file, not a directory
26754
26755 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26756
26757 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26758
26759 * gdb.t11/list.exp: Fixed a couple of typos.
26760
26761 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
26762
26763 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
26764 is fixed and PR is closed.
26765 * gdb.t16 (gdbme.c): Add simple test string variable.
26766 * gdb.t16 (printcmds.exp): Add tests with simple test string
26767 variable, primarily for boundaries on "set print elements".
26768
26769 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
26770
26771 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26772 Make leading 0's optional and don't expect a tab in the middle
26773 of the number.
26774
26775 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
26776
26777 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
26778 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
26779 don't end command passed to gdb_test with newline.
26780
26781 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
26782 signed keyword away, don't expect signed bitfields to be signed.
26783
26784 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
26785 printing with only as many 1's as are in the field as well as printing
26786 with 32 1's (see comment).
26787
26788 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
26789
26790 * gdb.t00/default.exp: Start with a fresh gdb.
26791 * configure.in (configdirs): Remove gdb.t31 until the chill
26792 compiler works again. It no longer is able to find chillrt0
26793 since it isn't in libchill.a anymore.
26794 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
26795 wierd.o, make more modular.
26796 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
26797 spurious newlines that caused problems.
26798
26799 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26800
26801 * Move test with enums and partial symbols from gdb.t03/ptype.exp
26802 to gdb.stabs/wierd.exp since GCC has worked around the bug.
26803 gdb.stabs/wierd.{exp,def}: Many new tests.
26804
26805 * gdb.t00/default.exp: update info line for new message.
26806
26807 * gdb.t02/{whatis.exp,gdbme.c}:
26808 Test that "char *" doesn't print as "caddr_t".
26809
26810 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26811
26812 * gdb.t00/help.exp: Use .* in place of some help messages which
26813 just changed.
26814 gdb.t00/default.exp: Update "info frame" test for new message.
26815 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26816 Remove some xfails
26817
26818 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26819
26820 * gdb.t03/{gdbme.c,ptype.exp}:
26821 Add tests for typedef'd struct and union without tags.
26822 Also check "whatis" on a variable of a typedef'd enum without a tag.
26823
26824 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26825 PRMS 1823; the bug still exists but isn't reproduced by this test
26826 anymore), and remove rs6000 XFAIL (the bug is fixed).
26827
26828 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26829 duplicated from whatis.exp. For those that are left, accept
26830 "long", "long int", or "int" for long variables (whatis.exp already
26831 has an XFAIL for "int", so no need to fail it here).
26832
26833 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26834 Deal with GCC's names for types now that GDB uses the compiler's names.
26835
26836 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
26837 setup_xfail's for sunos4. If we #defined the signed keyword away,
26838 don't expect GDB to know that char it is signed.
26839
26840 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26841
26842 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
26843
26844 * configure.in (configdirs): Add gdb.t24 for C++ tests that
26845 should work on any system, regardless of debugging format.
26846 * gdb.t21/demangle.exp: Move to gdb.t24.
26847 * gdb.t24/demangle.exp: Move from gdb.t21.
26848 * gdb.t24/{Makefile.in, configure.in}: New files.
26849
26850 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26851
26852 * configure.in: Do gdb.stabs and C++ tests only for stabs.
26853 * gdb.stabs: New directory.
26854
26855 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26856
26857 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26858 not just "Quit anyway?".
26859
26860 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
26861
26862 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
26863 that all setup_xfails are immediately followed by clear_xfails.
26864
26865 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
26866
26867 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26868 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26869 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26870 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26871 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26872 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26873 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26874 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26875 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26876 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26877 gdb.t31/chillvars.exp, lib/gdb.exp:
26878 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26879 bug-gdb@prep.ai.mit.edu.
26880
26881 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
26882
26883 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
26884 with 0.0, not integer 0.
26885
26886 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
26887
26888 * gdb.t06/break.exp: Update for "Kill the program" message change.
26889
26890 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
26891
26892 * Makefile.in (GDBFLAGS): Set to -nx.
26893 * Makefile.in (site.exp): Use GDBFLAGS.
26894
26895 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26896
26897 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26898 Makefiles.
26899 (check): depend on just-check.
26900 (just-check): added so that tests can be run without a noop
26901 build pass.
26902
26903 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26904
26905 Switch to using configure's configdirs.
26906 * Makefile.in (Makefile): add configure.in dependency.
26907 (SUBDIRS): removed redundant assignment.
26908 * configure.in: switch subdirs assignment to configdirs.
26909 * gdb.t*/configure.in: new files.
26910
26911 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
26912
26913 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
26914 works.
26915
26916 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
26917
26918 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
26919 in explicit rules. Apparently this is not supported by some makes.
26920
26921 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
26922
26923 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
26924
26925 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26926
26927 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
26928 disappeared.
26929
26930 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
26931
26932 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
26933
26934 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
26935
26936 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
26937 watchpoint problem that is now fixed.
26938 * gdb.t30/chexp.exp: Remove setup_xfail for printing
26939 uninitialized convenience variables.
26940 * gdb.t31/chillvars.exp: Fix expected patterns for printing
26941 structures.
26942
26943 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26944
26945 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
26946 which causes expect to get out of sync with gdb on long output
26947 from help set.
26948 * gdb.t09/corefile.exp: Make expected pattern for core file
26949 failing signal and frame output format less sun specific.
26950
26951 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
26952
26953 * gdb.t31/chillvars.exp: Add and remove initial dummy
26954 breakpoint, so that symbol table is forced in.
26955 (Needed at least on Sunos4, though it seems not SVR4.)
26956 * gdb.t31/chillvars.exp: Update for changed output format.
26957
26958 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
26959
26960 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
26961
26962 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
26963
26964 * Makefile.in: Added --srcdir when invoking runtest, removed the
26965 need for a local config file. (optional now)
26966
26967 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
26968
26969 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
26970 failure count used to force early termination. Add some more
26971 expected failures for gnu style demangling.
26972
26973 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26974
26975 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26976 pmi variable from gdb.t20/gdbme to get optimized away.
26977 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26978 Check for written corefile upon timeout _and_ eof.
26979
26980 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26981
26982 * config/unix-gdb.exp: Add missing return 0.
26983
26984 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26985
26986 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
26987 test termination.
26988
26989 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
26990
26991 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26992 disappeared.
26993
26994 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
26995
26996 * gdb.t10/crossload.exp: Disable the i860-elf test until such
26997 time as i860 support works.
26998
26999 * gdb.t15/funcargs.exp: Fix expected outputs to include
27000 "backtrace 100\r" rather than just "backtrace\r", to match last
27001 change.
27002
27003 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
27004
27005 * config/udi-gdb.exp (gdb_exit): Remove close command.
27006 (gdb_target_udi): New procedure to set the UDI target.
27007 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
27008 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
27009 Added waits for prompts after several question responses. Added
27010 some more responses used by a29k-amd-udi-gdb.
27011 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
27012 pass different arguments, restart UDI connection after program
27013 completion.
27014 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
27015 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27016 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
27017 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
27018 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
27019 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
27020 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27021 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
27022 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
27023 after program completion.
27024 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
27025 compiled with a SELECT_VECS setting.
27026 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
27027 infinite recursion.
27028
27029 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
27030 Added checks for COFF results, and made them expected failures for
27031 all targets. It would be better to make them expected failures
27032 for COFF targets only.
27033
27034 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
27035
27036 * Makefile.in: add null dvi target, don't bother to recurse
27037 through test directories for info and install-info; rename
27038 $(datadir) to be dejagnu instead of deja-gnu
27039
27040 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
27041
27042 * gdb.t31/gdbme.ch: Re-enable code that previously caused
27043 compiler to coredump.
27044 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
27045 code.
27046
27047 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
27048
27049 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
27050 coredump.
27051 * gdb.t31/chillvars.exp: Comment out tests that depend on that
27052 code.
27053
27054 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
27055
27056 * gdb.t03/ptype.exp: tests for return code from gdb_test.
27057 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
27058 which in a shell. Deletes xgdb when done.
27059 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
27060 Tests the return from the "set height" or "set width" commands.
27061 Added a few return codes where needed.
27062
27063 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
27064
27065 * Makefile.in (SUBDIRS): Add gdb.t17.
27066 * configure.in (subdirs): Add gdb.t17.
27067 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
27068 files to test gdb's calling of functions in the inferior with
27069 the correct arguments and gdb's ability to retrieve any
27070 result returned.
27071
27072 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
27073
27074 * config/unix-gdb.exp (gdb_exit): Remove close commands that
27075 may be called after gdb goes away. Previous versions of expect
27076 needed these to avoid file descriptor leaks, but they cause
27077 errors with the current revision of expect.
27078 * gdb.t00/gdbvars.exp: Use -re on expected output after
27079 setting sevenbit-strings.
27080 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
27081 to set sevenbit-strings consistent across tests.
27082 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
27083 set sevenbit-strings consistent across tests.
27084
27085 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
27086
27087 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
27088 expected output to match current "expect" expectations.
27089
27090 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
27091
27092 * gdb.t00/default.exp: Change expected output for default "source"
27093 command, to match new gdb behavior which requires a filename to
27094 source.
27095
27096 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
27097
27098 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
27099 expected fail for i486-*-* that misses the marker2 function.
27100 * gdb.t10/crossload.exp (bfddefault): Allow successful
27101 recognition of a format to pass even if no symbols are found.
27102 Explicitly catch failures where the format is not recognized
27103 or is ambiguous, and add the reason to the fail message.
27104 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
27105 the cause is and invalid target and add reason to failure message.
27106 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
27107 elf32-i386, elf32-sparc, and elf32-i860.
27108 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27109 Set up expected failure for 'filename'::variable scope resolution,
27110 which is now apparently broken on all targets.
27111 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27112 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27113 gdb.t23/templates.exp: Change failure for missing binfile into
27114 just a warning.
27115 gdb.t21/demangle.exp: Change all cfront references to 'arm'
27116 references.
27117
27118 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
27119
27120 * gdb.t00/default.exp: Add expected output for default "source"
27121 command, to match new gdb behavior.
27122 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
27123
27124 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
27125
27126 * config/*-gdb.exp: returns an error, rather than exiting on
27127 internal errors.
27128
27129 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
27130
27131 * gdb.t03/gdbme.c: Add pointer to struct variable.
27132 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
27133 referencing struct members.
27134
27135 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
27136
27137 * configure.in (mips-idt-ecoff): New target.
27138 * config/mips-gdb.exp: New file for remote board using MIPS remote
27139 debugging protocol.
27140
27141 * Redid configuration scheme. Removed gdb.t*/configure.in.
27142 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
27143 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
27144 distclean targets. Built executables via .o files. Adjusted
27145 tests to account for source files in $(srcdir) rather than
27146 $(objdir).
27147 * lib/gdb.exp (runto): Don't expect () after the function name,
27148 because it may have arguments.
27149
27150 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
27151
27152 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27153 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27154 expected failures for mips-idt-* and mips-sgi-*.
27155 * gdb.t00/default.exp (attach): Kill process if requested.
27156 * gdb.t00/help.exp (help target core, help target): Accept a gdb
27157 that does not read core files.
27158 * gdb.t01/run.exp: Removed checks for exit status code.
27159 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27160 it is linked in.
27161 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27162 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27163 appropriate, rather than doing it by hand.
27164 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27165 execution.
27166 * gdb.t10/crossload.exp: Kill existing program if needed.
27167 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27168 appropriate, rather than doing it by hand. Always increase
27169 timeout for this test, not just for VxWorks.
27170
27171 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
27172
27173 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
27174 of Chill STRUCT types and STRUCT values.
27175 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
27176 than "char".
27177 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
27178 struct2): New struct definitions and initializations to test
27179 simple Chill STRUCT types.
27180
27181 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
27182
27183 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
27184 the null byte at the end of strings.
27185 * gdb.t00/default.exp: Make show version insensitive to copyright
27186 date.
27187 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
27188 to avoid dependencies on target char signedness.
27189 * gdb.t16/printcmds.exp: Update expected results for explicitly
27190 unsigned char.
27191 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
27192 now work.
27193 * gdb.t21/demangle.exp: Add many more patterns for template
27194 demangling, most of them being expected failures.
27195 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
27196 string we are matching for, to match on the whole string.
27197 * gdb.t21/demangle.exp: Add many new test strings to demangle,
27198 and fix a whole bunch that had incorrect expected output but were
27199 passing anyway because of the bug in "proc demangle".
27200 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
27201 type.
27202 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
27203
27204 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
27205
27206 * gdb/testsuite: made modifications to testcases, etc., to allow
27207 them to work properly given the reorganization of deja-gnu and the
27208 relocation of the testcases from deja-gnu to a "tool" subdirectory.
27209
27210 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
27211
27212 * gdb/testsuite: Initial creation of gdb/testsuite.
27213 Migrated dejagnu testcases and support files for testing nm to
27214 gdb/testsuite from deja-gnu. These files were moved "as is"
27215 with no modifications. This migration is part of a major overhaul
27216 of dejagnu. The modifications to these testcases, etc., which
27217 will allow them to work with the new version of dejagnu will be
27218 made in a future update.
27219
27220 For additional changes see gdb.mi/ChangeLog-1999-2003.
27221 \f
27222 ;; Local Variables:
27223 ;; mode: change-log
27224 ;; left-margin: 8
27225 ;; fill-column: 74
27226 ;; version-control: never
27227 ;; End:
27228
27229 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
27230 Copying and distribution of this file, with or without modification,
27231 are permitted provided the copyright notice and this notice are preserved.