76f9c5826c64fb7d56ffb5a1efb77e1a1d66fc2b
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2012-05-03 Yao Qi <yao@codesourcery.com>
2
3 * gdb.base/catch-syscall.exp: Skip it before compilation if target
4 doesn't support.
5 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
7
8 2012-05-03 Yao Qi <yao@codesourcery.com>
9
10 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
11
12 2012-04-30 Doug Evans <dje@google.com>
13
14 PR testsuite/13961
15 * gdb.dwarf2/pr13961.S: New file.
16 * gdb.dwarf2/pr13961.exp: New file.
17
18 2012-04-29 Yao Qi <yao@codesourcery.com>
19
20 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
21
22 2012-04-28 Doug Evans <dje@google.com>
23
24 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
25 .Ltype_int_in_cu2. Use name "int2" instead of "int".
26 All uses updated.
27 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
28 "ptype func_cu1" to expand cu2 before cu1.
29
30 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
31 Tom Tromey <tromey@redhat.com>
32
33 * gdb.base/default.exp: Add `$_probe_arg*' convenience
34 variables.
35 * gdb.base/stap-probe.c: New file.
36 * gdb.base/stap-probe.exp: New file.
37 * gdb.trace/stap-trace.c: New file.
38 * gdb.trace/stap-trace.exp: New file.
39 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
40 libgcc's unwinder.
41
42 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
43
44 * gdb.arch/mips16-thunks-inmain.c: New file.
45 * gdb.arch/mips16-thunks-main.c: New file.
46 * gdb.arch/mips16-thunks-sin.c: New file.
47 * gdb.arch/mips16-thunks-sinfrob.c: New file.
48 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
49 * gdb.arch/mips16-thunks-sinmain.c: New file.
50 * gdb.arch/mips16-thunks-sinmips16.c: New file.
51 * gdb.arch/mips16-thunks.exp: New file.
52
53 2012-04-25 Doug Evans <dje@google.com>
54
55 * configure.ac: Create gdb.go/Makefile.
56 * configure: Regenerate.
57 * gdb.base/default.exp: Add "go" to "set language" testing.
58 * gdb.go/Makefile.in: New file.
59 * gdb.go/basic-types.exp: New file.
60 * gdb.go/chan.exp: New file.
61 * gdb.go/chan.go: New file.
62 * gdb.go/handcall.exp: New file.
63 * gdb.go/handcall.go: New file.
64 * gdb.go/hello.exp: New file.
65 * gdb.go/hello.go: New file.
66 * gdb.go/integers.exp: New file.
67 * gdb.go/integers.go: New file.
68 * gdb.go/methods.exp: New file.
69 * gdb.go/methods.go: New file.
70 * gdb.go/package.exp: New file.
71 * gdb.go/package1.go: New file.
72 * gdb.go/package2.go: New file.
73 * gdb.go/print.exp: New file.
74 * gdb.go/strings.exp: New file.
75 * gdb.go/strings.go: New file.
76 * gdb.go/types.exp: New file.
77 * gdb.go/types.go: New file.
78 * gdb.go/unsafe.exp: New file.
79 * gdb.go/unsafe.go: New file.
80 * lib/future.exp: Add Go support.
81 (gdb_find_go, gdb_find_go_linker): New procs.
82 (gdb_default_target_compile): Add Go support.
83 * lib/gdb.exp (skip_go_tests): New proc.
84 * lib/go.exp: New file.
85
86 2012-04-25 Tom Tromey <tromey@redhat.com>
87
88 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
89
90 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
91 Jan Kratochvil <jan.kratochvil@redhat.com>
92
93 PR symtab/7259:
94 * gdb.base/enumval.c: New test case.
95 * gdb.base/enumval.exp: New test case.
96 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
97 field.bitpos.
98
99 2012-04-17 Pedro Alves <palves@redhat.com>
100
101 * Makefile.in (site.exp): Make site.exp source
102 $srcdir/lib/append_gdb_boards_dir.exp.
103 * lib/append_gdb_boards_dir.exp: New file.
104
105 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
106
107 New option "set auto-load safe-path".
108 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
109 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
110
111 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 auto-load: Implementation.
114 * gdb.base/help.exp (test set height): Increase the height.
115 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
116 to ...
117 (info auto-load python-scripts): ... here.
118 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
119 to ...
120 (info auto-load python-scripts *): ... here.
121
122 2012-04-16 Yao Qi <yao@codesourcery.com>
123
124 * lib/trace-support.exp (get_in_proc_agent): New.
125 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
126 of in process trace agent.
127 * gdb.trace/ftrace.exp: Likewise.
128 * gdb.trace/pending.exp: Likewise.
129 * gdb.trace/trace-break.exp: Likewise.
130 * gdb.trace/trace-mt.exp
131 * gdb.trace/tspeed.exp: Likewise.
132 * gdb.trace/tstatus.exp
133 * gdb.trace/strace.exp: Likewise.
134
135 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
136
137 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
138 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
139
140 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
141
142 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
143
144 PR mi/13393
145 * gdb.mi/mi-var-rtti.cc: New file.
146 * gdb.mi/mi-var-rtti.exp: New file.
147 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
148 function.
149 (mi_varobj_update_with_type_change): updated to avoid code duplication.
150
151 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
152
153 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
154 EXECUTABLES.
155 * gdb.python/py-explore.c: C program used for testing the new
156 'explore' command on C constructs.
157 * gdb.python/py-explore.cc: C++ program used for testing the new
158 'explore' command on C++ constructs.
159 * gdb-python/py-explore.exp: Tests for the new 'explore'
160 command on C constructs.
161 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
162 command on C++ constructs.
163
164 2012-04-07 Mark Kettenis <kettenis@gnu.org>
165
166 * gdb.base/funcargs.exp (complex_args): Fix typo.
167
168 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
171 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
172
173 2012-04-05 Keith Seitz <keiths@redhat.com>
174
175 * gdb.base/advance.exp: Update error message for
176 "advance malformed" test.
177 * gdb.base/break.exp: Likewise for "breakpoint with
178 trailing garbage" test.
179 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
180 with trailing garbage" test.
181 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
182 trailng garbage" test.
183 * gdb.base/until.exp: Likewise for "malformed until" test.
184 * gdb.cp/ovldbreak.exp: Create the breakpoint table
185 for "breakpoint info (after setting on all)".
186 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
187 tests.
188 * gdb.cp/cplabel.cc: New file.
189 * gdb.cp/cplabel.exp: New test.
190 * gdb.linespec/ls-errs.c: New file.
191 * gdb.linespec/ls-errs.exp: New test.
192
193 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 * gdb.trace/unavailable.exp
196 (collect globals: print object on: print derived_partial)
197 (collect globals: print object on: print derived_whole)
198 (collect globals: print object off: print derived_partial)
199 (collect globals: print object off: print derived_whole): Update
200 expected output.
201
202 2012-03-30 Keith Seitz <keiths@redhat.com>
203
204 * gdb.python: Add test for linespecs with commas.
205
206 2012-03-28 Keith Seitz <keiths@redhat.com>
207
208 * gdb.linespec/ls-dollar.cc: New file.
209 * gdb.linespec/ls-dollar.exp: New test.
210
211 2012-03-28 Keith Seitz <keiths@redhat.com>
212
213 * gdb.cp/namespace.exp: Add breakpoint tests for functions
214 starting with the global namespace.
215
216 2012-03-23 Doug Evans <dje@google.com>
217
218 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
219
220 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
221
222 * gdb.python/py-value.cc: Add test case for testing the
223 methodology exposing C++ values to Python.
224 * gdb.python/py-value-cc.exp: Add tests testing the methodology
225 exposing C++ values to Python.
226 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
227
228 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
229 Siddhesh Poyarekar <siddhesh@redhat.com>
230
231 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
232 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
233 (generate native core dump): Make the test unsupported if core cannot
234 be generated.
235
236 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
239 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
240 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
241
242 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
243
244 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
245
246 2012-03-17 Doug Evans <dje@google.com>
247
248 * dg-extract-results.sh: Handle KFAILs.
249
250 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
251
252 PR symtab/13777
253 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
254
255 2012-03-16 Joel Brobecker <brobecker@adacore.com>
256
257 * gdb.ada/set_pckd_arr_elt: New testcase.
258
259 2012-03-16 Gary Benson <gbenson@redhat.com>
260
261 PR breakpoints/10738
262 * gdb.opt/inline-break.exp: New file.
263 * gdb.opt/inline-break.c: Likewise.
264 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
265 * gdb.dwarf2/dw2-inline-break.S: Likewise.
266 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
267 * gdb.base/async-shell.exp: Likewise.
268 * lib/mi-support.exp (library_loaded_re): Likewise.
269
270 2012-03-15 Tom Tromey <tromey@redhat.com>
271
272 * gdb.cp/virtfunc2.exp: Update expected output.
273 * gdb.cp/pr9631.exp: Update expected output.
274 * gdb.cp/member-ptr.exp: Update expected output.
275 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
276 output.
277 * gdb.cp/casts.exp: Update expected output.
278
279 2012-03-15 Tom Tromey <tromey@redhat.com>
280
281 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
282 (test_info_vtbl): Likewise.
283 (do_tests): Call test_info_vtbl.
284 * gdb.cp/virtfunc.cc (va): New global.
285
286 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
287
288 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
289 describing DWARF data structures.
290 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
291 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
292 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
293 * gdb.dwarf2/dw2-entry-value.S: Likewise.
294 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
295 * gdb.dwarf2/dw2-param-error.S: Likewise.
296 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
297 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
298 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
299 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
300 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
301 * gdb.dwarf2/pr11465.S: Likewise.
302
303 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 * gdb.mi/mi2-prompt.exp: New file.
306
307 2012-03-13 Joel Brobecker <brobecker@adacore.com>
308
309 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
310
311 2012-03-13 Joel Brobecker <brobecker@adacore.com>
312
313 * gdb.ada/bp_range_type: New testcase.
314
315 2012-03-13 Doug Evans <dje@google.com>
316
317 * gdb.base/default.exp: Delete tests for symbol-reloading.
318 * gdb.base/help.exp: Ditto.
319 * gdb.base/setshow.exp: Ditto.
320 * gdb.base/gdb_history: Delete references to symbol-reloading.
321
322 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdb.base/attach-twice.c: New files.
325 * gdb.base/attach-twice.exp: New files.
326
327 2012-03-08 Keith Seitz <keiths@redhat.com>
328
329 * lib/gdb.exp (gdb_get_line_number): Throw an
330 error instead of returning -1.
331 * gdb.base/break.exp: Remove unused variable
332 bp_location5.
333 * gdb.base/hbreak2.exp: Likewise.
334 * gdb.base/sepdebug.exp: Likewise.
335
336 2012-03-08 Yao Qi <yao@codesourcery.com>
337 Pedro Alves <palves@redhat.com>
338
339 Fix PR server/13392.
340 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
341 (tracepoint_change_loc_2): Remove kfail. Return if failed to
342 download tracepoints.
343 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
344 (pending_tracepoint_resolved_during_trace): Likewise.
345 (pending_tracepoint_installed_during_trace): Likewise.
346 (pending_tracepoint_with_action_resolved): Likewise.
347
348 2012-03-08 Keith Seitz <keiths@redhat.com>
349
350 * gdb.ada/array_bounds.exp: Get breakpoint for line
351 with "START", not "STOP".
352 * gdb.python/py-infthread.exp: Do not continue to
353 line marked "Break here.", which is undefined.
354
355 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
356
357 Revert:
358
359 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 Implement testsuite workaround for PR breakpoints/13781.
362 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
363 (set breakpoint condition-evaluation host): New conditional command.
364
365 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
366
367 Fix CU relative vs. absolute DIE offsets.
368 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
369 one.
370
371 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 Fix false FAIL on distros with relro linkage as default.
374 * gdb.reverse/solib-precsave.exp: Try to compile the test using
375 -Wl,-z,norelro first.
376
377 2012-03-06 Joel Brobecker <brobecker@adacore.com>
378
379 * gdb.ada/bp_on_var: New testcase.
380
381 2012-03-06 Joel Brobecker <brobecker@adacore.com>
382
383 * gdb.ada/bp_enum_homonym: New testcase.
384
385 2012-03-06 Yao Qi <yao@codesourcery.com>
386
387 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
388 x86_64-*-* and i?86-*-*.
389 Set up KFAIL for gdb/13808.
390
391 2012-03-05 Tom Tromey <tromey@redhat.com>
392
393 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
394 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
395
396 2012-03-05 Tom Tromey <tromey@redhat.com>
397
398 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
399
400 2012-03-04 Yao Qi <yao@codesourcery.com>
401
402 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
403 messages for KFAIL.
404
405 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
406
407 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
408 (print one_two_three, indexes off, print few_reps, indexes off)
409 (print many_reps, indexes off, print empty, indexes off)
410 (print one_two_three, print few_reps, print many_reps, print empty):
411 Call setup_xfail if $gcc_old.
412
413 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
414
415 Implement testsuite workaround for PR breakpoints/13781.
416 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
417 (set breakpoint condition-evaluation host): New conditional command.
418
419 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 Code cleanup.
422 * gdb.cp/mb-templates.exp: New variables executable. Use it for
423 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
424 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
425 number 1 by $bpnum. Four times.
426
427 2012-03-03 Yao Qi <yao@codesourcery.com>
428
429 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
430
431 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 Setup KFAIL for PR server/13796.
434 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
435
436 2012-03-02 Joel Brobecker <brobecker@adacore.com>
437
438 * gdb.ada/operator_bp: New testcase.
439
440 2012-03-02 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.ada/info_locals_renaming: New testcase.
443
444 2012-03-02 Tom Tromey <tromey@redhat.com>
445
446 * gdb.base/nextoverexit.c: New file.
447 * gdb.base/nextoverexit.exp: New file.
448
449 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
450
451 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
452 parameter.
453
454 2012-03-01 Maciej W. Rozycki <macro@mips.com>
455
456 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
457 core registers.
458
459 2012-03-01 Maciej W. Rozycki <macro@mips.com>
460 Maciej W. Rozycki <macro@codesourcery.com>
461 Daniel Jacobowitz <dan@codesourcery.com>
462
463 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
464
465 2012-03-01 Pedro Alves <palves@redhat.com>
466
467 PR gdb/13767
468
469 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
470 (gdb_collect_globals_test): Call it.
471
472 2012-03-01 Keith Seitz <keiths@redhat.com>
473
474 * gdb.cp/method2.exp: Output of overload menu is now
475 alphabetized. Update tests for "break A::method".
476 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
477 of hard-coding them.
478 Overload menu is alphabetized: rewrite to accommodate.
479 Unset variables LINE and TYPES which are used in other tests.
480 Compute the output of "info break".
481 Update the breakpoint table after all breakpoints are deleted.
482 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
483 compute ACTUALS and the method body based on parameters.
484 Update expected output accordingly.
485 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
486 unique comments to allow the use of gdb_get_line_number.
487
488 2012-03-01 Keith Seitz <keiths@redhat.com>
489
490 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
491 some Tcl syntax.
492 * gdb.cp/ovldbreak.exp: Likewise.
493
494 2012-03-01 Keith Seitz <keiths@redhat.com>
495
496 * gdb.base/help.exp (help show user): Update expected result
497 for new doc string changes (add "non-python").
498
499 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
500
501 * gdb.python/py-cmd.exp: Add test to verify that python commands can
502 be put in the user-defined category and that the commands appear in
503 "help user-defined".
504
505 2012-02-29 Joel Brobecker <brobecker@adacore.com>
506
507 * gdb.ada/tagged_not_init: New testcase.
508
509 2012-02-29 Joel Brobecker <brobecker@adacore.com>
510
511 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
512 * gdb.ada/enum_idx_packed: New testcase.
513
514 2012-02-29 Joel Brobecker <brobecker@adacore.com>
515
516 * gdb.ada/aliased_array: New testcase.
517
518 2012-02-29 Joel Brobecker <brobecker@adacore.com>
519
520 * gdb.ada/whatis_array_val: New testcase.
521
522 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 Fix disp-step-syscall.exp: fork: single step over fork.
525 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
526 whitespaces.
527 (single step over $syscall): Remove its check.
528 (single step over $syscall final pc): New check.
529
530 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 Support processors without SSSE3.
533 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
534 pabsd into ...
535 (ssse3_test): ... a new function.
536 (main): Call ssse3_test.
537 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
538 Update expected values everywhere.
539 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
540 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
541 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
542 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
543 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
544 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
545 Move these tests lower.
546 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
547 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
548 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
549 New tests.
550
551 2012-02-29 Yao Qi <yao@codesourcery.com>
552 Pedro Alves <palves@redhat.com>
553
554 * gdb.trace/trace-mt.c: New.
555 * gdb.trace/trace-mt.exp: New.
556
557 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
558
559 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
560 numbers instead of hardcoding them.
561 * gdb.base/annota1.c: Provide suitable markers.
562 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
563 numbers instead of hardcoding them.
564 * gdb.base/annota3.c: Provide suitable markers.
565
566 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
567 * gdb.base/annota3.c: Likewise.
568 * gdb.base/sigall.c: Likewise.
569 * gdb.base/signals.c: Likewise.
570 * gdb.reverse/sigall-reverse.c: Likewise.
571
572 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
573
574 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
575 failure return path.
576
577 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
578
579 * gdb.base/save-bp.exp: Account for new condition evaluator output.
580
581 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
582
583 * gdb.base/cond-eval-mode.exp: New file.
584
585 2012-02-24 Pedro Alves <palves@redhat.com>
586
587 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
588 (top level): Use with_test_prefix.
589
590 2012-02-24 Pedro Alves <palves@redhat.com>
591
592 * gdb.threads/attach-into-signal.exp (corefunc): Use
593 with_test_prefix.
594
595 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 Fix false FAILs on old CPUs without SSE.
598 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
599 Return untested for Illegal instruction.
600
601 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 Fix false FAILs with glibc debug infos installed.
604 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
605 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
606
607 2012-02-22 Sterling Augustine <saugustine@google.com>
608
609 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
610 constant with cast.
611
612 2012-02-21 Pedro Alves <palves@redhat.com>
613
614 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
615
616 2012-02-21 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
619
620 2012-02-21 Pedro Alves <palves@redhat.com>
621
622 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
623 with_test_prefix.
624
625 2012-02-21 Pedro Alves <palves@redhat.com>
626
627 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
628 with_test_prefix here.
629 (top level): Do it here instead. Remove `:' from the
630 with_test_prefix string.
631 * gdb.base/attach-pie-misread.exp: Remove the leading space the
632 the suffix `:' from the with_test_prefix prefix string.
633 * gdb.base/break-interp.exp: Ditto.
634 * gdb.base/catch-load.exp: Ditto.
635 * gdb.base/disp-step-syscall.exp: Ditto.
636 * gdb.base/jit-so.exp: Ditto.
637 * gdb.base/jit.exp: Ditto.
638 * gdb.base/sepdebug.exp: Ditto.
639 * gdb.base/solib-display.exp: Ditto.
640 * gdb.base/solib-overlap.exp: Ditto.
641 * gdb.base/watch-cond-infcall.exp: Ditto.
642 * gdb.base/watchpoint.exp: Ditto.
643 * gdb.dwarf2/dw2-noloc.exp: Ditto.
644 * gdb.mi/mi-watch.exp: Ditto.
645 * gdb.mi/mi2-watch.exp: Ditto.
646 * gdb.threads/non-ldr-exc-1.exp: Ditto.
647 * gdb.threads/non-ldr-exc-2.exp: Ditto.
648 * gdb.threads/non-ldr-exc-3.exp: Ditto.
649 * gdb.threads/non-ldr-exc-4.exp: Ditto.
650 * gdb.threads/watchpoint-fork.exp: Ditto.
651 * gdb.threads/watchthreads-reorder.exp: Ditto.
652 * gdb.trace/change-loc.exp: Ditto.
653 * gdb.trace/pending.exp: Ditto.
654 * gdb.trace/status-stop.exp: Ditto.
655 * gdb.trace/strace.exp: Ditto.
656 * gdb.trace/trace-break.exp: Ditto.
657 * gdb.trace/unavailable.exp: Ditto.
658 * lib/gdb.exp (with_test_prefix): Always prefix with space and
659 suffix with colon. Adjust leading comments.
660
661 2012-02-21 Pedro Alves <palves@redhat.com>
662 Tom Tromey <tromey@redhat.com>
663
664 * lib/gdb.exp: Add description of test prefixes.
665 (with_test_prefix): New procedure.
666 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
667 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
668 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
669 instead of lappend to append to pf_prefix.
670 * gdb.base/catch-load.exp: Use with_test_prefix.
671 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
672 * gdb.base/jit-so.exp: Use with_test_prefix.
673 * gdb.base/jit.exp: Use with_test_prefix.
674 * gdb.base/return-nodebug.exp (do_test): Use append instead of
675 lappend to append to pf_prefix.
676 * gdb.base/sepdebug.exp: Use with_test_prefix.
677 * gdb.base/solib-display.exp: Use with_test_prefix.
678 * gdb.base/solib-overlap.exp: Use with_test_prefix.
679 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
680 * gdb.base/watchpoint.exp: Use with_test_prefix.
681 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
682 * gdb.mi/mi-watch.exp: Use with_test_prefix.
683 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
684 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
685 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
686 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
687 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
688 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
689 append instead of lappend to append to pf_prefix.
690 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
691 * gdb.trace/change-loc.exp: Use with_test_prefix.
692 * gdb.trace/pending.exp: Use with_test_prefix.
693 * gdb.trace/status-stop.exp: Use with_test_prefix.
694 * gdb.trace/strace.exp: Use with_test_prefix.
695 * gdb.trace/trace-break.exp: Use with_test_prefix.
696 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
697 instead of lappend to append to pf_prefix.
698
699 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
700
701 Fix racy FAILs.
702 * gdb.base/inferior-died.c (main): Add return of 0.
703 * gdb.base/inferior-died.exp (continue): Fix expectation of
704 asynchronous events.
705 (p 1): New test.
706
707 2012-02-20 Pedro Alves <palves@redhat.com>
708
709 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
710 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
711 gdb's internal debug output. For the non-threaded case, look for
712 "Program received signal SIGLARM", for the threaded case, peek at
713 the thread's siginfo.
714
715 2012-02-20 Pedro Alves <palves@redhat.com>
716
717 General cleanup, make output test messages unique, and build
718 different executable files for the non-threaded and threaded
719 cases.
720
721 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
722 Delete.
723 (executable_nothr, executable_thr): New globals.
724 (top level): Adjust to delete both executables.
725 (corefunc): New parameter $executable. Set $pf_prefix instead of
726 hand writing a prefix in tests. Issue a clean_restart and enable
727 lin-lwp debug output here.
728 (top level): Adjust. Use build_executable. Don't start gdb here,
729 and don't enable lin-lwp debug output here.
730 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
731
732 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
733
734 Fix racy FAILs.
735 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
736 "continue" command.
737
738 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 Fix for gdbserver non-extended mode.
741 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
742 and gdb_run_cmd.
743
744 2012-02-17 Tom Tromey <tromey@redhat.com>
745
746 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
747 * gdb.python/py-events.exp: Check 'dir' output.
748 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
749
750 2012-02-17 Yao Qi <yao@codesourcery.com>
751
752 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
753
754 2012-02-16 Tom Tromey <tromey@redhat.com>
755
756 * gdb.base/inferior-died.c: Don't include stdio.h.
757
758 2012-02-16 Tom Tromey <tromey@redhat.com>
759
760 * gdb.base/inferior-died.c: New file.
761 * gdb.base/inferior-died.exp: New file.
762
763 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
764
765 * gdb.base/break-inline.exp: New file.
766 * gdb.base/break-inline.c: New file.
767
768 2012-02-15 Tom Tromey <tromey@redhat.com>
769
770 * gdb.base/pc-fp.exp: Add "info register" tests.
771
772 2012-02-15 Tom Tromey <tromey@redhat.com>
773
774 * gdb.base/regs.exp: Remove.
775
776 2012-02-15 Pedro Alves <palves@redhat.com>
777
778 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
779 the target doesn't support tracepoints.
780 * gdb.trace/circ.exp: Ditto.
781 * gdb.trace/collection.exp: Ditto.
782 * gdb.trace/packetlen.exp: Ditto.
783 * gdb.trace/passc-dyn.exp: Ditto.
784 * gdb.trace/report.exp: Ditto.
785 * gdb.trace/tfind.exp: Ditto.
786 * gdb.trace/tspeed.exp: Ditto.
787 * gdb.trace/tsv.exp: Ditto.
788 * gdb.trace/unavailable.exp: Ditto.
789 * gdb.trace/while-dyn.exp: Ditto.
790
791 2012-02-15 Pedro Alves <palves@redhat.com>
792
793 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
794 gdb_test_multiple, and call unsupported instead of fail, if the
795 remote side does not support the request.
796
797 2012-02-15 Pedro Alves <palves@redhat.com>
798
799 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
800 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
801 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
802 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
803 * gdb.server/server-run.exp: Make sure gdb is disconnected.
804 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
805 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
806 doesn't start with "extended-" already.
807
808 2012-02-15 Pedro Alves <palves@redhat.com>
809
810 Support extended-remote. Avoid cascading timeouts.
811
812 * gdb.base/attach.exp (do_attach_tests): Add expected output for
813 the extended-remote target. If attaching with no file fails, load
814 the file manually.
815 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
816
817 2012-02-14 Stan Shebs <stan@codesourcery.com>
818
819 * gdb.base/ena-dis-br.exp: Add enable count test.
820
821 2012-02-13 Pedro Alves <palves@redhat.com>
822
823 * config/mips-idt.exp: Delete.
824 * gdb.base/a2-run.exp: Remove mips-idt xfails.
825 * gdb.base/bitfields.exp: Remove mips-idt restarts.
826 * gdb.base/break.exp: Remove mips-idt references.
827 * gdb.base/chng-syms.exp: Ditto.
828 * gdb.base/default.exp: Ditto.
829 * gdb.base/funcargs.exp (funcargs_reload): Delete.
830 (top level): Don't call it.
831 * gdb.base/opaque.exp: Remove mips-idt restarts.
832 * gdb.base/ptype.exp: Remove mips-idt xfails.
833 * gdb.base/scope.exp: Remove mips-idt restarts.
834 * gdb.base/sepdebug.exp: Remove mips-idt references.
835 * gdb.base/watchpoint.exp (maybe_clean_restart)
836 (maybe_reinitialize): Delete.
837 (test_disabling_watchpoints, test_disabling_watchpoints)
838 (test_watchpoint_triggered_in_syscall)
839 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
840 Don't call them.
841
842 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 * gdb.server/server-exec-info.exp: New file.
845
846 2012-02-10 Pedro Alves <palves@redhat.com>
847
848 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
849 always non-empty.
850 (test_attach): Always pass $exec to test_attach_gdb.
851
852 2012-02-08 Tom Tromey <tromey@redhat.com>
853
854 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
855 before inferior is started.
856
857 2012-02-07 Tom Tromey <tromey@redhat.com>
858
859 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
860 Symbol.value.
861 * gdb.python/py-symbol.c (qq): Set default value.
862
863 2012-02-07 Tom Tromey <tromey@redhat.com>
864
865 * gdb.python/py-symbol.c (qq): New global.
866 * gdb.python/py-symbol.exp: Add test for frame-less
867 lookup_symbol.
868 * gdb.python/py-symtab.exp: Fix line number.
869
870 2012-02-03 Joel Brobecker <brobecker@adacore.com>
871
872 * gdb.ada/mi_task_arg: New testcase.
873
874 2012-02-02 Pedro Alves <palves@redhat.com>
875
876 * gdb.reverse/until-precsave.exp: Also put "record save" under the
877 extended timeout.
878
879 2012-02-02 Pedro Alves <palves@redhat.com>
880
881 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
882 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
883
884 2012-02-02 Pedro Alves <palves@redhat.com>
885
886 * gdb.base/term.exp: Rewrite.
887 * gdb.base/term.c: New.
888
889 2012-02-02 Pedro Alves <palves@redhat.com>
890
891 * gdb.base/default.exp (run "r" abbreviation, run): Add
892 extended-remote expected output.
893
894 2012-02-02 Tom Tromey <tromey@redhat.com>
895
896 * gdb.cp/dispcxx.exp: New file.
897 * gdb.cp/dispcxx.cc: New file.
898
899 2012-02-01 Tom Tromey <tromey@redhat.com>
900
901 * gdb.base/jit-simple.exp: New file.
902 * gdb.base/jit-simple.c: New file.
903
904 2012-01-30 Yao Qi <yao@codesourcery.com>
905
906 * gdb.base/skip.exp: Make test result unique.
907
908 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
909
910 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
911 compatibility with valgrind-3.7.0.
912
913 2012-01-27 Pedro Alves <palves@redhat.com>
914
915 * gdb.base/watchpoint.exp (no_hw): New global.
916 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
917 disable hw watchpoints.
918 (test_wide_location_1, test_wide_location_2): If no_hw is set,
919 don't expect hw watchpoints.
920 (no_hw_watchpoints): Always clean restart.
921 (do_tests): New procedure, factored out from the top level.
922 (top level): Run tests twice. Once with hw watchpoints enabled,
923 another time with hw watchpoints disabled.
924
925 2012-01-27 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
928 out from the top level.
929 (top level): Call it instead.
930
931 2012-01-27 Pedro Alves <palves@redhat.com>
932
933 * gdb.base/watchpoint.exp (top level): Re-enable hardware
934 watchpoints sooner.
935
936 2012-01-27 Pedro Alves <palves@redhat.com>
937
938 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
939
940 2012-01-27 Pedro Alves <palves@redhat.com>
941
942 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
943 "You may have requested too many hardware
944 breakpoints/watchpoints".
945
946 2012-01-27 Pedro Alves <palves@redhat.com>
947
948 * gdb.base/watchpoint.exp (maybe_clean_restart)
949 (maybe_reinitialize): New.
950 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
951 expect "hit N times".
952 (test_disabling_watchpoints, test_complex_watchpoint)
953 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
954 Call maybe_clean_restart.
955 (top level): Use clean_restart. Remove "mips-idt-*"
956 reinitialization.
957
958 2012-01-27 Pedro Alves <palves@redhat.com>
959
960 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
961
962 2012-01-27 Pedro Alves <palves@redhat.com>
963
964 * gdb.base/watchpoint.exp: Clean restart after tests that don't
965 require `initialize' anymore. Remove unnecessary `initialize'
966 calls.
967
968 2012-01-27 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/watchpoint.exp (wp_set): Delete.
971 (initialize, test_simple_watchpoint, top level): Remove dead code.
972
973 2012-01-27 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
976 typo.
977
978 2012-01-27 Pedro Alves <palves@redhat.com>
979
980 * config/extended-gdbserver.exp: New file.
981 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
982 comment.
983 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
984 * boards/native-extended-gdbserver.exp: New file.
985
986 2012-01-26 Pedro Alves <palves@redhat.com>
987
988 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
989 and gdb_test_multiple.
990
991 2012-01-26 Pedro Alves <palves@redhat.com>
992
993 Make test messages unique, and more identifiable.
994 * gdb.multi/watchpoint-multi.exp: Change test messages.
995
996 2012-01-25 Tom Tromey <tromey@redhat.com>
997
998 * gdb.base/solib-disc.exp: Fix regexps.
999
1000 2012-01-24 Tom Tromey <tromey@redhat.com>
1001
1002 * lib/mi-support.exp (mi_expect_stop): Add special case for
1003 solib-event.
1004 * gdb.base/catch-load-so.c: New file.
1005 * gdb.base/catch-load.exp: New file.
1006 * gdb.base/catch-load.c: New file.
1007 * gdb.base/break-interp.exp (reach_1): Update regexp.
1008
1009 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1010
1011 Fix fuzzy results.
1012 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
1013 lpsimple and func.
1014
1015 2012-01-24 Gary Benson <gbenson@redhat.com>
1016
1017 Delete #if 0'd out code.
1018 * gdb.base/default.exp (info catch): Remove.
1019 * gdb.base/gdb_history (info catch): Likewise.
1020 * gdb.base/help.exp (info catch): Likewise.
1021
1022 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1023
1024 Fix watchpoints to be specific for each inferior.
1025 * gdb.multi/watchpoint-multi.c: New file.
1026 * gdb.multi/watchpoint-multi.exp: New file.
1027
1028 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1029
1030 Fix watchpoints across inferior fork.
1031 * gdb.threads/watchpoint-fork-child.c: New file.
1032 * gdb.threads/watchpoint-fork-mt.c: New file.
1033 * gdb.threads/watchpoint-fork-parent.c: New file.
1034 * gdb.threads/watchpoint-fork-st.c: New file.
1035 * gdb.threads/watchpoint-fork.exp: New file.
1036 * gdb.threads/watchpoint-fork.h: New file.
1037
1038 2012-01-23 Pedro Alves <palves@redhat.com>
1039
1040 * gdb.base/call-signal-resume.exp: Allow output after "return".
1041
1042 2012-01-20 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.python/py-finish-breakpoint.py: Fix typo.
1045
1046 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1047
1048 * gdb.base/info-proc.exp: Also run on remote targets. Main
1049 "info proc" command is now always present; whether target supports
1050 actual info proc operation is detected when attempting to issue
1051 the command.
1052
1053 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1054
1055 * .gdbinit: Remove.
1056
1057 2012-01-19 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
1060 look at the funtions' returns.
1061 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
1062 (jprint.print(int, int)): Change return type to int. Adjust.
1063
1064 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1065
1066 PR gdb/9538
1067 * gdb.base/sepdebug.exp: New test.
1068
1069 2012-01-18 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
1072 Allow output before ^done.
1073
1074 2012-01-16 Tom Tromey <tromey@redhat.com>
1075
1076 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
1077 Add tests for relative directory.
1078
1079 2012-01-16 Tom Tromey <tromey@redhat.com>
1080
1081 * gdb.base/printcmds.c (enum flag_enum): New.
1082 (three): New global.
1083 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
1084 enum printing.
1085 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
1086 FlagEnumerationPrinter.
1087 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
1088 * gdb.python/py-pp-maint.c (enum flag_enum): New.
1089 (fval): New global.
1090
1091 2012-01-16 Pedro Alves <palves@redhat.com>
1092
1093 * lib/gdb.exp (banned_procedures): New variable.
1094 (banned_variables_traced): Rename to ...
1095 (banned_traced): ... this.
1096 (gdb_init): Also trace banned procedures.
1097 (gdb_finish): Also untrace banned procedures.
1098
1099 2012-01-16 Pedro Alves <palves@redhat.com>
1100
1101 Remove all calls to strace.
1102
1103 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1104
1105 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
1106 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
1107
1108 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
1109
1110 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
1111 * gdb.base/pie-execl.exp: Likewise.
1112
1113 2012-01-12 Keith Seitz <keiths@redhat.com>
1114
1115 PR mi/10586
1116 * gdb.mi/var-cmd.c (struct anonymous): New structure.
1117 (do_anonymous_type_tests): New function.
1118 (main): Call do_anonymous_type_tests.
1119 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
1120 (verify_everything): New procedure.
1121 * gdb.mi/mi-var-cp.cc (class A): New class.
1122 (anonymous_structs_and_unions): New function.
1123 (main): Call anonymous_structs_and_unions.
1124 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
1125 (verify_everything): New procedure.
1126
1127 2012-01-12 Keith Seitz <keiths@redhat.com>
1128
1129 * lib/mi-support.exp: Expand comments about PATH_EXPR.
1130 (varobj_tree::get_path_expr): Assume that all varobjs are
1131 compound unless they are known simple types.
1132 Adjust path expressions based on parent type, path parent type,
1133 and tree language.
1134 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
1135 the root varobj.
1136 (mi_walk_varobj_tree): Add LANGUAGE parameter.
1137
1138 2012-01-11 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
1141 core files on this machine" anymore.
1142
1143 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1144
1145 * gdb.base/watchpoint.c (recurser): Initialize local_x.
1146 (main): Repeat recurser call.
1147 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
1148 equivalent to 'local_x'.
1149
1150 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1151 Joel Brobecker <brobecker@adacore.com>
1152
1153 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
1154
1155 2012-01-05 Pedro Alves <alves.ped@gmail.com>
1156
1157 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
1158 * gdb.python/py-events.c (first): Add bits for new "step N" test.
1159 * gdb.python/py-events.exp: Test that "step N" tripping on a
1160 breakpoint emits a breakpoint event.
1161
1162 2012-01-03 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.base/auxv.exp: Reformat the copyright notice.
1165
1166 2012-01-03 Yao Qi <yao@codesourcery.com>
1167
1168 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
1169 (strace_trace_on_diff_addr): New.
1170 * gdb.trace/strace.c: (main): Add two local variables.
1171
1172 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
1173
1174 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
1175 * gdb.cell/gcore.exp: Likewise.
1176 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
1177 to verify the correct instance of main is selected.
1178
1179 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1180
1181 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
1182 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
1183 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
1184 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
1185 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
1186 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
1187 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
1188 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
1189 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
1190 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
1191 gdb.threads/thread_check.c: Reformat copyright header.
1192
1193 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
1194
1195 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
1196 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
1197 is not enabled.
1198
1199 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1200
1201 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
1202 parameter to self_exec, adjust the function.
1203 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
1204 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
1205 (set var do_exit = 0): Remove test.
1206 (newline at end of file): Add one.
1207
1208 2011-12-27 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
1211 New files.
1212
1213 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1214
1215 Fix racy FAILs.
1216 * gdb.threads/fork-thread-pending.c (barrier): New variable.
1217 (thread_function, thread_forker): Call pthread_barrier_wait for it.
1218 (main): Call pthread_barrier_init for it.
1219
1220 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 Fix double send_gdb leading to racy FAILs.
1223 * gdb.base/break.exp (set silent break bp_location1): Replace
1224 3x send_gdb and gdb_expect by gdb_test.
1225 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
1226 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
1227 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
1228 instead of send_gdb. Twice.
1229 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
1230 3x send_gdb and gdb_expect by gdb_test.
1231 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
1232
1233 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1234
1235 * gdb.linespec/linespec.exp: Compile using {c++}.
1236
1237 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1238
1239 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
1240 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
1241 (verify GCC PR debug/51668): New test.
1242
1243 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
1244
1245 Introduce gdb.FinishBreakpoint in Python.
1246 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
1247 py-finish-breakpoint2
1248 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
1249 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
1250 instead of line number.
1251 * gdb.python/py-finish-breakpoint.c: New file.
1252 * gdb.python/py-finish-breakpoint.exp: New file.
1253 * gdb.python/py-finish-breakpoint.py: New file.
1254 * gdb.python/py-finish-breakpoint2.cc: New file.
1255 * gdb.python/py-finish-breakpoint2.exp: New file.
1256 * gdb.python/py-finish-breakpoint2.py: New file.
1257
1258 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 Partial fix of compatibility with gcc-4.7.
1261 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
1262 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
1263 Add comment to add a PASS case in the future.
1264
1265 Fix compatibility with gcc-4.7.
1266 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
1267
1268 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
1269
1270 PR tdep/12797
1271 * gdb.base/callfuncs.exp: Remove KFAIL.
1272
1273 2011-12-21 Joel Brobecker <brobecker@adacore.com>
1274
1275 * gdb.ada/task_bp: New testcase.
1276
1277 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1278
1279 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
1280 -DNO_SECTIONS.
1281 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
1282
1283 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1284
1285 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
1286 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
1287 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1288 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
1289 conditional for gcc <= 4.5.
1290
1291 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1292
1293 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
1294 by XFAIL.
1295 * gdb.cp/static-method.exp (info addr A::func())
1296 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1297 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1298 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1299 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
1300 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
1301 (test value of F in k3_m): Likewise.
1302 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1303 Likewise.
1304
1305 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
1308 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
1309 Remove.
1310 * gdb.threads/attachstop-mt.c: Remove.
1311 * gdb.threads/attachstop-mt.exp: Remove.
1312
1313 2011-12-17 Mark Kettenis <kettenis@gnu.org>
1314
1315 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1316
1317 2011-12-16 Doug Evans <dje@google.com>
1318
1319 * boards/native-stdio-gdbserver.exp: New file.
1320 * boards/native-gdbserver.exp: New file.
1321
1322 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1323 gdbserver output.
1324 (gdbserver_default_get_remote_address): New function.
1325 (gdbserver_start): Call gdb,get_remote_address to compute argument
1326 to "target remote" command.
1327
1328 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1329
1330 * gdb.python/py-function.exp: Change "on" to "full" for
1331 python print-stack. Add set/show python print-stack
1332 off|full|message tests.
1333
1334 2011-12-15 Yao Qi <yao@codesourcery.com>
1335
1336 * gdb.trace/strace.c: New
1337 * gdb.trace/strace.exp: New.
1338
1339 2011-12-14 Tom Tromey <tromey@redhat.com>
1340
1341 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1342
1343 2011-12-14 Doug Evans <dje@google.com>
1344
1345 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1346
1347 2011-12-14 Pedro Alves <pedro@codesourcery.com>
1348
1349 PR threads/10729
1350
1351 * gdb.mi/watch-nonstop.c: New file.
1352 * gdb.mi/mi-watch-nonstop.exp: New file.
1353
1354 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1355 Doug Evans <dje@google.com>
1356
1357 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1358 (clean_restart): Remove references to the gdb_stub target board
1359 variable.
1360 (gdb_step_for_stub): Delete.
1361
1362 * gdb.base/annota1.exp: Remove all references to [target_info
1363 exists gdb_stub], gdb_step_for_stub and usestubs.
1364 * gdb.base/annota3.exp: Ditto.
1365 * gdb.base/async.exp: Ditto.
1366 * gdb.base/break.exp: Ditto.
1367 * gdb.base/code-expr.exp: Ditto.
1368 * gdb.base/commands.exp: Ditto.
1369 * gdb.base/completion.exp: Ditto.
1370 * gdb.base/condbreak.exp: Ditto.
1371 * gdb.base/consecutive.exp: Ditto.
1372 * gdb.base/cvexpr.exp: Ditto.
1373 * gdb.base/define.exp: Ditto.
1374 * gdb.base/display.exp: Ditto.
1375 * gdb.base/ena-dis-br.exp: Ditto.
1376 * gdb.base/environ.exp: Ditto.
1377 * gdb.base/gnu-ifunc.exp: Ditto.
1378 * gdb.base/maint.exp: Ditto.
1379 * gdb.base/pending.exp: Ditto.
1380 * gdb.base/sect-cmd.exp: Ditto.
1381 * gdb.base/sepdebug.exp: Ditto.
1382 * gdb.base/unload.exp: Ditto.
1383 * gdb.base/watchpoint-solib.exp: Ditto.
1384 * gdb.cp/annota2.exp: Ditto.
1385 * gdb.cp/annota3.exp: Ditto.
1386 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1387 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1388 * gdb.mi/mi-pending.exp: Ditto.
1389 * gdb.trace/circ.exp: Ditto.
1390 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
1391 * gdb.base/list.exp: Ditto.
1392
1393 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1394 breakpoint function and all references to the usestubs macro.
1395 * gdb.base/exprs.c: Ditto.
1396 * gdb.base/freebpcmd.c: Ditto.
1397 * gdb.base/bitfields.c: Ditto.
1398 * gdb.base/bitfields2.c: Ditto.
1399 * gdb.base/break.c: Ditto.
1400 * gdb.base/call-sc.c: Ditto.
1401 * gdb.base/call-signals.c: Ditto.
1402 * gdb.base/callfuncs.c: Ditto.
1403 * gdb.base/charset.c: Ditto.
1404 * gdb.base/consecutive.c: Ditto.
1405 * gdb.base/constvars.c: Ditto.
1406 * gdb.base/funcargs.c: Ditto.
1407 * gdb.base/int-type.c: Ditto.
1408 * gdb.base/interrupt.c: Ditto.
1409 * gdb.base/langs0.c: Ditto.
1410 * gdb.base/list0.c: Ditto.
1411 * gdb.base/mips_pro.c: Ditto.
1412 * gdb.base/miscexprs.c: Ditto.
1413 * gdb.base/nodebug.c: Ditto.
1414 * gdb.base/opaque0.c: Ditto.
1415 * gdb.base/pointers.c: Ditto.
1416 * gdb.base/printcmds.c: Ditto.
1417 * gdb.base/ptype.c: Ditto.
1418 * gdb.base/recurse.c: Ditto.
1419 * gdb.base/reread1.c: Ditto.
1420 * gdb.base/reread2.c: Ditto.
1421 * gdb.base/restore.c: Ditto.
1422 * gdb.base/return.c: Ditto.
1423 * gdb.base/run.c: Ditto.
1424 * gdb.base/scope0.c: Ditto.
1425 * gdb.base/sepdebug.c: Ditto.
1426 * gdb.base/setshow.c: Ditto.
1427 * gdb.base/setvar.c: Ditto.
1428 * gdb.base/sigall.c: Ditto.
1429 * gdb.base/signals.c: Ditto.
1430 * gdb.base/structs.c: Ditto.
1431 * gdb.base/structs2.c: Ditto.
1432 * gdb.base/testenv.c: Ditto.
1433 * gdb.base/twice.c: Ditto.
1434 * gdb.base/unwindonsignal.c: Ditto.
1435 * gdb.base/watchpoint.c: Ditto.
1436 * gdb.base/watchpoints.c: Ditto.
1437 * gdb.base/whatis.c: Ditto.
1438 * gdb.cp/classes.cc: Ditto.
1439 * gdb.cp/cplusfuncs.cc: Ditto.
1440 * gdb.cp/derivation.cc: Ditto.
1441 * gdb.cp/formatted-ref.cc: Ditto.
1442 * gdb.cp/misc.cc: Ditto.
1443 * gdb.cp/overload.cc: Ditto.
1444 * gdb.cp/ovldbreak.cc: Ditto.
1445 * gdb.cp/ref-params.cc: Ditto.
1446 * gdb.cp/ref-types.cc: Ditto.
1447 * gdb.cp/templates.cc: Ditto.
1448 * gdb.cp/virtfunc.cc: Ditto.
1449 * gdb.hp/gdb.aCC/run.c: Ditto.
1450 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1451 * gdb.hp/gdb.compat/xdb0.c: Ditto.
1452 * gdb.reverse/consecutive-reverse.c: Ditto.
1453 * gdb.reverse/sigall-reverse.c: Ditto.
1454 * gdb.reverse/until-reverse.c: Ditto.
1455 * gdb.reverse/watch-reverse.c: Ditto.
1456 * gdb.trace/actions.c: Ditto.
1457 * gdb.trace/circ.c: Ditto.
1458 * gdb.trace/collection.c: Ditto.
1459
1460 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1461
1462 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1463 (func6, func7): New.
1464 (main): Call func6 and func7.
1465 * gdb.base/watchpoint.exp (test_wide_location_1)
1466 (test_wide_location_2): New.
1467 (top level): Re-enable hardware watchpoints if necessary. Call
1468 test_wide_location_1 and test_wide_location_2.
1469
1470 2011-12-11 Yao Qi <yao@codesourcery.com>
1471
1472 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1473
1474 2011-12-11 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1477 expected output for unsupported case.
1478
1479 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1480
1481 PR testsuite/12649
1482 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1483 Protect gdb_test_multiple by final $gdb_prompt match.
1484
1485 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1486
1487 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1488 New variable, new test.
1489 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1490 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1491 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1492 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1493 them if HAVE_GCC_45682_FIXED is not set.
1494
1495 2011-12-10 Yao Qi <yao@codesourcery.com>
1496
1497 * gdb.trace/status-stop.exp: New.
1498 * gdb.trace/status-stop.c: New.
1499
1500 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1503 timeout.
1504
1505 2011-12-08 Tom Tromey <tromey@redhat.com>
1506
1507 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1508 condition.
1509
1510 2011-12-07 Stan Shebs <stan@codesourcery.com>
1511
1512 * gdb.trace/tfind.exp: Update for output changes.
1513
1514 2011-12-07 Pedro Alves <pedro@codesourcery.com>
1515
1516 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1517 throws "Cannot insert catchpoints in this configuration".
1518 * gdb.ada/mi_catch_ex.exp: Likewise.
1519
1520 2011-12-06 Pedro Alves <pedro@codesourcery.com>
1521
1522 * gdb.base/break-always.exp: Test changing memory at addresses
1523 with breakpoints inserted.
1524
1525 2011-12-06 Joel Brobecker <brobecker@acacore.com>
1526
1527 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1528 involving a fully qualified function name.
1529
1530 2011-12-06 Tom Tromey <tromey@redhat.com>
1531
1532 * gdb.ada/homonym.exp: Add three breakpoint tests.
1533
1534 2011-12-06 Tom Tromey <tromey@redhat.com>
1535
1536 * gdb.base/solib-weak.exp (do_test): Remove kfail.
1537 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1538 * gdb.objc/objcdecode.exp: Update for output changes.
1539 * gdb.linespec/linespec.exp: New file.
1540 * gdb.linespec/lspec.cc: New file.
1541 * gdb.linespec/lspec.h: New file.
1542 * gdb.linespec/body.h: New file.
1543 * gdb.linespec/base/two/thefile.cc: New file.
1544 * gdb.linespec/base/one/thefile.cc: New file.
1545 * gdb.linespec/Makefile.in: New file.
1546 * gdb.cp/templates.exp (test_template_breakpoints): Update for
1547 output changes.
1548 * gdb.cp/re-set-overloaded.exp: Remove kfail.
1549 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
1550 makes one breakpoint.
1551 * gdb.cp/method2.exp (test_break): Update for output changes.
1552 * gdb.cp/mb-templates.exp: Update for output changes.
1553 * gdb.cp/mb-inline.exp: Update for output changes.
1554 * gdb.cp/mb-ctor.exp: Update for output changes.
1555 * gdb.cp/ovsrch.exp: Use fully-qualified names.
1556 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
1557 has multiple matches.
1558 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
1559 error message change.
1560 * gdb.base/list.exp (test_list_filename_and_number): Update for
1561 error message change.
1562 * gdb.base/break.exp: Disable pending breakpoints. Update for
1563 output changes.
1564 * configure.ac: Add gdb.linespec.
1565 * configure: Rebuild.
1566 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1567
1568 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1569
1570 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1571 last_break register on s390*-*-* targets.
1572
1573 2011-12-06 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1576 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1577 of parameter X in procedure Foo.
1578
1579 2011-12-05 Stan Shebs <stan@codesourcery.com>
1580
1581 * gdb.trace/tfind.exp: Update help string matches.
1582
1583 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1584
1585 * gdb.server/ext-run.exp (get process list): Accept also systemd
1586 as PID 1.
1587
1588 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1589 Pedro Alves <pedro@codesourcery.com>
1590
1591 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1592 starting GDB.
1593 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1594 $use_gdb_stub.
1595 * gdb.base/display.exp: Likewise.
1596 * gdb.base/ending-run.exp: Likewise.
1597 * gdb.base/list.exp (test_listsize): Likewise.
1598 * gdb.base/setshow.exp: Likewise.
1599 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1600 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1601 check by global $use_gdb_stub.
1602 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1603 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1604 (default_gdb_init): Unset global $use_gdb_stub.
1605 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1606 by global $use_gdb_stub.
1607 * lib/gdbserver-support.exp: Extend comments for set_board_info
1608 gdb_protocol and gdb,socketport.
1609 (gdbserver_start_extended): Set global gdbserver_protocol and
1610 gdbserver_gdbport. Clear global use_gdb_stub.
1611 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1612 from target use_gdb_stub.
1613 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1614
1615 2011-12-03 Doug Evans <dje@google.com>
1616
1617 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1618 (gdb_step_for_stub): Add comments.
1619
1620 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
1621
1622 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1623 to the caller.
1624 (gdb_test_multiple): Likewise.
1625
1626 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 Fix gdb.mi/mi-solib.exp without system debug info installed.
1629 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1630 expect attribute, return 0 for it. Update comments.
1631
1632 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1633
1634 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1635 (corrupted list): Adjust the expectation.
1636
1637 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1638
1639 PR threads/13448
1640 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1641 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1642 * gdb.threads/tls-var-main.c: New file.
1643 * gdb.threads/tls-var.c: New file.
1644 * gdb.threads/tls-var.exp: New file.
1645
1646 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1647
1648 PR testsuite/12649
1649 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1650 Protect gdb_test_multiple by final $gdb_prompt match.
1651 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1652 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1653 (test_tracepoints): Likewise.
1654
1655 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1656
1657 PR breakpoints/13346
1658 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1659 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1660 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1661
1662 2011-12-01 Joel Brobecker <brobecker@adacore.com>
1663
1664 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1665 * gdb.ada/homonym/homonym.adb: For use of all types defined
1666 locally inside both Get_Value subprograms.
1667
1668 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1669
1670 Fix racy FAILs.
1671 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1672 of send_gdb.
1673
1674 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1675
1676 * gdb.base/testenv.exp: Skip on remote targets. Unset global
1677 environment variable after test completed.
1678
1679 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1680
1681 * gdb.base/solib-nodir.exp: Skip if remote target.
1682 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1683 application. Call gdb_load_shlibs.
1684 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1685
1686 2011-11-29 Joel Brobecker <brobecker@adacore.com>
1687
1688 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1689
1690 2011-11-28 Joel Brobecker <brobecker@adacore.com>
1691
1692 * gdb.ada/fullname_bp: New testcase.
1693
1694 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 PR testsuite/12649
1697 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1698 Wrap send_gdb into a new gdb_test.
1699
1700 Code cleanup.
1701 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1702 Convert send_gdb and gdb_expect to gdb_test_multiple.
1703
1704 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1707
1708 2011-11-23 Keith Seitz <keiths@redhat.com>
1709
1710 * lib/mi-support.exp (varobj_tree): New namespace and procs.
1711 (mi_varobj_tree_test_children_callback): New proc.
1712 (mi_walk_varobj_tree): New proc.
1713
1714 2011-11-22 Tom Tromey <tromey@redhat.com>
1715
1716 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1717 Add "use_mi_command" argument.
1718 (mi_run_cmd, mi_run_with_cli): New procs.
1719 * gdb.mi/solib-lib.c: New file.
1720 * gdb.mi/solib-main.c: New file.
1721 * gdb.mi/mi-solib.exp: New file.
1722
1723 2011-11-21 Doug Evans <dje@google.com>
1724
1725 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1726 _Unwind_DebugHook is missing.
1727
1728 2011-11-20 Stan Shebs <stan@codesourcery.com>
1729
1730 * gdb.trace/tstatus.exp: New.
1731 * gdb.trace/actions.c: Include string.h.
1732
1733 2011-11-18 Yao Qi <yao@codesourcery.com>
1734
1735 * gdb.trace/pending.exp: New.
1736 * gdb.trace/pending.c: New.
1737 * gdb.trace/pendshr1.c: New.
1738 * gdb.trace/pendshr2.c: New.
1739 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1740 tracepoint location becomes pending.
1741 (tracepoint_change_loc_2): New.
1742
1743 2011-11-16 David S. Miller <davem@davemloft.net>
1744
1745 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1746 target is sparc*-*-linux*
1747
1748 2011-11-15 Paul Koning <paul_koning@dell.com>
1749
1750 * gdb.python/py-type.exp: New testcases for exceptions on scalar
1751 types.
1752
1753 2011-11-14 Doug Evans <dje@google.com>
1754
1755 * gdb.base/shell.exp: New file.
1756
1757 2011-11-14 Stan Shebs <stan@codesourcery.com>
1758
1759 * gdb.trace/ftrace.c: New.
1760 * gdb.trace/ftrace.exp: New.
1761
1762 2011-11-14 Yao Qi <yao@codesourcery.com>
1763
1764 * gdb.trace/change-loc-1.c: New.
1765 * gdb.trace/change-loc-2.c: New.
1766 * gdb.trace/change-loc.c: New.
1767 * gdb.trace/change-loc.exp: New.
1768 * gdb.trace/change-loc.h: New.
1769 * gdb.trace/trace-break.c (marker): Define new symbol.
1770 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1771 New.
1772 (break_trace_same_addr_6): New.
1773
1774 2011-11-12 Matt Rice <ratmice@gmail.com>
1775
1776 * gdb.base/info-macros.exp: Make tests for info definitions
1777 test info macro. Add tests for info macro argument processing.
1778 Rename a few tests.
1779
1780 2011-11-11 Keith Seitz <keiths@redhat.com>
1781
1782 PR gdb/12843
1783 * gdb.base/linespecs.exp: New file.
1784
1785 2011-11-11 Doug Evans <dje@google.com>
1786
1787 * gdb.threads/print-threads.exp: Extend timeout for slower
1788 tests.
1789
1790 2011-11-10 Doug Evans <dje@google.com>
1791
1792 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1793 "record to end of main" test.
1794
1795 * gdb.python/py-type.c (TS): New typedef.
1796 (ts): New global.
1797 * gdb.python/py-type.exp: Test field list of typedef.
1798
1799 2011-11-10 Joel Brobecker <brobecker@adacore.com>
1800
1801 * gdb.ada/small_reg_param: New testcase.
1802
1803 2011-11-09 Tom Tromey <tromey@redhat.com>
1804
1805 * gdb.cp/destrprint.exp: New file.
1806 * gdb.cp/destrprint.cc: New file.
1807
1808 2011-11-08 Meador Inge <meadori@codesourcery.com>
1809
1810 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1811 (switch_stack_to_other): New test function.
1812 * gdb.arch/thumb-prologue.exp: New test cases.
1813
1814 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1815
1816 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1817
1818 2011-11-08 Yao Qi <yao@codesourcery.com>
1819
1820 * gdb.exp (supports_process_record): New.
1821 (supports_reverse): New.
1822 * gdb.reverse/break-precsave.exp: Call support_process_record
1823 to run test conditionally.
1824 * gdb.reverse/consecutive-precsave.exp: Likewise.
1825 * gdb.reverse/i386-precsave.exp: Likewise.
1826 * gdb.reverse/machinestate-precsave.exp: Likewise.
1827 * gdb.reverse/solib-precsave.exp: Likewise.
1828 * gdb.reverse/step-precsave.exp: Likewise.
1829 * gdb.reverse/until-precsave.exp: Likewise.
1830 * gdb.reverse/watch-precsave.exp: Likewise.
1831 * gdb.reverse/break-reverse.exp: Call support_reverse to run
1832 test conditionally.
1833 * gdb.reverse/consecutive-reverse.exp: Likewise.
1834 * gdb.reverse/finish-precsave.exp: Likewise.
1835 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1836 * gdb.reverse/finish-reverse.exp: Likewise.
1837 * gdb.reverse/i386-reverse.exp: Likewise.
1838 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1839 * gdb.reverse/machinestate.exp: Likewise.
1840 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1841 * gdb.reverse/sigall-precsave.exp: Likewise.
1842 * gdb.reverse/sigall-reverse.exp: Likewise.
1843 * gdb.reverse/solib-reverse.exp: Likewise.
1844 * gdb.reverse/step-reverse.exp: Likewise.
1845 * gdb.reverse/until-reverse.exp: Likewise.
1846 * gdb.reverse/watch-reverse.exp: Likewise.
1847
1848 2011-11-05 Yao Qi <yao@codesourcery.com>
1849
1850 * gdb.trace/trace-break.exp: Add test on setting two
1851 fast tracepoints at the same address.
1852
1853 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1856
1857 2011-11-02 Stan Shebs <stan@codesourcery.com>
1858
1859 * gdb.trace/collection.c: Add code using strings.
1860 * gdb.trace/collection.exp: Add tests of string collection.
1861
1862 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 * gdb.base/skip-solib.exp (executable_main): New variable.
1865 (binfile_main): Base it on that.
1866 Use $executable_main in clean_restart calls. Drop gdb_exit and
1867 gdb_start calls.
1868
1869 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1870
1871 Fix racy FAILs.
1872 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1873 breakpoint_re globals import by async. Set string_regex to .* for
1874 async. Remove the optional thread_selected_re and breakpoint_re
1875 globals expectations.
1876
1877 2011-11-01 Joseph Myers <joseph@codesourcery.com>
1878
1879 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1880 well as Cygwin.
1881
1882 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
1883
1884 Add tests for skip command.
1885 * gdb.base/skip-solib-lib.c: New
1886 * gdb.base/skip-solib-main.c: New
1887 * gdb.base/skip-solib.exp: New
1888 * gdb.base/skip.c: New
1889 * gdb.base/skip.exp: New
1890 * gdb.base/skip1.c: New
1891 * gdb.base/Makefile.in: Adding new files.
1892
1893 2011-10-31 Yao Qi <yao@codesourcery.com>
1894 Pedro Alves <pedro@codesourcery.com>
1895
1896 * gdb.trace/trace-break.c: New.
1897 * gdb.trace/trace-break.exp: New.
1898
1899 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1902 break-here-2.
1903
1904 2011-10-28 Pedro Alves <pedro@codesourcery.com>
1905
1906 * gdb.threads/no-unwaited-for-left.c: New.
1907 * gdb.threads/no-unwaited-for-left.exp: New.
1908 * gdb.threads/non-ldr-exc-1.c: New.
1909 * gdb.threads/non-ldr-exc-1.exp: New.
1910 * gdb.threads/non-ldr-exc-2.c: New.
1911 * gdb.threads/non-ldr-exc-2.exp: New.
1912 * gdb.threads/non-ldr-exc-3.c: New.
1913 * gdb.threads/non-ldr-exc-3.exp: New.
1914 * gdb.threads/non-ldr-exc-4.c: New.
1915 * gdb.threads/non-ldr-exc-4.exp: New.
1916
1917 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1918
1919 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1920 * gdb.base/attach-pie-misread.exp: Likewise.
1921 * gdb.base/break-interp.exp: Likewise.
1922 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1923 testcases for use_gdb_stub.
1924 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1925 (continue): New testcase.
1926 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1927 * gdb.threads/attach-into-signal.exp: Likewise.
1928 * gdb.threads/attach-stopped.exp: Likewise.
1929 * gdb.threads/attachstop-mt.exp: Likewise.
1930
1931 2011-10-28 Paul Koning <paul_koning@dell.com>
1932
1933 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1934
1935 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1938 (mi_gdb_test): Import globals thread_selected_re
1939 and breakpoint_re. Expect them optionally at the regex start.
1940
1941 2011-10-27 Doug Evans <dje@google.com>
1942
1943 * gdb.python/python.exp: Test source -s.
1944
1945 2011-10-26 Paul Koning <paul_koning@dell.com>
1946
1947 * gdb.python/lib-types.cc (struct A): New structure.
1948 * gdb.python/lib-types.exp (deepitems): New tests.
1949
1950 2011-10-25 Paul Koning <paul_koning@dell.com>
1951
1952 PR python/13327
1953
1954 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1955 fetch_lazy method.
1956
1957 2011-10-24 Yao Qi <yao@codesourcery.com>
1958
1959 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1960 target is tic6x-*-*.
1961
1962 2011-10-21 Joel Brobecker <brobecker@adacore.com>
1963
1964 * gdb.ada/mi_task_info/task_switch.adb: New file.
1965 * gdb.ada/mi_task_info.exp: New file.
1966
1967 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1968
1969 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1970 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1971
1972 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1973
1974 PR python/12656
1975
1976 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1977 global_block tests.
1978
1979 2011-10-18 Tom Tromey <tromey@redhat.com>
1980
1981 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1982
1983 2011-10-18 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.base/source.exp: Don't include full file name in test name.
1986 * gdb.python/python.exp: Don't include full file name in test
1987 name.
1988
1989 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1990
1991 * gdb.base/attach-pie-noexec.c: New files.
1992 * gdb.base/attach-pie-noexec.exp: New files.
1993
1994 2011-10-17 Joseph Myers <joseph@codesourcery.com>
1995
1996 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1997 prompt for each extra line in command.
1998
1999 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
2002 Revert the part of:
2003 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2004 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2005 Change the expected string.
2006
2007 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 Fix results with system glibc debug info installed.
2010 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
2011 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
2012 Accept also __libc_ symbol prefix and no prefix.
2013
2014 2011-10-14 Keith Seitz <keiths@redhat.com>
2015
2016 PR c++/13225
2017 * gdb.cp/converts.cc (foo3_1): New function.
2018 (foo3_2): New functions.
2019 * gdb.cp/converts.exp: Add tests for int to pointer conversion
2020 and null pointer conversions of integer constant zero.
2021 Add test to check if all arguments are checked for incompatible
2022 conversion BADNESS.
2023
2024 2011-10-14 Tom Tromey <tromey@redhat.com>
2025
2026 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
2027 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
2028 linespec.
2029
2030 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 Fix internal error regression.
2033 * gdb.dwarf2/implptr-optimized-out.S: New file.
2034 * gdb.dwarf2/implptr-optimized-out.exp: New file.
2035
2036 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2037
2038 Fix empty DWARF expressions DATA vs. SIZE conditionals.
2039 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
2040 (loclist): New.
2041 (4): New abbrev.
2042 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
2043 Use prepare_for_testing, remove clean_restart.
2044 (p arraynoloc, p arraycallnoloc): New tests.
2045
2046 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 * gdb.cp/namespace-enum.exp (executable): New variable.
2049 (binfile): Use ${objdir}/${subdir}/ prefix.
2050 Use ${executable} for clean_restart.
2051
2052 2011-10-11 Sterling Augustine <saugustine@google.com>
2053
2054 * gdb.cp/Makefile.in: Add namespace-enum test.
2055 * gdb.cp/namespace-enum.exp: New file.
2056 * gdb.cp/namespace-enum.c: New file.
2057 * gdb.cp/namespace-enum-main.c: New file.
2058
2059 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
2060
2061 * gdb.python/py-shared.exp: Relax filename check to handle remote:
2062 sysroot.
2063
2064 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2065
2066 Reimplement @entry in input expressions.
2067 * gdb.base/exprs.c (v_int_array_init): New variable.
2068 * gdb.base/exprs.exp (print v_int_array_init)
2069 (print *v_int_array_init@1, print *v_int_array_init@2)
2070 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
2071 (print v_int_array_init[1]@1): New tests.
2072
2073 2011-10-10 Joseph Myers <joseph@codesourcery.com>
2074
2075 * gdb.cp/gdb2495.exp: Do not include directories in filename in
2076 expected message.
2077
2078 2011-10-09 Doug Evans <dje@google.com>
2079
2080 * gdb.base/alias.exp: Add tests for alias command.
2081
2082 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2083
2084 * gdb.arch/amd64-entry-value.s: New file.
2085 * gdb.mi/mi2-amd64-entry-value.s: New file.
2086
2087 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2088
2089 Display @entry parameter values even for references.
2090 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
2091 functions.
2092 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
2093 reference and datap_input.
2094 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
2095 breakpoints.
2096 (continue to breakpoint: entry_reference: reference)
2097 (entry_reference: bt at entry)
2098 (continue to breakpoint: entry_reference: breakhere_reference)
2099 (entry_reference: bt, entry_reference: ptype regparam)
2100 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
2101 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
2102 (entry_reference: p regcopy, entry_reference: p nodataparam)
2103 (entry_reference: p nodataparam@entry): New tests.
2104
2105 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2106
2107 Support @entry in input expressions.
2108 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
2109 (entry_stack: p s1@entry, entry_stack: p s2@entry)
2110 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
2111 (tailcall: p j@entry): New tests.
2112 * gdb.cp/koenig.cc (A::entry): New function.
2113 (main): Call it.
2114 * gdb.cp/koenig.exp (p entry (c)): New test.
2115
2116 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 Display @entry parameter values (without references).
2119 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
2120 (different, validity, invalid): New functions.
2121 (main): Call them.
2122 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
2123 stacktest, breakhere_stacktest, different, breakhere_different,
2124 breakhere_validity and breakhere_invalid.
2125 (entry: bt): Update for @entry.
2126 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
2127 (entry_validity: *, entry_invalid: *): Many new tests.
2128 * gdb.base/break.exp
2129 (run until breakpoint set at small function, optimized file): Accept
2130 also the @entry suffix.
2131 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
2132 * gdb.mi/mi2-amd64-entry-value.c: New files.
2133 * gdb.mi/mi2-amd64-entry-value.exp: New files.
2134
2135 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2136
2137 Protect entry values against self tail calls.
2138 * gdb.arch/amd64-entry-value.cc (self2, self): New.
2139 (main): Call self.
2140 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
2141 (set debug entry-values 1, self: bt debug entry-values): New tests.
2142
2143 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2144
2145 Recognize virtual tail call frames.
2146 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
2147 (amb_b, amb_a): New.
2148 (main): Call a and b.
2149 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
2150 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
2151 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
2152 New tests.
2153
2154 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2155
2156 Implement basic support for DW_TAG_GNU_call_site.
2157 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
2158 * gdb.arch/amd64-entry-value.cc: New file.
2159 * gdb.arch/amd64-entry-value.exp: New file.
2160
2161 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2162
2163 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2164 * gdb.dwarf2/implptr-64bit.S: New file.
2165 * gdb.dwarf2/implptr-64bit.exp: New file.
2166
2167 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2168
2169 Fix initial language detection with -readnow.
2170 * gdb.cp/readnow-language.cc: New file.
2171 * gdb.cp/readnow-language.exp: New file.
2172
2173 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 Fix printed anonymous struct name.
2176 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
2177
2178 2011-10-09 Joseph Myers <joseph@codesourcery.com>
2179
2180 * gdb.base/solib-symbol.exp: Do not include directories in
2181 filenames in expected messages.
2182
2183 2011-10-07 Doug Evans <dje@google.com>
2184
2185 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
2186
2187 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2188
2189 Allow Python notification of new object-file loadings.
2190 * gdb.python/py-events.exp: Test newobjfile event.
2191 * gdb.python/py-events.py: Register newobjfile callback.
2192 * gdb.python/py-events.c: Add call to shared library
2193 * gdb.python/py-events-shlib.c: New file.
2194
2195 2011-10-06 Joseph Myers <joseph@codesourcery.com>
2196
2197 * gdb.base/fixsection.exp: Do not include directories in filename
2198 in expected message.
2199
2200 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2201
2202 Add tests for passing of environment variables to inferior.
2203 * gdb.base/testenv.c: New test source.
2204 * gdb.base/testenv.exp: New expect test.
2205
2206 2011-10-04 Paul Koning <paul_koning@dell.com>
2207
2208 * gdb.python/py-value.c (main): Break before return.
2209
2210 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2211
2212 PR python/12691: Add the inferior to Python exited event
2213 * gdb.python/py-events.exp: Test the inferior attribute of exited
2214 event with a fork.
2215 * gdb.python/py-events.py: Print inferior number on exit.
2216 * gdb.python/py-events.c: Fork the inferior.
2217
2218 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2219
2220 * gdb.base/jit.exp: Add testcase name to log message
2221
2222 2011-10-03 Paul Koning <paul_koning@dell.com>
2223 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.python/py-value.exp
2226 (python inval = gdb.parse_and_eval('*(int*)0'))
2227 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
2228 (set argc=2, python print argc_lazy): New tests.
2229
2230 2011-10-02 Joel Brobecker <brobecker@adacore.com>
2231
2232 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
2233
2234 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2235 Pedro Alves <pedro@codesourcery.com>
2236
2237 * gdb.python/py-value.exp (test_value_in_inferior): New variable
2238 can_read_0, test for it.
2239 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
2240 (parse_and_eval with memory error): ... here, make it untested if
2241 can_read_0.
2242
2243 2011-09-30 Marek Polacek <mpolacek@redhat.com>
2244
2245 * gdb.python/python.exp (verify pagination beforehand)
2246 (verify pagination afterwards): Fix race by splitting the line.
2247
2248 2011-09-29 Joseph Myers <joseph@codesourcery.com>
2249
2250 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
2251 for 64-bit multilibs from i?86-* targets.
2252
2253 2011-09-29 Marek Polacek <mpolacek@redhat.com>
2254
2255 * lib/gdb.exp: Fix a typo in one of the comments.
2256
2257 2011-09-29 Marek Polacek <mpolacek@redhat.com>
2258
2259 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
2260 matching pattern.
2261
2262 2011-09-28 Paul Koning <paul_koning@dell.com>
2263
2264 * gdb.python/py-type.c (enum E): New.
2265 * gdb.python/py-type.exp (test_fields): Add tests for Python
2266 mapping access to fields.
2267 (test_enums): New test for field access on enums.
2268
2269 2011-09-27 Stan Shebs <stan@codesourcery.com>
2270
2271 * gdb.trace/collection.exp: Test collection of $_ret.
2272
2273 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
2274
2275 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
2276 list of compilation switches for <*-*-freebsd*>.
2277
2278 2011-09-19 Stan Shebs <stan@codesourcery.com>
2279
2280 * gdb.trace/tspeed.exp: New file.
2281 * gdb.trace/tspeed.c: New file.
2282
2283 2011-09-18 Yao Qi <yao@codesourcery.com>
2284
2285 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
2286 instructions.
2287 (test_adr_32bit, test_pop_pc): Likewise.
2288 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
2289 Thumb instructions.
2290 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
2291 in gdb_test_multiple.
2292 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
2293
2294 2011-09-17 Yao Qi <yao@codesourcery.com>
2295
2296 * lib/gdb.exp (can_single_step_to_signal_handler): New.
2297 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
2298 support single step to signal handler.
2299
2300 2011-09-17 Yao Qi <yao@codesourcery.com>
2301
2302 * gdb.base/disp-step-fork.c: New.
2303 * gdb.base/disp-step-syscall.exp: New.
2304 * gdb.base/disp-step-vfork.c: New.
2305
2306 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2307
2308 * gdb.ada/tasks.exp: Make the expected output for
2309 the `info tasks' tests more resilient to spacing
2310 changes.
2311
2312 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2313
2314 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2315 (reached breakpoint 2, reached breakpoint 3): Update expected output.
2316
2317 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2318
2319 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2320 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2321
2322 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
2323
2324 Handle multiple breakpoint hits in Python interface:
2325 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2326 presence.
2327 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2328 breakpoint hits.
2329
2330 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2331 Jan Kratochvil <jan.kratochvil@redhat.com>
2332
2333 * gdb.python/py-events.exp: Remove pretty printing comment.
2334 * gdb.python/py-evsignal.exp: New file.
2335 * gdb.python/py-evthreads.c: Include signal.h.
2336 (thread3): Remove variable count3. Remove variable bad and use raise
2337 instead.
2338 (thread2): Remove variable count2. Move thread3 pthread_create here,
2339 merge pthread_join to a single line.
2340 (main): Remove variable count1. Merge pthread_join with pthread_create
2341 to a single line.
2342 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
2343 KFAIL python/12966 for gdbserver. Test return value of
2344 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
2345 gdb_expect by gdb_test and gdb_test_multiple.
2346 (thread 2, thread 3): New tests.
2347
2348 2011-09-12 Matt Rice <ratmice@gmail.com>
2349 Pedro Alves <pedro@codesourcery.com>
2350
2351 PR gdb/13175
2352
2353 * gdb.base/interp.exp: New tests.
2354 * gdb.base/interp.c: New file.
2355
2356 2011-09-12 Doug Evans <dje@google.com>
2357
2358 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2359 * gdb.dwarf2/typeddwarf.exp: Ditto.
2360
2361 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 Fix compatibility with x32 arch.
2364 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2365 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2366 is_x86_like_target.
2367 * testsuite/gdb.trace/collection.exp: Likewise.
2368 * testsuite/gdb.trace/report.exp: Likewise.
2369 * testsuite/gdb.trace/unavailable.exp: Likewise.
2370 * testsuite/gdb.trace/while-dyn.exp: Likewise.
2371 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2372 (is_x86_like_target): Check also is_amd64_regs_target.
2373
2374 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2375
2376 PR breakpoints/12435
2377 * gdb.arch/amd64-prologue-xmm.c: New file.
2378 * gdb.arch/amd64-prologue-xmm.exp: New file.
2379 * gdb.arch/amd64-prologue-xmm.s: New file.
2380
2381 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 * gdb.dwarf2/dw2-param-error-main.c: New file.
2384 * gdb.dwarf2/dw2-param-error.S: New file.
2385 * gdb.dwarf2/dw2-param-error.exp: New file.
2386
2387 2011-09-08 Pedro Alves <pedro@codesourcery.com>
2388
2389 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2390 inferior's pid and look for a core dump named core.$pid. Use
2391 `remote_file' commands on the host instead of hand coding shell
2392 commands on the build.
2393 * gdb.base/valgrind-db-attach.exp: Kill the program before
2394 finishing the test.
2395
2396 2011-09-02 Matt Rice <ratmice@gmail.com>
2397
2398 * lib/prompt.exp: New file for testing the first prompt.
2399 * gdb.python/py-prompt.exp: Ditto.
2400 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2401
2402 2011-09-02 Pedro Alves <pedro@codesourcery.com>
2403
2404 * gdb.threads/gcore-thread.exp: Set the global core_supported to
2405 0, before testing gcore.
2406
2407 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 * dw2-ifort-parameter-debug.S: Update copyright year.
2410 * dw2-ifort-parameter.c: Update copyright year.
2411 * dw2-ifort-parameter.exp: Update copyright year.
2412
2413 * dw2-ifort-parameter-debug.S: New file.
2414 * dw2-ifort-parameter.c: New file.
2415 * dw2-ifort-parameter.exp: New file.
2416
2417 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 * gdb.base/commands.exp (error_clears_commands_left): New function.
2420 (): Call it.
2421
2422 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2425 (C): Initialize `a'.
2426 * gdb.mi/mi-inheritance-syntax-error.exp
2427 (-data-evaluate-expression $path): Expect `a' as 5.
2428
2429 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2430
2431 PR mi/11912
2432 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2433 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2434 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2435 keyword in output of -var-info-path-expression.
2436
2437 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2438
2439 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2440 * gdb.trace/collection.exp: Likewise.
2441 * gdb.trace/report.exp: Likewise.
2442 * gdb.trace/unavailable.exp: Likewise.
2443 * gdb.trace/while-dyn.exp: Likewise.
2444
2445 2011-08-18 Keith Seitz <keiths@redhat.com>
2446
2447 PR c++/12266
2448 * gdb.cp/meth-typedefs.cc: New file.
2449 * gdb.cp/meth-typedefs.exp: New file.
2450
2451 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2452
2453 * gdb.python/python.exp: Add extended-prompt tests.
2454
2455 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2456
2457 * gdb.arch/i386-dr3-watch.exp
2458 (watchpoint on gap1 does not fit debug registers)
2459 (delete all watchpoints): Fix racy expect strings.
2460
2461 2011-08-14 Yao Qi <yao@codesourcery.com>
2462
2463 * gdb.base/maint.exp: set data_section to ".neardata".
2464 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2465 * gdb.base/savedregs.exp: Handle SIGILL.
2466 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2467 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2468
2469 2011-08-12 Doug Evans <dje@google.com>
2470
2471 * gdb.python/py-symbol.exp: Add test for symbol.type.
2472
2473 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
2474
2475 * gdb.threads/pthreads.exp: Enable on non-native configurations.
2476 * gdb.mi/mi-pthreads.exp: Likewise.
2477 * gdb.mi/mi2-pthreads.exp: Likewise.
2478 * gdb.mi/gdb669.exp.exp: Likewise.
2479
2480 2011-08-09 Pedro Alves <pedro@codesourcery.com>
2481
2482 * lib/mi-support.exp (detect_async): Rename to...
2483 (mi_detect_async): ... this.
2484 * gdb.mi/mi-nonstop-exit.exp: Adjust.
2485 * gdb.mi/mi-nonstop.exp: Adjust.
2486 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2487 * gdb.mi/mi-nsintrall.exp: Adjust.
2488 * gdb.mi/mi-nsmoribund.exp: Adjust.
2489 * gdb.mi/mi-nsthrexec.exp: Adjust.
2490
2491 2011-08-09 Pedro Alves <pedro@codesourcery.com>
2492
2493 * gdb.base/display.c (do_loops): New `p_i' local.
2494 * gdb.base/display.exp: Test displaying a variable that is
2495 temporarily at a bad address.
2496
2497 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2498
2499 * gdb.dwarf2/dw2-op-stack-value.S: New file.
2500 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2501
2502 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
2505 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2506 (p fuNC_symtab): Permit also ppc64 leading dot.
2507
2508 2011-08-05 Pedro Alves <pedro@codesourcery.com>
2509
2510 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2511 procedure.
2512 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2513
2514 2011-08-05 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.base/callfuncs.exp: Set language after main.
2517 * gdb.cp/cplusfuncs.exp: Likewise.
2518 * gdb.cp/inherit.exp: Likewise.
2519
2520 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2521
2522 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2523 * gdb.base/watch-vfork.exp: Skip on remote targets.
2524
2525 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2526
2527 * gdb.threads/thread-find.exp: Support remote targets.
2528
2529 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2530
2531 * gdb.base/jit.exp: Download solib_binfile to target.
2532 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
2533 and call dlopen without full path name.
2534 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2535 dlopen without full path name.
2536
2537 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2538
2539 * gdb.base/break-always.exp: Complete the test
2540 with duplicated breakpoints and enabling/disabling them.
2541
2542 2011-08-02 Tom Tromey <tromey@redhat.com>
2543
2544 PR gdb/11289:
2545 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
2546
2547 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2548
2549 PR gdb/13045
2550 * gdb.base/float.exp: Add new test case for PR gdb/13045
2551 * gdb.base/float.c: New file.
2552
2553 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2554
2555 * gdb.python/py-mi.exp: Test printers returning string hint, and
2556 also not returning a value.
2557 * gdb.python/py-prettyprint.c: Add testcase for above.
2558 * gdb.python/py-prettyprint.py: Add test printer for above.
2559
2560 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2563 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2564 (.Ldie30) Add as field "data4".
2565 (.Ldie32) Rename field "b" to "shl".
2566 (abbrev4) Change for the "data4" field.
2567 (abbrev5, abbrev6) Remove.
2568 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2569 (p &s.shl): ... here. Add comment.
2570 (p &s.data4): New.
2571
2572 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 Fix crash on lval_computed values.
2575 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2576
2577 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2578
2579 * gdb.base/help.exp (help whatis): Update the expected string.
2580
2581 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2584 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2585 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2586 Change the expected string.
2587
2588 2011-07-26 Pedro Alves <pedro@codesourcery.com>
2589
2590 * gdb.base/watchpoint.exp
2591 (test_disable_enable_software_watchpoint): New procedure.
2592 (top level): Run it.
2593
2594 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
2595
2596 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
2597 executable file "${binfile}", C++ version "${binfile}-cxx".
2598 * gdb.python/py-prettyprint.exp: Likewise.
2599 * gdb.python/py-symbol.exp: Likewise.
2600 * gdb.python/py-type.exp: Likewise.
2601 * gdb.python/py-value.exp: Likewise.
2602 * gdb.python/py-template.exp (test_template_arg): Pass full executable
2603 file name instead of just suffix.
2604
2605 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 Fix implicit pointer offsets.
2608 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2609 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2610 (continue to breakpoint: continue to baz breakpoint for implptr)
2611 (sanity check element 0, sanity check element 1)
2612 (enter the inlined function, check element 0 for the offset)
2613 (check element 1 for the offset)
2614 (continue to breakpoint: ignore the second baz breakpoint): New tests.
2615 (set foo breakpoint for implptr): Update the breakpoint number.
2616
2617 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2618
2619 * gdb.python/py-mi.exp: Use different file names for different
2620 versions of the executable under test.
2621 * gdb.python/py-prettyprint.exp: Likewise.
2622 * gdb.python/py-symbol.exp: Likewise.
2623 * gdb.python/py-template.exp: Likewise.
2624 * gdb.python/py-type.exp: Likewise.
2625 * gdb.python/py-value.exp: Likewise.
2626
2627 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2628
2629 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2630 flag after restarting GDB if necessary.
2631
2632 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2633
2634 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2635
2636 2011-07-22 Pedro Alves <pedro@codesourcery.com>
2637
2638 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2639 backend doesn't leave used debug registers behind.
2640
2641 2011-07-22 Tom Tromey <tromey@redhat.com>
2642
2643 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2644 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2645 argument.
2646 * gdb.dwarf2/typeddwarf-amd64.S: New file.
2647
2648 2011-07-21 Matt Rice <ratmice@gmail.com>
2649
2650 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2651 in mostlyclean rule. Add files ending in .core.
2652
2653 2011-07-21 Matt Rice <ratmice@gmail.com>
2654
2655 PR macros/12999
2656 * gdb.base/info-macros.c: New test sources.
2657 * gdb.base/info-macros.exp: New tests.
2658
2659 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2660
2661 * gdb.python/python.exp: Add prompt substitution tests.
2662
2663 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 Fix crash if referenced CU is aged out.
2666 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2667 New.
2668 * gdb.dwarf2/implptr.exp: Likewise.
2669
2670 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * gdb.dwarf2/implptr.S: Rebuilt.
2673 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2674 (bar): Use them for j, k, l.
2675 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
2676 COMPILE.
2677 (print j in implptr:bar): Update for the intp typedef.
2678 (print p[0].x in implptr:foo): Use more exact regex.
2679
2680 2011-07-18 Tom Tromey <tromey@redhat.com>
2681
2682 * gdb.cp/static-method.exp: Add missing single quote.
2683
2684 2011-07-18 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2687 supported.
2688 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2689 * gdb.mi/mi-nonstop.exp: Likewise.
2690 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2691 * gdb.mi/mi-nsintrall.exp: Likewise.
2692 * gdb.mi/mi-nsmoribund.exp: Likewise.
2693 * gdb.mi/mi-nsthrexec.exp: Likewise.
2694 * gdb.python/py-evthreads.exp: Likewise.
2695
2696 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 Code cleanup.
2699 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
2700 it. Substitute it instead of test_compiler_info everywhere.
2701
2702 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2703
2704 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
2705 remote targets as well.
2706
2707 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2708
2709 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2710 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
2711
2712 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2713
2714 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2715 a remote machine, not the host.
2716 (gdb_compile_shlib): Set soname if target is remote.
2717
2718 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2719
2720 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2721
2722 2011-07-13 Matt Rice <ratmice@gmail.com>
2723
2724 * gdb.python/py-objfile-script-gdb.py: Renamed to
2725 py-objfile-script-gdb.py.in.
2726 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2727 py-objfile-script-gdb.py.
2728 * gdb.python/py-objfile-script.exp: Update reference to
2729 py-objfile-script-gdb.py.
2730
2731 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2734 reference undefined label.
2735
2736 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2739 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2740 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2741 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2742
2743 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2744
2745 PR python/12438
2746 * gdb.python/python.exp: Add maint set/show python print-stack
2747 deprecated tests. Add set/show python print-backtrace tests.
2748
2749 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2752 debug info.
2753
2754 2011-07-06 Matt Rice <ratmice@gmail.com>
2755
2756 * gdb.python/python.exp: Update filename paths.
2757 * gdb.python/py-symtab.exp: Ditto.
2758
2759 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2760
2761 * gdb.python/py-evthreads.exp: Add missing `$'.
2762
2763 2011-07-06 Jie Zhang <jie.zhang@analog.com>
2764
2765 * config/bfin.exp: New file.
2766 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2767 * gdb.asm/bfin.inc: New file.
2768
2769 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2770
2771 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
2772 the whole output.
2773
2774 2011-07-05 Tom Tromey <tromey@redhat.com>
2775
2776 * gdb.java/jprint.java (jprint.hi): New field.
2777 * gdb.java/jprint.exp: Print string.
2778
2779 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2780
2781 * gdb.base/call-sc.c: Fix typos.
2782 * gdb.base/ifelse.exp: Likewise.
2783 * gdb.base/structs.c: Likewise.
2784
2785 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2786
2787 * gdb.base/jit-so.exp: New test.
2788 * gdb.base/jit-dlmain.c: New file.
2789 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2790
2791 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2792
2793 * gdb.cp/m-static.exp: Call get_compiler_info.
2794 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2795 * gdb.cp/pr9167.exp (p b): Likewise.
2796 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2797 (test value of P in inner_m, test type of Z in inner_m): Call
2798 setup_xfail for gcc <= 4.5.
2799
2800 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2801
2802 * gdb.cp/paren-type.cc: New files.
2803 * gdb.cp/paren-type.exp: New files.
2804
2805 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 Stop on first linespec terminator instead of eating what we can.
2808 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2809 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2810 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2811 (break C::f()): ... this one.
2812 (break C::operator()()): New test.
2813 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2814 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2815 test.
2816
2817 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 Fall back linespec to minimal symbols.
2820 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2821 error message.
2822 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2823 * gdb.cp/minsym-fallback-main.cc: New file.
2824 * gdb.cp/minsym-fallback.cc: New file.
2825 * gdb.cp/minsym-fallback.exp: New file.
2826 * gdb.cp/minsym-fallback.h: New file.
2827
2828 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2829
2830 * gdb.cp/no-dmgl-verbose.cc: New file.
2831 * gdb.cp/no-dmgl-verbose.exp: New file.
2832
2833 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2836 __GI_.
2837 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2838 (f): New function.
2839 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2840 (complete p 'func<short>(): ... here.
2841 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2842 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2843 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2844 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2845 Make them KFAIL gcc/49546.
2846
2847 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2850
2851 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 Test GCC PR debug/49546.
2854 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2855 (test type of F in k3_m, test value of F in k3_m): New.
2856 * gdb.cp/temargs.cc (struct S3, struct K3): New.
2857 (main): New variable k3. Call k3.k3_m.
2858
2859 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2860
2861 * gdb.ada/packed_array.exp: Fix expected outout.
2862
2863 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2864
2865 * gdb.ada/packed_array.exp: fixed expected output.
2866
2867 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2868
2869 * gdb.ada/same_enum: New testcase.
2870
2871 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdb.ada/ptr_typedef: New testcase.
2874
2875 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2876
2877 * gdb.ada/arrayptr.exp: Add ptype test.
2878
2879 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2880
2881 * gdb.ada/char_enum: New testcase.
2882
2883 2011-07-01 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.base/dump.exp (capture_pointer_with_type): New.
2886 Get value from address instead of name.
2887 Start GDB once, and do `dump' and `restore'
2888 tests together.
2889
2890 2011-06-30 Jie Zhang <jie.zhang@analog.com>
2891 Mike Frysinger <vapier@gentoo.org>
2892
2893 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2894 helper functions for getting/setting remotetimeout variable.
2895 * lib/gdb.exp (gdb_load): If the target is remote, set
2896 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2897 with $loadtimeout. Set $load_ok to 0 before doing the load.
2898 Instead of returning, immediately, set $load_ok to 0. Call
2899 set_remotetimeout with $oldremotetimeout, and then return if
2900 $load_ok is 1.
2901
2902 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
2903
2904 * gdb.python/py-template.exp: Don't run this test if the target
2905 does not support c++ tests.
2906
2907 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 Fix non-only rename list for Fortran modules import.
2910 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2911 tests.
2912 * gdb.fortran/module.f90 (module moduse): New.
2913 (program module): use moduse, test var_x, var_y and var_z.
2914
2915 2011-06-29 Tom Tromey <tromey@redhat.com>
2916
2917 PR testsuite/12040:
2918 * gdb.fortran/array-element.exp: Use f90, not f77.
2919 * gdb.fortran/complex.exp: Use f90, not f77.
2920 * gdb.fortran/derived-type.exp: Use f90, not f77.
2921 * gdb.fortran/library-module.exp: Use f90, not f77.
2922 * gdb.fortran/logical.exp: Use f90, not f77.
2923 * gdb.fortran/module.exp: Use f90, not f77.
2924 * gdb.fortran/multi-dim.exp: Use f90, not f77.
2925 * gdb.fortran/subarray.exp: Use f90, not f77.
2926
2927 2011-06-29 Tom Tromey <tromey@redhat.com>
2928
2929 * gdb.fortran/charset.exp: New file.
2930 * gdb.fortran/charset.f90: New file.
2931
2932 2011-06-29 Tom Tromey <tromey@redhat.com>
2933
2934 PR testsuite/12040:
2935 * lib/future.exp: New file, mostly extracted from ada.exp.
2936 Rewrote compatibility code to use rename.
2937 (gdb_find_gfortran): New proc.
2938 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2939 gfortran patch.
2940 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2941 Move to future.exp.
2942 * lib/gdb.exp: Always load future.exp.
2943
2944 2011-06-28 Yao Qi <yao@codesourcery.com>
2945
2946 * gdb.cp/exception.cc: Don't include iostream.
2947 (bar): Remove print statement.
2948 (catcher): New.
2949 (main): Remove print statements. Call function catcher.
2950 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2951 Set breakpoint on catcher, and check the value of parameter.
2952
2953 2011-06-23 Yao Qi <yao@codesourcery.com>
2954
2955 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2956 1.2 is disabled. KFAIL for uclinux.
2957
2958 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2959
2960 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2961 mi_gdb_test.
2962
2963 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2964
2965 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2966
2967 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2968
2969 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2970
2971 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2972
2973 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2974 `test_exec_and_symbol_mi_operatons' return value.
2975 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2976 gdb_test_multiple.
2977 (test_exec_and_symbol_mi_operatons): Likewise.
2978 (test_path_specification): Likewise.
2979
2980 2011-06-23 Yao Qi <yao@codesourcery.com>
2981
2982 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2983 supported.
2984 * lib/gdb.exp (support_displaced_stepping): New.
2985
2986 2011-06-23 Yao Qi <yao@codesourcery.com>
2987
2988 * gdb.threads/execl.exp: Skip on remote target.
2989
2990 2011-06-21 Marek Polacek <mpolacek@redhat.com>
2991
2992 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
2993 mi_gdb_test.
2994
2995 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2996
2997 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
2998
2999 2011-06-20 Marek Polacek <mpolacek@redhat.com>
3000
3001 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
3002 mi_gdb_test.
3003
3004 2011-06-20 Marek Polacek <mpolacek@redhat.com>
3005
3006 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
3007
3008 2011-06-14 Yao Qi <yao@codesourcery.com>
3009
3010 gdb/testsuite/
3011 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
3012
3013 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
3016
3017 2011-06-10 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
3020 Add tests for pointer-to-member-function.
3021 * gdb.cp/temargs.cc (S::somefunc): New function.
3022 (K2): New class.
3023 (main): Instantiate K2; call method.
3024
3025 2011-06-08 Joel Brobecker <brobecker@adacore.com>
3026
3027 * gdb.python/py-inferior.c (f2): Make str an array rather
3028 than a pointer.
3029 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
3030
3031 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 * gdb.base/async-shell.c: New file.
3034 * gdb.base/async-shell.exp: New file.
3035
3036 2011-06-06 Pedro Alves <pedro@codesourcery.com>
3037
3038 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
3039
3040 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
3041
3042 From Stephen Kitt <steve@sk2.org>
3043 * gdb.base/help.exp: Adjust following some spelling corrections
3044 in GDB.
3045
3046 2011-06-01 Yao Qi <yao@codesourcery.com>
3047
3048 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
3049
3050 2010-05-31 Keith Seitz <keiths@redhat.com>
3051
3052 PR c++/12750
3053 * gdb.cp/static-method.cc: New file.
3054 * gdb.cp/static-method.exp: New file.
3055
3056 2010-05-31 Keith Seitz <keiths@redhat.com>
3057
3058 PR symtab/12704
3059 * gdb.cp/anon-ns.cc: New file.
3060 * gdb.cp/anon-ns.exp: New file.
3061
3062 2011-05-31 Pedro Alves <pedro@codesourcery.com>
3063
3064 * gdb.arch/i386-dr3-watch.c: New file.
3065 * gdb.arch/i386-dr3-watch.exp: New file.
3066
3067 2011-05-30 Yao Qi <yao@codesourcery.com>
3068
3069 * gdb.base/callfuncs.c (t_structs_fc): New.
3070 (t_structs_dc, t_structs_ldc): New.
3071 (t_double_many_args):
3072 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
3073 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
3074 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
3075 * gdb.base/callfuncs.exp: Call new functions.
3076
3077 2011-05-30 Yao Qi <yao@codesourcery.com>
3078
3079 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
3080 Call rerun_and_prepare for each test to isolate effects.
3081
3082 2011-05-30 Yao Qi <yao@codesourcery.com>
3083
3084 * gdb.base/varargs.c (find_max_float_real): New.
3085 (find_max_double_real, find_max_long_double_real): New.
3086 * gdb.base/varargs.exp: Call these new added functions.
3087 * lib/gdb.exp (setup_kfail_for_target): New.
3088
3089 2011-05-30 Yao Qi <yao@codesourcery.com>
3090
3091 * gdb.base/funcargs.c (callca, callcb, callcc): New.
3092 (callcd, callce, callcf, callc1a, callc1b): New.
3093 (callc2a, callc2b): New.
3094 * gdb.base/funcargs.exp (complex_args): New.
3095 (complex_integral_args, complex_float_integral_args): New.
3096 * lib/gdb.exp (support_complex_tests): New. Determine
3097 whether to run test cases on _Complex types.
3098
3099 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3100
3101 * gdb.threads/leader-exit.c: New file.
3102 * gdb.threads/leader-exit.exp: New file.
3103
3104 2011-05-27 Marek Polacek <mpolacek@redhat.com>
3105
3106 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
3107
3108 2011-05-27 Marek Polacek <mpolacek@redhat.com>
3109
3110 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
3111 remove the `supported' variable.
3112 * gdb.mi/mi-nonstop.exp: Likewise.
3113 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3114 * gdb.mi/mi-nsintrall.exp: Likewise.
3115 * gdb.mi/mi-nsmoribund.exp: Likewise.
3116 * gdb.mi/mi-nsthrexec.exp: Likewise.
3117
3118 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3119
3120 * gdb.reverse/finish-reverse-bkpt.exp: New test.
3121
3122 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3123
3124 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
3125
3126 2011-05-24 Keith Seitz <keiths@redhat.com>
3127
3128 PR breakpoint/12803
3129 * gdb.cp/cmpd-minsyms.cc (a): New method.
3130 (b): New method.
3131 (c): New method.
3132 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
3133
3134 2011-05-24 Pedro Alves <pedro@codesourcery.com>
3135
3136 * gdb.base/commands.exp (watchpoint_command_test): Check that the
3137 watchpoint's command list didn't execute when the watchpoint went
3138 out of scope.
3139
3140 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
3141
3142 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
3143 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
3144 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
3145 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3146 * gdb.arch/i386-permbkpt.exp: Likewise.
3147 * gdb.arch/i386-prologue.exp: Likewise.
3148 * gdb.arch/i386-size-overlap.exp: Likewise.
3149 * gdb.arch/i386-size.exp: Likewise.
3150 * gdb.arch/i386-unwind.exp: Likewise.
3151 * gdb.reverse/i386-precsave.exp: Likewise.
3152 * gdb.reverse/i386-reverse.exp: Likewise.
3153 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3154 * gdb.reverse/i387-env-reverse.exp: Likewise.
3155 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3156
3157 2011-05-24 Pedro Alves <pedro@codesourcery.com>
3158
3159 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
3160 file doesn't error, using MI.
3161
3162 2011-05-23 Tom Tromey <tromey@redhat.com>
3163
3164 * gdb.base/charset.exp (string_display): Add tests to assign to
3165 arrays.
3166 * gdb.base/charset.c (short_array, int_array, long_array): New.
3167
3168 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3169
3170 Cope with async mode.
3171
3172 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
3173 into gdb_test + mi_expect_stop.
3174
3175 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3176
3177 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
3178 (callme): Remove printf call.
3179
3180 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
3181
3182 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
3183 quote pattern to avoid problems with Cygwin/mingw expect versions.
3184 * gdb.base/default.exp (show convenience): Use double
3185 quote pattern for regular expressions.
3186
3187 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 Fix -readnow for -gdwarf-4 unused type units.
3190 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
3191 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
3192
3193 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3194
3195 * gdb.base/kill-after-signal.c: New file.
3196 * gdb.base/kill-after-signal.exp: New file.
3197
3198 2011-05-16 Pedro Alves <pedro@codesourcery.com>
3199
3200 * gdb.ada/start.exp: Call untested with the correct test filename.
3201 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
3202 test filename. Make the test's binary unique.
3203 * gdb.arch/i386-signal.exp: Call untested with the correct test
3204 filename.
3205 * gdb.arch/i386-size-overlap.exp: Ditto.
3206 * gdb.arch/Makefile.in (EXECUTABLES): Update.
3207 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3208 * gdb.cp/call-c.exp: Ditto.
3209 * gdb.mi/mi-reverse.exp: Call untested with the correct test
3210 filename. Make the test's binary unique.
3211 * gdb.mi/Makefile.in (EXECUTABLES): Update.
3212 * gdb.python/py-mi.exp: Ditto.
3213 * gdb.python/Makefile.in (EXECUTABLES): Update.
3214 * gdb.reverse/i386-precsave.exp: Ditto.
3215 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
3216 test filename.
3217 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3218 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
3219 unique.
3220 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
3221 test filename.
3222 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
3223 * gdb.trace/tfile.exp: Ditto.
3224
3225 2011-05-14 Yao Qi <yao@codesourcery.com>
3226
3227 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
3228 type.
3229
3230 2011-05-13 Doug Evans <dje@google.com>
3231
3232 * gdb.python/py-objfile-script.exp: New file.
3233 * gdb.python/py-objfile-script.c: New file.
3234 * gdb.python/py-objfile-script-gdb.py: New file.
3235 * testsuite/gdb.python/py-section-script.exp: Test
3236 "info auto-load-scripts".
3237
3238 2011-05-13 Tom Tromey <tromey@redhat.com>
3239
3240 * gdb.dwarf2/clztest.exp: New file.
3241 * gdb.dwarf2/clztest.c: New file.
3242 * gdb.dwarf2/clztest.S: New file.
3243
3244 2011-05-13 Doug Evans <dje@google.com>
3245
3246 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
3247 String16 tests.
3248
3249 2011-05-13 Tom Tromey <tromey@redhat.com>
3250
3251 * lib/gdb.exp (is_x86_like_target): New proc.
3252 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
3253 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
3254 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
3255 -nostdlib to compiler.
3256 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
3257 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
3258 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
3259 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
3260 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
3261
3262 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3263
3264 * gdb.python/py-function.exp: Test setting a value from a function
3265 which executes a command.
3266
3267 2011-05-12 Tom Tromey <tromey@redhat.com>
3268
3269 * gdb.dwarf2/typeddwarf.S: New file.
3270 * gdb.dwarf2/typeddwarf.c: New file.
3271 * gdb.dwarf2/typeddwarf.exp: New file.
3272
3273 2011-05-12 Marek Polacek <mpolacek@redhat.com>
3274
3275 * gdb.mi/mi-basics.exp: Fix races. Honour the
3276 `test_exec_and_symbol_mi_operatons' return value.
3277 (test_mi_interpreter_selection): Use mi_gdb_test instead of
3278 gdb_test_multiple.
3279 (test_exec_and_symbol_mi_operatons): Likewise.
3280 (test_path_specification): Likewise.
3281
3282 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
3285 (gdb_touch_execfile): Remove catch wrappers. New variable time.
3286 Replace `file copy' and `file rename' by `file mtime'. Twice.
3287
3288 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3289
3290 * gdb.base/readline-ask.c: New file.
3291 * gdb.base/readline-ask.exp: New file.
3292 * gdb.base/readline-ask.inputrc: New file.
3293
3294 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3295
3296 * gdb.cell/bt.exp: Delete breakpoints before running to signal
3297 to avoid race condition.
3298 * gdb.cell/coremaker.c: Use small stack size.
3299 * gdb.cell/ea-standalone.exp: Use file name without path as
3300 argument to c_to.
3301 * gdb.cell/fork.exp: Allow other output when continuing to end.
3302
3303 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 * gdb.threads/corethreads.c: New file.
3306 * gdb.threads/corethreads.exp: New file.
3307
3308 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3311 Try to compile the test using -Wl,-z,norelro first.
3312 (load_core): New variable libthread_db_seen, initialize it.
3313 (zeroed-threads cannot be listed): Protect it by XFAIL on
3314 !$libthread_db_seen.
3315
3316 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3317
3318 PR 12573
3319 * gdb.dwarf2/dw2-skip-prologue.S: New file.
3320 * gdb.dwarf2/dw2-skip-prologue.c: New file.
3321 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3322
3323 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3324
3325 * gdb.cp/psymtab-parameter.cc: New file.
3326 * gdb.cp/psymtab-parameter.exp: New file.
3327
3328 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 Fix a race.
3331 * gdb.cp/static-print-quit.exp (print c): Split to ...
3332 (print c - <return>, print c - q <return>, print c - to quit):
3333 ... these. Make the testfile untested on gdb-7.1.
3334
3335 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
3336
3337 * lib/gdb.exp (exec_target_file, exec_symbol_file,
3338 gdb_rename_execfile, gdb_touch_execfile): New.
3339 * gdb.base/reread.exp: Use new procs to handle multiple
3340 exec files.
3341
3342 2011-05-05 Yao Qi <yao@codesourcery.com>
3343
3344 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3345 (test_adr_32bit, test_pop_pc): New.
3346 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3347 (test_adr_32bit, test_pop_pc): New.
3348
3349 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3350
3351 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3352 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3353 targets.
3354 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3355 handle targets.
3356
3357 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * gdb.base/completion.exp (complete help info wat): Rename to ...
3360 (complete 'help info wat'): ... here.
3361 Remove all `-re ".*' and `-re "^.*' redundant regexes.
3362 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3363
3364 2011-05-04 Pedro Alves <pedro@codesourcery.com>
3365
3366 * gdb.base/completion.exp: Use gdb_test_multiple instead of
3367 gdb_test and explicit $gdb_prompt/timeout matches.
3368
3369 2011-05-04 Yao Qi <yao@codesourcery.com>
3370
3371 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3372 and __thumb2__.
3373
3374 2011-05-03 Marek Polacek <mpolacek@redhat.com>
3375
3376 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3377 in place of `gdb_test "delete breakpoints"'. This eliminates two
3378 testcases.
3379
3380 2011-05-02 Pedro Alves <pedro@codesourcery.com>
3381
3382 PR testsuite/12649
3383 Fix races.
3384
3385 * gdb.base/completion.exp: Remove all sleep calls. Remove
3386 unnecessary regexs. Don't explicitly expect anything after the
3387 prompt. Eat the prompt if necessary.
3388
3389 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
3390
3391 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3392 accept to show the caller line again as well as the line after.
3393
3394 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
3395
3396 PR mi/12531
3397
3398 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3399 compile target.
3400 * gdb.python/py-prettyprint.exp: Add C++ object for
3401 CPLUS_FAKE_CHILD test.
3402
3403 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
3404
3405 * gdb.base/signest.exp: New file.
3406 * gdb.base/signest.c: Likewise.
3407
3408 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3411 thread and breakpoint notifications.
3412
3413 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 * gdb.base/fortran-sym-case.c: New file.
3416 * gdb.base/fortran-sym-case.exp: New file.
3417 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3418 * gdb.dwarf2/dw2-case-insensitive.c: New file.
3419 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3420
3421 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3422
3423 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3424 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3425 false #1', `if true else false #2' and `if true else false #3'.
3426
3427 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
3428
3429 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3430 while delivering signal.
3431
3432 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
3433
3434 MI breakpoint notifications.
3435
3436 * testsuite/gdb.mi/mi-cli.exp: Adust.
3437 * testsuite/gdb.mi/mi2-cli.exp: Adust.
3438 * testsuite/gdb.mi/mi-watch.exp: Adust.
3439 * testsuite/gdb.mi/mi2-watch.exp: Adust.
3440 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3441 notifications.
3442
3443 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 * gdb.base/gdbindex-stabs-dwarf.c: New file.
3446 * gdb.base/gdbindex-stabs.c: New file.
3447 * gdb.base/gdbindex-stabs.exp: New file.
3448
3449 2011-04-25 Yao Qi <yao@codesourcery.com>
3450
3451 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3452 with /*...*/.
3453 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3454
3455 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 * gdb.python/py-value.exp (test_objfiles): Name the first test
3458 `py-value in file.filename'.
3459
3460 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3461
3462 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3463 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3464 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3465 !gdbserver_reconnect_p..
3466 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3467
3468 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.cp/cpcompletion.exp (complete class methods)
3471 (complete class methods beginning with F): Move them above runto. New
3472 comment about the runto delimiter.
3473
3474 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3475
3476 * gdb.base/maint.exp: Test that "maint print registers" works
3477 without a running program.
3478
3479 2011-04-20 Marek Polacek <mpolacek@redhat.com>
3480
3481 * gdb.base/setshow.exp: Fix racy tests.
3482 ($old_gdb_prompt): New variable.
3483
3484 2011-04-19 Tom Tromey <tromey@redhat.com>
3485
3486 * gdb.mi/mi-nsmoribund.exp:
3487 * gdb.hp/gdb.objdbg/objdbg01.exp:
3488 * gdb.base/structs.exp (test_struct_returns):
3489 * gdb.base/call-sc.exp (test_scalar_returns):
3490 * gdb.base/bigcore.exp: Remove duplicate words.
3491
3492 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.base/break-interp-lib.c (v, vptr): New variables.
3495 * gdb.base/break-interp.exp (test_attach): New comment.
3496
3497 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3498
3499 * gdb.threads/gcore-thread.exp ($core0file): New variable.
3500 (clear __stack_user.next, clear stack_used.next)
3501 (save a zeroed-threads corefile): New test.
3502 Call core_load for $core0file.
3503 (zeroed-threads cannot be listed): New test.
3504
3505 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3506
3507 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3508 filename.
3509 ($srcfile): Preserve the original value.
3510 ($testfile): Match it the .exp filename.
3511 ($corefile): New variable. Substitute it around.
3512 Use clean_restart.
3513 ($prev_timeout): Remove.
3514 (load_core): Move core loading into this proc.
3515 Fix restore of $timeout if load_core fails.
3516
3517 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 * gdb.base/eu-strip-infcall.c: New file.
3520 * gdb.base/eu-strip-infcall.exp: New file.
3521
3522 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3525 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3526
3527 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3528
3529 Fix Python access to inlined frames.
3530 * gdb.python/py-frame-inline.c: New file.
3531 * gdb.python/py-frame-inline.exp: New file.
3532
3533 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
3534
3535 * gdb.base/gdb1090.exp: Change breakpoint location to read the
3536 content of 's24' correctly (avoiding "optimized out").
3537 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3538
3539 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3542
3543 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3544
3545 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3546 expect a colon in watch -location output.
3547
3548 2011-04-13 Marek Polacek <mpolacek@redhat.com>
3549
3550 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
3551 New testcase `expect response to define backtrace'. Also remove
3552 redundant `default' block.
3553
3554 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3555
3556 * gdb.python/py-prettyprint.c (struct hint_error): New.
3557 (main): New variable hint_error.
3558 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3559 "print hint_error".
3560 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3561 (register_pretty_printers): Register it.
3562
3563 2011-04-04 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.cp/maint.exp (test_help): Update.
3566 (test_namespace): Likewise.
3567
3568 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3569
3570 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3571 * gdb.ada/arrayptr.exp: Add new tests.
3572
3573 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3574
3575 * gdb.ada/mi_catch_ex: New testcase.
3576
3577 2011-04-01 Pedro Alves <pedro@codesourcery.com>
3578
3579 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3580 base::overload(void) method without specifying "const".
3581
3582 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3583
3584 * gdb.arch/thumb-singlestep.S: New file.
3585 * gdb.arch/thumb-singlestep.exp: Likewise.
3586
3587 2011-03-31 Tom Tromey <tromey@redhat.com>
3588
3589 * gdb.python/py-prettyprint.py (exception_flag): New global.
3590 (NoStringContainerPrinter._iterator.next): Check it.
3591 * gdb.python/py-prettyprint.c (main): New variable nstype2.
3592 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3593
3594 2011-03-29 Tom Tromey <tromey@redhat.com>
3595
3596 * gdb.cp/anon-struct.cc: New file.
3597 * gdb.cp/anon-struct.exp: New file.
3598
3599 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 Test STT_GNU_IFUNC support.
3602 * gdb.base/gnu-ifunc-lib.c: New file.
3603 * gdb.base/gnu-ifunc.c: New file.
3604 * gdb.base/gnu-ifunc.exp: New file.
3605
3606 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3607
3608 Support a ring of related breakpoints.
3609 * gdb.base/watchpoint-delete.c: New file.
3610 * gdb.base/watchpoint-delete.exp: New file.
3611
3612 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 * gdb.ada/arrayparam.exp (print first after function call): Use
3615 explicit package name. Add a comment
3616 (print lasta after function call): Rename ...
3617 (print last after function call): ... it and use explicit package
3618 name.
3619 (print length after function call): Use explicit package name.
3620 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3621 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3622 (multiple matches for symbol i): Rename ...
3623 (multiple matches for symbol integervar): ... it.
3624 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3625 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3626
3627 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
3628
3629 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3630 environment variable to make grep output more predictable. Move
3631 all the environment setup into gdb_init so it's done once per test
3632 case rather than each time we start gdb.
3633
3634 2011-03-24 Tom Tromey <tromey@redhat.com>
3635
3636 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
3637 test.
3638
3639 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.dwarf2/dw2-entry-value-main.c: New file.
3642 * gdb.dwarf2/dw2-entry-value.S: New file.
3643 * gdb.dwarf2/dw2-entry-value.exp: New file.
3644
3645 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3646
3647 PR python/12183
3648
3649 * gdb.python/py-function.exp: Add GdbError tests.
3650
3651 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3652
3653 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3654 (reglocal_test_func, statlocal_test_func): New functions.
3655 (globals_test_func): Call new functions.
3656 * gdb.trace/unavailable.exp (gdb_collect_args_test)
3657 (gdb_collect_locals_test): New procedure.
3658 (gdb_trace_collection_test): Call new procedures.
3659
3660 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3661
3662 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3663 (test_register, test_register_unavailable): New procedures.
3664 (gdb_unavailable_registers_test): New procedure.
3665 (gdb_trace_collection_test): Call it.
3666
3667 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3668
3669 PR python/12149
3670
3671 * gdb.python/python.exp: Add gdb.write tests.
3672
3673 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
3674
3675 * gdb.python/Makefile.in: Add py-objfile.
3676 * gdb.python/py-objfile.exp: New file.
3677 * gdb.python/py-objfile.c: New file.
3678 * gdb.python/py-block.exp: Add is_valid tests.
3679 * gdb.python/py-inferior.exp: Ditto.
3680 * gdb.python/py-infthread.exp: Ditto.
3681 * gdb.python/py-symbol.exp: Ditto.
3682 * gdb.python/py-symtab.exp: Ditto.
3683
3684 2011-03-16 Keith Seitz <keiths@redhat.com>
3685
3686 PR c++/12273
3687 * gdb.cp/cmpd-minsyms.exp: New test.
3688 * gdb.cp/cmpd-minsyms.cc: New file.
3689
3690 PR c++/11734
3691 * gdb.cp/ovsrch.exp: New test.
3692 * gdb.cp/ovsrch.h: New file.
3693 * gdb.cp/ovsrch1.cc: New file.
3694 * gdb.cp/ovsrch2.cc: New file.
3695 * gdb.cp/ovsrch3.cc: New file.
3696 * gdb.cp/ovsrch4.cc: New file.
3697
3698 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3699
3700 PR gdb/12528
3701 * gdb.base/Makefile.in: Adjust EXECUTABLES.
3702 * gdb.base/break-on-linker-gcd-function.exp: New test.
3703 * gdb.base/break-on-linker-gcd-function.cc: New file.
3704
3705 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
3706
3707 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3708
3709 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
3710
3711 * lib/gdb.exp (gdb_unload): Add another termination case.
3712
3713 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3714
3715 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3716 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3717 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3718 Provide a stub byte there.
3719 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3720 DW_AT_entry_pc.
3721 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3722
3723 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3724
3725 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3726 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
3727 "generic ABI, auto".
3728 (altivec_abi_tests): Accept vectors returned by reference.
3729
3730 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
3731
3732 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3733
3734 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
3735
3736 * gdb.python/py-section-script.exp: Skip test if no Python support.
3737
3738 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
3739
3740 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3741
3742 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3743
3744 * gdb.python/py-parameter.exp: Update tests to the new Python
3745 parameter API. Add "no documentation" test. Add deprecated API
3746 backward compatibility test.
3747
3748 2011-03-09 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3751 gdb_continue_to_end.
3752
3753 2011-03-09 Mark Kettenis <kettenis@gnu.org>
3754
3755 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3756 tabs.
3757
3758 2011-03-09 Tom Tromey <tromey@redhat.com>
3759
3760 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
3761 parentheses.
3762 (gdb_continue_to_end): Add "allow_extra" parameter. Use
3763 $command.
3764 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3765 argument to gdb_continue_to_end.
3766 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3767 argument to gdb_continue_to_end.
3768 * gdb.cp/annota3.exp: Fix regex.
3769 * gdb.cp/annota2.exp: Fix regex.
3770 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3771 gdb_continue_to_end.
3772 * gdb.base/call-signal-resume.exp: Revert earlier patch.
3773 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3774 gdb_continue_to_end.
3775
3776 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 * gdb.server/ext-run.exp
3779 (load new file without any gdbserver inferior): New test.
3780
3781 2011-03-07 Tom Tromey <tromey@redhat.com>
3782
3783 * Makefile.in (TAGS): Rewrite.
3784
3785 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3786
3787 * gdb.trace/report.exp (12.1: trace report #1): New match for the
3788 initial commands echo. New match for `Found trace'. Anchor all the
3789 other matches. Anchor and match for `No trace frame found' the final
3790 match.
3791
3792 2011-03-07 Tom Tromey <tromey@redhat.com>
3793
3794 * Makefile.in (TAGS): New target.
3795
3796 2011-03-07 Tom Tromey <tromey@redhat.com>
3797
3798 * lib/opencl.exp (skip_opencl_tests): Update for exit message
3799 change.
3800 * lib/mi-support.exp (mi_gdb_test): Update for exit message
3801 change.
3802 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
3803 exit message change.
3804 (skip_altivec_tests): Update for exit message change.
3805 (skip_vsx_tests): Likewise.
3806 (gdb_continue_to_end): Likewise. Add 'command' argument.
3807 * lib/cell.exp (skip_cell_tests): Update for exit message change.
3808 * gdb.threads/tls.exp: Update for exit message change.
3809 * gdb.threads/thread-unwindonsignal.exp: Use
3810 gdb_continue_to_end.
3811 * gdb.threads/step.exp (step_it): Update for exit message change.
3812 (continue_all): Likewise.
3813 * gdb.threads/print-threads.exp (test_all_threads): Update for
3814 exit message change.
3815 * gdb.threads/interrupted-hand-call.exp: Use
3816 gdb_continue_to_end.
3817 * gdb.threads/execl.exp: Use gdb_continue_to_end.
3818 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3819 gdb_continue_to_end.
3820 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3821 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3822 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3823 * gdb.cp/method.exp: Update for exit message change.
3824 * gdb.cp/mb-templates.exp: Update for exit message change.
3825 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3826 * gdb.cp/annota3.exp: Update for exit message change.
3827 * gdb.cp/annota2.exp: Update for exit message change.
3828 * gdb.cell/fork.exp: Use gdb_continue_to_end.
3829 * gdb.base/term.exp: Update for exit message change.
3830 * gdb.base/step-test.exp (test_i): Update for exit message change.
3831 * gdb.base/sigstep.exp (advance): Update for exit message change.
3832 (advancei): Likewise.
3833 * gdb.base/siginfo.exp: Update for exit message change.
3834 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3835 * gdb.base/reread.exp: Use gdb_continue_to_end.
3836 * gdb.base/langs.exp: Use gdb_continue_to_end.
3837 * gdb.base/interrupt.exp: Update for exit message change.
3838 * gdb.base/gdb1555.exp: Update for exit message change.
3839 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3840 * gdb.base/ending-run.exp: Update for exit message change.
3841 * gdb.base/chng-syms.exp: Update for exit message change.
3842 * gdb.base/checkpoint.exp: Update for exit message change.
3843 * gdb.base/catch-syscall.exp (check_for_program_end): Use
3844 gdb_continue_to_end.
3845 (test_catch_syscall_with_wrong_args): Likewise.
3846 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3847 * gdb.base/break-interp.exp (test_ld): Update for exit message
3848 change.
3849 * gdb.base/bang.exp: Update for exit message change.
3850 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3851 (do_call_attach_tests): Likewise.
3852 * gdb.base/a2-run.exp: Update for exit message change.
3853 * gdb.arch/ppc-dfp.exp: Update for exit message change.
3854 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3855 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3856
3857 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3860
3861 2011-03-03 Tom Tromey <tromey@redhat.com>
3862
3863 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3864 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3865 * gdb.hp/gdb.aCC/configure.ac: Remove.
3866 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3867 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3868 * gdb.hp/gdb.base-hp/configure.ac: Remove.
3869 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3870 * gdb.hp/gdb.compat/configure (Makefile): Remove.
3871 * gdb.hp/gdb.compat/configure.ac: Remove.
3872 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3873 * gdb.hp/gdb.defects/configure (Makefile): Remove.
3874 * gdb.hp/gdb.defects/configure.ac: Remove.
3875 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3876 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3877 * gdb.hp/gdb.objdbg/configure.ac: Remove.
3878 * gdb.hp/configure.ac: Remove.
3879 * gdb.hp/configure: Remove.
3880 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3881 substitution.
3882 (Makefile): Remove rule.
3883 * gdb.cell/configure.ac: Remove.
3884 * gdb.cell/configure: Remove.
3885 * gdb.stabs/Makefile.in (Makefile): Remove.
3886 (distclean): Don't remove config.status or config.log.
3887 * gdb.stabs/configure (Makefile): Remove.
3888 * gdb.stabs/configure.ac: Remove.
3889 * configure: Rebuild.
3890 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3891 Remove stabs- and cell-specific logic. Test for existence of
3892 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
3893 subdirectories, gdb.cell, and and gdb.stabs.
3894 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3895
3896 2011-03-03 Joel Brobecker <brobecker@adacore.com>
3897
3898 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3899 end of buffer.
3900
3901 2011-03-02 Joel Brobecker <brobecker@adacore.com>
3902
3903 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3904 gdb_test when running a test where we expected no output back.
3905
3906 2011-02-28 Michael Snyder <msnyder@vmware.com>
3907
3908 * gdb.cp/overload.cc: Change initializer value to integer.
3909
3910 2011-02-27 Michael Snyder <msnyder@vmware.com>
3911
3912 * gdb.multi/base.exp: Add test for remove-inferiors.
3913
3914 2011-02-26 Joel Brobecker <brobecker@adacore.com>
3915
3916 * gdb.python/py-frame.exp: Simplify the initialization phase
3917 using prepare_for_testing.
3918
3919 2011-02-25 Michael Snyder <msnyder@vmware.com>
3920
3921 * gdb.multi/base.exp: Add tests for info inferiors with args.
3922
3923 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3924
3925 * gdb.dwarf2/dw2-ranges.S: Rename to ...
3926 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3927 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3928 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3929 asmfile3. Comment the STABS (#3) file compilation. Compile
3930 everything through assembler. Provide KFAIL for symtab/12497.
3931 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3932 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3933 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3934 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3935
3936 2011-02-24 Michael Snyder <msnyder@vmware.com>
3937
3938 * gdb.base/break.exp: Add tests for delete breakpoints using
3939 convenience variables and value history references.
3940
3941 2011-02-24 Michael Snyder <msnyder@vmware.com>
3942
3943 * gdb.base/break.exp: Remove debugging 'printf' accidentally
3944 left behind in previous check-in.
3945
3946 2011-02-23 Michael Snyder <msnyder@vmware.com>
3947
3948 * gdb.base/break.exp: Add tests for "info break" with arguments.
3949 * gdb.trace/infotrace.exp: Update patterns for error and help.
3950 * gdb.base/completion.exp: Update pattern.
3951 * gdb.base/ena-dis-br.exp: Update pattern.
3952 * gdb.base/help.exp: Update patterns.
3953
3954 2011-02-23 Michael Snyder <msnyder@vmware.com>
3955
3956 * gdb.base/memattr.exp: New test.
3957 * gdb.base/memattr.c: Test load for memattr.exp.
3958
3959 2011-02-22 Doug Evans <dje@google.com>
3960
3961 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3962
3963 2011-02-22 Michael Snyder <msnyder@vmware.com>
3964
3965 * Makefile.in: Make more clean.
3966 * gdb.ada/Makefile.in: Ditto.
3967 * gdb.arch/Makefile.in: Ditto.
3968 * gdb.asm/Makefile.in: Ditto.
3969 * gdb.base/Makefile.in: Ditto.
3970 * gdb.cp/Makefile.in: Ditto.
3971 * gdb.dwarf2/Makefile.in: Ditto.
3972 * gdb.java/Makefile.in: Ditto.
3973 * gdb.mi/Makefile.in: Ditto.
3974 * gdb.modula2/Makefile.in: Ditto.
3975 * gdb.python/Makefile.in: Ditto.
3976 * gdb.server/Makefile.in: Ditto.
3977 * gdb.stabs/Makefile.in: Ditto.
3978 * gdb.threads/Makefile.in: Ditto.
3979 * gdb.trace/Makefile.in: Ditto.
3980
3981 2011-02-22 Michael Snyder <msnyder@vmware.com>
3982
3983 * gdb.threads/thread-find.exp: Add tests for bad input to
3984 info threads.
3985
3986 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3987
3988 * gdb.python/py-breakpoint.exp: Fix the expected output of
3989 one of the "maint info breakpoints" tests to accept the output
3990 generated on platforms that do not have hardware watchpoints.
3991
3992 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3995 clean_restart. Be a little stricter in the expected output
3996 for one of the tests. Fix a typo in one of the comments.
3997
3998 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
4001 Delete variable binfile, no longer use. Add or modify test
4002 comments to make them unique.
4003
4004 2011-02-21 Michael Snyder <msnyder@vmware.com>
4005
4006 * Makefile.in: Update for make clean.
4007 * gdb.ada/Makefile.in: Ditto.
4008 * gdb.arch/Makefile.in: Ditto.
4009 * gdb.asm/Makefile.in: Ditto.
4010 * gdb.base/Makefile.in: Ditto.
4011 * gdb.cp/Makefile.in: Ditto.
4012 * gdb.dwarf2/Makefile.in: Ditto.
4013 * gdb.java/Makefile.in: Ditto.
4014 * gdb.mi/Makefile.in: Ditto.
4015 * gdb.modula2/Makefile.in: Ditto.
4016 * gdb.python/Makefile.in: Ditto.
4017 * gdb.server/Makefile.in: Ditto.
4018 * gdb.stabs/Makefile.in: Ditto.
4019 * gdb.threads/Makefile.in: Ditto.
4020 * gdb.trace/Makefile.in: Ditto.
4021
4022 2011-02-21 Michael Snyder <msnyder@vmware.com>
4023
4024 * gdb.threads/thread-find.exp: Update patterns for changes in
4025 output of "info threads" command.
4026
4027 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4028 Ulrich Weigand <uweigand@de.ibm.com>
4029
4030 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
4031 (skip_hw_watchpoint_tests): Likewise.
4032 (skip_hw_watchpoint_multi_tests): Likewise.
4033
4034 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
4035
4036 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
4037 (skip_hw_watchpoint_tests): Likewise.
4038 (skip_hw_watchpoint_multi_tests): Likewise.
4039 (skip_hw_watchpoint_access_tests): Likewise.
4040
4041 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
4042 * gdb.base/pr11022.exp: Likewise.
4043 * gdb.base/watch-read.exp: Likewise.
4044 * gdb.base/watch_thread_num.exp: Likewise.
4045 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4046 * gdb.base/watchpoint-hw.exp: Likewise.
4047 * gdb.base/watchpoint.exp: Likewise.
4048 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
4049 * gdb.threads/watchthreads-reorder.exp: Likewise.
4050 * gdb.threads/watchthreads.exp: Likewise.
4051 * gdb.threads/watchthreads2.exp: Likewise.
4052
4053 2011-02-21 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
4056 the debugger is unable to find the array bounds.
4057
4058 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 * gdb.cp/typedef-operator.exp: New file.
4061 * gdb.cp/typedef-operator.cc: New file.
4062
4063 2011-02-17 Michael Snyder <msnyder@vmware.com>
4064
4065 * gdb.threads/thread-find.exp: Fix regular expressions.
4066
4067 2011-02-17 Joel Brobecker <brobecker@adacore.com>
4068
4069 * gdb.ada/packed_array: Expand testcase to test printing of
4070 unconstrained packed array.
4071
4072 2011-02-17 Joel Brobecker <brobecker@adacore.com>
4073
4074 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
4075
4076 2011-02-16 Pedro Alves <pedro@codesourcery.com>
4077
4078 * gdb.trace/collection.c (globalarr3): New global.
4079 (main): Initialize it before collecting, and and clear it
4080 afterwards.
4081 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4082 collecting with '{type} addr', where the addr expression is not an
4083 rvalue.
4084
4085 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
4086
4087 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
4088 a bool variable. Expect correct OpenCL names for vector types. Use the
4089 uc3 variable name instead of referring to the uchar3 built-in type.
4090 Escape the asterisk at the half pointer test.
4091
4092 2011-02-16 Pedro Alves <pedro@codesourcery.com>
4093
4094 * gdb.trace/collection.c (globalarr2): New global.
4095 (main): Initialize it before collecting, and and clear it
4096 afterwards.
4097 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4098 collecting overlapping memory ranges.
4099
4100 2011-02-15 Michael Snyder <msnyder@vmware.com>
4101
4102 * gdb.base/default.exp: Add tests for thread commands.
4103 * gdb.base/help.exp: Add tests for thread commands.
4104 * gdb.threads/thread-find.exp: New test for thread find command.
4105
4106 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
4107
4108 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
4109
4110 2011-02-15 Yao Qi <yao@codesourcery.com>
4111
4112 PR tdep/12352
4113 * gdb.arch/arm-disp-step.S : New test for str instruction.
4114 * gdb.arch/arm-disp-step.exp : Likewise.
4115
4116 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
4117
4118 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
4119 "vector_register2_vr" test strings. Test the extended floating
4120 point registers (F32~F63).
4121 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
4122 IBM XL C compiler. Make the test program use a register provided
4123 by the compiler for the lxvd2x instruction.
4124
4125 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4126
4127 * gdb.trace/unavailable.cc (class Base, class Middle, class
4128 Derived): New types.
4129 (derived_unavail, derived_partial, derived_whole): New globals.
4130 (virtual_partial): New global.
4131 (virtualp): Point at virtual_partial.
4132 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
4133 related to unavailable vptr.
4134
4135 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4136
4137 * gdb.trace/unavailable.cc (a, b, c): New globals.
4138 (main): Set and clear them.
4139 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
4140 `a' and `c', and check that `b' isn't collected, although `a' and
4141 `c' are.
4142
4143 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4144
4145 * gdb.trace/unavailable.cc (struct Virtual): New.
4146 (virtualp): New global pointer.
4147 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
4148 printing a pointer to an object whose type has a vtable, with
4149 print object on.
4150
4151 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4152
4153 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
4154 value repeat handles unavailableness.
4155
4156 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4157
4158 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
4159 tests for building arrays from unavailable values, subscripting
4160 non-memory rvalue unvailable arrays, and accessing fields or
4161 baseclasses of non-lazy unavailable values,
4162 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
4163 struct types.
4164 (g_smallstruct, g_smallstruct_b): New globals.
4165
4166 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4167
4168 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
4169
4170 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4171
4172 Fix const/volatile qualifiers of C++ types, PR c++/12328.
4173 * gdb.cp/overload-const.exp: New file.
4174 * gdb.cp/overload-const.cc: New file.
4175
4176 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4177
4178 * gdb.opencl/callfuncs.cl: New file.
4179 * gdb.opencl/callfuncs.exp: New test.
4180 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
4181
4182 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4183
4184 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
4185 when computing result.
4186 * gdb.arch/altivec-abi.exp: Update expected results.
4187
4188 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4189
4190 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
4191 * gdb.base/jit.exp: Likewise.
4192 * gdb.base/pie-execl.exp: Likewise.
4193 * gdb.base/solib-nodir.exp: Likewise.
4194 * gdb.base/solib-overlap.exp: Likewise.
4195
4196 2011-02-07 Pedro Alves <pedro@codesourcery.com>
4197
4198 * gdb.trace/collection.c (global_pieces): New.
4199 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
4200 New procedure.
4201 (gdb_trace_collection_test): Call it.
4202
4203 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
4204
4205 * gdb.python/py-evthreads.c: New file.
4206 * gdb.python/py-evthreads.exp: New file.
4207 * gdb.python/py-events.py: New file.
4208 * gdb.python/py-events.exp: New file.
4209 * gdb.python/py-events.c: New file.
4210
4211 2011-02-04 David Daney <ddaney@caviumnetworks.com>
4212
4213 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
4214
4215 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
4216
4217 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
4218 gdb.base/disasm-end-cu.exp: New test for disassembling over the
4219 boundary between two compilation units.
4220
4221 2011-02-02 Pedro Alves <pedro@codesourcery.com>
4222
4223 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
4224 (Virtual): New structs.
4225 (virtual_o, virtual_middle_b): New globals.
4226 * gdb.cp/virtbase.exp: New tests.
4227
4228 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4229
4230 * gdb.base/jit.exp: New file.
4231 * gdb.base/jit-main.c: New file.
4232 * gdb.base/jit-solib.c: New file.
4233
4234 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
4235
4236 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
4237 proceed to initial kernel entry point.
4238 * gdb.opencl/datatypes.exp: Likewise.
4239 * gdb.opencl/operators.exp: Likewise.
4240 * gdb.opencl/vec_comps.exp: Likewise.
4241
4242 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
4243
4244 * gdb.cp/nsnested.cc: New.
4245 * gdb.cp/nsnested.exp: New.
4246 * gdb.cp/nsnoimports.exp: New.
4247 * gdb.cp/nsnoimports.cc: New.
4248
4249 2011-01-31 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.base/interact.exp: Add extra tests that verify that
4252 the value of the interactive-mode setting does not change
4253 after the script is sourced.
4254
4255 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4256
4257 * gdb.cp/noparam.exp: New file.
4258 * gdb.cp/noparam.cc: New file.
4259
4260 2011-01-28 Pedro Alves <pedro@codesourcery.com>
4261
4262 * gdb.trace/tfile.exp: Test that with no traceframe selected,
4263 there's no stack or registers.
4264
4265 2011-01-26 Tom Tromey <tromey@redhat.com>
4266
4267 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
4268 space before string output. Add test for "set print pretty off"
4269 case.
4270
4271 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4272
4273 * gdb.base/frame-args.exp: Adjust.
4274 * gdb.dwarf2/dw2-noloc.exp: Adjust.
4275 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
4276 * gdb.dwarf2/pieces.exp: Adjust.
4277 * gdb.opt/clobbered-registers-O2.exp: Adjust.
4278 * gdb.opt/inline-locals.exp: Adjust.
4279 * gdb.threads/fork-child-threads.exp: Adjust.
4280
4281 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
4282
4283 * gdb.opencl/convs_casts.cl: Move program scope variables into the
4284 OpenCL kernel function. Add a comment as marker. Add address space
4285 qualifiers for the remaining program scope variables.
4286 * gdb.opencl/datatypes.cl: Likewise.
4287 * gdb.opencl/operators.cl: Likewise.
4288 * gdb.opencl/vec_comps.cl: Likewise.
4289 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
4290 Add breakpoint at the marker comment.
4291 * gdb.opencl/datatypes.exp: Likewise.
4292 * gdb.opencl/operators.exp: Likewise.
4293 * gdb.opencl/vec_comps.exp: Likewise.
4294
4295 2011-01-24 Pedro Alves <pedro@codesourcery.com>
4296
4297 * gdb.base/printcmds.c (some_struct): New struct and instance.
4298 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
4299 procedure.
4300 <global scope>: Call it.
4301
4302 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
4303
4304 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
4305 argument to the gdb_compile_opencl_hostapp call.
4306
4307 2011-01-19 Yao Qi <yao@codesourcery.com>
4308
4309 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4310 positve list.
4311
4312 2011-01-19 Yao Qi <yao@codesourcery.com>
4313
4314 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4315 canonical form.
4316 Remove "xscale-*-*"
4317 * gdb.xml/tdesc-regs.exp: Likewise.
4318 * gdb.python/py-section-script.exp: Replace ARM target triplet
4319 with canonical form.
4320 Match arm*-*-symbianelf*.
4321 * gdb.base/dup-sect.exp: Likewise.
4322 * lib/dwarf.exp: New.
4323 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4324 dwarf2_support.
4325 * gdb.dwarf2/dup-psym.exp: Likewise.
4326 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4327 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4328 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4329 * gdb.dwarf2/dw2-basic.exp: Likewise.
4330 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4331 * gdb.dwarf2/dw2-const.exp: Likewise.
4332 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4333 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4334 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4335 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4336 * gdb.dwarf2/dw2-filename.exp: Likewise.
4337 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4338 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4339 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4340 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4341 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4342 * gdb.dwarf2/dw2-noloc.exp: Likewise.
4343 * gdb.dwarf2/dw2-op-call.exp: Likewise.
4344 * gdb.dwarf2/dw2-producer.exp: Likewise.
4345 * gdb.dwarf2/dw2-ranges.exp: Likewise.
4346 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4347 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4348 * gdb.dwarf2/dw2-strp.exp: Likewise.
4349 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4350 * gdb.dwarf2/implptr.exp: Likewise.
4351 * gdb.dwarf2/mac-fileno.exp: Likewise.
4352 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4353 * gdb.dwarf2/pieces.exp: Likewise.
4354 * gdb.dwarf2/pr11465.exp: Likewise.
4355 * gdb.dwarf2/valop.exp: Likewise.
4356 * gdb.dwarf2/watch-notconst.exp: Likewise.
4357 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4358
4359 2011-01-19 Tom Tromey <tromey@redhat.com>
4360
4361 * gdb.python/py-infthread.exp: Add thread tests.
4362
4363 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4364
4365 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4366
4367 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4368
4369 * gdb.ada/widewide: New testcase.
4370
4371 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4372
4373 * gdb.base/interact.exp: New testcase.
4374
4375 2011-01-12 Tom Tromey <tromey@redhat.com>
4376
4377 * gdb.mi/gdb2549.exp: Update for error message changes.
4378 * gdb.mi/mi-cli.exp: Likewise.
4379 * gdb.mi/mi-disassemble.exp: Likewise.
4380 * gdb.mi/mi-pthreads.exp: Likewise.
4381 * gdb.mi/mi-regs.exp: Likewise.
4382 * gdb.mi/mi-stack.exp: Likewise.
4383 * gdb.mi/mi-var-block.exp: Likewise.
4384 * gdb.mi/mi-var-cmd.exp: Likewise.
4385 * gdb.mi/mi2-cli.exp: Likewise.
4386 * gdb.mi/mi2-disassemble.exp: Likewise.
4387 * gdb.mi/mi2-pthreads.exp: Likewise.
4388 * gdb.mi/mi2-regs.exp: Likewise.
4389 * gdb.mi/mi2-stack.exp: Likewise.
4390 * gdb.mi/mi2-var-block.exp: Likewise.
4391 * gdb.mi/mi2-var-cmd.exp: Likewise.
4392
4393 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4394 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 PR fortran/11104 and DWARF unbound arrays detection.
4397 * gdb.fortran/multi-dim.exp: New file.
4398 * gdb.fortran/multi-dim.f90: New file.
4399
4400 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4401
4402 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4403 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4404 add new tests for opcode dumping.
4405
4406 2011-01-11 Tom Tromey <tromey@redhat.com>
4407
4408 * gdb.python/py-infthread.exp: Load gdb-python.exp.
4409
4410 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4411
4412 Convert hardware watchpoints to use breakpoint_ops.
4413 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4414 type is not supported.
4415 * gdb.base/foll-fork.exp: Likewise.
4416 * gdb.base/foll-vfork.exp: Likewise.
4417
4418 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
4419
4420 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4421 Use load_lib gdb-python.exp.
4422 * gdb.python/python.exp: Ditto.
4423 * gdb.python/py-function.exp: Ditto.
4424
4425 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
4426
4427 * gdb.threads/tls.exp ("info address me"): Fix expected output.
4428
4429 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 * configure: Regenerate.
4432
4433 2011-01-06 Tom Tromey <tromey@redhat.com>
4434
4435 * gdb.python/py-frame.exp: Test gdb.newest_frame.
4436
4437 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4438
4439 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4440 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4441 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4442 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4443 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4444 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4445 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4446 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4447 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4448 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4449 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4450 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4451 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4452 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4453 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4454 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4455 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4456 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4457 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4458 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4459 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4460 gdb.ada/uninitialized_vars.exp,
4461 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4462 Simplify by using clean_restart.
4463
4464 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4465
4466 Add marker to be used as anchor for inserting breakpoints.
4467 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4468 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4469 Likewise.
4470
4471 Remove uses of gdb_start_cmd.
4472 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4473 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4474
4475 Do not run testcase if testing with GDBserver.
4476 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4477 if testing with GDBserver.
4478
4479 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4480
4481 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4482 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4483 copyright header.
4484
4485 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4486
4487 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4488 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4489 testsuite/gdb.fortran/complex.f,
4490 testsuite/gdb.fortran/derived-type.f90,
4491 testsuite/gdb.fortran/library-module-lib.f90,
4492 testsuite/gdb.fortran/library-module-main.f90,
4493 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4494 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4495 Copyright year update.
4496
4497 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4498
4499 * gdb.base/langs1.f: Add copyright header.
4500
4501 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4502
4503 * gdb.base/morestack.exp: New file.
4504 * gdb.base/morestack.c: New file.
4505
4506 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4509
4510 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4511
4512 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4513 * gdb.ada/arrayptr.exp: Add test printing that new variable.
4514
4515 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4516
4517 * gdb.ada/lang_switch.exp: Correct expected parameter value.
4518
4519 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
4520
4521 * gdb.threads/tls.exp: Fix typo.
4522
4523 * gdb.threads/thread-specific.exp (get_thread_list): Update.
4524 * gdb.threads/execl.exp: Update.
4525
4526 2010-12-23 Yao Qi <yao@codesourcery.com>
4527
4528 * gdb.arch/arm-disp-step.exp: New.
4529 * gdb.arch/arm-disp-step.S: New.
4530
4531 2010-12-21 Tom Tromey <tromey@redhat.com>
4532
4533 * gdb.threads/execl.exp: Update.
4534 * gdb.threads/linux-dp.exp: Update.
4535 * gdb.threads/manythreads.exp: Update.
4536 * gdb.threads/tls.exp: Update.
4537
4538 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4541 (NextOverThrowDerivates) <resumebpt>: New.
4542 (resumebpt_test): New.
4543 (main): Call resumebpt_test.
4544 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4545
4546 2010-12-12 Stan Shebs <stan@codesourcery.com>
4547
4548 * gdb.trace/tsv.exp: Test print command on trace state variables.
4549
4550 2010-12-09 Tom Tromey <tromey@redhat.com>
4551
4552 * gdb.base/interp.exp: Add regression test.
4553
4554 2010-12-09 Tom Tromey <tromey@redhat.com>
4555
4556 * gdb.java/jnpe.java: New file.
4557 * gdb.java/jnpe.exp: New file.
4558 * gdb.cp/nextoverthrow.exp: New file.
4559 * gdb.cp/nextoverthrow.cc: New file.
4560
4561 2010-12-07 Doug Evans <dje@google.com>
4562
4563 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4564 of data-directory.
4565 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4566 updated.
4567 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4568
4569 2010-11-29 Michael Snyder <msnyder@vmware.com>
4570
4571 * gdb.base/callfuncs.exp: Test for skip_float_tests.
4572 * gdb.base/call-sc.exp: Ditto.
4573 * gdb.base/finish.exp: Ditto.
4574 * gdb.base/return.exp: Ditto.
4575 * gdb.base/return2.exp: Ditto.
4576
4577 2010-11-30 Doug Evans <dje@google.com>
4578
4579 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4580 (gdb_expect_list): Fix spelling errors in comments.
4581 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4582 send_gdb/gdb_expect_list where applicable.
4583 * gdb.base/call-ar-st.exp: Ditto.
4584 * gdb.base/funcargs.exp: Ditto.
4585 * gdb.base/gcore.exp: Ditto.
4586 * gdb.base/page.exp: Ditto.
4587 * gdb.base/sigaltstack.exp: Ditto.
4588 * gdb.base/siginfo.exp: Ditto.
4589 * gdb.base/sigstep.exp: Ditto.
4590 * gdb.base/trace-commands.exp: Ditto.
4591
4592 2010-11-29 Doug Evans <dje@google.com>
4593
4594 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4595 printer-name;subprinter-name.
4596
4597 2010-11-29 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.dwarf2/implptr.exp: New file.
4600 * gdb.dwarf2/implptr.c: New file.
4601 * gdb.dwarf2/implptr.S: New file.
4602
4603 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4604
4605 PR python/12199
4606
4607 * gdb.python/py-breakpoint.exp: Test the delete method.
4608
4609 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 Fix step_resume_breakpoint unsaved during an infcall.
4612 * gdb.base/step-resume-infcall.exp: New file.
4613 * gdb.base/step-resume-infcall.c: New file.
4614
4615 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4616
4617 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4618
4619 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4620
4621 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4622 on ppc64's symbols; "finish" and "return" commands must accept to
4623 show the caller line again as well as the line after.
4624 * gdb.asm/powerpc64.inc: New file.
4625
4626 2010-11-23 Doug Evans <dje@google.com>
4627
4628 * lib/gdb.exp (gdb_test_sequence): New function.
4629 (gdb_expect_list): Add verbose -log call for each pattern.
4630 * gdb.base/signals.exp (test_handle_all_print): Call it.
4631 Reduce timeout increment from 6 minutes to 1 minute.
4632 * gdb.server/ext-run.exp: Call it.
4633
4634 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
4635
4636 PR python/12212
4637
4638 * gdb.python/python.exp: Check that selected_thread raises an
4639 error when no inferior is loaded.
4640
4641 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4644 * gdb.dwarf2/dw2-stack-boundary.S: New file.
4645
4646 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4649 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4650
4651 2010-11-18 Doug Evans <dje@google.com>
4652
4653 * gdb.server/ext-run.exp: Fix intermittent failures.
4654
4655 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4656
4657 * gdb.stabs/gdb11479.exp: Use runto_main.
4658
4659 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4660
4661 * gdb.base/break-entry.exp: Skip if using a stub.
4662
4663 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4664
4665 * gdb.python/py-inferior.exp: Pack values in target endianness.
4666
4667 2010-11-12 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4670 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4671 MemoryError.
4672 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4673 type.
4674 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4675 MemoryError.
4676 (test_subscript_regression): Update exception type.
4677
4678 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4679
4680 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4681 breakpoint tests.
4682
4683 2010-11-09 Pedro Alves <pedro@codesourcery.com>
4684
4685 * gdb.base/watchpoint.exp: Test "watch -location" with an
4686 innacessible location.
4687
4688 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
4689 Luis Machado <luisgpm@br.ibm.com>
4690
4691 * gdb.base/maint.exp: Expect "." prefix.
4692 * gdb.base/nodebug.exp: Expect "." Likewise.
4693 * gdb.base/sepsymtab.exp: Expect "." Likewise.
4694 * gdb.base/watchpoint-cond-gone.exp: Likewise.
4695 * gdb.base/watchpoint.exp: Expect a software watch to be created for
4696 POWER server processors.
4697
4698 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
4699 Luis Machado <luisgpm@br.ibm.com>
4700
4701 * gdb.base/break-entry.exp: convert entry point for
4702 ppc64 and expect leading `.' on ppc64's symbols
4703
4704 2010-11-05 Doug Evans <dje@google.com>
4705
4706 * gdb.base/help.exp: Update expected output.
4707 * gdb.python/py-param.exp: Delete, contents moved to ...
4708 * gdb.python/py-parameter.exp: ... here. New file.
4709 Add test for gdb.parameter ("directories").
4710
4711 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4712
4713 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4714 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4715 * configure: Regenerate.
4716 * gdb.opencl/Makefile.in: New File.
4717 * gdb.opencl/datatypes.exp: Likewise.
4718 * gdb.opencl/datatypes.cl: Likewise.
4719 * gdb.opencl/operators.exp: Likewise.
4720 * gdb.opencl/operators.cl: Likewise.
4721 * gdb.opencl/vec_comps.exp: Likewise.
4722 * gdb.opencl/vec_comps.cl: Likewise.
4723 * gdb.opencl/convs_casts.exp: Likewise.
4724 * gdb.opencl/convs_casts.cl: Likewise.
4725 * lib/opencl.exp: Likewise.
4726 * lib/opencl_hostapp.c: Likewise.
4727 * lib/opencl_kernel.cl: Likewise.
4728 * lib/cl_util.c: Likewise.
4729 * lib/cl_util.c: Likewise.
4730 * gdb.base/default.exp (set language): Add "opencl" to the list of
4731 languages.
4732
4733 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
4734
4735 * gdb.cp/overload.exp: Added test for inheritance overload.
4736 * gdb.cp/overload.cc: Ditto.
4737 * gdb.cp/oranking.exp: Removed releveant kfails.
4738
4739 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4740 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4743 check test_compiler_info.
4744
4745 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4746
4747 * gdb.base/gnu_vector.exp: Adjust expect messages.
4748
4749 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4750
4751 * gdb.base/gnu_vector.exp: Add unary operator tests.
4752
4753 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4754
4755 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4756
4757 2010-11-02 Doug Evans <dje@google.com>
4758
4759 * gdb.python/py-pp-maint.c: New file.
4760 * gdb.python/py-pp-maint.exp: New file.
4761 * gdb.python/py-pp-maint.py: New file.
4762
4763 2010-11-02 Tom Tromey <tromey@redhat.com>
4764
4765 * gdb.base/default.exp: Remove "scheme" from language list.
4766
4767 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4768
4769 Revert:
4770 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4771 * gdb.threads/sigstep-threads.exp: New file.
4772 * gdb.threads/sigstep-threads.c: New file.
4773
4774 2010-10-20 Michael Snyder <msnyder@vmware.com>
4775
4776 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4777
4778 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4779
4780 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4781 Skip test completely if gdb,no_hardware_watchpoints.
4782
4783 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4784
4785 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4786 strict, but do not check for any particular function name within libc.
4787
4788 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4789
4790 * gdb.cp/smartp.exp: New test.
4791 * gdb.cp/smartp.cc : New test.
4792
4793 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4794
4795 * gdb.cp/converts.exp: Test pointer to bool conversion.
4796 Test pointer to long conversion.
4797 * gdb.cp/oranking.exp: Removed relevant kfail.
4798
4799 2010-10-18 Tom Tromey <tromey@redhat.com>
4800
4801 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4802 argument to lazy_string.
4803 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4804 (pp_ls.to_string): Use it.
4805 * gdb.python/py-prettyprint.c (main): Move declarations to top.
4806 Add "estring2" local.
4807
4808 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4809
4810 Fix s390x compatibility.
4811 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
4812 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4813
4814 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 * gdb.threads/sigstep-threads.exp: New file.
4817 * gdb.threads/sigstep-threads.c: New file.
4818
4819 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4820
4821 * gdb.base/pie-execl.exp: New file.
4822 * gdb.base/pie-execl.c: New file.
4823
4824 2010-10-13 Doug Evans <dje@google.com>
4825 Jan Kratochvil <jan.kratochvil@redhat.com>
4826
4827 PR exp/12117
4828 * gdb.cp/ptype-cv-cp.cc: New file.
4829 * gdb.cp/ptype-cv-cp.exp: New file.
4830
4831 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
4832
4833 * gdb.cp/converts.cc: New test program.
4834 * gdb.cp/converts.exp: New test.
4835 * gdb.cp/overload.exp: Added test for void* vs int*.
4836 * gdb.cp/overload.exp: Ditto.
4837 * gdb.cp/oranking.exp: Removed related kfail.
4838
4839 2010-10-13 Doug Evans <dje@google.com>
4840
4841 * lib/gdb-python.exp (gdb_check_python_config): New function.
4842 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4843 * gdb.python/lib-types.cc: New file.
4844 * gdb.python/lib-types.exp: New file.
4845
4846 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 * gdb.python/py-error.exp: New file.
4849 * gdb.python/py-error.py: New file.
4850
4851 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4852
4853 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4854 gdb_test_multiple.
4855
4856 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4857
4858 * gdb.base/break-interp.exp: Use ldlags for linking flags.
4859 * gdb.base/prelink.exp: Likewise.
4860 * gdb.base/solib-nodir.exp: Likewise.
4861 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4862 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4863 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4864
4865 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4866
4867 * break-interp.exp (test_ld): Use two separate gdb_expect statements
4868 for the "info files" test to avoid timeouts on slow machines.
4869
4870 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4873 (main): Make openlib dummy call.
4874
4875 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4876
4877 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4878 * break-interp.exp (reach): Move the core body ...
4879 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
4880 (test_ld): Provide always real argument, even to the linker. Replace
4881 dl_main by _dl_debug_state.
4882
4883 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 Fix results of prelinked PIEs on ppc*.
4886 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4887 Accept also DISPLACEMENT "PRESENT".
4888 (main): Replace "ZERO" displacements by "PRESENT".
4889
4890 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
4891
4892 * gdb.cp/oranking.exp: New test.
4893 * gdb.cp/oranking.cc: New test program.
4894
4895 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
4896
4897 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4898 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4899
4900 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4901
4902 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4903 lush, lynx) New constant.
4904 * gdb.base/constvars.exp: Test const array types.
4905 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4906
4907 2010-10-06 Doug Evans <dje@google.com>
4908
4909 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4910 of syscall staging area.
4911
4912 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4913
4914 * gdb.base/gnu_vector.c: Add variable c4.
4915 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4916 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4917
4918 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
4919
4920 * gdb.arch/altivec-abi.exp: Fix a typo.
4921
4922 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
4923
4924 * lib/mi-support.exp (thread_selected_re): Correct pattern used
4925 to match a thread ID.
4926
4927 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4928
4929 Fix s390x testcase compatibility.
4930 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4931
4932 2010-10-01 Doug Evans <dje@google.com>
4933
4934 * lib/gdb-python.exp: New file.
4935 * gdb.python/py-block.exp: Use it.
4936 * gdb.python/py-breakpoint.exp: Ditto.
4937 * gdb.python/py-frame.exp: Ditto.
4938 * gdb.python/py-inferior.exp: Ditto.
4939 * gdb.python/py-param.exp: Ditto.
4940 * gdb.python/py-prettyprint.exp: Ditto.
4941 * gdb.python/py-shared.exp: Ditto.
4942 * gdb.python/py-symbol.exp: Ditto.
4943 * gdb.python/py-symtab.exp: Ditto.
4944 * gdb.python/py-type.exp: Ditto.
4945 * gdb.python/py-value.exp: Ditto.
4946 * gdb.python/python.exp: Ditto.
4947
4948 2010-09-30 Tom Tromey <tromey@redhat.com>
4949
4950 * gdb.base/anon.exp: New file.
4951 * gdb.base/anon.c: New file.
4952
4953 2010-09-30 Tom Tromey <tromey@redhat.com>
4954
4955 * gdb.base/completion.exp: Test completion through anonymous
4956 union.
4957 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4958
4959 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4960
4961 Fix printing parameters of inlined functions.
4962 * gdb.dwarf2/dw2-inline-param.exp: New file.
4963 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4964 * gdb.dwarf2/dw2-inline-param.S: New file.
4965
4966 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4967
4968 PR corefiles/12071.
4969 * gdb.base/corefile.exp (quit with a process, no question: load core)
4970 (quit with a core file): New tests.
4971
4972 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4973
4974 Fix GDB crash on inferior calls with self-referencing classes.
4975 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4976 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4977 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4978
4979 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 Fix lost siginfo_t for inferior calls.
4982 * gdb.base/siginfo-infcall.exp: New file.
4983 * gdb.base/siginfo-infcall.c: New file.
4984
4985 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4986
4987 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4988
4989 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4992 New test.
4993 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4994
4995 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4996
4997 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4998 type of our const type.
4999
5000 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
5001
5002 * gdb.cp/pr12028.cc: New.
5003 * gdb.cp/pr12028.exp: New.
5004
5005 2010-09-22 Joel Brobecker <brobecker@adacore.com>
5006
5007 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
5008
5009 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
5010 Jan Kratochvil <jan.kratochvil@redhat.com>
5011
5012 PR mi/11407
5013 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
5014 * gdb.mi/dw2-ref-missing-frame-main.c New File.
5015 * gdb.mi/dw2-ref-missing-frame.S New File.
5016 * gdb.mi/dw2-ref-missing-frame.exp New File.
5017
5018 2010-09-14 Tom Tromey <tromey@redhat.com>
5019
5020 PR symtab/8399:
5021 * gdb.threads/tls.exp: Remove kfail. Update expected output.
5022
5023 2010-09-14 Tom Tromey <tromey@redhat.com>
5024
5025 PR exp/11803:
5026 * gdb.threads/tls.exp: Use C++.
5027 (check_thread_local): Use K::another_thread_local.
5028 * gdb.threads/tls.c (class K): New.
5029 (another_thread_local): Now a member of K.
5030 (spin): Update. No longer K&R C.
5031
5032 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
5033
5034 * gdb.cp/koenig.cc: created class for testing member lookup.
5035 * gdb.cp/koenig.exp: Added test for member lookup.
5036
5037 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5038
5039 Fix false FAILs on sourcetree topdir directory containing "kill".
5040 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
5041 source line matching regexp.
5042
5043 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5044
5045 * gdb.python/python.exp (set height 0, collect help from uiout)
5046 (verify help to uiout): New tests.
5047
5048 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5049
5050 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
5051 is_lp64_target to check 64bit target.
5052
5053 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
5056 (test_ld) <powerpc64-*>: New.
5057
5058 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5059
5060 * gdb.cp/templates.exp (test_template_args): Allow "struct".
5061
5062 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5063
5064 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
5065 (FunctionArg::method): New function.
5066 (empty, arg): New variables.
5067 (main): Call arg.method.
5068 * gdb.cp/templates.exp (test_template_args): New function.
5069 (do_tests): Call it.
5070
5071 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
5072
5073 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
5074 of "next" to proceed over pthread_exit call.
5075
5076 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
5077
5078 * gdb.base/maint.exp: Avoid wildcards against potentially very long
5079 "maint print statistics" output to prevent expect timeouts.
5080
5081 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5082
5083 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
5084 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5085 (test_float_rejected): ... here.
5086 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
5087 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5088 (test_float_rejected): ... here.
5089 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
5090 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5091 (test_float_rejected): ... here.
5092 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
5093 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5094 (test_float_rejected): ... here.
5095
5096 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5097
5098 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
5099 before disabling hardware watchpoints.
5100 (test_inaccessible_watchpoint): Check that hardware watchpoints
5101 are used. Test for watchpoints on a constant address.
5102
5103 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 * gdb.base/ui-redirect.exp: New file.
5106
5107 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5108 Joel Brobecker <brobecker@adacore.com>
5109
5110 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
5111
5112 2010-08-31 Doug Evans <dje@google.com>
5113
5114 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
5115
5116 2010-08-30 Tom Tromey <tromey@redhat.com>
5117
5118 PR python/11792:
5119 * gdb.python/py-value.exp (test_subscript_regression): Add
5120 dynamic_type test.
5121
5122 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
5123
5124 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
5125 instead of running to main. Do not test the main function.
5126 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
5127 Add new main.
5128
5129 2010-08-26 Pedro Alves <pedro@codesourcery.com>
5130
5131 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
5132 one test.
5133
5134 2010-08-24 Doug Evans <dje@google.com>
5135
5136 PR symtab/11942
5137 * gdb.dwarf2/dw4-sig-types.cc: New file.
5138 * gdb.dwarf2/dw4-sig-types.h: New file.
5139 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
5140 * gdb.dwarf2/dw4-sig-types.exp: New file.
5141
5142 2010-08-23 Tom Tromey <tromey@redhat.com>
5143
5144 PR python/11145:
5145 * gdb.python/py-value.c (Base, Derived): New types.
5146 (base): New global.
5147 * gdb.python/py-value.exp (test_subscript_regression): Add
5148 dynamic_cast test.
5149
5150 2010-08-23 Tom Tromey <tromey@redhat.com>
5151
5152 PR python/10676:
5153 * gdb.python/py-type.exp (test_fields): Add tests for type
5154 equality.
5155
5156 2010-08-23 Tom Tromey <tromey@redhat.com>
5157
5158 PR python/11915:
5159 * gdb.python/py-type.exp (test_fields): Add tests for array.
5160
5161 2010-08-23 Keith Seitz <keiths@redhat.com>
5162
5163 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
5164 have any children. Create a new abbrev for it.
5165 Add missing terminal sequence to .debug_abbrev.
5166
5167 2010-08-20 Keith Seitz <keiths@redhat.com>
5168
5169 PR symtab/11465:
5170 * gdb.dwarf2/pr11465.exp: New test.
5171 * gdb.dwarf2/pr11465.S: New file.
5172 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
5173 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
5174
5175 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
5176
5177 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
5178 registers. Update data sets with the new v2_double element in the
5179 VSX register union. Add vector_register3_vr data set for the AltiVec
5180 registers. Use gdb_test_no_output instead of send_gdb.
5181
5182 2010-08-19 Pedro Alves <pedro@codesourcery.com>
5183
5184 * gdb.python/py-shared.exp: New file, factored out from
5185 python.exp.
5186 * gdb.python/py-shared.c: New file.
5187 * gdb.python/py-shared-sl.c: New file.
5188 * gdb.python/python-1.c: New file.
5189 * gdb.python/python-sl.c: Delete.
5190 * gdb.python/python.c: Mention python-1.c.
5191 * gdb.python/python.exp: Move shared library tests to
5192 py-shared.exp.
5193 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
5194 (MISCELLANEOUS): New.
5195 (clean mostlyclean): Also remove $MISCELLANEOUS.
5196
5197 2010-08-19 Doug Evans <dje@google.com>
5198
5199 PR exp/11926
5200 * gdb.base/printcmds.exp (test_float_accepted): New function.
5201 Move existing float tests there. Add tests for floats with suffixes.
5202 (test_float_rejected): New function.
5203 * gdb.java/jv-print.exp (test_float_accepted): New function.
5204 (test_float_rejected): New function.
5205 * gdb.objc/print.exp: New file.
5206 * gdb.pascal/print.exp: New file.
5207 * lib/objc.exp: New file.
5208
5209 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
5210
5211 * gdb.base/default.exp (info set): Avoid full buffer error and force
5212 reading up to final gdb prompt.
5213 (show): Likewise.
5214
5215 2010-08-18 Tom Tromey <tromey@redhat.com>
5216
5217 PR symtab/11919:
5218 * gdb.base/completion.exp: Add test.
5219
5220 2010-08-18 Doug Evans <dje@google.com>
5221
5222 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
5223 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
5224 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
5225 Simplify, early exit if runto_main fails.
5226 * gdb.fortran/exprs.exp: load_lib fortran.exp.
5227 (set_lang_fortran): Moved to lib/fortran.exp.
5228 * gdb.fortran/types.exp: load_lib fortran.exp.
5229 (set_lang_fortran): Moved to lib/fortran.exp.
5230 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
5231 * gdb.java/jprint.exp (set_lang_java): Ditto.
5232 * gdb.java/jv-exp.exp: load_lib java.exp.
5233 If set_lang_java fails, issue a warning instead of failure to be
5234 consistent with other set_lang_foo uses.
5235 (set_lang_java): Moved to lib/java.exp.
5236 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
5237 If set_lang_java fails, issue a warning instead of failure to be
5238 consistent with other set_lang_foo uses.
5239 * gdb.pascal/types.exp: load_lib pascal.exp.
5240 (set_lang_pascal): Moved to lib/pascal.exp.
5241 * lib/fortran.exp: New file.
5242 * lib/java.exp (set_lang_java): New function.
5243 * lib/pascal.exp (set_lang_pascal): New function.
5244
5245 2010-08-18 Yao Qi <yao@codesourcery.com
5246
5247 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
5248 func_nofb_start and func_loopfb_start, so that address of functions
5249 is equal to these labels on Thumb.
5250
5251 2010-08-18 Yao Qi <yao@codesourcery.com>
5252
5253 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
5254 to reflect latest c source file.
5255
5256 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5257
5258 * gdb.cp/infcall-dlopen.exp: New file.
5259 * gdb.cp/infcall-dlopen.cc: New file.
5260 * gdb.cp/infcall-dlopen-lib.cc: New file.
5261
5262 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5263 Pedro Alves <pedro@codesourcery.com>
5264
5265 PR breakpoints/11371
5266
5267 * gdb.base/watch-cond-infcall.exp: New file.
5268 * gdb.base/watch-cond-infcall.c: New file.
5269
5270 2010-08-16 Tom Tromey <tromey@redhat.com>
5271
5272 * gdb.base/help.exp: Update.
5273 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
5274 watchpoint.
5275 (test_watch_location): New proc.
5276 (test_watchpoint_in_big_blob): Delete watchpoint.
5277 * gdb.base/watchpoint.c (func5): New function.
5278 (main): Call it.
5279
5280 2010-08-16 Doug Evans <dje@google.com>
5281
5282 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
5283
5284 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5285
5286 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
5287 tests.
5288
5289 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
5290
5291 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
5292 * gdb.base/gnu_vector.c: New File.
5293 * gdb.base/gnu_vector.exp: Likewise.
5294
5295 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5296
5297 * gdb.python/python.c: New File.
5298 * gdb.python/python-sl.c: New File.
5299 * gdb.python/python.exp: Test solib_address and decode_line
5300 * functions.
5301
5302 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 * gdb.python/python.exp (show height, set height 10)
5305 (verify pagination beforehand, verify pagination beforehand: q)
5306 (gdb.execute does not page, verify pagination afterwards)
5307 (verify pagination afterwards: q): New.
5308
5309 2010-08-02 Doug Evans <dje@google.com>
5310
5311 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5312 because of an older gcc, change test2
5313 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5314 to unsupported.
5315
5316 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
5317
5318 * gdb.base/break-always.exp: Do not expect full paths to file
5319 names.
5320 * gdb.base/commands.exp: Likewise.
5321
5322 2010-07-30 Doug Evans <dje@google.com>
5323
5324 * gdb.cp/temargs.exp: For new tests that require newer gccs,
5325 xfail them when run with older gccs.
5326
5327 * lib/gdb.exp (build_executable): Forward "c++" option to
5328 get_compiler_info.
5329
5330 * gdb.python/py-type.exp (test_template): Mark as xfail tests
5331 "python print ttype.template_argument(1)" and
5332 "python print isinstance(ttype.template_argument(1), gdb.Value)"
5333 if using gcc 4.4 or earlier.
5334
5335 * gdb.base/valgrind-db-attach.exp: Use unique test name for
5336 attach-to-debugger handling.
5337
5338 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5339
5340 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5341 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5342 (main): Use copyreloc.
5343 * gdb.base/prelink.exp (split debug of executable)
5344 (.dynbss vs. .bss address shift): New tests.
5345
5346 2010-07-29 Pedro Alves <pedro@codesourcery.com>
5347
5348 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5349 in gdb_test_multiple.
5350
5351 2010-07-29 Pedro Alves <pedro@codesourcery.com>
5352
5353 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5354 environment.
5355
5356 2010-07-28 Tom Tromey <tromey@redhat.com>
5357
5358 PR python/11060:
5359 * gdb.python/py-type.c (Temargs): New template.
5360 (temvar): New variable.
5361 * gdb.python/py-type.exp (test_template): New proc.
5362
5363 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5364
5365 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5366 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5367
5368 2010-07-28 Tom Tromey <tromey@redhat.com>
5369
5370 PR c++/9946:
5371 * gdb.cp/temargs.exp: New file.
5372 * gdb.cp/temargs.cc: New file.
5373
5374 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * gdb.base/help.exp (help disassemble): Update the content.
5377
5378 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5379
5380 * gdb.threads/ia64-sigill.exp: New file.
5381 * gdb.threads/ia64-sigill.c: New file.
5382
5383 2010-07-27 Tom Tromey <tromey@redhat.com>
5384
5385 * gdb.opt/inline-cmds.c (ATTR): New define.
5386 (func1): Use it.
5387 (func2): Likewise.
5388 (func3): Likewise.
5389 (outer_inline1): Likewise.
5390 (outer_inline2): Likewise.
5391 * gdb.opt/inline-bt.c (ATTR): New define.
5392 (func1): Use it.
5393 (func2): Likewise.
5394 * gdb.opt/inline-locals.c (ATTR): New define.
5395 (func1): Use it.
5396 (func2): Likewise.
5397
5398 2010-07-27 Tom Tromey <tromey@redhat.com>
5399
5400 * gdb.stabs/gdb11479.c (hack): New function.
5401 (test): Use it.
5402 (test2): Use it.
5403 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5404 (int32_search_buf, int64_search_buf): No longer static.
5405 (x): Remove.
5406 * gdb.base/relocate.c (hack): New function.
5407
5408 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5409
5410 * gdb.python/py-value.exp (test_inferior_function_call): New function.
5411 * gdb.python/py-value.c (func1): New function.
5412 (func2): Likewise.
5413
5414 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
5415
5416 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5417 as not to clash with .data section.
5418
5419 2010-07-26 Jerome Guitton <guitton@adacore.com>
5420
5421 * gdb.base/code_elim.exp: New file.
5422 * gdb.base/code_elim1.c: New file.
5423 * gdb.base/code_elim2.c: New file.
5424
5425 2010-07-21 Pedro Alves <pedro@codesourcery.com>
5426
5427 PR symtab/11827
5428
5429 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5430 (some_volatile_enum): New variable.
5431 * gdb.base/printcmds.exp (test_print_enums): New.
5432 <top level>: Call it.
5433
5434 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
5435
5436 * gdb.cp/fpointer.cc: New test.
5437 * gdb.cp/fpointer.exp: New test.
5438
5439 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5440
5441 * gdb.base/solib-nodir.exp: New file.
5442 * lib/gdb.exp (runto): New case for a GDB internal error.
5443
5444 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5445 Ulrich Weigand <uweigand@de.ibm.com>
5446 Tom Tromey <tromey@redhat.com>
5447
5448 * gdb.base/charset-malloc.c: New file.
5449 * gdb.base/charset.c (malloc_stub): New prototype.
5450 (main): Call it instead of malloc itself.
5451 * gdb.base/charset.exp: Use only prepare_for_testing.
5452 (binfile): Remove the variable.
5453
5454 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 Make core files the process_stratum.
5457 * gdb.base/corefile.exp (run: load core again)
5458 (run: sanity check we see the core file, run: with core)
5459 (run: core file is cleared, attach: load core again)
5460 (attach: sanity check we see the core file, attach: with core)
5461 (attach: core file is cleared): New tests.
5462 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
5463
5464 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
5465
5466 * gdb.arch/altivec-abi.exp: New tests.
5467
5468 2010-07-13 Tom Tromey <tromey@redhat.com>
5469
5470 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5471 (main): Use it.
5472 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5473
5474 2010-07-13 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.base/label.exp: New file.
5477 * gdb.base/label.c: New file.
5478
5479 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5480 H.J. Lu <hongjiu.lu@intel.com>
5481
5482 * lib/gdb.exp (is_ilp32_target): New.
5483 (is_lp64_target): Likewise.
5484
5485 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5486 target.
5487 * gdb.arch/amd64-disp-step.exp: Likewise.
5488 * gdb.arch/amd64-dword.exp: Likewise.
5489 * gdb.arch/amd64-i386-address.exp: Likewise.
5490 * gdb.arch/amd64-word.exp: Likewise.
5491
5492 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5493 target.
5494 * gdb.arch/i386-bp_permanent.exp: Likewise.
5495 * gdb.arch/i386-byte.exp: Likewise.
5496 * gdb.arch/i386-disp-step.exp: Likewise.
5497 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5498 * gdb.arch/i386-prologue.exp: Likewise.
5499 * gdb.arch/i386-size-overlap.exp: Likewise.
5500 * gdb.arch/i386-size.exp: Likewise.
5501 * gdb.arch/i386-sse.exp: Likewise.
5502 * gdb.arch/i386-unwind.exp: Likewise.
5503 * gdb.arch/i386-word.exp: Likewise.
5504
5505 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5506 test only when building 64-bit executables. Do not hard-code
5507 -m64 option.
5508
5509 2010-07-07 Doug Evans <dje@google.com>
5510
5511 * lib/gdb.exp (gdb_test_list_exact): New function.
5512 * gdb.base/default.exp (show convenience): Call it, add tests for
5513 $_sdata = void, $_thread = 0.
5514
5515 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5516 Joel Brobecker <brobecker@adacore.com>
5517
5518 Fix re-run of PIE executable, PR shlibs/11776.
5519 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5520 Remove $displacement_main to match the solib-svr4.c change. New "kill"
5521 and re-"run" of the inferior.
5522
5523 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5524 Joel Brobecker <brobecker@adacore.com>
5525
5526 Cope with missing /usr/sbin/prelink.
5527 * lib/prelink-support.exp (prelink_no):
5528 <result == 1 && $output is "no such file or directory">: New.
5529 (prelink_yes): Likewise. Return on failed prelink_no.
5530
5531 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5532 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
5535 build_executable by build_executable_own_libs. Replace "prelink -R"
5536 execution by a call of prelink_yes. Comment why "prelink -r" needs no
5537 change.
5538 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
5539 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
5540 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5541 Replace build_executable by build_executable_own_libs's function
5542 build_executable_own_libs.
5543 (prelinkNO): Create new stub to call prelink_no.
5544 (prelinkYES): Create new stub to call prelink_yes.
5545 (test_attach): Rename calls of copy to file_copy.
5546 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5547 (copy): Move to ...
5548 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
5549 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5550 * gdb.base/prelink.exp: Disable testcase also for is_remote and
5551 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
5552 special flags by gdb_compile_shlib. Replace second gdb_compile by
5553 build_executable_own_libs. Replace "prelink -R" execution by a call of
5554 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
5555 a second call of prelink_yes. Replace restart commands by
5556 clean_restart.
5557 (prelink): Rename to ...
5558 (seen displacement message): ... this test. Extend its expectation
5559 strictness.
5560
5561 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5562
5563 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5564 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5565 displacement message exactly once.
5566
5567 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5568 Joel Brobecker <brobecker@adacore.com>
5569
5570 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
5571 its restore after the <$relink_args != ""> loop. new comment.
5572
5573 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5574 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5577 code for it. New variable relink_args.
5578 (prelinkYES): Call prelinkNO.
5579 (test_attach): Accept new parameter relink_args. Re-prelink the binary
5580 in such case. Move the core code to ...
5581 (test_attach_gdb): ... a new function. Send GDB command "file".
5582 Extend expected "Attaching to " string.
5583
5584 2010-07-02 Tom Tromey <tromey@redhat.com>
5585
5586 * gdb.base/bitops.exp: Remove extraneous "pass".
5587
5588 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
5589
5590 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5591
5592 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5593
5594 * gdb.base/help.exp: Adjust expected output.
5595
5596 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5597
5598 * gdb.base/help.exp: Adjust expected output.
5599
5600 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5603 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5604 c++/11702.
5605
5606 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5607 Doug Evans <dje@google.com>
5608
5609 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5610 add .dynamic entry'.
5611
5612 2010-06-29 Doug Evans <dje@google.com>
5613
5614 Test PR c++/11702.
5615 * gdb.cp/m-static.exp: Add testcase.
5616 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5617
5618 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5619 Tom Tromey <tromey@redhat.com>
5620 Thiago Jung Bauermann <bauerman@br.ibm.com>
5621
5622 * gdb.python/py-inferior.c: New File.
5623 * gdb.python/py-infthread.c: New File.
5624 * gdb.python/py-inferior.exp: New File.
5625 * gdb.python/py-infthread.exp: New File.
5626
5627 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5628
5629 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5630 (ptype ::C::OtherFileClass typedefs): New.
5631 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5632 (C::OtherFileClass::cOtherFileClassVar2): New.
5633 (C::OtherFileClass::cOtherFileClassVar_use): Use also
5634 cOtherFileClassVar2.
5635 (C::cOtherFileType2, C::cOtherFileVar2): New.
5636 (C::cOtherFileVar_use): use also cOtherFileVar2.
5637 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5638
5639 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5640
5641 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5642 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5643 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5644 (print ::C::cOtherFileVar)
5645 (whatis C::OtherFileClass::cOtherFileClassType)
5646 (whatis ::C::OtherFileClass::cOtherFileClassType)
5647 (print C::OtherFileClass::cOtherFileClassVar)
5648 (print ::cOtherFileClassVar)
5649 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5650 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5651 trailing content.
5652 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5653 (C::OtherFileClass::cOtherFileClassVar)
5654 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5655 (C::cOtherFileVar, C::cOtherFileVar_use): New.
5656
5657 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5658
5659 Test PR c++/11703 and PR gdb/1448.
5660 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5661 gdb/1448.
5662
5663 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5664
5665 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5666 (main) <rtti_data>: New.
5667 * gdb.cp/virtbase.exp (print rtti_data): New.
5668
5669 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5670 Joel Brobecker <brobecker@adacore.com>
5671
5672 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5673
5674 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5675
5676 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5677
5678 2010-06-28 Doug Evans <dje@google.com>
5679
5680 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5681
5682 2010-06-27 Doug Evans <dje@google.com>
5683
5684 * gdb.cp/m-static.exp: Update expected test output.
5685
5686 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
5687
5688 * gdb.gdb/selftest.exp: Adjust expected message for
5689 capturing start-up runtime.
5690
5691 2010-06-25 Tom Tromey <tromey@redhat.com>
5692
5693 PR python/10808:
5694 * gdb.python/python.exp: Add new tests.
5695
5696 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
5697
5698 * gdb.cp/operator.cc: Created an import loop.
5699 * gdb.cp/operator.exp: Added testcase for import loop.
5700
5701 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5702
5703 Test PR python/11407.
5704 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5705 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5706 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5707 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5708 executable_nofb and executable_fb. New variables srcsfile, objsfile,
5709 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5710 binfile. Call gdb_compile with clean_restart twice.
5711 (func_nofb print, func_nofb backtrace, func_loopfb print)
5712 (func_loopfb backtrace): New.
5713
5714 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5715
5716 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5717 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5718 by a hand made one.
5719 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
5720 i?86 requirement. Remove variables srcfile and binfile. New variable
5721 sources, executable_nofb and executable_fb. Call prepare_for_testing.
5722
5723 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5724
5725 * gdb.cell/dwarfaddr.exp: New file.
5726 * gdb.cell/dwarfaddr.S: New file.
5727
5728 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 Test PR 9436.
5731 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5732
5733 2010-06-24 Hui Zhu <teawater@gmail.com>
5734
5735 * gdb.base/eval.exp: New file.
5736
5737 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5738
5739 * gdb.cell/fork.exp: New file.
5740 * gdb.cell/fork.c: Likewise.
5741 * gdb.cell/fork-spu.c: Likewise.
5742
5743 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
5744
5745 * lib/gdb.exp (banned_variables_traced): New global variable.
5746 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5747 (gdb_init): Use `trace add variable' instead of obsolete
5748 `trace variable'.
5749
5750 2010-06-21 Doug Evans <dje@google.com>
5751
5752 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5753
5754 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5755
5756 * gdb.arch/spu-ls.exp: New file.
5757 * gdb.arch/spu-ls.c: Likewise.
5758
5759 2010-06-18 Stan Shebs <stan@codesourcery.com>
5760
5761 * gdb.threads/thread-specific.exp: Add tests of $_thread.
5762
5763 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5764
5765 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5766 * gdb.base/watch-cond.exp: Likewise.
5767 * gdb.python/py-breakpoint.exp: Likewise.
5768
5769 2010-06-18 Pedro Alves <pedro@codesourcery.com>
5770
5771 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5772 clean_restart, make sure every test has a distinct message, and
5773 that messages don't include the executable' full path.
5774
5775 2010-06-17 Doug Evans <dje@google.com>
5776
5777 * gdb.arch/i386-size.exp: Updated expected output for
5778 DISASSEMBLY_OMIT_FNAME.
5779
5780 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5781 Sergio Durigan Junior <sergiodj@redhat.com>
5782
5783 * gdb.base/watch-notconst.c: New file.
5784 * gdb.base/watch-notconst.S: New file.
5785 * gdb.base/watch-notconst2.c: New file.
5786 * gdb.base/watch-notconst2.S: New file.
5787 * gdb.base/watch-notconst.exp: New file.
5788 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5789 (func4): Add operations on `global_ptr_ptr'.
5790 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5791 routine to test watchpoints created with a constant expression.
5792 (test_inaccessible_watchpoint): Include tests for watchpoints
5793 created with a constant expression.
5794
5795 2010-06-14 Kevin Buettner <kevinb@redhat.com>
5796
5797 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5798 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5799 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5800 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5801 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5802 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5803 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5804 of `_start'.
5805
5806 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5807
5808 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5809 not supported on the target.
5810 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5811 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5812 * gdb.mi/mi-nsintrall.exp: Likewise.
5813 * gdb.mi/mi-nsmoribund.exp: Likewise.
5814 * gdb.mi/mi-nsthrexec.exp: Likewise.
5815
5816 2010-06-11 Stan Shebs <stan@codesourcery.com>
5817
5818 * gdb.base/permissions.exp: New file.
5819
5820 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5821
5822 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5823 does not support ELF executable class.
5824
5825 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5826
5827 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5828
5829 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5830
5831 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5832 (runto): Catch "The target does not support running in non-stop mode.".
5833
5834 2010-06-11 Michael Snyder <msnyder@vmware.com>
5835
5836 * gdb.base/setshow.exp (set language asm): Don't use
5837 gdb_test_no_output, fails on some targets.
5838
5839 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5840
5841 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5842 * gdb.cp/pr9167.exp: Likewise.
5843
5844 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5845
5846 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5847
5848 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5849
5850 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5851
5852 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5853
5854 * gdb.base/charset.c (main): Make sure malloc gets linked in.
5855
5856 2010-06-11 Tom Tromey <tromey@redhat.com>
5857
5858 PR gdb/9977, PR exp/11636::
5859 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5860 (pieces_test_f6): Update expected output.
5861
5862 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5863
5864 * gdb.base/moribund-step.exp: New.
5865
5866 2010-06-08 Michael Snyder <msnyder@vmware.com>
5867
5868 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
5869 * gdb.ada/boolean_expr.exp:
5870 * gdb.ada/frame_args.exp: Ditto.
5871 * gdb.ada/lang_switch.exp: Ditto.
5872 * gdb.ada/ptype_arith_binop.exp: Ditto.
5873 * gdb.ada/ref_param.exp: Ditto.
5874 * gdb.ada/type_coercion.exp:Ditto.
5875
5876 * gdb.asm/asm-source.exp: Ditto.
5877
5878 * gdb.base/attach.exp: Ditto.
5879 * gdb.base/bitfields2.exp: Ditto.
5880 * gdb.base/call-signal-resume.exp: Ditto.
5881 * gdb.base/callfuncs.exp: Ditto.
5882 * gdb.base/commands.exp: Ditto.
5883 * gdb.base/dbx.exp: Ditto.
5884 * gdb.base/default.exp: Ditto.
5885 * gdb.base/dump.exp: Ditto.
5886 * gdb.base/exprs.exp: Ditto.
5887 * gdb.base/freebpcmd.exp: Ditto.
5888 * gdb.base/interrupt.exp: Ditto.
5889 * gdb.base/list.exp: Ditto.
5890 * gdb.base/long_long.exp: Ditto.
5891 * gdb.base/maint.exp: Ditto.
5892 * gdb.base/ptype.exp: Ditto.
5893 * gdb.base/return.exp: Ditto.
5894 * gdb.base/setshow.exp: Ditto.
5895 * gdb.base/sigbpt.exp: Ditto.
5896 * gdb.base/sigrepeat.exp: Ditto.
5897
5898 * gdb.cp/classes.exp: Ditto.
5899
5900 * gdb.dwarf2/dw2-restore.exp: Ditto.
5901
5902 * gdb.gdb/selftest.exp: Ditto.
5903
5904 * gdb.multi/base.exp: Ditto.
5905 * gdb.multi/bkpt-multi-exec.exp: Ditto.
5906
5907 * gdb.python/py-block.exp: Ditto.
5908 * gdb.python/py-prettyprint.exp: Ditto.
5909 * gdb.python/py-template.exp: Ditto.
5910
5911 * gdb.server/ext-attach.exp: Ditto.
5912 * gdb.server/ext-run.exp: Ditto.
5913 * gdb.server/server-mon.exp: Ditto.
5914
5915 * gdb.threads/fork-thread-pending.exp: Ditto.
5916 * gdb.threads/hand-call-in-threads.exp: Ditto.
5917 * gdb.threads/interrupted-hand-call.exp: Ditto.
5918 * gdb.threads/linux-dp.exp: Ditto.
5919 * gdb.threads/manythreads.exp: Ditto.
5920 * gdb.threads/print-threads.exp: Ditto.
5921 * gdb.threads/pthreads.exp: Ditto.
5922 * gdb.threads/schedlock.exp: Ditto.
5923 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5924 * gdb.threads/threadapply.exp: Ditto.
5925
5926 2010-06-08 Michael Snyder <msnyder@vmware.com>
5927
5928 * gdb.ada/exec_changed.exp:
5929 Use ".*" instead of "" as wildcard regexp.
5930
5931 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5932 * gdb.base/call-ar-st.exp: Ditto.
5933 * gdb.base/checkpoint.exp: Ditto.
5934 * gdb.base/default.exp: Ditto.
5935 * gdb.base/dump.exp: Ditto.
5936 * gdb.base/ending-run.exp: Ditto.
5937 * gdb.base/fileio.exp: Ditto.
5938 * gdb.base/miscexprs.exp: Ditto.
5939 * gdb.base/pointers.exp: Ditto.
5940 * gdb.base/readline.exp: Ditto.
5941 * gdb.base/reread.exp: Ditto.
5942 * gdb.base/restore.exp: Ditto.
5943 * gdb.base/shlib-call.exp: Ditto.
5944 * gdb.base/valgrind-db-attach.exp: Ditto.
5945 * gdb.base/volatile.exp: Ditto.
5946 * gdb.base/watchpoints.exp: Ditto.
5947
5948 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5949
5950 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5951 * gdb.python/py-value.exp: Ditto.
5952
5953 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5954 * gdb.trace/circ.exp: Ditto.
5955 * gdb.trace/collection.exp: Ditto.
5956 * gdb.trace/packetlen.exp: Ditto.
5957 * gdb.trace/passc-dyn.exp: Ditto.
5958 * gdb.trace/report.exp: Ditto.
5959 * gdb.trace/tfile.exp: Ditto.
5960 * gdb.trace/tfind.exp: Ditto.
5961 * gdb.trace/while-dyn.exp: Ditto.
5962
5963 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5964
5965 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5966
5967 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5968
5969 Test PR 10640.
5970 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5971
5972 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5973
5974 * gdb.cp/koenig.exp: Test for ADL operators.
5975 * gdb.cp/koenig.cc: Added ADL operators.
5976 * gdb.cp/operator.exp: New test.
5977 * gdb.cp/operator.cc: New test.
5978
5979 2010-06-04 Michael Snyder <msnyder@vmware.com>
5980
5981 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5982 * gdb.base/pending.exp: Ditto.
5983
5984 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5985
5986 2010-06-04 Doug Evans <dje@google.com>
5987
5988 * gdb.python/py-prettyprint.exp: Add new test for enabled and
5989 disabled printers.
5990 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5991 (enable_lookup_function): New function.
5992
5993 2010-06-04 Tom Tromey <tromey@redhat.com>
5994
5995 * gdb.python/py-value.exp (test_value_hash): Don't test equality
5996 of hash and id.
5997
5998 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
6001 newline.
6002 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
6003 (empty verbose non-noisy clear, empty verbose noisy clear)
6004 (empty non-verbose noisy clear): Likewise.
6005
6006 2010-06-03 Michael Snyder <msnyder@vmware.com>
6007
6008 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
6009 * gdb.base/display.exp: Ditto.
6010 * gdb.base/find.exp: Ditto.
6011 * gdb.base/ifelse.exp: Ditto.
6012 * gdb.base/multi-forks.exp: Ditto.
6013 * gdb.base/recurse.exp: Ditto.
6014 * gdb.base/setshow.exp: Ditto.
6015 * gdb.base/value-double-free.exp: Ditto.
6016 * gdb.base/watch-vfork.exp: Ditto.
6017 * gdb.base/watch_thread_num.exp: Ditto.
6018 * gdb.base/watchpoint-solib.exp: Ditto.
6019 * gdb.base/watchpoint.exp: Ditto.
6020 * gdb.base/watchpoints.exp: Ditto.
6021
6022 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
6023 * gdb.cp/overload.exp: Ditto.
6024 * gdb.cp/virtfunc.exp: Ditto.
6025
6026 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
6027
6028 * gdb.reverse/watch-precsave.exp:
6029 Replace gdb_test with gdb_test_no_output.
6030
6031 * gdb.threads/attach-into-signal.exp:
6032 Replace gdb_test with gdb_test_no_output.
6033 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6034 * gdb.threads/watchthreads.exp: Ditto.
6035 * gdb.threads/watchthreads2.exp: Ditto.
6036
6037 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
6038 * gdb.trace/tfind.exp: Ditto.
6039
6040 2010-06-03 Joel Brobecker <brobecker@adacore.com>
6041
6042 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
6043 successful test if message is the empty string.
6044
6045 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6046
6047 * gdb.fortran/module.exp (stopped language detection): New test.
6048
6049 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6050
6051 Support DW_TAG_module as separate namespaces.
6052 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
6053 gdb.fortran/library-module-lib.f90: New.
6054 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
6055 (print i): Remove.
6056 (continue to breakpoint: i-is-1, print var_i value 1)
6057 (continue to breakpoint: i-is-2, print var_i value 2)
6058 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
6059 (print var_d, print var_i value 14, ptype modmany, complete `modm)
6060 (complete `modmany, complete `modmany`, complete `modmany`var)
6061 (show language, setting breakpoint at module): New tests.
6062 * gdb.fortran/module.f90 (module mod): Remove.
6063 (module mod1, module mod2, module modmany, subroutine sub1)
6064 (subroutine sub2, program module): New.
6065
6066 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6067
6068 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
6069 (print value of rUC, print value of rI, print value of UI): ... here.
6070 * gdb.cp/anon-union.exp (pass): Rename to ...
6071 (print z 2): ... here.
6072
6073 2010-06-02 Michael Snyder <msnyder@vmware.com>
6074
6075 * gdb.trace/actions.exp: Use gdb_test_no_output.
6076 * gdb.trace/circ.exp: Ditto.
6077 * gdb.trace/packetlen.exp: Ditto.
6078 * gdb.trace/save-trace.exp: Ditto.
6079 * gdb.trace/tracecmd.exp: Ditto.
6080 * gdb.trace/tsv.exp: Ditto.
6081
6082 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
6083 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
6084 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6085 * gdb.threads/manythreads.exp: Ditto.
6086 * gdb.threads/print-threads.exp: Ditto.
6087 * gdb.threads/pthreads.exp: Ditto.
6088 * gdb.threads/schedlock.exp: Ditto.
6089 * gdb.threads/staticthreads.exp: Ditto.
6090 * gdb.threads/thread-specific.exp: Ditto.
6091 * gdb.threads/thread-unwindonsignal.exp: Ditto.
6092 * gdb.threads/threadapply.exp: Ditto.
6093 * gdb.threads/watchthreads.exp: Ditto.
6094 * gdb.threads/watchthreads2.exp: Ditto.
6095
6096 * gdb.python/py-block.exp: Use gdb_test_no_output.
6097 * gdb.python/py-prettyprint.exp: Ditto.
6098 * gdb.python/py-template.exp: Ditto.
6099 * gdb.python/py-value.exp: Ditto.
6100
6101 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
6102 * gdb.reverse/watch-reverse.exp: Ditto.
6103
6104 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
6105 * gdb.server/ext-run.exp: Ditto.
6106
6107 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
6108 * gdb.dwarf2/dw2-compressed.exp: Ditto.
6109 * gdb.dwarf2/dw2-intercu.exp: Ditto.
6110 * gdb.dwarf2/dw2-intermix.exp: Ditto.
6111 * gdb.dwarf2/dw2-producer.exp: Ditto.
6112 * gdb.dwarf2/mac-fileno.exp: Ditto.
6113
6114 * gdb.gdb/observer.exp: Use gdb_test_no_output.
6115 * gdb.gdb/selftest.exp: Ditto.
6116
6117 * gdb.multi/base.exp: Use gdb_test_no_output.
6118
6119 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
6120
6121 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6122
6123 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
6124
6125 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6126
6127 * gdb.cp/class2.exp: Use gdb_test_no_output.
6128 * gdb.cp/classes.exp: Ditto.
6129 * gdb.cp/extern-c.exp: Ditto.
6130 * gdb.cp/inherit.exp: Ditto.
6131 * gdb.cp/maint.exp: Ditto.
6132 * gdb.cp/mb-inline.exp: Ditto.
6133 * gdb.cp/mb-templates.exp: Ditto.
6134 * gdb.cp/method2.exp: Ditto.
6135 * gdb.cp/misc.exp: Ditto.
6136 * gdb.cp/ovldbreak.exp: Ditto.
6137 * gdb.cp/punctuator.exp: Ditto.
6138 * gdb.cp/templates.exp: Ditto.
6139 * gdb.cp/virtbase.exp: Ditto.
6140
6141 * gdb.threads/attach-stopped.exp:
6142 Replace uses of send_gdb / gdb_expect.
6143 * gdb.threads/attachstop-mt.exp:
6144 Replace uses of send_gdb / gdb_expect.
6145 * gdb.threads/gcore-thread.exp:
6146 Replace uses of send_gdb / gdb_expect.
6147 * gdb.threads/hand-call-in-threads.exp:
6148 Replace uses of send_gdb / gdb_expect.
6149 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
6150 * gdb.threads/print-threads.exp:
6151 Replace uses of send_gdb / gdb_expect.
6152 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
6153 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
6154 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
6155
6156 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
6157 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
6158 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
6159 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
6160 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
6161 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
6162 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
6163 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
6164 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
6165 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
6166 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
6167
6168 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6169
6170 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
6171
6172 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
6173
6174 * gdb.cp/koenig.exp: Added new test case.
6175 * gdb.cp/koenig.cc: Ditto.
6176
6177 2010-06-01 Michael Snyder <msnyder@vmware.com>
6178
6179 * gdb.base/arithmet.exp: Use gdb_test_no_output.
6180 * gdb.base/arrayidx.exp: Ditto.
6181 * gdb.base/attach.exp: Ditto.
6182 * gdb.base/auxv.exp: Ditto.
6183 * gdb.base/bigcre.exp: Ditto.
6184 * gdb.base/break-always.exp: Ditto.
6185 * gdb.base/break-interp.exp: Ditto.
6186 * gdb.base/break.exp: Ditto.
6187 * gdb.base/breakpoint-shadow.exp: Ditto.
6188 * gdb.base/call-ar-st.exp: Ditto.
6189 * gdb.base/call-sc.exp: Ditto.
6190 * gdb.base/call-signal-resume.exp: Ditto.
6191 * gdb.base/callfuncs.exp: Ditto.
6192 * gdb.base/catch-syscall.exp: Ditto.
6193 * gdb.base/charset.exp: Ditto.
6194 * gdb.base/code-expr.exp: Ditto.
6195 * gdb.base/commands.exp: Ditto.
6196 * gdb.base/cond-expr.exp: Ditto.
6197 * gdb.base/condbreak.exp: Ditto.
6198 * gdb.base/cursal.exp: Ditto.
6199 * gdb.base/cvexpr.exp: Ditto.
6200 * gdb.base/default.exp: Ditto.
6201 * gdb.base/del.exp: Ditto.
6202 * gdb.base/detach.exp: Ditto.
6203 * gdb.base/display.exp: Ditto.
6204 * gdb.base/ena-dis-br.exp: Ditto.
6205 * gdb.base/eval-skip.exp: Ditto.
6206 * gdb.base/foll-fork.exp: Ditto.
6207 * gdb.base/foll-vfork.exp: Ditto.
6208 * gdb.base/frame-args.exp: Ditto.
6209 * gdb.base/funcargs.exp: Ditto.
6210 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6211 * gdb.base/gdbvars.exp: Ditto.
6212 * gdb.base/help.exp: Ditto.
6213 * gdb.base/ifelse.exp: Ditto.
6214 * gdb.base/included.exp: Ditto.
6215 * gdb.base/list.exp: Ditto.
6216 * gdb.base/macscp.exp: Ditto.
6217 * gdb.base/maint.exp: Ditto.
6218 * gdb.base/multi-fork.exp: Ditto.
6219 * gdb.base/overlays.exp: Ditto.
6220 * gdb.base/page.exp: Ditto.
6221 * gdb.base/pending.exp: Ditto.
6222 * gdb.base/pointers.exp: Ditto.
6223 * gdb.base/pr11022.exp: Ditto.
6224 * gdb.base/prelink.exp: Ditto.
6225 * gdb.base/printcmds.exp: Ditto.
6226 * gdb.base/psymtab.exp: Ditto.
6227 * gdb.base/randomize.exp: Ditto.
6228 * gdb.base/relational.exp: Ditto.
6229 * gdb.base/relocate.exp: Ditto.
6230 * gdb.base/remote.exp: Ditto.
6231 * gdb.base/sepdebug.exp: Ditto.
6232 * gdb.base/set-lang-auto.exp: Ditto.
6233 * gdb.base/setshow.exp: Ditto.
6234 * gdb.base/setvar.exp: Ditto.
6235 * gdb.base/signals.exp: Ditto.
6236 * gdb.base/signull.exp: Ditto.
6237 * gdb.base/sigstep.exp: Ditto.
6238 * gdb.base/sizeof.exp: Ditto.
6239 * gdb.base/solib-disc.exp: Ditto.
6240 * gdb.base/store.exp: Ditto.
6241 * gdb.base/structs.exp: Ditto.
6242 * gdb.base/structs2.exp: Ditto.
6243 * gdb.base/subst.exp: Ditto.
6244 * gdb.base/term.exp: Ditto.
6245 * gdb.base/trace-commands.exp: Ditto.
6246 * gdb.base/unwindonsignal.exp: Ditto.
6247 * gdb.base/valgrind-db-attach.exp: Ditto.
6248 * gdb.base/varargs.exp: Ditto.
6249 * gdb.base/watch-cond.exp: Ditto.
6250 * gdb.base/watch_thread_num.exp: Ditto.
6251 * gdb.base/watchpoint-cond-gone.exp: Ditto.
6252 * gdb.base/watchpoint.exp: Ditto.
6253 * gdb.base/whatis-exp.exp: Ditto.
6254
6255 2010-06-01 Michael Snyder <msnyder@vmware.com>
6256
6257 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
6258 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
6259 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
6260 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
6261 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
6262 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
6263 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
6264 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
6265 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
6266 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
6267 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
6268 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
6269 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
6270 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
6271 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
6272
6273 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * gdb.base/commands.exp (begin commands on watch): Remove excessive
6276 trailing newline.
6277 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
6278 * gdb.java/jmisc.exp (p *args\n): Rename to ...
6279 (p *args): ... here and remove excessive trailing newline.
6280
6281 2010-05-31 Joel Brobecker <brobecker@adacore.com>
6282
6283 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
6284
6285 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6286
6287 Accept the new Linux kernel "t (tracing stop)" string.
6288 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
6289 Update comment.
6290 (state_wait) <T (tracing stop)>: New.
6291 (main): Update the state_wait expect string.
6292
6293 2010-05-28 Pedro Alves <pedro@codesourcery.com>
6294
6295 * limits.c, limits.exp: Delete files.
6296 * Makefile.in (clean mostlyclean): Adjust.
6297 * tracecmd.exp: Adjust.
6298
6299 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6300
6301 * gdb.base/tui-layout.exp: New.
6302
6303 2010-05-28 Michael Snyder <msnyder@vmware.com>
6304
6305 * gdb.reverse/break-precsave.exp:
6306 Replace uses of send_gdb / gdb_expect.
6307 * gdb.reverse/break-reverse.exp:
6308 Replace uses of send_gdb / gdb_expect.
6309 * gdb.reverse/consecutive-precsave.exp:
6310 Replace uses of send_gdb / gdb_expect.
6311 * gdb.reverse/consecutive-reverse.exp:
6312 Replace uses of send_gdb / gdb_expect.
6313 * gdb.reverse/finish-precsave.exp:
6314 Replace uses of send_gdb / gdb_expect.
6315 * gdb.reverse/finish-reverse.exp:
6316 Replace uses of send_gdb / gdb_expect.
6317 * gdb.reverse/i386-precsave.exp:
6318 Replace uses of send_gdb / gdb_expect.
6319 * gdb.reverse/i386-reverse.exp:
6320 Replace uses of send_gdb / gdb_expect.
6321 * gdb.reverse/i386-sse-reverse.exp:
6322 Replace uses of send_gdb / gdb_expect.
6323 * gdb.reverse/i387-env-reverse.exp:
6324 Replace uses of send_gdb / gdb_expect.
6325 * gdb.reverse/i387-stack-reverse.exp:
6326 Replace uses of send_gdb / gdb_expect.
6327 * gdb.reverse/machinestate-precsave.exp:
6328 Replace uses of send_gdb / gdb_expect.
6329 * gdb.reverse/machinestate.exp:
6330 Replace uses of send_gdb / gdb_expect.
6331 * gdb.reverse/sigall-precsave.exp:
6332 Replace uses of send_gdb / gdb_expect.
6333 * gdb.reverse/sigall-reverse.exp:
6334 Replace uses of send_gdb / gdb_expect.
6335 * gdb.reverse/solib-precsave.exp:
6336 Replace uses of send_gdb / gdb_expect.
6337 * gdb.reverse/solib-reverse.exp:
6338 Replace uses of send_gdb / gdb_expect.
6339 * gdb.reverse/step-precsave.exp:
6340 Replace uses of send_gdb / gdb_expect.
6341 * gdb.reverse/step-reverse.exp:
6342 Replace uses of send_gdb / gdb_expect.
6343 * gdb.reverse/until-precsave.exp:
6344 Replace uses of send_gdb / gdb_expect.
6345 * gdb.reverse/until-reverse.exp:
6346 Replace uses of send_gdb / gdb_expect.
6347 * gdb.reverse/watch-precsave.exp:
6348 Replace uses of send_gdb / gdb_expect.
6349 * gdb.reverse/watch-reverse.exp:
6350 Replace uses of send_gdb / gdb_expect.
6351
6352 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6353
6354 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6355 excessive newline.
6356
6357 2010-05-27 Michael Snyder <msnyder@vmware.com>
6358
6359 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
6360 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6361 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6362 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6363 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6364 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6365 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6366 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6367 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6368 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6369 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6370 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6371 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6372 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6373 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6374 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6375 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6376 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6377 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
6378
6379 2010-05-26 Michael Snyder <msnyder@vmware.com>
6380
6381 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6382 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6383
6384 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6385 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6386 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6387
6388 * gdb.reverse/consecutive-reverse.exp:
6389 Replace uses of send_gdb / gdb_expect.
6390 * gdb.reverse/consecutive-precsave.exp:
6391 Replace uses of send_gdb / gdb_expect.
6392
6393 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6394 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6395 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
6396 * gdb.mi/mi-ns-stale-regcache.exp:
6397 Replace uses of send_gdb / gdb_expect.
6398 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6399 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6400 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6401 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6402 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6403 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6404 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6405 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6406 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
6407
6408 2010-05-26 Michael Snyder <msnyder@vmware.com>
6409
6410 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6411
6412 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6413
6414 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6415 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6416 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6417 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6418 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6419 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6420 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6421 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6422 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6423
6424 2010-05-25 Tom Tromey <tromey@redhat.com>
6425
6426 * gdb.base/macscp.exp: Add missing space after setup_kfail.
6427
6428 2010-05-25 Tom Tromey <tromey@redhat.com>
6429
6430 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6431 argument order.
6432 * gdb.base/macscp.exp: Fix setup_kfail argument order.
6433 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6434 order.
6435 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6436 order.
6437 * gdb.base/call-sc.exp (setup_kfails): Remove.
6438 (setup_compiler_kfails): Remove.
6439 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6440 argument order.
6441 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6442 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6443 (advancei): Fix setup_kfail argument order.
6444 * gdb.base/radix.exp: Fix setup_kfail argument order.
6445 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6446 order.
6447 * gdb.base/structs.exp (setup_kfails): Remove.
6448 (setup_compiler_kfails): Fix setup_kfail argument order.
6449 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6450 order.
6451 * gdb.java/jmain.exp: Fix setup_kfail argument order.
6452 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6453 setup_kfail argument order.
6454 * gdb.cp/overload.exp: Fix setup_kfail argument order.
6455
6456 2010-05-25 Tom Tromey <tromey@redhat.com>
6457
6458 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6459
6460 2010-05-25 Michael Snyder <msnyder@vmware.com>
6461
6462 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6463 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6464 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6465 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6466 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6467 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6468 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6469 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6470 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
6471 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6472 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6473 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6474 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6475 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6476 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6477 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6478 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6479 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6480 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6481 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6482 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6483 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6484 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
6485 * gdb.base/default.exp: Replace send_gdb with gdb_test.
6486 * gdb.base/define.exp: Replace send_gdb with gdb_test.
6487 * gdb.base/display.exp: Replace send_gdb with gdb_test.
6488 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6489 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6490 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6491 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6492 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6493 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6494 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6495 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6496 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6497 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6498 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6499 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6500 * gdb.base/help.exp: Replace send_gdb with gdb_test.
6501 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6502 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6503 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
6504 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6505 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6506 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6507 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6508 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6509 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
6510
6511 2010-05-25 Doug Evans <dje@google.com>
6512
6513 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6514 gdb.string_to_argv.
6515
6516 2010-05-21 Tom Tromey <tromey@redhat.com>
6517
6518 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6519 Call it.
6520 * gdb.dwarf2/pieces.S: Update.
6521 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6522
6523 2010-05-21 Tom Tromey <tromey@redhat.com>
6524
6525 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6526 Call it.
6527 * gdb.dwarf2/pieces.c (struct C): New.
6528 (f6): New function.
6529 * gdb.dwarf2/pieces.S: Replace.
6530
6531 2010-05-21 Tom Tromey <tromey@redhat.com>
6532
6533 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6534 Call it.
6535
6536 2010-05-21 Tom Tromey <tromey@redhat.com>
6537
6538 * gdb.dwarf2.pieces.exp: New file.
6539 * gdb.dwarf2.pieces.S: New file.
6540 * gdb.dwarf2.pieces.c: New file.
6541
6542 2010-05-20 Pedro Alves <pedro@codesourcery.com>
6543 Joel Brobecker <brobecker@adacore.com>
6544
6545 * lib/gdb.exp (gdb_test_no_output): New function.
6546 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6547 when testing commands that should produce no output.
6548
6549 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6550
6551 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6552 parameter that we want to watch being a constant.
6553
6554 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6555
6556 * gdb.ada/cond_lang: New testcase.
6557
6558 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6559
6560 * lib/gdb.exp (banned_variables): New variable/constant.
6561 (gdb_init): Add write trace on variables listed in banned_variables.
6562 (gdb_finish): Remove write traces on variables listed in
6563 banned_variables.
6564
6565 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6566
6567 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6568 * gdb.cp/koenig.exp: Likewise.
6569
6570 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
6571
6572 PR python/11482
6573
6574 * gdb.python/py-value.exp (test_value_hash): New function.
6575
6576 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
6577
6578 PR exp/11530.
6579 * gdb.base/gdb11530.c: New file.
6580 * gdb.base/gdb11530.exp: New file.
6581
6582 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6583
6584 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6585 * gdb.dwarf2/dw2-modula2-self-type.S: New.
6586
6587 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
6588
6589 * gdb.cp/koenig.exp: New test.
6590 * gdb.cp/koenig.cc: New test program.
6591
6592 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6593
6594 Remove the use of prms_id and bug_id throughout the testsuite.
6595
6596 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6597
6598 PR exp/11349.
6599 * testsuite/gdb.cp/ref-types.exp: Add test to examine
6600 use a reference local variable.
6601
6602 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6605 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
6606 variable different_dir. Move debugfile into a full directory pathname
6607 under DIFFERENT_DIR.
6608 * lib/gdb.exp (separate_debug_filename): Remove.
6609 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
6610 variable debug_dir and mkdir of it. Update function comments.
6611
6612 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6613
6614 PR gdb/11557
6615
6616 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6617 files.
6618
6619 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6620
6621 * gdb.python/py-param.exp: New File.
6622
6623 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6624
6625 * gdb.base/default.exp: Fix "set language" test.
6626
6627 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
6628
6629 PR breakpoints/11531.
6630 * gdb.base/gdb11531.c: New file.
6631 * gdb.base/gdb11531.exp: New file.
6632
6633 2010-04-26 Tom Tromey <tromey@redhat.com>
6634
6635 * gdb.base/completion.exp: Add tests for completion and deprecated
6636 commands.
6637
6638 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6641 (print /x char_array): Escape curly brackets.
6642
6643 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 Fix deadlock on looped list of loaded shared objects.
6646 * gdb.base/solib-corrupted.exp: New.
6647
6648 2010-04-23 Doug Evans <dje@google.com>
6649
6650 * gdb.python/py-section-script.c: New file.
6651 * gdb.python/py-section-script.exp: New file.
6652 * gdb.python/py-section-script.py: New file.
6653
6654 2010-04-20 Chris Moller <cmoller@redhat.com>
6655
6656 PR 10179
6657
6658 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6659 * gdb.base/pr10179-a.c:
6660 * gdb.base/pr10179-b.c:
6661 * gdb.base/pr10179.exp: New files.
6662
6663 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6664
6665 Fix crashes on dangling display expressions.
6666 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6667 is SEP.
6668 (lib_flags): Remove the "debug" keyword.
6669 (libsepdebug): New variable for iterating new loop.
6670 (save_pf_prefix): New variable wrapping the loop.
6671 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
6672 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6673
6674 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6675
6676 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6677
6678 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6679
6680 PR stabs/11479.
6681 * gdb.stabs/gdb11479.exp: New file.
6682 * gdb.stabs/gdb11479.c: New file.
6683
6684 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6685
6686 * gdb.base/charset.c (Strin16, String32): New variables.
6687 * gdb.base/charset.exp (gdb_test): Test correct display
6688 of 16 or 32 bit strings.
6689
6690 2010-04-21 Chris Moller <cmoller@redhat.com>
6691
6692 PR 9167
6693 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6694 * gdb.cp/pr9167.cc: New file.
6695 * gdb.cp/pr9167.exp: New file.
6696
6697
6698 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6699
6700 PR pascal/11492.
6701 * gdb.pascal/gdb11492.pas: New file.
6702 * gdb.pascal/gdb11492.exp: New file.
6703
6704 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6705
6706 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
6707
6708 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6709
6710 * gdb.ada/dyn_loc: New testcase.
6711
6712 2010-04-20 Chris Moller <cmoller@redhat.com>
6713
6714 PR 10867
6715
6716 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
6717 * gdb.cp/pr10687.cc: New file.
6718 * gdb.cp/pr10687.exp: New file.
6719
6720
6721 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6722 Sergio Durigan Junior <sergiodj@redhat.com>
6723
6724 * gdb.fortran/logical.exp: New testcase.
6725 * gdb.fortran/logical.f90: New file.
6726
6727 2010-04-19 Doug Evans <dje@google.com>
6728
6729 * gdb.base/help.exp (help source): Update expected output.
6730
6731 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6732
6733 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6734 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
6735 gdb_exit and return.
6736 (executable): New variable.
6737 (binfile): Use it.
6738
6739 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6740
6741 PR breakpoints/8554.
6742
6743 * gdb.trace/save-trace.exp: Adjust.
6744
6745 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6746
6747 PR corefiles/11511
6748 * gdb.arch/system-gcore.exp: New.
6749 * gdb.arch/gcore.c: Likewise.
6750
6751 2010-04-15 Doug Evans <dje@google.com>
6752
6753 * gdb.python/py-progspace.c: New file.
6754 * gdb.python/py-progspace.exp: New file.
6755
6756 * gdb.base/source.exp: Add tests for "source -s".
6757
6758 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6759
6760 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6761 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6762 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6763 * gdb.python/py-mi.exp: New test for to_string returning None.
6764
6765 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
6766
6767 * gdb.python/py-breakpoint.c: Make result global.
6768
6769 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6770
6771 Fix non-GNU make compatibility.
6772 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6773
6774 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6775
6776 * gdb.python/py-breakpoint.exp: New File.
6777 * gdb.python/py-breakpoint.C: Ditto.
6778
6779 2010-04-08 Stan Shebs <stan@codesourcery.com>
6780
6781 * gdb.trace/actions.exp: Clear default-collect.
6782 * gdb.trace/save-trace.exp: Clear default-collect.
6783
6784 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6785
6786 * gdb.python/py-value: Add null string variable.
6787 (test_lazy_string): Test zero length, NULL address lazy
6788 strings.
6789
6790 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6791
6792 * gdb.arch/i386-avx.c: New.
6793 * gdb.arch/i386-avx.exp: Likewise.
6794
6795 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6796
6797 2010-04-06 Doug Evans <dje@google.com>
6798
6799 * gdb.base/source-test.gdb: New file.
6800 * gdb.base/source.exp: Test source -v.
6801
6802 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6803
6804 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6805
6806 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6807
6808 * gdb.stabs/aout.sed: Convert all backslash to double backslash
6809 within one line, unless it is followed by a double quote.
6810 * gdb.stabs/hppa.sed: Idem.
6811 * gdb.stabs/weird.def: Add char and String constants
6812 * gdb.stabs/weird.exp: Check for correct parsing of
6813 char and string constants.
6814 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6815 in .stabs to .stabx substitution.
6816
6817 2010-04-05 Stan Shebs <stan@codesourcery.com>
6818
6819 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6820 constant global.
6821 * gdb.trace/tfile.exp: Try to print them.
6822
6823 2010-04-04 Stan Shebs <stan@codesourcery.com>
6824
6825 * gdb.base/completion.exp: Update for new "info watchpoints".
6826 * gdb.base/default.exp: Ditto.
6827 * gdb.base/help.exp: Ditto.
6828 * gdb.base/watchpoint.exp: Ditto.
6829 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
6830
6831 2010-04-04 Stan Shebs <stan@codesourcery.com>
6832
6833 * gdb.trace/tfile.exp: Sharpen tfind test.
6834
6835 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 * gdb.base/break-entry.exp: New.
6838
6839 2010-04-02 Hui Zhu <teawater@gmail.com>
6840 Michael Snyder <msnyder@vmware.com>
6841
6842 * gdb.reverse/i386-sse-reverse.exp: New file.
6843 * gdb.reverse/i386-sse-reverse.c: New file.
6844
6845 2010-04-02 Pedro Alves <pedro@codesourcery.com>
6846
6847 * gdb.trace/tfind.exp: Adjust expected disassembly output.
6848
6849 2010-04-01 Stan Shebs <stan@codesourcery.com>
6850
6851 * gdb.trace/actions.exp: Tweak expected output.
6852 * gdb.trace/while-stepping.exp: Tweak expected output.
6853
6854 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6855
6856 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6857
6858 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6859
6860 * gdb.base/commands.exp: Adjust.
6861 * gdb.cp/extern-c.exp: Adjust.
6862
6863 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6864
6865 * gdb.trace/collection.c (local_test_func): Define a local struct,
6866 and instanciate it.
6867
6868 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6869
6870 * gdb.trace/collection.exp (gdb_collect_args_test)
6871 (gdb_collect_argarray_test): XFAIL the tests that assume the
6872 argarray argument's elements are collected.
6873
6874 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6875
6876 * gdb.dwarf2/dw2-bad-parameter-type.exp,
6877 gdb.dwarf2/dw2-bad-parameter-type.S: New.
6878
6879 2010-03-31 Stan Shebs <stan@codesourcery.com>
6880
6881 * gdb.trace/save-trace.exp: Test save/restore of default-collect
6882 and tracepoint conditionals.
6883 (gdb_verify_tracepoints): Delete unused return.
6884
6885 2010-03-26 Keith Seitz <keiths@redhat.com>
6886
6887 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6888 appear in the output before main.
6889 Remove KFAIL for gdb/2215 aka bz 9320.
6890
6891 2010-03-30 Doug Evans <dje@google.com>
6892
6893 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6894 by dejagnu.
6895 * gdb.arch/amd64-dword.exp: Ditto.
6896
6897 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6898 match.
6899 (break printf): Ditto.
6900
6901 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
6902
6903 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6904 gcc < 4.4.
6905 * gdb.cp/shadow.exp: Ditto.
6906
6907 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6908
6909 * gdb.trace/collection.exp (run_trace_experiment): Make sure
6910 "tstart" is silent.
6911
6912 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6913
6914 * gdb.trace/collection.exp (executable): New.
6915 (binfile): Use it.
6916 (fpreg, spreg, pcreg): New.
6917 (test_register): Use gdb_test_multiple. Pass /x to print.
6918 (prepare_for_trace_test): New.
6919 (run_trace_experiment): Use "continue", not gdb_run_cmd.
6920 (gdb_collect_args_test, gdb_collect_argstruct_test)
6921 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6922 prepare_for_trace_test.
6923 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
6924 fpreg, spreg and pcreg.
6925 (gdb_collect_expression_test, gdb_collect_globals_test): Use
6926 prepare_for_trace_test.
6927 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
6928 try to detect tracing support here. Don't set breakpoints at
6929 `begin' or `end' here.
6930 <global scope>: Use clean_restart. Run to main before checking
6931 for tracing support. Check for for tracing support here.
6932
6933 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6934
6935 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6936 " as $displacement" to "seen displacement message".
6937
6938 2010-03-28 Pedro Alves <pedro@codesourcery.com>
6939
6940 * gdb.trace/while-dyn.exp (executable): New variable.
6941 (binfile): Use it.
6942 (test_while_stepping): New function. Move most tests here. Call
6943 it once for each of the while-stepping, stepping and ws aliases.
6944
6945 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6946
6947 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6948 that do not provide the tagless_struct type name at all.
6949 (test_print_anon_union): Do not check value of uninitialized
6950 union member. Do not use cp_test_ptype_class, so we can accept
6951 "long" as well as "long int".
6952
6953 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6954
6955 * gdb.trace/tfile.c (tohex, bin2hex): New.
6956 (write_error_trace_file): Hexify error description.
6957
6958 2010-03-25 Stan Shebs <stan@codesourcery.com>
6959
6960 * gdb.trace/tfile.c: Generate an additional trace file, improve
6961 portability.
6962 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6963 files in a better way.
6964
6965 2010-03-25 Keith Seitz <keiths@redhat.com>
6966
6967 * gdb.java/jprint.exp: XFAIL printing of static class members
6968 because of GCC debuginfo problem.
6969
6970 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6973
6974 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6975
6976 * gdb.base/completion.exp: Allow long instead of long int.
6977 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6978 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6979 variable p.
6980 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6981 * gdb.base/pointers.exp: Allow long instead of long int.
6982 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6983 * gdb.base/step-line.exp: Allow a directory before the source file name.
6984
6985 2010-03-24 Tom Tromey <tromey@redhat.com>
6986
6987 PR breakpoints/9352:
6988 * gdb.base/default.exp: Update.
6989 * gdb.base/commands.exp: Update.
6990 * gdb.cp/extern-c.exp: Test setting commands on multiple
6991 breakpoints at once.
6992
6993 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6994
6995 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6996 if gdb,nosignals.
6997 * gdb.base/watchpoints.c: Do not include unnecessary headers.
6998 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6999 exited".
7000
7001 2010-03-24 Stan Shebs <stan@codesourcery.com>
7002
7003 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
7004
7005 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7006
7007 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
7008 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
7009 argument. Handle "short" and "long".
7010 (Top level): Pass overprototyped output for old_fptr and xptr.
7011
7012 2010-03-23 Pedro Alves <pedro@codesourcery.com>
7013
7014 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
7015 format strings and add casts to avoid compiler warnings.
7016
7017 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
7018
7019 * lib/trace-support.exp (gdb_trace_setactions):
7020 Don't expect whitespace after ">" prompt.
7021 * gdb.trace/actions.exp: Adjust for output changes.
7022 * gdb.trace/while-stepping.exp: Likewise.
7023
7024 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7025
7026 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
7027 and r157645).
7028
7029 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7030
7031 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
7032 New.
7033
7034 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
7035
7036 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
7037 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
7038
7039 2010-03-19 Stan Shebs <stan@codesourcery.com>
7040
7041 * gdb.trace/ax.exp: New file.
7042
7043 2010-03-19 Doug Evans <dje@google.com>
7044
7045 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
7046 output from gcc.
7047
7048 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
7049 named /usr/sbin/prelink<foo>.
7050
7051 2010-03-18 Stan Shebs <stan@codesourcery.com>
7052
7053 * gdb.trace/circ.exp: Test circular-trace-buffer.
7054 * gdb.trace/tfile.exp: Update tstatus test.
7055
7056 2010-03-18 Joel Brobecker <brobecker@adacore.com>
7057
7058 * gdb.dwarf2/dw2-anonymous-func.S: New file.
7059 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
7060
7061 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7062
7063 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
7064
7065 2010-03-18 Pedro Alves <pedro@codesourcery.com>
7066
7067 * gdb.base/default.exp: Adjust the expected output of the finish
7068 and until commands when the inferior is not being run.
7069
7070 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
7071
7072 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
7073 * gdb.cp/nsusing.exp: Ditto.
7074
7075 2010-03-15 Tom Tromey <tromey@redhat.com>
7076
7077 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
7078 * gdb.cp/userdef.cc (operator==): New function.
7079 (main): New locals mem1, mem2.
7080
7081 2010-03-15 Jie Zhang <jie@codesourcery.com>
7082
7083 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
7084 Declare and use new loadtimeout variable.
7085
7086 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
7087
7088 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
7089 Use gdb_load later.
7090
7091 2010-03-14 Pedro Alves <pedro@codesourcery.com>
7092
7093 * gdb.base/solib-disc.c (main): Make format of fprintf a string
7094 literal. Add missing endlines to prints to stderr.
7095
7096 2010-03-12 Tom Tromey <tromey@redhat.com>
7097
7098 PR c++/9708:
7099 * gdb.cp/m-static.exp: Add regression test.
7100 * gdb.cp/m-static.cc (method): New method.
7101 (main): Call it.
7102
7103 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
7104
7105 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
7106 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
7107
7108 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
7109
7110 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
7111
7112 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
7113
7114 * lib/gdb.exp (skip_stl_tests): New.
7115 (gdb_compile): Symbian needs -ldl.
7116 (shlib_target_file): New.
7117 (shlib_symbol_file): New.
7118 (gdb_load_shlibs): Use shlib_target_file.
7119 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
7120 * gdb.cp/exception.exp: Use skip_stl_tests.
7121 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
7122 * gdb.cp/try_catch.exp: Use skip_stl_tests.
7123 * gdb.cp/mb-templates.exp: Ditto.
7124 * gdb.base/commands.exp: Relax regexes.
7125 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
7126 shlib_target_file and shlib_symbol_file.
7127 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
7128 sections.
7129 * gdb.base/ending-run.exp: Accept E32Main for symbian.
7130 * gdb.base/solib-disc.exp: Use
7131 shlib_target_file and shlib_symbol_file.
7132 * gdb.base/unload.exp: Don't skip on symbian. Use
7133 shlib_target_file and shlib_symbol_file.
7134 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
7135
7136 2010-03-12 Pedro Alves <pedro@codesourcery.com>
7137
7138 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
7139 * gdb.trace/report.exp: Adjust for x86 and x86_64.
7140 Issue a tfind end before looking for a tracepoint frame.
7141 * gdb.trace/tfind.exp: Adjust tstatus output.
7142 Adjust disassembly output.
7143 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
7144
7145 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 * gdb.base/break-interp.exp: Create new displacement parameter value
7148 for the test_ld calls.
7149 (reach): New parameter displacement, verify its content. New push of
7150 pf_prefix "reach-$func:". Import global expect_out.
7151 (test_core): New parameter displacement, verify its content. New push
7152 of pf_prefix "core:". New command "set verbose on". Import global
7153 expect_out.
7154 (test_attach): New parameter displacement, verify its content. New
7155 push of pf_prefix "attach:". New command "set verbose on". Import
7156 global expect_out.
7157 (test_ld): New parameter displacement, pass it to the reach, test_core
7158 and test_attach calls and verify its content in the "ld.so exit" test.
7159 * gdb.base/prelink.exp: Remove gdb_exit and final return.
7160 (prelink): Update expected text, use gdb_test.
7161
7162 2010-03-10 Doug Evans <dje@google.com>
7163
7164 * gdb.base/checkpoint.exp: Fix comment.
7165 Lengthen timeout while doing >600 checkpoints test.
7166 Rename duplicate "kill all one" test to keep test names unique.
7167
7168 2010-03-10 Pedro Alves <pedro@codesourcery.com>
7169
7170 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
7171
7172 2010-03-08 Keith Seitz <keiths@redhat.com>
7173
7174 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
7175 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
7176 (dm_type_long): New function.
7177 (dm_type_unsigned_short): New function.
7178 (dm_type_unsigned_long): New function.
7179 (myint): New typedef.
7180 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
7181 long, unsigned shor and long, operator char*, and typedef.
7182 (test_lookup_operator_functions): Add operator char* test.
7183 (test_paddr_operator_functions): Likewise.
7184 (test_paddr_overloaded_functions): Use probe values for
7185 short, long, and unsigned short and long.
7186 (test_paddr_hairy_functions): If the demangler probe detected
7187 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
7188 demangler.
7189 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
7190 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
7191 and "print null_pmf".
7192 Add test "ptype a.*pmf".
7193 * gdb.cp/overload.exp: Allow optional "int" to appear with
7194 "short" and "long".
7195 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
7196 long expect value for men_overload1arg.
7197 Allow "int" to appear with "short" and "long".
7198 When testing "info break", add argument for main (void).
7199 Also allow "int" to appear with "short" and "long".
7200 Ditto with "unsigned" and "long long".
7201 * gdb.java/jmain.exp: Do not enclose methods names in single
7202 quotes.
7203 * gdb.java/jmisc.exp: Likewise.
7204 * gdb.java/jprint.exp: Likewise.
7205 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
7206
7207 From Jan Kratochvil <jan.kratochvil@redhat.com>:
7208 * gdb.cp/exception.exp (backtrace after first throw)
7209 (backtrace after second throw): Allow a namespace before __cxa_throw.
7210 (backtrace after first catch, backtrace after second catch): Allow
7211 a namespace before __cxa_begin_catch.
7212
7213 * gdb.cp/cpexprs.exp: New file.
7214 * gdb.cp/cpexprs.cc: New file.
7215
7216 From Daniel Jacobowitz <dan@codesourcery.com>
7217 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
7218 to use string_to_regexp.
7219 (ctor, dtor): New functions. Use them to match constructor
7220 and destructor function types.
7221 (Top level): Use runto_main.
7222
7223 2010-03-05 Tom Tromey <tromey@redhat.com>
7224
7225 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
7226 gdb.target_charset.
7227 (pp_ns.to_string): Likewise.
7228
7229 2010-03-04 Keith Seitz <keiths@redhat.com>
7230
7231 * gdb.cp/overload.exp: Test that the filename portion of a linespec
7232 can be quoted. Test that both the filename and function/line
7233 portions can be quoted at the same time.
7234
7235 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7236
7237 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
7238
7239 2010-03-03 Doug Evans <dje@google.com>
7240
7241 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
7242 libc contains libpthread.
7243
7244 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
7245 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
7246 of gdb_compile. Add another pattern to match android backtrace.
7247
7248 2010-03-03 Tom Tromey <tromey@redhat.com>
7249
7250 PR gdb/11345:
7251 * gdb.base/printcmds.exp (test_printf): Add test.
7252
7253 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7254
7255 * gdb.arch/amd64-byte.exp: New.
7256 * gdb.arch/amd64-dword.exp: Likewise.
7257 * gdb.arch/amd64-pseudo.c: Likewise.
7258 * gdb.arch/amd64-word.exp: Likewise.
7259 * gdb.arch/i386-byte.exp: Likewise.
7260 * gdb.arch/i386-pseudo.c: Likewise.
7261 * gdb.arch/i386-word.exp: Likewise.
7262
7263 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7264
7265 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
7266 types. Add structreg, bitfields, and flags registers.
7267 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
7268 registers.
7269
7270 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7271
7272 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
7273 (load_description): Set architecture if defined.
7274
7275 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
7276
7277 * gdb.python/py-frame.exp: Add read_var block tests.
7278 * gdb.python/py-frame.c (block): New function.
7279
7280 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7281 Daniel Jacobowitz <dan@codesourcery.com>
7282
7283 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
7284
7285 2010-02-25 David S. Miller <davem@davemloft.net>
7286
7287 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
7288 fix logic for setting all_syscalls_numbers.
7289
7290 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7291
7292 * Makefile.in: Add py-block and py-symbol.
7293 * gdb.python/py-symbol.exp: New File.
7294 * gdb.python/py-symtab.exp: New File.
7295 * gdb.python/py-block.exp: New File.
7296 * gdb.python/py-symbol.c: New File.
7297 * gdb.python/py-block.c: New File.
7298
7299 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7300
7301 PR python/11314
7302 * lib/gdb.exp (skip_python_tests): New function.
7303 * gdb.python/py-cmd.exp: Use skip_python_tests.
7304 * gdb.python/py-frame.exp: Likewise.
7305 * gdb.python/py-function.exp: Likewise.
7306 * gdb.python/py-prettyprint.exp: Likewise.
7307 * gdb.python/py-template.exp: Likewise.
7308 * gdb.python/py-type.exp: Likewise.
7309 * gdb.python/py-value.exp: Likewise.
7310
7311 2010-02-22 Pedro Alves <pedro@codesourcery.com>
7312
7313 PR9605
7314
7315 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7316
7317 2010-02-19 Tom Tromey <tromey@redhat.com>
7318
7319 PR c++/8693, PR c++/9496:
7320 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
7321 regression tests.
7322
7323 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 Fix compatibility with m68k as.
7326 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
7327 Use only /* comments */.
7328
7329 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7330
7331 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7332 * configure: Regenerate.
7333
7334 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7335
7336 * gdb.python/py-type.exp: Check for Python support.
7337
7338 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7339
7340 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7341 `regsub' syntax available.
7342
7343 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7344
7345 * gdb.base/shmain.c (main): Remove printf call.
7346 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7347 * gdb.base/unload.c (main): Make format of fprintf a string
7348 literal. Add missing endlines to prints to stderr.
7349 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7350
7351 2010-02-17 Tom Tromey <tromey@redhat.com>
7352
7353 * gdb.java/jprint.java (jprint.props): New field.
7354 * gdb.java/jprint.exp (set_lang_java): Add regression test.
7355
7356 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7357
7358 * gdb.base/charset.exp: Don't assume new `regsub' syntax
7359 available.
7360
7361 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7362
7363 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7364 creation to support remote host testing.
7365
7366 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7367
7368 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7369 Recognize "command not found".
7370
7371 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7372
7373 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7374 single-stepping.
7375
7376 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7377
7378 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7379 if arguments are not supported.
7380
7381 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7382
7383 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7384 be const or non-const.
7385
7386 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7387
7388 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7389 mi_send_resuming_command to send -exec-continue.
7390
7391 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7392
7393 * gdb.base/list.exp (test_list_filename_and_function): Add test
7394 with single quotes.
7395 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7396 matching.
7397 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7398 Add KFAIL'd tests for PR gdb/11289.
7399
7400 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7401
7402 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7403
7404 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7405
7406 * gdb.base/comp-dir/subdir/dummy.txt: New file.
7407 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7408 a temporary directory.
7409
7410 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7411
7412 * gdb.base/charset.exp: Use a single regular expression to match
7413 show host-charset and show target-charset output.
7414
7415 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7416
7417 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7418 "Illegal process-id" expect string more exact.
7419 (attach to digits-starting nonsense is prohibited): New.
7420
7421 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7422
7423 * gdb.base/prelink.exp (set verbose on): New.
7424
7425 2010-02-12 Tomas Holmberg <th@virtutech.com>
7426
7427 * mi-reverse.exp: New file. Test for reverse option to the
7428 following MI commands: exec-continue, exec-finish, exec-next,
7429 exec-step, exec-next-instruction, exec-step-instruction.
7430
7431 2010-02-09 Joel Brobecker <brobecker@adacore.com>
7432
7433 * gdb.ada/ptype_tagged_param: New testcase.
7434
7435 2010-02-08 Tom Tromey <tromey@redhat.com>
7436
7437 PR c++/8017:
7438 * gdb.cp/overload.exp: Add tests.
7439 * gdb.cp/overload.cc (struct K): New.
7440 (namespace N): New.
7441 (main): Call new functions.
7442 (K::staticoverload): Define.
7443
7444 2010-02-08 Chris Moller <moller@mollerware.com>
7445
7446 PR gdb/10728
7447 * gdb.cp/pr10728-x.h: New file.
7448 * gdb.cp/pr10728-x.cc: New file.
7449 * gdb.cp/pr10728-y.cc: New file.
7450 * gdb.cp/pr10728.exp: New file.
7451 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7452
7453 2010-02-08 Chris Moller <moller@mollerware.com>
7454
7455 PR gdb/9067
7456 * gdb.cp/pr9067.exp: New
7457 * gdb.cp/pr9067.cc: New
7458 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7459
7460 2010-02-08 Joel Brobecker <brobecker@adacore.com>
7461
7462 * lib/gdb.exp (gdb_test_timeout): New global variable.
7463 Set it to timeout if not already set.
7464 (gdb_init): Reset the value of timeout to gdb_test_timeout.
7465
7466 2010-02-05 Doug Evans <dje@google.com>
7467
7468 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7469 user.
7470
7471 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7472
7473 PR c++/7935:
7474 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7475
7476 2010-02-04 Tom Tromey <tromey@redhat.com>
7477
7478 * gdb.cp/virtbase.exp: Make test case names unique.
7479
7480 2010-02-02 Tom Tromey <tromey@redhat.com>
7481
7482 * gdb.cp/virtbase.exp: Add regression tests.
7483 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7484 (main): Instantiate RHC.
7485
7486 2010-02-02 Tom Tromey <tromey@redhat.com>
7487
7488 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7489 type-printing change.
7490
7491 2010-02-02 Tom Tromey <tromey@redhat.com>
7492
7493 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7494 * gdb.cp/virtbase.cc: New file.
7495 * gdb.cp/virtbase.exp: New file.
7496 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7497
7498 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7499
7500 PR libc/11214:
7501 * gdb.threads/current-lwp-dead.c: Include features.h.
7502 (HAS_NOMMU): New.
7503 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7504
7505 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7506
7507 * gdb.base/symbol-without-target_section.exp,
7508 gdb.base/symbol-without-target_section.c: New.
7509
7510 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7511
7512 * gdb.base/bigcore.exp: Reset increased timeout.
7513 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7514
7515 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7516
7517 * gdb.base/gcore.exp (capture_command_output): Use
7518 gdb_test_multiple.
7519
7520 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7521
7522 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7523 * gdb.arch/thumb2-it.exp (test_it_break): New function.
7524 (Top level): Call it.
7525
7526 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7527
7528 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7529
7530 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7531
7532 * gdb.base/call-strs.exp, gdb.base/default.exp,
7533 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7534 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7535 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7536 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7537 gdb.base/watchpoint-solib.exp: Save and restore timeout.
7538 * gdb.base/ending-run.exp: Correct restore of timeout.
7539 * gdb.base/page.exp: Remove unnecessary timeout setting.
7540
7541 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7542
7543 * gdb.ada/rec_return: New testcase.
7544
7545 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7546
7547 * gdb.ada/call_pn: New testcase.
7548
7549 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7550
7551 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7552 (Top level): Use it to resume.
7553 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7554 the Thumb mode displaced stepping error as unsupported.
7555
7556 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
7557
7558 * gdb.cp/nsusing.exp: Added more tests.
7559 * gdb.cp/nsrecurs.exp: Ditto.
7560 * gdb.cp/nsusing.cc: Added test functions.
7561 * gdb.cp/nsrecurs.cc: Ditto.
7562
7563 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7566 absolute directory pathnames in gdb.sum file.
7567
7568 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
7569
7570 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7571 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7572
7573 2010-01-26 Tom Tromey <tromey@redhat.com>
7574
7575 PR exp/7643:
7576 * gdb.base/printcmds.exp (test_print_string_constants): Remove
7577 setup_kfail.
7578
7579 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
7580
7581 * gdb.cp/nsrecurs.exp: New test.
7582 * gdb.cp/nsrecurs.cc: New test program.
7583 * gdb.cp/nsstress.exp: New test.
7584 * gdb.cp/nsstress.cc: New test program.
7585 * gdb.cp/nsdecl.exp: New test.
7586 * gdb.cp/nsdecl.cc: New test program.
7587
7588 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7589
7590 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7591 imported into file scope.
7592 Marked test as xfail.
7593 * gdb.cp/namespace-using.cc (marker5): New function.
7594 * gdb.cp/shadow.exp: New test.
7595 * gdb.cp/shadow.cc: New test program.
7596 * gdb.cp/nsimport.exp: New test.
7597 * gdb.cp/nsimport.cc: New test program.
7598
7599 2010-01-25 Tom Tromey <tromey@redhat.com>
7600
7601 PR gdb/11049:
7602 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7603 with "set print null-stop on".
7604
7605 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7608 Adjust it for DISASSEMBLY_OMIT_FNAME.
7609
7610 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7611
7612 PR symtab/11199:
7613 * gdb.dwarf2/member-ptr-forwardref.exp,
7614 gdb.dwarf2/member-ptr-forwardref.S: New.
7615
7616 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7617
7618 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7619 (thread1_func): Protect thread1_tid with thread1_tid_cond by
7620 thread1_tid_mutex. Remove gdbstop_mutex handling.
7621 (thread2_func): Protect thread2_tid with thread2_tid_cond by
7622 thread2_tid_mutex. Remove gdbstop_mutex handling.
7623 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7624 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
7625 pthread_cond_wait conditionalizations by while loops.
7626
7627 2010-01-20 Tom Tromey <tromey@redhat.com>
7628
7629 PR backtrace/10770:
7630 * gdb.dwarf2/pr10770.exp: New file.
7631 * gdb.dwarf2/pr10770.c: New file.
7632 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7633
7634 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7635
7636 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7637 that target was removed, and the test always runs native anyway.
7638
7639 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7642 gdb.base/watchpoint-cond-gone-stripped.c: New.
7643
7644 2010-01-19 Tom Tromey <tromey@redhat.com>
7645
7646 PR c++/8000:
7647 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
7648 existing tests.
7649 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7650 (main): Use AAA::SomeEnum.
7651
7652 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7655 (test_ignore_count): Declare line_callme_body global.
7656 (run to breakpoint with ignore count): Use line_callme_body.
7657 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7658 (set line_main_hello, set line_main_return): Reindent.
7659 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7660 New.
7661 (continue to callee4): Use line_callee4_body.
7662 (check *stopped from CLI command): Use line_callee4_next.
7663 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7664 (set line_main_hello, set line_main_return): Reindent.
7665 (set line_callee4_head, set line_callee4_body): New.
7666 (continue to callee4): Use line_callee4_body.
7667
7668 2010-01-18 Tom Tromey <tromey@redhat.com>
7669
7670 PR c++/9680:
7671 * gdb.cp/casts.cc: Add new classes and variables.
7672 * gdb.cp/casts.exp: Test new operators.
7673
7674 2010-01-18 Tom Tromey <tromey@redhat.com>
7675 Thiago Jung Bauermann <bauerman@br.ibm.com>
7676
7677 * gdb.python/source2.py: New file.
7678 * gdb.python/source1: New file.
7679 * gdb.python/python.exp: Test "source" command.
7680
7681 2010-01-15 Stan Shebs <stan@codesourcery.com>
7682
7683 * gdb.trace/tfile.c: New file.
7684 * gdb.trace/tfile.exp: New file.
7685
7686 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7687
7688 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7689
7690 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7691
7692 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7693
7694 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7697 (libfunc): New parameter action. Implement also selectable "sleep".
7698 * gdb.base/break-interp-main.c: Include assert.h.
7699 (libfunc): New parameter action.
7700 (main): New parameters argc and argv. Assert argc. Pass argv.
7701 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7702 (test_attach): New proc.
7703 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
7704 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
7705
7706 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7707
7708 * gdb.base/break-interp.exp (test_core): New proc.
7709 (test_ld): Call it.
7710
7711 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7714 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
7715 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
7716 and gdb_compile_shlib. Use new -Wl compiler options.
7717 (dl bt, main bt): New tests.
7718
7719 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7720
7721 Support PIEs with no symfile_objfile.
7722 * gdb.base/break-interp.exp: New argument at the test_ld calls.
7723 (test_ld): New parameter trynosym.
7724 (test_ld <$trynosym>): New block.
7725
7726 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.base/break-interp.exp: New file.
7729
7730 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7731
7732 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7733 * gdb.python/py-prettyprint.py (pp_ls): New printer.
7734 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7735 test.
7736 * gdb.python/py-prettyprint.c: Define lazystring test structure.
7737 * gdb.python/py-mi.exp: Add lazy string test.
7738
7739 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7740
7741 * lib/mi-support.exp (mi_check_thread_states): Handle
7742 core number in thread listing.
7743
7744 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7745
7746 * gdb.base/maint.exp: Adjust the expected output for the
7747 "maint print type" test. Use gdb_test_multiple instead of
7748 gdb_sent/gdb_expect.
7749
7750 2010-01-11 Doug Evans <dje@google.com>
7751
7752 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7753 from gdbserver_download. All callers updated.
7754
7755 * gdb.server/ext-run.exp: "info os processes" requires xml support.
7756
7757 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 Implement binary numbers parsing.
7760 * gdb.base/printcmds.exp (test_integer_literals_accepted)
7761 (test_integer_literals_rejected): New binary tests.
7762
7763 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7764
7765 * gdb.cell/configure: Regenerate.
7766
7767 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7768
7769 * gdb.base/corefile.exp: Move the core finding block out and call it as
7770 core_find, new variable $corefile, replace corefile by $corefile and
7771 [file tail $corefile] for usage vs. test names resp.
7772 * lib/gdb.exp (core_find): Move it as a new function here. New
7773 parameter binfile and deletefiles. New variable $destcore. Pre-delete
7774 $destcore. Return "" on error.
7775
7776 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7777
7778 Workaround PR binutils/10802.
7779 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7780 (twice).
7781
7782 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7783
7784 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7785
7786 2010-01-08 Joel Brobecker <brobecker@adacore.com>
7787
7788 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7789 call, to avoid interruption.
7790
7791 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7792
7793 * gdb.stabs/weird.def (args93): New.
7794
7795 2010-01-07 Doug Evans <dje@google.com>
7796
7797 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7798
7799 2010-01-07 Tom Tromey <tromey@redhat.com>
7800
7801 * gdb.base/source.exp: Use correct line number.
7802
7803 2010-01-05 Stan Shebs <stan@codesourcery.com>
7804
7805 * gdb.trace/tracecmd.exp: Test ftrace.
7806
7807 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7808
7809 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7810
7811 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7812
7813 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7814 "uint_for_mi_testing".
7815
7816 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7817
7818 Test indented comment in file being sourced.
7819 * gdb.base/commands.exp: Test indented comment in file being sourced.
7820
7821 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7822
7823 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7824 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7825 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7826 notice.
7827
7828 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7829
7830 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7831 notice.
7832
7833 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7834
7835 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7836 missing $after_stopped and comma (,) expectation.
7837
7838 2009-12-31 Stan Shebs <stan@codesourcery.com>
7839
7840 * gdb.trace/actions.exp: Test teval action.
7841
7842 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7843
7844 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7845 (top level): Call test_watchpoint_in_big_blob.
7846 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7847 watchpoints.
7848 (func3): Write to buf.
7849
7850 2009-12-29 Stan Shebs <stan@codesourcery.com>
7851
7852 * gdb.trace/actions.exp: Test default-collect.
7853
7854 2009-12-28 Stan Shebs <stan@codesourcery.com>
7855
7856 * gdb.trace/tsv.exp: New file.
7857 * gdb.base/completion.exp: Update ambiguous info output.
7858
7859 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
7860
7861 * gdb.base/find.c (main): Reference search buffers.
7862 * gdb.base/included.c (main): Reference integer.
7863 * gdb.base/ptype.c (charfoo): Declare.
7864 (intfoo): Call charfoo.
7865 * gdb.base/scope0.c (useitp): New function.
7866 (usestatics): Use useitp.
7867 (useit): Add a type for val.
7868 * gdb.base/scope1.c (useit1): Take a pointer argument.
7869 (usestatics1): Update calls to useit1.
7870 * gdb.cp/call-c.cc: Declare foo.
7871 (main): Call foo.
7872 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7873 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7874 (main): Call C::ensureRefs and ensureOtherRefs.
7875 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7876 variables.
7877 (ensureOtherRefs): New function.
7878 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7879 * gdb.cp/templates.cc (main): Call t5i.value.
7880
7881 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 Fix compatibility with G++-4.5.
7884 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7885 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7886 (uncaught return): Remove.
7887
7888 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7889 Phil Muldoon <pmuldoon@redhat.com>
7890
7891 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7892 (bp_location13, bp_location14, bp_location17, bp_location18)
7893 (marker3_proto, marker4_proto): New variables.
7894 (breakpoint info): Update output.
7895 (run until breakpoint at marker3, run until breakpoint at marker4): New
7896 tests.
7897
7898 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7899
7900 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7901 Replace the printf call of Y by provided "y-set-1" label. New block
7902 for the second shared library.
7903 * gdb.base/unload.exp: Compile also the second library, call
7904 gdb_load_shlibs also for it. Use now gdb_breakpoint.
7905 (single pending breakpoint info): Rename to ...
7906 (pending breakpoint info before run): ... this extended test.
7907 (libfile2, libname2, libsrcfile2, libsrc2)
7908 (lib_sl2): New variables.
7909 (exec_opts): Set also SHLIB_NAME2.
7910 (pending breakpoint info on first run at shrfunc1)
7911 (pending breakpoint info on second run at shrfunc1)
7912 (pending breakpoint info on second run at shrfunc2)
7913 (print y from libfile, print y from libfile2): New tests.
7914 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7915 * gdb.base/unloadshr2.c: New.
7916
7917 2009-12-22 Hui Zhu <teawater@gmail.com>
7918
7919 * gdb.reverse/sigall-reverse.exp: Adjust.
7920
7921 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
7922
7923 PR gdb/10884
7924
7925 * gdb.mi/var-cmd.c (do_bitfield_tests): New
7926 (main): Call do_bitfield_tests.
7927 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
7928
7929 2009-12-20 Joel Brobecker <brobecker@adacore.com>
7930
7931 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7932 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7933 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7934 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7935 gdb.modula2/unbounded1.c: Update copyright header.
7936
7937 2009-12-10 Chris Moller <moller@mollerware.com>
7938
7939 PR gdb/9399
7940 * gdb.cp/virtfunc2.exp: New tests
7941 * gdb.cp/virtfunc2.cc: New tests
7942 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7943
7944 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
7945
7946 * gdb.reverse/i387-env-reverse.c: New file.
7947 * gdb.reverse/i387-env-reverse.exp: New file.
7948 * gdb.reverse/i387-stack-reverse.c: New file.
7949 * gdb.reverse/i387-stack-reverse.exp: New file.
7950
7951 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
7952
7953 * gdb.python/py-type.exp (test_range): New test.
7954
7955 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
7956
7957 PR python/10805
7958
7959 * gdb.python/py-type.exp: New file.
7960 * gdb.python/py-type.c: New file.
7961 * Makefile.in: Add py-type.
7962
7963 2009-12-03 Tom Tromey <tromey@redhat.com>
7964
7965 * gdb.python/py-value.exp (test_parse_and_eval): New
7966 function.
7967
7968 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7969
7970 PR gdb/11022
7971
7972 * gdb.base/pr11022.exp: New test.
7973 * gdb.base/pr11022.c: New test.
7974
7975 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 Fix spurious false FAILs.
7978 * gdb.base/structs.c (chartest): New.
7979 (main): Fill-in chartest.
7980 * gdb.base/structs.exp (anychar_re, first): New.
7981 (start_structs_test): Import global anychar_re and first.
7982 New gdb_test call "set print elements 300; ${testfile}"
7983 (start_structs_test <$first>): New block.
7984 (any): Import global anychar_re. New variable ac. Use ${ac}.
7985
7986 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7989
7990 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7991
7992 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7993 Force $srcfile file.
7994 * gdb.base/foll-fork.c (callee): Comment out the printf call.
7995
7996 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7997
7998 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7999 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8000 * gdb.threads/watchthreads-reorder.exp: Likewise.
8001
8002 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 PR gdb/8704
8005
8006 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
8007 "if", and "thread". Correct matching in the previous test.
8008
8009 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
8010
8011 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
8012
8013 2009-11-23 Michael Snyder <msnyder@vmware.com>
8014
8015 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
8016 * gdb.reverse-watch-precsave.exp: Ditto.
8017
8018 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
8019
8020 * gdb.asm/asm-source.exp: Adjust.
8021 * gdb.base/help.exp: Adjust.
8022
8023 2009-11-22 Pedro Alves <pedro@codesourcery.com>
8024
8025 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
8026 (do_syscall_tests_without_xml): Set data-directory to
8027 /the/path/to/nowhere.
8028
8029 2009-11-21 Pedro Alves <pedro@codesourcery.com>
8030
8031 * gdb.threads/local-watch-wrong-thread.c,
8032 gdb.threads/local-watch-wrong-thread.exp: New files.
8033
8034 2009-11-21 Pedro Alves <pedro@codesourcery.com>
8035
8036 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
8037 assume new `regsub' syntax available.
8038
8039 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * gdb.base/watchpoint-hw-hit-once.exp,
8042 gdb.base/watchpoint-hw-hit-once.c: New.
8043
8044 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8045
8046 * gdb.threads/watchthreads-reorder.exp,
8047 gdb.threads/watchthreads-reorder.c: New.
8048
8049 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
8050
8051 * gdb.xml/tdesc-regs.exp: Use for m68k.
8052
8053 2009-11-15 Pedro Alves <pedro@codesourcery.com>
8054
8055 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
8056
8057 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8058
8059 * lib/gdb.exp (current_target_name): New procedure.
8060 (gdb_wrapper_target): New variable.
8061 (gdb_wrapper_init): Set gdb_wrapper_target.
8062 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
8063 wrapper.
8064
8065 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8066
8067 * gdb.base/remote.exp: Delete the slowest load test.
8068 Do not load with fixed packet sizes.
8069
8070 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8071
8072 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
8073
8074 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8075
8076 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
8077 srcfile when setting a breakpoint.
8078
8079 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
8080
8081 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
8082 macros.
8083
8084 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8085
8086 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
8087 to be in memory.
8088 * gdb.base/display.c (force_mem): New.
8089 (do_loops): Use it. Add breakpoint comments.
8090 (do_vars): Add a breakpoint comment.
8091 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
8092 line numbers.
8093
8094 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
8095
8096 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
8097 instead of a bare "run".
8098
8099 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8100
8101 * gdb.python/py-prettyprint.exp: Adjust.
8102
8103 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8104
8105 * lib/cell.exp (skip_cell_tests): Clean up test files before
8106 returning.
8107
8108 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8109
8110 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
8111 and the breakpoint menu. Do not call perror if a prompt is seen.
8112 Consume the following GDB prompt.
8113 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
8114 * gdb.cp/namespace.exp: Use gdb_test.
8115 * gdb.cp/templates.exp: Use gdb_test.
8116 (test_template_breakpoints): Use gdb_test_multiple.
8117
8118 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8119
8120 * gdb.base/break1.c (struct some_struct, values): Move earlier.
8121 (marker4): Reference values.
8122
8123 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8124
8125 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
8126 is missing.
8127
8128 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8129
8130 * gdb.base/break.c (need_malloc): New.
8131 * gdb.base/constvars.c (main): Reference crass and crisp.
8132 * gdb.base/gdb1821.c (main): Reference bar.
8133 * gdb.cp/gdb1355.cc (main): Reference s1.
8134 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
8135 (main): Call them.
8136 * gdb.cp/hang2.cc (dummy2): Define.
8137 * gdb.cp/hang3.cc (dummy3): Define.
8138 * gdb.cp/m-data.cc (main): Reference shadow.
8139
8140 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8141 Nathan Froyd <froydnj@codesourcery.com>
8142
8143 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
8144 remote host.
8145
8146 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
8147
8148 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
8149 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
8150 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8151 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8152 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8153 * gdb.dwarf2/dw2-producer.exp: Likewise.
8154 * gdb.dwarf2/mac-fileno.exp: Likewise.
8155 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
8156 py-prettyprint.py to the remote host.
8157 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
8158
8159 2009-11-11 Keith Seitz <keiths@redhat.com>
8160
8161 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
8162 use it instead of "Foo".
8163 * gdb.cp/classes.exp (do_tests): Add a test to access
8164 a method through a typedef'd class name.
8165
8166 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
8167
8168 * gdb.base/long_long.exp: Permit leading zeros on floating-point
8169 exponents.
8170 * gdb.base/pointers.exp: Likewise.
8171 * gdb.cp/ref-types.exp: Likewise.
8172
8173 2009-11-11 Keith Seitz <keiths@redhat.com>
8174
8175 * gdb.cp/cplusfuncs.cc (class foo): Add operators
8176 new[] and delete[].
8177 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
8178 "void".
8179 (probe_demangler): Remove all single-quoting of
8180 method and variable names.
8181 (info_func_regexp): Remove the word "void" from any
8182 occurrence of "(void)".
8183 (print_addr_2): Remove all single-quoting of
8184 method names.
8185 (print_addr_2_kfail): Likewise.
8186 (print_addr): Single-quote C function names before
8187 passing to print_addr_2.
8188 (test_paddr_operator_functions): Remove single-quoting
8189 for method names.
8190 Add tests for operator new[] and operator delete[].
8191
8192 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8193
8194 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
8195
8196 2009-11-09 Keith Seitz <keiths@redhat.com>
8197
8198 * gdb.cp/overload.exp: Add tests for resolving overloaded
8199 methods in expression parsing/evaluation.
8200
8201 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8202
8203 * lib/gdb.exp (default_gdb_version): Use --version instead of
8204 --command.
8205
8206 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
8207
8208 * lib/gdb.exp (gdb_compile_test): New.
8209 (skip_ada_tests, skip_java_tests): New.
8210 (gdb_compile): Use gdb_compile_test for f77.
8211 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
8212 * lib/java.exp (compile_java_from_source): Remove runtests check,
8213 use gdb_compile_test to record result.
8214 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
8215 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
8216 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
8217 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
8218 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
8219 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
8220 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
8221 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
8222 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
8223 adjust gdb_compile invocations.
8224
8225 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8226
8227 * Makefile.in (abs_builddir): New.
8228 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
8229 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
8230 `$(abs_builddir)/site.exp'.
8231
8232 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
8233
8234 * config/m68k-emc.exp, lib/emc-support.exp,
8235 gdb.trace/gdb_c_test.c: Delete.
8236 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
8237 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8238 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8239 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8240 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8241 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
8242 casing for m68k-*-elf.
8243
8244 2009-11-03 Pedro Alves <pedro@codesourcery.com>
8245
8246 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
8247 * gdb.arch/i386-prologue.exp: Likewise.
8248 * gdb.arch/i386-unwind.exp: Likewise.
8249
8250 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * lib/gdb.exp (gdb_expect): Fix timeout typo.
8253
8254 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8255
8256 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
8257
8258 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8259
8260 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
8261
8262 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8263
8264 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
8265
8266 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8267
8268 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
8269 * gdb.base/sepdebug2.c: New file.
8270
8271 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8272
8273 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
8274 the modified warnings for catch syscall. Verify if GDB was compiled
8275 with support for lib expat, and choose which tests to run depending
8276 on this.
8277
8278 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
8279
8280 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
8281 that composite commands are parsed OK. And also test
8282 that breakpoint commands do work.
8283
8284 2009-10-23 Michael Snyder <msnyder@vmware.com>
8285
8286 gdb.reverse/consecutive-precsave.exp: Change expect pattern
8287 to allow for new disassembly style.
8288
8289 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
8290
8291 * gdb.asm/asm-source.exp: Adjust.
8292
8293 2009-10-22 Michael Snyder <msnyder@vmware.com>
8294
8295 * gdb.reverse/break-precsave.exp: New test.
8296 * gdb.reverse/consecutive-precsave.exp: Ditto.
8297 * gdb.reverse/finish-precsave.exp: Ditto.
8298 * gdb.reverse/i386-precsave.exp: Ditto.
8299 * gdb.reverse/machinestate-precsave.exp: Ditto.
8300 * gdb.reverse/sigall-precsave.exp: Ditto.
8301 * gdb.reverse/solilb-precsave.exp: Ditto.
8302 * gdb.reverse/step-precsave.exp: Ditto.
8303 * gdb.reverse/until-precsave.exp: Ditto.
8304 * gdb.reverse/watch-precsave.exp: Ditto.
8305
8306 2009-10-22 Michael Snyder <msnyder@vmware.com>
8307
8308 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
8309 for gdb_expect. Adjust one test's expect strings for the new
8310 format of disassemble.
8311 * gdb.reverse/finish-reverse.exp: Delete 'return'.
8312 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8313 gdb_test_multiple.
8314 * gdb.reverse/step-reverse.exp: Delete 'return'.
8315 * gdb.reverse/until-reverse.exp: Delete blank lines.
8316 * gdb.reverse/watch-reverse.exp: Delete blank lines.
8317
8318 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
8319
8320 * gdb.base/consecutive.exp: Adjust.
8321 * gdb.base/display.exp: Likewise.
8322 * gdb.base/pc-fp.exp: Likewise.
8323 * gdb.base/sigbpt.exp: Likewise.
8324
8325 2009-10-19 Michael Snyder <msnyder@vmware.com>
8326
8327 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8328 * gdb.reverse/finish-reverse.c: Ditto.
8329 * gdb.reverse/sigall-reverse.c: Ditto.
8330 * gdb.reverse/solib-reverse.c: Ditto.
8331 * gdb.reverse/step-reverse.c: Ditto.
8332 * gdb.reverse/watch-reverse.c: Ditto.
8333
8334 2009-10-19 Pedro Alves <pedro@codesourcery.com>
8335 Stan Shebs <stan@codesourcery.com>
8336
8337 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8338 * gdb.base/foll-exec.exp: Adjust to expect a process id before
8339 "Executing new program".
8340 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8341 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
8342 left listed after having been killed.
8343 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8344 * gdb.base/maint.exp: Adjust test.
8345
8346 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8347 * gdb.multi/Makefile.in: New.
8348 * gdb.multi/base.exp: New.
8349 * gdb.multi/goodbye.c: New.
8350 * gdb.multi/hangout.c: New.
8351 * gdb.multi/hello.c: New.
8352 * gdb.multi/bkpt-multi-exec.c: New.
8353 * gdb.multi/bkpt-multi-exec.exp: New.
8354 * gdb.multi/crashme.c: New.
8355
8356 2009-10-13 Tristan Gingold <gingold@adacore.com>
8357
8358 * gdb.base/sepdebug.exp: Check debug info are found.
8359
8360 2009-10-08 Pedro Alves <pedro@codesourcery.com>
8361
8362 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8363 bits.
8364
8365 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8368
8369 2009-10-07 Joel Brobecker <brobecker@adacore.com>
8370
8371 * gdb.base/watchpoints.c: Add copyright header. Reformat one
8372 of the comments.
8373
8374 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
8375
8376 * gdb.base/annota1.exp: Remove obsolete match_max increase.
8377 * gdb.base/annota3.exp: Idem.
8378 * gdb.base/maint.exp: Idem.
8379
8380 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8381
8382 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8383 to default.
8384
8385 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8386
8387 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
8388 mingw and cygwin targets.
8389
8390 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8391 Pedro Alves <pedro@codesourcery.com>
8392
8393 * lib/gdb.exp (gdb_compile): Avoid adding
8394 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8395
8396 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8397
8398 * gdb.base/shr1.c: Use %p in format string.
8399 * gdb.base/unload.c: Avoid warning in fprintf.
8400 * gdb.base/watchpoint-solib.c: Idem.
8401
8402 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8403
8404 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8405 long type.
8406 (test_unlink): Correct printf string.
8407 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8408 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8409
8410 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8413 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8414 * gdb.arch/ia64-breakpoint-shadow.S: New file.
8415
8416 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8417
8418 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8419 * gdb.objc/nondebug.exp: Likewise.
8420
8421 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8422
8423 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8424 target_info setting.
8425
8426 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8427 that detect new threads during "info threads".
8428
8429 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8430
8431 * gdb.threads/manythreads.c (main): Increase thread stack size
8432 to 2*PTHREAD_STACK_MIN.
8433 * gdb.threads/multi-create.c (main): Likewise.
8434 (create_function): Likewise.
8435
8436 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8437
8438 * gdb.base/dump.exp: Pass difference of pointer types instead
8439 of integer types as offset to restore in intarr3.srec case.
8440
8441 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8442
8443 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8444
8445 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8446
8447 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8448
8449 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
8450
8451 New test for two watchpoints, with disabling of
8452 the first inserted.
8453 * testsuite/gdb.base/watchpoints.c: New file.
8454 * testsuite/gdb.base/watchpoints.exp: New file.
8455
8456 2009-09-25 Tom Tromey <tromey@redhat.com>
8457
8458 * gdb.base/charset.exp: Test utf-16 strings with Python.
8459
8460 2009-09-25 Tom Tromey <tromey@redhat.com>
8461
8462 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8463 UCS-4.
8464 * gdb.base/charset.c (utf_32_string): Rename.
8465 (init_utf32): Rename.
8466 (main): Update.
8467
8468 2009-09-22 Tom Tromey <tromey@redhat.com>
8469
8470 * gdb.python/py-function.exp: Add regression tests.
8471
8472 2009-09-21 Keith Seitz <keiths@redhat.com>
8473
8474 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8475 with invalid operator.
8476
8477 2009-09-21 Keith Seitz <keiths@redhat.com>
8478
8479 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8480 and destructor using typedef name of class.
8481 * gdb.cp/classes.cc (class Base1): Add a destructor.
8482 (base1): New typedef.
8483 (use_methods): Instanitate an object of type base1.
8484 * gdb.cp/templates.exp (test_template_typedef): New procedure.
8485 (do_tests): Call test_template_typedef.
8486 * gdb.cp/templates.cc (Baz::~Baz): New method.
8487 (intBazOne): New typedef.
8488 (main): Instantiate intBazOne.
8489
8490 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8491
8492 PR python/10633
8493
8494 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8495 Function.
8496 (run_lang_tests): Add print elements test.
8497
8498 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8499
8500 * gdb.python/py-value.exp (test_subscript_regression): New
8501 function. Test for invalid subscripts.
8502 * gdb.python/py-value.c (main): Add test array, and pointer to it.
8503 (ptr_ref): New function.
8504
8505 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8506
8507 * gdb.base/default.exp: Fix "show convenience".
8508
8509 2009-09-15 Tom Tromey <tromey@redhat.com>
8510
8511 * lib/mi-support.exp (mi_create_varobj): Update.
8512 (mi_create_floating_varobj): Likewise.
8513 (mi_create_dynamic_varobj): New proc.
8514 (mi_varobj_update): Update.
8515 (mi_varobj_update_with_type_change): Likewise.
8516 (mi_varobj_update_kv_helper): New proc.
8517 (mi_varobj_update_dynamic_helper): Rewrite.
8518 (mi_varobj_update_dynamic): New proc.
8519 (mi_list_varobj_children): Update.
8520 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8521 * gdb.python/python-prettyprint.py (pp_outer): New class.
8522 (pp_nullstr): Likewise.
8523 (lookup_function): Register new printers.
8524 * gdb.python/python-prettyprint.c (struct substruct): New type.
8525 (struct outerstruct): Likewise.
8526 (substruct_test): New function.
8527 (struct nullstr): New type.
8528 (string_1, string_2): New globals.
8529 (main): Add new tests.
8530 * gdb.python/python-mi.exp: Added regression tests.
8531 * gdb.mi/mi2-var-display.exp: Update.
8532 * gdb.mi/mi2-var-cmd.exp: Update.
8533 * gdb.mi/mi2-var-child.exp: Update.
8534 * gdb.mi/mi2-var-block.exp: Update.
8535 * gdb.mi/mi-var-invalidate.exp: Update.
8536 * gdb.mi/mi-var-display.exp: Update.
8537 * gdb.mi/mi-var-cmd.exp: Update.
8538 * gdb.mi/mi-var-child.exp: Update.
8539 * gdb.mi/mi-var-block.exp: Update.
8540 * gdb.mi/mi-break.exp: Update.
8541 * gdb.mi/gdb701.exp: Update.
8542
8543 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8544
8545 * Makefile.in: Inclusion of catch-syscall object.
8546 * gdb.base/catch-syscall.c: New file.
8547 * gdb.base/catch-syscall.exp: New file.
8548
8549 2009-09-12 Michael Snyder <msnyder@vmware.com>
8550
8551 * gdb.reverse/step-reverse.exp: Explicitly check for targets
8552 that can support reverse debuggnig.
8553
8554 2009-09-11 Tom Tromey <tromey@redhat.com>
8555
8556 * gdb.dwarf2/valop.S: New file.
8557 * gdb.dwarf2/valop.exp: New file.
8558
8559 2009-09-11 Mark Kettenis <kettenis@gnu.org>
8560
8561 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8562
8563 2009-09-10 Doug Evans <dje@google.com>
8564
8565 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8566 Add $gdb_prompt to second breakpoint regexp.
8567
8568 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
8569
8570 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8571 names, add missing ones.
8572 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8573 * gdb.python/py-frame.c: Rename from python-frame.c.
8574 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
8575 testfile name.
8576 * gdb.python/py-function.exp: Rename from python-function.exp.
8577 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
8578 testfile name.
8579 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8580 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8581 Adjust testfile name.
8582 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8583 * gdb.python/py-template.cc: Rename from python-template.cc.
8584 * gdb.python/py-template.exp: Rename from python-template.exp.
8585 Adjust testfile name.
8586 * gdb.python/py-value.c: Rename from python-value.c.
8587 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
8588 testfile name.
8589
8590 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8593 $bpt2address.
8594 (Second breakpoint address is valid on ia64)
8595 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8596
8597 2009-09-03 Joseph Myers <joseph@codesourcery.com>
8598
8599 * gdb.base/ending-run.exp: Restrict regular expression matching
8600 line number to require closing brace following.
8601
8602 2009-09-03 Doug Evans <dje@google.com>
8603
8604 * gdb.base/store.exp (check_set): Fix typo in expected value message.
8605
8606 2009-09-02 Tom Tromey <tromey@redhat.com>
8607
8608 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8609
8610 2009-09-02 Tom Tromey <tromey@redhat.com>
8611
8612 * gdb.dwarf2/callframecfa.exp: New file.
8613 * gdb.dwarf2/callframecfa.S: New file.
8614
8615 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8618 gdb.base/solib-overlap-main.c: New.
8619
8620 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
8621
8622 PR gdb/10565
8623
8624 * gdb.base/bitfields.c (struct container, container): New.
8625 (main): Initialize it and call break5.
8626 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8627
8628 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8629
8630 Support constant DW_AT_data_member_location by GCC PR debug/40659.
8631 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8632
8633 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8634
8635 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8636
8637 2009-08-26 Michael Snyder <msnyder@vmware.com>
8638
8639 * gdb.base/i386-reverse.c: New file.
8640 * gdb.base/i386-reverse.exp: New file.
8641 * gdb.base/Makefile.in: Add new files to be removed.
8642
8643 2009-08-26 Joseph Myers <joseph@codesourcery.com>
8644
8645 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8646 environment-pwd for remote host.
8647 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8648
8649 2009-08-24 Keith Seitz <keiths@redhat.com>
8650
8651 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8652 Add two new C++ completer tests which limit the output to a
8653 given class.
8654
8655 2009-08-24 Michael Snyder <msnyder@vmware.com>
8656
8657 * gdb.base/del.exp: Fix typo in comment.
8658 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8659
8660 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8661
8662 * configure: Regenerate.
8663 * gdb.hp/configure: Likewise.
8664 * gdb.hp/gdb.aCC/configure: Likewise.
8665 * gdb.hp/gdb.base-hp/configure: Likewise.
8666 * gdb.hp/gdb.compat/configure: Likewise.
8667 * gdb.hp/gdb.defects/configure: Likewise.
8668 * gdb.hp/gdb.objdbg/configure: Likewise.
8669 * gdb.stabs/configure: Likewise.
8670
8671 2009-08-19 Doug Evans <dje@google.com>
8672
8673 * gdb.base/gdbvars.c: New file.
8674 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8675
8676 2009-08-14 Pedro Alves <pedro@codesourcery.com>
8677
8678 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8679 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8680
8681 2009-08-13 Pedro Alves <pedro@codesourcery.com>
8682
8683 * gdb.base/default.exp: Adjust "set language test": it's now an
8684 enum command. Larger help string moved to "help set language".
8685 * gdb.base/help.exp: Adjust "help set language" expected output,
8686 now lists all known languages.
8687
8688 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
8689
8690 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8691 all frame arguments.
8692 * gdb.arch/altivec-regs.exp: Likewise.
8693
8694 2009-08-07 Tom Tromey <tromey@redhat.com>
8695
8696 * gdb.base/setshow.exp: Add tests for changes to set language, set
8697 check range, and set check type.
8698
8699 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
8700
8701 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8702 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
8703 Call it.
8704
8705 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8706
8707 * configure.ac: Run gdb.cell tests when appropriate.
8708 * configure: Regenerate.
8709 * lib/cell.exp: New file.
8710 * gdb.cell: New directory.
8711 * gdb.cell/configure.ac: New file.
8712 * gdb.cell/configure: New file.
8713 * gdb.cell/Makefile.in: New file.
8714 * gdb.cell/arch.exp: New file.
8715 * gdb.cell/break.c: New file.
8716 * gdb.cell/break.exp: New file.
8717 * gdb.cell/break-spu.c: New file.
8718 * gdb.cell/bt.c: New file.
8719 * gdb.cell/bt2-spu.c: New file.
8720 * gdb.cell/bt-spu.c: New file.
8721 * gdb.cell/bt.exp: New file.
8722 * gdb.cell/coremaker.c: New file.
8723 * gdb.cell/coremaker-spu.c: New file.
8724 * gdb.cell/core.exp: New file.
8725 * gdb.cell/gcore.exp: New file.
8726 * gdb.cell/data.c: New file.
8727 * gdb.cell/data.exp: New file.
8728 * gdb.cell/data-spu.c: New file.
8729 * gdb.cell/ea-cache.exp: New file.
8730 * gdb.cell/ea-cache.c: New file.
8731 * gdb.cell/ea-cache-spu.c: New file.
8732 * gdb.cell/ea-standalone.c: New file.
8733 * gdb.cell/ea-standalone.exp: New file.
8734 * gdb.cell/ea-test.c: New file.
8735 * gdb.cell/ea-test.exp: New file.
8736 * gdb.cell/f-regs.exp: New file.
8737 * gdb.cell/mem-access.c: New file.
8738 * gdb.cell/mem-access.exp: New file.
8739 * gdb.cell/mem-access-spu.c: New file.
8740 * gdb.cell/ptype.exp: New file.
8741 * gdb.cell/registers.exp: New file.
8742 * gdb.cell/size.c: New file.
8743 * gdb.cell/sizeof.exp: New file.
8744 * gdb.cell/size-spu.c: New file.
8745 * gdb.cell/solib.exp: New file.
8746 * gdb.cell/solib-symbol.exp: New file.
8747
8748 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8749
8750 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8751
8752 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8753
8754 * gdb.base/float.exp: Handle VFP registers.
8755
8756 2009-07-14 Michael Snyder <msnyder@vmware.com>
8757
8758 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8759 to bring gdb to the beginning of the calling line.
8760
8761 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8762 confusing the i386 epilogue unwinder.
8763
8764 2009-07-14 Stan Shebs <stan@codesourcery.com>
8765
8766 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8767
8768 2009-07-14 Michael Snyder <msnyder@vmware.com>
8769
8770 * gdb.reverse/step-reverse.exp (stepi into function call):
8771 Call instruction may not be first instruction in the line.
8772 (reverse stepi from a function call): Used wrong line number.
8773
8774 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8775
8776 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8777
8778 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8779
8780 Fix gdb.base/macscp.exp when using custom inputrc.
8781 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8782 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
8783 env(TERM) set.
8784 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8785 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8786
8787 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8790 * gdb.base/annota1.exp (thread_test): Import global $testfile.
8791 Change the compilation target to match the testcase name.
8792 * gdb.base/sect-cmd.exp: Change the compilation target to match the
8793 testcase name.
8794 * a2-run.exp: Use for setup prepare_for_testing. Change the
8795 compilation target to match the testcase name.
8796 * gdb.base/commands.exp: Likewise.
8797 * gdb.base/finish.exp: Likewise.
8798 * gdb.base/float.exp: Likewise.
8799 * gdb.base/info-target.exp: Likewise.
8800 * gdb.base/relational.exp: Likewise.
8801 * gdb.base/term.exp: Likewise.
8802 * gdb.base/until.exp: Likewise.
8803 * gdb.base/volatile.exp: Likewise.
8804 * gdb.base/whatis-exp.exp: Likewise.
8805
8806 2009-07-11 Hui Zhu <teawater@gmail.com>
8807
8808 * gdb.base/help.exp (disassemble): Update expected help text.
8809
8810 2009-07-09 Tom Tromey <tromey@redhat.com>
8811
8812 * lib/gdb.exp: Handle TRANSCRIPT.
8813 (remote_spawn, remote_close, send_gdb): New procs.
8814
8815 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
8816
8817 * gdb.python/python-prettyprint.c: Add counted null string
8818 structure.
8819 * gdb.python/python-prettyprint.exp: Print null string. Test for
8820 embedded nulls.
8821 * gdb.python/python-prettyprint.py (pp_ns): New Function.
8822 * gdb.python/python-value.exp (test_value_in_inferior): Add
8823 variable length string fetch tests.
8824 * gdb.python/python-value.c (main): Add strings for string fetch tests.
8825
8826 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8827
8828 * gdb.base/dump.exp (inaccessible memory is reported): New test.
8829
8830 2009-07-07 Tom Tromey <tromey@redhat.com>
8831
8832 * gdb.base/call-rt-st.exp: Update for change to escape output.
8833 * gdb.base/callfuncs.exp: Likewise.
8834 * gdb.base/charset.exp: Likewise.
8835 * gdb.base/constvars.exp: Likewise.
8836 * gdb.base/long_long.exp: Likewise.
8837 * gdb.base/pointers.exp: Likewise.
8838 * gdb.base/printcmds.exp: Likewise.
8839 * gdb.base/setvar.exp: Likewise.
8840 * gdb.base/store.exp: Likewise.
8841 * gdb.cp/ref-types.exp: Likewise.
8842 * gdb.mi/mi-var-child.exp: Likewise.
8843 * gdb.mi/mi-var-display.exp: Likewise.
8844 * gdb.mi/mi2-var-display.exp: Likewise.
8845 * gdb.base/charset.exp: Test octal escape sequence length.
8846 Update for change to escape output.
8847
8848 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8851
8852 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
8853
8854 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8855
8856 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8859 gdbserver increasing $portnum if "Can't bind address" has been seen.
8860
8861 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8862
8863 * gdb.base/ending-run.exp: Add "step out of main" pattern for
8864 mingw32ce.
8865
8866 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8867
8868 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8869 VFP format.
8870
8871 2009-07-02 Pedro Alves <pedro@codesourcery.com>
8872
8873 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8874 linux. Adjust to use "inferior", "info inferiors", "detach
8875 inferior" and "kill inferior" instead of "restart", "info fork",
8876 "detach fork" and "delete fork".
8877 * gdb.base/ending-run.exp: Spell out "info".
8878 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8879 the "kill" command.
8880
8881 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8882
8883 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8884 change to prefix TLS offset in hex with 0x.
8885
8886 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8887
8888 * gdb.base/default.exp: Update test case for "x" changes.
8889
8890 2009-07-01 Tristan Gingold <gingold@adacore.com>
8891
8892 * gdb.base/bigcore.exp: Make darwin untested.
8893
8894 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8895
8896 * gdb.base/completion.exp (directory completion): Create the directory.
8897 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8898 escapeuniquesub.
8899 (directory completion 2): Expect now ${escapeuniquesub}.
8900 (Glob remaining of directory test): Remove one excessive newline.
8901 Expect the real output.
8902
8903 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 Fix `make check//%' target after `make check' has been ran.
8906 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
8907 a mkdir call.
8908 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8909 (%/.dir): Remove.
8910
8911 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8912
8913 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8914 the expected result record.
8915
8916 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 Remove racy FAILs relying just on the timeouts.
8919 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8920 (annotation_level 2): Remove racy FAILs.
8921
8922 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8923
8924 gdb/10275
8925 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8926
8927 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
8928
8929 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8930
8931 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
8932
8933 * gdb.mi/mi-stack.exp: Testing symbolic options
8934 to -stack-list-locals and -stack-list-arguments.
8935
8936 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8939
8940 2009-06-29 Tom Tromey <tromey@redhat.com>
8941
8942 * dg-extract-results.sh: New file.
8943 * Makefile.in (FORCE_PARALLEL): New variable.
8944 (CHECK_TARGET): New conditional variable.
8945 (check): Use CHECK_TARGET.
8946 (DO_RUNTEST): New variable.
8947 (check-single): New target.
8948 (TEST_DIRS): New variable.
8949 (TEST_TARGETS): Likewise.
8950 (check-parallel): New target.
8951 (check-gdb.%): New pattern.
8952 (BASE1_FILES): New variable.
8953 (BASE2_FILES): Likewise.
8954 (check-gdb.base%): New pattern.
8955 (%/.dir): New pattern.
8956 * configure: Rebuild.
8957 * aclocal.m4 (AM_CONDITIONAL): New defun.
8958 * configure.ac: Check whether user is using GNU make.
8959 (GMAKE): New conditional.
8960
8961 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8962
8963 * gdb.cp/namespace-nested-import.cc: New test.
8964 * gdb.cp/namespace-nested-import.exp: New test.
8965
8966 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8967
8968 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8969 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8970 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8971 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8972 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8973 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8974 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8975 gdb.opt/inline-markers.c: New files.
8976 * lib/gdb.exp (skip_inline_frame_tests): New function.
8977 (skip_inline_var_tests): New function.
8978
8979 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8980
8981 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8982 backtrace.
8983
8984 2009-06-27 Michael Snyder <msnyder@vmware.com>
8985
8986 * gdb.reverse: New directory.
8987 * gdb.reverse/break-reverse.c: New test.
8988 * gdb.reverse/break-reverse.exp: New test.
8989 * gdb.reverse/consecutive-reverse.c: New test.
8990 * gdb.reverse/consecutive-reverse.exp: New test.
8991 * gdb.reverse/finish-reverse.c: New test.
8992 * gdb.reverse/finish-reverse.exp: New test.
8993 * gdb.reverse/machinestate.c: New test.
8994 * gdb.reverse/ms1.c: New test.
8995 * gdb.reverse/machinestate.exp: New test.
8996 * gdb.reverse/Makefile.in: New file.
8997 * gdb.reverse/shr2.c: New test.
8998 * gdb.reverse/solib-reverse.c: New test.
8999 * gdb.reverse/solib-reverse.exp: New test.
9000 * gdb.reverse/step-reverse.c: New test.
9001 * gdb.reverse/step-reverse.exp: New test.
9002 * gdb.reverse/until-reverse.c: New test.
9003 * gdb.reverse/ur1.c: New test.
9004 * gdb.reverse/until-reverse.exp: New test.
9005 * gdb.reverse/watch-reverse.c: New test.
9006 * gdb.reverse/watch-reverse.exp: New test.
9007 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
9008 * configure: Regenerate.
9009
9010 2009-06-26 Doug Evans <dje@google.com>
9011
9012 * gdb.base/psymtab.exp: Turn off pending breakpoints.
9013
9014 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
9015
9016 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
9017 windows problem for 'file delete $binfile'.
9018
9019 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
9020
9021 * gdb.cp/namespace-using.exp: New test.
9022 * gdb.cp/namespace-using.cc: New test.
9023
9024 2009-05-20 Joel Brobecker <brobecker@adacore.com>
9025
9026 * gdb.ada/variant_record_packed_array: New testcase.
9027
9028 2009-06-23 Tom Tromey <tromey@redhat.com>
9029
9030 * gdb.base/charset.exp (test_combination): Regression test.
9031 * gdb.base/charset.c (my_wchar_t): New typedef.
9032 (myvar): New global.
9033 (main): Set myvar.
9034
9035 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
9036
9037 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
9038 target.
9039
9040 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9041
9042 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
9043
9044 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9045
9046 * gdb.mi/gdb680.exp: Update test for error message.
9047
9048 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9049
9050 * gdb.base/annota1.exp: Allow multiple occurrences of the
9051 frames-invalid annotation.
9052 * gdb.cp/annota2.exp: Likewise.
9053
9054 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
9055
9056 * gdb.cp/gdb2495.cc: New file.
9057 * gdb.cp/gdb2495.exp: New file.
9058
9059 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9060
9061 Report error on GDB crash during runto.
9062 * lib/gdb.exp (runto <eof>): New.
9063
9064 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
9065
9066 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
9067 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
9068 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
9069 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
9070 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
9071 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
9072 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
9073 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
9074 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
9075 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
9076 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
9077 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
9078 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9079 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
9080 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
9081 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
9082 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
9083 gdb.server/server-mon.exp, gdb.server/server-run.exp,
9084 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9085 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
9086 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
9087 gdb.trace/passcount.exp, gdb.trace/report.exp,
9088 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
9089 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
9090 gdb.trace/while-stepping.exp: Use a unique name for the compiled
9091 executable.
9092
9093 2009-06-07 Pedro Alves <pedro@codesourcery.com>
9094
9095 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
9096 defined before referencing it.
9097
9098 2009-06-03 Doug Evans <dje@google.com>
9099
9100 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
9101 * gdb.arch/i386-see.c: Ditto.
9102
9103 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
9104
9105 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
9106 (check_macro): Return 1 if undefined.
9107 If first test fails, check if macro debug information is available,
9108 and report unsupported test if no macro information is found.
9109
9110 2009-05-29 Doug Evans <dje@google.com>
9111
9112 * gdb.threads/hand-call-in-threads.exp: New.
9113 * gdb.threads/hand-call-in-threads.c: New.
9114
9115 2009-05-29 Michael Snyder <msnyder@vmware.com>
9116
9117 * gdb.base/break-always.exp: Change "1" to "on".
9118 Add confirmation check.
9119
9120 2009-05-28 Pedro Alves <pedro@codesourcery.com>
9121
9122 * gdb.threads/threxit-hop-specific.c: New.
9123 * gdb.threads/threxit-hop-specific.exp: New.
9124 * gdb.threads/thread-execl.c: New.
9125 * gdb.threads/thread-execl.exp: New.
9126
9127 2009-05-27 Tom Tromey <tromey@redhat.com>
9128 Thiago Jung Bauermann <bauerman@br.ibm.com>
9129
9130 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
9131 (mi_child_regexp): Likewise.
9132 (mi_list_varobj_children_range): Likewise.
9133 (mi_get_features): Likewise.
9134 (mi_list_varobj_children): Rewrite.
9135 * gdb.python/python-mi.exp: New file.
9136
9137 2009-05-27 Tom Tromey <tromey@redhat.com>
9138 Thiago Jung Bauermann <bauerman@br.ibm.com>
9139 Phil Muldoon <pmuldoon@redhat.com>
9140 Paul Pluzhnikov <ppluzhnikov@google.com>
9141
9142 * gdb.python/python-prettyprint.exp: New file.
9143 * gdb.python/python-prettyprint.c: New file.
9144 * gdb.python/python-prettyprint.py: New file.
9145 * gdb.base/display.exp: print/r is now valid.
9146
9147 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
9148 Tom Tromey <tromey@redhat.com>
9149 Pedro Alves <pedro@codesourcery.com>
9150 Paul Pluzhnikov <ppluzhnikov@google.com>
9151
9152 * gdb.python/python-template.exp: New file.
9153 * gdb.python/python-template.cc: New file.
9154 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9155 tests.
9156 * gdb.python/python-value.exp (py_objfile_tests): New proc.
9157 Call it.
9158 (test_value_after_death): New proc.
9159 * gdb.python/python-value.c (PTR): New typedef.
9160 (main): New variable 'x'.
9161
9162 2009-05-27 Tom Tromey <tromey@redhat.com>
9163
9164 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9165 tests.
9166 * gdb.python/python-value.exp (py_objfile_tests): New proc.
9167 Call it.
9168
9169 2009-05-27 Pedro Alves <pedro@codesourcery.com>
9170
9171 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
9172
9173 2009-05-24 Pedro Alves <pedro@codesourcery.com>
9174
9175 * gdb.threads/fork-thread-pending.c: New.
9176 * gdb.threads/fork-thread-pending.exp: New.
9177
9178 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9179
9180 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
9181 * gdb.dwarf2/dw2-strp.S (a_string2): New.
9182
9183 2009-05-18 Jon Beniston <jon@beniston.com>
9184
9185 * gdb.asm/asm-source.exp: Add lm32 target.
9186
9187 2009-05-17 Pedro Alves <pedro@codesourcery.com>
9188
9189 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
9190 `gdb_get_line_number'. Call `callee' in both parent and child.
9191 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
9192 `gdb_get_line_number' instead of hardcoding line numbers.
9193 (catch_fork_unpatch_child): New procedure to test detaching
9194 breakpoints from child fork.
9195 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
9196 hardcoding line numbers.
9197 (do_fork_tests): Run `catch_fork_unpatch_child'.
9198
9199 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
9200
9201 * gdb.mi/mi-cmd-var.exp: Check that when varobj
9202 of structure type enters or leaves the scope, it
9203 is reported by -var-update.
9204
9205 2009-05-11 Doug Evans <dje@sebabeach.org>
9206
9207 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
9208 * gdb.threads/pending-step.c (main): Fix off-by-one error.
9209 * gdb.threads/schedlock.c (main): Fix off-by-one error.
9210
9211 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9212
9213 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
9214
9215 2009-04-30 Doug Evans <dje@google.com>
9216
9217 * gdb.threads/watchthreads2.exp: New testcase.
9218 * gdb.threads/watchthreads2.c: New testcase.
9219
9220 2009-04-29 Doug Evans <dje@google.com>
9221
9222 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
9223 * gdb.cp/mb-ctor.cc: Ditto.
9224 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
9225 * gdb.cp/mb-inline.h (multi_line_foo): New function.
9226 * gdb.cp/mb-inline1.cc: Call it.
9227 * gdb.cp/mb-inline2.cc: Ditto.
9228 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
9229 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
9230
9231 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9232
9233 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
9234 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
9235 Replace all uses of `decimal' by `nonzero'.
9236 (info macro FROM_COMMANDLINE): New test.
9237
9238 2009-04-27 Tom Tromey <tromey@redhat.com>
9239
9240 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
9241
9242 2009-04-27 Doug Evans <dje@google.com>
9243
9244 * gdb.threads/watchthreads.c (main): Initialize args before starting
9245 the threads. Plus formatting cleanup.
9246 * gdb.threads/watchthreads.exp: Avoid errant failures due to
9247 biased scheduling of one thread.
9248
9249 2009-04-27 Jerome Guitton <guitton@adacore.com>
9250
9251 * gdb.cp/templates.cc (GetMax): New template.
9252 (main): Declare two instances of GetMax.
9253 * gdb.cp/templates.exp: Add new test.
9254
9255 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
9258
9259 2009-04-22 Joseph Myers <joseph@codesourcery.com>
9260
9261 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
9262
9263 2009-04-15 Tom Tromey <tromey@redhat.com>
9264
9265 * gdb.base/charset.exp: Add regression test.
9266
9267 2009-04-14 Joel Brobecker <brobecker@adacore.com>
9268
9269 * gdb.base/exe-lock.exp: New testcase.
9270
9271 2009-04-13 Tom Tromey <tromey@redhat.com>
9272
9273 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
9274 operator on Frame.
9275
9276 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9277
9278 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
9279 * gdb.server/ext-attach.exp: Likewise.
9280
9281 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
9282
9283 Eliminate some sleep usage.
9284
9285 * gdb.mi/basics.c (do_nothing): New.
9286 (main): Use do_nothing instead of printf, so that
9287 not to introduce race condition between output of
9288 inferiour and output of gdb. Do not use sleep as it
9289 is not generally available on embedded targets.
9290
9291 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9292
9293 * gdb.server/ext-attach.exp: Expect an optional process id after
9294 "Detached from remote process".
9295
9296 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9297
9298 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
9299 gdb.dwarf2/dw2-unresolved.exp: New.
9300
9301 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9302
9303 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
9304 mi_run_to_main.
9305
9306 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9307
9308 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
9309 mi_run_to_main. Skip thread exit test on remote targets.
9310 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
9311 mi_run_to_main.
9312 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
9313 mi_run_to_main.
9314 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9315 when expecting ^connected. Detect when the target doesn't support
9316 non-stop mode.
9317 (mi_run_cmd): Detect if non-stop mode was requested by isn't
9318 supported. Return -1 on error, 0 on success.
9319 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9320 (mi_runto): Return mi_runto_helper's result explicitly.
9321
9322 2009-04-01 Pedro Alves <pedro@codesourcery.com>
9323
9324 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9325
9326 2009-04-01 Tom Tromey <tromey@redhat.com>
9327
9328 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9329 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9330 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9331 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9332
9333 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
9334 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 PR gdb/931
9337 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9338 output.
9339 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
9340 for gdb/931.
9341 * dw2-strp.S (DW_AT_language): Change to C++.
9342 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9343
9344 2009-03-31 Joel Brobecker <brobecker@adacore.com>
9345
9346 * gdb.ada/tasks: New testcase.
9347
9348 2009-03-30 Stan Shebs <stan@codesourcery.com>
9349
9350 * gdb.trace/actions.exp: Update to match new info trace format.
9351 * gdb.trace/deltrace.exp: Ditto.
9352 * gdb.trace/infotrace.exp: Ditto.
9353 * gdb.trace/passcount.exp: Ditto.
9354 * gdb.trace/save-trace.exp: Ditto.
9355 * gdb.trace/while-stepping.exp: Ditto.
9356 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9357
9358 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9359
9360 * gdb.python/python-frame.c: New file.
9361 * gdb.python/python-frame.exp: New file.
9362
9363 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9364
9365 * gdb.python/python-value.exp: Add tests for the address
9366 attribute.
9367
9368 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9369
9370 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9371
9372 2009-03-26 Doug Evans <dje@google.com>
9373
9374 * gdb.mi/mi-nonstop-exit.exp: New file.
9375 * gdb.mi/non-stop-exit.c: New file.
9376
9377 2009-03-26 Tom Tromey <tromey@redhat.com>
9378
9379 Update for change to prologue skipping:
9380 * gdb.mi/mi2-simplerun.exp: Update.
9381 * gdb.mi/mi2-break.exp: Update.
9382 * gdb.mi/mi-simplerun.exp: Update.
9383 * gdb.mi/mi-break.exp: Update.
9384 * gdb.base/ending-run.exp: Update.
9385
9386 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9387
9388 * gdb.python/python-value.exp (test_value_in_inferior): Test
9389 gdb.Value.is_optimized_out attribute.
9390
9391 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * gdb.dwarf2/dw2-noloc-main.c: New file.
9394 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9395 (.text): Remove.
9396 (.data): New.
9397 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9398 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9399 (DW_TAG_subprogram func_cu1, noloc): Remove.
9400 (main): New.
9401 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9402 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
9403 (file_symbols): New procedure.
9404
9405 2009-03-25 Tom Tromey <tromey@redhat.com>
9406
9407 * gdb.base/charset.exp (valid_target_charset): New proc.
9408 Use it to skip tests on invalid charsets.
9409
9410 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9411
9412 * gdb.base/completion.exp: Add a test for directory completion.
9413
9414 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9415
9416 Fix a racy FAIL.
9417 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9418 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9419
9420 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
9421
9422 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9423 * gdb.python/python-function.exp: Add test for function returning
9424 a GDB value.
9425
9426 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
9427
9428 * gdb.python/python-function.exp: New file.
9429
9430 2009-03-20 Tom Tromey <tromey@redhat.com>
9431
9432 * gdb.base/store.exp: Update for change to escape output.
9433 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9434 to escape output.
9435 * gdb.base/pointers.exp: Update for change to escape output.
9436 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9437 to escape output.
9438 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9439 escape output.
9440 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9441 to escape output.
9442 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9443 escape output.
9444 * gdb.base/setvar.exp: Update for change to escape output.
9445 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9446 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9447 to escape output.
9448 (test_print_string_constants): Likewise.
9449 * gdb.base/charset.exp (valid_host_charset): Check size of
9450 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
9451 cases. Handle "auto"-related output.
9452 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9453 (uvar, Uvar): New globals.
9454
9455 2009-03-19 Jerome Guitton <guitton@adacore.com>
9456
9457 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9458 deltas.
9459 * gdb.ada/fixed_points.exp: Ditto.
9460
9461 2009-03-18 Pedro Alves <pedro@codesourcery.com>
9462
9463 * return-nodebug.c: Don't include stdio.h.
9464 (init): Delete.
9465 (func): Delete definition and provide extern declaration.
9466 (t): New.
9467 (main): Don't call printf. Call func and store its result in t.
9468 * return-nodebug1.c: New.
9469 * return-nodebug.exp: Don't expect stdio output. Instead, print
9470 the global variable t. Drop printf formatters and cast types from
9471 foreach loop. Don't use prepare_for_testing. Compile
9472 return-nodebug.c and return-nodebug1.c in separate steps. Don't
9473 define FORMAT or CAST.
9474
9475 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9476
9477 * gdb.base/solib-display.exp: Disable test for remote targers.
9478
9479 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9482
9483 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9484
9485 Fix a racy FAIL.
9486 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9487 code from `follow parent, print pids'.
9488 (`follow child, print pids', `follow parent, print pids'): Call it.
9489 Replace `gdb_test "break..."' by gdb_breakpoint.
9490
9491 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
9492
9493 * gdb.mi/mi-cli.exp: Adjust for output difference in
9494 sync and async modes.
9495
9496 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9497
9498 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9499 that was checked in by mistake. Remove loading of ada.exp, since
9500 this is not necessary in this case.
9501
9502 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9503
9504 * gdb.ada/ptype_arith_binop.exp: New testcase.
9505
9506 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9507
9508 * gdb.ada/mod_from_name: New testcase.
9509
9510 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9511
9512 * gdb.ada/tick_last_segv: New testcase.
9513
9514 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9515
9516 * gdb.mi/mi-cli.exp: Remove debug print.
9517
9518 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9519
9520 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9521 include the token in ^running and frame info in *stopped.
9522
9523 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9524
9525 * solib-display.exp: New file.
9526 * solib-display-main.c: New file.
9527 * solib-display-lib.c: New file.
9528
9529 2009-03-05 Pedro Alves <pedro@codesourcery.com>
9530
9531 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9532
9533 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9534
9535 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9536 (list_and_check_macro): Use more specific test name.
9537 (next to definition): Make the test names unique.
9538
9539 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9540
9541 * gdb.pascal/floats.exp: Accept approximate results everywhere.
9542
9543 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9544
9545 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9546 notifications.
9547 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9548 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9549 * lib/mi-support.exp (library_loaded_re): New.
9550 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9551
9552 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9553
9554 * gdb.gdb/observer.exp: Use test_notification observer, not
9555 normal_stop, everywhere.
9556 (test_normal_stop_notifications): Rename to...
9557 (test_notifications): ...this.
9558 (test_observer_normal_stop): Rename to...
9559 (test_observer): ...this.
9560
9561 2009-02-16 Doug Evans <dje@google.com>
9562
9563 * gdb.arch/amd64-disp-step.S (test_int3): New test.
9564 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9565 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9566 (test_prefixed_syscall,test_int3): New tests.
9567 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9568 (test_prefixed_syscall,test_int3): New tests.
9569
9570 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
9571
9572 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9573 (mi_expect_interrupt): Likewise.
9574 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9575 response.
9576
9577 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9578
9579 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9580 * gdb.base/pc-fp.exp (get_valueofx): Remove.
9581 Replace calls to get_valueofx by get_hexadecimal_valueof.
9582
9583 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9584
9585 * lib/gdb.exp (get_valueof): Accept anything as a return value.
9586 (get_integer_valueof): New procedure.
9587 (get_sizeof): Use new get_integer_value_of.
9588 * gdb.base/sizeof.exp: Replace all uses of get_valueof
9589 by get_integer_valueof.
9590
9591 2009-02-13 Tom Tromey <tromey@redhat.com>
9592
9593 * gdb.base/remote.exp (get_sizeof): Remove.
9594 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9595 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9596 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9597 * lib/gdb.exp (get_valueof): Move from long_long.exp.
9598 (get_sizeof): Likewise.
9599
9600 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9601
9602 PR fortran/9806
9603 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9604
9605 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9606
9607 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9608
9609 2009-02-06 Pedro Alves <pedro@codesourcery.com>
9610
9611 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9612
9613 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9614
9615 * gdb.python/python-cmd.exp: New file.
9616
9617 2009-02-06 Tristan Gingold <gingold@adacore.com>
9618
9619 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9620
9621 2009-02-05 Tristan Gingold <gingold@adacore.com>
9622
9623 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9624 pointer is dereferenced and use this signal name in regexp.
9625 * gdb.base/signull.exp: Ditto.
9626 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9627 * gdb.base/signull.c (main): Ditto.
9628
9629 2009-02-04 Tom Tromey <tromey@redhat.com>
9630 Thiago Jung Bauermann <bauerman@br.ibm.com>
9631
9632 * gdb.python/python-value.exp: Use `gdb.history' instead of
9633 `gdb.value_from_history'.
9634 (test_value_numeric_ops): Add test for conversion of enum constant.
9635 * gdb.python/python-value.c (enum e): New type.
9636 (evalue): New global.
9637 (main): Use argv.
9638
9639 2009-02-04 Jerome Guitton <guitton@adacore.com>
9640
9641 * gdb.ada/uninitialized_vars: New test program.
9642 * gdb.ada/uninitialized_vars.exp: New testcase.
9643
9644 2009-02-02 Tom Tromey <tromey@redhat.com>
9645
9646 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9647 * gdb.cp/pr2489.cc: Rename...
9648 * gdb.cp/pr9594.cc: ... to this.
9649
9650 2009-02-02 Tom Tromey <tromey@redhat.com>
9651
9652 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9653 * gdb.cp/pr2489.cc: New file.
9654 * gdb.cp/cpcompletion.exp: New file.
9655
9656 2009-02-02 Tom Tromey <tromey@redhat.com>
9657
9658 PR exp/9059:
9659 * gdb.cp/call-c.exp: Add regression test.
9660 * gdb.cp/call-c.cc (FooHandle): New typedef.
9661 (main): New variable 'handle'.
9662
9663 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9664
9665 * lib/mi-support.exp (et_mi_thread_list)
9666 (check_mi_and_console_threads): Adjust for current thread in
9667 -thread-list-ids output.
9668
9669 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9670
9671 * gdb.mi/mi-break.exp (test_disabled_creation): New.
9672 Call it.
9673
9674 2009-01-28 Doug Evans <dje@google.com>
9675
9676 * gdb.arch/amd64-disp-step.S: New file.
9677 * gdb.arch/amd64-disp-step.exp: New file.
9678 * gdb.arch/i386-disp-step.S: New file.
9679 * gdb.arch/i386-disp-step.exp: New file.
9680
9681 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
9682
9683 * gdb.base/find.exp: Set newline variable
9684 using quotes instead of braces to fix cygwin failures.
9685
9686 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9687
9688 * gdb.base/radix.exp: Add tests to ensure that that set
9689 input-radix 0 and set output-radix 0 are really rejected.
9690
9691 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9692
9693 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9694 copyright years.
9695
9696 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9697
9698 PR gdb/9664:
9699 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9700
9701 2009-01-22 Pedro Alves <pedro@codesourcery.com>
9702
9703 PR c++/9631:
9704 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9705
9706 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
9707
9708 * gdb.server/file-transfer.exp: Use EXEEXT variable for
9709 binfile definition to fix Windows OS failure.
9710
9711 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9712
9713 PR gdb/9346
9714 * gdb.base/interrupt.c (sigint_handler): New.
9715 (main): Install a SIGINT handler if SIGNALS is defined. Exit
9716 on error.
9717 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9718 Test "signal SIGINT".
9719
9720 2009-01-19 Doug Evans <dje@google.com>
9721
9722 * gdb.base/break.exp: Update expected gdb output.
9723 * gdb.base/sepdebug.exp: Ditto.
9724 * gdb.mi/mi-syn-frame.exp: Ditto.
9725 * gdb.mi/mi2-syn-frame.exp: Ditto.
9726 * gdb.base/call-signal-resume.exp: New file.
9727 * gdb.base/call-signals.c: New file.
9728 * gdb.base/unwindonsignal.exp: New file.
9729 * gdb.base/unwindonsignal.c: New file.
9730 * gdb.threads/interrupted-hand-call.exp: New file.
9731 * gdb.threads/interrupted-hand-call.c: New file.
9732 * gdb.threads/thread-unwindonsignal.exp: New file.
9733
9734 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
9735
9736 * gdb.base/define.exp: Test defining and hooking prefix commands.
9737 * gdb.python/python.exp: Update test for "show user" output.
9738
9739 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9740
9741 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
9742 now the output exactly, using less wildcards. Expect also the output
9743 of gfortran-4.3. Update for the f-valprint.c modification from
9744 2008-04-22.
9745 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9746 Remove gdb_test test names where matching the command.
9747
9748 2009-01-01 Pedro Alves <pedro@codesourcery.com>
9749
9750 PR breakpoints/9681:
9751 * gdb.base/watchpoint.exp: Add regression test.
9752
9753 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9754
9755 * gdb.threads/attach-into-signal.exp: Don't use
9756 gdb_suppress_entire_file.
9757 * gdb.threads/attach-stopped.exp: Ditto.
9758 * gdb.threads/attachstop-mt.exp: Ditto.
9759
9760 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9761
9762 PR gdb/8812:
9763 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9764
9765 2008-12-29 Pedro Alves <pedro@codesourcery.com>
9766
9767 PR gdb/7536:
9768 * gdb.base/radix.exp: Add tests to ensure invalid input radices
9769 and unsupported output radices are really rejected.
9770
9771 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * gdb.cp/punctuator.exp: Backslash the '$' signs.
9774
9775 2008-12-22 Tom Tromey <tromey@redhat.com>
9776
9777 * gdb.cp/punctuator.exp: New file.
9778
9779 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9780
9781 * gdb.base/completion.exp (Completing non-existing component): New test.
9782
9783 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9784
9785 Fix for PR gdb/8648.
9786 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9787 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9788 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9789 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9790
9791 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9794
9795 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
9796
9797 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9798 compiler actually generate code at the expected line number.
9799
9800 2008-12-15 Jie Zhang <jie.zhang@analog.com>
9801
9802 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9803
9804 2008-12-12 Tom Tromey <tromey@redhat.com>
9805
9806 * gdb.base/commands.exp (redefine_hook_test): New proc.
9807 Call it.
9808
9809 2008-12-11 Tom Tromey <tromey@redhat.com>
9810
9811 * gdb.base/macscp.exp: New regression test.
9812
9813 2008-12-11 Tom Tromey <tromey@redhat.com>
9814
9815 * gdb.base/macscp.exp: Print "address.addr".
9816 * gdb.base/macscp1.c (struct outer): New struct.
9817 (address): New global.
9818
9819 2008-12-09 Tom Tromey <tromey@redhat.com>
9820
9821 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9822 Call it.
9823
9824 2008-12-04 Doug Evans <dje@google.com>
9825
9826 * gdb.server/ext-run.exp: Relax regexp for init program.
9827
9828 2008-12-03 Tristan Gingold <gingold@adacore.com>
9829
9830 * gdb.base/macscp.exp: Generate an object file during compilation
9831 to work around Darwin dsymutil limitations.
9832
9833 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9834
9835 Test resolving external references to TLS variables.
9836 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9837 FILE2_THREAD_LOCAL.
9838 (testfile2, srcfile2): New variables.
9839 * gdb.threads/tls.c (file2_thread_local)
9840 (function_referencing_file2_thread_local): New.
9841 * gdb.threads/tls2.c: New file.
9842
9843 2008-11-28 Joel Brobecker <brobecker@adacore.com>
9844
9845 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
9846 rather than integer, as integer might not be big enough when
9847 on 64bit targets.
9848
9849 2008-11-27 Jerome Guitton <guitton@adacore.com>
9850
9851 * gdb.cp/formatted-ref.exp: Add equality test.
9852 * gdb.ada/formatted_ref.exp: Ditto.
9853
9854 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9855
9856 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9857 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9858
9859 2008-11-20 Andreas Schwab <schwab@suse.de>
9860
9861 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9862 matching syscall entry point.
9863 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9864 (tcatch_vfork_then_child_follow): Likewise. Finish through
9865 vfork even if we stopped at the syscall trampoline.
9866
9867 2008-11-20 Doug Evans <dje@google.com>
9868
9869 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9870
9871 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9872
9873 * gdb.arch/ppc-dfp.exp: New file.
9874 * gdb.arch/ppc-dfp.c: New file.
9875
9876 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9877
9878 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
9879
9880 2008-11-17 Doug Evans <dje@google.com>
9881
9882 * gdb.mi/mi-syn-frame.exp: Update expected output.
9883 * gdb.mi/mi2-syn-frame.exp: Update expected output.
9884
9885 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9886
9887 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
9888 "thread N" results in =thread-selected.
9889 * lib/mi-support (mi_run_cmd, mi_expect_stop)
9890 (mi_send_resuming_command_raw): Be prepared for
9891 =thread-selected.
9892
9893 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9894
9895 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9896 * lib/mi-support.exp: Likewise.
9897
9898 2008-11-16 Joel Brobecker <brobecker@adacore.com>
9899
9900 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9901 commands from the expected output for "help catch".
9902
9903 2008-11-15 Joel Brobecker <brobecker@adacore.com>
9904
9905 * gdb.ada/int_deref.exp: New testcase.
9906
9907 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
9908
9909 * gdb.mi/gdb2549.exp: New file.
9910
9911 2008-11-11 Doug Evans <dje@google.com>
9912
9913 * gdb.base/callexit.exp: New file.
9914 * gdb.base/callexit.c: New file.
9915
9916 2008-11-10 Doug Evans <dje@google.com>
9917
9918 * lib/gdb.exp (GDBFLAGS): Move -nx ...
9919 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
9920 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9921 (default_gdb_start,default_gdb_exit): Ditto.
9922 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9923 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9924 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9925 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9926 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9927 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9928
9929 2008-11-03 Andreas Schwab <schwab@suse.de>
9930
9931 * gdb.base/hashline2.exp: Fix typo.
9932 * gdb.base/hashline3.exp: Likewise.
9933
9934 2008-10-30 Tom Tromey <tromey@redhat.com>
9935
9936 * gdb.base/pointers.exp: Add test.
9937 * gdb.base/pointers.c (k, S): New typedefs.
9938 (instance): New global.
9939
9940 2008-10-30 Andreas Schwab <schwab@suse.de>
9941
9942 * gdb.base/args.exp: Add tests for newlines.
9943
9944 2008-10-30 Joel Brobecker <brobecker@adacore.com>
9945
9946 gdb.base/foll-exec.exp: Update the expected output of a couple
9947 of "info breakpoints" tests.
9948
9949 2008-10-28 Tom Tromey <tromey@redhat.com>
9950
9951 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9952
9953 2008-10-24 Pedro Alves <pedro@codesourcery.com>
9954
9955 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9956 gdb_start_cmd.
9957 Use runto_main before any test that requires execution.
9958
9959 2008-10-23 Pedro Alves <pedro@codesourcery.com>
9960
9961 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9962 instead of SIGINT.
9963
9964 2008-10-22 Joel Brobecker <brobecker@adacore.com>
9965
9966 * gdb.base/completion.exp: Update expected output following
9967 the addition of the "info tasks" command.
9968
9969 2008-10-22 Tom Tromey <tromey@redhat.com>
9970
9971 * gdb.base/exprs.exp (test_expr): Add test for string
9972 concatenation.
9973
9974 2008-10-19 Pedro Alves <pedro@codesourcery.com>
9975
9976 * configure.ac: Output gdb.python/Makefile.
9977 * configure: Regenerate.
9978 * gdb.python/Makefile.in: New.
9979
9980 2008-10-16 Joel Brobecker <brobecker@adacore.com>
9981
9982 * gdb.base/foll-fork.exp: Adjust the expected output to match
9983 the new description for fork/vfork catchpoints in the "info
9984 breakpoints" output.
9985
9986 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9987
9988 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9989
9990 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9991
9992 * gdb.python/python-value.c: New file.
9993 * gdb.python/python-value.exp: New file.
9994
9995 2008-10-15 Pedro Alves <pedro@codesourcery.com>
9996
9997 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9998
9999 2008-10-15 Denis Pilat <denis.pilat@st.com>
10000
10001 * gdb.cp/mb-ctor.exp: Fix a typo.
10002
10003 2008-10-09 Tom Tromey <tromey@redhat.com>
10004
10005 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
10006 'fprintf' and 'stderr'.
10007
10008 2008-10-07 Joel Brobecker <brobecker@adacore.com>
10009
10010 * gdb.ada/ref_tick_size.exp: New testcase.
10011
10012 2008-10-06 Doug Evans <dje@google.com>
10013
10014 * gdb.dwarf2/dw2-cu-size.exp: New file.
10015 * gdb.dwarf2/dw2-cu-size.S: New file.
10016
10017 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
10018 .Ltype_int for clarity.
10019
10020 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
10021
10022 PR gdb/2384:
10023 * gdb.cp/gdb2384.exp: Extended to test more cases.
10024 * gdb.cp/gdb2384.cc: Likewise.
10025 * gdb.cp/gdb2384-base.h: Likewise.
10026 * gdb.cp/gdb2384-base.cc: Likewise.
10027
10028 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * gdb.base/maint.exp (maint print type): Remove printing
10031 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
10032
10033 2008-09-30 Tom Tromey <tromey@redhat.com>
10034
10035 * gdb.base/macscp.exp: Add completion tests.
10036 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
10037 (TWENTY_THREE): Likewise.
10038 (FORTY_EIGHT): Likewise.
10039
10040 2008-09-30 Tom Tromey <tromey@redhat.com>
10041
10042 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
10043 everywhere.
10044 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
10045
10046 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
10049 testcase is derived from. Fix racy dependency on an expected PID
10050 number. No longer support the testcase on Linux kernel 2.4.x.
10051
10052 2008-09-27 Tom Tromey <tromey@redhat.com>
10053
10054 * gdb.base/macscp.exp: Add tests for stringification, splicing,
10055 and varargs.
10056
10057 2008-09-22 Pedro Alves <pedro@codesourcery.com>
10058
10059 * lib/mi-support.exp (mi_expect_interrupt): New.
10060 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
10061 from gdb.mi/mi-nonstop.exp.
10062 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
10063 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
10064 lib/mi-support.exp.
10065 Use mi_check_thread_states throughout. Avoid ".*" and do not
10066 require an anchor after -exec-run.
10067
10068 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
10069
10070 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
10071 stop is pending. Avoid ".*" when two stops are pending.
10072 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
10073 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
10074 newlines in fullnames.
10075 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
10076 (mi_expect_stop): Update comments. Only anchor in sync mode.
10077 Do not match newlines.
10078 (mi_send_resuming_command_raw): Always return status.
10079 (mi_get_stop_line): Do not match more than one line by accident.
10080 Only anchor in sync mode.
10081 (mi_run_inline_test): If -exec-next fails, give up.
10082
10083 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10084
10085 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
10086 on SPU.
10087
10088 2008-09-10 Joel Brobecker <brobecker@adacore.com>
10089
10090 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
10091
10092 2008-09-10 Joel Brobecker <brobecker@adacore.com>
10093
10094 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
10095 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10096 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
10097 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10098 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
10099 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
10100 gdb.ada/interface.exp, gdb.ada/null_array.exp,
10101 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10102 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10103 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10104 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
10105 Include the "= " sequence in the expected output of print tests.
10106
10107 2008-09-10 Joel Brobecker <brobecker@adacore.com>
10108
10109 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
10110 description for boolean types.
10111
10112 2008-09-09 Pedro Alves <pedro@codesourcery.com>
10113
10114 * gdb.base/hook-stop-continue.c: New.
10115 * gdb.base/hook-stop-continue.exp: New.
10116
10117 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10118
10119 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
10120
10121 2008-09-08 Jerome Guitton <guitton@adacore.com>
10122
10123 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
10124 (stack_check_probe_2, stack_check_probe_loop_1)
10125 (stack_check_probe_loop_2): New functions.
10126 (main): Add call to these new functions.
10127 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
10128 functions, check that the breakpoint is inserted at the appropriate
10129 location.
10130 (insert_breakpoint): Slightly refine this procedure so that it can
10131 be called several times in the test.
10132
10133 2008-09-08 Jerome Guitton <guitton@adacore.com>
10134
10135 * gdb.base/stack-checking.c: New file.
10136 * gdb.base/stack-checking.exp: New file.
10137
10138 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
10139
10140 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
10141 * gdb.arch/altivec-regs.exp: Likewise.
10142 * gdb.arch/vsx-regs.exp: Likewise.
10143
10144 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
10145
10146 * gdb.arch/ppc-fp.exp: New file.
10147 * gdb.arch/ppc-fp.c: New file.
10148
10149 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10150
10151 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
10152 lest gcc-4.3.1 optimizes the whole thing away.
10153
10154 2008-09-04 Michael Snyder <msnyder@vmware.com>
10155
10156 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
10157 as "at" (for non-debug functions such as _start).
10158
10159 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10160
10161 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
10162 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
10163 software watchpoints.
10164 * gdb.base/watch_thread_num.exp: Likewise.
10165
10166 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
10167
10168 * gdb.arch/i386-bp_permanent.exp: New test.
10169
10170 2008-08-24 Tom Tromey <tromey@redhat.com>
10171
10172 * gdb.base/maint.exp: Update "maint print type".
10173
10174 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
10175
10176 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
10177 support. Adjust the order of "*running" notifications.
10178 * gdb.mi/non-stop.c: Don't cast from int to void* and
10179 back.
10180
10181 2008-08-20 Mark Kettenis <kettenis@gnu.org>
10182
10183 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
10184 expect to find it in the "info frame" output.
10185
10186 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
10187
10188 * gdb.base/interp.exp: Always consume both prompts.
10189
10190 2008-08-20 Pedro Alves <pedro@codesourcery.com>
10191
10192 * gdb.base/pending.exp: Test pending breakpoints without symbols
10193 loaded.
10194
10195 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
10196
10197 * lib/mi-support.exp (mi_expect_stop): Produce
10198 more details on failures.
10199 * gdb.mi/mi-nonstop.exp: New.
10200 * gdb.mi/non-stop.c: New.
10201
10202 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
10203
10204 * gdb.mi/mi-async.exp: Use 'set target-async'.
10205 * lib/mi-support.exp: Use 'set/show target-async'.
10206
10207 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
10208
10209 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
10210
10211 2008-08-17 Tom Tromey <tromey@redhat.com>
10212
10213 * gdb.base/help.exp (help catch): Rewrite.
10214
10215 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
10216
10217 * gdb.base/define.exp: Test indented command documentation.
10218 * gdb.python/python.exp: Test indented multi-line command.
10219
10220 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
10221
10222 * testsuite/gdb.arch/vsx-regs.c: New source file.
10223 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
10224 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
10225
10226 2008-08-14 Tom Tromey <tromey@redhat.com>
10227
10228 * gdb.base/macscp.exp: Add regression test for "macro define" or
10229 "macro undef" with no arguments.
10230
10231 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
10232
10233 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
10234
10235 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10236
10237 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
10238
10239 2008-08-06 Tom Tromey <tromey@redhat.com>
10240
10241 * gdb.python/python.exp: New file.
10242
10243 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10244
10245 Fix for PR gdb/1543.
10246 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
10247 $LOCATION.
10248 (location): New variable.
10249 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
10250 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
10251 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
10252 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
10253 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
10254 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
10255 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
10256 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
10257 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
10258 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
10259 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
10260 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
10261 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
10262 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
10263 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10264 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
10265 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
10266 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
10267 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
10268 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10269 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
10270 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
10271 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
10272 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
10273 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
10274 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
10275 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
10276 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
10277 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
10278 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
10279 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
10280 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
10281 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
10282 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
10283 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
10284 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
10285 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
10286 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10287 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
10288 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
10289 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
10290 gdb.base/type-opaque.exp, gdb.base/until.exp,
10291 gdb.base/value-double-free.c, gdb.base/varargs.exp,
10292 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
10293 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
10294 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10295 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
10296 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
10297 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10298 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10299 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10300 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
10301 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
10302 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
10303 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
10304 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
10305 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
10306 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
10307 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10308 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
10309 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10310 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10311 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10312 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10313 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10314 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10315 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10316 gdb.pascal/types.exp, gdb.stabs/weird.exp,
10317 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10318 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10319 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10320 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10321 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10322 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10323 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10324 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10325 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10326 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10327 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10328 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10329 lib/mi-support.exp, lib/trace-support.exp: Remove reference
10330 to bug-gdb@prep.ai.mit.edu .
10331
10332 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
10333
10334 * lib/mi-support.exp (mi_load_shlibs): New.
10335 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10336
10337 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
10338
10339 * lib/mi-support.exp (get_mi_thread_list)
10340 (check_mi_and_console_threads): New, moved from ...
10341 * gdb.mi/mi-pthread.exp: ...here.
10342 * gdb.mi/gdb669.exp (get_mi_thread_list)
10343 (check_mi_and_console_threads): Delete.
10344 * gdb.mi/mi2-pthread.exp: Likewise.
10345
10346 2008-07-28 Tom Tromey <tromey@redhat.com>
10347
10348 * Makefile.in (just-check): Remove. Move body to...
10349 (check): ... here.
10350
10351 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10352
10353 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10354 Add a test for duplicated SIGINTs.
10355
10356 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10357
10358 * gdb.threads/schedlock.exp (get_args): Update to work for any
10359 value of NUM.
10360 (Top level): Report the number of threads that did not resume.
10361
10362 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10363
10364 * gdb.dwarf2/dw2-compressed.S: Also define __start.
10365
10366 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10367
10368 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10369 non-MI prompt.
10370
10371 2008-07-26 Tom Tromey <tromey@redhat.com>
10372
10373 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10374 (function_struct, function_struct_ptr): New globals.
10375 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10376 function pointer in a struct.
10377
10378 2008-07-26 Tom Tromey <tromey@redhat.com>
10379
10380 * gdb.base/macscp.exp: Add test for macro lexing bug.
10381
10382 2008-07-18 Tom Tromey <tromey@redhat.com>
10383
10384 * gdb.base/macscp.exp: Add macro tests.
10385
10386 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10387
10388 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10389
10390 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10391
10392 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10393
10394 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10395
10396 * gdb.cp/class2.exp: fix for failure on spu-elf
10397
10398 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
10399
10400 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
10401
10402 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10405
10406 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
10407
10408 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10409
10410 2008-07-11 Kevin Buettner <kevinb@redhat.com>
10411
10412 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10413 of regexp to account for changes made to GDB in the printing of
10414 byte vectors.
10415
10416 2008-07-11 Tom Tromey <tromey@redhat.com>
10417
10418 * gdb.base/completion.exp: Add 'help' completion test.
10419
10420 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10423
10424 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10425
10426 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10427
10428 2008-07-09 Pedro Alves <pedro@codesourcery.com>
10429
10430 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10431
10432 2008-07-09 Pedro Alves <pedro@codesourcery.com>
10433
10434 * gdb.base/fullname.exp: Restore pwd if compiling failed.
10435
10436 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10439
10440 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10441
10442 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10443 previous commit. Add a comment.
10444
10445 2008-06-28 Pedro Alves <pedro@codesourcery.com>
10446
10447 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10448
10449 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10450
10451 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10452
10453 2008-06-27 Pedro Alves <pedro@codesourcery.com>
10454
10455 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10456 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10457 compiling an executable, link in an object that forces unbuffered
10458 output.
10459 * lib/set_unbuffered_mode.c: New file.
10460
10461 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10462
10463 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10464
10465 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
10466
10467 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10468 mi_expect_stop.
10469 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10470 Demand that *running is output.
10471 (detect_async): Perform checking every time.
10472 (mi_send_resuming_command): Extract everything into...
10473 (mi_send_resuming_command_raw): ...this.
10474 (mi_expect_stop): Don't accept any output before *stopped.
10475
10476 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
10477
10478 Robustify mi-simplerun.
10479 * gdb.mi/basics.c (main): Add a call to sleep.
10480 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10481 * gdb.mi/mi2-cli.exp: Likewise.
10482 * gdb.mi/mi-break.exp: Likewise.
10483
10484 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
10485
10486 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10487
10488 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10489
10490 * gdb.mi/mi-console.exp: Adjust.
10491 * gdb.mi/mi-syn-frame.exp: Adjust.
10492 * gdb.mi/mi2-console.exp: Adjust.
10493 * gdb.mi/mi2-syn-frame.exp: Adjust.
10494 * lib/mi-support.exp (mi_run_cmd): Adjust.
10495 (mi_send_resuming_command): Adjust.
10496
10497 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10498
10499 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
10500 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10501 testing of stopped.
10502 * gdb.mi/mi2-syn-frame.exp: Likewise.
10503 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10504 (async, detect_async): New.
10505 (mi_expect_stop, mi_continue_to_line): Adjust expectation
10506 depending on if we're running in sync or async mode.
10507
10508 2008-06-09 Tom Tromey <tromey@redhat.com>
10509
10510 * gdb.base/completion.exp: New tests for field name completion
10511 with spaces, and field name completion with '->'.
10512
10513 2008-06-06 Tom Tromey <tromey@redhat.com>
10514
10515 * gdb.base/break1.c (struct some_struct): New struct.
10516 (values): New global.
10517 * gdb.base/completion.exp: Add field name completion test.
10518
10519 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10520
10521 * gdb.cp/call-c.exp: Test for incorrect handling of reference
10522 to pointer.
10523 * gdb.cp/call-c.cc: Likewise.
10524
10525 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
10526
10527 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10528 annotation.
10529
10530 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10531 Pedro Alves <pedro@codesourcery.com>
10532
10533 * gdb.threads/execl.c, gdb.threads/execl1.c,
10534 gdb.threads/execl.exp: New tests.
10535
10536 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
10537 Daniel Jacobowitz <dan@codesourcery.com>
10538
10539 * gdb.cp/exception.exp: Activate test, make it work with pending
10540 catchpoints.
10541
10542 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10543
10544 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10545
10546 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
10547
10548 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10549 now printed.
10550 * gdb.mi/mi2-var-cmd.exp: Likewise.
10551
10552 2008-05-27 Andreas Schwab <schwab@suse.de>
10553
10554 * gdb.base/frame-args.exp: Handle arguments that are optimized
10555 out.
10556
10557 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
10558
10559 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10560 quiet for ppc32 and group options into a single variable.
10561
10562 2008-05-23 Joel Brobecker <brobecker@adacore.com>
10563
10564 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10565 of zero-size elements.
10566 * gdb.ada/null_array.exp: Test printing this new array.
10567
10568 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10569
10570 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10571
10572 2008-05-21 Joel Brobecker <brobecker@adacore.com>
10573
10574 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10575 of the "finish" command.
10576
10577 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
10578
10579 * gdb.base/annota1.exp: Test for new annotation.
10580
10581 2008-05-16 Pedro Alves <pedro@codesourcery.com>
10582
10583 * gdb.base/fixsection.exp: New file.
10584 * gdb.base/fixsection0.c: New file.
10585 * gdb.base/fixsection1.c: New file.
10586
10587 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10588
10589 * gdb.base/annota1.exp: Accept printf@... in place of printf.
10590 * gdb.base/annota3.exp: Likewise.
10591
10592 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
10593
10594 * gdb.base/watch_thread_num.exp: Don't run tests that require
10595 watchpoints if the target doesn't support them.
10596
10597 2008-05-12 Doug Evans <dje@google.com>
10598
10599 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10600
10601 2008-05-09 Joel Brobecker <brobecker@adacore.com>
10602
10603 * gdb.ada/assign_1.exp: New testcase.
10604
10605 2008-05-09 Doug Evans <dje@google.com>
10606
10607 * gdb.base/find.exp: New file.
10608 * gdb.base/find.c: New file.
10609
10610 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
10611
10612 * gdb.base/commands.exp (watchpoint_command_test): Handle
10613 gdb,no_hardware_watchpoints.
10614 * gdb.base/float.exp: Allow ARM targets without floating point.
10615 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10616
10617 2008-05-06 Jerome Guitton <guitton@adacore.com>
10618 Joel Brobecker <brobecker@adacore.com>
10619
10620 * gdb.ada/lang_switch: New test program.
10621 * gdb.ada/lang_switch.exp: New testcase.
10622
10623 2008-05-05 Doug Evans <dje@google.com>
10624
10625 * gdb.base/help.exp (disassemble): Update expected help text.
10626
10627 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10628
10629 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10630
10631 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10632
10633 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10634 different times.
10635
10636 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10637
10638 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10639 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10640 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10641 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10642
10643 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
10644
10645 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10646 notification to appear.
10647
10648 2008-05-04 Daniel Jacobowitz <dan@debian.org>
10649
10650 * gdb.base/fullname.c: New file.
10651 * gdb.base/fullname.exp: New file.
10652 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10653
10654 2008-05-03 Pedro Alves <pedro@codesourcery.com>
10655
10656 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10657 expressions with macros.
10658
10659 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10660
10661 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10662
10663 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
10664
10665 * gdb.base/completion.exp: Handle lack of other symbols beginning
10666 with "a".
10667
10668 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10669
10670 2008-05-02 Jim Blandy <jimb@codesourcery.com>
10671
10672 * gdb.asm/asmsrc1.s: Add scratch space.
10673
10674 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10675 Daniel Jacobowitz <dan@codesourcery.com>
10676
10677 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10678 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10679 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10680
10681 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
10682
10683 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10684
10685 2008-05-01 Joel Brobecker <brobecker@adacore.com>
10686
10687 * gdb.base/info-target.exp: New testcase.
10688
10689 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10690
10691 * gdb.cp/hang.exp: Use .cc instead of .C.
10692 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10693 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10694
10695 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10696
10697 * gdb.base/gdb1250.exp: Remove perror.
10698 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10699
10700 2008-04-30 Pedro Alves <pedro@codesourcery.com>
10701
10702 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10703 .2byte.
10704
10705 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
10706
10707 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
10708 (maybe_kfail): New.
10709
10710 2008-04-25 Pedro Alves <pedro@codesourcery.com>
10711
10712 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10713
10714 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10715
10716 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10717 * gdb.mi/mi2-syn-frame.exp: Likewise.
10718 * lib/mi-support.exp: Likewise.
10719
10720 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10721
10722 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10723 to specify regexp for the location to stop at.
10724 * gdb.base/break-always.c: New.
10725 * gdb.base/break-always.exp: New.
10726
10727 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10728
10729 * lib/mi-support.exp (mi_runto_helper): Adjust
10730 for the original-location field.
10731 (mi_create_breakpoint, mi_list_breakpoints): New.
10732 * gdb.mi/mi-break.exp: Adjust.
10733 * gdb.mi/mi2-break.exp: Adjust.
10734 * gdb.mi/mi-pending.exp: Adjust.
10735 * gdb.mi/mi-simplerun.exp: Adjust.
10736 * gdb.mi/mi2-simplerun.exp: Adjust.
10737 * gdb.mi/mi-syn-frame.exp: Adjust.
10738 * gdb.mi/mi2-syn-frame.exp: Adjust.
10739 * gdb.mi/mi-until.exp: Adjust.
10740 * gdb.mi/mi2-until.exp: Adjust.
10741 * gdb.mi/mi-var-display.exp: Adjust.
10742 * gdb.mi/mi2-var-display.exp: Adjust.
10743 * gdb.mi/mi-watch.exp: Adjust.
10744 * gdb.mi/mi2-watch.exp: Adjust.
10745
10746 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
10747
10748 * aclocal.m4: Add override.m4.
10749 * configure: Regenerate.
10750
10751 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
10752
10753 * gdb.mi/var-cmd.c (do_at_tests): Verify that
10754 '-var-update --all-values' reports new value even the type
10755 of a variable object has changed.
10756
10757 2008-04-18 Craig Silverstein <csilvers@google.com>
10758
10759 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10760 files.
10761
10762 2008-04-18 Joel Brobecker <brobecker@adacore.com>
10763
10764 * gdb.ada/atomic_enum: New test program.
10765 * gdb.ada/atomic_enum.exp: New testcase.
10766
10767 2008-04-17 Doug Evans <dje@google.com>
10768
10769 * gdb.opt/Makefile.in: Fix whitespace.
10770
10771 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
10772
10773 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10774
10775 2008-04-17 Doug Evans <dje@google.com>
10776
10777 * gdb.base/hashline1.exp: New testcase.
10778 * gdb.base/hashline2.exp: New testcase.
10779 * gdb.base/hashline2.exp: New testcase.
10780
10781 2008-04-17 Pedro Alves <pedro@codesourcery.com>
10782
10783 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10784
10785 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
10786
10787 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10788 temporary breakpoint to match "Temporary breakpoint".
10789 * gdb.base/break.exp (delete_breakpoints): Likewise.
10790 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10791 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10792 * gdb.base/display.exp: Likewise.
10793 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10794 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10795 * gdb.base/restore.exp (restore_tests): Likewise.
10796 * gdb.base/sepdebug.exp: Likewise.
10797 * gdb.base/watchpoint.exp: Likewise.
10798 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10799 * gdb.mi/mi-pending.exp: Likewise.
10800 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10801 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10802 * gdb.mi/mi-var-cmd.exp: Likewise.
10803 * gdb.mi/mi-var-display.exp: Likewise.
10804 * gdb.mi/mi2-cli.exp: Likewise.
10805 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10806 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10807 * gdb.mi/mi2-var-display.exp: Likewise.
10808 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10809 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10810 new "disp" field.
10811 (mi_expect_stop): Move after_reason argument to be really after
10812 reason. This is to support fix for PR2424.
10813
10814 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10817
10818 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
10819
10820 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
10821 field. Add more floating varobj tests.
10822 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
10823 field.
10824 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10825 (main): Call do_at_tests.
10826 * lib/mi-support.exp (mi_create_floating_varobj)
10827 (mi_varobj_update_with_type_change): New.
10828
10829 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
10830
10831 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10832 option of -var-evaluate-expression.
10833 * gdb.mi/mi2-var-display.exp: Likewise.
10834
10835 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
10836
10837 Introduce test setup helpers.
10838 * lib/gdb.exp (build_executable, clean_restart)
10839 (prepare_for_testing): New.
10840 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10841 * gdb.base/return.exp: Likewise.
10842 * gdb.base/ending-run.exp: Likewise.
10843
10844 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
10845
10846 * gdb.mi/mi-async.exp: New test for asynchronous Machine
10847 Interface (MI) responses.
10848
10849 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
10850
10851 * gdb.cp/breakpoint.cc: New code to test conditions involving
10852 member variables.
10853 * gdb.cp/breakpoint.exp: Test condition involving member
10854 variables.
10855
10856 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
10857
10858 * lib/mi-support.exp (mi_expect_stop): New.
10859 (mi_run_cmd): Change the
10860 token. Use mi_send_resuming_command, use
10861 mi_expect_stop.
10862 (mi_execute_to_helper): Rename to mi_execute_to.
10863 (mi_send_resuming_command): Add more error patterns.
10864 (mi_wait_for_stop): Renamed to...
10865 (mi_get_stop_line): ...this.
10866 (mi_run_inline_test): Adjust.
10867
10868 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10869 * gdb.mi/mi-console.exp: Likewise.
10870 * gdb.mi/mi-pending.exp: Likewise.
10871 * gdb.mi/mi-simplerun.exp: Likewise.
10872 * gdb.mi/mi-stack.exp: Likewise.
10873 * gdb.mi/mi-stepi.exp: Likewise.
10874 * gdb.mi/mi-syn-frame.exp: Add comment.
10875 * gdb.mi/mi-until.exp: Likewise.
10876 * gdb.mi/mi-var-display.exp: Likewise.
10877 * gdb.mi/mi-watch.exp: Likewise.
10878 * gdb.mi/mi2-cli.exp: Likewise.
10879 * gdb.mi/mi2-console.exp: Likewise.
10880 * gdb.mi/mi2-simplerun.exp: Likewise.
10881 * gdb.mi/mi2-stack.exp: Likewise.
10882 * gdb.mi/mi2-stepi.exp: Likewise.
10883 * gdb.mi/mi2-until.exp: Likewise.
10884 * gdb.mi/mi2-var-display.exp: Likewise.
10885 * gdb.mi/mi2-watch.exp: Likewise.
10886
10887 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10888
10889 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10890
10891 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10892
10893 2008-04-04 Pedro Alves <pedro@codesourcery.com>
10894
10895 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10896 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10897 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10898 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10899 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10900 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10901 expect an mi error duplicated in stderr.
10902
10903 2008-04-03 Joel Brobecker <brobecker@adacore.com>
10904
10905 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10906 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10907 Add a couple of tests that verify the behavior when the new setting
10908 is set to "cancel" and "all".
10909 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10910 "ask" before we start the testing.
10911
10912 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10913
10914 * gdb.cp/casts.cc: Add class reference variables.
10915 * gdb.cp/casts.exp: New test cases for up/down casting references.
10916
10917 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
10918
10919 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10920 instead of beginning to make an extra test pass.
10921 * gdb.mi/mi2-var-display.exp: Likewise.
10922
10923 2008-03-31 Maciej W. Rozycki <macro@mips.com>
10924
10925 * gdb.base/break.exp: Mark failures as such. Fix formatting.
10926
10927 2008-03-31 Markus Deuling <deuling@de.ibm.com>
10928 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10929
10930 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10931 value. Add xfail for older kernels.
10932
10933 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
10934
10935 Bring mi-support in line with gdb.exp.
10936 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10937 (mi_gdb_start): New function.
10938
10939 2008-03-28 Maciej W. Rozycki <macro@mips.com>
10940
10941 * gdb.mi/mi-var-cmd.exp: Fix a typo.
10942
10943 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10944
10945 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10946 * gdb.mi/mi2-var-display.exp: Likewise.
10947
10948 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10949
10950 * lib/mi-support.exp (mi_create_varobj_checked): New.
10951 (mi_list_varobj_children): Allow to check for a
10952 value.
10953 (mi_list_array_varobj_children): New.
10954
10955 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10956 and mi_list_varobj_children, as opposed to hardcoding
10957 expected strings.
10958 * gdb.mi/gdb701.exp: Likewise.
10959 * gdb.mi/gdb792.exp: Likewise.
10960 * gdb.mi/mi-var-block.exp: Likewise.
10961 * gdb.mi/mi-var-cmd.exp: Likewise.
10962 * gdb.mi/mi-var-invalidate.exp: Likewise.
10963 * gdb.mi/mi2-var-block.exp: Likewise.
10964 * gdb.mi/mi2-var-child.exp: Likewise.
10965 * gdb.mi/mi2-var-cmd.exp: Likewise.
10966 * gdb.mi/mi2-var-display.exp: Likewise.
10967
10968 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 Fix random false FAILs on i386.
10971 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10972
10973 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10974
10975 PR gdb/544
10976 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10977
10978 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10979
10980 PR gdb/544
10981 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10982
10983 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10984
10985 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10986 fixed PR gdb/544.
10987
10988 2008-03-21 Pedro Alves <pedro@codesourcery.com>
10989
10990 * gdb.threads/fork-child-threads.exp: Test next over fork.
10991
10992 2008-03-21 Chris Demetriou <cgd@google.com>
10993
10994 * gdb.base/break.exp (rbreak junk): New test for rbreak
10995 "Junk at end of arguments" issue.
10996
10997 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10998
10999 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
11000 *& to work on created array elements.
11001 (Top level): Test print $pc with a file. Test string operations
11002 without a target.
11003 * gdb.base/ptype.exp: Do not expect *& to work on created array
11004 elements.
11005
11006 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
11007
11008 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
11009 gdb.threads/staticthreads.exp: Update exit query.
11010
11011 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
11012
11013 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
11014
11015 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11016
11017 * gdb.base/watchpoint.c (global_ptr, func4): New.
11018 (main): Call func4.
11019 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
11020 (test_inaccessible_watchpoint): New.
11021
11022 2008-02-29 Maciej W. Rozycki <macro@mips.com>
11023
11024 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
11025 select the largest.
11026
11027 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
11028
11029 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
11030 frames-invalid annotations.
11031
11032 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
11033
11034 * gdb.base/assign.exp: avoid same output for different tests.
11035
11036 2008-02-27 Doug Evans <dje@google.com>
11037
11038 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
11039 for bug 1738.
11040 (breakpoint_to_handler_entry): Ditto.
11041
11042 2008-02-27 Joel Brobecker <brobecker@adacore.com>
11043
11044 * gdb.base/ending-run.exp: Use the first line of code inside
11045 function body to test breakpoints.
11046 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
11047 location where the breakpoint is inserted when using the line
11048 where a function is declared. Fix typo in the description of
11049 one of the tests.
11050 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
11051
11052 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
11053
11054 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
11055 tests.
11056
11057 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
11058
11059 * gdb.base/args.exp: avoid same output for tests
11060 with single quotes.
11061
11062 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
11063
11064 * gdb.base/annota1.exp: Adjust for 'info break'
11065 format changes.
11066 * gdb.base/annota3.exp: Likewise.
11067 * gdb.base/break.exp: Likewise.
11068 * gdb.base/condbreak.exp: Likewise.
11069 * gdb.base/pending.exp: Likewise.
11070 * gdb.base/sepdebug.exp: Likewise.
11071 * gdb.base/unload.exp: Likewise.
11072 * gdb.cp/ovldbreak.exp: Likewise.
11073 * gdb.mi/mi-pending.exp: Likewise.
11074
11075 2008-02-07 Doug Evans <dje@google.com>
11076
11077 * gdb.cp/mb-inline.exp: New.
11078 * gdb.cp/mb-inline.h: New.
11079 * gdb.cp/mb-inline1.cc: New.
11080 * gdb.cp/mb-inline2.cc: New.
11081
11082 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11083
11084 * gdb.pascal/floats.pas: New test program.
11085 * gdb.pascal/floats.exp: New testcase.
11086
11087 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
11088
11089 * gdb.base/callfuncs.c (t_float_many_args): New function.
11090 (t_double_many_args): New function.
11091 * gdb.base/callfuncs.exp: Add tests for exceeding float
11092 and double parameters passed through the stack.
11093
11094 2008-02-05 Joel Brobecker <brobecker@adacore.com>
11095
11096 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
11097 gdb.ada/complete/foo.adb: New files.
11098 * gdb.ada/complete.exp: New testcase.
11099
11100 2008-02-03 Doug Evans <dje@google.com>
11101
11102 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
11103
11104 * gdb.cp/gdb2384.exp: New file.
11105 * gdb.cp/gdb2384.cc: New file.
11106 * gdb.cp/gdb2384-base.h: New file.
11107 * gdb.cp/gdb2384-base.cc: New file.
11108
11109 2008-02-02 Doug Evans <dje@google.com>
11110
11111 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
11112
11113 2007-02-01 Joel Brobecker <brobecker@adacore.com>
11114
11115 * gdb.ada/sym_print_name: New test program.
11116 * gdb.ada/sym_print_name.exp: New testcase.
11117
11118 2007-02-01 Joel Brobecker <brobecker@adacore.com>
11119
11120 * gdb.ada/nested/hello.adb: New file.
11121 * gdb.ada/nested.exp: New testcase.
11122 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11123
11124 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
11125
11126 * gdb.mi/basic.c (return_1): New function.
11127 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
11128 don't cause future evaluations of function to report
11129 creation of internal breakpoints.
11130
11131 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
11132
11133 * gdb.mi/mi-break.exp (test_error): New.
11134 Call it.
11135
11136 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
11137
11138 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
11139 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
11140
11141 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
11142
11143 * gdb.pascal/integers.pas: New test program.
11144 * gdb.pascal/integers.exp: New testcase.
11145
11146 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
11147
11148 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
11149
11150 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
11151
11152 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
11153 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
11154
11155 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
11156
11157 * gdb.ada/formatted_ref: New test program.
11158 * gdb.ada/formatted_ref.exp: New testcase.
11159
11160 * gdb.cp/formatted-ref.cc: New file.
11161 * gdb.cp/formatted-ref.exp: New testcase.
11162
11163 2008-01-30 Joel Brobecker <brobecker@adacore.com>
11164
11165 * gdb.base/ptype.exp: Add testing of "ptype $pc".
11166
11167 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
11168
11169 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
11170 (test_file_list_exec_source_file): Update to new macro-info field.
11171
11172 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
11173
11174 * gdb.ada/exprs: New test program.
11175 * gdb.ada/exprs.exp: New testcase.
11176
11177 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11178
11179 * dfp-test.c (DELTA, DELTA_B): New definitions.
11180 (double_val1, double_val2, double_val3, double_val4, double_val5,
11181 double_val6, double_val7, double_val8, double_val9, double_val10,
11182 double_val11, double_val12, double_val13, double_val14, dec32_val1,
11183 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
11184 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
11185 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
11186 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
11187 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
11188 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
11189 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
11190 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
11191 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
11192 dec128_val16): New global variables.
11193 (decimal_dec128_align): New function.
11194 (decimal_mixed): Likewise.
11195 (decimal_many_args_dec32): Likewise.
11196 (decimal_many_args_dec64): Likewise.
11197 (decimal_many_args_dec128): Likewise.
11198 (decimal_many_args_mixed): Likewise.
11199 * dfp-test.exp: Add tests calling new inferior functions.
11200
11201 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11202
11203 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
11204 gdb.server/ext-run.exp: New files.
11205 * lib/gdbserver-support.exp (gdbserver_download): New.
11206 (gdbserver_start): New. Update gdbserver expected
11207 output.
11208 (gdbserver_spawn): Use them.
11209 (gdbserver_start_extended): New.
11210
11211 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11212
11213 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
11214 Run on GNU/Linux.
11215 (do_exec_tests): Check for systems which do not support catchpoints.
11216 Do not match START.
11217 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
11218 Run on GNU/Linux. Enable verbose output.
11219 (check_fork_catchpoints): New.
11220 (explicit_fork_child_follow, catch_fork_child_follow)
11221 (tcatch_fork_parent_follow): Update expected messages.
11222 (do_fork_tests): Use check_fork_catchpoints.
11223 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
11224 Run on GNU/Linux. Enable verbose output.
11225 (check_vfork_catchpoints): New.
11226 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
11227 expected messages.
11228 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
11229
11230 2008-01-29 Jim Blandy <jimb@red-bean.com>
11231
11232 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
11233 host' errors.
11234 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
11235
11236 2008-01-29 Jim Blandy <jimb@red-bean.com>
11237
11238 * gdb.threads/sigthread.c: Use barriers to ensure that
11239 child_thread and child_thread_two are always initialized before we
11240 start to use them.
11241
11242 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
11243
11244 * gdb.base/watchpoint-solib.exp: New.
11245 * gdb.base/watchpoint-solib.c: New.
11246 * gdb.base/watchpoint-solib-shr.c: New.
11247
11248 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
11249
11250 * gdb.base/gdb1056.exp: Add unsigned integer test.
11251
11252 2008-01-28 Doug Evans <dje@google.com>
11253
11254 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
11255
11256 2008-01-27 Jim Blandy <jimb@codesourcery.com>
11257
11258 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
11259
11260 * gdb.base/expand-psymtabs.exp: Doc fix.
11261
11262 2008-01-26 Mark Kettenis <kettenis@gnu.org>
11263
11264 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11265
11266 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
11267
11268 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
11269 -var-set-format.
11270
11271 2008-01-23 Chris Demetriou <cgd@google.com>
11272
11273 * gdb.threads/thread_events.c: New testcase source file.
11274 * gdb.threads/thread_events.exp: New testcase expect file.
11275
11276 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
11277
11278 * lib/gdb.exp: Add the variable octal.
11279
11280 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
11281 -var-set-format.
11282
11283 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11284 Vladimir Prus <vladimir@codesourcery.com>
11285
11286 * gdb.base/float.exp: Allow missing floating point for m68k and
11287 PowerPC.
11288
11289 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
11290
11291 * gdb.mi/basics.c: Setup for testing breakpoints
11292 ignore count.
11293 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
11294 * gdb.mi/mi-cli.exp: Adjust.
11295 * gdb.mi/mi2-cli.exp: Adjust.
11296
11297 2008-01-17 Pedro Alves <pedro@codesourcery.com>
11298
11299 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
11300 and 'dummy_ptr' integer pointer. Initialize struct_declarations
11301 with dummy_ptr's address.
11302 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
11303 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
11304 all targets.
11305 * gdb.mi/mi2-var-child.exp: Likewise.
11306
11307 2008-01-09 Joel Brobecker <brobecker@adacore.com>
11308
11309 * gdb.ada/null_array: New test program.
11310 * gdb.ada/null_array.exp: New testcase.
11311
11312 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
11313
11314 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11315 with required float modifiers.
11316
11317 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11318
11319 * gdb.ada/funcall_param: New test program.
11320 * gdb.ada/funcall_param.exp: New testcase.
11321
11322 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11323
11324 * gdb.ada/arrayparam: New test program.
11325 * gdb.ada/arrayparam.exp: New testcase.
11326
11327 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11328
11329 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11330 landed. Should also fix random failures in the test following it.
11331
11332 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11333
11334 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11335 for expressions with decimal float values.
11336 (test_dfp_conversions): New function to test casts to and from
11337 decimal float types.
11338 Call test_dfp_conversions.
11339 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11340 elements.
11341 (main): Initialize ds.float4 and ds.double8 elements.
11342 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
11343 string to new error message.
11344 (d64_set_tests): Likewise.
11345 (d128_set_tests): Likewise.
11346 Add tests for expressions with decimal float variables. Add tests for
11347 conversions to and from decimal float types.
11348
11349 2008-01-05 Joel Brobecker <brobecker@adacore.com>
11350
11351 * gdb.ada/packed_tagged/comp_bug.adb: New file.
11352 * gdb.ada/packed_tagged.exp: New testcase.
11353
11354 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11355
11356 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11357 gdb.ada/homonym/homonym_main.adb: New files.
11358 * gdb.ada/homonym.exp: New testcase.
11359
11360 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11361
11362 * gdb.ada/packed_array.exp: Add testing of references to
11363 a packed array.
11364
11365 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11366
11367 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11368 New files.
11369 * gdb.ada/type_coercion.exp: New testcase.
11370
11371 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11372
11373 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11374 gdb.ada/tagged/foo.adb: New file.
11375 * gdb.ada/tagged.exp: New testcase.
11376
11377 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11378
11379 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11380 gdb.ada/ptype_field/foo.adb: New files.
11381 * gdb.ada/ptype_field.exp: New testcase.
11382
11383 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11384
11385 * gdb.ada/print_pc.exp: New testcase.
11386
11387 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11388
11389 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11390 gdb.ada/taft_type/p.adb: New files.
11391 * gdb.ada/taft_type.exp: New testcase.
11392
11393 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11394
11395 * gdb.ada/array_bounds/bar.adb: New file.
11396 * gdb.ada/array_bounds.exp: New testcase.
11397
11398 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11399
11400 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11401 gdb.ada/arrayptr/foo.adb: New files.
11402 * gdb.ada/arrayptr.exp: New testcase.
11403
11404 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11405
11406 * gdb.base/set-lang-auto.exp: New testcase.
11407
11408 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11409
11410 * gdb.ada/fun_addr/foo.adb: New file.
11411 * gdb.ada/fun_addr.exp: New testcase.
11412
11413 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11414
11415 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11416 New files
11417
11418 2008-01-02 Joel Brobecker <brobecker@adacore.com>
11419
11420 * array_subscript_addr/p.adb: New file.
11421 * array_subscript_addr.exp: New testcase.
11422
11423 2008-01-02 Joel Brobecker <brobecker@adacore.com>
11424
11425 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
11426 New files.
11427 * gdb.ada/str_cmp_ref.exp: New testcase.
11428
11429 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11430
11431 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11432 gdb.ada/fun_in_declare/foo.adb: New files.
11433 * gdb.ada/fun_in_declare.exp: New testcase.
11434
11435 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11436
11437 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11438 gdb.ada/ref_param/pck.ads: New files.
11439 * gdb.ada/ref_param.exp: New testcase.
11440
11441 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11444 gdb.ada/interface/foo.adb: New files.
11445 * gdb.ada/interface.exp: New testcase.
11446
11447 2007-12-31 Jim Blandy <jimb@codesourcery.com>
11448
11449 * gdb.base/multi-forks.exp: Consume all output from child
11450 processes before proceeding to next test.
11451
11452 2007-12-29 Jim Blandy <jimb@codesourcery.com>
11453
11454 * configure: Regenerated.
11455
11456 2007-12-27 Joel Brobecker <brobecker@adacore.com>
11457
11458 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11459 gdb.ada/fixed_cmp/fixed.adb: New files.
11460 * gdb.ada/fixed_cmp.exp: New testcase.
11461
11462 2007-12-27 Joel Brobecker <brobecker@adacore.com>
11463
11464 * gdb.ada/boolean_expr.exp: New testcase.
11465
11466 2007-12-26 Jim Blandy <jimb@codesourcery.com>
11467
11468 * gdb.base/multi-forks.exp: Doc fix.
11469
11470 2007-12-26 Joel Brobecker <brobecker@adacore.com>
11471
11472 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11473 * gdb.ada/char_param.exp: Do not compile our test program with
11474 -gnata, this is unnecessary.
11475 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11476
11477 2007-12-24 Joel Brobecker <brobecker@adacore.com>
11478
11479 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11480 gdb.ada/print_chars/foo.adb: New files.
11481 * gdb.ada/print_chars.exp: New testcase.
11482
11483 2007-12-24 Joel Brobecker <brobecker@adacore.com>
11484
11485 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11486 gdb.ada/char_param/foo.adb: New files.
11487 * gdb.ada/char_param.exp: New testcase.
11488
11489 2007-12-22 Jim Blandy <jimb@codesourcery.com>
11490
11491 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11492 hard-coding source line numbers into the test.
11493 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11494 gdb_get_line_number to find.
11495
11496 2007-12-22 Joel Brobecker <brobecker@adacore.com>
11497
11498 * gdb.base/ptype.c (highest): New struct type.
11499 (the_highest): New variable of that type.
11500 (main): Add dummy assignment to a field of variable the_highest.
11501 * gdb.base/ptype.exp: Test type printing of our new variable.
11502
11503 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
11504
11505 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
11506 and record first explicitly generated thread number.
11507 Use that thread number for thread specific watchpoint test.
11508 Add iteration number to repetitive tests.
11509
11510 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
11511 Jim Blandy <jimb@codesourcery.com>
11512
11513 * gdb.base/expand-psymtabs.c: New testcase
11514 source file.
11515 * gdb.base/expand-psymtabs.exp: New testcase
11516 expect file.
11517
11518 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
11519
11520 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11521 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11522
11523 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11524
11525 * gdb.ada/frame_args/foo.adb: New file.
11526 * gdb.ada/frame_args/pck.ads: New file.
11527 * gdb.ada/frame_args/pck.adb: New file.
11528 * gdb.ada/frame_args.exp: New testcase.
11529
11530 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11531
11532 * gdb.base/frame-args.c: New file.
11533 * gdb.base/frame-args.exp: New testcase.
11534
11535 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
11536 Joseph Myers <joseph@codesourcery.com>
11537
11538 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11539
11540 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
11541
11542 * gdb.mi/mi-pending.exp: New.
11543 * gdb.mi/mi-pending.c: New.
11544 * gdb.mi/mi-pendshr.c: New.
11545
11546 2007-12-06 Jim Blandy <jimb@codesourcery.com>
11547
11548 * gdb.base/default.exp: Update expected output for 'info catch'.
11549
11550 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11551
11552 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11553 must be set to binary.
11554
11555 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
11556
11557 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11558
11559 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11560
11561 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11562 gdb.mi/mi-file-transfer.exp: New.
11563
11564 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11565
11566 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11567
11568 2007-11-22 Maciej W. Rozycki <macro@mips.com>
11569
11570 * gdb.trace/backtrace.exp: Fix a typo.
11571 * gdb.trace/circ.exp: Likewise.
11572 * gdb.trace/collection.exp: Likewise.
11573 * gdb.trace/limits.exp: Likewise.
11574 * gdb.trace/report.exp: Likewise.
11575 * gdb.trace/tfind.exp: Likewise.
11576 * gdb.trace/while-dyn.exp: Likewise.
11577
11578 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
11579
11580 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11581 objects of pointers that can't be dereferenced are now
11582 "noneditable".
11583
11584 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11585
11586 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11587 (target_cpu): Remove.
11588
11589 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
11590
11591 * gdb.base/ending-run.exp: Expect the list of cleared
11592 breakpoint to come in natural order, not the reversed one.
11593
11594 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
11595
11596 * gdb.mi/mi-var-child.c (do_child_deletion): New.
11597 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
11598
11599 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
11600
11601 * gdb.base/printcmds.exp: New function
11602 test_printf_with_dfp.
11603
11604 2007-11-02 Doug Evans <dje@google.com>
11605
11606 * gdb.disasm/t01_mov.s: Remove carriage returns.
11607 * gdb.disasm/t02_mova.s: Ditto.
11608 * gdb.disasm/t03_add.s: Ditto.
11609 * gdb.disasm/t04_sub.s: Ditto.
11610 * gdb.disasm/t05_cmp.s: Ditto.
11611 * gdb.disasm/t06_ari2.s: Ditto.
11612 * gdb.disasm/t07_ari3.s: Ditto.
11613 * gdb.disasm/t08_or.s: Ditto.
11614 * gdb.disasm/t09_xor.s: Ditto.
11615 * gdb.disasm/t10_and.s: Ditto.
11616 * gdb.disasm/t11_logs.s: Ditto.
11617 * gdb.disasm/t12_bit.s: Ditto.
11618 * gdb.disasm/t13_otr.s: Ditto.
11619
11620 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11621
11622 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11623
11624 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11625
11626 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11627 provide DFP support.
11628
11629 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
11630
11631 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11632 Test "set powerpc vector-abi". Skip auto-detection tests for old
11633 toolchains.
11634
11635 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11636
11637 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11638 with [string compare].
11639
11640 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11641
11642 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11643 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11644
11645 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
11646
11647 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11648 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11649 * gdb.opt/Makefile.in: New makefile.
11650 * Makefile.in: Create new directory "gdb.opt".
11651 * configure.ac: Add "gdb.opt" directory.
11652 * configure: Regenerated.
11653
11654 2007-10-25 Doug Evans <dje@google.com>
11655
11656 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11657 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11658
11659 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
11660 Thiago Jung Bauermann <bauerman@br.ibm.com>
11661
11662 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11663 Floating Point expressions.
11664 * gdb.base/dfp-test.exp: new file adding tests for Decimal
11665 Floating Point variables.
11666 * gdb.base/dfp-test.c: new file containing program with Decimal
11667 Floating variables, used by gdb.base/dfp-test.exp.
11668
11669 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11670
11671 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11672
11673 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11674
11675 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11676 compiling test case with GCC.
11677 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11678
11679 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11680
11681 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11682 format changes.
11683
11684 2007-10-18 Michael Snyder <msnyder@specifix.com>
11685
11686 * gdb.base/dbx.exp: Add missing "-re " operator.
11687
11688 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
11689
11690 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11691 * configure.ac: Removed trailing spaces after backslash.
11692 * gdb.modula2: New directory.
11693 * gdb.modula2/Makefile.in: New file.
11694 * gdb.modula2/unbounded-array.exp: New file.
11695 * gdb.modula2/unbounded1.c: New file.
11696
11697 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11698
11699 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11700
11701 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
11702
11703 * gdb.base/sigstep.c (main): Add checks for
11704 return values for setitimer call.
11705 Call setitimer again with itimer = ITIMER_REAL
11706 if first call to setitimer fails.
11707
11708 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
11709
11710 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11711 of $timeout.
11712
11713 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11714
11715 * gdb.server/server-run.exp: Test for dynamic linker symbols.
11716
11717 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
11718
11719 * lib/gdb.exp (gdb_run_cmd): Move comment outside
11720 of gdb_expect call, to avoid interruption.
11721
11722 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
11723
11724 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11725 (v_unsigned_long_long, v_long_long_array)
11726 (v_signed_long_long_array, v_unsigned_long_long_array)
11727 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11728 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11729 [!NO_LONG_LONG]: New.
11730 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11731 v_long_long_member.
11732
11733 (v_long_long_func, v_signed_long_long_func)
11734 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11735 (main) [!NO_LONG_LONG]: Initialize long long variants.
11736
11737 * gdb.base/whatis.exp: If board file requests no_long_long, build
11738 test with NO_LONG_LONG defined. Test long long, signed long long,
11739 and unsigned long long variants but only if board file doesn't
11740 disable it.
11741
11742 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
11743 Daniel Jacobowitz <dan@codesourcery.com>
11744
11745 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11746 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11747 * configure: Regenerated.
11748 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11749 gdb.pascal/types.exp, lib/pascal.exp: New files.
11750
11751 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
11752
11753 * gdb.cp/classes.exp (do_tests): Always step to the line after the
11754 call.
11755 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11756 to return to the call.
11757 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11758 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11759 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11760 * gdb.mi/mi-until.exp (test_until): Likewise.
11761 * gdb.mi/mi2-until.exp (test_until): Likewise.
11762
11763 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
11764
11765 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11766 two-char array.
11767 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11768
11769 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
11770
11771 * gdb.threads/watchthreads.c (thread_function): Sleep between
11772 iterations.
11773 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11774 at once for S/390. Generate matching fails and passes.
11775
11776 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
11777
11778 * gdb.mi/var-cmd.c (do_children_tests): Initialize
11779 the 'struct_declarations' variable to zeros.
11780
11781 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
11782
11783 * gdb.cp/mb-ctor.cc: New.
11784 * gdb.cp/mb-ctor.exp: New.
11785 * gdb.cp/mb-templates.cc: New.
11786 * gdb.cp/mb-templates.exp: New.
11787
11788 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
11789
11790 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11791
11792 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
11793
11794 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11795 targets.
11796 * configure: Regenerate.
11797
11798 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
11799
11800 * gdb.base/annota1.exp: Adjust for 'info break'
11801 format changes.
11802 * gdb.base/annota3.exp: Likewise.
11803 * gdb.base/break.exp: Likewise.
11804 * gdb.base/condbreak.exp: Likewise.
11805 * gdb.base/pending.exp: Likewise.
11806 * gdb.base/sepdebug.exp: Likewise.
11807 * gdb.base/unload.exp: Likewise.
11808 * gdb.base/ovldbreak.exp: Likewise.
11809
11810 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
11811
11812 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11813 messages.
11814 * gdb.base/chng-syms.exp: Likewise.
11815 * gdb.base/unload.exp: Likewise.
11816
11817 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
11818
11819 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11820
11821 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11822
11823 * schedlock.c (NUM): Change to 1.
11824 (main): Use args[0] for the main thread.
11825 * schedlock.exp: Only expect two threads. Only issue one pass or fail
11826 regardless of the number of threads.
11827
11828 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11829
11830 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11831 type down.
11832 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11833 test.
11834 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11835 watchpoint type down.
11836 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11837 test.
11838
11839 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11840
11841 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11842 Move all the tests here and run them twice, once using software
11843 watchpoints and once using hardware watchpoints.
11844 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11845
11846 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
11847
11848 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11849 test.
11850
11851 2007-09-10 Mark Kettenis <kettenis@gnu.org>
11852
11853 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11854 build-id.
11855
11856 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11857 know about $ORIGIN. Calculate output dir from $dest instead of
11858 using ${objdir}/{$subdir}.
11859
11860 2007-09-09 Mark Kettenis <kettenis@gnu.org>
11861
11862 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11863 gcore, before continuing with the test.
11864
11865 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
11866
11867 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11868 * gdb.mi/mi-watch.exp: Likewise.
11869
11870 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11871 Jim Blandy <jimb@codesourcery.com>
11872
11873 * gdb.arch/i386-sse.exp: Do not expect character constants.
11874 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11875 * gdb.base/display.exp: Allow print/s.
11876 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11877 and unsigned char array changes.
11878
11879 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11880
11881 * gdb.base/display.exp: Add tests for printf %p.
11882
11883 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11884
11885 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11886 the dll name to unicode.
11887
11888 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11889
11890 * gdb.base/default.exp (show version): Update the version text.
11891 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11892
11893 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11896 New files.
11897
11898 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11899
11900 * lib/gdb.exp (build_id_debug_filename_get): New function.
11901 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11902 Remove the generate DEBUG file for the future testcase runs.
11903 New testcase for the NT_GNU_BUILD_ID retrieval.
11904 Move the final testing step to ...
11905 (test_different_dir): ... a new function.
11906 New parameter XFAIL to XFAIL all the tests performed.
11907 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11908 New parameter TYPE to PF_PREFIX all the tests performed.
11909
11910 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
11911
11912 * gdb.mi/mi-var-cp.cc (path_expression): New
11913 function.
11914 * gdb.mi/mi-var-cp.exp: Run path exression tests.
11915
11916 2007-08-27 Markus Deuling <deuling@de.ibm.com>
11917
11918 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11919 to fit into SPU Local Store memory.
11920
11921 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11922
11923 * gdb.base/default.exp: Adjust the expected output of "info
11924 warranty" after the switch to GPLv3.
11925
11926 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11927
11928 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11929 to 30000 (from 20000).
11930
11931 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11932
11933 Switch the license of all .exp files to GPLv3.
11934 Switch the license of all .f and .f90 files to GPLv3.
11935 Switch the license of all .s and .S files to GPLv3.
11936
11937 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11938
11939 * configure.ac: Switch license to GPLv3.
11940
11941 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11942
11943 Switch the licensing to GPLv3 for all .ads and .adb files.
11944
11945 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
11946
11947 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11948 and t_int_double.
11949 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11950
11951 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11952
11953 * gdb.base/step-line.c: Switch license to GPL version 3, and
11954 update copyright year.
11955 * gdb.base/step-line.inp: Likewise.
11956
11957 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11958
11959 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11960 changes inside gdb1555.c.
11961 * gdb.base/pending.exp: Likewise.
11962
11963 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11964
11965 * config/default.exp: New file.
11966
11967 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11968
11969 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11970 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11971
11972 2007-07-30 Maciej W. Rozycki <macro@mips.com>
11973
11974 * gdb.base/dump.exp: Force the correct endianness for binary
11975 formats not carrying this information.
11976
11977 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11978
11979 * gdb.threads/staticthreads.exp: Match .*sem_post.
11980
11981 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11982
11983 * gdb.base/readline.exp (operate_and_get_next): Match the final
11984 prompt.
11985
11986 2007-07-23 Kevin Buettner <kevinb@redhat.com>
11987
11988 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11989 to restarting SID.
11990
11991 2007-07-18 Kevin Buettner <kevinb@redhat.com>
11992
11993 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11994 prior to `gdb_start'.
11995
11996 2007-07-18 Kevin Buettner <kevinb@redhat.com>
11997
11998 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
11999 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
12000 Remove call to gdb_unload.
12001
12002 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
12003 Daniel Jacobowitz <dan@codesourcery.com>
12004
12005 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
12006 for __WIN32__.
12007 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
12008 * gdb.base/unload.exp: Use shared library test routines.
12009
12010 2007-07-03 Markus Deuling <deuling@de.ibm.com>
12011
12012 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
12013 * gdb.base/solib-symbol-lib.c: Likewise.
12014 * gdb.base/solib-symbol-main.c: Likewise.
12015
12016 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
12017
12018 * config/gdbserver.exp (gdb_reconnect): New.
12019 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
12020 gdb.base/solib-disc.exp: New files.
12021 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
12022 remote debugging".
12023 (gdb_compile): Add shlib_load flag.
12024 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
12025 port.
12026 (gdbserver_reconnect): New.
12027
12028 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
12029 Daniel Jacobowitz <dan@codesourcery.com>
12030
12031 * gdb.base/annota3.exp: Test for if construct.
12032
12033 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
12034
12035 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
12036
12037 2007-06-21 Chris Dearman <chris@mips.com>
12038 Maciej W. Rozycki <macro@mips.com>
12039
12040 * gdb.base/display.exp: Allow a newline after display/i.
12041 * gdb.base/pc-fp.exp: Likewise.
12042 * gdb.base/sigbpt.exp: Likewise.
12043
12044 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12045
12046 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
12047 required features to be included.
12048
12049 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12050
12051 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
12052 in info threads output.
12053
12054 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12055 Markus Deuling <deuling@de.ibm.com>
12056
12057 * gdb.arch/spu-info.exp: New testcase.
12058 * gdb.arch/spu-info.c: New file.
12059
12060 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
12061
12062 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
12063 tpcs_offset. Restore lr after the call.
12064 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
12065
12066 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
12067
12068 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
12069 (gdbserver_run): Kill any running gdbserver.
12070 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
12071
12072 2007-05-17 Maciej W. Rozycki <macro@mips.com>
12073
12074 * gdb.base/sigbpt.exp: Preset segv_addr.
12075
12076 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
12077
12078 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
12079 (gdb_compile_shlib): Likewise.
12080 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
12081 (default_gdb_init): Clear cleanfiles.
12082 (gdb_finish): Delete recorded cleanfiles.
12083 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
12084
12085 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
12086 Do not use isnative.
12087 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
12088 gdb.base/so-impl-ld.exp: Likewise.
12089 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
12090 * gdb.base/unload.exp: Likewise. Do not pass empty option to
12091 gdb_compile.
12092
12093 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
12094
12095 * config/unknown.exp: Remove.
12096
12097 2007-05-15 Markus Deuling <deuling@de.ibm.com>
12098
12099 * gdb.base/info-proc.exp: Check is_remote.
12100
12101 2007-05-14 Markus Deuling <deuling@de.ibm.com>
12102
12103 * gdb.base/gcore.exp: Initialize variable core_supported.
12104
12105 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
12106
12107 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
12108
12109 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
12110
12111 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
12112 * gdb.threads/print-threads.exp (test_all_threads): Allow
12113 negative and hexadecimal thread IDs.
12114
12115 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
12116
12117 * gdb.java/jprint.java (public): Avoid invalid call to static
12118 method.
12119
12120 2007-05-14 Denis Pilat <denis.pilat@st.com>
12121
12122 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
12123 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
12124 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12125 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
12126 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
12127
12128 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12129
12130 * gdb.base/overlays.exp: Add support for targets with only code
12131 overlay support, not data overlay. Support spu-*-* target in
12132 this mode.
12133 * gdb.base/ovlymgr.c: Provide stubs for spu target.
12134 * gdb.base/spu.ld: New file.
12135
12136 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
12137
12138 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
12139
12140 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
12141
12142 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
12143
12144 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
12145
12146 * gdb.java/jmain.exp: Handle demangled names with and without method
12147 signatures.
12148
12149 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
12150
12151 * gdb.mi/mi-syn-frame.c (main, foo, bar)
12152 (have_a_very_merry_interrupt): Remove calls to puts.
12153 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
12154 inferior output.
12155 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
12156 test names.
12157
12158 2007-04-29 Markus Deuling <deuling@de.ibm.com>
12159 Daniel Jacobowitz <dan@codesourcery.com>
12160
12161 * gdb.base/auxv.exp (core_works): Also check is_remote.
12162 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
12163
12164 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
12165
12166 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
12167 message, not the undefined 'module' variable.
12168 * gdb.base/siginfo.exp: Likewise.
12169 * gdb.base/sigstep.exp: Likewise.
12170 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
12171 serialport.
12172 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
12173
12174 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
12175
12176 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
12177 target sim fails. Return 0 otherwise.
12178 (gdb_load): Return prematurely if gdb_target_sim fails.
12179
12180 2007-04-16 Denis Pilat <denis.pilat@st.com>
12181
12182 * gdb.base/setshow.exp: Reset height after having set it to 100.
12183
12184 2007-04-16 Denis Pilat <denis.pilat@st.com>
12185
12186 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
12187
12188 2007-04-16 Denis Pilat <denis.pilat@st.com>
12189
12190 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
12191
12192 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
12193
12194 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
12195 tests. Run the frozen varobjs test.
12196 * gdb.mi/var-cmd.c (do_frozen_tests): New.
12197 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
12198
12199 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
12202 gdb.base/type-opaque.exp: New files.
12203
12204 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
12205
12206 * gdb.mi/mi-var-child.c
12207 (do_children_tests): User char[2] instead of
12208 char so that automatic printing of pointers to char
12209 don't give unpredicable result.
12210 * gdb.mi/var-cmd.c (do_locals_test): Initialize
12211 local variables.
12212 * gdb.mi/mi-var-child.exp: Step to right line
12213 of do_children_tests.
12214 * gdb.mi/mi2-var-child.exp: Likewise.
12215 * gdb.mi/mi-var-cmd.exp: Step to right line of
12216 do_locals_tests.
12217 (do_children_tests): User char[2] instead of
12218 char so that automatic printing of pointers to char
12219 don't give unpredicable result.
12220 * gdb.mi/mi2-var-cmd.exp: Likewise.
12221 * lib/mi-support.exp (mi_continue_to_line):
12222 Pass test name to mi_wait_for_stop.
12223
12224 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12225
12226 * gdb.asm/asm-source.exp: Remove d10v case.
12227 * lib/gdb.exp (skip_cplus_tests): Likewise.
12228 * gdb.asm/d10v.inc: Deleted.
12229
12230 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12231
12232 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
12233
12234 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12235
12236 * config/netware.exp: Delete file.
12237
12238 2007-03-29 Joel Brobecker <brobecker@adacore.com>
12239
12240 * gdb.dwarf2/dw2-noloc.S: New file.
12241 * gdb.dwarf2/dw2-noloc.exp: New file.
12242
12243 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
12244
12245 * gdb.cp/method2.cc: New test.
12246 * gdb.cp/method2.exp: New test.
12247 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
12248
12249 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12250
12251 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
12252
12253 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
12254
12255 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12256
12257 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12258
12259 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
12260 (gdb_load): Delete, replace with...
12261 (gdb_reload): ...this.
12262 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
12263 * gdb.server/server-mon.exp: Likewise.
12264 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
12265 (gdb_start_cmd): New.
12266 (gdb_file_cmd): Save the last loaded file.
12267 (gdb_reload): New.
12268 (gdb_gnu_strip_debug): Use transform.
12269 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
12270 support here. Use new $last_loaded_file. Check mtime.
12271 (gdb_target_cmd): Handle ObjC failure case.
12272 (infer_host_exec): Delete.
12273 (gdbserver_load): Rename to...
12274 (gdbserver_run): ...this. Simplify.
12275 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
12276 (mi_gdb_load): Move most contents to a new function...
12277 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
12278 (mi_run_cmd): Use mi_gdb_target_load.
12279 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
12280 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
12281 Use gdb_run_cmd.
12282 * gdb.base/charsign.exp: Remove incorrect comment.
12283 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
12284 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
12285 gdb.base/start.exp: Use gdb_start_cmd.
12286
12287 2007-03-23 Nigel Stephens <nigel@mips.com>
12288 Maciej W. Rozycki <macro@mips.com>
12289
12290 * gdb.base/sigbpt.exp: Fix the message when skipping test.
12291 * gdb.base/signull.exp: Similarly.
12292
12293 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12294
12295 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
12296 messages available to test cases (like chng-sym.exp).
12297
12298 2007-03-14 Andreas Schwab <schwab@suse.de>
12299
12300 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
12301 format changes.
12302
12303 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
12304
12305 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
12306 (optimized_1): New.
12307 (main): Call optimized_1.
12308 (gdb2029): Correct typos. Call gdb2029_marker.
12309 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
12310 for gdb2029.
12311
12312 2007-03-12 Mark Kettenis <kettenis@gnu.org>
12313
12314 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12315 as tabs. Remove redundant test pattern.
12316
12317 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12318
12319 * gdb.base/long_long.exp: Accept optional symbol name in <...>
12320 for /a format output.
12321
12322 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
12323
12324 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12325 collect output incrementally.
12326
12327 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12328
12329 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12330 for -var-create lpcharacter test.
12331 * gdb.mi/mi2-var-cmd.exp: Likewise.
12332
12333 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12334
12335 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12336 pass on targets where address zero is readable.
12337
12338 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12339
12340 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12341 just a single architecture.
12342
12343 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12344
12345 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12346 (fetch_all_registers): New function, uses gdb_test_multiple and
12347 exp_continue to fetch inferior output line-by-line.
12348 Replace all uses of do_get_all_registers by fetch_all_registers.
12349
12350 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12351
12352 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12353 in target_info.
12354
12355 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12356
12357 * gdb.threads/manythreads.exp: Use $message string for
12358 consistancy; add a default (timeout) case.
12359
12360 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12361
12362 * gdb.base/watchpoint.exp: Fix truncated comment.
12363
12364 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12365
12366 * Makefile.in: Remove spurious single-quotes from sed command.
12367
12368 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12369
12370 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
12371 func.
12372 * gdb.mi/mi2-var-cmd.exp: Likewise.
12373
12374 2007-02-27 Joel Brobecker <brobecker@adacore.com>
12375
12376 * gdb.dwarf2/dw2-producer.S: New file.
12377 * gdb.dwarf2/dw2-producer.exp: New testcase.
12378
12379 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
12380
12381 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12382 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12383 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12384 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12385 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12386 Revert tests to use mi_gdb_test and include value field in output
12387 of -var-create.
12388
12389 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12390
12391 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12392
12393 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12394
12395 * gdb.base/maint.exp: Remove full paths from test names.
12396 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12397 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12398
12399 2007-02-27 Joel Brobecker <brobecker@adacore.com>
12400
12401 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12402
12403 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12404
12405 * gdb.server/server-mon.exp: New test.
12406
12407 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12408
12409 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12410
12411 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12412
12413 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12414 register capitalization.
12415
12416 2007-02-13 Denis Pilat <denis.pilat@st.com>
12417
12418 * gdb.mi/mi-var-invalidate.exp: New file.
12419
12420 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12421
12422 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12423
12424 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12425
12426 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12427
12428 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12429
12430 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12431 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12432
12433 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
12434
12435 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12436 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12437 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12438 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12439 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12440 * gdb.mi/gdb792.exp, lib/mi-support.exp:
12441 Update tests to include value field in output of -var-create.
12442
12443 2007-02-08 Andreas Schwab <schwab@suse.de>
12444
12445 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12446
12447 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
12448
12449 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12450 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12451
12452 2007-02-02 Denis Pilat <denis.pilat@st.com>
12453
12454 * gdb.threads/threadapply.exp: check that frame is not changed by
12455 the thread apply all command.
12456
12457 2007-01-31 Andreas Schwab <schwab@suse.de>
12458
12459 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12460
12461 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12462 in the dwarf sections.
12463 * gdb.dwarf2/mac-fileno.S: Likewise.
12464
12465 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12466 bspstore register on ia64.
12467
12468 2007-01-29 Andreas Schwab <schwab@suse.de>
12469
12470 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12471 "frame-begin" annotation.
12472
12473 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12474 number of "frames-invalid" annotations.
12475
12476 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12477
12478 * gdb.base/commands.exp: Call if_commands_test.
12479 (gdb_test_no_prompt, if_commands_test): New.
12480
12481 2007-01-28 Mark Kettenis <kettenis@gnu.org>
12482
12483 * gdb.threads/sigthread.c (NSIGS): Make bigger.
12484
12485 2007-01-27 Andreas Schwab <schwab@suse.de>
12486
12487 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12488 .short/.int/.quad in the dwarf sections.
12489 * gdb.dwarf2/dw2-intercu.S: Likewise.
12490 * gdb.dwarf2/dw2-intermix.S: Likewise.
12491
12492 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12493
12494 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
12495 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12496 array.
12497 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12498 * gdb.base/setvar.exp: Likewise.
12499
12500 2007-01-26 Andreas Schwab <schwab@suse.de>
12501
12502 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12503 test.
12504
12505 * gdb.base/multi-forks.exp ("restart $i"): Also match
12506 __kernel_syscall_via_break.
12507
12508 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
12509
12510 * lib/mi-support.exp (mi_delete_varobj): New.
12511 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12512 testcase.
12513 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12514 (main): Call the above.
12515 (reference_update_test, base_in_reference_test)
12516 (reference_to_pointer): Delete the created varobjs.
12517
12518 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
12519
12520 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12521 * configure: Regenerated.
12522 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12523 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12524 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12525 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12526 * lib/gdb.exp (gdb_skip_xml_test): New function.
12527
12528 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
12529
12530 * gdb.base/sigrepeat.exp: Correct error message.
12531
12532 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12533 Daniel Jacobowitz <dan@codesourcery.com>
12534
12535 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12536 gdb.arch/i386-gnu-cfi-asm.S: New files.
12537
12538 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12539
12540 * lib/gdb.exp: Abort on missing `site.exp'.
12541
12542 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12543 Daniel Jacobowitz <dan@codesourcery.com>
12544
12545 * gdb.base/included.c, gdb.base/included.exp,
12546 gdb.base/included.h: New files.
12547
12548 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12549
12550 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12551 (maximize_rlimit): Reduce limits on 64-bit systems.
12552
12553 2007-01-19 Mark Kettenis <kettenis@gnu.org>
12554
12555 From Marcus Deuling <deuling@de.ibm.com>:
12556 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12557 every case.
12558
12559 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
12560
12561 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12562 (test_path_specification): Use objdir instead of srcdir to always
12563 get an absolute filename.
12564
12565 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
12566
12567 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12568
12569 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
12570
12571 * gdb.mi/mi-var-cp.cc (reference_update_tests):
12572 Make sure the variable we're using is in scope.
12573 (reference_to_pointer): Likewise.
12574
12575 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12576
12577 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12578 has no debug information.
12579
12580 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12581
12582 * gdb.base/annota1.exp: Remove extra send_gdb.
12583
12584 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12585
12586 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12587
12588 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12589
12590 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12591
12592 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
12593 Daniel Jacobowitz <dan@codesourcery.com>
12594
12595 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12596 lcharacter or linteger change. Correct duplicated test name.
12597 * gdb.mi/mi2-var-cmd.exp: Likewise.
12598
12599 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12600
12601 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12602
12603 2007-01-05 Joel Brobecker <brobecker@adacore.com>
12604
12605 * gdb.base/nofield.c: New file.
12606 * gdb.base/nofield.exp: New testcase.
12607
12608 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
12609
12610 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12611
12612 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12613 test.
12614
12615 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12616
12617 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12618
12619 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12620
12621 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12622 when continuing.
12623
12624 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12625
12626 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12627 Expect ".exe" extension.
12628
12629 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12630
12631 * gdb.base/charset.exp: Add explicit filename to break.
12632 * gdb.base/dbx.exp: Add explicit filename to breaks.
12633
12634 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12635
12636 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12637 * gdb.mi/mi2-file.exp: Likewise.
12638
12639 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12640
12641 Implement specification of MI tests as comments
12642 in C and C++ sources.
12643 * lib/mi-support.exp (mi_autotest_data): New variable.
12644 (mi_autotest_source): New variable.
12645 (count_newlines, mi_prepare_inline_tests)
12646 (mi_get_inline_test, mi_continue_to_line)
12647 (mi_run_inline_test, mi_tbreak)
12648 (mi_send_resuming_command, mi_wait_for_stop): New functions.
12649 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12650 Run inline tests.
12651 * gdb.mi/mi-var-cp.cc: Define tests here.
12652
12653 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12654
12655 Simplify usage of mi_continue_to.
12656 * lib/mi-support.exp (mi_runto_helper): Renamed
12657 from mi_runto, added new parameter 'run_or_continue'.
12658 (mi_runto): Use mi_runto_helper.
12659 (mi_continue_to): Accept just function name as parameter.
12660 Use mi_runto_helper.
12661 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12662 * gdb.mi/mi2-var-cmd.exp: Likewise.
12663
12664 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12665
12666 Make this testcase a bit more realistic. The current code
12667 is too simplistic, and allows the compiler to optimize out
12668 some of the entities we need for this testcase.
12669 * gdb.ada/null_record/bar.ads (Void_Star): New type.
12670 (Do_Nothing): Add extra parameter.
12671 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12672 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12673 by using a variable of type Void_Star.
12674
12675 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12676
12677 * gdb.ada/catch_ex/foo.adb: New file.
12678 * gdb.ada/catch_ex.exp: New testcase.
12679
12680 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
12681
12682 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12683 pass --image-base to linker.
12684
12685 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12686 Daniel Jacobowitz <dan@codesourcery.com>
12687
12688 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
12689 secondary prompts.
12690
12691 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12692
12693 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12694 output. Test the types of members and member pointers.
12695 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12696 gdb/2092.
12697 * gdb.cp/member-ptr.exp: Search for a comment instead of a
12698 statement. Enable for GCC. Update expected output for some tests
12699 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
12700 layout.
12701 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12702 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12703 (Diamond::vget_base): New.
12704 (main): Add new tests.
12705 * gdb.cp/printmethod.exp: Update expected output for member functions.
12706 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12707 print pEe->D::vg().
12708
12709 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12710
12711 * gdb.threads/tls.exp: Allow stops in sem_post.
12712
12713 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
12714
12715 * gdb.base/annota1.exp: Allow .*printf in backtraces.
12716 * gdb.base/annota3.exp: Likewise.
12717 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12718 again (instead of timing out).
12719 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12720 GCC bug 26475.
12721 * gdb.java/jmisc.exp: Adjust to work with method signatures including
12722 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
12723 test from jmisc1.exp.
12724 * gdb.java/jmisc1.exp: Delete.
12725 * gdb.java/jprint.exp: Adjust to work with method signatures including
12726 return types.
12727 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12728 * gdb.threads/linux-dp.exp: Don't be confused by program output.
12729 * lib/java.exp (compile_java_from_source): Pass the correct type
12730 to target_compile.
12731
12732 2006-12-31 Joel Brobecker <brobecker@adacore.com>
12733
12734 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12735 (stack_align_edx): New function.
12736 (stack_align_eax): New function.
12737 (main): Add calls to stack_align_edx and stack_align_eax.
12738 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12739 Add testing for the cases where the register used during a stack
12740 realignment is edx. Same for eax.
12741
12742 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
12743
12744 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12745 and generic PE targets.
12746
12747 2006-12-29 Joel Brobecker <brobecker@adacore.com>
12748
12749 * gdb.ada/array_return.exp: Update copyright date list.
12750
12751 2006-12-27 Joel Brobecker <brobecker@adacore.com>
12752
12753 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12754 (Create_Small_Float_Vector): New function.
12755 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12756 function body.
12757 * gdb.ada/array_return/p.adb: Use new type and function from
12758 package Pck.
12759 * gdb.ada/array_return.exp: Add a test verifying that GDB is
12760 able to print the value returned by a function returning an
12761 array of float.
12762
12763 2006-12-20 Joel Brobecker <brobecker@adacore.com>
12764
12765 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12766 The associated tests should be PASSing.
12767
12768 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12769
12770 Test for base in references.
12771 * gdb.mi/mi-var-cp.cc: Add test code.
12772 * gdb.mi/mi-var-cp.exp: Test for bases in references.
12773 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12774 * gdb.mi/mi2-watch.exp: Likewise.
12775 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12776 (mi_list_varobj_children): New function.
12777
12778 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12779
12780 * lib/mi-support.exp
12781 (mi_runto): Accept "()" after function name.
12782 (mi_create_varobj): New function.
12783 (mi_varobj_update): New function.
12784 (mi_Check_varobj_value): New function.
12785 * gdb.mi/mi-var-cp.exp: New file.
12786 * gdb.mi/mi-var-cp.cc: New file.
12787
12788 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
12789
12790 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12791 gdb.base/weaklib2.c: New files.
12792
12793 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
12794
12795 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12796 info. Adjust test names.
12797
12798 * gdb.base/break.c (main): Move position of malloc.
12799 * gdb.base/break.exp: Revert mistaken checkin.
12800
12801 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
12802
12803 * gdb.mi/mi-var-cmd.exp: Check -var-update after
12804 assignement of arrays and function pointers.
12805 * gdb.mi/var-cmd.c: Add declaration necessary for above
12806 tests.
12807
12808 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12809
12810 * gdb.base/break.c (main): Call malloc.
12811
12812 * gdb.threads/linux-dp.exp: Read thread table before and after
12813 creating each philosopher and verify it.
12814
12815 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12816 Paul Brook <paul@codesourcery.com>
12817 Daniel Jacobowitz <dan@codesourcery.com>
12818
12819 * gdb.base/ending-run.exp: Flatten expect script stepping out of
12820 main to remove duplication. Add start function of the form
12821 '_*start[1-9]*'. Add RVDS start function.
12822
12823 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12824
12825 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12826
12827 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12828
12829 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12830 * gdb.asm/spu.inc: New file.
12831 * gdb.base/term.exp: Disable if [target_info exists noargs].
12832 * gdb.gdb/complaints.exp: Disable if ![isnative].
12833 * gdb.gdb/selftest.exp: Likewise.
12834 * gdb.gdb/observer.exp: Likewise.
12835 * gdb.gdb/xfullpath.exp: Likewise.
12836 * gdb.base/attach.exp: Disable on SPU target.
12837 * gdb.cp/bs145503.exp: Likewise.
12838 * gdb.cp/exception.exp: Likewise.
12839 * gdb.cp/userdef.exp: Likewise.
12840
12841 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12842
12843 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12844
12845 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
12846
12847 * gdb.base/completion.exp: Fix completion tests for
12848 'info' and 'info '.
12849 * gdb.base/help.exp (help_test_raw, test_class_help)
12850 (test_prefix_command_help): Move...
12851 * lib/gdb.exp: Here.
12852 * gdb.base/main.exp: Adjust.
12853 * gdb.cp/maint.exp: Adjust.
12854 * gdb.trace/tracecmd.exp: Use test_help_class.
12855
12856 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12857
12858 * gdb.stabs/weird.exp (print_weird_var): Use
12859 gdb_test_multiple instead of gdb_expect.
12860
12861 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12862
12863 * gdb.base/help.exp (help_test_raw): New.
12864 (test_class_help): New.
12865 (test_prefix_command_help): New.
12866 Adjust testcases.
12867
12868 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
12869
12870 * gdb.base/constvars.c (main): Write to crass and crips, so that
12871 they are allocated by the compiler.
12872
12873 2006-10-27 Andreas Schwab <schwab@suse.de>
12874
12875 * gdb.base/multi-forks.exp: Use "detach fork" instead of
12876 "detach-fork".
12877
12878 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
12879
12880 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12881 of patterns.
12882
12883 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12884
12885 * gdb.base/sepdebug.exp: Remove debug format test.
12886 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12887 Handle no-symtab.
12888 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12889
12890 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12891
12892 * gdb.threads/manythreads.c (thread_function, main): Don't cast
12893 int to pointer or pointer to int.
12894 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12895
12896 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
12897
12898 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12899
12900 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12901
12902 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12903
12904 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
12905
12906 PR c++/2116
12907 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12908
12909 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12910
12911 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12912 the corresponding bug has been fixed in GDB (PR/2018).
12913
12914 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12915
12916 * gdb.base/subst.exp: New testcase.
12917
12918 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12919
12920 * gdb.ada/array_return/pck.ads: Add copyright notice.
12921 * gdb.ada/array_return/pck.adb: Likewise.
12922 * gdb.ada/array_return/p.adb: Likewise.
12923 * gdb.ada/exec_changed/first.adb: Likewise.
12924 * gdb.ada/exec_changed/second.adb: Likewise.
12925
12926 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12927
12928 * gdb.ada/watch_arg/watch.adb: New file.
12929 * gdb.ada/watch_arg.exp: New testcase.
12930
12931 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
12932
12933 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
12934 via string_to_regexp.
12935 * gdb.mi/mi2-basics.exp: Likewise.
12936
12937 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
12938
12939 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12940 Remove unused / obsolete files.
12941
12942 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
12943
12944 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12945
12946 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
12947
12948 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12949 HIGH_FRAME argument to -stack-list-arguments can be larger than
12950 the number of frames.
12951
12952 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
12953
12954 * gdb.base/args.c (main): Add breakpoint marker.
12955 * gdb.base/args.exp: Use args_test for tests. Add new tests which
12956 really test empty arguments.
12957 (args_load): Delete.
12958 (args_test): New.
12959
12960 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
12961
12962 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
12963 check for one file.
12964
12965 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12966
12967 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12968 HIGH_FRAME argument to -stack-list-locals can be larger than
12969 the number of frames.
12970
12971 2006-08-18 Fred Fish <fnf@specifix.com>
12972
12973 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12974 '$' in front of skip_vmx_tests_saved when setting that.
12975
12976 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12977
12978 * gdb.base/trace-commands.exp: New file.
12979
12980 2006-08-10 Joel Brobecker <brobecker@adacore.com>
12981 Daniel Jacobowitz <dan@codesourcery.com>
12982
12983 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12984 expected output of the backtrace commands.
12985
12986 2006-08-09 Joel Brobecker <brobecker@adacore.com>
12987
12988 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12989 untested followed by return combination.
12990 * gdb.arch/altivec-regs.exp: Likewise.
12991 * gdb.arch/e500-abi.exp: Likewise.
12992 * gdb.arch/e500-regs.exp: Likewise.
12993 * gdb.arch/gdb1291.exp: Likewise.
12994 * gdb.arch/gdb1431.exp: Likewise.
12995 * gdb.arch/gdb1558.exp: Likewise.
12996 * gdb.arch/i386-prologue.exp: Likewise.
12997 * gdb.arch/i386-unwind.exp: Likewise.
12998 * gdb.asm/asm-source.exp: Likewise.
12999 * gdb.base/a2-run.exp: Likewise.
13000 * gdb.base/advance.exp: Likewise.
13001 * gdb.base/all-bin.exp: Likewise.
13002 * gdb.base/annota1.exp: Likewise.
13003 * gdb.base/annota3.exp: Likewise.
13004 * gdb.base/args.exp: Likewise.
13005 * gdb.base/arithmet.exp: Likewise.
13006 * gdb.base/assign.exp: Likewise.
13007 * gdb.base/async.exp: Likewise.
13008 * gdb.base/attach.exp: Likewise.
13009 * gdb.base/bang.exp: Likewise.
13010 * gdb.base/bigcore.exp: Likewise.
13011 * gdb.base/bitfields.exp: Likewise.
13012 * gdb.base/bitfields2.exp: Likewise.
13013 * gdb.base/break.exp: Likewise.
13014 * gdb.base/call-sc.exp: Likewise.
13015 * gdb.base/call-strs.exp: Likewise.
13016 * gdb.base/callfuncs.exp: Likewise.
13017 * gdb.base/checkpoint.exp: Likewise.
13018 * gdb.base/chng-syms.exp: Likewise.
13019 * gdb.base/code-expr.exp: Likewise.
13020 * gdb.base/commands.exp: Likewise.
13021 * gdb.base/completion.exp: Likewise.
13022 * gdb.base/cond-expr.exp: Likewise.
13023 * gdb.base/condbreak.exp: Likewise.
13024 * gdb.base/consecutive.exp: Likewise.
13025 * gdb.base/constvars.exp: Likewise.
13026 * gdb.base/corefile.exp: Likewise.
13027 * gdb.base/cvexpr.exp: Likewise.
13028 * gdb.base/dbx.exp: Likewise.
13029 * gdb.base/define.exp: Likewise.
13030 * gdb.base/detach.exp: Likewise.
13031 * gdb.base/display.exp: Likewise.
13032 * gdb.base/dump.exp: Likewise.
13033 * gdb.base/ena-dis-br.exp: Likewise.
13034 * gdb.base/ending-run.exp: Likewise.
13035 * gdb.base/environ.exp: Likewise.
13036 * gdb.base/eval-skip.exp: Likewise.
13037 * gdb.base/exprs.exp: Likewise.
13038 * gdb.base/fileio.exp: Likewise.
13039 * gdb.base/finish.exp: Likewise.
13040 * gdb.base/float.exp: Likewise.
13041 * gdb.base/foll-exec.exp: Likewise.
13042 * gdb.base/foll-fork.exp: Likewise.
13043 * gdb.base/foll-vfork.exp: Likewise.
13044 * gdb.base/freebpcmd.exp: Likewise.
13045 * gdb.base/funcargs.exp: Likewise.
13046 * gdb.base/gcore.exp: Likewise.
13047 * gdb.base/gdb1090.exp: Likewise.
13048 * gdb.base/gdb1250.exp: Likewise.
13049 * gdb.base/huge.exp: Likewise.
13050 * gdb.base/info-proc.exp: Likewise.
13051 * gdb.base/interrupt.exp: Likewise.
13052 * gdb.base/jump.exp: Likewise.
13053 * gdb.base/langs.exp: Likewise.
13054 * gdb.base/lineinc.exp: Likewise.
13055 * gdb.base/list.exp: Likewise.
13056 * gdb.base/logical.exp: Likewise.
13057 * gdb.base/long_long.exp: Likewise.
13058 * gdb.base/macscp.exp: Likewise.
13059 * gdb.base/maint.exp: Likewise.
13060 * gdb.base/mips_pro.exp: Likewise.
13061 * gdb.base/miscexprs.exp: Likewise.
13062 * gdb.base/multi-forks.exp: Likewise.
13063 * gdb.base/opaque.exp: Likewise.
13064 * gdb.base/overlays.exp: Likewise.
13065 * gdb.base/pc-fp.exp: Likewise.
13066 * gdb.base/pointers.exp: Likewise.
13067 * gdb.base/printcmds.exp: Likewise.
13068 * gdb.base/psymtab.exp: Likewise.
13069 * gdb.base/ptype.exp: Likewise.
13070 * gdb.base/recurse.exp: Likewise.
13071 * gdb.base/relational.exp: Likewise.
13072 * gdb.base/relocate.exp: Likewise.
13073 * gdb.base/remote.exp: Likewise.
13074 * gdb.base/reread.exp: Likewise.
13075 * gdb.base/restore.exp: Likewise.
13076 * gdb.base/return.exp: Likewise.
13077 * gdb.base/return2.exp: Likewise.
13078 * gdb.base/scope.exp: Likewise.
13079 * gdb.base/sect-cmd.exp: Likewise.
13080 * gdb.base/sep.exp: Likewise.
13081 * gdb.base/sepdebug.exp: Likewise.
13082 * gdb.base/setshow.exp: Likewise.
13083 * gdb.base/setvar.exp: Likewise.
13084 * gdb.base/sigall.exp: Likewise.
13085 * gdb.base/sigbpt.exp: Likewise.
13086 * gdb.base/signals.exp: Likewise.
13087 * gdb.base/signull.exp: Likewise.
13088 * gdb.base/sizeof.exp: Likewise.
13089 * gdb.base/solib.exp: Likewise.
13090 * gdb.base/step-line.exp: Likewise.
13091 * gdb.base/step-test.exp: Likewise.
13092 * gdb.base/structs.exp: Likewise.
13093 * gdb.base/structs2.exp: Likewise.
13094 * gdb.base/term.exp: Likewise.
13095 * gdb.base/twice.exp: Likewise.
13096 * gdb.base/until.exp: Likewise.
13097 * gdb.base/varargs.exp: Likewise.
13098 * gdb.base/volatile.exp: Likewise.
13099 * gdb.base/watchpoint.exp: Likewise.
13100 * gdb.base/whatis-exp.exp: Likewise.
13101 * gdb.base/whatis.exp: Likewise.
13102 * gdb.cp/ambiguous.exp: Likewise.
13103 * gdb.cp/annota2.exp: Likewise.
13104 * gdb.cp/annota3.exp: Likewise.
13105 * gdb.cp/bool.exp: Likewise.
13106 * gdb.cp/breakpoint.exp: Likewise.
13107 * gdb.cp/casts.exp: Likewise.
13108 * gdb.cp/class2.exp: Likewise.
13109 * gdb.cp/classes.exp: Likewise.
13110 * gdb.cp/cplusfuncs.exp: Likewise.
13111 * gdb.cp/ctti.exp: Likewise.
13112 * gdb.cp/derivation.exp: Likewise.
13113 * gdb.cp/exception.exp: Likewise.
13114 * gdb.cp/gdb1355.exp: Likewise.
13115 * gdb.cp/hang.exp: Likewise.
13116 * gdb.cp/inherit.exp: Likewise.
13117 * gdb.cp/local.exp: Likewise.
13118 * gdb.cp/m-data.exp: Likewise.
13119 * gdb.cp/m-static.exp: Likewise.
13120 * gdb.cp/member-ptr.exp: Likewise.
13121 * gdb.cp/method.exp: Likewise.
13122 * gdb.cp/misc.exp: Likewise.
13123 * gdb.cp/namespace.exp: Likewise.
13124 * gdb.cp/overload.exp: Likewise.
13125 * gdb.cp/ovldbreak.exp: Likewise.
13126 * gdb.cp/pr-1023.exp: Likewise.
13127 * gdb.cp/pr-1210.exp: Likewise.
13128 * gdb.cp/pr-574.exp: Likewise.
13129 * gdb.cp/printmethod.exp: Likewise.
13130 * gdb.cp/psmang.exp: Likewise.
13131 * gdb.cp/ref-params.exp: Likewise.
13132 * gdb.cp/ref-types.exp: Likewise.
13133 * gdb.cp/rtti.exp: Likewise.
13134 * gdb.cp/templates.exp: Likewise.
13135 * gdb.cp/try_catch.exp: Likewise.
13136 * gdb.cp/userdef.exp: Likewise.
13137 * gdb.cp/virtfunc.exp: Likewise.
13138 * gdb.disasm/am33.exp: Likewise.
13139 * gdb.disasm/h8300s.exp: Likewise.
13140 * gdb.disasm/mn10300.exp: Likewise.
13141 * gdb.disasm/sh3.exp: Likewise.
13142 * gdb.disasm/t01_mov.exp: Likewise.
13143 * gdb.disasm/t02_mova.exp: Likewise.
13144 * gdb.disasm/t03_add.exp: Likewise.
13145 * gdb.disasm/t04_sub.exp: Likewise.
13146 * gdb.disasm/t05_cmp.exp: Likewise.
13147 * gdb.disasm/t06_ari2.exp: Likewise.
13148 * gdb.disasm/t07_ari3.exp: Likewise.
13149 * gdb.disasm/t08_or.exp: Likewise.
13150 * gdb.disasm/t09_xor.exp: Likewise.
13151 * gdb.disasm/t10_and.exp: Likewise.
13152 * gdb.disasm/t11_logs.exp: Likewise.
13153 * gdb.disasm/t12_bit.exp: Likewise.
13154 * gdb.disasm/t13_otr.exp: Likewise.
13155 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
13156 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
13157 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13158 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
13159 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
13160 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13161 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13162 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13163 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
13164 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
13165 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13166 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13167 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13168 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13169 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13170 * gdb.mi/gdb701.exp: Likewise.
13171 * gdb.mi/gdb792.exp: Likewise.
13172 * gdb.mi/mi-basics.exp: Likewise.
13173 * gdb.mi/mi-break.exp: Likewise.
13174 * gdb.mi/mi-cli.exp: Likewise.
13175 * gdb.mi/mi-console.exp: Likewise.
13176 * gdb.mi/mi-disassemble.exp: Likewise.
13177 * gdb.mi/mi-eval.exp: Likewise.
13178 * gdb.mi/mi-file.exp: Likewise.
13179 * gdb.mi/mi-read-memory.exp: Likewise.
13180 * gdb.mi/mi-regs.exp: Likewise.
13181 * gdb.mi/mi-return.exp: Likewise.
13182 * gdb.mi/mi-simplerun.exp: Likewise.
13183 * gdb.mi/mi-stack.exp: Likewise.
13184 * gdb.mi/mi-stepi.exp: Likewise.
13185 * gdb.mi/mi-syn-frame.exp: Likewise.
13186 * gdb.mi/mi-until.exp: Likewise.
13187 * gdb.mi/mi-var-block.exp: Likewise.
13188 * gdb.mi/mi-var-child.exp: Likewise.
13189 * gdb.mi/mi-var-cmd.exp: Likewise.
13190 * gdb.mi/mi-var-display.exp: Likewise.
13191 * gdb.mi/mi-watch.exp: Likewise.
13192 * gdb.mi/mi2-basics.exp: Likewise.
13193 * gdb.mi/mi2-break.exp: Likewise.
13194 * gdb.mi/mi2-cli.exp: Likewise.
13195 * gdb.mi/mi2-console.exp: Likewise.
13196 * gdb.mi/mi2-disassemble.exp: Likewise.
13197 * gdb.mi/mi2-eval.exp: Likewise.
13198 * gdb.mi/mi2-file.exp: Likewise.
13199 * gdb.mi/mi2-read-memory.exp: Likewise.
13200 * gdb.mi/mi2-regs.exp: Likewise.
13201 * gdb.mi/mi2-return.exp: Likewise.
13202 * gdb.mi/mi2-simplerun.exp: Likewise.
13203 * gdb.mi/mi2-stack.exp: Likewise.
13204 * gdb.mi/mi2-stepi.exp: Likewise.
13205 * gdb.mi/mi2-syn-frame.exp: Likewise.
13206 * gdb.mi/mi2-until.exp: Likewise.
13207 * gdb.mi/mi2-var-block.exp: Likewise.
13208 * gdb.mi/mi2-var-child.exp: Likewise.
13209 * gdb.mi/mi2-var-cmd.exp: Likewise.
13210 * gdb.mi/mi2-var-display.exp: Likewise.
13211 * gdb.mi/mi2-watch.exp: Likewise.
13212 * gdb.stabs/exclfwd.exp: Likewise.
13213 * gdb.stabs/weird.exp: Likewise.
13214 * gdb.threads/gcore-thread.exp: Likewise.
13215 * gdb.trace/actions.exp: Likewise.
13216 * gdb.trace/backtrace.exp: Likewise.
13217 * gdb.trace/circ.exp: Likewise.
13218 * gdb.trace/collection.exp: Likewise.
13219 * gdb.trace/deltrace.exp: Likewise.
13220 * gdb.trace/infotrace.exp: Likewise.
13221 * gdb.trace/limits.exp: Likewise.
13222 * gdb.trace/packetlen.exp: Likewise.
13223 * gdb.trace/passc-dyn.exp: Likewise.
13224 * gdb.trace/passcount.exp: Likewise.
13225 * gdb.trace/report.exp: Likewise.
13226 * gdb.trace/save-trace.exp: Likewise.
13227 * gdb.trace/tfind.exp: Likewise.
13228 * gdb.trace/tracecmd.exp: Likewise.
13229 * gdb.trace/while-dyn.exp: Likewise.
13230 * gdb.trace/while-stepping.exp: Likewise.
13231
13232 2006-08-08 Joel Brobecker <brobecker@adacore.com>
13233
13234 * gdb.base/step-bt.c: New file.
13235 * gdb.base/step-bt.exp: New testcase.
13236
13237 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
13238
13239 * config/monitor.exp (gdb_load): Remove support for obsolete
13240 download-write-size.
13241 * gdb.base/remote.exp: Likewise. Update all callers of
13242 gdb_timed_load.
13243
13244 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
13245
13246 * cursal.exp: Pass binfile to gdb_load.
13247
13248 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
13249
13250 * gdb.base/cursal.exp: Add "" to gdb_load call.
13251
13252 2006-07-29 Mark Kettenis <kettenis@gnu.org>
13253
13254 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
13255 NetBSD/ELF targets.
13256
13257 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
13258
13259 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
13260 operator*.
13261
13262 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
13263
13264 * gdb.base/completion.exp: Update for change in "file" behavior.
13265 * gdb.stabs/weird.exp: Likewise.
13266 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
13267 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
13268
13269 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
13270
13271 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
13272 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
13273
13274 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
13275
13276 * gdb.base/default.exp: Update source command error message.
13277 * gdb.base/help.exp: Update 'help source' message.
13278
13279 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
13280
13281 * gdb.cp/bs15503.exp: Update comment for no longer crashing
13282 test.
13283
13284 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
13285
13286 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
13287
13288 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13289
13290 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
13291
13292 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13293
13294 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
13295
13296 2006-07-17 Mark Kettenis <kettenis@gnu.org>
13297
13298 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
13299 *-*-openbsd* from targets for wich we expect ARM FPA floating
13300 point format.
13301
13302 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
13303
13304 * gdb.cp/annota3.exp: Expect frame-begin annotation.
13305
13306 2006-07-17 Mark Kettenis <kettenis@gnu.org>
13307
13308 * gdb.base/annota3.exp: Expect frame-begin annotation.
13309
13310 2006-07-14 Joel Brobecker <brobecker@adacore.com>
13311
13312 * gdb.base/help.exp: Adjust "help unset" test to accept
13313 any list of unset commands.
13314
13315 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
13316 Daniel Jacobowitz <dan@codesourcery.com>
13317
13318 * gdb.cp/ref-params.exp: New test.
13319 * gdb.cp/ref-params.cc: New source file.
13320 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13321
13322 2006-07-08 Mark Kettenis <kettenis@gnu.org>
13323
13324 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13325 spaces/tabs in regular expressions since they might not be there.
13326
13327 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
13328
13329 * gdb.base/ifelse.exp: New file.
13330
13331 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
13332
13333 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13334 line.
13335 * gdb.base/huge.exp: Loop over compilation to find a size that
13336 is acceptable.
13337 * gdb.base/remote.exp: Correct expected strings.
13338 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13339
13340 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13341
13342 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13343
13344 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13345
13346 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
13347 native.
13348
13349 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13350
13351 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13352 enable stabs testing.
13353
13354 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13355
13356 * gdb.base/auxv.exp: Intercept undefined command messages before
13357 gdb_test_multiple does.
13358
13359 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13360
13361 * Makefile.in (host_alias): Remove.
13362 (target_alias): Use @target_noncanonical@.
13363 (site.exp): Don't set host_alias.
13364 * aclocal.m4: Remove contents. Include acx.m4.
13365 * configure: Regenerated.
13366 * configure.ac: Use ACX_NONCANONICAL_TARGET.
13367
13368 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
13369
13370 * lib/gdb.exp (gdb_load_cmd): New.
13371
13372 * gdb.base/fileio.c: Add system(NULL) test.
13373 * gdb.base/fileio.exp: Check it.
13374
13375 * gdb.base/break.c: Add 10a breakpoint at }
13376 * gdb.base/break.exp: Add test for breakpoint at }
13377 * gdb.cp/anon-union.cc: Add code at end of function.
13378 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13379 * gdb.mi/var-cmd.c: Add code at end of function.
13380 * gdb.mi/mi-var-display.exp: Adjust end of next.
13381 * gdb.mi/mi2-var-display.exp: Likewise.
13382 * gdb.base/fileio.c: Add stop function and insert calls at
13383 stopping places.
13384 * gdb.base/fileio.exp: Breakpoint stop function and remove
13385 explicit line number references.
13386
13387 2006-05-19 Joel Brobecker <brobecker@adacore.com>
13388
13389 * gdb.base/del.exp (test_delete_alias): New function.
13390 Now check that both "del" and "d" work as aliases for "delete".
13391
13392 2006-05-18 Fred Fish <fnf@specifix.com>
13393
13394 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13395 required. Check for spurious output after program exits normally.
13396
13397 2006-05-17 Fred Fish <fnf@specifix.com>
13398
13399 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13400 gdb_load, so it works in the simulator.
13401
13402 2006-05-11 Fred Fish <fnf@specifix.com>
13403
13404 * gdb.base/bang.exp: Ignore unexpected output between the
13405 "program exited normally" and the gdb prompt, as many other
13406 tests do.
13407
13408 2006-05-07 Mark Kettenis <kettenis@gnu.org>
13409
13410 * gdb.base/help.exp: Make "delete checkpoint" part option for
13411 "help d" and "help delete" tests.
13412
13413 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13414
13415 * gdb.mi/mi-basics.exp: Add missing serial number to
13416 expected output in some mi_gdb_test statements.
13417 * gdb.mi/mi2-basics.exp: Likewise.
13418
13419 2006-05-05 Joel Brobecker <brobecker@adacore.com>
13420
13421 * gdb.base/del.c: New file.
13422 * gdb.base/del.exp: New testcase.
13423
13424 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
13425
13426 * gdb.base/break.exp: Do not assume a breakpoint on
13427 main will actually be in $srcfile when optimizing.
13428 * gdb.base/savedregs.exp: Do not require that the dummy
13429 frame location match up to a symbol and source file location.
13430 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13431 will get printed without a mi_cmd_data_list_register_values prefix.
13432 (*-data-list-register-*): Correct regular expressions to expect the new
13433 pseudo d? floating point registers.
13434 * gdb.mi/mi2-regs.exp: Likewise.
13435
13436 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
13437
13438 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13439 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13440 is allocated by the compiler.
13441 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13442 anons, e, anone to force their allocation by the compiler.
13443
13444 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
13445
13446 * gdb.base/help.exp: Update expected text for help d and
13447 help delete.
13448
13449 2006-05-02 Mark Kettenis <kettenis@gnu.org>
13450
13451 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13452 NetBSD/ELF targets.
13453
13454 2006-04-30 Mark Kettenis <kettenis@gnu.org>
13455
13456 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13457 single-step breakpoint fails; make this a KFAIL on
13458 sparc*-*-openbsd*.
13459 * gdb.base/siginfo.exp: Likewise.
13460 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13461
13462 2006-04-26 Michael Snyder <msnyder@redhat.com>
13463
13464 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13465 which may have to consume output from other forks.
13466 Add tests to make sure that "delete fork" succeeded.
13467
13468 2006-04-20 Michael Snyder <msnyder@redhat.com>
13469
13470 * 2006-03-22 Jim Blandy <jimb@redhat.com>
13471 Add support for the Renesas M32C and M16C.
13472
13473 * gdb.asm/asm-source.exp: Add m32c target.
13474 * gdb.asm/m32c.inc: Support for m32c target.
13475
13476 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
13477
13478 * gdb.base/commands.exp (recursive_source_test): New test.
13479
13480 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
13481
13482 * gdb.base/float.exp: Add pattern for sparc targets.
13483
13484 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13485
13486 * gdb.base/commands.exp (stray_arg0_test): New test.
13487
13488 2006-03-30 Paul Brook <paul@codesourcery.com>
13489
13490 * gdb.mi/mi-until.exp: kfail broken until command.
13491 * gdb.mi/mi2-until.exp: Ditto.
13492
13493 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13494
13495 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13496
13497 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
13498
13499 * gdb.base/prelink.exp: Anchor tested-for regular expression
13500 on gdb prompt.
13501
13502 2006-03-07 Paul Brook <paul@codesourcery.com>
13503
13504 * gdb.base/assign.exp: Correct fail message.
13505
13506 2006-03-07 Paul Brook <paul@codesourcery.com>
13507
13508 * lib/compiler.c: Extract armcc version number.
13509 * lib/compiler.cc: Ditto.
13510
13511 2006-03-07 Paul Brook <paul@codesourcery.com>
13512
13513 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13514 additional_flags=-w.
13515 * gdb.arch/altivec-regs.exp: Ditto.
13516 * gdb.arch/e500-abi.exp: Ditto.
13517 * gdb.arch/e500-regs.exp: Ditto.
13518 * gdb.base/all-bin.exp: Ditto.
13519 * gdb.base/annota1.exp: Ditto.
13520 * gdb.base/annota3.exp: Ditto.
13521 * gdb.base/args.exp: Ditto.
13522 * gdb.base/arithmet.exp: Ditto.
13523 * gdb.base/assign.exp: Ditto.
13524 * gdb.base/async.exp: Ditto.
13525 * gdb.base/bang.exp: Ditto.
13526 * gdb.base/break.exp: Ditto.
13527 * gdb.base/call-rt-st.exp: Ditto.
13528 * gdb.base/completion.exp: Ditto.
13529 * gdb.base/cond-expr.exp: Ditto.
13530 * gdb.base/condbreak.exp: Ditto.
13531 * gdb.base/consecutive.exp: Ditto.
13532 * gdb.base/define.exp: Ditto.
13533 * gdb.base/display.exp: Ditto.
13534 * gdb.base/ena-dis-br.exp: Ditto.
13535 * gdb.base/environ.exp: Ditto.
13536 * gdb.base/eval-skip.exp: Ditto.
13537 * gdb.base/info-proc.exp: Ditto.
13538 * gdb.base/jump.exp: Ditto.
13539 * gdb.base/logical.exp: Ditto.
13540 * gdb.base/long_long.exp: Ditto.
13541 * gdb.base/maint.exp: Ditto.
13542 * gdb.base/miscexprs.exp: Ditto.
13543 * gdb.base/pc-fp.exp: Ditto.
13544 * gdb.base/pointers.exp: Ditto.
13545 * gdb.base/relational.exp: Ditto.
13546 * gdb.base/reread.exp: Ditto.
13547 * gdb.base/sect-cmd.exp: Ditto.
13548 * gdb.base/sep.exp: Ditto.
13549 * gdb.base/sepdebug.exp: Ditto.
13550 * gdb.base/until.exp: Ditto.
13551 * gdb.base/whatis-exp.exp: Ditto.
13552 * gdb.cp/annota2.exp: Ditto.
13553 * gdb.cp/annota3.exp: Ditto.
13554 * gdb.trace/actions.exp: Ditto.
13555 * gdb.trace/backtrace.exp: Ditto.
13556 * gdb.trace/circ.exp: Ditto.
13557 * gdb.trace/collection.exp: Ditto.
13558 * gdb.trace/deltrace.exp: Ditto.
13559 * gdb.trace/infotrace.exp: Ditto.
13560 * gdb.trace/limits.exp: Ditto.
13561 * gdb.trace/packetlen.exp: Ditto.
13562 * gdb.trace/passc-dyn.exp: Ditto.
13563 * gdb.trace/passcount.exp: Ditto.
13564 * gdb.trace/report.exp: Ditto.
13565 * gdb.trace/save-trace.exp: Ditto.
13566 * gdb.trace/tfind.exp: Ditto.
13567 * gdb.trace/tracecmd.exp: Ditto.
13568 * gdb.trace/while-dyn.exp: Ditto.
13569 * gdb.trace/while-stepping.exp: Ditto.
13570 * lib/gdb.exp: Ditto.
13571 (gdb_compile): Handle nowarning option.
13572
13573 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
13574
13575 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13576 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
13577 Rename executable to prelinkt. Don't re-prelink if we didn't
13578 get a core file. Test prelink -u exit status to tell whether
13579 prelinking failed. Use gdb_test_multiple.
13580
13581 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13582
13583 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13584 (do_tests): Call it.
13585
13586 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
13587
13588 * gdb.base/prelink.exp: New test.
13589 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13590
13591 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
13592
13593 * gdb.fortran/derived-type.f90: New file.
13594 * gdb.fortran/derived-type.exp: New testcase.
13595
13596 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
13597
13598 * gdb.base/default.exp: Allow ';' as a directory separator.
13599
13600 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13601
13602 * gdb.base/help.exp (help add-symbol-file): Update.
13603
13604 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13605
13606 * gdb.base/help.exp (help load): Update expected results.
13607
13608 2006-02-19 Fred Fish <fnf@specifix.com>
13609
13610 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13611 specifix hex value as part of results.
13612 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
13613
13614 2006-02-16 Fred Fish <fnf@specifix.com>
13615
13616 * gdb.base/whatis.c: Define variables using typedefs char_addr,
13617 ushort_addr, and slong_addr, so the typedefs are not optimized
13618 away.
13619 * gdb.base/whatis.exp: Add tests using type name for struct type,
13620 union type, enum type, and typedef.
13621
13622 2006-02-13 Mark Kettenis <kettenis@gnu.org>
13623
13624 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13625
13626 2006-02-13 Jim Blandy <jimb@redhat.com>
13627
13628 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13629 case where it takes two "next" commands to skip past the init
13630 call.
13631
13632 2006-02-12 Fred Fish <fnf@specifix.com>
13633
13634 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13635 to handle cases where it takes two "next" commands to skip
13636 past the init call.
13637
13638 2006-02-07 Joel Brobecker <brobecker@adacore.com>
13639
13640 * gdb.ada/array_return.exp: Mark the last test as expected to fail
13641 on hppa32 targets.
13642
13643 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
13644
13645 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13646 field.
13647
13648 2006-01-29 Mark Kettenis <kettenis@gnu.org>
13649
13650 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13651
13652 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13653
13654 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13655 files.
13656
13657 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13658
13659 * gdb.cp/maint.exp: Set complaints to a positive value.
13660
13661 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13662
13663 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
13664 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
13665 function name.
13666
13667 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13668
13669 * gdb.base/checkpoint.c: Update copyright notice. Include
13670 <stdlib.h>.
13671
13672 2006-01-04 Jim Blandy <jimb@redhat.com>
13673
13674 * gdb.asm/asm-source.exp: Independently provide default values for
13675 asm-flags and debug-flags. Use 'string equal' to do the
13676 comparison, not the implicit expr's '==' operator. Remove
13677 now-unneeded assignments to asm-flags. In h8300 case, place
13678 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13679
13680 2006-01-04 Michael Snyder <msnyder@redhat.com>
13681
13682 * gdb.base/checkpoint.c: New file.
13683 * gdb.base/checkpoint.exp: New file.
13684 * gdb.base/multi-fork.c: New file.
13685 * gdb.base/multi-fork.exp: New file.
13686 * gdb.base/pi.txt: New file (data for checkpoint.c test).
13687
13688 2006-01-04 Fred Fish <fnf@specifix.com>
13689
13690 * gdb.base/ptype.c (foo): Add typedef.
13691 (intfoo): Add function.
13692 * gdb.base/ptype1.c: New file.
13693 * gdb.base/ptype.exp: Handle compilation and linking with two
13694 source files. Test that proper type for "foo" is found based
13695 on source context rather than first match found in symtabs.
13696
13697 2005-12-28 Mark Kettenis <kettenis@gnu.org>
13698
13699 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13700 * gdb.asm/openbsd.inc: Indent commands.
13701
13702 2005-12-26 Mark Kettenis <kettenis@gnu.org>
13703
13704 * gdb.base/freebpcmd.exp: Increase timeout.
13705
13706 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13707
13708 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
13709
13710 * gdb.base/default.exp: Update check for "show version".
13711
13712 2005-12-09 Randolph Chung <tausq@debian.org>
13713
13714 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13715 * gdb.asm/pa64.inc: New file.
13716
13717 2005-12-09 Randolph Chung <tausq@debian.org>
13718
13719 * gdb.asm/common.inc: Indent commands.
13720 * gdb.asm/asmsrc1.s: Likewise.
13721 * gdb.asm/asmsrc2.s: Likewise.
13722
13723 2005-12-09 Randolph Chung <tausq@debian.org>
13724
13725 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13726 (get_addr_of_sym): Remove duplicate print.
13727 (gen_core): xfail hppa*-*-hpux*, update expected output.
13728 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13729 * gdb.arch/pa64-nullify.s: New file.
13730
13731 2005-12-09 Randolph Chung <tausq@debian.org>
13732
13733 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13734
13735 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
13736
13737 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13738 code generation for these functions.
13739 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13740 error message.
13741
13742 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
13743
13744 * gdb.base/help.exp (help b, help br, help bre, help brea)
13745 (help break): Update the expected message.
13746
13747 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
13748
13749 * gdb.asm/m68hc11.inc: Setup the data section.
13750 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13751 script for this test.
13752 (m6812-*-*): Likewise.
13753
13754 2005-11-09 Randolph Chung <tausq@debian.org>
13755
13756 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13757
13758 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
13759
13760 * gdb.base/break.exp: Fix a comment typo.
13761
13762 2005-11-03 Jim Blandy <jimb@redhat.com>
13763
13764 Checked in by Elena Zannoni <ezannoni@redhat.com>
13765
13766 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
13767
13768 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
13769
13770 * gdb.arch/gdb1558.c: Include stdio.h.
13771
13772 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13773
13774 * gdb.asm/asm-source.exp: Use -e instead of --entry.
13775
13776 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13777
13778 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13779
13780 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
13781
13782 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13783 vscr" tests to better match output.
13784
13785 2005-10-12 Jim Blandy <jimb@redhat.com>
13786
13787 * gdb.base/structs.exp (any): New function.
13788 (test_struct_returns): Don't make any assumptions at all about
13789 what value the function returns when GDB can't set the return
13790 value.
13791
13792 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13793
13794 * gdb.ada/arrayidx/p.adb: New file.
13795 * gdb.ada/arrayidx.exp: New testcase
13796
13797 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13798
13799 * gdb.ada/array_return/pck.ads: New file.
13800 * gdb.ada/array_return/pck.adb: New file.
13801 * gdb.ada/array_return/p.adb: New file.
13802 * gdb.ada/array_return.exp: New testcase.
13803
13804 2005-10-03 Joel Brobecker <brobecker@adacore.com>
13805
13806 * gdb.base/arrayidx.c: New file.
13807 * gdb.base/arrayidx.exp: New testcase.
13808
13809 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
13810
13811 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13812 frames-invalid and breakpoints-invalid are no longer generated
13813 with level 3 so don't expect them in the output.
13814
13815 2005-09-27 Bob Rossi <bob@brasko.net>
13816
13817 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
13818 from test. Escape the | in mi_gdb_test call.
13819 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13820 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13821 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13822 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13823 expected regex's in mi_gdb_test calls.
13824 * lib/mi-support.exp: Remove arbitrary .* from tests.
13825 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13826 Fully anchor GDB/MI expected results in mi_gdb_test.
13827 * lib/gdb.exp (string_to_regexp): Escape the ] character.
13828 * gdb.base/sizeof.exp: Remove escape character. Correct test.
13829
13830 2005-09-26 Paul Brook <paul@codesourcery.com>
13831
13832 * long_long.exp: Exclude eabi targets from arm FPA float format test.
13833
13834 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13835
13836 * bfp-test.c: New file.
13837 * bfp-test.exp: New testcase.
13838
13839 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13840
13841 * gdb.fortran/subarray.exp: New testcase to test the evaluation
13842 of subarray and substring variable.
13843 * gdb.fortran/subarray.f: New source file for the test of subarray
13844 and substring variable evaluation.
13845 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13846 of string constant.
13847
13848 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
13849
13850 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13851 copyright dates.
13852
13853 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
13854
13855 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13856 powerpc altivec' test with an almost identical 'info vector' test.
13857
13858 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13859
13860 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13861 vscr" tests to match output.
13862
13863 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13864
13865 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13866 output.
13867
13868 2005-09-11 Bob Rossi <bob@brasko.net>
13869
13870 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13871 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13872 commands that return an MI output command and an asyncronous MI output
13873 command.
13874 * gdb.mi/mi-console.exp: Ditto.
13875
13876 2005-09-11 Bob Rossi <bob@brasko.net>
13877
13878 * gdb.mi/mi-var-child.c: Include <string.h>.
13879
13880 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
13881
13882 * killed.exp: Correct gdb_expect syntax.
13883
13884 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
13885
13886 * lib/mi-support.exp (mi_gdb_load): Fix typo.
13887
13888 2005-08-02 Bob Rossi <bob@brasko.net>
13889
13890 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13891 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13892 Change tests to inferior-tty-set/show.
13893 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13894 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13895 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13896 inferior. Use mi_gdb_test to get GDB and Inferior output.
13897 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13898 descriptor.
13899 (mi_inferior_tty_name): Add inferior PTY file name.
13900 (mi_gdb_start): Add INFERIOR_PTY parameter.
13901 (mi_gdb_test): Add IPATTERN parameter.
13902
13903 2005-08-02 Bob Rossi <bob@brasko.net>
13904
13905 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13906 parameter to mi_gdb_test.
13907 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13908
13909 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13910
13911 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13912 struct_declarations.
13913 * gdb.mi/mi-var-child.exp: Step over the initialization of
13914 struct_declarations.
13915
13916 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13917
13918 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13919 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13920 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13921 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13922 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13923 file.
13924
13925 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
13926
13927 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13928 (do_children_tests): Assign values to the extra elements.
13929
13930 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13931 them for tests for "-var-update --no-values" and
13932 "-var-update --all-values".
13933 Add test for "-var-list-children --simple-values".
13934
13935 * gdb.mi/basics.c (callee4): Add integer array D[3]...
13936
13937 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13938 "-stack-list-locals --simple-values" Improve doc strings and
13939 comments.
13940
13941 2005-07-18 Mark Kettenis <kettenis@gnu.org>
13942
13943 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13944 *-*-openbsd*.
13945 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13946
13947 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13948 sigaltsatck'.
13949
13950 2005-07-14 Bob Rossi <bob@brasko.net>
13951
13952 * gdb.base/default.exp (tty): Changed output of command.
13953 * gdb.base/help.exp (help tty): Ditto.
13954
13955 2005-07-12 Mark Kettenis <kettenis@gnu.org>
13956
13957 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13958
13959 2005-07-10 Mark Kettenis <kettenis@gnu.org>
13960
13961 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13962 -stack-select-frame without arguments.
13963 (test_stack_frame_listing): Add test for newly implemented command
13964 -stack-info-frame.
13965
13966 2005-07-06 Bob Rossi <bob@brasko.net>
13967
13968 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13969 command.
13970 (Copyright): Update copyright.
13971
13972 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13973
13974 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13975 tests to evaluate exponentiation expression.
13976
13977 2005-06-29 Andreas Schwab <schwab@suse.de>
13978
13979 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13980 main to avoid warnings.
13981
13982 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13983
13984 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
13985
13986 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13987 -stack-select-frame without arguments.
13988 (test_stack_frame_listing): Add test for newly implemented command
13989 -stack-info-frame.
13990
13991 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
13992
13993 * gdb.fortran/array-element.f: New file.
13994 * gdb.fortran/array-element.exp: New testcase.
13995
13996 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13997
13998 * gdb.base/bigcore.exp: Correct checks for systems which can
13999 not dump a large core file.
14000
14001 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
14002
14003 * gdb.base/relocate.c: Add a copyright notice.
14004 (dummy): Remove.
14005 * gdb.base/relocate.exp: Test printing the values of variables
14006 from a relocatable file.
14007
14008 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
14009
14010 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
14011 excess MI output after an error.
14012
14013 2005-05-29 Joel Brobecker <brobecker@adacore.com>
14014
14015 * gdb.arch/alpha-step.c: New file.
14016 * gdb.arch/alpha-step.exp: New testcase.
14017
14018 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
14019 Dennis Brueni <dennis@slickedit.com>
14020
14021 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
14022 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
14023 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
14024 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
14025 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14026 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
14027 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
14028
14029 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
14030 Wu Zhou <woodzltc@cn.ibm.com>
14031
14032 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
14033 IBM's xlc compiler.
14034 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
14035 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
14036
14037 2005-05-13 Jim Blandy <jimb@redhat.com>
14038
14039 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
14040 calling gdb_suppress_entire_file.
14041 * gdb.base/charset.exp: Same.
14042 * gdb.base/call-rt-st.exp: Same.
14043
14044 2005-05-05 Bob Rossi <bob_rossi@cox.net>
14045
14046 * lib/gdb.exp (fullname_syntax): Added global regex.
14047 (fullname_syntax_POSIX): Ditto.
14048 (fullname_syntax_UNC): Ditto.
14049 (fullname_syntax_DOS_CASE): Ditto.
14050 (fullname_syntax_DOS): Ditto.
14051 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
14052 fullname_syntax variable to scope and use it.
14053 (test_file_list_exec_source_files): Ditto.
14054 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
14055
14056 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
14057
14058 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
14059
14060 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
14061
14062 * lib/gdb.exp (skip_altivec_tests): New function, based on
14063 check_vmx_hw_available from the GCC testsuite.
14064 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
14065 * lib/gdb.arch/altivec-regs.exp: Likewise.
14066
14067 2005-05-02 Jim Blandy <jimb@redhat.com>
14068
14069 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
14070 calling gdb_suppress_entire_file.
14071
14072 2005-04-30 Randolph Chung <tausq@debian.org>
14073
14074 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
14075 Slightly relax "sem_post" name checking.
14076
14077 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
14078
14079 * gdb.base/unload.exp: Use new shared library infrastructure.
14080
14081 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
14082
14083 * gdb.base/so-impl-ld.exp: Use new shared library
14084 infrastructure.
14085
14086 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
14087
14088 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
14089 * gdb.asm/h8300.inc: New file.
14090
14091 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
14092
14093 * gdb.base/shlib-call.exp: Change to use new shared library
14094 infrastructure.
14095
14096 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
14097
14098 * gdb.base/pending.exp: Change to use new shared library
14099 infrastructure.
14100
14101 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
14102
14103 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
14104 use test_compiler_info instead of gcc_compiled, and update copyright.
14105
14106 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
14107
14108 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
14109 shared objects being adjusted and update copyright years.
14110
14111 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
14112
14113 * ChangeLog: Correct some 2003-01-13 dates.
14114 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
14115 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
14116 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
14117 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
14118 gdb.trace/tfind.exp: Update copyright years.
14119
14120 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
14121 Daniel Jacobowitz <dan@codesourcery.com>
14122
14123 * lib/gdb.exp (gdb_compile): Handle shlib=.
14124 (gdb_compile_shlib): New function.
14125
14126 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
14127
14128 * lib/gdb.exp (test_compiler_info): Give argument a default value.
14129
14130 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
14131
14132 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
14133 gdb.server.
14134 * configure.ac: Likewise.
14135 * configure: Regenerated.
14136 * gdb.gdbserver/Makefile.in: Moved to...
14137 * gdb.server/Makefile.in: ... here.
14138 * gdb.gdbserver/server.c: Moved to...
14139 * gdb.server/server.c: ... here.
14140 * gdb.gdbserver/server-run.exp: Moved to...
14141 * gdb.server/server-run.exp: ... here.
14142
14143 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
14144
14145 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
14146 * configure.ac: Create gdb.gdbserver/Makefile.
14147 * configure: Regenerated.
14148 * lib/gdbserver-support.exp: New file, derived from
14149 config/gdbserver.exp.
14150 * config/gdbserver.exp: Use gdbserver-support.exp.
14151 * gdb.gdbserver/Makefile.in: New file.
14152 * gdb.gdbserver/server.c: New file.
14153 * gdb.gdbserver/server-run.exp: New file.
14154
14155 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
14156
14157 * lib/gdb.exp (test_compiler_info): Return compiler_info
14158 if no arguments are given.
14159
14160 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
14161
14162 * gdb.arch/altivec-abi.exp: Check for compiler and set
14163 use altivec' flag accordingly.
14164 * gdb.arch/altivec-regs.exp: Likewise.
14165
14166 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
14167
14168 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
14169
14170 2005-03-27 Andreas Schwab <schwab@suse.de>
14171
14172 * gdb.base/bigcore.c (main): Add missing mode argument in open
14173 call.
14174
14175 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
14176
14177 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
14178 downloads.
14179 * config/gdbserver.exp (gdb_load): Likewise.
14180
14181 2005-03-14 Paul Brook <paul@codesourcery.com>
14182
14183 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
14184 targets.
14185
14186 2005-03-09 Joel Brobecker <brobecker@adacore.com>
14187
14188 * gdb.dwarf2/dup-psym.S: New file.
14189 * gdb.dwarf2/dup-psym.exp: New testcase.
14190
14191 2005-03-09 Joel Brobecker <brobecker@adacore.com>
14192
14193 * gdb.ada/exec_changed/first.adb: New file.
14194 * gdb.ada/exec_changed/second.adb: New file.
14195 * gdb.ada/exec_changed.exp: New testcase.
14196
14197 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
14198
14199 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
14200 (A2): New class.
14201 (main): Test operator+.
14202 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
14203 breakpoint test.
14204
14205 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
14206 * gdb.base/signull.exp: Disable if gdb,nosignals.
14207 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
14208 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
14209 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
14210 * gdb.mi/mi2-console.exp: Likewise.
14211 * gdb.trace/collection.exp (run_trace_experiment): Consume the
14212 continue output at start.
14213 (gdb_collect_locals_test): Robustify regexp.
14214 * gdb.trace/passc-dyn.exp: Fix comment typo.
14215 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
14216
14217 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
14218
14219 * gdb.asm/asm-source.exp: Add iq2000 case.
14220 * gdb.asm/iq2000.inc: New file.
14221
14222 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
14223
14224 * gdb.base/command.exp: Change hardcoded value to regular expression.
14225 * gdb.base/float.exp: Add powerpc to the list of targets checked.
14226
14227 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
14228
14229 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
14230 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
14231 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
14232 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
14233 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
14234
14235 2005-03-05 Mark Kettenis <kettenis@gnu.org>
14236
14237 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
14238 changes.
14239
14240 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
14241
14242 * lib/compiler.c: Add test for IBM's xlc compiler.
14243 * lib/compiler.cc: Likewise.
14244
14245 2004-02-24 Joel Brobecker <brobecker@adacore.com>
14246
14247 * gdb.ada/fixed_points.exp: Create compilation object directory
14248 before running the test.
14249 * gdb.ada/null_record.exp: Likewise.
14250 * gdb.ada/packed_array.exp: Likewise.
14251 * gdb.ada/start.exp: Likewise.
14252
14253 2005-02-15 Joel Brobecker <brobecker@adacore.com>
14254
14255 * gdb.ada/packed_array/pa.adb: New file.
14256 * gdb.ada/packed_array.exp: New testcase.
14257
14258 2005-02-10 Mark Kettenis <kettenis@gnu.org>
14259
14260 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
14261 files.
14262
14263 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
14264 on *-*-openbsd*. Correctly match whitespace in regukar
14265 expressions.
14266
14267 2005-02-10 Daniel Jacobowitz <dan@debian.org>
14268
14269 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
14270 PR exp/1821
14271 * gdb.base/gdb1821.c: New test file.
14272 * gdb.base/gdb1821.exp: New test file.
14273
14274 2005-02-09 Joel Brobecker <brobecker@adacore.com>
14275
14276 * gdb.base/start.c: New file.
14277 * gdb.base/start.exp: New testcase.
14278
14279 2005-02-09 Joel Brobecker <brobecker@adacore.com>
14280
14281 * gdb.ada/start/dummy.adb: New file.
14282 * gdb.ada/start.exp: New testcase.
14283
14284 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
14285
14286 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
14287 for printing symbols and statistics.
14288 Add test for using relative pathnames in "maint print msymbols" test.
14289 Mark "maint info sections DATA" XFAIL on Cygwin.
14290 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
14291 tests.
14292
14293 2005-02-09 Andreas Schwab <schwab@suse.de>
14294
14295 Committed by Andrew Cagney <cagney@gnu.org>
14296 * gdb.base/remotetimeout.exp: New file.
14297
14298 2005-02-07 Mark Kettenis <kettenis@gnu.org>
14299
14300 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
14301
14302 2005-02-03 Joel Brobecker <brobecker@adacore.com>
14303
14304 * gdb.ada/gnat_ada.gpr: New file.
14305 * gdb.ada/gnat_ada.gin: Delete, no longer used.
14306 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
14307 * configure.ac: No longer generate gnat_ada.gpr.
14308 * configure: Regenerate.
14309 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14310 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14311 * gdb.ada/null_record/bar.ads: Likewise.
14312 * gdb.ada/null_record/bar.adb: Likewise.
14313 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14314 * gdb.ada/null_record.exp (testdir): New variable.
14315 (testfile): executable is now in testdir subdirectory.
14316 (srcfile): Use full path to the main compilation unit.
14317 * gdb.ada/fixed_points.exp: Same changes as above.
14318
14319 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
14320
14321 * gdb.base/interp.exp: New test.
14322
14323 2005-01-24 Andrew Cagney <cagney@gnu.org>
14324
14325 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14326
14327 2005-01-19 Andrew Cagney <cagney@gnu.org>
14328
14329 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14330 configure.ac not configure.in.
14331
14332 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14333 of powerpc*-*-*.
14334 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
14335 * gdb.base/list.exp (test_list_function)
14336 (test_list_filename_and_function): Ditto.
14337 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14338
14339 2005-01-16 Andrew Cagney <cagney@gnu.org>
14340
14341 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14342
14343 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14344
14345 2005-01-14 Andrew Cagney <cagney@gnu.org>
14346
14347 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14348 * gdb.mi/mi2-var-cmd.exp: Ditto.
14349
14350 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
14351
14352 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14353
14354 2005-01-07 Andrew Cagney <cagney@gnu.org>
14355
14356 * configure.ac: Rename configure.in, require autoconf 2.59.
14357 * configure: Re-generate.
14358 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14359 * gdb.stabs/configure: Re-generate.
14360 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14361 * gdb.hp/configure: Re-generate.
14362 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14363 autoconf 2.59.
14364 * gdb.hp/gdb.objdbg/configure: Re-generate.
14365 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14366 autoconf 2.59.
14367 * gdb.hp/gdb.defects/configure: Re-generate.
14368 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14369 autoconf 2.59.
14370 * gdb.hp/gdb.compat/configure: Re-generate.
14371 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14372 autoconf 2.59.
14373 * gdb.hp/gdb.base-hp/configure: Re-generate.
14374 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14375 autoconf 2.59.
14376 * gdb.hp/gdb.aCC/configure: Re-generate.
14377
14378 2004-12-15 Jim Blandy <jimb@redhat.com>
14379
14380 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14381 under NPTL when there is debugging info available for libpthread.
14382
14383 2004-12-13 Jerome Guitton <guitton@gnat.com>
14384
14385 * gdb.ada/fixed_points.c: New file.
14386 * gdb.ada/fixed_points.exp: New file.
14387
14388 2004-12-03 Randolph Chung <tausq@debian.org>
14389
14390 * gdb.arch/pa-nullify.exp: New file.
14391 * gdb.arch/pa-nullify.s: New file.
14392
14393 2004-11-30 Randolph Chung <tausq@debian.org>
14394
14395 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14396 instead of "tbug". Fix regexp to work properly with gdb_test.
14397
14398 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
14399
14400 * gdb.base/bitfields2.exp: New test.
14401 * gdb.base/bitfields2.c: New file.
14402
14403 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
14404
14405 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14406
14407 2004-11-16 Randolph Chung <tausq@debian.org>
14408
14409 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14410
14411 2004-11-14 Daniel Jacobowitz <dan@debian.org>
14412
14413 * gdb.threads/threadapply.exp: Correct "macro details" test.
14414
14415 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
14416
14417 * gdb.threads/threadapply.exp: New test.
14418 * gdb.threads/threadapply.c: New file.
14419
14420 2004-11-07 Mark Kettenis <kettenis@gnu.org>
14421
14422 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14423 frames.
14424
14425 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
14426
14427 * gdb.base/cursal.exp: New file.
14428 * gdb.base/cursal.c: New file.
14429
14430 2004-11-03 Andrew Cagney <cagney@gnu.org>
14431
14432 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14433
14434 2004-10-30 Mark Kettenis <kettenis@gnu.org>
14435
14436 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14437 NetBSD/ELF targets.
14438
14439 2004-10-29 Joel Brobecker <brobecker@gnat.com>
14440
14441 * gdb.threads/bp_in_thread.c: New file, copied from
14442 pthread_cond_wait.c.
14443 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14444 file, rather than reusing the .c file from another testcase.
14445
14446 2004-10-20 Joel Brobecker <brobecker@gnat.com>
14447
14448 * gdb.ada/null_record.exp: Check where we stopped after
14449 sending the start command, instead of where the associated
14450 temporary breakpoint was inserted.
14451
14452 2004-10-14 Andrew Cagney <cagney@gnu.org>
14453
14454 * gdb.mi/gdb701.c (main): Return 0.
14455
14456 2004-10-13 Daniel Jacobowitz <dan@debian.org>
14457
14458 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
14459
14460 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
14461
14462 * gdb.threads/schedlock.c: Add comment markers to use to find
14463 line numbers.
14464 * gdb.threads/schedlock.exp: Adjust regex to handle the new
14465 comments.
14466 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14467 breakpoint lines.
14468
14469 2004-10-12 Daniel Jacobowitz <dan@debian.org>
14470
14471 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14472
14473 2004-10-12 Daniel Jacobowitz <dan@debian.org>
14474
14475 * configure.in: Add gdb.dwarf2.
14476 * configure: Regenerated.
14477 * Makefile.in: Add gdb.dwarf2.
14478 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14479 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14480 gdb.dwarf2/file1.txt: New files.
14481
14482 2004-10-11 Orjan Friberg <orjanf@axis.com>
14483
14484 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
14485 of "run", since the latter doesn't work with remote targets. Adjust
14486 the breakpoint numbering accordingly.
14487 * gdb.threads/pthread_cond_wait.exp: Ditto.
14488
14489 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
14490
14491 * gdb.base/overlays.exp: Update copyright years.
14492
14493 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
14494
14495 * gdb.base/overlays.exp: Disable if target is Linux.
14496
14497 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
14498
14499 * config/gdbserver.exp (gdb_load): Use right filename on remote.
14500
14501 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
14502
14503 * gdb.asm/asm-source.exp: Add m32r-linux target.
14504 * gdb.asm/m32r-linux.inc: New file.
14505
14506 2004-09-24 Andrew Cagney <cagney@redhat.com>
14507 David Anderson <anderson@redhat.com>
14508
14509 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14510 command fails, assume things will work.
14511 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14512 (_GNU_SOURCE): Define.
14513 (print_unsigned, print_hex): Change parameter to "long long".
14514 (print_byte_count): New function, use to print byte counts.
14515 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14516 O_LARGEFILE.
14517 (main): Compute an upper bound on a corefile in max_core_size.
14518 Limit memory chunk size to max_core_size. Limit total memory
14519 allocated to max_core_size.
14520
14521 2004-09-23 Andrew Cagney <cagney@gnu.org>
14522
14523 * gdb.base/bigcore.exp: Replace the code that creates a corefile
14524 from a separate process with code that creates a corefile by
14525 making the inferior dump core.
14526
14527 2004-09-23 Mark Kettenis <kettenis@gnu.org>
14528
14529 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14530 block.
14531
14532 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
14533
14534 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14535 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
14536 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14537 Likewise.
14538
14539 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
14540
14541 * gdb.java/jprint.exp: New test case for java inferior call.
14542 * gdb.java/jprint.java: Ditto.
14543
14544 2004-09-15 Joel Brobecker <brobecker@gnat.com>
14545
14546 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14547
14548 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14549
14550 * gdb.threads/killed.c: Include <stdlib.h>.
14551 * gdb.threads/pthreads.c: Likewise.
14552
14553 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14554
14555 * gdb.threads/killed.c: Add copyright notice.
14556
14557 2004-09-10 Jason Molenda (jmolenda@apple.com)
14558
14559 * gdb.base/define.exp: Two new tests to verify zero space chars
14560 after 'if' and 'while' commands in a user-defined command is correctly
14561 parsed.
14562
14563 2004-09-08 Andrew Cagney <cagney@gnu.org>
14564
14565 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
14566 delivery test with duplicate at end of file.
14567
14568 2004-09-06 Mark Kettenis <kettenis@jive.nl>
14569
14570 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14571
14572 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14573
14574 * config/hppro.exp: Removed.
14575
14576 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14577
14578 * config/sparclet.exp: Removed.
14579
14580 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14581
14582 * config/udi.exp: Removed.
14583
14584 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
14585
14586 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14587 of "exp_continue".
14588 (advancei): Likewise.
14589
14590 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14591
14592 * gdb.base/unload.exp: Fix so messages aren't duplicated.
14593
14594 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
14595
14596 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
14597 to check for nodebug in executable.
14598 * gdb.gdb/observer.exp (setup_test): Likewise.
14599 * gdb.gdb/selftest.exp (test_with_self): Likewise.
14600 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14601
14602 2004-09-01 Andrew Cagney <cagney@gnu.org>
14603
14604 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14605 files.
14606
14607 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14608
14609 * gdb.base/unload.exp: Fix expected warning message to match
14610 latest format.
14611
14612 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
14613
14614 * gdb.base/call-rt-st.exp: Fix typos.
14615
14616 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
14617
14618 * gdb.threads/thread_check.exp: New testcase.
14619 * gdb.threads/thread_check.c: New testcase.
14620
14621 2004-08-31 Andrew Cagney <cagney@gnu.org>
14622
14623 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14624 (skip_to_handler_entry): New procedures. Test stepping into a
14625 handler when the breakpoint is at the handler's entry point.
14626
14627 2004-08-30 Andrew Cagney <cagney@gnu.org>
14628
14629 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14630 gdb/1757.
14631
14632 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14633
14634 With code from Manoj Iyer <manjo@austin.ibm.com>:
14635 * lib/gdb.exp (gdb_file_cmd): Return more information in the
14636 return value. Add an arm for "no debugging symbols found".
14637 Change a stray "error" to "perror".
14638 (gdb_run_cmd): Adapt to new return value.
14639 * gdb.base/remote.exp: Adapt to new return value.
14640 * gdb.gdb/complaints.exp: Likewise.
14641 * gdb.gdb/observer.exp: Likewise.
14642 * gdb.gdb/selftest.exp: Likewise.
14643 * gdb.gdb/xfullpath.exp: Likewise.
14644
14645 2004-08-27 Joel Brobecker <brobecker@gnat.com>
14646
14647 * gdb.threads/bp_in_thread.exp: New testcase.
14648
14649 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14650
14651 Fix PR testsuite/1735.
14652 * gdb.threads/schedlock.c (thread_function): Add a cast
14653 to suppress a gcc warning.
14654 * gdb.threads/thread-specific.c (thread_function): Likewise.
14655
14656 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14657
14658 * gdb.base/unload.c: Include <stdlib.h>.
14659
14660 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14661
14662 From Paul Gilliam <pgilliam@us.ibm.com>:
14663 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14664 synchronized after the "return".
14665
14666 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14667
14668 * gdb.mi/basics.c: Include <stdio.h>.
14669 * gdb.mi/pthreads.c: Include <stdlib.h>.
14670 * gdb.mi/var-cmd.c: Include <stdlib.h>.
14671
14672 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14673
14674 * gdb.threads/schedlock.c: Add copyright notice.
14675
14676 2004-08-25 Andrew Cagney <cagney@gnu.org>
14677
14678 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14679 (skip_over_handler, breakpoint_over_hander): New test procedures.
14680 (advance, advancei): Add a proper prefix, do not use
14681 rerun_to_main.
14682 * gdb.base/sigstep.c (main): Change to use an infinite loop.
14683
14684 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
14685
14686 * gdb.mi/basics.c: Add copyright notice.
14687 * gdb.mi/var-cmd.c: Add copyright notice.
14688
14689 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14690
14691 * lib/gdb.exp: Remove signed_keyword_not_used.
14692 * lib/compiler.c: Likewise.
14693 * lib/compiler.cc: Likewise.
14694
14695 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14696
14697 * gdb.base/whatis.c: Remove conditional disabling of "signed".
14698 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14699
14700 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14701
14702 * gdb.base/whatis.c: Add copyright notice.
14703
14704 2004-08-20 Mark Kettenis <kettenis@gnu.org>
14705
14706 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
14707 it to skip the breakpoints encoded in the inline assembly.
14708
14709 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14710
14711 * Makefile.in: Add gdb.fortran.
14712
14713 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14714
14715 * gdb.base/call-sc.exp (test_scalar_returns):
14716 Fix cut-and-paste glitch in "Make fun return now".
14717
14718 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14719
14720 * configure.in: Add gdb.fortran.
14721 * configure: Regenerate.
14722 * gdb.fortran/Makefile.in: New file.
14723 * lib/gdb.exp (skip_fortran_tests): New procedure.
14724
14725 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14726
14727 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
14728 reference to bug-gnu@prep.ai.mit.edu.
14729 * gdb.mi/mi-var-child.exp: Likewise.
14730 * gdb.mi/mi-var-cmd.exp: Likewise.
14731 * gdb.mi/mi-var-display.exp: Likewise.
14732 * gdb.mi/mi2-var-block.exp: Likewise.
14733 * gdb.mi/mi2-var-child.exp: Likewise.
14734 * gdb.mi/mi2-var-cmd.exp: Likewise.
14735 * gdb.mi/mi2-var-display.exp: Likewise.
14736
14737 2004-08-15 Mark Kettenis <kettenis@gnu.org>
14738
14739 * gdb.base/unload.c (main): Make local variable msg const.
14740
14741 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14742
14743 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
14744 to bug-gnu@prep.ai.mit.edu.
14745 * gdb.mi/mi-disassemble.exp: Likewise.
14746 * gdb.mi/mi-eval.exp: Likewise.
14747 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
14748 default line number.
14749 * gdb.mi/mi-return.exp: Likewise.
14750 * gdb.mi/mi-simplerun.exp: Likewise.
14751 * gdb.mi/mi-stack.exp: Likewise.
14752 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
14753 number with explicit range test.
14754 * gdb.mi/mi-watch.exp: Likewise.
14755 * gdb.mi/mi2-break.exp: Likewise.
14756 * gdb.mi/mi2-cli.exp: Likewise.
14757 * gdb.mi/mi2-disassemble.exp: Likewise.
14758 * gdb.mi/mi2-eval.exp: Likewise.
14759 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
14760 default line number.
14761 * gdb.mi/mi2-return.exp: Likewise.
14762 * gdb.mi/mi2-simplerun.exp: Likewise.
14763 * gdb.mi/mi2-stack.exp: Likewise.
14764 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
14765 number with explicit range test.
14766 * gdb.mi/mi2-watch.exp: Likewise.
14767
14768 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14769
14770 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14771 * gdb.cp/m-static.exp: Likewise.
14772 * gdb.cp/rtti.exp: Likewise.
14773
14774 2004-08-14 Mark Kettenis <kettenis@gnu.org>
14775
14776 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14777
14778 2004-08-14 Eli Zaretskii <eliz@gnu.org>
14779
14780 * ChangeLog: Prefix Local Variables with semi-colons and indent
14781 the reference to older ChangeLog files, to fix fontification in
14782 Emacs.
14783
14784 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14785
14786 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14787 * gdb.mi/mi2-break.exp: Likewise.
14788
14789 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14790
14791 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14792
14793 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14794
14795 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14796
14797 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14798
14799 * gdb.cp/classes.exp: Remove unused declarations. Just let
14800 test names default instead of providing special names. Remove
14801 extraneous demangler test.
14802
14803 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
14804
14805 * gdb.base/unload.exp: New test for breakpoints in dynamically
14806 loaded libraries.
14807 * gdb.base/unload.c: Ditto.
14808 * gdb.base/unloadshr.c: Ditto.
14809
14810 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
14811
14812 * gdb.cp/classes.exp (test_ptype_class_objects): Call
14813 cp_test_ptype_class.
14814 (test_enums): Likewise.
14815
14816 2004-08-10 Andrew Cagney <cagney@gnu.org>
14817
14818 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14819 files.
14820
14821 2004-08-10 Andrew Cagney <cagney@gnu.org>
14822
14823 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14824 init_malloc call.
14825
14826 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
14827
14828 * ChangeLog: Add copyright notice. The notice is copied
14829 from emacs 21.3 top level ChangeLog.
14830
14831 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14832
14833 * lib/cp-support.exp: New file.
14834 * lib/cp-support.exp (cp_test_type_class): New function.
14835 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14836 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14837 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14838 cp_test_ptype_class.
14839
14840 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14841
14842 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14843 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14844 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14845 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14846 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14847 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14848 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14849 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14850 gdb.mi/mi2-watch.exp: Update copyright years.
14851
14852 2004-08-09 Mark Kettenis <kettenis@gnu.org>
14853
14854 * gdb.base/sigaltstack.exp: Provide proper anchoring.
14855
14856 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14857
14858 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14859 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14860 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14861 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14862 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14863 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14864 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14865 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14866 gdb.mi/mi-watch.exp: Update copyright years.
14867
14868 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14869
14870 PR gdb/1738
14871 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14872 from a breakpoint with a pending signal.
14873
14874 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14875
14876 PR gdb/1736
14877 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14878 * gdb.base/sigaltstack.exp (finish_test): Consume output until
14879 the prompt.
14880 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14881
14882 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14883
14884 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14885
14886 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14887
14888 PR gdb/1736
14889 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
14890 for i?86-*-linux*.
14891
14892 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14893
14894 * gdb.arch/i386-prologue.exp: Compile without debug information.
14895
14896 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
14897
14898 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14899 rather than asking gdb to search.
14900
14901 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14902
14903 * gdb.base/gcore.c: Include <string.h>.
14904
14905 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14906
14907 * gdb.base/gcore.c: Add copyright notice.
14908
14909 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14910
14911 * gdb.base/freebpcmd.c: Include <stdio.h>.
14912 * gdb.base/long_long.c: Include <string.h>.
14913 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14914 * gdb.base/siginfo.c: Include <string.h>.
14915 * gdb.base/sigstep.c: Include <string.h>.
14916
14917 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14918
14919 * gdb.base/complex.c: Include <stdlib.h>.
14920
14921 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14922
14923 * gdb.base/complex.c: Add copyright notice.
14924
14925 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14926
14927 * gdb.base/charset.c: Include <stdlib.h>.
14928
14929 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14930
14931 * gdb.base/auxv.c: Include <stdlib.h>.
14932
14933 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14934
14935 * gdb.base/auxv.c: Add copyright notice.
14936
14937 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14938
14939 * gdb.base/coremaker.c: Add copyright notice.
14940 * gdb.base/coremaker2.c: Add copyright notice.
14941
14942 2004-08-04 Andrew Cagney <cagney@gnu.org>
14943
14944 * gdb.base/store.exp: Update copyright.
14945 (check_set, up_set, check_struct, up_struct): Add a prefix to test
14946 names, do not import gdb_prompt.
14947
14948 2004-08-01 Andrew Cagney <cagney@gnu.org>
14949
14950 Fix PR testsuite/1729.
14951 * gdb.base/dump.exp: Add test name to callers of capture_value, do
14952 not use capture_value with value 4.
14953 (capture_value): Add optional test name parameter.
14954 (test_reload_saved_value, test_restore_saved_value): Use $msg as
14955 the prefix, pass to capture_value.
14956
14957 2004-08-01 Mark Kettenis <kettenis@gnu.org>
14958
14959 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14960 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14961 (main): Call new function.
14962
14963 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14964
14965 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14966
14967 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14968
14969 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14970
14971 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14972
14973 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
14974 Accept more values of vtbl pointer. Remove some messages
14975 about "obsolete gcc or gdb".
14976
14977 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14978
14979 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14980
14981 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14982
14983 * gdb.base/asm-source.exp: Properly convert target board
14984 debug flags from gcc format to binutils format.
14985
14986 2004-07-28 Mark Kettenis <kettenis@gnu.org>
14987
14988 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14989 gdb1718". PR backtrace/1718 partially fixed.
14990
14991 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
14992
14993 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14994
14995 2004-07-26 Nick Clifton <nickc@redhat.com>
14996
14997 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
14998 good default value for a specific architecture is available then
14999 set it to that value. Otherwise default to the -gstabs switch.
15000 Remove the -g... switches from the asm-flags variable. Allow the
15001 target board info to override the value if it wants to. Pass the
15002 switch on the assembler command line.
15003
15004 2004-07-23 Mark Kettenis <kettenis@gnu.org>
15005
15006 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
15007 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
15008 (main): Call new function.
15009
15010 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
15011
15012 Test for PR exp/1715.
15013 * gdb.base/radix.exp: Refactor common procedures. Make all
15014 test names unique. Change XFAIL to KFAIL.
15015
15016 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
15017
15018 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
15019 * gdb.ada/gnat_ada.gin: ... to here.
15020 * configure.in: Use gnat_ada.gin.
15021 * configure: Regenerate.
15022
15023 2004-07-20 Andrew Cagney <cagney@gnu.org>
15024
15025 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
15026 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
15027 XFAILs. Clean up test messages and comments. Check backtraces.
15028 Delete re-sync code.
15029
15030 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
15031
15032 Fix PR cli/740.
15033 * gdb.base/annota1.exp: Honor gdb,nosignals.
15034 * gdb.base/annota3.exp: Likewise.
15035
15036 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
15037
15038 * lib/java.exp: Update copyright notice.
15039
15040 2004-07-19 Andrew Cagney <cagney@gnu.org>
15041
15042 * gdb.base/selftest.exp: Copy file from here ...
15043 * gdb.gdb/selftest.exp: ... to here.
15044
15045 2004-07-16 Andrew Cagney <cagney@redhat.com>
15046
15047 * lib/insight-support.exp: Delete file.
15048 * lib/java.exp (java_init): Fix copyright.
15049
15050 2004-07-16 Andrew Cagney <cagney@gnu.org>
15051
15052 * gdb.base/restore.c: Append "prologue" to comments marking the a
15053 function's prologue.
15054 * gdb.base/restore.exp: Update copyright, re-indent.
15055 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
15056 callerN" prefix where needed. Update patterns that match a
15057 function's prologue.
15058
15059 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
15060
15061 * gdb.base/restore.c: Add copyright notice.
15062
15063 2004-07-16 Andrew Cagney <cagney@gnu.org>
15064
15065 * gdb.base/logical.exp: Update copyright.
15066 (evaluate): New procedure. Use to re-implement tests using
15067 several tables.
15068
15069 2004-07-14 Martin Hunt <hunt@redhat.com>
15070
15071 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
15072 which fixes some problems where init.tcl was not found.
15073
15074 2004-07-13 Andrew Cagney <cagney@gnu.org>
15075
15076 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
15077 (check_sizeof, check_valueof): Do not include the output in the
15078 test name. Use gdb_test.
15079 (get_valueof): Use gdb_test_multiple.
15080
15081 * gdb.base/step-test.exp: Update copyright. Use
15082 gdb_test_multiple. Ensure that test names do not include
15083 architecture dependent output.
15084
15085 * gdb.gdb/observer.exp: Update copyright.
15086 (setup_test): Use gdb_test_multiple.
15087 (attach_first_observer, attach_second_observer)
15088 (attach_third_observer, detach_first_observer)
15089 (detach_second_observer, detach_third_observer)
15090 (reset_counters, check_counters): Make $message a prefix.
15091 (test_normal_stop_notifications): Add "args" parameter - a list of
15092 init functions to be called. Make $message a prefix,
15093 (test_observer_normal_stop): Change the message prefixes so that
15094 they are unique, pass the attach / detach procedures to
15095 test_normal_stop_notifications.
15096
15097 * gdb.base/signull.exp (test_segv): Prefix all tests with
15098 "${name}". Clean up test messages.
15099
15100 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
15101
15102 * gdb.base/ena-dis-br.exp: Update copyright.
15103 (break_at): New function. Replace send_gdb with gdb_test,
15104 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
15105 ignore count, not stopped at bpt", with KFAIL.
15106
15107 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
15108
15109 * gdb.base/attach.exp: Remove cleanupfile handling.
15110
15111 2004-07-12 Andrew Cagney <cagney@gnu.org>
15112
15113 * gdb.base/annota1.exp: Cleanup corefile test name.
15114 * gdb.base/annota3.exp: Ditto.
15115
15116 2004-07-12 Andrew Cagney <cagney@gnu.org>
15117
15118 * gdb.base/signals.exp: Clean up copyright, re-indent.
15119
15120 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
15121 gdb_test and gdb_test_multiple.
15122
15123 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
15124
15125 * gdb.java/jmain.exp: Fix expected line number for main to
15126 break at. Set XFAIL for break at main test since gcj does not
15127 provide line number info for first statement in main.
15128
15129 2004-07-08 Andrew Cagney <cagney@gnu.org>
15130
15131 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
15132
15133 * gdb.base/sigbpt.exp: Make the common part of each test name a
15134 prefix instead of suffix.
15135
15136 2004-07-07 Bob Rossi <bob_rossi@cox.net>
15137
15138 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
15139 test from test_tbreak_creation_and_listing to
15140 test_file_list_exec_source_file
15141 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
15142 Changed name of test from test_tbreak_creation_and_listing to
15143 test_file_list_exec_source_file
15144
15145 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
15146
15147 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
15148 the jmisc() constructor instead of <init>.
15149 * gdb.java/jmisc1.exp: Ditto.
15150
15151 2004-07-07 Andrew Cagney <cagney@gnu.org>
15152
15153 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
15154 corrupting the PC.
15155
15156 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
15157
15158 * gdb.cp/templates.exp: Accept whitespace change in demangler
15159 output.
15160
15161 2004-07-06 Andrew Cagney <cagney@gnu.org>
15162
15163 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
15164
15165 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
15166
15167 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
15168 * lib/compiler.cc: Likewise.
15169
15170 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
15171
15172 * lib/compiler.cc: Work around string preprocessing problem
15173 with old hp c++ compiler.
15174 * lib/compiler.c: Likewise.
15175
15176 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
15177
15178 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
15179 directives to conditionalize symbol prefixing.
15180 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
15181 additional_flags handling. Add underscore prefix for Cygwin.
15182 * gdb.arch/i386-unwind.c: Use preprocessor directives to
15183 conditionalize symbol prefixing.
15184 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
15185 additional_flags handling. Add underscore prefix for Cygwin.
15186
15187 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
15188
15189 * gdb.base/bigcore.exp: Skip test on Cygwin.
15190
15191 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
15192
15193 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
15194 formats for "info register". Use gdb_test_multiple. Fix
15195 the "invalid register" test.
15196
15197 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
15198
15199 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
15200 PID for Cygwin. Add Cygwin specific strings to check for in some
15201 tests.
15202 (do_attach_tests): Add a test for user interaction when attaching
15203 to a process with no matching symbol table already loaded.
15204
15205 2004-06-26 Andrew Cagney <cagney@gnu.org>
15206
15207 Test PR java/1567 and PR java/1565.
15208 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
15209 * gdb.java/jmisc2.exp: Delete file.
15210
15211 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
15212
15213 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
15214
15215 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
15216
15217 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
15218 attach process.
15219
15220 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
15221
15222 * gdb.cp/pr-1553.exp: Remove.
15223
15224 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
15225
15226 * gdb.cp/pr-1553.cc: Remove.
15227 * gdb.cp/pr-1553.exp: Disable this test.
15228
15229 2004-06-20 Jim Blandy <jimb@redhat.com>
15230
15231 Fix PR testsuite/1680.
15232 * gdb.arch/i386-sse.exp: Properly quote curly braces in
15233 regular expressions.
15234
15235 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
15236
15237 Fix PR testsuite/1679.
15238 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
15239 Issue an UNSUPPORTED result instead.
15240
15241 2004-06-18 Jim Blandy <jimb@redhat.com>
15242
15243 * gdb.base/charset.exp: Only send a control-C if we see a new
15244 prompt and incomplete command.
15245
15246 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
15247
15248 * gdb.cp/pr-574.cc: Add copyright notice.
15249
15250 2004-06-17 Jim Blandy <jimb@redhat.com>
15251
15252 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
15253 cases where the regexp has no groups; this grabs random text from
15254 the previous test suite, whatever that was.
15255
15256 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
15257
15258 * gdb.cp/printmethod.cc: Add copyright notice.
15259
15260 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
15261
15262 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
15263
15264 2004-06-16 Andrew Cagney <cagney@gnu.org>
15265
15266 * gdb.base/signull.c: Update copyright. Include <string.h>.
15267 (bowler): Replace data_pointer with data_read
15268 and data_write cases. Add code_descriptor case.
15269 (zero, desc): New array and pointer.
15270 (data, code): Change to simple pointers.
15271 * gdb.base/signull.exp: Fix probe pattern matching a function
15272 descriptor SIGSEGV. Replace data_pointer with data_read and
15273 data_write tests.
15274
15275 2004-06-16 Andrew Cagney <cagney@gnu.org>
15276
15277 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
15278
15279 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15280
15281 * gdb.base/long_long.c: Add copyright notice.
15282
15283 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15284
15285 * gdb.base/long_long.exp: Remove reference to
15286 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
15287 to gdb_breakpoint and gdb_continue_to_breakpoint.
15288
15289 2004-06-14 Jim Blandy <jimb@redhat.com>
15290
15291 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
15292 endian case.
15293
15294 2004-06-14 Andrew Cagney <cagney@gnu.org>
15295
15296 * gdb.base/gcore.exp (capture_command_output): Delete the always
15297 passing tests containing inferior values.
15298 * gdb.base/ending-run.exp: Do not include the breakpoint address
15299 in the test message. Update copyright.
15300 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
15301 size in the test name, use gdb_test_multiple. Update copyright.
15302
15303 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15304
15305 * gdb.cp/ref-types.cc: Add copyright notice.
15306
15307 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15308
15309 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15310 hp_aCC_compiler.
15311 * lib/compiler.cc: Likewise.
15312 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15313 'set' commands. Log diagnostics for other lines. Set
15314 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15315
15316 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
15317
15318 * gdb.cp/try_catch.cc: Add copyright notice.
15319
15320 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
15321
15322 * gdb.cp/userdef.cc: Add copyright notice.
15323
15324 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
15325
15326 * gdb.cp/virtfunc.cc: Add copyright notice.
15327
15328 2004-06-11 Randolph Chung <tausq@debian.org>
15329
15330 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15331 problem.
15332
15333 2004-06-10 Andrew Cagney <cagney@gnu.org>
15334
15335 * lib/compiler.cc, lib/compiler.c: Append either
15336 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15337 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15338 instead of gcc-3-3.
15339
15340 2004-06-09 Andrew Cagney <cagney@gnu.org>
15341
15342 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15343 gdb/1455, bug is specific to "long long" and "double".
15344
15345 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15346 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15347 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
15348 fixed.
15349
15350 2004-06-09 Andrew Cagney <cagney@gnu.org>
15351
15352 * gdb.base/structs.exp (test_struct_returns): Replace
15353 "return_value_unknown" and "finish_value_unknown" by
15354 "return_value_known" and "finish_value_known". Instead of
15355 "return_value_unknown" iff "finish_value_unknown", check
15356 "return_value_known" implies "finish_value_known".
15357
15358 2004-06-08 Martin Hunt <hunt@redhat.com>
15359
15360 * gdb.base/float.exp: Add pattern for mips targets.
15361
15362 2004-06-08 Randolph Chung <tausq@debian.org>
15363
15364 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15365 message for unknown architectures more clear.
15366
15367 2004-06-08 Joel Brobecker <brobecker@gnat.com>
15368
15369 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15370 start the execution of the program.
15371
15372 2004-06-07 Jim Blandy <jimb@redhat.com>
15373
15374 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15375 * gdb.arch/i386-cpuid.h: New helper file.
15376
15377 2004-06-07 Randolph Chung <tausq@debian.org>
15378
15379 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15380 has started.
15381
15382 2004-06-04 Roland McGrath <roland@redhat.com>
15383
15384 Fix PR gdb/1647.
15385 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15386 differently to be robust to output buffering differences.
15387
15388 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
15389
15390 * gdb.threads/pthreads.exp: Update copyright years.
15391 (check_control_c): Change asynchronous 'after' to synchronous.
15392
15393 2004-06-04 Roland McGrath <roland@redhat.com>
15394
15395 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15396 next gdb prompt.
15397
15398 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
15399
15400 Fix PR gdb/1636.
15401 * gdb.threads/manythreads.exp: Change asynchronous 'after'
15402 calls to synchronous.
15403
15404 2004-05-26 Jim Blandy <jimb@redhat.com>
15405
15406 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15407
15408 2004-05-24 Randolph Chung <tausq@debian.org>
15409
15410 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15411 * gdb.asm/pa.inc: New file.
15412
15413 2004-05-22 Mark Kettenis <kettenis@gnu.org>
15414
15415 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15416
15417 2004-05-21 Joel Brobecker <brobecker@gnat.com>
15418 Daniel Jacobowitz <drow@mvista.com>
15419
15420 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15421 GDB prompt.
15422
15423 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15424
15425 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
15426 setjmp/longjmp. Use sigaction instead of signal.
15427
15428 2004-05-19 J. Brobecker <brobecker@gnat.com>
15429 Michael Snyder <msnyder@redhat.com>
15430
15431 * gdb.threads/pthread_cond_wait.c: New file.
15432 * gdb.threads/pthread_cond_wait.exp: New testcase.
15433
15434 2004-05-13 Andrew Cagney <cagney@redhat.com>
15435
15436 * gdb.base/signull.exp, gdb.base/signull.c: New files.
15437 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15438
15439 2004-05-11 Andrew Cagney <cagney@redhat.com>
15440
15441 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
15442 fixed but revealed gdb/1639.
15443
15444 2004-05-10 Andrew Cagney <cagney@redhat.com>
15445
15446 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15447 func1" and "next to 2nd alarm", kernel bug avoided.
15448
15449 2004-05-10 Daniel Jacobowitz <dan@debian.org>
15450
15451 PR external/1568
15452 * gdb.base/bigcore.exp: Check the size of the dumped core file.
15453 XFAIL if it is smaller than bytes_allocated.
15454 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15455 (main): Make chunks_allocated unsigned. Correct comment.
15456
15457 2004-05-07 Joel Brobecker <brobecker@gnat.com>
15458
15459 * gdb.arch/powerpc-aix-prologue.c: New file.
15460 * gdb.arch/powerpc-aix-prologue.exp: New file.
15461
15462 2004-05-07 Jim Blandy <jimb@redhat.com>
15463
15464 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15465 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15466
15467 2004-05-06 Joel Brobecker <brobecker@gnat.com>
15468
15469 * gdb.base/sep.exp: No longer setup_kfail when the program was
15470 built with dwarf2.
15471
15472 2004-05-05 Jim Ingham <jingham@apple.com>
15473
15474 * gdb.base/pending.exp: Make sure pending breakpoints
15475 preserve the ignore count.
15476
15477 2004-04-27 Jerome Guitton <guitton@gnat.com>
15478
15479 * i386-prologue.exp: Add testcase for jump instruction as first
15480 instruction of the real code.
15481 * i386-prologue.c (jump_at_beginning): New function.
15482
15483 2004-04-28 Mark Kettenis <kettenis@gnu.org>
15484
15485 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15486 x86_64-*-*.
15487
15488 2004-04-28 Mark Kettenis <kettenis@gnu.org>
15489
15490 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15491 i*86-*-*.
15492
15493 2004-04-25 Mark Kettenis <kettenis@gnu.org>
15494
15495 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15496 expression that checks the return type.
15497
15498 2004-04-23 Andrew Cagney <cagney@redhat.com>
15499
15500 * gdb.base/call-sc.exp: New test of scalar call/return values.
15501 * gdb.base/call-sc.c: Ditto.
15502
15503 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15504
15505 * gdb.threads/manythreads.c: Reduce thread stack size.
15506
15507 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
15508
15509 * gdb.threads/manythreads.c: Add copyright notice.
15510
15511 2004-04-23 Andrew Cagney <cagney@redhat.com>
15512
15513 * gdb.base/siginfo.exp: Better handle step out of signal.
15514 * gdb.base/sigstep.exp: Ditto.
15515
15516 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
15517 Daniel Jacobowitz <drow@mvista.com>
15518
15519 * gdb.threads/manythreads.c: New testcase.
15520 * gdb.threads/manythreads.exp: Ditto.
15521
15522 2004-04-22 Jim Blandy <jimb@redhat.com>
15523
15524 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15525 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15526
15527 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
15528
15529 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15530
15531 2004-04-21 Andrew Cagney <cagney@redhat.com>
15532
15533 * gdb.base/sigstep.c: New file.
15534 * gdb.base/sigstep.exp: New file.
15535
15536 2004-04-16 Joel Brobecker <brobecker@gnat.com>
15537
15538 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15539 call to observer_notify_normal_stop.
15540
15541 2004-04-15 Andrew Cagney <cagney@redhat.com>
15542
15543 * gdb.base/siginfo.c: New file.
15544 * gdb.base/siginfo.exp: New file.
15545
15546 2004-04-12 J. Brobecker <brobecker@gnat.com>
15547
15548 * gdb.base/sep.exp: Fix typo in comment.
15549
15550 2004-04-12 J. Brobecker <brobecker@gnat.com>
15551
15552 * gdb.base/sep.c: New file.
15553 * gdb.base/sep-proc.c: New file.
15554 * gdb.base/sep.exp: New testcase.
15555
15556 2004-04-09 Mark Kettenis <kettenis@gnu.org>
15557
15558 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15559 support.
15560
15561 2004-04-05 Andrew Cagney <cagney@redhat.com>
15562
15563 * gdb.base/sigaltstack.c: New file.
15564 * gdb.base/sigaltstack.exp: New file.
15565
15566 2004-04-04 Joel Brobecker <brobecker@gnat.com>
15567
15568 * gdb.base/foll-fork.exp: Update the expected output for
15569 "help set follow-fork-mode", to match a change that was made
15570 to the help of this variable on 2004-01-13.
15571
15572 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15573
15574 * lib/ada.exp: Add copyright notice.
15575 * bar.ads: Likewise.
15576 * bar.adb: Likewise.
15577 * null_record.adb: Likewise.
15578 * null_record.exp: Likewise.
15579 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15580
15581 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15582
15583 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15584 * configure: Regenerate.
15585
15586 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15587
15588 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15589 to build the application. Remove the message printed when in
15590 verbose mode, redundant with the UNSUPPORTED message above.
15591
15592 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15593
15594 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15595 * gdb.ada (null_record.exp): New testcase.
15596
15597 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15598
15599 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15600
15601 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15602
15603 * gdb.ada: New subdirectory.
15604 * gdb.ada/Makefile.in: New file.
15605 * gdb.ada/gnat_ada.gpr.in: New file.
15606
15607 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15608
15609 * lib/ada.exp: New file.
15610
15611 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
15612
15613 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15614 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15615
15616 2004-03-22 Andrew Cagney <cagney@redhat.com>
15617
15618 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15619 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15620 Problem identified by Ulrich Weigand.
15621
15622 2004-03-17 David Carlton <carlton@kealia.com>
15623
15624 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15625 PR c++/826.
15626
15627 2004-03-16 Roland McGrath <roland@redhat.com>
15628
15629 * gdb.base/auxv.exp: New file.
15630 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15631
15632 2004-03-12 David Carlton <carlton@kealia.com>
15633
15634 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
15635 * gdb.cp/pr-1553.cc: Ditto.
15636 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15637 pass branch.
15638
15639 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
15640
15641 * gdb.cp/templates.exp: Accept more template types.
15642
15643 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15644
15645 From Corinna Vinschen with modifications.
15646 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15647 local variable obj_with_enum.
15648 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15649 results with obj_with_enum.
15650
15651 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15652
15653 * gdb.cp/classes.cc: New file, copied from misc.cc.
15654 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15655
15656 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15657
15658 * gdb.cp/misc.cc: Add copyright notice.
15659
15660 2004-03-05 David Carlton <carlton@kealia.com>
15661
15662 * gdb.cp/rtti.exp: Add 'print *obj3' test.
15663 * gdb.cp/rtti.h: Update copyright.
15664 (namespace n2::n3): New.
15665 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15666 (n2::n3::func3): New.
15667 (main): Call n2::n3::func3.
15668 * gdb.cp/rtti2.cc: Update copyright.
15669 (n2::create3): New.
15670
15671 2004-03-04 Mark Kettenis <kettenis@gnu.org>
15672
15673 * gdb.asm/openbsd.inc: Fix typo.
15674
15675 2004-03-03 Fred Fish <fnf@redhat.com>
15676
15677 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15678 "val" instead of unused "size". Update copyright year.
15679
15680 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15681
15682 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
15683 to use unsigned char.
15684 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15685 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15686
15687 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15688
15689 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15690 line of output.
15691
15692 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15693
15694 * gdb.base/relocate.c (dummy): Initialize.
15695
15696 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15697
15698 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
15699 a breakpoint at exit.
15700
15701 2004-02-27 Fred Fish <fnf@redhat.com>
15702
15703 * gdb.base/chng-syms.exp: Add expect condition to match failing
15704 case that isn't a timeout.
15705
15706 2004-02-27 Andrew Cagney <cagney@redhat.com>
15707
15708 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15709 support.
15710
15711 2004-02-26 Fred Fish <fnf@redhat.com>
15712
15713 * gdb.arch/gdb1431.c: Remove.
15714 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15715 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15716 of "until" incorrectly.
15717
15718 2004-02-26 J. Brobecker <brobecker@gnat.com>
15719
15720 * gdb.cp/class2.cc (empty): New class.
15721 (refer): New function.
15722 (main): Declare an object of type empty and use it.
15723 * gdb.cp/class2.exp: Print the value of an object of type empty.
15724
15725 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
15726
15727 * gdb.base/langs.exp: Update query string to match the
15728 new nquery format used for pending breakpoints.
15729
15730 2004-02-26 Andrew Cagney <cagney@redhat.com>
15731
15732 Fix PR i18n/1570.
15733 * gdb.base/charset.c: Update copyright notice.
15734 (main, init_string): Remove the escape character '\e' tests.
15735 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15736 * gdb.base/charset.exp (valid_host_charset): Ditto.
15737 * gdb.base/setvar.exp: Ditto.
15738
15739 2004-02-24 Andrew Cagney <cagney@redhat.com>
15740
15741 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15742 mmapped data in core file" PASS and FAIL messages consistent.
15743
15744 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15745 setting a breakpoint. Work around PR java/1565.
15746
15747 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
15748
15749 * lib/gdb.exp (gdb_breakpoint): Update query string to match
15750 new nquery format.
15751 * gdb.base/pending.exp: Ditto.
15752
15753 2004-02-22 Mark Kettenis <kettenis@gnu.org>
15754
15755 * configure.in: Run stabs tests on *BSD.
15756 * configure: Regenerated.
15757
15758 2004-02-21 Mark Kettenis <kettenis@gnu.org>
15759
15760 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15761
15762 2004-02-20 Fred Fish <fnf@redhat.com>
15763
15764 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15765 blank in test for "returns short", for consistency with other
15766 "returns xxx" tests. Update copyright year.
15767
15768 2004-02-19 Fred Fish <fnf@redhat.com>
15769
15770 New testcase for PR breakpoint/1558.
15771 * gdb.arch/gdb1558.exp: New file.
15772 * gdb.arch/gdb1558.c: New file.
15773
15774 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
15775
15776 * gdb.base/nodebug.exp: Fix typo.
15777
15778 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15779
15780 Committed by Jim Blandy <jimb@redhat.com>.
15781
15782 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15783
15784 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15785
15786 * gdb.base/float.exp: Support s390*-*-* targets.
15787
15788 2004-02-17 Adam Fedor <fedor@gnu.org>
15789
15790 * gdb.base/gdb1555.exp: New file.
15791 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15792
15793 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
15794
15795 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15796
15797 2004-02-16 Fred Fish <fnf@redhat.com>
15798
15799 * gdb.arch/gdb1291.c: Remove
15800 * gdb.arch/gdb1291.s: New test input file.
15801 * gdb.arch/gdb1291.exp: Expand test to check case that should not
15802 fail. Test for correct result, known incorrect result, other
15803 failures and timeouts.
15804
15805 2004-02-16 Andrew Cagney <cagney@redhat.com>
15806
15807 * gdb.base/bigcore.exp: New file.
15808 * gdb.base/bigcore.c: New file.
15809
15810 2004-02-13 Andrew Cagney <cagney@redhat.com>
15811
15812 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15813 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15814 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15815 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15816 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15817 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15818 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15819 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15820 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15821 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15822
15823 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
15824
15825 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15826 executed is an alloc instruction.
15827
15828 2004-02-11 David Carlton <carlton@kealia.com>
15829
15830 * gdb.cp/breakpoint.exp: New.
15831 * gdb.cp/breakpoint.cc: New.
15832
15833 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
15834
15835 Partial fix for PR gdb/1543.
15836 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15837 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15838 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15839 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15840 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15841 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15842 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15843 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15844 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15845 to bug-gdb@prep.ai.mit.edu .
15846 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15847 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15848 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15849 Likewise.
15850
15851 2004-02-10 Andrew Cagney <cagney@redhat.com>
15852
15853 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15854 using gdb_internal_error_resync.
15855
15856 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
15857
15858 * gdb.threads/thread-specific.exp: Stop early if no threads are
15859 found.
15860
15861 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
15862
15863 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15864
15865 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
15866
15867 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15868 breakpoints.
15869
15870 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
15871
15872 * config/sim.exp (gdb_load): Handle $arg == "".
15873 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15874 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15875
15876 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
15877
15878 * gdb.base/maint.exp: Update test to reflect
15879 obstack changes.
15880
15881 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
15882
15883 * gdb.base/pendshr.c (pendfunc): New function that calls
15884 pendfunc1.
15885 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15886
15887 2004-02-04 Fred Fish <fnf@redhat.com>
15888
15889 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15890 function symbols and update copyright years.
15891 * gdb.arch/gdb1291.c: Ditto.
15892
15893 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15894
15895 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15896
15897 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15898
15899 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15900
15901 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15902
15903 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15904
15905 2004-02-02 Fred Fish <fnf@redhat.com>
15906
15907 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15908 remote targets. Update copyright years.
15909
15910 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15911
15912 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15913 support.
15914 * gdb.base/langs.exp: Fix test which attempts to create
15915 breakpoint on non-existent function to handle new pending
15916 support.
15917 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15918 a breakpoint.
15919 * gdb.base/pending.exp: New test.
15920 * gdb.base/pending.c: New file.
15921 * gdb.base/pendshr.c: Ditto.
15922
15923 2004-02-02 David Carlton <carlton@kealia.com>
15924
15925 * gdb.cp/overload.exp: Add overloadNamespace tests.
15926 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15927 (overloadNamespace, XXX): New.
15928 (main): Call XXX::marker2.
15929
15930 2004-02-01 Fred Fish <fnf@redhat.com>
15931
15932 * gdb.base/dump.exp: Use runto_main instead of "runto main".
15933 * gdb.base/finish.exp: Ditto.
15934 * gdb.base/gcore.exp: Ditto.
15935 * gdb.base/huge.exp: Ditto.
15936 * gdb.base/info-proc.exp: Ditto.
15937 * gdb.base/return2.exp: Ditto.
15938 * gdb.threads/gcore-thread.exp: Ditto.
15939
15940 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15941
15942 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15943
15944 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15945
15946 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15947 that opening the file succeeds on OpenBSD.
15948
15949 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15950
15951 * gdb.threads/thread-specific.c: New file.
15952 * gdb.threads/threads-specific.exp: New test script.
15953 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15954 to expect_out.
15955
15956 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15957
15958 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15959 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15960 only on the "print_small_structs from print_long_arg_list" test.
15961
15962 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15963
15964 * gdb.base/completion.exp: Kill a stray backslash.
15965
15966 From Jim Ingham <jingham@apple.com>:
15967 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15968 agrees with the result from sending a tab.
15969
15970 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
15971
15972 * gdb.base/chng-syms.exp: Remove stray newline.
15973
15974 2004-01-31 Mark Kettenis <kettenis@gnu.org>
15975
15976 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15977 *-*-openbsd*.
15978 * gdb.asm/openbsd.inc: New file.
15979
15980 2004-01-30 Mark Kettenis <kettenis@gnu.org>
15981
15982 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15983 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15984 *-*solaris2*. Remove commented out default settings for
15985 asm-flags. Replace gdb_compile with target_link.
15986
15987 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
15988
15989 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
15990 for all tests. Remove old hp-ux and cygnus xfail cases.
15991
15992 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
15993
15994 * gdb.base/chng-syms.exp: New file.
15995 * gdb.base/chng-syms.c: New file.
15996
15997 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15998
15999 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
16000 Provide arms for current output in all my configurations.
16001
16002 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
16003
16004 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
16005 * lib/compiler.cc: Likewise.
16006 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
16007 get the right preprocessor. Eval the output directly. Remove
16008 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
16009 hp_f77_compiler and hp_f90_compiler completely.
16010 (gdb_preprocess): Delete.
16011 (get_compiler): Delete.
16012
16013 2004-01-24 Mark Kettenis <kettenis@gnu.org>
16014
16015 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
16016 <string.h>.
16017
16018 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
16019
16020 * gdb.mi/mi-stack.exp: Update copyright.
16021
16022 2004-01-23 David Carlton <carlton@kealia.com>
16023
16024 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
16025 test for cp_lookup_transparent_type.
16026 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
16027 call them.
16028
16029 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
16030
16031 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
16032 after -var-update.
16033
16034 2004-01-23 David Carlton <carlton@kealia.com>
16035
16036 * gdb.cp/namespace.cc (C::ensureRefs): New.
16037 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
16038
16039 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
16040
16041 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
16042 case "-stack-list-locals 2".
16043 * gdb.mi/mi-var-child.exp: Test for case
16044 "-var-list-children --all-values NAME".
16045
16046 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
16047
16048 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
16049
16050 2004-01-18 Mark Kettenis <kettenis@gnu.org>
16051
16052 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
16053 used with gdb_test_multiple.
16054
16055 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
16056 read at address 0. This fixes PR testsuite/1504.
16057
16058 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
16059
16060 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
16061 Remove downloading, guessing the host executable, the calls to
16062 gdb_file_cmd and gdb_target_cmd, and "load" support.
16063 (infer_host_exec): New function broken out from gdb_load.
16064 (gdb_load): New wrapper for gdbserver_gdb_load.
16065 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
16066 gdb_target_cmd. Use -target-select.
16067 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
16068 Download binaries to the host. Clear last_mi_remote_file when
16069 we load a new binary.
16070 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
16071 call gdbserver_gdb_load and mi_gdb_target_cmd.
16072
16073 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
16074
16075 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
16076 type patterns.
16077
16078 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
16079
16080 * gdb.cp/templates.exp: Fix typo in test name of
16081 "print Foo<volatile char*>::foo".
16082
16083 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
16084
16085 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
16086
16087 2004-01-16 Ben Elliston <bje@wasabisystems.com>
16088
16089 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
16090 (clean mostlyclean): Remove empty rm.
16091
16092 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
16093
16094 * gdb.base/setvar.exp: Add copyright years.
16095
16096 2004-01-14 David Carlton <carlton@bactrian.org>
16097
16098 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
16099 PR c++/1511 and update coment.
16100 * gdb.cp/templates.exp: Update patterns to match current output.
16101 If changes involve something other than whitespace, KFAIL
16102 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
16103
16104 2004-01-14 David Carlton <carlton@kealia.com>
16105
16106 * gdb.cp/namespace.exp: Add tests involving classes defined within
16107 namespaces.
16108 * gdb.cp/namespace.cc (C::CClass): New.
16109 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
16110
16111 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
16112
16113 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
16114 what debug info we have. Print a better message if something goes
16115 wrong while producing the separate debug info file.
16116
16117 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
16118
16119 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
16120
16121 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
16122
16123 * gdb.base/callfuncs.c: Add copyright notice.
16124
16125 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
16126
16127 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
16128 inheritance. PR gdb/1498, PR gcc/13539.
16129
16130 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
16131
16132 * gdb.threads/gcore-thread.exp: Prefix name of binary with
16133 test specific name.
16134 * gdb.mi/gdb669.exp: Ditto.
16135 * gdb.mi/mi-pthreads.exp: Ditto.
16136 * gdb.mi/mi1-pthreads.exp: Ditto.
16137 * gdb.mi/mi2-pthreads.exp: Ditto.
16138
16139 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
16140
16141 * gdb.cp/member-ptr.cc: Add copyright notice.
16142
16143 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
16144
16145 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
16146 some patterns for recent versions of gcc and hpacc. Delete
16147 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
16148 Delete tests that access a NULL pointer-to-member-data. This
16149 script is still disabled for gcc.
16150
16151 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
16152
16153 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
16154 escaped correctly.
16155
16156 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
16157
16158 * gdb.base/sepdebug.exp: New file.
16159 * gdb.base/sepdebug.c: New file.
16160 * lib/gdb.exp (separate_debug_filename): New procedure.
16161 (gdb_gnu_strip_debug): New procedure.
16162
16163 2004-01-12 Andrew Cagney <cagney@redhat.com>
16164
16165 * gdb.mi/ChangeLog: Delete file. Renamed to ...
16166 * gdb.mi/ChangeLog-1999-2003: New file.
16167
16168 2004-01-12 Andrew Cagney <cagney@redhat.com>
16169
16170 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
16171 "Renaming a directory to a non-empty directory returns ENOTEMPTY
16172 or EEXIST", treat EBUSY as an XFAIL.
16173
16174 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
16175
16176 * gdb.base/scope.exp: Remove obsolete setup_xfail for
16177 hp_cc_compiler.
16178
16179 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
16180
16181 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
16182 decorations.
16183
16184 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
16185
16186 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
16187 and "(aCC)" decorations. Remove obsolete doco about old
16188 test results.
16189
16190 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16191
16192 * gdb.cp/exception.exp: Fix typo in doco.
16193
16194 2004-01-09 Mark Kettenis <kettenis@gnu.org>
16195
16196 * gdb.base/gdb1476.exp: Fix typo.
16197
16198 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16199
16200 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
16201 file.
16202
16203 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16204
16205 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
16206 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
16207 Use gdb_compile. Remove restriction on gcc. Add some patterns
16208 for recent version of gdb. Delete second half, which was a copy
16209 of the first half with different build flags. This test is
16210 still disabled because it is still not ready for production.
16211
16212 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16213
16214 * gdb.cp/exception.cc: Add copyright notice.
16215 * gdb.cp/exception.exp: Add a notice that this file is broken
16216 because of line number changes caused by addition of copyright
16217 notice.
16218
16219 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16220
16221 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
16222 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
16223
16224 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16225
16226 * gdb.cp/classes.exp: Accept gnu abi 2.
16227 * gdb.cp/derivation.exp: Likewise.
16228 * gdb.cp/overload.exp: Likewise.
16229 * gdb.cp/virtfunc.exp: Likewise.
16230
16231 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16232
16233 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16234 semicolon after end of function.
16235
16236 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16237
16238 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
16239 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
16240 boilerplate code for compiling and running the program under
16241 test. Add some string method tests.
16242
16243 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16244
16245 * gdb.cp/bs15503.cc: Add copyright notice.
16246 * gdb.cp/bs15503.exp: Adjust line number.
16247
16248 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16249
16250 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
16251 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
16252
16253 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16254
16255 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
16256 hp_cc_compiler.
16257
16258 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16259
16260 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
16261 * gdb.cp/ctti.exp: Use the marker instead of "next".
16262 With gcc, run further before bailing.
16263
16264 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16265
16266 * gdb.cp/cttiadd.cc: Add copyright notice.
16267 * gdb.cp/cttiadd1.cc: Likewise.
16268 * gdb.cp/cttiadd2.cc: Likewise.
16269 * gdb.cp/cttiadd3.cc: Likewise.
16270
16271 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16272
16273 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
16274 Use gdb_test, gdb_test_multiple. Use floating-point values that
16275 have exact representations in IEEE-ish formats.
16276
16277 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16278
16279 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
16280 compilers. Delete duplicate call to get_compiler_info.
16281 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
16282 * gdb.base/volatile.exp: Likewise.
16283
16284 2004-01-07 Mark Kettenis <kettenis@gnu.org>
16285
16286 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
16287 memory at address 0.
16288
16289 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16290
16291 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
16292 to test for hp-ux assembler. Fix copyright years.
16293
16294 2004-01-07 Andrew Cagney <cagney@redhat.com>
16295
16296 * gdb.base/fileio.c (strerrno): Add "EBUSY".
16297
16298 2004-01-07 Andrew Cagney <cagney@redhat.com>
16299
16300 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
16301 when creating the read-only file. From analysis by Roland McGrath
16302 and Elena Zannoni.
16303
16304 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16305
16306 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
16307
16308 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16309
16310 * gdb.base/cvexpr.c: Be type-safe with function pointers and
16311 data pointers.
16312
16313 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16314
16315 * gdb.cp/m-static.exp: Compile one source file at a time.
16316 Delete unused call to get_compiler_info.
16317
16318 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16319
16320 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16321 * gdb.base/call-rt-st.exp: Likewise.
16322 * gdb.base/nodebug.exp: Likewise.
16323 * gdb.base/volatile.exp: Likewise.
16324 * gdb.cp/ref-types.exp: Likewise.
16325 * gdb.cp/templates.exp: Likewise.
16326
16327 2004-01-05 Mark Kettenis <kettenis@gnu.org>
16328
16329 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16330
16331 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
16332
16333 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16334 hppa*-hp-hpux*.
16335
16336 2004-01-04 Mark Kettenis <kettenis@gnu.org>
16337
16338 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16339 x86_64-*-*.
16340
16341 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16342 sparc64-*-* and sparc*-solaris2*.
16343
16344 2004-01-04 Mark Kettenis <kettenis@gnu.org>
16345
16346 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16347 return ${tests}" test. The ${tests} already mentions the
16348 filename.
16349
16350 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16351
16352 * gdb.cp/local.exp: Accept gcc abi 2.
16353
16354 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16355
16356 * gdb.cp/templates.exp: Accept gcc abi 2.
16357
16358 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16359
16360 * lib/compiler.cc: Remove supports_template_debugging.
16361 * gdb.cp/templates.exp: Do not test supports_template_debugging.
16362
16363 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16364
16365 * gdb.cp/namespace.exp: Accept gcc abi 2.
16366
16367 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16368
16369 * gdb.cp/method.exp: Accept gcc abi 2.
16370
16371 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16372
16373 * gdb.cp/classes.exp: Generate identical results as old version.
16374 * gdb.cp/derivation.exp: Likewise.
16375 * gdb.cp/overload.exp: Likewise.
16376 * gdb.cp/virtfunc.exp: Likewise.
16377
16378 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16379
16380 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16381 mysterious bug with sourceware version of expect.
16382
16383 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16384
16385 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
16386 current versions of gcc, including gcc abi 2. Remove gratuitous
16387 restart of test program. Use gdb_test_multiple and gdb_test for
16388 all tests. Add patterns to xfail missing "const" in "const char *"
16389 and kfail PR gdb/1155.
16390
16391 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16392
16393 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
16394 current versions of gcc, including gcc abi 2. Remove gratuitous
16395 restart of test program. Use gdb_test_multiple and gdb_test for
16396 all tests. Add patterns to kfail PR gdb/1498.
16397
16398 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16399
16400 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
16401 current versions of gcc, including gcc abi 2. Use "breakpoint"
16402 and "continue" instead of restarting the target program. Use
16403 gdb_test_multiple and gdb_test for all tests.
16404
16405 2004-01-01 Mark Kettenis <kettenis@gnu.org>
16406
16407 * gdb.asm/asm-source.exp: Update copyright year. Link statically
16408 for *-*-solaris2*.
16409
16410 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16411
16412 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
16413 current versions of gcc, including gcc abi 2. Use "breakpoint"
16414 and "continue" instead of restarting the target program several
16415 times. Use gdb_test_multiple and gdb_test for all tests.
16416
16417 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
16418
16419 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16420 source files.
16421
16422 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16423
16424 * gdb.base/environ.exp: Handle compiling test case from multiple
16425 source files.
16426
16427 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16428
16429 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16430
16431 2003-12-17 Jim Blandy <jimb@redhat.com>
16432
16433 * gdb.base/freebpcmd.c: Add copyright notice.
16434
16435 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16436
16437 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16438
16439 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16440
16441 2003-12-13 Jim Blandy <jimb@redhat.com>
16442
16443 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16444
16445 2003-12-12 Kevin Buettner <kevinb@redhat.com>
16446
16447 * gdb.asm/frv.inc: New file.
16448 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16449
16450 2003-12-09 Fred Fish <fnf@redhat.com>
16451
16452 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16453 functions to break1.c and leave prototypes behind. Add more
16454 "set breakpoint NN here" comments.
16455 * gdb.base/break1.c: New file.
16456
16457 * gdb.base/break.exp: Handle compiling test case from multiple
16458 source files and change source file references as needed.
16459 * gdb.base/completion.exp: Ditto.
16460 * gdb.base/condbreak.exp: Ditto.
16461 * gdb.base/define.exp: Ditto.
16462 * gdb.base/ena-dis-br.exp: Ditto.
16463 * gdb.base/info-proc.exp: Ditto.
16464 * gdb.base/maint.exp: Ditto.
16465 * gdb.base/until.exp: Ditto.
16466
16467 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16468 hardcoded line numbers.
16469 * gdb.base/define.exp: Ditto.
16470 * gdb.base/ena-dis-br.exp: Ditto.
16471 * gdb.base/maint.exp: Ditto.
16472 * gdb.base/until.exp: Ditto.
16473
16474 * gdb.base/completion.exp: Use "break1" for completion tests since
16475 "break" is no longer a unique prefix.
16476
16477 2003-12-06 Andrew Cagney <cagney@redhat.com>
16478
16479 * gdb.base/structs.exp (test_struct_returns): When applicable, set
16480 "return_value_unimplemented". When an unimplemented struct return
16481 architecture, report incorrect values as a KFAIL
16482
16483 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16484
16485 * gdb.cp/rtti.exp: Accept new wording of warning from
16486 cp_lookup_rtti_type.
16487
16488 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16489
16490 Partial fix for PR testsuite/1456.
16491 * gdb.base/scope.exp (test_at_main): Replace references to
16492 gcc_compiled with calls to test_compiler_info.
16493 (test_at_foo): Likewise.
16494 (test_at_bar): Likewise.
16495
16496 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
16497
16498 Partial fix for PR testsuite/1456.
16499 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16500 to test_compiler_info.
16501
16502 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
16503
16504 * gdb.base/so-impl-ld.exp: Update copyright notice.
16505
16506 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
16507
16508 Partial fix for PR testsuite/1456.
16509 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16510 to test_compiler_info.
16511
16512 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16513
16514 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16515 from current versions of gdb. Clean up regular expressions.
16516 Delete redundant timeout case.
16517
16518 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16519
16520 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16521 from current versions of gdb. Clean up regular expressions.
16522 Delete redundant timeout case.
16523
16524 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
16525
16526 Partial fix for PR testsuite/1456.
16527 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16528 gcc_compiled with call to test_compiler_info.
16529
16530 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
16531
16532 Partial fix for PR testsuite/1456.
16533 * gdb.base/list.exp (test_list_function): Delete unused declaration
16534 of gcc_compiled.
16535
16536 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
16537
16538 Partial fix for PR testsuite/1456.
16539 * gdb.base/complex.exp: Replace reference to gcc_compiled with
16540 call to test_compiler_info.
16541
16542 2003-11-29 Mark Kettenis <kettenis@gnu.org>
16543
16544 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
16545 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
16546 it to create the appropriate note.inc.
16547 * gdb.asm/asmsrc1.s: Include "note.inc".
16548 * gdb.asm/netbsd.inc: New file.
16549 * gdb.asm/empty.inc: New file.
16550
16551 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16552
16553 Partial fix for PR testsuite/1456.
16554 * gdb.base/constvars.exp: Replace references to gcc_compiled with
16555 calls to test_compiler_info.
16556
16557 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
16558
16559 Partial fix for PR testsuite/1456.
16560 * gdb.base/volatile.exp: Replace references to gcc_compiled with
16561 calls to test_compiler_info.
16562
16563 2003-11-27 Mark Kettenis <kettenis@gnu.org>
16564
16565 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16566 pattern for the KFAILs.
16567
16568 2003-11-25 Adam Fedor <fedor@gnu.org>
16569
16570 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16571 * gdb.objc/objcdecode.m: New file.
16572
16573 2003-11-25 Adam Fedor <fedor@gnu.org>
16574
16575 * gdb.objc/nondebug.exp: Test for PR objc/1236.
16576 * gdb.objc/nondebug.m: New file.
16577
16578 2003-11-26 Ben Elliston <bje@wasabisystems.com>
16579
16580 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16581 NetBSD as it does on FreeBSD. Modelled on a similar change by
16582 Mark Kettenis on 2003-05-30.
16583 (link-flags): Set to "--entry _start" regardless of target.
16584 Special linker flags are to be appended to $link-flags.
16585 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16586
16587 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16588
16589 * gdb.cp/method.exp: Accept output of new demangler.
16590
16591 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16592
16593 * gdb/class2.exp: New file.
16594 * gdb/class2.cc: New file.
16595
16596 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16597
16598 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16599 of new demangler.
16600
16601 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16602
16603 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16604 of gdb_test "run".
16605
16606 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16607
16608 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
16609 "continue" into "run".
16610
16611 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16612
16613 Partial fix for PR testsuite/1456.
16614 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16615 call to test_compiler_info.
16616 * gdb.cp/ctti.exp: Likewise.
16617 * gdb.cp/derivation.exp: Likewise.
16618 * gdb.cp/member-ptr.exp: Likewise.
16619 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16620 reference to gcc_compiled.
16621
16622 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16623
16624 Fix PR testsuite/1463.
16625 * gdb.base/structs.exp (start_structs_test): Call
16626 get_debug_format before using the debug format.
16627
16628 2003-11-22 Andrew Cagney <cagney@redhat.com>
16629
16630 * lib/gdb.exp (gdb_test_multiple): Add simple example.
16631 * gdb.base/structs.exp: Use gdb_test_multiple.
16632
16633 2003-11-20 Andrew Cagney <cagney@redhat.com>
16634
16635 * gdb.base/structs.exp: Handle and recover from internal errors.
16636 Replace "foo${n}" with "foo<n>" in test messages.
16637
16638 * gdb.base/structs.exp: Update copyright. Rewrite.
16639 * gdb.base/structs.c: Update copyright. Rewrite.
16640
16641 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16642 resync count exceeded.
16643
16644 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16645 from the internal error.
16646 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16647 Original from Jim Blandy.
16648 (gdb_test_multiple): Use gdb_internal_error_resync.
16649
16650 2003-11-19 Andrew Cagney <cagney@redhat.com>
16651
16652 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16653 KFAIL.
16654
16655 2003-11-17 Mark Kettenis <kettenis@gnu.org>
16656
16657 New testcase for PR backtrace/1435.
16658 * gdb.arch/i386-unwind.exp: New file.
16659 * gdb.arch/i386-unwind.c: New file.
16660
16661 2003-11-17 Andrew Cagney <cagney@redhat.com>
16662
16663 * lib/gdb.exp (compiler_info): New global.
16664 (test_compiler_info): New function.
16665 (get_compiler_info): Set compiler_info.
16666 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
16667 "compiler_info" to gcc-<major>-<minor>.
16668
16669 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
16670
16671 * gdb.trace/configure: Remove.
16672
16673 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
16674
16675 * gdb.base/break.c: Add comments to aid finding line numbers for
16676 breakpoints.
16677 * gdb.base/break.exp: Remove all references to explicit line
16678 numbers.
16679
16680 2003-11-11 Nick Clifton <nickc@redhat.com>
16681
16682 * gdb.base/shreloc.exp: Do not run for targets which do not
16683 support shared objects.
16684
16685 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
16686
16687 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16688 Don't run tests if nofileio flag is given.
16689
16690 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
16691
16692 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
16693 as well as 'Watchpoint'.
16694
16695 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16696
16697 Reported by Jim Ingham <jingham@apple.com>:
16698 * gdb.base/annota1.exp: Match at least one occurrence of the
16699 signal handler annotation.
16700
16701 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16702
16703 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16704 as well as 'Watchpoint'.
16705
16706 2003-11-05 Michael Chastain <mec@shout.net>
16707
16708 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16709
16710 2003-11-03 Kris Warkentin <kewarken@qnx.com>
16711
16712 * gdb.arch/gdb1291.c: New test file.
16713 * gdb.arch/gdb1291.exp: New test script.
16714 * gdb.arch/gdb1431.c: New test file.
16715 * gdb.arch/gdb1431.exp: New test script.
16716
16717 2003-10-22 Michael Chastain <mec@shout.net>
16718
16719 * gdb.mi/pthreads.c: Add copyright notice.
16720
16721 2003-10-22 Michael Chastain <mec@shout.net>
16722
16723 * gdb.threads/pthreads.c: Add copyright notice.
16724
16725 2003-10-20 Michael Chastain <mec@shout.net>
16726
16727 * gdb.base/gdb1056.exp: New test script.
16728
16729 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16730
16731 * gdb.threads/killed.exp: Use gdb_run_cmd.
16732
16733 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16734
16735 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16736 create a core file.
16737 * gdb.threads/gcore-thread.exp: Likewise.
16738
16739 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
16740
16741 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16742 type, based on char type.
16743 (struct bit_flags_short_t): New bitfield type, based on short type.
16744 (init_bit_flags_char): New fuction.
16745 (init_bit_flags_short): Ditto.
16746 (print_bit_flags_char): Ditto.
16747 (print_bit_flags_short): Ditto.
16748 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16749
16750 2003-10-11 Michael Chastain <mec@shout.net>
16751
16752 * gdb.base/call-rt-st.exp: Update copyright year.
16753
16754 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
16755
16756 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16757 * gdb.disasm/sh3.s: Ditto.
16758
16759 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
16760
16761 * gdb.threads/switch-threads.exp: New test.
16762 * gdb.threads/switch-threads.c: New source file.
16763
16764 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
16765
16766 * gdb.base/ending-run.exp: Add sh specific case.
16767
16768 2003-10-06 Andrew Cagney <cagney@redhat.com>
16769
16770 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16771 * gdb.disasm/mn10200.exp: Delete obsolete file.
16772
16773 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
16774
16775 * ChangeLog: Correct an entry command.exp -> commands.exp.
16776 * gdb.base/commands.exp (bp_deleted_in_command_test)
16777 (temporary_breakpoint_commands): Check noargs.
16778
16779 2003-09-25 David Carlton <carlton@kealia.com>
16780
16781 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
16782 of some print tests, where appropriate. Add tests for C::D::cd,
16783 E::ce, F::cXfX, G::XgX.
16784 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16785
16786 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
16787
16788 * lib/java.exp (java_init): Import target_alias before using it.
16789
16790 2003-09-25 David Carlton <carlton@kealia.com>
16791
16792 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16793
16794 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
16795
16796 * gdb.base/selftest.exp: Accomodate more instruction reordering
16797 weirdness.
16798
16799 2003-09-17 Michael Chastain <mec@shout.net>
16800
16801 * gdb.cp/gdb1355.exp: New file.
16802 * gdb.cp/gdb1355.c: New file.
16803
16804 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
16805
16806 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16807 * gdb.asm/sh.inc: New file.
16808
16809 2003-09-11 David Carlton <carlton@kealia.com>
16810
16811 * gdb.cp/namespace.exp: Add tests for namespace types.
16812 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
16813 (test_namespace): New.
16814
16815 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
16816
16817 * gdb.base/relocate.exp: Handle new gdb output at startup.
16818 * gdb.stabs/weird.exp: Ditto.
16819
16820 2003-09-08 Michael Chastain <mec@shout.net>
16821
16822 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16823
16824 2003-09-07 Michael Chastain <mec@shout.net>
16825
16826 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16827 'parse error'.
16828
16829 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
16830
16831 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16832
16833 2003-08-30 Michael Chastain <mec@shout.net>
16834
16835 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16836 * gdb.gdb/observer.exp: Ditto.
16837 * gdb.gdb/xfullpath.exp: Ditto.
16838
16839 2003-08-29 Mark Kettenis <kettenis@gnu.org>
16840
16841 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16842 *-*-*bsd*.
16843
16844 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
16845
16846 * gdb.base/dump.exp: Skip for ia64.
16847
16848 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
16849
16850 * gdb.asm/asm-source.exp: Add ia64 support.
16851 * gdb.asm/ia64.inc: New file.
16852
16853 2003-08-22 Michael Chastain <mec@shout.net>
16854
16855 * gdb.cp: New directory.
16856 * gdb.cp/*: Copy from gdb.c++/*.
16857 * gdb.c++/*: Remove.
16858 * Makefile.in: Change gdb.c++ to gdb.cp.
16859 * configure.in: Ditto.
16860 * configure: Regnerate.
16861
16862 2003-08-18 Mark Kettenis <kettenis@gnu.org>
16863
16864 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16865 * gdb.arch/i386-prologue.c (gdb1338): Add function.
16866
16867 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16868
16869 * mi-var-display.exp (-var-list-children weird): Accept function
16870 pointers with argument types.
16871 * mi1-var-display.exp (-var-list-children weird): Likewise.
16872 * mi2-var-display.exp (-var-list-children weird): Likewise.
16873
16874 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16875
16876 * gdb.base/annota3.exp: Add missing newline.
16877
16878 2003-08-06 Michael Chastain <mec@shout.net>
16879
16880 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16881
16882 2003-08-12 Michael Snyder <msnyder@redhat.com>
16883
16884 * gdb.base/float.exp: Add test for SH.
16885
16886 2003-08-10 Mark Kettenis <kettenis@gnu.org>
16887
16888 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16889
16890 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16891
16892 * gdb.base/completion.exp: Remove reduntant completion test
16893 on filename.
16894
16895 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16896
16897 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16898 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16899 gdb.trace/save-trace.exp: Make sure that full pathnames are
16900 escaped correctly.
16901
16902 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16903
16904 * configure.in: Don't generate config.h from config.hin.
16905 * configure: Regenerate.
16906 * config.hin: Remove file.
16907 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16908 * gdb.threads/pthreads.c: Ditto.
16909
16910 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
16911
16912 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16913 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16914 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16915 Replace ld24 with seth/add3.
16916
16917 2003-08-02 Andrew Cagney <cagney@redhat.com>
16918
16919 * gdb.base/annota3.exp: New file.
16920 * gdb.base/annota3.c: New file.
16921 * gdb.c++/annota3.exp: New file.
16922 * gdb.c++/annota3.cc: New file.
16923
16924 2003-07-29 Michael Chastain <mec@shout.net>
16925
16926 * gdb.threads/tls.c (spin): Check errno only if sem_wait
16927 actually failed.
16928 (do_pass): Likewise.
16929 * gdb.threads/tls.exp: Always initialize no_of_threads.
16930
16931 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
16932
16933 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16934 pattern.
16935 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16936 * gdb.threads/tls.exp: Recognize one case of the host library not
16937 supporting TLS.
16938
16939 2003-07-27 Andrew Cagney <cagney@redhat.com>
16940
16941 * gdb.base/fileio.exp: Use SH when running commands using
16942 remote_exec.
16943
16944 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
16945
16946 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16947 * gdb.base/relocate.c (dummy): New padding array.
16948
16949 2003-07-22 Michael Snyder <msnyder@redhat.com>
16950
16951 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
16952
16953 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16954 patterns to be more general, accepting old and new output.
16955 Some output chars (such as '+') also must be quoted.
16956 Some addresses are displayed numerically instead of
16957 symbolically.
16958
16959 2003-07-23 Michael Snyder <msnyder@redhat.com>
16960
16961 * gdb.base/return2.exp: Don't test long-long return.
16962
16963 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16964 * gdb.disasm/t01_mov.exp: Ditto.
16965 * gdb.disasm/t02_mova.s: Ditto.
16966 * gdb.disasm/t02_mova.exp: Ditto.
16967 * gdb.disasm/t03_add.s: Ditto.
16968 * gdb.disasm/t03_add.exp: Ditto.
16969 * gdb.disasm/t04_sub.s: Ditto.
16970 * gdb.disasm/t04_sub.exp: Ditto.
16971 * gdb.disasm/t05_cmp.s: Ditto.
16972 * gdb.disasm/t05_cmp.exp: Ditto.
16973 * gdb.disasm/t06_ari2.s: Ditto.
16974 * gdb.disasm/t06_ari2.exp: Ditto.
16975 * gdb.disasm/t07_ari3.s: Ditto.
16976 * gdb.disasm/t07_ari3.exp: Ditto.
16977 * gdb.disasm/t08_or.s: Ditto.
16978 * gdb.disasm/t08_or.exp: Ditto.
16979 * gdb.disasm/t09_xor.s: Ditto.
16980 * gdb.disasm/t09_xor.exp: Ditto.
16981 * gdb.disasm/t10_and.s: Ditto.
16982 * gdb.disasm/t10_and.exp: Ditto.
16983 * gdb.disasm/t11_logs.s: Ditto.
16984 * gdb.disasm/t11_logs.exp: Ditto.
16985 * gdb.disasm/t12_bit.s: Ditto.
16986 * gdb.disasm/t12_bit.exp: Ditto.
16987 * gdb.disasm/t13_otr.s: Ditto.
16988 * gdb.disasm/t13_otr.exp: Ditto.
16989
16990 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
16991
16992 * gdb.threads/tls.exp :Add kfail for 'info address' case.
16993
16994 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
16995
16996 * gdb.threads/tls.c : New file.
16997 * gdb.threads/tls.exp : New file.
16998 * gdb.threads/tls-main.c : New file.
16999 * gdb.threads/tls-shared.c : New file.
17000 * gdb.threads/tls-shared.exp : New file.
17001
17002 2003-07-22 Andreas Schwab <schwab@suse.de>
17003
17004 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
17005
17006 2003-07-20 Andreas Schwab <schwab@suse.de>
17007
17008 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
17009 due to insn reordering.
17010
17011 2003-07-15 Andrew Cagney <cagney@redhat.com>
17012
17013 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
17014
17015 2003-07-15 Michael Chastain <mec@shout.net>
17016
17017 * gdb.base/gdb1250.exp: New file.
17018 * gdb.base/gdb1250.c: New file.
17019
17020 2003-07-09 Michal Ludvig <mludvig@suse.cz>
17021
17022 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
17023 expansion of size_t to 'unsigned long', not only to 'unsigned'.
17024
17025 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
17026
17027 * gdb.threads/tls.c: New file.
17028 * gdb.threads/tls.exp: New file.
17029 * gdb.threads/tls-main.c: New file.
17030 * gdb.threads/tls-shared.c: New file.
17031 * gdb.threads/tls-shared.exp: New file.
17032
17033 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
17034
17035 * gdb.base/annota1.exp: Make sure that we properly escape the
17036 full path of the source file. Xfail more permissive patterns,
17037 due to a compiler debug info problem.
17038
17039 2003-07-07 Andreas Schwab <schwab@suse.de>
17040
17041 * gdb.asm/m68k.inc: New file.
17042 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
17043
17044 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
17045 arguments"): Also match negative number.
17046
17047 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
17048
17049 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
17050
17051 * gdb.base/store.c (charest): New typedef.
17052 (add_char): Rename to add_charest, update.
17053 (wack_char): Rename to wack_charest, update types. Return l + r
17054 to keep r live across the call.
17055 (wack_short, wack_int, wack_long, wack_longest, wack_float)
17056 (wack_double, wack_doublest): Return l + r to keep r live across
17057 the call.
17058 * gdb.base/store.exp: Accomodate store.c changes.
17059
17060 2003-06-30 David Carlton <carlton@kealia.com>
17061
17062 * gdb.c++/maint.exp (test_invalid_name): New.
17063 (test_first_component): Add tests for invalid names.
17064
17065 2003-06-29 Michael Chastain <mec@shout.net>
17066
17067 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
17068 output of '<VTT for class>' for virtual base classes.
17069
17070 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
17071
17072 * gdb.base/completion.exp: Tab-complete "complet" instead of
17073 "compl".
17074 * gdb.base/complex.exp, gdb.base/complex.c: New files.
17075
17076 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
17077
17078 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
17079 * gdb.base/volatile.exp: Likewise.
17080
17081 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
17082
17083 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
17084 gdb/1265.
17085
17086 2003-06-28 Michael Chastain <mec@shout.net>
17087 Daniel Jacobowitz <drow@mvista.com>
17088
17089 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
17090 initial line count of 'captured_main' from 26 to 32.
17091 (test_with_self): Allow xmalloc call to be interleaved with the
17092 preceding two lines.
17093
17094 2003-06-24 Joel Brobecker <brobecker@gnat.com>
17095
17096 * gdb.base/bang.exp: New testcase.
17097
17098 2003-06-23 Joel Brobecker <brobecker@gnat.com>
17099
17100 * gdb.base/langs.exp: Add some tests for the "minimal" language
17101 support.
17102
17103 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
17104
17105 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
17106 the testcase.
17107
17108 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
17109
17110 * gdb.base/relocate.exp: Test add-symbol-file with a variable
17111 offset.
17112
17113 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
17114
17115 * gdb.c++/pr-1210.cc: New file.
17116 * gdb.c++/pr-1210.exp: New file.
17117
17118 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
17119
17120 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
17121 000-exec-continue.
17122
17123 2003-06-15 Mark Kettenis <kettenis@gnu.org>
17124
17125 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
17126 on *-*-*bsd* instead of *-*-freebsd*.
17127
17128 2003-06-14 Andrew Cagney <cagney@redhat.com>
17129
17130 * gdb.base/store.exp: Test longest and doublest. Test all
17131 parameters. Weaken return statement match.
17132 * gdb.base/store.c: Add longest and doublest - aka long long and
17133 long double functions. Put all parameters into local register
17134 variables. Use negative values.
17135
17136 2003-06-14 Andrew Cagney <cagney@redhat.com>
17137
17138 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
17139 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
17140 exit status.
17141 * gdb.base/fileio.exp: Disable target when nointerrupts and
17142 noinferiorio, instead of limiting it to remote. Use remote_exec
17143 instead of system.
17144
17145 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
17146
17147 * gdb.base/float.exp: Add ia64 support.
17148
17149 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
17150
17151 * gdb.base/fileio.exp: Run only on remote targets.
17152
17153 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
17154
17155 * gdb.base/fileio.c: New file, testing File-I/O.
17156 * gdb.base/fileio.exp: Ditto.
17157
17158 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
17159
17160 * gdb.base/shreloc.exp: New file, check symbol values obtained from
17161 shared objects after relocation at load time (gdb PR/1132).
17162 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
17163 as above, part of the shared object relocation test.
17164
17165 2003-06-08 Mark Kettenis <kettenis@gnu.org>
17166
17167 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
17168 fully filled history list.
17169 * gdb.base/gdb_history: New file.
17170
17171 * gdb.base/signals.exp: XFAIL "continue to func1" on
17172 i*86-*-freebsd*.
17173
17174 * gdb.base/attach.exp: When trying to attach to a nonexistent
17175 process, make it possible to specify the PID based on the target,
17176 and do so for *-*-freebsd*.
17177
17178 2003-06-02 Richard Henderson <rth@redhat.com>
17179
17180 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
17181
17182 2003-06-02 Richard Henderson <rth@redhat.com>
17183
17184 * gdb.base/selftest.exp: Next over lim_at_start initialization.
17185
17186 2003-06-02 Richard Henderson <rth@redhat.com>
17187
17188 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
17189
17190 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
17191
17192 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
17193 of globalvar.
17194
17195 2003-06-01 Mark Kettenis <kettenis@gnu.org>
17196
17197 * gdb.asm/asm-source.exp: Check for memory read errors in
17198 disassembler test on *BSD too.
17199
17200 2003-06-01 Richard Henderson <rth@redhat.com>
17201
17202 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
17203 for .frame.
17204 (gdbasm_call): Lose ldgp.
17205 (gdbasm_startup): Add frame information.
17206 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
17207
17208 2003-05-31 Mark Kettenis <kettenis@gnu.org>
17209
17210 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
17211 i?86-*-*.
17212
17213 2003-05-30 Mark Kettenis <kettenis@gnu.org>
17214
17215 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
17216 FreeBSD.
17217
17218 2003-05-29 Richard Henderson <rth@redhat.com>
17219
17220 * gdb.asm/alpha.inc: New file.
17221 * gdb.asm/asm-source.exp: Use it.
17222
17223 2003-05-29 Jim Blandy <jimb@redhat.com>
17224
17225 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
17226 'core.PID'.
17227
17228 2003-05-22 Jim Blandy <jimb@redhat.com>
17229
17230 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
17231 backtrace.
17232
17233 2003-05-20 David Carlton <carlton@math.stanford.edu>
17234
17235 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
17236 this time.
17237
17238 2003-05-19 David Carlton <carlton@bactrian.org>
17239
17240 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
17241 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
17242
17243 2003-05-19 David Carlton <carlton@bactrian.org>
17244
17245 * gdb.c++/namespace.exp: Add namespace scope and anonymous
17246 namespace tests.
17247 Bump copyright date.
17248 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
17249 (main): Call C::D::marker2.
17250 * gdb.c++/namespace1.cc: New file.
17251
17252 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
17253
17254 Roland McGrath <roland@redhat.com>
17255 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
17256 there is no manager thread.
17257
17258 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
17259
17260 * gdb.threads/schedlock.exp: Remove assumption that all threads
17261 will run in a particular small time slice. Also ensure we break
17262 in one of the child threads rather than the main thread.
17263
17264 2003-05-07 Jim Blandy <jimb@redhat.com>
17265
17266 Add support for assembly source testing on the s390x.
17267 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
17268 architecture.
17269 * gdb.asm/s390x.inc: New file.
17270
17271 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
17272 succession of 'if' statements.
17273
17274 2003-05-05 Andrew Cagney <cagney@redhat.com>
17275
17276 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
17277
17278 2003-05-05 Andrew Cagney <cagney@redhat.com>
17279
17280 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
17281 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
17282
17283 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
17284
17285 * gdb.base/charset.exp: Update based on new behavior of set/show
17286 charset commands.
17287
17288 2003-05-01 Andrew Cagney <cagney@redhat.com>
17289
17290 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
17291 variable do not give memory errors.
17292
17293 2003-04-30 Adam Fedor <fedor@gnu.org>
17294
17295 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
17296 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
17297 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
17298 gdb.objc/basicclass.m: : New files
17299
17300 * lib/gdb.exp (gdb_compile_objc): New procedure.
17301
17302 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
17303
17304 * gdb.base/signals.exp: Make backtrace tests more specific.
17305
17306 2003-04-23 David Carlton <carlton@bactrian.org>
17307
17308 * gdb.c++/maint.exp (test_first_component): Add tests for
17309 'operator' in more locations.
17310
17311 2003-04-16 Kevin Buettner <kevinb@redhat.com>
17312
17313 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17314
17315 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
17316
17317 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
17318 func marke' instead. Update test name.
17319
17320 2003-04-15 David Carlton <carlton@math.stanford.edu>
17321
17322 * gdb.c++/maint.exp: New file.
17323
17324 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
17325
17326 * gdb.threads/schedlock.c: Change type of thread function argument
17327 to long, to avoid warnings on 64-bit platforms.
17328
17329 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
17330
17331 * gdb.base/attach.exp: Add new message from ptrace in case of
17332 attaching to nonexistent process.
17333
17334 2003-04-11 Jim Blandy <jimb@redhat.com>
17335
17336 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17337 gdb.c++/userdef.cc: Place comments on the lines to which the
17338 marker function might return.
17339 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17340 gdb.c++/userdef.exp: Look for those comments to check that we've
17341 returned to the right place, instead of checking line numbers.
17342
17343 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
17344
17345 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17346 match on sourcefile name, instead of directory name.
17347
17348 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
17349
17350 * gdb.base/completion.exp: Use string_to_regexp to match the
17351 working directory name.
17352
17353 2003-04-09 Jim Blandy <jimb@redhat.com>
17354
17355 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17356 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17357 after an inferior function call, report the failure, but allow the
17358 test to continue.
17359
17360 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17361
17362 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17363 with -DPROTOTYPES.
17364
17365 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17366
17367 * gdb.base/break.exp: Revert last patch.
17368
17369 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
17370
17371 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17372 with -DPROTOTYPES.
17373
17374 2003-04-02 Andrew Cagney <cagney@redhat.com>
17375
17376 * gdb.base/callfuncs.exp: Make "print add" messages unique.
17377 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17378 matching directories by the name breakpoint.
17379 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17380 Make "continue to marker1" consistent.
17381 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17382 message consistent.
17383 * lib/gdb.exp: Put "the program is no longer running", and "the
17384 program exited" in parenthesis.
17385 * lib/mi-support.exp: Ditto.
17386
17387 2003-04-02 Bob Rossi <bob_rossi@cox.net>
17388
17389 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17390
17391 2003-03-29 Andrew Cagney <cagney@redhat.com>
17392
17393 * gdb.base/sizeof.c (main): Print the value of '\377'.
17394 * gdb.base/sizeof.exp: Check the sign of '\377'.
17395
17396 2003-03-27 Michael Chastain <mec@shout.net>
17397
17398 * gdb.base/gdb1090.exp: New file.
17399 * gdb.base/gdb1090.cc: New file.
17400
17401 2003-03-27 J. Brobecker <brobecker@gnat.com>
17402
17403 * gdb.gdb/observer.exp: New regression test.
17404
17405 2003-03-27 Michael Chastain <mec@shout.net>
17406
17407 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17408 * gdb.base/ptype.exp: Likewise.
17409
17410 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
17411
17412 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17413
17414 2003-03-26 Michael Chastain <mec@shout.net>
17415
17416 * gdb.base/ptype.exp: Actually use some typedef'd types.
17417
17418 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
17419
17420 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17421 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17422
17423 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17424
17425 * gdb.base/default.exp: Fix regular expression.
17426
17427 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17428
17429 * gdb.base/args.exp: Fix regular expression.
17430
17431 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17432
17433 * gdb.base/help.exp: Allow Win32 child process.
17434
17435 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17436
17437 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17438 when stepping out of main().
17439
17440 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17441
17442 * gdb.base/default.exp: Check for win32 specific message when calling
17443 "run" without executable.
17444
17445 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17446
17447 * gdb.base/args.exp: Expect .exe in output.
17448
17449 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17450
17451 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17452 Cygwin native.
17453
17454 2003-03-17 Andrew Cagney <cagney@redhat.com>
17455
17456 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
17457 vector registes.
17458 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17459 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17460
17461 2003-03-17 David Carlton <carlton@math.stanford.edu>
17462
17463 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17464 test, for PR breakpoints/38.
17465 Call test_watchpoint_and_breakpoint.
17466 * gdb.base/watchpoint.c (func3): New function.
17467 (main): Call func3.
17468
17469 2003-03-04 David Carlton <carlton@math.stanford.edu>
17470
17471 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17472 Garply<Garply<char> >:: garply".
17473 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17474 with respect to PR c++/1111; note also PR c++/1113.
17475 (test_template_breakpoints): KFAIL "constructor breakpoint" with
17476 respect to PR c++/1062.
17477 KFAIL "destructor breakpoint" with respect to PR c++/1112.
17478
17479 2003-03-03 David Carlton <carlton@math.stanford.edu>
17480
17481 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17482 with respect to PR c++/57.
17483 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17484 c++/826.
17485 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17486 respect to PR c++/57.
17487
17488 2003-03-03 David Carlton <carlton@math.stanford.edu>
17489
17490 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17491 respect to PR c++/33 into FAILs.
17492
17493 2003-03-03 Michael Chastain <mec@shout.net>
17494
17495 * configure.in: Update copyright years.
17496
17497 2003-03-03 Michael Chastain <mec@shout.net>
17498
17499 * Makefile.in: Update copyright years.
17500
17501 2003-02-28 David Carlton <carlton@math.stanford.edu>
17502
17503 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17504 print class instead of struct and/or superfluous protection
17505 specifiers, as long as the resulting output is equivalent to the
17506 source code.
17507 Delete FIXME from end of messages on tests that don't need
17508 fixing.
17509
17510 2003-02-28 David Carlton <carlton@math.stanford.edu>
17511
17512 * gdb.c++/templates.exp (do_tests): Allow const in the two
17513 Foo<volatile char *>::foo tests.
17514
17515 2003-02-27 Michael Snyder <msnyder@redhat.com>
17516
17517 * gdb.base/restore.c (main): Return zero, so exit code
17518 will be consistant.
17519
17520 2003-02-26 David Carlton <carlton@math.stanford.edu>
17521
17522 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17523 char *>::foo" test with respect to PR c++/33. Create a new test
17524 which is identical to that one except that it doesn't put the
17525 space between the "char" and the "*"; KFAIL it, too.
17526
17527 2003-02-26 David Carlton <carlton@math.stanford.edu>
17528
17529 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17530 template types into either PASSes or KFAILs (corresponding to PR
17531 c++/57). Tweak indentation. Update copyright.
17532
17533 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
17534
17535 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17536
17537 2003-02-13 Michael Chastain <mec@shout.net>
17538
17539 * gdb.base/exprs.exp: Remove i960 remnants.
17540 * gdb.base/funcargs.exp: Likewise.
17541 * gdb.base/list.exp: Likewise.
17542 * gdb.base/ptype.exp: Likewise.
17543
17544 2003-02-14 David Carlton <carlton@math.stanford.edu>
17545
17546 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17547 pEe->D::vg()" from XFAIL to KFAIL.
17548
17549 2003-02-13 Jason Molenda (jmolenda@apple.com)
17550
17551 * gdb.base/maint.exp: Update maint print statistics regexp to include
17552 new entries.
17553
17554 2003-02-13 Michael Chastain <mec@shout.net>
17555
17556 * gdb.c++/inherit.exp: Remove call to get_debug_format.
17557
17558 2003-02-12 Michael Chastain <mec@shout.net>
17559
17560 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17561 * gdb.c++/inherit.exp: Likewise.
17562 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17563 * gdb.c++/templates.exp: Likewise.
17564 * gdb.c++/virtfunc.exp: Likewise.
17565
17566 2003-02-06 Jason Molenda (jason-cl@molenda.com)
17567
17568 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17569 why the code is written that way.
17570
17571 2003-02-05 Michael Chastain <mec@shout.net>
17572
17573 * gdb.base/dump.exp: Add missing copyright line.
17574
17575 2003-02-05 Jason Molenda (jason-cl@molenda.com)
17576
17577 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
17578 at the beginning so the breakpoint doesn't get set on the loop.
17579
17580 2003-02-05 Michael Chastain <mec@shout.net>
17581
17582 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17583 output for configurations with gcc 2.95.3.
17584
17585 2003-02-05 Keith Seitz <keiths@redhat.com>
17586 Andrew Cagney <ac131313@redhat.com>
17587
17588 * gdb.mi/mi-cli.exp: New file.
17589
17590 2003-02-04 Michael Chastain <mec@shout.net>
17591
17592 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17593 Call perror and then continue.
17594
17595 2003-02-03 Michael Chastain <mec@shout.net>
17596
17597 * gdb.c++/pr-1023.cc: New file.
17598 * gdb.c++/pr-1023.exp: New file.
17599
17600 2003-02-05 Jim Blandy <jimb@redhat.com>
17601
17602 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17603 it's local to foobar. Check for it there, and check that it's not
17604 present in main.
17605 * gdb.c++/local.cc (marker2): New function.
17606 (foobar): Call marker1.
17607 (main): Call marker2 instead of marker1.
17608
17609 2003-02-04 Andrew Cagney <ac131313@redhat.com>
17610
17611 * gdb.disasm/mn10200.exp: Obsolete file.
17612 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17613 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17614 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17615
17616 2003-02-04 David Carlton <carlton@math.stanford.edu>
17617
17618 * gdb.c++/overload.exp: Test intToChar(1).
17619 * gdb.c++/overload.cc (intToChar): New.
17620 (main): Call intToChar.
17621
17622 2003-02-03 David Carlton <carlton@math.stanford.edu>
17623
17624 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17625 'might_kfail' arg.
17626 KFAIL some of the continue_to_bp_overloaded calls, according to
17627 PR c++/1025.
17628
17629 2003-02-01 Michael Chastain <mec@shout.net>
17630
17631 * gdb.base/advance.c (marker1): New marker function.
17632 * gdb.base/advance.exp: When the 'advance' command lands on the
17633 return breakpoint, it can legitimately stop on either the
17634 current line or the next line. Accommodate both outcomes.
17635 * gdb.base/until.exp: Likewise.
17636
17637 2003-02-02 Andrew Cagney <ac131313@redhat.com>
17638
17639 2002-11-10 Jason Molenda (jason-cl@molenda.com):
17640 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17641 now a list, not a tuple.
17642 * gdb.mi/mi-var-display.exp: Ditto.
17643 * gdb.mi/gdb792.exp: Ditto.
17644
17645 2003-02-01 Andrew Cagney <ac131313@redhat.com>
17646
17647 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
17648 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17649 stack backtraces.
17650 * gdb.mi/mi-syn-frame.c: Part of same.
17651
17652 2003-02-01 Mark Kettenis <kettenis@gnu.org>
17653
17654 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17655 gdb.mi/mi1-pthreads.exp: Return instead of calling
17656 gdb_suppress_entire_file.
17657
17658 2003-02-01 Mark Salter <msalter@redhat.com>
17659
17660 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17661
17662 2003-01-31 Mark Salter <msalter@redhat.com>
17663
17664 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17665 Support empty arg.
17666
17667 2003-01-30 Michael Chastain <mec@shout.net>
17668
17669 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17670 This was a workaround for a UTF-8 bug in readline 4.3. The bug
17671 has been fixed in gdb/readline on 2003-01-09.
17672
17673 2003-01-29 Michael Snyder <msnyder@redhat.com>
17674
17675 * gdb.base/maint.exp: Allow for leading underscore in symbol.
17676 * gdb.base/display.exp: Allow for leading underscore in symbol.
17677 * gdb.base/args.exp: Skip if target does not support args passing.
17678
17679 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
17680
17681 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
17682 gdb_test. Accept a list of expect arguments as the third
17683 parameter.
17684 (gdb_test): Use it.
17685
17686 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
17687
17688 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17689 allow for different test tree configurations. Update some
17690 tescases accordingly.
17691 * gdb.arch/altivec-regs.exp: Ditto.
17692 * gdb.asm/asm-source.exp: Ditto.
17693 * gdb.base/advance.exp: Ditto.
17694 * gdb.base/display.exp: Ditto.
17695 * gdb.base/long_long.exp: Ditto.
17696 * gdb.base/mips_pro.exp: Ditto.
17697 * gdb.base/overlays.exp: Ditto.
17698 * gdb.base/relocate.exp: Ditto.
17699 * gdb.base/setshow.exp: Ditto.
17700 * gdb.base/step-line.exp: Ditto.
17701 * gdb.base/step-test.exp: Ditto.
17702 * gdb.base/until.exp: Ditto.
17703 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17704
17705 2003-01-17 David Carlton <carlton@math.stanford.edu>
17706
17707 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17708 corresponding to PR c++/945.
17709 Update copyright.
17710
17711 2003-01-17 David Carlton <carlton@math.stanford.edu>
17712
17713 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17714 corresponding to PR c++/68.
17715
17716 2003-01-17 David Carlton <carlton@math.stanford.edu>
17717
17718 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17719 (test_paddr_hairy_functions): Call print_addr_2_kfail for
17720 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
17721
17722 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17723
17724 * gdb.base/break.exp: Fix change of default location, because of
17725 removal of until tests.
17726 * gdb.base/help.exp: Update test for new 'until' help message.
17727 Add test for help on 'advance'.
17728 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
17729
17730 2003-01-15 Mark Kettenis <kettenis@gnu.org>
17731
17732 * gdb.base/default.exp: Adapt "info float" test for recent changes
17733 to that command. Add test for "info vector".
17734 * gdb.base/float.exp: New file. Add test for "info float" that
17735 resembles the old test in gdb.base/default.exp.
17736
17737 2003-01-15 David Carlton <carlton@math.stanford.edu>
17738
17739 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17740
17741 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17742
17743 * gdb.base/break.exp: Move the tests of until command from here...
17744 * gdb.base/until.exp: ... to here. New file. Add other tests.
17745 * gdb.base/advance.c: New file.
17746 * gdb.base/advance.exp: New file.
17747
17748 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
17749
17750 * gdb.base/args.c: New file.
17751 * gdb.base/args.exp: New file.
17752
17753 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17754
17755 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17756
17757 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17758
17759 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17760
17761 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17762
17763 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
17764 dates.
17765
17766 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17767
17768 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17769
17770 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17771
17772 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17773 (ptype &*"foo").
17774 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17775
17776 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17777
17778 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17779 * gdb.mi/mi1-console.exp: Likewise.
17780
17781 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17782
17783 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17784 * gdb.mi/mi1-console.exp: Likewise.
17785
17786 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17787
17788 * gdb.c++/overload.exp: Remove some fixed XFAILs.
17789
17790 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17791
17792 * gdb.base/detach.exp: New test.
17793
17794 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17795
17796 * Makefile.in (ALL_SUBDIRS): New variable.
17797 (subdirs, clean, distclean): Use it.
17798 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
17799 regenerating Makefile, since it is generated from the top level.
17800 * gdb.asm/Makefile.in: Likewise.
17801 * gdb.base/Makefile.in: Likewise.
17802 * gdb.c++/Makefile.in: Likewise.
17803 * gdb.disasm/Makefile.in: Likewise.
17804 * gdb.java/Makefile.in: Likewise.
17805 * gdb.mi/Makefile.in: Likewise.
17806 * gdb.threads/Makefile.in: Likewise.
17807 * gdb.trace/Makefile.in: Likewise.
17808
17809 2003-01-09 David Carlton <carlton@math.stanford.edu>
17810
17811 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17812 Add copyright year 2003.
17813
17814 2003-01-06 Michael Chastain <mec@shout.net>
17815
17816 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17817 When selecting a thread, 'line' and 'file' are optional.
17818 * gdb.mi/mi1-pthreads.exp: Likewise.
17819
17820 2003-01-06 Andreas Schwab <schwab@suse.de>
17821
17822 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17823 failures.
17824
17825 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17826
17827 Fix PR gdb/844
17828 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17829 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17830
17831 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
17832 instead of calling gdb_suppress_entire_file.
17833 * gdb.threads/print-threads.exp: Likewise.
17834 * gdb.threads/schedlock.exp: Likewise.
17835
17836 * gdb.threads/killed.exp: Return instead of calling
17837 gdb_suppress_entire_file.
17838 * gdb.threads/linux-dp.exp: Likewise.
17839 * gdb.threads/pthreads.exp: Likewise.
17840
17841 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17842
17843 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17844 stabs.
17845 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17846 * gdb.base/whatis.exp: Always allow (void) after function names.
17847
17848 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17849
17850 * gdb.c++/casts.exp: Correct regexp.
17851
17852 2003-01-04 Mark Kettenis <kettenis@gnu.org>
17853
17854 * configure.in: Call AC_CONFIG_HEADER. Don't call
17855 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17856 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
17857 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
17858 aforementioned directories in the AC_OUPUT call.
17859 * config.hin: New file.
17860 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17861 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17862 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17863 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17864 pass -I$objdir instead of -I$objdir/$subdir in compilation.
17865 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17866 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17867 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17868 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17869 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17870 gdb.threads/configure.in, gdb.threads/configure,
17871 gdb.threads/config.in, gdb.trace/configure.in,
17872 gdb.trace/configure: Removed.
17873
17874 2003-01-03 Michael Chastain <mec@shout.net>
17875
17876 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17877 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17878
17879 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
17880
17881 * gdb.base/store.exp: Fix regular expressions.
17882
17883 2002-12-28 Mark Kettenis <kettenis@gnu.org>
17884
17885 * configure.in: Rewrite.
17886 * configure: Regenerated.
17887
17888 2003-01-03 David Carlton <carlton@math.stanford.edu>
17889
17890 * gdb.base/psymtab.exp: New file.
17891 * gdb.base/psymtab1.c: Ditto.
17892 * gdb.base/psymtab2.c: Ditto.
17893
17894 2002-12-23 Adam Fedor <fedor@gnu.org>
17895
17896 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17897
17898 2002-12-23 David Carlton <carlton@math.stanford.edu>
17899
17900 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17901 and current_directory initialization.
17902
17903 2002-12-22 Jim Blandy <jimb@redhat.com>
17904
17905 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17906 rather than as part of the output file name.
17907
17908 * gdb.base/attach.exp: There's no need to copy the test program to
17909 /tmp; that was only ever necessary on HP/UX, and this test is
17910 entirely disabled there anyway.
17911
17912 2002-12-21 Jim Blandy <jimb@redhat.com>
17913
17914 * gdb.c++/psmang.exp: Doc fix.
17915
17916 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17917 test.
17918
17919 2002-12-20 David Carlton <carlton@math.stanford.edu>
17920
17921 * gdb.c++/annota2.exp: KFAIL annotate-quit.
17922
17923 2002-12-18 Michael Chastain <mec@shout.net>
17924
17925 * gdb.c++/annota2.exp: Add copyright year 2002.
17926
17927 2002-12-17 David Carlton <carlton@math.stanford.edu>
17928
17929 * gdb.c++/try_catch.cc: Add marker comments.
17930 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17931 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17932 * gdb.c++/m-static.cc: Ditto.
17933 * gdb.c++/m-static1.cc: Ditto.
17934 * gdb.c++/try_catch.cc: Ditto.
17935
17936 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
17937
17938 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17939 to see whether we are using the new -environment-directory
17940 command which resets via -r or the old version of the command
17941 which may prompt the user. Part of fix for gdb/741.
17942
17943 2002-12-13 Andrew Cagney <ac131313@redhat.com>
17944
17945 * gdb.fortran/types.exp: Update obsolete comment.
17946 * gdb.fortran/exprs.exp: Ditto.
17947 * lib/gdb.exp: Delete obsolete code.
17948 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17949 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17950 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17951 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17952 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17953 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17954 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17955 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17956 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17957 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17958 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17959 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17960 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17961 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17962 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17963 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17964 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17965 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17966 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17967 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17968 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17969 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17970 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17971 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17972 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17973 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17974 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17975 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17976 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17977 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17978 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17979 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17980 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17981 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17982 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17983 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17984 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17985
17986 2002-12-11 David Carlton <carlton@math.stanford.edu>
17987
17988 * gdb.c++/m-data.exp: Add test for members that shadow global
17989 variables: see PR gdb/804.
17990 * gdb.c++/m-data.cc: Ditto.
17991
17992 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
17993
17994 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17995
17996 2002-12-06 David Carlton <carlton@math.stanford.edu>
17997
17998 * gdb.base/store.c: Don't declare functions static.
17999
18000 2002-12-04 Andrew Cagney <ac131313@redhat.com>
18001
18002 * gdb.base/store.exp, gdb.base/store.c: New files.
18003
18004 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
18005
18006 * gdb.base/selftest.exp: Update for current gdb.
18007
18008 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
18009
18010 * gdb.base/maint.exp: Only dump symbols from one source file
18011 or objfile.
18012
18013 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
18014
18015 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
18016 function call.
18017
18018 2002-11-25 Jim Blandy <jimb@redhat.com>
18019
18020 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
18021 function appearing in error message.
18022
18023 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
18024
18025 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
18026
18027 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
18028
18029 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
18030 for mi1 and current mi is in correct format. New mi startup message
18031 should be in mi console format. This is part of fix for PR gdb/604.
18032
18033 2002-09-18 Fernando Nasser <fnasser@redhat.com>
18034
18035 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
18036 which explicitly prints the zero offset as "+0".
18037
18038 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
18039
18040 * gdb.threads/schedlock.c (args): Make unsigned.
18041
18042 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
18043
18044 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
18045 numbers. Allow "foo2|selected stack frame".
18046 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
18047 * gdb.asm/asmsrc2.s: Likewise.
18048 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
18049 comments.
18050 * gdb.asm/mips.inc: New file.
18051
18052 2002-10-18 Adam Fedor <fedor@gnu.org>
18053
18054 * gdb.base/default.exp: Update expected output to include 'ObjC'.
18055 * gdb.base/help.exp: Likewise.
18056
18057 2002-10-17 Kevin Buettner <kevinb@redhat.com>
18058
18059 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
18060 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
18061
18062 2002-10-02 Jim Blandy <jimb@redhat.com>
18063
18064 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
18065
18066 2002-10-01 Andrew Cagney <ac131313@redhat.com>
18067
18068 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
18069 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
18070 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
18071 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
18072 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
18073 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
18074 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
18075
18076 2002-09-29 Andrew Cagney <ac131313@redhat.com>
18077
18078 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
18079 * mi0-disassemble.exp, mi0-eval.exp: Delete.
18080 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
18081 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
18082 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
18083 * mi0-var-block.exp, mi0-var-child.exp: Delete.
18084 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
18085
18086 2002-09-27 Kevin Buettner <kevinb@redhat.com>
18087
18088 * gdb.base/annota1.exp (info break): Make directory components of
18089 path optional since not all compilers emit this debug information.
18090
18091 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
18092 step ends up stepping out of the function instead of stopping on
18093 the epilogue.
18094
18095 2002-09-26 Keith Seitz <keiths@redhat.com>
18096
18097 * lib/insight-support.exp (gdbtk_start): Figure out where
18098 the insight executable is based on where gdb is. Use this
18099 executable to start insight instead of gdb.
18100
18101 2002-09-25 Andrew Cagney <cagney@redhat.com>
18102
18103 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
18104
18105 2002-09-24 Andrew Cagney <ac131313@redhat.com>
18106
18107 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
18108 test_isolated_complaints.
18109 (test_empty_complaint): New function.
18110 (test_empty_complaints): New function. Check no output when no
18111 complaints.
18112
18113 2002-09-19 Jim Blandy <jimb@redhat.com>
18114
18115 * gdb.base/charset.exp, gdb.base/charset.c: New files.
18116
18117 2002-09-19 Andrew Cagney <ac131313@redhat.com>
18118
18119 * gdb.gdb/complaints.exp: New file.
18120
18121 2002-09-18 Andrew Cagney <ac131313@redhat.com>
18122
18123 * gdb.base/maint.exp: Check `help maint internal-warning'.
18124
18125 2002-09-18 David Carlton <carlton@math.stanford.edu>
18126
18127 * gdb.c++/m-static.exp: Remove breakpoints depending on line
18128 numbers, and replace them by a single breakpoint after the
18129 constructors are all finished.
18130 Add test 4.
18131 * gdb.c++/m-static.cc: Add test 4.
18132 * gdb.c++/m-static.h: New file.
18133 * gdb.c++/m-static1.cc: New file.
18134
18135 * gdb.c++/printmethod.exp: New file.
18136 * gdb.c++/printmethod.cc: New file.
18137
18138 * gdb.c++/pr-574.exp: New file.
18139 * gdb.c++/pr-574.cc: New file.
18140
18141 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
18142
18143 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
18144 embedded targets which never actually exit.
18145
18146 2002-09-18 Fernando Nasser <fnasser@redhat.com>
18147
18148 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
18149 "don't step after run" as unresolved or unsupported, instead of xfail.
18150
18151 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
18152
18153 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
18154 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
18155 Add newline to expected string in "step out of main (status wrapper)"
18156 case.
18157
18158 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
18159
18160 * lib/gdb.exp (rerun_to_main): Allow restarting application.
18161 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
18162
18163 2002-09-17 Tom Tromey <tromey@redhat.com>
18164
18165 * gdb.base/printcmds.exp (test_print_string_constants): Expect
18166 \000, not \0, in double-quoted string.
18167
18168 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
18169
18170 * gdb.base/commands.exp: Don't expect a "Program exited normally"
18171 string after running the commands execution on breakpoint tests.
18172
18173 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
18174
18175 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
18176
18177 2002-09-12 Joel Brobecker <brobecker@gnat.com>
18178
18179 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
18180
18181 2002-09-10 Keith Seitz <keiths@redhat.com>
18182
18183 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
18184 runto proc.
18185 (mi_run_to_main): Use mi_runto.
18186 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
18187
18188 2002-09-10 Keith Seitz <keiths@redhat.com>
18189
18190 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
18191 regexp for stopping at main. Could have multiple event notifications.
18192 Don't assume that main was declared with no parameters.
18193 (mi_next): Use mi_step_to.
18194 (mi_step): Use mi_next_to.
18195
18196 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
18197
18198 * gdb.base/default.exp: Fix expected string in `info float' test.
18199
18200 2002-09-09 Ben Elliston <bje@redhat.com>
18201
18202 * config/mips.exp: Update comments.
18203 * config/mips-idt.exp: Likewise.
18204 * config/nind.exp: Likewise.
18205 * config/slite.exp: Likewise.
18206 * config/sparclet.exp: Likewise.
18207 * config/udi.exp: Likewise.
18208 * config/vx.exp: Likewise.
18209 * config/vxworks29k.exp: Likewise.
18210
18211 2002-09-05 Jim Blandy <jimb@redhat.com>
18212
18213 * gdb.threads/killed.exp: Fix test failure message.
18214
18215 2002-09-04 Keith Seitz <keiths@redhat.com>
18216
18217 * lib/mi-support.exp: Update copyright.
18218 (mi_gdb_test): Increase the priority of the expected pattern
18219 so that it matches gdb_test.
18220
18221 2002-09-03 Keith Seitz <keiths@redhat.com>
18222
18223 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
18224 Use integer comparison instead of string comparison for testing
18225 whether binary was built.
18226
18227 2002-09-03 Jim Blandy <jimb@redhat.com>
18228
18229 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
18230
18231 2002-08-29 Jim Blandy <jimb@redhat.com>
18232
18233 * gdb.threads/pthreads.exp: Move the portable thread compilation
18234 code into a function in lib/gdb.exp, and call that from here.
18235 * lib/gdb.exp (gdb_compile_pthreads): New function.
18236
18237 2002-08-29 Keith Seitz <keiths@redhat.com>
18238
18239 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
18240 expect_out so that callers can get at it.
18241
18242 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
18243
18244 * gdb.threads/print-threads.c: New file.
18245 * gdb.threads/print-threads.exp: New file.
18246 * gdb.threads/schedlock.c: New file.
18247 * gdb.threads/schedlock.exp: New file.
18248
18249 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
18250
18251 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
18252 not altivec.c.
18253
18254 2002-08-17 Mark Kettenis <kettenis@gnu.org>
18255
18256 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
18257 targets. The problem should be fixed now.
18258
18259 2002-08-15 Mark Kettenis <kettenis@gnu.org>
18260
18261 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
18262 2002-07-24 change that removes final dots from error messages.
18263
18264 2002-08-13 Tom Tromey <tromey@redhat.com>
18265
18266 * gdb.base/readline.exp: New file.
18267
18268 2002-08-01 Andrew Cagney <ac131313@redhat.com>
18269
18270 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
18271 supress message.
18272
18273 2002-08-01 Andrew Cagney <cagney@redhat.com>
18274
18275 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
18276 CHILL_FOR_TARGET and CHILL_LIB.
18277 * configure.in (configdirs): Remove gdb.chill.
18278 * configure: Regenerate.
18279 * lib/gdb.exp: Obsolete references to chill.
18280 * gdb.fortran/types.exp: Ditto.
18281 * gdb.fortran/exprs.exp: Ditto.
18282
18283 2002-07-30 Kevin Buettner <kevinb@redhat.com>
18284
18285 * gdb.base/shlib-call.exp (additional_flags): Conditionally
18286 set Irix-specific compile and link flags.
18287
18288 2002-07-29 Kevin Buettner <kevinb@redhat.com>
18289
18290 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
18291 source files. The ``-o'' option doesn't work with the ``-E'' option
18292 when using the Irix compiler.
18293
18294 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
18295
18296 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
18297 Improve support for reusing an exec file. Copy exec file
18298 to target, and run gdbserver on the target instead of on the host.
18299
18300 2002-07-18 Jim Blandy <jimb@redhat.com>
18301
18302 * gdb.base/ending-run.exp: Don't expect to see the program end in
18303 some orderly fashion when we're running on a real stand-alone
18304 board.
18305
18306 * gdb.base/interrupt.exp: Correct logic for skipping tests on
18307 targets that don't support interrupts.
18308
18309 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
18310
18311 * gdb.base/attach.exp: Add patterns to match output from /proc-based
18312 systems.
18313 Move comments in expect statements to inside the actions, so that they
18314 don't get matched against.
18315
18316 2002-07-10 Mark Kettenis <kettenis@gnu.org>
18317
18318 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18319 function when asleep" test.
18320
18321 2002-07-10 Andrew Cagney <ac131313@redhat.com>
18322
18323 * gdb.base/page.exp: Rewrite to handle problems with very long
18324 `info set' output. Update copyright.
18325
18326 2002-06-26 Andrew Cagney <ac131313@redhat.com>
18327
18328 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18329 gdb.threads-hp.
18330 * gdb.hp/configure: Regenerate.
18331 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18332 * gdb.hp/gdb.threads-hp/configure: Delete file.
18333 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18334
18335 2002-06-22 Andrew Cagney <ac131313@redhat.com>
18336
18337 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18338 setlocale, bindtextdomain and textdomain.
18339
18340 2002-06-11 Jim Blandy <jimb@redhat.com>
18341
18342 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18343 preprocessor macro information is present.
18344
18345 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18346 tests.
18347
18348 2002-06-06 Michael Snyder <msnyder@redhat.com>
18349
18350 * gdb.base/overlays.exp: Record addresses of overlay
18351 functions in TCL variables rather than in GDB variables,
18352 to avoid having GDB convert them to pointers (with loss
18353 of information).
18354
18355 * gdb.base/d10v.ld: Merge in several years worth of
18356 default linker script changes.
18357 * gdb.base/long_long.exp: Add check for sizeof (long double).
18358
18359 2002-06-06 Michal Ludvig <mludvig@suse.cz>
18360
18361 * gdb.asm/asm-source.exp: Add x86-64 target.
18362 * gdb.asm/x86_64.inc: New.
18363
18364 2002-05-30 Michael Chastain <mec@shout.net>
18365
18366 From Benjamin Kosnik <bkoz@redhat.com>:
18367 * gdb.c++/m-static.cc: New file.
18368 * gdb.c++/m-static.exp: New file.
18369
18370 2002-05-28 Michael Snyder <msnyder@redhat.com>
18371
18372 * gdb.base/call-ar-st.exp: Allow for reduced floating point
18373 precision.
18374
18375 2002-05-27 Michael Chastain <mec@shout.net>
18376
18377 From Benjamin Kosnik <bkoz@redhat.com>:
18378 * gdb.c++/m-data.cc: New file.
18379 * gdb.c++/m-data.exp: New file.
18380
18381 2002-05-27 Michael Chastain <mec@shout.net>
18382
18383 From Benjamin Kosnik <bkoz@redhat.com>:
18384 * gdb.c++/try_catch.cc: New file.
18385 * gdb.c++/try_catch.exp: New file.
18386
18387 2002-05-27 Michael Chastain <mec@shout.net>
18388
18389 * gdb.c++/local.exp: Accept more nested types in output.
18390
18391 2002-05-26 Michael Chastain <mec@shout.net>
18392
18393 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18394
18395 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
18396
18397 * lib/gdb.exp (gdb_wrapper_init): Just because
18398 gdb_wrapper_file exists, this does not mean that the file
18399 should not be rebuilt. That is what gdb_wrapper_initialized
18400 is for.
18401 (default_gdb_init): Reset gdb_wrapper_initialized.
18402
18403 2002-05-23 Michael Snyder <msnyder@redhat.com>
18404
18405 * gdb.base/all-bin.exp: Revise previous patch by just reducing
18406 the precision of the floating point test results.
18407 * gdb.base/call-rt-st.exp: Ditto.
18408
18409 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18410 * gdb.base/call-rt-st.exp: Ditto.
18411
18412 2002-05-19 Michael Chastain <mec@shout.net>
18413
18414 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18415
18416 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
18417
18418 * configure.in (configdirs): Add gdb.arch.
18419 * configure: Regenerate.
18420
18421 2002-05-17 Jim Blandy <jimb@redhat.com>
18422
18423 * gdb.base/completion.exp: Recognize the more detailed error
18424 messages produced by the macro expander's lexical analyzer.
18425
18426 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
18427
18428 * gdb.arch/altivec-abi.c: New file.
18429 * gdb.arch/altivec-abi.exp: New file.
18430 * gdb.arch/altivec-regs.c: New file.
18431 * gdb.arch/altivec-regs.exp: New file.
18432
18433 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
18434
18435 * gdb.base/maint.exp (maint print type): Update for new type
18436 structure.
18437
18438 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
18439
18440 * gdb.arch: New directory.
18441 * gdb.arch/configure.in: New file.
18442 * gdb.arch/configure: New file.
18443 * gdb.arch/Makefile.in: New file.
18444
18445 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
18446
18447 * gdb.asm/asm-source.exp: Add v850 as supported target.
18448 * gdb.asm/v850.inc: New file.
18449
18450 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
18451
18452 * gdb.c++/annota2.exp (annotate-quit): Add comment.
18453
18454 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
18455
18456 * gdb.base/break.exp: Check 'break "marker2"'.
18457
18458 2002-05-10 Michael Snyder <msnyder@redhat.com>
18459
18460 * gdb.base/long_long.exp: Fix typo.
18461
18462 2002-05-10 Jim Blandy <jimb@redhat.com>
18463
18464 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
18465 a bug.
18466
18467 * gdb.base/printcmds.exp (test_integer_literals_rejected):
18468 Recognize more detailed error message produced by the macro
18469 expander's lexical analyzer.
18470 * lib/gdb.exp (test_print_reject): Same.
18471
18472 2002-05-09 Mark Kettenis <kettenis@gnu.org>
18473
18474 * gdb.c++/method.exp: Fix typo.
18475
18476 2002-05-08 Michael Snyder <msnyder@redhat.com>
18477
18478 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18479 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
18480 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
18481 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18482 Add iftarget clause for strongarm.
18483
18484 2002-05-06 Michael Snyder <msnyder@redhat.com>
18485
18486 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18487 (gdb_continue_to_end): Accept output from status wrapper.
18488 * gdb.base/ending-run.exp: Add case for output from status wrapper.
18489 Clean up fail messages to match pass messages.
18490
18491 Enable the "needs_status_wrapper" testsuite feature.
18492 * lib/gdb.exp (gdb_wrapper_init): New procedure.
18493 (gdb_compile): Conditionally call gdb_wrapper_init.
18494 * gdb.base/a2-run.exp: Recognize output from status wrapper.
18495 * gdb.c++/method.exp: Recognize output from status wrapper.
18496
18497 2002-05-06 Ben Elliston <bje@redhat.com>
18498 From Graydon Hoare <graydon@redhat.com>
18499
18500 * config/sid.exp: Include support for "rawsid" protocol.
18501
18502 2002-05-03 Jim Blandy <jimb@redhat.com>
18503
18504 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18505 * gdb.c++/hang3.C: New file.
18506
18507 2002-05-04 Andrew Cagney <ac131313@redhat.com>
18508
18509 * gdb.base/default.exp: Remove obsolete code.
18510 * gdb.c++/misc.exp: Ditto. Update copyright.
18511 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
18512 * gdb.base/whatis.exp: Ditto. Update copyright.
18513 * gdb.base/scope.exp: Ditto. Update copyright.
18514 * gdb.base/ptype.exp: Ditto. Update copyright.
18515 * gdb.base/printcmds.exp: Ditto. Update copyright.
18516 * gdb.base/opaque.exp: Ditto. Update copyright.
18517 * gdb.base/list.exp: Ditto.
18518 * gdb.base/funcargs.exp: Ditto. Update copyright.
18519 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18520 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18521 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18522 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18523 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18524 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18525
18526 2002-05-02 Michael Snyder <msnyder@redhat.com>
18527
18528 * gdb.base/watchpoint.exp: Add xscale target.
18529 * gdb.base/long_long.exp: Add xscale target.
18530 * gdb.base/default.exp: Add xscale target.
18531
18532 2002-05-01 Jim Blandy <jimb@redhat.com>
18533
18534 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18535 gdb.c++/hang.exp: New test.
18536
18537 2002-05-01 Fred Fish <fnf@redhat.com>
18538
18539 * gdb.base/completion.exp: Handle completions of "./Make" for
18540 more than one completion possibility, as is the case when we
18541 build and test in the source tree.
18542
18543 2002-04-29 Anthony Green <green@redhat.com>
18544
18545 * gdb.java/jmisc1.exp: New file.
18546 * gdb.java/jmisc2.exp: New file.
18547
18548 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
18549
18550 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18551
18552 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
18553
18554 * gdb.base/help.exp: Change 'help status' to allow for target
18555 dependent output differences.
18556
18557 2002-04-22 Michael Chastain <mec@shout.net>
18558
18559 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18560
18561 2002-04-22 Michael Chastain <mec@shout.net>
18562
18563 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18564
18565 2002-04-17 David S. Miller <davem@redhat.com>
18566
18567 * gdb.asm/sparc64.inc: New file.
18568 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18569
18570 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
18571
18572 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18573 instruction file directly into the build tree. Clean up at end of
18574 test.
18575
18576 2002-04-18 David S. Miller <davem@redhat.com>
18577
18578 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18579 handle 64-bit platforms correctly.
18580 * gdb.base/maint.exp: Likewise.
18581
18582 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18583
18584 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18585 ``-fpic'' when compiling files comprising a shared library, but
18586 it does need additional linker flags in order to find shared
18587 libraries at run time.
18588
18589 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18590
18591 * gdb.base/cvexpr.c (use): New function.
18592 (main): Invoke use() on all global variables to prevent
18593 some linkers from deleting these otherwise unused symbols.
18594
18595 2002-04-17 Michael Chastain <mec@shout.net>
18596 From David S. Miller <davem@redhat.com>
18597
18598 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18599 handle 64-bit platforms correctly.
18600
18601 2002-04-12 Michael Snyder <msnyder@redhat.com>
18602 From Jim Blandy <jimb@redhat.com>
18603 * gdb.base/foo.c (foox): Remove section attribute; the linker
18604 script can handle this instead.
18605 * gdb.base/bar.c (barx): Same.
18606 * gdb.base/baz.c (bazx): Same.
18607 * gdb.base/grbx.c (grbxx): Same.
18608
18609 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18610 manager doesn't automatically unmap overlays unnecessarily.
18611
18612 2002-04-10 Martin M. Hunt <hunt@redhat.com>
18613
18614 * gdb.base/ending-run.exp: Fix pattern for Mips targets
18615 stepping out of main.
18616
18617 2002-04-09 Michael Chastain <mec@shout.net>
18618
18619 * gdb.c++/local.cc (main): Move call to marker1() inside nested
18620 scope so that the nested scope tests will make sense.
18621 * gdb.c++/local.exp: Write patterns that actually work with gcc
18622 (the HP patterns "were never known to work with gcc").
18623 Keep the old aCC patterns too.
18624
18625 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
18626
18627 * gdb.base/attach.exp: Correct target board test.
18628
18629 2002-04-08 Michael Chastain <mec@shout.net>
18630
18631 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18632 in a const method. Add some xfail and fail cases for configurations
18633 that do not emit the "const ...".
18634
18635 2002-04-07 Michael Chastain <mec@shout.net>
18636
18637 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18638 Accept "A * const" and "const A * const" as type of "this".
18639 Fix spelling of getFunky throughout. Make messages uniform.
18640
18641 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18642
18643 Work around for PR gdb/285:
18644 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18645
18646 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18647
18648 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18649 instructions file at run time instead of configure time.
18650 Sometimes we run the test in a directory that is not the one we
18651 configured in.
18652 * gdb.asm/configure.in: Delete creation of symlink.
18653 * gdb.asm/configure: Regenerate.
18654
18655 2002-04-05 J. Brobecker <brobecker@gnat.com>
18656
18657 * gdb.gdb/xfullpath.exp: New test, to exercise the new
18658 xfullpath () function.
18659
18660 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18661
18662 * gdb.asm/Makefile.in: Correct dependencies.
18663
18664 * gdb.asm/powerpc.inc: New file.
18665 * gdb.asm/asm-source.exp: Add PowerPC.
18666 * gdb.asm/configure.in: Likewise.
18667 * gdb.asm/configure: Regenerated.
18668
18669 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18670
18671 * gdb.base/relocate.exp: New file.
18672 * gdb.base/relocate.c: New file.
18673
18674 2002-04-04 Fred Fish <fnf@redhat.com>
18675
18676 * gdb.base/step-test.exp: Update comment regarding stopping in
18677 memcpy/bcopy calls inserted as part of the compiler runtime.
18678
18679 2002-04-04 Michael Snyder <msnyder@redhat.com>
18680
18681 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18682
18683 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
18684
18685 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18686 (gdb_expect): Remove $notransfer hack.
18687
18688 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
18689
18690 * gdb.c++/classes.exp ("calling method for small class"): Match
18691 updated register output.
18692
18693 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18694
18695 Fix PR gdb/452
18696 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18697 when finished. Make gdb_file_cmd send "exec-file" when
18698 appropriate.
18699
18700 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18701
18702 * gdb.base/attach.exp: Remove extra setup_xfail.
18703
18704 2002-03-26 Michael Snyder <msnyder@redhat.com>
18705
18706 * gdb.base/default.exp: Add tests for dump, append, and restore.
18707 * gdb.base/help.exp: Add tests for dump, append, and restore.
18708 * gdb.base/dump.exp: New file, test dump, append and restore.
18709 * gdb.base/dump.c: New file.
18710
18711 2002-03-27 Michael Snyder <msnyder@redhat.com>
18712
18713 * gdb.base/help.exp: Modify expect strings to reflect
18714 clean-ups in help messages.
18715
18716 2002-03-26 Fred Fish <fnf@redhat.com>
18717
18718 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18719 have debugging info for those functions and the compiler uses them
18720 internally to copy structs around.
18721
18722 2002-03-26 Fred Fish <fnf@redhat.com>
18723
18724 * gdb.base/list.exp: Revert the change made yesterday and add note
18725 about why we don't list the default lines for remote targets.
18726
18727 2002-03-25 Michael Snyder <msnyder@redhat.com>
18728
18729 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18730
18731 2002-03-25 Fred Fish <fnf@redhat.com>
18732
18733 * gdb.base/list.exp: This test works on remote targets so remove
18734 the short circuit for remote targets. Update copyright.
18735
18736 2002-03-25 Fred Fish <fnf@redhat.com>
18737
18738 * gdb.base/attach.exp: Fix logic error that was suppressing this
18739 test for all non hppa*-*-hpux* targets, instead of the hp target.
18740 Move comments closer to the suppression point. Also now need to
18741 check that we are running natively.
18742
18743 2002-03-22 Michael Snyder <msnyder@redhat.com>
18744
18745 * gdb.base/default.exp: Add test for gcore. Update copyright.
18746 * gdb.base/help.exp: Add test for gcore. Update copyright.
18747
18748 2002-03-06 Fred Fish <fnf@redhat.com>
18749
18750 * gdb.base/funcargs.c: Remove extraneous ';' character.
18751 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18752
18753 2002-03-04 Michael Chastain <mec@shout.net>
18754
18755 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18756 accommodate gcc v3 function signature.
18757 * gdb.mi/mi0-var-cmd-exp: Ditto.
18758
18759 2002-02-24 Andrew Cagney <ac131313@redhat.com>
18760
18761 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18762 ``GNU/Linux'' or ``Linux kernel''
18763 * testsuite/gdb.threads/pthreads.c: Ditto.
18764
18765 2002-02-24 Michael Chastain <mec@shout.net>
18766
18767 * gdb.threads/pthreads.c (thread1): Add a return statement.
18768 (thread2): Likewise.
18769 (foo): Likewise.
18770
18771 2002-02-23 Michael Chastain <mec@shout.net>
18772
18773 * gdb.threads/linux-dp.c (philosopher): Add a return statement
18774 to placate gcc.
18775
18776 2002-02-23 Michael Chastain <mec@shout.net>
18777
18778 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18779 test "ptype bint". The test passes on all my stabs configurations.
18780
18781 2002-02-21 Jim Blandy <jimb@redhat.com>
18782
18783 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18784 filename at a time, and watch for the ones we want to see.
18785
18786 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18787 types of pointers to prototyped functions.
18788
18789 2002-02-20 Andrew Cagney <ac131313@redhat.com>
18790
18791 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
18792 signed, unsigned and straight char.
18793 (padding_char, padding_short, padding_int, padding_long,
18794 padding_long_long, padding_float, padding_double,
18795 padding_long_double): New global variables.
18796 (fill, fill_structs): New functions.
18797
18798 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
18799 for correctly sized writes. Update copyright.
18800 (get_valueof): New procedure.
18801 (get_sizeof): Call get_valueof.
18802 (check_valueof): New procedure.
18803 (check_padding): New procedure.
18804
18805 2002-02-20 Michael Chastain <mec@shout.net>
18806
18807 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18808 to setup_xfail. Document some of the remaining calls.
18809
18810 2002-02-18 Michael Chastain <mec@shout.net>
18811
18812 * gdb.c++/userdef.exp: Update copyright year.
18813
18814 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
18815
18816 * gdb.c++/userdef.exp: Test overloaded operators properly.
18817 Remove xfails.
18818
18819 2002-02-14 Michael Snyder <msnyder@redhat.com>
18820
18821 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18822
18823 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
18824
18825 * gdb.base/a2-run.exp: Check for a remote target properly.
18826 * gdb.base/annota1.exp: Likewise.
18827 * gdb.base/list.exp: Likewise.
18828 * gdb.base/reread.exp: Likewise.
18829 * gdb.base/scope.exp: Likewise.
18830 * gdb.base/shlib-call.exp: Likewise.
18831 * gdb.base/term.exp: Likewise.
18832 * gdb.c++/annota2.exp: Likewise.
18833
18834 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
18835
18836 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18837
18838 2002-02-10 Michael Chastain <mec@shout.net>
18839
18840 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18841 (call_after_alloca): Ditto.
18842
18843 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
18844
18845 * gdb.base/ending-run.exp: Guard "cont" test with
18846 gdb_skip_stdio_test.
18847
18848 2002-02-06 Jim Blandy <jimb@redhat.com>
18849
18850 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18851 from here...
18852 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18853 To here. Disable this test on non-HP platforms. Add big comment.
18854
18855 2002-02-04 Michael Snyder <msnyder@redhat.com>
18856
18857 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
18858 other than d10v and m32r.
18859
18860 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
18861
18862 * gdb.base/default.exp: Rewrite test patterns to reduce time
18863 taken to match them.
18864
18865 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18866
18867 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18868 Allow a start function above main.
18869 * gdb.threads/linux-dp.exp: Fix copyright date.
18870
18871 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18872
18873 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18874 (check_philosopher_stack): Check for manager thread before checking
18875 for a just-starting thread.
18876
18877 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18878
18879 From Neil Booth <neil@daikokuya.demon.co.uk>:
18880 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18881 warnings.
18882
18883 2002-01-21 Fred Fish <fnf@redhat.com>
18884
18885 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18886 not caller.
18887
18888 2002-01-21 Jim Blandy <jimb@redhat.com>
18889
18890 * gdb.base/reread.exp: Check that GDB properly re-reads the
18891 executable file when it changes while no inferior is running.
18892
18893 2002-01-21 Fred Fish <fnf@redhat.com>
18894
18895 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18896 optionally accept the "shlib events" variation.
18897
18898 2002-01-21 Jim Blandy <jimb@redhat.com>
18899
18900 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18901 call `fflush' after every `printf', so that the output is produced
18902 at predictable points, regardless of whatever buffering does (or
18903 doesn't) take place.
18904 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18905 at different points.
18906
18907 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18908
18909 * gdb.c++/inherit.exp: Update copyright years.
18910 * gdb.c++/method.exp: Likewise.
18911
18912 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18913
18914 * gdb.c++/classes.exp: Update for improved v3 support and skipping
18915 artificial methods/arguments.
18916 * gdb.c++/derivation.exp: Likewise.
18917 * gdb.c++/inherit.exp: Likewise.
18918 * gdb.c++/method.exp: Likewise.
18919 * gdb.c++/virtfunc.exp: Likewise.
18920
18921 2002-01-18 Andrew Cagney <ac131313@redhat.com>
18922
18923 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18924 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18925 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18926 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18927 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18928 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18929
18930 2002-01-17 Jim Blandy <jimb@redhat.com>
18931
18932 * gdb.asm/asm-source.exp (info symbol): Take another shot at
18933 anchoring the pattern matching the entry point symbol's name.
18934
18935 2002-01-17 Andrew Cagney <ac131313@redhat.com>
18936
18937 * gdb.base/maint.exp: Update ``maint internal-error'' to match
18938 continue/quit query. Update copyright.
18939
18940 2002-01-14 Michael Snyder <msnyder@redhat.com>
18941
18942 * gdb.base/gcore.exp: Remove extra debugging output.
18943
18944 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18945
18946 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18947 for slightly dubious v2 mangled string.
18948
18949 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18950
18951 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18952
18953 2002-01-10 Jason Merrill <jason@redhat.com>
18954
18955 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
18956
18957 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18958 constructors.
18959 * gdb.c++/derivation.exp: Likewise.
18960 * gdb.c++/templates.exp: Likewise.
18961 * gdb.c++/virtfunc.exp: Likewise.
18962
18963 2002-01-10 Michael Snyder <msnyder@redhat.com>
18964
18965 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
18966
18967 2002-01-08 Michael Snyder <msnyder@redhat.com>
18968
18969 * gdb.base/gcore.exp: New test for generate-core-file command.
18970 * gdb.base/gcore.c: Testcase for above.
18971 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18972
18973 2002-01-08 Jason Merrill <jason@redhat.com>
18974
18975 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18976
18977 2002-01-07 Fred Fish <fnf@redhat.com>
18978
18979 * gdb.c++/overload.exp: Remove unconditional xfails for:
18980 print foo_instance1.overloadargs(1)
18981 print foo_instance1.overloadargs(1, 2)
18982 print foo_instance1.overloadargs(1, 2, 3)
18983 print foo_instance1.overloadargs(1, 2, 3, 4)
18984 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18985 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18986 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18987 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18988 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18989 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18990 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18991 print foo_instance1.overload1arg()
18992 print foo_instance1.overload1arg((char)arg2)
18993 print foo_instance1.overload1arg((signed char)arg3)
18994 print foo_instance1.overload1arg((unsigned char)arg4)
18995 print foo_instance1.overload1arg((int)arg7)
18996 print foo_instance1.overload1arg((unsigned int)arg8)
18997 print foo_instance1.overload1arg((float)arg11)
18998 print foo_instance1.overload1arg((double)arg12)
18999
19000 2002-01-07 Michael Snyder <msnyder@redhat.com>
19001
19002 * gdb.base/huge.exp: New test. Print a very large target data object.
19003 (skip_huge_test): New test variable. Define if you want to skip this
19004 test. The test reads an 8 megabyte data object from the target, so it
19005 might be very time consuming on remote targets with a slow connection.
19006 * gdb.base/huge.c: New file. Test case for above.
19007
19008 2002-01-07 Fred Fish <fnf@redhat.com>
19009
19010 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
19011 g_instance.bfoo, and g_instance.cfoo.
19012
19013 2002-01-07 Jeffrey A Law <law@redhat.com>
19014
19015 * gdb.base/break.c (multi_line_if_conditional): New function.
19016 (multi_ilne_while_conditional): Likewise.
19017 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
19018 IF or WHILE condition puts the breakpoint at the start of
19019 the condition.
19020
19021 * gdb.base/selftest.exp (backtrace through signal handler): Remove
19022 hppa*-*-hpux* expected failure.
19023 * gdb.base/structs.exp (do_function_calls): Similarly.
19024
19025 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
19026 watchpoints.
19027
19028 2002-01-06 Andrew Cagney <ac131313@redhat.com>
19029
19030 Fix PR gdb/66.
19031 * gdb.base/structs.exp: Replace skip for a29k with skip for
19032 gdb,cannot_call_functions.
19033 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
19034 * gdb.base/callfuncs.exp: Ditto.
19035 * gdb.base/call-rt-st.exp: Ditto.
19036 * gdb.base/call-strs.exp: Ditto.
19037 * gdb.base/callfwmall.exp: Ditto.
19038 * gdb.base/scope.exp: Obsolete xfail a29k.
19039 * gdb.c++/misc.exp: Ditto.
19040 * gdb.c++/cplusfuncs.exp: Ditto.
19041 * gdb.base/ptype.exp: Ditto.
19042 * gdb.base/printcmds.exp: Ditto.
19043 * gdb.base/opaque.exp: Ditto.
19044 * gdb.base/list.exp: Ditto.
19045 * gdb.base/funcargs.exp: Ditto.
19046 * gdb.base/default.exp: Ditto.
19047
19048 2002-01-04 Michael Snyder <msnyder@redhat.com>
19049
19050 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
19051 * gdb.base/maint.exp: Add tests for maint info sections options.
19052
19053 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
19054
19055 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
19056
19057 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
19058
19059 * gdb.asm/arm.inc: New file.
19060 * gdb.asm/asm-source.exp: Add arm targets.
19061 * gdb.asm/configure.in: Ditto.
19062 * gdb.asm/configure: Recreated from configure.in.
19063
19064 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
19065
19066 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
19067 with HP's compiler.
19068 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19069 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19070 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19071 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19072
19073 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
19074 either HP's compilers or GCC.
19075
19076 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
19077 a SIGBUS or SIGSEGV.
19078
19079 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
19080
19081 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
19082 can be compiled with either HP's compiler or GCC.
19083
19084 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
19085 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
19086 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
19087
19088 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
19089 to match current gdb output. Update due to using auto-solib-limit
19090 for limiting instead of overloading auto-solib-add.
19091 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
19092 test program.
19093
19094 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
19095 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
19096 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19097 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19098 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19099 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19100 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
19101 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
19102 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
19103 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
19104 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
19105 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
19106 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
19107
19108 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
19109 a SIGTRAP to the inferior.
19110
19111 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
19112
19113 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
19114 Substitute call to target_link by call to gdb_compile.
19115
19116 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
19117
19118 * gdb.base/break.exp: Fix HP specific search string when testing
19119 backtracing in a called function.
19120
19121 * gdb.base/constvars.exp: Only set lang to C++ if we're
19122 compiling the test with HP's compilers.
19123 * gdb.base/volatile.exp: Similarly.
19124
19125 2001-12-19 Jim Blandy <jimb@redhat.com>
19126
19127 * gdb.base/printcmds.exp: Expect the null character to be printed
19128 as '\0', and the '\013' to be printed as '\v'.
19129 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
19130 * gdb.base/setvar.exp: Same.
19131
19132 2001-12-17 Jim Blandy <jimb@redhat.com>
19133
19134 * gdb.base/completion.exp: Rather than completing very long
19135 filenames, which can make the readline library produce output we
19136 don't recognize, cd to the directory first, and then complete
19137 using nice, short relative paths.
19138
19139 * gdb.base/completion.exp: On some systems, there is, in fact, a
19140 variable named `b' in scope, since GDB treats all static
19141 variables as being in scope. So use `no_var_named_this'
19142 instead of `b'.
19143
19144 * gdb.base/corefile.exp: Recognize the message saying that GDB
19145 can't find the core file's registers as a failure.
19146
19147 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
19148
19149 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
19150 test expect string more specific.
19151
19152 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
19153
19154 * gdb.asm/asm-source.exp: Add support for xstormy16.
19155 * gdb.asm/configure.in: Ditto.
19156 * gdb.asm/configure: Rebuild.
19157 * gdb.asm/xstormy16.inc: New file.
19158
19159 2001-12-10 Fred Fish <fnf@redhat.com>
19160
19161 * gdb.base/maint.exp: Update to match changes in type dumping code.
19162
19163 2001-12-10 Jim Blandy <jimb@redhat.com>
19164
19165 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
19166 matching the entry point symbol's name at the beginning of the
19167 line.
19168
19169 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
19170
19171 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
19172 gdb.c++/inherit.exp, gdb.c++/method.exp,
19173 gdb.c++/namespace.exp, gdb.c++/templates.exp,
19174 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
19175 and class layout support.
19176
19177 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
19178
19179 * gdb.c++/classes.exp: Add test for static member function.
19180 * gdb.c++/misc.cc: Add class with static member function.
19181
19182 2001-12-07 Jim Blandy <jimb@redhat.com>
19183
19184 If GDB says it can't find the struct the function returned, report
19185 those tests as `unsupported'.
19186 * gdb.base/call-rt-st.exp (print_struct_call): New function.
19187 Rewrite subsequent tests to use it.
19188
19189 If GDB says it can't find the struct the function returned, report
19190 those tests as `unsupported'.
19191 * gdb.base/structs.exp (call_struct_func): New function.
19192 (do_function_calls): Use call_struct_func to call the functions
19193 returning structs.
19194
19195 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
19196 whether functions are prototyped or not, so we can't possibly pass
19197 arguments to t_float_values2 properly.
19198
19199 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
19200 value of `timeout' for targets other than the mips*tx39-*.
19201
19202 2001-12-06 Michael Snyder <msnyder@redhat.com>
19203
19204 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
19205 and detect whether the start symbol has a leading underscore.
19206
19207 2001-12-04 Jim Blandy <jimb@redhat.com>
19208
19209 * gdb.base/completion.exp: Clarify indentation.
19210
19211 2001-12-03 Jim Blandy <jimb@redhat.com>
19212
19213 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
19214 variables on the S/390, not `.word'.
19215
19216 2001-11-30 Jim Blandy <jimb@redhat.com>
19217
19218 Add assembly-source tests for s390-ibm-linux.
19219 * gdb.asm/s390.inc: New file.
19220 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
19221 the S/390 architecture.
19222 * gdb.asm/configure: Regenerated.
19223
19224 2001-11-30 Michael Snyder <msnyder@redhat.com>
19225
19226 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
19227 next, info source, info sources, info line, global and static
19228 variables, and static functions.
19229 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
19230 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
19231 * gdb.asm/asmsrc1.s: Add a static function and some variables.
19232 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
19233 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
19234 (gdbasm_leave): Restore frame pointer.
19235 (gdbasm_startup): Copy stack set-up from crt0.S.
19236
19237 2001-11-26 Fernando Nasser <fnasser@redhat.com>
19238
19239 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
19240 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
19241 to a local (non-static) variable. Copy tstruct.a to a static buffer
19242 and return a pointer to that buffer.
19243 * gdb.base/callfwmall.c (t_structs_a): Ditto.
19244
19245 2001-11-24 Mark Kettenis <kettenis@gnu.org>
19246
19247 * gdb.asm/configure.in: Fix recognition of ix86 target.
19248 * gdb.asm/configure: Regenerate.
19249
19250 2001-11-21 Michael Snyder <msnyder@redhat.com>
19251
19252 * gdb.asm/sparc.inc: New file.
19253 * gdb.asm/asm-source.exp: Recognize sparc target.
19254 * gdb.asm/configure.in: Recognize sparc target.
19255 * gdb.asm/configure: Regenerate.
19256
19257 2001-11-21 Michael Snyder <msnyder@redhat.com>
19258
19259 * gdb.asm/m32r.inc: New file.
19260 * gdb.asm/asm-source.exp: Recognize m32r target.
19261 * gdb.asm/configure.in: Recognize m32r target.
19262 * gdb.asm/configure: Regenerate.
19263
19264 2001-11-20 Michael Snyder <msnyder@redhat.com>
19265
19266 * gdb.asm/i386.inc: New file.
19267 * gdb.asm/asm-source.exp: Recognize ix86 target.
19268 * gdb.asm/configure.in: Recognize ix86 target.
19269 * gdb.asm/configure: Regenerate.
19270
19271 * gdb.c++/namespace.exp: Fix quotes in output messages.
19272
19273 2001-11-14 Michael Snyder <msnyder@redhat.com>
19274
19275 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
19276 qualifier in a type cast expression, to designate an address
19277 in the instruction space (Harvard architecture).
19278
19279 2001-11-13 Michael Snyder <msnyder@redhat.com>
19280
19281 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
19282 Tests for expressions using 'const' and 'volatile'.
19283
19284 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
19285
19286 * gdb.asm/asm-sources.exp: Allow defining linker flags.
19287
19288 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
19289
19290 * lib/mi-support.exp (mi_run_to_helper): Move comments
19291 outside of gdb_expect.
19292
19293 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
19294
19295 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
19296 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
19297 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
19298 mi0_run_to): New functions.
19299 * gdb.mi/mi-simplerun.exp: Use them.
19300 * gdb.mi/mi0-simplerun.exp: Likewise.
19301 * gdb.mi/mi-var-cmd.exp: Likewise.
19302 * gdb.mi/mi0-var-cmd.exp: Likewise.
19303
19304 2001-11-10 Andrew Cagney <ac131313@redhat.com>
19305
19306 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
19307 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
19308
19309 2001-11-09 Andrew Cagney <ac131313@redhat.com>
19310
19311 * gdb.base/restore.exp: Include $expected value in restored test
19312 message.
19313
19314 2001-11-09 Andrew Cagney <ac131313@redhat.com>
19315
19316 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19317 implemented.
19318
19319 2001-11-08 Michael Snyder <msnyder@redhat.com>
19320
19321 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19322 Add pass/fail message for stop at breakpoint in call dummy function.
19323
19324 2001-11-07 Michael Snyder <msnyder@redhat.com>
19325
19326 * gdb.c++/templates.exp (test_template_breakpoints):
19327 If we get an overload menu, but it does not match what
19328 we expect, we still need to issue the "cancel" command.
19329 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19330 making the whitespace optional. Argument for "new" may be
19331 "unsigned" as well as "unsigned int/long".
19332 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
19333 making the whitespace optional. Also replace "(void) with
19334 "((void|)), making the keyword "void" optional.
19335 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
19336 making the whitespace optional. Also replace "(void) with
19337 "((void|)), making the keyword "void" optional.
19338 * gdb.base/callfuncs.c (t_float_values): This function must
19339 _not_ be prototyped, and the following function (t_float_values2)
19340 must be prototyped (if the compiler supports it), so that GDB
19341 can be tested against both cases. Usually one case involves
19342 promotion of float to double, while the other does not.
19343 * gdb.base/callfwmall.c: Ditto.
19344 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19345 includes a stack frame for "start".
19346
19347 2001-11-05 Jim Blandy <jimb@redhat.com>
19348
19349 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
19350 pointers are 32 bits long, and that offsets of relocs are always
19351 stored in the data (REL-style), and not in the reloc entry itself
19352 (RELA-style).
19353 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19354 stabs.
19355
19356 2001-11-01 Michael Snyder <msnyder@redhat.com>
19357
19358 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19359 and regular expression operators by using quoting.
19360
19361 2001-10-31 Michael Snyder <msnyder@redhat.com>
19362
19363 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19364 depending on what the symbol table contains.
19365 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19366 the output of the ptype command. Similarly, accept both "const &"
19367 and "const&".
19368
19369 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
19370
19371 * gdb.base/miscexprs.c (main): Add usage of preprocessor
19372 symbol `STORAGE' to allow to choose the storage class of
19373 the local datastructures.
19374 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19375 compiler directive.
19376
19377 2001-10-30 Michael Snyder <msnyder@redhat.com>
19378
19379 * gdb.base/jump.exp: Allow it to run for all targets.
19380
19381 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
19382
19383 * gdb.base/call-ar-st.c (print_double_array): Match for loop
19384 with new double_array size.
19385 (main): Change storage class of all local variables to static.
19386 Reduce size of double_array to 9.
19387 * gdb.base/call-ar-st.exp: Increase timeout value.
19388 Change expected output for double array to match new size in
19389 call-ar-st.c.
19390
19391 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
19392
19393 * gdb.base/ending-run.exp: Create identical output when passing
19394 `step to end of run' case. Add regular expression branch satisfying
19395 Stormy16 target.
19396
19397 2001-10-28 Mark Kettenis <kettenis@gnu.org>
19398
19399 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19400 that we catch the expected failure under Linux/x86.
19401
19402 2001-10-29 Orjan Friberg <orjanf@axis.com>
19403
19404 * gdb.base/setvar.exp: Escape curly braces.
19405 * gdb.stabs/weird.exp: Ditto.
19406
19407 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
19408
19409 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19410 * gdm.mi/mi0-hack-cli.exp: Likewise.
19411
19412 2001-10-25 Andrew Cagney <ac131313@redhat.com>
19413
19414 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19415 messages.
19416
19417 2001-10-21 Andrew Cagney <ac131313@redhat.com>
19418
19419 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19420 checking MI enabled.
19421
19422 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
19423
19424 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19425
19426 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
19427
19428 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19429 if gdb child process crashes, just signal an error.
19430
19431 2001-10-02 Jim Blandy <jimb@redhat.com>
19432
19433 * lib/gdb.exp (test_xfail_format): Simplify.
19434
19435 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19436 front of the variable name `format'. Simplify `if'.
19437
19438 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
19439
19440 * gdb.threads/pthreads.exp: Wait for output and delay
19441 before sending ^C.
19442
19443 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
19444
19445 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
19446 some incorrect output instead of timing out.
19447 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
19448
19449 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
19450
19451 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19452 check to allow additional `int'.
19453
19454 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
19455
19456 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19457 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19458
19459 2001-09-27 Michael Snyder <msnyder@redhat.com>
19460
19461 * lib/gdb.exp (test_debug_format): New proc.
19462 (setup_xfail_format): Use new proc test_debug_format.
19463 * gdb.base/constvars.exp (local_compiler_xfail_check): New
19464 proc; use new service proc test_debug_format.
19465 Replace all other "gcc_compiled" tests with this test.
19466 * gdb.base/volatile.exp (local_compiler_xfail_check): New
19467 proc; use new service proc test_debug_format.
19468 Replace all other "gcc_compiled" tests with this test.
19469
19470 2001-09-27 Michael Snyder <msnyder@redhat.com>
19471
19472 * gdb.base/cvexpr.exp: New file.
19473 * gdb.base/cvexpr.c: New file
19474 Test for expressions using const and volatile keywords.
19475
19476 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
19477
19478 * gdb.base/constvars.exp: Check for different orders of keywords
19479 and additional "int" strings in output.
19480
19481 2001-09-22 Andrew Cagney <ac131313@redhat.com>
19482
19483 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19484 responses from "help maint".
19485
19486 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
19487
19488 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19489 to localhost:NNN instead of :NNN, in case Xvfb is listening
19490 only on TCP.
19491
19492 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
19493
19494 * gdb.base/recurse.exp: When checking leaving the watchpoint
19495 scope, recognize when gdb is in function's epilogue and pass.
19496
19497 2001-09-18 Keith Seitz <keiths@redhat.com>
19498
19499 * lib/insight-support.exp (_gdbtk_export_target_info): Add
19500 support for running tests against sid targets.
19501 (gdbtk_done): Ditto.
19502
19503 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
19504
19505 * gdb.base/ending-run.c (main): Set stdout buffersize
19506 to the same reasonable value for any target.
19507 * gdb.base/ending-run.exp: Add a regular expression
19508 to make testsuite happy on Sanyo Stormy16 target.
19509
19510 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
19511
19512 * gdb.base/display.c (do_loops): Add float variable `f'.
19513 Increment f in loop.
19514 * gdb.base/display.exp: Increment timeout by 60 seconds.
19515 Change float display test to use variable `f'.
19516
19517 2001-09-17 Jim Blandy <jimb@redhat.com>
19518
19519 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19520 overflowing the limited breakpoint tables on some ROM monitors
19521 (like the ROM68K).
19522
19523 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
19524
19525 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19526 the "-ac" (disable access control) flag.
19527
19528 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
19529
19530 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19531 ints.
19532
19533 2001-08-30 Keith Seitz <keiths@redhat.com>
19534
19535 * lib/gdb.exp: Move all insight-related functionality into
19536 separate file.
19537 * lib/insight-support.exp: New file.
19538
19539 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
19540
19541 * config/sid.exp (sid_start): Never set sid verbosity; disable
19542 expect_background {} that consumed its stdout; tolerate </dev/null.
19543 Attempt to set endianness override in "sid" protocol mode. Cleanup.
19544
19545 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19546
19547 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19548 CLI jump command to start it.
19549 (mi_run_to_main): Fail immediatly when unexpected output.
19550
19551 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19552
19553 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19554 beginning of function. Fix PR gdb/191.
19555
19556 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
19557
19558 * config/sid.exp (sid_start): Don't warn if we cannot figure out
19559 what to force sid endianness to.
19560
19561 2001-08-15 Keith Seitz <keiths@redhat.com>
19562
19563 * lib/gdb.exp (gdbtk_start): Don't set environment
19564 variables for TCL_LIBRARY and friends. Insight will
19565 now figure these out for itself.
19566
19567 2001-08-02 Michael Snyder <msnyder@redhat.com>
19568
19569 * gdb.base/completion.exp: Remove the symbol "a64l" from
19570 the expect string; this is target-specific, and not related
19571 to what is being tested.
19572
19573 2001-08-02 Dave Brolley <brolley@redhat.com>
19574
19575 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19576
19577 2001-07-25 Michael Snyder <msnyder@redhat.com>
19578
19579 * gdb.base/consecutive.exp: New file. Test stepping over
19580 breakpoints on consecutive instructions.
19581 * gdb.base/consecutive.c: New file.
19582
19583 * gdb.base/call-rt-st.exp: Use double-backslash to quote
19584 curly braces in regular expressions.
19585
19586 2001-07-25 Michael Snyder <msnyder@redhat.com>
19587
19588 * gdb.base/ending-run.exp: Accept "Program exited normally" as
19589 legitimate output from stepping out of main.
19590
19591 2001-07-22 Keith Seitz <keiths@redhat.com>
19592
19593 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19594 the empty string, do not run the tests.
19595
19596 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19597
19598 * gdb.base/long_long.exp: Detect size of pointer. Take into
19599 account 2-byte pointers when testing for p/a results.
19600
19601 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19602
19603 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
19604 and defined to 1K for m68hc11.
19605 (random_data): Reduce table to 1K for embedded platforms (68hc11).
19606 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19607 (sizeof_random_data): New variable to tell the size of the data table;
19608 don't test past this size; always run to main.
19609
19610 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19611
19612 * gdb.base/return2.exp: return of long long and double fails for
19613 68HC11; don't execute these tests on that platform.
19614 * gdb.base/return.exp: Return of a double fails for 68hc11.
19615
19616 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19617
19618 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19619 tests that print a float.
19620 * call-rt-st.exp: Likewise.
19621
19622 2001-07-12 Mark Kettenis <kettenis@gnu.org>
19623
19624 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19625 running this test on Linux.
19626
19627 2001-06-24 Michael Chastain <chastain@redhat.com>
19628
19629 * gdb.base/arithmet.exp: Remove some tests to make all test names
19630 unique.
19631
19632 2001-07-03 Michael Snyder <msnyder@redhat.com>
19633
19634 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19635 the output of the ptype command.
19636
19637 2001-07-02 Michael Snyder <msnyder@redhat.com>
19638
19639 * gdb.base/completion.exp: Don't assume that break.c is the only
19640 source file that may contain functions named "marker".
19641 * gdb.base/corefile.exp: Quote the curly braces in regexp.
19642
19643 2001-06-28 Andrew Cagney <ac131313@redhat.com>
19644
19645 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19646 of files to delete.
19647
19648 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19649 * gdb.disasm/h8300s.exp: New file.
19650 gdb.disasm/h8300s.s: Likewise.
19651
19652 2001-06-27 Andrew Cagney <ac131313@redhat.com>
19653
19654 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19655 empty breakpoint tables.
19656
19657 2001-06-25 Andrew Cagney <ac131313@redhat.com>
19658
19659 * lib/mi-support.exp: Update args=... part of stop-reason
19660 patterns. Accept either a list or a tuple.
19661
19662 2001-06-23 Andrew Cagney <ac131313@redhat.com>
19663
19664 * lib/mi-support.exp: Remove local emacs variable defining
19665 change-log-default-name.
19666
19667 2001-06-22 Michael Chastain <chastain@redhat.com>
19668
19669 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19670 This is operationally compatible with the previous version.
19671
19672 2001-06-13 Jim Blandy <jimb@redhat.com>
19673
19674 * lib/gdb.exp (gdb_test): Doc fix.
19675
19676 2001-06-10 Michael Chastain <chastain@redhat.com>
19677
19678 * gdb.base/exprs.exp: Remove a duplicate test.
19679
19680 2001-06-06 Jim Blandy <jimb@redhat.com>
19681
19682 * gdb.base/return2.exp (main): Use values to test float and double
19683 returns that are not NaN's, to avoid being confused by IEEE
19684 comparison rules.
19685
19686 2001-06-04 Michael Snyder <msnyder@redhat.com>
19687
19688 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
19689 non-zero if control_c fails. Terminate the test on failure,
19690 rather than wait for 12 more tests to time out.
19691
19692 2001-06-06 Jim Blandy <jimb@redhat.com>
19693
19694 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
19695 Don't forget to match the GDB prompt.
19696
19697 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19698
19699 2001-06-04 Jim Blandy <jimb@redhat.com>
19700
19701 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19702 command.
19703
19704 2001-05-31 Kevin Buettner <kevinb@redhat.com>
19705
19706 * gdb.base/annota1.exp (info break): Match four or more spaces
19707 after "Address".
19708
19709 2001-05-31 Michael Chastain <chastain@redhat.com>
19710
19711 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19712 (dm_type_int_star): Likewise.
19713 (dm_type_long_star): Likewise.
19714 (dm_type_void_star): Likewise.
19715
19716 2001-05-29 Kevin Buettner <kevinb@redhat.com>
19717
19718 * gdb.base/completion.exp (INPUTRC): Set this environment variable
19719 to a known value in order to get consistent results regardless
19720 of the setting of INPUTRC or the presence or contents of .inputrc.
19721
19722 2001-05-24 Michael Snyder <msnyder@redhat.com>
19723
19724 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19725 Don't require that the main thread and the manager thread are the
19726 first in the list.
19727
19728 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19729 debugging. If test fails, issue an "unsupported" not a "fail".
19730
19731 2001-05-24 Jim Blandy <jimb@redhat.com>
19732
19733 Don't assume that short is shorter than int.
19734 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19735 assume that shorts are smaller than ints. On a 16-bit machine,
19736 this isn't true.
19737 ("print unsigned char == (~0)"): Add test that verifies that ~0,
19738 an int, is not equal to ~0 stored in an unsigned char. This tests
19739 the same thing that the previous test meant to, but works on
19740 16-bit machines, too.
19741 ("print unsigned char != (~0)"): Same test, complemented.
19742
19743 2001-05-24 Michael Snyder <msnyder@redhat.com>
19744
19745 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
19746 test for (full_coverage == 0). This makes the test run faster,
19747 and prevents dejagnu getting out of step.
19748
19749 2001-05-23 Kevin Buettner <kevinb@redhat.com>
19750
19751 * gdb.base/finish.exp (finish_void): Revise pattern for
19752 stopping on the call statement to not permit stopping at
19753 the start of the instructions comprising the call sequence.
19754
19755 2001-05-19 Michael Chastain <chastain@redhat.com>
19756
19757 * gdb.base/callfuncs.exp: Make all test names unique.
19758 * gdb.base/commands.exp: Make all test names unique.
19759 * gdb.base/condbreak.exp: Make all test names unique.
19760 * gdb.base/dbx.exp: Make all test names unique.
19761 * gdb.base/default.exp: Make all test names unique.
19762 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
19763 and TIMEOUT messages to their corresponding PASS message.
19764 * gdb.base/ending-run.exp: Make all test names unique.
19765 * gdb.base/long_long.exp: Remove duplicate test.
19766
19767 2001-05-21 Kevin Buettner <kevinb@redhat.com>
19768
19769 * gdb.base/finish.exp (finish_void): Allow "finish" command to
19770 stop on the call statement as well as the statement after the
19771 call.
19772
19773 2001-05-21 Michael Snyder <msnyder@redhat.com>
19774
19775 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19776
19777 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19778
19779 * gdb.base/completion.exp: Revamp test. Make it execute on all
19780 platforms.
19781
19782 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19783
19784 * config/gdbserver.exp (gdb_load): Handle the case
19785 in which the arguments to gdbserver are given in the
19786 baseboard configuration file.
19787 Also handle the case in which the server needs to do a
19788 load.
19789
19790 2001-05-07 Keith Seitz <keiths@cygnus.com>
19791
19792 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19793 set up the display for testing.
19794 (gdbtk_start): Convert all paths to paths that tcl will like.
19795 Export target information to environment.
19796 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19797 necessary.
19798 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19799 (to_tcl_path): New proc to convert a given pathname into
19800 a path acceptible as an argument to a tcl command.
19801 (_gdbtk_export_target_info): New proc to export target info
19802 into the environment for gdbtk testing.
19803 (gdbtk_done): New proc to signal end-of-test.
19804
19805 2001-05-06 Jim Blandy <jimb@redhat.com>
19806
19807 * restore.c: Make the code of caller0 correspond to its comment.
19808
19809 2001-05-03 Michael Snyder <msnyder@redhat.com>
19810
19811 * config/sid.exp (gdb_target_sid): Check for error messages.
19812 On error or timeout, don't make expect exit (which will terminate
19813 all subsequent tests); instead just make gdb exit.
19814 (gdb_load): Check for error messages. On error or timeout,
19815 return a negative value.
19816
19817 2001-04-24 Jim Blandy <jimb@redhat.com>
19818
19819 * gdb.c++/templates.exp: If we see the prompt for the overload
19820 list, but we haven't recognized any of the longer patterns,
19821 arrange for this test to fail, not hang.
19822
19823 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19824 variations.
19825
19826 2001-04-22 Michael Chastain <chastain@redhat.com>
19827
19828 * gdb.c++/local.exp: Use the 'runto' library function.
19829 * gdb.c++/namespace.exp: Likewise.
19830 * gdb.c++/overload.exp: Likewise.
19831
19832 2001-03-26 Kevin Buettner <kevinb@redhat.com>
19833
19834 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19835 * gdb.base/step-line.exp: New file. Test step/next in presence of
19836 #line directives.
19837 * gdb.base/step-line.c: New file. Test program for the above.
19838 * gdb.base/step-line.inp: New file. We pretend that this file has
19839 been transformed by some other tool into step-line.c.
19840
19841 2001-03-21 Jim Blandy <jimb@redhat.com>
19842
19843 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19844 unmangled operator names.
19845
19846 2001-03-20 Jim Blandy <jimb@redhat.com>
19847
19848 * gdb.threads/linux-dp.exp: Recognize an additional message
19849 generated by GDB when it doesn't understand how to debug threads
19850 on the target system.
19851
19852 2001-03-19 Andrew Cagney <ac131313@redhat.com>
19853
19854 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19855
19856 2001-03-12 Michael Chastain <chastain@redhat.com>
19857
19858 * gdb.c++/derivation.exp: Use the 'runto' library function.
19859
19860 2001-03-12 Michael Chastain <chastain@redhat.com>
19861
19862 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19863
19864 2001-02-24 Michael Chastain <chastain@redhat.com>
19865
19866 * gdb.c++/ref-types.exp: Change handwritten code to library
19867 function 'runto'.
19868
19869 2001-03-16 Orjan Friberg <orjanf@axis.com>
19870
19871 * gdb.base/signals.exp: Set count to 0 explicitly.
19872
19873 2001-03-15 Mark Salter <msalter@redhat.com>
19874
19875 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19876 (gdb_target_monitor): Add check of gdb_target_cmd return value.
19877 (gdb_load): Add support for additional target_info: gdb_download_size
19878 and gdb_load_timeout.
19879
19880 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
19881
19882 * gdb.base/annota1.exp: Move test of isnative to earlier in the
19883 file -- to prevent failing when the compile fails but we have no
19884 intention of running the tests anyway.
19885
19886 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19887 tests if set.
19888
19889 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
19890 integers.
19891
19892 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19893 * gdb.c++/namespace.exp: Ditto.
19894
19895 2001-03-07 Orjan Friberg <orjanf@axis.com>
19896
19897 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19898 * gdb.base/pointers.exp: Relax pattern match of decimals.
19899
19900 2001-03-06 Kevin Buettner <kevinb@redhat.com>
19901
19902 * Makefile.in, config/abug.exp, config/cfdbug.exp,
19903 config/cpu32bug.exp, config/dve.exp, config/est.exp,
19904 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19905 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19906 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19907 config/sh.exp, config/sid.exp, config/slite.exp,
19908 config/sparclet.exp, config/udi.exp, config/unknown.exp,
19909 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19910 config/vxworks.exp, config/vxworks29k.exp,
19911 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19912 gdb.base/all-bin.exp, gdb.base/annota1.exp,
19913 gdb.base/arithmet.exp, gdb.base/assign.exp,
19914 gdb.base/async.exp, gdb.base/attach.exp,
19915 gdb.base/bitfields.exp, gdb.base/bitops.exp,
19916 gdb.base/break.exp, gdb.base/call-ar-st.exp,
19917 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19918 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19919 gdb.base/commands.exp, gdb.base/completion.exp,
19920 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19921 gdb.base/constvars.exp, gdb.base/corefile.exp,
19922 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19923 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19924 gdb.base/ending-run.exp, gdb.base/environ.exp,
19925 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19926 gdb.base/finish.exp, gdb.base/foll-exec.exp,
19927 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19928 gdb.base/funcargs.exp, gdb.base/help.exp,
19929 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19930 gdb.base/logical.exp, gdb.base/long_long.exp,
19931 gdb.base/maint.exp, gdb.base/mips_pro.exp,
19932 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19933 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19934 gdb.base/pointers.exp, gdb.base/printcmds.exp,
19935 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19936 gdb.base/regs.exp, gdb.base/relational.exp,
19937 gdb.base/remote.exp, gdb.base/reread.exp,
19938 gdb.base/restore.exp, gdb.base/return2.exp,
19939 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19940 gdb.base/selftest.exp, gdb.base/setshow.exp,
19941 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19942 gdb.base/sigall.exp, gdb.base/signals.exp,
19943 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19944 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19945 gdb.base/step-test.exp, gdb.base/structs.c,
19946 gdb.base/structs.exp, gdb.base/structs2.exp,
19947 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19948 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19949 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19950 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19951 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19952 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19953 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19954 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19955 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19956 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19957 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19958 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19959 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19960 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19961 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19962 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19963 gdb.trace/circ.exp, gdb.trace/collection.exp,
19964 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19965 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19966 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19967 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19968 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19969 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19970 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19971 notices.
19972
19973 2001-02-27 Michael Snyder <msnyder@cygnus.com>
19974
19975 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19976 first arg is int not float.
19977
19978 2001-02-22 Michael Snyder <msnyder@cygnus.com>
19979
19980 * gdb.base/reread.exp: Unsupported for non-native targets;
19981 doesn't work for remote debugging.
19982
19983 2001-02-19 Fernando Nasser <fnasser@redhat.com>
19984
19985 From Drew Moseley <dmoseley@redhat.com>
19986 * gdb.base/ending-run.exp: Properly handle the BSP state when
19987 stepping past the end of main.
19988
19989 2001-02-19 John Moore <jmoore@redhat.com>
19990
19991 * gdb.base/commands.exp (infrun_breakpoint_command_test):
19992 Converted HPUX fix for non-expected items following multiple
19993 step commands into general solution for all platforms.
19994
19995 2001-02-18 Michael Chastain <chastain@redhat.com>
19996
19997 * gdb.c++/classes.exp (do_tests): Change runto statements
19998 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19999 statements demangler agnostic.
20000 * gdb.c++/virtfunc.exp (do_tests): Likewise.
20001 (gdb_virtfunc_restart): Likewise.
20002
20003 2001-02-14 Michael Chastain <chastain@redhat.com>
20004
20005 * gdb.c++/inherit.exp (do_tests): Change runto statements
20006 from "runto 'foo(void)'" to "runto 'foo'". This makes the
20007 statements demangler agnostic.
20008
20009 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
20010
20011 * gdb.threads/pthreads.exp: Unify pass/fail messages for
20012 ``continue to bkpt at common_routine in thread 2'' and ``stopped
20013 before calling common_routine 15 times'' tests.
20014
20015 2001-02-11 Michael Chastain <chastain@redhat.com>
20016
20017 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
20018 Helps the test script figure out which demangler is in use.
20019 (dm_type_foo_ref): Ditto.
20020 (dm_type_int_star): Ditto.
20021 (dm_type_long_star): Ditto.
20022 (dm_type_unsigned_int): Ditto.
20023 (dm_type_void): Ditto.
20024 (dm_type_void_star): Ditto.
20025 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
20026 Probe the gdb demangler and set variables to accommodate
20027 formatting differences.
20028 (info_func_regexp): New function. Same as info_func, but
20029 matches against a regexp.
20030 (info_func): Match against a literal string.
20031 (print_addr_2): New function. Match against a literal string,
20032 which can be different from the input to gdb.
20033 (print_addr): Simply call print_addr_2 with the same argument twice.
20034 (test_lookup_operator_functions): Use demangler formatting variables.
20035 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
20036 the tests in the same order as the C++ class declaration.
20037 (test_paddr_operator_functions): Ditto.
20038 (test_paddr_overloaded_functions): Ditto.
20039 (test_paddr_hairy_functions): Use demangler formatting variables.
20040 Add reference to gdb/19 for related tests.
20041 (do_tests): Call probe_demangler.
20042
20043 2001-01-30 Kevin Buettner <kevinb@redhat.com>
20044
20045 * gdb.c++/templates.cc (printf): Remove unused function definition.
20046
20047 2001-01-26 Felix Lee <flee@redhat.com>
20048
20049 * sid.exp (sid_exit): Pass host, not target, to remote_close.
20050
20051 2001-01-25 matthew green <mrg@redhat.com>
20052
20053 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
20054 up sid.
20055 (sid_exit): Call `remote_pop_conn' after GDB is gone.
20056
20057 2001-01-25 matthew green <mrg@redhat.com>
20058
20059 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
20060 Deprecate $sid_spawn_id.
20061 (sid_exit): Remove code necessary only for `spawn.'
20062
20063 2001-01-25 matthew green <mrg@redhat.com>
20064
20065 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
20066
20067 2001-01-28 Michael Chastain <chastain@redhat.com>
20068
20069 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
20070 to call when tests fail. It takes gdb out of the overloaded
20071 function choice menu back to the main prompt, so that the test
20072 program stays synchronized.
20073 (set_bp_overloaded): New proc to collect all the common
20074 code for setting a breakpoint on an overloaded name. Calls
20075 take_gdb_out_of_choice_menu when needed.
20076 (menu_overload1arg): New variable to collect the repeated
20077 instances of the expected menu for an overloaded name. Change
20078 the regular expression to handle changes in g++ type encoding:
20079 "void" can be either "void" or "", and "unsigned int" can be
20080 either "unsigned int" or "unsigned".
20081 (continue_to_bp_overloaded): Change regular expressions to handle
20082 changes in g++ type encoding.
20083 (no proc): Call take_gdb_out_of_choice_menu when needed.
20084 Remove redundant calls to "info break". Accept either "canceled"
20085 or "cancelled". Change regular expressions in "info break"
20086 calls to handle changes in g++ type encoding. Give all tests
20087 unique strings.
20088
20089 2001-01-17 Ben Elliston <bje@redhat.com>
20090
20091 * config/sid.exp: New file.
20092
20093 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
20094
20095 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
20096
20097 2000-12-21 Michael Snyder <msnyder@cygnus.com>
20098
20099 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
20100 Add a RE to accept a non-ascii char if one is ever presented.
20101
20102 2000-12-20 Fernando Nasser <fnasser@redhat.com>
20103
20104 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
20105
20106 2000-12-18 Michael Snyder <msnyder@cygnus.com>
20107
20108 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
20109 in regexp. One '\' does not suffice on Linux.
20110
20111 2000-12-09 Michael Chastain <chastain@redhat.com>
20112
20113 * gdb.base/break.exp (test_clear_command): Use a marker function
20114 rather than 'main' for the test function. Also move this
20115 test to an execution point where the marker function names are
20116 guaranteed to be bound to functions. (Executing tests after a
20117 'finish' from main runs into name conflicts with local names
20118 in __libc_start_main).
20119
20120 2000-12-07 Michael Snyder <msnyder@cygnus.com>
20121
20122 * gdb.base/finish.exp: New test for gdb's "finish" command.
20123 * gdb.base/return2.exp: New test for gdb's "return" command.
20124 * gdb.base/return2.c: New source file for above.
20125
20126 2000-12-05 Michael Snyder <msnyder@cygnus.com>
20127
20128 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
20129 * gdb.base/miscexprs.exp: Ditto.
20130 * gdb.base/pointers.exp: Ditto.
20131 * gdb.c++/derivation.exp: Ditto.
20132 * gdb.c++/local.exp: Ditto.
20133 * gdb.c++/namespace.exp: Ditto.
20134 * gdb.c++/overload.exp: Ditto.
20135 * gdb.c++/ref-types.exp: Ditto.
20136
20137 2000-12-05 Michael Snyder <msnyder@cygnus.com>
20138
20139 * gdb.base/constvars.exp: Test result of "up" command.
20140 * gdb.base/miscexprs.exp: Ditto.
20141 * gdb.base/pointers.exp: Ditto.
20142 * gdb.base/scope.exp: Ditto.
20143 * gdb.c++/derivation.exp: Ditto.
20144 * gdb.c++/local.exp: Ditto.
20145 * gdb.c++/namespace.exp: Ditto.
20146 * gdb.c++/overload.exp: Ditto.
20147 * gdb.c++/ref-types.exp: Ditto.
20148
20149 2000-11-22 Michael Chastain <chastain@redhat.com>
20150
20151 * mips_pro.exp: Accept either "middle -> top -> main" or
20152 "middle -> main" in the backtrace, because gcc can optimize
20153 tail calls to jumps. Remove setup_xfail for the hppa case.
20154 Add a comment with the original warning messages from PR 3016,
20155 which was filed in 1993, to preserve them for posterity.
20156
20157 2000-11-17 Nick Duffek <nsd@redhat.com>
20158
20159 * lib/gdb.exp (gdb_test): Override timeout with board info.
20160
20161 2000-11-17 Nick Duffek <nsd@redhat.com>
20162
20163 * gdb.base/display.exp: Don't kill running stub. Add "again" to
20164 the second kill and detach messages.
20165
20166 2000-11-17 Nick Duffek <nsd@redhat.com>
20167
20168 * configure.in: Add AC_EXEEXT.
20169 * configure: Regenerate.
20170 * Makefile.in (just-check): Export EXEEXT.
20171 * lib/gdb.exp ($EXEEXT): Import from environment.
20172 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
20173 expect "maint dump-me" on Cygwin.
20174 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
20175 $EXEEXT.
20176
20177 2000-11-17 Nick Duffek <nsd@redhat.com>
20178
20179 * gdb.base/break.exp: Test backtrace and finish from called
20180 function on all platforms, not just HP-UX.
20181
20182 2000-11-03 Michael Snyder <msnyder@cygnus.com>
20183
20184 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
20185 code from gdb_target_monitor, so it can be used independantly
20186 for gdbserver. Also comment out an unnecessary PUTS.
20187
20188 2000-11-03 Michael Snyder <msnyder@cygnus.com>
20189
20190 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
20191 * gdb.base/corefile.exp: Expect the message "Program is being
20192 debugged already" when we send the "corefile" command, since
20193 the preceeding gdb_load may have connected gdb to a remote target.
20194 * gdb.base/display.exp: Disable hardware watchpoints if new
20195 board info variable "no_hardware_watchpoints" is true.
20196 Replace single-letter commands with more readable ones.
20197 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
20198 if new board info variable "no_hardware_watchpoints" is true.
20199 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
20200 to see if stdio (printf) testing is possible.
20201 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
20202 board info variable "no_hardware_watchpoints" is true. Use new
20203 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
20204
20205 2000-11-13 Fernando Nasser <fnasser@redhat.com>
20206
20207 From Orjan Friberg <orjanf@axis.com>:
20208 * gdb.base/printcmds.exp: Escape curly braces followed by a number
20209 in array print pattern match.
20210
20211 2000-11-09 Fernando Nasser <fnasser@redhat.com>
20212
20213 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
20214 spelling "cancelled" to U.S. spelling "canceled" to match changes
20215 made to gdb.
20216 * gdb.c++/ovldbreak.exp: Ditto.
20217
20218 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20219
20220 * gdb.base/callfuncs.c (main): Moved to end of file, call
20221 t_double_values to initialize the FPU before inferior calls are made.
20222 * gdb.base/callfuncs.exp: Test for register preservation after calling
20223 inferior functions. Add tests for continuining, finishing and
20224 returning from a stop in a call dummy.
20225
20226 2000-10-24 Michael Snyder <msnyder@cygnus.com>
20227
20228 * gdb.base/commands.exp: Break up long lines, and re-indent.
20229
20230 2000-10-19 Michael Snyder <msnyder@cygnus.com>
20231
20232 * config/gdbserver.exp: Rewritten from the ground up, to make it
20233 compatible with the current dejagnu tree, and to make it work with
20234 the new "gdbserver" in libremote.
20235
20236 2000-10-16 Michael Snyder <msnyder@cygnus.com>
20237
20238 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
20239 * gdb.base/varargs.exp: Skip entire test if no printf support.
20240 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
20241 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
20242
20243 2000-10-13 Michael Snyder <msnyder@cygnus.com>
20244
20245 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
20246 no floating point support.
20247 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
20248 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
20249 * gdb.base/call-rt-st.exp: Ditto.
20250 * gdb.base/call-strs.exp: Ditto.
20251
20252 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
20253
20254 * gdb.base/sizeof.c: include <stdio.h>.
20255
20256 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
20257 'finish', otherwise uncaptured gdb_prompt would potentially
20258 throw remaining test points out of sync.
20259
20260 2000-07-26 Scott Bambrough <scottb@netwinder.org>
20261
20262 * gdb.base/recurse.exp: Run tests for all targets.
20263 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
20264 gnu-oldld case on ARM.
20265 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
20266 for ARM targets.
20267
20268 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
20269
20270 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
20271 * gdb.java/configure: Rebuild.
20272
20273 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
20274
20275 * gdb.java/jv-exp.exp: New file.
20276
20277 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
20278
20279 * configure: Rebuilt.
20280 * configure.in (configdirs): Add gdb.java.
20281 * gdb.java/jmisc.java: New file.
20282 * gdb.java/jmisc.exp: New file.
20283 * gdb.java/Makefile.in: New file.
20284 * gdb.java/configure: Rebuilt.
20285 * gdb.java/configure.in: New file.
20286 * lib/java.exp: New file.
20287
20288 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
20289
20290 * gdb.base/exprs.exp: Test casts to a pointer including over and
20291 underflow.
20292
20293 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
20294
20295 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
20296 and the compilers sizes.
20297
20298 2000-07-09 Nick Duffek <nsd@redhat.com>
20299
20300 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
20301 (use_methods): New function.
20302 (main): Call use_methods().
20303 * gdb.c++/classes.exp (test_method_param_class): New procedure.
20304 (do_tests): Call test_method_param_class.
20305
20306 2000-07-09 Nick Duffek <nsd@redhat.com>
20307
20308 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
20309 spelling.
20310 (test_enums): New procedure. Move enum tests from end of script
20311 to here. Set breakpoint on function name instead of line number.
20312 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20313 (enums2): New marker function.
20314 (enums1): New function.
20315 (main): Call enums1(). Move enum tests to enums1().
20316
20317 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
20318
20319 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
20320 compile/link program. Update line numbers.
20321 * gdb.asm/d10v.inc: Define ``startup''.
20322 * gdb.asm/asmsrc1.s: Add definition of _start.
20323
20324 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
20325
20326 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20327
20328 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20329
20330 * gdb.base/maint.exp: Add 'maint print architecture' item to output
20331 of 'help maint print' command.
20332
20333 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
20334
20335 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
20336 they use gdb_expect_list.
20337
20338 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
20339
20340 * gdb.base/commands.exp: Use ``set remote
20341 memory-read-packet-size'' instead of ``set endian big'' to test
20342 long commands.
20343
20344 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
20345
20346 * gdb.c++/templates.exp (do_tests): Make all of these work under
20347 g++, and stop skipping them.
20348
20349 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20350 work under g++.
20351
20352 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
20353 initialization.
20354
20355 2000-06-02 Michael Snyder <msnyder@cygnus.com>
20356
20357 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20358 the regular expression: accept an (almost) arbitrary sequence of
20359 "frames-invalid" and "breakpoints-invalid" messages both before
20360 and after the "starting" message.
20361
20362 2000-06-02 Michael Snyder <msnyder@cygnus.com>
20363
20364 * gdb.c++/local.exp: This test has never been known to work with g++.
20365
20366 2000-05-18 Michael Snyder <msnyder@cygnus.com>
20367
20368 * gdb.base/annota1.exp (annotate-signal-handler-caller):
20369 Relax the regular expression a little, make it pass on Solaris 8.
20370
20371 2000-05-12 Kevin Buettner <kevinb@redhat.com>
20372
20373 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
20374 a call, do not require that gdb stop on the line after the call.
20375 Instead, it is permissible for gdb to stop on the line of the
20376 call itself.
20377
20378 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
20379
20380 * gdb.base/break.exp (bp on small function, optimized file):
20381 Add a second pass pattern. The behavior differs here between stabs
20382 and dwarf for one-line functions. Stabs preserves two line symbols
20383 (one before the prologue and one after) with the same line number,
20384 but dwarf regards these as duplicates and discards one of them.
20385 Therefore the address after the prologue (where the breakpoint is)
20386 has no exactly matching line symbol, and GDB reports the breakpoint
20387 as if it were in the middle of a line rather than at the beginning.
20388
20389 2000-05-08 Michael Snyder <msnyder@cygnus.com>
20390
20391 * gdb.base/interrupt.exp: Make "pass" message say "send"
20392 rather than "send_gdb" (for consistancy).
20393
20394 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
20395
20396 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
20397 * gdb.c++/templates.cc: Properly check for GCC version number.
20398 * lib/compiler.cc: Likewise
20399
20400 2000-04-28 Michael Snyder <msnyder@cygnus.com>
20401
20402 * gdb.base/break.exp: When compiled with -O2 optimization,
20403 gdb may not stop at the first line of main, due to code motion.
20404
20405 2000-04-26 Michael Snyder <msnyder@cygnus.com>
20406
20407 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20408 This test depends on parsing the printf output from the target.
20409 Since the sparclet stub doesn't do stdio, this will never work.
20410 * gdb.base/call-rt-st.exp: ditto.
20411 * gdb.base/call-strs: ditto.
20412
20413 2000-04-24 Michael Snyder <msnyder@cygnus.com>
20414
20415 * gdb.base/miscexprs.exp: make sizeof long array test portable.
20416
20417 * gdb.base/ending-run.exp: After connecting to a remote target,
20418 but before running, the target will appear to be in a random
20419 location. Specify both a file and a line for breakpoints.
20420 Also, the function that calls main may be called 'init'
20421 rather than 'start'.
20422
20423 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20424
20425 * gdb.base/help.exp: Update output for add-symbol-file command.
20426
20427 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
20428
20429 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20430 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20431
20432 2000-04-07 J.T. Conklin <jtc@redback.com>
20433
20434 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20435
20436 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20437
20438 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
20439
20440 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
20441 values that can be represented exactly.
20442 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20443 above change, and to not check against the directory part of the source
20444 file name.
20445 (step into print_long_arg_list): Likewise.
20446 (print print_small_structs from print_long_arg_list): Likewise.
20447 (print print_long_arg_list): Likewise.
20448
20449 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20450
20451 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
20452
20453 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
20454
20455 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20456
20457 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
20458
20459 * gdb.base/commands.exp (deprecated_command_test): Add test for
20460 deprecate with no arguments.
20461
20462 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
20463
20464 * gdb.base/break.exp: Add new test for setting breakpoints on
20465 optimized code so we can test breakpoints work even when function
20466 prologues may be optimized away
20467
20468 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
20469
20470 From David Whedon <dwhedon@gordian.com>
20471 * gdb.base/commands.exp : Added command deprecator tests.
20472
20473 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
20474
20475 * gdb.base/help.exp: Added test for new apropos command.
20476
20477 2000-03-21 Kevin Buettner <kevinb@redhat.com>
20478
20479 * gdb.base/pointers.c (usevar): New function.
20480 (main): Make sure that global variables v_int_pointer2, rptr,
20481 and y are all referenced someplace in the program by calling
20482 usevar() on them. [Some linkers delete symbols which are
20483 never referenced. The space remains, but there's no way to
20484 get a (symbolic) handle on the variable from the debugger.]
20485
20486 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20487
20488 * gdb.base/printcmds.c: Add typedeffed arrays.
20489
20490 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
20491 procedure to test arrays that are typedef'd.
20492
20493 2000-03-13 James Ingham <jingham@leda.cygnus.com>
20494
20495 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
20496 the library directories.
20497
20498 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
20499
20500 * configure.in (configdirs): Add sub directory gdb.mi.
20501 * configure: Re-generate.
20502
20503 * gdb.mi: New directory.
20504
20505 2000-02-25 Scott Bambrough <scottb@netwinder.org>
20506
20507 * gdb.base/long_long.exp: Correct test suite failure when printing
20508 a long long value as a double on ARM platforms.
20509
20510 2000-02-16 Jim Blandy <jimb@redhat.com>
20511
20512 * gdb.base/break.exp ("breakpoint line number"): Make sure the
20513 default source file is set properly before running this test.
20514
20515 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20516
20517 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
20518 gdbtk/library directory, not in gdbtcl2.
20519
20520 2000-02-04 Jim Blandy <jimb@redhat.com>
20521
20522 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20523 backslash from regexp pattern.
20524
20525 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20526 procedure. Use it to run all the "continue to bp overloaded"
20527 tests. Note that this changes the names of the tests slightly.
20528 If the breakpoint hit message includes a hex PC value, because
20529 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20530 from the real source code, still consider that a pass.
20531
20532 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20533 XFAIL here if the breakpoint message contains a hex address. Note
20534 similar change on 1999-11-02.
20535
20536 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20537
20538 * gdb.base/ptype.exp: Establish a default source file before
20539 calling get_debug_format.
20540
20541 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
20542
20543 * gdb.base/watchpoint.exp: Remove duplication of test messages.
20544
20545 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20546
20547 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20548 of successive stepi commands -- while in the prologue we should see
20549 the function entry bracket.
20550
20551 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20552
20553 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20554 reach __change_mode() when stepping through the end of main().
20555
20556 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
20557
20558 * gdb.base/default.exp: Fix expected pattern.
20559 * gdb.base/help.exp: Same.
20560
20561 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20562
20563 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
20564 Don't use xfail's because that affects only the following test.
20565
20566 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
20567 solaris or linux.
20568
20569 * gdb.base/selftest.exp: Update to reflect changes to main.c.
20570
20571 2000-01-07 Michael Snyder <msnyder@cygnus.com>
20572
20573 * gdb.base/display.exp: Some yacc parsers like to say
20574 "A syntax error" rather than "A parse error". Accept both.
20575
20576 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
20577
20578 * gdb.base/default.exp: Remove OS dependent string from "target
20579 remote" test.
20580 * gdb.base/help.exp: Same for "help target remote" test.
20581
20582 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20583
20584 From Jim Kingdon <kingdon@redhat.com>:
20585
20586 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
20587 prompt (cleanup rather than necessity, but still might keep output
20588 from spilling to next test).
20589
20590 2000-01-02 Fred Fish <fnf@cygnus.com>
20591
20592 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20593 AIX, which defines them in <sys/types.h>.
20594
20595 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
20596
20597 * gdb.base/default.exp: Match arm* etc instead of arm in "info
20598 float" test.
20599
20600 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
20601
20602 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
20603
20604 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20605 outermost frame disallowed".
20606
20607 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
20608
20609 * gdb.base/setvar.exp: New tests for setting the value of a struct
20610 with a constant list.
20611
20612 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20613
20614 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20615 require the user to type a cast before setting the value of a struct.
20616
20617 1999-12-06 Jim Blandy <jimb@cygnus.com>
20618
20619 * gdb.base/default.exp: Expect the new 'info float' command on
20620 all i386 platforms.
20621
20622 * gdb.threads/linux-dp.exp: Expand our ability to recognize
20623 LinuxThreads libraries that don't support debugging.
20624
20625 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20626
20627 * gdb.base/remote.c: Fill the buffer with truely random data.
20628 Change the buffer type to ``unsigned char'' to simplify size
20629 arithmetic.
20630
20631 * gdb.base/remote.exp: Reduce download numbers by one. Typical
20632 stub only handles 400-1 byte packets. Verify that the download
20633 worked.
20634
20635 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
20636
20637 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20638 tests, using UNRESOLVED for the untested cases. Also, does not wait
20639 for a timeout if the prompt was received before a recognizable pattern.
20640
20641 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
20642
20643 * lib/gdb.exp (gdb_expect_list): Fix spelling.
20644
20645 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20646
20647 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
20648 watchpoints.
20649
20650 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
20651
20652 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20653
20654 * gdb.c++/local.exp: Be more flexible in recognizing local class
20655 name mangling. Don't allow horribly truncated method names.
20656 * gdb.c++/derivation.exp: Expect protected inheritance.
20657 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20658 * gdb.c++/virtfunc.exp: Likewise.
20659 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
20660 when printing a nested enum.
20661
20662 1999-11-22 Jim Blandy <jimb@cygnus.com>
20663
20664 * gdb.base/step-test.exp: Properly await GDB's response to setting
20665 a breakpoint on the call to large_struct_by_value.
20666
20667 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20668 just because we have debug info for the `start' function.
20669
20670 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
20671
20672 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20673 "Unknown signal" messages, which indicate (on LinuxThreads) that
20674 GDB doesn't know how to debug threads on this system. This is
20675 better than hanging while philosopher 0 dumps chatter into gdb.log.
20676
20677 1999-11-18 Tom Tromey <tromey@cygnus.com>
20678
20679 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20680
20681 1999-11-18 Fred Fish <fnf@cygnus.com>
20682
20683 * gdb.base/coremaker2.c: Add sample program for generating
20684 cores that is more self contained than coremaker.c. Eventually
20685 I'll add more code to this and tie it into the testsuite.
20686
20687 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
20688
20689 * gdb.base/dollar.exp: Remove, now in gdb.hp.
20690
20691 1999-11-10 Jimmy Guo <guo@cup.hp.com>
20692
20693 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
20694 from $srcdir/lib/.
20695 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
20696 and gdb.c++/.
20697
20698 * gdb.c++/derivation.exp: remove redundant get compiler info code.
20699
20700 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
20701 'continue with watch' test point.
20702
20703 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
20704
20705 Merged from p2linux-990323-branch:
20706
20707 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20708
20709 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
20710
20711 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
20712 {limit,fixed}''. Test ``set download-write-size''.
20713
20714 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
20715
20716 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
20717 gdb_expect_list.
20718
20719 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
20720
20721 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20722
20723 1999-11-03 Mark Salter <msalter@cygnus.com>
20724
20725 * gdb.base/break.exp: Fix "stub continue" pattern.
20726
20727 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
20728
20729 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20730
20731 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
20732
20733 * gdb.base/display.exp ("finish"): Add timeout clause.
20734
20735 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20736 plain prompt clause, so this doesn't have to time out in order to
20737 fail.
20738
20739 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
20740 breakpoint hit messages include an address.
20741
20742 * gdb.base/display.exp: Don't forget to escape parens in regular
20743 expressions. Unix regexp notatation sucks.
20744
20745 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20746
20747 * gdb.base/annota1.exp: Test for annotate-signalled: change output
20748 order for 'signalled' message.
20749
20750 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
20751
20752 From Jimmy Guo <guo@cup.hp.com>:
20753 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20754 * gdb.base/annota1.c: Add code for tests to work with.
20755
20756 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
20757
20758 * gdb.base/remote.exp: New test for remote downloading settings.
20759 * gdb.base/remote.c: New file with large .data.
20760
20761 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
20762
20763 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20764 for LinuxThreads support, merged from the Code Fusion branch.
20765
20766 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
20767
20768 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
20769 containing exp_continue into a while within an expect. Don't
20770 attempt a start more than three times. Check return value from
20771 gdb_load.
20772
20773 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
20774
20775 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
20776 a pass case.
20777
20778 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
20779
20780 * gdb.base/break.c (main): Added a statement that we can step
20781 off of.
20782 * gdb.base/break.exp: Added tests for setting a breakpoint
20783 at an offset and stepping onto a breakpoint.
20784
20785 1999-10-01 Fred Fish <fnf@cygnus.com>
20786
20787 * gdb.base/help.exp (help add-symbol-file): Update to match current
20788 gdb output.
20789
20790 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
20791
20792 * gdb.base/break.exp: Code locations are in hex, don't forget!
20793 (For HP-UX.)
20794
20795 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
20796
20797 * condbreak.exp: Use break.c as test program.
20798 * condbreak.c: Remove, redundant with break.c.
20799
20800 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
20801
20802 * config/monitor.exp (gdb_target_monitor): Disable X- and
20803 Z-packets if the target needs it.
20804
20805 1999-09-13 James Ingham <jingham@leda.cygnus.com>
20806
20807 * gdb.c++/overload.exp: Added tests for listing overloaded
20808 functions with function pointers in the arg, explicitly calling
20809 out the version you want.
20810
20811 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
20812
20813 * long_long.exp: Add variations of test cases that work for
20814 targets with 16-bit ints and 32-bit doubles.
20815
20816 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
20817
20818 * break.c (main): Compare a possibly-uninitialized argc with an
20819 unlikely value that fits in 16 bits.
20820
20821 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
20822
20823 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20824 0xfeeb, don't want negative numbers if ints are 16 bits.
20825
20826 * lib/gdb.exp (skip_cplus_tests): New proc.
20827 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20828 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20829 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20830 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20831 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20832 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20833 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20834 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
20835
20836 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20837
20838 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
20839
20840 * gdb.base/corefile.exp (up): Allow a parameter to appear
20841 in the frame that we're going up to.
20842
20843 From Jim Blandy <jimb@cygnus.com>:
20844
20845 * gdb.base/default.exp (info float): Expect some output now.
20846
20847 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20848 returning floating-point values to fail on the x86.
20849 * gdb.base/callfwmall.exp (do_function_calls): Same.
20850
20851 * gdb.base/list.exp (test_listsize): Correct expectations for
20852 listing line 1 with listsize 2. Also, listing a single line
20853 works now, as does listing three lines. [Kevin's note: There
20854 were a number of other cases fixed too where the expectations
20855 differed...]
20856
20857 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
20858
20859 * gdb.base/selftest.exp: Add case for when version prints as
20860 constant string instead of char pointer.
20861
20862 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
20863
20864 * gdb.base/ending-run.exp: Add Solaris case for what happens when
20865 stepping out of main.
20866
20867 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20868 G++ used.
20869
20870 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
20871 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
20872
20873 * gdb.c++/ovldbreak.exp: Update match string in test that
20874 includes a warning of multiple breakpoints.
20875
20876 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
20877
20878 * gdb.base/display.exp: Improve precision of step-after-finish
20879 added yesterday.
20880
20881 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
20882 test.
20883
20884 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20885 configs when using G++, not just hppa*.
20886
20887 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20888
20889 * gdb.base/async.c: New file.
20890 * gdb.base/async.exp: New file.
20891
20892 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
20893
20894 * gdb.base/break.exp: Tweak PA specific tests to properly handle
20895 PA64.
20896
20897 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
20898
20899 * gdb.base/display.exp: "finish" can leave us mid-line on many
20900 targets, deal with it. Add a small constant to main, instead of
20901 1000 since main+1000 may not be a valid address in the target.
20902
20903 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20904 on hpux11.
20905
20906 * gdb.base/attach.exp: Handle another hpux11 error message variant
20907 when attaching to a process that does not exist.
20908
20909 1999-08-19 J.T. Conklin <jtc@redback.com>
20910
20911 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
20912 characters in 'continue to 1241' test.
20913
20914 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
20915
20916 * gdb.base/call-ar-st.exp: Add a shorter match case for the
20917 stop in print_long_arg_list, define and use a whitespace
20918 variable in print_small_structs test, add an XFAIL for Solaris.
20919 * gdb.base/dbx.exp: XFAIL func commands until somebody is
20920 interested enough to fix.
20921
20922 1999-08-13 Keith Seitz <keiths@cygnus.com>
20923
20924 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20925 (dbx_gdb_load): Remove. Use gdb_load instead, since that
20926 proc knows about targets other than the natives.
20927 (test_assign): Use "gdb_run_cmd" to "run" the target.
20928 Check that we've actually hit the breakpoint at main.
20929 When we attempt to assign a value to a local variable, check
20930 that the variable is in the current scope, i.e., don't use
20931 a test with an empty result.
20932
20933 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
20934
20935 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
20936 command.
20937
20938 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
20939
20940 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20941 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20942 gdb.compat, gdb.threads-hp.
20943 gdb.hp/configure, gdb.hp/configure.in: New files.
20944 gdb.hp/Makefile.in: Recurse into new subdirs.
20945 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20946 gdb.hp/gdb.objdbg: New directory, tests for debugging info
20947 in object files.
20948 gdb.hp/tools: New directory, aux tools for HP-specific tests.
20949
20950 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
20951
20952 * gdb.base/display.exp: Help expect by putting a newline in the
20953 funky printf, remove a bogus p/a test.
20954
20955 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20956
20957 * gdb.base/display.exp: Make sure that when we say 'run', we are
20958 connected to the target. This is necessary when running not
20959 natively.
20960
20961 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20962
20963 * gdb.base/step-test.exp: Removed some extraneous messages.
20964
20965 * gdb.base/long_long.exp: Don't run memory examination tests
20966 on little-endian targets (they will need a different set of
20967 results to match).
20968
20969 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20970
20971 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20972 until somebody decides to fix GDB.
20973
20974 * gdb.base/long_long.c: Stop compiler complaint by specifying long
20975 constant as "ULL".
20976 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20977 matches for a couple x/2 commands.
20978
20979 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20980
20981 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20982 by merging in ref-types2 tests.
20983 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20984
20985 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20986 * gdb.c++/Makefile.in: Add standard actions.
20987 (EXECUTABLES): Rename from PROGS, update list.
20988 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20989 from gdb.hp.
20990 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20991 foo and bar locals.
20992 * gdb.c++/anon-union.exp: Fix tests to match.
20993 * gdb.c++/classes.exp: Run if HP compiler used, add extra
20994 expect matches to handle output variations.
20995 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20996 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
20997 output, add HP alternatives for new and delete prints.
20998 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
20999 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
21000 * gdb.c++/demangle.exp: Use $style when reporting failure.
21001 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
21002 * gdb.c++/inherit.exp: Run if HP compiler used, add some
21003 match alternatives.
21004 * gdb.c++/local.exp: Add match alternatives or xfails for HP
21005 compilers.
21006 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
21007 * gdb.c++/method.exp: Add match alternatives.
21008 * gdb.c++/misc.cc: Add bool types.
21009 * gdb.c++/misc.exp: Add tests for bool types.
21010 * gdb.c++/overload.exp: Add xfails.
21011 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
21012 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
21013 add some more template parameter tests (only for HP currently).
21014 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
21015 * gdb.c++/virtfunc.cc: Add return type and value for main.
21016 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
21017 match alternatives.
21018
21019 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21020
21021 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
21022
21023 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
21024
21025 * gdb.base/signals.exp: Don't expect getting a backtrace from
21026 within a signal handler to fail on Linux.
21027
21028 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
21029
21030 From Jimmy Guo <guo@cup.hp.com> and others at HP:
21031 * lib/gdb.exp: Remove some gratuitious semicolons.
21032 (delete_breakpoints): Increase timeout.
21033 (gdb_expect): Add -notransfer option.
21034 (gdb_test): Use -notransfer option.
21035 (get_compiler_info): Add f77 case.
21036 (get_compiler): New proc, split out from gdb_preprocess, add f77
21037 case.
21038 (gdb_preprocess): Call get_compiler.
21039
21040 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
21041 * gdb.base/attach.exp, gdb.base/display.exp,
21042 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
21043 gdb.base/long_long.exp, gdb.base/printcmds.exp,
21044 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
21045 third arg to gdb_test.
21046 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
21047 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
21048 HP-UX xfails, add others.
21049 * gdb.base/completion.exp: Reflect name change of self-test.
21050 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
21051 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
21052 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
21053 HP failure number.
21054 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
21055 useless HP-UX 10.30 references.
21056 * gdb.base/maint.exp: Loosen matches.
21057 * gdb.base/pointers.c (main): Declare more_code.
21058 * gdb.base/pointers.exp: Match on output of a `next'.
21059 * gdb.base/structs.c: Add prototypes.
21060 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
21061 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
21062
21063 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21064
21065 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
21066 command.
21067
21068 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21069
21070 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
21071 Fix run to main failures. Watchpoint can be hardware watchpoint.
21072
21073 * gdb.base/annota1.exp: Clean up some more, in case printf has
21074 debug info. Deal with lack of signal hanlder info in stack.
21075
21076 From Jim Kingdon <kingdon@redhat.com>:
21077 * gdb.base/annota1.exp: If printf has debug info, deal with it.
21078
21079 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
21080
21081 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
21082 gdb.base/foll-vfork.exp: Don't run for crosses.
21083
21084 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
21085
21086 * gdb.base/configure.in: Check for gdbvars.exp instead of
21087 a1-selftest.exp.
21088 * gdb.base/configure: Re-generate.
21089
21090 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
21091
21092 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
21093 in trying to run first and name is too long.
21094
21095 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
21096 pointers2.c and pointers2.exp, respectively.
21097 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
21098 doschk happier.
21099
21100 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
21101
21102 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
21103 callfuncs2.c and callfuncs2.exp.
21104
21105 * gdb.base/list.exp: Remove mistaken xfails.
21106 * gdb.base/list0.h: Add optional prototypes.
21107
21108 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
21109
21110 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
21111 calling malloc.
21112 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
21113 * ptype.exp: Move test for get_debug_format to before its first
21114 use.
21115
21116 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21117
21118 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
21119 * gdb.base/annota2.cc, annota2.exp: Move from here.
21120 * gdb.c++/annota2.cc, annota2.exp: To here.
21121 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
21122
21123 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
21124
21125 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
21126 a consistent format.
21127
21128 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
21129
21130 From Jimmy Guo <guo@cup.hp.com> and others at HP:
21131 * lib/gdb.exp (get_compiler_info): Add detection for assorted
21132 HP compilers, also set the globals $true and $false.
21133
21134 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
21135 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
21136 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
21137 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
21138 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
21139 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
21140 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
21141 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
21142 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
21143 whatis.c} Add C++ compatible function definitions and return
21144 types, add includes for library functions.
21145 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
21146 * gdb.base/step-test.c (myglob): Rename from glob.
21147 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
21148 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
21149 files, move here from gdb.hp.
21150 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
21151 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
21152 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
21153 Adjust line numbers in regexps.
21154
21155 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
21156 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
21157 instead of 0/1.
21158
21159 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
21160 foll-vfork.exp: New files, move here from gdb.hp.
21161 * gdb.base/page.exp: New file, test of pagination command.
21162
21163 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
21164 recursion test.
21165 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
21166
21167 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
21168 gdb.base/solib.exp: Fix compiler invocation process.
21169
21170 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
21171 HP-UX 11, turn off overload resolution explicitly.
21172 * gdb.base/commands.exp: Set argument list explicitly, add
21173 watchpoint test.
21174 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
21175 them work.
21176 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
21177 expressions properly.
21178 * gdb.base/corefile.exp: Loosen the match slightly.
21179 * gdb.base/default.exp: Allow "Error accessing memory" message
21180 also.
21181 * gdb.base/display.exp: Skip over x/0 j if PA64.
21182 * gdb.base/funcargs.exp: Add xfails for HP-UX.
21183 * gdb.base/interrupt.exp: Ditto.
21184 * gdb.base/langs.exp: Add symbolic matches governed by compiler
21185 in use.
21186 * gdb.base/list.exp: Add xfails for HP-UX.
21187 * gdb.base/long_long.exp: Refine some of the numeric matches.
21188 * gdb.base/mips_pro.exp: Xfail on HP-UX.
21189 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
21190 * gdb.base/nodebug.exp: Succeed on more varieties of output.
21191 * gdb.base/opaque.exp: Remove some HP-UX xfails.
21192 * gdb.base/ptype.exp: Succeed on more varieties of output.
21193 * gdb.base/scope.exp: Add xfails for HP-UX.
21194 * gdb.base/sect-cmd.exp: Add more cases.
21195 * gdb.base/setvar.exp: Add xfails for HP-UX.
21196 * gdb.base/shlib-call.exp: Loosen some matches slightly.
21197 * gdb.base/signals.exp: Match on void symbolically.
21198 * gdb.base/step-test.exp: Add case for PA64.
21199 * gdb.base/term.exp: Add exit and restart.
21200 * gdb.base/twice.exp: Clean up after self.
21201 * gdb.base/varargs.exp: Disable overload resolution explicitly.
21202 * gdb.base/whatis.exp: Allow more ways to pass tests.
21203
21204 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
21205 no longer useful.
21206
21207 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
21208
21209 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
21210 list of patterns.
21211 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
21212 print_double_array(double_array)", "continuing to breakpoint
21213 1018", "print print_double_array(array_d)" and "continuing to
21214 1034" tests.
21215
21216 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
21217
21218 * Makefile.in: Add empty html and install-html targets.
21219
21220 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
21221
21222 * config/mt-*: Remove, these haven't been used since 1996.
21223
21224 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
21225
21226 * gdb.base/call-strs.c, gdb.base/ending-run.c,
21227 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
21228 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
21229
21230 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
21231
21232 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
21233 simpler match case for the ptype of the big class.
21234
21235 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21236
21237 * gdb.exp: Fix test for gdb_prompt existence.
21238
21239 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21240
21241 * gdb.exp (gdb_test): Add fail after calls to perror.
21242
21243 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21244
21245 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
21246
21247 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21248
21249 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
21250
21251 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
21252
21253 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
21254 malloc() is linked in.
21255
21256 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
21257
21258 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
21259 step at end.
21260
21261 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
21262
21263 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
21264
21265 * gdb.java/jv-print.exp: New file. (Our first Java test!)
21266
21267 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
21268
21269 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
21270 * gdb.base/mips_pro.exp: Likewise.
21271
21272 1999-06-02 Keith Seitz <keiths@cygnus.com>
21273
21274 * gdb.c++/templates.cc: Change all "new" operators to throw
21275 an exception.
21276 * gdb.c++/cplusfuncs.cc: Likewise.
21277
21278 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
21279
21280 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
21281
21282 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
21283 * gdb.base/ending-run.exp: When stepping out of main, accept a
21284 step into an arbitrary assembler file.
21285
21286 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21287
21288 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
21289 "breakpoint-invalid" to be printed.
21290 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
21291 number of "frames-invalid" and "breakpoint-invalid" to be printed.
21292 * gdb.base/annota2.cc: Initialize a.x to 0.
21293
21294 1999-05-17 Keith Seitz <keiths@cygnus.com>
21295
21296 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
21297 when "skip_float_tests" set.
21298 Ditto for "print print_double_array(array_d)", "print print_small_structs",
21299 "print print_ten_doubles", and "step into print_long_arg_list".
21300 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
21301 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
21302 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
21303 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
21304 "skip_float_tests" is set.
21305 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
21306 when "skip_float_tests" set.
21307
21308 1999-05-06 Keith Seitz <keiths@cygnus.com>
21309
21310 * gdb.base/annota2.cc: Include stdio.h.
21311
21312 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
21313
21314 * gdb.base/crossload.exp: Remove, this has been disabled ever
21315 since BFD stopped including all targets, and cross-GDB gets
21316 plenty of testing anyway.
21317 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
21318 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21319 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
21320 * gdb.base/README: Remove, was doc for this.
21321 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
21322 needed.
21323
21324 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21325
21326 * gdb.base/call-ar-st.exp: Fix one regular expression in test
21327 output.
21328
21329 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21330 * gdb.base/annota2.exp: New file. More annotation tests.
21331 * gdb.base/annota1.c: New file. Source file for annota1.exp.
21332 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21333
21334 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
21335
21336 * config/cfdbug.exp: New file.
21337
21338 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
21339
21340 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21341 Marcus Daniel's and Dale Hawkins's demangler crashes.
21342
21343 * gdb.c++/demangle.exp (test_gnu_style_demangling,
21344 test_lucid_style_demangling, test_arm_style_demangling,
21345 test_hp_style_demangling): Try Tom Tromey's core-dumping
21346 identifier under each demangling style.
21347
21348 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
21349
21350 * gdb.c++/demangle.exp: Include the current demangling style
21351 in all test names.
21352 (current_demangling_style): New global variable.
21353 (set_demangling_style, test_demangling_core, test_demangling,
21354 test_demangling_exact): New functions.
21355 (test_gnu_style_demangling, test_lucid_style_demangling,
21356 test_arm_style_demangling, test_hp_style_demangling): Use those,
21357 instead of calling gdb_test and gdb_test_exact directly.
21358 (catch_demangling_errors): New function, which reports errors
21359 signalled by the demangling test functions in an orderly way.
21360 (do_tests): Use catch_demangling_errors.
21361
21362 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
21363
21364 * gdb.base/signals.exp (test_handle_all_print): Use () for
21365 grouping in expressions, not {}.
21366
21367 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
21368 initialized yet.
21369
21370 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
21371
21372 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21373 are listed.
21374
21375 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
21376
21377 * gdb.stabs/weird.exp: Test for CC being defined before
21378 looking at its value.
21379
21380 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
21381
21382 * gdb.base/call-ar-st.exp: Remove stray '#'.
21383 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21384 "short int" and "long int".
21385 * gdb.c++/overload.cc: Cast the string added in the previous
21386 change, to mollify finicky HP compiler.
21387 * gdb.hp/reg-test.exp (testfile): Fix file name.
21388 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
21389
21390 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21391 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21392 alternate form of enum ptype.
21393
21394 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
21395
21396 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21397 * gdb.hp/*.exp: Change all to run compiler probe only after
21398 passing skip_hp_tests, so as not to waste time on guaranteed
21399 failure.
21400
21401 * gdb.c++/overload.cc: Pass string instead of char addr, always
21402 init ccpfoo.
21403 * gdb.c++/templates.cc: Fix syntax error.
21404
21405 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21406
21407 * gdb.base/commands.exp: Add test for correct position of '>'
21408 when issuing the 'commands' command after a 'while' or 'if'
21409 command.
21410
21411 1999-03-18 James Ingham <jingham@cygnus.com>
21412
21413 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21414
21415 * gdb.c++/method.exp: It was testing an uninitialized int on the
21416 stack and assuming it was positive.
21417
21418 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21419
21420 * gdb.base/step-test.exp: Catch a case where finish is broken and
21421 keep it from killing the rest of the tests.
21422 Use gdb_continue_to_end.
21423
21424 * gdb.base/sigall.exp: use gdb_continue_to_end.
21425
21426 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21427
21428 * gdb.base/display.exp: use runto_main, not run.
21429
21430 * gdb.base/default.exp: Check for the current error message in the
21431 r abbreviation test.
21432 Add strongarm to the targets that know info float.
21433
21434 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
21435 run which doesn't work with monitors.
21436
21437 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21438
21439 * gdb.base/break.exp: use the gdb_continue_to_end proc.
21440
21441 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
21442 program. Traps the case (in Cygmon) when the program never really
21443 exits. Same as Mark's continue_to_exit, but I had put it in a lot
21444 more places, so I used my name. Sorry Mark...
21445
21446 * config/monitor.exp (gdb_target_monitor): added another
21447 target_info parameter: remotebinarydownload. This will set the
21448 remotebinarydownload flag if this is causing some boards trouble.
21449
21450 1999-03-18 Mark Salter <msalter@cygnus.com>
21451
21452 * lib/gdb.exp (continue_to_exit): New function.
21453
21454 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21455 * gdb.base/ending-run.exp: Ditto.
21456 * gdb.base/step-test.exp: Ditto.
21457
21458 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
21459
21460 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21461 (suggested by Art Haas <ahaas@neosoft.com>).
21462
21463 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
21464
21465 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
21466
21467 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
21468
21469 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
21470 descriptions of types (short unsigned int vs unsigned short, etc).
21471
21472 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
21473
21474 * gdb.base/call-strs.exp: Don't assume that `step' will step over
21475 a call to strlen; sometimes we do have sources.
21476
21477 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21478
21479 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
21480 character, so GDB won't print garbage after its end.
21481
21482 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21483 breakpoint there instead. Sometimes GCC emits memcpy to handle
21484 the large structures being passed by value, so we step into that
21485 instead of sum_array_print, which obscures what we're really testing.
21486 * gdb.base/step-test.exp: However, we do want a test that notices
21487 the bizarre steps into memcpy, so do that here. Add check for
21488 stepping into function calls that pass large structures by value.
21489 ("Is that a noun clause, or are you just happy to see me?")
21490 Remove all references to specific line numbers.
21491 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21492 New type and function.
21493 (main): Call large_struct_by_value, passing it a large struct by value.
21494 * lib/gdb.exp (gdb_get_line_number): New function.
21495
21496 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21497 more portable.
21498
21499 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21500
21501 * lib/gdb.exp: Doc fixes.
21502
21503 1999-03-05 Nick Clifton <nickc@cygnus.com>
21504
21505 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
21506
21507 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
21508
21509 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
21510 commands. They're not germane to this test, and they don't work
21511 that way on remote targets.
21512
21513 1999-03-01 James Ingham <jingham@cygnus.com>
21514
21515 * Changelog entries merged over from gdb development branch.
21516
21517 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
21518
21519 * lib/gdb.exp (gdbtk_analyze_results): Generic function
21520 for outputting results of test run.
21521
21522 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
21523
21524 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
21525
21526 1999-02-25 Felix Lee <flee@cygnus.com>
21527
21528 * lib/gdb.exp (debug_format): initialize
21529
21530 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
21531
21532 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21533 * gdb.base/call-rt-st.c: Ditto.
21534
21535 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
21536
21537 * gdb.threads/pthreads.exp (horiz): New variable.
21538 (test_startup): Fix regexps that capture thread numbers.
21539
21540 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
21541
21542 * gdb.base/smoke.exp: Disambiguate two test case names (both
21543 called ``print'').
21544
21545 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21546
21547 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
21548 compilation.
21549
21550 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21551
21552 * gdb.base/miscexprs.exp: Change patterns to match GDB's
21553 actual output formatting.
21554 * gdb.base/smoke.exp: GDB removes leading 0's.
21555 * gdb.base/volatile.exp: Don't check type of remuneration;
21556 that variable is no longer defined in constvars.c.
21557 * gdb.base/step-test.c (main): Exit with explicit exit code.
21558 * gdb.base/step-test.exp: Remove two nexti checks--they are
21559 not portable.
21560
21561 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21562
21563 * gdb.base/help.exp ("help delete display"): Fix test to match
21564 gdb's output.
21565
21566 * gdb.base/long_long.c (known_types): Initialize values to zero.
21567 * gdb.base/long_long.exp: Step one more line
21568 so 'dec' is initialized in "get to known place". GDB removes
21569 leading zeros. Explicitly ask for hex formatting. Use
21570 unique test case names.
21571
21572 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21573
21574 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
21575
21576 * gdb.c++/method.exp: Add missing close brace.
21577
21578 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
21579
21580 * gdb.base/maint.exp: Use 'set height 0' to disable page
21581 prompting, not 'set height 400'.
21582
21583 Fix a bunch of timeouts.
21584 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21585 four separate tests, so expect doesn't take forever to match a ton
21586 of text against a regexp with lots of .* forms.
21587 ("maint print psymbols", "maint print symbols"): Make some of
21588 these greps more selective, so that expect doesn't try to wade
21589 through huge piles of output and time out.
21590
21591 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21592
21593 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
21594 tests: one which doesn't expect shlib events to be reported, and
21595 another which does, but is XFAIL for all platforms other than
21596 HP/UX.
21597
21598 * gdb.base/break.exp: Teach the test suite that the `catch
21599 fork', `catch vfork', and `catch exec' commands produce error
21600 messages on platforms that don't provide these features.
21601
21602 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21603
21604 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
21605 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21606 (shortening names from solib_threshold.exp etc), won't run on
21607 anything but HP-UX for the foreseeable future.
21608 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
21609 reflect move.
21610
21611 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
21612
21613 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21614 gdb.trace/Makefile.in (clean): Remove all test executables.
21615
21616 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
21617
21618 * gdb.base/shlib-call.exp: add test cases to verify that gdb
21619 successfully re-sets breakpoints in shared libraries.
21620 * gdb.base/shmain.c (main): return 0, don't fall off the end.
21621
21622 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21623
21624 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21625 and compiled w/o GCC.
21626
21627 * gdb.hp/watch-cmd.exp: ditto.
21628
21629 * gdb.hp/watch-hp.exp: ditto.
21630
21631 * gdb.hp/xdb1.exp: ditto.
21632
21633 * gdb.hp/xdb2.exp: ditto.
21634
21635 * gdb.hp/dbx.exp: ditto.
21636
21637 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
21638
21639 * constvars.c: Remove C++-isms.
21640 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
21641 with GCC.
21642
21643 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
21644
21645 The following changes are part of the HP merge.
21646
21647 * gdb.base/break.exp: new tests to verify that catchpoints for
21648 fork, vfork, and exec don't trigger inappropriately.
21649
21650 * gdb.base/opaque.exp: compile one file at a time, then link.
21651
21652 * gdb.base/signals.exp: be more restrictive about which hppa
21653 systems receive a setup_xfail. new tests.
21654
21655 * gdb.base/solib_threshold.build: new file.
21656 * gdb.base/solib_threshold.exp: new file.
21657 * gdb.base/solib_threshold.link_opts: new file.
21658 * gdb.base/solib_threshold.mk: new file.
21659 * gdb.base/gen_solib_threshold.c: new file.
21660
21661 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21662 tests. New tests for enums inside classes.
21663
21664 * gdb.c++/compiler.cc: indicate support of template debugging.
21665
21666 * gdb.c++/demangle.exp: run hp style demangling tests.
21667
21668 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21669 tests.
21670
21671 * gdb.c++/misc.cc: changes to support new tests.
21672
21673 * gdb.c++/templates.cc: changes to support HP's compiler; changes
21674 to support new tests.
21675
21676 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21677 gcc, then skip these tests.
21678
21679 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
21680
21681 The following files are part of the HP merge; some had longer
21682 names at HP, but have been renamed to be no more than 14
21683 characters in length.
21684
21685 * gdb.hp/ambiguous.cc: new file.
21686 * gdb.hp/ambiguous.exp: new file.
21687 * gdb.hp/attach.exp: new file.
21688 * gdb.hp/attach2.exp: new file.
21689 * gdb.hp/classes-hp.exp: new file.
21690 * gdb.hp/ctti.exp: new file.
21691 * gdb.hp/ctti-add.cc: new file.
21692 * gdb.hp/ctti-add1.cc: new file.
21693 * gdb.hp/ctti-add2.cc: new file.
21694 * gdb.hp/ctti-add3.cc: new file.
21695 * gdb.hp/dbx.exp: new file.
21696 * gdb.hp/exception.cc: new file.
21697 * gdb.hp/exception.exp: new file.
21698 * gdb.hp/foll-exec.c: new file.
21699 * gdb.hp/foll-exec.exp: new file.
21700 * gdb.hp/foll-fork.c: new file.
21701 * gdb.hp/foll-fork.exp: new file.
21702 * gdb.hp/foll-vfork.c: new file.
21703 * gdb.hp/foll-vfork.exp: new file.
21704 * gdb.hp/inherit-hp.exp: new file.
21705 * gdb.hp/more-steps.exp: new file.
21706 * gdb.hp/namespace.cc: new file.
21707 * gdb.hp/namespace.exp: new file.
21708 * gdb.hp/optimize.exp: new file.
21709 * gdb.hp/pxdb.c: new file.
21710 * gdb.hp/pxdb.exp: new file.
21711 * gdb.hp/quicksort.exp: new file.
21712 * gdb.hp/reg-test.exp: new file.
21713 * gdb.hp/reg-test.s: new file.
21714 * gdb.hp/sized-enum.c: new file.
21715 * gdb.hp/sized-enum.exp: new file.
21716 * gdb.hp/start-stop.exp: new file.
21717 * gdb.hp/templ-hp.cc: new file.
21718 * gdb.hp/templ-hp.exp: new file.
21719 * gdb.hp/thr-lib.c: new file.
21720 * gdb.hp/thr-lib.exp: new file.
21721 * gdb.hp/thr-lib.h: new file.
21722 * gdb.hp/thr-liblib.c: new file.
21723 * gdb.hp/virtfun-hp.c: new file.
21724 * gdb.hp/virtfun-hp.exp: new file.
21725 * gdb.hp/watch-cmd.exp: new file.
21726 * gdb.hp/watch-hp.exp: new file.
21727 * gdb.hp/xdb1.exp: new file.
21728 * gdb.hp/xdb2.exp: new file.
21729 * gdb.hp/xdb3.exp: new file.
21730
21731 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
21732
21733 The following files are part of the HP merge; some had longer
21734 names at HP, but have been renamed to be no more than 14
21735 characters in length.
21736
21737 * gdb.base/ss.h: new file.
21738 * gdb.base/call-ar-st.c: new file.
21739 * gdb.base/call-ar-st.exp: new file.
21740 * gdb.base/call-rt-st.c: new file.
21741 * gdb.base/call-rt-st-exp: new file.
21742 * gdb.base/call-strs.exp: new file.
21743 * gdb.base/ena-dis-br.exp: new file.
21744 * gdb.base/environ.exp: new file.
21745 * gdb.base/long_long.exp: new file.
21746 * gdb.base/sect-cmd.exp: new file.
21747 * gdb.base/shlib-cl2.exp: new file.
21748 * gdb.base/smoke.exp: new file.
21749 * gdb.base/so-impl-ld.c: new file.
21750 * gdb.base/so-impl-ld.exp: new file.
21751 * gdb.base/so-indr-cl.c: new file.
21752 * gdb.base/so-indr-cl.exp: new file.
21753 * gdb.base/varargs.exp: new file.
21754 * gdb.base/volatile.exp: new file.
21755 * gdb.base/whatis-exp.exp: new file.
21756 * gdb.base/display.exp: new file.
21757 * gdb.c++/derivation.exp: new file.
21758 * gdb.c++/local.exp: new file.
21759 * gdb.c++/member-ptr.exp: new file.
21760 * gdb.c++/overload.exp: new file.
21761 * gdb.c++/ovldbreak.exp: new file.
21762 * gdb.c++/ref-types.exp: new file.
21763 * gdb.c++/ref-types2.exp: new file.
21764 * gdb.c++/userdef.exp: new file.
21765
21766 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
21767
21768 * gdb.base/default.exp: Reflect wording change in remote.c.
21769
21770 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
21771
21772 * gdb.base/help.exp: Update to reflect current text.
21773
21774 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
21775
21776 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21777 they're stack variables and contain garbage.
21778 * gdb.c++/anon-union.exp: new file.
21779
21780 The following changes were made by David Taylor
21781 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21782 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21783 in changes by HP.
21784
21785 * gdb.base/bitops.exp: new file.
21786 * gdb.base/default.exp: change expected messages for catch and
21787 info catch tests to reflect HP merge changes.
21788 * gdb.base/enable-disable-break.exp
21789 * gdb.base/ending-run.c: new file.
21790 * gdb.base/long_long.c: new file.
21791 * gdb.base/maint.exp: new file.
21792 * gdb.base/pointers2.exp: new file.
21793 * gdb.base/shlib-call2.exp: new file.
21794 * gdb.base/solib.exp: new file.
21795 * gdb.base/step-test.c: new file.
21796 * gdb.c++/anon-union.cc: new file.
21797 * gdb.c++/local.cc: new file.
21798 * gdb.c++/member-pointer.cc: new file.
21799 * gdb.c++/method.cc: new file.
21800 * gdb.c++/ref-types.cc: new file.
21801 * gdb.c++/ref-types2.cc: new file.
21802 * gdb.c++/userdef.cc: new file.
21803
21804 * gdb.base/scope.exp: compile one file at a time, then link.
21805 * gdb.base/langs.exp: ditto.
21806 * gdb.base/list.exp: ditto.
21807
21808 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
21809
21810 The following changes were made by David Taylor
21811 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21812 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21813 in changes by HP.
21814
21815 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21816 skip tests. When compiling pass c++ flag to gdb_compile.
21817 * gdb.c++/
21818
21819 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21820 test for on hppa*-*-hpux*; use args to see if c++ was specified.
21821 (skip_hp_tests): new function.
21822 (gdb_preprocess): new function.
21823
21824 * configure.in (hpdir): decide whether to configure gdb.hp.
21825 * configure: regenerated.
21826
21827 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21828 to delete on clean.
21829 (EXECUTABLES): update to reflect new additions.
21830 * gdb.base/commands.exp: update message expected.
21831 * gdb.base/default.exp: add copyright notice.
21832 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21833 * gdb.base/help.exp: update messages to reflect current text.
21834 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21835 targets for recurse tests.
21836 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21837 skip this file.
21838
21839 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21840 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21841 compilation.
21842 * gdb.c++/misc.exp: ditto.
21843 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21844 run the tests. tell gdb_compile that it's a c++ compilation.
21845
21846 * gdb.threads/pthreads.exp: fix typo in message.
21847
21848 * gdb.base/all-bin.exp: new file.
21849 * gdb.base/arithmet.exp: new file.
21850 * gdb.base/assign.exp: new file.
21851 * gdb.base/completion.exp: new file.
21852 * gdb.base/cond-expr.exp: new file.
21853 * gdb.base/condbreak.exp: new file.
21854 * gdb.base/define.exp: new file.
21855 * gdb.base/dollar.exp: new file.
21856 * gdb.base/environment.exp: new file.
21857 * gdb.base/eval-skip.exp: new file.
21858 * gdb.base/jump.exp: new file.
21859 * gdb.base/logical.exp: new file.
21860 * gdb.base/pointers.exp: new file.
21861 * gdb.base/relational.exp: new file.
21862 * gdb.base/section_command.exp: new file.
21863 * gdb.base/whatis-expr.exp: new file.
21864
21865 * gdb.base/all-types.c: new file.
21866 * gdb.base/call-array-struct.c: new file.
21867 * gdb.base/call-return-struct.c: new file.
21868 * gdb.base/call-strings.c: new file.
21869 * gdb.base/callfuncs2.c: new file.
21870 * gdb.base/condbreak.c: new file.
21871 * gdb.base/constvars.c: new file.
21872 * gdb.base/display.c: new file.
21873 * gdb.base/int-type.c: new file.
21874 * gdb.base/jump.c: new file.
21875 * gdb.base/miscexprs.c: new file.
21876 * gdb.base/pointers.c: new file.
21877 * gdb.base/pointers2.c: new file.
21878 * gdb.base/shmain.c: new file.
21879 * gdb.base/shr1.c: new file.
21880 * gdb.base/shr2.c: new file.
21881 * gdb.base/solib.c: new file.
21882 * gdb.base/solib1.c: new file.
21883 * gdb.base/solib2.c: new file.
21884 * gdb.base/varargs.c: new file.
21885 * gdb.c++/derivation.cc: new file.
21886 * gdb.c++/overload.cc: new file.
21887 * gdb.c++/ovldbreak.cc: new file.
21888 * gdb.hp/attach.c: new file.
21889 * gdb.hp/attach2.c: new file.
21890 * gdb.hp/average.c: new file.
21891 * gdb.hp/compiler.c: new file.
21892 * gdb.hp/compiler.cc: new file.
21893 * gdb.hp/execd-program.c: new file.
21894 * gdb.hp/follow-exec.c: new file.
21895 * gdb.hp/follow-fork.c: new file.
21896 * gdb.hp/follow-vfork-and-exec.c: new file.
21897 * gdb.hp/misc-hp.cc: new file.
21898 * gdb.hp/more-steps.c: new file.
21899 * gdb.hp/optimize.c: new file.
21900 * gdb.hp/quicksort.c: new file.
21901 * gdb.hp/run-hp.c: new file.
21902 * gdb.hp/start-stop.c: new file.
21903 * gdb.hp/sum.c: new file.
21904 * gdb.hp/templates-hp.cc: new file.
21905 * gdb.hp/thread-local-in-lib.c: new file.
21906 * gdb.hp/thread-local-in-lib.h: new file.
21907 * gdb.hp/thread-local-in-lib.lib.c: new file.
21908 * gdb.hp/vforked-program.c: new file.
21909 * gdb.hp/virtfunc-hp.cc: new file.
21910 * gdb.hp/watchpoint-hp.c: new file.
21911 * gdb.hp/xdb.c: new file.
21912 * gdb.hp/xdb0.c: new file.
21913 * gdb.hp/xdb0.h: new file.
21914 * gdb.hp/xdb1.c: new file.
21915
21916 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
21917
21918 The following change was made by Edith Epstein
21919 <eepstein@cygnus.com> as part of a project to merge in changes
21920 originally made by HP; HP did not create ChangeLog entries.
21921
21922 * gdb.c++/demangle.exp: changed the expected output for some
21923 ARM-style mangling -- removed second reference to datatype.
21924 For example, maint demangle __dt__11T1__pt__2_cFv
21925 T1<char>::~T1<char>(void)
21926 becomes,
21927 maint demangle __dt__11T1__pt__2_cFv
21928 T1<char>::~T1(void)
21929
21930 (test_hp_style_demangling): new hp specific demangling test cases.
21931
21932 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
21933
21934 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21935 * gdb.trace/backtrace.exp: Likewise.
21936 * gdb.trace/circ.exp: Likewise.
21937 * gdb.trace/collection.exp: Likewise.
21938 * gdb.trace/deltrace.exp: Likewise.
21939 * gdb.trace/infotrace.exp: Likewise.
21940 * gdb.trace/limits.exp: Likewise.
21941 * gdb.trace/packetlen.exp: Likewise.
21942 * gdb.trace/passc-dyn.exp: Likewise.
21943 * gdb.trace/passcount.exp: Likewise.
21944 * gdb.trace/report.exp: Likewise.
21945 * gdb.trace/save-trace.exp: Likewise.
21946 * gdb.trace/tfind.exp: Likewise.
21947 * gdb.trace/tracecmd.exp: Likewise.
21948 * gdb.trace/while-dyn.exp: Likewise.
21949 * gdb.trace/while-stepping.exp: Likewise.
21950
21951 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
21952
21953 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21954
21955 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
21956
21957 From Brendan Kehoe:
21958 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21959 int return types.
21960
21961 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21962
21963 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
21964 remote dos host testing right.
21965
21966 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21967
21968 * gdb.base/corefile.exp: remove some xfails.
21969
21970 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21971
21972 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
21973 have different timestamps.
21974
21975 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21976
21977 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
21978 gdb.base/default.exp: Replace "exec" with "executable".
21979
21980 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21981
21982 * gdb.base/default.exp: Change else if to elseif from previous
21983 delta.
21984
21985 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21986
21987 * gdb.base/default.exp: Add brace missing from previous delta.
21988
21989 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
21990
21991 * gdb.base/default.exp: Support test for info float for all
21992 varieties of arm toolchain.
21993
21994 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
21995
21996 * gdb.trace/*.exp: remove "remote_download" command.
21997
21998 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
21999
22000 * gdb.trace/*.exp: remove -gdwarf from compile.
22001
22002 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
22003
22004 * gdb.trace/configure.in(AC_INIT): typo
22005 * gdb.trace/configure: regenerated
22006
22007 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
22008
22009 * config/m68k-emc.exp: New file.
22010 * lib/<emc-support.exp trace-support.exp}: New files.
22011 * configure.in: add new test directory gdb.trace.
22012 * gdb.trace/{configure configure.in Makefile.in}: New files.
22013 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
22014 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
22015 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
22016 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
22017 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
22018 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
22019 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
22020
22021 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
22022
22023 * gdb.c++/classes.exp: Change all regular expressions to match
22024 arbitrary combinations of newline/carriage-return, so that they
22025 will work equally well on Unix and Windows.
22026 * gdb.c++/inherit.exp: ditto.
22027 * gdb.c++/virtfunc.exp: ditto.
22028
22029 1998-08-11 Dawn Perchik <dawn@cygnus.com>
22030
22031 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
22032
22033 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
22034
22035 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
22036 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
22037 to use a0-a3/d0-d3 as needed.
22038
22039 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
22040
22041 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
22042 * gdb.disasm/am33.exp: Corresponding changes.
22043
22044 1998-07-11 Felix Lee <flee@cygnus.com>
22045
22046 * gdb.base/callfuncs.exp: add cmp10 test.
22047 * gdb.base/callfuncs.c (cmp10): new function.
22048
22049 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
22050
22051 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
22052 into two parts to get around a synchronization problem in expect.
22053
22054 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
22055
22056 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
22057
22058 * configure.in: Add options for gdbtk testsuite.
22059
22060 * configure: Regenerate.
22061
22062 * gdb.gdbtk: New directory to hold gdbtk tests.
22063
22064 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22065
22066 * gdb.fortran/types.exp: Escape brackets in expect patterns
22067 for test_float_literal_types_accepted tests.
22068 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
22069 before run test.
22070
22071 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
22072
22073 * am33.exp: Just compile, do not link the testcase.
22074 * am33.s: Add ".am33" pseudoop to force am33 mode.
22075
22076 1998-06-25 Felix Lee <flee@cygnus.com>
22077
22078 * gdb.base/setshow.exp: make sure $pc is sane.
22079
22080 * gdb.stabs/weird.exp: split expect patterns properly.
22081
22082 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
22083
22084 * gdb.disasm/am33.s: New disassembler testfile for the am33.
22085 * gdb.disasm/am33.exp: Run it.
22086
22087 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
22088
22089 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
22090 match processing (and eliminate spurious timeouts when running).
22091
22092 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
22093
22094 * gdb.base/signals.exp (test_handle_all_print): put back Mach
22095 exception test, but conditionalize it on target [mach | gnu].
22096
22097 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
22098
22099 * gdb.base/overlays.exp: fixup compile line for linker script.
22100
22101 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
22102
22103 * gdb.fortran/types.exp: don't guess at float size.
22104
22105 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
22106
22107 * gdb.base/exprs.exp: delete test that depends on int size.
22108
22109 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
22110
22111 * config/sim.exp: Removed checks for target triplets.
22112 (gdb_target_sim): Use gdb,target_sim_options.
22113
22114 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
22115
22116 * gdb.base/reread.exp: New file.
22117 * gdb.base/reread1.c: New file.
22118 * gdb.base/reread2.c: New file.
22119
22120 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
22121
22122 * config/sim.exp: Use 'target sim -sparclite' when running
22123 SPARClite programs.
22124
22125 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
22126
22127 * gdb.base/structs2.exp: New file.
22128 * gdb.base/structs2.c: New file.
22129
22130 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
22131
22132 * gdb.asm/common.inc: New file.
22133 * gdb.asm/d10v.inc: New file.
22134 * asm-source.exp: Pass -I's to gas to find .inc files.
22135 Update line numbers in expected output.
22136 * asmsrc1.s: Rewrite.
22137 * asmsrc2.s: Rewrite.
22138 * configure.in: Create arch.inc symlink.
22139 * configure: Regenerate.
22140 * Makefile.in (distclean): Delete arch.inc.
22141
22142 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
22143
22144 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
22145 (t_enum_value2): ditto
22146 (t_enum_value3): ditto
22147 (main): ditto
22148 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22149
22150 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
22151 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
22152 change.
22153 Use gdb_test instead of send_gdb/gdb_expect sequences.
22154
22155 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
22156
22157 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
22158 not void.
22159
22160 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
22161
22162 * gdb.base/branches.c: Code with lots of loops and
22163 subroutines. Used to test gdbs ability to single step through PC
22164 changes, especially to test mips-tdep.c:mips_next_pc
22165
22166 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
22167
22168 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
22169 more rigorous EGCS C++ error checking.
22170
22171 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22172
22173 * gdb.base/help.exp: Clean up `help set args' and `help show args'
22174 tests.
22175 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
22176 function when asleep.
22177 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
22178 for i*86 Linux and SVR4 signal handling problems.
22179 Remove linux xfail for `next to handler in signals_tests_1', fixed
22180 by recent infrun.c change.
22181 Limit backtrace to 10 frames to avoid timeout problems with infinite
22182 stack backtraces.
22183 Adjust expect pattern in `handle all print' test to match Apr 28 1997
22184 target.[ch] change.
22185
22186 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
22187
22188 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
22189 for a newline from gdb before continuing.
22190 (default_gdb_exit): Just look for y or n.
22191 (gdb_test): Detect abnormal exit from GDB running on DOS; if
22192 it does, fail the rests of the tests in the file.
22193
22194 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
22195
22196 * config/cygmon.exp: New file.
22197
22198 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
22199
22200 * gdb.base/list.exp: Fix problem with "list default lines around
22201 main" test on remote targets.
22202
22203 * gdb.base/scope.exp: Fix problem with filelocal_bss before
22204 run test on remote targets.
22205
22206 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
22207
22208 * gdb.asm: New directory.
22209 * configure.in: Configure it.
22210 * configure: Regenerate.
22211 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
22212 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
22213
22214 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
22215
22216 * config/mn10300-eval.exp: New file to support MN10300 eval board.
22217
22218 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
22219
22220 * gdb.base/overlays (several files): Merge the two overlay
22221 managers into one. Change variables (foox, barx, bazx, grbxx)
22222 back into ints but force them to load in their proper sections.
22223
22224 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
22225
22226 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
22227 on-chip insn memory and IMAP1 to upper 128k.
22228 (D10VCopy): Handle memory regions crossing 16k boundaries.
22229 (D10VCopy): Transfer data in 32 bit chunks.
22230
22231 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
22232
22233 * gdb.base/overlays.c (main): Exit normally when result is
22234 correct.
22235
22236 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
22237 map. Include space for printf in .text segment.
22238
22239 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
22240 updated d10v memory VMA/LMA map.
22241 (D10VCopy): Call D10VTranslate.
22242
22243 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
22244
22245 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
22246
22247 * gdb.base/bar.c (barx, bar): Change variable to small array so
22248 that it won't be put into the .sdata - small data -
22249 section. Update reference.
22250 * gdb.base/baz.c (bazx, baz): Ditto.
22251 * gdb.base/foo.c (foox, foo): Ditto.
22252 * gdb.base/grbx.c (grbxx, grbx): Ditto.
22253
22254 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
22255 to be arrays.
22256
22257 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
22258
22259 * gdb.base/overlays.exp: fix up and get working again.
22260 Add tests for backtraces from an overlay function.
22261
22262 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
22263
22264 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
22265 "calling function with watchpoint enabled".
22266
22267 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
22268
22269 * gdb.base/break.exp (test_next_with_recursion): Remove
22270 gdb_suppress_tests for d10v-*-*.
22271 * lib/gdb.exp (gdb_suppress_tests): Disable this function
22272 pending review of whether it is useful or not.
22273
22274 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
22275
22276 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
22277
22278 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
22279
22280 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
22281 * config/dve.exp: New file to support Densan boards.
22282
22283 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
22284
22285 * gdb.base/interrupt.exp: Document problem of simulators, signals,
22286 reads and BSD.
22287
22288 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
22289
22290 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
22291 response.
22292
22293 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
22294
22295 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
22296
22297 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
22298 test.
22299
22300 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
22301 target_sizeof_long and target_bigendian_p.
22302 (structs_by_value, structs_by_reference): Check values according
22303 to targets word size and endianess.
22304
22305 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
22306
22307 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
22308 output.
22309
22310 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
22311
22312 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
22313 Update test of set args help to match source change.
22314
22315 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
22316
22317 * gdb.base/default.exp: Expect help system output to be in
22318 alphabetical order.
22319 * gdb.base/help.exp: Ditto.
22320
22321 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
22322
22323 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22324 "i*86-pc-linux-gnu*".
22325 * gdb.base/interrupt.exp: Ditto.
22326 * gdb.base/corefile.exp: Ditto.
22327
22328 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
22329 define vxworks when building the testcase.
22330
22331 * gdb.base/ptype.exp: Fix testnames to be unique.
22332 * gdb.base/radix.exp: Ditto.
22333 * gdb.base/term.exp: Ditto.
22334 * gdb.base/whatis.exp: Ditto.
22335 * gdb.c++/classes.exp: Ditto.
22336
22337 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
22338
22339 * gdb.base/callfuncs.exp: Fix indentation.
22340
22341 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22342 suppress_flag has been set.
22343 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22344 target feature.
22345
22346 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
22347
22348 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22349 the testcase.
22350
22351 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
22352 set_debug_traps() and breakpoint().
22353 * gdb.c++/misc.cc (main): Ditto.
22354 * gdb.c++/templates.cc (main): Ditto.
22355 * gdb.c++/virtfunc.cc (main): Ditto.
22356
22357 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
22358
22359 * lib/gdb.exp(gdb_step_for_stub): New function.
22360 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22361 exists, reload the executable and do a "continue" instead of
22362 doing a jump.
22363 (runto_main): Use gdb_step_for_stub.
22364
22365 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
22366 tests to have unique names.
22367 * gdb.base/callfuncs.exp: Ditto.
22368 * gdb.base/commands.exp: Ditto.
22369 * gdb.base/default.exp: Ditto.
22370 * gdb.base/help.exp: Ditto.
22371 * gdb.base/list.exp: Ditto.
22372 * gdb.base/opaque.exp: Ditto.
22373 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22374 similar tests.
22375
22376 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22377 * gdb.c++/cplusfuncs.cc: Ditto.
22378 * gdb.c++/virtfunc.cc: Ditto.
22379
22380 * config/monitor.exp: Keep track of the last file we saw, rather
22381 than trying to get the info from gdb.
22382
22383 * gdb.fortran/types.exp: Move comment to previous line.
22384
22385 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
22386
22387 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
22388 target mode.
22389
22390 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
22391
22392 From Bob Manson:
22393 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
22394 string from GDB when it connects.
22395
22396 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22397
22398 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
22399
22400 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
22401 if we can't get a debug format from GDB (we may be testing an
22402 older GDB). Use a 10 second timeout when checking for the format.
22403
22404 * gdb.stabs/weird.exp: Fix quoting.
22405
22406 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22407
22408 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
22409
22410 * config/arm-ice.exp: New file.
22411
22412 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
22413
22414 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
22415 until it has been modified to work with the new testsuite.
22416
22417 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
22418 testcase won't compile, cause all of the testcases in the file to
22419 fail instead.
22420
22421 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22422 (gdb_clear_suppressed): New procedure.
22423 (gdb_stop_suppressing_tests): Only clear suppress_flag if
22424 it contains a positive value.
22425
22426 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
22427
22428 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22429
22430 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22431
22432 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
22433
22434 * lib/gdb.exp (setup_xfail_format): New function.
22435 (get_debug_format): New function to get debug format.
22436 (debug_format): New global variable to hold last value set
22437 by get_debug_format.
22438 * gdb.base/list.exp: Call get_debug_format and expect some
22439 tests to fail for DWARF 1 and COFF formats.
22440 * gdb.c++/ptype.exp: Ditto.
22441 * gdb.c++/classes.exp: Ditto.
22442 * gdb.c++/cplusfuncs.exp: Ditto.
22443 * gdb.c++/inherit.exp: Ditto.
22444 * gdb.c++/templates.exp: Ditto.
22445 * gdb.c++/virtfunc.exp: Ditto.
22446
22447 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
22448
22449 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22450 host doesn't have a currently-open connection.
22451
22452 * config/sparclet.exp: Cleanups and fixes to make it generic for
22453 any gdb stub target. Handle cases where gdb doesn't respond when
22454 interrupted in a sane fashion.
22455
22456 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
22457 same thing in a totally different way.
22458
22459 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
22460 setting "timeout".
22461 (gdb_start): We set the global gdb_prompt variable in
22462 default_gdb_init now.
22463
22464 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
22465
22466 * gdb.base/printcmds.exp: Fix "check for floating addition"
22467 regexp to accept results within approx +/- .01 of exact value.
22468 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22469
22470 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
22471
22472 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
22473 properly.
22474 (gdb_expect): Add optional timeout parameter, and add timeout
22475 value to various calls.
22476 (gdb_suppress_tests): Only give one warning message per group.
22477
22478 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
22479
22480 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
22481 global variables. Handle getting a value for $timeout more
22482 gracefully.
22483
22484 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22485
22486 * lib/gdb.exp: Close connection to remote host if gdb doesn't
22487 initialize.
22488 (default_gdb_init): New procedure; allow gdb_init to be overridden
22489 by a target configuration file.
22490 (gdb_expect): Pass the timeout to remote_expect.
22491
22492 * config/monitor.exp(gdb_load): Fix typo in regexp.
22493
22494 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
22495
22496 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22497
22498 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
22499
22500 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
22501 here. Call gdb_target_exec before rebooting the target, to make
22502 sure the connection to the target is closed.
22503 (gdb_load): Pass the name of the executable to gdb_target_monitor.
22504 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22505 Also detect "Timeout reading from remote" error.
22506
22507 * config/gdbserver.exp: Pass the executable being loaded to
22508 gdb_target_monitor. Don't call gdb_file_cmd here; let
22509 gdb_target_monitor do it.
22510
22511 * gdb.disasm/hppa.exp: Don't use exec_output.
22512
22513 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
22514
22515 * gdb.base/list.exp: If we're debugging a non-native target,
22516 try to set the pc register to point to the start of the
22517 program before doing the first list command.
22518
22519 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
22520 test_calls after restarting.
22521
22522 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
22523 reloading.
22524
22525 * gdb.base/watchpoint.exp: Fix typo.
22526
22527 * gdb.base/setshow.exp: Check for use_gdb_stub.
22528
22529 * gdb.base/break.exp: Fix continue until exit test for the gdb
22530 stub case.
22531 * gdb.base/langs.exp: Ditto.
22532
22533 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
22534 gdb_load_offset. If we weren't given a file to load, figure out
22535 what the current file is and use it.
22536
22537 * config/i386-bozo.exp: New file.
22538
22539 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
22540
22541 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22542 feature.
22543
22544 * config/proelf.exp: New entry.
22545
22546 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
22547
22548 * lib/gdb.exp: Remove spurious .* patterns at the beginning
22549 of regexps.
22550
22551 * gdb.base/watchpoint.exp: Don't run the test_stepping
22552 tests if gdb can't call functions on the target.
22553
22554 * gdb.base/setshow.exp: Don't run the set prompt tests if
22555 the board has gdb_prompt set.
22556
22557 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
22558
22559 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22560 * gdb.base/commands.exp: Likewise.
22561 * gdb.base/setshow.exp: Likewise.
22562
22563 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
22564
22565 * config/monitor.exp(gdb_start): Look for gdb_prompt target
22566 feature.
22567
22568 * config/i960.exp: New file.
22569
22570 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
22571
22572 * gdb.base/funcargs.exp: Check for gdb,short_int target
22573 feature instead of looking for explicit target triplets.
22574
22575 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
22576
22577 * gdb.base/printcmds.exp: add a couple more tests a la
22578 "p 123DEADBEEF", to check parse_number.
22579 * top.c: change "to enable to enable" to "to enable" in a couple
22580 of help strings.
22581
22582 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
22583
22584 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22585 on the mn10300.
22586
22587 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
22588
22589 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22590 where the test executable is run with explicit args.
22591 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22592
22593 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
22594
22595 * gdb.base/run.c: Use FAKEARGV to build test executable that
22596 does not require a command line arg, since most simulators
22597 don't currently support passing such an arg into the simulated
22598 program.
22599 * gdb.base/commands.exp: Change tests to insert the proper
22600 value as the arg to the first recursive factorial call. Change
22601 compilation line to define FAKEARGV at compile time.
22602
22603 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
22604
22605 * gdb.base/recurse.exp: Enable these tests for the mn10300.
22606 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22607 function with watchpoint enabled" test.
22608
22609 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
22610
22611 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
22612 Don't call gdb_test when the command doesn't return to a gdb prompt.
22613
22614 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
22615 "Tests restarted" messages.
22616
22617 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
22618
22619 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22620
22621 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
22622
22623 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22624 for INFO SYMBOL; add help tests for OVERLAY commands.
22625 * gdb.base/default.exp: add tests for INFO SYMBOL command;
22626 add tests for OVERLAY commands
22627 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22628 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22629 * gdb.base/sigall.c: add usestubs code frag
22630 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
22631
22632 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
22633
22634 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22635 failures.
22636 (gdb_stop_suppressing_tests): Note that tests have restarted.
22637
22638 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
22639
22640 * config/h8300.exp: New file.
22641
22642 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
22643
22644 * gdb.base/setshow.exp: Check for the existence of a
22645 feature, not its value.
22646
22647 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
22648
22649 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22650
22651 * gdb.base/scope.exp: It's now init0(), not init().
22652
22653 * gdb.base/scope0.c: For now, change init() to be init0().
22654
22655 * config/monitor.exp: Use gdb_serial in preference to serial
22656 or netport.
22657
22658 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
22659 and it's not already set.
22660
22661 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
22662
22663 * gdb.base/setshow.exp: Only test the run command if the target
22664 isn't using a stub and if it supports argument passing.
22665
22666 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
22667
22668 * config/udi.exp(gdb_start): Make sure UDICONF is set
22669 properly before starting gdb.
22670
22671 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
22672
22673 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22674 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22675 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22676
22677 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
22678
22679 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
22680 specialized code to reboot the board, use remote_reboot instead.
22681
22682 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22683
22684 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22685
22686 * config/monitor.exp: Make sure we disconnect from the target.
22687 Also, try a reboot/reload cycle instead of failing if the
22688 load fails.
22689
22690 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
22691
22692 * gdb.base/default.exp: Don't set match_max.
22693 * gdb.base/help.exp: Ditto.
22694 * gdb.base/list.exp: Ditto.
22695 * gdb.base/signals.exp: Ditto.
22696
22697 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22698 set, use remote_ld to download the testcase instead of
22699 the GDB loader.
22700
22701 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
22702
22703 * config/vr5000.exp: New file.
22704
22705 * config/monitor.exp(gdb_target_monitor): Add pattern for
22706 "Ending remote" to detect errors in connecting.
22707
22708 * gdb.base/setshow.exp: Add .* within auto language test.
22709
22710 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22711 target feature.
22712
22713 * config/monitor.exp(gdb_load): Check for a failure when loading,
22714 and reboot the board if necessary.
22715
22716 * gdb.base/setvar.exp(test_set): Handle multiple prints within
22717 a set of tests. Remove print.* from the patterns being checked.
22718
22719 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
22720
22721 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22722 refer to gdb_spawn_id.
22723
22724 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22725 longer used.
22726 * config/sparclet.exp: Ditto.
22727 * config/sparclet-old.exp: Ditto.
22728 * config/slite.exp: Ditto.
22729 * config/sim.exp: Ditto.
22730 * gdb.base/funcargs.exp: Ditto.
22731
22732 * lib/gdb.exp:Remove references to gdb_spawn_id.
22733 (gdb_expect): Move to remote.exp.
22734
22735 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
22736
22737 * config/monitor.exp: Detect the "Couldn't establish connection"
22738 message from GDB.
22739
22740 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
22741
22742 * gdb.base/bitfields.exp: Use runto instead of explicit
22743 gdb_run_cmd/gdb_expect sequences.
22744
22745 * gdb.base/break.exp(text_next_with_recursion): Add match for
22746 gdb_expect call.
22747
22748 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22749 We also need to handle the "A program is being debugged already"
22750 prompt from gdb. Use gdb_test to set the baud rate.
22751
22752 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22753 to 20000. Really. I mean it.
22754
22755 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22756
22757 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
22758 fails. If suppress_flag is set, skip perror message about not
22759 being able to send to GDB.
22760 (send_gdb): If suppress_flag is set, don't try to send commands to
22761 GDB.
22762 (gdb_expect): If suppress_flag is set, always fail immediately.
22763 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22764 (gdb_init): Call gdb_stop_suppressing_tests.
22765 (default_gdb_exit): Ditto.
22766 (default_gdb_start): Ditto.
22767
22768 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
22769 gdb_stop_suppressing_tests as appropriate.
22770 * gdb.base/break.exp: Ditto.
22771 * gdb.base/callfuncs.exp: Ditto.
22772 * gdb.base/commands.exp: Ditto.
22773 * gdb.base/exprs.exp: Ditto.
22774 * gdb.base/funcargs.exp: Ditto.
22775 * gdb.base/list.exp: Ditto.
22776 * gdb.base/recurse.exp: Ditto.
22777 * gdb.base/scope.exp: Ditto.
22778 * gdb.base/structs.exp: Ditto.
22779 * gdb.c++/inherit.exp: Ditto.
22780
22781 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
22782
22783 * config/vr4300.exp: New file.
22784
22785 * gdb.*/*.exp: Call gdb_expect instead of expect.
22786
22787 * lib/gdb.exp(gdb_expect): New function.
22788
22789 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
22790
22791 * lib/gdb.exp(gdb_init): New function.
22792
22793 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
22794 for each individual variable set.
22795
22796 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22797 name.
22798
22799 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22800
22801 * gdb.base/scope.exp: Use gdb_test.
22802
22803 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22804 aborting; the testsuite driver will do that for us (see
22805 gdb_finish). Also, use gdb_test in a few more places.
22806
22807 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
22808
22809 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22810
22811 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
22812
22813 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22814 and "add_tests" are not at the same address.
22815
22816 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
22817
22818 * gdb.base/ptype.exp: Use gdb_test.
22819
22820 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
22821
22822 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22823 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22824 left in. No longer expect them to fail.
22825
22826 * gdb.stabs/*.mt; Deleted, no longer used.
22827 * gdb.stabs/configure.in: Remove references to target makefile
22828 frags.
22829 * gdb.stabs/configure: Rebuilt.
22830
22831 * gdb.disasm/*.mt: Deleted, no longer used.
22832 * gdb.disasm/configure.in: Remove references to target makefile
22833 frags. Use "sh3.s" as the unique filename for this directory.
22834 * gdb.disasm/configure: Rebuilt.
22835
22836 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22837 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22838 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22839
22840 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
22841
22842 * config/udi.exp: Use mondfe,name instead of remote_host.
22843
22844 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22845
22846 * gdb.base/watchpoint.exp: Don't expect a failure when calling
22847 a function with a watchpoint enabled on the mn10200.
22848
22849 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22850 before trying to create it!
22851
22852 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
22853
22854 * config/vx.exp: Use hostname instead of netport.
22855
22856 * config/vxworks.exp: New file.
22857
22858 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22859
22860 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
22861 gdb before assuming everything worked. Send a ^C if a timeout
22862 occurs.
22863
22864 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22865 $gdb_spawn_id directly.
22866 (gdb_run_cmd): Try _start as well as start. Use the target feature
22867 gdb,start_symbol as the symbol to start from when jumping.
22868
22869 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
22870
22871 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22872 redundant) test.
22873
22874 * gdb.base/recurse.exp: Relax final value test for 'b' so that
22875 it doesn't lose for 16bit integer systems.
22876
22877 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
22878
22879 * gdb.fortran/types.exp: If the target doesn't support "double"
22880 data types, then expect "real" types to only be 4 bytes.
22881
22882 * gdb.c++/virtfunc.exp: Expect failure for virtual function
22883 call tests if the target doesn't support inferior function calls.
22884
22885 * gdb.base/printcmds.exp: Allow minor deviation in FP values
22886 in printf tests.
22887
22888 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
22889
22890 * gdb.base/help.exp: Disable "help set", "help show", and
22891 "help support". Simplify regexp for "help stack".
22892
22893 * gdb.base/default.exp: Set match_max to 5000 and the timeout
22894 to 60 seconds. Temporarily set match_max to 15000 around the
22895 "info copying" test.
22896
22897 * gdb.base/nodebug.exp: Don't try to do an inferior function
22898 call if the target doesn't support them.
22899 * gdb.base/printcmds.exp: Likewise.
22900 * gdb.base/setvar.exp: Likewise.
22901 * gdb.base/structs.exp: Likewise.
22902 * gdb.c++/templates.exp: Likewise.
22903 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
22904
22905 * gdb.base/recurse.exp: Enable for the mn10200.
22906
22907 * configure.in: Do configure gdb.stabs directory for *-*-elf
22908 targets.
22909 * configure: Rebuilt.
22910
22911 * gdb.base/break.exp: Check for gdb,noresults before testing
22912 exit status and/or results from the target.
22913 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22914 * lib/gdb.exp: Remove old (now bogus) initialization of
22915 noinferior, noargs, noresults and nosignals.
22916
22917 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
22918
22919 * config/sh.exp: New file.
22920
22921 * config/slite.exp: Try to connect multiple times to the board
22922 before rebooting. Only send a "monitor run" if need_monitor_run
22923 is set.
22924
22925 * gdb.base/break.exp: Don't do the "stub continue" test if
22926 the target has gdb_stub set.
22927
22928 * gdb.base/callfuncs.exp: Increase the timeout.
22929
22930 * gdb.base/interrupt.exp: Don't even try to compile the testcase
22931 if the target has gdb,noinferiorio set.
22932
22933 * gdb.base/list.exp: Increase match_max to 10000 characters.
22934
22935 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22936
22937 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22938 target.
22939
22940 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22941
22942 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
22943
22944 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
22945 trying to delete the copy of gdb. Catch the file delete so we
22946 don't die if the delete fails; also, the file should be copied to
22947 the host, not to the build.
22948
22949 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
22950
22951 * lib/gdb.exp(gdb_test): Surround the result pattern with
22952 parenthesis in case it contains multiple regexps separated
22953 with |.
22954
22955 * gdb.base/watchpoint.exp: Use gdb_test.
22956 * gdb.base/default.exp: Ditto.
22957
22958 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22959
22960 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
22961
22962 * gdb.base/scope.exp: Use gdb_test.
22963 * gdb.c++/classes.exp: Ditto.
22964 * gdb.c++/inherit.exp: Ditto.
22965
22966 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22967
22968 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22969 remote_exec instead.
22970 * gdb.base/corefile.exp: Don't be ridiculous.
22971 * gdb.base/*.c: Add missing stub invocations.
22972
22973 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22974
22975 * config/slite.exp: Miscellaneous fixes.
22976
22977 * lib/gdb.exp: Fix runto.
22978
22979 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22980 the target.
22981
22982 * gdb.base/watchpoint.exp: Fix regexp.
22983
22984 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22985 close and wait commands, as the descriptor may now be
22986 invalid. Always call "remote_close host".
22987
22988 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
22989
22990 Major rewrite for testsuite revision.
22991
22992 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22993 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22994 instead of relying on spawn_id to always contain a valid
22995 spawn id.
22996 (get_compiler_info): New procedure to build the ${binfile}.ci
22997 file, instead of replicating this in N different places.
22998 (gdb_compile): New procedure.
22999
23000 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
23001 appropriate arguments) instead of compile. Use gdb_test in a lot
23002 more places. Use send_gdb instead of send. Always run gdb_start
23003 at the start of a testcase, as this is no longer done magically.
23004
23005 config/*-gdb.exp: Rename without the -gdb suffix.
23006
23007 config/mips.exp: Use remote_close instead of exit_remote_shell.
23008 config/monitor.exp: Use target_info instead of looking at
23009 baud, timeout, etc.
23010 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
23011
23012 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23013
23014 * gdb.c++/templates.exp (test_ptype_of_templates),
23015 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
23016 Update expect patterns for destructors and assignment operators
23017 to match corresponding c-typeprint.c changes.
23018 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
23019 to destructor breakpoint test, GDB should be able to set the
23020 destructor breakpoint without specifying arguments.
23021
23022 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
23023
23024 * gdb.threads/pthreads.exp: Change result for failure to compile due
23025 to lack of pthreads runtime support from an error to simply an
23026 unsupported test, per dejagnu standards.
23027
23028 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23029
23030 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
23031 where GDB exits to reduce pattern match time.
23032 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
23033
23034 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
23035
23036 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
23037
23038 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
23039 * gdb.base/default.exp: ditto.
23040 * gdb.base/nodebug.exp: ditto.
23041 * gdb.base/printcmds.exp: ditto.
23042 * gdb.base/ptype.exp: ditto.
23043 * gdb.base/setvar.exp: ditto.
23044 * gdb.base/structs.exp: ditto.
23045 * gdb.base/setshow.c: Guard against uninitialized values of argc.
23046
23047 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
23048
23049 * configure, */configure: Rebuild with autoconf 2.12.
23050
23051 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
23052
23053 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
23054 use new i*86-pc-linux*-gnu quads.
23055 * gdb.base/corefile.exp: Ditto.
23056 * gdb.base/signals.exp: Ditto.
23057 * gdb.base/sigall.exp: Ditto.
23058 * gdb.base/interrupt.exp: Ditto.
23059
23060 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
23061 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
23062 RedHat 4.0.
23063
23064 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
23065 linux. This allows the test case to at least compile on latest
23066 linux, but still not run due to missing the threads runtime library.
23067
23068 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23069
23070 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
23071 directory to search gdb directory. Accept and step over conditional
23072 stack alignment code. Consume $prompt in failure cases.
23073 Reset timeout to $oldtimeout instead of some arbitrary value.
23074 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
23075 timeout problems with infinite stack backtraces.
23076 * gdb.base/ptype.exp (ptype struct link, union tu_link):
23077 Accept function parameters for linkfunc member.
23078
23079 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
23080
23081 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
23082 (CXXFLAGS): Remove, unreferenced.
23083 (B_OPTIONS): Add for -B options and add code to initialize with
23084 previous -B options and also add -B option to pick up cross compiled
23085 runtime.
23086 (TARGET_INCLUDES): Add for -I options and add code to initialize when
23087 doing cross compiles.
23088 (target_alias): Declare global.
23089 (xgcc): Set variable to full path of gcc in build tree. Use findfile
23090 to verify that gcc exists in build tree, and if so set CC to that
23091 gcc and to use B_OPTIONS and TARGET_INCLUDES.
23092
23093 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
23094
23095 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
23096 ptype test for anonymous union. Fixup testcase to match
23097 current gcc debug output.
23098
23099 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
23100
23101 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
23102 force argument to an unsigned long type.
23103
23104 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
23105
23106 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
23107 tests and anonymous union print/ptype tests.
23108 * gdb.base/list.exp (test_forward-search): Increase timeout by
23109 5 minutes for the "search extremely long line" case.
23110 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
23111 completely optional and that the pass/fail messages use the command as
23112 the message if that third arg is a null string.
23113 (gdb_test_exact): Arrange that a null string pattern means match a
23114 null string output rather than any output, which might include random
23115 errors.
23116 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
23117 backtrace test.
23118 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
23119 always failing and failure is now exposed by gdb.exp changes.
23120
23121 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
23122
23123 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
23124 weren't being noted.
23125
23126 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23127
23128 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
23129 * gdb.stabs/weird.exp: Remove v_comb xfails.
23130
23131 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
23132
23133 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
23134 list.exp scope.exp watchpoint.exp]
23135 Make all timeout error msgs explicitly say "(timeout)".
23136
23137 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
23138
23139 * config/monitor.exp: Increase download timeout to 1000 seconds.
23140
23141 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
23142
23143 * config/m32r.exp: Increase timeout to 120 seconds.
23144
23145 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
23146
23147 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
23148 and accept older ordering as obsolescent gcc or gdb.
23149 * gdb.c++/templates.exp: Ditto.
23150 * gdb.c++/virtfunc.exp: Ditto.
23151
23152 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
23153
23154 * gdb.base/coremaker.c: Add code to mmap some data so we
23155 can check that it ends up in the core file.
23156 * gdb.base/corefile.exp: Add test to read mmapped data
23157 from core file.
23158
23159 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
23160
23161 * config/m32r.exp: New file.
23162
23163 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
23164
23165 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
23166 that cflags can contains -gstabs, and work correctly for other tests.
23167
23168 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
23169
23170 * gdb.base/setshow.exp: New file, tests show and set.
23171 * gdb.base/setshow.c: New file, tests show and set.
23172 * gdb.base/help.exp: Add test for help set|show annotate.
23173 * gdb.base/default.exp: Add test for set|show annotate.
23174
23175 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
23176
23177 * testsuite/gdb.base/break.exp: Make backtrace from factorial
23178 errors unique.
23179 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
23180 explicitly.
23181
23182 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
23183
23184 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
23185 and width commands. This is done elsewhere.
23186 * (gdb_start): Don't call gdb_start_sim here. That's already
23187 done in gdb_load. This fixes lots of failures in default.exp.
23188
23189 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
23190
23191 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
23192 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
23193 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
23194 in the same we we treat other failures (since it may be an expected
23195 condition), rather than as an error.
23196 * gdb.base/signals.exp (test_handle_all_print): Revert back to
23197 old test format.
23198
23199 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
23200
23201 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
23202 (distclean maintainer-clean realclean): No need to remove files
23203 twice. Nuke the duplicates.
23204 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
23205 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
23206 Remove config.h along with other config files.
23207
23208 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
23209
23210 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
23211 "p func1 ()" and note that rests of tests are skipped.
23212 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
23213 setup_xfails for "print func2::coremaker_local".
23214 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
23215 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
23216 affected by the previous run test.
23217 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
23218 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
23219 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
23220 "pass int powerset tuple" and "pass modeless int powerset tuple".
23221 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
23222 "real write 4" and "real write 8".
23223 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
23224 setup_xfails for "print vs1 after tuple assign 2",
23225 "print \$i after tuple assign 2", and
23226 "print vs2 after tuple assign 2".
23227 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
23228 meaningful error message and return -1 so the caller can
23229 suppress further tests and avoid a cascade of errors.
23230
23231 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
23232
23233 * gdb.base/a1-selftest.exp: Tweak tests to account for new
23234 format for printing version.
23235 * gdb.base/default.exp: Ditto.
23236 * gdb.base/interrupt.exp: Fix problem with cascade of
23237 errors if child process dies while calling a function.
23238
23239 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
23240
23241 * Makefile.in (VPATH): Add
23242 * Makefile.in (Makefile, config.status): Fix rules so things get
23243 remade when necessary.
23244
23245 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
23246
23247 * Makefile.in (just-check): Add path to sibling expect dir
23248 to environment variable specified by RPATH_ENVVAR.
23249
23250 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
23251
23252 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
23253 (just-check): Add shared library paths for libstdc++, tk,
23254 tcl, bfd, and opcodes to the environment variable specified
23255 in RPATH_ENVVAR.
23256 * configure.in: Add support to recognize --enable-shared flag
23257 and generate correct value for RPATH_ENVVAR.
23258 * configure: Regenerated with autoconf.
23259
23260 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
23261
23262 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
23263 include all osf versions.
23264 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
23265 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
23266 when target is linux. When failing to build pthreads test
23267 executable, give more meaningful message.
23268 * gdb.threads/pthreads.c: Hpux also uses old definition of second
23269 arg for pthread_create.
23270
23271 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
23272
23273 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
23274 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
23275 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
23276 and -lpthreads (everybody else).
23277 (test_startup): Fail gracefully if threads are not supported.
23278 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
23279 "p/c array_index("abcdef",2)" when not gcc compiled.
23280 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
23281 "print func2::coremaker_local" when not gcc compiled.
23282 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
23283 "ptype on opaque struct tagname (statically)",
23284 "ptype on opaque struct tagname (dynamically) 1", and
23285 "ptype on opaque struct tagname (dynamically) 2"
23286 for not compiled with gcc.
23287 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
23288 backtrace when compiled with gcc.
23289 * lib/gdb.exp (runto_main): Return result of "runto main" rather
23290 than always return success.
23291
23292 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
23293
23294 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
23295
23296 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
23297
23298 * gdb.base/structs.exp: Undo last change.
23299
23300 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
23301
23302 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
23303 encapsulate all the steps/nexts done during self test, starting
23304 at main, and makes them less sensitive to optimization issues.
23305 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
23306 signal handler" test.
23307 * gdb.threads/pthreads.exp: Only run this for native configs.
23308 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
23309 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23310 tests.
23311 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23312 for "runto test_calls(void)" test.
23313
23314 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
23315
23316 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23317 and don't expect address info in breakpoint confirmations.
23318
23319 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
23320
23321 * gdb.base/list.exp (test_forward_search): Increase timeout
23322 temporarily by 60 seconds for searching extremely long line,
23323 and then reset to old value when done. Increase expect input
23324 buffer to 10000.
23325
23326 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
23327
23328 * gdb.base/list.exp (test_forward_search): Fix to handle very
23329 long source line without overflowing expect's input buffer.
23330
23331 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
23332
23333 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23334 "buffer_full".
23335
23336 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23337 "buffer_full".
23338
23339 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23340 "buffer_full".
23341
23342 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23343 "buffer_full".
23344
23345 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
23346
23347 * configure.in (configdirs): Add gdb.threads.
23348 * configure: Regenerated with autoconf.
23349 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23350 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23351 * gdb.threads/configure: New, generated with autoconf.
23352
23353 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
23354
23355 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23356
23357 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
23358
23359 * gdb.base/signals.exp (test_handle_all_print): Test separately for
23360 each signal's status in the output of "handle all print".
23361 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23362 the \r\n sequence that immediately precedes the gdb prompt.
23363 * gdb.base/a1-selftest.exp: Save original timeout and restore
23364 after test.
23365
23366 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
23367
23368 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23369 symbol.
23370
23371 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
23372
23373 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23374
23375 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
23376
23377 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23378 timeout by 60 seconds.
23379
23380 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
23381
23382 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23383 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23384 error return.
23385
23386 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
23387
23388 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23389 gdb initialization, also report how long dejagnu waited. Restore
23390 old timeout before doing error return. Temporarily increase timeout
23391 by 3 minutes to allow for slow startups over heavy NFS use.
23392
23393 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
23394
23395 * lib/gdb.exp: Report timeout value for verbosity level 2.
23396 * config/gdbserver.exp: Ditto.
23397 * config/hppro.exp: Ditto.
23398 * config/mips-gdb.exp: Ditto.
23399 * config/monitor.exp: Ditto.
23400 * config/netware.exp: Ditto.
23401 * config/sim-gdb.exp: Ditto.
23402 * config/slite-gdb.exp: Ditto.
23403 * config/udi-gdb.exp: Ditto.
23404 * config/unix-gdb.exp: Ditto.
23405 * config/vx-gdb.exp: Ditto.
23406 * gdb.base/a1-selftest.exp: Ditto.
23407 * gdb.base/a2-run.exp: Ditto.
23408 * gdb.base/break.exp: Ditto.
23409 * gdb.base/corefile.exp: Ditto.
23410 * gdb.base/list.exp: Ditto.
23411 * gdb.base/recurse.exp: Ditto.
23412 * gdb.base/scope.exp: Ditto.
23413 * gdb.base/signals.exp: Ditto.
23414
23415 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23416
23417 * gdb.threads/Makefile.in (docdir): Removed.
23418
23419 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23420
23421 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
23422 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
23423 @srcdir@.
23424 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
23425 autoconf 2.5 or higher.
23426 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23427
23428 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
23429
23430 * configure: Regenerated.
23431 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23432 avoid name clashes with SunOS headers.
23433
23434 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
23435
23436 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23437
23438 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
23439
23440 * gdb.base/callfuncs.exp: Finish last change -- make sure the
23441 prototype information ends up in the compiler info file.
23442
23443 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
23444
23445 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23446 attempting to regenerate it. Eliminate use of a temporary file
23447 and just generate the info file directly. Source it immediately,
23448 for consistency of use.
23449 * gdb.base/corefile.exp: Ditto
23450 * gdb.base/exprs.exp: Ditto.
23451 * gdb.base/funcargs.exp: Ditto.
23452 * gdb.base/langs.exp: Ditto.
23453 * gdb.base/list.exp: Ditto.
23454 * gdb.base/mips_pro.exp: Ditto.
23455 * gdb.base/nodebug.exp: Ditto.
23456 * gdb.base/opaque.exp: Ditto.
23457 * gdb.base/ptype.exp: Ditto.
23458 * gdb.base/scope.exp: Ditto.
23459 * gdb.base/setvar.exp: Ditto.
23460 * gdb.base/signals.exp: Ditto.
23461 * gdb.base/whatis.exp: Ditto.
23462 * gdb.c++/templates.exp: Ditto.
23463 * gdb.c++/virtfunc.exp: Ditto.
23464 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
23465 whether or not to add -lstdc++ to the compile command line args.
23466
23467 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23468
23469 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
23470 it got fixed by the recent lookup_minimal_symbol_by_pc change.
23471 Increase timeout, a lot of single stepping might be needed if the
23472 target has no hardware watchpoints.
23473
23474 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
23475
23476 * gdb.base/break.exp: Ignore compiler warnings when compiling
23477 break.c.
23478 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23479 * gdb.base/default.exp: Add h8300 xfails. Handle messages
23480 from remote-sim.
23481 * gdb.base/exprs.exp: Add h8300 xfails.
23482 * gdb.base/funcargs.exp: Likewise.
23483 * gdb.base/nodebug.exp: Likewise.
23484 * gdb.base/printcmds.exp: Likewise.
23485 * gdb.base/ptype.exp: Likewise.
23486 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
23487 h8300 xfails.
23488 * gdb.base/return.exp: Handle float/double precision problems
23489 on the h8300.
23490 * gdb.base/funcargs.c: Explicitly make last constant argument to
23491 call_after_alloca_subr an unsigned long type.
23492 * gdb.base/return.c: Include stdio.h.
23493
23494 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
23495
23496 * config/abug.exp: New file for the older Motorola Bug monitor
23497 that runs on the mvme13x series VME boards.
23498 * config/monitor.exp: Use the new config array for target settings
23499 if they exist.
23500
23501 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
23502
23503 * sim-gdb.exp: Make the SH simulator allocate less space when
23504 it is targeted.
23505
23506 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
23507
23508 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23509 test.
23510
23511 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
23512
23513 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23514 "rs6000-*-*" for "list function in include file" when gcc compiled.
23515 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23516 for "p ctable1[120]".
23517 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23518 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23519 Remove setup_xfail for "rs6000-*-*" for
23520 "print 'scope0.c'::filelocal before run".
23521 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23522 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23523 since some compilers don't allow both options to be given
23524 on the same command line. Create object file and move it.
23525
23526 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
23527
23528 * gdb.base/corefile.exp: Always regenerate the core file, since
23529 we always regenerate the coremaker program. Detect special case
23530 where registers cannot be read from core file.
23531
23532 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
23533
23534 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23535 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23536 * gdb.c++/templates.exp: Only match on basename of file since
23537 some formats like xcoff don't encode directory information.
23538 * gdb.stabs/weird.exp: Use the right sed script for powerpc
23539 and rs6000 AIX xcoff targets.
23540 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23541 * configure: Regenerate.
23542 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23543 here, rather than in distclean.
23544
23545 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
23546
23547 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23548 defined, and use it to compile the test case with -O2. The
23549 native compilation still uses no optimization.
23550 * gdb.base/mips_pro.c: Remove inline assembly code since
23551 it is compiled PIC by default, which results in assembler
23552 warnings that make the testsuite think the compilation
23553 was unsuccessful.
23554
23555 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
23556
23557 * gdb.c++/misc.exp: Add note to message for
23558 "print s.a for foo struct" that this is a known gcc 2.7.2
23559 and earlier bug.
23560
23561 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
23562
23563 * gdb.base/break.exp: Fix pattern for matching "Delete all
23564 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
23565 setup_xfail for deleting all breakpoints test. Fix various
23566 timeout messages to include "(timeout)".
23567 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23568 for "p t_float_values2(3.14159,float_val2)".
23569 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23570 for "continue to call2g" when gcc compiled.
23571 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23572 "up to foo in langs.exp", "show language at foo in langs.exp",
23573 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23574 and "show language at fsub in langs.exp".
23575 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23576 "list line 1 in include file", "list message for lines past EOF",
23577 "list function in include file", "list list0.h:foo", and
23578 "list filename:function; nonexistant function".
23579 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23580 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23581 and "ptype t_char_array" to be for native cc only.
23582
23583 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
23584
23585 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
23586 setup_xfail for "print coremaker_bss", "print coremaker_ro",
23587 "print func2::coremaker_local", and "backtrace in corefile.exp".
23588
23589 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
23590
23591 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23592 "bt in signals.exp". This problem only appears when running
23593 the testsuite, and then only intermittently.
23594
23595 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
23596
23597 * gdb.base/return.exp (return_tests): Differentiate between
23598 two tests of continuing.
23599
23600 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
23601
23602 * */Makefile.in (maintainer-clean): Remove config.log.
23603 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23604 * gdb.c++/Makefile.in (PROGS): Add inherit.
23605 (clean): Remove *.ci.
23606
23607 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
23608
23609 * gdb.c++/misc.cc: Add test code from Mike Stump.
23610 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23611
23612 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
23613
23614 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23615 to "alpha-*-osf2*" and add comment.
23616 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
23617 setup_xfail for "step over execarg initialization" and
23618 "step over corearg initialization".
23619 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23620 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23621 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
23622 gcc compiled for "print coremaker_bss", "print coremaker_ro",
23623 "print func2::coremaker_local", and "backtrace in corefile.exp".
23624 * gdb.base/signals.exp: Build and source signals.ci.
23625 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23626 to be for gcc only.
23627 * lib/gdb.exp: Move verbose statements outside conditionals.
23628
23629 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23630
23631 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
23632 Feb 3 procfs.c change.
23633
23634 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
23635
23636 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23637
23638 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
23639
23640 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23641 from dejagnu's apparent default of 10 seconds, which gives random
23642 results when running the tests over NFS on moderately loaded systems.
23643 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23644
23645 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
23646
23647 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
23648 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
23649 result reports.
23650
23651 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
23652
23653 * configure.in (CY_AC_PATH_TCLH): Remove.
23654 * configure: Regenerate.
23655
23656 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
23657
23658 * gdb.c++/Makefile.in (clean): Add missing '{'.
23659
23660 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
23661
23662 * lib/gdb.exp: Provide a default value for noinferior.
23663
23664 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23665 Load libgloss.exp.
23666
23667 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
23668
23669 * gdb.disasm/hppa.exp: Compile directly into an executable, use
23670 the executable, not the .o to run the tests from.
23671
23672 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
23673
23674 * gdb.base/break.exp: Don't test for program exit or exit status
23675 if $noresults if nonzero.
23676 * gdb.base/langs.exp: Likewise.
23677 * gdb.base/watchpoint.exp: Likewise.
23678
23679 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23680 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23681 trying to compile the testcase.
23682
23683 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
23684
23685 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23686 * gdb.base/signals.exp (continue to handler): Likewise.
23687
23688 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
23689
23690 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
23691
23692 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
23693
23694 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
23695
23696 * gdb.base/corefile.exp: Recognize "not found" as failure
23697 when trying to determine if a core file was generated.
23698 If no core file was generate the first time, try again without
23699 the ulimit -c to work around braindamaged shells.
23700
23701 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
23702
23703 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23704 [] tests with "test" and enclose string in quotes.
23705 * gdb.stabs/configure: Rebuild
23706
23707 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
23708
23709 Changes in sync with expect:
23710 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23711 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23712 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23713 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
23714 argument to AC_REQUIRE.
23715 * configure: Regenerated.
23716
23717 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
23718
23719 * gdb.base/corefile.exp: When generating a core, discard any
23720 error messages about ulimit not found and the "core dumped"
23721 message from the shell that runs the coredumper.
23722
23723 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
23724
23725 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23726
23727 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23728 which sed script to run. Expect failure for v_comb test
23729 on PA targets too.
23730
23731 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
23732
23733 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
23734 "print func2::coremaker_local" and for "backtrace in corefile.exp"
23735
23736 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
23737
23738 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23739 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
23740 "sparc-sun-solaris*" xfails for "p v_comb".
23741 * lib/gdb.exp (default_gdb_start): Fix typo.
23742 * gdb.base/corefile.exp: Allow "Core was generated by ..."
23743 messages to not include the full program name that caused
23744 the core dump since some systems (such as solaris) apparently
23745 truncate this path to about 80 characters.
23746 When generating a core file first try increasing the core file
23747 size limit to unlimited since some systems may default it to
23748 zero, and it is harmless to try it. Move the test for failing
23749 to generate a core file to where it will actually get executed.
23750 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23751 new gdb result from g++ debug info improvements and make old
23752 pattern obsolescent. Also account for size_t differences
23753 (may be int or long).
23754 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23755 initialization before function call is placed in the delay slot
23756 and thus appears to be skipped over by commands such as "next".
23757
23758 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
23759
23760 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23761
23762 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
23763
23764 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23765 input source file; fix code to compile test to deal with this
23766 convention.
23767 * gdb.c++/*.exp: Likewise.
23768
23769 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
23770
23771 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23772 "bt in signals.exp".
23773
23774 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
23775
23776 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23777 "step over execarg initialization" and
23778 "step over corearg initialization".
23779
23780 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
23781
23782 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23783 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
23784
23785 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
23786
23787 From Rob Savoye (rob@poseidon.cygnus.com)
23788 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23789 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
23790 configure.in}, gdb.disasm/{Makefile.in, configure.in},
23791 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23792 configure.in}: Major reworking for autoconfig.
23793 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23794 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
23795 New files.
23796 * config/unix-gdb.exp: Make GDB global.
23797 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
23798 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23799 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23800 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23801 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23802 term.exp, twice.exp, watchpoint.exp, whatis.exp},
23803 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
23804 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23805 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23806 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23807 pr-8136.exp, result.exp, string.exp, tuples.exp},
23808 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
23809 to returns as necessary, arrange for test to compile own testcase
23810 executable.
23811 * lib/gdb.exp: Changes for testsuite to compile own test cases.
23812
23813 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
23814
23815 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
23816 clear_xfail at end of test which might not call either pass or fail.
23817 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23818 "backtrace through signal handler".
23819
23820 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23821
23822 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
23823 continuing from a job control stop signal.
23824 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
23825
23826 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
23827
23828 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23829 * gdb.base/corefile.exp: Likewise.
23830 * gdb.base/funcargs.exp: Likewise.
23831
23832 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
23833
23834 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
23835 * config/monitor.exp: Add support for setting baud rate.
23836
23837 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
23838
23839 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23840 i*86-*-linux* xfails for "backtrace through signal handler".
23841 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23842 "print func2::coremaker_local".
23843 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
23844 alpha-dec-osf2* xfail for
23845 "delete all breakpoints when none".
23846
23847 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
23848
23849 * gdb.base/break.exp: Change test that deletes all breakpoints
23850 when no user breakpoints are installed. A post 4.15 change
23851 causes gdb to no longer prompt in this case.
23852
23853 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
23854
23855 * gdb.base/return.exp (return_tests): Change xfail for test
23856 "correct value returned double test" to stop xfailing at
23857 Solaris 2.5. Apparently the bug has been fixed.
23858
23859 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
23860
23861 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23862 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23863
23864 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
23865
23866 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23867 * gdb.disasm/hppa.s: Corresponding changes.
23868
23869 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
23870
23871 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23872 makefile fragment.
23873 * config/mt-hpux: Deleted.
23874
23875 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
23876
23877 * Many files: When warning about suppressed tests due to a
23878 nonexistant test binary, avoid incrementing the warning count.
23879
23880 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
23881
23882 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
23883
23884 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23885
23886 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
23887 "sparc-*-solaris2*".
23888
23889 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23890
23891 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
23892 Add global and local variables and initialize them.
23893 * gdb.base/corefile.exp: Test correct mapping of corefile sections
23894 by printing variables. Remove rs6000 and powerpc xfails, BFD now
23895 extracts the file name and terminating signal from the core file.
23896 * TODO: Remove note about tests for correct mapping of corefile.
23897 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
23898 from optimizing it away.
23899 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
23900 handles common blocks.
23901
23902 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
23903
23904 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23905 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23906
23907 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
23908
23909 * Makefile.in (maintainer-clean): New target, synonym for
23910 realclean.
23911 * gdb.base/Makefile.in (maintainer-clean): Likewise.
23912 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23913 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23914 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23915 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23916 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23917
23918 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
23919
23920 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
23921 xfails when not gcc compiled for "print foo::funclocal".
23922 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23923 "print foo::funclocal at foo",
23924 "print 'scope1.c'::foo::funclocal at foo",
23925 "print foo::funclocal_bss at foo",
23926 "print 'scope1.c'::foo::funclocal_bss at foo",
23927 "print foo::funclocal_ro at foo",
23928 "print 'scope1.c'::foo::funclocal_ro at foo",
23929 "print bar::funclocal at foo" and
23930 "print 'scope1.c'::bar::funclocal at foo".
23931 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
23932 gcc compiled for "print foo::funclocal at bar".
23933 Expand all messages to ensure that they identify that
23934 the test is at bar().
23935 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23936 gcc compiled for:
23937 "ptype on opaque struct pointer (statically)",
23938 "ptype on opaque struct tagname (statically)",
23939 "ptype on opaque struct pointer (dynamically) 1",
23940 "ptype on opaque struct tagname (dynamically) 1",
23941 "ptype on opaque struct pointer (dynamically) 2" and
23942 "ptype on opaque struct tagname (dynamically) 2
23943 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23944 gcc compiled for:
23945 "p datalocal"
23946 "whatis datalocal",
23947 "ptype datalocal",
23948 "p bsslocal",
23949 "whatis bsslocal", and
23950 "ptype bsslocal".
23951 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23952 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23953 when not gcc compiled.
23954 * gdb.base/funcargs.exp (float_and_integral_args): Add
23955 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23956 compiled.
23957 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23958 "backtrace from call6a" when not gcc compiled.
23959 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23960 "backtrace from call7a" when not gcc compiled.
23961 * gdb.base/callfuncs.exp (do_function_calls):
23962 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23963 "p t_char_array_values(char_array_val2,char_array_val1)",
23964 "p t_char_array_values(char_array_val1,char_array_val2)",
23965 "p t_char_array_values("carray 1","carray 2")",
23966 "p t_char_array_values("carray 1",char_array_val2)",
23967 "p t_char_array_values(char_array_val1,"carray 2")",
23968 "p sum_args(1,{2})",
23969 "p sum_args(2,{2,3})",
23970 "p sum_args(3,{2,3,4})",
23971 "p sum_args(4,{2,3,4,5})"
23972 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23973 "backtrace in corefile.exp" when not gcc compiled.
23974
23975 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23976
23977 * gdb.base/signals.exp: Rewrite `handle all print' test as
23978 a procedure. Accept blanks or TABs as whitespace, increase
23979 timeout and expect input buffer size for the large output
23980 from the command. Remove "i*86-*-bsdi2.0" xfail.
23981
23982 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23983
23984 * gdb.base/setvar.exp: Add new testcases for truncation when
23985 assigning invalid values to bitfields.
23986
23987 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
23988
23989 * gdb.base/callfuncs.exp (do_function_calls): Remove
23990 mips-sgi-irix* xfail for
23991 "call inferior func with struct - returns char *"
23992 and fix test so that an optional (unsigned char *) cast is
23993 accepted in the result.
23994
23995 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
23996
23997 * gdb.base/funcargs.exp (float_and_integral_args): Remove
23998 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23999 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
24000 * gdb.base/signals.exp: Remove duplicate "handle all print" test
24001 that accidentally got checked in.
24002
24003 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
24004
24005 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
24006 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
24007 compiled test.
24008 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
24009 Add mips-sgi-irix5* xfail for not gcc compiled.
24010 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
24011 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
24012 "p top", "whatis top", "p middle", and "whatis middle".
24013 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
24014 "whatis signed char" for not gcc compiled.
24015 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
24016 "set variable signed char=-1 (-1)" and
24017 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
24018 * gdb.base/funcargs.exp (float_and_integral_args):
24019 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
24020 Add mips-sgi-irix* xfail when not gcc compiled for
24021 "continue to call2b".
24022 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
24023 "continue to call2g".
24024 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
24025 "backtrace from call6a"
24026 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
24027 "backtrace from call7k".
24028 Add mips-sgi-irix5* xfail when not gcc compiled for
24029 "backtrace from call7a".
24030 (localvars_after_alloca): Fix gdb_test cmds for
24031 "print * after runto ...".
24032 Remove rs6000-*-* xfails for
24033 "print i after runto localvars_after_alloca" and
24034 "print l after runto localvars_after_alloca"
24035 for all compilers.
24036 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
24037 when not compiled with gcc, for:
24038 "print signed char == (minus)",
24039 "print signed char != (minus)",
24040 "print signed char < (minus)",
24041 "print signed char > (minus)".
24042 * gdb.base/callfuncs.exp (do_function_calls):
24043 Add mips-sgi-irix* xfail, when compiled with native compiler, for
24044 "call inferior func with struct - returns char *".
24045 * gdb.base/return.exp (return_tests): Change xfail for
24046 "correct value returned double test" to include Solaris 2.4.
24047 * gdb.base/funcargs.exp (float_and_integral_args):
24048 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24049
24050 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24051
24052 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
24053 enumeration bitfields if compiling with GNU C.
24054 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
24055 to empty' prompt.
24056
24057 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
24058
24059 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
24060 test for PRO targets.
24061
24062 * gdb.base/funcargs.exp: Avoid ever setting more than 8
24063 breakpoints in the inferior at any given time by making
24064 two groups of breakpoints for call2*, call6* and call7*
24065 tests.
24066
24067 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24068
24069 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
24070 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
24071 from optimizing it away.
24072 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
24073 "call inferior func with struct".
24074
24075 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
24076
24077 * configure.in: Only configure gdb.chill for particular targets.
24078
24079 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
24080
24081 * gdb.base/Makefile.in: Add action to .c.o transformation
24082 rule that generates a .ci file for each .o file and remove
24083 explicit .c.o rules except for callfuncs.o.
24084 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
24085 generates a .ci file for each .o file and remove explicit
24086 .cc.o rules.
24087 (clean): Remove *.tmp *.ci files.
24088 (EXECUTABLES): Remove templ-info.exp.
24089 * gdb.base/compiler.c: New file.
24090 * gdb.c++/compiler.cc: New file
24091 * gdb.base/scope.exp: Source gdb.base/scope.ci.
24092 Change rs6000-*-* xfail for
24093 "print 'scope0.c'::filelocal_ro" and
24094 "print 'scope1.c'::filelocal" and
24095 "print 'scope1.c'::filelocal_bss" and
24096 "print 'scope1.c'::filelocal_ro" and
24097 "print 'scope1.c'::foo::funclocal" and
24098 "print 'scope1.c'::foo::funclocal_ro" and
24099 "print 'scope1.c'::bar::funclocal" and
24100 "print 'scope0.c'::filelocal_ro" and
24101 "print 'scope1.c'::filelocal at foo" and
24102 "print 'scope1.c'::filelocal_bss at foo" and
24103 "print 'scope1.c'::filelocal_ro at foo" and
24104 "print 'scope1.c'::foo::funclocal at foo" and
24105 "print 'scope1.c'::foo::funclocal_bss at foo" and
24106 "print 'scope1.c'::foo::funclocal_ro at foo" and
24107 "print 'scope1.c'::bar::funclocal at foo" and
24108 "print 'scope0.c'::filelocal_ro" and
24109 "print 'scope1.c'::filelocal" and
24110 "print 'scope1.c'::filelocal_bss" and
24111 "print 'scope1.c'::filelocal_ro" and
24112 "print 'scope1.c'::foo::funclocal" and
24113 "print 'scope1.c'::foo::funclocal_bss" and
24114 "print 'scope1.c'::foo::funclocal_ro" and
24115 "print 'scope1.c'::bar::funclocal" and
24116 "print 'scope1.c'::bar::funclocal_bss"
24117 to only be xfail'd when not compiled with gcc.
24118 Add rs6000-*-* xfail for
24119 "print 'scope0.c'::filelocal_bss before run"
24120 when compiled with gcc.
24121 (test_at_main): Add rs6000-*-* xfail for
24122 "print filelocal_ro in test_at_main"
24123 when compiled with gcc.
24124 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
24125 Add rs6000-*-aix* xfail for
24126 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
24127 "ptype t_char_array", not compiled with gcc.
24128 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
24129 xfail for "list foo (in include file)" when gcc compiled.
24130 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
24131 (integral_args): Add rs6000-*-* xfail for
24132 "run to call0a" if not compiled with gcc.
24133 (unsigned_integral_args): Add rs6000-*-* xfail for
24134 "run to call1a" if not compiled with gcc.
24135 (float_and_integral_args): Add rs6000-*-* xfail for
24136 "run to call2a" if not compiled with gcc and for
24137 "continue to call2b" for any compiler.
24138 Add rs6000-*-* xfail to
24139 "print f1 after run to call2a" for gcc compiled.
24140 (discard_and_shuffle): Add rs6000-*-* xfail for
24141 "run to call6a".
24142 (shuffle_round_robin): Add rs6000-*-* xfail for
24143 "backtrace from call7a" if not compiled with gcc.
24144 Add rs6000-*-* xfail for
24145 "backtrace from call7b" if compiled with gcc.
24146 (call_after_alloca): Add rs6000-*-* xfail for
24147 "print c in call_after_alloca" and
24148 "print s in call_after_alloca" and
24149 "backtrace from call_after_alloca_subr"
24150 if not compiled with gcc.
24151 (localvars_in_indirect_call): Add rs6000-*-* xfail for
24152 "print c in localvars_in_indirect_call" and
24153 "print c in localvars_in_indirect_call" and
24154 "backtrace in indirectly called function" and
24155 "stepping into indirectly called function"
24156 if not compiled with gcc.
24157 (localvars_after_alloca): Add rs6000-*-* xfail for
24158 "print c after runto localvars_after_alloca" and
24159 "print s after runto localvars_after_alloca" and
24160 "print i after runto localvars_after_alloca" and
24161 "print l after runto localvars_after_alloca"
24162 for all compilers.
24163 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
24164 than whatis-info.exp.
24165 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
24166 than opaque-info.exp.
24167 Setup rs6000-*-* xfail for
24168 "ptype on opaque struct pointer (statically)" and
24169 "ptype on opaque struct pointer (dynamically)" when
24170 not compiled with gcc.
24171 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
24172 rather than callf-info.exp.
24173 (do_function_calls): Add clear_xfail for rs6000-*-* for
24174 "p t_float_values2(3.14159,float_val2)". Seems to work
24175 fine there, both with xlc and gcc. Need to find out what
24176 it is doing right and fix other platforms.
24177 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
24178 "call inferior func with struct - returns int",
24179 "call inferior func with struct - returns long",
24180 "call inferior func with struct - returns float",
24181 "call inferior func with struct - returns double",
24182 "call inferior func with struct - returns char *",
24183 but only if not gcc compiled (presumes xlc compiled).
24184 Change rs6000-*-* xfails for
24185 "call inferior func with struct - returns char" and
24186 " call inferior func with struct - returns short" to only
24187 xfail if not using gcc.
24188 (clean mostlyclean): Remove *.ci and *.tmp files.
24189 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
24190 than templ-info.exp.
24191 * gdb.base/langs.exp: Source gdb.base/langs.ci.
24192 Add rs6000-*-* xfail for "up to foo in langs.exp"
24193 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
24194 when not gcc compiled.
24195
24196 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24197
24198 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
24199 * gdb.base/corefile.exp: Likewise.
24200 * gdb.base/list.exp: Likewise.
24201 * gdb.base/scope.exp: Likewise.
24202 * gdb.base/siganls.exp: Likewise.
24203
24204 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
24205 compiler output.
24206 * gdb.base/whatis.exp: Likewise.
24207
24208 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
24209
24210 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
24211 failure (opcode table has been fixed to match reality).
24212
24213 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
24214
24215 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
24216 "call inferior func with struct - returns char",
24217 "call inferior func with struct - returns short"
24218
24219 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
24220 "print 'scope0.c'::filelocal at main",
24221 "print 'scope0.c'::filelocal_bss in test_at_main",
24222 "print 'scope0.c'::filelocal at foo",
24223 "print 'scope0.c'::filelocal_bss in test_at_foo",
24224 "print 'scope0.c'::filelocal at bar",
24225 "print 'scope0.c'::filelocal_bss in test_at_bar"
24226
24227 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
24228 in source file 1". This bug seems to have been fixed with both
24229 gcc and native cc (was native assembler bug?).
24230
24231 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
24232
24233 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
24234 "backtrace through signal handler" to "i*86-*-sysv4*".
24235 * gdb.base/signals.exp: Add xfail for "'next' behaved as
24236 continue" case. Add "known SVR4 bug" to fail message.
24237 Add "i*86-*-bsdi2.0" xfail for "handle all print".
24238 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
24239 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
24240 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
24241 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
24242 "up to foo in langs.exp", "show language at foo in
24243 langs.exp", "up to cppsub_ in langs.exp", "show
24244 language at cppsub_ in langs.exp", "up to fsub in
24245 langs.exp", and "show language at fsub in langs.exp".
24246 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
24247 "bactrace in corefile.exp".
24248 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
24249 "call inferior function with struct - returns float" and
24250 "call inferior function with struct - returns double".
24251
24252 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
24253
24254 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
24255 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
24256 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
24257 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
24258
24259 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
24260
24261 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
24262 (or overriden) "CHILL" macro rather then bare "gcc".
24263 Also look for ../../gcc/xgcc since that is what we will
24264 actually need, not "Makefile". Remove following assignment
24265 of CHILL to CHILL_FOR_TARGET because that results in
24266 recursive definition.
24267
24268 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
24269
24270 * gdb.base/corefile.exp: Change xfail for backtrace in
24271 corefile.exp from linuxaout to all linux.
24272 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
24273 cases where we miss the breakpoint at the signal handler
24274 for some reason. Setup xfail for linuxoldld/linuxaout and
24275 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
24276 hitting SIGURG breakpoint.
24277 * gdb.base/signals.exp: Setup xfail for "next" acting like
24278 continue to add linuxoldld. Setup xfail for all linux for
24279 "next to handler in signals_tests_1", "backtrace in
24280 signals_tests_1", "continue to func1", "pass SIGUSR1",
24281 and continue to handler".
24282
24283 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
24284
24285 * Update all FSF addresses except those in COPYING* files.
24286
24287 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
24288
24289 * gdb.base/a2-run.exp: Change messages to be more explicit about
24290 the status of args, and quote binfile in results.
24291
24292 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
24293
24294 * gdb.base/callfuncs.exp: Add tests for passing structs to
24295 inferior functions and return various types.
24296 * gdb.base/callfuncs.c: Add functions to receive a struct
24297 and return a member of the struct, in various types.
24298
24299 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24300
24301 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
24302
24303 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
24304
24305 * config/vxworks29k.exp: New file, sources vxworks.exp.
24306
24307 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24308
24309 * config/gdbremote.exp: New file. Testing framework using
24310 gdbserver.
24311
24312 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
24313
24314 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24315 "call function when asleep" and "send end of file".
24316 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24317 for "backtrace in corefile.exp".
24318 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24319 for "backtrace through signal handler".
24320 * gdb.base/corefile.exp: Make sure we actually generate a core file
24321 before trying the core tests. Some systems allow the user to suppress
24322 generation of core files and default to that (linux for example).
24323 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24324 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
24325
24326 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24327
24328 * gdb.threads: New directory with some crude multi-threaded
24329 gdb tests (step.exp and step2.exp).
24330 * config/mt-lynx (STEP_EXECUTABLE): Define.
24331 (THREADFLAGS): Define.
24332
24333 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
24334
24335 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24336
24337 * gdb.base/signals.exp: Disable whole file for lynx until
24338 further notice.
24339
24340 * gdb.base/signals.exp: xfail test where "next" acts like
24341 "continue" for lynx.
24342
24343 * gdb.base/interrupt.exp: xfail test for calling function while
24344 inferior is asleep for lynx.
24345
24346 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24347 than one cr-lf after each command.
24348
24349 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24350
24351 * configure.in: Reinstate setting of stabsdirs variable, fix
24352 typo in setting up configdirs for native builds.
24353
24354 * gdb.base/return.exp: Fix typo in return double test.
24355 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
24356 compiler from optimizing them away.
24357
24358 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
24359
24360 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24361 sequences to be echo'd by gdb when using gdb_test.
24362 * gdb.chill/chexp.exp: Likewise.
24363 * gdb.fortran/exprs.exp: Likewise
24364
24365 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24366
24367 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24368 after the inferior gdb has started.
24369
24370 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24371 after each command.
24372 * gdb.base/funcargs.exp: Likewise.
24373 * gdb.base/gdbvars.exp: Likewise.
24374 * gdb.base/interrupt.exp: Likewise.
24375 * gdb.base/list.exp: Likewise.
24376 * gdb.base/watchpoint.exp: Likewise.
24377 * gdb.c++/demangle.exp: Likewise.
24378 * gdb.c++/inherit.exp: Likewise.
24379 * gdb.chill/chexp.exp: Likewise.
24380 * gdb.fortran/exprs.exp: Likewise.
24381
24382 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24383 test if we can't handle IO to/from the inferior.
24384
24385 * gdb.c++/misc.exp: Always check for a program already being
24386 started after sending a "run" command to gdb.
24387
24388 * gdb.base/twice.exp: Start with a fresh gdb.
24389
24390 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24391 only depend on gdb's expression code, not the chill runtime.
24392
24393 * gdb.base/return.c: Put return values into variables so we
24394 can have gdb print them rather than depending on the program
24395 to print them.
24396 * gdb.base/return.exp: Corresponding changes.
24397
24398 * lib/gdb.exp: Provide default value for noinferiorio.
24399 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24400 the inferior.
24401
24402 * gdb.base/break.exp: Always check for a program already being
24403 started after sending a "run" command to gdb.
24404 (text_next_with_recursion): Don't check the output from the
24405 program's printf statement. Instead just make sure the program
24406 exited.
24407
24408 * gdb.base/commands.exp: Protect tests which need arguments with
24409 $noargs conditionals.
24410
24411 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24412
24413 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
24414 of structure member arrays to match gdb/valops.c:value_addr change.
24415
24416 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
24417
24418 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24419 cases.
24420
24421 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
24422
24423 * configure.in (configdirs): Remove gdb.chill from default list
24424 of subdirs and then add it back in only if doing a native build.
24425 The current chill compiler does not yet work in any cross build.
24426 * Revert all signal changes from Jul 6.
24427 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
24428 for sh-hms targets, allowing these tests to link, with no other
24429 changes. Testing is suppressed by setting "nosignals" in site.exp.
24430
24431 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
24432
24433 * configure.in (signaldirs): Define and add to configdirs for all
24434 targets except some specific ones that are known to not support signals.
24435 Also clean up formatting.
24436 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
24437 (signals, sigall): Remove rules to build.
24438 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24439 Moved to new gdb.signals directory.
24440 * gdb.signals: New test directory.
24441 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24442 signals.c signals.exp}: New or moved files.
24443
24444 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
24445
24446 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24447
24448 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
24449
24450 * gdb.base/return.exp: Xfail `return double' test failure
24451 on at least Solaris 2.3 and handle future/past versions on
24452 a case by case basis as appropriate. Also update message
24453 to include i*86 failures.
24454
24455 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24456
24457 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24458
24459 * lib/gdb.exp: Fix comment which erroneously identified
24460 gdb_file_cmd as gdb_load (the 19 May change was in fact to
24461 gdb_file_cmd not gdb_load).
24462 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24463
24464 * gdb.base/setvar.exp: Make test names consistent between pass and
24465 fail cases. Use gdb_test more.
24466
24467 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24468
24469 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24470
24471 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24472
24473 * gdb.base/help.exp: Fix expected help string for `show commands'.
24474
24475 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
24476
24477 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24478
24479 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24480 of a text section.
24481
24482 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
24483
24484 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
24485 that loop eventually terminates. Fix Connection refused logic so
24486 that testsuite will expire nicely.
24487
24488 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
24489
24490 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24491 config/rom68k.exp: New tcl glue for the appropriate monitors.
24492 These all just end up calling monitor.exp.
24493 * config/monitor.exp (gdb_target_monitor): Handle `Connection
24494 refused' by retrying. Cleanup some timeout issues.
24495 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
24496 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
24497 callers don't have to set/restore global timeout variable.
24498
24499 * The following set of changes centralizes management of the global
24500 timeout variable. This way, it can be set in one target dependent
24501 place instead of dozens of places scattered throughout the test suite.
24502 If you need to lengthen a timeout, then you should either set timeout
24503 in one of the config/{target}.exp files, or multiply it by a factor.
24504 Setting it to an absolute value is always going to lose for some
24505 targets.
24506 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
24507 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
24508 * gdb.base/funcargs.exp: Don't set timeout.
24509 * gdb.base/list.exp (test_forward_search): Only use local timeout.
24510 * gdb.base/printcmds.exp (test_print_string_constants
24511 test_print_array_constants): Don't set timeout.
24512 * gdb.base/ptype.exp: Don't set timeout.
24513 * gdb.base/recurse.exp: Don't set timeout.
24514 * gdb.base/return.exp: Don't set timeout.
24515 * gdb.base/watchpoint.exp: Don't set timeout.
24516 * gdb.c++/classes.exp (do_tests): Don't set timeout.
24517 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
24518
24519 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
24520
24521 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24522
24523 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24524
24525 * lib/gdb.exp: Disable chill tests for irix5.
24526
24527 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24528
24529 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
24530 each test pass or fail.
24531
24532 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24533
24534 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24535 xlc not gcc.
24536
24537 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
24538
24539 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
24540
24541 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
24542
24543 * config/est.exp: Fix copyright and comments. Remove dead code.
24544 Use targetname, serialport and baud variables instead of fixed
24545 constants.
24546 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
24547 * config/cpu32bug.exp: New file to support cpu32bug monitors.
24548
24549 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24550
24551 * gdb.base/watchpoint.exp: Don't run
24552 test_watchpoint_triggered_in_syscall for sunos.
24553
24554 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24555
24556 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24557 they don't seem to exist. Do include stdio.h.
24558
24559 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24560
24561 * gdb.base/a1-selftest.exp: Add alpha xfail.
24562
24563 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24564
24565 * gdb.base/watchpoint.c (main): Prompt before calling read().
24566 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24567 Revise accordingly. Remove cruft about sending "123" several
24568 times, until it gets noticed. Clean up the "print buf[0]" stuff
24569 so that it passes or fails, and waits for prompts in the usual way.
24570
24571 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24572
24573 * gdb.base/recurse.exp: Fix comment.
24574
24575 * TODO: Remove item about printing variables in nodebug.exp. Add
24576 item about enabling tests which are only run on some targets.
24577
24578 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24579 fail, make test names unique, use new gdb_test convention
24580 regarding pattern, use gdb_test more, etc.).
24581
24582 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24583 fail, make test names unique, etc.).
24584
24585 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24586
24587 * gdb.base/nodebug.c: Change return type of top and middle to
24588 short.
24589 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
24590 are fixed by the recent mdebugread.c changes. Allow `short ()'
24591 as type for top and middle.
24592
24593 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24594
24595 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
24596 nearly as I can tell, the whole thing was an accident in Stu's
24597 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24598 to replace a send/expect pair with gdb_test, but ended up only
24599 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
24600 of 30 Mar 1995 took care of it, but left this vestigial comment
24601 which I am now nuking.
24602
24603 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24604
24605 * gdb.base/break.exp: Look for different line number for
24606 breakpoint at main depending on usestubs.
24607
24608 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24609
24610 * gdb.base/list.exp: Adjust some alternate expect patterns to
24611 match recent list0.c change. Add alternate expect pattern for
24612 output from `list default lines around main' for optimizing
24613 compilers.
24614
24615 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24616
24617 * lib/gdb.exp: If nosignals is not set, set it to 0.
24618
24619 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
24620
24621 * config/slite-gdb.exp: Responds to load symbol table prompt.
24622 * gdb.base/break.exp: Adjust line number, fix rerun.
24623 * gdb.base/langs0.c: Add #ifdef usestubs.
24624
24625 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
24626
24627 * gdb.base/list.exp: Adjust line contents after adding new lines in
24628 list0.c. Also fix a syntax error.
24629
24630 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24631 * gdb.base/break.exp: ditto.
24632 * gdb.base/list.exp: ditto.
24633 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24634 * gdb.base/run.c: ditto.
24635 * gdb.base/list0.c: ditto.
24636 * gdb.base/funcargs.c: ditto.
24637
24638 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
24639
24640 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
24641 $targetname, $serialport and $baud instead of hardwired variables.
24642 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
24643 target doesn't support signals.
24644
24645 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
24646
24647 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24648
24649 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24650
24651 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
24652 Don't rely on the value of an auto variable before it has been
24653 initialized. Use gdb_test more.
24654
24655 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24656
24657 * lib/gdb.exp (default_gdb_version): A version number must start
24658 with a digit, but other than that contains all characters up to
24659 the first whitespace character.
24660
24661 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24662
24663 * gdb.base/commands.exp (breakpoint_command_test): New tests.
24664
24665 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24666
24667 * gdb.c++/*.exp: Warn if executable does not exist. The original
24668 reason for skipping the warning was that configure.in sometimes
24669 intentionally skipped building the executables but the tcl code
24670 had no way of knowing. That (a) was always bogus with respect to
24671 error handling, (b) is no longer true (right now there is no way
24672 to skip C++ tests).
24673
24674 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24675
24676 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24677
24678 * gdb.base/list.exp: Add expect patterns for output from
24679 SunPRO compiled executables.
24680 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
24681 types.
24682
24683 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24684
24685 * gdb.base/break.exp (test_next_with_recursion): Accept any line
24686 number (we are already testing that the correct source line text
24687 gets printed).
24688
24689 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
24690 that is what is intended, but something needed to be done to get
24691 sunos4 native working again.
24692
24693 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24694
24695 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24696 apparently went with a (very) old xfail.
24697
24698 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
24699
24700 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24701 runto_main is a proc in gdb.exp that will do 'step' for target use
24702 stubs.
24703 * gdb.base/exprs.exp: ditto.
24704 * gdb.base/interrupt.exp: ditto.
24705 * gdb.base/opaque.exp: ditto.
24706 * gdb.base/printcmds.exp: ditto.
24707 * gdb.base/ptype.exp: ditto.
24708 * gdb.base/scope.exp: ditto.
24709 * gdb.base/setvar.exp: ditto.
24710 * gdb.base/signals.exp: ditto.
24711 * gdb.base/twice.exp: ditto.
24712 * gdb.c++/classes.exp: ditto.
24713 * gdb.c++/inherit.exp: ditto.
24714 * gdb.c++/templates.exp: ditto.
24715 * gdb.base/break.exp: no run and hit main for stubs. Change line
24716 numbers for breakpoints and info breakpoint.
24717 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24718 breakpoint().
24719 * gdb.base/callfuncs.c: ditto.
24720 * gdb.base/exprs: ditto.
24721 * gdb.base/interrupt.c: ditto.
24722 * gdb.base/opaque0.c: ditto.
24723 * gdb.base/printcmds.c: ditto.
24724 * gdb.base/ptype.c: ditto.
24725 * gdb.base/scope0.c: ditto.
24726 * gdb.base/setvar.c: ditto.
24727 * gdb.base/signals.c: ditto.
24728 * gdb.base/twice.c: ditto.
24729 * gdb.c++/misc.cc: ditto.
24730 * gdb.c++/templates.cc: ditto.
24731
24732 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24733
24734 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24735
24736 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24737 somewhere between `read' and `main.c'. I'm pretty sure the
24738 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24739 and it isn't particularly useful.
24740
24741 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
24742
24743 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24744
24745 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24746
24747 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
24748
24749 * config/mt-slite: add LIBS and -nostdlib.
24750 * config/slite-gdb.exp: add this new file to support sparclite target.
24751
24752 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
24753
24754 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24755
24756 * gdb.base/a2-run.exp: Change argument to istarget from
24757 "*-*-vxworks" to "*-*-vxworks*".
24758 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24759
24760 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
24761
24762 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24763 will not runto main but do a 'step' to step out of breakpoint().
24764 * config/mt-slite: add -Dusestubs.
24765
24766 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24767
24768 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24769 instead of just @.
24770
24771 * gdb.base/signals.exp: Add test for "handle all print".
24772 * TODO: Remove "handle all print". Also remove item about
24773 checking copyright date (I don't like the idea of a spurious FAIL
24774 based on when we run the tests).
24775
24776 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
24777 for SunOS4 (reason for failure not investigated). Remove
24778 redundant test for $binfile.
24779
24780 * gdb.base/nodebug.c (array_index): Call malloc.
24781
24782 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24783
24784 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
24785
24786 * gdb.base/recurse.exp: Update gdb_test invocation to use new
24787 conventions and slightly simplify the matching regexp.
24788
24789 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24790
24791 * gdb.base/break.exp: Update gdb_test invocation to use new
24792 convention.
24793
24794 * lib/gdb.exp: If noargs is not set, set it to 0.
24795
24796 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
24797 tests unique.
24798
24799 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24800
24801 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24802
24803 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24804 one argument of type "<non-float parameter>".
24805
24806 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
24807
24808 * config/rom68k.exp: New file to support Motorola IDP board.
24809 * gdb.base/a2-run.exp: Skip this file if noargs is set.
24810 * gdb.base/break.c: Change things around so that this program
24811 doesn't depend upon args. This is necessary to make remote
24812 targets work (in general, they can't take args).
24813 * gdb.base/break.exp: Don't try to send args to program. Don't
24814 expect output. Also, replace lots of code with gdb_test.
24815
24816 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24817
24818 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24819 printing of '\'' (which is what the comment says we are testing,
24820 even though we were not), not '''.
24821 (test_integer_literals_rejected): Test that printing ''' is an error.
24822
24823 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24824 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24825 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24826 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24827 Use gdb_test not test_print_accept.
24828 * lib/gdb.exp: Remove test_print_accept.
24829
24830 * gdb.base/signals.exp (signal_tests_1): Make pass message
24831 consistent with fail message.
24832
24833 * gdb.base/whatis.exp: Remove xfails for printing char vs.
24834 unsigned char; the bug (PR 1821) is fixed.
24835
24836 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24837
24838 * gdb.base/scope.exp (test_at_localscopes): Call pass for
24839 successful tests--makes xfailing them work right.
24840
24841 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24842
24843 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24844 only \r\n, not .*. The test can pass .* as the last thing in
24845 $pattern if that is what it wants. In addition to providing this
24846 flexibility, this change should speed up pattern matching in cases
24847 where the pattern already ended with .* (there were a number of
24848 them). This change also helps catch bad patterns--in the old
24849 scheme the typo "char \*" instead of "char \\*" would pass. Now
24850 it is caught.
24851 * Many .exp files: Update callers.
24852
24853 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
24854 clearer and does not spuriously match multiple ('s. Likewise for
24855 ) and *.
24856
24857 * gdb.base/nodebug.exp: Test ability to call a function and pass
24858 it a string (even with no debugging info).
24859
24860 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24861 "p '\'", which is the same as "p ''" once tcl gets done with
24862 quoting, to "p '\\'", which I suspect is what is intended (one
24863 backslash gets sent to GDB).
24864
24865 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24866
24867 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24868
24869 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
24870 1817) was fixed literally years ago.
24871
24872 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24873
24874 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
24875 test, it causes stepping out of call_after_alloca_subr with
24876 optimizing compilers.
24877 (localvars_in_indirect_call): Consume GDB prompt if `finish'
24878 fails.
24879
24880 * gdb.c++/templates.exp: Source templ-info.exp only if
24881 the templates executable exists.
24882
24883 * gdb.c++/misc.cc (class Contains_static_instance,
24884 class Contains_nested_static_instance),
24885 gdb.c++/classes.exp (test_static_members): Test printing of
24886 a class that contains a static instance of the class.
24887
24888 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24889
24890 * gdb.base/langs2.c (cppsub_): Don't prototype.
24891 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24892 only, I believe).
24893
24894 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24895
24896 * lib/gdb.exp (skip_chill_tests): New procedure.
24897
24898 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24899
24900 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
24901
24902 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24903 each expect pattern. Cuts runtime from 12 to about 4 seconds.
24904
24905 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24906
24907 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24908
24909 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24910 disassemble 8, not 16, instructions for part 4.
24911
24912 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
24913 support the latter anymore.
24914
24915 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24916 -DNO_PROTOTYPES.
24917 * gdb.base/callfuncs.c: Control use of prototypes based on
24918 NO_PROTOTYPES, not __STDC__.
24919 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24920 t_float_values2 tests if prototypes in use.
24921
24922 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24923 t_double_values): When checking differences against DELTA, check
24924 that difference is within the range (-DELTA,DELTA), not just
24925 (-infinity,DELTA).
24926
24927 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
24928
24929 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24930 'file' command firts, then 'target', then 'load', this is due to gdb
24931 target set up.
24932 * config/mips-gdb.exp: Fix a couple regular exp bugs.
24933
24934 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
24935
24936 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24937 FP load/store variants.
24938 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24939
24940 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24941
24942 * gdb.base/term.exp: Do not give a warning if not native, it is
24943 not an abnormal condition.
24944
24945 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
24946
24947 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24948 t_char_array".
24949
24950 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24951
24952 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24953 are getting the version number.
24954
24955 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24956 if not native, it is not an abnormal condition.
24957
24958 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24959
24960 * lib/gdb.exp: Just use "file exists", rather than undocumented
24961 dejagnu procedure "findfile".
24962
24963 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24964
24965 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24966 (LDFLAGS): Set to -Xlinker -Ur.
24967
24968 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24969 Removed, these values are set by lib/gdb.exp.
24970
24971 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24972
24973 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24974
24975 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24976 of replicating gdb startup code.
24977
24978 * config/mt-vxworks (LDFLAGS): Set to -r.
24979 (CFLAGS_FOR_TARGET): Removed.
24980
24981 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24982 (gdb) and gdb for vxworks uses (vxgdb).
24983
24984 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24985 executable is not in the tree and host != target, use sed and
24986 program_transform_name to determine the gdb name used by the
24987 target.
24988
24989 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24990 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24991
24992 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24993
24994 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24995 floats, chars, and shorts where there are ANSI-style function
24996 definitions.
24997
24998 * gdb.base/langs.exp, gdb.base/langs*: New test.
24999 * gdb.base/Makefile.in: Build it.
25000 * TODO: Remove item about checking that C names don't get C++
25001 demangling applied; this test tests it.
25002
25003 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25004
25005 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
25006 went with the const70 xfail. The xfail went away a year ago.
25007
25008 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
25009
25010 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
25011 for hp300.
25012
25013 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
25014
25015 * gdb.base/a1-selftest.exp: Don't run on hp300.
25016
25017 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25018
25019 * Makefile.in (site.exp): Set host_alias and target_alias as well
25020 as host_triplet and target_triplet.
25021
25022 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25023
25024 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
25025
25026 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
25027 places as other ecoff systems).
25028
25029 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
25030 ultrix.
25031
25032 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25033
25034 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
25035 remove them.
25036 * gdb.base/nodebug.exp: Accept "function" in addition to "text
25037 variable and "variable" in addition to "data variable".
25038 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
25039
25040 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
25041 2.
25042 * gdb.base/list1.c (long_line): Add additional statement at start
25043 of function.
25044 * gdb.base/list.exp (test_forward_search): Update line number to
25045 reflect new statement.
25046
25047 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25048
25049 * gdb.base/signals.exp: Reinitialize searched source directories
25050 after gdb_start call.
25051
25052 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
25053
25054 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
25055 * gdb.stabs/Makefile.in: Likewise.
25056
25057 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
25058 change. Instead split the tests into smaller pieces.
25059 * gdb.disasm/hppa.s: Corresponding changes.
25060
25061 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25062
25063 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25064 Quote ^C when passing it to stty. For some shells ^ is a pipe.
25065
25066 * gdb.base/funcargs.exp: Modify many tests so that every test
25067 either passes or fails. Make some test names unique.
25068
25069 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25070
25071 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25072 Call stty to set interrupt character.
25073
25074 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
25075 for HP assembler versus GNU assembler based on actual behavior of
25076 $(CC), rather than assuming that $(AS) is always the GNU assembler.
25077
25078 * TODO: Suggest a few more stepping tests.
25079
25080 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
25081
25082 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
25083 restart GDB for h8300 after a continue.
25084 (return): Add pattern to match a29k-udi behavior.
25085 * gdb.base/nodebug.exp: Remove obsolete comment.
25086 * gdb.base/regs.exp: New file, testing of register displays.
25087 * gdb.base/return.exp: Fix typo in reference to $objdir.
25088 * gdb.base/whatis.exp: Always start with a fresh GDB.
25089
25090 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25091
25092 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
25093 higher, these tests generate a lot of output.
25094
25095 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25096
25097 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
25098 code following the catch silently ignored some errors; without the
25099 catch they should be thrown like any other tcl error. Also, the
25100 catch used "" instead of {} which meant all the callers who wanted
25101 to include one of the characters "[]$ had to quote it an extra time.
25102 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
25103 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
25104 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
25105 Remove extra quoting.
25106
25107 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
25108
25109 * gdb.base/commands.exp: Make test names unique; every test either
25110 passes or fails. Update some comments.
25111
25112 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
25113
25114 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25115
25116 The following fixes a FAIL caused by the fact that the alpha stabs
25117 configuration didn't use the ".if alpha" code in weird.def.
25118 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
25119 bit pointer, so the 32 bit version works even on the alpha.
25120 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
25121 Remove the stuff which allowed us to have separate versions for
25122 alpha and everything else.
25123
25124 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
25125 regexp which "info func operator\[\](" is supposed to match. Fix
25126 string to send to GDB. Note that GDB still doesn't work right. Add a
25127 new test for "info func .perator\[\](" which GDB does handle correctly.
25128
25129 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
25130
25131 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25132
25133 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
25134 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
25135 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
25136 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
25137 it makes the tests harder to understand and confuses test-o-matic.
25138 The preferred style is that each test provides a PASS or a FAIL,
25139 and has a unique message (e.g. "continue #54" not just "continue")
25140 which is the same for the pass and the fail.
25141 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
25142 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
25143 to lib/gdb.exp.
25144 * gdb.base/printcmds.exp: Use test_print_accept. Remove
25145 prt_accept which was basically the same thing. Likewise for
25146 test_print_reject and prt_reject.
25147 * lib/gdb.exp (test_print_reject): Add some more error message
25148 patterns to match from the former printcmds.exp (prt_reject).
25149 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
25150 One defect of the passcount stuff is that some of it failed to
25151 report XPASS where appropriate.
25152 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
25153 stuff before and after arg in expected pattern.
25154 (test_paddr_operator_functions): Re-do test without print_addr_of;
25155 this is the only test which seems to want extra stuff there.
25156
25157 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25158
25159 * gdb.base/nodebug.exp: Update new tests to reflect improved
25160 wording of gdb output.
25161
25162 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
25163 and "ptype" work on variables in files compiled without -g.
25164 Replaces commented out "maint print msymbol" tests.
25165
25166 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25167
25168 * gdb.base/setvar.c (dummy): Call malloc.
25169
25170 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
25171 losing with the irix4 sed.
25172
25173 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
25174 ALRM" on irix4.
25175
25176 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25177
25178 * TODO: Remove items about corefile.exp testing new exec-file and
25179 backtrace; both are now done. Add items about printing enums.
25180
25181 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25182
25183 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
25184 "get signal $thissig" test fails.
25185
25186 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
25187
25188 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25189
25190 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
25191 compiler warning with dec alpha compiler.
25192
25193 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
25194 extra \n from gdb_test call (this explains why the prompt test
25195 that I removed yesterday was there).
25196 (user_defined_command_test): Remove extra \n and prompt test.
25197
25198 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
25199 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
25200 doesn't exist.
25201 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
25202 Also remove alpha workaround, which turns out to be because
25203 SIGABRT == SIGLOST.
25204
25205 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
25206
25207 * gdb.base/help.exp: Don't test "help show".
25208
25209 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25210
25211 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
25212 "set print address" is on.
25213 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
25214 pass prompt to gdb_test; gdb_test already looks for the prompt.
25215
25216 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
25217
25218 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
25219 was a vestige of the manual TESTSTRATEGY, and the purpose of it
25220 was to make sure that gdb can read a core file. But (a) the "read
25221 the corefile" part didn't make it to a1-selftest.exp, we just
25222 delete the corefile after creating it, and (b) we test reading
25223 corefiles in corefile.exp anyway. Also, this test left around a
25224 xgdb process on Solaris.
25225
25226 * gdb.base/corefile.exp: Also test backtrace.
25227
25228 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
25229
25230 * gdb.base/commands.exp: Test a simple user defined command with
25231 arguments and if/while statements; verify the full user command is
25232 printed by "show user".
25233
25234 * gdb.base/commands.exp: Test if/while commands as part of a
25235 breakpoint command list; verify they appear in breakpoint
25236 information.
25237
25238 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25239
25240 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
25241 than by dividing by zero.
25242
25243 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
25244
25245 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
25246 performing an inferior call with watchpoints enabled.
25247 * gdb.base/watchpoint.c (main): Delete second unnecessary read
25248 call.
25249
25250 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25251
25252 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
25253 of "file" command.
25254
25255 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
25256 Add additional pattern for when "int operator int(void);" appears
25257 in a different order.
25258
25259 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25260
25261 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
25262
25263 * gdb.base/help.exp: Replace most of docstrings for "info signals"
25264 and "signal" with ".*".
25265
25266 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25267
25268 * TODO: Add note about "handle all nostop".
25269
25270 * gdb.base/{sigall.c, sigall.exp}: New test.
25271 * gdb.base/Makefile.in: Add it.
25272
25273 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
25274
25275 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
25276 when invoking GDB, suppresses any windowing interface.
25277
25278 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
25279
25280 * config/sim-gdb: New file, simulator testing support.
25281
25282 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
25283
25284 * gdb.base/interrupt.exp: Test calling func1 twice.
25285
25286 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
25287
25288 * gdb.base/list.exp (test_forward_search): Set timeout higher
25289 when we'll be getting lots of output from gdb.
25290
25291 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
25292 "init_malloc" to after the expect statement. Run it if that
25293 regexp is taken, but also for two others which happen if source
25294 cannot be found.
25295
25296 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25297
25298 * gdb.base/printcmds.exp: New test, for printing register before
25299 program is running.
25300
25301 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25302
25303 * gdb.base/list.exp: Correct some alternate expect patterns
25304 to reflect changes in list1.c.
25305
25306 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25307
25308 * TODO: Add item regarding large frames.
25309
25310 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25311
25312 * TODO: Remove item about enabling return.exp; it
25313 is enabled. Suggest a few more "return" tests.
25314
25315 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25316
25317 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
25318 anonymous unions.
25319
25320 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25321
25322 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25323 and pr-5646.o, so "make" is the same as "make all", not "make
25324 pr-4975.o".
25325
25326 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
25327
25328 * gdb.base/list.exp: Adjust expectations to reflect changes in
25329 list1.c.
25330 (test_forward_search): New test proc.
25331 * gdb.base/list1.c (long_line): New function, has long source line.
25332
25333 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
25334
25335 * gdb.base/a1-selftest.exp: Change initial stepping to know about
25336 additional line of code that was added.
25337
25338 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
25339
25340 * gdb.disasm/hppa.s: Break the large branching tests into smaller
25341 tests so as not to overflow expect's input buffers.
25342 * gdb.disasm/hppa.exp: Corresponding changes.
25343
25344 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25345
25346 Beginnings of template debugging tests.
25347 * gdb.c++/templ-info.cc: New file to test for template
25348 debugging capability of the compiler.
25349 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
25350 templ-info.cc.
25351 * gdb.c++/templates.cc: Add explicit template instantiations
25352 to enable compiling with -fno-implicit-templates. Add destructor
25353 and 'value' method to T5 class for template tests.
25354 * gdb.c++/templates.exp: Add testcases for printing of template
25355 types, setting breakpoints on template methods and calling a
25356 template method.
25357
25358 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
25359
25360 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25361 branch target since some assemblers (gas-2.5) may emit a
25362 relocation for the branch instead of resolving it in the
25363 assembler.
25364
25365 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25366
25367 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
25368 through signal handler.
25369
25370 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25371
25372 * configure.in (*-*-netware): Use config/mt-netware.
25373
25374 * config/mt-netware: New file.
25375 * config/mt-i386-netware: Removed, separate configs for different
25376 netware architectures are no longer needed now that we have
25377 --with-headers.
25378
25379 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25380
25381 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
25382 by the recent changes to use ANSI C arithmetic conversions.
25383
25384 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25385
25386 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25387 bug involving using inferior_pid to figure out whether to select a
25388 frame.
25389
25390 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
25391
25392 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25393 match the current disassembler output.
25394
25395 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
25396
25397 * gdb.fortran/exprs.exp: Expect VOID instead of void.
25398 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25399 types, expect "int" as type of integer values (for now).
25400
25401 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
25402
25403 * gdb.base/commands.exp: New tests for if/while commands.
25404
25405 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
25406
25407 * lib/gdb.exp (runto): Replace sub-pattern for hex value
25408 by .*, since hex values have different syntax in Chill mode.
25409
25410 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25411
25412 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
25413 linefeed from expect pattern for repeated types with indices > 9.
25414
25415 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
25416
25417 First part of Fortran test suite.
25418 * gdb.fortran: New directory.
25419 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25420
25421 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25422
25423 * gdb.base/default.exp: Update expect pattern for load command
25424 without arguments.
25425
25426 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
25427
25428 * configure.in: Change i386 to i[345]86.
25429 * gdb.base/configure.in: Likewise.
25430 * gdb.c++/configure.in: Likewise.
25431 * gdb.chill/configure.in: Likewise.
25432
25433 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
25434
25435 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25436 patterns, since that is not a valid context for comments.
25437
25438 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
25439
25440 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25441 repeated types and repeated types with indices > 9.
25442
25443 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
25444
25445 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25446 2417; old bug has been fixed.
25447
25448 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
25449
25450 * gdb.base/interrupt.exp: When trying to wake up the inferior,
25451 send the newline ourselves instead of assuming gdb_test will do
25452 so when passed an empty input string.
25453
25454 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25455 stabs testcode.
25456
25457 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25458
25459 * lib/gdb.exp (gdb_test): Don't send anything if the first
25460 argument is an empty string. This makes cases where we want to
25461 match output that is already in expect's buffers (for example,
25462 matching a breakpoint after gdb_run_cmd has been called) work
25463 reliably.
25464
25465 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25466
25467 * config/netware.exp: New file.
25468
25469 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25470
25471 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25472 the -B and -L prefixes so we can find the debugging stub.
25473
25474 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25475 there and we are using the gcc from the tree.
25476
25477 * gdb.base/types.c: Removed.
25478
25479 * gdb.base/configure.in: Look for makefile fragments in ../config.
25480 Recognize i386-*-netware.
25481 * gdb.c++/configure.in: Likewise.
25482
25483 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25484
25485 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
25486 the correct TCL syntax.
25487
25488 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25489
25490 * gdb.base/opaque.exp: use runto instead of messing around with
25491 breakpoints. Simplify by using gdb_test.
25492
25493 * gdb.base/bitfields.exp: restart between tests on netware targets
25494 because breakpoints aren't relocated after target death. Run
25495 processes to completion.
25496
25497 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25498
25499 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
25500
25501 * Makefile.in: Remove extra tabs that confuse some versions
25502 of "make". Use the newly built gdb to test with by default,
25503 rather than the first one in the tester's search path.
25504
25505 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
25506
25507 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25508
25509 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25510 condition help.
25511
25512 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25513
25514 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25515
25516 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25517 running.
25518 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25519 * gdb.base/funcargs.exp: Likewise.
25520
25521 * gdb.base/bitfields.exp: Simplify by using gdb_test.
25522 * gdb.base/funcargs.exp: Likewise.
25523
25524 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25525 message is "".
25526
25527 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25528
25529 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25530 return,signals,twice}.exp: Handle non-existant binaries
25531 consistantly.
25532
25533 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25534 * gdb.base/Makefile.in: Don't try to generate a core dump, we
25535 might testing a cross development system.
25536
25537 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25538
25539 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25540 runtest script is relative to ${srcdir}, not ${rootdir}.
25541
25542 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
25543
25544 * gdb.base/signals.exp: Allow for optionality of breakpoint
25545 address.
25546
25547 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25548
25549 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25550
25551 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25552
25553 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25554 for size_t definition.
25555 * gdb.c++/templates.cc: Likewise
25556
25557 * config/mt-i386-netware: New file.
25558
25559 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25560 defined.
25561
25562 * gdb.base/Makefile.in: Added support for systems that name core
25563 files by appending "core" to the program name.
25564 * gdb.base/a1-selftest.exp: Likewise.
25565
25566 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25567
25568 * gdb.base/return.exp: Add comment and message for `return double'
25569 test failure on Sparc Solaris.
25570
25571 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
25572
25573 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25574
25575 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25576
25577 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
25578 from optimizing them away.
25579 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
25580 patterns to include default constructors and assignment operators,
25581 to match gcc versions beyond 2.5.8. Accept any cplus demangling
25582 character in the output of the virtual base pointer.
25583
25584 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25585
25586 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
25587 expression match in print_addr_of to avoid unintented matches.
25588 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
25589 versions up to 2.5.8.
25590
25591 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25592
25593 * gdb.base/list.exp: Tweak alternate pattern for listing of an
25594 included file to run under newer versions of expect.
25595 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
25596 consecutive >'s in templates to accomodate recent cplus-dem.c change.
25597 Remove xfail for the virtual table of BDDHookV.
25598
25599 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
25600
25601 * lib/gdb.exp (string_to_regexp): Set a default result.
25602 (default_gdb_start): Fix misleading message.
25603
25604 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
25605
25606 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25607 Remove all CC, etc definitions.
25608 * config/mt-hpux: New file.
25609 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25610 (CFLAGS, LDFLAGS): Define.
25611 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25612
25613 * Makefile.in (site.exp): Don't insert host_os, etc.
25614 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25615 (distclean): Check existence of subdir.
25616 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25617 * gdb.base/Makefile.in: General cleanup and simplification.
25618 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25619 to build executables. Use default rule to build .o files.
25620 (EXPECT, RUNTEST, CC): Fix relative pathname.
25621 (site.exp): Don't insert host_os, etc.
25622 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25623 and/or SIGUSR1 defined.
25624 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25625 * gdb.c++/Makefile.in: General cleanup and simplification.
25626 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25627 (CFLAGS): Remove.
25628 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25629
25630 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
25631
25632 * gdb.base/recurse.exp: Misc changes to get tests running again
25633 after Kung's changes to the watchpoint code.
25634 * gdb.base/watchpoint.exp: Likewise.
25635
25636 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
25637
25638 * lib/gdb.exp (string_to_regexp): Convert {\} also.
25639
25640 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
25641
25642 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25643 * lib/gdb.exp (default_gdb_start): Define.
25644 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25645 gdb.base/funcargs.exp, gdb.base/opaque.exp,
25646 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25647 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25648 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25649 Don't call gdb_target_udi in between tests.
25650
25651 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25652
25653 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25654 (which was basically just a local version of the same thing). In
25655 addition to avoiding duplication, gdb_test_exact is faster.
25656 * lib/gdb.exp (gdb_test_exact): Fix typo.
25657
25658 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25659 don't give an error.
25660
25661 * gdb.base/term.exp: Call delete_breakpoints before starting.
25662
25663 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25664 (t10): Add comment.
25665
25666 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25667
25668 Reorganization of the GDB Test Suite.
25669
25670 * gdb.base: New directory, contains all the basic tests.
25671 * gdb.c++: New directory, tests specific to C++.
25672 * gdb.chill: New directory, tests specific to Chill.
25673 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25674 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25675 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25676 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25677 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25678 t30-31 to chill).
25679 * */gdbme.*: Rename to match appropriate expect scripts.
25680 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25681 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25682 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25683 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25684 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25685 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25686 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25687 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25688 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25689 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25690 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25691 gdb.c++/virtfunc.cc: New names of C++ files.
25692 * gdb.chill/chillvars.ch: New name of Chill file.
25693 * gdb.base/configure.in, gdb.c++/configure.in,
25694 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25695 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25696 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25697 * configure.in (configdirs): Update to reflect directory changes.
25698 (target_abbrev): No longer define for any configuration.
25699 * Makefile.in: Cosmetic improvements to header comments.
25700
25701 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
25702
25703 Various changes to gdb.t31:
25704
25705 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
25706 * gdbme.ch: Make all key-words and predefineds be upper-case.
25707 * chillvars.exp: Expect key-words and predefinds in upper-case.
25708
25709 * chillvars.exp: Use gdb_test_exact many places.
25710 Change expected output for arrays (which now includes index labels).
25711
25712 * pr-5020.exp, gdme.ch (module PR_5020):
25713 New test, for PR-5020.
25714
25715 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
25716
25717 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
25718 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
25719
25720 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
25721
25722 * Makefile.in: Fix bit-rot in definitions of CHILL,
25723 CHILL_FOR_TARGET and Chill_LIB.
25724 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
25725 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
25726 CHILL, and CHILL_LIB.
25727
25728 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
25729
25730 * Revert the previous changes. Please see Rob's directory
25731 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25732
25733 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
25734
25735 * Makefile.in, configure.in, config/mips-gdb.exp,
25736 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25737 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25738 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
25739 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25740 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25741 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25742 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25743 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25744 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25745 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25746 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25747 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25748 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25749 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25750 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
25751 changes from 94Q1.
25752
25753 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
25754
25755 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25756 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25757 Rob's new testing fragments.
25758
25759 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
25760
25761 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
25762 lib/gdb.exp: Replace error proc calls with perror.
25763
25764 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25765
25766 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25767 version also, match on casted version strings, and match on
25768 gdb startup case where the line numbers might be messed up.
25769
25770 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
25771
25772 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
25773 (CFLAGS): Delete it from here.
25774
25775 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
25776
25777 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25778
25779 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
25780
25781 * Makefile.in (RUNTEST): Default to just "runtest".
25782
25783 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25784
25785 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25786 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25787 the code has been restructured.
25788
25789 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25790
25791 * gdb.t00/default.exp (set write): Allow any number of \r and/or
25792 \n, not just one of each.
25793
25794 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25795 /bin/cc gives a warning if you do.
25796
25797 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
25798
25799 * gdb.t24/demangle.exp: change expect pattern of
25800 __t10ListS_link1ZUiRCUiPT0
25801
25802 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25803
25804 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25805 on local variables in recursive functions.
25806
25807 * gdb.t07/Makefile.in: Build the new test.
25808
25809 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25810
25811 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25812 directly. Instead compare the return values from actual calls.
25813
25814 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
25815
25816 * Makefile.in (check): Set TCL_LIBRARY for runtest.
25817
25818 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25819
25820 * From Peter Schauer with minor modifications.
25821 * gdb.t15/return.exp (return_tests): Handle targets where "return"
25822 stops in mid-line in the caller. Add xfail for returning a float
25823 value on X86 targets.
25824
25825 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25826
25827 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25828 to avoid expect lossage.
25829 (fmem_LRbug_tests): Likewise.
25830 * gdb.disasm/hppa.s: Corresponding changes.
25831
25832 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25833 conditions to work with latest dejagnu/expect.
25834
25835 * gdb.t15/funcargs.exp (finish from indirect call): No longer
25836 expected to fail on the PA.
25837 (backtrace in call with trampolines): Explicitly require main
25838 to be frame #1 (no trampolines should show up in backtrace).
25839
25840 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25841 "continue -expect".
25842 * gdb.t06/break.exp: Likewise.
25843 * gdb.t07/watchpoint.exp: Likewise.
25844 * gdb.t13/bitfields.exp: Likewise.
25845 * gdb.t15/{funcargs,return}.exp: Likewise.
25846 * gdb.stabs/weird.exp: Likewise.
25847 * config/{mips,udi}-gdb.exp: Likewise.
25848
25849 * hppa.sed: Enclose comments within a sed command to avoid
25850 losing with the old OSF1 sed.
25851
25852 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25853
25854 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
25855 sequent dynix.
25856 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
25857 * gdb.t15/funcargs.exp: Conditionally step again to really
25858 finish from marker_call_with_trampolines. Handle the case where
25859 the first step from within call_with_trampolines already steps
25860 us back to main.
25861 * gdb.t15/gdbme.c: Add comment to closing brace of
25862 call_with_trampolines for funcargs.exp.
25863
25864 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25865
25866 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
25867 Fix typo(s).
25868
25869 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25870
25871 * gdb.t07/gdbme.c: More code for watchpoint testing.
25872
25873 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25874 "Hardware watchpoint" throughout file.
25875 (test_watchpoint_triggered_in_syscall): New test.
25876 (test_complex_watchpoint): New test.
25877
25878 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25879
25880 * gdbme.c (call_with_trampolines): New function to try and step
25881 into. Tests trampoline problems on the PA.
25882
25883 * funcargs.exp (localvars_in_indirect_call): No longer expect
25884 stepping into indirect call to fail on PAs.
25885 (test_stepping_over_trampolines): New test.
25886
25887 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25888
25889 * TODO: Add suggestions for static member function tests, and
25890 completion tests.
25891
25892 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25893
25894 * TODO: Add suggestions for "p/a" tests.
25895
25896 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25897 (default_gdb_exit): Replace all the hair with sending "quit" to
25898 the process with a simple close.
25899
25900 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25901
25902 * TODO: Add suggestions for shared library tests.
25903
25904 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25905
25906 * TODO: Add suggestions for x/s tests.
25907
25908 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25909
25910 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25911 "enable once", and "enable breakpoints once" with ".*".
25912
25913 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25914
25915 * TODO: Add suggestions about structure passing tests.
25916
25917 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25918
25919 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
25920 the primary1 test, use work around if __GNUC__ < 2.
25921 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
25922 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
25923 Test for bad output rather than waiting for timeout. Issue
25924 second continue only if first continue failed.
25925
25926 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25927
25928 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25929 operator[] test with gdb_test because the old code didn't seem to
25930 be getting the quoting right with the new dejagnu.
25931
25932 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
25933
25934 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25935 one from the path.
25936 * Makefile.in: Use a fresh expect if there is one, use runtest
25937 from the src tree if there is one.
25938
25939 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25940
25941 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25942 next over recursive call. Revise the tests from that point on
25943 (which had been skipped) to match GDB's actual (correct) output.
25944
25945 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25946 with next over a breakpoint whose condition is false.
25947
25948 * gdb.t00/help.exp: Comment out "help set print" tests just like
25949 (and for same reason as) "help set" test.
25950
25951 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25952
25953 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25954 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25955
25956 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25957
25958 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25959 necessary gdb_target_udi.
25960
25961 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25962
25963 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25964 1838 and 2417; they are fixed.
25965
25966 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25967 gdb.t03/ptype.exp (ptype structure, ptype union):
25968 Remove xfails; the test is looser than when the xfails were added.
25969
25970 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25971 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25972
25973 * gdb.t01/run.exp: Only run shell test if isnative.
25974
25975 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25976 since "run" automatically loads if necessary. Call gdb_target_udi
25977 after the "file" since "file" kills any execution target.
25978
25979 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25980 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25981 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25982 argument for UDI.
25983
25984 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25985
25986 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25987
25988 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25989
25990 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25991
25992 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25993 properly quoting regexps. This makes the second argument to
25994 demangle a fixed string, which matches the callers, instead of a
25995 shell-style pattern which is what the previous implementation
25996 used. Update some of the callers.
25997
25998 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25999
26000 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
26001 (comib_nullified_tests): Fix typo.
26002 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
26003 strings. No longer expected to fail.
26004
26005 * gdb.disasm/hppa.s (addib_tests): Fix typo.
26006 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
26007 strings. No longer expected to fail.
26008
26009 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
26010 string. No longer expected to fail.
26011
26012 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26013
26014 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
26015 No longer expected to fail.
26016
26017 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
26018 string. No longer expected to fail.
26019
26020 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26021
26022 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
26023 only in the names (I probably got most of them). I was even
26024 generous with some which differed in underscores in names, and
26025 probably missed a few, and I *still* was able to remove almost a
26026 third of the file with almost no impact on testsuite coverage.
26027
26028 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26029
26030 * gdb.t00/default.exp: Match udi_attach error message as well as
26031 the one from child_attach.
26032
26033 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
26034
26035 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
26036
26037 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
26038 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
26039
26040 * Move test with enums and partial symbols back to
26041 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
26042 Reverts the change of 26 May 93. Per today's change to
26043 stabs.texinfo, the behavior that weird.exp was expecting was
26044 unreasonable; what is important is that the compiler+gdb get
26045 things right, which happens with a recent gcc. Also fix the test
26046 to deal with native compilers which put out the stab gdb can't
26047 deal with.
26048
26049 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26050
26051 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
26052 in the names. The main thing these accomplish is to slow things down.
26053 Many more such duplicates surely remain.
26054
26055 * gdb.t00/help.exp: Comment out "help support" test just like
26056 (and for same reason as) "help set" test.
26057
26058 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
26059
26060 * gdb.t06/break.exp: Remove setup_xfails for
26061 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
26062 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
26063 about known bug in gcc to include up through 2.5.8.
26064 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
26065 well as "_vb$".
26066 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
26067 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
26068 with latest gcc and gdb.
26069 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
26070 well as "_vb$".
26071
26072 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26073
26074 * configure.in (hppa*-*-*): Also configure and build stabs-only
26075 tests.
26076
26077 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26078
26079 * gdb.t10/hppa.mt: A makefile fragment for the PA.
26080 * gdb.t10/configure.in (hppa*-*-*): Use it.
26081
26082 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26083
26084 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
26085
26086 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26087
26088 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
26089 versions prior to 1.13.5.
26090
26091 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26092
26093 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
26094 the prompt is at the start of a line.
26095
26096 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26097
26098 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
26099 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
26100 in the copr tests now.
26101 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
26102 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
26103 expected to fail.
26104
26105 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
26106
26107 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
26108 gdb.t31/chillvars.exp, lib/gdb.exp:
26109 Tweak to run under either version of expect.
26110 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
26111 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
26112 * gdb.t11/list.exp: Remove extraneous whitespace.
26113
26114 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26115
26116 * gdb.t16/printcmds.exp (test_print_strings): Accept
26117 "(unsigned char *) " before the string.
26118
26119 * TODO: Add notes about printing of fancy types and GDB expressions.
26120
26121 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
26122
26123 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
26124 * gdb.t06/configure.in: Don't try to compile signals test program
26125 if doing mips-idt-ecoff.
26126
26127 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
26128
26129 * Most .exp files: Tweak to run under either version of expect.
26130
26131 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26132
26133 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
26134 xfails; I'm not sure why they are failing, but not because of PR 1806.
26135
26136 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
26137
26138 * config/unix-gdb.exp: Remove gdb_unload cause it's already
26139 defined in lib/gdb.exp.
26140
26141 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26142
26143 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
26144 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
26145 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
26146 have to be typeless.
26147
26148 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26149
26150 * TODO: Add suggestion for copyright year test.
26151
26152 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
26153
26154 * configure.in (*-*-lynxos*): Add stabs tests.
26155
26156 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
26157
26158 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
26159 so insert a tab before any assembler directive in column zero.
26160
26161 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
26162 stores.
26163 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
26164 stores.
26165 (fpu_short_memory_tests): Likewise.
26166
26167 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26168
26169 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
26170 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
26171 .stabs directives in comments.
26172
26173 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26174
26175 * TODO: New file, describing tests we could write.
26176 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
26177
26178 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26179
26180 * gdb.t06/signals.exp: Add kludge to force re-sync.
26181
26182 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
26183 to xgdb instead of gdb, get out of gdb.
26184
26185 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
26186
26187 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
26188 for info.
26189
26190 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
26191
26192 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
26193 * gdb.stabs/configure.in (hppa*-*-*): Use it.
26194 * gdb.stabs/hppa.sed: New sed script for the PA.
26195
26196 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26197
26198 * gdb.stabs: Re-write weird.def and configuration to use sed
26199 instead of cpp. sed is portable and POSIX; cpp is neither.
26200
26201 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26202
26203 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
26204
26205 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26206
26207 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
26208
26209 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26210
26211 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
26212 "_vb$".
26213 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
26214 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
26215
26216 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26217
26218 * lib/gdb.exp: Comment out code which depends on non-existent
26219 `transform' procedure.
26220
26221 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
26222
26223 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
26224 * lib/gdb.exp: Transform tool name.
26225 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
26226 1.1's new error handling system.
26227
26228 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26229
26230 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
26231
26232 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26233
26234 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
26235 They made pattern matching so slow that timeouts happened on
26236 heavily loaded systems. Now any output from "show print" which
26237 gets us back to the GDB prompt is a PASS.
26238
26239 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
26240
26241 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
26242
26243 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26244
26245 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
26246
26247 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
26248 It is not from PR 3220.
26249
26250 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26251
26252 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
26253 just started failing because they depended on the order the
26254 subcommands are presented, or exact docstring text. This kind of
26255 test is a pain and has minimal benefit.
26256
26257 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26258
26259 * gdb.t09/corefile.exp: At end of test, use "core" command with
26260 no arguments.
26261
26262 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
26263
26264 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
26265 17}/Makefile.in: Make it possible to run the testsuite with Sun
26266 make and CC = cross gcc by adding explicit build rules for .o
26267 files.
26268
26269 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26270
26271 * gdb.t15/funcargs.exp: Don't put comments on same line as
26272 setup_xfail (@#$*%& tcl braindamage!).
26273
26274 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26275
26276 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
26277
26278 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
26279
26280 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
26281 * gdb.t20/inherit.exp: remove three dumplicate entries.
26282
26283 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26284
26285 * gdb.t06/break.exp: For "next over recursive call", fail on any
26286 incorrect output, not just on "factorial (value=2)".
26287
26288 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26289
26290 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
26291 working now. Add an xfail if accesing a bss variable causes
26292 a memory error if the target is not yet run.
26293
26294 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26295
26296 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
26297 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
26298 name of __st* demangling (2 strings). Did Kung really get the
26299 more than 95 others right without testing them?
26300
26301 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
26302
26303 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
26304
26305 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
26306
26307 * configure.in (configdirs): Add gdb.disasm
26308 * gdb.disasm: New directory for GDB disassembler tests.
26309 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26310
26311 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26312
26313 * gdb.t00/help.exp: Don't test "help set".
26314
26315 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26316 from within expect statements. None of these happen anymore and
26317 they cause regressions to be silently unnoticed.
26318
26319 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26320 messages) about known failures with gcc cygnus-2.4.5-930417.
26321
26322 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26323 comp-info.exp so it gets built if it doesn't exist.
26324
26325 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26326 it is no longer used.
26327 * gdb.t13/comp-info.c: Removed.
26328
26329 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26330
26331 * gdb.t06/signals.exp: Add xfail for sun3.
26332
26333 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26334
26335 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26336 relevant because ^C doesn't get sent but failure can be reproduced
26337 interactively).
26338
26339 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26340
26341 * gdb.stabs/alpha.mt: New configuration file for alpha.
26342 * gdb.stabs/configure.in: Use it.
26343 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
26344 sharing with alpha.mt, redefine long to word via preprocessor.
26345 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
26346 for alpha.
26347 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
26348 native cc.
26349 * gdb.t00/teststrategy.exp: Change expect string so that we
26350 consume the `(xgdb)' from the command echo and from the gdb prompt.
26351 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
26352 gdb currently compares all values as long, so this failure probably
26353 applies to any configuration where LONGEST is bigger than a target int.
26354 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
26355 with gcc.
26356 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
26357 to handle opaque pointers, gcc is.
26358 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
26359 as first argument. Include <sys/types.h> and change all operator
26360 new definitions to use size_t.
26361 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
26362 now that we use size_t.
26363
26364 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26365
26366 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
26367 a long or float array cast all array members to the same type.
26368 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
26369 with 64 bit longs.
26370 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
26371 on alpha.
26372 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
26373
26374 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26375
26376 * gdb.t24 (demangle.exp): Constructors of templates have names like
26377 vector<int>::vector(int) not vector<int>::vector<int>(int). See
26378 section 14.6 of the ARM.
26379
26380 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26381 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26382 accomplish little and slow down the testsuite.
26383
26384 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26385 Accept spaces various places.
26386
26387 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26388
26389 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26390 with watchpoint enabled.
26391
26392 * Makefile.in: Remove definition of CC and remove the second
26393 definition of CXX (the "CXX = gcc" one remains). These definitions
26394 were causing backquotes to be expanded within backquotes, which
26395 doesn't work.
26396
26397 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
26398
26399 * gdb.t17/callfuncs.exp: Add "return 0" to end.
26400
26401 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26402
26403 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
26404 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
26405 by mips cc and contains no stabs entries.
26406
26407 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
26408
26409 * config/vx-gdb.exp: Use fake device to load files rather than
26410 NFS.
26411 * lib/gdb.exp: New proc to do "file" command.
26412 * config/unix-gdb.exp: Use new "file" proc.
26413
26414 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
26415
26416 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26417 Rework board rebooting slightly.
26418 (gdb_exit): Don't exit from the remote shell; there isn't one.
26419 * gdb.stabs/weird.exp: If a program is being debugged already,
26420 kill it.
26421 * gdb.t04/setvar.exp: Stop and restart gdb.
26422 * gdb.t05/expr.exp: Likewise.
26423 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26424 restart gdb and reload the program.
26425 * gdb.t08/opaque.exp: Likewise.
26426 * gdb.t12/scope.exp: Likewise.
26427 * gdb.t13/bitfields.exp: Likewise.
26428 * gdb.t15/funcargs.exp: Likewise.
26429 * gdb.t20/classes.exp: Likewise.
26430 * gdb.t03/ptype.exp: Increase timeout.
26431 * gdb.t16/printcmds.exp (test_print_string_constants,
26432 test_print_array_constants): Likewise.
26433 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26434 * gdb.t20/classes.exp (do_tests): Likewise.
26435 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26436
26437 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
26438
26439 * gdb.stabs: Renamed *wierd* to *weird*.
26440
26441 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26442
26443 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26444 for timeout. Add "known gcc 2.4.5 bug" to failure message.
26445
26446 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26447
26448 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26449 (do_tests): Remove xfail for whatis on one_var and two_var.
26450
26451 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
26452
26453 * Makefile.in: Made cross building work better by adding
26454 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26455
26456 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26457
26458 * gdb.t15/{return.c,return.exp,Makefile.in}:
26459 New test, currently commented out.
26460
26461 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
26462
26463 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26464 still running and removes the leftover named socket so GDb can do
26465 clean restarts.
26466
26467 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
26468
26469 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26470 console, not GDB.
26471 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26472 cross testing works better with "make check"
26473 * config/unix-gdb: Use default procedures for exit and version.
26474 * config/vx-gdb.exp: Cleaned up and massaged back to working order
26475 with the newest VxWorks.
26476
26477 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26478
26479 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26480 old form.
26481
26482 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26483 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26484
26485 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26486
26487 * config/unix-gdb.exp: Remove this version of gdb_exit
26488 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26489 Rob says he'll look at it when he gets back to testing boards.
26490
26491 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
26492
26493 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
26494 an expected fail for certain ptype commands.
26495
26496 * gdb.t20/classes.exp: Update expected results of "ptype class
26497 Base1" to account for the constructor that now appears in the type.
26498
26499 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
26500
26501 * configure.in (configdirs): Restore gdb.t04, which mysteriously
26502 disappeared from list.
26503 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
26504 "alldone" proc with call to cleanup and exit.
26505 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26506 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26507 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26508 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26509 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
26510 "alldone" proc with simple returns that suppress remaining
26511 tests. The alldone proc went away many months ago.
26512
26513 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26514
26515 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26516
26517 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26518
26519 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26520
26521 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
26522 as vax gdb will display them.
26523
26524 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26525
26526 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26527 optimizers.
26528
26529 * scope.exp: Change "bad value for localval" messages so each one
26530 is unique.
26531
26532 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26533 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26534
26535 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26536
26537 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26538
26539 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26540 doesn't exist (due to optimization).
26541
26542 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26543
26544 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26545 contains \r because the filename is long.
26546
26547 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26548 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26549
26550 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26551
26552 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26553 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
26554 Ultrix.
26555 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
26556 int tests.
26557 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
26558
26559 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
26560
26561 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
26562
26563 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
26564 to match does not match the passing case but still matches the
26565 failing case.
26566
26567 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26568
26569 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26570
26571 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
26572
26573 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
26574 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26575 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26576 Remove various versions of gdb_exit.
26577 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
26578 gdb_exit.
26579 * config/unix-gdb.exp: gdb_exit remains here, and should override
26580 the generic version, since it's doing a lot of wierd stuff that
26581 the other versions aren't. FIXME, fold it in, or abandon this
26582 version.
26583
26584 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26585
26586 * gdb.t24/demangle.exp: Add tests for PR 3220.
26587
26588 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26589
26590 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26591
26592 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
26593
26594 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
26595 "i386-*-*". Works for i486 as well.
26596
26597 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
26598 bug, and expand domain of xfail to all SVR4 systems, since the
26599 actual problem is likely to be in generic SVR4 /proc support.
26600
26601 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26602
26603 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26604
26605 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
26606
26607 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
26608 xfails for other systems. Match a missing 'Continuing.' as an
26609 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26610
26611 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26612 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26613 Only issue warning for missing executables if -all option is used.
26614
26615 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
26616 file if -all option is used. It's like an unpredictable XFAIL.
26617
26618 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26619
26620 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26621 for dynamically linked binaries.
26622
26623 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26624
26625 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26626
26627 * gdb.t20/inherit.exp: Change message for "print tagless struct"
26628 to state that this is a known bug in old versions of g++.
26629
26630 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26631
26632 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
26633 while waiting for `Continuing'.
26634
26635 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
26636
26637 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
26638 in text, data, and bss.
26639 * gdb.t10/nodebug.c: Add local and global test variables for
26640 initialized and uninitialized data.
26641
26642 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26643
26644 * config/unix-gdb.exp (gdb_exit): Add "wait".
26645
26646 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26647
26648 * gdb.t06/signals.exp: xfail the continue from the handler for all
26649 targets.
26650
26651 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
26652 function with watchpoints enabled, the i386 call dummy starts with
26653 a call.
26654
26655 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
26656 386 bsd names its corefiles.
26657
26658 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
26659
26660 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
26661 compilers don't grok it.
26662 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
26663 with small octal ints rather than character constants, which
26664 are signed and might not fit if first promoted to int.
26665
26666 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
26667
26668 * gdb.t09/Makefile.in (clean): Remove corefile.
26669
26670 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26671
26672 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26673
26674 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26675 and Jim Kingdon (kingdon@cygnus.com)
26676
26677 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26678 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
26679 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26680
26681 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26682
26683 * gdb.t17/interrupt.exp: Add xfail for hppa.
26684
26685 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26686
26687 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26688 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
26689 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
26690 to determine signed-ness of bitfields and use the result to setup
26691 the xfail.
26692 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
26693 * gdb.t15/funcargs.exp: Use them to step until the second indirect
26694 call line is reached if necessary.
26695
26696 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26697
26698 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26699
26700 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26701
26702 * gdb.t06/break.exp: Also test `clear' command.
26703
26704 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26705
26706 * gdb.t00/teststrategy.exp: Remove extra quote.
26707
26708 * gdb.t07/watchpoint.exp: Change xfail for calling function with
26709 watchpoint enabled to be for all non-68k machines.
26710
26711 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26712
26713 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26714
26715 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26716 targets use aout.mt instead of ecoff.mt as gas understands
26717 standard aout format.
26718
26719 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26720
26721 * lib/gdb.exp (runto): Don't insist that function we are running to
26722 was compiled with -g.
26723
26724 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26725
26726 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26727 to get back into the read system call.
26728 Accept leading newline in case where we woke it up.
26729
26730 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26731
26732 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
26733 to make the stabs test work on ecoff systems using gcc and -with-stabs.
26734 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
26735 enable ecoff configuration.
26736
26737 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26738
26739 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26740
26741 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26742
26743 * gdb.t16/printcmds.exp: Add another printf test.
26744
26745 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
26746
26747 * configure.in: If configured -with-stabs on any target, add
26748 stabsdirs to configdirs.
26749
26750 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26751
26752 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26753 fun" so pattern does not match the command itself.
26754
26755 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26756
26757 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26758
26759 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26760
26761 * gdb.t17/interrupt.exp: Test for more things.
26762
26763 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26764
26765 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26766 compiler arranges the code and line numbers.
26767
26768 * gdb.t17/interrupt.exp: Don't send \n after ^C.
26769
26770 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26771
26772 * gdb.t00/help.exp: Increase expect input buffer size.
26773
26774 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26775
26776 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26777
26778 * gdb.t07/watchpoint.exp: Add xfail for hppa.
26779
26780 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26781
26782 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26783 [0-9]*, not just [0-9].
26784
26785 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26786
26787 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26788
26789 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26790
26791 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26792
26793 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26794
26795 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26796
26797 * gdb.t06/signals.c: Add xfails for sun3.
26798
26799 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26800
26801 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
26802 test_stepping tests.
26803
26804 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26805
26806 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26807
26808 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26809
26810 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26811 rather than actually putting it through cpp twice.
26812
26813 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26814
26815 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
26816
26817 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26818 no longer needed.
26819
26820 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26821
26822 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26823
26824 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26825 C++ features prints as "struct", make it a pass, not an xfail.
26826
26827 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26828
26829 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26830 Don't require VA to print as "class" rather than "struct".
26831
26832 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
26833
26834 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26835
26836 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26837
26838 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26839
26840 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26841
26842 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
26843 order.
26844
26845 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26846
26847 * gdb.t16/printcmds.exp: Add printf tests.
26848
26849 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26850
26851 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26852
26853 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
26854
26855 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
26856 pass counts, to counteract any existing or future setup_xfails.
26857
26858 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26859
26860 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26861 {BEGIN,END}_COMMON for common block instead of STAB.
26862 * gdb.stabs/wierd.exp: Add xfail for rs6000.
26863
26864 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26865 intp_var should be N_GSYM not N_LSYM.
26866 wierd-aout.S: Use a label for the value of the N_SO.
26867 wierd.def: Remove all backslashes.
26868 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26869
26870 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26871
26872 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26873 get the expected next to inheritance3.
26874
26875 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26876
26877 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26878 now that gcc-2.4 gets it right.
26879
26880 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26881
26882 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26883
26884 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26885 generating comp-info.exp which works for cross-compilation.
26886
26887 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
26888
26889 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
26890 "*-*-sysv4.*".
26891
26892 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
26893
26894 * gdb.t01/run.exp: Start with a fresh gdb.
26895 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
26896 SVR4.x.
26897
26898 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
26899
26900 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26901 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26902 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26903 Makefile.in (distclean, realclean): Remove gdbme.c from list of
26904 things to remove.
26905
26906 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26907
26908 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
26909 test cases from bug reports.
26910
26911 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
26912
26913 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
26914 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
26915 avoid spurious xfails.
26916 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
26917 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
26918 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
26919
26920 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
26921
26922 * gdb.t00/teststrategy.exp: Rework to provide more useful
26923 description of each test, fix problem with systems that define
26924 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26925 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
26926 results for "next over recursive call" so timeouts aren't taken
26927 by error.
26928
26929 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
26930
26931 * gdb.t12/scope.exp: Test printing of variables before run.
26932
26933 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26934 printed in wrong order due to sorting.
26935
26936 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
26937
26938 * gdb.t00/teststrategy.exp: Fix expected results for printing
26939 user entered string constant. Is array of char, prints with no
26940 address.
26941
26942 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
26943 commands.
26944 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
26945 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
26946 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
26947 of struct of char arrays.
26948 * gdb.t00/radix.exp: New tests for radix commands.
26949
26950 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
26951
26952 * gdb.t16/printcmd.exp: Print a variable before running program
26953 (with xfail for AIX).
26954
26955 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
26956
26957 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26958
26959 * gdb.t16/printcmd.exp: Don't print variables before running program.
26960
26961 * gdb.t06/break.exp: Don't require envp argument to main.
26962
26963 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26964
26965 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26966 Add xfails for rs6000.
26967
26968 * gdb.t02/whatis.exp: Change other tests not to re-test something
26969 we already tested.
26970
26971 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26972 each type used has a variable of that type.
26973
26974 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26975
26976 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26977
26978 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26979
26980 * configure.in: change srctrigger to be a file, not a directory
26981
26982 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26983
26984 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26985
26986 * gdb.t11/list.exp: Fixed a couple of typos.
26987
26988 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
26989
26990 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
26991 is fixed and PR is closed.
26992 * gdb.t16 (gdbme.c): Add simple test string variable.
26993 * gdb.t16 (printcmds.exp): Add tests with simple test string
26994 variable, primarily for boundaries on "set print elements".
26995
26996 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
26997
26998 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26999 Make leading 0's optional and don't expect a tab in the middle
27000 of the number.
27001
27002 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
27003
27004 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
27005 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
27006 don't end command passed to gdb_test with newline.
27007
27008 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
27009 signed keyword away, don't expect signed bitfields to be signed.
27010
27011 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
27012 printing with only as many 1's as are in the field as well as printing
27013 with 32 1's (see comment).
27014
27015 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
27016
27017 * gdb.t00/default.exp: Start with a fresh gdb.
27018 * configure.in (configdirs): Remove gdb.t31 until the chill
27019 compiler works again. It no longer is able to find chillrt0
27020 since it isn't in libchill.a anymore.
27021 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
27022 wierd.o, make more modular.
27023 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
27024 spurious newlines that caused problems.
27025
27026 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27027
27028 * Move test with enums and partial symbols from gdb.t03/ptype.exp
27029 to gdb.stabs/wierd.exp since GCC has worked around the bug.
27030 gdb.stabs/wierd.{exp,def}: Many new tests.
27031
27032 * gdb.t00/default.exp: update info line for new message.
27033
27034 * gdb.t02/{whatis.exp,gdbme.c}:
27035 Test that "char *" doesn't print as "caddr_t".
27036
27037 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27038
27039 * gdb.t00/help.exp: Use .* in place of some help messages which
27040 just changed.
27041 gdb.t00/default.exp: Update "info frame" test for new message.
27042 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
27043 Remove some xfails
27044
27045 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27046
27047 * gdb.t03/{gdbme.c,ptype.exp}:
27048 Add tests for typedef'd struct and union without tags.
27049 Also check "whatis" on a variable of a typedef'd enum without a tag.
27050
27051 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
27052 PRMS 1823; the bug still exists but isn't reproduced by this test
27053 anymore), and remove rs6000 XFAIL (the bug is fixed).
27054
27055 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
27056 duplicated from whatis.exp. For those that are left, accept
27057 "long", "long int", or "int" for long variables (whatis.exp already
27058 has an XFAIL for "int", so no need to fail it here).
27059
27060 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
27061 Deal with GCC's names for types now that GDB uses the compiler's names.
27062
27063 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
27064 setup_xfail's for sunos4. If we #defined the signed keyword away,
27065 don't expect GDB to know that char it is signed.
27066
27067 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
27068
27069 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
27070
27071 * configure.in (configdirs): Add gdb.t24 for C++ tests that
27072 should work on any system, regardless of debugging format.
27073 * gdb.t21/demangle.exp: Move to gdb.t24.
27074 * gdb.t24/demangle.exp: Move from gdb.t21.
27075 * gdb.t24/{Makefile.in, configure.in}: New files.
27076
27077 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27078
27079 * configure.in: Do gdb.stabs and C++ tests only for stabs.
27080 * gdb.stabs: New directory.
27081
27082 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27083
27084 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
27085 not just "Quit anyway?".
27086
27087 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
27088
27089 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
27090 that all setup_xfails are immediately followed by clear_xfails.
27091
27092 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
27093
27094 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
27095 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
27096 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
27097 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
27098 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
27099 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27100 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27101 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
27102 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
27103 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
27104 gdb.t31/chillvars.exp, lib/gdb.exp:
27105 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
27106 bug-gdb@prep.ai.mit.edu.
27107
27108 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
27109
27110 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
27111 with 0.0, not integer 0.
27112
27113 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
27114
27115 * gdb.t06/break.exp: Update for "Kill the program" message change.
27116
27117 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
27118
27119 * Makefile.in (GDBFLAGS): Set to -nx.
27120 * Makefile.in (site.exp): Use GDBFLAGS.
27121
27122 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
27123
27124 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
27125 Makefiles.
27126 (check): depend on just-check.
27127 (just-check): added so that tests can be run without a noop
27128 build pass.
27129
27130 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
27131
27132 Switch to using configure's configdirs.
27133 * Makefile.in (Makefile): add configure.in dependency.
27134 (SUBDIRS): removed redundant assignment.
27135 * configure.in: switch subdirs assignment to configdirs.
27136 * gdb.t*/configure.in: new files.
27137
27138 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
27139
27140 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
27141 works.
27142
27143 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
27144
27145 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
27146 in explicit rules. Apparently this is not supported by some makes.
27147
27148 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
27149
27150 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
27151
27152 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27153
27154 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
27155 disappeared.
27156
27157 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
27158
27159 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
27160
27161 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
27162
27163 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
27164 watchpoint problem that is now fixed.
27165 * gdb.t30/chexp.exp: Remove setup_xfail for printing
27166 uninitialized convenience variables.
27167 * gdb.t31/chillvars.exp: Fix expected patterns for printing
27168 structures.
27169
27170 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27171
27172 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
27173 which causes expect to get out of sync with gdb on long output
27174 from help set.
27175 * gdb.t09/corefile.exp: Make expected pattern for core file
27176 failing signal and frame output format less sun specific.
27177
27178 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
27179
27180 * gdb.t31/chillvars.exp: Add and remove initial dummy
27181 breakpoint, so that symbol table is forced in.
27182 (Needed at least on Sunos4, though it seems not SVR4.)
27183 * gdb.t31/chillvars.exp: Update for changed output format.
27184
27185 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
27186
27187 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
27188
27189 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
27190
27191 * Makefile.in: Added --srcdir when invoking runtest, removed the
27192 need for a local config file. (optional now)
27193
27194 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
27195
27196 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
27197 failure count used to force early termination. Add some more
27198 expected failures for gnu style demangling.
27199
27200 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27201
27202 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
27203 pmi variable from gdb.t20/gdbme to get optimized away.
27204 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
27205 Check for written corefile upon timeout _and_ eof.
27206
27207 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27208
27209 * config/unix-gdb.exp: Add missing return 0.
27210
27211 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27212
27213 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
27214 test termination.
27215
27216 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
27217
27218 * configure.in (subdirs): Put back gdb.t17 which mysteriously
27219 disappeared.
27220
27221 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
27222
27223 * gdb.t10/crossload.exp: Disable the i860-elf test until such
27224 time as i860 support works.
27225
27226 * gdb.t15/funcargs.exp: Fix expected outputs to include
27227 "backtrace 100\r" rather than just "backtrace\r", to match last
27228 change.
27229
27230 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
27231
27232 * config/udi-gdb.exp (gdb_exit): Remove close command.
27233 (gdb_target_udi): New procedure to set the UDI target.
27234 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
27235 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
27236 Added waits for prompts after several question responses. Added
27237 some more responses used by a29k-amd-udi-gdb.
27238 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
27239 pass different arguments, restart UDI connection after program
27240 completion.
27241 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
27242 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27243 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
27244 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
27245 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
27246 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
27247 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27248 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
27249 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
27250 after program completion.
27251 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
27252 compiled with a SELECT_VECS setting.
27253 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
27254 infinite recursion.
27255
27256 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
27257 Added checks for COFF results, and made them expected failures for
27258 all targets. It would be better to make them expected failures
27259 for COFF targets only.
27260
27261 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
27262
27263 * Makefile.in: add null dvi target, don't bother to recurse
27264 through test directories for info and install-info; rename
27265 $(datadir) to be dejagnu instead of deja-gnu
27266
27267 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
27268
27269 * gdb.t31/gdbme.ch: Re-enable code that previously caused
27270 compiler to coredump.
27271 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
27272 code.
27273
27274 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
27275
27276 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
27277 coredump.
27278 * gdb.t31/chillvars.exp: Comment out tests that depend on that
27279 code.
27280
27281 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
27282
27283 * gdb.t03/ptype.exp: tests for return code from gdb_test.
27284 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
27285 which in a shell. Deletes xgdb when done.
27286 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
27287 Tests the return from the "set height" or "set width" commands.
27288 Added a few return codes where needed.
27289
27290 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
27291
27292 * Makefile.in (SUBDIRS): Add gdb.t17.
27293 * configure.in (subdirs): Add gdb.t17.
27294 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
27295 files to test gdb's calling of functions in the inferior with
27296 the correct arguments and gdb's ability to retrieve any
27297 result returned.
27298
27299 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
27300
27301 * config/unix-gdb.exp (gdb_exit): Remove close commands that
27302 may be called after gdb goes away. Previous versions of expect
27303 needed these to avoid file descriptor leaks, but they cause
27304 errors with the current revision of expect.
27305 * gdb.t00/gdbvars.exp: Use -re on expected output after
27306 setting sevenbit-strings.
27307 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
27308 to set sevenbit-strings consistent across tests.
27309 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
27310 set sevenbit-strings consistent across tests.
27311
27312 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
27313
27314 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
27315 expected output to match current "expect" expectations.
27316
27317 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
27318
27319 * gdb.t00/default.exp: Change expected output for default "source"
27320 command, to match new gdb behavior which requires a filename to
27321 source.
27322
27323 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
27324
27325 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
27326 expected fail for i486-*-* that misses the marker2 function.
27327 * gdb.t10/crossload.exp (bfddefault): Allow successful
27328 recognition of a format to pass even if no symbols are found.
27329 Explicitly catch failures where the format is not recognized
27330 or is ambiguous, and add the reason to the fail message.
27331 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
27332 the cause is and invalid target and add reason to failure message.
27333 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
27334 elf32-i386, elf32-sparc, and elf32-i860.
27335 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27336 Set up expected failure for 'filename'::variable scope resolution,
27337 which is now apparently broken on all targets.
27338 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27339 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27340 gdb.t23/templates.exp: Change failure for missing binfile into
27341 just a warning.
27342 gdb.t21/demangle.exp: Change all cfront references to 'arm'
27343 references.
27344
27345 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
27346
27347 * gdb.t00/default.exp: Add expected output for default "source"
27348 command, to match new gdb behavior.
27349 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
27350
27351 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
27352
27353 * config/*-gdb.exp: returns an error, rather than exiting on
27354 internal errors.
27355
27356 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
27357
27358 * gdb.t03/gdbme.c: Add pointer to struct variable.
27359 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
27360 referencing struct members.
27361
27362 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
27363
27364 * configure.in (mips-idt-ecoff): New target.
27365 * config/mips-gdb.exp: New file for remote board using MIPS remote
27366 debugging protocol.
27367
27368 * Redid configuration scheme. Removed gdb.t*/configure.in.
27369 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
27370 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
27371 distclean targets. Built executables via .o files. Adjusted
27372 tests to account for source files in $(srcdir) rather than
27373 $(objdir).
27374 * lib/gdb.exp (runto): Don't expect () after the function name,
27375 because it may have arguments.
27376
27377 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
27378
27379 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27380 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27381 expected failures for mips-idt-* and mips-sgi-*.
27382 * gdb.t00/default.exp (attach): Kill process if requested.
27383 * gdb.t00/help.exp (help target core, help target): Accept a gdb
27384 that does not read core files.
27385 * gdb.t01/run.exp: Removed checks for exit status code.
27386 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27387 it is linked in.
27388 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27389 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27390 appropriate, rather than doing it by hand.
27391 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27392 execution.
27393 * gdb.t10/crossload.exp: Kill existing program if needed.
27394 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27395 appropriate, rather than doing it by hand. Always increase
27396 timeout for this test, not just for VxWorks.
27397
27398 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
27399
27400 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
27401 of Chill STRUCT types and STRUCT values.
27402 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
27403 than "char".
27404 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
27405 struct2): New struct definitions and initializations to test
27406 simple Chill STRUCT types.
27407
27408 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
27409
27410 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
27411 the null byte at the end of strings.
27412 * gdb.t00/default.exp: Make show version insensitive to copyright
27413 date.
27414 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
27415 to avoid dependencies on target char signedness.
27416 * gdb.t16/printcmds.exp: Update expected results for explicitly
27417 unsigned char.
27418 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
27419 now work.
27420 * gdb.t21/demangle.exp: Add many more patterns for template
27421 demangling, most of them being expected failures.
27422 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
27423 string we are matching for, to match on the whole string.
27424 * gdb.t21/demangle.exp: Add many new test strings to demangle,
27425 and fix a whole bunch that had incorrect expected output but were
27426 passing anyway because of the bug in "proc demangle".
27427 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
27428 type.
27429 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
27430
27431 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
27432
27433 * gdb/testsuite: made modifications to testcases, etc., to allow
27434 them to work properly given the reorganization of deja-gnu and the
27435 relocation of the testcases from deja-gnu to a "tool" subdirectory.
27436
27437 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
27438
27439 * gdb/testsuite: Initial creation of gdb/testsuite.
27440 Migrated dejagnu testcases and support files for testing nm to
27441 gdb/testsuite from deja-gnu. These files were moved "as is"
27442 with no modifications. This migration is part of a major overhaul
27443 of dejagnu. The modifications to these testcases, etc., which
27444 will allow them to work with the new version of dejagnu will be
27445 made in a future update.
27446
27447 For additional changes see gdb.mi/ChangeLog-1999-2003.
27448 \f
27449 ;; Local Variables:
27450 ;; mode: change-log
27451 ;; left-margin: 8
27452 ;; fill-column: 74
27453 ;; version-control: never
27454 ;; End:
27455
27456 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
27457 Copying and distribution of this file, with or without modification,
27458 are permitted provided the copyright notice and this notice are preserved.
This page took 0.67208 seconds and 4 git commands to generate.