2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2
3 * gdb.python/py-symbol.exp: Add tests to test the new methods
4 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5 * gdb.python/py-symbol.c: Add new struct to help test
6 gdb.Symtab.static_block().
7
8 2012-05-03 Doug Evans <dje@google.com>
9
10 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
11 commented out.
12
13 2012-05-03 Yao Qi <yao@codesourcery.com>
14
15 * gdb.base/catch-syscall.exp: Skip it before compilation if target
16 doesn't support.
17 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
18 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
19
20 2012-05-03 Yao Qi <yao@codesourcery.com>
21
22 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
23
24 2012-04-30 Doug Evans <dje@google.com>
25
26 PR testsuite/13961
27 * gdb.dwarf2/pr13961.S: New file.
28 * gdb.dwarf2/pr13961.exp: New file.
29
30 2012-04-29 Yao Qi <yao@codesourcery.com>
31
32 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
33
34 2012-04-28 Doug Evans <dje@google.com>
35
36 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
37 .Ltype_int_in_cu2. Use name "int2" instead of "int".
38 All uses updated.
39 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
40 "ptype func_cu1" to expand cu2 before cu1.
41
42 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
43 Tom Tromey <tromey@redhat.com>
44
45 * gdb.base/default.exp: Add `$_probe_arg*' convenience
46 variables.
47 * gdb.base/stap-probe.c: New file.
48 * gdb.base/stap-probe.exp: New file.
49 * gdb.trace/stap-trace.c: New file.
50 * gdb.trace/stap-trace.exp: New file.
51 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
52 libgcc's unwinder.
53
54 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
55
56 * gdb.arch/mips16-thunks-inmain.c: New file.
57 * gdb.arch/mips16-thunks-main.c: New file.
58 * gdb.arch/mips16-thunks-sin.c: New file.
59 * gdb.arch/mips16-thunks-sinfrob.c: New file.
60 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
61 * gdb.arch/mips16-thunks-sinmain.c: New file.
62 * gdb.arch/mips16-thunks-sinmips16.c: New file.
63 * gdb.arch/mips16-thunks.exp: New file.
64
65 2012-04-25 Doug Evans <dje@google.com>
66
67 * configure.ac: Create gdb.go/Makefile.
68 * configure: Regenerate.
69 * gdb.base/default.exp: Add "go" to "set language" testing.
70 * gdb.go/Makefile.in: New file.
71 * gdb.go/basic-types.exp: New file.
72 * gdb.go/chan.exp: New file.
73 * gdb.go/chan.go: New file.
74 * gdb.go/handcall.exp: New file.
75 * gdb.go/handcall.go: New file.
76 * gdb.go/hello.exp: New file.
77 * gdb.go/hello.go: New file.
78 * gdb.go/integers.exp: New file.
79 * gdb.go/integers.go: New file.
80 * gdb.go/methods.exp: New file.
81 * gdb.go/methods.go: New file.
82 * gdb.go/package.exp: New file.
83 * gdb.go/package1.go: New file.
84 * gdb.go/package2.go: New file.
85 * gdb.go/print.exp: New file.
86 * gdb.go/strings.exp: New file.
87 * gdb.go/strings.go: New file.
88 * gdb.go/types.exp: New file.
89 * gdb.go/types.go: New file.
90 * gdb.go/unsafe.exp: New file.
91 * gdb.go/unsafe.go: New file.
92 * lib/future.exp: Add Go support.
93 (gdb_find_go, gdb_find_go_linker): New procs.
94 (gdb_default_target_compile): Add Go support.
95 * lib/gdb.exp (skip_go_tests): New proc.
96 * lib/go.exp: New file.
97
98 2012-04-25 Tom Tromey <tromey@redhat.com>
99
100 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
101
102 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
103 Jan Kratochvil <jan.kratochvil@redhat.com>
104
105 PR symtab/7259:
106 * gdb.base/enumval.c: New test case.
107 * gdb.base/enumval.exp: New test case.
108 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
109 field.bitpos.
110
111 2012-04-17 Pedro Alves <palves@redhat.com>
112
113 * Makefile.in (site.exp): Make site.exp source
114 $srcdir/lib/append_gdb_boards_dir.exp.
115 * lib/append_gdb_boards_dir.exp: New file.
116
117 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
118
119 New option "set auto-load safe-path".
120 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
121 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
122
123 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
124
125 auto-load: Implementation.
126 * gdb.base/help.exp (test set height): Increase the height.
127 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
128 to ...
129 (info auto-load python-scripts): ... here.
130 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
131 to ...
132 (info auto-load python-scripts *): ... here.
133
134 2012-04-16 Yao Qi <yao@codesourcery.com>
135
136 * lib/trace-support.exp (get_in_proc_agent): New.
137 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
138 of in process trace agent.
139 * gdb.trace/ftrace.exp: Likewise.
140 * gdb.trace/pending.exp: Likewise.
141 * gdb.trace/trace-break.exp: Likewise.
142 * gdb.trace/trace-mt.exp
143 * gdb.trace/tspeed.exp: Likewise.
144 * gdb.trace/tstatus.exp
145 * gdb.trace/strace.exp: Likewise.
146
147 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
148
149 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
150 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
151
152 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
153
154 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
155
156 PR mi/13393
157 * gdb.mi/mi-var-rtti.cc: New file.
158 * gdb.mi/mi-var-rtti.exp: New file.
159 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
160 function.
161 (mi_varobj_update_with_type_change): updated to avoid code duplication.
162
163 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
164
165 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
166 EXECUTABLES.
167 * gdb.python/py-explore.c: C program used for testing the new
168 'explore' command on C constructs.
169 * gdb.python/py-explore.cc: C++ program used for testing the new
170 'explore' command on C++ constructs.
171 * gdb-python/py-explore.exp: Tests for the new 'explore'
172 command on C constructs.
173 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
174 command on C++ constructs.
175
176 2012-04-07 Mark Kettenis <kettenis@gnu.org>
177
178 * gdb.base/funcargs.exp (complex_args): Fix typo.
179
180 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
181
182 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
183 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
184
185 2012-04-05 Keith Seitz <keiths@redhat.com>
186
187 * gdb.base/advance.exp: Update error message for
188 "advance malformed" test.
189 * gdb.base/break.exp: Likewise for "breakpoint with
190 trailing garbage" test.
191 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
192 with trailing garbage" test.
193 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
194 trailng garbage" test.
195 * gdb.base/until.exp: Likewise for "malformed until" test.
196 * gdb.cp/ovldbreak.exp: Create the breakpoint table
197 for "breakpoint info (after setting on all)".
198 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
199 tests.
200 * gdb.cp/cplabel.cc: New file.
201 * gdb.cp/cplabel.exp: New test.
202 * gdb.linespec/ls-errs.c: New file.
203 * gdb.linespec/ls-errs.exp: New test.
204
205 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.trace/unavailable.exp
208 (collect globals: print object on: print derived_partial)
209 (collect globals: print object on: print derived_whole)
210 (collect globals: print object off: print derived_partial)
211 (collect globals: print object off: print derived_whole): Update
212 expected output.
213
214 2012-03-30 Keith Seitz <keiths@redhat.com>
215
216 * gdb.python: Add test for linespecs with commas.
217
218 2012-03-28 Keith Seitz <keiths@redhat.com>
219
220 * gdb.linespec/ls-dollar.cc: New file.
221 * gdb.linespec/ls-dollar.exp: New test.
222
223 2012-03-28 Keith Seitz <keiths@redhat.com>
224
225 * gdb.cp/namespace.exp: Add breakpoint tests for functions
226 starting with the global namespace.
227
228 2012-03-23 Doug Evans <dje@google.com>
229
230 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
231
232 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
233
234 * gdb.python/py-value.cc: Add test case for testing the
235 methodology exposing C++ values to Python.
236 * gdb.python/py-value-cc.exp: Add tests testing the methodology
237 exposing C++ values to Python.
238 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
239
240 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
241 Siddhesh Poyarekar <siddhesh@redhat.com>
242
243 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
244 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
245 (generate native core dump): Make the test unsupported if core cannot
246 be generated.
247
248 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
251 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
252 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
253
254 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
255
256 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
257
258 2012-03-17 Doug Evans <dje@google.com>
259
260 * dg-extract-results.sh: Handle KFAILs.
261
262 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
263
264 PR symtab/13777
265 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
266
267 2012-03-16 Joel Brobecker <brobecker@adacore.com>
268
269 * gdb.ada/set_pckd_arr_elt: New testcase.
270
271 2012-03-16 Gary Benson <gbenson@redhat.com>
272
273 PR breakpoints/10738
274 * gdb.opt/inline-break.exp: New file.
275 * gdb.opt/inline-break.c: Likewise.
276 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
277 * gdb.dwarf2/dw2-inline-break.S: Likewise.
278 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
279 * gdb.base/async-shell.exp: Likewise.
280 * lib/mi-support.exp (library_loaded_re): Likewise.
281
282 2012-03-15 Tom Tromey <tromey@redhat.com>
283
284 * gdb.cp/virtfunc2.exp: Update expected output.
285 * gdb.cp/pr9631.exp: Update expected output.
286 * gdb.cp/member-ptr.exp: Update expected output.
287 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
288 output.
289 * gdb.cp/casts.exp: Update expected output.
290
291 2012-03-15 Tom Tromey <tromey@redhat.com>
292
293 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
294 (test_info_vtbl): Likewise.
295 (do_tests): Call test_info_vtbl.
296 * gdb.cp/virtfunc.cc (va): New global.
297
298 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
299
300 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
301 describing DWARF data structures.
302 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
303 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
304 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
305 * gdb.dwarf2/dw2-entry-value.S: Likewise.
306 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
307 * gdb.dwarf2/dw2-param-error.S: Likewise.
308 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
309 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
310 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
311 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
312 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
313 * gdb.dwarf2/pr11465.S: Likewise.
314
315 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * gdb.mi/mi2-prompt.exp: New file.
318
319 2012-03-13 Joel Brobecker <brobecker@adacore.com>
320
321 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
322
323 2012-03-13 Joel Brobecker <brobecker@adacore.com>
324
325 * gdb.ada/bp_range_type: New testcase.
326
327 2012-03-13 Doug Evans <dje@google.com>
328
329 * gdb.base/default.exp: Delete tests for symbol-reloading.
330 * gdb.base/help.exp: Ditto.
331 * gdb.base/setshow.exp: Ditto.
332 * gdb.base/gdb_history: Delete references to symbol-reloading.
333
334 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
335
336 * gdb.base/attach-twice.c: New files.
337 * gdb.base/attach-twice.exp: New files.
338
339 2012-03-08 Keith Seitz <keiths@redhat.com>
340
341 * lib/gdb.exp (gdb_get_line_number): Throw an
342 error instead of returning -1.
343 * gdb.base/break.exp: Remove unused variable
344 bp_location5.
345 * gdb.base/hbreak2.exp: Likewise.
346 * gdb.base/sepdebug.exp: Likewise.
347
348 2012-03-08 Yao Qi <yao@codesourcery.com>
349 Pedro Alves <palves@redhat.com>
350
351 Fix PR server/13392.
352 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
353 (tracepoint_change_loc_2): Remove kfail. Return if failed to
354 download tracepoints.
355 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
356 (pending_tracepoint_resolved_during_trace): Likewise.
357 (pending_tracepoint_installed_during_trace): Likewise.
358 (pending_tracepoint_with_action_resolved): Likewise.
359
360 2012-03-08 Keith Seitz <keiths@redhat.com>
361
362 * gdb.ada/array_bounds.exp: Get breakpoint for line
363 with "START", not "STOP".
364 * gdb.python/py-infthread.exp: Do not continue to
365 line marked "Break here.", which is undefined.
366
367 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
368
369 Revert:
370
371 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 Implement testsuite workaround for PR breakpoints/13781.
374 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
375 (set breakpoint condition-evaluation host): New conditional command.
376
377 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 Fix CU relative vs. absolute DIE offsets.
380 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
381 one.
382
383 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
384
385 Fix false FAIL on distros with relro linkage as default.
386 * gdb.reverse/solib-precsave.exp: Try to compile the test using
387 -Wl,-z,norelro first.
388
389 2012-03-06 Joel Brobecker <brobecker@adacore.com>
390
391 * gdb.ada/bp_on_var: New testcase.
392
393 2012-03-06 Joel Brobecker <brobecker@adacore.com>
394
395 * gdb.ada/bp_enum_homonym: New testcase.
396
397 2012-03-06 Yao Qi <yao@codesourcery.com>
398
399 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
400 x86_64-*-* and i?86-*-*.
401 Set up KFAIL for gdb/13808.
402
403 2012-03-05 Tom Tromey <tromey@redhat.com>
404
405 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
406 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
407
408 2012-03-05 Tom Tromey <tromey@redhat.com>
409
410 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
411
412 2012-03-04 Yao Qi <yao@codesourcery.com>
413
414 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
415 messages for KFAIL.
416
417 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
418
419 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
420 (print one_two_three, indexes off, print few_reps, indexes off)
421 (print many_reps, indexes off, print empty, indexes off)
422 (print one_two_three, print few_reps, print many_reps, print empty):
423 Call setup_xfail if $gcc_old.
424
425 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 Implement testsuite workaround for PR breakpoints/13781.
428 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
429 (set breakpoint condition-evaluation host): New conditional command.
430
431 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 Code cleanup.
434 * gdb.cp/mb-templates.exp: New variables executable. Use it for
435 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
436 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
437 number 1 by $bpnum. Four times.
438
439 2012-03-03 Yao Qi <yao@codesourcery.com>
440
441 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
442
443 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
444
445 Setup KFAIL for PR server/13796.
446 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
447
448 2012-03-02 Joel Brobecker <brobecker@adacore.com>
449
450 * gdb.ada/operator_bp: New testcase.
451
452 2012-03-02 Joel Brobecker <brobecker@adacore.com>
453
454 * gdb.ada/info_locals_renaming: New testcase.
455
456 2012-03-02 Tom Tromey <tromey@redhat.com>
457
458 * gdb.base/nextoverexit.c: New file.
459 * gdb.base/nextoverexit.exp: New file.
460
461 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
462
463 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
464 parameter.
465
466 2012-03-01 Maciej W. Rozycki <macro@mips.com>
467
468 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
469 core registers.
470
471 2012-03-01 Maciej W. Rozycki <macro@mips.com>
472 Maciej W. Rozycki <macro@codesourcery.com>
473 Daniel Jacobowitz <dan@codesourcery.com>
474
475 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
476
477 2012-03-01 Pedro Alves <palves@redhat.com>
478
479 PR gdb/13767
480
481 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
482 (gdb_collect_globals_test): Call it.
483
484 2012-03-01 Keith Seitz <keiths@redhat.com>
485
486 * gdb.cp/method2.exp: Output of overload menu is now
487 alphabetized. Update tests for "break A::method".
488 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
489 of hard-coding them.
490 Overload menu is alphabetized: rewrite to accommodate.
491 Unset variables LINE and TYPES which are used in other tests.
492 Compute the output of "info break".
493 Update the breakpoint table after all breakpoints are deleted.
494 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
495 compute ACTUALS and the method body based on parameters.
496 Update expected output accordingly.
497 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
498 unique comments to allow the use of gdb_get_line_number.
499
500 2012-03-01 Keith Seitz <keiths@redhat.com>
501
502 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
503 some Tcl syntax.
504 * gdb.cp/ovldbreak.exp: Likewise.
505
506 2012-03-01 Keith Seitz <keiths@redhat.com>
507
508 * gdb.base/help.exp (help show user): Update expected result
509 for new doc string changes (add "non-python").
510
511 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
512
513 * gdb.python/py-cmd.exp: Add test to verify that python commands can
514 be put in the user-defined category and that the commands appear in
515 "help user-defined".
516
517 2012-02-29 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.ada/tagged_not_init: New testcase.
520
521 2012-02-29 Joel Brobecker <brobecker@adacore.com>
522
523 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
524 * gdb.ada/enum_idx_packed: New testcase.
525
526 2012-02-29 Joel Brobecker <brobecker@adacore.com>
527
528 * gdb.ada/aliased_array: New testcase.
529
530 2012-02-29 Joel Brobecker <brobecker@adacore.com>
531
532 * gdb.ada/whatis_array_val: New testcase.
533
534 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 Fix disp-step-syscall.exp: fork: single step over fork.
537 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
538 whitespaces.
539 (single step over $syscall): Remove its check.
540 (single step over $syscall final pc): New check.
541
542 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
543
544 Support processors without SSSE3.
545 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
546 pabsd into ...
547 (ssse3_test): ... a new function.
548 (main): Call ssse3_test.
549 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
550 Update expected values everywhere.
551 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
552 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
553 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
554 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
555 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
556 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
557 Move these tests lower.
558 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
559 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
560 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
561 New tests.
562
563 2012-02-29 Yao Qi <yao@codesourcery.com>
564 Pedro Alves <palves@redhat.com>
565
566 * gdb.trace/trace-mt.c: New.
567 * gdb.trace/trace-mt.exp: New.
568
569 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
570
571 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
572 numbers instead of hardcoding them.
573 * gdb.base/annota1.c: Provide suitable markers.
574 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
575 numbers instead of hardcoding them.
576 * gdb.base/annota3.c: Provide suitable markers.
577
578 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
579 * gdb.base/annota3.c: Likewise.
580 * gdb.base/sigall.c: Likewise.
581 * gdb.base/signals.c: Likewise.
582 * gdb.reverse/sigall-reverse.c: Likewise.
583
584 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
585
586 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
587 failure return path.
588
589 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
590
591 * gdb.base/save-bp.exp: Account for new condition evaluator output.
592
593 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
594
595 * gdb.base/cond-eval-mode.exp: New file.
596
597 2012-02-24 Pedro Alves <palves@redhat.com>
598
599 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
600 (top level): Use with_test_prefix.
601
602 2012-02-24 Pedro Alves <palves@redhat.com>
603
604 * gdb.threads/attach-into-signal.exp (corefunc): Use
605 with_test_prefix.
606
607 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 Fix false FAILs on old CPUs without SSE.
610 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
611 Return untested for Illegal instruction.
612
613 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 Fix false FAILs with glibc debug infos installed.
616 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
617 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
618
619 2012-02-22 Sterling Augustine <saugustine@google.com>
620
621 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
622 constant with cast.
623
624 2012-02-21 Pedro Alves <palves@redhat.com>
625
626 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
627
628 2012-02-21 Pedro Alves <palves@redhat.com>
629
630 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
631
632 2012-02-21 Pedro Alves <palves@redhat.com>
633
634 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
635 with_test_prefix.
636
637 2012-02-21 Pedro Alves <palves@redhat.com>
638
639 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
640 with_test_prefix here.
641 (top level): Do it here instead. Remove `:' from the
642 with_test_prefix string.
643 * gdb.base/attach-pie-misread.exp: Remove the leading space the
644 the suffix `:' from the with_test_prefix prefix string.
645 * gdb.base/break-interp.exp: Ditto.
646 * gdb.base/catch-load.exp: Ditto.
647 * gdb.base/disp-step-syscall.exp: Ditto.
648 * gdb.base/jit-so.exp: Ditto.
649 * gdb.base/jit.exp: Ditto.
650 * gdb.base/sepdebug.exp: Ditto.
651 * gdb.base/solib-display.exp: Ditto.
652 * gdb.base/solib-overlap.exp: Ditto.
653 * gdb.base/watch-cond-infcall.exp: Ditto.
654 * gdb.base/watchpoint.exp: Ditto.
655 * gdb.dwarf2/dw2-noloc.exp: Ditto.
656 * gdb.mi/mi-watch.exp: Ditto.
657 * gdb.mi/mi2-watch.exp: Ditto.
658 * gdb.threads/non-ldr-exc-1.exp: Ditto.
659 * gdb.threads/non-ldr-exc-2.exp: Ditto.
660 * gdb.threads/non-ldr-exc-3.exp: Ditto.
661 * gdb.threads/non-ldr-exc-4.exp: Ditto.
662 * gdb.threads/watchpoint-fork.exp: Ditto.
663 * gdb.threads/watchthreads-reorder.exp: Ditto.
664 * gdb.trace/change-loc.exp: Ditto.
665 * gdb.trace/pending.exp: Ditto.
666 * gdb.trace/status-stop.exp: Ditto.
667 * gdb.trace/strace.exp: Ditto.
668 * gdb.trace/trace-break.exp: Ditto.
669 * gdb.trace/unavailable.exp: Ditto.
670 * lib/gdb.exp (with_test_prefix): Always prefix with space and
671 suffix with colon. Adjust leading comments.
672
673 2012-02-21 Pedro Alves <palves@redhat.com>
674 Tom Tromey <tromey@redhat.com>
675
676 * lib/gdb.exp: Add description of test prefixes.
677 (with_test_prefix): New procedure.
678 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
679 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
680 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
681 instead of lappend to append to pf_prefix.
682 * gdb.base/catch-load.exp: Use with_test_prefix.
683 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
684 * gdb.base/jit-so.exp: Use with_test_prefix.
685 * gdb.base/jit.exp: Use with_test_prefix.
686 * gdb.base/return-nodebug.exp (do_test): Use append instead of
687 lappend to append to pf_prefix.
688 * gdb.base/sepdebug.exp: Use with_test_prefix.
689 * gdb.base/solib-display.exp: Use with_test_prefix.
690 * gdb.base/solib-overlap.exp: Use with_test_prefix.
691 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
692 * gdb.base/watchpoint.exp: Use with_test_prefix.
693 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
694 * gdb.mi/mi-watch.exp: Use with_test_prefix.
695 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
696 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
697 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
698 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
699 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
700 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
701 append instead of lappend to append to pf_prefix.
702 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
703 * gdb.trace/change-loc.exp: Use with_test_prefix.
704 * gdb.trace/pending.exp: Use with_test_prefix.
705 * gdb.trace/status-stop.exp: Use with_test_prefix.
706 * gdb.trace/strace.exp: Use with_test_prefix.
707 * gdb.trace/trace-break.exp: Use with_test_prefix.
708 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
709 instead of lappend to append to pf_prefix.
710
711 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
712
713 Fix racy FAILs.
714 * gdb.base/inferior-died.c (main): Add return of 0.
715 * gdb.base/inferior-died.exp (continue): Fix expectation of
716 asynchronous events.
717 (p 1): New test.
718
719 2012-02-20 Pedro Alves <palves@redhat.com>
720
721 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
722 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
723 gdb's internal debug output. For the non-threaded case, look for
724 "Program received signal SIGLARM", for the threaded case, peek at
725 the thread's siginfo.
726
727 2012-02-20 Pedro Alves <palves@redhat.com>
728
729 General cleanup, make output test messages unique, and build
730 different executable files for the non-threaded and threaded
731 cases.
732
733 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
734 Delete.
735 (executable_nothr, executable_thr): New globals.
736 (top level): Adjust to delete both executables.
737 (corefunc): New parameter $executable. Set $pf_prefix instead of
738 hand writing a prefix in tests. Issue a clean_restart and enable
739 lin-lwp debug output here.
740 (top level): Adjust. Use build_executable. Don't start gdb here,
741 and don't enable lin-lwp debug output here.
742 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
743
744 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
745
746 Fix racy FAILs.
747 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
748 "continue" command.
749
750 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
751
752 Fix for gdbserver non-extended mode.
753 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
754 and gdb_run_cmd.
755
756 2012-02-17 Tom Tromey <tromey@redhat.com>
757
758 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
759 * gdb.python/py-events.exp: Check 'dir' output.
760 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
761
762 2012-02-17 Yao Qi <yao@codesourcery.com>
763
764 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
765
766 2012-02-16 Tom Tromey <tromey@redhat.com>
767
768 * gdb.base/inferior-died.c: Don't include stdio.h.
769
770 2012-02-16 Tom Tromey <tromey@redhat.com>
771
772 * gdb.base/inferior-died.c: New file.
773 * gdb.base/inferior-died.exp: New file.
774
775 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
776
777 * gdb.base/break-inline.exp: New file.
778 * gdb.base/break-inline.c: New file.
779
780 2012-02-15 Tom Tromey <tromey@redhat.com>
781
782 * gdb.base/pc-fp.exp: Add "info register" tests.
783
784 2012-02-15 Tom Tromey <tromey@redhat.com>
785
786 * gdb.base/regs.exp: Remove.
787
788 2012-02-15 Pedro Alves <palves@redhat.com>
789
790 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
791 the target doesn't support tracepoints.
792 * gdb.trace/circ.exp: Ditto.
793 * gdb.trace/collection.exp: Ditto.
794 * gdb.trace/packetlen.exp: Ditto.
795 * gdb.trace/passc-dyn.exp: Ditto.
796 * gdb.trace/report.exp: Ditto.
797 * gdb.trace/tfind.exp: Ditto.
798 * gdb.trace/tspeed.exp: Ditto.
799 * gdb.trace/tsv.exp: Ditto.
800 * gdb.trace/unavailable.exp: Ditto.
801 * gdb.trace/while-dyn.exp: Ditto.
802
803 2012-02-15 Pedro Alves <palves@redhat.com>
804
805 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
806 gdb_test_multiple, and call unsupported instead of fail, if the
807 remote side does not support the request.
808
809 2012-02-15 Pedro Alves <palves@redhat.com>
810
811 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
812 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
813 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
814 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
815 * gdb.server/server-run.exp: Make sure gdb is disconnected.
816 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
817 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
818 doesn't start with "extended-" already.
819
820 2012-02-15 Pedro Alves <palves@redhat.com>
821
822 Support extended-remote. Avoid cascading timeouts.
823
824 * gdb.base/attach.exp (do_attach_tests): Add expected output for
825 the extended-remote target. If attaching with no file fails, load
826 the file manually.
827 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
828
829 2012-02-14 Stan Shebs <stan@codesourcery.com>
830
831 * gdb.base/ena-dis-br.exp: Add enable count test.
832
833 2012-02-13 Pedro Alves <palves@redhat.com>
834
835 * config/mips-idt.exp: Delete.
836 * gdb.base/a2-run.exp: Remove mips-idt xfails.
837 * gdb.base/bitfields.exp: Remove mips-idt restarts.
838 * gdb.base/break.exp: Remove mips-idt references.
839 * gdb.base/chng-syms.exp: Ditto.
840 * gdb.base/default.exp: Ditto.
841 * gdb.base/funcargs.exp (funcargs_reload): Delete.
842 (top level): Don't call it.
843 * gdb.base/opaque.exp: Remove mips-idt restarts.
844 * gdb.base/ptype.exp: Remove mips-idt xfails.
845 * gdb.base/scope.exp: Remove mips-idt restarts.
846 * gdb.base/sepdebug.exp: Remove mips-idt references.
847 * gdb.base/watchpoint.exp (maybe_clean_restart)
848 (maybe_reinitialize): Delete.
849 (test_disabling_watchpoints, test_disabling_watchpoints)
850 (test_watchpoint_triggered_in_syscall)
851 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
852 Don't call them.
853
854 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * gdb.server/server-exec-info.exp: New file.
857
858 2012-02-10 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
861 always non-empty.
862 (test_attach): Always pass $exec to test_attach_gdb.
863
864 2012-02-08 Tom Tromey <tromey@redhat.com>
865
866 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
867 before inferior is started.
868
869 2012-02-07 Tom Tromey <tromey@redhat.com>
870
871 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
872 Symbol.value.
873 * gdb.python/py-symbol.c (qq): Set default value.
874
875 2012-02-07 Tom Tromey <tromey@redhat.com>
876
877 * gdb.python/py-symbol.c (qq): New global.
878 * gdb.python/py-symbol.exp: Add test for frame-less
879 lookup_symbol.
880 * gdb.python/py-symtab.exp: Fix line number.
881
882 2012-02-03 Joel Brobecker <brobecker@adacore.com>
883
884 * gdb.ada/mi_task_arg: New testcase.
885
886 2012-02-02 Pedro Alves <palves@redhat.com>
887
888 * gdb.reverse/until-precsave.exp: Also put "record save" under the
889 extended timeout.
890
891 2012-02-02 Pedro Alves <palves@redhat.com>
892
893 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
894 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
895
896 2012-02-02 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/term.exp: Rewrite.
899 * gdb.base/term.c: New.
900
901 2012-02-02 Pedro Alves <palves@redhat.com>
902
903 * gdb.base/default.exp (run "r" abbreviation, run): Add
904 extended-remote expected output.
905
906 2012-02-02 Tom Tromey <tromey@redhat.com>
907
908 * gdb.cp/dispcxx.exp: New file.
909 * gdb.cp/dispcxx.cc: New file.
910
911 2012-02-01 Tom Tromey <tromey@redhat.com>
912
913 * gdb.base/jit-simple.exp: New file.
914 * gdb.base/jit-simple.c: New file.
915
916 2012-01-30 Yao Qi <yao@codesourcery.com>
917
918 * gdb.base/skip.exp: Make test result unique.
919
920 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
923 compatibility with valgrind-3.7.0.
924
925 2012-01-27 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/watchpoint.exp (no_hw): New global.
928 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
929 disable hw watchpoints.
930 (test_wide_location_1, test_wide_location_2): If no_hw is set,
931 don't expect hw watchpoints.
932 (no_hw_watchpoints): Always clean restart.
933 (do_tests): New procedure, factored out from the top level.
934 (top level): Run tests twice. Once with hw watchpoints enabled,
935 another time with hw watchpoints disabled.
936
937 2012-01-27 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
940 out from the top level.
941 (top level): Call it instead.
942
943 2012-01-27 Pedro Alves <palves@redhat.com>
944
945 * gdb.base/watchpoint.exp (top level): Re-enable hardware
946 watchpoints sooner.
947
948 2012-01-27 Pedro Alves <palves@redhat.com>
949
950 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
951
952 2012-01-27 Pedro Alves <palves@redhat.com>
953
954 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
955 "You may have requested too many hardware
956 breakpoints/watchpoints".
957
958 2012-01-27 Pedro Alves <palves@redhat.com>
959
960 * gdb.base/watchpoint.exp (maybe_clean_restart)
961 (maybe_reinitialize): New.
962 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
963 expect "hit N times".
964 (test_disabling_watchpoints, test_complex_watchpoint)
965 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
966 Call maybe_clean_restart.
967 (top level): Use clean_restart. Remove "mips-idt-*"
968 reinitialization.
969
970 2012-01-27 Pedro Alves <palves@redhat.com>
971
972 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
973
974 2012-01-27 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/watchpoint.exp: Clean restart after tests that don't
977 require `initialize' anymore. Remove unnecessary `initialize'
978 calls.
979
980 2012-01-27 Pedro Alves <palves@redhat.com>
981
982 * gdb.base/watchpoint.exp (wp_set): Delete.
983 (initialize, test_simple_watchpoint, top level): Remove dead code.
984
985 2012-01-27 Pedro Alves <palves@redhat.com>
986
987 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
988 typo.
989
990 2012-01-27 Pedro Alves <palves@redhat.com>
991
992 * config/extended-gdbserver.exp: New file.
993 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
994 comment.
995 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
996 * boards/native-extended-gdbserver.exp: New file.
997
998 2012-01-26 Pedro Alves <palves@redhat.com>
999
1000 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
1001 and gdb_test_multiple.
1002
1003 2012-01-26 Pedro Alves <palves@redhat.com>
1004
1005 Make test messages unique, and more identifiable.
1006 * gdb.multi/watchpoint-multi.exp: Change test messages.
1007
1008 2012-01-25 Tom Tromey <tromey@redhat.com>
1009
1010 * gdb.base/solib-disc.exp: Fix regexps.
1011
1012 2012-01-24 Tom Tromey <tromey@redhat.com>
1013
1014 * lib/mi-support.exp (mi_expect_stop): Add special case for
1015 solib-event.
1016 * gdb.base/catch-load-so.c: New file.
1017 * gdb.base/catch-load.exp: New file.
1018 * gdb.base/catch-load.c: New file.
1019 * gdb.base/break-interp.exp (reach_1): Update regexp.
1020
1021 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 Fix fuzzy results.
1024 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
1025 lpsimple and func.
1026
1027 2012-01-24 Gary Benson <gbenson@redhat.com>
1028
1029 Delete #if 0'd out code.
1030 * gdb.base/default.exp (info catch): Remove.
1031 * gdb.base/gdb_history (info catch): Likewise.
1032 * gdb.base/help.exp (info catch): Likewise.
1033
1034 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 Fix watchpoints to be specific for each inferior.
1037 * gdb.multi/watchpoint-multi.c: New file.
1038 * gdb.multi/watchpoint-multi.exp: New file.
1039
1040 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 Fix watchpoints across inferior fork.
1043 * gdb.threads/watchpoint-fork-child.c: New file.
1044 * gdb.threads/watchpoint-fork-mt.c: New file.
1045 * gdb.threads/watchpoint-fork-parent.c: New file.
1046 * gdb.threads/watchpoint-fork-st.c: New file.
1047 * gdb.threads/watchpoint-fork.exp: New file.
1048 * gdb.threads/watchpoint-fork.h: New file.
1049
1050 2012-01-23 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.base/call-signal-resume.exp: Allow output after "return".
1053
1054 2012-01-20 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.python/py-finish-breakpoint.py: Fix typo.
1057
1058 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1059
1060 * gdb.base/info-proc.exp: Also run on remote targets. Main
1061 "info proc" command is now always present; whether target supports
1062 actual info proc operation is detected when attempting to issue
1063 the command.
1064
1065 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1066
1067 * .gdbinit: Remove.
1068
1069 2012-01-19 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
1072 look at the funtions' returns.
1073 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
1074 (jprint.print(int, int)): Change return type to int. Adjust.
1075
1076 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1077
1078 PR gdb/9538
1079 * gdb.base/sepdebug.exp: New test.
1080
1081 2012-01-18 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
1084 Allow output before ^done.
1085
1086 2012-01-16 Tom Tromey <tromey@redhat.com>
1087
1088 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
1089 Add tests for relative directory.
1090
1091 2012-01-16 Tom Tromey <tromey@redhat.com>
1092
1093 * gdb.base/printcmds.c (enum flag_enum): New.
1094 (three): New global.
1095 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
1096 enum printing.
1097 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
1098 FlagEnumerationPrinter.
1099 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
1100 * gdb.python/py-pp-maint.c (enum flag_enum): New.
1101 (fval): New global.
1102
1103 2012-01-16 Pedro Alves <palves@redhat.com>
1104
1105 * lib/gdb.exp (banned_procedures): New variable.
1106 (banned_variables_traced): Rename to ...
1107 (banned_traced): ... this.
1108 (gdb_init): Also trace banned procedures.
1109 (gdb_finish): Also untrace banned procedures.
1110
1111 2012-01-16 Pedro Alves <palves@redhat.com>
1112
1113 Remove all calls to strace.
1114
1115 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1116
1117 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
1118 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
1119
1120 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
1121
1122 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
1123 * gdb.base/pie-execl.exp: Likewise.
1124
1125 2012-01-12 Keith Seitz <keiths@redhat.com>
1126
1127 PR mi/10586
1128 * gdb.mi/var-cmd.c (struct anonymous): New structure.
1129 (do_anonymous_type_tests): New function.
1130 (main): Call do_anonymous_type_tests.
1131 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
1132 (verify_everything): New procedure.
1133 * gdb.mi/mi-var-cp.cc (class A): New class.
1134 (anonymous_structs_and_unions): New function.
1135 (main): Call anonymous_structs_and_unions.
1136 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
1137 (verify_everything): New procedure.
1138
1139 2012-01-12 Keith Seitz <keiths@redhat.com>
1140
1141 * lib/mi-support.exp: Expand comments about PATH_EXPR.
1142 (varobj_tree::get_path_expr): Assume that all varobjs are
1143 compound unless they are known simple types.
1144 Adjust path expressions based on parent type, path parent type,
1145 and tree language.
1146 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
1147 the root varobj.
1148 (mi_walk_varobj_tree): Add LANGUAGE parameter.
1149
1150 2012-01-11 Pedro Alves <palves@redhat.com>
1151
1152 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
1153 core files on this machine" anymore.
1154
1155 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1156
1157 * gdb.base/watchpoint.c (recurser): Initialize local_x.
1158 (main): Repeat recurser call.
1159 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
1160 equivalent to 'local_x'.
1161
1162 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1163 Joel Brobecker <brobecker@adacore.com>
1164
1165 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
1166
1167 2012-01-05 Pedro Alves <alves.ped@gmail.com>
1168
1169 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
1170 * gdb.python/py-events.c (first): Add bits for new "step N" test.
1171 * gdb.python/py-events.exp: Test that "step N" tripping on a
1172 breakpoint emits a breakpoint event.
1173
1174 2012-01-03 Joel Brobecker <brobecker@adacore.com>
1175
1176 * gdb.base/auxv.exp: Reformat the copyright notice.
1177
1178 2012-01-03 Yao Qi <yao@codesourcery.com>
1179
1180 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
1181 (strace_trace_on_diff_addr): New.
1182 * gdb.trace/strace.c: (main): Add two local variables.
1183
1184 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
1185
1186 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
1187 * gdb.cell/gcore.exp: Likewise.
1188 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
1189 to verify the correct instance of main is selected.
1190
1191 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1192
1193 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
1194 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
1195 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
1196 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
1197 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
1198 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
1199 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
1200 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
1201 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
1202 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
1203 gdb.threads/thread_check.c: Reformat copyright header.
1204
1205 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
1206
1207 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
1208 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
1209 is not enabled.
1210
1211 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
1214 parameter to self_exec, adjust the function.
1215 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
1216 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
1217 (set var do_exit = 0): Remove test.
1218 (newline at end of file): Add one.
1219
1220 2011-12-27 Joel Brobecker <brobecker@adacore.com>
1221
1222 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
1223 New files.
1224
1225 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 Fix racy FAILs.
1228 * gdb.threads/fork-thread-pending.c (barrier): New variable.
1229 (thread_function, thread_forker): Call pthread_barrier_wait for it.
1230 (main): Call pthread_barrier_init for it.
1231
1232 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 Fix double send_gdb leading to racy FAILs.
1235 * gdb.base/break.exp (set silent break bp_location1): Replace
1236 3x send_gdb and gdb_expect by gdb_test.
1237 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
1238 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
1239 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
1240 instead of send_gdb. Twice.
1241 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
1242 3x send_gdb and gdb_expect by gdb_test.
1243 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
1244
1245 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 * gdb.linespec/linespec.exp: Compile using {c++}.
1248
1249 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
1252 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
1253 (verify GCC PR debug/51668): New test.
1254
1255 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
1256
1257 Introduce gdb.FinishBreakpoint in Python.
1258 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
1259 py-finish-breakpoint2
1260 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
1261 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
1262 instead of line number.
1263 * gdb.python/py-finish-breakpoint.c: New file.
1264 * gdb.python/py-finish-breakpoint.exp: New file.
1265 * gdb.python/py-finish-breakpoint.py: New file.
1266 * gdb.python/py-finish-breakpoint2.cc: New file.
1267 * gdb.python/py-finish-breakpoint2.exp: New file.
1268 * gdb.python/py-finish-breakpoint2.py: New file.
1269
1270 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1271
1272 Partial fix of compatibility with gcc-4.7.
1273 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
1274 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
1275 Add comment to add a PASS case in the future.
1276
1277 Fix compatibility with gcc-4.7.
1278 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
1279
1280 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
1281
1282 PR tdep/12797
1283 * gdb.base/callfuncs.exp: Remove KFAIL.
1284
1285 2011-12-21 Joel Brobecker <brobecker@adacore.com>
1286
1287 * gdb.ada/task_bp: New testcase.
1288
1289 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
1292 -DNO_SECTIONS.
1293 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
1294
1295 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1296
1297 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
1298 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
1299 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1300 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
1301 conditional for gcc <= 4.5.
1302
1303 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1304
1305 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
1306 by XFAIL.
1307 * gdb.cp/static-method.exp (info addr A::func())
1308 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1309 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1310 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1311 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
1312 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
1313 (test value of F in k3_m): Likewise.
1314 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1315 Likewise.
1316
1317 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1318
1319 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
1320 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
1321 Remove.
1322 * gdb.threads/attachstop-mt.c: Remove.
1323 * gdb.threads/attachstop-mt.exp: Remove.
1324
1325 2011-12-17 Mark Kettenis <kettenis@gnu.org>
1326
1327 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1328
1329 2011-12-16 Doug Evans <dje@google.com>
1330
1331 * boards/native-stdio-gdbserver.exp: New file.
1332 * boards/native-gdbserver.exp: New file.
1333
1334 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1335 gdbserver output.
1336 (gdbserver_default_get_remote_address): New function.
1337 (gdbserver_start): Call gdb,get_remote_address to compute argument
1338 to "target remote" command.
1339
1340 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1341
1342 * gdb.python/py-function.exp: Change "on" to "full" for
1343 python print-stack. Add set/show python print-stack
1344 off|full|message tests.
1345
1346 2011-12-15 Yao Qi <yao@codesourcery.com>
1347
1348 * gdb.trace/strace.c: New
1349 * gdb.trace/strace.exp: New.
1350
1351 2011-12-14 Tom Tromey <tromey@redhat.com>
1352
1353 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1354
1355 2011-12-14 Doug Evans <dje@google.com>
1356
1357 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1358
1359 2011-12-14 Pedro Alves <pedro@codesourcery.com>
1360
1361 PR threads/10729
1362
1363 * gdb.mi/watch-nonstop.c: New file.
1364 * gdb.mi/mi-watch-nonstop.exp: New file.
1365
1366 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1367 Doug Evans <dje@google.com>
1368
1369 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1370 (clean_restart): Remove references to the gdb_stub target board
1371 variable.
1372 (gdb_step_for_stub): Delete.
1373
1374 * gdb.base/annota1.exp: Remove all references to [target_info
1375 exists gdb_stub], gdb_step_for_stub and usestubs.
1376 * gdb.base/annota3.exp: Ditto.
1377 * gdb.base/async.exp: Ditto.
1378 * gdb.base/break.exp: Ditto.
1379 * gdb.base/code-expr.exp: Ditto.
1380 * gdb.base/commands.exp: Ditto.
1381 * gdb.base/completion.exp: Ditto.
1382 * gdb.base/condbreak.exp: Ditto.
1383 * gdb.base/consecutive.exp: Ditto.
1384 * gdb.base/cvexpr.exp: Ditto.
1385 * gdb.base/define.exp: Ditto.
1386 * gdb.base/display.exp: Ditto.
1387 * gdb.base/ena-dis-br.exp: Ditto.
1388 * gdb.base/environ.exp: Ditto.
1389 * gdb.base/gnu-ifunc.exp: Ditto.
1390 * gdb.base/maint.exp: Ditto.
1391 * gdb.base/pending.exp: Ditto.
1392 * gdb.base/sect-cmd.exp: Ditto.
1393 * gdb.base/sepdebug.exp: Ditto.
1394 * gdb.base/unload.exp: Ditto.
1395 * gdb.base/watchpoint-solib.exp: Ditto.
1396 * gdb.cp/annota2.exp: Ditto.
1397 * gdb.cp/annota3.exp: Ditto.
1398 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1399 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1400 * gdb.mi/mi-pending.exp: Ditto.
1401 * gdb.trace/circ.exp: Ditto.
1402 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
1403 * gdb.base/list.exp: Ditto.
1404
1405 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1406 breakpoint function and all references to the usestubs macro.
1407 * gdb.base/exprs.c: Ditto.
1408 * gdb.base/freebpcmd.c: Ditto.
1409 * gdb.base/bitfields.c: Ditto.
1410 * gdb.base/bitfields2.c: Ditto.
1411 * gdb.base/break.c: Ditto.
1412 * gdb.base/call-sc.c: Ditto.
1413 * gdb.base/call-signals.c: Ditto.
1414 * gdb.base/callfuncs.c: Ditto.
1415 * gdb.base/charset.c: Ditto.
1416 * gdb.base/consecutive.c: Ditto.
1417 * gdb.base/constvars.c: Ditto.
1418 * gdb.base/funcargs.c: Ditto.
1419 * gdb.base/int-type.c: Ditto.
1420 * gdb.base/interrupt.c: Ditto.
1421 * gdb.base/langs0.c: Ditto.
1422 * gdb.base/list0.c: Ditto.
1423 * gdb.base/mips_pro.c: Ditto.
1424 * gdb.base/miscexprs.c: Ditto.
1425 * gdb.base/nodebug.c: Ditto.
1426 * gdb.base/opaque0.c: Ditto.
1427 * gdb.base/pointers.c: Ditto.
1428 * gdb.base/printcmds.c: Ditto.
1429 * gdb.base/ptype.c: Ditto.
1430 * gdb.base/recurse.c: Ditto.
1431 * gdb.base/reread1.c: Ditto.
1432 * gdb.base/reread2.c: Ditto.
1433 * gdb.base/restore.c: Ditto.
1434 * gdb.base/return.c: Ditto.
1435 * gdb.base/run.c: Ditto.
1436 * gdb.base/scope0.c: Ditto.
1437 * gdb.base/sepdebug.c: Ditto.
1438 * gdb.base/setshow.c: Ditto.
1439 * gdb.base/setvar.c: Ditto.
1440 * gdb.base/sigall.c: Ditto.
1441 * gdb.base/signals.c: Ditto.
1442 * gdb.base/structs.c: Ditto.
1443 * gdb.base/structs2.c: Ditto.
1444 * gdb.base/testenv.c: Ditto.
1445 * gdb.base/twice.c: Ditto.
1446 * gdb.base/unwindonsignal.c: Ditto.
1447 * gdb.base/watchpoint.c: Ditto.
1448 * gdb.base/watchpoints.c: Ditto.
1449 * gdb.base/whatis.c: Ditto.
1450 * gdb.cp/classes.cc: Ditto.
1451 * gdb.cp/cplusfuncs.cc: Ditto.
1452 * gdb.cp/derivation.cc: Ditto.
1453 * gdb.cp/formatted-ref.cc: Ditto.
1454 * gdb.cp/misc.cc: Ditto.
1455 * gdb.cp/overload.cc: Ditto.
1456 * gdb.cp/ovldbreak.cc: Ditto.
1457 * gdb.cp/ref-params.cc: Ditto.
1458 * gdb.cp/ref-types.cc: Ditto.
1459 * gdb.cp/templates.cc: Ditto.
1460 * gdb.cp/virtfunc.cc: Ditto.
1461 * gdb.hp/gdb.aCC/run.c: Ditto.
1462 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1463 * gdb.hp/gdb.compat/xdb0.c: Ditto.
1464 * gdb.reverse/consecutive-reverse.c: Ditto.
1465 * gdb.reverse/sigall-reverse.c: Ditto.
1466 * gdb.reverse/until-reverse.c: Ditto.
1467 * gdb.reverse/watch-reverse.c: Ditto.
1468 * gdb.trace/actions.c: Ditto.
1469 * gdb.trace/circ.c: Ditto.
1470 * gdb.trace/collection.c: Ditto.
1471
1472 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1473
1474 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1475 (func6, func7): New.
1476 (main): Call func6 and func7.
1477 * gdb.base/watchpoint.exp (test_wide_location_1)
1478 (test_wide_location_2): New.
1479 (top level): Re-enable hardware watchpoints if necessary. Call
1480 test_wide_location_1 and test_wide_location_2.
1481
1482 2011-12-11 Yao Qi <yao@codesourcery.com>
1483
1484 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1485
1486 2011-12-11 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1489 expected output for unsupported case.
1490
1491 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1492
1493 PR testsuite/12649
1494 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1495 Protect gdb_test_multiple by final $gdb_prompt match.
1496
1497 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1500 New variable, new test.
1501 (list static-method.cc:xxx::(anonymous namespace)::A::func)
1502 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1503 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1504 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1505 them if HAVE_GCC_45682_FIXED is not set.
1506
1507 2011-12-10 Yao Qi <yao@codesourcery.com>
1508
1509 * gdb.trace/status-stop.exp: New.
1510 * gdb.trace/status-stop.c: New.
1511
1512 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1515 timeout.
1516
1517 2011-12-08 Tom Tromey <tromey@redhat.com>
1518
1519 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1520 condition.
1521
1522 2011-12-07 Stan Shebs <stan@codesourcery.com>
1523
1524 * gdb.trace/tfind.exp: Update for output changes.
1525
1526 2011-12-07 Pedro Alves <pedro@codesourcery.com>
1527
1528 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1529 throws "Cannot insert catchpoints in this configuration".
1530 * gdb.ada/mi_catch_ex.exp: Likewise.
1531
1532 2011-12-06 Pedro Alves <pedro@codesourcery.com>
1533
1534 * gdb.base/break-always.exp: Test changing memory at addresses
1535 with breakpoints inserted.
1536
1537 2011-12-06 Joel Brobecker <brobecker@acacore.com>
1538
1539 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1540 involving a fully qualified function name.
1541
1542 2011-12-06 Tom Tromey <tromey@redhat.com>
1543
1544 * gdb.ada/homonym.exp: Add three breakpoint tests.
1545
1546 2011-12-06 Tom Tromey <tromey@redhat.com>
1547
1548 * gdb.base/solib-weak.exp (do_test): Remove kfail.
1549 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1550 * gdb.objc/objcdecode.exp: Update for output changes.
1551 * gdb.linespec/linespec.exp: New file.
1552 * gdb.linespec/lspec.cc: New file.
1553 * gdb.linespec/lspec.h: New file.
1554 * gdb.linespec/body.h: New file.
1555 * gdb.linespec/base/two/thefile.cc: New file.
1556 * gdb.linespec/base/one/thefile.cc: New file.
1557 * gdb.linespec/Makefile.in: New file.
1558 * gdb.cp/templates.exp (test_template_breakpoints): Update for
1559 output changes.
1560 * gdb.cp/re-set-overloaded.exp: Remove kfail.
1561 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
1562 makes one breakpoint.
1563 * gdb.cp/method2.exp (test_break): Update for output changes.
1564 * gdb.cp/mb-templates.exp: Update for output changes.
1565 * gdb.cp/mb-inline.exp: Update for output changes.
1566 * gdb.cp/mb-ctor.exp: Update for output changes.
1567 * gdb.cp/ovsrch.exp: Use fully-qualified names.
1568 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
1569 has multiple matches.
1570 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
1571 error message change.
1572 * gdb.base/list.exp (test_list_filename_and_number): Update for
1573 error message change.
1574 * gdb.base/break.exp: Disable pending breakpoints. Update for
1575 output changes.
1576 * configure.ac: Add gdb.linespec.
1577 * configure: Rebuild.
1578 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1579
1580 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1581
1582 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1583 last_break register on s390*-*-* targets.
1584
1585 2011-12-06 Joel Brobecker <brobecker@adacore.com>
1586
1587 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1588 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1589 of parameter X in procedure Foo.
1590
1591 2011-12-05 Stan Shebs <stan@codesourcery.com>
1592
1593 * gdb.trace/tfind.exp: Update help string matches.
1594
1595 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 * gdb.server/ext-run.exp (get process list): Accept also systemd
1598 as PID 1.
1599
1600 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1601 Pedro Alves <pedro@codesourcery.com>
1602
1603 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1604 starting GDB.
1605 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1606 $use_gdb_stub.
1607 * gdb.base/display.exp: Likewise.
1608 * gdb.base/ending-run.exp: Likewise.
1609 * gdb.base/list.exp (test_listsize): Likewise.
1610 * gdb.base/setshow.exp: Likewise.
1611 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1612 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1613 check by global $use_gdb_stub.
1614 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1615 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1616 (default_gdb_init): Unset global $use_gdb_stub.
1617 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1618 by global $use_gdb_stub.
1619 * lib/gdbserver-support.exp: Extend comments for set_board_info
1620 gdb_protocol and gdb,socketport.
1621 (gdbserver_start_extended): Set global gdbserver_protocol and
1622 gdbserver_gdbport. Clear global use_gdb_stub.
1623 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1624 from target use_gdb_stub.
1625 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1626
1627 2011-12-03 Doug Evans <dje@google.com>
1628
1629 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1630 (gdb_step_for_stub): Add comments.
1631
1632 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
1633
1634 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1635 to the caller.
1636 (gdb_test_multiple): Likewise.
1637
1638 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 Fix gdb.mi/mi-solib.exp without system debug info installed.
1641 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1642 expect attribute, return 0 for it. Update comments.
1643
1644 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1647 (corrupted list): Adjust the expectation.
1648
1649 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1650
1651 PR threads/13448
1652 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1653 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1654 * gdb.threads/tls-var-main.c: New file.
1655 * gdb.threads/tls-var.c: New file.
1656 * gdb.threads/tls-var.exp: New file.
1657
1658 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1659
1660 PR testsuite/12649
1661 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1662 Protect gdb_test_multiple by final $gdb_prompt match.
1663 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1664 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1665 (test_tracepoints): Likewise.
1666
1667 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1668
1669 PR breakpoints/13346
1670 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1671 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1672 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1673
1674 2011-12-01 Joel Brobecker <brobecker@adacore.com>
1675
1676 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1677 * gdb.ada/homonym/homonym.adb: For use of all types defined
1678 locally inside both Get_Value subprograms.
1679
1680 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 Fix racy FAILs.
1683 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1684 of send_gdb.
1685
1686 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1687
1688 * gdb.base/testenv.exp: Skip on remote targets. Unset global
1689 environment variable after test completed.
1690
1691 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1692
1693 * gdb.base/solib-nodir.exp: Skip if remote target.
1694 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1695 application. Call gdb_load_shlibs.
1696 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1697
1698 2011-11-29 Joel Brobecker <brobecker@adacore.com>
1699
1700 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1701
1702 2011-11-28 Joel Brobecker <brobecker@adacore.com>
1703
1704 * gdb.ada/fullname_bp: New testcase.
1705
1706 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 PR testsuite/12649
1709 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1710 Wrap send_gdb into a new gdb_test.
1711
1712 Code cleanup.
1713 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1714 Convert send_gdb and gdb_expect to gdb_test_multiple.
1715
1716 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1719
1720 2011-11-23 Keith Seitz <keiths@redhat.com>
1721
1722 * lib/mi-support.exp (varobj_tree): New namespace and procs.
1723 (mi_varobj_tree_test_children_callback): New proc.
1724 (mi_walk_varobj_tree): New proc.
1725
1726 2011-11-22 Tom Tromey <tromey@redhat.com>
1727
1728 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1729 Add "use_mi_command" argument.
1730 (mi_run_cmd, mi_run_with_cli): New procs.
1731 * gdb.mi/solib-lib.c: New file.
1732 * gdb.mi/solib-main.c: New file.
1733 * gdb.mi/mi-solib.exp: New file.
1734
1735 2011-11-21 Doug Evans <dje@google.com>
1736
1737 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1738 _Unwind_DebugHook is missing.
1739
1740 2011-11-20 Stan Shebs <stan@codesourcery.com>
1741
1742 * gdb.trace/tstatus.exp: New.
1743 * gdb.trace/actions.c: Include string.h.
1744
1745 2011-11-18 Yao Qi <yao@codesourcery.com>
1746
1747 * gdb.trace/pending.exp: New.
1748 * gdb.trace/pending.c: New.
1749 * gdb.trace/pendshr1.c: New.
1750 * gdb.trace/pendshr2.c: New.
1751 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1752 tracepoint location becomes pending.
1753 (tracepoint_change_loc_2): New.
1754
1755 2011-11-16 David S. Miller <davem@davemloft.net>
1756
1757 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1758 target is sparc*-*-linux*
1759
1760 2011-11-15 Paul Koning <paul_koning@dell.com>
1761
1762 * gdb.python/py-type.exp: New testcases for exceptions on scalar
1763 types.
1764
1765 2011-11-14 Doug Evans <dje@google.com>
1766
1767 * gdb.base/shell.exp: New file.
1768
1769 2011-11-14 Stan Shebs <stan@codesourcery.com>
1770
1771 * gdb.trace/ftrace.c: New.
1772 * gdb.trace/ftrace.exp: New.
1773
1774 2011-11-14 Yao Qi <yao@codesourcery.com>
1775
1776 * gdb.trace/change-loc-1.c: New.
1777 * gdb.trace/change-loc-2.c: New.
1778 * gdb.trace/change-loc.c: New.
1779 * gdb.trace/change-loc.exp: New.
1780 * gdb.trace/change-loc.h: New.
1781 * gdb.trace/trace-break.c (marker): Define new symbol.
1782 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1783 New.
1784 (break_trace_same_addr_6): New.
1785
1786 2011-11-12 Matt Rice <ratmice@gmail.com>
1787
1788 * gdb.base/info-macros.exp: Make tests for info definitions
1789 test info macro. Add tests for info macro argument processing.
1790 Rename a few tests.
1791
1792 2011-11-11 Keith Seitz <keiths@redhat.com>
1793
1794 PR gdb/12843
1795 * gdb.base/linespecs.exp: New file.
1796
1797 2011-11-11 Doug Evans <dje@google.com>
1798
1799 * gdb.threads/print-threads.exp: Extend timeout for slower
1800 tests.
1801
1802 2011-11-10 Doug Evans <dje@google.com>
1803
1804 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1805 "record to end of main" test.
1806
1807 * gdb.python/py-type.c (TS): New typedef.
1808 (ts): New global.
1809 * gdb.python/py-type.exp: Test field list of typedef.
1810
1811 2011-11-10 Joel Brobecker <brobecker@adacore.com>
1812
1813 * gdb.ada/small_reg_param: New testcase.
1814
1815 2011-11-09 Tom Tromey <tromey@redhat.com>
1816
1817 * gdb.cp/destrprint.exp: New file.
1818 * gdb.cp/destrprint.cc: New file.
1819
1820 2011-11-08 Meador Inge <meadori@codesourcery.com>
1821
1822 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1823 (switch_stack_to_other): New test function.
1824 * gdb.arch/thumb-prologue.exp: New test cases.
1825
1826 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1827
1828 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1829
1830 2011-11-08 Yao Qi <yao@codesourcery.com>
1831
1832 * gdb.exp (supports_process_record): New.
1833 (supports_reverse): New.
1834 * gdb.reverse/break-precsave.exp: Call support_process_record
1835 to run test conditionally.
1836 * gdb.reverse/consecutive-precsave.exp: Likewise.
1837 * gdb.reverse/i386-precsave.exp: Likewise.
1838 * gdb.reverse/machinestate-precsave.exp: Likewise.
1839 * gdb.reverse/solib-precsave.exp: Likewise.
1840 * gdb.reverse/step-precsave.exp: Likewise.
1841 * gdb.reverse/until-precsave.exp: Likewise.
1842 * gdb.reverse/watch-precsave.exp: Likewise.
1843 * gdb.reverse/break-reverse.exp: Call support_reverse to run
1844 test conditionally.
1845 * gdb.reverse/consecutive-reverse.exp: Likewise.
1846 * gdb.reverse/finish-precsave.exp: Likewise.
1847 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1848 * gdb.reverse/finish-reverse.exp: Likewise.
1849 * gdb.reverse/i386-reverse.exp: Likewise.
1850 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1851 * gdb.reverse/machinestate.exp: Likewise.
1852 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1853 * gdb.reverse/sigall-precsave.exp: Likewise.
1854 * gdb.reverse/sigall-reverse.exp: Likewise.
1855 * gdb.reverse/solib-reverse.exp: Likewise.
1856 * gdb.reverse/step-reverse.exp: Likewise.
1857 * gdb.reverse/until-reverse.exp: Likewise.
1858 * gdb.reverse/watch-reverse.exp: Likewise.
1859
1860 2011-11-05 Yao Qi <yao@codesourcery.com>
1861
1862 * gdb.trace/trace-break.exp: Add test on setting two
1863 fast tracepoints at the same address.
1864
1865 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1868
1869 2011-11-02 Stan Shebs <stan@codesourcery.com>
1870
1871 * gdb.trace/collection.c: Add code using strings.
1872 * gdb.trace/collection.exp: Add tests of string collection.
1873
1874 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1875
1876 * gdb.base/skip-solib.exp (executable_main): New variable.
1877 (binfile_main): Base it on that.
1878 Use $executable_main in clean_restart calls. Drop gdb_exit and
1879 gdb_start calls.
1880
1881 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1882
1883 Fix racy FAILs.
1884 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1885 breakpoint_re globals import by async. Set string_regex to .* for
1886 async. Remove the optional thread_selected_re and breakpoint_re
1887 globals expectations.
1888
1889 2011-11-01 Joseph Myers <joseph@codesourcery.com>
1890
1891 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1892 well as Cygwin.
1893
1894 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
1895
1896 Add tests for skip command.
1897 * gdb.base/skip-solib-lib.c: New
1898 * gdb.base/skip-solib-main.c: New
1899 * gdb.base/skip-solib.exp: New
1900 * gdb.base/skip.c: New
1901 * gdb.base/skip.exp: New
1902 * gdb.base/skip1.c: New
1903 * gdb.base/Makefile.in: Adding new files.
1904
1905 2011-10-31 Yao Qi <yao@codesourcery.com>
1906 Pedro Alves <pedro@codesourcery.com>
1907
1908 * gdb.trace/trace-break.c: New.
1909 * gdb.trace/trace-break.exp: New.
1910
1911 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1912
1913 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1914 break-here-2.
1915
1916 2011-10-28 Pedro Alves <pedro@codesourcery.com>
1917
1918 * gdb.threads/no-unwaited-for-left.c: New.
1919 * gdb.threads/no-unwaited-for-left.exp: New.
1920 * gdb.threads/non-ldr-exc-1.c: New.
1921 * gdb.threads/non-ldr-exc-1.exp: New.
1922 * gdb.threads/non-ldr-exc-2.c: New.
1923 * gdb.threads/non-ldr-exc-2.exp: New.
1924 * gdb.threads/non-ldr-exc-3.c: New.
1925 * gdb.threads/non-ldr-exc-3.exp: New.
1926 * gdb.threads/non-ldr-exc-4.c: New.
1927 * gdb.threads/non-ldr-exc-4.exp: New.
1928
1929 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1932 * gdb.base/attach-pie-misread.exp: Likewise.
1933 * gdb.base/break-interp.exp: Likewise.
1934 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1935 testcases for use_gdb_stub.
1936 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1937 (continue): New testcase.
1938 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1939 * gdb.threads/attach-into-signal.exp: Likewise.
1940 * gdb.threads/attach-stopped.exp: Likewise.
1941 * gdb.threads/attachstop-mt.exp: Likewise.
1942
1943 2011-10-28 Paul Koning <paul_koning@dell.com>
1944
1945 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1946
1947 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1950 (mi_gdb_test): Import globals thread_selected_re
1951 and breakpoint_re. Expect them optionally at the regex start.
1952
1953 2011-10-27 Doug Evans <dje@google.com>
1954
1955 * gdb.python/python.exp: Test source -s.
1956
1957 2011-10-26 Paul Koning <paul_koning@dell.com>
1958
1959 * gdb.python/lib-types.cc (struct A): New structure.
1960 * gdb.python/lib-types.exp (deepitems): New tests.
1961
1962 2011-10-25 Paul Koning <paul_koning@dell.com>
1963
1964 PR python/13327
1965
1966 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1967 fetch_lazy method.
1968
1969 2011-10-24 Yao Qi <yao@codesourcery.com>
1970
1971 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1972 target is tic6x-*-*.
1973
1974 2011-10-21 Joel Brobecker <brobecker@adacore.com>
1975
1976 * gdb.ada/mi_task_info/task_switch.adb: New file.
1977 * gdb.ada/mi_task_info.exp: New file.
1978
1979 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1982 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1983
1984 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1985
1986 PR python/12656
1987
1988 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1989 global_block tests.
1990
1991 2011-10-18 Tom Tromey <tromey@redhat.com>
1992
1993 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1994
1995 2011-10-18 Tom Tromey <tromey@redhat.com>
1996
1997 * gdb.base/source.exp: Don't include full file name in test name.
1998 * gdb.python/python.exp: Don't include full file name in test
1999 name.
2000
2001 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 * gdb.base/attach-pie-noexec.c: New files.
2004 * gdb.base/attach-pie-noexec.exp: New files.
2005
2006 2011-10-17 Joseph Myers <joseph@codesourcery.com>
2007
2008 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
2009 prompt for each extra line in command.
2010
2011 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2012
2013 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
2014 Revert the part of:
2015 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2016 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2017 Change the expected string.
2018
2019 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2020
2021 Fix results with system glibc debug info installed.
2022 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
2023 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
2024 Accept also __libc_ symbol prefix and no prefix.
2025
2026 2011-10-14 Keith Seitz <keiths@redhat.com>
2027
2028 PR c++/13225
2029 * gdb.cp/converts.cc (foo3_1): New function.
2030 (foo3_2): New functions.
2031 * gdb.cp/converts.exp: Add tests for int to pointer conversion
2032 and null pointer conversions of integer constant zero.
2033 Add test to check if all arguments are checked for incompatible
2034 conversion BADNESS.
2035
2036 2011-10-14 Tom Tromey <tromey@redhat.com>
2037
2038 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
2039 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
2040 linespec.
2041
2042 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2043
2044 Fix internal error regression.
2045 * gdb.dwarf2/implptr-optimized-out.S: New file.
2046 * gdb.dwarf2/implptr-optimized-out.exp: New file.
2047
2048 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2049
2050 Fix empty DWARF expressions DATA vs. SIZE conditionals.
2051 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
2052 (loclist): New.
2053 (4): New abbrev.
2054 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
2055 Use prepare_for_testing, remove clean_restart.
2056 (p arraynoloc, p arraycallnoloc): New tests.
2057
2058 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2059
2060 * gdb.cp/namespace-enum.exp (executable): New variable.
2061 (binfile): Use ${objdir}/${subdir}/ prefix.
2062 Use ${executable} for clean_restart.
2063
2064 2011-10-11 Sterling Augustine <saugustine@google.com>
2065
2066 * gdb.cp/Makefile.in: Add namespace-enum test.
2067 * gdb.cp/namespace-enum.exp: New file.
2068 * gdb.cp/namespace-enum.c: New file.
2069 * gdb.cp/namespace-enum-main.c: New file.
2070
2071 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
2072
2073 * gdb.python/py-shared.exp: Relax filename check to handle remote:
2074 sysroot.
2075
2076 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2077
2078 Reimplement @entry in input expressions.
2079 * gdb.base/exprs.c (v_int_array_init): New variable.
2080 * gdb.base/exprs.exp (print v_int_array_init)
2081 (print *v_int_array_init@1, print *v_int_array_init@2)
2082 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
2083 (print v_int_array_init[1]@1): New tests.
2084
2085 2011-10-10 Joseph Myers <joseph@codesourcery.com>
2086
2087 * gdb.cp/gdb2495.exp: Do not include directories in filename in
2088 expected message.
2089
2090 2011-10-09 Doug Evans <dje@google.com>
2091
2092 * gdb.base/alias.exp: Add tests for alias command.
2093
2094 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2095
2096 * gdb.arch/amd64-entry-value.s: New file.
2097 * gdb.mi/mi2-amd64-entry-value.s: New file.
2098
2099 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2100
2101 Display @entry parameter values even for references.
2102 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
2103 functions.
2104 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
2105 reference and datap_input.
2106 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
2107 breakpoints.
2108 (continue to breakpoint: entry_reference: reference)
2109 (entry_reference: bt at entry)
2110 (continue to breakpoint: entry_reference: breakhere_reference)
2111 (entry_reference: bt, entry_reference: ptype regparam)
2112 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
2113 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
2114 (entry_reference: p regcopy, entry_reference: p nodataparam)
2115 (entry_reference: p nodataparam@entry): New tests.
2116
2117 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2118
2119 Support @entry in input expressions.
2120 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
2121 (entry_stack: p s1@entry, entry_stack: p s2@entry)
2122 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
2123 (tailcall: p j@entry): New tests.
2124 * gdb.cp/koenig.cc (A::entry): New function.
2125 (main): Call it.
2126 * gdb.cp/koenig.exp (p entry (c)): New test.
2127
2128 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2129
2130 Display @entry parameter values (without references).
2131 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
2132 (different, validity, invalid): New functions.
2133 (main): Call them.
2134 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
2135 stacktest, breakhere_stacktest, different, breakhere_different,
2136 breakhere_validity and breakhere_invalid.
2137 (entry: bt): Update for @entry.
2138 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
2139 (entry_validity: *, entry_invalid: *): Many new tests.
2140 * gdb.base/break.exp
2141 (run until breakpoint set at small function, optimized file): Accept
2142 also the @entry suffix.
2143 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
2144 * gdb.mi/mi2-amd64-entry-value.c: New files.
2145 * gdb.mi/mi2-amd64-entry-value.exp: New files.
2146
2147 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2148
2149 Protect entry values against self tail calls.
2150 * gdb.arch/amd64-entry-value.cc (self2, self): New.
2151 (main): Call self.
2152 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
2153 (set debug entry-values 1, self: bt debug entry-values): New tests.
2154
2155 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 Recognize virtual tail call frames.
2158 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
2159 (amb_b, amb_a): New.
2160 (main): Call a and b.
2161 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
2162 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
2163 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
2164 New tests.
2165
2166 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2167
2168 Implement basic support for DW_TAG_GNU_call_site.
2169 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
2170 * gdb.arch/amd64-entry-value.cc: New file.
2171 * gdb.arch/amd64-entry-value.exp: New file.
2172
2173 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2176 * gdb.dwarf2/implptr-64bit.S: New file.
2177 * gdb.dwarf2/implptr-64bit.exp: New file.
2178
2179 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 Fix initial language detection with -readnow.
2182 * gdb.cp/readnow-language.cc: New file.
2183 * gdb.cp/readnow-language.exp: New file.
2184
2185 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 Fix printed anonymous struct name.
2188 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
2189
2190 2011-10-09 Joseph Myers <joseph@codesourcery.com>
2191
2192 * gdb.base/solib-symbol.exp: Do not include directories in
2193 filenames in expected messages.
2194
2195 2011-10-07 Doug Evans <dje@google.com>
2196
2197 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
2198
2199 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2200
2201 Allow Python notification of new object-file loadings.
2202 * gdb.python/py-events.exp: Test newobjfile event.
2203 * gdb.python/py-events.py: Register newobjfile callback.
2204 * gdb.python/py-events.c: Add call to shared library
2205 * gdb.python/py-events-shlib.c: New file.
2206
2207 2011-10-06 Joseph Myers <joseph@codesourcery.com>
2208
2209 * gdb.base/fixsection.exp: Do not include directories in filename
2210 in expected message.
2211
2212 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2213
2214 Add tests for passing of environment variables to inferior.
2215 * gdb.base/testenv.c: New test source.
2216 * gdb.base/testenv.exp: New expect test.
2217
2218 2011-10-04 Paul Koning <paul_koning@dell.com>
2219
2220 * gdb.python/py-value.c (main): Break before return.
2221
2222 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2223
2224 PR python/12691: Add the inferior to Python exited event
2225 * gdb.python/py-events.exp: Test the inferior attribute of exited
2226 event with a fork.
2227 * gdb.python/py-events.py: Print inferior number on exit.
2228 * gdb.python/py-events.c: Fork the inferior.
2229
2230 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2231
2232 * gdb.base/jit.exp: Add testcase name to log message
2233
2234 2011-10-03 Paul Koning <paul_koning@dell.com>
2235 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * gdb.python/py-value.exp
2238 (python inval = gdb.parse_and_eval('*(int*)0'))
2239 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
2240 (set argc=2, python print argc_lazy): New tests.
2241
2242 2011-10-02 Joel Brobecker <brobecker@adacore.com>
2243
2244 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
2245
2246 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2247 Pedro Alves <pedro@codesourcery.com>
2248
2249 * gdb.python/py-value.exp (test_value_in_inferior): New variable
2250 can_read_0, test for it.
2251 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
2252 (parse_and_eval with memory error): ... here, make it untested if
2253 can_read_0.
2254
2255 2011-09-30 Marek Polacek <mpolacek@redhat.com>
2256
2257 * gdb.python/python.exp (verify pagination beforehand)
2258 (verify pagination afterwards): Fix race by splitting the line.
2259
2260 2011-09-29 Joseph Myers <joseph@codesourcery.com>
2261
2262 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
2263 for 64-bit multilibs from i?86-* targets.
2264
2265 2011-09-29 Marek Polacek <mpolacek@redhat.com>
2266
2267 * lib/gdb.exp: Fix a typo in one of the comments.
2268
2269 2011-09-29 Marek Polacek <mpolacek@redhat.com>
2270
2271 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
2272 matching pattern.
2273
2274 2011-09-28 Paul Koning <paul_koning@dell.com>
2275
2276 * gdb.python/py-type.c (enum E): New.
2277 * gdb.python/py-type.exp (test_fields): Add tests for Python
2278 mapping access to fields.
2279 (test_enums): New test for field access on enums.
2280
2281 2011-09-27 Stan Shebs <stan@codesourcery.com>
2282
2283 * gdb.trace/collection.exp: Test collection of $_ret.
2284
2285 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
2286
2287 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
2288 list of compilation switches for <*-*-freebsd*>.
2289
2290 2011-09-19 Stan Shebs <stan@codesourcery.com>
2291
2292 * gdb.trace/tspeed.exp: New file.
2293 * gdb.trace/tspeed.c: New file.
2294
2295 2011-09-18 Yao Qi <yao@codesourcery.com>
2296
2297 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
2298 instructions.
2299 (test_adr_32bit, test_pop_pc): Likewise.
2300 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
2301 Thumb instructions.
2302 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
2303 in gdb_test_multiple.
2304 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
2305
2306 2011-09-17 Yao Qi <yao@codesourcery.com>
2307
2308 * lib/gdb.exp (can_single_step_to_signal_handler): New.
2309 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
2310 support single step to signal handler.
2311
2312 2011-09-17 Yao Qi <yao@codesourcery.com>
2313
2314 * gdb.base/disp-step-fork.c: New.
2315 * gdb.base/disp-step-syscall.exp: New.
2316 * gdb.base/disp-step-vfork.c: New.
2317
2318 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2319
2320 * gdb.ada/tasks.exp: Make the expected output for
2321 the `info tasks' tests more resilient to spacing
2322 changes.
2323
2324 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2327 (reached breakpoint 2, reached breakpoint 3): Update expected output.
2328
2329 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2330
2331 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2332 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2333
2334 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
2335
2336 Handle multiple breakpoint hits in Python interface:
2337 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2338 presence.
2339 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2340 breakpoint hits.
2341
2342 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2343 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 * gdb.python/py-events.exp: Remove pretty printing comment.
2346 * gdb.python/py-evsignal.exp: New file.
2347 * gdb.python/py-evthreads.c: Include signal.h.
2348 (thread3): Remove variable count3. Remove variable bad and use raise
2349 instead.
2350 (thread2): Remove variable count2. Move thread3 pthread_create here,
2351 merge pthread_join to a single line.
2352 (main): Remove variable count1. Merge pthread_join with pthread_create
2353 to a single line.
2354 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
2355 KFAIL python/12966 for gdbserver. Test return value of
2356 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
2357 gdb_expect by gdb_test and gdb_test_multiple.
2358 (thread 2, thread 3): New tests.
2359
2360 2011-09-12 Matt Rice <ratmice@gmail.com>
2361 Pedro Alves <pedro@codesourcery.com>
2362
2363 PR gdb/13175
2364
2365 * gdb.base/interp.exp: New tests.
2366 * gdb.base/interp.c: New file.
2367
2368 2011-09-12 Doug Evans <dje@google.com>
2369
2370 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2371 * gdb.dwarf2/typeddwarf.exp: Ditto.
2372
2373 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 Fix compatibility with x32 arch.
2376 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2377 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2378 is_x86_like_target.
2379 * testsuite/gdb.trace/collection.exp: Likewise.
2380 * testsuite/gdb.trace/report.exp: Likewise.
2381 * testsuite/gdb.trace/unavailable.exp: Likewise.
2382 * testsuite/gdb.trace/while-dyn.exp: Likewise.
2383 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2384 (is_x86_like_target): Check also is_amd64_regs_target.
2385
2386 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 PR breakpoints/12435
2389 * gdb.arch/amd64-prologue-xmm.c: New file.
2390 * gdb.arch/amd64-prologue-xmm.exp: New file.
2391 * gdb.arch/amd64-prologue-xmm.s: New file.
2392
2393 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 * gdb.dwarf2/dw2-param-error-main.c: New file.
2396 * gdb.dwarf2/dw2-param-error.S: New file.
2397 * gdb.dwarf2/dw2-param-error.exp: New file.
2398
2399 2011-09-08 Pedro Alves <pedro@codesourcery.com>
2400
2401 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2402 inferior's pid and look for a core dump named core.$pid. Use
2403 `remote_file' commands on the host instead of hand coding shell
2404 commands on the build.
2405 * gdb.base/valgrind-db-attach.exp: Kill the program before
2406 finishing the test.
2407
2408 2011-09-02 Matt Rice <ratmice@gmail.com>
2409
2410 * lib/prompt.exp: New file for testing the first prompt.
2411 * gdb.python/py-prompt.exp: Ditto.
2412 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2413
2414 2011-09-02 Pedro Alves <pedro@codesourcery.com>
2415
2416 * gdb.threads/gcore-thread.exp: Set the global core_supported to
2417 0, before testing gcore.
2418
2419 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 * dw2-ifort-parameter-debug.S: Update copyright year.
2422 * dw2-ifort-parameter.c: Update copyright year.
2423 * dw2-ifort-parameter.exp: Update copyright year.
2424
2425 * dw2-ifort-parameter-debug.S: New file.
2426 * dw2-ifort-parameter.c: New file.
2427 * dw2-ifort-parameter.exp: New file.
2428
2429 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 * gdb.base/commands.exp (error_clears_commands_left): New function.
2432 (): Call it.
2433
2434 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2437 (C): Initialize `a'.
2438 * gdb.mi/mi-inheritance-syntax-error.exp
2439 (-data-evaluate-expression $path): Expect `a' as 5.
2440
2441 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2442
2443 PR mi/11912
2444 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2445 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2446 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2447 keyword in output of -var-info-path-expression.
2448
2449 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2452 * gdb.trace/collection.exp: Likewise.
2453 * gdb.trace/report.exp: Likewise.
2454 * gdb.trace/unavailable.exp: Likewise.
2455 * gdb.trace/while-dyn.exp: Likewise.
2456
2457 2011-08-18 Keith Seitz <keiths@redhat.com>
2458
2459 PR c++/12266
2460 * gdb.cp/meth-typedefs.cc: New file.
2461 * gdb.cp/meth-typedefs.exp: New file.
2462
2463 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2464
2465 * gdb.python/python.exp: Add extended-prompt tests.
2466
2467 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 * gdb.arch/i386-dr3-watch.exp
2470 (watchpoint on gap1 does not fit debug registers)
2471 (delete all watchpoints): Fix racy expect strings.
2472
2473 2011-08-14 Yao Qi <yao@codesourcery.com>
2474
2475 * gdb.base/maint.exp: set data_section to ".neardata".
2476 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2477 * gdb.base/savedregs.exp: Handle SIGILL.
2478 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2479 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2480
2481 2011-08-12 Doug Evans <dje@google.com>
2482
2483 * gdb.python/py-symbol.exp: Add test for symbol.type.
2484
2485 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
2486
2487 * gdb.threads/pthreads.exp: Enable on non-native configurations.
2488 * gdb.mi/mi-pthreads.exp: Likewise.
2489 * gdb.mi/mi2-pthreads.exp: Likewise.
2490 * gdb.mi/gdb669.exp.exp: Likewise.
2491
2492 2011-08-09 Pedro Alves <pedro@codesourcery.com>
2493
2494 * lib/mi-support.exp (detect_async): Rename to...
2495 (mi_detect_async): ... this.
2496 * gdb.mi/mi-nonstop-exit.exp: Adjust.
2497 * gdb.mi/mi-nonstop.exp: Adjust.
2498 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2499 * gdb.mi/mi-nsintrall.exp: Adjust.
2500 * gdb.mi/mi-nsmoribund.exp: Adjust.
2501 * gdb.mi/mi-nsthrexec.exp: Adjust.
2502
2503 2011-08-09 Pedro Alves <pedro@codesourcery.com>
2504
2505 * gdb.base/display.c (do_loops): New `p_i' local.
2506 * gdb.base/display.exp: Test displaying a variable that is
2507 temporarily at a bad address.
2508
2509 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.dwarf2/dw2-op-stack-value.S: New file.
2512 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2513
2514 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
2517 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2518 (p fuNC_symtab): Permit also ppc64 leading dot.
2519
2520 2011-08-05 Pedro Alves <pedro@codesourcery.com>
2521
2522 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2523 procedure.
2524 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2525
2526 2011-08-05 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.base/callfuncs.exp: Set language after main.
2529 * gdb.cp/cplusfuncs.exp: Likewise.
2530 * gdb.cp/inherit.exp: Likewise.
2531
2532 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2533
2534 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2535 * gdb.base/watch-vfork.exp: Skip on remote targets.
2536
2537 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2538
2539 * gdb.threads/thread-find.exp: Support remote targets.
2540
2541 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2542
2543 * gdb.base/jit.exp: Download solib_binfile to target.
2544 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
2545 and call dlopen without full path name.
2546 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2547 dlopen without full path name.
2548
2549 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2550
2551 * gdb.base/break-always.exp: Complete the test
2552 with duplicated breakpoints and enabling/disabling them.
2553
2554 2011-08-02 Tom Tromey <tromey@redhat.com>
2555
2556 PR gdb/11289:
2557 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
2558
2559 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2560
2561 PR gdb/13045
2562 * gdb.base/float.exp: Add new test case for PR gdb/13045
2563 * gdb.base/float.c: New file.
2564
2565 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2566
2567 * gdb.python/py-mi.exp: Test printers returning string hint, and
2568 also not returning a value.
2569 * gdb.python/py-prettyprint.c: Add testcase for above.
2570 * gdb.python/py-prettyprint.py: Add test printer for above.
2571
2572 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2575 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2576 (.Ldie30) Add as field "data4".
2577 (.Ldie32) Rename field "b" to "shl".
2578 (abbrev4) Change for the "data4" field.
2579 (abbrev5, abbrev6) Remove.
2580 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2581 (p &s.shl): ... here. Add comment.
2582 (p &s.data4): New.
2583
2584 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 Fix crash on lval_computed values.
2587 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2588
2589 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2590
2591 * gdb.base/help.exp (help whatis): Update the expected string.
2592
2593 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2596 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2597 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2598 Change the expected string.
2599
2600 2011-07-26 Pedro Alves <pedro@codesourcery.com>
2601
2602 * gdb.base/watchpoint.exp
2603 (test_disable_enable_software_watchpoint): New procedure.
2604 (top level): Run it.
2605
2606 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
2607
2608 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
2609 executable file "${binfile}", C++ version "${binfile}-cxx".
2610 * gdb.python/py-prettyprint.exp: Likewise.
2611 * gdb.python/py-symbol.exp: Likewise.
2612 * gdb.python/py-type.exp: Likewise.
2613 * gdb.python/py-value.exp: Likewise.
2614 * gdb.python/py-template.exp (test_template_arg): Pass full executable
2615 file name instead of just suffix.
2616
2617 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 Fix implicit pointer offsets.
2620 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2621 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2622 (continue to breakpoint: continue to baz breakpoint for implptr)
2623 (sanity check element 0, sanity check element 1)
2624 (enter the inlined function, check element 0 for the offset)
2625 (check element 1 for the offset)
2626 (continue to breakpoint: ignore the second baz breakpoint): New tests.
2627 (set foo breakpoint for implptr): Update the breakpoint number.
2628
2629 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2630
2631 * gdb.python/py-mi.exp: Use different file names for different
2632 versions of the executable under test.
2633 * gdb.python/py-prettyprint.exp: Likewise.
2634 * gdb.python/py-symbol.exp: Likewise.
2635 * gdb.python/py-template.exp: Likewise.
2636 * gdb.python/py-type.exp: Likewise.
2637 * gdb.python/py-value.exp: Likewise.
2638
2639 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2640
2641 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2642 flag after restarting GDB if necessary.
2643
2644 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2645
2646 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2647
2648 2011-07-22 Pedro Alves <pedro@codesourcery.com>
2649
2650 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2651 backend doesn't leave used debug registers behind.
2652
2653 2011-07-22 Tom Tromey <tromey@redhat.com>
2654
2655 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2656 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2657 argument.
2658 * gdb.dwarf2/typeddwarf-amd64.S: New file.
2659
2660 2011-07-21 Matt Rice <ratmice@gmail.com>
2661
2662 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2663 in mostlyclean rule. Add files ending in .core.
2664
2665 2011-07-21 Matt Rice <ratmice@gmail.com>
2666
2667 PR macros/12999
2668 * gdb.base/info-macros.c: New test sources.
2669 * gdb.base/info-macros.exp: New tests.
2670
2671 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2672
2673 * gdb.python/python.exp: Add prompt substitution tests.
2674
2675 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 Fix crash if referenced CU is aged out.
2678 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2679 New.
2680 * gdb.dwarf2/implptr.exp: Likewise.
2681
2682 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2683
2684 * gdb.dwarf2/implptr.S: Rebuilt.
2685 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2686 (bar): Use them for j, k, l.
2687 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
2688 COMPILE.
2689 (print j in implptr:bar): Update for the intp typedef.
2690 (print p[0].x in implptr:foo): Use more exact regex.
2691
2692 2011-07-18 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.cp/static-method.exp: Add missing single quote.
2695
2696 2011-07-18 Yao Qi <yao@codesourcery.com>
2697
2698 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2699 supported.
2700 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2701 * gdb.mi/mi-nonstop.exp: Likewise.
2702 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2703 * gdb.mi/mi-nsintrall.exp: Likewise.
2704 * gdb.mi/mi-nsmoribund.exp: Likewise.
2705 * gdb.mi/mi-nsthrexec.exp: Likewise.
2706 * gdb.python/py-evthreads.exp: Likewise.
2707
2708 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 Code cleanup.
2711 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
2712 it. Substitute it instead of test_compiler_info everywhere.
2713
2714 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2715
2716 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
2717 remote targets as well.
2718
2719 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2720
2721 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2722 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
2723
2724 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2725
2726 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2727 a remote machine, not the host.
2728 (gdb_compile_shlib): Set soname if target is remote.
2729
2730 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2731
2732 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2733
2734 2011-07-13 Matt Rice <ratmice@gmail.com>
2735
2736 * gdb.python/py-objfile-script-gdb.py: Renamed to
2737 py-objfile-script-gdb.py.in.
2738 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2739 py-objfile-script-gdb.py.
2740 * gdb.python/py-objfile-script.exp: Update reference to
2741 py-objfile-script-gdb.py.
2742
2743 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2744
2745 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2746 reference undefined label.
2747
2748 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2751 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2752 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2753 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2754
2755 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2756
2757 PR python/12438
2758 * gdb.python/python.exp: Add maint set/show python print-stack
2759 deprecated tests. Add set/show python print-backtrace tests.
2760
2761 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2762
2763 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2764 debug info.
2765
2766 2011-07-06 Matt Rice <ratmice@gmail.com>
2767
2768 * gdb.python/python.exp: Update filename paths.
2769 * gdb.python/py-symtab.exp: Ditto.
2770
2771 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2772
2773 * gdb.python/py-evthreads.exp: Add missing `$'.
2774
2775 2011-07-06 Jie Zhang <jie.zhang@analog.com>
2776
2777 * config/bfin.exp: New file.
2778 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2779 * gdb.asm/bfin.inc: New file.
2780
2781 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2782
2783 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
2784 the whole output.
2785
2786 2011-07-05 Tom Tromey <tromey@redhat.com>
2787
2788 * gdb.java/jprint.java (jprint.hi): New field.
2789 * gdb.java/jprint.exp: Print string.
2790
2791 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2792
2793 * gdb.base/call-sc.c: Fix typos.
2794 * gdb.base/ifelse.exp: Likewise.
2795 * gdb.base/structs.c: Likewise.
2796
2797 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2798
2799 * gdb.base/jit-so.exp: New test.
2800 * gdb.base/jit-dlmain.c: New file.
2801 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2802
2803 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2804
2805 * gdb.cp/m-static.exp: Call get_compiler_info.
2806 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2807 * gdb.cp/pr9167.exp (p b): Likewise.
2808 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2809 (test value of P in inner_m, test type of Z in inner_m): Call
2810 setup_xfail for gcc <= 4.5.
2811
2812 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 * gdb.cp/paren-type.cc: New files.
2815 * gdb.cp/paren-type.exp: New files.
2816
2817 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 Stop on first linespec terminator instead of eating what we can.
2820 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2821 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2822 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2823 (break C::f()): ... this one.
2824 (break C::operator()()): New test.
2825 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2826 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2827 test.
2828
2829 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 Fall back linespec to minimal symbols.
2832 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2833 error message.
2834 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2835 * gdb.cp/minsym-fallback-main.cc: New file.
2836 * gdb.cp/minsym-fallback.cc: New file.
2837 * gdb.cp/minsym-fallback.exp: New file.
2838 * gdb.cp/minsym-fallback.h: New file.
2839
2840 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.cp/no-dmgl-verbose.cc: New file.
2843 * gdb.cp/no-dmgl-verbose.exp: New file.
2844
2845 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2846
2847 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2848 __GI_.
2849 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2850 (f): New function.
2851 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2852 (complete p 'func<short>(): ... here.
2853 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2854 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2855 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2856 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2857 Make them KFAIL gcc/49546.
2858
2859 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2860
2861 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2862
2863 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 Test GCC PR debug/49546.
2866 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2867 (test type of F in k3_m, test value of F in k3_m): New.
2868 * gdb.cp/temargs.cc (struct S3, struct K3): New.
2869 (main): New variable k3. Call k3.k3_m.
2870
2871 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2872
2873 * gdb.ada/packed_array.exp: Fix expected outout.
2874
2875 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2876
2877 * gdb.ada/packed_array.exp: fixed expected output.
2878
2879 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2880
2881 * gdb.ada/same_enum: New testcase.
2882
2883 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2884
2885 * gdb.ada/ptr_typedef: New testcase.
2886
2887 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2888
2889 * gdb.ada/arrayptr.exp: Add ptype test.
2890
2891 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2892
2893 * gdb.ada/char_enum: New testcase.
2894
2895 2011-07-01 Yao Qi <yao@codesourcery.com>
2896
2897 * gdb.base/dump.exp (capture_pointer_with_type): New.
2898 Get value from address instead of name.
2899 Start GDB once, and do `dump' and `restore'
2900 tests together.
2901
2902 2011-06-30 Jie Zhang <jie.zhang@analog.com>
2903 Mike Frysinger <vapier@gentoo.org>
2904
2905 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2906 helper functions for getting/setting remotetimeout variable.
2907 * lib/gdb.exp (gdb_load): If the target is remote, set
2908 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2909 with $loadtimeout. Set $load_ok to 0 before doing the load.
2910 Instead of returning, immediately, set $load_ok to 0. Call
2911 set_remotetimeout with $oldremotetimeout, and then return if
2912 $load_ok is 1.
2913
2914 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
2915
2916 * gdb.python/py-template.exp: Don't run this test if the target
2917 does not support c++ tests.
2918
2919 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2920
2921 Fix non-only rename list for Fortran modules import.
2922 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2923 tests.
2924 * gdb.fortran/module.f90 (module moduse): New.
2925 (program module): use moduse, test var_x, var_y and var_z.
2926
2927 2011-06-29 Tom Tromey <tromey@redhat.com>
2928
2929 PR testsuite/12040:
2930 * gdb.fortran/array-element.exp: Use f90, not f77.
2931 * gdb.fortran/complex.exp: Use f90, not f77.
2932 * gdb.fortran/derived-type.exp: Use f90, not f77.
2933 * gdb.fortran/library-module.exp: Use f90, not f77.
2934 * gdb.fortran/logical.exp: Use f90, not f77.
2935 * gdb.fortran/module.exp: Use f90, not f77.
2936 * gdb.fortran/multi-dim.exp: Use f90, not f77.
2937 * gdb.fortran/subarray.exp: Use f90, not f77.
2938
2939 2011-06-29 Tom Tromey <tromey@redhat.com>
2940
2941 * gdb.fortran/charset.exp: New file.
2942 * gdb.fortran/charset.f90: New file.
2943
2944 2011-06-29 Tom Tromey <tromey@redhat.com>
2945
2946 PR testsuite/12040:
2947 * lib/future.exp: New file, mostly extracted from ada.exp.
2948 Rewrote compatibility code to use rename.
2949 (gdb_find_gfortran): New proc.
2950 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2951 gfortran patch.
2952 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2953 Move to future.exp.
2954 * lib/gdb.exp: Always load future.exp.
2955
2956 2011-06-28 Yao Qi <yao@codesourcery.com>
2957
2958 * gdb.cp/exception.cc: Don't include iostream.
2959 (bar): Remove print statement.
2960 (catcher): New.
2961 (main): Remove print statements. Call function catcher.
2962 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2963 Set breakpoint on catcher, and check the value of parameter.
2964
2965 2011-06-23 Yao Qi <yao@codesourcery.com>
2966
2967 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2968 1.2 is disabled. KFAIL for uclinux.
2969
2970 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2971
2972 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2973 mi_gdb_test.
2974
2975 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2976
2977 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2978
2979 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2980
2981 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2982
2983 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2984
2985 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2986 `test_exec_and_symbol_mi_operatons' return value.
2987 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2988 gdb_test_multiple.
2989 (test_exec_and_symbol_mi_operatons): Likewise.
2990 (test_path_specification): Likewise.
2991
2992 2011-06-23 Yao Qi <yao@codesourcery.com>
2993
2994 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2995 supported.
2996 * lib/gdb.exp (support_displaced_stepping): New.
2997
2998 2011-06-23 Yao Qi <yao@codesourcery.com>
2999
3000 * gdb.threads/execl.exp: Skip on remote target.
3001
3002 2011-06-21 Marek Polacek <mpolacek@redhat.com>
3003
3004 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
3005 mi_gdb_test.
3006
3007 2011-06-20 Marek Polacek <mpolacek@redhat.com>
3008
3009 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
3010
3011 2011-06-20 Marek Polacek <mpolacek@redhat.com>
3012
3013 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
3014 mi_gdb_test.
3015
3016 2011-06-20 Marek Polacek <mpolacek@redhat.com>
3017
3018 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
3019
3020 2011-06-14 Yao Qi <yao@codesourcery.com>
3021
3022 gdb/testsuite/
3023 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
3024
3025 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3026
3027 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
3028
3029 2011-06-10 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
3032 Add tests for pointer-to-member-function.
3033 * gdb.cp/temargs.cc (S::somefunc): New function.
3034 (K2): New class.
3035 (main): Instantiate K2; call method.
3036
3037 2011-06-08 Joel Brobecker <brobecker@adacore.com>
3038
3039 * gdb.python/py-inferior.c (f2): Make str an array rather
3040 than a pointer.
3041 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
3042
3043 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 * gdb.base/async-shell.c: New file.
3046 * gdb.base/async-shell.exp: New file.
3047
3048 2011-06-06 Pedro Alves <pedro@codesourcery.com>
3049
3050 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
3051
3052 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
3053
3054 From Stephen Kitt <steve@sk2.org>
3055 * gdb.base/help.exp: Adjust following some spelling corrections
3056 in GDB.
3057
3058 2011-06-01 Yao Qi <yao@codesourcery.com>
3059
3060 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
3061
3062 2010-05-31 Keith Seitz <keiths@redhat.com>
3063
3064 PR c++/12750
3065 * gdb.cp/static-method.cc: New file.
3066 * gdb.cp/static-method.exp: New file.
3067
3068 2010-05-31 Keith Seitz <keiths@redhat.com>
3069
3070 PR symtab/12704
3071 * gdb.cp/anon-ns.cc: New file.
3072 * gdb.cp/anon-ns.exp: New file.
3073
3074 2011-05-31 Pedro Alves <pedro@codesourcery.com>
3075
3076 * gdb.arch/i386-dr3-watch.c: New file.
3077 * gdb.arch/i386-dr3-watch.exp: New file.
3078
3079 2011-05-30 Yao Qi <yao@codesourcery.com>
3080
3081 * gdb.base/callfuncs.c (t_structs_fc): New.
3082 (t_structs_dc, t_structs_ldc): New.
3083 (t_double_many_args):
3084 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
3085 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
3086 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
3087 * gdb.base/callfuncs.exp: Call new functions.
3088
3089 2011-05-30 Yao Qi <yao@codesourcery.com>
3090
3091 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
3092 Call rerun_and_prepare for each test to isolate effects.
3093
3094 2011-05-30 Yao Qi <yao@codesourcery.com>
3095
3096 * gdb.base/varargs.c (find_max_float_real): New.
3097 (find_max_double_real, find_max_long_double_real): New.
3098 * gdb.base/varargs.exp: Call these new added functions.
3099 * lib/gdb.exp (setup_kfail_for_target): New.
3100
3101 2011-05-30 Yao Qi <yao@codesourcery.com>
3102
3103 * gdb.base/funcargs.c (callca, callcb, callcc): New.
3104 (callcd, callce, callcf, callc1a, callc1b): New.
3105 (callc2a, callc2b): New.
3106 * gdb.base/funcargs.exp (complex_args): New.
3107 (complex_integral_args, complex_float_integral_args): New.
3108 * lib/gdb.exp (support_complex_tests): New. Determine
3109 whether to run test cases on _Complex types.
3110
3111 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 * gdb.threads/leader-exit.c: New file.
3114 * gdb.threads/leader-exit.exp: New file.
3115
3116 2011-05-27 Marek Polacek <mpolacek@redhat.com>
3117
3118 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
3119
3120 2011-05-27 Marek Polacek <mpolacek@redhat.com>
3121
3122 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
3123 remove the `supported' variable.
3124 * gdb.mi/mi-nonstop.exp: Likewise.
3125 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3126 * gdb.mi/mi-nsintrall.exp: Likewise.
3127 * gdb.mi/mi-nsmoribund.exp: Likewise.
3128 * gdb.mi/mi-nsthrexec.exp: Likewise.
3129
3130 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3131
3132 * gdb.reverse/finish-reverse-bkpt.exp: New test.
3133
3134 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3135
3136 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
3137
3138 2011-05-24 Keith Seitz <keiths@redhat.com>
3139
3140 PR breakpoint/12803
3141 * gdb.cp/cmpd-minsyms.cc (a): New method.
3142 (b): New method.
3143 (c): New method.
3144 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
3145
3146 2011-05-24 Pedro Alves <pedro@codesourcery.com>
3147
3148 * gdb.base/commands.exp (watchpoint_command_test): Check that the
3149 watchpoint's command list didn't execute when the watchpoint went
3150 out of scope.
3151
3152 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
3153
3154 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
3155 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
3156 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
3157 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3158 * gdb.arch/i386-permbkpt.exp: Likewise.
3159 * gdb.arch/i386-prologue.exp: Likewise.
3160 * gdb.arch/i386-size-overlap.exp: Likewise.
3161 * gdb.arch/i386-size.exp: Likewise.
3162 * gdb.arch/i386-unwind.exp: Likewise.
3163 * gdb.reverse/i386-precsave.exp: Likewise.
3164 * gdb.reverse/i386-reverse.exp: Likewise.
3165 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3166 * gdb.reverse/i387-env-reverse.exp: Likewise.
3167 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3168
3169 2011-05-24 Pedro Alves <pedro@codesourcery.com>
3170
3171 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
3172 file doesn't error, using MI.
3173
3174 2011-05-23 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb.base/charset.exp (string_display): Add tests to assign to
3177 arrays.
3178 * gdb.base/charset.c (short_array, int_array, long_array): New.
3179
3180 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3181
3182 Cope with async mode.
3183
3184 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
3185 into gdb_test + mi_expect_stop.
3186
3187 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3188
3189 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
3190 (callme): Remove printf call.
3191
3192 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
3193
3194 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
3195 quote pattern to avoid problems with Cygwin/mingw expect versions.
3196 * gdb.base/default.exp (show convenience): Use double
3197 quote pattern for regular expressions.
3198
3199 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3200
3201 Fix -readnow for -gdwarf-4 unused type units.
3202 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
3203 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
3204
3205 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3206
3207 * gdb.base/kill-after-signal.c: New file.
3208 * gdb.base/kill-after-signal.exp: New file.
3209
3210 2011-05-16 Pedro Alves <pedro@codesourcery.com>
3211
3212 * gdb.ada/start.exp: Call untested with the correct test filename.
3213 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
3214 test filename. Make the test's binary unique.
3215 * gdb.arch/i386-signal.exp: Call untested with the correct test
3216 filename.
3217 * gdb.arch/i386-size-overlap.exp: Ditto.
3218 * gdb.arch/Makefile.in (EXECUTABLES): Update.
3219 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3220 * gdb.cp/call-c.exp: Ditto.
3221 * gdb.mi/mi-reverse.exp: Call untested with the correct test
3222 filename. Make the test's binary unique.
3223 * gdb.mi/Makefile.in (EXECUTABLES): Update.
3224 * gdb.python/py-mi.exp: Ditto.
3225 * gdb.python/Makefile.in (EXECUTABLES): Update.
3226 * gdb.reverse/i386-precsave.exp: Ditto.
3227 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
3228 test filename.
3229 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3230 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
3231 unique.
3232 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
3233 test filename.
3234 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
3235 * gdb.trace/tfile.exp: Ditto.
3236
3237 2011-05-14 Yao Qi <yao@codesourcery.com>
3238
3239 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
3240 type.
3241
3242 2011-05-13 Doug Evans <dje@google.com>
3243
3244 * gdb.python/py-objfile-script.exp: New file.
3245 * gdb.python/py-objfile-script.c: New file.
3246 * gdb.python/py-objfile-script-gdb.py: New file.
3247 * testsuite/gdb.python/py-section-script.exp: Test
3248 "info auto-load-scripts".
3249
3250 2011-05-13 Tom Tromey <tromey@redhat.com>
3251
3252 * gdb.dwarf2/clztest.exp: New file.
3253 * gdb.dwarf2/clztest.c: New file.
3254 * gdb.dwarf2/clztest.S: New file.
3255
3256 2011-05-13 Doug Evans <dje@google.com>
3257
3258 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
3259 String16 tests.
3260
3261 2011-05-13 Tom Tromey <tromey@redhat.com>
3262
3263 * lib/gdb.exp (is_x86_like_target): New proc.
3264 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
3265 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
3266 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
3267 -nostdlib to compiler.
3268 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
3269 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
3270 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
3271 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
3272 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
3273
3274 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3275
3276 * gdb.python/py-function.exp: Test setting a value from a function
3277 which executes a command.
3278
3279 2011-05-12 Tom Tromey <tromey@redhat.com>
3280
3281 * gdb.dwarf2/typeddwarf.S: New file.
3282 * gdb.dwarf2/typeddwarf.c: New file.
3283 * gdb.dwarf2/typeddwarf.exp: New file.
3284
3285 2011-05-12 Marek Polacek <mpolacek@redhat.com>
3286
3287 * gdb.mi/mi-basics.exp: Fix races. Honour the
3288 `test_exec_and_symbol_mi_operatons' return value.
3289 (test_mi_interpreter_selection): Use mi_gdb_test instead of
3290 gdb_test_multiple.
3291 (test_exec_and_symbol_mi_operatons): Likewise.
3292 (test_path_specification): Likewise.
3293
3294 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
3297 (gdb_touch_execfile): Remove catch wrappers. New variable time.
3298 Replace `file copy' and `file rename' by `file mtime'. Twice.
3299
3300 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 * gdb.base/readline-ask.c: New file.
3303 * gdb.base/readline-ask.exp: New file.
3304 * gdb.base/readline-ask.inputrc: New file.
3305
3306 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3307
3308 * gdb.cell/bt.exp: Delete breakpoints before running to signal
3309 to avoid race condition.
3310 * gdb.cell/coremaker.c: Use small stack size.
3311 * gdb.cell/ea-standalone.exp: Use file name without path as
3312 argument to c_to.
3313 * gdb.cell/fork.exp: Allow other output when continuing to end.
3314
3315 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 * gdb.threads/corethreads.c: New file.
3318 * gdb.threads/corethreads.exp: New file.
3319
3320 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3323 Try to compile the test using -Wl,-z,norelro first.
3324 (load_core): New variable libthread_db_seen, initialize it.
3325 (zeroed-threads cannot be listed): Protect it by XFAIL on
3326 !$libthread_db_seen.
3327
3328 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 PR 12573
3331 * gdb.dwarf2/dw2-skip-prologue.S: New file.
3332 * gdb.dwarf2/dw2-skip-prologue.c: New file.
3333 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3334
3335 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.cp/psymtab-parameter.cc: New file.
3338 * gdb.cp/psymtab-parameter.exp: New file.
3339
3340 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 Fix a race.
3343 * gdb.cp/static-print-quit.exp (print c): Split to ...
3344 (print c - <return>, print c - q <return>, print c - to quit):
3345 ... these. Make the testfile untested on gdb-7.1.
3346
3347 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
3348
3349 * lib/gdb.exp (exec_target_file, exec_symbol_file,
3350 gdb_rename_execfile, gdb_touch_execfile): New.
3351 * gdb.base/reread.exp: Use new procs to handle multiple
3352 exec files.
3353
3354 2011-05-05 Yao Qi <yao@codesourcery.com>
3355
3356 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3357 (test_adr_32bit, test_pop_pc): New.
3358 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3359 (test_adr_32bit, test_pop_pc): New.
3360
3361 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3362
3363 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3364 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3365 targets.
3366 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3367 handle targets.
3368
3369 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3370
3371 * gdb.base/completion.exp (complete help info wat): Rename to ...
3372 (complete 'help info wat'): ... here.
3373 Remove all `-re ".*' and `-re "^.*' redundant regexes.
3374 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3375
3376 2011-05-04 Pedro Alves <pedro@codesourcery.com>
3377
3378 * gdb.base/completion.exp: Use gdb_test_multiple instead of
3379 gdb_test and explicit $gdb_prompt/timeout matches.
3380
3381 2011-05-04 Yao Qi <yao@codesourcery.com>
3382
3383 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3384 and __thumb2__.
3385
3386 2011-05-03 Marek Polacek <mpolacek@redhat.com>
3387
3388 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3389 in place of `gdb_test "delete breakpoints"'. This eliminates two
3390 testcases.
3391
3392 2011-05-02 Pedro Alves <pedro@codesourcery.com>
3393
3394 PR testsuite/12649
3395 Fix races.
3396
3397 * gdb.base/completion.exp: Remove all sleep calls. Remove
3398 unnecessary regexs. Don't explicitly expect anything after the
3399 prompt. Eat the prompt if necessary.
3400
3401 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
3402
3403 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3404 accept to show the caller line again as well as the line after.
3405
3406 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
3407
3408 PR mi/12531
3409
3410 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3411 compile target.
3412 * gdb.python/py-prettyprint.exp: Add C++ object for
3413 CPLUS_FAKE_CHILD test.
3414
3415 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
3416
3417 * gdb.base/signest.exp: New file.
3418 * gdb.base/signest.c: Likewise.
3419
3420 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3421
3422 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3423 thread and breakpoint notifications.
3424
3425 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3426
3427 * gdb.base/fortran-sym-case.c: New file.
3428 * gdb.base/fortran-sym-case.exp: New file.
3429 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3430 * gdb.dwarf2/dw2-case-insensitive.c: New file.
3431 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3432
3433 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3436 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3437 false #1', `if true else false #2' and `if true else false #3'.
3438
3439 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
3440
3441 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3442 while delivering signal.
3443
3444 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
3445
3446 MI breakpoint notifications.
3447
3448 * testsuite/gdb.mi/mi-cli.exp: Adust.
3449 * testsuite/gdb.mi/mi2-cli.exp: Adust.
3450 * testsuite/gdb.mi/mi-watch.exp: Adust.
3451 * testsuite/gdb.mi/mi2-watch.exp: Adust.
3452 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3453 notifications.
3454
3455 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 * gdb.base/gdbindex-stabs-dwarf.c: New file.
3458 * gdb.base/gdbindex-stabs.c: New file.
3459 * gdb.base/gdbindex-stabs.exp: New file.
3460
3461 2011-04-25 Yao Qi <yao@codesourcery.com>
3462
3463 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3464 with /*...*/.
3465 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3466
3467 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 * gdb.python/py-value.exp (test_objfiles): Name the first test
3470 `py-value in file.filename'.
3471
3472 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3475 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3476 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3477 !gdbserver_reconnect_p..
3478 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3479
3480 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 * gdb.cp/cpcompletion.exp (complete class methods)
3483 (complete class methods beginning with F): Move them above runto. New
3484 comment about the runto delimiter.
3485
3486 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3487
3488 * gdb.base/maint.exp: Test that "maint print registers" works
3489 without a running program.
3490
3491 2011-04-20 Marek Polacek <mpolacek@redhat.com>
3492
3493 * gdb.base/setshow.exp: Fix racy tests.
3494 ($old_gdb_prompt): New variable.
3495
3496 2011-04-19 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.mi/mi-nsmoribund.exp:
3499 * gdb.hp/gdb.objdbg/objdbg01.exp:
3500 * gdb.base/structs.exp (test_struct_returns):
3501 * gdb.base/call-sc.exp (test_scalar_returns):
3502 * gdb.base/bigcore.exp: Remove duplicate words.
3503
3504 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3505
3506 * gdb.base/break-interp-lib.c (v, vptr): New variables.
3507 * gdb.base/break-interp.exp (test_attach): New comment.
3508
3509 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3510
3511 * gdb.threads/gcore-thread.exp ($core0file): New variable.
3512 (clear __stack_user.next, clear stack_used.next)
3513 (save a zeroed-threads corefile): New test.
3514 Call core_load for $core0file.
3515 (zeroed-threads cannot be listed): New test.
3516
3517 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3520 filename.
3521 ($srcfile): Preserve the original value.
3522 ($testfile): Match it the .exp filename.
3523 ($corefile): New variable. Substitute it around.
3524 Use clean_restart.
3525 ($prev_timeout): Remove.
3526 (load_core): Move core loading into this proc.
3527 Fix restore of $timeout if load_core fails.
3528
3529 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.base/eu-strip-infcall.c: New file.
3532 * gdb.base/eu-strip-infcall.exp: New file.
3533
3534 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3535
3536 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3537 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3538
3539 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 Fix Python access to inlined frames.
3542 * gdb.python/py-frame-inline.c: New file.
3543 * gdb.python/py-frame-inline.exp: New file.
3544
3545 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
3546
3547 * gdb.base/gdb1090.exp: Change breakpoint location to read the
3548 content of 's24' correctly (avoiding "optimized out").
3549 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3550
3551 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3554
3555 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3556
3557 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3558 expect a colon in watch -location output.
3559
3560 2011-04-13 Marek Polacek <mpolacek@redhat.com>
3561
3562 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
3563 New testcase `expect response to define backtrace'. Also remove
3564 redundant `default' block.
3565
3566 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3567
3568 * gdb.python/py-prettyprint.c (struct hint_error): New.
3569 (main): New variable hint_error.
3570 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3571 "print hint_error".
3572 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3573 (register_pretty_printers): Register it.
3574
3575 2011-04-04 Tom Tromey <tromey@redhat.com>
3576
3577 * gdb.cp/maint.exp (test_help): Update.
3578 (test_namespace): Likewise.
3579
3580 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3581
3582 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3583 * gdb.ada/arrayptr.exp: Add new tests.
3584
3585 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3586
3587 * gdb.ada/mi_catch_ex: New testcase.
3588
3589 2011-04-01 Pedro Alves <pedro@codesourcery.com>
3590
3591 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3592 base::overload(void) method without specifying "const".
3593
3594 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3595
3596 * gdb.arch/thumb-singlestep.S: New file.
3597 * gdb.arch/thumb-singlestep.exp: Likewise.
3598
3599 2011-03-31 Tom Tromey <tromey@redhat.com>
3600
3601 * gdb.python/py-prettyprint.py (exception_flag): New global.
3602 (NoStringContainerPrinter._iterator.next): Check it.
3603 * gdb.python/py-prettyprint.c (main): New variable nstype2.
3604 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3605
3606 2011-03-29 Tom Tromey <tromey@redhat.com>
3607
3608 * gdb.cp/anon-struct.cc: New file.
3609 * gdb.cp/anon-struct.exp: New file.
3610
3611 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 Test STT_GNU_IFUNC support.
3614 * gdb.base/gnu-ifunc-lib.c: New file.
3615 * gdb.base/gnu-ifunc.c: New file.
3616 * gdb.base/gnu-ifunc.exp: New file.
3617
3618 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3619
3620 Support a ring of related breakpoints.
3621 * gdb.base/watchpoint-delete.c: New file.
3622 * gdb.base/watchpoint-delete.exp: New file.
3623
3624 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3625
3626 * gdb.ada/arrayparam.exp (print first after function call): Use
3627 explicit package name. Add a comment
3628 (print lasta after function call): Rename ...
3629 (print last after function call): ... it and use explicit package
3630 name.
3631 (print length after function call): Use explicit package name.
3632 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3633 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3634 (multiple matches for symbol i): Rename ...
3635 (multiple matches for symbol integervar): ... it.
3636 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3637 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3638
3639 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
3640
3641 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3642 environment variable to make grep output more predictable. Move
3643 all the environment setup into gdb_init so it's done once per test
3644 case rather than each time we start gdb.
3645
3646 2011-03-24 Tom Tromey <tromey@redhat.com>
3647
3648 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
3649 test.
3650
3651 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * gdb.dwarf2/dw2-entry-value-main.c: New file.
3654 * gdb.dwarf2/dw2-entry-value.S: New file.
3655 * gdb.dwarf2/dw2-entry-value.exp: New file.
3656
3657 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3658
3659 PR python/12183
3660
3661 * gdb.python/py-function.exp: Add GdbError tests.
3662
3663 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3664
3665 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3666 (reglocal_test_func, statlocal_test_func): New functions.
3667 (globals_test_func): Call new functions.
3668 * gdb.trace/unavailable.exp (gdb_collect_args_test)
3669 (gdb_collect_locals_test): New procedure.
3670 (gdb_trace_collection_test): Call new procedures.
3671
3672 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3673
3674 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3675 (test_register, test_register_unavailable): New procedures.
3676 (gdb_unavailable_registers_test): New procedure.
3677 (gdb_trace_collection_test): Call it.
3678
3679 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3680
3681 PR python/12149
3682
3683 * gdb.python/python.exp: Add gdb.write tests.
3684
3685 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
3686
3687 * gdb.python/Makefile.in: Add py-objfile.
3688 * gdb.python/py-objfile.exp: New file.
3689 * gdb.python/py-objfile.c: New file.
3690 * gdb.python/py-block.exp: Add is_valid tests.
3691 * gdb.python/py-inferior.exp: Ditto.
3692 * gdb.python/py-infthread.exp: Ditto.
3693 * gdb.python/py-symbol.exp: Ditto.
3694 * gdb.python/py-symtab.exp: Ditto.
3695
3696 2011-03-16 Keith Seitz <keiths@redhat.com>
3697
3698 PR c++/12273
3699 * gdb.cp/cmpd-minsyms.exp: New test.
3700 * gdb.cp/cmpd-minsyms.cc: New file.
3701
3702 PR c++/11734
3703 * gdb.cp/ovsrch.exp: New test.
3704 * gdb.cp/ovsrch.h: New file.
3705 * gdb.cp/ovsrch1.cc: New file.
3706 * gdb.cp/ovsrch2.cc: New file.
3707 * gdb.cp/ovsrch3.cc: New file.
3708 * gdb.cp/ovsrch4.cc: New file.
3709
3710 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3711
3712 PR gdb/12528
3713 * gdb.base/Makefile.in: Adjust EXECUTABLES.
3714 * gdb.base/break-on-linker-gcd-function.exp: New test.
3715 * gdb.base/break-on-linker-gcd-function.cc: New file.
3716
3717 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
3718
3719 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3720
3721 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
3722
3723 * lib/gdb.exp (gdb_unload): Add another termination case.
3724
3725 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3726
3727 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3728 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3729 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3730 Provide a stub byte there.
3731 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3732 DW_AT_entry_pc.
3733 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3734
3735 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3736
3737 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3738 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
3739 "generic ABI, auto".
3740 (altivec_abi_tests): Accept vectors returned by reference.
3741
3742 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
3743
3744 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3745
3746 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
3747
3748 * gdb.python/py-section-script.exp: Skip test if no Python support.
3749
3750 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
3751
3752 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3753
3754 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3755
3756 * gdb.python/py-parameter.exp: Update tests to the new Python
3757 parameter API. Add "no documentation" test. Add deprecated API
3758 backward compatibility test.
3759
3760 2011-03-09 Tom Tromey <tromey@redhat.com>
3761
3762 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3763 gdb_continue_to_end.
3764
3765 2011-03-09 Mark Kettenis <kettenis@gnu.org>
3766
3767 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3768 tabs.
3769
3770 2011-03-09 Tom Tromey <tromey@redhat.com>
3771
3772 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
3773 parentheses.
3774 (gdb_continue_to_end): Add "allow_extra" parameter. Use
3775 $command.
3776 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3777 argument to gdb_continue_to_end.
3778 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3779 argument to gdb_continue_to_end.
3780 * gdb.cp/annota3.exp: Fix regex.
3781 * gdb.cp/annota2.exp: Fix regex.
3782 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3783 gdb_continue_to_end.
3784 * gdb.base/call-signal-resume.exp: Revert earlier patch.
3785 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3786 gdb_continue_to_end.
3787
3788 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 * gdb.server/ext-run.exp
3791 (load new file without any gdbserver inferior): New test.
3792
3793 2011-03-07 Tom Tromey <tromey@redhat.com>
3794
3795 * Makefile.in (TAGS): Rewrite.
3796
3797 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.trace/report.exp (12.1: trace report #1): New match for the
3800 initial commands echo. New match for `Found trace'. Anchor all the
3801 other matches. Anchor and match for `No trace frame found' the final
3802 match.
3803
3804 2011-03-07 Tom Tromey <tromey@redhat.com>
3805
3806 * Makefile.in (TAGS): New target.
3807
3808 2011-03-07 Tom Tromey <tromey@redhat.com>
3809
3810 * lib/opencl.exp (skip_opencl_tests): Update for exit message
3811 change.
3812 * lib/mi-support.exp (mi_gdb_test): Update for exit message
3813 change.
3814 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
3815 exit message change.
3816 (skip_altivec_tests): Update for exit message change.
3817 (skip_vsx_tests): Likewise.
3818 (gdb_continue_to_end): Likewise. Add 'command' argument.
3819 * lib/cell.exp (skip_cell_tests): Update for exit message change.
3820 * gdb.threads/tls.exp: Update for exit message change.
3821 * gdb.threads/thread-unwindonsignal.exp: Use
3822 gdb_continue_to_end.
3823 * gdb.threads/step.exp (step_it): Update for exit message change.
3824 (continue_all): Likewise.
3825 * gdb.threads/print-threads.exp (test_all_threads): Update for
3826 exit message change.
3827 * gdb.threads/interrupted-hand-call.exp: Use
3828 gdb_continue_to_end.
3829 * gdb.threads/execl.exp: Use gdb_continue_to_end.
3830 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3831 gdb_continue_to_end.
3832 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3833 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3834 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3835 * gdb.cp/method.exp: Update for exit message change.
3836 * gdb.cp/mb-templates.exp: Update for exit message change.
3837 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3838 * gdb.cp/annota3.exp: Update for exit message change.
3839 * gdb.cp/annota2.exp: Update for exit message change.
3840 * gdb.cell/fork.exp: Use gdb_continue_to_end.
3841 * gdb.base/term.exp: Update for exit message change.
3842 * gdb.base/step-test.exp (test_i): Update for exit message change.
3843 * gdb.base/sigstep.exp (advance): Update for exit message change.
3844 (advancei): Likewise.
3845 * gdb.base/siginfo.exp: Update for exit message change.
3846 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3847 * gdb.base/reread.exp: Use gdb_continue_to_end.
3848 * gdb.base/langs.exp: Use gdb_continue_to_end.
3849 * gdb.base/interrupt.exp: Update for exit message change.
3850 * gdb.base/gdb1555.exp: Update for exit message change.
3851 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3852 * gdb.base/ending-run.exp: Update for exit message change.
3853 * gdb.base/chng-syms.exp: Update for exit message change.
3854 * gdb.base/checkpoint.exp: Update for exit message change.
3855 * gdb.base/catch-syscall.exp (check_for_program_end): Use
3856 gdb_continue_to_end.
3857 (test_catch_syscall_with_wrong_args): Likewise.
3858 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3859 * gdb.base/break-interp.exp (test_ld): Update for exit message
3860 change.
3861 * gdb.base/bang.exp: Update for exit message change.
3862 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3863 (do_call_attach_tests): Likewise.
3864 * gdb.base/a2-run.exp: Update for exit message change.
3865 * gdb.arch/ppc-dfp.exp: Update for exit message change.
3866 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3867 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3868
3869 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3870
3871 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3872
3873 2011-03-03 Tom Tromey <tromey@redhat.com>
3874
3875 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3876 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3877 * gdb.hp/gdb.aCC/configure.ac: Remove.
3878 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3879 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3880 * gdb.hp/gdb.base-hp/configure.ac: Remove.
3881 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3882 * gdb.hp/gdb.compat/configure (Makefile): Remove.
3883 * gdb.hp/gdb.compat/configure.ac: Remove.
3884 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3885 * gdb.hp/gdb.defects/configure (Makefile): Remove.
3886 * gdb.hp/gdb.defects/configure.ac: Remove.
3887 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3888 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3889 * gdb.hp/gdb.objdbg/configure.ac: Remove.
3890 * gdb.hp/configure.ac: Remove.
3891 * gdb.hp/configure: Remove.
3892 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3893 substitution.
3894 (Makefile): Remove rule.
3895 * gdb.cell/configure.ac: Remove.
3896 * gdb.cell/configure: Remove.
3897 * gdb.stabs/Makefile.in (Makefile): Remove.
3898 (distclean): Don't remove config.status or config.log.
3899 * gdb.stabs/configure (Makefile): Remove.
3900 * gdb.stabs/configure.ac: Remove.
3901 * configure: Rebuild.
3902 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3903 Remove stabs- and cell-specific logic. Test for existence of
3904 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
3905 subdirectories, gdb.cell, and and gdb.stabs.
3906 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3907
3908 2011-03-03 Joel Brobecker <brobecker@adacore.com>
3909
3910 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3911 end of buffer.
3912
3913 2011-03-02 Joel Brobecker <brobecker@adacore.com>
3914
3915 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3916 gdb_test when running a test where we expected no output back.
3917
3918 2011-02-28 Michael Snyder <msnyder@vmware.com>
3919
3920 * gdb.cp/overload.cc: Change initializer value to integer.
3921
3922 2011-02-27 Michael Snyder <msnyder@vmware.com>
3923
3924 * gdb.multi/base.exp: Add test for remove-inferiors.
3925
3926 2011-02-26 Joel Brobecker <brobecker@adacore.com>
3927
3928 * gdb.python/py-frame.exp: Simplify the initialization phase
3929 using prepare_for_testing.
3930
3931 2011-02-25 Michael Snyder <msnyder@vmware.com>
3932
3933 * gdb.multi/base.exp: Add tests for info inferiors with args.
3934
3935 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.dwarf2/dw2-ranges.S: Rename to ...
3938 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3939 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3940 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3941 asmfile3. Comment the STABS (#3) file compilation. Compile
3942 everything through assembler. Provide KFAIL for symtab/12497.
3943 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3944 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3945 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3946 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3947
3948 2011-02-24 Michael Snyder <msnyder@vmware.com>
3949
3950 * gdb.base/break.exp: Add tests for delete breakpoints using
3951 convenience variables and value history references.
3952
3953 2011-02-24 Michael Snyder <msnyder@vmware.com>
3954
3955 * gdb.base/break.exp: Remove debugging 'printf' accidentally
3956 left behind in previous check-in.
3957
3958 2011-02-23 Michael Snyder <msnyder@vmware.com>
3959
3960 * gdb.base/break.exp: Add tests for "info break" with arguments.
3961 * gdb.trace/infotrace.exp: Update patterns for error and help.
3962 * gdb.base/completion.exp: Update pattern.
3963 * gdb.base/ena-dis-br.exp: Update pattern.
3964 * gdb.base/help.exp: Update patterns.
3965
3966 2011-02-23 Michael Snyder <msnyder@vmware.com>
3967
3968 * gdb.base/memattr.exp: New test.
3969 * gdb.base/memattr.c: Test load for memattr.exp.
3970
3971 2011-02-22 Doug Evans <dje@google.com>
3972
3973 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3974
3975 2011-02-22 Michael Snyder <msnyder@vmware.com>
3976
3977 * Makefile.in: Make more clean.
3978 * gdb.ada/Makefile.in: Ditto.
3979 * gdb.arch/Makefile.in: Ditto.
3980 * gdb.asm/Makefile.in: Ditto.
3981 * gdb.base/Makefile.in: Ditto.
3982 * gdb.cp/Makefile.in: Ditto.
3983 * gdb.dwarf2/Makefile.in: Ditto.
3984 * gdb.java/Makefile.in: Ditto.
3985 * gdb.mi/Makefile.in: Ditto.
3986 * gdb.modula2/Makefile.in: Ditto.
3987 * gdb.python/Makefile.in: Ditto.
3988 * gdb.server/Makefile.in: Ditto.
3989 * gdb.stabs/Makefile.in: Ditto.
3990 * gdb.threads/Makefile.in: Ditto.
3991 * gdb.trace/Makefile.in: Ditto.
3992
3993 2011-02-22 Michael Snyder <msnyder@vmware.com>
3994
3995 * gdb.threads/thread-find.exp: Add tests for bad input to
3996 info threads.
3997
3998 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.python/py-breakpoint.exp: Fix the expected output of
4001 one of the "maint info breakpoints" tests to accept the output
4002 generated on platforms that do not have hardware watchpoints.
4003
4004 2011-02-22 Joel Brobecker <brobecker@adacore.com>
4005
4006 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
4007 clean_restart. Be a little stricter in the expected output
4008 for one of the tests. Fix a typo in one of the comments.
4009
4010 2011-02-22 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
4013 Delete variable binfile, no longer use. Add or modify test
4014 comments to make them unique.
4015
4016 2011-02-21 Michael Snyder <msnyder@vmware.com>
4017
4018 * Makefile.in: Update for make clean.
4019 * gdb.ada/Makefile.in: Ditto.
4020 * gdb.arch/Makefile.in: Ditto.
4021 * gdb.asm/Makefile.in: Ditto.
4022 * gdb.base/Makefile.in: Ditto.
4023 * gdb.cp/Makefile.in: Ditto.
4024 * gdb.dwarf2/Makefile.in: Ditto.
4025 * gdb.java/Makefile.in: Ditto.
4026 * gdb.mi/Makefile.in: Ditto.
4027 * gdb.modula2/Makefile.in: Ditto.
4028 * gdb.python/Makefile.in: Ditto.
4029 * gdb.server/Makefile.in: Ditto.
4030 * gdb.stabs/Makefile.in: Ditto.
4031 * gdb.threads/Makefile.in: Ditto.
4032 * gdb.trace/Makefile.in: Ditto.
4033
4034 2011-02-21 Michael Snyder <msnyder@vmware.com>
4035
4036 * gdb.threads/thread-find.exp: Update patterns for changes in
4037 output of "info threads" command.
4038
4039 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4040 Ulrich Weigand <uweigand@de.ibm.com>
4041
4042 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
4043 (skip_hw_watchpoint_tests): Likewise.
4044 (skip_hw_watchpoint_multi_tests): Likewise.
4045
4046 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
4047
4048 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
4049 (skip_hw_watchpoint_tests): Likewise.
4050 (skip_hw_watchpoint_multi_tests): Likewise.
4051 (skip_hw_watchpoint_access_tests): Likewise.
4052
4053 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
4054 * gdb.base/pr11022.exp: Likewise.
4055 * gdb.base/watch-read.exp: Likewise.
4056 * gdb.base/watch_thread_num.exp: Likewise.
4057 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4058 * gdb.base/watchpoint-hw.exp: Likewise.
4059 * gdb.base/watchpoint.exp: Likewise.
4060 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
4061 * gdb.threads/watchthreads-reorder.exp: Likewise.
4062 * gdb.threads/watchthreads.exp: Likewise.
4063 * gdb.threads/watchthreads2.exp: Likewise.
4064
4065 2011-02-21 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
4068 the debugger is unable to find the array bounds.
4069
4070 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4071
4072 * gdb.cp/typedef-operator.exp: New file.
4073 * gdb.cp/typedef-operator.cc: New file.
4074
4075 2011-02-17 Michael Snyder <msnyder@vmware.com>
4076
4077 * gdb.threads/thread-find.exp: Fix regular expressions.
4078
4079 2011-02-17 Joel Brobecker <brobecker@adacore.com>
4080
4081 * gdb.ada/packed_array: Expand testcase to test printing of
4082 unconstrained packed array.
4083
4084 2011-02-17 Joel Brobecker <brobecker@adacore.com>
4085
4086 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
4087
4088 2011-02-16 Pedro Alves <pedro@codesourcery.com>
4089
4090 * gdb.trace/collection.c (globalarr3): New global.
4091 (main): Initialize it before collecting, and and clear it
4092 afterwards.
4093 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4094 collecting with '{type} addr', where the addr expression is not an
4095 rvalue.
4096
4097 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
4098
4099 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
4100 a bool variable. Expect correct OpenCL names for vector types. Use the
4101 uc3 variable name instead of referring to the uchar3 built-in type.
4102 Escape the asterisk at the half pointer test.
4103
4104 2011-02-16 Pedro Alves <pedro@codesourcery.com>
4105
4106 * gdb.trace/collection.c (globalarr2): New global.
4107 (main): Initialize it before collecting, and and clear it
4108 afterwards.
4109 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4110 collecting overlapping memory ranges.
4111
4112 2011-02-15 Michael Snyder <msnyder@vmware.com>
4113
4114 * gdb.base/default.exp: Add tests for thread commands.
4115 * gdb.base/help.exp: Add tests for thread commands.
4116 * gdb.threads/thread-find.exp: New test for thread find command.
4117
4118 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
4119
4120 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
4121
4122 2011-02-15 Yao Qi <yao@codesourcery.com>
4123
4124 PR tdep/12352
4125 * gdb.arch/arm-disp-step.S : New test for str instruction.
4126 * gdb.arch/arm-disp-step.exp : Likewise.
4127
4128 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
4129
4130 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
4131 "vector_register2_vr" test strings. Test the extended floating
4132 point registers (F32~F63).
4133 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
4134 IBM XL C compiler. Make the test program use a register provided
4135 by the compiler for the lxvd2x instruction.
4136
4137 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4138
4139 * gdb.trace/unavailable.cc (class Base, class Middle, class
4140 Derived): New types.
4141 (derived_unavail, derived_partial, derived_whole): New globals.
4142 (virtual_partial): New global.
4143 (virtualp): Point at virtual_partial.
4144 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
4145 related to unavailable vptr.
4146
4147 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4148
4149 * gdb.trace/unavailable.cc (a, b, c): New globals.
4150 (main): Set and clear them.
4151 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
4152 `a' and `c', and check that `b' isn't collected, although `a' and
4153 `c' are.
4154
4155 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4156
4157 * gdb.trace/unavailable.cc (struct Virtual): New.
4158 (virtualp): New global pointer.
4159 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
4160 printing a pointer to an object whose type has a vtable, with
4161 print object on.
4162
4163 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4164
4165 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
4166 value repeat handles unavailableness.
4167
4168 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4169
4170 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
4171 tests for building arrays from unavailable values, subscripting
4172 non-memory rvalue unvailable arrays, and accessing fields or
4173 baseclasses of non-lazy unavailable values,
4174 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
4175 struct types.
4176 (g_smallstruct, g_smallstruct_b): New globals.
4177
4178 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4179
4180 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
4181
4182 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 Fix const/volatile qualifiers of C++ types, PR c++/12328.
4185 * gdb.cp/overload-const.exp: New file.
4186 * gdb.cp/overload-const.cc: New file.
4187
4188 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4189
4190 * gdb.opencl/callfuncs.cl: New file.
4191 * gdb.opencl/callfuncs.exp: New test.
4192 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
4193
4194 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4195
4196 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
4197 when computing result.
4198 * gdb.arch/altivec-abi.exp: Update expected results.
4199
4200 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4201
4202 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
4203 * gdb.base/jit.exp: Likewise.
4204 * gdb.base/pie-execl.exp: Likewise.
4205 * gdb.base/solib-nodir.exp: Likewise.
4206 * gdb.base/solib-overlap.exp: Likewise.
4207
4208 2011-02-07 Pedro Alves <pedro@codesourcery.com>
4209
4210 * gdb.trace/collection.c (global_pieces): New.
4211 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
4212 New procedure.
4213 (gdb_trace_collection_test): Call it.
4214
4215 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
4216
4217 * gdb.python/py-evthreads.c: New file.
4218 * gdb.python/py-evthreads.exp: New file.
4219 * gdb.python/py-events.py: New file.
4220 * gdb.python/py-events.exp: New file.
4221 * gdb.python/py-events.c: New file.
4222
4223 2011-02-04 David Daney <ddaney@caviumnetworks.com>
4224
4225 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
4226
4227 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
4228
4229 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
4230 gdb.base/disasm-end-cu.exp: New test for disassembling over the
4231 boundary between two compilation units.
4232
4233 2011-02-02 Pedro Alves <pedro@codesourcery.com>
4234
4235 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
4236 (Virtual): New structs.
4237 (virtual_o, virtual_middle_b): New globals.
4238 * gdb.cp/virtbase.exp: New tests.
4239
4240 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4241
4242 * gdb.base/jit.exp: New file.
4243 * gdb.base/jit-main.c: New file.
4244 * gdb.base/jit-solib.c: New file.
4245
4246 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
4247
4248 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
4249 proceed to initial kernel entry point.
4250 * gdb.opencl/datatypes.exp: Likewise.
4251 * gdb.opencl/operators.exp: Likewise.
4252 * gdb.opencl/vec_comps.exp: Likewise.
4253
4254 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
4255
4256 * gdb.cp/nsnested.cc: New.
4257 * gdb.cp/nsnested.exp: New.
4258 * gdb.cp/nsnoimports.exp: New.
4259 * gdb.cp/nsnoimports.cc: New.
4260
4261 2011-01-31 Joel Brobecker <brobecker@adacore.com>
4262
4263 * gdb.base/interact.exp: Add extra tests that verify that
4264 the value of the interactive-mode setting does not change
4265 after the script is sourced.
4266
4267 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 * gdb.cp/noparam.exp: New file.
4270 * gdb.cp/noparam.cc: New file.
4271
4272 2011-01-28 Pedro Alves <pedro@codesourcery.com>
4273
4274 * gdb.trace/tfile.exp: Test that with no traceframe selected,
4275 there's no stack or registers.
4276
4277 2011-01-26 Tom Tromey <tromey@redhat.com>
4278
4279 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
4280 space before string output. Add test for "set print pretty off"
4281 case.
4282
4283 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4284
4285 * gdb.base/frame-args.exp: Adjust.
4286 * gdb.dwarf2/dw2-noloc.exp: Adjust.
4287 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
4288 * gdb.dwarf2/pieces.exp: Adjust.
4289 * gdb.opt/clobbered-registers-O2.exp: Adjust.
4290 * gdb.opt/inline-locals.exp: Adjust.
4291 * gdb.threads/fork-child-threads.exp: Adjust.
4292
4293 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
4294
4295 * gdb.opencl/convs_casts.cl: Move program scope variables into the
4296 OpenCL kernel function. Add a comment as marker. Add address space
4297 qualifiers for the remaining program scope variables.
4298 * gdb.opencl/datatypes.cl: Likewise.
4299 * gdb.opencl/operators.cl: Likewise.
4300 * gdb.opencl/vec_comps.cl: Likewise.
4301 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
4302 Add breakpoint at the marker comment.
4303 * gdb.opencl/datatypes.exp: Likewise.
4304 * gdb.opencl/operators.exp: Likewise.
4305 * gdb.opencl/vec_comps.exp: Likewise.
4306
4307 2011-01-24 Pedro Alves <pedro@codesourcery.com>
4308
4309 * gdb.base/printcmds.c (some_struct): New struct and instance.
4310 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
4311 procedure.
4312 <global scope>: Call it.
4313
4314 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
4315
4316 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
4317 argument to the gdb_compile_opencl_hostapp call.
4318
4319 2011-01-19 Yao Qi <yao@codesourcery.com>
4320
4321 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4322 positve list.
4323
4324 2011-01-19 Yao Qi <yao@codesourcery.com>
4325
4326 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4327 canonical form.
4328 Remove "xscale-*-*"
4329 * gdb.xml/tdesc-regs.exp: Likewise.
4330 * gdb.python/py-section-script.exp: Replace ARM target triplet
4331 with canonical form.
4332 Match arm*-*-symbianelf*.
4333 * gdb.base/dup-sect.exp: Likewise.
4334 * lib/dwarf.exp: New.
4335 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4336 dwarf2_support.
4337 * gdb.dwarf2/dup-psym.exp: Likewise.
4338 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4339 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4340 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4341 * gdb.dwarf2/dw2-basic.exp: Likewise.
4342 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4343 * gdb.dwarf2/dw2-const.exp: Likewise.
4344 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4345 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4346 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4347 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4348 * gdb.dwarf2/dw2-filename.exp: Likewise.
4349 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4350 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4351 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4352 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4353 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4354 * gdb.dwarf2/dw2-noloc.exp: Likewise.
4355 * gdb.dwarf2/dw2-op-call.exp: Likewise.
4356 * gdb.dwarf2/dw2-producer.exp: Likewise.
4357 * gdb.dwarf2/dw2-ranges.exp: Likewise.
4358 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4359 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4360 * gdb.dwarf2/dw2-strp.exp: Likewise.
4361 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4362 * gdb.dwarf2/implptr.exp: Likewise.
4363 * gdb.dwarf2/mac-fileno.exp: Likewise.
4364 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4365 * gdb.dwarf2/pieces.exp: Likewise.
4366 * gdb.dwarf2/pr11465.exp: Likewise.
4367 * gdb.dwarf2/valop.exp: Likewise.
4368 * gdb.dwarf2/watch-notconst.exp: Likewise.
4369 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4370
4371 2011-01-19 Tom Tromey <tromey@redhat.com>
4372
4373 * gdb.python/py-infthread.exp: Add thread tests.
4374
4375 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4378
4379 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4380
4381 * gdb.ada/widewide: New testcase.
4382
4383 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4384
4385 * gdb.base/interact.exp: New testcase.
4386
4387 2011-01-12 Tom Tromey <tromey@redhat.com>
4388
4389 * gdb.mi/gdb2549.exp: Update for error message changes.
4390 * gdb.mi/mi-cli.exp: Likewise.
4391 * gdb.mi/mi-disassemble.exp: Likewise.
4392 * gdb.mi/mi-pthreads.exp: Likewise.
4393 * gdb.mi/mi-regs.exp: Likewise.
4394 * gdb.mi/mi-stack.exp: Likewise.
4395 * gdb.mi/mi-var-block.exp: Likewise.
4396 * gdb.mi/mi-var-cmd.exp: Likewise.
4397 * gdb.mi/mi2-cli.exp: Likewise.
4398 * gdb.mi/mi2-disassemble.exp: Likewise.
4399 * gdb.mi/mi2-pthreads.exp: Likewise.
4400 * gdb.mi/mi2-regs.exp: Likewise.
4401 * gdb.mi/mi2-stack.exp: Likewise.
4402 * gdb.mi/mi2-var-block.exp: Likewise.
4403 * gdb.mi/mi2-var-cmd.exp: Likewise.
4404
4405 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4406 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 PR fortran/11104 and DWARF unbound arrays detection.
4409 * gdb.fortran/multi-dim.exp: New file.
4410 * gdb.fortran/multi-dim.f90: New file.
4411
4412 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4413
4414 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4415 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4416 add new tests for opcode dumping.
4417
4418 2011-01-11 Tom Tromey <tromey@redhat.com>
4419
4420 * gdb.python/py-infthread.exp: Load gdb-python.exp.
4421
4422 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4423
4424 Convert hardware watchpoints to use breakpoint_ops.
4425 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4426 type is not supported.
4427 * gdb.base/foll-fork.exp: Likewise.
4428 * gdb.base/foll-vfork.exp: Likewise.
4429
4430 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
4431
4432 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4433 Use load_lib gdb-python.exp.
4434 * gdb.python/python.exp: Ditto.
4435 * gdb.python/py-function.exp: Ditto.
4436
4437 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
4438
4439 * gdb.threads/tls.exp ("info address me"): Fix expected output.
4440
4441 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4442
4443 * configure: Regenerate.
4444
4445 2011-01-06 Tom Tromey <tromey@redhat.com>
4446
4447 * gdb.python/py-frame.exp: Test gdb.newest_frame.
4448
4449 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4450
4451 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4452 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4453 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4454 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4455 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4456 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4457 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4458 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4459 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4460 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4461 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4462 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4463 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4464 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4465 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4466 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4467 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4468 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4469 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4470 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4471 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4472 gdb.ada/uninitialized_vars.exp,
4473 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4474 Simplify by using clean_restart.
4475
4476 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4477
4478 Add marker to be used as anchor for inserting breakpoints.
4479 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4480 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4481 Likewise.
4482
4483 Remove uses of gdb_start_cmd.
4484 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4485 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4486
4487 Do not run testcase if testing with GDBserver.
4488 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4489 if testing with GDBserver.
4490
4491 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4494 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4495 copyright header.
4496
4497 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4498
4499 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4500 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4501 testsuite/gdb.fortran/complex.f,
4502 testsuite/gdb.fortran/derived-type.f90,
4503 testsuite/gdb.fortran/library-module-lib.f90,
4504 testsuite/gdb.fortran/library-module-main.f90,
4505 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4506 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4507 Copyright year update.
4508
4509 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4510
4511 * gdb.base/langs1.f: Add copyright header.
4512
4513 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 * gdb.base/morestack.exp: New file.
4516 * gdb.base/morestack.c: New file.
4517
4518 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4519
4520 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4521
4522 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4525 * gdb.ada/arrayptr.exp: Add test printing that new variable.
4526
4527 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4528
4529 * gdb.ada/lang_switch.exp: Correct expected parameter value.
4530
4531 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
4532
4533 * gdb.threads/tls.exp: Fix typo.
4534
4535 * gdb.threads/thread-specific.exp (get_thread_list): Update.
4536 * gdb.threads/execl.exp: Update.
4537
4538 2010-12-23 Yao Qi <yao@codesourcery.com>
4539
4540 * gdb.arch/arm-disp-step.exp: New.
4541 * gdb.arch/arm-disp-step.S: New.
4542
4543 2010-12-21 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.threads/execl.exp: Update.
4546 * gdb.threads/linux-dp.exp: Update.
4547 * gdb.threads/manythreads.exp: Update.
4548 * gdb.threads/tls.exp: Update.
4549
4550 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4553 (NextOverThrowDerivates) <resumebpt>: New.
4554 (resumebpt_test): New.
4555 (main): Call resumebpt_test.
4556 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4557
4558 2010-12-12 Stan Shebs <stan@codesourcery.com>
4559
4560 * gdb.trace/tsv.exp: Test print command on trace state variables.
4561
4562 2010-12-09 Tom Tromey <tromey@redhat.com>
4563
4564 * gdb.base/interp.exp: Add regression test.
4565
4566 2010-12-09 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.java/jnpe.java: New file.
4569 * gdb.java/jnpe.exp: New file.
4570 * gdb.cp/nextoverthrow.exp: New file.
4571 * gdb.cp/nextoverthrow.cc: New file.
4572
4573 2010-12-07 Doug Evans <dje@google.com>
4574
4575 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4576 of data-directory.
4577 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4578 updated.
4579 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4580
4581 2010-11-29 Michael Snyder <msnyder@vmware.com>
4582
4583 * gdb.base/callfuncs.exp: Test for skip_float_tests.
4584 * gdb.base/call-sc.exp: Ditto.
4585 * gdb.base/finish.exp: Ditto.
4586 * gdb.base/return.exp: Ditto.
4587 * gdb.base/return2.exp: Ditto.
4588
4589 2010-11-30 Doug Evans <dje@google.com>
4590
4591 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4592 (gdb_expect_list): Fix spelling errors in comments.
4593 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4594 send_gdb/gdb_expect_list where applicable.
4595 * gdb.base/call-ar-st.exp: Ditto.
4596 * gdb.base/funcargs.exp: Ditto.
4597 * gdb.base/gcore.exp: Ditto.
4598 * gdb.base/page.exp: Ditto.
4599 * gdb.base/sigaltstack.exp: Ditto.
4600 * gdb.base/siginfo.exp: Ditto.
4601 * gdb.base/sigstep.exp: Ditto.
4602 * gdb.base/trace-commands.exp: Ditto.
4603
4604 2010-11-29 Doug Evans <dje@google.com>
4605
4606 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4607 printer-name;subprinter-name.
4608
4609 2010-11-29 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.dwarf2/implptr.exp: New file.
4612 * gdb.dwarf2/implptr.c: New file.
4613 * gdb.dwarf2/implptr.S: New file.
4614
4615 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4616
4617 PR python/12199
4618
4619 * gdb.python/py-breakpoint.exp: Test the delete method.
4620
4621 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 Fix step_resume_breakpoint unsaved during an infcall.
4624 * gdb.base/step-resume-infcall.exp: New file.
4625 * gdb.base/step-resume-infcall.c: New file.
4626
4627 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4628
4629 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4630
4631 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4632
4633 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4634 on ppc64's symbols; "finish" and "return" commands must accept to
4635 show the caller line again as well as the line after.
4636 * gdb.asm/powerpc64.inc: New file.
4637
4638 2010-11-23 Doug Evans <dje@google.com>
4639
4640 * lib/gdb.exp (gdb_test_sequence): New function.
4641 (gdb_expect_list): Add verbose -log call for each pattern.
4642 * gdb.base/signals.exp (test_handle_all_print): Call it.
4643 Reduce timeout increment from 6 minutes to 1 minute.
4644 * gdb.server/ext-run.exp: Call it.
4645
4646 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
4647
4648 PR python/12212
4649
4650 * gdb.python/python.exp: Check that selected_thread raises an
4651 error when no inferior is loaded.
4652
4653 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4656 * gdb.dwarf2/dw2-stack-boundary.S: New file.
4657
4658 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4661 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4662
4663 2010-11-18 Doug Evans <dje@google.com>
4664
4665 * gdb.server/ext-run.exp: Fix intermittent failures.
4666
4667 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4668
4669 * gdb.stabs/gdb11479.exp: Use runto_main.
4670
4671 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4672
4673 * gdb.base/break-entry.exp: Skip if using a stub.
4674
4675 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4676
4677 * gdb.python/py-inferior.exp: Pack values in target endianness.
4678
4679 2010-11-12 Tom Tromey <tromey@redhat.com>
4680
4681 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4682 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4683 MemoryError.
4684 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4685 type.
4686 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4687 MemoryError.
4688 (test_subscript_regression): Update exception type.
4689
4690 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4691
4692 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4693 breakpoint tests.
4694
4695 2010-11-09 Pedro Alves <pedro@codesourcery.com>
4696
4697 * gdb.base/watchpoint.exp: Test "watch -location" with an
4698 innacessible location.
4699
4700 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
4701 Luis Machado <luisgpm@br.ibm.com>
4702
4703 * gdb.base/maint.exp: Expect "." prefix.
4704 * gdb.base/nodebug.exp: Expect "." Likewise.
4705 * gdb.base/sepsymtab.exp: Expect "." Likewise.
4706 * gdb.base/watchpoint-cond-gone.exp: Likewise.
4707 * gdb.base/watchpoint.exp: Expect a software watch to be created for
4708 POWER server processors.
4709
4710 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
4711 Luis Machado <luisgpm@br.ibm.com>
4712
4713 * gdb.base/break-entry.exp: convert entry point for
4714 ppc64 and expect leading `.' on ppc64's symbols
4715
4716 2010-11-05 Doug Evans <dje@google.com>
4717
4718 * gdb.base/help.exp: Update expected output.
4719 * gdb.python/py-param.exp: Delete, contents moved to ...
4720 * gdb.python/py-parameter.exp: ... here. New file.
4721 Add test for gdb.parameter ("directories").
4722
4723 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4724
4725 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4726 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4727 * configure: Regenerate.
4728 * gdb.opencl/Makefile.in: New File.
4729 * gdb.opencl/datatypes.exp: Likewise.
4730 * gdb.opencl/datatypes.cl: Likewise.
4731 * gdb.opencl/operators.exp: Likewise.
4732 * gdb.opencl/operators.cl: Likewise.
4733 * gdb.opencl/vec_comps.exp: Likewise.
4734 * gdb.opencl/vec_comps.cl: Likewise.
4735 * gdb.opencl/convs_casts.exp: Likewise.
4736 * gdb.opencl/convs_casts.cl: Likewise.
4737 * lib/opencl.exp: Likewise.
4738 * lib/opencl_hostapp.c: Likewise.
4739 * lib/opencl_kernel.cl: Likewise.
4740 * lib/cl_util.c: Likewise.
4741 * lib/cl_util.c: Likewise.
4742 * gdb.base/default.exp (set language): Add "opencl" to the list of
4743 languages.
4744
4745 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
4746
4747 * gdb.cp/overload.exp: Added test for inheritance overload.
4748 * gdb.cp/overload.cc: Ditto.
4749 * gdb.cp/oranking.exp: Removed releveant kfails.
4750
4751 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4752 Joel Brobecker <brobecker@adacore.com>
4753
4754 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4755 check test_compiler_info.
4756
4757 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4758
4759 * gdb.base/gnu_vector.exp: Adjust expect messages.
4760
4761 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4762
4763 * gdb.base/gnu_vector.exp: Add unary operator tests.
4764
4765 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4766
4767 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4768
4769 2010-11-02 Doug Evans <dje@google.com>
4770
4771 * gdb.python/py-pp-maint.c: New file.
4772 * gdb.python/py-pp-maint.exp: New file.
4773 * gdb.python/py-pp-maint.py: New file.
4774
4775 2010-11-02 Tom Tromey <tromey@redhat.com>
4776
4777 * gdb.base/default.exp: Remove "scheme" from language list.
4778
4779 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4780
4781 Revert:
4782 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4783 * gdb.threads/sigstep-threads.exp: New file.
4784 * gdb.threads/sigstep-threads.c: New file.
4785
4786 2010-10-20 Michael Snyder <msnyder@vmware.com>
4787
4788 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4789
4790 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4791
4792 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4793 Skip test completely if gdb,no_hardware_watchpoints.
4794
4795 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4796
4797 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4798 strict, but do not check for any particular function name within libc.
4799
4800 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4801
4802 * gdb.cp/smartp.exp: New test.
4803 * gdb.cp/smartp.cc : New test.
4804
4805 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4806
4807 * gdb.cp/converts.exp: Test pointer to bool conversion.
4808 Test pointer to long conversion.
4809 * gdb.cp/oranking.exp: Removed relevant kfail.
4810
4811 2010-10-18 Tom Tromey <tromey@redhat.com>
4812
4813 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4814 argument to lazy_string.
4815 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4816 (pp_ls.to_string): Use it.
4817 * gdb.python/py-prettyprint.c (main): Move declarations to top.
4818 Add "estring2" local.
4819
4820 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4821
4822 Fix s390x compatibility.
4823 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
4824 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4825
4826 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 * gdb.threads/sigstep-threads.exp: New file.
4829 * gdb.threads/sigstep-threads.c: New file.
4830
4831 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4832
4833 * gdb.base/pie-execl.exp: New file.
4834 * gdb.base/pie-execl.c: New file.
4835
4836 2010-10-13 Doug Evans <dje@google.com>
4837 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 PR exp/12117
4840 * gdb.cp/ptype-cv-cp.cc: New file.
4841 * gdb.cp/ptype-cv-cp.exp: New file.
4842
4843 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
4844
4845 * gdb.cp/converts.cc: New test program.
4846 * gdb.cp/converts.exp: New test.
4847 * gdb.cp/overload.exp: Added test for void* vs int*.
4848 * gdb.cp/overload.exp: Ditto.
4849 * gdb.cp/oranking.exp: Removed related kfail.
4850
4851 2010-10-13 Doug Evans <dje@google.com>
4852
4853 * lib/gdb-python.exp (gdb_check_python_config): New function.
4854 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4855 * gdb.python/lib-types.cc: New file.
4856 * gdb.python/lib-types.exp: New file.
4857
4858 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4859
4860 * gdb.python/py-error.exp: New file.
4861 * gdb.python/py-error.py: New file.
4862
4863 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4866 gdb_test_multiple.
4867
4868 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.base/break-interp.exp: Use ldlags for linking flags.
4871 * gdb.base/prelink.exp: Likewise.
4872 * gdb.base/solib-nodir.exp: Likewise.
4873 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4874 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4875 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4876
4877 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4878
4879 * break-interp.exp (test_ld): Use two separate gdb_expect statements
4880 for the "info files" test to avoid timeouts on slow machines.
4881
4882 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4883
4884 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4885 (main): Make openlib dummy call.
4886
4887 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4888
4889 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4890 * break-interp.exp (reach): Move the core body ...
4891 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
4892 (test_ld): Provide always real argument, even to the linker. Replace
4893 dl_main by _dl_debug_state.
4894
4895 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4896
4897 Fix results of prelinked PIEs on ppc*.
4898 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4899 Accept also DISPLACEMENT "PRESENT".
4900 (main): Replace "ZERO" displacements by "PRESENT".
4901
4902 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
4903
4904 * gdb.cp/oranking.exp: New test.
4905 * gdb.cp/oranking.cc: New test program.
4906
4907 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
4908
4909 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4910 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4911
4912 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4913
4914 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4915 lush, lynx) New constant.
4916 * gdb.base/constvars.exp: Test const array types.
4917 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4918
4919 2010-10-06 Doug Evans <dje@google.com>
4920
4921 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4922 of syscall staging area.
4923
4924 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4925
4926 * gdb.base/gnu_vector.c: Add variable c4.
4927 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4928 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4929
4930 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
4931
4932 * gdb.arch/altivec-abi.exp: Fix a typo.
4933
4934 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
4935
4936 * lib/mi-support.exp (thread_selected_re): Correct pattern used
4937 to match a thread ID.
4938
4939 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4940
4941 Fix s390x testcase compatibility.
4942 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4943
4944 2010-10-01 Doug Evans <dje@google.com>
4945
4946 * lib/gdb-python.exp: New file.
4947 * gdb.python/py-block.exp: Use it.
4948 * gdb.python/py-breakpoint.exp: Ditto.
4949 * gdb.python/py-frame.exp: Ditto.
4950 * gdb.python/py-inferior.exp: Ditto.
4951 * gdb.python/py-param.exp: Ditto.
4952 * gdb.python/py-prettyprint.exp: Ditto.
4953 * gdb.python/py-shared.exp: Ditto.
4954 * gdb.python/py-symbol.exp: Ditto.
4955 * gdb.python/py-symtab.exp: Ditto.
4956 * gdb.python/py-type.exp: Ditto.
4957 * gdb.python/py-value.exp: Ditto.
4958 * gdb.python/python.exp: Ditto.
4959
4960 2010-09-30 Tom Tromey <tromey@redhat.com>
4961
4962 * gdb.base/anon.exp: New file.
4963 * gdb.base/anon.c: New file.
4964
4965 2010-09-30 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.base/completion.exp: Test completion through anonymous
4968 union.
4969 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4970
4971 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4972
4973 Fix printing parameters of inlined functions.
4974 * gdb.dwarf2/dw2-inline-param.exp: New file.
4975 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4976 * gdb.dwarf2/dw2-inline-param.S: New file.
4977
4978 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4979
4980 PR corefiles/12071.
4981 * gdb.base/corefile.exp (quit with a process, no question: load core)
4982 (quit with a core file): New tests.
4983
4984 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 Fix GDB crash on inferior calls with self-referencing classes.
4987 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4988 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4989 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4990
4991 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4992
4993 Fix lost siginfo_t for inferior calls.
4994 * gdb.base/siginfo-infcall.exp: New file.
4995 * gdb.base/siginfo-infcall.c: New file.
4996
4997 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4998
4999 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
5000
5001 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
5004 New test.
5005 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
5006
5007 2010-09-22 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
5010 type of our const type.
5011
5012 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
5013
5014 * gdb.cp/pr12028.cc: New.
5015 * gdb.cp/pr12028.exp: New.
5016
5017 2010-09-22 Joel Brobecker <brobecker@adacore.com>
5018
5019 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
5020
5021 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
5022 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 PR mi/11407
5025 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
5026 * gdb.mi/dw2-ref-missing-frame-main.c New File.
5027 * gdb.mi/dw2-ref-missing-frame.S New File.
5028 * gdb.mi/dw2-ref-missing-frame.exp New File.
5029
5030 2010-09-14 Tom Tromey <tromey@redhat.com>
5031
5032 PR symtab/8399:
5033 * gdb.threads/tls.exp: Remove kfail. Update expected output.
5034
5035 2010-09-14 Tom Tromey <tromey@redhat.com>
5036
5037 PR exp/11803:
5038 * gdb.threads/tls.exp: Use C++.
5039 (check_thread_local): Use K::another_thread_local.
5040 * gdb.threads/tls.c (class K): New.
5041 (another_thread_local): Now a member of K.
5042 (spin): Update. No longer K&R C.
5043
5044 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
5045
5046 * gdb.cp/koenig.cc: created class for testing member lookup.
5047 * gdb.cp/koenig.exp: Added test for member lookup.
5048
5049 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 Fix false FAILs on sourcetree topdir directory containing "kill".
5052 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
5053 source line matching regexp.
5054
5055 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * gdb.python/python.exp (set height 0, collect help from uiout)
5058 (verify help to uiout): New tests.
5059
5060 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5061
5062 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
5063 is_lp64_target to check 64bit target.
5064
5065 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5066
5067 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
5068 (test_ld) <powerpc64-*>: New.
5069
5070 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5071
5072 * gdb.cp/templates.exp (test_template_args): Allow "struct".
5073
5074 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5075
5076 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
5077 (FunctionArg::method): New function.
5078 (empty, arg): New variables.
5079 (main): Call arg.method.
5080 * gdb.cp/templates.exp (test_template_args): New function.
5081 (do_tests): Call it.
5082
5083 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
5084
5085 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
5086 of "next" to proceed over pthread_exit call.
5087
5088 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
5089
5090 * gdb.base/maint.exp: Avoid wildcards against potentially very long
5091 "maint print statistics" output to prevent expect timeouts.
5092
5093 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5094
5095 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
5096 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5097 (test_float_rejected): ... here.
5098 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
5099 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5100 (test_float_rejected): ... here.
5101 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
5102 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5103 (test_float_rejected): ... here.
5104 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
5105 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5106 (test_float_rejected): ... here.
5107
5108 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5109
5110 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
5111 before disabling hardware watchpoints.
5112 (test_inaccessible_watchpoint): Check that hardware watchpoints
5113 are used. Test for watchpoints on a constant address.
5114
5115 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5116
5117 * gdb.base/ui-redirect.exp: New file.
5118
5119 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5120 Joel Brobecker <brobecker@adacore.com>
5121
5122 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
5123
5124 2010-08-31 Doug Evans <dje@google.com>
5125
5126 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
5127
5128 2010-08-30 Tom Tromey <tromey@redhat.com>
5129
5130 PR python/11792:
5131 * gdb.python/py-value.exp (test_subscript_regression): Add
5132 dynamic_type test.
5133
5134 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
5135
5136 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
5137 instead of running to main. Do not test the main function.
5138 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
5139 Add new main.
5140
5141 2010-08-26 Pedro Alves <pedro@codesourcery.com>
5142
5143 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
5144 one test.
5145
5146 2010-08-24 Doug Evans <dje@google.com>
5147
5148 PR symtab/11942
5149 * gdb.dwarf2/dw4-sig-types.cc: New file.
5150 * gdb.dwarf2/dw4-sig-types.h: New file.
5151 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
5152 * gdb.dwarf2/dw4-sig-types.exp: New file.
5153
5154 2010-08-23 Tom Tromey <tromey@redhat.com>
5155
5156 PR python/11145:
5157 * gdb.python/py-value.c (Base, Derived): New types.
5158 (base): New global.
5159 * gdb.python/py-value.exp (test_subscript_regression): Add
5160 dynamic_cast test.
5161
5162 2010-08-23 Tom Tromey <tromey@redhat.com>
5163
5164 PR python/10676:
5165 * gdb.python/py-type.exp (test_fields): Add tests for type
5166 equality.
5167
5168 2010-08-23 Tom Tromey <tromey@redhat.com>
5169
5170 PR python/11915:
5171 * gdb.python/py-type.exp (test_fields): Add tests for array.
5172
5173 2010-08-23 Keith Seitz <keiths@redhat.com>
5174
5175 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
5176 have any children. Create a new abbrev for it.
5177 Add missing terminal sequence to .debug_abbrev.
5178
5179 2010-08-20 Keith Seitz <keiths@redhat.com>
5180
5181 PR symtab/11465:
5182 * gdb.dwarf2/pr11465.exp: New test.
5183 * gdb.dwarf2/pr11465.S: New file.
5184 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
5185 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
5186
5187 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
5188
5189 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
5190 registers. Update data sets with the new v2_double element in the
5191 VSX register union. Add vector_register3_vr data set for the AltiVec
5192 registers. Use gdb_test_no_output instead of send_gdb.
5193
5194 2010-08-19 Pedro Alves <pedro@codesourcery.com>
5195
5196 * gdb.python/py-shared.exp: New file, factored out from
5197 python.exp.
5198 * gdb.python/py-shared.c: New file.
5199 * gdb.python/py-shared-sl.c: New file.
5200 * gdb.python/python-1.c: New file.
5201 * gdb.python/python-sl.c: Delete.
5202 * gdb.python/python.c: Mention python-1.c.
5203 * gdb.python/python.exp: Move shared library tests to
5204 py-shared.exp.
5205 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
5206 (MISCELLANEOUS): New.
5207 (clean mostlyclean): Also remove $MISCELLANEOUS.
5208
5209 2010-08-19 Doug Evans <dje@google.com>
5210
5211 PR exp/11926
5212 * gdb.base/printcmds.exp (test_float_accepted): New function.
5213 Move existing float tests there. Add tests for floats with suffixes.
5214 (test_float_rejected): New function.
5215 * gdb.java/jv-print.exp (test_float_accepted): New function.
5216 (test_float_rejected): New function.
5217 * gdb.objc/print.exp: New file.
5218 * gdb.pascal/print.exp: New file.
5219 * lib/objc.exp: New file.
5220
5221 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
5222
5223 * gdb.base/default.exp (info set): Avoid full buffer error and force
5224 reading up to final gdb prompt.
5225 (show): Likewise.
5226
5227 2010-08-18 Tom Tromey <tromey@redhat.com>
5228
5229 PR symtab/11919:
5230 * gdb.base/completion.exp: Add test.
5231
5232 2010-08-18 Doug Evans <dje@google.com>
5233
5234 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
5235 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
5236 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
5237 Simplify, early exit if runto_main fails.
5238 * gdb.fortran/exprs.exp: load_lib fortran.exp.
5239 (set_lang_fortran): Moved to lib/fortran.exp.
5240 * gdb.fortran/types.exp: load_lib fortran.exp.
5241 (set_lang_fortran): Moved to lib/fortran.exp.
5242 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
5243 * gdb.java/jprint.exp (set_lang_java): Ditto.
5244 * gdb.java/jv-exp.exp: load_lib java.exp.
5245 If set_lang_java fails, issue a warning instead of failure to be
5246 consistent with other set_lang_foo uses.
5247 (set_lang_java): Moved to lib/java.exp.
5248 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
5249 If set_lang_java fails, issue a warning instead of failure to be
5250 consistent with other set_lang_foo uses.
5251 * gdb.pascal/types.exp: load_lib pascal.exp.
5252 (set_lang_pascal): Moved to lib/pascal.exp.
5253 * lib/fortran.exp: New file.
5254 * lib/java.exp (set_lang_java): New function.
5255 * lib/pascal.exp (set_lang_pascal): New function.
5256
5257 2010-08-18 Yao Qi <yao@codesourcery.com
5258
5259 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
5260 func_nofb_start and func_loopfb_start, so that address of functions
5261 is equal to these labels on Thumb.
5262
5263 2010-08-18 Yao Qi <yao@codesourcery.com>
5264
5265 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
5266 to reflect latest c source file.
5267
5268 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 * gdb.cp/infcall-dlopen.exp: New file.
5271 * gdb.cp/infcall-dlopen.cc: New file.
5272 * gdb.cp/infcall-dlopen-lib.cc: New file.
5273
5274 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5275 Pedro Alves <pedro@codesourcery.com>
5276
5277 PR breakpoints/11371
5278
5279 * gdb.base/watch-cond-infcall.exp: New file.
5280 * gdb.base/watch-cond-infcall.c: New file.
5281
5282 2010-08-16 Tom Tromey <tromey@redhat.com>
5283
5284 * gdb.base/help.exp: Update.
5285 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
5286 watchpoint.
5287 (test_watch_location): New proc.
5288 (test_watchpoint_in_big_blob): Delete watchpoint.
5289 * gdb.base/watchpoint.c (func5): New function.
5290 (main): Call it.
5291
5292 2010-08-16 Doug Evans <dje@google.com>
5293
5294 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
5295
5296 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5297
5298 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
5299 tests.
5300
5301 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
5302
5303 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
5304 * gdb.base/gnu_vector.c: New File.
5305 * gdb.base/gnu_vector.exp: Likewise.
5306
5307 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5308
5309 * gdb.python/python.c: New File.
5310 * gdb.python/python-sl.c: New File.
5311 * gdb.python/python.exp: Test solib_address and decode_line
5312 * functions.
5313
5314 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 * gdb.python/python.exp (show height, set height 10)
5317 (verify pagination beforehand, verify pagination beforehand: q)
5318 (gdb.execute does not page, verify pagination afterwards)
5319 (verify pagination afterwards: q): New.
5320
5321 2010-08-02 Doug Evans <dje@google.com>
5322
5323 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5324 because of an older gcc, change test2
5325 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5326 to unsupported.
5327
5328 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
5329
5330 * gdb.base/break-always.exp: Do not expect full paths to file
5331 names.
5332 * gdb.base/commands.exp: Likewise.
5333
5334 2010-07-30 Doug Evans <dje@google.com>
5335
5336 * gdb.cp/temargs.exp: For new tests that require newer gccs,
5337 xfail them when run with older gccs.
5338
5339 * lib/gdb.exp (build_executable): Forward "c++" option to
5340 get_compiler_info.
5341
5342 * gdb.python/py-type.exp (test_template): Mark as xfail tests
5343 "python print ttype.template_argument(1)" and
5344 "python print isinstance(ttype.template_argument(1), gdb.Value)"
5345 if using gcc 4.4 or earlier.
5346
5347 * gdb.base/valgrind-db-attach.exp: Use unique test name for
5348 attach-to-debugger handling.
5349
5350 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5351
5352 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5353 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5354 (main): Use copyreloc.
5355 * gdb.base/prelink.exp (split debug of executable)
5356 (.dynbss vs. .bss address shift): New tests.
5357
5358 2010-07-29 Pedro Alves <pedro@codesourcery.com>
5359
5360 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5361 in gdb_test_multiple.
5362
5363 2010-07-29 Pedro Alves <pedro@codesourcery.com>
5364
5365 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5366 environment.
5367
5368 2010-07-28 Tom Tromey <tromey@redhat.com>
5369
5370 PR python/11060:
5371 * gdb.python/py-type.c (Temargs): New template.
5372 (temvar): New variable.
5373 * gdb.python/py-type.exp (test_template): New proc.
5374
5375 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5376
5377 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5378 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5379
5380 2010-07-28 Tom Tromey <tromey@redhat.com>
5381
5382 PR c++/9946:
5383 * gdb.cp/temargs.exp: New file.
5384 * gdb.cp/temargs.cc: New file.
5385
5386 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5387
5388 * gdb.base/help.exp (help disassemble): Update the content.
5389
5390 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 * gdb.threads/ia64-sigill.exp: New file.
5393 * gdb.threads/ia64-sigill.c: New file.
5394
5395 2010-07-27 Tom Tromey <tromey@redhat.com>
5396
5397 * gdb.opt/inline-cmds.c (ATTR): New define.
5398 (func1): Use it.
5399 (func2): Likewise.
5400 (func3): Likewise.
5401 (outer_inline1): Likewise.
5402 (outer_inline2): Likewise.
5403 * gdb.opt/inline-bt.c (ATTR): New define.
5404 (func1): Use it.
5405 (func2): Likewise.
5406 * gdb.opt/inline-locals.c (ATTR): New define.
5407 (func1): Use it.
5408 (func2): Likewise.
5409
5410 2010-07-27 Tom Tromey <tromey@redhat.com>
5411
5412 * gdb.stabs/gdb11479.c (hack): New function.
5413 (test): Use it.
5414 (test2): Use it.
5415 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5416 (int32_search_buf, int64_search_buf): No longer static.
5417 (x): Remove.
5418 * gdb.base/relocate.c (hack): New function.
5419
5420 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5421
5422 * gdb.python/py-value.exp (test_inferior_function_call): New function.
5423 * gdb.python/py-value.c (func1): New function.
5424 (func2): Likewise.
5425
5426 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
5427
5428 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5429 as not to clash with .data section.
5430
5431 2010-07-26 Jerome Guitton <guitton@adacore.com>
5432
5433 * gdb.base/code_elim.exp: New file.
5434 * gdb.base/code_elim1.c: New file.
5435 * gdb.base/code_elim2.c: New file.
5436
5437 2010-07-21 Pedro Alves <pedro@codesourcery.com>
5438
5439 PR symtab/11827
5440
5441 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5442 (some_volatile_enum): New variable.
5443 * gdb.base/printcmds.exp (test_print_enums): New.
5444 <top level>: Call it.
5445
5446 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
5447
5448 * gdb.cp/fpointer.cc: New test.
5449 * gdb.cp/fpointer.exp: New test.
5450
5451 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 * gdb.base/solib-nodir.exp: New file.
5454 * lib/gdb.exp (runto): New case for a GDB internal error.
5455
5456 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5457 Ulrich Weigand <uweigand@de.ibm.com>
5458 Tom Tromey <tromey@redhat.com>
5459
5460 * gdb.base/charset-malloc.c: New file.
5461 * gdb.base/charset.c (malloc_stub): New prototype.
5462 (main): Call it instead of malloc itself.
5463 * gdb.base/charset.exp: Use only prepare_for_testing.
5464 (binfile): Remove the variable.
5465
5466 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 Make core files the process_stratum.
5469 * gdb.base/corefile.exp (run: load core again)
5470 (run: sanity check we see the core file, run: with core)
5471 (run: core file is cleared, attach: load core again)
5472 (attach: sanity check we see the core file, attach: with core)
5473 (attach: core file is cleared): New tests.
5474 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
5475
5476 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
5477
5478 * gdb.arch/altivec-abi.exp: New tests.
5479
5480 2010-07-13 Tom Tromey <tromey@redhat.com>
5481
5482 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5483 (main): Use it.
5484 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5485
5486 2010-07-13 Tom Tromey <tromey@redhat.com>
5487
5488 * gdb.base/label.exp: New file.
5489 * gdb.base/label.c: New file.
5490
5491 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5492 H.J. Lu <hongjiu.lu@intel.com>
5493
5494 * lib/gdb.exp (is_ilp32_target): New.
5495 (is_lp64_target): Likewise.
5496
5497 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5498 target.
5499 * gdb.arch/amd64-disp-step.exp: Likewise.
5500 * gdb.arch/amd64-dword.exp: Likewise.
5501 * gdb.arch/amd64-i386-address.exp: Likewise.
5502 * gdb.arch/amd64-word.exp: Likewise.
5503
5504 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5505 target.
5506 * gdb.arch/i386-bp_permanent.exp: Likewise.
5507 * gdb.arch/i386-byte.exp: Likewise.
5508 * gdb.arch/i386-disp-step.exp: Likewise.
5509 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5510 * gdb.arch/i386-prologue.exp: Likewise.
5511 * gdb.arch/i386-size-overlap.exp: Likewise.
5512 * gdb.arch/i386-size.exp: Likewise.
5513 * gdb.arch/i386-sse.exp: Likewise.
5514 * gdb.arch/i386-unwind.exp: Likewise.
5515 * gdb.arch/i386-word.exp: Likewise.
5516
5517 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5518 test only when building 64-bit executables. Do not hard-code
5519 -m64 option.
5520
5521 2010-07-07 Doug Evans <dje@google.com>
5522
5523 * lib/gdb.exp (gdb_test_list_exact): New function.
5524 * gdb.base/default.exp (show convenience): Call it, add tests for
5525 $_sdata = void, $_thread = 0.
5526
5527 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5528 Joel Brobecker <brobecker@adacore.com>
5529
5530 Fix re-run of PIE executable, PR shlibs/11776.
5531 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5532 Remove $displacement_main to match the solib-svr4.c change. New "kill"
5533 and re-"run" of the inferior.
5534
5535 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5536 Joel Brobecker <brobecker@adacore.com>
5537
5538 Cope with missing /usr/sbin/prelink.
5539 * lib/prelink-support.exp (prelink_no):
5540 <result == 1 && $output is "no such file or directory">: New.
5541 (prelink_yes): Likewise. Return on failed prelink_no.
5542
5543 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5544 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
5547 build_executable by build_executable_own_libs. Replace "prelink -R"
5548 execution by a call of prelink_yes. Comment why "prelink -r" needs no
5549 change.
5550 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
5551 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
5552 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5553 Replace build_executable by build_executable_own_libs's function
5554 build_executable_own_libs.
5555 (prelinkNO): Create new stub to call prelink_no.
5556 (prelinkYES): Create new stub to call prelink_yes.
5557 (test_attach): Rename calls of copy to file_copy.
5558 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5559 (copy): Move to ...
5560 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
5561 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5562 * gdb.base/prelink.exp: Disable testcase also for is_remote and
5563 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
5564 special flags by gdb_compile_shlib. Replace second gdb_compile by
5565 build_executable_own_libs. Replace "prelink -R" execution by a call of
5566 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
5567 a second call of prelink_yes. Replace restart commands by
5568 clean_restart.
5569 (prelink): Rename to ...
5570 (seen displacement message): ... this test. Extend its expectation
5571 strictness.
5572
5573 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5574
5575 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5576 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5577 displacement message exactly once.
5578
5579 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5580 Joel Brobecker <brobecker@adacore.com>
5581
5582 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
5583 its restore after the <$relink_args != ""> loop. new comment.
5584
5585 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5586 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5589 code for it. New variable relink_args.
5590 (prelinkYES): Call prelinkNO.
5591 (test_attach): Accept new parameter relink_args. Re-prelink the binary
5592 in such case. Move the core code to ...
5593 (test_attach_gdb): ... a new function. Send GDB command "file".
5594 Extend expected "Attaching to " string.
5595
5596 2010-07-02 Tom Tromey <tromey@redhat.com>
5597
5598 * gdb.base/bitops.exp: Remove extraneous "pass".
5599
5600 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
5601
5602 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5603
5604 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5605
5606 * gdb.base/help.exp: Adjust expected output.
5607
5608 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5609
5610 * gdb.base/help.exp: Adjust expected output.
5611
5612 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5613
5614 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5615 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5616 c++/11702.
5617
5618 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5619 Doug Evans <dje@google.com>
5620
5621 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5622 add .dynamic entry'.
5623
5624 2010-06-29 Doug Evans <dje@google.com>
5625
5626 Test PR c++/11702.
5627 * gdb.cp/m-static.exp: Add testcase.
5628 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5629
5630 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5631 Tom Tromey <tromey@redhat.com>
5632 Thiago Jung Bauermann <bauerman@br.ibm.com>
5633
5634 * gdb.python/py-inferior.c: New File.
5635 * gdb.python/py-infthread.c: New File.
5636 * gdb.python/py-inferior.exp: New File.
5637 * gdb.python/py-infthread.exp: New File.
5638
5639 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5640
5641 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5642 (ptype ::C::OtherFileClass typedefs): New.
5643 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5644 (C::OtherFileClass::cOtherFileClassVar2): New.
5645 (C::OtherFileClass::cOtherFileClassVar_use): Use also
5646 cOtherFileClassVar2.
5647 (C::cOtherFileType2, C::cOtherFileVar2): New.
5648 (C::cOtherFileVar_use): use also cOtherFileVar2.
5649 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5650
5651 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5654 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5655 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5656 (print ::C::cOtherFileVar)
5657 (whatis C::OtherFileClass::cOtherFileClassType)
5658 (whatis ::C::OtherFileClass::cOtherFileClassType)
5659 (print C::OtherFileClass::cOtherFileClassVar)
5660 (print ::cOtherFileClassVar)
5661 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5662 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5663 trailing content.
5664 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5665 (C::OtherFileClass::cOtherFileClassVar)
5666 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5667 (C::cOtherFileVar, C::cOtherFileVar_use): New.
5668
5669 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 Test PR c++/11703 and PR gdb/1448.
5672 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5673 gdb/1448.
5674
5675 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5676
5677 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5678 (main) <rtti_data>: New.
5679 * gdb.cp/virtbase.exp (print rtti_data): New.
5680
5681 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5682 Joel Brobecker <brobecker@adacore.com>
5683
5684 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5685
5686 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5689
5690 2010-06-28 Doug Evans <dje@google.com>
5691
5692 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5693
5694 2010-06-27 Doug Evans <dje@google.com>
5695
5696 * gdb.cp/m-static.exp: Update expected test output.
5697
5698 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
5699
5700 * gdb.gdb/selftest.exp: Adjust expected message for
5701 capturing start-up runtime.
5702
5703 2010-06-25 Tom Tromey <tromey@redhat.com>
5704
5705 PR python/10808:
5706 * gdb.python/python.exp: Add new tests.
5707
5708 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
5709
5710 * gdb.cp/operator.cc: Created an import loop.
5711 * gdb.cp/operator.exp: Added testcase for import loop.
5712
5713 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5714
5715 Test PR python/11407.
5716 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5717 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5718 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5719 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5720 executable_nofb and executable_fb. New variables srcsfile, objsfile,
5721 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5722 binfile. Call gdb_compile with clean_restart twice.
5723 (func_nofb print, func_nofb backtrace, func_loopfb print)
5724 (func_loopfb backtrace): New.
5725
5726 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5727
5728 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5729 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5730 by a hand made one.
5731 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
5732 i?86 requirement. Remove variables srcfile and binfile. New variable
5733 sources, executable_nofb and executable_fb. Call prepare_for_testing.
5734
5735 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5736
5737 * gdb.cell/dwarfaddr.exp: New file.
5738 * gdb.cell/dwarfaddr.S: New file.
5739
5740 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5741
5742 Test PR 9436.
5743 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5744
5745 2010-06-24 Hui Zhu <teawater@gmail.com>
5746
5747 * gdb.base/eval.exp: New file.
5748
5749 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5750
5751 * gdb.cell/fork.exp: New file.
5752 * gdb.cell/fork.c: Likewise.
5753 * gdb.cell/fork-spu.c: Likewise.
5754
5755 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
5756
5757 * lib/gdb.exp (banned_variables_traced): New global variable.
5758 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5759 (gdb_init): Use `trace add variable' instead of obsolete
5760 `trace variable'.
5761
5762 2010-06-21 Doug Evans <dje@google.com>
5763
5764 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5765
5766 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5767
5768 * gdb.arch/spu-ls.exp: New file.
5769 * gdb.arch/spu-ls.c: Likewise.
5770
5771 2010-06-18 Stan Shebs <stan@codesourcery.com>
5772
5773 * gdb.threads/thread-specific.exp: Add tests of $_thread.
5774
5775 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5776
5777 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5778 * gdb.base/watch-cond.exp: Likewise.
5779 * gdb.python/py-breakpoint.exp: Likewise.
5780
5781 2010-06-18 Pedro Alves <pedro@codesourcery.com>
5782
5783 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5784 clean_restart, make sure every test has a distinct message, and
5785 that messages don't include the executable' full path.
5786
5787 2010-06-17 Doug Evans <dje@google.com>
5788
5789 * gdb.arch/i386-size.exp: Updated expected output for
5790 DISASSEMBLY_OMIT_FNAME.
5791
5792 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5793 Sergio Durigan Junior <sergiodj@redhat.com>
5794
5795 * gdb.base/watch-notconst.c: New file.
5796 * gdb.base/watch-notconst.S: New file.
5797 * gdb.base/watch-notconst2.c: New file.
5798 * gdb.base/watch-notconst2.S: New file.
5799 * gdb.base/watch-notconst.exp: New file.
5800 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5801 (func4): Add operations on `global_ptr_ptr'.
5802 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5803 routine to test watchpoints created with a constant expression.
5804 (test_inaccessible_watchpoint): Include tests for watchpoints
5805 created with a constant expression.
5806
5807 2010-06-14 Kevin Buettner <kevinb@redhat.com>
5808
5809 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5810 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5811 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5812 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5813 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5814 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5815 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5816 of `_start'.
5817
5818 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5819
5820 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5821 not supported on the target.
5822 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5823 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5824 * gdb.mi/mi-nsintrall.exp: Likewise.
5825 * gdb.mi/mi-nsmoribund.exp: Likewise.
5826 * gdb.mi/mi-nsthrexec.exp: Likewise.
5827
5828 2010-06-11 Stan Shebs <stan@codesourcery.com>
5829
5830 * gdb.base/permissions.exp: New file.
5831
5832 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5833
5834 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5835 does not support ELF executable class.
5836
5837 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5838
5839 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5840
5841 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5842
5843 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5844 (runto): Catch "The target does not support running in non-stop mode.".
5845
5846 2010-06-11 Michael Snyder <msnyder@vmware.com>
5847
5848 * gdb.base/setshow.exp (set language asm): Don't use
5849 gdb_test_no_output, fails on some targets.
5850
5851 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5852
5853 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5854 * gdb.cp/pr9167.exp: Likewise.
5855
5856 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5857
5858 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5859
5860 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5861
5862 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5863
5864 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5865
5866 * gdb.base/charset.c (main): Make sure malloc gets linked in.
5867
5868 2010-06-11 Tom Tromey <tromey@redhat.com>
5869
5870 PR gdb/9977, PR exp/11636::
5871 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5872 (pieces_test_f6): Update expected output.
5873
5874 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5875
5876 * gdb.base/moribund-step.exp: New.
5877
5878 2010-06-08 Michael Snyder <msnyder@vmware.com>
5879
5880 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
5881 * gdb.ada/boolean_expr.exp:
5882 * gdb.ada/frame_args.exp: Ditto.
5883 * gdb.ada/lang_switch.exp: Ditto.
5884 * gdb.ada/ptype_arith_binop.exp: Ditto.
5885 * gdb.ada/ref_param.exp: Ditto.
5886 * gdb.ada/type_coercion.exp:Ditto.
5887
5888 * gdb.asm/asm-source.exp: Ditto.
5889
5890 * gdb.base/attach.exp: Ditto.
5891 * gdb.base/bitfields2.exp: Ditto.
5892 * gdb.base/call-signal-resume.exp: Ditto.
5893 * gdb.base/callfuncs.exp: Ditto.
5894 * gdb.base/commands.exp: Ditto.
5895 * gdb.base/dbx.exp: Ditto.
5896 * gdb.base/default.exp: Ditto.
5897 * gdb.base/dump.exp: Ditto.
5898 * gdb.base/exprs.exp: Ditto.
5899 * gdb.base/freebpcmd.exp: Ditto.
5900 * gdb.base/interrupt.exp: Ditto.
5901 * gdb.base/list.exp: Ditto.
5902 * gdb.base/long_long.exp: Ditto.
5903 * gdb.base/maint.exp: Ditto.
5904 * gdb.base/ptype.exp: Ditto.
5905 * gdb.base/return.exp: Ditto.
5906 * gdb.base/setshow.exp: Ditto.
5907 * gdb.base/sigbpt.exp: Ditto.
5908 * gdb.base/sigrepeat.exp: Ditto.
5909
5910 * gdb.cp/classes.exp: Ditto.
5911
5912 * gdb.dwarf2/dw2-restore.exp: Ditto.
5913
5914 * gdb.gdb/selftest.exp: Ditto.
5915
5916 * gdb.multi/base.exp: Ditto.
5917 * gdb.multi/bkpt-multi-exec.exp: Ditto.
5918
5919 * gdb.python/py-block.exp: Ditto.
5920 * gdb.python/py-prettyprint.exp: Ditto.
5921 * gdb.python/py-template.exp: Ditto.
5922
5923 * gdb.server/ext-attach.exp: Ditto.
5924 * gdb.server/ext-run.exp: Ditto.
5925 * gdb.server/server-mon.exp: Ditto.
5926
5927 * gdb.threads/fork-thread-pending.exp: Ditto.
5928 * gdb.threads/hand-call-in-threads.exp: Ditto.
5929 * gdb.threads/interrupted-hand-call.exp: Ditto.
5930 * gdb.threads/linux-dp.exp: Ditto.
5931 * gdb.threads/manythreads.exp: Ditto.
5932 * gdb.threads/print-threads.exp: Ditto.
5933 * gdb.threads/pthreads.exp: Ditto.
5934 * gdb.threads/schedlock.exp: Ditto.
5935 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5936 * gdb.threads/threadapply.exp: Ditto.
5937
5938 2010-06-08 Michael Snyder <msnyder@vmware.com>
5939
5940 * gdb.ada/exec_changed.exp:
5941 Use ".*" instead of "" as wildcard regexp.
5942
5943 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5944 * gdb.base/call-ar-st.exp: Ditto.
5945 * gdb.base/checkpoint.exp: Ditto.
5946 * gdb.base/default.exp: Ditto.
5947 * gdb.base/dump.exp: Ditto.
5948 * gdb.base/ending-run.exp: Ditto.
5949 * gdb.base/fileio.exp: Ditto.
5950 * gdb.base/miscexprs.exp: Ditto.
5951 * gdb.base/pointers.exp: Ditto.
5952 * gdb.base/readline.exp: Ditto.
5953 * gdb.base/reread.exp: Ditto.
5954 * gdb.base/restore.exp: Ditto.
5955 * gdb.base/shlib-call.exp: Ditto.
5956 * gdb.base/valgrind-db-attach.exp: Ditto.
5957 * gdb.base/volatile.exp: Ditto.
5958 * gdb.base/watchpoints.exp: Ditto.
5959
5960 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5961
5962 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5963 * gdb.python/py-value.exp: Ditto.
5964
5965 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5966 * gdb.trace/circ.exp: Ditto.
5967 * gdb.trace/collection.exp: Ditto.
5968 * gdb.trace/packetlen.exp: Ditto.
5969 * gdb.trace/passc-dyn.exp: Ditto.
5970 * gdb.trace/report.exp: Ditto.
5971 * gdb.trace/tfile.exp: Ditto.
5972 * gdb.trace/tfind.exp: Ditto.
5973 * gdb.trace/while-dyn.exp: Ditto.
5974
5975 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5976
5977 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5978
5979 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 Test PR 10640.
5982 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5983
5984 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5985
5986 * gdb.cp/koenig.exp: Test for ADL operators.
5987 * gdb.cp/koenig.cc: Added ADL operators.
5988 * gdb.cp/operator.exp: New test.
5989 * gdb.cp/operator.cc: New test.
5990
5991 2010-06-04 Michael Snyder <msnyder@vmware.com>
5992
5993 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5994 * gdb.base/pending.exp: Ditto.
5995
5996 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5997
5998 2010-06-04 Doug Evans <dje@google.com>
5999
6000 * gdb.python/py-prettyprint.exp: Add new test for enabled and
6001 disabled printers.
6002 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
6003 (enable_lookup_function): New function.
6004
6005 2010-06-04 Tom Tromey <tromey@redhat.com>
6006
6007 * gdb.python/py-value.exp (test_value_hash): Don't test equality
6008 of hash and id.
6009
6010 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
6013 newline.
6014 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
6015 (empty verbose non-noisy clear, empty verbose noisy clear)
6016 (empty non-verbose noisy clear): Likewise.
6017
6018 2010-06-03 Michael Snyder <msnyder@vmware.com>
6019
6020 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
6021 * gdb.base/display.exp: Ditto.
6022 * gdb.base/find.exp: Ditto.
6023 * gdb.base/ifelse.exp: Ditto.
6024 * gdb.base/multi-forks.exp: Ditto.
6025 * gdb.base/recurse.exp: Ditto.
6026 * gdb.base/setshow.exp: Ditto.
6027 * gdb.base/value-double-free.exp: Ditto.
6028 * gdb.base/watch-vfork.exp: Ditto.
6029 * gdb.base/watch_thread_num.exp: Ditto.
6030 * gdb.base/watchpoint-solib.exp: Ditto.
6031 * gdb.base/watchpoint.exp: Ditto.
6032 * gdb.base/watchpoints.exp: Ditto.
6033
6034 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
6035 * gdb.cp/overload.exp: Ditto.
6036 * gdb.cp/virtfunc.exp: Ditto.
6037
6038 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
6039
6040 * gdb.reverse/watch-precsave.exp:
6041 Replace gdb_test with gdb_test_no_output.
6042
6043 * gdb.threads/attach-into-signal.exp:
6044 Replace gdb_test with gdb_test_no_output.
6045 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6046 * gdb.threads/watchthreads.exp: Ditto.
6047 * gdb.threads/watchthreads2.exp: Ditto.
6048
6049 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
6050 * gdb.trace/tfind.exp: Ditto.
6051
6052 2010-06-03 Joel Brobecker <brobecker@adacore.com>
6053
6054 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
6055 successful test if message is the empty string.
6056
6057 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 * gdb.fortran/module.exp (stopped language detection): New test.
6060
6061 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6062
6063 Support DW_TAG_module as separate namespaces.
6064 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
6065 gdb.fortran/library-module-lib.f90: New.
6066 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
6067 (print i): Remove.
6068 (continue to breakpoint: i-is-1, print var_i value 1)
6069 (continue to breakpoint: i-is-2, print var_i value 2)
6070 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
6071 (print var_d, print var_i value 14, ptype modmany, complete `modm)
6072 (complete `modmany, complete `modmany`, complete `modmany`var)
6073 (show language, setting breakpoint at module): New tests.
6074 * gdb.fortran/module.f90 (module mod): Remove.
6075 (module mod1, module mod2, module modmany, subroutine sub1)
6076 (subroutine sub2, program module): New.
6077
6078 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6079
6080 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
6081 (print value of rUC, print value of rI, print value of UI): ... here.
6082 * gdb.cp/anon-union.exp (pass): Rename to ...
6083 (print z 2): ... here.
6084
6085 2010-06-02 Michael Snyder <msnyder@vmware.com>
6086
6087 * gdb.trace/actions.exp: Use gdb_test_no_output.
6088 * gdb.trace/circ.exp: Ditto.
6089 * gdb.trace/packetlen.exp: Ditto.
6090 * gdb.trace/save-trace.exp: Ditto.
6091 * gdb.trace/tracecmd.exp: Ditto.
6092 * gdb.trace/tsv.exp: Ditto.
6093
6094 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
6095 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
6096 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6097 * gdb.threads/manythreads.exp: Ditto.
6098 * gdb.threads/print-threads.exp: Ditto.
6099 * gdb.threads/pthreads.exp: Ditto.
6100 * gdb.threads/schedlock.exp: Ditto.
6101 * gdb.threads/staticthreads.exp: Ditto.
6102 * gdb.threads/thread-specific.exp: Ditto.
6103 * gdb.threads/thread-unwindonsignal.exp: Ditto.
6104 * gdb.threads/threadapply.exp: Ditto.
6105 * gdb.threads/watchthreads.exp: Ditto.
6106 * gdb.threads/watchthreads2.exp: Ditto.
6107
6108 * gdb.python/py-block.exp: Use gdb_test_no_output.
6109 * gdb.python/py-prettyprint.exp: Ditto.
6110 * gdb.python/py-template.exp: Ditto.
6111 * gdb.python/py-value.exp: Ditto.
6112
6113 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
6114 * gdb.reverse/watch-reverse.exp: Ditto.
6115
6116 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
6117 * gdb.server/ext-run.exp: Ditto.
6118
6119 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
6120 * gdb.dwarf2/dw2-compressed.exp: Ditto.
6121 * gdb.dwarf2/dw2-intercu.exp: Ditto.
6122 * gdb.dwarf2/dw2-intermix.exp: Ditto.
6123 * gdb.dwarf2/dw2-producer.exp: Ditto.
6124 * gdb.dwarf2/mac-fileno.exp: Ditto.
6125
6126 * gdb.gdb/observer.exp: Use gdb_test_no_output.
6127 * gdb.gdb/selftest.exp: Ditto.
6128
6129 * gdb.multi/base.exp: Use gdb_test_no_output.
6130
6131 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
6132
6133 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6134
6135 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
6136
6137 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6138
6139 * gdb.cp/class2.exp: Use gdb_test_no_output.
6140 * gdb.cp/classes.exp: Ditto.
6141 * gdb.cp/extern-c.exp: Ditto.
6142 * gdb.cp/inherit.exp: Ditto.
6143 * gdb.cp/maint.exp: Ditto.
6144 * gdb.cp/mb-inline.exp: Ditto.
6145 * gdb.cp/mb-templates.exp: Ditto.
6146 * gdb.cp/method2.exp: Ditto.
6147 * gdb.cp/misc.exp: Ditto.
6148 * gdb.cp/ovldbreak.exp: Ditto.
6149 * gdb.cp/punctuator.exp: Ditto.
6150 * gdb.cp/templates.exp: Ditto.
6151 * gdb.cp/virtbase.exp: Ditto.
6152
6153 * gdb.threads/attach-stopped.exp:
6154 Replace uses of send_gdb / gdb_expect.
6155 * gdb.threads/attachstop-mt.exp:
6156 Replace uses of send_gdb / gdb_expect.
6157 * gdb.threads/gcore-thread.exp:
6158 Replace uses of send_gdb / gdb_expect.
6159 * gdb.threads/hand-call-in-threads.exp:
6160 Replace uses of send_gdb / gdb_expect.
6161 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
6162 * gdb.threads/print-threads.exp:
6163 Replace uses of send_gdb / gdb_expect.
6164 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
6165 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
6166 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
6167
6168 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
6169 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
6170 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
6171 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
6172 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
6173 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
6174 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
6175 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
6176 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
6177 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
6178 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
6179
6180 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6181
6182 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
6183
6184 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
6185
6186 * gdb.cp/koenig.exp: Added new test case.
6187 * gdb.cp/koenig.cc: Ditto.
6188
6189 2010-06-01 Michael Snyder <msnyder@vmware.com>
6190
6191 * gdb.base/arithmet.exp: Use gdb_test_no_output.
6192 * gdb.base/arrayidx.exp: Ditto.
6193 * gdb.base/attach.exp: Ditto.
6194 * gdb.base/auxv.exp: Ditto.
6195 * gdb.base/bigcre.exp: Ditto.
6196 * gdb.base/break-always.exp: Ditto.
6197 * gdb.base/break-interp.exp: Ditto.
6198 * gdb.base/break.exp: Ditto.
6199 * gdb.base/breakpoint-shadow.exp: Ditto.
6200 * gdb.base/call-ar-st.exp: Ditto.
6201 * gdb.base/call-sc.exp: Ditto.
6202 * gdb.base/call-signal-resume.exp: Ditto.
6203 * gdb.base/callfuncs.exp: Ditto.
6204 * gdb.base/catch-syscall.exp: Ditto.
6205 * gdb.base/charset.exp: Ditto.
6206 * gdb.base/code-expr.exp: Ditto.
6207 * gdb.base/commands.exp: Ditto.
6208 * gdb.base/cond-expr.exp: Ditto.
6209 * gdb.base/condbreak.exp: Ditto.
6210 * gdb.base/cursal.exp: Ditto.
6211 * gdb.base/cvexpr.exp: Ditto.
6212 * gdb.base/default.exp: Ditto.
6213 * gdb.base/del.exp: Ditto.
6214 * gdb.base/detach.exp: Ditto.
6215 * gdb.base/display.exp: Ditto.
6216 * gdb.base/ena-dis-br.exp: Ditto.
6217 * gdb.base/eval-skip.exp: Ditto.
6218 * gdb.base/foll-fork.exp: Ditto.
6219 * gdb.base/foll-vfork.exp: Ditto.
6220 * gdb.base/frame-args.exp: Ditto.
6221 * gdb.base/funcargs.exp: Ditto.
6222 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6223 * gdb.base/gdbvars.exp: Ditto.
6224 * gdb.base/help.exp: Ditto.
6225 * gdb.base/ifelse.exp: Ditto.
6226 * gdb.base/included.exp: Ditto.
6227 * gdb.base/list.exp: Ditto.
6228 * gdb.base/macscp.exp: Ditto.
6229 * gdb.base/maint.exp: Ditto.
6230 * gdb.base/multi-fork.exp: Ditto.
6231 * gdb.base/overlays.exp: Ditto.
6232 * gdb.base/page.exp: Ditto.
6233 * gdb.base/pending.exp: Ditto.
6234 * gdb.base/pointers.exp: Ditto.
6235 * gdb.base/pr11022.exp: Ditto.
6236 * gdb.base/prelink.exp: Ditto.
6237 * gdb.base/printcmds.exp: Ditto.
6238 * gdb.base/psymtab.exp: Ditto.
6239 * gdb.base/randomize.exp: Ditto.
6240 * gdb.base/relational.exp: Ditto.
6241 * gdb.base/relocate.exp: Ditto.
6242 * gdb.base/remote.exp: Ditto.
6243 * gdb.base/sepdebug.exp: Ditto.
6244 * gdb.base/set-lang-auto.exp: Ditto.
6245 * gdb.base/setshow.exp: Ditto.
6246 * gdb.base/setvar.exp: Ditto.
6247 * gdb.base/signals.exp: Ditto.
6248 * gdb.base/signull.exp: Ditto.
6249 * gdb.base/sigstep.exp: Ditto.
6250 * gdb.base/sizeof.exp: Ditto.
6251 * gdb.base/solib-disc.exp: Ditto.
6252 * gdb.base/store.exp: Ditto.
6253 * gdb.base/structs.exp: Ditto.
6254 * gdb.base/structs2.exp: Ditto.
6255 * gdb.base/subst.exp: Ditto.
6256 * gdb.base/term.exp: Ditto.
6257 * gdb.base/trace-commands.exp: Ditto.
6258 * gdb.base/unwindonsignal.exp: Ditto.
6259 * gdb.base/valgrind-db-attach.exp: Ditto.
6260 * gdb.base/varargs.exp: Ditto.
6261 * gdb.base/watch-cond.exp: Ditto.
6262 * gdb.base/watch_thread_num.exp: Ditto.
6263 * gdb.base/watchpoint-cond-gone.exp: Ditto.
6264 * gdb.base/watchpoint.exp: Ditto.
6265 * gdb.base/whatis-exp.exp: Ditto.
6266
6267 2010-06-01 Michael Snyder <msnyder@vmware.com>
6268
6269 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
6270 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
6271 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
6272 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
6273 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
6274 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
6275 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
6276 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
6277 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
6278 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
6279 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
6280 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
6281 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
6282 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
6283 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
6284
6285 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6286
6287 * gdb.base/commands.exp (begin commands on watch): Remove excessive
6288 trailing newline.
6289 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
6290 * gdb.java/jmisc.exp (p *args\n): Rename to ...
6291 (p *args): ... here and remove excessive trailing newline.
6292
6293 2010-05-31 Joel Brobecker <brobecker@adacore.com>
6294
6295 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
6296
6297 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6298
6299 Accept the new Linux kernel "t (tracing stop)" string.
6300 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
6301 Update comment.
6302 (state_wait) <T (tracing stop)>: New.
6303 (main): Update the state_wait expect string.
6304
6305 2010-05-28 Pedro Alves <pedro@codesourcery.com>
6306
6307 * limits.c, limits.exp: Delete files.
6308 * Makefile.in (clean mostlyclean): Adjust.
6309 * tracecmd.exp: Adjust.
6310
6311 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6312
6313 * gdb.base/tui-layout.exp: New.
6314
6315 2010-05-28 Michael Snyder <msnyder@vmware.com>
6316
6317 * gdb.reverse/break-precsave.exp:
6318 Replace uses of send_gdb / gdb_expect.
6319 * gdb.reverse/break-reverse.exp:
6320 Replace uses of send_gdb / gdb_expect.
6321 * gdb.reverse/consecutive-precsave.exp:
6322 Replace uses of send_gdb / gdb_expect.
6323 * gdb.reverse/consecutive-reverse.exp:
6324 Replace uses of send_gdb / gdb_expect.
6325 * gdb.reverse/finish-precsave.exp:
6326 Replace uses of send_gdb / gdb_expect.
6327 * gdb.reverse/finish-reverse.exp:
6328 Replace uses of send_gdb / gdb_expect.
6329 * gdb.reverse/i386-precsave.exp:
6330 Replace uses of send_gdb / gdb_expect.
6331 * gdb.reverse/i386-reverse.exp:
6332 Replace uses of send_gdb / gdb_expect.
6333 * gdb.reverse/i386-sse-reverse.exp:
6334 Replace uses of send_gdb / gdb_expect.
6335 * gdb.reverse/i387-env-reverse.exp:
6336 Replace uses of send_gdb / gdb_expect.
6337 * gdb.reverse/i387-stack-reverse.exp:
6338 Replace uses of send_gdb / gdb_expect.
6339 * gdb.reverse/machinestate-precsave.exp:
6340 Replace uses of send_gdb / gdb_expect.
6341 * gdb.reverse/machinestate.exp:
6342 Replace uses of send_gdb / gdb_expect.
6343 * gdb.reverse/sigall-precsave.exp:
6344 Replace uses of send_gdb / gdb_expect.
6345 * gdb.reverse/sigall-reverse.exp:
6346 Replace uses of send_gdb / gdb_expect.
6347 * gdb.reverse/solib-precsave.exp:
6348 Replace uses of send_gdb / gdb_expect.
6349 * gdb.reverse/solib-reverse.exp:
6350 Replace uses of send_gdb / gdb_expect.
6351 * gdb.reverse/step-precsave.exp:
6352 Replace uses of send_gdb / gdb_expect.
6353 * gdb.reverse/step-reverse.exp:
6354 Replace uses of send_gdb / gdb_expect.
6355 * gdb.reverse/until-precsave.exp:
6356 Replace uses of send_gdb / gdb_expect.
6357 * gdb.reverse/until-reverse.exp:
6358 Replace uses of send_gdb / gdb_expect.
6359 * gdb.reverse/watch-precsave.exp:
6360 Replace uses of send_gdb / gdb_expect.
6361 * gdb.reverse/watch-reverse.exp:
6362 Replace uses of send_gdb / gdb_expect.
6363
6364 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6367 excessive newline.
6368
6369 2010-05-27 Michael Snyder <msnyder@vmware.com>
6370
6371 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
6372 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6373 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6374 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6375 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6376 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6377 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6378 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6379 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6380 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6381 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6382 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6383 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6384 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6385 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6386 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6387 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6388 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6389 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
6390
6391 2010-05-26 Michael Snyder <msnyder@vmware.com>
6392
6393 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6394 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6395
6396 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6397 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6398 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6399
6400 * gdb.reverse/consecutive-reverse.exp:
6401 Replace uses of send_gdb / gdb_expect.
6402 * gdb.reverse/consecutive-precsave.exp:
6403 Replace uses of send_gdb / gdb_expect.
6404
6405 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6406 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6407 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
6408 * gdb.mi/mi-ns-stale-regcache.exp:
6409 Replace uses of send_gdb / gdb_expect.
6410 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6411 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6412 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6413 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6414 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6415 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6416 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6417 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6418 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
6419
6420 2010-05-26 Michael Snyder <msnyder@vmware.com>
6421
6422 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6423
6424 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6425
6426 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6427 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6428 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6429 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6430 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6431 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6432 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6433 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6434 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6435
6436 2010-05-25 Tom Tromey <tromey@redhat.com>
6437
6438 * gdb.base/macscp.exp: Add missing space after setup_kfail.
6439
6440 2010-05-25 Tom Tromey <tromey@redhat.com>
6441
6442 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6443 argument order.
6444 * gdb.base/macscp.exp: Fix setup_kfail argument order.
6445 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6446 order.
6447 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6448 order.
6449 * gdb.base/call-sc.exp (setup_kfails): Remove.
6450 (setup_compiler_kfails): Remove.
6451 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6452 argument order.
6453 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6454 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6455 (advancei): Fix setup_kfail argument order.
6456 * gdb.base/radix.exp: Fix setup_kfail argument order.
6457 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6458 order.
6459 * gdb.base/structs.exp (setup_kfails): Remove.
6460 (setup_compiler_kfails): Fix setup_kfail argument order.
6461 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6462 order.
6463 * gdb.java/jmain.exp: Fix setup_kfail argument order.
6464 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6465 setup_kfail argument order.
6466 * gdb.cp/overload.exp: Fix setup_kfail argument order.
6467
6468 2010-05-25 Tom Tromey <tromey@redhat.com>
6469
6470 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6471
6472 2010-05-25 Michael Snyder <msnyder@vmware.com>
6473
6474 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6475 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6476 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6477 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6478 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6479 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6480 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6481 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6482 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
6483 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6484 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6485 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6486 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6487 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6488 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6489 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6490 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6491 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6492 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6493 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6494 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6495 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6496 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
6497 * gdb.base/default.exp: Replace send_gdb with gdb_test.
6498 * gdb.base/define.exp: Replace send_gdb with gdb_test.
6499 * gdb.base/display.exp: Replace send_gdb with gdb_test.
6500 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6501 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6502 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6503 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6504 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6505 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6506 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6507 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6508 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6509 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6510 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6511 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6512 * gdb.base/help.exp: Replace send_gdb with gdb_test.
6513 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6514 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6515 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
6516 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6517 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6518 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6519 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6520 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6521 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
6522
6523 2010-05-25 Doug Evans <dje@google.com>
6524
6525 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6526 gdb.string_to_argv.
6527
6528 2010-05-21 Tom Tromey <tromey@redhat.com>
6529
6530 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6531 Call it.
6532 * gdb.dwarf2/pieces.S: Update.
6533 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6534
6535 2010-05-21 Tom Tromey <tromey@redhat.com>
6536
6537 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6538 Call it.
6539 * gdb.dwarf2/pieces.c (struct C): New.
6540 (f6): New function.
6541 * gdb.dwarf2/pieces.S: Replace.
6542
6543 2010-05-21 Tom Tromey <tromey@redhat.com>
6544
6545 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6546 Call it.
6547
6548 2010-05-21 Tom Tromey <tromey@redhat.com>
6549
6550 * gdb.dwarf2.pieces.exp: New file.
6551 * gdb.dwarf2.pieces.S: New file.
6552 * gdb.dwarf2.pieces.c: New file.
6553
6554 2010-05-20 Pedro Alves <pedro@codesourcery.com>
6555 Joel Brobecker <brobecker@adacore.com>
6556
6557 * lib/gdb.exp (gdb_test_no_output): New function.
6558 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6559 when testing commands that should produce no output.
6560
6561 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6562
6563 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6564 parameter that we want to watch being a constant.
6565
6566 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6567
6568 * gdb.ada/cond_lang: New testcase.
6569
6570 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6571
6572 * lib/gdb.exp (banned_variables): New variable/constant.
6573 (gdb_init): Add write trace on variables listed in banned_variables.
6574 (gdb_finish): Remove write traces on variables listed in
6575 banned_variables.
6576
6577 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6578
6579 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6580 * gdb.cp/koenig.exp: Likewise.
6581
6582 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
6583
6584 PR python/11482
6585
6586 * gdb.python/py-value.exp (test_value_hash): New function.
6587
6588 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
6589
6590 PR exp/11530.
6591 * gdb.base/gdb11530.c: New file.
6592 * gdb.base/gdb11530.exp: New file.
6593
6594 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6597 * gdb.dwarf2/dw2-modula2-self-type.S: New.
6598
6599 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
6600
6601 * gdb.cp/koenig.exp: New test.
6602 * gdb.cp/koenig.cc: New test program.
6603
6604 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6605
6606 Remove the use of prms_id and bug_id throughout the testsuite.
6607
6608 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6609
6610 PR exp/11349.
6611 * testsuite/gdb.cp/ref-types.exp: Add test to examine
6612 use a reference local variable.
6613
6614 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6615
6616 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6617 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
6618 variable different_dir. Move debugfile into a full directory pathname
6619 under DIFFERENT_DIR.
6620 * lib/gdb.exp (separate_debug_filename): Remove.
6621 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
6622 variable debug_dir and mkdir of it. Update function comments.
6623
6624 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6625
6626 PR gdb/11557
6627
6628 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6629 files.
6630
6631 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6632
6633 * gdb.python/py-param.exp: New File.
6634
6635 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6636
6637 * gdb.base/default.exp: Fix "set language" test.
6638
6639 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
6640
6641 PR breakpoints/11531.
6642 * gdb.base/gdb11531.c: New file.
6643 * gdb.base/gdb11531.exp: New file.
6644
6645 2010-04-26 Tom Tromey <tromey@redhat.com>
6646
6647 * gdb.base/completion.exp: Add tests for completion and deprecated
6648 commands.
6649
6650 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6653 (print /x char_array): Escape curly brackets.
6654
6655 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 Fix deadlock on looped list of loaded shared objects.
6658 * gdb.base/solib-corrupted.exp: New.
6659
6660 2010-04-23 Doug Evans <dje@google.com>
6661
6662 * gdb.python/py-section-script.c: New file.
6663 * gdb.python/py-section-script.exp: New file.
6664 * gdb.python/py-section-script.py: New file.
6665
6666 2010-04-20 Chris Moller <cmoller@redhat.com>
6667
6668 PR 10179
6669
6670 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6671 * gdb.base/pr10179-a.c:
6672 * gdb.base/pr10179-b.c:
6673 * gdb.base/pr10179.exp: New files.
6674
6675 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6676
6677 Fix crashes on dangling display expressions.
6678 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6679 is SEP.
6680 (lib_flags): Remove the "debug" keyword.
6681 (libsepdebug): New variable for iterating new loop.
6682 (save_pf_prefix): New variable wrapping the loop.
6683 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
6684 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6685
6686 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6687
6688 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6689
6690 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6691
6692 PR stabs/11479.
6693 * gdb.stabs/gdb11479.exp: New file.
6694 * gdb.stabs/gdb11479.c: New file.
6695
6696 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6697
6698 * gdb.base/charset.c (Strin16, String32): New variables.
6699 * gdb.base/charset.exp (gdb_test): Test correct display
6700 of 16 or 32 bit strings.
6701
6702 2010-04-21 Chris Moller <cmoller@redhat.com>
6703
6704 PR 9167
6705 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6706 * gdb.cp/pr9167.cc: New file.
6707 * gdb.cp/pr9167.exp: New file.
6708
6709
6710 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6711
6712 PR pascal/11492.
6713 * gdb.pascal/gdb11492.pas: New file.
6714 * gdb.pascal/gdb11492.exp: New file.
6715
6716 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
6719
6720 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6721
6722 * gdb.ada/dyn_loc: New testcase.
6723
6724 2010-04-20 Chris Moller <cmoller@redhat.com>
6725
6726 PR 10867
6727
6728 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
6729 * gdb.cp/pr10687.cc: New file.
6730 * gdb.cp/pr10687.exp: New file.
6731
6732
6733 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6734 Sergio Durigan Junior <sergiodj@redhat.com>
6735
6736 * gdb.fortran/logical.exp: New testcase.
6737 * gdb.fortran/logical.f90: New file.
6738
6739 2010-04-19 Doug Evans <dje@google.com>
6740
6741 * gdb.base/help.exp (help source): Update expected output.
6742
6743 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6746 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
6747 gdb_exit and return.
6748 (executable): New variable.
6749 (binfile): Use it.
6750
6751 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6752
6753 PR breakpoints/8554.
6754
6755 * gdb.trace/save-trace.exp: Adjust.
6756
6757 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6758
6759 PR corefiles/11511
6760 * gdb.arch/system-gcore.exp: New.
6761 * gdb.arch/gcore.c: Likewise.
6762
6763 2010-04-15 Doug Evans <dje@google.com>
6764
6765 * gdb.python/py-progspace.c: New file.
6766 * gdb.python/py-progspace.exp: New file.
6767
6768 * gdb.base/source.exp: Add tests for "source -s".
6769
6770 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6771
6772 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6773 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6774 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6775 * gdb.python/py-mi.exp: New test for to_string returning None.
6776
6777 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
6778
6779 * gdb.python/py-breakpoint.c: Make result global.
6780
6781 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6782
6783 Fix non-GNU make compatibility.
6784 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6785
6786 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6787
6788 * gdb.python/py-breakpoint.exp: New File.
6789 * gdb.python/py-breakpoint.C: Ditto.
6790
6791 2010-04-08 Stan Shebs <stan@codesourcery.com>
6792
6793 * gdb.trace/actions.exp: Clear default-collect.
6794 * gdb.trace/save-trace.exp: Clear default-collect.
6795
6796 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6797
6798 * gdb.python/py-value: Add null string variable.
6799 (test_lazy_string): Test zero length, NULL address lazy
6800 strings.
6801
6802 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6803
6804 * gdb.arch/i386-avx.c: New.
6805 * gdb.arch/i386-avx.exp: Likewise.
6806
6807 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6808
6809 2010-04-06 Doug Evans <dje@google.com>
6810
6811 * gdb.base/source-test.gdb: New file.
6812 * gdb.base/source.exp: Test source -v.
6813
6814 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6815
6816 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6817
6818 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6819
6820 * gdb.stabs/aout.sed: Convert all backslash to double backslash
6821 within one line, unless it is followed by a double quote.
6822 * gdb.stabs/hppa.sed: Idem.
6823 * gdb.stabs/weird.def: Add char and String constants
6824 * gdb.stabs/weird.exp: Check for correct parsing of
6825 char and string constants.
6826 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6827 in .stabs to .stabx substitution.
6828
6829 2010-04-05 Stan Shebs <stan@codesourcery.com>
6830
6831 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6832 constant global.
6833 * gdb.trace/tfile.exp: Try to print them.
6834
6835 2010-04-04 Stan Shebs <stan@codesourcery.com>
6836
6837 * gdb.base/completion.exp: Update for new "info watchpoints".
6838 * gdb.base/default.exp: Ditto.
6839 * gdb.base/help.exp: Ditto.
6840 * gdb.base/watchpoint.exp: Ditto.
6841 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
6842
6843 2010-04-04 Stan Shebs <stan@codesourcery.com>
6844
6845 * gdb.trace/tfile.exp: Sharpen tfind test.
6846
6847 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6848
6849 * gdb.base/break-entry.exp: New.
6850
6851 2010-04-02 Hui Zhu <teawater@gmail.com>
6852 Michael Snyder <msnyder@vmware.com>
6853
6854 * gdb.reverse/i386-sse-reverse.exp: New file.
6855 * gdb.reverse/i386-sse-reverse.c: New file.
6856
6857 2010-04-02 Pedro Alves <pedro@codesourcery.com>
6858
6859 * gdb.trace/tfind.exp: Adjust expected disassembly output.
6860
6861 2010-04-01 Stan Shebs <stan@codesourcery.com>
6862
6863 * gdb.trace/actions.exp: Tweak expected output.
6864 * gdb.trace/while-stepping.exp: Tweak expected output.
6865
6866 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6867
6868 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6869
6870 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6871
6872 * gdb.base/commands.exp: Adjust.
6873 * gdb.cp/extern-c.exp: Adjust.
6874
6875 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6876
6877 * gdb.trace/collection.c (local_test_func): Define a local struct,
6878 and instanciate it.
6879
6880 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6881
6882 * gdb.trace/collection.exp (gdb_collect_args_test)
6883 (gdb_collect_argarray_test): XFAIL the tests that assume the
6884 argarray argument's elements are collected.
6885
6886 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 * gdb.dwarf2/dw2-bad-parameter-type.exp,
6889 gdb.dwarf2/dw2-bad-parameter-type.S: New.
6890
6891 2010-03-31 Stan Shebs <stan@codesourcery.com>
6892
6893 * gdb.trace/save-trace.exp: Test save/restore of default-collect
6894 and tracepoint conditionals.
6895 (gdb_verify_tracepoints): Delete unused return.
6896
6897 2010-03-26 Keith Seitz <keiths@redhat.com>
6898
6899 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6900 appear in the output before main.
6901 Remove KFAIL for gdb/2215 aka bz 9320.
6902
6903 2010-03-30 Doug Evans <dje@google.com>
6904
6905 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6906 by dejagnu.
6907 * gdb.arch/amd64-dword.exp: Ditto.
6908
6909 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6910 match.
6911 (break printf): Ditto.
6912
6913 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
6914
6915 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6916 gcc < 4.4.
6917 * gdb.cp/shadow.exp: Ditto.
6918
6919 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6920
6921 * gdb.trace/collection.exp (run_trace_experiment): Make sure
6922 "tstart" is silent.
6923
6924 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6925
6926 * gdb.trace/collection.exp (executable): New.
6927 (binfile): Use it.
6928 (fpreg, spreg, pcreg): New.
6929 (test_register): Use gdb_test_multiple. Pass /x to print.
6930 (prepare_for_trace_test): New.
6931 (run_trace_experiment): Use "continue", not gdb_run_cmd.
6932 (gdb_collect_args_test, gdb_collect_argstruct_test)
6933 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6934 prepare_for_trace_test.
6935 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
6936 fpreg, spreg and pcreg.
6937 (gdb_collect_expression_test, gdb_collect_globals_test): Use
6938 prepare_for_trace_test.
6939 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
6940 try to detect tracing support here. Don't set breakpoints at
6941 `begin' or `end' here.
6942 <global scope>: Use clean_restart. Run to main before checking
6943 for tracing support. Check for for tracing support here.
6944
6945 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6946
6947 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6948 " as $displacement" to "seen displacement message".
6949
6950 2010-03-28 Pedro Alves <pedro@codesourcery.com>
6951
6952 * gdb.trace/while-dyn.exp (executable): New variable.
6953 (binfile): Use it.
6954 (test_while_stepping): New function. Move most tests here. Call
6955 it once for each of the while-stepping, stepping and ws aliases.
6956
6957 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6958
6959 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6960 that do not provide the tagless_struct type name at all.
6961 (test_print_anon_union): Do not check value of uninitialized
6962 union member. Do not use cp_test_ptype_class, so we can accept
6963 "long" as well as "long int".
6964
6965 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6966
6967 * gdb.trace/tfile.c (tohex, bin2hex): New.
6968 (write_error_trace_file): Hexify error description.
6969
6970 2010-03-25 Stan Shebs <stan@codesourcery.com>
6971
6972 * gdb.trace/tfile.c: Generate an additional trace file, improve
6973 portability.
6974 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6975 files in a better way.
6976
6977 2010-03-25 Keith Seitz <keiths@redhat.com>
6978
6979 * gdb.java/jprint.exp: XFAIL printing of static class members
6980 because of GCC debuginfo problem.
6981
6982 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6983
6984 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6985
6986 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * gdb.base/completion.exp: Allow long instead of long int.
6989 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6990 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6991 variable p.
6992 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6993 * gdb.base/pointers.exp: Allow long instead of long int.
6994 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6995 * gdb.base/step-line.exp: Allow a directory before the source file name.
6996
6997 2010-03-24 Tom Tromey <tromey@redhat.com>
6998
6999 PR breakpoints/9352:
7000 * gdb.base/default.exp: Update.
7001 * gdb.base/commands.exp: Update.
7002 * gdb.cp/extern-c.exp: Test setting commands on multiple
7003 breakpoints at once.
7004
7005 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7006
7007 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
7008 if gdb,nosignals.
7009 * gdb.base/watchpoints.c: Do not include unnecessary headers.
7010 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
7011 exited".
7012
7013 2010-03-24 Stan Shebs <stan@codesourcery.com>
7014
7015 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
7016
7017 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7018
7019 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
7020 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
7021 argument. Handle "short" and "long".
7022 (Top level): Pass overprototyped output for old_fptr and xptr.
7023
7024 2010-03-23 Pedro Alves <pedro@codesourcery.com>
7025
7026 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
7027 format strings and add casts to avoid compiler warnings.
7028
7029 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
7030
7031 * lib/trace-support.exp (gdb_trace_setactions):
7032 Don't expect whitespace after ">" prompt.
7033 * gdb.trace/actions.exp: Adjust for output changes.
7034 * gdb.trace/while-stepping.exp: Likewise.
7035
7036 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
7039 and r157645).
7040
7041 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
7044 New.
7045
7046 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
7047
7048 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
7049 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
7050
7051 2010-03-19 Stan Shebs <stan@codesourcery.com>
7052
7053 * gdb.trace/ax.exp: New file.
7054
7055 2010-03-19 Doug Evans <dje@google.com>
7056
7057 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
7058 output from gcc.
7059
7060 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
7061 named /usr/sbin/prelink<foo>.
7062
7063 2010-03-18 Stan Shebs <stan@codesourcery.com>
7064
7065 * gdb.trace/circ.exp: Test circular-trace-buffer.
7066 * gdb.trace/tfile.exp: Update tstatus test.
7067
7068 2010-03-18 Joel Brobecker <brobecker@adacore.com>
7069
7070 * gdb.dwarf2/dw2-anonymous-func.S: New file.
7071 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
7072
7073 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7074
7075 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
7076
7077 2010-03-18 Pedro Alves <pedro@codesourcery.com>
7078
7079 * gdb.base/default.exp: Adjust the expected output of the finish
7080 and until commands when the inferior is not being run.
7081
7082 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
7083
7084 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
7085 * gdb.cp/nsusing.exp: Ditto.
7086
7087 2010-03-15 Tom Tromey <tromey@redhat.com>
7088
7089 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
7090 * gdb.cp/userdef.cc (operator==): New function.
7091 (main): New locals mem1, mem2.
7092
7093 2010-03-15 Jie Zhang <jie@codesourcery.com>
7094
7095 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
7096 Declare and use new loadtimeout variable.
7097
7098 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
7099
7100 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
7101 Use gdb_load later.
7102
7103 2010-03-14 Pedro Alves <pedro@codesourcery.com>
7104
7105 * gdb.base/solib-disc.c (main): Make format of fprintf a string
7106 literal. Add missing endlines to prints to stderr.
7107
7108 2010-03-12 Tom Tromey <tromey@redhat.com>
7109
7110 PR c++/9708:
7111 * gdb.cp/m-static.exp: Add regression test.
7112 * gdb.cp/m-static.cc (method): New method.
7113 (main): Call it.
7114
7115 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
7116
7117 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
7118 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
7119
7120 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
7121
7122 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
7123
7124 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
7125
7126 * lib/gdb.exp (skip_stl_tests): New.
7127 (gdb_compile): Symbian needs -ldl.
7128 (shlib_target_file): New.
7129 (shlib_symbol_file): New.
7130 (gdb_load_shlibs): Use shlib_target_file.
7131 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
7132 * gdb.cp/exception.exp: Use skip_stl_tests.
7133 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
7134 * gdb.cp/try_catch.exp: Use skip_stl_tests.
7135 * gdb.cp/mb-templates.exp: Ditto.
7136 * gdb.base/commands.exp: Relax regexes.
7137 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
7138 shlib_target_file and shlib_symbol_file.
7139 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
7140 sections.
7141 * gdb.base/ending-run.exp: Accept E32Main for symbian.
7142 * gdb.base/solib-disc.exp: Use
7143 shlib_target_file and shlib_symbol_file.
7144 * gdb.base/unload.exp: Don't skip on symbian. Use
7145 shlib_target_file and shlib_symbol_file.
7146 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
7147
7148 2010-03-12 Pedro Alves <pedro@codesourcery.com>
7149
7150 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
7151 * gdb.trace/report.exp: Adjust for x86 and x86_64.
7152 Issue a tfind end before looking for a tracepoint frame.
7153 * gdb.trace/tfind.exp: Adjust tstatus output.
7154 Adjust disassembly output.
7155 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
7156
7157 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7158
7159 * gdb.base/break-interp.exp: Create new displacement parameter value
7160 for the test_ld calls.
7161 (reach): New parameter displacement, verify its content. New push of
7162 pf_prefix "reach-$func:". Import global expect_out.
7163 (test_core): New parameter displacement, verify its content. New push
7164 of pf_prefix "core:". New command "set verbose on". Import global
7165 expect_out.
7166 (test_attach): New parameter displacement, verify its content. New
7167 push of pf_prefix "attach:". New command "set verbose on". Import
7168 global expect_out.
7169 (test_ld): New parameter displacement, pass it to the reach, test_core
7170 and test_attach calls and verify its content in the "ld.so exit" test.
7171 * gdb.base/prelink.exp: Remove gdb_exit and final return.
7172 (prelink): Update expected text, use gdb_test.
7173
7174 2010-03-10 Doug Evans <dje@google.com>
7175
7176 * gdb.base/checkpoint.exp: Fix comment.
7177 Lengthen timeout while doing >600 checkpoints test.
7178 Rename duplicate "kill all one" test to keep test names unique.
7179
7180 2010-03-10 Pedro Alves <pedro@codesourcery.com>
7181
7182 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
7183
7184 2010-03-08 Keith Seitz <keiths@redhat.com>
7185
7186 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
7187 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
7188 (dm_type_long): New function.
7189 (dm_type_unsigned_short): New function.
7190 (dm_type_unsigned_long): New function.
7191 (myint): New typedef.
7192 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
7193 long, unsigned shor and long, operator char*, and typedef.
7194 (test_lookup_operator_functions): Add operator char* test.
7195 (test_paddr_operator_functions): Likewise.
7196 (test_paddr_overloaded_functions): Use probe values for
7197 short, long, and unsigned short and long.
7198 (test_paddr_hairy_functions): If the demangler probe detected
7199 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
7200 demangler.
7201 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
7202 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
7203 and "print null_pmf".
7204 Add test "ptype a.*pmf".
7205 * gdb.cp/overload.exp: Allow optional "int" to appear with
7206 "short" and "long".
7207 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
7208 long expect value for men_overload1arg.
7209 Allow "int" to appear with "short" and "long".
7210 When testing "info break", add argument for main (void).
7211 Also allow "int" to appear with "short" and "long".
7212 Ditto with "unsigned" and "long long".
7213 * gdb.java/jmain.exp: Do not enclose methods names in single
7214 quotes.
7215 * gdb.java/jmisc.exp: Likewise.
7216 * gdb.java/jprint.exp: Likewise.
7217 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
7218
7219 From Jan Kratochvil <jan.kratochvil@redhat.com>:
7220 * gdb.cp/exception.exp (backtrace after first throw)
7221 (backtrace after second throw): Allow a namespace before __cxa_throw.
7222 (backtrace after first catch, backtrace after second catch): Allow
7223 a namespace before __cxa_begin_catch.
7224
7225 * gdb.cp/cpexprs.exp: New file.
7226 * gdb.cp/cpexprs.cc: New file.
7227
7228 From Daniel Jacobowitz <dan@codesourcery.com>
7229 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
7230 to use string_to_regexp.
7231 (ctor, dtor): New functions. Use them to match constructor
7232 and destructor function types.
7233 (Top level): Use runto_main.
7234
7235 2010-03-05 Tom Tromey <tromey@redhat.com>
7236
7237 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
7238 gdb.target_charset.
7239 (pp_ns.to_string): Likewise.
7240
7241 2010-03-04 Keith Seitz <keiths@redhat.com>
7242
7243 * gdb.cp/overload.exp: Test that the filename portion of a linespec
7244 can be quoted. Test that both the filename and function/line
7245 portions can be quoted at the same time.
7246
7247 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7248
7249 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
7250
7251 2010-03-03 Doug Evans <dje@google.com>
7252
7253 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
7254 libc contains libpthread.
7255
7256 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
7257 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
7258 of gdb_compile. Add another pattern to match android backtrace.
7259
7260 2010-03-03 Tom Tromey <tromey@redhat.com>
7261
7262 PR gdb/11345:
7263 * gdb.base/printcmds.exp (test_printf): Add test.
7264
7265 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7266
7267 * gdb.arch/amd64-byte.exp: New.
7268 * gdb.arch/amd64-dword.exp: Likewise.
7269 * gdb.arch/amd64-pseudo.c: Likewise.
7270 * gdb.arch/amd64-word.exp: Likewise.
7271 * gdb.arch/i386-byte.exp: Likewise.
7272 * gdb.arch/i386-pseudo.c: Likewise.
7273 * gdb.arch/i386-word.exp: Likewise.
7274
7275 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7276
7277 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
7278 types. Add structreg, bitfields, and flags registers.
7279 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
7280 registers.
7281
7282 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7283
7284 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
7285 (load_description): Set architecture if defined.
7286
7287 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
7288
7289 * gdb.python/py-frame.exp: Add read_var block tests.
7290 * gdb.python/py-frame.c (block): New function.
7291
7292 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7293 Daniel Jacobowitz <dan@codesourcery.com>
7294
7295 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
7296
7297 2010-02-25 David S. Miller <davem@davemloft.net>
7298
7299 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
7300 fix logic for setting all_syscalls_numbers.
7301
7302 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7303
7304 * Makefile.in: Add py-block and py-symbol.
7305 * gdb.python/py-symbol.exp: New File.
7306 * gdb.python/py-symtab.exp: New File.
7307 * gdb.python/py-block.exp: New File.
7308 * gdb.python/py-symbol.c: New File.
7309 * gdb.python/py-block.c: New File.
7310
7311 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7312
7313 PR python/11314
7314 * lib/gdb.exp (skip_python_tests): New function.
7315 * gdb.python/py-cmd.exp: Use skip_python_tests.
7316 * gdb.python/py-frame.exp: Likewise.
7317 * gdb.python/py-function.exp: Likewise.
7318 * gdb.python/py-prettyprint.exp: Likewise.
7319 * gdb.python/py-template.exp: Likewise.
7320 * gdb.python/py-type.exp: Likewise.
7321 * gdb.python/py-value.exp: Likewise.
7322
7323 2010-02-22 Pedro Alves <pedro@codesourcery.com>
7324
7325 PR9605
7326
7327 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7328
7329 2010-02-19 Tom Tromey <tromey@redhat.com>
7330
7331 PR c++/8693, PR c++/9496:
7332 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
7333 regression tests.
7334
7335 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7336
7337 Fix compatibility with m68k as.
7338 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
7339 Use only /* comments */.
7340
7341 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7342
7343 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7344 * configure: Regenerate.
7345
7346 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7347
7348 * gdb.python/py-type.exp: Check for Python support.
7349
7350 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7351
7352 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7353 `regsub' syntax available.
7354
7355 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7356
7357 * gdb.base/shmain.c (main): Remove printf call.
7358 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7359 * gdb.base/unload.c (main): Make format of fprintf a string
7360 literal. Add missing endlines to prints to stderr.
7361 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7362
7363 2010-02-17 Tom Tromey <tromey@redhat.com>
7364
7365 * gdb.java/jprint.java (jprint.props): New field.
7366 * gdb.java/jprint.exp (set_lang_java): Add regression test.
7367
7368 2010-02-17 Pedro Alves <pedro@codesourcery.com>
7369
7370 * gdb.base/charset.exp: Don't assume new `regsub' syntax
7371 available.
7372
7373 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7376 creation to support remote host testing.
7377
7378 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7379
7380 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7381 Recognize "command not found".
7382
7383 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7384
7385 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7386 single-stepping.
7387
7388 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7389
7390 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7391 if arguments are not supported.
7392
7393 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7396 be const or non-const.
7397
7398 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7399
7400 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7401 mi_send_resuming_command to send -exec-continue.
7402
7403 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7404
7405 * gdb.base/list.exp (test_list_filename_and_function): Add test
7406 with single quotes.
7407 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7408 matching.
7409 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7410 Add KFAIL'd tests for PR gdb/11289.
7411
7412 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7415
7416 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7417
7418 * gdb.base/comp-dir/subdir/dummy.txt: New file.
7419 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7420 a temporary directory.
7421
7422 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7423
7424 * gdb.base/charset.exp: Use a single regular expression to match
7425 show host-charset and show target-charset output.
7426
7427 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7428
7429 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7430 "Illegal process-id" expect string more exact.
7431 (attach to digits-starting nonsense is prohibited): New.
7432
7433 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 * gdb.base/prelink.exp (set verbose on): New.
7436
7437 2010-02-12 Tomas Holmberg <th@virtutech.com>
7438
7439 * mi-reverse.exp: New file. Test for reverse option to the
7440 following MI commands: exec-continue, exec-finish, exec-next,
7441 exec-step, exec-next-instruction, exec-step-instruction.
7442
7443 2010-02-09 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.ada/ptype_tagged_param: New testcase.
7446
7447 2010-02-08 Tom Tromey <tromey@redhat.com>
7448
7449 PR c++/8017:
7450 * gdb.cp/overload.exp: Add tests.
7451 * gdb.cp/overload.cc (struct K): New.
7452 (namespace N): New.
7453 (main): Call new functions.
7454 (K::staticoverload): Define.
7455
7456 2010-02-08 Chris Moller <moller@mollerware.com>
7457
7458 PR gdb/10728
7459 * gdb.cp/pr10728-x.h: New file.
7460 * gdb.cp/pr10728-x.cc: New file.
7461 * gdb.cp/pr10728-y.cc: New file.
7462 * gdb.cp/pr10728.exp: New file.
7463 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7464
7465 2010-02-08 Chris Moller <moller@mollerware.com>
7466
7467 PR gdb/9067
7468 * gdb.cp/pr9067.exp: New
7469 * gdb.cp/pr9067.cc: New
7470 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7471
7472 2010-02-08 Joel Brobecker <brobecker@adacore.com>
7473
7474 * lib/gdb.exp (gdb_test_timeout): New global variable.
7475 Set it to timeout if not already set.
7476 (gdb_init): Reset the value of timeout to gdb_test_timeout.
7477
7478 2010-02-05 Doug Evans <dje@google.com>
7479
7480 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7481 user.
7482
7483 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7484
7485 PR c++/7935:
7486 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7487
7488 2010-02-04 Tom Tromey <tromey@redhat.com>
7489
7490 * gdb.cp/virtbase.exp: Make test case names unique.
7491
7492 2010-02-02 Tom Tromey <tromey@redhat.com>
7493
7494 * gdb.cp/virtbase.exp: Add regression tests.
7495 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7496 (main): Instantiate RHC.
7497
7498 2010-02-02 Tom Tromey <tromey@redhat.com>
7499
7500 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7501 type-printing change.
7502
7503 2010-02-02 Tom Tromey <tromey@redhat.com>
7504
7505 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7506 * gdb.cp/virtbase.cc: New file.
7507 * gdb.cp/virtbase.exp: New file.
7508 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7509
7510 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7511
7512 PR libc/11214:
7513 * gdb.threads/current-lwp-dead.c: Include features.h.
7514 (HAS_NOMMU): New.
7515 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7516
7517 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 * gdb.base/symbol-without-target_section.exp,
7520 gdb.base/symbol-without-target_section.c: New.
7521
7522 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7523
7524 * gdb.base/bigcore.exp: Reset increased timeout.
7525 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7526
7527 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7528
7529 * gdb.base/gcore.exp (capture_command_output): Use
7530 gdb_test_multiple.
7531
7532 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7533
7534 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7535 * gdb.arch/thumb2-it.exp (test_it_break): New function.
7536 (Top level): Call it.
7537
7538 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7541
7542 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7543
7544 * gdb.base/call-strs.exp, gdb.base/default.exp,
7545 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7546 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7547 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7548 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7549 gdb.base/watchpoint-solib.exp: Save and restore timeout.
7550 * gdb.base/ending-run.exp: Correct restore of timeout.
7551 * gdb.base/page.exp: Remove unnecessary timeout setting.
7552
7553 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.ada/rec_return: New testcase.
7556
7557 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7558
7559 * gdb.ada/call_pn: New testcase.
7560
7561 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7562
7563 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7564 (Top level): Use it to resume.
7565 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7566 the Thumb mode displaced stepping error as unsupported.
7567
7568 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
7569
7570 * gdb.cp/nsusing.exp: Added more tests.
7571 * gdb.cp/nsrecurs.exp: Ditto.
7572 * gdb.cp/nsusing.cc: Added test functions.
7573 * gdb.cp/nsrecurs.cc: Ditto.
7574
7575 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7576
7577 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7578 absolute directory pathnames in gdb.sum file.
7579
7580 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
7581
7582 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7583 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7584
7585 2010-01-26 Tom Tromey <tromey@redhat.com>
7586
7587 PR exp/7643:
7588 * gdb.base/printcmds.exp (test_print_string_constants): Remove
7589 setup_kfail.
7590
7591 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
7592
7593 * gdb.cp/nsrecurs.exp: New test.
7594 * gdb.cp/nsrecurs.cc: New test program.
7595 * gdb.cp/nsstress.exp: New test.
7596 * gdb.cp/nsstress.cc: New test program.
7597 * gdb.cp/nsdecl.exp: New test.
7598 * gdb.cp/nsdecl.cc: New test program.
7599
7600 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7601
7602 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7603 imported into file scope.
7604 Marked test as xfail.
7605 * gdb.cp/namespace-using.cc (marker5): New function.
7606 * gdb.cp/shadow.exp: New test.
7607 * gdb.cp/shadow.cc: New test program.
7608 * gdb.cp/nsimport.exp: New test.
7609 * gdb.cp/nsimport.cc: New test program.
7610
7611 2010-01-25 Tom Tromey <tromey@redhat.com>
7612
7613 PR gdb/11049:
7614 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7615 with "set print null-stop on".
7616
7617 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7618
7619 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7620 Adjust it for DISASSEMBLY_OMIT_FNAME.
7621
7622 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 PR symtab/11199:
7625 * gdb.dwarf2/member-ptr-forwardref.exp,
7626 gdb.dwarf2/member-ptr-forwardref.S: New.
7627
7628 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7629
7630 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7631 (thread1_func): Protect thread1_tid with thread1_tid_cond by
7632 thread1_tid_mutex. Remove gdbstop_mutex handling.
7633 (thread2_func): Protect thread2_tid with thread2_tid_cond by
7634 thread2_tid_mutex. Remove gdbstop_mutex handling.
7635 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7636 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
7637 pthread_cond_wait conditionalizations by while loops.
7638
7639 2010-01-20 Tom Tromey <tromey@redhat.com>
7640
7641 PR backtrace/10770:
7642 * gdb.dwarf2/pr10770.exp: New file.
7643 * gdb.dwarf2/pr10770.c: New file.
7644 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7645
7646 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7647
7648 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7649 that target was removed, and the test always runs native anyway.
7650
7651 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7654 gdb.base/watchpoint-cond-gone-stripped.c: New.
7655
7656 2010-01-19 Tom Tromey <tromey@redhat.com>
7657
7658 PR c++/8000:
7659 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
7660 existing tests.
7661 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7662 (main): Use AAA::SomeEnum.
7663
7664 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7665
7666 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7667 (test_ignore_count): Declare line_callme_body global.
7668 (run to breakpoint with ignore count): Use line_callme_body.
7669 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7670 (set line_main_hello, set line_main_return): Reindent.
7671 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7672 New.
7673 (continue to callee4): Use line_callee4_body.
7674 (check *stopped from CLI command): Use line_callee4_next.
7675 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7676 (set line_main_hello, set line_main_return): Reindent.
7677 (set line_callee4_head, set line_callee4_body): New.
7678 (continue to callee4): Use line_callee4_body.
7679
7680 2010-01-18 Tom Tromey <tromey@redhat.com>
7681
7682 PR c++/9680:
7683 * gdb.cp/casts.cc: Add new classes and variables.
7684 * gdb.cp/casts.exp: Test new operators.
7685
7686 2010-01-18 Tom Tromey <tromey@redhat.com>
7687 Thiago Jung Bauermann <bauerman@br.ibm.com>
7688
7689 * gdb.python/source2.py: New file.
7690 * gdb.python/source1: New file.
7691 * gdb.python/python.exp: Test "source" command.
7692
7693 2010-01-15 Stan Shebs <stan@codesourcery.com>
7694
7695 * gdb.trace/tfile.c: New file.
7696 * gdb.trace/tfile.exp: New file.
7697
7698 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7701
7702 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7703
7704 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7705
7706 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7707
7708 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7709 (libfunc): New parameter action. Implement also selectable "sleep".
7710 * gdb.base/break-interp-main.c: Include assert.h.
7711 (libfunc): New parameter action.
7712 (main): New parameters argc and argv. Assert argc. Pass argv.
7713 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7714 (test_attach): New proc.
7715 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
7716 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
7717
7718 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.base/break-interp.exp (test_core): New proc.
7721 (test_ld): Call it.
7722
7723 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7726 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
7727 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
7728 and gdb_compile_shlib. Use new -Wl compiler options.
7729 (dl bt, main bt): New tests.
7730
7731 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7732
7733 Support PIEs with no symfile_objfile.
7734 * gdb.base/break-interp.exp: New argument at the test_ld calls.
7735 (test_ld): New parameter trynosym.
7736 (test_ld <$trynosym>): New block.
7737
7738 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7739
7740 * gdb.base/break-interp.exp: New file.
7741
7742 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7743
7744 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7745 * gdb.python/py-prettyprint.py (pp_ls): New printer.
7746 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7747 test.
7748 * gdb.python/py-prettyprint.c: Define lazystring test structure.
7749 * gdb.python/py-mi.exp: Add lazy string test.
7750
7751 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7752
7753 * lib/mi-support.exp (mi_check_thread_states): Handle
7754 core number in thread listing.
7755
7756 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7757
7758 * gdb.base/maint.exp: Adjust the expected output for the
7759 "maint print type" test. Use gdb_test_multiple instead of
7760 gdb_sent/gdb_expect.
7761
7762 2010-01-11 Doug Evans <dje@google.com>
7763
7764 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7765 from gdbserver_download. All callers updated.
7766
7767 * gdb.server/ext-run.exp: "info os processes" requires xml support.
7768
7769 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7770
7771 Implement binary numbers parsing.
7772 * gdb.base/printcmds.exp (test_integer_literals_accepted)
7773 (test_integer_literals_rejected): New binary tests.
7774
7775 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7776
7777 * gdb.cell/configure: Regenerate.
7778
7779 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.base/corefile.exp: Move the core finding block out and call it as
7782 core_find, new variable $corefile, replace corefile by $corefile and
7783 [file tail $corefile] for usage vs. test names resp.
7784 * lib/gdb.exp (core_find): Move it as a new function here. New
7785 parameter binfile and deletefiles. New variable $destcore. Pre-delete
7786 $destcore. Return "" on error.
7787
7788 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 Workaround PR binutils/10802.
7791 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7792 (twice).
7793
7794 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7795
7796 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7797
7798 2010-01-08 Joel Brobecker <brobecker@adacore.com>
7799
7800 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7801 call, to avoid interruption.
7802
7803 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7804
7805 * gdb.stabs/weird.def (args93): New.
7806
7807 2010-01-07 Doug Evans <dje@google.com>
7808
7809 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7810
7811 2010-01-07 Tom Tromey <tromey@redhat.com>
7812
7813 * gdb.base/source.exp: Use correct line number.
7814
7815 2010-01-05 Stan Shebs <stan@codesourcery.com>
7816
7817 * gdb.trace/tracecmd.exp: Test ftrace.
7818
7819 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7820
7821 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7822
7823 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7824
7825 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7826 "uint_for_mi_testing".
7827
7828 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7829
7830 Test indented comment in file being sourced.
7831 * gdb.base/commands.exp: Test indented comment in file being sourced.
7832
7833 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7834
7835 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7836 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7837 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7838 notice.
7839
7840 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7841
7842 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7843 notice.
7844
7845 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7846
7847 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7848 missing $after_stopped and comma (,) expectation.
7849
7850 2009-12-31 Stan Shebs <stan@codesourcery.com>
7851
7852 * gdb.trace/actions.exp: Test teval action.
7853
7854 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7855
7856 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7857 (top level): Call test_watchpoint_in_big_blob.
7858 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7859 watchpoints.
7860 (func3): Write to buf.
7861
7862 2009-12-29 Stan Shebs <stan@codesourcery.com>
7863
7864 * gdb.trace/actions.exp: Test default-collect.
7865
7866 2009-12-28 Stan Shebs <stan@codesourcery.com>
7867
7868 * gdb.trace/tsv.exp: New file.
7869 * gdb.base/completion.exp: Update ambiguous info output.
7870
7871 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
7872
7873 * gdb.base/find.c (main): Reference search buffers.
7874 * gdb.base/included.c (main): Reference integer.
7875 * gdb.base/ptype.c (charfoo): Declare.
7876 (intfoo): Call charfoo.
7877 * gdb.base/scope0.c (useitp): New function.
7878 (usestatics): Use useitp.
7879 (useit): Add a type for val.
7880 * gdb.base/scope1.c (useit1): Take a pointer argument.
7881 (usestatics1): Update calls to useit1.
7882 * gdb.cp/call-c.cc: Declare foo.
7883 (main): Call foo.
7884 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7885 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7886 (main): Call C::ensureRefs and ensureOtherRefs.
7887 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7888 variables.
7889 (ensureOtherRefs): New function.
7890 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7891 * gdb.cp/templates.cc (main): Call t5i.value.
7892
7893 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 Fix compatibility with G++-4.5.
7896 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7897 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7898 (uncaught return): Remove.
7899
7900 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7901 Phil Muldoon <pmuldoon@redhat.com>
7902
7903 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7904 (bp_location13, bp_location14, bp_location17, bp_location18)
7905 (marker3_proto, marker4_proto): New variables.
7906 (breakpoint info): Update output.
7907 (run until breakpoint at marker3, run until breakpoint at marker4): New
7908 tests.
7909
7910 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7911
7912 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7913 Replace the printf call of Y by provided "y-set-1" label. New block
7914 for the second shared library.
7915 * gdb.base/unload.exp: Compile also the second library, call
7916 gdb_load_shlibs also for it. Use now gdb_breakpoint.
7917 (single pending breakpoint info): Rename to ...
7918 (pending breakpoint info before run): ... this extended test.
7919 (libfile2, libname2, libsrcfile2, libsrc2)
7920 (lib_sl2): New variables.
7921 (exec_opts): Set also SHLIB_NAME2.
7922 (pending breakpoint info on first run at shrfunc1)
7923 (pending breakpoint info on second run at shrfunc1)
7924 (pending breakpoint info on second run at shrfunc2)
7925 (print y from libfile, print y from libfile2): New tests.
7926 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7927 * gdb.base/unloadshr2.c: New.
7928
7929 2009-12-22 Hui Zhu <teawater@gmail.com>
7930
7931 * gdb.reverse/sigall-reverse.exp: Adjust.
7932
7933 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
7934
7935 PR gdb/10884
7936
7937 * gdb.mi/var-cmd.c (do_bitfield_tests): New
7938 (main): Call do_bitfield_tests.
7939 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
7940
7941 2009-12-20 Joel Brobecker <brobecker@adacore.com>
7942
7943 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7944 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7945 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7946 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7947 gdb.modula2/unbounded1.c: Update copyright header.
7948
7949 2009-12-10 Chris Moller <moller@mollerware.com>
7950
7951 PR gdb/9399
7952 * gdb.cp/virtfunc2.exp: New tests
7953 * gdb.cp/virtfunc2.cc: New tests
7954 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7955
7956 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
7957
7958 * gdb.reverse/i387-env-reverse.c: New file.
7959 * gdb.reverse/i387-env-reverse.exp: New file.
7960 * gdb.reverse/i387-stack-reverse.c: New file.
7961 * gdb.reverse/i387-stack-reverse.exp: New file.
7962
7963 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
7964
7965 * gdb.python/py-type.exp (test_range): New test.
7966
7967 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
7968
7969 PR python/10805
7970
7971 * gdb.python/py-type.exp: New file.
7972 * gdb.python/py-type.c: New file.
7973 * Makefile.in: Add py-type.
7974
7975 2009-12-03 Tom Tromey <tromey@redhat.com>
7976
7977 * gdb.python/py-value.exp (test_parse_and_eval): New
7978 function.
7979
7980 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7981
7982 PR gdb/11022
7983
7984 * gdb.base/pr11022.exp: New test.
7985 * gdb.base/pr11022.c: New test.
7986
7987 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7988
7989 Fix spurious false FAILs.
7990 * gdb.base/structs.c (chartest): New.
7991 (main): Fill-in chartest.
7992 * gdb.base/structs.exp (anychar_re, first): New.
7993 (start_structs_test): Import global anychar_re and first.
7994 New gdb_test call "set print elements 300; ${testfile}"
7995 (start_structs_test <$first>): New block.
7996 (any): Import global anychar_re. New variable ac. Use ${ac}.
7997
7998 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7999
8000 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
8001
8002 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8003
8004 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
8005 Force $srcfile file.
8006 * gdb.base/foll-fork.c (callee): Comment out the printf call.
8007
8008 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8009
8010 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
8011 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8012 * gdb.threads/watchthreads-reorder.exp: Likewise.
8013
8014 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
8015
8016 PR gdb/8704
8017
8018 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
8019 "if", and "thread". Correct matching in the previous test.
8020
8021 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
8022
8023 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
8024
8025 2009-11-23 Michael Snyder <msnyder@vmware.com>
8026
8027 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
8028 * gdb.reverse-watch-precsave.exp: Ditto.
8029
8030 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
8031
8032 * gdb.asm/asm-source.exp: Adjust.
8033 * gdb.base/help.exp: Adjust.
8034
8035 2009-11-22 Pedro Alves <pedro@codesourcery.com>
8036
8037 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
8038 (do_syscall_tests_without_xml): Set data-directory to
8039 /the/path/to/nowhere.
8040
8041 2009-11-21 Pedro Alves <pedro@codesourcery.com>
8042
8043 * gdb.threads/local-watch-wrong-thread.c,
8044 gdb.threads/local-watch-wrong-thread.exp: New files.
8045
8046 2009-11-21 Pedro Alves <pedro@codesourcery.com>
8047
8048 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
8049 assume new `regsub' syntax available.
8050
8051 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 * gdb.base/watchpoint-hw-hit-once.exp,
8054 gdb.base/watchpoint-hw-hit-once.c: New.
8055
8056 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 * gdb.threads/watchthreads-reorder.exp,
8059 gdb.threads/watchthreads-reorder.c: New.
8060
8061 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
8062
8063 * gdb.xml/tdesc-regs.exp: Use for m68k.
8064
8065 2009-11-15 Pedro Alves <pedro@codesourcery.com>
8066
8067 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
8068
8069 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8070
8071 * lib/gdb.exp (current_target_name): New procedure.
8072 (gdb_wrapper_target): New variable.
8073 (gdb_wrapper_init): Set gdb_wrapper_target.
8074 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
8075 wrapper.
8076
8077 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8078
8079 * gdb.base/remote.exp: Delete the slowest load test.
8080 Do not load with fixed packet sizes.
8081
8082 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8083
8084 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
8085
8086 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8087
8088 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
8089 srcfile when setting a breakpoint.
8090
8091 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
8092
8093 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
8094 macros.
8095
8096 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8097
8098 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
8099 to be in memory.
8100 * gdb.base/display.c (force_mem): New.
8101 (do_loops): Use it. Add breakpoint comments.
8102 (do_vars): Add a breakpoint comment.
8103 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
8104 line numbers.
8105
8106 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
8107
8108 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
8109 instead of a bare "run".
8110
8111 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8112
8113 * gdb.python/py-prettyprint.exp: Adjust.
8114
8115 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8116
8117 * lib/cell.exp (skip_cell_tests): Clean up test files before
8118 returning.
8119
8120 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8121
8122 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
8123 and the breakpoint menu. Do not call perror if a prompt is seen.
8124 Consume the following GDB prompt.
8125 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
8126 * gdb.cp/namespace.exp: Use gdb_test.
8127 * gdb.cp/templates.exp: Use gdb_test.
8128 (test_template_breakpoints): Use gdb_test_multiple.
8129
8130 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8131
8132 * gdb.base/break1.c (struct some_struct, values): Move earlier.
8133 (marker4): Reference values.
8134
8135 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8136
8137 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
8138 is missing.
8139
8140 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8141
8142 * gdb.base/break.c (need_malloc): New.
8143 * gdb.base/constvars.c (main): Reference crass and crisp.
8144 * gdb.base/gdb1821.c (main): Reference bar.
8145 * gdb.cp/gdb1355.cc (main): Reference s1.
8146 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
8147 (main): Call them.
8148 * gdb.cp/hang2.cc (dummy2): Define.
8149 * gdb.cp/hang3.cc (dummy3): Define.
8150 * gdb.cp/m-data.cc (main): Reference shadow.
8151
8152 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
8153 Nathan Froyd <froydnj@codesourcery.com>
8154
8155 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
8156 remote host.
8157
8158 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
8159
8160 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
8161 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
8162 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8163 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8164 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8165 * gdb.dwarf2/dw2-producer.exp: Likewise.
8166 * gdb.dwarf2/mac-fileno.exp: Likewise.
8167 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
8168 py-prettyprint.py to the remote host.
8169 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
8170
8171 2009-11-11 Keith Seitz <keiths@redhat.com>
8172
8173 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
8174 use it instead of "Foo".
8175 * gdb.cp/classes.exp (do_tests): Add a test to access
8176 a method through a typedef'd class name.
8177
8178 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
8179
8180 * gdb.base/long_long.exp: Permit leading zeros on floating-point
8181 exponents.
8182 * gdb.base/pointers.exp: Likewise.
8183 * gdb.cp/ref-types.exp: Likewise.
8184
8185 2009-11-11 Keith Seitz <keiths@redhat.com>
8186
8187 * gdb.cp/cplusfuncs.cc (class foo): Add operators
8188 new[] and delete[].
8189 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
8190 "void".
8191 (probe_demangler): Remove all single-quoting of
8192 method and variable names.
8193 (info_func_regexp): Remove the word "void" from any
8194 occurrence of "(void)".
8195 (print_addr_2): Remove all single-quoting of
8196 method names.
8197 (print_addr_2_kfail): Likewise.
8198 (print_addr): Single-quote C function names before
8199 passing to print_addr_2.
8200 (test_paddr_operator_functions): Remove single-quoting
8201 for method names.
8202 Add tests for operator new[] and operator delete[].
8203
8204 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
8207
8208 2009-11-09 Keith Seitz <keiths@redhat.com>
8209
8210 * gdb.cp/overload.exp: Add tests for resolving overloaded
8211 methods in expression parsing/evaluation.
8212
8213 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8214
8215 * lib/gdb.exp (default_gdb_version): Use --version instead of
8216 --command.
8217
8218 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
8219
8220 * lib/gdb.exp (gdb_compile_test): New.
8221 (skip_ada_tests, skip_java_tests): New.
8222 (gdb_compile): Use gdb_compile_test for f77.
8223 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
8224 * lib/java.exp (compile_java_from_source): Remove runtests check,
8225 use gdb_compile_test to record result.
8226 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
8227 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
8228 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
8229 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
8230 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
8231 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
8232 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
8233 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
8234 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
8235 adjust gdb_compile invocations.
8236
8237 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8238
8239 * Makefile.in (abs_builddir): New.
8240 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
8241 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
8242 `$(abs_builddir)/site.exp'.
8243
8244 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
8245
8246 * config/m68k-emc.exp, lib/emc-support.exp,
8247 gdb.trace/gdb_c_test.c: Delete.
8248 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
8249 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8250 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8251 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8252 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8253 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
8254 casing for m68k-*-elf.
8255
8256 2009-11-03 Pedro Alves <pedro@codesourcery.com>
8257
8258 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
8259 * gdb.arch/i386-prologue.exp: Likewise.
8260 * gdb.arch/i386-unwind.exp: Likewise.
8261
8262 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8263
8264 * lib/gdb.exp (gdb_expect): Fix timeout typo.
8265
8266 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8267
8268 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
8269
8270 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8271
8272 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
8273
8274 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
8277
8278 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8279
8280 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
8281 * gdb.base/sepdebug2.c: New file.
8282
8283 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8284
8285 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
8286 the modified warnings for catch syscall. Verify if GDB was compiled
8287 with support for lib expat, and choose which tests to run depending
8288 on this.
8289
8290 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
8291
8292 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
8293 that composite commands are parsed OK. And also test
8294 that breakpoint commands do work.
8295
8296 2009-10-23 Michael Snyder <msnyder@vmware.com>
8297
8298 gdb.reverse/consecutive-precsave.exp: Change expect pattern
8299 to allow for new disassembly style.
8300
8301 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
8302
8303 * gdb.asm/asm-source.exp: Adjust.
8304
8305 2009-10-22 Michael Snyder <msnyder@vmware.com>
8306
8307 * gdb.reverse/break-precsave.exp: New test.
8308 * gdb.reverse/consecutive-precsave.exp: Ditto.
8309 * gdb.reverse/finish-precsave.exp: Ditto.
8310 * gdb.reverse/i386-precsave.exp: Ditto.
8311 * gdb.reverse/machinestate-precsave.exp: Ditto.
8312 * gdb.reverse/sigall-precsave.exp: Ditto.
8313 * gdb.reverse/solilb-precsave.exp: Ditto.
8314 * gdb.reverse/step-precsave.exp: Ditto.
8315 * gdb.reverse/until-precsave.exp: Ditto.
8316 * gdb.reverse/watch-precsave.exp: Ditto.
8317
8318 2009-10-22 Michael Snyder <msnyder@vmware.com>
8319
8320 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
8321 for gdb_expect. Adjust one test's expect strings for the new
8322 format of disassemble.
8323 * gdb.reverse/finish-reverse.exp: Delete 'return'.
8324 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8325 gdb_test_multiple.
8326 * gdb.reverse/step-reverse.exp: Delete 'return'.
8327 * gdb.reverse/until-reverse.exp: Delete blank lines.
8328 * gdb.reverse/watch-reverse.exp: Delete blank lines.
8329
8330 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
8331
8332 * gdb.base/consecutive.exp: Adjust.
8333 * gdb.base/display.exp: Likewise.
8334 * gdb.base/pc-fp.exp: Likewise.
8335 * gdb.base/sigbpt.exp: Likewise.
8336
8337 2009-10-19 Michael Snyder <msnyder@vmware.com>
8338
8339 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8340 * gdb.reverse/finish-reverse.c: Ditto.
8341 * gdb.reverse/sigall-reverse.c: Ditto.
8342 * gdb.reverse/solib-reverse.c: Ditto.
8343 * gdb.reverse/step-reverse.c: Ditto.
8344 * gdb.reverse/watch-reverse.c: Ditto.
8345
8346 2009-10-19 Pedro Alves <pedro@codesourcery.com>
8347 Stan Shebs <stan@codesourcery.com>
8348
8349 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8350 * gdb.base/foll-exec.exp: Adjust to expect a process id before
8351 "Executing new program".
8352 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8353 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
8354 left listed after having been killed.
8355 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8356 * gdb.base/maint.exp: Adjust test.
8357
8358 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8359 * gdb.multi/Makefile.in: New.
8360 * gdb.multi/base.exp: New.
8361 * gdb.multi/goodbye.c: New.
8362 * gdb.multi/hangout.c: New.
8363 * gdb.multi/hello.c: New.
8364 * gdb.multi/bkpt-multi-exec.c: New.
8365 * gdb.multi/bkpt-multi-exec.exp: New.
8366 * gdb.multi/crashme.c: New.
8367
8368 2009-10-13 Tristan Gingold <gingold@adacore.com>
8369
8370 * gdb.base/sepdebug.exp: Check debug info are found.
8371
8372 2009-10-08 Pedro Alves <pedro@codesourcery.com>
8373
8374 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8375 bits.
8376
8377 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8380
8381 2009-10-07 Joel Brobecker <brobecker@adacore.com>
8382
8383 * gdb.base/watchpoints.c: Add copyright header. Reformat one
8384 of the comments.
8385
8386 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
8387
8388 * gdb.base/annota1.exp: Remove obsolete match_max increase.
8389 * gdb.base/annota3.exp: Idem.
8390 * gdb.base/maint.exp: Idem.
8391
8392 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8393
8394 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8395 to default.
8396
8397 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8398
8399 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
8400 mingw and cygwin targets.
8401
8402 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
8403 Pedro Alves <pedro@codesourcery.com>
8404
8405 * lib/gdb.exp (gdb_compile): Avoid adding
8406 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8407
8408 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8409
8410 * gdb.base/shr1.c: Use %p in format string.
8411 * gdb.base/unload.c: Avoid warning in fprintf.
8412 * gdb.base/watchpoint-solib.c: Idem.
8413
8414 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
8415
8416 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8417 long type.
8418 (test_unlink): Correct printf string.
8419 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8420 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8421
8422 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8425 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8426 * gdb.arch/ia64-breakpoint-shadow.S: New file.
8427
8428 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8429
8430 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8431 * gdb.objc/nondebug.exp: Likewise.
8432
8433 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8434
8435 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8436 target_info setting.
8437
8438 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8439 that detect new threads during "info threads".
8440
8441 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8442
8443 * gdb.threads/manythreads.c (main): Increase thread stack size
8444 to 2*PTHREAD_STACK_MIN.
8445 * gdb.threads/multi-create.c (main): Likewise.
8446 (create_function): Likewise.
8447
8448 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8449
8450 * gdb.base/dump.exp: Pass difference of pointer types instead
8451 of integer types as offset to restore in intarr3.srec case.
8452
8453 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8454
8455 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8456
8457 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8458
8459 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8460
8461 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
8462
8463 New test for two watchpoints, with disabling of
8464 the first inserted.
8465 * testsuite/gdb.base/watchpoints.c: New file.
8466 * testsuite/gdb.base/watchpoints.exp: New file.
8467
8468 2009-09-25 Tom Tromey <tromey@redhat.com>
8469
8470 * gdb.base/charset.exp: Test utf-16 strings with Python.
8471
8472 2009-09-25 Tom Tromey <tromey@redhat.com>
8473
8474 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8475 UCS-4.
8476 * gdb.base/charset.c (utf_32_string): Rename.
8477 (init_utf32): Rename.
8478 (main): Update.
8479
8480 2009-09-22 Tom Tromey <tromey@redhat.com>
8481
8482 * gdb.python/py-function.exp: Add regression tests.
8483
8484 2009-09-21 Keith Seitz <keiths@redhat.com>
8485
8486 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8487 with invalid operator.
8488
8489 2009-09-21 Keith Seitz <keiths@redhat.com>
8490
8491 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8492 and destructor using typedef name of class.
8493 * gdb.cp/classes.cc (class Base1): Add a destructor.
8494 (base1): New typedef.
8495 (use_methods): Instanitate an object of type base1.
8496 * gdb.cp/templates.exp (test_template_typedef): New procedure.
8497 (do_tests): Call test_template_typedef.
8498 * gdb.cp/templates.cc (Baz::~Baz): New method.
8499 (intBazOne): New typedef.
8500 (main): Instantiate intBazOne.
8501
8502 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8503
8504 PR python/10633
8505
8506 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8507 Function.
8508 (run_lang_tests): Add print elements test.
8509
8510 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
8511
8512 * gdb.python/py-value.exp (test_subscript_regression): New
8513 function. Test for invalid subscripts.
8514 * gdb.python/py-value.c (main): Add test array, and pointer to it.
8515 (ptr_ref): New function.
8516
8517 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8518
8519 * gdb.base/default.exp: Fix "show convenience".
8520
8521 2009-09-15 Tom Tromey <tromey@redhat.com>
8522
8523 * lib/mi-support.exp (mi_create_varobj): Update.
8524 (mi_create_floating_varobj): Likewise.
8525 (mi_create_dynamic_varobj): New proc.
8526 (mi_varobj_update): Update.
8527 (mi_varobj_update_with_type_change): Likewise.
8528 (mi_varobj_update_kv_helper): New proc.
8529 (mi_varobj_update_dynamic_helper): Rewrite.
8530 (mi_varobj_update_dynamic): New proc.
8531 (mi_list_varobj_children): Update.
8532 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8533 * gdb.python/python-prettyprint.py (pp_outer): New class.
8534 (pp_nullstr): Likewise.
8535 (lookup_function): Register new printers.
8536 * gdb.python/python-prettyprint.c (struct substruct): New type.
8537 (struct outerstruct): Likewise.
8538 (substruct_test): New function.
8539 (struct nullstr): New type.
8540 (string_1, string_2): New globals.
8541 (main): Add new tests.
8542 * gdb.python/python-mi.exp: Added regression tests.
8543 * gdb.mi/mi2-var-display.exp: Update.
8544 * gdb.mi/mi2-var-cmd.exp: Update.
8545 * gdb.mi/mi2-var-child.exp: Update.
8546 * gdb.mi/mi2-var-block.exp: Update.
8547 * gdb.mi/mi-var-invalidate.exp: Update.
8548 * gdb.mi/mi-var-display.exp: Update.
8549 * gdb.mi/mi-var-cmd.exp: Update.
8550 * gdb.mi/mi-var-child.exp: Update.
8551 * gdb.mi/mi-var-block.exp: Update.
8552 * gdb.mi/mi-break.exp: Update.
8553 * gdb.mi/gdb701.exp: Update.
8554
8555 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8556
8557 * Makefile.in: Inclusion of catch-syscall object.
8558 * gdb.base/catch-syscall.c: New file.
8559 * gdb.base/catch-syscall.exp: New file.
8560
8561 2009-09-12 Michael Snyder <msnyder@vmware.com>
8562
8563 * gdb.reverse/step-reverse.exp: Explicitly check for targets
8564 that can support reverse debuggnig.
8565
8566 2009-09-11 Tom Tromey <tromey@redhat.com>
8567
8568 * gdb.dwarf2/valop.S: New file.
8569 * gdb.dwarf2/valop.exp: New file.
8570
8571 2009-09-11 Mark Kettenis <kettenis@gnu.org>
8572
8573 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8574
8575 2009-09-10 Doug Evans <dje@google.com>
8576
8577 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8578 Add $gdb_prompt to second breakpoint regexp.
8579
8580 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
8581
8582 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8583 names, add missing ones.
8584 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8585 * gdb.python/py-frame.c: Rename from python-frame.c.
8586 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
8587 testfile name.
8588 * gdb.python/py-function.exp: Rename from python-function.exp.
8589 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
8590 testfile name.
8591 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8592 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8593 Adjust testfile name.
8594 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8595 * gdb.python/py-template.cc: Rename from python-template.cc.
8596 * gdb.python/py-template.exp: Rename from python-template.exp.
8597 Adjust testfile name.
8598 * gdb.python/py-value.c: Rename from python-value.c.
8599 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
8600 testfile name.
8601
8602 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8603
8604 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8605 $bpt2address.
8606 (Second breakpoint address is valid on ia64)
8607 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8608
8609 2009-09-03 Joseph Myers <joseph@codesourcery.com>
8610
8611 * gdb.base/ending-run.exp: Restrict regular expression matching
8612 line number to require closing brace following.
8613
8614 2009-09-03 Doug Evans <dje@google.com>
8615
8616 * gdb.base/store.exp (check_set): Fix typo in expected value message.
8617
8618 2009-09-02 Tom Tromey <tromey@redhat.com>
8619
8620 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8621
8622 2009-09-02 Tom Tromey <tromey@redhat.com>
8623
8624 * gdb.dwarf2/callframecfa.exp: New file.
8625 * gdb.dwarf2/callframecfa.S: New file.
8626
8627 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8628
8629 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8630 gdb.base/solib-overlap-main.c: New.
8631
8632 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
8633
8634 PR gdb/10565
8635
8636 * gdb.base/bitfields.c (struct container, container): New.
8637 (main): Initialize it and call break5.
8638 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8639
8640 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8641
8642 Support constant DW_AT_data_member_location by GCC PR debug/40659.
8643 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8644
8645 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8646
8647 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8648
8649 2009-08-26 Michael Snyder <msnyder@vmware.com>
8650
8651 * gdb.base/i386-reverse.c: New file.
8652 * gdb.base/i386-reverse.exp: New file.
8653 * gdb.base/Makefile.in: Add new files to be removed.
8654
8655 2009-08-26 Joseph Myers <joseph@codesourcery.com>
8656
8657 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8658 environment-pwd for remote host.
8659 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8660
8661 2009-08-24 Keith Seitz <keiths@redhat.com>
8662
8663 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8664 Add two new C++ completer tests which limit the output to a
8665 given class.
8666
8667 2009-08-24 Michael Snyder <msnyder@vmware.com>
8668
8669 * gdb.base/del.exp: Fix typo in comment.
8670 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8671
8672 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8673
8674 * configure: Regenerate.
8675 * gdb.hp/configure: Likewise.
8676 * gdb.hp/gdb.aCC/configure: Likewise.
8677 * gdb.hp/gdb.base-hp/configure: Likewise.
8678 * gdb.hp/gdb.compat/configure: Likewise.
8679 * gdb.hp/gdb.defects/configure: Likewise.
8680 * gdb.hp/gdb.objdbg/configure: Likewise.
8681 * gdb.stabs/configure: Likewise.
8682
8683 2009-08-19 Doug Evans <dje@google.com>
8684
8685 * gdb.base/gdbvars.c: New file.
8686 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8687
8688 2009-08-14 Pedro Alves <pedro@codesourcery.com>
8689
8690 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8691 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8692
8693 2009-08-13 Pedro Alves <pedro@codesourcery.com>
8694
8695 * gdb.base/default.exp: Adjust "set language test": it's now an
8696 enum command. Larger help string moved to "help set language".
8697 * gdb.base/help.exp: Adjust "help set language" expected output,
8698 now lists all known languages.
8699
8700 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
8701
8702 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8703 all frame arguments.
8704 * gdb.arch/altivec-regs.exp: Likewise.
8705
8706 2009-08-07 Tom Tromey <tromey@redhat.com>
8707
8708 * gdb.base/setshow.exp: Add tests for changes to set language, set
8709 check range, and set check type.
8710
8711 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
8712
8713 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8714 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
8715 Call it.
8716
8717 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8718
8719 * configure.ac: Run gdb.cell tests when appropriate.
8720 * configure: Regenerate.
8721 * lib/cell.exp: New file.
8722 * gdb.cell: New directory.
8723 * gdb.cell/configure.ac: New file.
8724 * gdb.cell/configure: New file.
8725 * gdb.cell/Makefile.in: New file.
8726 * gdb.cell/arch.exp: New file.
8727 * gdb.cell/break.c: New file.
8728 * gdb.cell/break.exp: New file.
8729 * gdb.cell/break-spu.c: New file.
8730 * gdb.cell/bt.c: New file.
8731 * gdb.cell/bt2-spu.c: New file.
8732 * gdb.cell/bt-spu.c: New file.
8733 * gdb.cell/bt.exp: New file.
8734 * gdb.cell/coremaker.c: New file.
8735 * gdb.cell/coremaker-spu.c: New file.
8736 * gdb.cell/core.exp: New file.
8737 * gdb.cell/gcore.exp: New file.
8738 * gdb.cell/data.c: New file.
8739 * gdb.cell/data.exp: New file.
8740 * gdb.cell/data-spu.c: New file.
8741 * gdb.cell/ea-cache.exp: New file.
8742 * gdb.cell/ea-cache.c: New file.
8743 * gdb.cell/ea-cache-spu.c: New file.
8744 * gdb.cell/ea-standalone.c: New file.
8745 * gdb.cell/ea-standalone.exp: New file.
8746 * gdb.cell/ea-test.c: New file.
8747 * gdb.cell/ea-test.exp: New file.
8748 * gdb.cell/f-regs.exp: New file.
8749 * gdb.cell/mem-access.c: New file.
8750 * gdb.cell/mem-access.exp: New file.
8751 * gdb.cell/mem-access-spu.c: New file.
8752 * gdb.cell/ptype.exp: New file.
8753 * gdb.cell/registers.exp: New file.
8754 * gdb.cell/size.c: New file.
8755 * gdb.cell/sizeof.exp: New file.
8756 * gdb.cell/size-spu.c: New file.
8757 * gdb.cell/solib.exp: New file.
8758 * gdb.cell/solib-symbol.exp: New file.
8759
8760 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8761
8762 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8763
8764 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8765
8766 * gdb.base/float.exp: Handle VFP registers.
8767
8768 2009-07-14 Michael Snyder <msnyder@vmware.com>
8769
8770 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8771 to bring gdb to the beginning of the calling line.
8772
8773 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8774 confusing the i386 epilogue unwinder.
8775
8776 2009-07-14 Stan Shebs <stan@codesourcery.com>
8777
8778 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8779
8780 2009-07-14 Michael Snyder <msnyder@vmware.com>
8781
8782 * gdb.reverse/step-reverse.exp (stepi into function call):
8783 Call instruction may not be first instruction in the line.
8784 (reverse stepi from a function call): Used wrong line number.
8785
8786 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8789
8790 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8791
8792 Fix gdb.base/macscp.exp when using custom inputrc.
8793 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8794 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
8795 env(TERM) set.
8796 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8797 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8798
8799 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8802 * gdb.base/annota1.exp (thread_test): Import global $testfile.
8803 Change the compilation target to match the testcase name.
8804 * gdb.base/sect-cmd.exp: Change the compilation target to match the
8805 testcase name.
8806 * a2-run.exp: Use for setup prepare_for_testing. Change the
8807 compilation target to match the testcase name.
8808 * gdb.base/commands.exp: Likewise.
8809 * gdb.base/finish.exp: Likewise.
8810 * gdb.base/float.exp: Likewise.
8811 * gdb.base/info-target.exp: Likewise.
8812 * gdb.base/relational.exp: Likewise.
8813 * gdb.base/term.exp: Likewise.
8814 * gdb.base/until.exp: Likewise.
8815 * gdb.base/volatile.exp: Likewise.
8816 * gdb.base/whatis-exp.exp: Likewise.
8817
8818 2009-07-11 Hui Zhu <teawater@gmail.com>
8819
8820 * gdb.base/help.exp (disassemble): Update expected help text.
8821
8822 2009-07-09 Tom Tromey <tromey@redhat.com>
8823
8824 * lib/gdb.exp: Handle TRANSCRIPT.
8825 (remote_spawn, remote_close, send_gdb): New procs.
8826
8827 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
8828
8829 * gdb.python/python-prettyprint.c: Add counted null string
8830 structure.
8831 * gdb.python/python-prettyprint.exp: Print null string. Test for
8832 embedded nulls.
8833 * gdb.python/python-prettyprint.py (pp_ns): New Function.
8834 * gdb.python/python-value.exp (test_value_in_inferior): Add
8835 variable length string fetch tests.
8836 * gdb.python/python-value.c (main): Add strings for string fetch tests.
8837
8838 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8839
8840 * gdb.base/dump.exp (inaccessible memory is reported): New test.
8841
8842 2009-07-07 Tom Tromey <tromey@redhat.com>
8843
8844 * gdb.base/call-rt-st.exp: Update for change to escape output.
8845 * gdb.base/callfuncs.exp: Likewise.
8846 * gdb.base/charset.exp: Likewise.
8847 * gdb.base/constvars.exp: Likewise.
8848 * gdb.base/long_long.exp: Likewise.
8849 * gdb.base/pointers.exp: Likewise.
8850 * gdb.base/printcmds.exp: Likewise.
8851 * gdb.base/setvar.exp: Likewise.
8852 * gdb.base/store.exp: Likewise.
8853 * gdb.cp/ref-types.exp: Likewise.
8854 * gdb.mi/mi-var-child.exp: Likewise.
8855 * gdb.mi/mi-var-display.exp: Likewise.
8856 * gdb.mi/mi2-var-display.exp: Likewise.
8857 * gdb.base/charset.exp: Test octal escape sequence length.
8858 Update for change to escape output.
8859
8860 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8863
8864 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
8865
8866 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8867
8868 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8871 gdbserver increasing $portnum if "Can't bind address" has been seen.
8872
8873 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8874
8875 * gdb.base/ending-run.exp: Add "step out of main" pattern for
8876 mingw32ce.
8877
8878 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8879
8880 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8881 VFP format.
8882
8883 2009-07-02 Pedro Alves <pedro@codesourcery.com>
8884
8885 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8886 linux. Adjust to use "inferior", "info inferiors", "detach
8887 inferior" and "kill inferior" instead of "restart", "info fork",
8888 "detach fork" and "delete fork".
8889 * gdb.base/ending-run.exp: Spell out "info".
8890 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8891 the "kill" command.
8892
8893 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8894
8895 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8896 change to prefix TLS offset in hex with 0x.
8897
8898 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8899
8900 * gdb.base/default.exp: Update test case for "x" changes.
8901
8902 2009-07-01 Tristan Gingold <gingold@adacore.com>
8903
8904 * gdb.base/bigcore.exp: Make darwin untested.
8905
8906 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 * gdb.base/completion.exp (directory completion): Create the directory.
8909 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8910 escapeuniquesub.
8911 (directory completion 2): Expect now ${escapeuniquesub}.
8912 (Glob remaining of directory test): Remove one excessive newline.
8913 Expect the real output.
8914
8915 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 Fix `make check//%' target after `make check' has been ran.
8918 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
8919 a mkdir call.
8920 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8921 (%/.dir): Remove.
8922
8923 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8924
8925 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8926 the expected result record.
8927
8928 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8929
8930 Remove racy FAILs relying just on the timeouts.
8931 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8932 (annotation_level 2): Remove racy FAILs.
8933
8934 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8935
8936 gdb/10275
8937 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8938
8939 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
8940
8941 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8942
8943 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
8944
8945 * gdb.mi/mi-stack.exp: Testing symbolic options
8946 to -stack-list-locals and -stack-list-arguments.
8947
8948 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8951
8952 2009-06-29 Tom Tromey <tromey@redhat.com>
8953
8954 * dg-extract-results.sh: New file.
8955 * Makefile.in (FORCE_PARALLEL): New variable.
8956 (CHECK_TARGET): New conditional variable.
8957 (check): Use CHECK_TARGET.
8958 (DO_RUNTEST): New variable.
8959 (check-single): New target.
8960 (TEST_DIRS): New variable.
8961 (TEST_TARGETS): Likewise.
8962 (check-parallel): New target.
8963 (check-gdb.%): New pattern.
8964 (BASE1_FILES): New variable.
8965 (BASE2_FILES): Likewise.
8966 (check-gdb.base%): New pattern.
8967 (%/.dir): New pattern.
8968 * configure: Rebuild.
8969 * aclocal.m4 (AM_CONDITIONAL): New defun.
8970 * configure.ac: Check whether user is using GNU make.
8971 (GMAKE): New conditional.
8972
8973 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8974
8975 * gdb.cp/namespace-nested-import.cc: New test.
8976 * gdb.cp/namespace-nested-import.exp: New test.
8977
8978 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8979
8980 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8981 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8982 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8983 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8984 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8985 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8986 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8987 gdb.opt/inline-markers.c: New files.
8988 * lib/gdb.exp (skip_inline_frame_tests): New function.
8989 (skip_inline_var_tests): New function.
8990
8991 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8992
8993 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8994 backtrace.
8995
8996 2009-06-27 Michael Snyder <msnyder@vmware.com>
8997
8998 * gdb.reverse: New directory.
8999 * gdb.reverse/break-reverse.c: New test.
9000 * gdb.reverse/break-reverse.exp: New test.
9001 * gdb.reverse/consecutive-reverse.c: New test.
9002 * gdb.reverse/consecutive-reverse.exp: New test.
9003 * gdb.reverse/finish-reverse.c: New test.
9004 * gdb.reverse/finish-reverse.exp: New test.
9005 * gdb.reverse/machinestate.c: New test.
9006 * gdb.reverse/ms1.c: New test.
9007 * gdb.reverse/machinestate.exp: New test.
9008 * gdb.reverse/Makefile.in: New file.
9009 * gdb.reverse/shr2.c: New test.
9010 * gdb.reverse/solib-reverse.c: New test.
9011 * gdb.reverse/solib-reverse.exp: New test.
9012 * gdb.reverse/step-reverse.c: New test.
9013 * gdb.reverse/step-reverse.exp: New test.
9014 * gdb.reverse/until-reverse.c: New test.
9015 * gdb.reverse/ur1.c: New test.
9016 * gdb.reverse/until-reverse.exp: New test.
9017 * gdb.reverse/watch-reverse.c: New test.
9018 * gdb.reverse/watch-reverse.exp: New test.
9019 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
9020 * configure: Regenerate.
9021
9022 2009-06-26 Doug Evans <dje@google.com>
9023
9024 * gdb.base/psymtab.exp: Turn off pending breakpoints.
9025
9026 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
9027
9028 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
9029 windows problem for 'file delete $binfile'.
9030
9031 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
9032
9033 * gdb.cp/namespace-using.exp: New test.
9034 * gdb.cp/namespace-using.cc: New test.
9035
9036 2009-05-20 Joel Brobecker <brobecker@adacore.com>
9037
9038 * gdb.ada/variant_record_packed_array: New testcase.
9039
9040 2009-06-23 Tom Tromey <tromey@redhat.com>
9041
9042 * gdb.base/charset.exp (test_combination): Regression test.
9043 * gdb.base/charset.c (my_wchar_t): New typedef.
9044 (myvar): New global.
9045 (main): Set myvar.
9046
9047 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
9048
9049 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
9050 target.
9051
9052 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9053
9054 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
9055
9056 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9057
9058 * gdb.mi/gdb680.exp: Update test for error message.
9059
9060 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9061
9062 * gdb.base/annota1.exp: Allow multiple occurrences of the
9063 frames-invalid annotation.
9064 * gdb.cp/annota2.exp: Likewise.
9065
9066 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
9067
9068 * gdb.cp/gdb2495.cc: New file.
9069 * gdb.cp/gdb2495.exp: New file.
9070
9071 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9072
9073 Report error on GDB crash during runto.
9074 * lib/gdb.exp (runto <eof>): New.
9075
9076 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
9077
9078 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
9079 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
9080 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
9081 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
9082 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
9083 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
9084 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
9085 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
9086 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
9087 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
9088 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
9089 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
9090 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9091 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
9092 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
9093 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
9094 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
9095 gdb.server/server-mon.exp, gdb.server/server-run.exp,
9096 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9097 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
9098 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
9099 gdb.trace/passcount.exp, gdb.trace/report.exp,
9100 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
9101 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
9102 gdb.trace/while-stepping.exp: Use a unique name for the compiled
9103 executable.
9104
9105 2009-06-07 Pedro Alves <pedro@codesourcery.com>
9106
9107 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
9108 defined before referencing it.
9109
9110 2009-06-03 Doug Evans <dje@google.com>
9111
9112 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
9113 * gdb.arch/i386-see.c: Ditto.
9114
9115 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
9116
9117 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
9118 (check_macro): Return 1 if undefined.
9119 If first test fails, check if macro debug information is available,
9120 and report unsupported test if no macro information is found.
9121
9122 2009-05-29 Doug Evans <dje@google.com>
9123
9124 * gdb.threads/hand-call-in-threads.exp: New.
9125 * gdb.threads/hand-call-in-threads.c: New.
9126
9127 2009-05-29 Michael Snyder <msnyder@vmware.com>
9128
9129 * gdb.base/break-always.exp: Change "1" to "on".
9130 Add confirmation check.
9131
9132 2009-05-28 Pedro Alves <pedro@codesourcery.com>
9133
9134 * gdb.threads/threxit-hop-specific.c: New.
9135 * gdb.threads/threxit-hop-specific.exp: New.
9136 * gdb.threads/thread-execl.c: New.
9137 * gdb.threads/thread-execl.exp: New.
9138
9139 2009-05-27 Tom Tromey <tromey@redhat.com>
9140 Thiago Jung Bauermann <bauerman@br.ibm.com>
9141
9142 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
9143 (mi_child_regexp): Likewise.
9144 (mi_list_varobj_children_range): Likewise.
9145 (mi_get_features): Likewise.
9146 (mi_list_varobj_children): Rewrite.
9147 * gdb.python/python-mi.exp: New file.
9148
9149 2009-05-27 Tom Tromey <tromey@redhat.com>
9150 Thiago Jung Bauermann <bauerman@br.ibm.com>
9151 Phil Muldoon <pmuldoon@redhat.com>
9152 Paul Pluzhnikov <ppluzhnikov@google.com>
9153
9154 * gdb.python/python-prettyprint.exp: New file.
9155 * gdb.python/python-prettyprint.c: New file.
9156 * gdb.python/python-prettyprint.py: New file.
9157 * gdb.base/display.exp: print/r is now valid.
9158
9159 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
9160 Tom Tromey <tromey@redhat.com>
9161 Pedro Alves <pedro@codesourcery.com>
9162 Paul Pluzhnikov <ppluzhnikov@google.com>
9163
9164 * gdb.python/python-template.exp: New file.
9165 * gdb.python/python-template.cc: New file.
9166 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9167 tests.
9168 * gdb.python/python-value.exp (py_objfile_tests): New proc.
9169 Call it.
9170 (test_value_after_death): New proc.
9171 * gdb.python/python-value.c (PTR): New typedef.
9172 (main): New variable 'x'.
9173
9174 2009-05-27 Tom Tromey <tromey@redhat.com>
9175
9176 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9177 tests.
9178 * gdb.python/python-value.exp (py_objfile_tests): New proc.
9179 Call it.
9180
9181 2009-05-27 Pedro Alves <pedro@codesourcery.com>
9182
9183 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
9184
9185 2009-05-24 Pedro Alves <pedro@codesourcery.com>
9186
9187 * gdb.threads/fork-thread-pending.c: New.
9188 * gdb.threads/fork-thread-pending.exp: New.
9189
9190 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9191
9192 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
9193 * gdb.dwarf2/dw2-strp.S (a_string2): New.
9194
9195 2009-05-18 Jon Beniston <jon@beniston.com>
9196
9197 * gdb.asm/asm-source.exp: Add lm32 target.
9198
9199 2009-05-17 Pedro Alves <pedro@codesourcery.com>
9200
9201 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
9202 `gdb_get_line_number'. Call `callee' in both parent and child.
9203 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
9204 `gdb_get_line_number' instead of hardcoding line numbers.
9205 (catch_fork_unpatch_child): New procedure to test detaching
9206 breakpoints from child fork.
9207 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
9208 hardcoding line numbers.
9209 (do_fork_tests): Run `catch_fork_unpatch_child'.
9210
9211 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
9212
9213 * gdb.mi/mi-cmd-var.exp: Check that when varobj
9214 of structure type enters or leaves the scope, it
9215 is reported by -var-update.
9216
9217 2009-05-11 Doug Evans <dje@sebabeach.org>
9218
9219 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
9220 * gdb.threads/pending-step.c (main): Fix off-by-one error.
9221 * gdb.threads/schedlock.c (main): Fix off-by-one error.
9222
9223 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
9226
9227 2009-04-30 Doug Evans <dje@google.com>
9228
9229 * gdb.threads/watchthreads2.exp: New testcase.
9230 * gdb.threads/watchthreads2.c: New testcase.
9231
9232 2009-04-29 Doug Evans <dje@google.com>
9233
9234 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
9235 * gdb.cp/mb-ctor.cc: Ditto.
9236 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
9237 * gdb.cp/mb-inline.h (multi_line_foo): New function.
9238 * gdb.cp/mb-inline1.cc: Call it.
9239 * gdb.cp/mb-inline2.cc: Ditto.
9240 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
9241 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
9242
9243 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9244
9245 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
9246 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
9247 Replace all uses of `decimal' by `nonzero'.
9248 (info macro FROM_COMMANDLINE): New test.
9249
9250 2009-04-27 Tom Tromey <tromey@redhat.com>
9251
9252 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
9253
9254 2009-04-27 Doug Evans <dje@google.com>
9255
9256 * gdb.threads/watchthreads.c (main): Initialize args before starting
9257 the threads. Plus formatting cleanup.
9258 * gdb.threads/watchthreads.exp: Avoid errant failures due to
9259 biased scheduling of one thread.
9260
9261 2009-04-27 Jerome Guitton <guitton@adacore.com>
9262
9263 * gdb.cp/templates.cc (GetMax): New template.
9264 (main): Declare two instances of GetMax.
9265 * gdb.cp/templates.exp: Add new test.
9266
9267 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
9270
9271 2009-04-22 Joseph Myers <joseph@codesourcery.com>
9272
9273 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
9274
9275 2009-04-15 Tom Tromey <tromey@redhat.com>
9276
9277 * gdb.base/charset.exp: Add regression test.
9278
9279 2009-04-14 Joel Brobecker <brobecker@adacore.com>
9280
9281 * gdb.base/exe-lock.exp: New testcase.
9282
9283 2009-04-13 Tom Tromey <tromey@redhat.com>
9284
9285 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
9286 operator on Frame.
9287
9288 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9289
9290 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
9291 * gdb.server/ext-attach.exp: Likewise.
9292
9293 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
9294
9295 Eliminate some sleep usage.
9296
9297 * gdb.mi/basics.c (do_nothing): New.
9298 (main): Use do_nothing instead of printf, so that
9299 not to introduce race condition between output of
9300 inferiour and output of gdb. Do not use sleep as it
9301 is not generally available on embedded targets.
9302
9303 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9304
9305 * gdb.server/ext-attach.exp: Expect an optional process id after
9306 "Detached from remote process".
9307
9308 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9309
9310 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
9311 gdb.dwarf2/dw2-unresolved.exp: New.
9312
9313 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9314
9315 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
9316 mi_run_to_main.
9317
9318 2009-04-02 Pedro Alves <pedro@codesourcery.com>
9319
9320 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
9321 mi_run_to_main. Skip thread exit test on remote targets.
9322 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
9323 mi_run_to_main.
9324 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
9325 mi_run_to_main.
9326 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9327 when expecting ^connected. Detect when the target doesn't support
9328 non-stop mode.
9329 (mi_run_cmd): Detect if non-stop mode was requested by isn't
9330 supported. Return -1 on error, 0 on success.
9331 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9332 (mi_runto): Return mi_runto_helper's result explicitly.
9333
9334 2009-04-01 Pedro Alves <pedro@codesourcery.com>
9335
9336 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9337
9338 2009-04-01 Tom Tromey <tromey@redhat.com>
9339
9340 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9341 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9342 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9343 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9344
9345 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
9346 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 PR gdb/931
9349 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9350 output.
9351 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
9352 for gdb/931.
9353 * dw2-strp.S (DW_AT_language): Change to C++.
9354 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9355
9356 2009-03-31 Joel Brobecker <brobecker@adacore.com>
9357
9358 * gdb.ada/tasks: New testcase.
9359
9360 2009-03-30 Stan Shebs <stan@codesourcery.com>
9361
9362 * gdb.trace/actions.exp: Update to match new info trace format.
9363 * gdb.trace/deltrace.exp: Ditto.
9364 * gdb.trace/infotrace.exp: Ditto.
9365 * gdb.trace/passcount.exp: Ditto.
9366 * gdb.trace/save-trace.exp: Ditto.
9367 * gdb.trace/while-stepping.exp: Ditto.
9368 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9369
9370 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9371
9372 * gdb.python/python-frame.c: New file.
9373 * gdb.python/python-frame.exp: New file.
9374
9375 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9376
9377 * gdb.python/python-value.exp: Add tests for the address
9378 attribute.
9379
9380 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9381
9382 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9383
9384 2009-03-26 Doug Evans <dje@google.com>
9385
9386 * gdb.mi/mi-nonstop-exit.exp: New file.
9387 * gdb.mi/non-stop-exit.c: New file.
9388
9389 2009-03-26 Tom Tromey <tromey@redhat.com>
9390
9391 Update for change to prologue skipping:
9392 * gdb.mi/mi2-simplerun.exp: Update.
9393 * gdb.mi/mi2-break.exp: Update.
9394 * gdb.mi/mi-simplerun.exp: Update.
9395 * gdb.mi/mi-break.exp: Update.
9396 * gdb.base/ending-run.exp: Update.
9397
9398 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9399
9400 * gdb.python/python-value.exp (test_value_in_inferior): Test
9401 gdb.Value.is_optimized_out attribute.
9402
9403 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 * gdb.dwarf2/dw2-noloc-main.c: New file.
9406 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9407 (.text): Remove.
9408 (.data): New.
9409 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9410 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9411 (DW_TAG_subprogram func_cu1, noloc): Remove.
9412 (main): New.
9413 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9414 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
9415 (file_symbols): New procedure.
9416
9417 2009-03-25 Tom Tromey <tromey@redhat.com>
9418
9419 * gdb.base/charset.exp (valid_target_charset): New proc.
9420 Use it to skip tests on invalid charsets.
9421
9422 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9423
9424 * gdb.base/completion.exp: Add a test for directory completion.
9425
9426 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 Fix a racy FAIL.
9429 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9430 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9431
9432 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
9433
9434 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9435 * gdb.python/python-function.exp: Add test for function returning
9436 a GDB value.
9437
9438 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
9439
9440 * gdb.python/python-function.exp: New file.
9441
9442 2009-03-20 Tom Tromey <tromey@redhat.com>
9443
9444 * gdb.base/store.exp: Update for change to escape output.
9445 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9446 to escape output.
9447 * gdb.base/pointers.exp: Update for change to escape output.
9448 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9449 to escape output.
9450 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9451 escape output.
9452 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9453 to escape output.
9454 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9455 escape output.
9456 * gdb.base/setvar.exp: Update for change to escape output.
9457 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9458 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9459 to escape output.
9460 (test_print_string_constants): Likewise.
9461 * gdb.base/charset.exp (valid_host_charset): Check size of
9462 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
9463 cases. Handle "auto"-related output.
9464 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9465 (uvar, Uvar): New globals.
9466
9467 2009-03-19 Jerome Guitton <guitton@adacore.com>
9468
9469 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9470 deltas.
9471 * gdb.ada/fixed_points.exp: Ditto.
9472
9473 2009-03-18 Pedro Alves <pedro@codesourcery.com>
9474
9475 * return-nodebug.c: Don't include stdio.h.
9476 (init): Delete.
9477 (func): Delete definition and provide extern declaration.
9478 (t): New.
9479 (main): Don't call printf. Call func and store its result in t.
9480 * return-nodebug1.c: New.
9481 * return-nodebug.exp: Don't expect stdio output. Instead, print
9482 the global variable t. Drop printf formatters and cast types from
9483 foreach loop. Don't use prepare_for_testing. Compile
9484 return-nodebug.c and return-nodebug1.c in separate steps. Don't
9485 define FORMAT or CAST.
9486
9487 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9488
9489 * gdb.base/solib-display.exp: Disable test for remote targers.
9490
9491 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9492
9493 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9494
9495 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 Fix a racy FAIL.
9498 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9499 code from `follow parent, print pids'.
9500 (`follow child, print pids', `follow parent, print pids'): Call it.
9501 Replace `gdb_test "break..."' by gdb_breakpoint.
9502
9503 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
9504
9505 * gdb.mi/mi-cli.exp: Adjust for output difference in
9506 sync and async modes.
9507
9508 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9509
9510 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9511 that was checked in by mistake. Remove loading of ada.exp, since
9512 this is not necessary in this case.
9513
9514 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9515
9516 * gdb.ada/ptype_arith_binop.exp: New testcase.
9517
9518 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9519
9520 * gdb.ada/mod_from_name: New testcase.
9521
9522 2009-03-12 Joel Brobecker <brobecker@adacore.com>
9523
9524 * gdb.ada/tick_last_segv: New testcase.
9525
9526 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9527
9528 * gdb.mi/mi-cli.exp: Remove debug print.
9529
9530 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
9531
9532 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9533 include the token in ^running and frame info in *stopped.
9534
9535 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9536
9537 * solib-display.exp: New file.
9538 * solib-display-main.c: New file.
9539 * solib-display-lib.c: New file.
9540
9541 2009-03-05 Pedro Alves <pedro@codesourcery.com>
9542
9543 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9544
9545 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9546
9547 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9548 (list_and_check_macro): Use more specific test name.
9549 (next to definition): Make the test names unique.
9550
9551 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9552
9553 * gdb.pascal/floats.exp: Accept approximate results everywhere.
9554
9555 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9556
9557 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9558 notifications.
9559 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9560 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9561 * lib/mi-support.exp (library_loaded_re): New.
9562 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9563
9564 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9565
9566 * gdb.gdb/observer.exp: Use test_notification observer, not
9567 normal_stop, everywhere.
9568 (test_normal_stop_notifications): Rename to...
9569 (test_notifications): ...this.
9570 (test_observer_normal_stop): Rename to...
9571 (test_observer): ...this.
9572
9573 2009-02-16 Doug Evans <dje@google.com>
9574
9575 * gdb.arch/amd64-disp-step.S (test_int3): New test.
9576 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9577 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9578 (test_prefixed_syscall,test_int3): New tests.
9579 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9580 (test_prefixed_syscall,test_int3): New tests.
9581
9582 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
9583
9584 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9585 (mi_expect_interrupt): Likewise.
9586 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9587 response.
9588
9589 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9590
9591 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9592 * gdb.base/pc-fp.exp (get_valueofx): Remove.
9593 Replace calls to get_valueofx by get_hexadecimal_valueof.
9594
9595 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9596
9597 * lib/gdb.exp (get_valueof): Accept anything as a return value.
9598 (get_integer_valueof): New procedure.
9599 (get_sizeof): Use new get_integer_value_of.
9600 * gdb.base/sizeof.exp: Replace all uses of get_valueof
9601 by get_integer_valueof.
9602
9603 2009-02-13 Tom Tromey <tromey@redhat.com>
9604
9605 * gdb.base/remote.exp (get_sizeof): Remove.
9606 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9607 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9608 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9609 * lib/gdb.exp (get_valueof): Move from long_long.exp.
9610 (get_sizeof): Likewise.
9611
9612 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 PR fortran/9806
9615 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9616
9617 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9618
9619 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9620
9621 2009-02-06 Pedro Alves <pedro@codesourcery.com>
9622
9623 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9624
9625 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9626
9627 * gdb.python/python-cmd.exp: New file.
9628
9629 2009-02-06 Tristan Gingold <gingold@adacore.com>
9630
9631 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9632
9633 2009-02-05 Tristan Gingold <gingold@adacore.com>
9634
9635 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9636 pointer is dereferenced and use this signal name in regexp.
9637 * gdb.base/signull.exp: Ditto.
9638 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9639 * gdb.base/signull.c (main): Ditto.
9640
9641 2009-02-04 Tom Tromey <tromey@redhat.com>
9642 Thiago Jung Bauermann <bauerman@br.ibm.com>
9643
9644 * gdb.python/python-value.exp: Use `gdb.history' instead of
9645 `gdb.value_from_history'.
9646 (test_value_numeric_ops): Add test for conversion of enum constant.
9647 * gdb.python/python-value.c (enum e): New type.
9648 (evalue): New global.
9649 (main): Use argv.
9650
9651 2009-02-04 Jerome Guitton <guitton@adacore.com>
9652
9653 * gdb.ada/uninitialized_vars: New test program.
9654 * gdb.ada/uninitialized_vars.exp: New testcase.
9655
9656 2009-02-02 Tom Tromey <tromey@redhat.com>
9657
9658 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9659 * gdb.cp/pr2489.cc: Rename...
9660 * gdb.cp/pr9594.cc: ... to this.
9661
9662 2009-02-02 Tom Tromey <tromey@redhat.com>
9663
9664 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9665 * gdb.cp/pr2489.cc: New file.
9666 * gdb.cp/cpcompletion.exp: New file.
9667
9668 2009-02-02 Tom Tromey <tromey@redhat.com>
9669
9670 PR exp/9059:
9671 * gdb.cp/call-c.exp: Add regression test.
9672 * gdb.cp/call-c.cc (FooHandle): New typedef.
9673 (main): New variable 'handle'.
9674
9675 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9676
9677 * lib/mi-support.exp (et_mi_thread_list)
9678 (check_mi_and_console_threads): Adjust for current thread in
9679 -thread-list-ids output.
9680
9681 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9682
9683 * gdb.mi/mi-break.exp (test_disabled_creation): New.
9684 Call it.
9685
9686 2009-01-28 Doug Evans <dje@google.com>
9687
9688 * gdb.arch/amd64-disp-step.S: New file.
9689 * gdb.arch/amd64-disp-step.exp: New file.
9690 * gdb.arch/i386-disp-step.S: New file.
9691 * gdb.arch/i386-disp-step.exp: New file.
9692
9693 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
9694
9695 * gdb.base/find.exp: Set newline variable
9696 using quotes instead of braces to fix cygwin failures.
9697
9698 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9699
9700 * gdb.base/radix.exp: Add tests to ensure that that set
9701 input-radix 0 and set output-radix 0 are really rejected.
9702
9703 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9704
9705 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9706 copyright years.
9707
9708 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9709
9710 PR gdb/9664:
9711 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9712
9713 2009-01-22 Pedro Alves <pedro@codesourcery.com>
9714
9715 PR c++/9631:
9716 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9717
9718 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
9719
9720 * gdb.server/file-transfer.exp: Use EXEEXT variable for
9721 binfile definition to fix Windows OS failure.
9722
9723 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9724
9725 PR gdb/9346
9726 * gdb.base/interrupt.c (sigint_handler): New.
9727 (main): Install a SIGINT handler if SIGNALS is defined. Exit
9728 on error.
9729 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9730 Test "signal SIGINT".
9731
9732 2009-01-19 Doug Evans <dje@google.com>
9733
9734 * gdb.base/break.exp: Update expected gdb output.
9735 * gdb.base/sepdebug.exp: Ditto.
9736 * gdb.mi/mi-syn-frame.exp: Ditto.
9737 * gdb.mi/mi2-syn-frame.exp: Ditto.
9738 * gdb.base/call-signal-resume.exp: New file.
9739 * gdb.base/call-signals.c: New file.
9740 * gdb.base/unwindonsignal.exp: New file.
9741 * gdb.base/unwindonsignal.c: New file.
9742 * gdb.threads/interrupted-hand-call.exp: New file.
9743 * gdb.threads/interrupted-hand-call.c: New file.
9744 * gdb.threads/thread-unwindonsignal.exp: New file.
9745
9746 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
9747
9748 * gdb.base/define.exp: Test defining and hooking prefix commands.
9749 * gdb.python/python.exp: Update test for "show user" output.
9750
9751 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9752
9753 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
9754 now the output exactly, using less wildcards. Expect also the output
9755 of gfortran-4.3. Update for the f-valprint.c modification from
9756 2008-04-22.
9757 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9758 Remove gdb_test test names where matching the command.
9759
9760 2009-01-01 Pedro Alves <pedro@codesourcery.com>
9761
9762 PR breakpoints/9681:
9763 * gdb.base/watchpoint.exp: Add regression test.
9764
9765 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9766
9767 * gdb.threads/attach-into-signal.exp: Don't use
9768 gdb_suppress_entire_file.
9769 * gdb.threads/attach-stopped.exp: Ditto.
9770 * gdb.threads/attachstop-mt.exp: Ditto.
9771
9772 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9773
9774 PR gdb/8812:
9775 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9776
9777 2008-12-29 Pedro Alves <pedro@codesourcery.com>
9778
9779 PR gdb/7536:
9780 * gdb.base/radix.exp: Add tests to ensure invalid input radices
9781 and unsupported output radices are really rejected.
9782
9783 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9784
9785 * gdb.cp/punctuator.exp: Backslash the '$' signs.
9786
9787 2008-12-22 Tom Tromey <tromey@redhat.com>
9788
9789 * gdb.cp/punctuator.exp: New file.
9790
9791 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.base/completion.exp (Completing non-existing component): New test.
9794
9795 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 Fix for PR gdb/8648.
9798 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9799 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9800 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9801 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9802
9803 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9806
9807 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
9808
9809 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9810 compiler actually generate code at the expected line number.
9811
9812 2008-12-15 Jie Zhang <jie.zhang@analog.com>
9813
9814 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9815
9816 2008-12-12 Tom Tromey <tromey@redhat.com>
9817
9818 * gdb.base/commands.exp (redefine_hook_test): New proc.
9819 Call it.
9820
9821 2008-12-11 Tom Tromey <tromey@redhat.com>
9822
9823 * gdb.base/macscp.exp: New regression test.
9824
9825 2008-12-11 Tom Tromey <tromey@redhat.com>
9826
9827 * gdb.base/macscp.exp: Print "address.addr".
9828 * gdb.base/macscp1.c (struct outer): New struct.
9829 (address): New global.
9830
9831 2008-12-09 Tom Tromey <tromey@redhat.com>
9832
9833 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9834 Call it.
9835
9836 2008-12-04 Doug Evans <dje@google.com>
9837
9838 * gdb.server/ext-run.exp: Relax regexp for init program.
9839
9840 2008-12-03 Tristan Gingold <gingold@adacore.com>
9841
9842 * gdb.base/macscp.exp: Generate an object file during compilation
9843 to work around Darwin dsymutil limitations.
9844
9845 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9846
9847 Test resolving external references to TLS variables.
9848 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9849 FILE2_THREAD_LOCAL.
9850 (testfile2, srcfile2): New variables.
9851 * gdb.threads/tls.c (file2_thread_local)
9852 (function_referencing_file2_thread_local): New.
9853 * gdb.threads/tls2.c: New file.
9854
9855 2008-11-28 Joel Brobecker <brobecker@adacore.com>
9856
9857 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
9858 rather than integer, as integer might not be big enough when
9859 on 64bit targets.
9860
9861 2008-11-27 Jerome Guitton <guitton@adacore.com>
9862
9863 * gdb.cp/formatted-ref.exp: Add equality test.
9864 * gdb.ada/formatted_ref.exp: Ditto.
9865
9866 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9867
9868 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9869 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9870
9871 2008-11-20 Andreas Schwab <schwab@suse.de>
9872
9873 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9874 matching syscall entry point.
9875 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9876 (tcatch_vfork_then_child_follow): Likewise. Finish through
9877 vfork even if we stopped at the syscall trampoline.
9878
9879 2008-11-20 Doug Evans <dje@google.com>
9880
9881 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9882
9883 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9884
9885 * gdb.arch/ppc-dfp.exp: New file.
9886 * gdb.arch/ppc-dfp.c: New file.
9887
9888 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9889
9890 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
9891
9892 2008-11-17 Doug Evans <dje@google.com>
9893
9894 * gdb.mi/mi-syn-frame.exp: Update expected output.
9895 * gdb.mi/mi2-syn-frame.exp: Update expected output.
9896
9897 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9898
9899 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
9900 "thread N" results in =thread-selected.
9901 * lib/mi-support (mi_run_cmd, mi_expect_stop)
9902 (mi_send_resuming_command_raw): Be prepared for
9903 =thread-selected.
9904
9905 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9906
9907 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9908 * lib/mi-support.exp: Likewise.
9909
9910 2008-11-16 Joel Brobecker <brobecker@adacore.com>
9911
9912 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9913 commands from the expected output for "help catch".
9914
9915 2008-11-15 Joel Brobecker <brobecker@adacore.com>
9916
9917 * gdb.ada/int_deref.exp: New testcase.
9918
9919 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
9920
9921 * gdb.mi/gdb2549.exp: New file.
9922
9923 2008-11-11 Doug Evans <dje@google.com>
9924
9925 * gdb.base/callexit.exp: New file.
9926 * gdb.base/callexit.c: New file.
9927
9928 2008-11-10 Doug Evans <dje@google.com>
9929
9930 * lib/gdb.exp (GDBFLAGS): Move -nx ...
9931 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
9932 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9933 (default_gdb_start,default_gdb_exit): Ditto.
9934 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9935 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9936 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9937 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9938 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9939 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9940
9941 2008-11-03 Andreas Schwab <schwab@suse.de>
9942
9943 * gdb.base/hashline2.exp: Fix typo.
9944 * gdb.base/hashline3.exp: Likewise.
9945
9946 2008-10-30 Tom Tromey <tromey@redhat.com>
9947
9948 * gdb.base/pointers.exp: Add test.
9949 * gdb.base/pointers.c (k, S): New typedefs.
9950 (instance): New global.
9951
9952 2008-10-30 Andreas Schwab <schwab@suse.de>
9953
9954 * gdb.base/args.exp: Add tests for newlines.
9955
9956 2008-10-30 Joel Brobecker <brobecker@adacore.com>
9957
9958 gdb.base/foll-exec.exp: Update the expected output of a couple
9959 of "info breakpoints" tests.
9960
9961 2008-10-28 Tom Tromey <tromey@redhat.com>
9962
9963 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9964
9965 2008-10-24 Pedro Alves <pedro@codesourcery.com>
9966
9967 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9968 gdb_start_cmd.
9969 Use runto_main before any test that requires execution.
9970
9971 2008-10-23 Pedro Alves <pedro@codesourcery.com>
9972
9973 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9974 instead of SIGINT.
9975
9976 2008-10-22 Joel Brobecker <brobecker@adacore.com>
9977
9978 * gdb.base/completion.exp: Update expected output following
9979 the addition of the "info tasks" command.
9980
9981 2008-10-22 Tom Tromey <tromey@redhat.com>
9982
9983 * gdb.base/exprs.exp (test_expr): Add test for string
9984 concatenation.
9985
9986 2008-10-19 Pedro Alves <pedro@codesourcery.com>
9987
9988 * configure.ac: Output gdb.python/Makefile.
9989 * configure: Regenerate.
9990 * gdb.python/Makefile.in: New.
9991
9992 2008-10-16 Joel Brobecker <brobecker@adacore.com>
9993
9994 * gdb.base/foll-fork.exp: Adjust the expected output to match
9995 the new description for fork/vfork catchpoints in the "info
9996 breakpoints" output.
9997
9998 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9999
10000 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
10001
10002 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
10003
10004 * gdb.python/python-value.c: New file.
10005 * gdb.python/python-value.exp: New file.
10006
10007 2008-10-15 Pedro Alves <pedro@codesourcery.com>
10008
10009 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
10010
10011 2008-10-15 Denis Pilat <denis.pilat@st.com>
10012
10013 * gdb.cp/mb-ctor.exp: Fix a typo.
10014
10015 2008-10-09 Tom Tromey <tromey@redhat.com>
10016
10017 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
10018 'fprintf' and 'stderr'.
10019
10020 2008-10-07 Joel Brobecker <brobecker@adacore.com>
10021
10022 * gdb.ada/ref_tick_size.exp: New testcase.
10023
10024 2008-10-06 Doug Evans <dje@google.com>
10025
10026 * gdb.dwarf2/dw2-cu-size.exp: New file.
10027 * gdb.dwarf2/dw2-cu-size.S: New file.
10028
10029 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
10030 .Ltype_int for clarity.
10031
10032 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
10033
10034 PR gdb/2384:
10035 * gdb.cp/gdb2384.exp: Extended to test more cases.
10036 * gdb.cp/gdb2384.cc: Likewise.
10037 * gdb.cp/gdb2384-base.h: Likewise.
10038 * gdb.cp/gdb2384-base.cc: Likewise.
10039
10040 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.base/maint.exp (maint print type): Remove printing
10043 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
10044
10045 2008-09-30 Tom Tromey <tromey@redhat.com>
10046
10047 * gdb.base/macscp.exp: Add completion tests.
10048 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
10049 (TWENTY_THREE): Likewise.
10050 (FORTY_EIGHT): Likewise.
10051
10052 2008-09-30 Tom Tromey <tromey@redhat.com>
10053
10054 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
10055 everywhere.
10056 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
10057
10058 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10059
10060 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
10061 testcase is derived from. Fix racy dependency on an expected PID
10062 number. No longer support the testcase on Linux kernel 2.4.x.
10063
10064 2008-09-27 Tom Tromey <tromey@redhat.com>
10065
10066 * gdb.base/macscp.exp: Add tests for stringification, splicing,
10067 and varargs.
10068
10069 2008-09-22 Pedro Alves <pedro@codesourcery.com>
10070
10071 * lib/mi-support.exp (mi_expect_interrupt): New.
10072 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
10073 from gdb.mi/mi-nonstop.exp.
10074 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
10075 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
10076 lib/mi-support.exp.
10077 Use mi_check_thread_states throughout. Avoid ".*" and do not
10078 require an anchor after -exec-run.
10079
10080 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
10081
10082 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
10083 stop is pending. Avoid ".*" when two stops are pending.
10084 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
10085 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
10086 newlines in fullnames.
10087 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
10088 (mi_expect_stop): Update comments. Only anchor in sync mode.
10089 Do not match newlines.
10090 (mi_send_resuming_command_raw): Always return status.
10091 (mi_get_stop_line): Do not match more than one line by accident.
10092 Only anchor in sync mode.
10093 (mi_run_inline_test): If -exec-next fails, give up.
10094
10095 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10096
10097 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
10098 on SPU.
10099
10100 2008-09-10 Joel Brobecker <brobecker@adacore.com>
10101
10102 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
10103
10104 2008-09-10 Joel Brobecker <brobecker@adacore.com>
10105
10106 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
10107 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10108 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
10109 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10110 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
10111 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
10112 gdb.ada/interface.exp, gdb.ada/null_array.exp,
10113 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10114 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10115 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10116 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
10117 Include the "= " sequence in the expected output of print tests.
10118
10119 2008-09-10 Joel Brobecker <brobecker@adacore.com>
10120
10121 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
10122 description for boolean types.
10123
10124 2008-09-09 Pedro Alves <pedro@codesourcery.com>
10125
10126 * gdb.base/hook-stop-continue.c: New.
10127 * gdb.base/hook-stop-continue.exp: New.
10128
10129 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10130
10131 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
10132
10133 2008-09-08 Jerome Guitton <guitton@adacore.com>
10134
10135 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
10136 (stack_check_probe_2, stack_check_probe_loop_1)
10137 (stack_check_probe_loop_2): New functions.
10138 (main): Add call to these new functions.
10139 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
10140 functions, check that the breakpoint is inserted at the appropriate
10141 location.
10142 (insert_breakpoint): Slightly refine this procedure so that it can
10143 be called several times in the test.
10144
10145 2008-09-08 Jerome Guitton <guitton@adacore.com>
10146
10147 * gdb.base/stack-checking.c: New file.
10148 * gdb.base/stack-checking.exp: New file.
10149
10150 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
10151
10152 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
10153 * gdb.arch/altivec-regs.exp: Likewise.
10154 * gdb.arch/vsx-regs.exp: Likewise.
10155
10156 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
10157
10158 * gdb.arch/ppc-fp.exp: New file.
10159 * gdb.arch/ppc-fp.c: New file.
10160
10161 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10162
10163 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
10164 lest gcc-4.3.1 optimizes the whole thing away.
10165
10166 2008-09-04 Michael Snyder <msnyder@vmware.com>
10167
10168 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
10169 as "at" (for non-debug functions such as _start).
10170
10171 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10172
10173 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
10174 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
10175 software watchpoints.
10176 * gdb.base/watch_thread_num.exp: Likewise.
10177
10178 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
10179
10180 * gdb.arch/i386-bp_permanent.exp: New test.
10181
10182 2008-08-24 Tom Tromey <tromey@redhat.com>
10183
10184 * gdb.base/maint.exp: Update "maint print type".
10185
10186 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
10187
10188 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
10189 support. Adjust the order of "*running" notifications.
10190 * gdb.mi/non-stop.c: Don't cast from int to void* and
10191 back.
10192
10193 2008-08-20 Mark Kettenis <kettenis@gnu.org>
10194
10195 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
10196 expect to find it in the "info frame" output.
10197
10198 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
10199
10200 * gdb.base/interp.exp: Always consume both prompts.
10201
10202 2008-08-20 Pedro Alves <pedro@codesourcery.com>
10203
10204 * gdb.base/pending.exp: Test pending breakpoints without symbols
10205 loaded.
10206
10207 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
10208
10209 * lib/mi-support.exp (mi_expect_stop): Produce
10210 more details on failures.
10211 * gdb.mi/mi-nonstop.exp: New.
10212 * gdb.mi/non-stop.c: New.
10213
10214 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
10215
10216 * gdb.mi/mi-async.exp: Use 'set target-async'.
10217 * lib/mi-support.exp: Use 'set/show target-async'.
10218
10219 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
10220
10221 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
10222
10223 2008-08-17 Tom Tromey <tromey@redhat.com>
10224
10225 * gdb.base/help.exp (help catch): Rewrite.
10226
10227 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
10228
10229 * gdb.base/define.exp: Test indented command documentation.
10230 * gdb.python/python.exp: Test indented multi-line command.
10231
10232 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
10233
10234 * testsuite/gdb.arch/vsx-regs.c: New source file.
10235 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
10236 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
10237
10238 2008-08-14 Tom Tromey <tromey@redhat.com>
10239
10240 * gdb.base/macscp.exp: Add regression test for "macro define" or
10241 "macro undef" with no arguments.
10242
10243 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
10244
10245 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
10246
10247 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10248
10249 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
10250
10251 2008-08-06 Tom Tromey <tromey@redhat.com>
10252
10253 * gdb.python/python.exp: New file.
10254
10255 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 Fix for PR gdb/1543.
10258 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
10259 $LOCATION.
10260 (location): New variable.
10261 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
10262 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
10263 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
10264 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
10265 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
10266 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
10267 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
10268 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
10269 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
10270 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
10271 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
10272 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
10273 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
10274 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
10275 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10276 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
10277 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
10278 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
10279 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
10280 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10281 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
10282 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
10283 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
10284 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
10285 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
10286 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
10287 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
10288 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
10289 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
10290 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
10291 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
10292 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
10293 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
10294 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
10295 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
10296 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
10297 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
10298 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10299 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
10300 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
10301 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
10302 gdb.base/type-opaque.exp, gdb.base/until.exp,
10303 gdb.base/value-double-free.c, gdb.base/varargs.exp,
10304 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
10305 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
10306 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10307 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
10308 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
10309 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10310 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10311 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10312 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
10313 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
10314 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
10315 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
10316 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
10317 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
10318 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
10319 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10320 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
10321 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10322 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10323 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10324 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10325 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10326 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10327 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10328 gdb.pascal/types.exp, gdb.stabs/weird.exp,
10329 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10330 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10331 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10332 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10333 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10334 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10335 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10336 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10337 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10338 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10339 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10340 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10341 lib/mi-support.exp, lib/trace-support.exp: Remove reference
10342 to bug-gdb@prep.ai.mit.edu .
10343
10344 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
10345
10346 * lib/mi-support.exp (mi_load_shlibs): New.
10347 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10348
10349 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
10350
10351 * lib/mi-support.exp (get_mi_thread_list)
10352 (check_mi_and_console_threads): New, moved from ...
10353 * gdb.mi/mi-pthread.exp: ...here.
10354 * gdb.mi/gdb669.exp (get_mi_thread_list)
10355 (check_mi_and_console_threads): Delete.
10356 * gdb.mi/mi2-pthread.exp: Likewise.
10357
10358 2008-07-28 Tom Tromey <tromey@redhat.com>
10359
10360 * Makefile.in (just-check): Remove. Move body to...
10361 (check): ... here.
10362
10363 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10364
10365 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10366 Add a test for duplicated SIGINTs.
10367
10368 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10369
10370 * gdb.threads/schedlock.exp (get_args): Update to work for any
10371 value of NUM.
10372 (Top level): Report the number of threads that did not resume.
10373
10374 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10375
10376 * gdb.dwarf2/dw2-compressed.S: Also define __start.
10377
10378 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10379
10380 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10381 non-MI prompt.
10382
10383 2008-07-26 Tom Tromey <tromey@redhat.com>
10384
10385 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10386 (function_struct, function_struct_ptr): New globals.
10387 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10388 function pointer in a struct.
10389
10390 2008-07-26 Tom Tromey <tromey@redhat.com>
10391
10392 * gdb.base/macscp.exp: Add test for macro lexing bug.
10393
10394 2008-07-18 Tom Tromey <tromey@redhat.com>
10395
10396 * gdb.base/macscp.exp: Add macro tests.
10397
10398 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10399
10400 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10401
10402 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10403
10404 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10405
10406 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10407
10408 * gdb.cp/class2.exp: fix for failure on spu-elf
10409
10410 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
10411
10412 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
10413
10414 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10415
10416 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10417
10418 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
10419
10420 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10421
10422 2008-07-11 Kevin Buettner <kevinb@redhat.com>
10423
10424 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10425 of regexp to account for changes made to GDB in the printing of
10426 byte vectors.
10427
10428 2008-07-11 Tom Tromey <tromey@redhat.com>
10429
10430 * gdb.base/completion.exp: Add 'help' completion test.
10431
10432 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10433
10434 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10435
10436 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10439
10440 2008-07-09 Pedro Alves <pedro@codesourcery.com>
10441
10442 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10443
10444 2008-07-09 Pedro Alves <pedro@codesourcery.com>
10445
10446 * gdb.base/fullname.exp: Restore pwd if compiling failed.
10447
10448 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10449
10450 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10451
10452 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10453
10454 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10455 previous commit. Add a comment.
10456
10457 2008-06-28 Pedro Alves <pedro@codesourcery.com>
10458
10459 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10460
10461 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
10462
10463 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10464
10465 2008-06-27 Pedro Alves <pedro@codesourcery.com>
10466
10467 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10468 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10469 compiling an executable, link in an object that forces unbuffered
10470 output.
10471 * lib/set_unbuffered_mode.c: New file.
10472
10473 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10474
10475 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10476
10477 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
10478
10479 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10480 mi_expect_stop.
10481 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10482 Demand that *running is output.
10483 (detect_async): Perform checking every time.
10484 (mi_send_resuming_command): Extract everything into...
10485 (mi_send_resuming_command_raw): ...this.
10486 (mi_expect_stop): Don't accept any output before *stopped.
10487
10488 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
10489
10490 Robustify mi-simplerun.
10491 * gdb.mi/basics.c (main): Add a call to sleep.
10492 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10493 * gdb.mi/mi2-cli.exp: Likewise.
10494 * gdb.mi/mi-break.exp: Likewise.
10495
10496 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
10497
10498 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10499
10500 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10501
10502 * gdb.mi/mi-console.exp: Adjust.
10503 * gdb.mi/mi-syn-frame.exp: Adjust.
10504 * gdb.mi/mi2-console.exp: Adjust.
10505 * gdb.mi/mi2-syn-frame.exp: Adjust.
10506 * lib/mi-support.exp (mi_run_cmd): Adjust.
10507 (mi_send_resuming_command): Adjust.
10508
10509 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
10510
10511 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
10512 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10513 testing of stopped.
10514 * gdb.mi/mi2-syn-frame.exp: Likewise.
10515 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10516 (async, detect_async): New.
10517 (mi_expect_stop, mi_continue_to_line): Adjust expectation
10518 depending on if we're running in sync or async mode.
10519
10520 2008-06-09 Tom Tromey <tromey@redhat.com>
10521
10522 * gdb.base/completion.exp: New tests for field name completion
10523 with spaces, and field name completion with '->'.
10524
10525 2008-06-06 Tom Tromey <tromey@redhat.com>
10526
10527 * gdb.base/break1.c (struct some_struct): New struct.
10528 (values): New global.
10529 * gdb.base/completion.exp: Add field name completion test.
10530
10531 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10532
10533 * gdb.cp/call-c.exp: Test for incorrect handling of reference
10534 to pointer.
10535 * gdb.cp/call-c.cc: Likewise.
10536
10537 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
10538
10539 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10540 annotation.
10541
10542 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10543 Pedro Alves <pedro@codesourcery.com>
10544
10545 * gdb.threads/execl.c, gdb.threads/execl1.c,
10546 gdb.threads/execl.exp: New tests.
10547
10548 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
10549 Daniel Jacobowitz <dan@codesourcery.com>
10550
10551 * gdb.cp/exception.exp: Activate test, make it work with pending
10552 catchpoints.
10553
10554 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10555
10556 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10557
10558 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
10559
10560 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10561 now printed.
10562 * gdb.mi/mi2-var-cmd.exp: Likewise.
10563
10564 2008-05-27 Andreas Schwab <schwab@suse.de>
10565
10566 * gdb.base/frame-args.exp: Handle arguments that are optimized
10567 out.
10568
10569 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
10570
10571 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10572 quiet for ppc32 and group options into a single variable.
10573
10574 2008-05-23 Joel Brobecker <brobecker@adacore.com>
10575
10576 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10577 of zero-size elements.
10578 * gdb.ada/null_array.exp: Test printing this new array.
10579
10580 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10581
10582 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10583
10584 2008-05-21 Joel Brobecker <brobecker@adacore.com>
10585
10586 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10587 of the "finish" command.
10588
10589 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
10590
10591 * gdb.base/annota1.exp: Test for new annotation.
10592
10593 2008-05-16 Pedro Alves <pedro@codesourcery.com>
10594
10595 * gdb.base/fixsection.exp: New file.
10596 * gdb.base/fixsection0.c: New file.
10597 * gdb.base/fixsection1.c: New file.
10598
10599 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10600
10601 * gdb.base/annota1.exp: Accept printf@... in place of printf.
10602 * gdb.base/annota3.exp: Likewise.
10603
10604 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
10605
10606 * gdb.base/watch_thread_num.exp: Don't run tests that require
10607 watchpoints if the target doesn't support them.
10608
10609 2008-05-12 Doug Evans <dje@google.com>
10610
10611 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10612
10613 2008-05-09 Joel Brobecker <brobecker@adacore.com>
10614
10615 * gdb.ada/assign_1.exp: New testcase.
10616
10617 2008-05-09 Doug Evans <dje@google.com>
10618
10619 * gdb.base/find.exp: New file.
10620 * gdb.base/find.c: New file.
10621
10622 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
10623
10624 * gdb.base/commands.exp (watchpoint_command_test): Handle
10625 gdb,no_hardware_watchpoints.
10626 * gdb.base/float.exp: Allow ARM targets without floating point.
10627 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10628
10629 2008-05-06 Jerome Guitton <guitton@adacore.com>
10630 Joel Brobecker <brobecker@adacore.com>
10631
10632 * gdb.ada/lang_switch: New test program.
10633 * gdb.ada/lang_switch.exp: New testcase.
10634
10635 2008-05-05 Doug Evans <dje@google.com>
10636
10637 * gdb.base/help.exp (disassemble): Update expected help text.
10638
10639 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10640
10641 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10642
10643 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10644
10645 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10646 different times.
10647
10648 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10649
10650 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10651 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10652 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10653 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10654
10655 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
10656
10657 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10658 notification to appear.
10659
10660 2008-05-04 Daniel Jacobowitz <dan@debian.org>
10661
10662 * gdb.base/fullname.c: New file.
10663 * gdb.base/fullname.exp: New file.
10664 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10665
10666 2008-05-03 Pedro Alves <pedro@codesourcery.com>
10667
10668 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10669 expressions with macros.
10670
10671 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10672
10673 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10674
10675 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
10676
10677 * gdb.base/completion.exp: Handle lack of other symbols beginning
10678 with "a".
10679
10680 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10681
10682 2008-05-02 Jim Blandy <jimb@codesourcery.com>
10683
10684 * gdb.asm/asmsrc1.s: Add scratch space.
10685
10686 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10687 Daniel Jacobowitz <dan@codesourcery.com>
10688
10689 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10690 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10691 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10692
10693 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
10694
10695 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10696
10697 2008-05-01 Joel Brobecker <brobecker@adacore.com>
10698
10699 * gdb.base/info-target.exp: New testcase.
10700
10701 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10702
10703 * gdb.cp/hang.exp: Use .cc instead of .C.
10704 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10705 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10706
10707 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10708
10709 * gdb.base/gdb1250.exp: Remove perror.
10710 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10711
10712 2008-04-30 Pedro Alves <pedro@codesourcery.com>
10713
10714 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10715 .2byte.
10716
10717 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
10718
10719 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
10720 (maybe_kfail): New.
10721
10722 2008-04-25 Pedro Alves <pedro@codesourcery.com>
10723
10724 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10725
10726 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10727
10728 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10729 * gdb.mi/mi2-syn-frame.exp: Likewise.
10730 * lib/mi-support.exp: Likewise.
10731
10732 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10733
10734 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10735 to specify regexp for the location to stop at.
10736 * gdb.base/break-always.c: New.
10737 * gdb.base/break-always.exp: New.
10738
10739 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10740
10741 * lib/mi-support.exp (mi_runto_helper): Adjust
10742 for the original-location field.
10743 (mi_create_breakpoint, mi_list_breakpoints): New.
10744 * gdb.mi/mi-break.exp: Adjust.
10745 * gdb.mi/mi2-break.exp: Adjust.
10746 * gdb.mi/mi-pending.exp: Adjust.
10747 * gdb.mi/mi-simplerun.exp: Adjust.
10748 * gdb.mi/mi2-simplerun.exp: Adjust.
10749 * gdb.mi/mi-syn-frame.exp: Adjust.
10750 * gdb.mi/mi2-syn-frame.exp: Adjust.
10751 * gdb.mi/mi-until.exp: Adjust.
10752 * gdb.mi/mi2-until.exp: Adjust.
10753 * gdb.mi/mi-var-display.exp: Adjust.
10754 * gdb.mi/mi2-var-display.exp: Adjust.
10755 * gdb.mi/mi-watch.exp: Adjust.
10756 * gdb.mi/mi2-watch.exp: Adjust.
10757
10758 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
10759
10760 * aclocal.m4: Add override.m4.
10761 * configure: Regenerate.
10762
10763 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
10764
10765 * gdb.mi/var-cmd.c (do_at_tests): Verify that
10766 '-var-update --all-values' reports new value even the type
10767 of a variable object has changed.
10768
10769 2008-04-18 Craig Silverstein <csilvers@google.com>
10770
10771 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10772 files.
10773
10774 2008-04-18 Joel Brobecker <brobecker@adacore.com>
10775
10776 * gdb.ada/atomic_enum: New test program.
10777 * gdb.ada/atomic_enum.exp: New testcase.
10778
10779 2008-04-17 Doug Evans <dje@google.com>
10780
10781 * gdb.opt/Makefile.in: Fix whitespace.
10782
10783 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
10784
10785 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10786
10787 2008-04-17 Doug Evans <dje@google.com>
10788
10789 * gdb.base/hashline1.exp: New testcase.
10790 * gdb.base/hashline2.exp: New testcase.
10791 * gdb.base/hashline2.exp: New testcase.
10792
10793 2008-04-17 Pedro Alves <pedro@codesourcery.com>
10794
10795 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10796
10797 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
10798
10799 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10800 temporary breakpoint to match "Temporary breakpoint".
10801 * gdb.base/break.exp (delete_breakpoints): Likewise.
10802 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10803 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10804 * gdb.base/display.exp: Likewise.
10805 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10806 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10807 * gdb.base/restore.exp (restore_tests): Likewise.
10808 * gdb.base/sepdebug.exp: Likewise.
10809 * gdb.base/watchpoint.exp: Likewise.
10810 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10811 * gdb.mi/mi-pending.exp: Likewise.
10812 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10813 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10814 * gdb.mi/mi-var-cmd.exp: Likewise.
10815 * gdb.mi/mi-var-display.exp: Likewise.
10816 * gdb.mi/mi2-cli.exp: Likewise.
10817 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10818 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10819 * gdb.mi/mi2-var-display.exp: Likewise.
10820 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10821 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10822 new "disp" field.
10823 (mi_expect_stop): Move after_reason argument to be really after
10824 reason. This is to support fix for PR2424.
10825
10826 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10827
10828 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10829
10830 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
10831
10832 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
10833 field. Add more floating varobj tests.
10834 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
10835 field.
10836 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10837 (main): Call do_at_tests.
10838 * lib/mi-support.exp (mi_create_floating_varobj)
10839 (mi_varobj_update_with_type_change): New.
10840
10841 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
10842
10843 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10844 option of -var-evaluate-expression.
10845 * gdb.mi/mi2-var-display.exp: Likewise.
10846
10847 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
10848
10849 Introduce test setup helpers.
10850 * lib/gdb.exp (build_executable, clean_restart)
10851 (prepare_for_testing): New.
10852 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10853 * gdb.base/return.exp: Likewise.
10854 * gdb.base/ending-run.exp: Likewise.
10855
10856 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
10857
10858 * gdb.mi/mi-async.exp: New test for asynchronous Machine
10859 Interface (MI) responses.
10860
10861 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
10862
10863 * gdb.cp/breakpoint.cc: New code to test conditions involving
10864 member variables.
10865 * gdb.cp/breakpoint.exp: Test condition involving member
10866 variables.
10867
10868 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
10869
10870 * lib/mi-support.exp (mi_expect_stop): New.
10871 (mi_run_cmd): Change the
10872 token. Use mi_send_resuming_command, use
10873 mi_expect_stop.
10874 (mi_execute_to_helper): Rename to mi_execute_to.
10875 (mi_send_resuming_command): Add more error patterns.
10876 (mi_wait_for_stop): Renamed to...
10877 (mi_get_stop_line): ...this.
10878 (mi_run_inline_test): Adjust.
10879
10880 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10881 * gdb.mi/mi-console.exp: Likewise.
10882 * gdb.mi/mi-pending.exp: Likewise.
10883 * gdb.mi/mi-simplerun.exp: Likewise.
10884 * gdb.mi/mi-stack.exp: Likewise.
10885 * gdb.mi/mi-stepi.exp: Likewise.
10886 * gdb.mi/mi-syn-frame.exp: Add comment.
10887 * gdb.mi/mi-until.exp: Likewise.
10888 * gdb.mi/mi-var-display.exp: Likewise.
10889 * gdb.mi/mi-watch.exp: Likewise.
10890 * gdb.mi/mi2-cli.exp: Likewise.
10891 * gdb.mi/mi2-console.exp: Likewise.
10892 * gdb.mi/mi2-simplerun.exp: Likewise.
10893 * gdb.mi/mi2-stack.exp: Likewise.
10894 * gdb.mi/mi2-stepi.exp: Likewise.
10895 * gdb.mi/mi2-until.exp: Likewise.
10896 * gdb.mi/mi2-var-display.exp: Likewise.
10897 * gdb.mi/mi2-watch.exp: Likewise.
10898
10899 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10900
10901 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10902
10903 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10904
10905 2008-04-04 Pedro Alves <pedro@codesourcery.com>
10906
10907 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10908 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10909 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10910 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10911 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10912 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10913 expect an mi error duplicated in stderr.
10914
10915 2008-04-03 Joel Brobecker <brobecker@adacore.com>
10916
10917 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10918 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10919 Add a couple of tests that verify the behavior when the new setting
10920 is set to "cancel" and "all".
10921 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10922 "ask" before we start the testing.
10923
10924 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10925
10926 * gdb.cp/casts.cc: Add class reference variables.
10927 * gdb.cp/casts.exp: New test cases for up/down casting references.
10928
10929 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
10930
10931 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10932 instead of beginning to make an extra test pass.
10933 * gdb.mi/mi2-var-display.exp: Likewise.
10934
10935 2008-03-31 Maciej W. Rozycki <macro@mips.com>
10936
10937 * gdb.base/break.exp: Mark failures as such. Fix formatting.
10938
10939 2008-03-31 Markus Deuling <deuling@de.ibm.com>
10940 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10941
10942 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10943 value. Add xfail for older kernels.
10944
10945 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
10946
10947 Bring mi-support in line with gdb.exp.
10948 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10949 (mi_gdb_start): New function.
10950
10951 2008-03-28 Maciej W. Rozycki <macro@mips.com>
10952
10953 * gdb.mi/mi-var-cmd.exp: Fix a typo.
10954
10955 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10956
10957 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10958 * gdb.mi/mi2-var-display.exp: Likewise.
10959
10960 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10961
10962 * lib/mi-support.exp (mi_create_varobj_checked): New.
10963 (mi_list_varobj_children): Allow to check for a
10964 value.
10965 (mi_list_array_varobj_children): New.
10966
10967 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10968 and mi_list_varobj_children, as opposed to hardcoding
10969 expected strings.
10970 * gdb.mi/gdb701.exp: Likewise.
10971 * gdb.mi/gdb792.exp: Likewise.
10972 * gdb.mi/mi-var-block.exp: Likewise.
10973 * gdb.mi/mi-var-cmd.exp: Likewise.
10974 * gdb.mi/mi-var-invalidate.exp: Likewise.
10975 * gdb.mi/mi2-var-block.exp: Likewise.
10976 * gdb.mi/mi2-var-child.exp: Likewise.
10977 * gdb.mi/mi2-var-cmd.exp: Likewise.
10978 * gdb.mi/mi2-var-display.exp: Likewise.
10979
10980 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10981
10982 Fix random false FAILs on i386.
10983 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10984
10985 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10986
10987 PR gdb/544
10988 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10989
10990 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10991
10992 PR gdb/544
10993 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10994
10995 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10996
10997 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10998 fixed PR gdb/544.
10999
11000 2008-03-21 Pedro Alves <pedro@codesourcery.com>
11001
11002 * gdb.threads/fork-child-threads.exp: Test next over fork.
11003
11004 2008-03-21 Chris Demetriou <cgd@google.com>
11005
11006 * gdb.base/break.exp (rbreak junk): New test for rbreak
11007 "Junk at end of arguments" issue.
11008
11009 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
11010
11011 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
11012 *& to work on created array elements.
11013 (Top level): Test print $pc with a file. Test string operations
11014 without a target.
11015 * gdb.base/ptype.exp: Do not expect *& to work on created array
11016 elements.
11017
11018 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
11019
11020 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
11021 gdb.threads/staticthreads.exp: Update exit query.
11022
11023 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
11024
11025 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
11026
11027 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11028
11029 * gdb.base/watchpoint.c (global_ptr, func4): New.
11030 (main): Call func4.
11031 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
11032 (test_inaccessible_watchpoint): New.
11033
11034 2008-02-29 Maciej W. Rozycki <macro@mips.com>
11035
11036 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
11037 select the largest.
11038
11039 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
11040
11041 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
11042 frames-invalid annotations.
11043
11044 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
11045
11046 * gdb.base/assign.exp: avoid same output for different tests.
11047
11048 2008-02-27 Doug Evans <dje@google.com>
11049
11050 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
11051 for bug 1738.
11052 (breakpoint_to_handler_entry): Ditto.
11053
11054 2008-02-27 Joel Brobecker <brobecker@adacore.com>
11055
11056 * gdb.base/ending-run.exp: Use the first line of code inside
11057 function body to test breakpoints.
11058 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
11059 location where the breakpoint is inserted when using the line
11060 where a function is declared. Fix typo in the description of
11061 one of the tests.
11062 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
11063
11064 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
11065
11066 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
11067 tests.
11068
11069 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
11070
11071 * gdb.base/args.exp: avoid same output for tests
11072 with single quotes.
11073
11074 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
11075
11076 * gdb.base/annota1.exp: Adjust for 'info break'
11077 format changes.
11078 * gdb.base/annota3.exp: Likewise.
11079 * gdb.base/break.exp: Likewise.
11080 * gdb.base/condbreak.exp: Likewise.
11081 * gdb.base/pending.exp: Likewise.
11082 * gdb.base/sepdebug.exp: Likewise.
11083 * gdb.base/unload.exp: Likewise.
11084 * gdb.cp/ovldbreak.exp: Likewise.
11085 * gdb.mi/mi-pending.exp: Likewise.
11086
11087 2008-02-07 Doug Evans <dje@google.com>
11088
11089 * gdb.cp/mb-inline.exp: New.
11090 * gdb.cp/mb-inline.h: New.
11091 * gdb.cp/mb-inline1.cc: New.
11092 * gdb.cp/mb-inline2.cc: New.
11093
11094 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11095
11096 * gdb.pascal/floats.pas: New test program.
11097 * gdb.pascal/floats.exp: New testcase.
11098
11099 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
11100
11101 * gdb.base/callfuncs.c (t_float_many_args): New function.
11102 (t_double_many_args): New function.
11103 * gdb.base/callfuncs.exp: Add tests for exceeding float
11104 and double parameters passed through the stack.
11105
11106 2008-02-05 Joel Brobecker <brobecker@adacore.com>
11107
11108 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
11109 gdb.ada/complete/foo.adb: New files.
11110 * gdb.ada/complete.exp: New testcase.
11111
11112 2008-02-03 Doug Evans <dje@google.com>
11113
11114 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
11115
11116 * gdb.cp/gdb2384.exp: New file.
11117 * gdb.cp/gdb2384.cc: New file.
11118 * gdb.cp/gdb2384-base.h: New file.
11119 * gdb.cp/gdb2384-base.cc: New file.
11120
11121 2008-02-02 Doug Evans <dje@google.com>
11122
11123 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
11124
11125 2007-02-01 Joel Brobecker <brobecker@adacore.com>
11126
11127 * gdb.ada/sym_print_name: New test program.
11128 * gdb.ada/sym_print_name.exp: New testcase.
11129
11130 2007-02-01 Joel Brobecker <brobecker@adacore.com>
11131
11132 * gdb.ada/nested/hello.adb: New file.
11133 * gdb.ada/nested.exp: New testcase.
11134 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11135
11136 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
11137
11138 * gdb.mi/basic.c (return_1): New function.
11139 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
11140 don't cause future evaluations of function to report
11141 creation of internal breakpoints.
11142
11143 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
11144
11145 * gdb.mi/mi-break.exp (test_error): New.
11146 Call it.
11147
11148 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
11149
11150 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
11151 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
11152
11153 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
11154
11155 * gdb.pascal/integers.pas: New test program.
11156 * gdb.pascal/integers.exp: New testcase.
11157
11158 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
11159
11160 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
11161
11162 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
11163
11164 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
11165 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
11166
11167 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
11168
11169 * gdb.ada/formatted_ref: New test program.
11170 * gdb.ada/formatted_ref.exp: New testcase.
11171
11172 * gdb.cp/formatted-ref.cc: New file.
11173 * gdb.cp/formatted-ref.exp: New testcase.
11174
11175 2008-01-30 Joel Brobecker <brobecker@adacore.com>
11176
11177 * gdb.base/ptype.exp: Add testing of "ptype $pc".
11178
11179 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
11180
11181 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
11182 (test_file_list_exec_source_file): Update to new macro-info field.
11183
11184 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
11185
11186 * gdb.ada/exprs: New test program.
11187 * gdb.ada/exprs.exp: New testcase.
11188
11189 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11190
11191 * dfp-test.c (DELTA, DELTA_B): New definitions.
11192 (double_val1, double_val2, double_val3, double_val4, double_val5,
11193 double_val6, double_val7, double_val8, double_val9, double_val10,
11194 double_val11, double_val12, double_val13, double_val14, dec32_val1,
11195 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
11196 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
11197 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
11198 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
11199 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
11200 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
11201 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
11202 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
11203 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
11204 dec128_val16): New global variables.
11205 (decimal_dec128_align): New function.
11206 (decimal_mixed): Likewise.
11207 (decimal_many_args_dec32): Likewise.
11208 (decimal_many_args_dec64): Likewise.
11209 (decimal_many_args_dec128): Likewise.
11210 (decimal_many_args_mixed): Likewise.
11211 * dfp-test.exp: Add tests calling new inferior functions.
11212
11213 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11214
11215 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
11216 gdb.server/ext-run.exp: New files.
11217 * lib/gdbserver-support.exp (gdbserver_download): New.
11218 (gdbserver_start): New. Update gdbserver expected
11219 output.
11220 (gdbserver_spawn): Use them.
11221 (gdbserver_start_extended): New.
11222
11223 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11224
11225 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
11226 Run on GNU/Linux.
11227 (do_exec_tests): Check for systems which do not support catchpoints.
11228 Do not match START.
11229 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
11230 Run on GNU/Linux. Enable verbose output.
11231 (check_fork_catchpoints): New.
11232 (explicit_fork_child_follow, catch_fork_child_follow)
11233 (tcatch_fork_parent_follow): Update expected messages.
11234 (do_fork_tests): Use check_fork_catchpoints.
11235 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
11236 Run on GNU/Linux. Enable verbose output.
11237 (check_vfork_catchpoints): New.
11238 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
11239 expected messages.
11240 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
11241
11242 2008-01-29 Jim Blandy <jimb@red-bean.com>
11243
11244 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
11245 host' errors.
11246 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
11247
11248 2008-01-29 Jim Blandy <jimb@red-bean.com>
11249
11250 * gdb.threads/sigthread.c: Use barriers to ensure that
11251 child_thread and child_thread_two are always initialized before we
11252 start to use them.
11253
11254 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
11255
11256 * gdb.base/watchpoint-solib.exp: New.
11257 * gdb.base/watchpoint-solib.c: New.
11258 * gdb.base/watchpoint-solib-shr.c: New.
11259
11260 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
11261
11262 * gdb.base/gdb1056.exp: Add unsigned integer test.
11263
11264 2008-01-28 Doug Evans <dje@google.com>
11265
11266 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
11267
11268 2008-01-27 Jim Blandy <jimb@codesourcery.com>
11269
11270 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
11271
11272 * gdb.base/expand-psymtabs.exp: Doc fix.
11273
11274 2008-01-26 Mark Kettenis <kettenis@gnu.org>
11275
11276 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11277
11278 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
11279
11280 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
11281 -var-set-format.
11282
11283 2008-01-23 Chris Demetriou <cgd@google.com>
11284
11285 * gdb.threads/thread_events.c: New testcase source file.
11286 * gdb.threads/thread_events.exp: New testcase expect file.
11287
11288 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
11289
11290 * lib/gdb.exp: Add the variable octal.
11291
11292 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
11293 -var-set-format.
11294
11295 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11296 Vladimir Prus <vladimir@codesourcery.com>
11297
11298 * gdb.base/float.exp: Allow missing floating point for m68k and
11299 PowerPC.
11300
11301 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
11302
11303 * gdb.mi/basics.c: Setup for testing breakpoints
11304 ignore count.
11305 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
11306 * gdb.mi/mi-cli.exp: Adjust.
11307 * gdb.mi/mi2-cli.exp: Adjust.
11308
11309 2008-01-17 Pedro Alves <pedro@codesourcery.com>
11310
11311 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
11312 and 'dummy_ptr' integer pointer. Initialize struct_declarations
11313 with dummy_ptr's address.
11314 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
11315 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
11316 all targets.
11317 * gdb.mi/mi2-var-child.exp: Likewise.
11318
11319 2008-01-09 Joel Brobecker <brobecker@adacore.com>
11320
11321 * gdb.ada/null_array: New test program.
11322 * gdb.ada/null_array.exp: New testcase.
11323
11324 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
11325
11326 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11327 with required float modifiers.
11328
11329 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11330
11331 * gdb.ada/funcall_param: New test program.
11332 * gdb.ada/funcall_param.exp: New testcase.
11333
11334 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11335
11336 * gdb.ada/arrayparam: New test program.
11337 * gdb.ada/arrayparam.exp: New testcase.
11338
11339 2008-01-08 Joel Brobecker <brobecker@adacore.com>
11340
11341 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11342 landed. Should also fix random failures in the test following it.
11343
11344 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11345
11346 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11347 for expressions with decimal float values.
11348 (test_dfp_conversions): New function to test casts to and from
11349 decimal float types.
11350 Call test_dfp_conversions.
11351 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11352 elements.
11353 (main): Initialize ds.float4 and ds.double8 elements.
11354 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
11355 string to new error message.
11356 (d64_set_tests): Likewise.
11357 (d128_set_tests): Likewise.
11358 Add tests for expressions with decimal float variables. Add tests for
11359 conversions to and from decimal float types.
11360
11361 2008-01-05 Joel Brobecker <brobecker@adacore.com>
11362
11363 * gdb.ada/packed_tagged/comp_bug.adb: New file.
11364 * gdb.ada/packed_tagged.exp: New testcase.
11365
11366 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11367
11368 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11369 gdb.ada/homonym/homonym_main.adb: New files.
11370 * gdb.ada/homonym.exp: New testcase.
11371
11372 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11373
11374 * gdb.ada/packed_array.exp: Add testing of references to
11375 a packed array.
11376
11377 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11378
11379 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11380 New files.
11381 * gdb.ada/type_coercion.exp: New testcase.
11382
11383 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11384
11385 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11386 gdb.ada/tagged/foo.adb: New file.
11387 * gdb.ada/tagged.exp: New testcase.
11388
11389 2008-01-04 Joel Brobecker <brobecker@adacore.com>
11390
11391 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11392 gdb.ada/ptype_field/foo.adb: New files.
11393 * gdb.ada/ptype_field.exp: New testcase.
11394
11395 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11396
11397 * gdb.ada/print_pc.exp: New testcase.
11398
11399 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11400
11401 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11402 gdb.ada/taft_type/p.adb: New files.
11403 * gdb.ada/taft_type.exp: New testcase.
11404
11405 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11406
11407 * gdb.ada/array_bounds/bar.adb: New file.
11408 * gdb.ada/array_bounds.exp: New testcase.
11409
11410 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11411
11412 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11413 gdb.ada/arrayptr/foo.adb: New files.
11414 * gdb.ada/arrayptr.exp: New testcase.
11415
11416 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11417
11418 * gdb.base/set-lang-auto.exp: New testcase.
11419
11420 2008-01-03 Joel Brobecker <brobecker@adacore.com>
11421
11422 * gdb.ada/fun_addr/foo.adb: New file.
11423 * gdb.ada/fun_addr.exp: New testcase.
11424
11425 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11426
11427 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11428 New files
11429
11430 2008-01-02 Joel Brobecker <brobecker@adacore.com>
11431
11432 * array_subscript_addr/p.adb: New file.
11433 * array_subscript_addr.exp: New testcase.
11434
11435 2008-01-02 Joel Brobecker <brobecker@adacore.com>
11436
11437 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
11438 New files.
11439 * gdb.ada/str_cmp_ref.exp: New testcase.
11440
11441 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11444 gdb.ada/fun_in_declare/foo.adb: New files.
11445 * gdb.ada/fun_in_declare.exp: New testcase.
11446
11447 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11448
11449 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11450 gdb.ada/ref_param/pck.ads: New files.
11451 * gdb.ada/ref_param.exp: New testcase.
11452
11453 2008-01-01 Joel Brobecker <brobecker@adacore.com>
11454
11455 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11456 gdb.ada/interface/foo.adb: New files.
11457 * gdb.ada/interface.exp: New testcase.
11458
11459 2007-12-31 Jim Blandy <jimb@codesourcery.com>
11460
11461 * gdb.base/multi-forks.exp: Consume all output from child
11462 processes before proceeding to next test.
11463
11464 2007-12-29 Jim Blandy <jimb@codesourcery.com>
11465
11466 * configure: Regenerated.
11467
11468 2007-12-27 Joel Brobecker <brobecker@adacore.com>
11469
11470 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11471 gdb.ada/fixed_cmp/fixed.adb: New files.
11472 * gdb.ada/fixed_cmp.exp: New testcase.
11473
11474 2007-12-27 Joel Brobecker <brobecker@adacore.com>
11475
11476 * gdb.ada/boolean_expr.exp: New testcase.
11477
11478 2007-12-26 Jim Blandy <jimb@codesourcery.com>
11479
11480 * gdb.base/multi-forks.exp: Doc fix.
11481
11482 2007-12-26 Joel Brobecker <brobecker@adacore.com>
11483
11484 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11485 * gdb.ada/char_param.exp: Do not compile our test program with
11486 -gnata, this is unnecessary.
11487 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11488
11489 2007-12-24 Joel Brobecker <brobecker@adacore.com>
11490
11491 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11492 gdb.ada/print_chars/foo.adb: New files.
11493 * gdb.ada/print_chars.exp: New testcase.
11494
11495 2007-12-24 Joel Brobecker <brobecker@adacore.com>
11496
11497 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11498 gdb.ada/char_param/foo.adb: New files.
11499 * gdb.ada/char_param.exp: New testcase.
11500
11501 2007-12-22 Jim Blandy <jimb@codesourcery.com>
11502
11503 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11504 hard-coding source line numbers into the test.
11505 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11506 gdb_get_line_number to find.
11507
11508 2007-12-22 Joel Brobecker <brobecker@adacore.com>
11509
11510 * gdb.base/ptype.c (highest): New struct type.
11511 (the_highest): New variable of that type.
11512 (main): Add dummy assignment to a field of variable the_highest.
11513 * gdb.base/ptype.exp: Test type printing of our new variable.
11514
11515 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
11516
11517 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
11518 and record first explicitly generated thread number.
11519 Use that thread number for thread specific watchpoint test.
11520 Add iteration number to repetitive tests.
11521
11522 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
11523 Jim Blandy <jimb@codesourcery.com>
11524
11525 * gdb.base/expand-psymtabs.c: New testcase
11526 source file.
11527 * gdb.base/expand-psymtabs.exp: New testcase
11528 expect file.
11529
11530 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
11531
11532 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11533 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11534
11535 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11536
11537 * gdb.ada/frame_args/foo.adb: New file.
11538 * gdb.ada/frame_args/pck.ads: New file.
11539 * gdb.ada/frame_args/pck.adb: New file.
11540 * gdb.ada/frame_args.exp: New testcase.
11541
11542 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11543
11544 * gdb.base/frame-args.c: New file.
11545 * gdb.base/frame-args.exp: New testcase.
11546
11547 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
11548 Joseph Myers <joseph@codesourcery.com>
11549
11550 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11551
11552 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
11553
11554 * gdb.mi/mi-pending.exp: New.
11555 * gdb.mi/mi-pending.c: New.
11556 * gdb.mi/mi-pendshr.c: New.
11557
11558 2007-12-06 Jim Blandy <jimb@codesourcery.com>
11559
11560 * gdb.base/default.exp: Update expected output for 'info catch'.
11561
11562 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11563
11564 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11565 must be set to binary.
11566
11567 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
11568
11569 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11570
11571 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11572
11573 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11574 gdb.mi/mi-file-transfer.exp: New.
11575
11576 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11577
11578 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11579
11580 2007-11-22 Maciej W. Rozycki <macro@mips.com>
11581
11582 * gdb.trace/backtrace.exp: Fix a typo.
11583 * gdb.trace/circ.exp: Likewise.
11584 * gdb.trace/collection.exp: Likewise.
11585 * gdb.trace/limits.exp: Likewise.
11586 * gdb.trace/report.exp: Likewise.
11587 * gdb.trace/tfind.exp: Likewise.
11588 * gdb.trace/while-dyn.exp: Likewise.
11589
11590 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
11591
11592 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11593 objects of pointers that can't be dereferenced are now
11594 "noneditable".
11595
11596 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11597
11598 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11599 (target_cpu): Remove.
11600
11601 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
11602
11603 * gdb.base/ending-run.exp: Expect the list of cleared
11604 breakpoint to come in natural order, not the reversed one.
11605
11606 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
11607
11608 * gdb.mi/mi-var-child.c (do_child_deletion): New.
11609 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
11610
11611 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
11612
11613 * gdb.base/printcmds.exp: New function
11614 test_printf_with_dfp.
11615
11616 2007-11-02 Doug Evans <dje@google.com>
11617
11618 * gdb.disasm/t01_mov.s: Remove carriage returns.
11619 * gdb.disasm/t02_mova.s: Ditto.
11620 * gdb.disasm/t03_add.s: Ditto.
11621 * gdb.disasm/t04_sub.s: Ditto.
11622 * gdb.disasm/t05_cmp.s: Ditto.
11623 * gdb.disasm/t06_ari2.s: Ditto.
11624 * gdb.disasm/t07_ari3.s: Ditto.
11625 * gdb.disasm/t08_or.s: Ditto.
11626 * gdb.disasm/t09_xor.s: Ditto.
11627 * gdb.disasm/t10_and.s: Ditto.
11628 * gdb.disasm/t11_logs.s: Ditto.
11629 * gdb.disasm/t12_bit.s: Ditto.
11630 * gdb.disasm/t13_otr.s: Ditto.
11631
11632 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11633
11634 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11635
11636 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11637
11638 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11639 provide DFP support.
11640
11641 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
11642
11643 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11644 Test "set powerpc vector-abi". Skip auto-detection tests for old
11645 toolchains.
11646
11647 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11648
11649 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11650 with [string compare].
11651
11652 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11653
11654 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11655 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11656
11657 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
11658
11659 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11660 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11661 * gdb.opt/Makefile.in: New makefile.
11662 * Makefile.in: Create new directory "gdb.opt".
11663 * configure.ac: Add "gdb.opt" directory.
11664 * configure: Regenerated.
11665
11666 2007-10-25 Doug Evans <dje@google.com>
11667
11668 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11669 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11670
11671 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
11672 Thiago Jung Bauermann <bauerman@br.ibm.com>
11673
11674 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11675 Floating Point expressions.
11676 * gdb.base/dfp-test.exp: new file adding tests for Decimal
11677 Floating Point variables.
11678 * gdb.base/dfp-test.c: new file containing program with Decimal
11679 Floating variables, used by gdb.base/dfp-test.exp.
11680
11681 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11682
11683 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11684
11685 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11686
11687 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11688 compiling test case with GCC.
11689 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11690
11691 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11692
11693 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11694 format changes.
11695
11696 2007-10-18 Michael Snyder <msnyder@specifix.com>
11697
11698 * gdb.base/dbx.exp: Add missing "-re " operator.
11699
11700 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
11701
11702 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11703 * configure.ac: Removed trailing spaces after backslash.
11704 * gdb.modula2: New directory.
11705 * gdb.modula2/Makefile.in: New file.
11706 * gdb.modula2/unbounded-array.exp: New file.
11707 * gdb.modula2/unbounded1.c: New file.
11708
11709 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11710
11711 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11712
11713 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
11714
11715 * gdb.base/sigstep.c (main): Add checks for
11716 return values for setitimer call.
11717 Call setitimer again with itimer = ITIMER_REAL
11718 if first call to setitimer fails.
11719
11720 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
11721
11722 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11723 of $timeout.
11724
11725 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11726
11727 * gdb.server/server-run.exp: Test for dynamic linker symbols.
11728
11729 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
11730
11731 * lib/gdb.exp (gdb_run_cmd): Move comment outside
11732 of gdb_expect call, to avoid interruption.
11733
11734 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
11735
11736 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11737 (v_unsigned_long_long, v_long_long_array)
11738 (v_signed_long_long_array, v_unsigned_long_long_array)
11739 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11740 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11741 [!NO_LONG_LONG]: New.
11742 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11743 v_long_long_member.
11744
11745 (v_long_long_func, v_signed_long_long_func)
11746 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11747 (main) [!NO_LONG_LONG]: Initialize long long variants.
11748
11749 * gdb.base/whatis.exp: If board file requests no_long_long, build
11750 test with NO_LONG_LONG defined. Test long long, signed long long,
11751 and unsigned long long variants but only if board file doesn't
11752 disable it.
11753
11754 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
11755 Daniel Jacobowitz <dan@codesourcery.com>
11756
11757 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11758 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11759 * configure: Regenerated.
11760 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11761 gdb.pascal/types.exp, lib/pascal.exp: New files.
11762
11763 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
11764
11765 * gdb.cp/classes.exp (do_tests): Always step to the line after the
11766 call.
11767 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11768 to return to the call.
11769 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11770 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11771 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11772 * gdb.mi/mi-until.exp (test_until): Likewise.
11773 * gdb.mi/mi2-until.exp (test_until): Likewise.
11774
11775 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
11776
11777 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11778 two-char array.
11779 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11780
11781 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
11782
11783 * gdb.threads/watchthreads.c (thread_function): Sleep between
11784 iterations.
11785 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11786 at once for S/390. Generate matching fails and passes.
11787
11788 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
11789
11790 * gdb.mi/var-cmd.c (do_children_tests): Initialize
11791 the 'struct_declarations' variable to zeros.
11792
11793 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
11794
11795 * gdb.cp/mb-ctor.cc: New.
11796 * gdb.cp/mb-ctor.exp: New.
11797 * gdb.cp/mb-templates.cc: New.
11798 * gdb.cp/mb-templates.exp: New.
11799
11800 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
11801
11802 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11803
11804 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
11805
11806 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11807 targets.
11808 * configure: Regenerate.
11809
11810 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
11811
11812 * gdb.base/annota1.exp: Adjust for 'info break'
11813 format changes.
11814 * gdb.base/annota3.exp: Likewise.
11815 * gdb.base/break.exp: Likewise.
11816 * gdb.base/condbreak.exp: Likewise.
11817 * gdb.base/pending.exp: Likewise.
11818 * gdb.base/sepdebug.exp: Likewise.
11819 * gdb.base/unload.exp: Likewise.
11820 * gdb.base/ovldbreak.exp: Likewise.
11821
11822 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
11823
11824 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11825 messages.
11826 * gdb.base/chng-syms.exp: Likewise.
11827 * gdb.base/unload.exp: Likewise.
11828
11829 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
11830
11831 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11832
11833 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11834
11835 * schedlock.c (NUM): Change to 1.
11836 (main): Use args[0] for the main thread.
11837 * schedlock.exp: Only expect two threads. Only issue one pass or fail
11838 regardless of the number of threads.
11839
11840 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11841
11842 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11843 type down.
11844 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11845 test.
11846 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11847 watchpoint type down.
11848 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11849 test.
11850
11851 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11852
11853 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11854 Move all the tests here and run them twice, once using software
11855 watchpoints and once using hardware watchpoints.
11856 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11857
11858 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
11859
11860 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11861 test.
11862
11863 2007-09-10 Mark Kettenis <kettenis@gnu.org>
11864
11865 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11866 build-id.
11867
11868 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11869 know about $ORIGIN. Calculate output dir from $dest instead of
11870 using ${objdir}/{$subdir}.
11871
11872 2007-09-09 Mark Kettenis <kettenis@gnu.org>
11873
11874 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11875 gcore, before continuing with the test.
11876
11877 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
11878
11879 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11880 * gdb.mi/mi-watch.exp: Likewise.
11881
11882 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11883 Jim Blandy <jimb@codesourcery.com>
11884
11885 * gdb.arch/i386-sse.exp: Do not expect character constants.
11886 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11887 * gdb.base/display.exp: Allow print/s.
11888 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11889 and unsigned char array changes.
11890
11891 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11892
11893 * gdb.base/display.exp: Add tests for printf %p.
11894
11895 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11896
11897 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11898 the dll name to unicode.
11899
11900 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11901
11902 * gdb.base/default.exp (show version): Update the version text.
11903 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11904
11905 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11908 New files.
11909
11910 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11911
11912 * lib/gdb.exp (build_id_debug_filename_get): New function.
11913 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11914 Remove the generate DEBUG file for the future testcase runs.
11915 New testcase for the NT_GNU_BUILD_ID retrieval.
11916 Move the final testing step to ...
11917 (test_different_dir): ... a new function.
11918 New parameter XFAIL to XFAIL all the tests performed.
11919 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11920 New parameter TYPE to PF_PREFIX all the tests performed.
11921
11922 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
11923
11924 * gdb.mi/mi-var-cp.cc (path_expression): New
11925 function.
11926 * gdb.mi/mi-var-cp.exp: Run path exression tests.
11927
11928 2007-08-27 Markus Deuling <deuling@de.ibm.com>
11929
11930 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11931 to fit into SPU Local Store memory.
11932
11933 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11934
11935 * gdb.base/default.exp: Adjust the expected output of "info
11936 warranty" after the switch to GPLv3.
11937
11938 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11939
11940 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11941 to 30000 (from 20000).
11942
11943 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11944
11945 Switch the license of all .exp files to GPLv3.
11946 Switch the license of all .f and .f90 files to GPLv3.
11947 Switch the license of all .s and .S files to GPLv3.
11948
11949 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11950
11951 * configure.ac: Switch license to GPLv3.
11952
11953 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11954
11955 Switch the licensing to GPLv3 for all .ads and .adb files.
11956
11957 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
11958
11959 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11960 and t_int_double.
11961 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11962
11963 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11964
11965 * gdb.base/step-line.c: Switch license to GPL version 3, and
11966 update copyright year.
11967 * gdb.base/step-line.inp: Likewise.
11968
11969 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11970
11971 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11972 changes inside gdb1555.c.
11973 * gdb.base/pending.exp: Likewise.
11974
11975 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11976
11977 * config/default.exp: New file.
11978
11979 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11980
11981 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11982 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11983
11984 2007-07-30 Maciej W. Rozycki <macro@mips.com>
11985
11986 * gdb.base/dump.exp: Force the correct endianness for binary
11987 formats not carrying this information.
11988
11989 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11990
11991 * gdb.threads/staticthreads.exp: Match .*sem_post.
11992
11993 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11994
11995 * gdb.base/readline.exp (operate_and_get_next): Match the final
11996 prompt.
11997
11998 2007-07-23 Kevin Buettner <kevinb@redhat.com>
11999
12000 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
12001 to restarting SID.
12002
12003 2007-07-18 Kevin Buettner <kevinb@redhat.com>
12004
12005 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
12006 prior to `gdb_start'.
12007
12008 2007-07-18 Kevin Buettner <kevinb@redhat.com>
12009
12010 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
12011 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
12012 Remove call to gdb_unload.
12013
12014 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
12015 Daniel Jacobowitz <dan@codesourcery.com>
12016
12017 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
12018 for __WIN32__.
12019 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
12020 * gdb.base/unload.exp: Use shared library test routines.
12021
12022 2007-07-03 Markus Deuling <deuling@de.ibm.com>
12023
12024 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
12025 * gdb.base/solib-symbol-lib.c: Likewise.
12026 * gdb.base/solib-symbol-main.c: Likewise.
12027
12028 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
12029
12030 * config/gdbserver.exp (gdb_reconnect): New.
12031 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
12032 gdb.base/solib-disc.exp: New files.
12033 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
12034 remote debugging".
12035 (gdb_compile): Add shlib_load flag.
12036 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
12037 port.
12038 (gdbserver_reconnect): New.
12039
12040 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
12041 Daniel Jacobowitz <dan@codesourcery.com>
12042
12043 * gdb.base/annota3.exp: Test for if construct.
12044
12045 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
12046
12047 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
12048
12049 2007-06-21 Chris Dearman <chris@mips.com>
12050 Maciej W. Rozycki <macro@mips.com>
12051
12052 * gdb.base/display.exp: Allow a newline after display/i.
12053 * gdb.base/pc-fp.exp: Likewise.
12054 * gdb.base/sigbpt.exp: Likewise.
12055
12056 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12057
12058 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
12059 required features to be included.
12060
12061 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12062
12063 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
12064 in info threads output.
12065
12066 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12067 Markus Deuling <deuling@de.ibm.com>
12068
12069 * gdb.arch/spu-info.exp: New testcase.
12070 * gdb.arch/spu-info.c: New file.
12071
12072 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
12073
12074 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
12075 tpcs_offset. Restore lr after the call.
12076 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
12077
12078 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
12079
12080 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
12081 (gdbserver_run): Kill any running gdbserver.
12082 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
12083
12084 2007-05-17 Maciej W. Rozycki <macro@mips.com>
12085
12086 * gdb.base/sigbpt.exp: Preset segv_addr.
12087
12088 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
12089
12090 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
12091 (gdb_compile_shlib): Likewise.
12092 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
12093 (default_gdb_init): Clear cleanfiles.
12094 (gdb_finish): Delete recorded cleanfiles.
12095 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
12096
12097 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
12098 Do not use isnative.
12099 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
12100 gdb.base/so-impl-ld.exp: Likewise.
12101 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
12102 * gdb.base/unload.exp: Likewise. Do not pass empty option to
12103 gdb_compile.
12104
12105 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
12106
12107 * config/unknown.exp: Remove.
12108
12109 2007-05-15 Markus Deuling <deuling@de.ibm.com>
12110
12111 * gdb.base/info-proc.exp: Check is_remote.
12112
12113 2007-05-14 Markus Deuling <deuling@de.ibm.com>
12114
12115 * gdb.base/gcore.exp: Initialize variable core_supported.
12116
12117 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
12118
12119 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
12120
12121 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
12122
12123 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
12124 * gdb.threads/print-threads.exp (test_all_threads): Allow
12125 negative and hexadecimal thread IDs.
12126
12127 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
12128
12129 * gdb.java/jprint.java (public): Avoid invalid call to static
12130 method.
12131
12132 2007-05-14 Denis Pilat <denis.pilat@st.com>
12133
12134 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
12135 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
12136 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12137 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
12138 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
12139
12140 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12141
12142 * gdb.base/overlays.exp: Add support for targets with only code
12143 overlay support, not data overlay. Support spu-*-* target in
12144 this mode.
12145 * gdb.base/ovlymgr.c: Provide stubs for spu target.
12146 * gdb.base/spu.ld: New file.
12147
12148 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
12149
12150 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
12151
12152 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
12153
12154 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
12155
12156 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
12157
12158 * gdb.java/jmain.exp: Handle demangled names with and without method
12159 signatures.
12160
12161 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
12162
12163 * gdb.mi/mi-syn-frame.c (main, foo, bar)
12164 (have_a_very_merry_interrupt): Remove calls to puts.
12165 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
12166 inferior output.
12167 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
12168 test names.
12169
12170 2007-04-29 Markus Deuling <deuling@de.ibm.com>
12171 Daniel Jacobowitz <dan@codesourcery.com>
12172
12173 * gdb.base/auxv.exp (core_works): Also check is_remote.
12174 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
12175
12176 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
12177
12178 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
12179 message, not the undefined 'module' variable.
12180 * gdb.base/siginfo.exp: Likewise.
12181 * gdb.base/sigstep.exp: Likewise.
12182 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
12183 serialport.
12184 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
12185
12186 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
12187
12188 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
12189 target sim fails. Return 0 otherwise.
12190 (gdb_load): Return prematurely if gdb_target_sim fails.
12191
12192 2007-04-16 Denis Pilat <denis.pilat@st.com>
12193
12194 * gdb.base/setshow.exp: Reset height after having set it to 100.
12195
12196 2007-04-16 Denis Pilat <denis.pilat@st.com>
12197
12198 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
12199
12200 2007-04-16 Denis Pilat <denis.pilat@st.com>
12201
12202 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
12203
12204 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
12205
12206 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
12207 tests. Run the frozen varobjs test.
12208 * gdb.mi/var-cmd.c (do_frozen_tests): New.
12209 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
12210
12211 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
12214 gdb.base/type-opaque.exp: New files.
12215
12216 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
12217
12218 * gdb.mi/mi-var-child.c
12219 (do_children_tests): User char[2] instead of
12220 char so that automatic printing of pointers to char
12221 don't give unpredicable result.
12222 * gdb.mi/var-cmd.c (do_locals_test): Initialize
12223 local variables.
12224 * gdb.mi/mi-var-child.exp: Step to right line
12225 of do_children_tests.
12226 * gdb.mi/mi2-var-child.exp: Likewise.
12227 * gdb.mi/mi-var-cmd.exp: Step to right line of
12228 do_locals_tests.
12229 (do_children_tests): User char[2] instead of
12230 char so that automatic printing of pointers to char
12231 don't give unpredicable result.
12232 * gdb.mi/mi2-var-cmd.exp: Likewise.
12233 * lib/mi-support.exp (mi_continue_to_line):
12234 Pass test name to mi_wait_for_stop.
12235
12236 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12237
12238 * gdb.asm/asm-source.exp: Remove d10v case.
12239 * lib/gdb.exp (skip_cplus_tests): Likewise.
12240 * gdb.asm/d10v.inc: Deleted.
12241
12242 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12243
12244 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
12245
12246 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12247
12248 * config/netware.exp: Delete file.
12249
12250 2007-03-29 Joel Brobecker <brobecker@adacore.com>
12251
12252 * gdb.dwarf2/dw2-noloc.S: New file.
12253 * gdb.dwarf2/dw2-noloc.exp: New file.
12254
12255 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
12256
12257 * gdb.cp/method2.cc: New test.
12258 * gdb.cp/method2.exp: New test.
12259 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
12260
12261 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12262
12263 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
12264
12265 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
12266
12267 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12268
12269 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
12270
12271 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
12272 (gdb_load): Delete, replace with...
12273 (gdb_reload): ...this.
12274 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
12275 * gdb.server/server-mon.exp: Likewise.
12276 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
12277 (gdb_start_cmd): New.
12278 (gdb_file_cmd): Save the last loaded file.
12279 (gdb_reload): New.
12280 (gdb_gnu_strip_debug): Use transform.
12281 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
12282 support here. Use new $last_loaded_file. Check mtime.
12283 (gdb_target_cmd): Handle ObjC failure case.
12284 (infer_host_exec): Delete.
12285 (gdbserver_load): Rename to...
12286 (gdbserver_run): ...this. Simplify.
12287 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
12288 (mi_gdb_load): Move most contents to a new function...
12289 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
12290 (mi_run_cmd): Use mi_gdb_target_load.
12291 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
12292 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
12293 Use gdb_run_cmd.
12294 * gdb.base/charsign.exp: Remove incorrect comment.
12295 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
12296 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
12297 gdb.base/start.exp: Use gdb_start_cmd.
12298
12299 2007-03-23 Nigel Stephens <nigel@mips.com>
12300 Maciej W. Rozycki <macro@mips.com>
12301
12302 * gdb.base/sigbpt.exp: Fix the message when skipping test.
12303 * gdb.base/signull.exp: Similarly.
12304
12305 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12306
12307 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
12308 messages available to test cases (like chng-sym.exp).
12309
12310 2007-03-14 Andreas Schwab <schwab@suse.de>
12311
12312 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
12313 format changes.
12314
12315 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
12316
12317 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
12318 (optimized_1): New.
12319 (main): Call optimized_1.
12320 (gdb2029): Correct typos. Call gdb2029_marker.
12321 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
12322 for gdb2029.
12323
12324 2007-03-12 Mark Kettenis <kettenis@gnu.org>
12325
12326 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12327 as tabs. Remove redundant test pattern.
12328
12329 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12330
12331 * gdb.base/long_long.exp: Accept optional symbol name in <...>
12332 for /a format output.
12333
12334 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
12335
12336 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12337 collect output incrementally.
12338
12339 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12340
12341 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12342 for -var-create lpcharacter test.
12343 * gdb.mi/mi2-var-cmd.exp: Likewise.
12344
12345 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12346
12347 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12348 pass on targets where address zero is readable.
12349
12350 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12351
12352 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12353 just a single architecture.
12354
12355 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12356
12357 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12358 (fetch_all_registers): New function, uses gdb_test_multiple and
12359 exp_continue to fetch inferior output line-by-line.
12360 Replace all uses of do_get_all_registers by fetch_all_registers.
12361
12362 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12363
12364 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12365 in target_info.
12366
12367 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12368
12369 * gdb.threads/manythreads.exp: Use $message string for
12370 consistancy; add a default (timeout) case.
12371
12372 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12373
12374 * gdb.base/watchpoint.exp: Fix truncated comment.
12375
12376 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
12377
12378 * Makefile.in: Remove spurious single-quotes from sed command.
12379
12380 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12381
12382 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
12383 func.
12384 * gdb.mi/mi2-var-cmd.exp: Likewise.
12385
12386 2007-02-27 Joel Brobecker <brobecker@adacore.com>
12387
12388 * gdb.dwarf2/dw2-producer.S: New file.
12389 * gdb.dwarf2/dw2-producer.exp: New testcase.
12390
12391 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12394 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12395 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12396 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12397 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12398 Revert tests to use mi_gdb_test and include value field in output
12399 of -var-create.
12400
12401 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12402
12403 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12404
12405 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12406
12407 * gdb.base/maint.exp: Remove full paths from test names.
12408 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12409 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12410
12411 2007-02-27 Joel Brobecker <brobecker@adacore.com>
12412
12413 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12414
12415 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12416
12417 * gdb.server/server-mon.exp: New test.
12418
12419 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12420
12421 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12422
12423 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12424
12425 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12426 register capitalization.
12427
12428 2007-02-13 Denis Pilat <denis.pilat@st.com>
12429
12430 * gdb.mi/mi-var-invalidate.exp: New file.
12431
12432 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12433
12434 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12435
12436 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12437
12438 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12439
12440 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12441
12442 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12443 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12444
12445 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
12446
12447 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12448 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12449 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12450 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12451 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12452 * gdb.mi/gdb792.exp, lib/mi-support.exp:
12453 Update tests to include value field in output of -var-create.
12454
12455 2007-02-08 Andreas Schwab <schwab@suse.de>
12456
12457 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12458
12459 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
12460
12461 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12462 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12463
12464 2007-02-02 Denis Pilat <denis.pilat@st.com>
12465
12466 * gdb.threads/threadapply.exp: check that frame is not changed by
12467 the thread apply all command.
12468
12469 2007-01-31 Andreas Schwab <schwab@suse.de>
12470
12471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12472
12473 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12474 in the dwarf sections.
12475 * gdb.dwarf2/mac-fileno.S: Likewise.
12476
12477 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12478 bspstore register on ia64.
12479
12480 2007-01-29 Andreas Schwab <schwab@suse.de>
12481
12482 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12483 "frame-begin" annotation.
12484
12485 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12486 number of "frames-invalid" annotations.
12487
12488 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12489
12490 * gdb.base/commands.exp: Call if_commands_test.
12491 (gdb_test_no_prompt, if_commands_test): New.
12492
12493 2007-01-28 Mark Kettenis <kettenis@gnu.org>
12494
12495 * gdb.threads/sigthread.c (NSIGS): Make bigger.
12496
12497 2007-01-27 Andreas Schwab <schwab@suse.de>
12498
12499 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12500 .short/.int/.quad in the dwarf sections.
12501 * gdb.dwarf2/dw2-intercu.S: Likewise.
12502 * gdb.dwarf2/dw2-intermix.S: Likewise.
12503
12504 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12505
12506 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
12507 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12508 array.
12509 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12510 * gdb.base/setvar.exp: Likewise.
12511
12512 2007-01-26 Andreas Schwab <schwab@suse.de>
12513
12514 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12515 test.
12516
12517 * gdb.base/multi-forks.exp ("restart $i"): Also match
12518 __kernel_syscall_via_break.
12519
12520 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
12521
12522 * lib/mi-support.exp (mi_delete_varobj): New.
12523 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12524 testcase.
12525 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12526 (main): Call the above.
12527 (reference_update_test, base_in_reference_test)
12528 (reference_to_pointer): Delete the created varobjs.
12529
12530 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
12531
12532 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12533 * configure: Regenerated.
12534 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12535 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12536 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12537 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12538 * lib/gdb.exp (gdb_skip_xml_test): New function.
12539
12540 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
12541
12542 * gdb.base/sigrepeat.exp: Correct error message.
12543
12544 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12545 Daniel Jacobowitz <dan@codesourcery.com>
12546
12547 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12548 gdb.arch/i386-gnu-cfi-asm.S: New files.
12549
12550 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12551
12552 * lib/gdb.exp: Abort on missing `site.exp'.
12553
12554 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12555 Daniel Jacobowitz <dan@codesourcery.com>
12556
12557 * gdb.base/included.c, gdb.base/included.exp,
12558 gdb.base/included.h: New files.
12559
12560 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12561
12562 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12563 (maximize_rlimit): Reduce limits on 64-bit systems.
12564
12565 2007-01-19 Mark Kettenis <kettenis@gnu.org>
12566
12567 From Marcus Deuling <deuling@de.ibm.com>:
12568 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12569 every case.
12570
12571 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
12572
12573 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12574 (test_path_specification): Use objdir instead of srcdir to always
12575 get an absolute filename.
12576
12577 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
12578
12579 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12580
12581 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
12582
12583 * gdb.mi/mi-var-cp.cc (reference_update_tests):
12584 Make sure the variable we're using is in scope.
12585 (reference_to_pointer): Likewise.
12586
12587 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12588
12589 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12590 has no debug information.
12591
12592 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12593
12594 * gdb.base/annota1.exp: Remove extra send_gdb.
12595
12596 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12597
12598 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12599
12600 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12601
12602 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12603
12604 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
12605 Daniel Jacobowitz <dan@codesourcery.com>
12606
12607 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12608 lcharacter or linteger change. Correct duplicated test name.
12609 * gdb.mi/mi2-var-cmd.exp: Likewise.
12610
12611 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12612
12613 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12614
12615 2007-01-05 Joel Brobecker <brobecker@adacore.com>
12616
12617 * gdb.base/nofield.c: New file.
12618 * gdb.base/nofield.exp: New testcase.
12619
12620 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
12621
12622 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12623
12624 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12625 test.
12626
12627 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12628
12629 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12630
12631 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12632
12633 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12634 when continuing.
12635
12636 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12637
12638 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12639 Expect ".exe" extension.
12640
12641 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12642
12643 * gdb.base/charset.exp: Add explicit filename to break.
12644 * gdb.base/dbx.exp: Add explicit filename to breaks.
12645
12646 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12647
12648 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12649 * gdb.mi/mi2-file.exp: Likewise.
12650
12651 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12652
12653 Implement specification of MI tests as comments
12654 in C and C++ sources.
12655 * lib/mi-support.exp (mi_autotest_data): New variable.
12656 (mi_autotest_source): New variable.
12657 (count_newlines, mi_prepare_inline_tests)
12658 (mi_get_inline_test, mi_continue_to_line)
12659 (mi_run_inline_test, mi_tbreak)
12660 (mi_send_resuming_command, mi_wait_for_stop): New functions.
12661 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12662 Run inline tests.
12663 * gdb.mi/mi-var-cp.cc: Define tests here.
12664
12665 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12666
12667 Simplify usage of mi_continue_to.
12668 * lib/mi-support.exp (mi_runto_helper): Renamed
12669 from mi_runto, added new parameter 'run_or_continue'.
12670 (mi_runto): Use mi_runto_helper.
12671 (mi_continue_to): Accept just function name as parameter.
12672 Use mi_runto_helper.
12673 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12674 * gdb.mi/mi2-var-cmd.exp: Likewise.
12675
12676 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12677
12678 Make this testcase a bit more realistic. The current code
12679 is too simplistic, and allows the compiler to optimize out
12680 some of the entities we need for this testcase.
12681 * gdb.ada/null_record/bar.ads (Void_Star): New type.
12682 (Do_Nothing): Add extra parameter.
12683 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12684 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12685 by using a variable of type Void_Star.
12686
12687 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12688
12689 * gdb.ada/catch_ex/foo.adb: New file.
12690 * gdb.ada/catch_ex.exp: New testcase.
12691
12692 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
12693
12694 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12695 pass --image-base to linker.
12696
12697 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12698 Daniel Jacobowitz <dan@codesourcery.com>
12699
12700 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
12701 secondary prompts.
12702
12703 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12704
12705 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12706 output. Test the types of members and member pointers.
12707 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12708 gdb/2092.
12709 * gdb.cp/member-ptr.exp: Search for a comment instead of a
12710 statement. Enable for GCC. Update expected output for some tests
12711 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
12712 layout.
12713 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12714 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12715 (Diamond::vget_base): New.
12716 (main): Add new tests.
12717 * gdb.cp/printmethod.exp: Update expected output for member functions.
12718 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12719 print pEe->D::vg().
12720
12721 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12722
12723 * gdb.threads/tls.exp: Allow stops in sem_post.
12724
12725 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
12726
12727 * gdb.base/annota1.exp: Allow .*printf in backtraces.
12728 * gdb.base/annota3.exp: Likewise.
12729 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12730 again (instead of timing out).
12731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12732 GCC bug 26475.
12733 * gdb.java/jmisc.exp: Adjust to work with method signatures including
12734 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
12735 test from jmisc1.exp.
12736 * gdb.java/jmisc1.exp: Delete.
12737 * gdb.java/jprint.exp: Adjust to work with method signatures including
12738 return types.
12739 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12740 * gdb.threads/linux-dp.exp: Don't be confused by program output.
12741 * lib/java.exp (compile_java_from_source): Pass the correct type
12742 to target_compile.
12743
12744 2006-12-31 Joel Brobecker <brobecker@adacore.com>
12745
12746 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12747 (stack_align_edx): New function.
12748 (stack_align_eax): New function.
12749 (main): Add calls to stack_align_edx and stack_align_eax.
12750 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12751 Add testing for the cases where the register used during a stack
12752 realignment is edx. Same for eax.
12753
12754 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
12755
12756 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12757 and generic PE targets.
12758
12759 2006-12-29 Joel Brobecker <brobecker@adacore.com>
12760
12761 * gdb.ada/array_return.exp: Update copyright date list.
12762
12763 2006-12-27 Joel Brobecker <brobecker@adacore.com>
12764
12765 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12766 (Create_Small_Float_Vector): New function.
12767 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12768 function body.
12769 * gdb.ada/array_return/p.adb: Use new type and function from
12770 package Pck.
12771 * gdb.ada/array_return.exp: Add a test verifying that GDB is
12772 able to print the value returned by a function returning an
12773 array of float.
12774
12775 2006-12-20 Joel Brobecker <brobecker@adacore.com>
12776
12777 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12778 The associated tests should be PASSing.
12779
12780 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12781
12782 Test for base in references.
12783 * gdb.mi/mi-var-cp.cc: Add test code.
12784 * gdb.mi/mi-var-cp.exp: Test for bases in references.
12785 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12786 * gdb.mi/mi2-watch.exp: Likewise.
12787 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12788 (mi_list_varobj_children): New function.
12789
12790 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12791
12792 * lib/mi-support.exp
12793 (mi_runto): Accept "()" after function name.
12794 (mi_create_varobj): New function.
12795 (mi_varobj_update): New function.
12796 (mi_Check_varobj_value): New function.
12797 * gdb.mi/mi-var-cp.exp: New file.
12798 * gdb.mi/mi-var-cp.cc: New file.
12799
12800 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
12801
12802 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12803 gdb.base/weaklib2.c: New files.
12804
12805 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
12806
12807 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12808 info. Adjust test names.
12809
12810 * gdb.base/break.c (main): Move position of malloc.
12811 * gdb.base/break.exp: Revert mistaken checkin.
12812
12813 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
12814
12815 * gdb.mi/mi-var-cmd.exp: Check -var-update after
12816 assignement of arrays and function pointers.
12817 * gdb.mi/var-cmd.c: Add declaration necessary for above
12818 tests.
12819
12820 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12821
12822 * gdb.base/break.c (main): Call malloc.
12823
12824 * gdb.threads/linux-dp.exp: Read thread table before and after
12825 creating each philosopher and verify it.
12826
12827 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12828 Paul Brook <paul@codesourcery.com>
12829 Daniel Jacobowitz <dan@codesourcery.com>
12830
12831 * gdb.base/ending-run.exp: Flatten expect script stepping out of
12832 main to remove duplication. Add start function of the form
12833 '_*start[1-9]*'. Add RVDS start function.
12834
12835 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12836
12837 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12838
12839 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12840
12841 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12842 * gdb.asm/spu.inc: New file.
12843 * gdb.base/term.exp: Disable if [target_info exists noargs].
12844 * gdb.gdb/complaints.exp: Disable if ![isnative].
12845 * gdb.gdb/selftest.exp: Likewise.
12846 * gdb.gdb/observer.exp: Likewise.
12847 * gdb.gdb/xfullpath.exp: Likewise.
12848 * gdb.base/attach.exp: Disable on SPU target.
12849 * gdb.cp/bs145503.exp: Likewise.
12850 * gdb.cp/exception.exp: Likewise.
12851 * gdb.cp/userdef.exp: Likewise.
12852
12853 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12854
12855 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12856
12857 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
12858
12859 * gdb.base/completion.exp: Fix completion tests for
12860 'info' and 'info '.
12861 * gdb.base/help.exp (help_test_raw, test_class_help)
12862 (test_prefix_command_help): Move...
12863 * lib/gdb.exp: Here.
12864 * gdb.base/main.exp: Adjust.
12865 * gdb.cp/maint.exp: Adjust.
12866 * gdb.trace/tracecmd.exp: Use test_help_class.
12867
12868 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12869
12870 * gdb.stabs/weird.exp (print_weird_var): Use
12871 gdb_test_multiple instead of gdb_expect.
12872
12873 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12874
12875 * gdb.base/help.exp (help_test_raw): New.
12876 (test_class_help): New.
12877 (test_prefix_command_help): New.
12878 Adjust testcases.
12879
12880 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
12881
12882 * gdb.base/constvars.c (main): Write to crass and crips, so that
12883 they are allocated by the compiler.
12884
12885 2006-10-27 Andreas Schwab <schwab@suse.de>
12886
12887 * gdb.base/multi-forks.exp: Use "detach fork" instead of
12888 "detach-fork".
12889
12890 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
12891
12892 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12893 of patterns.
12894
12895 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12896
12897 * gdb.base/sepdebug.exp: Remove debug format test.
12898 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12899 Handle no-symtab.
12900 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12901
12902 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12903
12904 * gdb.threads/manythreads.c (thread_function, main): Don't cast
12905 int to pointer or pointer to int.
12906 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12907
12908 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
12909
12910 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12911
12912 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12913
12914 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12915
12916 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
12917
12918 PR c++/2116
12919 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12920
12921 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12922
12923 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12924 the corresponding bug has been fixed in GDB (PR/2018).
12925
12926 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12927
12928 * gdb.base/subst.exp: New testcase.
12929
12930 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12931
12932 * gdb.ada/array_return/pck.ads: Add copyright notice.
12933 * gdb.ada/array_return/pck.adb: Likewise.
12934 * gdb.ada/array_return/p.adb: Likewise.
12935 * gdb.ada/exec_changed/first.adb: Likewise.
12936 * gdb.ada/exec_changed/second.adb: Likewise.
12937
12938 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12939
12940 * gdb.ada/watch_arg/watch.adb: New file.
12941 * gdb.ada/watch_arg.exp: New testcase.
12942
12943 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
12944
12945 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
12946 via string_to_regexp.
12947 * gdb.mi/mi2-basics.exp: Likewise.
12948
12949 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
12950
12951 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12952 Remove unused / obsolete files.
12953
12954 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
12955
12956 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12957
12958 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
12959
12960 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12961 HIGH_FRAME argument to -stack-list-arguments can be larger than
12962 the number of frames.
12963
12964 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
12965
12966 * gdb.base/args.c (main): Add breakpoint marker.
12967 * gdb.base/args.exp: Use args_test for tests. Add new tests which
12968 really test empty arguments.
12969 (args_load): Delete.
12970 (args_test): New.
12971
12972 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
12973
12974 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
12975 check for one file.
12976
12977 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12978
12979 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12980 HIGH_FRAME argument to -stack-list-locals can be larger than
12981 the number of frames.
12982
12983 2006-08-18 Fred Fish <fnf@specifix.com>
12984
12985 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12986 '$' in front of skip_vmx_tests_saved when setting that.
12987
12988 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12989
12990 * gdb.base/trace-commands.exp: New file.
12991
12992 2006-08-10 Joel Brobecker <brobecker@adacore.com>
12993 Daniel Jacobowitz <dan@codesourcery.com>
12994
12995 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12996 expected output of the backtrace commands.
12997
12998 2006-08-09 Joel Brobecker <brobecker@adacore.com>
12999
13000 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
13001 untested followed by return combination.
13002 * gdb.arch/altivec-regs.exp: Likewise.
13003 * gdb.arch/e500-abi.exp: Likewise.
13004 * gdb.arch/e500-regs.exp: Likewise.
13005 * gdb.arch/gdb1291.exp: Likewise.
13006 * gdb.arch/gdb1431.exp: Likewise.
13007 * gdb.arch/gdb1558.exp: Likewise.
13008 * gdb.arch/i386-prologue.exp: Likewise.
13009 * gdb.arch/i386-unwind.exp: Likewise.
13010 * gdb.asm/asm-source.exp: Likewise.
13011 * gdb.base/a2-run.exp: Likewise.
13012 * gdb.base/advance.exp: Likewise.
13013 * gdb.base/all-bin.exp: Likewise.
13014 * gdb.base/annota1.exp: Likewise.
13015 * gdb.base/annota3.exp: Likewise.
13016 * gdb.base/args.exp: Likewise.
13017 * gdb.base/arithmet.exp: Likewise.
13018 * gdb.base/assign.exp: Likewise.
13019 * gdb.base/async.exp: Likewise.
13020 * gdb.base/attach.exp: Likewise.
13021 * gdb.base/bang.exp: Likewise.
13022 * gdb.base/bigcore.exp: Likewise.
13023 * gdb.base/bitfields.exp: Likewise.
13024 * gdb.base/bitfields2.exp: Likewise.
13025 * gdb.base/break.exp: Likewise.
13026 * gdb.base/call-sc.exp: Likewise.
13027 * gdb.base/call-strs.exp: Likewise.
13028 * gdb.base/callfuncs.exp: Likewise.
13029 * gdb.base/checkpoint.exp: Likewise.
13030 * gdb.base/chng-syms.exp: Likewise.
13031 * gdb.base/code-expr.exp: Likewise.
13032 * gdb.base/commands.exp: Likewise.
13033 * gdb.base/completion.exp: Likewise.
13034 * gdb.base/cond-expr.exp: Likewise.
13035 * gdb.base/condbreak.exp: Likewise.
13036 * gdb.base/consecutive.exp: Likewise.
13037 * gdb.base/constvars.exp: Likewise.
13038 * gdb.base/corefile.exp: Likewise.
13039 * gdb.base/cvexpr.exp: Likewise.
13040 * gdb.base/dbx.exp: Likewise.
13041 * gdb.base/define.exp: Likewise.
13042 * gdb.base/detach.exp: Likewise.
13043 * gdb.base/display.exp: Likewise.
13044 * gdb.base/dump.exp: Likewise.
13045 * gdb.base/ena-dis-br.exp: Likewise.
13046 * gdb.base/ending-run.exp: Likewise.
13047 * gdb.base/environ.exp: Likewise.
13048 * gdb.base/eval-skip.exp: Likewise.
13049 * gdb.base/exprs.exp: Likewise.
13050 * gdb.base/fileio.exp: Likewise.
13051 * gdb.base/finish.exp: Likewise.
13052 * gdb.base/float.exp: Likewise.
13053 * gdb.base/foll-exec.exp: Likewise.
13054 * gdb.base/foll-fork.exp: Likewise.
13055 * gdb.base/foll-vfork.exp: Likewise.
13056 * gdb.base/freebpcmd.exp: Likewise.
13057 * gdb.base/funcargs.exp: Likewise.
13058 * gdb.base/gcore.exp: Likewise.
13059 * gdb.base/gdb1090.exp: Likewise.
13060 * gdb.base/gdb1250.exp: Likewise.
13061 * gdb.base/huge.exp: Likewise.
13062 * gdb.base/info-proc.exp: Likewise.
13063 * gdb.base/interrupt.exp: Likewise.
13064 * gdb.base/jump.exp: Likewise.
13065 * gdb.base/langs.exp: Likewise.
13066 * gdb.base/lineinc.exp: Likewise.
13067 * gdb.base/list.exp: Likewise.
13068 * gdb.base/logical.exp: Likewise.
13069 * gdb.base/long_long.exp: Likewise.
13070 * gdb.base/macscp.exp: Likewise.
13071 * gdb.base/maint.exp: Likewise.
13072 * gdb.base/mips_pro.exp: Likewise.
13073 * gdb.base/miscexprs.exp: Likewise.
13074 * gdb.base/multi-forks.exp: Likewise.
13075 * gdb.base/opaque.exp: Likewise.
13076 * gdb.base/overlays.exp: Likewise.
13077 * gdb.base/pc-fp.exp: Likewise.
13078 * gdb.base/pointers.exp: Likewise.
13079 * gdb.base/printcmds.exp: Likewise.
13080 * gdb.base/psymtab.exp: Likewise.
13081 * gdb.base/ptype.exp: Likewise.
13082 * gdb.base/recurse.exp: Likewise.
13083 * gdb.base/relational.exp: Likewise.
13084 * gdb.base/relocate.exp: Likewise.
13085 * gdb.base/remote.exp: Likewise.
13086 * gdb.base/reread.exp: Likewise.
13087 * gdb.base/restore.exp: Likewise.
13088 * gdb.base/return.exp: Likewise.
13089 * gdb.base/return2.exp: Likewise.
13090 * gdb.base/scope.exp: Likewise.
13091 * gdb.base/sect-cmd.exp: Likewise.
13092 * gdb.base/sep.exp: Likewise.
13093 * gdb.base/sepdebug.exp: Likewise.
13094 * gdb.base/setshow.exp: Likewise.
13095 * gdb.base/setvar.exp: Likewise.
13096 * gdb.base/sigall.exp: Likewise.
13097 * gdb.base/sigbpt.exp: Likewise.
13098 * gdb.base/signals.exp: Likewise.
13099 * gdb.base/signull.exp: Likewise.
13100 * gdb.base/sizeof.exp: Likewise.
13101 * gdb.base/solib.exp: Likewise.
13102 * gdb.base/step-line.exp: Likewise.
13103 * gdb.base/step-test.exp: Likewise.
13104 * gdb.base/structs.exp: Likewise.
13105 * gdb.base/structs2.exp: Likewise.
13106 * gdb.base/term.exp: Likewise.
13107 * gdb.base/twice.exp: Likewise.
13108 * gdb.base/until.exp: Likewise.
13109 * gdb.base/varargs.exp: Likewise.
13110 * gdb.base/volatile.exp: Likewise.
13111 * gdb.base/watchpoint.exp: Likewise.
13112 * gdb.base/whatis-exp.exp: Likewise.
13113 * gdb.base/whatis.exp: Likewise.
13114 * gdb.cp/ambiguous.exp: Likewise.
13115 * gdb.cp/annota2.exp: Likewise.
13116 * gdb.cp/annota3.exp: Likewise.
13117 * gdb.cp/bool.exp: Likewise.
13118 * gdb.cp/breakpoint.exp: Likewise.
13119 * gdb.cp/casts.exp: Likewise.
13120 * gdb.cp/class2.exp: Likewise.
13121 * gdb.cp/classes.exp: Likewise.
13122 * gdb.cp/cplusfuncs.exp: Likewise.
13123 * gdb.cp/ctti.exp: Likewise.
13124 * gdb.cp/derivation.exp: Likewise.
13125 * gdb.cp/exception.exp: Likewise.
13126 * gdb.cp/gdb1355.exp: Likewise.
13127 * gdb.cp/hang.exp: Likewise.
13128 * gdb.cp/inherit.exp: Likewise.
13129 * gdb.cp/local.exp: Likewise.
13130 * gdb.cp/m-data.exp: Likewise.
13131 * gdb.cp/m-static.exp: Likewise.
13132 * gdb.cp/member-ptr.exp: Likewise.
13133 * gdb.cp/method.exp: Likewise.
13134 * gdb.cp/misc.exp: Likewise.
13135 * gdb.cp/namespace.exp: Likewise.
13136 * gdb.cp/overload.exp: Likewise.
13137 * gdb.cp/ovldbreak.exp: Likewise.
13138 * gdb.cp/pr-1023.exp: Likewise.
13139 * gdb.cp/pr-1210.exp: Likewise.
13140 * gdb.cp/pr-574.exp: Likewise.
13141 * gdb.cp/printmethod.exp: Likewise.
13142 * gdb.cp/psmang.exp: Likewise.
13143 * gdb.cp/ref-params.exp: Likewise.
13144 * gdb.cp/ref-types.exp: Likewise.
13145 * gdb.cp/rtti.exp: Likewise.
13146 * gdb.cp/templates.exp: Likewise.
13147 * gdb.cp/try_catch.exp: Likewise.
13148 * gdb.cp/userdef.exp: Likewise.
13149 * gdb.cp/virtfunc.exp: Likewise.
13150 * gdb.disasm/am33.exp: Likewise.
13151 * gdb.disasm/h8300s.exp: Likewise.
13152 * gdb.disasm/mn10300.exp: Likewise.
13153 * gdb.disasm/sh3.exp: Likewise.
13154 * gdb.disasm/t01_mov.exp: Likewise.
13155 * gdb.disasm/t02_mova.exp: Likewise.
13156 * gdb.disasm/t03_add.exp: Likewise.
13157 * gdb.disasm/t04_sub.exp: Likewise.
13158 * gdb.disasm/t05_cmp.exp: Likewise.
13159 * gdb.disasm/t06_ari2.exp: Likewise.
13160 * gdb.disasm/t07_ari3.exp: Likewise.
13161 * gdb.disasm/t08_or.exp: Likewise.
13162 * gdb.disasm/t09_xor.exp: Likewise.
13163 * gdb.disasm/t10_and.exp: Likewise.
13164 * gdb.disasm/t11_logs.exp: Likewise.
13165 * gdb.disasm/t12_bit.exp: Likewise.
13166 * gdb.disasm/t13_otr.exp: Likewise.
13167 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
13168 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
13169 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13170 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
13171 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
13172 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13173 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13174 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13175 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
13176 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
13177 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13178 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13179 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13180 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13181 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13182 * gdb.mi/gdb701.exp: Likewise.
13183 * gdb.mi/gdb792.exp: Likewise.
13184 * gdb.mi/mi-basics.exp: Likewise.
13185 * gdb.mi/mi-break.exp: Likewise.
13186 * gdb.mi/mi-cli.exp: Likewise.
13187 * gdb.mi/mi-console.exp: Likewise.
13188 * gdb.mi/mi-disassemble.exp: Likewise.
13189 * gdb.mi/mi-eval.exp: Likewise.
13190 * gdb.mi/mi-file.exp: Likewise.
13191 * gdb.mi/mi-read-memory.exp: Likewise.
13192 * gdb.mi/mi-regs.exp: Likewise.
13193 * gdb.mi/mi-return.exp: Likewise.
13194 * gdb.mi/mi-simplerun.exp: Likewise.
13195 * gdb.mi/mi-stack.exp: Likewise.
13196 * gdb.mi/mi-stepi.exp: Likewise.
13197 * gdb.mi/mi-syn-frame.exp: Likewise.
13198 * gdb.mi/mi-until.exp: Likewise.
13199 * gdb.mi/mi-var-block.exp: Likewise.
13200 * gdb.mi/mi-var-child.exp: Likewise.
13201 * gdb.mi/mi-var-cmd.exp: Likewise.
13202 * gdb.mi/mi-var-display.exp: Likewise.
13203 * gdb.mi/mi-watch.exp: Likewise.
13204 * gdb.mi/mi2-basics.exp: Likewise.
13205 * gdb.mi/mi2-break.exp: Likewise.
13206 * gdb.mi/mi2-cli.exp: Likewise.
13207 * gdb.mi/mi2-console.exp: Likewise.
13208 * gdb.mi/mi2-disassemble.exp: Likewise.
13209 * gdb.mi/mi2-eval.exp: Likewise.
13210 * gdb.mi/mi2-file.exp: Likewise.
13211 * gdb.mi/mi2-read-memory.exp: Likewise.
13212 * gdb.mi/mi2-regs.exp: Likewise.
13213 * gdb.mi/mi2-return.exp: Likewise.
13214 * gdb.mi/mi2-simplerun.exp: Likewise.
13215 * gdb.mi/mi2-stack.exp: Likewise.
13216 * gdb.mi/mi2-stepi.exp: Likewise.
13217 * gdb.mi/mi2-syn-frame.exp: Likewise.
13218 * gdb.mi/mi2-until.exp: Likewise.
13219 * gdb.mi/mi2-var-block.exp: Likewise.
13220 * gdb.mi/mi2-var-child.exp: Likewise.
13221 * gdb.mi/mi2-var-cmd.exp: Likewise.
13222 * gdb.mi/mi2-var-display.exp: Likewise.
13223 * gdb.mi/mi2-watch.exp: Likewise.
13224 * gdb.stabs/exclfwd.exp: Likewise.
13225 * gdb.stabs/weird.exp: Likewise.
13226 * gdb.threads/gcore-thread.exp: Likewise.
13227 * gdb.trace/actions.exp: Likewise.
13228 * gdb.trace/backtrace.exp: Likewise.
13229 * gdb.trace/circ.exp: Likewise.
13230 * gdb.trace/collection.exp: Likewise.
13231 * gdb.trace/deltrace.exp: Likewise.
13232 * gdb.trace/infotrace.exp: Likewise.
13233 * gdb.trace/limits.exp: Likewise.
13234 * gdb.trace/packetlen.exp: Likewise.
13235 * gdb.trace/passc-dyn.exp: Likewise.
13236 * gdb.trace/passcount.exp: Likewise.
13237 * gdb.trace/report.exp: Likewise.
13238 * gdb.trace/save-trace.exp: Likewise.
13239 * gdb.trace/tfind.exp: Likewise.
13240 * gdb.trace/tracecmd.exp: Likewise.
13241 * gdb.trace/while-dyn.exp: Likewise.
13242 * gdb.trace/while-stepping.exp: Likewise.
13243
13244 2006-08-08 Joel Brobecker <brobecker@adacore.com>
13245
13246 * gdb.base/step-bt.c: New file.
13247 * gdb.base/step-bt.exp: New testcase.
13248
13249 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
13250
13251 * config/monitor.exp (gdb_load): Remove support for obsolete
13252 download-write-size.
13253 * gdb.base/remote.exp: Likewise. Update all callers of
13254 gdb_timed_load.
13255
13256 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
13257
13258 * cursal.exp: Pass binfile to gdb_load.
13259
13260 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
13261
13262 * gdb.base/cursal.exp: Add "" to gdb_load call.
13263
13264 2006-07-29 Mark Kettenis <kettenis@gnu.org>
13265
13266 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
13267 NetBSD/ELF targets.
13268
13269 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
13270
13271 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
13272 operator*.
13273
13274 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
13275
13276 * gdb.base/completion.exp: Update for change in "file" behavior.
13277 * gdb.stabs/weird.exp: Likewise.
13278 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
13279 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
13280
13281 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
13282
13283 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
13284 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
13285
13286 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
13287
13288 * gdb.base/default.exp: Update source command error message.
13289 * gdb.base/help.exp: Update 'help source' message.
13290
13291 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
13292
13293 * gdb.cp/bs15503.exp: Update comment for no longer crashing
13294 test.
13295
13296 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
13297
13298 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
13299
13300 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13301
13302 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
13303
13304 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
13305
13306 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
13307
13308 2006-07-17 Mark Kettenis <kettenis@gnu.org>
13309
13310 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
13311 *-*-openbsd* from targets for wich we expect ARM FPA floating
13312 point format.
13313
13314 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
13315
13316 * gdb.cp/annota3.exp: Expect frame-begin annotation.
13317
13318 2006-07-17 Mark Kettenis <kettenis@gnu.org>
13319
13320 * gdb.base/annota3.exp: Expect frame-begin annotation.
13321
13322 2006-07-14 Joel Brobecker <brobecker@adacore.com>
13323
13324 * gdb.base/help.exp: Adjust "help unset" test to accept
13325 any list of unset commands.
13326
13327 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
13328 Daniel Jacobowitz <dan@codesourcery.com>
13329
13330 * gdb.cp/ref-params.exp: New test.
13331 * gdb.cp/ref-params.cc: New source file.
13332 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13333
13334 2006-07-08 Mark Kettenis <kettenis@gnu.org>
13335
13336 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13337 spaces/tabs in regular expressions since they might not be there.
13338
13339 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
13340
13341 * gdb.base/ifelse.exp: New file.
13342
13343 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
13344
13345 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13346 line.
13347 * gdb.base/huge.exp: Loop over compilation to find a size that
13348 is acceptable.
13349 * gdb.base/remote.exp: Correct expected strings.
13350 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13351
13352 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13353
13354 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13355
13356 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13357
13358 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
13359 native.
13360
13361 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13362
13363 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13364 enable stabs testing.
13365
13366 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13367
13368 * gdb.base/auxv.exp: Intercept undefined command messages before
13369 gdb_test_multiple does.
13370
13371 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
13372
13373 * Makefile.in (host_alias): Remove.
13374 (target_alias): Use @target_noncanonical@.
13375 (site.exp): Don't set host_alias.
13376 * aclocal.m4: Remove contents. Include acx.m4.
13377 * configure: Regenerated.
13378 * configure.ac: Use ACX_NONCANONICAL_TARGET.
13379
13380 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
13381
13382 * lib/gdb.exp (gdb_load_cmd): New.
13383
13384 * gdb.base/fileio.c: Add system(NULL) test.
13385 * gdb.base/fileio.exp: Check it.
13386
13387 * gdb.base/break.c: Add 10a breakpoint at }
13388 * gdb.base/break.exp: Add test for breakpoint at }
13389 * gdb.cp/anon-union.cc: Add code at end of function.
13390 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13391 * gdb.mi/var-cmd.c: Add code at end of function.
13392 * gdb.mi/mi-var-display.exp: Adjust end of next.
13393 * gdb.mi/mi2-var-display.exp: Likewise.
13394 * gdb.base/fileio.c: Add stop function and insert calls at
13395 stopping places.
13396 * gdb.base/fileio.exp: Breakpoint stop function and remove
13397 explicit line number references.
13398
13399 2006-05-19 Joel Brobecker <brobecker@adacore.com>
13400
13401 * gdb.base/del.exp (test_delete_alias): New function.
13402 Now check that both "del" and "d" work as aliases for "delete".
13403
13404 2006-05-18 Fred Fish <fnf@specifix.com>
13405
13406 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13407 required. Check for spurious output after program exits normally.
13408
13409 2006-05-17 Fred Fish <fnf@specifix.com>
13410
13411 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13412 gdb_load, so it works in the simulator.
13413
13414 2006-05-11 Fred Fish <fnf@specifix.com>
13415
13416 * gdb.base/bang.exp: Ignore unexpected output between the
13417 "program exited normally" and the gdb prompt, as many other
13418 tests do.
13419
13420 2006-05-07 Mark Kettenis <kettenis@gnu.org>
13421
13422 * gdb.base/help.exp: Make "delete checkpoint" part option for
13423 "help d" and "help delete" tests.
13424
13425 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13426
13427 * gdb.mi/mi-basics.exp: Add missing serial number to
13428 expected output in some mi_gdb_test statements.
13429 * gdb.mi/mi2-basics.exp: Likewise.
13430
13431 2006-05-05 Joel Brobecker <brobecker@adacore.com>
13432
13433 * gdb.base/del.c: New file.
13434 * gdb.base/del.exp: New testcase.
13435
13436 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
13437
13438 * gdb.base/break.exp: Do not assume a breakpoint on
13439 main will actually be in $srcfile when optimizing.
13440 * gdb.base/savedregs.exp: Do not require that the dummy
13441 frame location match up to a symbol and source file location.
13442 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13443 will get printed without a mi_cmd_data_list_register_values prefix.
13444 (*-data-list-register-*): Correct regular expressions to expect the new
13445 pseudo d? floating point registers.
13446 * gdb.mi/mi2-regs.exp: Likewise.
13447
13448 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
13449
13450 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13451 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13452 is allocated by the compiler.
13453 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13454 anons, e, anone to force their allocation by the compiler.
13455
13456 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
13457
13458 * gdb.base/help.exp: Update expected text for help d and
13459 help delete.
13460
13461 2006-05-02 Mark Kettenis <kettenis@gnu.org>
13462
13463 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13464 NetBSD/ELF targets.
13465
13466 2006-04-30 Mark Kettenis <kettenis@gnu.org>
13467
13468 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13469 single-step breakpoint fails; make this a KFAIL on
13470 sparc*-*-openbsd*.
13471 * gdb.base/siginfo.exp: Likewise.
13472 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13473
13474 2006-04-26 Michael Snyder <msnyder@redhat.com>
13475
13476 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13477 which may have to consume output from other forks.
13478 Add tests to make sure that "delete fork" succeeded.
13479
13480 2006-04-20 Michael Snyder <msnyder@redhat.com>
13481
13482 * 2006-03-22 Jim Blandy <jimb@redhat.com>
13483 Add support for the Renesas M32C and M16C.
13484
13485 * gdb.asm/asm-source.exp: Add m32c target.
13486 * gdb.asm/m32c.inc: Support for m32c target.
13487
13488 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
13489
13490 * gdb.base/commands.exp (recursive_source_test): New test.
13491
13492 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
13493
13494 * gdb.base/float.exp: Add pattern for sparc targets.
13495
13496 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13497
13498 * gdb.base/commands.exp (stray_arg0_test): New test.
13499
13500 2006-03-30 Paul Brook <paul@codesourcery.com>
13501
13502 * gdb.mi/mi-until.exp: kfail broken until command.
13503 * gdb.mi/mi2-until.exp: Ditto.
13504
13505 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13506
13507 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13508
13509 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
13510
13511 * gdb.base/prelink.exp: Anchor tested-for regular expression
13512 on gdb prompt.
13513
13514 2006-03-07 Paul Brook <paul@codesourcery.com>
13515
13516 * gdb.base/assign.exp: Correct fail message.
13517
13518 2006-03-07 Paul Brook <paul@codesourcery.com>
13519
13520 * lib/compiler.c: Extract armcc version number.
13521 * lib/compiler.cc: Ditto.
13522
13523 2006-03-07 Paul Brook <paul@codesourcery.com>
13524
13525 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13526 additional_flags=-w.
13527 * gdb.arch/altivec-regs.exp: Ditto.
13528 * gdb.arch/e500-abi.exp: Ditto.
13529 * gdb.arch/e500-regs.exp: Ditto.
13530 * gdb.base/all-bin.exp: Ditto.
13531 * gdb.base/annota1.exp: Ditto.
13532 * gdb.base/annota3.exp: Ditto.
13533 * gdb.base/args.exp: Ditto.
13534 * gdb.base/arithmet.exp: Ditto.
13535 * gdb.base/assign.exp: Ditto.
13536 * gdb.base/async.exp: Ditto.
13537 * gdb.base/bang.exp: Ditto.
13538 * gdb.base/break.exp: Ditto.
13539 * gdb.base/call-rt-st.exp: Ditto.
13540 * gdb.base/completion.exp: Ditto.
13541 * gdb.base/cond-expr.exp: Ditto.
13542 * gdb.base/condbreak.exp: Ditto.
13543 * gdb.base/consecutive.exp: Ditto.
13544 * gdb.base/define.exp: Ditto.
13545 * gdb.base/display.exp: Ditto.
13546 * gdb.base/ena-dis-br.exp: Ditto.
13547 * gdb.base/environ.exp: Ditto.
13548 * gdb.base/eval-skip.exp: Ditto.
13549 * gdb.base/info-proc.exp: Ditto.
13550 * gdb.base/jump.exp: Ditto.
13551 * gdb.base/logical.exp: Ditto.
13552 * gdb.base/long_long.exp: Ditto.
13553 * gdb.base/maint.exp: Ditto.
13554 * gdb.base/miscexprs.exp: Ditto.
13555 * gdb.base/pc-fp.exp: Ditto.
13556 * gdb.base/pointers.exp: Ditto.
13557 * gdb.base/relational.exp: Ditto.
13558 * gdb.base/reread.exp: Ditto.
13559 * gdb.base/sect-cmd.exp: Ditto.
13560 * gdb.base/sep.exp: Ditto.
13561 * gdb.base/sepdebug.exp: Ditto.
13562 * gdb.base/until.exp: Ditto.
13563 * gdb.base/whatis-exp.exp: Ditto.
13564 * gdb.cp/annota2.exp: Ditto.
13565 * gdb.cp/annota3.exp: Ditto.
13566 * gdb.trace/actions.exp: Ditto.
13567 * gdb.trace/backtrace.exp: Ditto.
13568 * gdb.trace/circ.exp: Ditto.
13569 * gdb.trace/collection.exp: Ditto.
13570 * gdb.trace/deltrace.exp: Ditto.
13571 * gdb.trace/infotrace.exp: Ditto.
13572 * gdb.trace/limits.exp: Ditto.
13573 * gdb.trace/packetlen.exp: Ditto.
13574 * gdb.trace/passc-dyn.exp: Ditto.
13575 * gdb.trace/passcount.exp: Ditto.
13576 * gdb.trace/report.exp: Ditto.
13577 * gdb.trace/save-trace.exp: Ditto.
13578 * gdb.trace/tfind.exp: Ditto.
13579 * gdb.trace/tracecmd.exp: Ditto.
13580 * gdb.trace/while-dyn.exp: Ditto.
13581 * gdb.trace/while-stepping.exp: Ditto.
13582 * lib/gdb.exp: Ditto.
13583 (gdb_compile): Handle nowarning option.
13584
13585 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
13586
13587 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13588 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
13589 Rename executable to prelinkt. Don't re-prelink if we didn't
13590 get a core file. Test prelink -u exit status to tell whether
13591 prelinking failed. Use gdb_test_multiple.
13592
13593 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13594
13595 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13596 (do_tests): Call it.
13597
13598 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
13599
13600 * gdb.base/prelink.exp: New test.
13601 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13602
13603 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
13604
13605 * gdb.fortran/derived-type.f90: New file.
13606 * gdb.fortran/derived-type.exp: New testcase.
13607
13608 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
13609
13610 * gdb.base/default.exp: Allow ';' as a directory separator.
13611
13612 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13613
13614 * gdb.base/help.exp (help add-symbol-file): Update.
13615
13616 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13617
13618 * gdb.base/help.exp (help load): Update expected results.
13619
13620 2006-02-19 Fred Fish <fnf@specifix.com>
13621
13622 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13623 specifix hex value as part of results.
13624 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
13625
13626 2006-02-16 Fred Fish <fnf@specifix.com>
13627
13628 * gdb.base/whatis.c: Define variables using typedefs char_addr,
13629 ushort_addr, and slong_addr, so the typedefs are not optimized
13630 away.
13631 * gdb.base/whatis.exp: Add tests using type name for struct type,
13632 union type, enum type, and typedef.
13633
13634 2006-02-13 Mark Kettenis <kettenis@gnu.org>
13635
13636 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13637
13638 2006-02-13 Jim Blandy <jimb@redhat.com>
13639
13640 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13641 case where it takes two "next" commands to skip past the init
13642 call.
13643
13644 2006-02-12 Fred Fish <fnf@specifix.com>
13645
13646 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13647 to handle cases where it takes two "next" commands to skip
13648 past the init call.
13649
13650 2006-02-07 Joel Brobecker <brobecker@adacore.com>
13651
13652 * gdb.ada/array_return.exp: Mark the last test as expected to fail
13653 on hppa32 targets.
13654
13655 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
13656
13657 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13658 field.
13659
13660 2006-01-29 Mark Kettenis <kettenis@gnu.org>
13661
13662 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13663
13664 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13665
13666 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13667 files.
13668
13669 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13670
13671 * gdb.cp/maint.exp: Set complaints to a positive value.
13672
13673 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13674
13675 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
13676 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
13677 function name.
13678
13679 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13680
13681 * gdb.base/checkpoint.c: Update copyright notice. Include
13682 <stdlib.h>.
13683
13684 2006-01-04 Jim Blandy <jimb@redhat.com>
13685
13686 * gdb.asm/asm-source.exp: Independently provide default values for
13687 asm-flags and debug-flags. Use 'string equal' to do the
13688 comparison, not the implicit expr's '==' operator. Remove
13689 now-unneeded assignments to asm-flags. In h8300 case, place
13690 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13691
13692 2006-01-04 Michael Snyder <msnyder@redhat.com>
13693
13694 * gdb.base/checkpoint.c: New file.
13695 * gdb.base/checkpoint.exp: New file.
13696 * gdb.base/multi-fork.c: New file.
13697 * gdb.base/multi-fork.exp: New file.
13698 * gdb.base/pi.txt: New file (data for checkpoint.c test).
13699
13700 2006-01-04 Fred Fish <fnf@specifix.com>
13701
13702 * gdb.base/ptype.c (foo): Add typedef.
13703 (intfoo): Add function.
13704 * gdb.base/ptype1.c: New file.
13705 * gdb.base/ptype.exp: Handle compilation and linking with two
13706 source files. Test that proper type for "foo" is found based
13707 on source context rather than first match found in symtabs.
13708
13709 2005-12-28 Mark Kettenis <kettenis@gnu.org>
13710
13711 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13712 * gdb.asm/openbsd.inc: Indent commands.
13713
13714 2005-12-26 Mark Kettenis <kettenis@gnu.org>
13715
13716 * gdb.base/freebpcmd.exp: Increase timeout.
13717
13718 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13719
13720 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
13721
13722 * gdb.base/default.exp: Update check for "show version".
13723
13724 2005-12-09 Randolph Chung <tausq@debian.org>
13725
13726 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13727 * gdb.asm/pa64.inc: New file.
13728
13729 2005-12-09 Randolph Chung <tausq@debian.org>
13730
13731 * gdb.asm/common.inc: Indent commands.
13732 * gdb.asm/asmsrc1.s: Likewise.
13733 * gdb.asm/asmsrc2.s: Likewise.
13734
13735 2005-12-09 Randolph Chung <tausq@debian.org>
13736
13737 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13738 (get_addr_of_sym): Remove duplicate print.
13739 (gen_core): xfail hppa*-*-hpux*, update expected output.
13740 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13741 * gdb.arch/pa64-nullify.s: New file.
13742
13743 2005-12-09 Randolph Chung <tausq@debian.org>
13744
13745 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13746
13747 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
13748
13749 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13750 code generation for these functions.
13751 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13752 error message.
13753
13754 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
13755
13756 * gdb.base/help.exp (help b, help br, help bre, help brea)
13757 (help break): Update the expected message.
13758
13759 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
13760
13761 * gdb.asm/m68hc11.inc: Setup the data section.
13762 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13763 script for this test.
13764 (m6812-*-*): Likewise.
13765
13766 2005-11-09 Randolph Chung <tausq@debian.org>
13767
13768 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13769
13770 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
13771
13772 * gdb.base/break.exp: Fix a comment typo.
13773
13774 2005-11-03 Jim Blandy <jimb@redhat.com>
13775
13776 Checked in by Elena Zannoni <ezannoni@redhat.com>
13777
13778 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
13779
13780 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
13781
13782 * gdb.arch/gdb1558.c: Include stdio.h.
13783
13784 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13785
13786 * gdb.asm/asm-source.exp: Use -e instead of --entry.
13787
13788 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13789
13790 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13791
13792 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
13793
13794 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13795 vscr" tests to better match output.
13796
13797 2005-10-12 Jim Blandy <jimb@redhat.com>
13798
13799 * gdb.base/structs.exp (any): New function.
13800 (test_struct_returns): Don't make any assumptions at all about
13801 what value the function returns when GDB can't set the return
13802 value.
13803
13804 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13805
13806 * gdb.ada/arrayidx/p.adb: New file.
13807 * gdb.ada/arrayidx.exp: New testcase
13808
13809 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13810
13811 * gdb.ada/array_return/pck.ads: New file.
13812 * gdb.ada/array_return/pck.adb: New file.
13813 * gdb.ada/array_return/p.adb: New file.
13814 * gdb.ada/array_return.exp: New testcase.
13815
13816 2005-10-03 Joel Brobecker <brobecker@adacore.com>
13817
13818 * gdb.base/arrayidx.c: New file.
13819 * gdb.base/arrayidx.exp: New testcase.
13820
13821 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
13822
13823 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13824 frames-invalid and breakpoints-invalid are no longer generated
13825 with level 3 so don't expect them in the output.
13826
13827 2005-09-27 Bob Rossi <bob@brasko.net>
13828
13829 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
13830 from test. Escape the | in mi_gdb_test call.
13831 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13832 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13833 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13834 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13835 expected regex's in mi_gdb_test calls.
13836 * lib/mi-support.exp: Remove arbitrary .* from tests.
13837 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13838 Fully anchor GDB/MI expected results in mi_gdb_test.
13839 * lib/gdb.exp (string_to_regexp): Escape the ] character.
13840 * gdb.base/sizeof.exp: Remove escape character. Correct test.
13841
13842 2005-09-26 Paul Brook <paul@codesourcery.com>
13843
13844 * long_long.exp: Exclude eabi targets from arm FPA float format test.
13845
13846 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13847
13848 * bfp-test.c: New file.
13849 * bfp-test.exp: New testcase.
13850
13851 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13852
13853 * gdb.fortran/subarray.exp: New testcase to test the evaluation
13854 of subarray and substring variable.
13855 * gdb.fortran/subarray.f: New source file for the test of subarray
13856 and substring variable evaluation.
13857 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13858 of string constant.
13859
13860 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
13861
13862 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13863 copyright dates.
13864
13865 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
13866
13867 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13868 powerpc altivec' test with an almost identical 'info vector' test.
13869
13870 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13871
13872 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13873 vscr" tests to match output.
13874
13875 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13876
13877 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13878 output.
13879
13880 2005-09-11 Bob Rossi <bob@brasko.net>
13881
13882 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13883 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13884 commands that return an MI output command and an asyncronous MI output
13885 command.
13886 * gdb.mi/mi-console.exp: Ditto.
13887
13888 2005-09-11 Bob Rossi <bob@brasko.net>
13889
13890 * gdb.mi/mi-var-child.c: Include <string.h>.
13891
13892 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
13893
13894 * killed.exp: Correct gdb_expect syntax.
13895
13896 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
13897
13898 * lib/mi-support.exp (mi_gdb_load): Fix typo.
13899
13900 2005-08-02 Bob Rossi <bob@brasko.net>
13901
13902 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13903 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13904 Change tests to inferior-tty-set/show.
13905 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13906 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13907 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13908 inferior. Use mi_gdb_test to get GDB and Inferior output.
13909 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13910 descriptor.
13911 (mi_inferior_tty_name): Add inferior PTY file name.
13912 (mi_gdb_start): Add INFERIOR_PTY parameter.
13913 (mi_gdb_test): Add IPATTERN parameter.
13914
13915 2005-08-02 Bob Rossi <bob@brasko.net>
13916
13917 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13918 parameter to mi_gdb_test.
13919 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13920
13921 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13922
13923 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13924 struct_declarations.
13925 * gdb.mi/mi-var-child.exp: Step over the initialization of
13926 struct_declarations.
13927
13928 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13929
13930 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13931 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13932 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13933 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13934 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13935 file.
13936
13937 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
13938
13939 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13940 (do_children_tests): Assign values to the extra elements.
13941
13942 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13943 them for tests for "-var-update --no-values" and
13944 "-var-update --all-values".
13945 Add test for "-var-list-children --simple-values".
13946
13947 * gdb.mi/basics.c (callee4): Add integer array D[3]...
13948
13949 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13950 "-stack-list-locals --simple-values" Improve doc strings and
13951 comments.
13952
13953 2005-07-18 Mark Kettenis <kettenis@gnu.org>
13954
13955 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13956 *-*-openbsd*.
13957 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13958
13959 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13960 sigaltsatck'.
13961
13962 2005-07-14 Bob Rossi <bob@brasko.net>
13963
13964 * gdb.base/default.exp (tty): Changed output of command.
13965 * gdb.base/help.exp (help tty): Ditto.
13966
13967 2005-07-12 Mark Kettenis <kettenis@gnu.org>
13968
13969 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13970
13971 2005-07-10 Mark Kettenis <kettenis@gnu.org>
13972
13973 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13974 -stack-select-frame without arguments.
13975 (test_stack_frame_listing): Add test for newly implemented command
13976 -stack-info-frame.
13977
13978 2005-07-06 Bob Rossi <bob@brasko.net>
13979
13980 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13981 command.
13982 (Copyright): Update copyright.
13983
13984 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13985
13986 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13987 tests to evaluate exponentiation expression.
13988
13989 2005-06-29 Andreas Schwab <schwab@suse.de>
13990
13991 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13992 main to avoid warnings.
13993
13994 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13995
13996 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
13997
13998 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13999 -stack-select-frame without arguments.
14000 (test_stack_frame_listing): Add test for newly implemented command
14001 -stack-info-frame.
14002
14003 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
14004
14005 * gdb.fortran/array-element.f: New file.
14006 * gdb.fortran/array-element.exp: New testcase.
14007
14008 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
14009
14010 * gdb.base/bigcore.exp: Correct checks for systems which can
14011 not dump a large core file.
14012
14013 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
14014
14015 * gdb.base/relocate.c: Add a copyright notice.
14016 (dummy): Remove.
14017 * gdb.base/relocate.exp: Test printing the values of variables
14018 from a relocatable file.
14019
14020 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
14021
14022 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
14023 excess MI output after an error.
14024
14025 2005-05-29 Joel Brobecker <brobecker@adacore.com>
14026
14027 * gdb.arch/alpha-step.c: New file.
14028 * gdb.arch/alpha-step.exp: New testcase.
14029
14030 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
14031 Dennis Brueni <dennis@slickedit.com>
14032
14033 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
14034 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
14035 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
14036 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
14037 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14038 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
14039 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
14040
14041 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
14042 Wu Zhou <woodzltc@cn.ibm.com>
14043
14044 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
14045 IBM's xlc compiler.
14046 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
14047 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
14048
14049 2005-05-13 Jim Blandy <jimb@redhat.com>
14050
14051 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
14052 calling gdb_suppress_entire_file.
14053 * gdb.base/charset.exp: Same.
14054 * gdb.base/call-rt-st.exp: Same.
14055
14056 2005-05-05 Bob Rossi <bob_rossi@cox.net>
14057
14058 * lib/gdb.exp (fullname_syntax): Added global regex.
14059 (fullname_syntax_POSIX): Ditto.
14060 (fullname_syntax_UNC): Ditto.
14061 (fullname_syntax_DOS_CASE): Ditto.
14062 (fullname_syntax_DOS): Ditto.
14063 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
14064 fullname_syntax variable to scope and use it.
14065 (test_file_list_exec_source_files): Ditto.
14066 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
14067
14068 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
14069
14070 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
14071
14072 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
14073
14074 * lib/gdb.exp (skip_altivec_tests): New function, based on
14075 check_vmx_hw_available from the GCC testsuite.
14076 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
14077 * lib/gdb.arch/altivec-regs.exp: Likewise.
14078
14079 2005-05-02 Jim Blandy <jimb@redhat.com>
14080
14081 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
14082 calling gdb_suppress_entire_file.
14083
14084 2005-04-30 Randolph Chung <tausq@debian.org>
14085
14086 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
14087 Slightly relax "sem_post" name checking.
14088
14089 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
14090
14091 * gdb.base/unload.exp: Use new shared library infrastructure.
14092
14093 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
14094
14095 * gdb.base/so-impl-ld.exp: Use new shared library
14096 infrastructure.
14097
14098 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
14099
14100 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
14101 * gdb.asm/h8300.inc: New file.
14102
14103 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
14104
14105 * gdb.base/shlib-call.exp: Change to use new shared library
14106 infrastructure.
14107
14108 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
14109
14110 * gdb.base/pending.exp: Change to use new shared library
14111 infrastructure.
14112
14113 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
14114
14115 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
14116 use test_compiler_info instead of gcc_compiled, and update copyright.
14117
14118 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
14119
14120 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
14121 shared objects being adjusted and update copyright years.
14122
14123 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
14124
14125 * ChangeLog: Correct some 2003-01-13 dates.
14126 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
14127 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
14128 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
14129 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
14130 gdb.trace/tfind.exp: Update copyright years.
14131
14132 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
14133 Daniel Jacobowitz <dan@codesourcery.com>
14134
14135 * lib/gdb.exp (gdb_compile): Handle shlib=.
14136 (gdb_compile_shlib): New function.
14137
14138 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
14139
14140 * lib/gdb.exp (test_compiler_info): Give argument a default value.
14141
14142 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
14143
14144 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
14145 gdb.server.
14146 * configure.ac: Likewise.
14147 * configure: Regenerated.
14148 * gdb.gdbserver/Makefile.in: Moved to...
14149 * gdb.server/Makefile.in: ... here.
14150 * gdb.gdbserver/server.c: Moved to...
14151 * gdb.server/server.c: ... here.
14152 * gdb.gdbserver/server-run.exp: Moved to...
14153 * gdb.server/server-run.exp: ... here.
14154
14155 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
14156
14157 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
14158 * configure.ac: Create gdb.gdbserver/Makefile.
14159 * configure: Regenerated.
14160 * lib/gdbserver-support.exp: New file, derived from
14161 config/gdbserver.exp.
14162 * config/gdbserver.exp: Use gdbserver-support.exp.
14163 * gdb.gdbserver/Makefile.in: New file.
14164 * gdb.gdbserver/server.c: New file.
14165 * gdb.gdbserver/server-run.exp: New file.
14166
14167 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
14168
14169 * lib/gdb.exp (test_compiler_info): Return compiler_info
14170 if no arguments are given.
14171
14172 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
14173
14174 * gdb.arch/altivec-abi.exp: Check for compiler and set
14175 use altivec' flag accordingly.
14176 * gdb.arch/altivec-regs.exp: Likewise.
14177
14178 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
14179
14180 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
14181
14182 2005-03-27 Andreas Schwab <schwab@suse.de>
14183
14184 * gdb.base/bigcore.c (main): Add missing mode argument in open
14185 call.
14186
14187 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
14188
14189 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
14190 downloads.
14191 * config/gdbserver.exp (gdb_load): Likewise.
14192
14193 2005-03-14 Paul Brook <paul@codesourcery.com>
14194
14195 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
14196 targets.
14197
14198 2005-03-09 Joel Brobecker <brobecker@adacore.com>
14199
14200 * gdb.dwarf2/dup-psym.S: New file.
14201 * gdb.dwarf2/dup-psym.exp: New testcase.
14202
14203 2005-03-09 Joel Brobecker <brobecker@adacore.com>
14204
14205 * gdb.ada/exec_changed/first.adb: New file.
14206 * gdb.ada/exec_changed/second.adb: New file.
14207 * gdb.ada/exec_changed.exp: New testcase.
14208
14209 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
14210
14211 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
14212 (A2): New class.
14213 (main): Test operator+.
14214 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
14215 breakpoint test.
14216
14217 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
14218 * gdb.base/signull.exp: Disable if gdb,nosignals.
14219 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
14220 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
14221 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
14222 * gdb.mi/mi2-console.exp: Likewise.
14223 * gdb.trace/collection.exp (run_trace_experiment): Consume the
14224 continue output at start.
14225 (gdb_collect_locals_test): Robustify regexp.
14226 * gdb.trace/passc-dyn.exp: Fix comment typo.
14227 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
14228
14229 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
14230
14231 * gdb.asm/asm-source.exp: Add iq2000 case.
14232 * gdb.asm/iq2000.inc: New file.
14233
14234 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
14235
14236 * gdb.base/command.exp: Change hardcoded value to regular expression.
14237 * gdb.base/float.exp: Add powerpc to the list of targets checked.
14238
14239 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
14240
14241 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
14242 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
14243 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
14244 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
14245 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
14246
14247 2005-03-05 Mark Kettenis <kettenis@gnu.org>
14248
14249 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
14250 changes.
14251
14252 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
14253
14254 * lib/compiler.c: Add test for IBM's xlc compiler.
14255 * lib/compiler.cc: Likewise.
14256
14257 2004-02-24 Joel Brobecker <brobecker@adacore.com>
14258
14259 * gdb.ada/fixed_points.exp: Create compilation object directory
14260 before running the test.
14261 * gdb.ada/null_record.exp: Likewise.
14262 * gdb.ada/packed_array.exp: Likewise.
14263 * gdb.ada/start.exp: Likewise.
14264
14265 2005-02-15 Joel Brobecker <brobecker@adacore.com>
14266
14267 * gdb.ada/packed_array/pa.adb: New file.
14268 * gdb.ada/packed_array.exp: New testcase.
14269
14270 2005-02-10 Mark Kettenis <kettenis@gnu.org>
14271
14272 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
14273 files.
14274
14275 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
14276 on *-*-openbsd*. Correctly match whitespace in regukar
14277 expressions.
14278
14279 2005-02-10 Daniel Jacobowitz <dan@debian.org>
14280
14281 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
14282 PR exp/1821
14283 * gdb.base/gdb1821.c: New test file.
14284 * gdb.base/gdb1821.exp: New test file.
14285
14286 2005-02-09 Joel Brobecker <brobecker@adacore.com>
14287
14288 * gdb.base/start.c: New file.
14289 * gdb.base/start.exp: New testcase.
14290
14291 2005-02-09 Joel Brobecker <brobecker@adacore.com>
14292
14293 * gdb.ada/start/dummy.adb: New file.
14294 * gdb.ada/start.exp: New testcase.
14295
14296 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
14297
14298 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
14299 for printing symbols and statistics.
14300 Add test for using relative pathnames in "maint print msymbols" test.
14301 Mark "maint info sections DATA" XFAIL on Cygwin.
14302 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
14303 tests.
14304
14305 2005-02-09 Andreas Schwab <schwab@suse.de>
14306
14307 Committed by Andrew Cagney <cagney@gnu.org>
14308 * gdb.base/remotetimeout.exp: New file.
14309
14310 2005-02-07 Mark Kettenis <kettenis@gnu.org>
14311
14312 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
14313
14314 2005-02-03 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.ada/gnat_ada.gpr: New file.
14317 * gdb.ada/gnat_ada.gin: Delete, no longer used.
14318 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
14319 * configure.ac: No longer generate gnat_ada.gpr.
14320 * configure: Regenerate.
14321 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14322 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14323 * gdb.ada/null_record/bar.ads: Likewise.
14324 * gdb.ada/null_record/bar.adb: Likewise.
14325 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14326 * gdb.ada/null_record.exp (testdir): New variable.
14327 (testfile): executable is now in testdir subdirectory.
14328 (srcfile): Use full path to the main compilation unit.
14329 * gdb.ada/fixed_points.exp: Same changes as above.
14330
14331 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
14332
14333 * gdb.base/interp.exp: New test.
14334
14335 2005-01-24 Andrew Cagney <cagney@gnu.org>
14336
14337 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14338
14339 2005-01-19 Andrew Cagney <cagney@gnu.org>
14340
14341 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14342 configure.ac not configure.in.
14343
14344 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14345 of powerpc*-*-*.
14346 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
14347 * gdb.base/list.exp (test_list_function)
14348 (test_list_filename_and_function): Ditto.
14349 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14350
14351 2005-01-16 Andrew Cagney <cagney@gnu.org>
14352
14353 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14354
14355 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14356
14357 2005-01-14 Andrew Cagney <cagney@gnu.org>
14358
14359 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14360 * gdb.mi/mi2-var-cmd.exp: Ditto.
14361
14362 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
14363
14364 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14365
14366 2005-01-07 Andrew Cagney <cagney@gnu.org>
14367
14368 * configure.ac: Rename configure.in, require autoconf 2.59.
14369 * configure: Re-generate.
14370 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14371 * gdb.stabs/configure: Re-generate.
14372 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14373 * gdb.hp/configure: Re-generate.
14374 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14375 autoconf 2.59.
14376 * gdb.hp/gdb.objdbg/configure: Re-generate.
14377 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14378 autoconf 2.59.
14379 * gdb.hp/gdb.defects/configure: Re-generate.
14380 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14381 autoconf 2.59.
14382 * gdb.hp/gdb.compat/configure: Re-generate.
14383 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14384 autoconf 2.59.
14385 * gdb.hp/gdb.base-hp/configure: Re-generate.
14386 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14387 autoconf 2.59.
14388 * gdb.hp/gdb.aCC/configure: Re-generate.
14389
14390 2004-12-15 Jim Blandy <jimb@redhat.com>
14391
14392 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14393 under NPTL when there is debugging info available for libpthread.
14394
14395 2004-12-13 Jerome Guitton <guitton@gnat.com>
14396
14397 * gdb.ada/fixed_points.c: New file.
14398 * gdb.ada/fixed_points.exp: New file.
14399
14400 2004-12-03 Randolph Chung <tausq@debian.org>
14401
14402 * gdb.arch/pa-nullify.exp: New file.
14403 * gdb.arch/pa-nullify.s: New file.
14404
14405 2004-11-30 Randolph Chung <tausq@debian.org>
14406
14407 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14408 instead of "tbug". Fix regexp to work properly with gdb_test.
14409
14410 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
14411
14412 * gdb.base/bitfields2.exp: New test.
14413 * gdb.base/bitfields2.c: New file.
14414
14415 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
14416
14417 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14418
14419 2004-11-16 Randolph Chung <tausq@debian.org>
14420
14421 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14422
14423 2004-11-14 Daniel Jacobowitz <dan@debian.org>
14424
14425 * gdb.threads/threadapply.exp: Correct "macro details" test.
14426
14427 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
14428
14429 * gdb.threads/threadapply.exp: New test.
14430 * gdb.threads/threadapply.c: New file.
14431
14432 2004-11-07 Mark Kettenis <kettenis@gnu.org>
14433
14434 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14435 frames.
14436
14437 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
14438
14439 * gdb.base/cursal.exp: New file.
14440 * gdb.base/cursal.c: New file.
14441
14442 2004-11-03 Andrew Cagney <cagney@gnu.org>
14443
14444 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14445
14446 2004-10-30 Mark Kettenis <kettenis@gnu.org>
14447
14448 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14449 NetBSD/ELF targets.
14450
14451 2004-10-29 Joel Brobecker <brobecker@gnat.com>
14452
14453 * gdb.threads/bp_in_thread.c: New file, copied from
14454 pthread_cond_wait.c.
14455 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14456 file, rather than reusing the .c file from another testcase.
14457
14458 2004-10-20 Joel Brobecker <brobecker@gnat.com>
14459
14460 * gdb.ada/null_record.exp: Check where we stopped after
14461 sending the start command, instead of where the associated
14462 temporary breakpoint was inserted.
14463
14464 2004-10-14 Andrew Cagney <cagney@gnu.org>
14465
14466 * gdb.mi/gdb701.c (main): Return 0.
14467
14468 2004-10-13 Daniel Jacobowitz <dan@debian.org>
14469
14470 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
14471
14472 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
14473
14474 * gdb.threads/schedlock.c: Add comment markers to use to find
14475 line numbers.
14476 * gdb.threads/schedlock.exp: Adjust regex to handle the new
14477 comments.
14478 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14479 breakpoint lines.
14480
14481 2004-10-12 Daniel Jacobowitz <dan@debian.org>
14482
14483 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14484
14485 2004-10-12 Daniel Jacobowitz <dan@debian.org>
14486
14487 * configure.in: Add gdb.dwarf2.
14488 * configure: Regenerated.
14489 * Makefile.in: Add gdb.dwarf2.
14490 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14491 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14492 gdb.dwarf2/file1.txt: New files.
14493
14494 2004-10-11 Orjan Friberg <orjanf@axis.com>
14495
14496 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
14497 of "run", since the latter doesn't work with remote targets. Adjust
14498 the breakpoint numbering accordingly.
14499 * gdb.threads/pthread_cond_wait.exp: Ditto.
14500
14501 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
14502
14503 * gdb.base/overlays.exp: Update copyright years.
14504
14505 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
14506
14507 * gdb.base/overlays.exp: Disable if target is Linux.
14508
14509 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
14510
14511 * config/gdbserver.exp (gdb_load): Use right filename on remote.
14512
14513 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
14514
14515 * gdb.asm/asm-source.exp: Add m32r-linux target.
14516 * gdb.asm/m32r-linux.inc: New file.
14517
14518 2004-09-24 Andrew Cagney <cagney@redhat.com>
14519 David Anderson <anderson@redhat.com>
14520
14521 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14522 command fails, assume things will work.
14523 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14524 (_GNU_SOURCE): Define.
14525 (print_unsigned, print_hex): Change parameter to "long long".
14526 (print_byte_count): New function, use to print byte counts.
14527 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14528 O_LARGEFILE.
14529 (main): Compute an upper bound on a corefile in max_core_size.
14530 Limit memory chunk size to max_core_size. Limit total memory
14531 allocated to max_core_size.
14532
14533 2004-09-23 Andrew Cagney <cagney@gnu.org>
14534
14535 * gdb.base/bigcore.exp: Replace the code that creates a corefile
14536 from a separate process with code that creates a corefile by
14537 making the inferior dump core.
14538
14539 2004-09-23 Mark Kettenis <kettenis@gnu.org>
14540
14541 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14542 block.
14543
14544 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
14545
14546 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14547 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
14548 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14549 Likewise.
14550
14551 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
14552
14553 * gdb.java/jprint.exp: New test case for java inferior call.
14554 * gdb.java/jprint.java: Ditto.
14555
14556 2004-09-15 Joel Brobecker <brobecker@gnat.com>
14557
14558 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14559
14560 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14561
14562 * gdb.threads/killed.c: Include <stdlib.h>.
14563 * gdb.threads/pthreads.c: Likewise.
14564
14565 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14566
14567 * gdb.threads/killed.c: Add copyright notice.
14568
14569 2004-09-10 Jason Molenda (jmolenda@apple.com)
14570
14571 * gdb.base/define.exp: Two new tests to verify zero space chars
14572 after 'if' and 'while' commands in a user-defined command is correctly
14573 parsed.
14574
14575 2004-09-08 Andrew Cagney <cagney@gnu.org>
14576
14577 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
14578 delivery test with duplicate at end of file.
14579
14580 2004-09-06 Mark Kettenis <kettenis@jive.nl>
14581
14582 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14583
14584 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14585
14586 * config/hppro.exp: Removed.
14587
14588 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14589
14590 * config/sparclet.exp: Removed.
14591
14592 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14593
14594 * config/udi.exp: Removed.
14595
14596 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
14597
14598 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14599 of "exp_continue".
14600 (advancei): Likewise.
14601
14602 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14603
14604 * gdb.base/unload.exp: Fix so messages aren't duplicated.
14605
14606 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
14607
14608 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
14609 to check for nodebug in executable.
14610 * gdb.gdb/observer.exp (setup_test): Likewise.
14611 * gdb.gdb/selftest.exp (test_with_self): Likewise.
14612 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14613
14614 2004-09-01 Andrew Cagney <cagney@gnu.org>
14615
14616 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14617 files.
14618
14619 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14620
14621 * gdb.base/unload.exp: Fix expected warning message to match
14622 latest format.
14623
14624 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
14625
14626 * gdb.base/call-rt-st.exp: Fix typos.
14627
14628 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
14629
14630 * gdb.threads/thread_check.exp: New testcase.
14631 * gdb.threads/thread_check.c: New testcase.
14632
14633 2004-08-31 Andrew Cagney <cagney@gnu.org>
14634
14635 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14636 (skip_to_handler_entry): New procedures. Test stepping into a
14637 handler when the breakpoint is at the handler's entry point.
14638
14639 2004-08-30 Andrew Cagney <cagney@gnu.org>
14640
14641 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14642 gdb/1757.
14643
14644 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14645
14646 With code from Manoj Iyer <manjo@austin.ibm.com>:
14647 * lib/gdb.exp (gdb_file_cmd): Return more information in the
14648 return value. Add an arm for "no debugging symbols found".
14649 Change a stray "error" to "perror".
14650 (gdb_run_cmd): Adapt to new return value.
14651 * gdb.base/remote.exp: Adapt to new return value.
14652 * gdb.gdb/complaints.exp: Likewise.
14653 * gdb.gdb/observer.exp: Likewise.
14654 * gdb.gdb/selftest.exp: Likewise.
14655 * gdb.gdb/xfullpath.exp: Likewise.
14656
14657 2004-08-27 Joel Brobecker <brobecker@gnat.com>
14658
14659 * gdb.threads/bp_in_thread.exp: New testcase.
14660
14661 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14662
14663 Fix PR testsuite/1735.
14664 * gdb.threads/schedlock.c (thread_function): Add a cast
14665 to suppress a gcc warning.
14666 * gdb.threads/thread-specific.c (thread_function): Likewise.
14667
14668 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14669
14670 * gdb.base/unload.c: Include <stdlib.h>.
14671
14672 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14673
14674 From Paul Gilliam <pgilliam@us.ibm.com>:
14675 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14676 synchronized after the "return".
14677
14678 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14679
14680 * gdb.mi/basics.c: Include <stdio.h>.
14681 * gdb.mi/pthreads.c: Include <stdlib.h>.
14682 * gdb.mi/var-cmd.c: Include <stdlib.h>.
14683
14684 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14685
14686 * gdb.threads/schedlock.c: Add copyright notice.
14687
14688 2004-08-25 Andrew Cagney <cagney@gnu.org>
14689
14690 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14691 (skip_over_handler, breakpoint_over_hander): New test procedures.
14692 (advance, advancei): Add a proper prefix, do not use
14693 rerun_to_main.
14694 * gdb.base/sigstep.c (main): Change to use an infinite loop.
14695
14696 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
14697
14698 * gdb.mi/basics.c: Add copyright notice.
14699 * gdb.mi/var-cmd.c: Add copyright notice.
14700
14701 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14702
14703 * lib/gdb.exp: Remove signed_keyword_not_used.
14704 * lib/compiler.c: Likewise.
14705 * lib/compiler.cc: Likewise.
14706
14707 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14708
14709 * gdb.base/whatis.c: Remove conditional disabling of "signed".
14710 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14711
14712 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14713
14714 * gdb.base/whatis.c: Add copyright notice.
14715
14716 2004-08-20 Mark Kettenis <kettenis@gnu.org>
14717
14718 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
14719 it to skip the breakpoints encoded in the inline assembly.
14720
14721 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14722
14723 * Makefile.in: Add gdb.fortran.
14724
14725 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14726
14727 * gdb.base/call-sc.exp (test_scalar_returns):
14728 Fix cut-and-paste glitch in "Make fun return now".
14729
14730 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14731
14732 * configure.in: Add gdb.fortran.
14733 * configure: Regenerate.
14734 * gdb.fortran/Makefile.in: New file.
14735 * lib/gdb.exp (skip_fortran_tests): New procedure.
14736
14737 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14738
14739 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
14740 reference to bug-gnu@prep.ai.mit.edu.
14741 * gdb.mi/mi-var-child.exp: Likewise.
14742 * gdb.mi/mi-var-cmd.exp: Likewise.
14743 * gdb.mi/mi-var-display.exp: Likewise.
14744 * gdb.mi/mi2-var-block.exp: Likewise.
14745 * gdb.mi/mi2-var-child.exp: Likewise.
14746 * gdb.mi/mi2-var-cmd.exp: Likewise.
14747 * gdb.mi/mi2-var-display.exp: Likewise.
14748
14749 2004-08-15 Mark Kettenis <kettenis@gnu.org>
14750
14751 * gdb.base/unload.c (main): Make local variable msg const.
14752
14753 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14754
14755 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
14756 to bug-gnu@prep.ai.mit.edu.
14757 * gdb.mi/mi-disassemble.exp: Likewise.
14758 * gdb.mi/mi-eval.exp: Likewise.
14759 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
14760 default line number.
14761 * gdb.mi/mi-return.exp: Likewise.
14762 * gdb.mi/mi-simplerun.exp: Likewise.
14763 * gdb.mi/mi-stack.exp: Likewise.
14764 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
14765 number with explicit range test.
14766 * gdb.mi/mi-watch.exp: Likewise.
14767 * gdb.mi/mi2-break.exp: Likewise.
14768 * gdb.mi/mi2-cli.exp: Likewise.
14769 * gdb.mi/mi2-disassemble.exp: Likewise.
14770 * gdb.mi/mi2-eval.exp: Likewise.
14771 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
14772 default line number.
14773 * gdb.mi/mi2-return.exp: Likewise.
14774 * gdb.mi/mi2-simplerun.exp: Likewise.
14775 * gdb.mi/mi2-stack.exp: Likewise.
14776 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
14777 number with explicit range test.
14778 * gdb.mi/mi2-watch.exp: Likewise.
14779
14780 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14781
14782 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14783 * gdb.cp/m-static.exp: Likewise.
14784 * gdb.cp/rtti.exp: Likewise.
14785
14786 2004-08-14 Mark Kettenis <kettenis@gnu.org>
14787
14788 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14789
14790 2004-08-14 Eli Zaretskii <eliz@gnu.org>
14791
14792 * ChangeLog: Prefix Local Variables with semi-colons and indent
14793 the reference to older ChangeLog files, to fix fontification in
14794 Emacs.
14795
14796 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14797
14798 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14799 * gdb.mi/mi2-break.exp: Likewise.
14800
14801 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14802
14803 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14804
14805 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14806
14807 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14808
14809 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14810
14811 * gdb.cp/classes.exp: Remove unused declarations. Just let
14812 test names default instead of providing special names. Remove
14813 extraneous demangler test.
14814
14815 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
14816
14817 * gdb.base/unload.exp: New test for breakpoints in dynamically
14818 loaded libraries.
14819 * gdb.base/unload.c: Ditto.
14820 * gdb.base/unloadshr.c: Ditto.
14821
14822 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
14823
14824 * gdb.cp/classes.exp (test_ptype_class_objects): Call
14825 cp_test_ptype_class.
14826 (test_enums): Likewise.
14827
14828 2004-08-10 Andrew Cagney <cagney@gnu.org>
14829
14830 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14831 files.
14832
14833 2004-08-10 Andrew Cagney <cagney@gnu.org>
14834
14835 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14836 init_malloc call.
14837
14838 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
14839
14840 * ChangeLog: Add copyright notice. The notice is copied
14841 from emacs 21.3 top level ChangeLog.
14842
14843 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14844
14845 * lib/cp-support.exp: New file.
14846 * lib/cp-support.exp (cp_test_type_class): New function.
14847 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14848 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14849 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14850 cp_test_ptype_class.
14851
14852 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14853
14854 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14855 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14856 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14857 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14858 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14859 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14860 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14861 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14862 gdb.mi/mi2-watch.exp: Update copyright years.
14863
14864 2004-08-09 Mark Kettenis <kettenis@gnu.org>
14865
14866 * gdb.base/sigaltstack.exp: Provide proper anchoring.
14867
14868 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14869
14870 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14871 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14872 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14873 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14874 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14875 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14876 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14877 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14878 gdb.mi/mi-watch.exp: Update copyright years.
14879
14880 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14881
14882 PR gdb/1738
14883 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14884 from a breakpoint with a pending signal.
14885
14886 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14887
14888 PR gdb/1736
14889 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14890 * gdb.base/sigaltstack.exp (finish_test): Consume output until
14891 the prompt.
14892 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14893
14894 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14895
14896 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14897
14898 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14899
14900 PR gdb/1736
14901 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
14902 for i?86-*-linux*.
14903
14904 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14905
14906 * gdb.arch/i386-prologue.exp: Compile without debug information.
14907
14908 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
14909
14910 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14911 rather than asking gdb to search.
14912
14913 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14914
14915 * gdb.base/gcore.c: Include <string.h>.
14916
14917 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14918
14919 * gdb.base/gcore.c: Add copyright notice.
14920
14921 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14922
14923 * gdb.base/freebpcmd.c: Include <stdio.h>.
14924 * gdb.base/long_long.c: Include <string.h>.
14925 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14926 * gdb.base/siginfo.c: Include <string.h>.
14927 * gdb.base/sigstep.c: Include <string.h>.
14928
14929 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14930
14931 * gdb.base/complex.c: Include <stdlib.h>.
14932
14933 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14934
14935 * gdb.base/complex.c: Add copyright notice.
14936
14937 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14938
14939 * gdb.base/charset.c: Include <stdlib.h>.
14940
14941 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14942
14943 * gdb.base/auxv.c: Include <stdlib.h>.
14944
14945 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14946
14947 * gdb.base/auxv.c: Add copyright notice.
14948
14949 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14950
14951 * gdb.base/coremaker.c: Add copyright notice.
14952 * gdb.base/coremaker2.c: Add copyright notice.
14953
14954 2004-08-04 Andrew Cagney <cagney@gnu.org>
14955
14956 * gdb.base/store.exp: Update copyright.
14957 (check_set, up_set, check_struct, up_struct): Add a prefix to test
14958 names, do not import gdb_prompt.
14959
14960 2004-08-01 Andrew Cagney <cagney@gnu.org>
14961
14962 Fix PR testsuite/1729.
14963 * gdb.base/dump.exp: Add test name to callers of capture_value, do
14964 not use capture_value with value 4.
14965 (capture_value): Add optional test name parameter.
14966 (test_reload_saved_value, test_restore_saved_value): Use $msg as
14967 the prefix, pass to capture_value.
14968
14969 2004-08-01 Mark Kettenis <kettenis@gnu.org>
14970
14971 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14972 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14973 (main): Call new function.
14974
14975 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14976
14977 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14978
14979 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14980
14981 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14982
14983 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14984
14985 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
14986 Accept more values of vtbl pointer. Remove some messages
14987 about "obsolete gcc or gdb".
14988
14989 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14990
14991 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14992
14993 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14994
14995 * gdb.base/asm-source.exp: Properly convert target board
14996 debug flags from gcc format to binutils format.
14997
14998 2004-07-28 Mark Kettenis <kettenis@gnu.org>
14999
15000 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
15001 gdb1718". PR backtrace/1718 partially fixed.
15002
15003 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
15004
15005 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
15006
15007 2004-07-26 Nick Clifton <nickc@redhat.com>
15008
15009 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
15010 good default value for a specific architecture is available then
15011 set it to that value. Otherwise default to the -gstabs switch.
15012 Remove the -g... switches from the asm-flags variable. Allow the
15013 target board info to override the value if it wants to. Pass the
15014 switch on the assembler command line.
15015
15016 2004-07-23 Mark Kettenis <kettenis@gnu.org>
15017
15018 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
15019 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
15020 (main): Call new function.
15021
15022 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
15023
15024 Test for PR exp/1715.
15025 * gdb.base/radix.exp: Refactor common procedures. Make all
15026 test names unique. Change XFAIL to KFAIL.
15027
15028 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
15029
15030 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
15031 * gdb.ada/gnat_ada.gin: ... to here.
15032 * configure.in: Use gnat_ada.gin.
15033 * configure: Regenerate.
15034
15035 2004-07-20 Andrew Cagney <cagney@gnu.org>
15036
15037 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
15038 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
15039 XFAILs. Clean up test messages and comments. Check backtraces.
15040 Delete re-sync code.
15041
15042 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
15043
15044 Fix PR cli/740.
15045 * gdb.base/annota1.exp: Honor gdb,nosignals.
15046 * gdb.base/annota3.exp: Likewise.
15047
15048 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
15049
15050 * lib/java.exp: Update copyright notice.
15051
15052 2004-07-19 Andrew Cagney <cagney@gnu.org>
15053
15054 * gdb.base/selftest.exp: Copy file from here ...
15055 * gdb.gdb/selftest.exp: ... to here.
15056
15057 2004-07-16 Andrew Cagney <cagney@redhat.com>
15058
15059 * lib/insight-support.exp: Delete file.
15060 * lib/java.exp (java_init): Fix copyright.
15061
15062 2004-07-16 Andrew Cagney <cagney@gnu.org>
15063
15064 * gdb.base/restore.c: Append "prologue" to comments marking the a
15065 function's prologue.
15066 * gdb.base/restore.exp: Update copyright, re-indent.
15067 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
15068 callerN" prefix where needed. Update patterns that match a
15069 function's prologue.
15070
15071 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
15072
15073 * gdb.base/restore.c: Add copyright notice.
15074
15075 2004-07-16 Andrew Cagney <cagney@gnu.org>
15076
15077 * gdb.base/logical.exp: Update copyright.
15078 (evaluate): New procedure. Use to re-implement tests using
15079 several tables.
15080
15081 2004-07-14 Martin Hunt <hunt@redhat.com>
15082
15083 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
15084 which fixes some problems where init.tcl was not found.
15085
15086 2004-07-13 Andrew Cagney <cagney@gnu.org>
15087
15088 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
15089 (check_sizeof, check_valueof): Do not include the output in the
15090 test name. Use gdb_test.
15091 (get_valueof): Use gdb_test_multiple.
15092
15093 * gdb.base/step-test.exp: Update copyright. Use
15094 gdb_test_multiple. Ensure that test names do not include
15095 architecture dependent output.
15096
15097 * gdb.gdb/observer.exp: Update copyright.
15098 (setup_test): Use gdb_test_multiple.
15099 (attach_first_observer, attach_second_observer)
15100 (attach_third_observer, detach_first_observer)
15101 (detach_second_observer, detach_third_observer)
15102 (reset_counters, check_counters): Make $message a prefix.
15103 (test_normal_stop_notifications): Add "args" parameter - a list of
15104 init functions to be called. Make $message a prefix,
15105 (test_observer_normal_stop): Change the message prefixes so that
15106 they are unique, pass the attach / detach procedures to
15107 test_normal_stop_notifications.
15108
15109 * gdb.base/signull.exp (test_segv): Prefix all tests with
15110 "${name}". Clean up test messages.
15111
15112 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
15113
15114 * gdb.base/ena-dis-br.exp: Update copyright.
15115 (break_at): New function. Replace send_gdb with gdb_test,
15116 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
15117 ignore count, not stopped at bpt", with KFAIL.
15118
15119 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
15120
15121 * gdb.base/attach.exp: Remove cleanupfile handling.
15122
15123 2004-07-12 Andrew Cagney <cagney@gnu.org>
15124
15125 * gdb.base/annota1.exp: Cleanup corefile test name.
15126 * gdb.base/annota3.exp: Ditto.
15127
15128 2004-07-12 Andrew Cagney <cagney@gnu.org>
15129
15130 * gdb.base/signals.exp: Clean up copyright, re-indent.
15131
15132 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
15133 gdb_test and gdb_test_multiple.
15134
15135 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
15136
15137 * gdb.java/jmain.exp: Fix expected line number for main to
15138 break at. Set XFAIL for break at main test since gcj does not
15139 provide line number info for first statement in main.
15140
15141 2004-07-08 Andrew Cagney <cagney@gnu.org>
15142
15143 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
15144
15145 * gdb.base/sigbpt.exp: Make the common part of each test name a
15146 prefix instead of suffix.
15147
15148 2004-07-07 Bob Rossi <bob_rossi@cox.net>
15149
15150 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
15151 test from test_tbreak_creation_and_listing to
15152 test_file_list_exec_source_file
15153 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
15154 Changed name of test from test_tbreak_creation_and_listing to
15155 test_file_list_exec_source_file
15156
15157 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
15158
15159 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
15160 the jmisc() constructor instead of <init>.
15161 * gdb.java/jmisc1.exp: Ditto.
15162
15163 2004-07-07 Andrew Cagney <cagney@gnu.org>
15164
15165 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
15166 corrupting the PC.
15167
15168 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
15169
15170 * gdb.cp/templates.exp: Accept whitespace change in demangler
15171 output.
15172
15173 2004-07-06 Andrew Cagney <cagney@gnu.org>
15174
15175 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
15176
15177 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
15178
15179 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
15180 * lib/compiler.cc: Likewise.
15181
15182 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
15183
15184 * lib/compiler.cc: Work around string preprocessing problem
15185 with old hp c++ compiler.
15186 * lib/compiler.c: Likewise.
15187
15188 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
15189
15190 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
15191 directives to conditionalize symbol prefixing.
15192 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
15193 additional_flags handling. Add underscore prefix for Cygwin.
15194 * gdb.arch/i386-unwind.c: Use preprocessor directives to
15195 conditionalize symbol prefixing.
15196 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
15197 additional_flags handling. Add underscore prefix for Cygwin.
15198
15199 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
15200
15201 * gdb.base/bigcore.exp: Skip test on Cygwin.
15202
15203 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
15204
15205 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
15206 formats for "info register". Use gdb_test_multiple. Fix
15207 the "invalid register" test.
15208
15209 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
15210
15211 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
15212 PID for Cygwin. Add Cygwin specific strings to check for in some
15213 tests.
15214 (do_attach_tests): Add a test for user interaction when attaching
15215 to a process with no matching symbol table already loaded.
15216
15217 2004-06-26 Andrew Cagney <cagney@gnu.org>
15218
15219 Test PR java/1567 and PR java/1565.
15220 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
15221 * gdb.java/jmisc2.exp: Delete file.
15222
15223 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
15224
15225 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
15226
15227 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
15228
15229 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
15230 attach process.
15231
15232 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
15233
15234 * gdb.cp/pr-1553.exp: Remove.
15235
15236 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
15237
15238 * gdb.cp/pr-1553.cc: Remove.
15239 * gdb.cp/pr-1553.exp: Disable this test.
15240
15241 2004-06-20 Jim Blandy <jimb@redhat.com>
15242
15243 Fix PR testsuite/1680.
15244 * gdb.arch/i386-sse.exp: Properly quote curly braces in
15245 regular expressions.
15246
15247 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
15248
15249 Fix PR testsuite/1679.
15250 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
15251 Issue an UNSUPPORTED result instead.
15252
15253 2004-06-18 Jim Blandy <jimb@redhat.com>
15254
15255 * gdb.base/charset.exp: Only send a control-C if we see a new
15256 prompt and incomplete command.
15257
15258 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
15259
15260 * gdb.cp/pr-574.cc: Add copyright notice.
15261
15262 2004-06-17 Jim Blandy <jimb@redhat.com>
15263
15264 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
15265 cases where the regexp has no groups; this grabs random text from
15266 the previous test suite, whatever that was.
15267
15268 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
15269
15270 * gdb.cp/printmethod.cc: Add copyright notice.
15271
15272 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
15273
15274 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
15275
15276 2004-06-16 Andrew Cagney <cagney@gnu.org>
15277
15278 * gdb.base/signull.c: Update copyright. Include <string.h>.
15279 (bowler): Replace data_pointer with data_read
15280 and data_write cases. Add code_descriptor case.
15281 (zero, desc): New array and pointer.
15282 (data, code): Change to simple pointers.
15283 * gdb.base/signull.exp: Fix probe pattern matching a function
15284 descriptor SIGSEGV. Replace data_pointer with data_read and
15285 data_write tests.
15286
15287 2004-06-16 Andrew Cagney <cagney@gnu.org>
15288
15289 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
15290
15291 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15292
15293 * gdb.base/long_long.c: Add copyright notice.
15294
15295 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
15296
15297 * gdb.base/long_long.exp: Remove reference to
15298 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
15299 to gdb_breakpoint and gdb_continue_to_breakpoint.
15300
15301 2004-06-14 Jim Blandy <jimb@redhat.com>
15302
15303 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
15304 endian case.
15305
15306 2004-06-14 Andrew Cagney <cagney@gnu.org>
15307
15308 * gdb.base/gcore.exp (capture_command_output): Delete the always
15309 passing tests containing inferior values.
15310 * gdb.base/ending-run.exp: Do not include the breakpoint address
15311 in the test message. Update copyright.
15312 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
15313 size in the test name, use gdb_test_multiple. Update copyright.
15314
15315 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15316
15317 * gdb.cp/ref-types.cc: Add copyright notice.
15318
15319 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
15320
15321 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15322 hp_aCC_compiler.
15323 * lib/compiler.cc: Likewise.
15324 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15325 'set' commands. Log diagnostics for other lines. Set
15326 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15327
15328 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
15329
15330 * gdb.cp/try_catch.cc: Add copyright notice.
15331
15332 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
15333
15334 * gdb.cp/userdef.cc: Add copyright notice.
15335
15336 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
15337
15338 * gdb.cp/virtfunc.cc: Add copyright notice.
15339
15340 2004-06-11 Randolph Chung <tausq@debian.org>
15341
15342 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15343 problem.
15344
15345 2004-06-10 Andrew Cagney <cagney@gnu.org>
15346
15347 * lib/compiler.cc, lib/compiler.c: Append either
15348 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15349 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15350 instead of gcc-3-3.
15351
15352 2004-06-09 Andrew Cagney <cagney@gnu.org>
15353
15354 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15355 gdb/1455, bug is specific to "long long" and "double".
15356
15357 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15358 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15359 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
15360 fixed.
15361
15362 2004-06-09 Andrew Cagney <cagney@gnu.org>
15363
15364 * gdb.base/structs.exp (test_struct_returns): Replace
15365 "return_value_unknown" and "finish_value_unknown" by
15366 "return_value_known" and "finish_value_known". Instead of
15367 "return_value_unknown" iff "finish_value_unknown", check
15368 "return_value_known" implies "finish_value_known".
15369
15370 2004-06-08 Martin Hunt <hunt@redhat.com>
15371
15372 * gdb.base/float.exp: Add pattern for mips targets.
15373
15374 2004-06-08 Randolph Chung <tausq@debian.org>
15375
15376 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15377 message for unknown architectures more clear.
15378
15379 2004-06-08 Joel Brobecker <brobecker@gnat.com>
15380
15381 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15382 start the execution of the program.
15383
15384 2004-06-07 Jim Blandy <jimb@redhat.com>
15385
15386 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15387 * gdb.arch/i386-cpuid.h: New helper file.
15388
15389 2004-06-07 Randolph Chung <tausq@debian.org>
15390
15391 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15392 has started.
15393
15394 2004-06-04 Roland McGrath <roland@redhat.com>
15395
15396 Fix PR gdb/1647.
15397 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15398 differently to be robust to output buffering differences.
15399
15400 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
15401
15402 * gdb.threads/pthreads.exp: Update copyright years.
15403 (check_control_c): Change asynchronous 'after' to synchronous.
15404
15405 2004-06-04 Roland McGrath <roland@redhat.com>
15406
15407 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15408 next gdb prompt.
15409
15410 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
15411
15412 Fix PR gdb/1636.
15413 * gdb.threads/manythreads.exp: Change asynchronous 'after'
15414 calls to synchronous.
15415
15416 2004-05-26 Jim Blandy <jimb@redhat.com>
15417
15418 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15419
15420 2004-05-24 Randolph Chung <tausq@debian.org>
15421
15422 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15423 * gdb.asm/pa.inc: New file.
15424
15425 2004-05-22 Mark Kettenis <kettenis@gnu.org>
15426
15427 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15428
15429 2004-05-21 Joel Brobecker <brobecker@gnat.com>
15430 Daniel Jacobowitz <drow@mvista.com>
15431
15432 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15433 GDB prompt.
15434
15435 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15436
15437 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
15438 setjmp/longjmp. Use sigaction instead of signal.
15439
15440 2004-05-19 J. Brobecker <brobecker@gnat.com>
15441 Michael Snyder <msnyder@redhat.com>
15442
15443 * gdb.threads/pthread_cond_wait.c: New file.
15444 * gdb.threads/pthread_cond_wait.exp: New testcase.
15445
15446 2004-05-13 Andrew Cagney <cagney@redhat.com>
15447
15448 * gdb.base/signull.exp, gdb.base/signull.c: New files.
15449 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15450
15451 2004-05-11 Andrew Cagney <cagney@redhat.com>
15452
15453 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
15454 fixed but revealed gdb/1639.
15455
15456 2004-05-10 Andrew Cagney <cagney@redhat.com>
15457
15458 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15459 func1" and "next to 2nd alarm", kernel bug avoided.
15460
15461 2004-05-10 Daniel Jacobowitz <dan@debian.org>
15462
15463 PR external/1568
15464 * gdb.base/bigcore.exp: Check the size of the dumped core file.
15465 XFAIL if it is smaller than bytes_allocated.
15466 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15467 (main): Make chunks_allocated unsigned. Correct comment.
15468
15469 2004-05-07 Joel Brobecker <brobecker@gnat.com>
15470
15471 * gdb.arch/powerpc-aix-prologue.c: New file.
15472 * gdb.arch/powerpc-aix-prologue.exp: New file.
15473
15474 2004-05-07 Jim Blandy <jimb@redhat.com>
15475
15476 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15477 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15478
15479 2004-05-06 Joel Brobecker <brobecker@gnat.com>
15480
15481 * gdb.base/sep.exp: No longer setup_kfail when the program was
15482 built with dwarf2.
15483
15484 2004-05-05 Jim Ingham <jingham@apple.com>
15485
15486 * gdb.base/pending.exp: Make sure pending breakpoints
15487 preserve the ignore count.
15488
15489 2004-04-27 Jerome Guitton <guitton@gnat.com>
15490
15491 * i386-prologue.exp: Add testcase for jump instruction as first
15492 instruction of the real code.
15493 * i386-prologue.c (jump_at_beginning): New function.
15494
15495 2004-04-28 Mark Kettenis <kettenis@gnu.org>
15496
15497 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15498 x86_64-*-*.
15499
15500 2004-04-28 Mark Kettenis <kettenis@gnu.org>
15501
15502 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15503 i*86-*-*.
15504
15505 2004-04-25 Mark Kettenis <kettenis@gnu.org>
15506
15507 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15508 expression that checks the return type.
15509
15510 2004-04-23 Andrew Cagney <cagney@redhat.com>
15511
15512 * gdb.base/call-sc.exp: New test of scalar call/return values.
15513 * gdb.base/call-sc.c: Ditto.
15514
15515 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15516
15517 * gdb.threads/manythreads.c: Reduce thread stack size.
15518
15519 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
15520
15521 * gdb.threads/manythreads.c: Add copyright notice.
15522
15523 2004-04-23 Andrew Cagney <cagney@redhat.com>
15524
15525 * gdb.base/siginfo.exp: Better handle step out of signal.
15526 * gdb.base/sigstep.exp: Ditto.
15527
15528 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
15529 Daniel Jacobowitz <drow@mvista.com>
15530
15531 * gdb.threads/manythreads.c: New testcase.
15532 * gdb.threads/manythreads.exp: Ditto.
15533
15534 2004-04-22 Jim Blandy <jimb@redhat.com>
15535
15536 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15537 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15538
15539 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
15540
15541 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15542
15543 2004-04-21 Andrew Cagney <cagney@redhat.com>
15544
15545 * gdb.base/sigstep.c: New file.
15546 * gdb.base/sigstep.exp: New file.
15547
15548 2004-04-16 Joel Brobecker <brobecker@gnat.com>
15549
15550 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15551 call to observer_notify_normal_stop.
15552
15553 2004-04-15 Andrew Cagney <cagney@redhat.com>
15554
15555 * gdb.base/siginfo.c: New file.
15556 * gdb.base/siginfo.exp: New file.
15557
15558 2004-04-12 J. Brobecker <brobecker@gnat.com>
15559
15560 * gdb.base/sep.exp: Fix typo in comment.
15561
15562 2004-04-12 J. Brobecker <brobecker@gnat.com>
15563
15564 * gdb.base/sep.c: New file.
15565 * gdb.base/sep-proc.c: New file.
15566 * gdb.base/sep.exp: New testcase.
15567
15568 2004-04-09 Mark Kettenis <kettenis@gnu.org>
15569
15570 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15571 support.
15572
15573 2004-04-05 Andrew Cagney <cagney@redhat.com>
15574
15575 * gdb.base/sigaltstack.c: New file.
15576 * gdb.base/sigaltstack.exp: New file.
15577
15578 2004-04-04 Joel Brobecker <brobecker@gnat.com>
15579
15580 * gdb.base/foll-fork.exp: Update the expected output for
15581 "help set follow-fork-mode", to match a change that was made
15582 to the help of this variable on 2004-01-13.
15583
15584 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15585
15586 * lib/ada.exp: Add copyright notice.
15587 * bar.ads: Likewise.
15588 * bar.adb: Likewise.
15589 * null_record.adb: Likewise.
15590 * null_record.exp: Likewise.
15591 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15592
15593 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15594
15595 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15596 * configure: Regenerate.
15597
15598 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15599
15600 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15601 to build the application. Remove the message printed when in
15602 verbose mode, redundant with the UNSUPPORTED message above.
15603
15604 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15605
15606 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15607 * gdb.ada (null_record.exp): New testcase.
15608
15609 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15610
15611 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15612
15613 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15614
15615 * gdb.ada: New subdirectory.
15616 * gdb.ada/Makefile.in: New file.
15617 * gdb.ada/gnat_ada.gpr.in: New file.
15618
15619 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15620
15621 * lib/ada.exp: New file.
15622
15623 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
15624
15625 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15626 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15627
15628 2004-03-22 Andrew Cagney <cagney@redhat.com>
15629
15630 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15631 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15632 Problem identified by Ulrich Weigand.
15633
15634 2004-03-17 David Carlton <carlton@kealia.com>
15635
15636 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15637 PR c++/826.
15638
15639 2004-03-16 Roland McGrath <roland@redhat.com>
15640
15641 * gdb.base/auxv.exp: New file.
15642 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15643
15644 2004-03-12 David Carlton <carlton@kealia.com>
15645
15646 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
15647 * gdb.cp/pr-1553.cc: Ditto.
15648 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15649 pass branch.
15650
15651 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
15652
15653 * gdb.cp/templates.exp: Accept more template types.
15654
15655 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15656
15657 From Corinna Vinschen with modifications.
15658 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15659 local variable obj_with_enum.
15660 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15661 results with obj_with_enum.
15662
15663 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15664
15665 * gdb.cp/classes.cc: New file, copied from misc.cc.
15666 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15667
15668 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15669
15670 * gdb.cp/misc.cc: Add copyright notice.
15671
15672 2004-03-05 David Carlton <carlton@kealia.com>
15673
15674 * gdb.cp/rtti.exp: Add 'print *obj3' test.
15675 * gdb.cp/rtti.h: Update copyright.
15676 (namespace n2::n3): New.
15677 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15678 (n2::n3::func3): New.
15679 (main): Call n2::n3::func3.
15680 * gdb.cp/rtti2.cc: Update copyright.
15681 (n2::create3): New.
15682
15683 2004-03-04 Mark Kettenis <kettenis@gnu.org>
15684
15685 * gdb.asm/openbsd.inc: Fix typo.
15686
15687 2004-03-03 Fred Fish <fnf@redhat.com>
15688
15689 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15690 "val" instead of unused "size". Update copyright year.
15691
15692 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15693
15694 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
15695 to use unsigned char.
15696 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15697 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15698
15699 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15700
15701 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15702 line of output.
15703
15704 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15705
15706 * gdb.base/relocate.c (dummy): Initialize.
15707
15708 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15709
15710 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
15711 a breakpoint at exit.
15712
15713 2004-02-27 Fred Fish <fnf@redhat.com>
15714
15715 * gdb.base/chng-syms.exp: Add expect condition to match failing
15716 case that isn't a timeout.
15717
15718 2004-02-27 Andrew Cagney <cagney@redhat.com>
15719
15720 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15721 support.
15722
15723 2004-02-26 Fred Fish <fnf@redhat.com>
15724
15725 * gdb.arch/gdb1431.c: Remove.
15726 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15727 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15728 of "until" incorrectly.
15729
15730 2004-02-26 J. Brobecker <brobecker@gnat.com>
15731
15732 * gdb.cp/class2.cc (empty): New class.
15733 (refer): New function.
15734 (main): Declare an object of type empty and use it.
15735 * gdb.cp/class2.exp: Print the value of an object of type empty.
15736
15737 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
15738
15739 * gdb.base/langs.exp: Update query string to match the
15740 new nquery format used for pending breakpoints.
15741
15742 2004-02-26 Andrew Cagney <cagney@redhat.com>
15743
15744 Fix PR i18n/1570.
15745 * gdb.base/charset.c: Update copyright notice.
15746 (main, init_string): Remove the escape character '\e' tests.
15747 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15748 * gdb.base/charset.exp (valid_host_charset): Ditto.
15749 * gdb.base/setvar.exp: Ditto.
15750
15751 2004-02-24 Andrew Cagney <cagney@redhat.com>
15752
15753 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15754 mmapped data in core file" PASS and FAIL messages consistent.
15755
15756 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15757 setting a breakpoint. Work around PR java/1565.
15758
15759 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
15760
15761 * lib/gdb.exp (gdb_breakpoint): Update query string to match
15762 new nquery format.
15763 * gdb.base/pending.exp: Ditto.
15764
15765 2004-02-22 Mark Kettenis <kettenis@gnu.org>
15766
15767 * configure.in: Run stabs tests on *BSD.
15768 * configure: Regenerated.
15769
15770 2004-02-21 Mark Kettenis <kettenis@gnu.org>
15771
15772 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15773
15774 2004-02-20 Fred Fish <fnf@redhat.com>
15775
15776 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15777 blank in test for "returns short", for consistency with other
15778 "returns xxx" tests. Update copyright year.
15779
15780 2004-02-19 Fred Fish <fnf@redhat.com>
15781
15782 New testcase for PR breakpoint/1558.
15783 * gdb.arch/gdb1558.exp: New file.
15784 * gdb.arch/gdb1558.c: New file.
15785
15786 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
15787
15788 * gdb.base/nodebug.exp: Fix typo.
15789
15790 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15791
15792 Committed by Jim Blandy <jimb@redhat.com>.
15793
15794 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15795
15796 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15797
15798 * gdb.base/float.exp: Support s390*-*-* targets.
15799
15800 2004-02-17 Adam Fedor <fedor@gnu.org>
15801
15802 * gdb.base/gdb1555.exp: New file.
15803 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15804
15805 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
15806
15807 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15808
15809 2004-02-16 Fred Fish <fnf@redhat.com>
15810
15811 * gdb.arch/gdb1291.c: Remove
15812 * gdb.arch/gdb1291.s: New test input file.
15813 * gdb.arch/gdb1291.exp: Expand test to check case that should not
15814 fail. Test for correct result, known incorrect result, other
15815 failures and timeouts.
15816
15817 2004-02-16 Andrew Cagney <cagney@redhat.com>
15818
15819 * gdb.base/bigcore.exp: New file.
15820 * gdb.base/bigcore.c: New file.
15821
15822 2004-02-13 Andrew Cagney <cagney@redhat.com>
15823
15824 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15825 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15826 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15827 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15828 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15829 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15830 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15831 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15832 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15833 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15834
15835 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
15836
15837 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15838 executed is an alloc instruction.
15839
15840 2004-02-11 David Carlton <carlton@kealia.com>
15841
15842 * gdb.cp/breakpoint.exp: New.
15843 * gdb.cp/breakpoint.cc: New.
15844
15845 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
15846
15847 Partial fix for PR gdb/1543.
15848 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15849 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15850 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15851 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15852 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15853 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15854 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15855 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15856 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15857 to bug-gdb@prep.ai.mit.edu .
15858 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15859 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15860 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15861 Likewise.
15862
15863 2004-02-10 Andrew Cagney <cagney@redhat.com>
15864
15865 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15866 using gdb_internal_error_resync.
15867
15868 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
15869
15870 * gdb.threads/thread-specific.exp: Stop early if no threads are
15871 found.
15872
15873 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
15874
15875 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15876
15877 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
15878
15879 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15880 breakpoints.
15881
15882 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
15883
15884 * config/sim.exp (gdb_load): Handle $arg == "".
15885 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15886 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15887
15888 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
15889
15890 * gdb.base/maint.exp: Update test to reflect
15891 obstack changes.
15892
15893 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
15894
15895 * gdb.base/pendshr.c (pendfunc): New function that calls
15896 pendfunc1.
15897 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15898
15899 2004-02-04 Fred Fish <fnf@redhat.com>
15900
15901 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15902 function symbols and update copyright years.
15903 * gdb.arch/gdb1291.c: Ditto.
15904
15905 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15906
15907 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15908
15909 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15910
15911 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15912
15913 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15914
15915 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15916
15917 2004-02-02 Fred Fish <fnf@redhat.com>
15918
15919 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15920 remote targets. Update copyright years.
15921
15922 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15923
15924 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15925 support.
15926 * gdb.base/langs.exp: Fix test which attempts to create
15927 breakpoint on non-existent function to handle new pending
15928 support.
15929 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15930 a breakpoint.
15931 * gdb.base/pending.exp: New test.
15932 * gdb.base/pending.c: New file.
15933 * gdb.base/pendshr.c: Ditto.
15934
15935 2004-02-02 David Carlton <carlton@kealia.com>
15936
15937 * gdb.cp/overload.exp: Add overloadNamespace tests.
15938 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15939 (overloadNamespace, XXX): New.
15940 (main): Call XXX::marker2.
15941
15942 2004-02-01 Fred Fish <fnf@redhat.com>
15943
15944 * gdb.base/dump.exp: Use runto_main instead of "runto main".
15945 * gdb.base/finish.exp: Ditto.
15946 * gdb.base/gcore.exp: Ditto.
15947 * gdb.base/huge.exp: Ditto.
15948 * gdb.base/info-proc.exp: Ditto.
15949 * gdb.base/return2.exp: Ditto.
15950 * gdb.threads/gcore-thread.exp: Ditto.
15951
15952 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15953
15954 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15955
15956 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15957
15958 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15959 that opening the file succeeds on OpenBSD.
15960
15961 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15962
15963 * gdb.threads/thread-specific.c: New file.
15964 * gdb.threads/threads-specific.exp: New test script.
15965 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15966 to expect_out.
15967
15968 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15969
15970 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15971 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15972 only on the "print_small_structs from print_long_arg_list" test.
15973
15974 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15975
15976 * gdb.base/completion.exp: Kill a stray backslash.
15977
15978 From Jim Ingham <jingham@apple.com>:
15979 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15980 agrees with the result from sending a tab.
15981
15982 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
15983
15984 * gdb.base/chng-syms.exp: Remove stray newline.
15985
15986 2004-01-31 Mark Kettenis <kettenis@gnu.org>
15987
15988 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15989 *-*-openbsd*.
15990 * gdb.asm/openbsd.inc: New file.
15991
15992 2004-01-30 Mark Kettenis <kettenis@gnu.org>
15993
15994 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15995 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15996 *-*solaris2*. Remove commented out default settings for
15997 asm-flags. Replace gdb_compile with target_link.
15998
15999 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
16000
16001 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
16002 for all tests. Remove old hp-ux and cygnus xfail cases.
16003
16004 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
16005
16006 * gdb.base/chng-syms.exp: New file.
16007 * gdb.base/chng-syms.c: New file.
16008
16009 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
16010
16011 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
16012 Provide arms for current output in all my configurations.
16013
16014 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
16015
16016 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
16017 * lib/compiler.cc: Likewise.
16018 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
16019 get the right preprocessor. Eval the output directly. Remove
16020 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
16021 hp_f77_compiler and hp_f90_compiler completely.
16022 (gdb_preprocess): Delete.
16023 (get_compiler): Delete.
16024
16025 2004-01-24 Mark Kettenis <kettenis@gnu.org>
16026
16027 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
16028 <string.h>.
16029
16030 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
16031
16032 * gdb.mi/mi-stack.exp: Update copyright.
16033
16034 2004-01-23 David Carlton <carlton@kealia.com>
16035
16036 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
16037 test for cp_lookup_transparent_type.
16038 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
16039 call them.
16040
16041 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
16042
16043 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
16044 after -var-update.
16045
16046 2004-01-23 David Carlton <carlton@kealia.com>
16047
16048 * gdb.cp/namespace.cc (C::ensureRefs): New.
16049 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
16050
16051 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
16052
16053 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
16054 case "-stack-list-locals 2".
16055 * gdb.mi/mi-var-child.exp: Test for case
16056 "-var-list-children --all-values NAME".
16057
16058 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
16059
16060 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
16061
16062 2004-01-18 Mark Kettenis <kettenis@gnu.org>
16063
16064 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
16065 used with gdb_test_multiple.
16066
16067 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
16068 read at address 0. This fixes PR testsuite/1504.
16069
16070 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
16071
16072 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
16073 Remove downloading, guessing the host executable, the calls to
16074 gdb_file_cmd and gdb_target_cmd, and "load" support.
16075 (infer_host_exec): New function broken out from gdb_load.
16076 (gdb_load): New wrapper for gdbserver_gdb_load.
16077 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
16078 gdb_target_cmd. Use -target-select.
16079 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
16080 Download binaries to the host. Clear last_mi_remote_file when
16081 we load a new binary.
16082 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
16083 call gdbserver_gdb_load and mi_gdb_target_cmd.
16084
16085 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
16086
16087 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
16088 type patterns.
16089
16090 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
16091
16092 * gdb.cp/templates.exp: Fix typo in test name of
16093 "print Foo<volatile char*>::foo".
16094
16095 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
16096
16097 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
16098
16099 2004-01-16 Ben Elliston <bje@wasabisystems.com>
16100
16101 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
16102 (clean mostlyclean): Remove empty rm.
16103
16104 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
16105
16106 * gdb.base/setvar.exp: Add copyright years.
16107
16108 2004-01-14 David Carlton <carlton@bactrian.org>
16109
16110 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
16111 PR c++/1511 and update coment.
16112 * gdb.cp/templates.exp: Update patterns to match current output.
16113 If changes involve something other than whitespace, KFAIL
16114 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
16115
16116 2004-01-14 David Carlton <carlton@kealia.com>
16117
16118 * gdb.cp/namespace.exp: Add tests involving classes defined within
16119 namespaces.
16120 * gdb.cp/namespace.cc (C::CClass): New.
16121 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
16122
16123 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
16124
16125 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
16126 what debug info we have. Print a better message if something goes
16127 wrong while producing the separate debug info file.
16128
16129 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
16130
16131 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
16132
16133 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
16134
16135 * gdb.base/callfuncs.c: Add copyright notice.
16136
16137 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
16138
16139 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
16140 inheritance. PR gdb/1498, PR gcc/13539.
16141
16142 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
16143
16144 * gdb.threads/gcore-thread.exp: Prefix name of binary with
16145 test specific name.
16146 * gdb.mi/gdb669.exp: Ditto.
16147 * gdb.mi/mi-pthreads.exp: Ditto.
16148 * gdb.mi/mi1-pthreads.exp: Ditto.
16149 * gdb.mi/mi2-pthreads.exp: Ditto.
16150
16151 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
16152
16153 * gdb.cp/member-ptr.cc: Add copyright notice.
16154
16155 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
16156
16157 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
16158 some patterns for recent versions of gcc and hpacc. Delete
16159 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
16160 Delete tests that access a NULL pointer-to-member-data. This
16161 script is still disabled for gcc.
16162
16163 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
16164
16165 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
16166 escaped correctly.
16167
16168 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
16169
16170 * gdb.base/sepdebug.exp: New file.
16171 * gdb.base/sepdebug.c: New file.
16172 * lib/gdb.exp (separate_debug_filename): New procedure.
16173 (gdb_gnu_strip_debug): New procedure.
16174
16175 2004-01-12 Andrew Cagney <cagney@redhat.com>
16176
16177 * gdb.mi/ChangeLog: Delete file. Renamed to ...
16178 * gdb.mi/ChangeLog-1999-2003: New file.
16179
16180 2004-01-12 Andrew Cagney <cagney@redhat.com>
16181
16182 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
16183 "Renaming a directory to a non-empty directory returns ENOTEMPTY
16184 or EEXIST", treat EBUSY as an XFAIL.
16185
16186 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
16187
16188 * gdb.base/scope.exp: Remove obsolete setup_xfail for
16189 hp_cc_compiler.
16190
16191 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
16192
16193 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
16194 decorations.
16195
16196 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
16197
16198 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
16199 and "(aCC)" decorations. Remove obsolete doco about old
16200 test results.
16201
16202 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16203
16204 * gdb.cp/exception.exp: Fix typo in doco.
16205
16206 2004-01-09 Mark Kettenis <kettenis@gnu.org>
16207
16208 * gdb.base/gdb1476.exp: Fix typo.
16209
16210 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16211
16212 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
16213 file.
16214
16215 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
16216
16217 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
16218 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
16219 Use gdb_compile. Remove restriction on gcc. Add some patterns
16220 for recent version of gdb. Delete second half, which was a copy
16221 of the first half with different build flags. This test is
16222 still disabled because it is still not ready for production.
16223
16224 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16225
16226 * gdb.cp/exception.cc: Add copyright notice.
16227 * gdb.cp/exception.exp: Add a notice that this file is broken
16228 because of line number changes caused by addition of copyright
16229 notice.
16230
16231 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16232
16233 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
16234 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
16235
16236 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16237
16238 * gdb.cp/classes.exp: Accept gnu abi 2.
16239 * gdb.cp/derivation.exp: Likewise.
16240 * gdb.cp/overload.exp: Likewise.
16241 * gdb.cp/virtfunc.exp: Likewise.
16242
16243 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
16244
16245 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16246 semicolon after end of function.
16247
16248 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16249
16250 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
16251 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
16252 boilerplate code for compiling and running the program under
16253 test. Add some string method tests.
16254
16255 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16256
16257 * gdb.cp/bs15503.cc: Add copyright notice.
16258 * gdb.cp/bs15503.exp: Adjust line number.
16259
16260 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16261
16262 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
16263 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
16264
16265 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16266
16267 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
16268 hp_cc_compiler.
16269
16270 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16271
16272 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
16273 * gdb.cp/ctti.exp: Use the marker instead of "next".
16274 With gcc, run further before bailing.
16275
16276 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16277
16278 * gdb.cp/cttiadd.cc: Add copyright notice.
16279 * gdb.cp/cttiadd1.cc: Likewise.
16280 * gdb.cp/cttiadd2.cc: Likewise.
16281 * gdb.cp/cttiadd3.cc: Likewise.
16282
16283 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16284
16285 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
16286 Use gdb_test, gdb_test_multiple. Use floating-point values that
16287 have exact representations in IEEE-ish formats.
16288
16289 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16290
16291 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
16292 compilers. Delete duplicate call to get_compiler_info.
16293 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
16294 * gdb.base/volatile.exp: Likewise.
16295
16296 2004-01-07 Mark Kettenis <kettenis@gnu.org>
16297
16298 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
16299 memory at address 0.
16300
16301 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
16302
16303 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
16304 to test for hp-ux assembler. Fix copyright years.
16305
16306 2004-01-07 Andrew Cagney <cagney@redhat.com>
16307
16308 * gdb.base/fileio.c (strerrno): Add "EBUSY".
16309
16310 2004-01-07 Andrew Cagney <cagney@redhat.com>
16311
16312 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
16313 when creating the read-only file. From analysis by Roland McGrath
16314 and Elena Zannoni.
16315
16316 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16317
16318 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
16319
16320 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16321
16322 * gdb.base/cvexpr.c: Be type-safe with function pointers and
16323 data pointers.
16324
16325 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16326
16327 * gdb.cp/m-static.exp: Compile one source file at a time.
16328 Delete unused call to get_compiler_info.
16329
16330 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
16331
16332 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16333 * gdb.base/call-rt-st.exp: Likewise.
16334 * gdb.base/nodebug.exp: Likewise.
16335 * gdb.base/volatile.exp: Likewise.
16336 * gdb.cp/ref-types.exp: Likewise.
16337 * gdb.cp/templates.exp: Likewise.
16338
16339 2004-01-05 Mark Kettenis <kettenis@gnu.org>
16340
16341 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16342
16343 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
16344
16345 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16346 hppa*-hp-hpux*.
16347
16348 2004-01-04 Mark Kettenis <kettenis@gnu.org>
16349
16350 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16351 x86_64-*-*.
16352
16353 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16354 sparc64-*-* and sparc*-solaris2*.
16355
16356 2004-01-04 Mark Kettenis <kettenis@gnu.org>
16357
16358 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16359 return ${tests}" test. The ${tests} already mentions the
16360 filename.
16361
16362 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16363
16364 * gdb.cp/local.exp: Accept gcc abi 2.
16365
16366 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16367
16368 * gdb.cp/templates.exp: Accept gcc abi 2.
16369
16370 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
16371
16372 * lib/compiler.cc: Remove supports_template_debugging.
16373 * gdb.cp/templates.exp: Do not test supports_template_debugging.
16374
16375 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16376
16377 * gdb.cp/namespace.exp: Accept gcc abi 2.
16378
16379 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16380
16381 * gdb.cp/method.exp: Accept gcc abi 2.
16382
16383 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16384
16385 * gdb.cp/classes.exp: Generate identical results as old version.
16386 * gdb.cp/derivation.exp: Likewise.
16387 * gdb.cp/overload.exp: Likewise.
16388 * gdb.cp/virtfunc.exp: Likewise.
16389
16390 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16391
16392 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16393 mysterious bug with sourceware version of expect.
16394
16395 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16396
16397 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
16398 current versions of gcc, including gcc abi 2. Remove gratuitous
16399 restart of test program. Use gdb_test_multiple and gdb_test for
16400 all tests. Add patterns to xfail missing "const" in "const char *"
16401 and kfail PR gdb/1155.
16402
16403 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
16404
16405 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
16406 current versions of gcc, including gcc abi 2. Remove gratuitous
16407 restart of test program. Use gdb_test_multiple and gdb_test for
16408 all tests. Add patterns to kfail PR gdb/1498.
16409
16410 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16411
16412 * gdb.cp/virtfunc.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. Use
16415 gdb_test_multiple and gdb_test for all tests.
16416
16417 2004-01-01 Mark Kettenis <kettenis@gnu.org>
16418
16419 * gdb.asm/asm-source.exp: Update copyright year. Link statically
16420 for *-*-solaris2*.
16421
16422 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
16423
16424 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
16425 current versions of gcc, including gcc abi 2. Use "breakpoint"
16426 and "continue" instead of restarting the target program several
16427 times. Use gdb_test_multiple and gdb_test for all tests.
16428
16429 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
16430
16431 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16432 source files.
16433
16434 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16435
16436 * gdb.base/environ.exp: Handle compiling test case from multiple
16437 source files.
16438
16439 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16440
16441 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16442
16443 2003-12-17 Jim Blandy <jimb@redhat.com>
16444
16445 * gdb.base/freebpcmd.c: Add copyright notice.
16446
16447 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16448
16449 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
16450
16451 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16452
16453 2003-12-13 Jim Blandy <jimb@redhat.com>
16454
16455 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16456
16457 2003-12-12 Kevin Buettner <kevinb@redhat.com>
16458
16459 * gdb.asm/frv.inc: New file.
16460 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16461
16462 2003-12-09 Fred Fish <fnf@redhat.com>
16463
16464 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16465 functions to break1.c and leave prototypes behind. Add more
16466 "set breakpoint NN here" comments.
16467 * gdb.base/break1.c: New file.
16468
16469 * gdb.base/break.exp: Handle compiling test case from multiple
16470 source files and change source file references as needed.
16471 * gdb.base/completion.exp: Ditto.
16472 * gdb.base/condbreak.exp: Ditto.
16473 * gdb.base/define.exp: Ditto.
16474 * gdb.base/ena-dis-br.exp: Ditto.
16475 * gdb.base/info-proc.exp: Ditto.
16476 * gdb.base/maint.exp: Ditto.
16477 * gdb.base/until.exp: Ditto.
16478
16479 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16480 hardcoded line numbers.
16481 * gdb.base/define.exp: Ditto.
16482 * gdb.base/ena-dis-br.exp: Ditto.
16483 * gdb.base/maint.exp: Ditto.
16484 * gdb.base/until.exp: Ditto.
16485
16486 * gdb.base/completion.exp: Use "break1" for completion tests since
16487 "break" is no longer a unique prefix.
16488
16489 2003-12-06 Andrew Cagney <cagney@redhat.com>
16490
16491 * gdb.base/structs.exp (test_struct_returns): When applicable, set
16492 "return_value_unimplemented". When an unimplemented struct return
16493 architecture, report incorrect values as a KFAIL
16494
16495 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16496
16497 * gdb.cp/rtti.exp: Accept new wording of warning from
16498 cp_lookup_rtti_type.
16499
16500 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
16501
16502 Partial fix for PR testsuite/1456.
16503 * gdb.base/scope.exp (test_at_main): Replace references to
16504 gcc_compiled with calls to test_compiler_info.
16505 (test_at_foo): Likewise.
16506 (test_at_bar): Likewise.
16507
16508 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
16509
16510 Partial fix for PR testsuite/1456.
16511 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16512 to test_compiler_info.
16513
16514 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
16515
16516 * gdb.base/so-impl-ld.exp: Update copyright notice.
16517
16518 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
16519
16520 Partial fix for PR testsuite/1456.
16521 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16522 to test_compiler_info.
16523
16524 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16525
16526 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16527 from current versions of gdb. Clean up regular expressions.
16528 Delete redundant timeout case.
16529
16530 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16531
16532 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16533 from current versions of gdb. Clean up regular expressions.
16534 Delete redundant timeout case.
16535
16536 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
16537
16538 Partial fix for PR testsuite/1456.
16539 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16540 gcc_compiled with call to test_compiler_info.
16541
16542 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
16543
16544 Partial fix for PR testsuite/1456.
16545 * gdb.base/list.exp (test_list_function): Delete unused declaration
16546 of gcc_compiled.
16547
16548 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
16549
16550 Partial fix for PR testsuite/1456.
16551 * gdb.base/complex.exp: Replace reference to gcc_compiled with
16552 call to test_compiler_info.
16553
16554 2003-11-29 Mark Kettenis <kettenis@gnu.org>
16555
16556 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
16557 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
16558 it to create the appropriate note.inc.
16559 * gdb.asm/asmsrc1.s: Include "note.inc".
16560 * gdb.asm/netbsd.inc: New file.
16561 * gdb.asm/empty.inc: New file.
16562
16563 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16564
16565 Partial fix for PR testsuite/1456.
16566 * gdb.base/constvars.exp: Replace references to gcc_compiled with
16567 calls to test_compiler_info.
16568
16569 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
16570
16571 Partial fix for PR testsuite/1456.
16572 * gdb.base/volatile.exp: Replace references to gcc_compiled with
16573 calls to test_compiler_info.
16574
16575 2003-11-27 Mark Kettenis <kettenis@gnu.org>
16576
16577 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16578 pattern for the KFAILs.
16579
16580 2003-11-25 Adam Fedor <fedor@gnu.org>
16581
16582 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16583 * gdb.objc/objcdecode.m: New file.
16584
16585 2003-11-25 Adam Fedor <fedor@gnu.org>
16586
16587 * gdb.objc/nondebug.exp: Test for PR objc/1236.
16588 * gdb.objc/nondebug.m: New file.
16589
16590 2003-11-26 Ben Elliston <bje@wasabisystems.com>
16591
16592 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16593 NetBSD as it does on FreeBSD. Modelled on a similar change by
16594 Mark Kettenis on 2003-05-30.
16595 (link-flags): Set to "--entry _start" regardless of target.
16596 Special linker flags are to be appended to $link-flags.
16597 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16598
16599 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16600
16601 * gdb.cp/method.exp: Accept output of new demangler.
16602
16603 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16604
16605 * gdb/class2.exp: New file.
16606 * gdb/class2.cc: New file.
16607
16608 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16609
16610 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16611 of new demangler.
16612
16613 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16614
16615 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16616 of gdb_test "run".
16617
16618 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16619
16620 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
16621 "continue" into "run".
16622
16623 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16624
16625 Partial fix for PR testsuite/1456.
16626 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16627 call to test_compiler_info.
16628 * gdb.cp/ctti.exp: Likewise.
16629 * gdb.cp/derivation.exp: Likewise.
16630 * gdb.cp/member-ptr.exp: Likewise.
16631 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16632 reference to gcc_compiled.
16633
16634 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16635
16636 Fix PR testsuite/1463.
16637 * gdb.base/structs.exp (start_structs_test): Call
16638 get_debug_format before using the debug format.
16639
16640 2003-11-22 Andrew Cagney <cagney@redhat.com>
16641
16642 * lib/gdb.exp (gdb_test_multiple): Add simple example.
16643 * gdb.base/structs.exp: Use gdb_test_multiple.
16644
16645 2003-11-20 Andrew Cagney <cagney@redhat.com>
16646
16647 * gdb.base/structs.exp: Handle and recover from internal errors.
16648 Replace "foo${n}" with "foo<n>" in test messages.
16649
16650 * gdb.base/structs.exp: Update copyright. Rewrite.
16651 * gdb.base/structs.c: Update copyright. Rewrite.
16652
16653 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16654 resync count exceeded.
16655
16656 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16657 from the internal error.
16658 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16659 Original from Jim Blandy.
16660 (gdb_test_multiple): Use gdb_internal_error_resync.
16661
16662 2003-11-19 Andrew Cagney <cagney@redhat.com>
16663
16664 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16665 KFAIL.
16666
16667 2003-11-17 Mark Kettenis <kettenis@gnu.org>
16668
16669 New testcase for PR backtrace/1435.
16670 * gdb.arch/i386-unwind.exp: New file.
16671 * gdb.arch/i386-unwind.c: New file.
16672
16673 2003-11-17 Andrew Cagney <cagney@redhat.com>
16674
16675 * lib/gdb.exp (compiler_info): New global.
16676 (test_compiler_info): New function.
16677 (get_compiler_info): Set compiler_info.
16678 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
16679 "compiler_info" to gcc-<major>-<minor>.
16680
16681 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
16682
16683 * gdb.trace/configure: Remove.
16684
16685 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
16686
16687 * gdb.base/break.c: Add comments to aid finding line numbers for
16688 breakpoints.
16689 * gdb.base/break.exp: Remove all references to explicit line
16690 numbers.
16691
16692 2003-11-11 Nick Clifton <nickc@redhat.com>
16693
16694 * gdb.base/shreloc.exp: Do not run for targets which do not
16695 support shared objects.
16696
16697 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
16698
16699 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16700 Don't run tests if nofileio flag is given.
16701
16702 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
16703
16704 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
16705 as well as 'Watchpoint'.
16706
16707 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16708
16709 Reported by Jim Ingham <jingham@apple.com>:
16710 * gdb.base/annota1.exp: Match at least one occurrence of the
16711 signal handler annotation.
16712
16713 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16714
16715 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16716 as well as 'Watchpoint'.
16717
16718 2003-11-05 Michael Chastain <mec@shout.net>
16719
16720 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16721
16722 2003-11-03 Kris Warkentin <kewarken@qnx.com>
16723
16724 * gdb.arch/gdb1291.c: New test file.
16725 * gdb.arch/gdb1291.exp: New test script.
16726 * gdb.arch/gdb1431.c: New test file.
16727 * gdb.arch/gdb1431.exp: New test script.
16728
16729 2003-10-22 Michael Chastain <mec@shout.net>
16730
16731 * gdb.mi/pthreads.c: Add copyright notice.
16732
16733 2003-10-22 Michael Chastain <mec@shout.net>
16734
16735 * gdb.threads/pthreads.c: Add copyright notice.
16736
16737 2003-10-20 Michael Chastain <mec@shout.net>
16738
16739 * gdb.base/gdb1056.exp: New test script.
16740
16741 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16742
16743 * gdb.threads/killed.exp: Use gdb_run_cmd.
16744
16745 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16746
16747 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16748 create a core file.
16749 * gdb.threads/gcore-thread.exp: Likewise.
16750
16751 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
16752
16753 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16754 type, based on char type.
16755 (struct bit_flags_short_t): New bitfield type, based on short type.
16756 (init_bit_flags_char): New fuction.
16757 (init_bit_flags_short): Ditto.
16758 (print_bit_flags_char): Ditto.
16759 (print_bit_flags_short): Ditto.
16760 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16761
16762 2003-10-11 Michael Chastain <mec@shout.net>
16763
16764 * gdb.base/call-rt-st.exp: Update copyright year.
16765
16766 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
16767
16768 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16769 * gdb.disasm/sh3.s: Ditto.
16770
16771 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
16772
16773 * gdb.threads/switch-threads.exp: New test.
16774 * gdb.threads/switch-threads.c: New source file.
16775
16776 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
16777
16778 * gdb.base/ending-run.exp: Add sh specific case.
16779
16780 2003-10-06 Andrew Cagney <cagney@redhat.com>
16781
16782 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16783 * gdb.disasm/mn10200.exp: Delete obsolete file.
16784
16785 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
16786
16787 * ChangeLog: Correct an entry command.exp -> commands.exp.
16788 * gdb.base/commands.exp (bp_deleted_in_command_test)
16789 (temporary_breakpoint_commands): Check noargs.
16790
16791 2003-09-25 David Carlton <carlton@kealia.com>
16792
16793 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
16794 of some print tests, where appropriate. Add tests for C::D::cd,
16795 E::ce, F::cXfX, G::XgX.
16796 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16797
16798 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
16799
16800 * lib/java.exp (java_init): Import target_alias before using it.
16801
16802 2003-09-25 David Carlton <carlton@kealia.com>
16803
16804 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16805
16806 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
16807
16808 * gdb.base/selftest.exp: Accomodate more instruction reordering
16809 weirdness.
16810
16811 2003-09-17 Michael Chastain <mec@shout.net>
16812
16813 * gdb.cp/gdb1355.exp: New file.
16814 * gdb.cp/gdb1355.c: New file.
16815
16816 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
16817
16818 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16819 * gdb.asm/sh.inc: New file.
16820
16821 2003-09-11 David Carlton <carlton@kealia.com>
16822
16823 * gdb.cp/namespace.exp: Add tests for namespace types.
16824 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
16825 (test_namespace): New.
16826
16827 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
16828
16829 * gdb.base/relocate.exp: Handle new gdb output at startup.
16830 * gdb.stabs/weird.exp: Ditto.
16831
16832 2003-09-08 Michael Chastain <mec@shout.net>
16833
16834 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16835
16836 2003-09-07 Michael Chastain <mec@shout.net>
16837
16838 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16839 'parse error'.
16840
16841 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
16842
16843 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16844
16845 2003-08-30 Michael Chastain <mec@shout.net>
16846
16847 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16848 * gdb.gdb/observer.exp: Ditto.
16849 * gdb.gdb/xfullpath.exp: Ditto.
16850
16851 2003-08-29 Mark Kettenis <kettenis@gnu.org>
16852
16853 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16854 *-*-*bsd*.
16855
16856 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
16857
16858 * gdb.base/dump.exp: Skip for ia64.
16859
16860 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
16861
16862 * gdb.asm/asm-source.exp: Add ia64 support.
16863 * gdb.asm/ia64.inc: New file.
16864
16865 2003-08-22 Michael Chastain <mec@shout.net>
16866
16867 * gdb.cp: New directory.
16868 * gdb.cp/*: Copy from gdb.c++/*.
16869 * gdb.c++/*: Remove.
16870 * Makefile.in: Change gdb.c++ to gdb.cp.
16871 * configure.in: Ditto.
16872 * configure: Regnerate.
16873
16874 2003-08-18 Mark Kettenis <kettenis@gnu.org>
16875
16876 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16877 * gdb.arch/i386-prologue.c (gdb1338): Add function.
16878
16879 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16880
16881 * mi-var-display.exp (-var-list-children weird): Accept function
16882 pointers with argument types.
16883 * mi1-var-display.exp (-var-list-children weird): Likewise.
16884 * mi2-var-display.exp (-var-list-children weird): Likewise.
16885
16886 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16887
16888 * gdb.base/annota3.exp: Add missing newline.
16889
16890 2003-08-06 Michael Chastain <mec@shout.net>
16891
16892 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16893
16894 2003-08-12 Michael Snyder <msnyder@redhat.com>
16895
16896 * gdb.base/float.exp: Add test for SH.
16897
16898 2003-08-10 Mark Kettenis <kettenis@gnu.org>
16899
16900 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16901
16902 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16903
16904 * gdb.base/completion.exp: Remove reduntant completion test
16905 on filename.
16906
16907 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16908
16909 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16910 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16911 gdb.trace/save-trace.exp: Make sure that full pathnames are
16912 escaped correctly.
16913
16914 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16915
16916 * configure.in: Don't generate config.h from config.hin.
16917 * configure: Regenerate.
16918 * config.hin: Remove file.
16919 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16920 * gdb.threads/pthreads.c: Ditto.
16921
16922 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
16923
16924 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16925 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16926 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16927 Replace ld24 with seth/add3.
16928
16929 2003-08-02 Andrew Cagney <cagney@redhat.com>
16930
16931 * gdb.base/annota3.exp: New file.
16932 * gdb.base/annota3.c: New file.
16933 * gdb.c++/annota3.exp: New file.
16934 * gdb.c++/annota3.cc: New file.
16935
16936 2003-07-29 Michael Chastain <mec@shout.net>
16937
16938 * gdb.threads/tls.c (spin): Check errno only if sem_wait
16939 actually failed.
16940 (do_pass): Likewise.
16941 * gdb.threads/tls.exp: Always initialize no_of_threads.
16942
16943 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
16944
16945 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16946 pattern.
16947 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16948 * gdb.threads/tls.exp: Recognize one case of the host library not
16949 supporting TLS.
16950
16951 2003-07-27 Andrew Cagney <cagney@redhat.com>
16952
16953 * gdb.base/fileio.exp: Use SH when running commands using
16954 remote_exec.
16955
16956 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
16957
16958 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16959 * gdb.base/relocate.c (dummy): New padding array.
16960
16961 2003-07-22 Michael Snyder <msnyder@redhat.com>
16962
16963 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
16964
16965 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16966 patterns to be more general, accepting old and new output.
16967 Some output chars (such as '+') also must be quoted.
16968 Some addresses are displayed numerically instead of
16969 symbolically.
16970
16971 2003-07-23 Michael Snyder <msnyder@redhat.com>
16972
16973 * gdb.base/return2.exp: Don't test long-long return.
16974
16975 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16976 * gdb.disasm/t01_mov.exp: Ditto.
16977 * gdb.disasm/t02_mova.s: Ditto.
16978 * gdb.disasm/t02_mova.exp: Ditto.
16979 * gdb.disasm/t03_add.s: Ditto.
16980 * gdb.disasm/t03_add.exp: Ditto.
16981 * gdb.disasm/t04_sub.s: Ditto.
16982 * gdb.disasm/t04_sub.exp: Ditto.
16983 * gdb.disasm/t05_cmp.s: Ditto.
16984 * gdb.disasm/t05_cmp.exp: Ditto.
16985 * gdb.disasm/t06_ari2.s: Ditto.
16986 * gdb.disasm/t06_ari2.exp: Ditto.
16987 * gdb.disasm/t07_ari3.s: Ditto.
16988 * gdb.disasm/t07_ari3.exp: Ditto.
16989 * gdb.disasm/t08_or.s: Ditto.
16990 * gdb.disasm/t08_or.exp: Ditto.
16991 * gdb.disasm/t09_xor.s: Ditto.
16992 * gdb.disasm/t09_xor.exp: Ditto.
16993 * gdb.disasm/t10_and.s: Ditto.
16994 * gdb.disasm/t10_and.exp: Ditto.
16995 * gdb.disasm/t11_logs.s: Ditto.
16996 * gdb.disasm/t11_logs.exp: Ditto.
16997 * gdb.disasm/t12_bit.s: Ditto.
16998 * gdb.disasm/t12_bit.exp: Ditto.
16999 * gdb.disasm/t13_otr.s: Ditto.
17000 * gdb.disasm/t13_otr.exp: Ditto.
17001
17002 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
17003
17004 * gdb.threads/tls.exp :Add kfail for 'info address' case.
17005
17006 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
17007
17008 * gdb.threads/tls.c : New file.
17009 * gdb.threads/tls.exp : New file.
17010 * gdb.threads/tls-main.c : New file.
17011 * gdb.threads/tls-shared.c : New file.
17012 * gdb.threads/tls-shared.exp : New file.
17013
17014 2003-07-22 Andreas Schwab <schwab@suse.de>
17015
17016 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
17017
17018 2003-07-20 Andreas Schwab <schwab@suse.de>
17019
17020 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
17021 due to insn reordering.
17022
17023 2003-07-15 Andrew Cagney <cagney@redhat.com>
17024
17025 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
17026
17027 2003-07-15 Michael Chastain <mec@shout.net>
17028
17029 * gdb.base/gdb1250.exp: New file.
17030 * gdb.base/gdb1250.c: New file.
17031
17032 2003-07-09 Michal Ludvig <mludvig@suse.cz>
17033
17034 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
17035 expansion of size_t to 'unsigned long', not only to 'unsigned'.
17036
17037 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
17038
17039 * gdb.threads/tls.c: New file.
17040 * gdb.threads/tls.exp: New file.
17041 * gdb.threads/tls-main.c: New file.
17042 * gdb.threads/tls-shared.c: New file.
17043 * gdb.threads/tls-shared.exp: New file.
17044
17045 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
17046
17047 * gdb.base/annota1.exp: Make sure that we properly escape the
17048 full path of the source file. Xfail more permissive patterns,
17049 due to a compiler debug info problem.
17050
17051 2003-07-07 Andreas Schwab <schwab@suse.de>
17052
17053 * gdb.asm/m68k.inc: New file.
17054 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
17055
17056 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
17057 arguments"): Also match negative number.
17058
17059 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
17060
17061 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
17062
17063 * gdb.base/store.c (charest): New typedef.
17064 (add_char): Rename to add_charest, update.
17065 (wack_char): Rename to wack_charest, update types. Return l + r
17066 to keep r live across the call.
17067 (wack_short, wack_int, wack_long, wack_longest, wack_float)
17068 (wack_double, wack_doublest): Return l + r to keep r live across
17069 the call.
17070 * gdb.base/store.exp: Accomodate store.c changes.
17071
17072 2003-06-30 David Carlton <carlton@kealia.com>
17073
17074 * gdb.c++/maint.exp (test_invalid_name): New.
17075 (test_first_component): Add tests for invalid names.
17076
17077 2003-06-29 Michael Chastain <mec@shout.net>
17078
17079 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
17080 output of '<VTT for class>' for virtual base classes.
17081
17082 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
17083
17084 * gdb.base/completion.exp: Tab-complete "complet" instead of
17085 "compl".
17086 * gdb.base/complex.exp, gdb.base/complex.c: New files.
17087
17088 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
17089
17090 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
17091 * gdb.base/volatile.exp: Likewise.
17092
17093 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
17094
17095 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
17096 gdb/1265.
17097
17098 2003-06-28 Michael Chastain <mec@shout.net>
17099 Daniel Jacobowitz <drow@mvista.com>
17100
17101 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
17102 initial line count of 'captured_main' from 26 to 32.
17103 (test_with_self): Allow xmalloc call to be interleaved with the
17104 preceding two lines.
17105
17106 2003-06-24 Joel Brobecker <brobecker@gnat.com>
17107
17108 * gdb.base/bang.exp: New testcase.
17109
17110 2003-06-23 Joel Brobecker <brobecker@gnat.com>
17111
17112 * gdb.base/langs.exp: Add some tests for the "minimal" language
17113 support.
17114
17115 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
17116
17117 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
17118 the testcase.
17119
17120 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
17121
17122 * gdb.base/relocate.exp: Test add-symbol-file with a variable
17123 offset.
17124
17125 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
17126
17127 * gdb.c++/pr-1210.cc: New file.
17128 * gdb.c++/pr-1210.exp: New file.
17129
17130 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
17131
17132 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
17133 000-exec-continue.
17134
17135 2003-06-15 Mark Kettenis <kettenis@gnu.org>
17136
17137 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
17138 on *-*-*bsd* instead of *-*-freebsd*.
17139
17140 2003-06-14 Andrew Cagney <cagney@redhat.com>
17141
17142 * gdb.base/store.exp: Test longest and doublest. Test all
17143 parameters. Weaken return statement match.
17144 * gdb.base/store.c: Add longest and doublest - aka long long and
17145 long double functions. Put all parameters into local register
17146 variables. Use negative values.
17147
17148 2003-06-14 Andrew Cagney <cagney@redhat.com>
17149
17150 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
17151 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
17152 exit status.
17153 * gdb.base/fileio.exp: Disable target when nointerrupts and
17154 noinferiorio, instead of limiting it to remote. Use remote_exec
17155 instead of system.
17156
17157 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
17158
17159 * gdb.base/float.exp: Add ia64 support.
17160
17161 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
17162
17163 * gdb.base/fileio.exp: Run only on remote targets.
17164
17165 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
17166
17167 * gdb.base/fileio.c: New file, testing File-I/O.
17168 * gdb.base/fileio.exp: Ditto.
17169
17170 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
17171
17172 * gdb.base/shreloc.exp: New file, check symbol values obtained from
17173 shared objects after relocation at load time (gdb PR/1132).
17174 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
17175 as above, part of the shared object relocation test.
17176
17177 2003-06-08 Mark Kettenis <kettenis@gnu.org>
17178
17179 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
17180 fully filled history list.
17181 * gdb.base/gdb_history: New file.
17182
17183 * gdb.base/signals.exp: XFAIL "continue to func1" on
17184 i*86-*-freebsd*.
17185
17186 * gdb.base/attach.exp: When trying to attach to a nonexistent
17187 process, make it possible to specify the PID based on the target,
17188 and do so for *-*-freebsd*.
17189
17190 2003-06-02 Richard Henderson <rth@redhat.com>
17191
17192 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
17193
17194 2003-06-02 Richard Henderson <rth@redhat.com>
17195
17196 * gdb.base/selftest.exp: Next over lim_at_start initialization.
17197
17198 2003-06-02 Richard Henderson <rth@redhat.com>
17199
17200 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
17201
17202 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
17203
17204 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
17205 of globalvar.
17206
17207 2003-06-01 Mark Kettenis <kettenis@gnu.org>
17208
17209 * gdb.asm/asm-source.exp: Check for memory read errors in
17210 disassembler test on *BSD too.
17211
17212 2003-06-01 Richard Henderson <rth@redhat.com>
17213
17214 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
17215 for .frame.
17216 (gdbasm_call): Lose ldgp.
17217 (gdbasm_startup): Add frame information.
17218 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
17219
17220 2003-05-31 Mark Kettenis <kettenis@gnu.org>
17221
17222 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
17223 i?86-*-*.
17224
17225 2003-05-30 Mark Kettenis <kettenis@gnu.org>
17226
17227 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
17228 FreeBSD.
17229
17230 2003-05-29 Richard Henderson <rth@redhat.com>
17231
17232 * gdb.asm/alpha.inc: New file.
17233 * gdb.asm/asm-source.exp: Use it.
17234
17235 2003-05-29 Jim Blandy <jimb@redhat.com>
17236
17237 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
17238 'core.PID'.
17239
17240 2003-05-22 Jim Blandy <jimb@redhat.com>
17241
17242 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
17243 backtrace.
17244
17245 2003-05-20 David Carlton <carlton@math.stanford.edu>
17246
17247 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
17248 this time.
17249
17250 2003-05-19 David Carlton <carlton@bactrian.org>
17251
17252 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
17253 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
17254
17255 2003-05-19 David Carlton <carlton@bactrian.org>
17256
17257 * gdb.c++/namespace.exp: Add namespace scope and anonymous
17258 namespace tests.
17259 Bump copyright date.
17260 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
17261 (main): Call C::D::marker2.
17262 * gdb.c++/namespace1.cc: New file.
17263
17264 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
17265
17266 Roland McGrath <roland@redhat.com>
17267 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
17268 there is no manager thread.
17269
17270 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
17271
17272 * gdb.threads/schedlock.exp: Remove assumption that all threads
17273 will run in a particular small time slice. Also ensure we break
17274 in one of the child threads rather than the main thread.
17275
17276 2003-05-07 Jim Blandy <jimb@redhat.com>
17277
17278 Add support for assembly source testing on the s390x.
17279 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
17280 architecture.
17281 * gdb.asm/s390x.inc: New file.
17282
17283 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
17284 succession of 'if' statements.
17285
17286 2003-05-05 Andrew Cagney <cagney@redhat.com>
17287
17288 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
17289
17290 2003-05-05 Andrew Cagney <cagney@redhat.com>
17291
17292 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
17293 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
17294
17295 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
17296
17297 * gdb.base/charset.exp: Update based on new behavior of set/show
17298 charset commands.
17299
17300 2003-05-01 Andrew Cagney <cagney@redhat.com>
17301
17302 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
17303 variable do not give memory errors.
17304
17305 2003-04-30 Adam Fedor <fedor@gnu.org>
17306
17307 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
17308 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
17309 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
17310 gdb.objc/basicclass.m: : New files
17311
17312 * lib/gdb.exp (gdb_compile_objc): New procedure.
17313
17314 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
17315
17316 * gdb.base/signals.exp: Make backtrace tests more specific.
17317
17318 2003-04-23 David Carlton <carlton@bactrian.org>
17319
17320 * gdb.c++/maint.exp (test_first_component): Add tests for
17321 'operator' in more locations.
17322
17323 2003-04-16 Kevin Buettner <kevinb@redhat.com>
17324
17325 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17326
17327 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
17328
17329 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
17330 func marke' instead. Update test name.
17331
17332 2003-04-15 David Carlton <carlton@math.stanford.edu>
17333
17334 * gdb.c++/maint.exp: New file.
17335
17336 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
17337
17338 * gdb.threads/schedlock.c: Change type of thread function argument
17339 to long, to avoid warnings on 64-bit platforms.
17340
17341 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
17342
17343 * gdb.base/attach.exp: Add new message from ptrace in case of
17344 attaching to nonexistent process.
17345
17346 2003-04-11 Jim Blandy <jimb@redhat.com>
17347
17348 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17349 gdb.c++/userdef.cc: Place comments on the lines to which the
17350 marker function might return.
17351 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17352 gdb.c++/userdef.exp: Look for those comments to check that we've
17353 returned to the right place, instead of checking line numbers.
17354
17355 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
17356
17357 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17358 match on sourcefile name, instead of directory name.
17359
17360 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
17361
17362 * gdb.base/completion.exp: Use string_to_regexp to match the
17363 working directory name.
17364
17365 2003-04-09 Jim Blandy <jimb@redhat.com>
17366
17367 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17368 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17369 after an inferior function call, report the failure, but allow the
17370 test to continue.
17371
17372 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17373
17374 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17375 with -DPROTOTYPES.
17376
17377 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
17378
17379 * gdb.base/break.exp: Revert last patch.
17380
17381 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
17382
17383 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17384 with -DPROTOTYPES.
17385
17386 2003-04-02 Andrew Cagney <cagney@redhat.com>
17387
17388 * gdb.base/callfuncs.exp: Make "print add" messages unique.
17389 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17390 matching directories by the name breakpoint.
17391 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17392 Make "continue to marker1" consistent.
17393 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17394 message consistent.
17395 * lib/gdb.exp: Put "the program is no longer running", and "the
17396 program exited" in parenthesis.
17397 * lib/mi-support.exp: Ditto.
17398
17399 2003-04-02 Bob Rossi <bob_rossi@cox.net>
17400
17401 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17402
17403 2003-03-29 Andrew Cagney <cagney@redhat.com>
17404
17405 * gdb.base/sizeof.c (main): Print the value of '\377'.
17406 * gdb.base/sizeof.exp: Check the sign of '\377'.
17407
17408 2003-03-27 Michael Chastain <mec@shout.net>
17409
17410 * gdb.base/gdb1090.exp: New file.
17411 * gdb.base/gdb1090.cc: New file.
17412
17413 2003-03-27 J. Brobecker <brobecker@gnat.com>
17414
17415 * gdb.gdb/observer.exp: New regression test.
17416
17417 2003-03-27 Michael Chastain <mec@shout.net>
17418
17419 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17420 * gdb.base/ptype.exp: Likewise.
17421
17422 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
17423
17424 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17425
17426 2003-03-26 Michael Chastain <mec@shout.net>
17427
17428 * gdb.base/ptype.exp: Actually use some typedef'd types.
17429
17430 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
17431
17432 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17433 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17434
17435 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17436
17437 * gdb.base/default.exp: Fix regular expression.
17438
17439 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17440
17441 * gdb.base/args.exp: Fix regular expression.
17442
17443 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17444
17445 * gdb.base/help.exp: Allow Win32 child process.
17446
17447 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17448
17449 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17450 when stepping out of main().
17451
17452 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17453
17454 * gdb.base/default.exp: Check for win32 specific message when calling
17455 "run" without executable.
17456
17457 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17458
17459 * gdb.base/args.exp: Expect .exe in output.
17460
17461 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
17462
17463 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17464 Cygwin native.
17465
17466 2003-03-17 Andrew Cagney <cagney@redhat.com>
17467
17468 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
17469 vector registes.
17470 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17471 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17472
17473 2003-03-17 David Carlton <carlton@math.stanford.edu>
17474
17475 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17476 test, for PR breakpoints/38.
17477 Call test_watchpoint_and_breakpoint.
17478 * gdb.base/watchpoint.c (func3): New function.
17479 (main): Call func3.
17480
17481 2003-03-04 David Carlton <carlton@math.stanford.edu>
17482
17483 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17484 Garply<Garply<char> >:: garply".
17485 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17486 with respect to PR c++/1111; note also PR c++/1113.
17487 (test_template_breakpoints): KFAIL "constructor breakpoint" with
17488 respect to PR c++/1062.
17489 KFAIL "destructor breakpoint" with respect to PR c++/1112.
17490
17491 2003-03-03 David Carlton <carlton@math.stanford.edu>
17492
17493 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17494 with respect to PR c++/57.
17495 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17496 c++/826.
17497 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17498 respect to PR c++/57.
17499
17500 2003-03-03 David Carlton <carlton@math.stanford.edu>
17501
17502 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17503 respect to PR c++/33 into FAILs.
17504
17505 2003-03-03 Michael Chastain <mec@shout.net>
17506
17507 * configure.in: Update copyright years.
17508
17509 2003-03-03 Michael Chastain <mec@shout.net>
17510
17511 * Makefile.in: Update copyright years.
17512
17513 2003-02-28 David Carlton <carlton@math.stanford.edu>
17514
17515 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17516 print class instead of struct and/or superfluous protection
17517 specifiers, as long as the resulting output is equivalent to the
17518 source code.
17519 Delete FIXME from end of messages on tests that don't need
17520 fixing.
17521
17522 2003-02-28 David Carlton <carlton@math.stanford.edu>
17523
17524 * gdb.c++/templates.exp (do_tests): Allow const in the two
17525 Foo<volatile char *>::foo tests.
17526
17527 2003-02-27 Michael Snyder <msnyder@redhat.com>
17528
17529 * gdb.base/restore.c (main): Return zero, so exit code
17530 will be consistant.
17531
17532 2003-02-26 David Carlton <carlton@math.stanford.edu>
17533
17534 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17535 char *>::foo" test with respect to PR c++/33. Create a new test
17536 which is identical to that one except that it doesn't put the
17537 space between the "char" and the "*"; KFAIL it, too.
17538
17539 2003-02-26 David Carlton <carlton@math.stanford.edu>
17540
17541 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17542 template types into either PASSes or KFAILs (corresponding to PR
17543 c++/57). Tweak indentation. Update copyright.
17544
17545 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
17546
17547 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17548
17549 2003-02-13 Michael Chastain <mec@shout.net>
17550
17551 * gdb.base/exprs.exp: Remove i960 remnants.
17552 * gdb.base/funcargs.exp: Likewise.
17553 * gdb.base/list.exp: Likewise.
17554 * gdb.base/ptype.exp: Likewise.
17555
17556 2003-02-14 David Carlton <carlton@math.stanford.edu>
17557
17558 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17559 pEe->D::vg()" from XFAIL to KFAIL.
17560
17561 2003-02-13 Jason Molenda (jmolenda@apple.com)
17562
17563 * gdb.base/maint.exp: Update maint print statistics regexp to include
17564 new entries.
17565
17566 2003-02-13 Michael Chastain <mec@shout.net>
17567
17568 * gdb.c++/inherit.exp: Remove call to get_debug_format.
17569
17570 2003-02-12 Michael Chastain <mec@shout.net>
17571
17572 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17573 * gdb.c++/inherit.exp: Likewise.
17574 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17575 * gdb.c++/templates.exp: Likewise.
17576 * gdb.c++/virtfunc.exp: Likewise.
17577
17578 2003-02-06 Jason Molenda (jason-cl@molenda.com)
17579
17580 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17581 why the code is written that way.
17582
17583 2003-02-05 Michael Chastain <mec@shout.net>
17584
17585 * gdb.base/dump.exp: Add missing copyright line.
17586
17587 2003-02-05 Jason Molenda (jason-cl@molenda.com)
17588
17589 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
17590 at the beginning so the breakpoint doesn't get set on the loop.
17591
17592 2003-02-05 Michael Chastain <mec@shout.net>
17593
17594 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17595 output for configurations with gcc 2.95.3.
17596
17597 2003-02-05 Keith Seitz <keiths@redhat.com>
17598 Andrew Cagney <ac131313@redhat.com>
17599
17600 * gdb.mi/mi-cli.exp: New file.
17601
17602 2003-02-04 Michael Chastain <mec@shout.net>
17603
17604 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17605 Call perror and then continue.
17606
17607 2003-02-03 Michael Chastain <mec@shout.net>
17608
17609 * gdb.c++/pr-1023.cc: New file.
17610 * gdb.c++/pr-1023.exp: New file.
17611
17612 2003-02-05 Jim Blandy <jimb@redhat.com>
17613
17614 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17615 it's local to foobar. Check for it there, and check that it's not
17616 present in main.
17617 * gdb.c++/local.cc (marker2): New function.
17618 (foobar): Call marker1.
17619 (main): Call marker2 instead of marker1.
17620
17621 2003-02-04 Andrew Cagney <ac131313@redhat.com>
17622
17623 * gdb.disasm/mn10200.exp: Obsolete file.
17624 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17625 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17626 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17627
17628 2003-02-04 David Carlton <carlton@math.stanford.edu>
17629
17630 * gdb.c++/overload.exp: Test intToChar(1).
17631 * gdb.c++/overload.cc (intToChar): New.
17632 (main): Call intToChar.
17633
17634 2003-02-03 David Carlton <carlton@math.stanford.edu>
17635
17636 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17637 'might_kfail' arg.
17638 KFAIL some of the continue_to_bp_overloaded calls, according to
17639 PR c++/1025.
17640
17641 2003-02-01 Michael Chastain <mec@shout.net>
17642
17643 * gdb.base/advance.c (marker1): New marker function.
17644 * gdb.base/advance.exp: When the 'advance' command lands on the
17645 return breakpoint, it can legitimately stop on either the
17646 current line or the next line. Accommodate both outcomes.
17647 * gdb.base/until.exp: Likewise.
17648
17649 2003-02-02 Andrew Cagney <ac131313@redhat.com>
17650
17651 2002-11-10 Jason Molenda (jason-cl@molenda.com):
17652 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17653 now a list, not a tuple.
17654 * gdb.mi/mi-var-display.exp: Ditto.
17655 * gdb.mi/gdb792.exp: Ditto.
17656
17657 2003-02-01 Andrew Cagney <ac131313@redhat.com>
17658
17659 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
17660 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17661 stack backtraces.
17662 * gdb.mi/mi-syn-frame.c: Part of same.
17663
17664 2003-02-01 Mark Kettenis <kettenis@gnu.org>
17665
17666 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17667 gdb.mi/mi1-pthreads.exp: Return instead of calling
17668 gdb_suppress_entire_file.
17669
17670 2003-02-01 Mark Salter <msalter@redhat.com>
17671
17672 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17673
17674 2003-01-31 Mark Salter <msalter@redhat.com>
17675
17676 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17677 Support empty arg.
17678
17679 2003-01-30 Michael Chastain <mec@shout.net>
17680
17681 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17682 This was a workaround for a UTF-8 bug in readline 4.3. The bug
17683 has been fixed in gdb/readline on 2003-01-09.
17684
17685 2003-01-29 Michael Snyder <msnyder@redhat.com>
17686
17687 * gdb.base/maint.exp: Allow for leading underscore in symbol.
17688 * gdb.base/display.exp: Allow for leading underscore in symbol.
17689 * gdb.base/args.exp: Skip if target does not support args passing.
17690
17691 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
17692
17693 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
17694 gdb_test. Accept a list of expect arguments as the third
17695 parameter.
17696 (gdb_test): Use it.
17697
17698 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
17699
17700 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17701 allow for different test tree configurations. Update some
17702 tescases accordingly.
17703 * gdb.arch/altivec-regs.exp: Ditto.
17704 * gdb.asm/asm-source.exp: Ditto.
17705 * gdb.base/advance.exp: Ditto.
17706 * gdb.base/display.exp: Ditto.
17707 * gdb.base/long_long.exp: Ditto.
17708 * gdb.base/mips_pro.exp: Ditto.
17709 * gdb.base/overlays.exp: Ditto.
17710 * gdb.base/relocate.exp: Ditto.
17711 * gdb.base/setshow.exp: Ditto.
17712 * gdb.base/step-line.exp: Ditto.
17713 * gdb.base/step-test.exp: Ditto.
17714 * gdb.base/until.exp: Ditto.
17715 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17716
17717 2003-01-17 David Carlton <carlton@math.stanford.edu>
17718
17719 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17720 corresponding to PR c++/945.
17721 Update copyright.
17722
17723 2003-01-17 David Carlton <carlton@math.stanford.edu>
17724
17725 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17726 corresponding to PR c++/68.
17727
17728 2003-01-17 David Carlton <carlton@math.stanford.edu>
17729
17730 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17731 (test_paddr_hairy_functions): Call print_addr_2_kfail for
17732 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
17733
17734 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17735
17736 * gdb.base/break.exp: Fix change of default location, because of
17737 removal of until tests.
17738 * gdb.base/help.exp: Update test for new 'until' help message.
17739 Add test for help on 'advance'.
17740 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
17741
17742 2003-01-15 Mark Kettenis <kettenis@gnu.org>
17743
17744 * gdb.base/default.exp: Adapt "info float" test for recent changes
17745 to that command. Add test for "info vector".
17746 * gdb.base/float.exp: New file. Add test for "info float" that
17747 resembles the old test in gdb.base/default.exp.
17748
17749 2003-01-15 David Carlton <carlton@math.stanford.edu>
17750
17751 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17752
17753 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17754
17755 * gdb.base/break.exp: Move the tests of until command from here...
17756 * gdb.base/until.exp: ... to here. New file. Add other tests.
17757 * gdb.base/advance.c: New file.
17758 * gdb.base/advance.exp: New file.
17759
17760 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
17761
17762 * gdb.base/args.c: New file.
17763 * gdb.base/args.exp: New file.
17764
17765 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17766
17767 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17768
17769 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17770
17771 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17772
17773 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17774
17775 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
17776 dates.
17777
17778 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17779
17780 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17781
17782 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17783
17784 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17785 (ptype &*"foo").
17786 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17787
17788 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17789
17790 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17791 * gdb.mi/mi1-console.exp: Likewise.
17792
17793 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17794
17795 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17796 * gdb.mi/mi1-console.exp: Likewise.
17797
17798 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17799
17800 * gdb.c++/overload.exp: Remove some fixed XFAILs.
17801
17802 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17803
17804 * gdb.base/detach.exp: New test.
17805
17806 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17807
17808 * Makefile.in (ALL_SUBDIRS): New variable.
17809 (subdirs, clean, distclean): Use it.
17810 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
17811 regenerating Makefile, since it is generated from the top level.
17812 * gdb.asm/Makefile.in: Likewise.
17813 * gdb.base/Makefile.in: Likewise.
17814 * gdb.c++/Makefile.in: Likewise.
17815 * gdb.disasm/Makefile.in: Likewise.
17816 * gdb.java/Makefile.in: Likewise.
17817 * gdb.mi/Makefile.in: Likewise.
17818 * gdb.threads/Makefile.in: Likewise.
17819 * gdb.trace/Makefile.in: Likewise.
17820
17821 2003-01-09 David Carlton <carlton@math.stanford.edu>
17822
17823 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17824 Add copyright year 2003.
17825
17826 2003-01-06 Michael Chastain <mec@shout.net>
17827
17828 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17829 When selecting a thread, 'line' and 'file' are optional.
17830 * gdb.mi/mi1-pthreads.exp: Likewise.
17831
17832 2003-01-06 Andreas Schwab <schwab@suse.de>
17833
17834 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17835 failures.
17836
17837 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17838
17839 Fix PR gdb/844
17840 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17841 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17842
17843 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
17844 instead of calling gdb_suppress_entire_file.
17845 * gdb.threads/print-threads.exp: Likewise.
17846 * gdb.threads/schedlock.exp: Likewise.
17847
17848 * gdb.threads/killed.exp: Return instead of calling
17849 gdb_suppress_entire_file.
17850 * gdb.threads/linux-dp.exp: Likewise.
17851 * gdb.threads/pthreads.exp: Likewise.
17852
17853 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17854
17855 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17856 stabs.
17857 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17858 * gdb.base/whatis.exp: Always allow (void) after function names.
17859
17860 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17861
17862 * gdb.c++/casts.exp: Correct regexp.
17863
17864 2003-01-04 Mark Kettenis <kettenis@gnu.org>
17865
17866 * configure.in: Call AC_CONFIG_HEADER. Don't call
17867 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17868 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
17869 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
17870 aforementioned directories in the AC_OUPUT call.
17871 * config.hin: New file.
17872 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17873 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17874 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17875 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17876 pass -I$objdir instead of -I$objdir/$subdir in compilation.
17877 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17878 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17879 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17880 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17881 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17882 gdb.threads/configure.in, gdb.threads/configure,
17883 gdb.threads/config.in, gdb.trace/configure.in,
17884 gdb.trace/configure: Removed.
17885
17886 2003-01-03 Michael Chastain <mec@shout.net>
17887
17888 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17889 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17890
17891 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
17892
17893 * gdb.base/store.exp: Fix regular expressions.
17894
17895 2002-12-28 Mark Kettenis <kettenis@gnu.org>
17896
17897 * configure.in: Rewrite.
17898 * configure: Regenerated.
17899
17900 2003-01-03 David Carlton <carlton@math.stanford.edu>
17901
17902 * gdb.base/psymtab.exp: New file.
17903 * gdb.base/psymtab1.c: Ditto.
17904 * gdb.base/psymtab2.c: Ditto.
17905
17906 2002-12-23 Adam Fedor <fedor@gnu.org>
17907
17908 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17909
17910 2002-12-23 David Carlton <carlton@math.stanford.edu>
17911
17912 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17913 and current_directory initialization.
17914
17915 2002-12-22 Jim Blandy <jimb@redhat.com>
17916
17917 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17918 rather than as part of the output file name.
17919
17920 * gdb.base/attach.exp: There's no need to copy the test program to
17921 /tmp; that was only ever necessary on HP/UX, and this test is
17922 entirely disabled there anyway.
17923
17924 2002-12-21 Jim Blandy <jimb@redhat.com>
17925
17926 * gdb.c++/psmang.exp: Doc fix.
17927
17928 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17929 test.
17930
17931 2002-12-20 David Carlton <carlton@math.stanford.edu>
17932
17933 * gdb.c++/annota2.exp: KFAIL annotate-quit.
17934
17935 2002-12-18 Michael Chastain <mec@shout.net>
17936
17937 * gdb.c++/annota2.exp: Add copyright year 2002.
17938
17939 2002-12-17 David Carlton <carlton@math.stanford.edu>
17940
17941 * gdb.c++/try_catch.cc: Add marker comments.
17942 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17943 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17944 * gdb.c++/m-static.cc: Ditto.
17945 * gdb.c++/m-static1.cc: Ditto.
17946 * gdb.c++/try_catch.cc: Ditto.
17947
17948 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
17949
17950 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17951 to see whether we are using the new -environment-directory
17952 command which resets via -r or the old version of the command
17953 which may prompt the user. Part of fix for gdb/741.
17954
17955 2002-12-13 Andrew Cagney <ac131313@redhat.com>
17956
17957 * gdb.fortran/types.exp: Update obsolete comment.
17958 * gdb.fortran/exprs.exp: Ditto.
17959 * lib/gdb.exp: Delete obsolete code.
17960 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17961 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17962 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17963 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17964 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17965 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17966 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17967 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17968 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17969 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17970 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17971 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17972 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17973 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17974 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17975 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17976 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17977 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17978 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17979 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17980 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17981 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17982 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17983 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17984 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17985 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17986 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17987 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17988 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17989 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17990 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17991 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17992 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17993 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17994 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17995 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17996 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17997
17998 2002-12-11 David Carlton <carlton@math.stanford.edu>
17999
18000 * gdb.c++/m-data.exp: Add test for members that shadow global
18001 variables: see PR gdb/804.
18002 * gdb.c++/m-data.cc: Ditto.
18003
18004 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
18005
18006 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
18007
18008 2002-12-06 David Carlton <carlton@math.stanford.edu>
18009
18010 * gdb.base/store.c: Don't declare functions static.
18011
18012 2002-12-04 Andrew Cagney <ac131313@redhat.com>
18013
18014 * gdb.base/store.exp, gdb.base/store.c: New files.
18015
18016 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
18017
18018 * gdb.base/selftest.exp: Update for current gdb.
18019
18020 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
18021
18022 * gdb.base/maint.exp: Only dump symbols from one source file
18023 or objfile.
18024
18025 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
18026
18027 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
18028 function call.
18029
18030 2002-11-25 Jim Blandy <jimb@redhat.com>
18031
18032 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
18033 function appearing in error message.
18034
18035 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
18036
18037 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
18038
18039 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
18040
18041 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
18042 for mi1 and current mi is in correct format. New mi startup message
18043 should be in mi console format. This is part of fix for PR gdb/604.
18044
18045 2002-09-18 Fernando Nasser <fnasser@redhat.com>
18046
18047 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
18048 which explicitly prints the zero offset as "+0".
18049
18050 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
18051
18052 * gdb.threads/schedlock.c (args): Make unsigned.
18053
18054 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
18055
18056 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
18057 numbers. Allow "foo2|selected stack frame".
18058 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
18059 * gdb.asm/asmsrc2.s: Likewise.
18060 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
18061 comments.
18062 * gdb.asm/mips.inc: New file.
18063
18064 2002-10-18 Adam Fedor <fedor@gnu.org>
18065
18066 * gdb.base/default.exp: Update expected output to include 'ObjC'.
18067 * gdb.base/help.exp: Likewise.
18068
18069 2002-10-17 Kevin Buettner <kevinb@redhat.com>
18070
18071 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
18072 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
18073
18074 2002-10-02 Jim Blandy <jimb@redhat.com>
18075
18076 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
18077
18078 2002-10-01 Andrew Cagney <ac131313@redhat.com>
18079
18080 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
18081 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
18082 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
18083 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
18084 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
18085 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
18086 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
18087
18088 2002-09-29 Andrew Cagney <ac131313@redhat.com>
18089
18090 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
18091 * mi0-disassemble.exp, mi0-eval.exp: Delete.
18092 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
18093 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
18094 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
18095 * mi0-var-block.exp, mi0-var-child.exp: Delete.
18096 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
18097
18098 2002-09-27 Kevin Buettner <kevinb@redhat.com>
18099
18100 * gdb.base/annota1.exp (info break): Make directory components of
18101 path optional since not all compilers emit this debug information.
18102
18103 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
18104 step ends up stepping out of the function instead of stopping on
18105 the epilogue.
18106
18107 2002-09-26 Keith Seitz <keiths@redhat.com>
18108
18109 * lib/insight-support.exp (gdbtk_start): Figure out where
18110 the insight executable is based on where gdb is. Use this
18111 executable to start insight instead of gdb.
18112
18113 2002-09-25 Andrew Cagney <cagney@redhat.com>
18114
18115 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
18116
18117 2002-09-24 Andrew Cagney <ac131313@redhat.com>
18118
18119 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
18120 test_isolated_complaints.
18121 (test_empty_complaint): New function.
18122 (test_empty_complaints): New function. Check no output when no
18123 complaints.
18124
18125 2002-09-19 Jim Blandy <jimb@redhat.com>
18126
18127 * gdb.base/charset.exp, gdb.base/charset.c: New files.
18128
18129 2002-09-19 Andrew Cagney <ac131313@redhat.com>
18130
18131 * gdb.gdb/complaints.exp: New file.
18132
18133 2002-09-18 Andrew Cagney <ac131313@redhat.com>
18134
18135 * gdb.base/maint.exp: Check `help maint internal-warning'.
18136
18137 2002-09-18 David Carlton <carlton@math.stanford.edu>
18138
18139 * gdb.c++/m-static.exp: Remove breakpoints depending on line
18140 numbers, and replace them by a single breakpoint after the
18141 constructors are all finished.
18142 Add test 4.
18143 * gdb.c++/m-static.cc: Add test 4.
18144 * gdb.c++/m-static.h: New file.
18145 * gdb.c++/m-static1.cc: New file.
18146
18147 * gdb.c++/printmethod.exp: New file.
18148 * gdb.c++/printmethod.cc: New file.
18149
18150 * gdb.c++/pr-574.exp: New file.
18151 * gdb.c++/pr-574.cc: New file.
18152
18153 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
18154
18155 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
18156 embedded targets which never actually exit.
18157
18158 2002-09-18 Fernando Nasser <fnasser@redhat.com>
18159
18160 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
18161 "don't step after run" as unresolved or unsupported, instead of xfail.
18162
18163 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
18164
18165 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
18166 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
18167 Add newline to expected string in "step out of main (status wrapper)"
18168 case.
18169
18170 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
18171
18172 * lib/gdb.exp (rerun_to_main): Allow restarting application.
18173 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
18174
18175 2002-09-17 Tom Tromey <tromey@redhat.com>
18176
18177 * gdb.base/printcmds.exp (test_print_string_constants): Expect
18178 \000, not \0, in double-quoted string.
18179
18180 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
18181
18182 * gdb.base/commands.exp: Don't expect a "Program exited normally"
18183 string after running the commands execution on breakpoint tests.
18184
18185 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
18186
18187 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
18188
18189 2002-09-12 Joel Brobecker <brobecker@gnat.com>
18190
18191 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
18192
18193 2002-09-10 Keith Seitz <keiths@redhat.com>
18194
18195 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
18196 runto proc.
18197 (mi_run_to_main): Use mi_runto.
18198 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
18199
18200 2002-09-10 Keith Seitz <keiths@redhat.com>
18201
18202 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
18203 regexp for stopping at main. Could have multiple event notifications.
18204 Don't assume that main was declared with no parameters.
18205 (mi_next): Use mi_step_to.
18206 (mi_step): Use mi_next_to.
18207
18208 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
18209
18210 * gdb.base/default.exp: Fix expected string in `info float' test.
18211
18212 2002-09-09 Ben Elliston <bje@redhat.com>
18213
18214 * config/mips.exp: Update comments.
18215 * config/mips-idt.exp: Likewise.
18216 * config/nind.exp: Likewise.
18217 * config/slite.exp: Likewise.
18218 * config/sparclet.exp: Likewise.
18219 * config/udi.exp: Likewise.
18220 * config/vx.exp: Likewise.
18221 * config/vxworks29k.exp: Likewise.
18222
18223 2002-09-05 Jim Blandy <jimb@redhat.com>
18224
18225 * gdb.threads/killed.exp: Fix test failure message.
18226
18227 2002-09-04 Keith Seitz <keiths@redhat.com>
18228
18229 * lib/mi-support.exp: Update copyright.
18230 (mi_gdb_test): Increase the priority of the expected pattern
18231 so that it matches gdb_test.
18232
18233 2002-09-03 Keith Seitz <keiths@redhat.com>
18234
18235 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
18236 Use integer comparison instead of string comparison for testing
18237 whether binary was built.
18238
18239 2002-09-03 Jim Blandy <jimb@redhat.com>
18240
18241 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
18242
18243 2002-08-29 Jim Blandy <jimb@redhat.com>
18244
18245 * gdb.threads/pthreads.exp: Move the portable thread compilation
18246 code into a function in lib/gdb.exp, and call that from here.
18247 * lib/gdb.exp (gdb_compile_pthreads): New function.
18248
18249 2002-08-29 Keith Seitz <keiths@redhat.com>
18250
18251 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
18252 expect_out so that callers can get at it.
18253
18254 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
18255
18256 * gdb.threads/print-threads.c: New file.
18257 * gdb.threads/print-threads.exp: New file.
18258 * gdb.threads/schedlock.c: New file.
18259 * gdb.threads/schedlock.exp: New file.
18260
18261 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
18262
18263 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
18264 not altivec.c.
18265
18266 2002-08-17 Mark Kettenis <kettenis@gnu.org>
18267
18268 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
18269 targets. The problem should be fixed now.
18270
18271 2002-08-15 Mark Kettenis <kettenis@gnu.org>
18272
18273 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
18274 2002-07-24 change that removes final dots from error messages.
18275
18276 2002-08-13 Tom Tromey <tromey@redhat.com>
18277
18278 * gdb.base/readline.exp: New file.
18279
18280 2002-08-01 Andrew Cagney <ac131313@redhat.com>
18281
18282 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
18283 supress message.
18284
18285 2002-08-01 Andrew Cagney <cagney@redhat.com>
18286
18287 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
18288 CHILL_FOR_TARGET and CHILL_LIB.
18289 * configure.in (configdirs): Remove gdb.chill.
18290 * configure: Regenerate.
18291 * lib/gdb.exp: Obsolete references to chill.
18292 * gdb.fortran/types.exp: Ditto.
18293 * gdb.fortran/exprs.exp: Ditto.
18294
18295 2002-07-30 Kevin Buettner <kevinb@redhat.com>
18296
18297 * gdb.base/shlib-call.exp (additional_flags): Conditionally
18298 set Irix-specific compile and link flags.
18299
18300 2002-07-29 Kevin Buettner <kevinb@redhat.com>
18301
18302 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
18303 source files. The ``-o'' option doesn't work with the ``-E'' option
18304 when using the Irix compiler.
18305
18306 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
18307
18308 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
18309 Improve support for reusing an exec file. Copy exec file
18310 to target, and run gdbserver on the target instead of on the host.
18311
18312 2002-07-18 Jim Blandy <jimb@redhat.com>
18313
18314 * gdb.base/ending-run.exp: Don't expect to see the program end in
18315 some orderly fashion when we're running on a real stand-alone
18316 board.
18317
18318 * gdb.base/interrupt.exp: Correct logic for skipping tests on
18319 targets that don't support interrupts.
18320
18321 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
18322
18323 * gdb.base/attach.exp: Add patterns to match output from /proc-based
18324 systems.
18325 Move comments in expect statements to inside the actions, so that they
18326 don't get matched against.
18327
18328 2002-07-10 Mark Kettenis <kettenis@gnu.org>
18329
18330 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18331 function when asleep" test.
18332
18333 2002-07-10 Andrew Cagney <ac131313@redhat.com>
18334
18335 * gdb.base/page.exp: Rewrite to handle problems with very long
18336 `info set' output. Update copyright.
18337
18338 2002-06-26 Andrew Cagney <ac131313@redhat.com>
18339
18340 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18341 gdb.threads-hp.
18342 * gdb.hp/configure: Regenerate.
18343 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18344 * gdb.hp/gdb.threads-hp/configure: Delete file.
18345 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18346
18347 2002-06-22 Andrew Cagney <ac131313@redhat.com>
18348
18349 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18350 setlocale, bindtextdomain and textdomain.
18351
18352 2002-06-11 Jim Blandy <jimb@redhat.com>
18353
18354 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18355 preprocessor macro information is present.
18356
18357 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18358 tests.
18359
18360 2002-06-06 Michael Snyder <msnyder@redhat.com>
18361
18362 * gdb.base/overlays.exp: Record addresses of overlay
18363 functions in TCL variables rather than in GDB variables,
18364 to avoid having GDB convert them to pointers (with loss
18365 of information).
18366
18367 * gdb.base/d10v.ld: Merge in several years worth of
18368 default linker script changes.
18369 * gdb.base/long_long.exp: Add check for sizeof (long double).
18370
18371 2002-06-06 Michal Ludvig <mludvig@suse.cz>
18372
18373 * gdb.asm/asm-source.exp: Add x86-64 target.
18374 * gdb.asm/x86_64.inc: New.
18375
18376 2002-05-30 Michael Chastain <mec@shout.net>
18377
18378 From Benjamin Kosnik <bkoz@redhat.com>:
18379 * gdb.c++/m-static.cc: New file.
18380 * gdb.c++/m-static.exp: New file.
18381
18382 2002-05-28 Michael Snyder <msnyder@redhat.com>
18383
18384 * gdb.base/call-ar-st.exp: Allow for reduced floating point
18385 precision.
18386
18387 2002-05-27 Michael Chastain <mec@shout.net>
18388
18389 From Benjamin Kosnik <bkoz@redhat.com>:
18390 * gdb.c++/m-data.cc: New file.
18391 * gdb.c++/m-data.exp: New file.
18392
18393 2002-05-27 Michael Chastain <mec@shout.net>
18394
18395 From Benjamin Kosnik <bkoz@redhat.com>:
18396 * gdb.c++/try_catch.cc: New file.
18397 * gdb.c++/try_catch.exp: New file.
18398
18399 2002-05-27 Michael Chastain <mec@shout.net>
18400
18401 * gdb.c++/local.exp: Accept more nested types in output.
18402
18403 2002-05-26 Michael Chastain <mec@shout.net>
18404
18405 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18406
18407 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
18408
18409 * lib/gdb.exp (gdb_wrapper_init): Just because
18410 gdb_wrapper_file exists, this does not mean that the file
18411 should not be rebuilt. That is what gdb_wrapper_initialized
18412 is for.
18413 (default_gdb_init): Reset gdb_wrapper_initialized.
18414
18415 2002-05-23 Michael Snyder <msnyder@redhat.com>
18416
18417 * gdb.base/all-bin.exp: Revise previous patch by just reducing
18418 the precision of the floating point test results.
18419 * gdb.base/call-rt-st.exp: Ditto.
18420
18421 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18422 * gdb.base/call-rt-st.exp: Ditto.
18423
18424 2002-05-19 Michael Chastain <mec@shout.net>
18425
18426 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18427
18428 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
18429
18430 * configure.in (configdirs): Add gdb.arch.
18431 * configure: Regenerate.
18432
18433 2002-05-17 Jim Blandy <jimb@redhat.com>
18434
18435 * gdb.base/completion.exp: Recognize the more detailed error
18436 messages produced by the macro expander's lexical analyzer.
18437
18438 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
18439
18440 * gdb.arch/altivec-abi.c: New file.
18441 * gdb.arch/altivec-abi.exp: New file.
18442 * gdb.arch/altivec-regs.c: New file.
18443 * gdb.arch/altivec-regs.exp: New file.
18444
18445 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
18446
18447 * gdb.base/maint.exp (maint print type): Update for new type
18448 structure.
18449
18450 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
18451
18452 * gdb.arch: New directory.
18453 * gdb.arch/configure.in: New file.
18454 * gdb.arch/configure: New file.
18455 * gdb.arch/Makefile.in: New file.
18456
18457 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
18458
18459 * gdb.asm/asm-source.exp: Add v850 as supported target.
18460 * gdb.asm/v850.inc: New file.
18461
18462 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
18463
18464 * gdb.c++/annota2.exp (annotate-quit): Add comment.
18465
18466 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
18467
18468 * gdb.base/break.exp: Check 'break "marker2"'.
18469
18470 2002-05-10 Michael Snyder <msnyder@redhat.com>
18471
18472 * gdb.base/long_long.exp: Fix typo.
18473
18474 2002-05-10 Jim Blandy <jimb@redhat.com>
18475
18476 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
18477 a bug.
18478
18479 * gdb.base/printcmds.exp (test_integer_literals_rejected):
18480 Recognize more detailed error message produced by the macro
18481 expander's lexical analyzer.
18482 * lib/gdb.exp (test_print_reject): Same.
18483
18484 2002-05-09 Mark Kettenis <kettenis@gnu.org>
18485
18486 * gdb.c++/method.exp: Fix typo.
18487
18488 2002-05-08 Michael Snyder <msnyder@redhat.com>
18489
18490 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18491 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
18492 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
18493 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18494 Add iftarget clause for strongarm.
18495
18496 2002-05-06 Michael Snyder <msnyder@redhat.com>
18497
18498 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18499 (gdb_continue_to_end): Accept output from status wrapper.
18500 * gdb.base/ending-run.exp: Add case for output from status wrapper.
18501 Clean up fail messages to match pass messages.
18502
18503 Enable the "needs_status_wrapper" testsuite feature.
18504 * lib/gdb.exp (gdb_wrapper_init): New procedure.
18505 (gdb_compile): Conditionally call gdb_wrapper_init.
18506 * gdb.base/a2-run.exp: Recognize output from status wrapper.
18507 * gdb.c++/method.exp: Recognize output from status wrapper.
18508
18509 2002-05-06 Ben Elliston <bje@redhat.com>
18510 From Graydon Hoare <graydon@redhat.com>
18511
18512 * config/sid.exp: Include support for "rawsid" protocol.
18513
18514 2002-05-03 Jim Blandy <jimb@redhat.com>
18515
18516 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18517 * gdb.c++/hang3.C: New file.
18518
18519 2002-05-04 Andrew Cagney <ac131313@redhat.com>
18520
18521 * gdb.base/default.exp: Remove obsolete code.
18522 * gdb.c++/misc.exp: Ditto. Update copyright.
18523 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
18524 * gdb.base/whatis.exp: Ditto. Update copyright.
18525 * gdb.base/scope.exp: Ditto. Update copyright.
18526 * gdb.base/ptype.exp: Ditto. Update copyright.
18527 * gdb.base/printcmds.exp: Ditto. Update copyright.
18528 * gdb.base/opaque.exp: Ditto. Update copyright.
18529 * gdb.base/list.exp: Ditto.
18530 * gdb.base/funcargs.exp: Ditto. Update copyright.
18531 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18532 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18533 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18534 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18535 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18536 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18537
18538 2002-05-02 Michael Snyder <msnyder@redhat.com>
18539
18540 * gdb.base/watchpoint.exp: Add xscale target.
18541 * gdb.base/long_long.exp: Add xscale target.
18542 * gdb.base/default.exp: Add xscale target.
18543
18544 2002-05-01 Jim Blandy <jimb@redhat.com>
18545
18546 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18547 gdb.c++/hang.exp: New test.
18548
18549 2002-05-01 Fred Fish <fnf@redhat.com>
18550
18551 * gdb.base/completion.exp: Handle completions of "./Make" for
18552 more than one completion possibility, as is the case when we
18553 build and test in the source tree.
18554
18555 2002-04-29 Anthony Green <green@redhat.com>
18556
18557 * gdb.java/jmisc1.exp: New file.
18558 * gdb.java/jmisc2.exp: New file.
18559
18560 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
18561
18562 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18563
18564 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
18565
18566 * gdb.base/help.exp: Change 'help status' to allow for target
18567 dependent output differences.
18568
18569 2002-04-22 Michael Chastain <mec@shout.net>
18570
18571 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18572
18573 2002-04-22 Michael Chastain <mec@shout.net>
18574
18575 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18576
18577 2002-04-17 David S. Miller <davem@redhat.com>
18578
18579 * gdb.asm/sparc64.inc: New file.
18580 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18581
18582 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
18583
18584 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18585 instruction file directly into the build tree. Clean up at end of
18586 test.
18587
18588 2002-04-18 David S. Miller <davem@redhat.com>
18589
18590 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18591 handle 64-bit platforms correctly.
18592 * gdb.base/maint.exp: Likewise.
18593
18594 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18595
18596 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18597 ``-fpic'' when compiling files comprising a shared library, but
18598 it does need additional linker flags in order to find shared
18599 libraries at run time.
18600
18601 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18602
18603 * gdb.base/cvexpr.c (use): New function.
18604 (main): Invoke use() on all global variables to prevent
18605 some linkers from deleting these otherwise unused symbols.
18606
18607 2002-04-17 Michael Chastain <mec@shout.net>
18608 From David S. Miller <davem@redhat.com>
18609
18610 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18611 handle 64-bit platforms correctly.
18612
18613 2002-04-12 Michael Snyder <msnyder@redhat.com>
18614 From Jim Blandy <jimb@redhat.com>
18615 * gdb.base/foo.c (foox): Remove section attribute; the linker
18616 script can handle this instead.
18617 * gdb.base/bar.c (barx): Same.
18618 * gdb.base/baz.c (bazx): Same.
18619 * gdb.base/grbx.c (grbxx): Same.
18620
18621 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18622 manager doesn't automatically unmap overlays unnecessarily.
18623
18624 2002-04-10 Martin M. Hunt <hunt@redhat.com>
18625
18626 * gdb.base/ending-run.exp: Fix pattern for Mips targets
18627 stepping out of main.
18628
18629 2002-04-09 Michael Chastain <mec@shout.net>
18630
18631 * gdb.c++/local.cc (main): Move call to marker1() inside nested
18632 scope so that the nested scope tests will make sense.
18633 * gdb.c++/local.exp: Write patterns that actually work with gcc
18634 (the HP patterns "were never known to work with gcc").
18635 Keep the old aCC patterns too.
18636
18637 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
18638
18639 * gdb.base/attach.exp: Correct target board test.
18640
18641 2002-04-08 Michael Chastain <mec@shout.net>
18642
18643 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18644 in a const method. Add some xfail and fail cases for configurations
18645 that do not emit the "const ...".
18646
18647 2002-04-07 Michael Chastain <mec@shout.net>
18648
18649 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18650 Accept "A * const" and "const A * const" as type of "this".
18651 Fix spelling of getFunky throughout. Make messages uniform.
18652
18653 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18654
18655 Work around for PR gdb/285:
18656 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18657
18658 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18659
18660 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18661 instructions file at run time instead of configure time.
18662 Sometimes we run the test in a directory that is not the one we
18663 configured in.
18664 * gdb.asm/configure.in: Delete creation of symlink.
18665 * gdb.asm/configure: Regenerate.
18666
18667 2002-04-05 J. Brobecker <brobecker@gnat.com>
18668
18669 * gdb.gdb/xfullpath.exp: New test, to exercise the new
18670 xfullpath () function.
18671
18672 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18673
18674 * gdb.asm/Makefile.in: Correct dependencies.
18675
18676 * gdb.asm/powerpc.inc: New file.
18677 * gdb.asm/asm-source.exp: Add PowerPC.
18678 * gdb.asm/configure.in: Likewise.
18679 * gdb.asm/configure: Regenerated.
18680
18681 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18682
18683 * gdb.base/relocate.exp: New file.
18684 * gdb.base/relocate.c: New file.
18685
18686 2002-04-04 Fred Fish <fnf@redhat.com>
18687
18688 * gdb.base/step-test.exp: Update comment regarding stopping in
18689 memcpy/bcopy calls inserted as part of the compiler runtime.
18690
18691 2002-04-04 Michael Snyder <msnyder@redhat.com>
18692
18693 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18694
18695 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
18696
18697 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18698 (gdb_expect): Remove $notransfer hack.
18699
18700 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
18701
18702 * gdb.c++/classes.exp ("calling method for small class"): Match
18703 updated register output.
18704
18705 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18706
18707 Fix PR gdb/452
18708 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18709 when finished. Make gdb_file_cmd send "exec-file" when
18710 appropriate.
18711
18712 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18713
18714 * gdb.base/attach.exp: Remove extra setup_xfail.
18715
18716 2002-03-26 Michael Snyder <msnyder@redhat.com>
18717
18718 * gdb.base/default.exp: Add tests for dump, append, and restore.
18719 * gdb.base/help.exp: Add tests for dump, append, and restore.
18720 * gdb.base/dump.exp: New file, test dump, append and restore.
18721 * gdb.base/dump.c: New file.
18722
18723 2002-03-27 Michael Snyder <msnyder@redhat.com>
18724
18725 * gdb.base/help.exp: Modify expect strings to reflect
18726 clean-ups in help messages.
18727
18728 2002-03-26 Fred Fish <fnf@redhat.com>
18729
18730 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18731 have debugging info for those functions and the compiler uses them
18732 internally to copy structs around.
18733
18734 2002-03-26 Fred Fish <fnf@redhat.com>
18735
18736 * gdb.base/list.exp: Revert the change made yesterday and add note
18737 about why we don't list the default lines for remote targets.
18738
18739 2002-03-25 Michael Snyder <msnyder@redhat.com>
18740
18741 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18742
18743 2002-03-25 Fred Fish <fnf@redhat.com>
18744
18745 * gdb.base/list.exp: This test works on remote targets so remove
18746 the short circuit for remote targets. Update copyright.
18747
18748 2002-03-25 Fred Fish <fnf@redhat.com>
18749
18750 * gdb.base/attach.exp: Fix logic error that was suppressing this
18751 test for all non hppa*-*-hpux* targets, instead of the hp target.
18752 Move comments closer to the suppression point. Also now need to
18753 check that we are running natively.
18754
18755 2002-03-22 Michael Snyder <msnyder@redhat.com>
18756
18757 * gdb.base/default.exp: Add test for gcore. Update copyright.
18758 * gdb.base/help.exp: Add test for gcore. Update copyright.
18759
18760 2002-03-06 Fred Fish <fnf@redhat.com>
18761
18762 * gdb.base/funcargs.c: Remove extraneous ';' character.
18763 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18764
18765 2002-03-04 Michael Chastain <mec@shout.net>
18766
18767 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18768 accommodate gcc v3 function signature.
18769 * gdb.mi/mi0-var-cmd-exp: Ditto.
18770
18771 2002-02-24 Andrew Cagney <ac131313@redhat.com>
18772
18773 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18774 ``GNU/Linux'' or ``Linux kernel''
18775 * testsuite/gdb.threads/pthreads.c: Ditto.
18776
18777 2002-02-24 Michael Chastain <mec@shout.net>
18778
18779 * gdb.threads/pthreads.c (thread1): Add a return statement.
18780 (thread2): Likewise.
18781 (foo): Likewise.
18782
18783 2002-02-23 Michael Chastain <mec@shout.net>
18784
18785 * gdb.threads/linux-dp.c (philosopher): Add a return statement
18786 to placate gcc.
18787
18788 2002-02-23 Michael Chastain <mec@shout.net>
18789
18790 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18791 test "ptype bint". The test passes on all my stabs configurations.
18792
18793 2002-02-21 Jim Blandy <jimb@redhat.com>
18794
18795 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18796 filename at a time, and watch for the ones we want to see.
18797
18798 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18799 types of pointers to prototyped functions.
18800
18801 2002-02-20 Andrew Cagney <ac131313@redhat.com>
18802
18803 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
18804 signed, unsigned and straight char.
18805 (padding_char, padding_short, padding_int, padding_long,
18806 padding_long_long, padding_float, padding_double,
18807 padding_long_double): New global variables.
18808 (fill, fill_structs): New functions.
18809
18810 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
18811 for correctly sized writes. Update copyright.
18812 (get_valueof): New procedure.
18813 (get_sizeof): Call get_valueof.
18814 (check_valueof): New procedure.
18815 (check_padding): New procedure.
18816
18817 2002-02-20 Michael Chastain <mec@shout.net>
18818
18819 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18820 to setup_xfail. Document some of the remaining calls.
18821
18822 2002-02-18 Michael Chastain <mec@shout.net>
18823
18824 * gdb.c++/userdef.exp: Update copyright year.
18825
18826 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
18827
18828 * gdb.c++/userdef.exp: Test overloaded operators properly.
18829 Remove xfails.
18830
18831 2002-02-14 Michael Snyder <msnyder@redhat.com>
18832
18833 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18834
18835 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
18836
18837 * gdb.base/a2-run.exp: Check for a remote target properly.
18838 * gdb.base/annota1.exp: Likewise.
18839 * gdb.base/list.exp: Likewise.
18840 * gdb.base/reread.exp: Likewise.
18841 * gdb.base/scope.exp: Likewise.
18842 * gdb.base/shlib-call.exp: Likewise.
18843 * gdb.base/term.exp: Likewise.
18844 * gdb.c++/annota2.exp: Likewise.
18845
18846 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
18847
18848 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18849
18850 2002-02-10 Michael Chastain <mec@shout.net>
18851
18852 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18853 (call_after_alloca): Ditto.
18854
18855 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
18856
18857 * gdb.base/ending-run.exp: Guard "cont" test with
18858 gdb_skip_stdio_test.
18859
18860 2002-02-06 Jim Blandy <jimb@redhat.com>
18861
18862 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18863 from here...
18864 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18865 To here. Disable this test on non-HP platforms. Add big comment.
18866
18867 2002-02-04 Michael Snyder <msnyder@redhat.com>
18868
18869 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
18870 other than d10v and m32r.
18871
18872 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
18873
18874 * gdb.base/default.exp: Rewrite test patterns to reduce time
18875 taken to match them.
18876
18877 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18878
18879 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18880 Allow a start function above main.
18881 * gdb.threads/linux-dp.exp: Fix copyright date.
18882
18883 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18884
18885 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18886 (check_philosopher_stack): Check for manager thread before checking
18887 for a just-starting thread.
18888
18889 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18890
18891 From Neil Booth <neil@daikokuya.demon.co.uk>:
18892 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18893 warnings.
18894
18895 2002-01-21 Fred Fish <fnf@redhat.com>
18896
18897 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18898 not caller.
18899
18900 2002-01-21 Jim Blandy <jimb@redhat.com>
18901
18902 * gdb.base/reread.exp: Check that GDB properly re-reads the
18903 executable file when it changes while no inferior is running.
18904
18905 2002-01-21 Fred Fish <fnf@redhat.com>
18906
18907 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18908 optionally accept the "shlib events" variation.
18909
18910 2002-01-21 Jim Blandy <jimb@redhat.com>
18911
18912 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18913 call `fflush' after every `printf', so that the output is produced
18914 at predictable points, regardless of whatever buffering does (or
18915 doesn't) take place.
18916 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18917 at different points.
18918
18919 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18920
18921 * gdb.c++/inherit.exp: Update copyright years.
18922 * gdb.c++/method.exp: Likewise.
18923
18924 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18925
18926 * gdb.c++/classes.exp: Update for improved v3 support and skipping
18927 artificial methods/arguments.
18928 * gdb.c++/derivation.exp: Likewise.
18929 * gdb.c++/inherit.exp: Likewise.
18930 * gdb.c++/method.exp: Likewise.
18931 * gdb.c++/virtfunc.exp: Likewise.
18932
18933 2002-01-18 Andrew Cagney <ac131313@redhat.com>
18934
18935 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18936 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18937 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18938 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18939 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18940 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18941
18942 2002-01-17 Jim Blandy <jimb@redhat.com>
18943
18944 * gdb.asm/asm-source.exp (info symbol): Take another shot at
18945 anchoring the pattern matching the entry point symbol's name.
18946
18947 2002-01-17 Andrew Cagney <ac131313@redhat.com>
18948
18949 * gdb.base/maint.exp: Update ``maint internal-error'' to match
18950 continue/quit query. Update copyright.
18951
18952 2002-01-14 Michael Snyder <msnyder@redhat.com>
18953
18954 * gdb.base/gcore.exp: Remove extra debugging output.
18955
18956 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18957
18958 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18959 for slightly dubious v2 mangled string.
18960
18961 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18962
18963 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18964
18965 2002-01-10 Jason Merrill <jason@redhat.com>
18966
18967 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
18968
18969 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18970 constructors.
18971 * gdb.c++/derivation.exp: Likewise.
18972 * gdb.c++/templates.exp: Likewise.
18973 * gdb.c++/virtfunc.exp: Likewise.
18974
18975 2002-01-10 Michael Snyder <msnyder@redhat.com>
18976
18977 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
18978
18979 2002-01-08 Michael Snyder <msnyder@redhat.com>
18980
18981 * gdb.base/gcore.exp: New test for generate-core-file command.
18982 * gdb.base/gcore.c: Testcase for above.
18983 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18984
18985 2002-01-08 Jason Merrill <jason@redhat.com>
18986
18987 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18988
18989 2002-01-07 Fred Fish <fnf@redhat.com>
18990
18991 * gdb.c++/overload.exp: Remove unconditional xfails for:
18992 print foo_instance1.overloadargs(1)
18993 print foo_instance1.overloadargs(1, 2)
18994 print foo_instance1.overloadargs(1, 2, 3)
18995 print foo_instance1.overloadargs(1, 2, 3, 4)
18996 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18997 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18998 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18999 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
19000 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
19001 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
19002 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
19003 print foo_instance1.overload1arg()
19004 print foo_instance1.overload1arg((char)arg2)
19005 print foo_instance1.overload1arg((signed char)arg3)
19006 print foo_instance1.overload1arg((unsigned char)arg4)
19007 print foo_instance1.overload1arg((int)arg7)
19008 print foo_instance1.overload1arg((unsigned int)arg8)
19009 print foo_instance1.overload1arg((float)arg11)
19010 print foo_instance1.overload1arg((double)arg12)
19011
19012 2002-01-07 Michael Snyder <msnyder@redhat.com>
19013
19014 * gdb.base/huge.exp: New test. Print a very large target data object.
19015 (skip_huge_test): New test variable. Define if you want to skip this
19016 test. The test reads an 8 megabyte data object from the target, so it
19017 might be very time consuming on remote targets with a slow connection.
19018 * gdb.base/huge.c: New file. Test case for above.
19019
19020 2002-01-07 Fred Fish <fnf@redhat.com>
19021
19022 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
19023 g_instance.bfoo, and g_instance.cfoo.
19024
19025 2002-01-07 Jeffrey A Law <law@redhat.com>
19026
19027 * gdb.base/break.c (multi_line_if_conditional): New function.
19028 (multi_ilne_while_conditional): Likewise.
19029 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
19030 IF or WHILE condition puts the breakpoint at the start of
19031 the condition.
19032
19033 * gdb.base/selftest.exp (backtrace through signal handler): Remove
19034 hppa*-*-hpux* expected failure.
19035 * gdb.base/structs.exp (do_function_calls): Similarly.
19036
19037 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
19038 watchpoints.
19039
19040 2002-01-06 Andrew Cagney <ac131313@redhat.com>
19041
19042 Fix PR gdb/66.
19043 * gdb.base/structs.exp: Replace skip for a29k with skip for
19044 gdb,cannot_call_functions.
19045 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
19046 * gdb.base/callfuncs.exp: Ditto.
19047 * gdb.base/call-rt-st.exp: Ditto.
19048 * gdb.base/call-strs.exp: Ditto.
19049 * gdb.base/callfwmall.exp: Ditto.
19050 * gdb.base/scope.exp: Obsolete xfail a29k.
19051 * gdb.c++/misc.exp: Ditto.
19052 * gdb.c++/cplusfuncs.exp: Ditto.
19053 * gdb.base/ptype.exp: Ditto.
19054 * gdb.base/printcmds.exp: Ditto.
19055 * gdb.base/opaque.exp: Ditto.
19056 * gdb.base/list.exp: Ditto.
19057 * gdb.base/funcargs.exp: Ditto.
19058 * gdb.base/default.exp: Ditto.
19059
19060 2002-01-04 Michael Snyder <msnyder@redhat.com>
19061
19062 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
19063 * gdb.base/maint.exp: Add tests for maint info sections options.
19064
19065 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
19066
19067 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
19068
19069 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
19070
19071 * gdb.asm/arm.inc: New file.
19072 * gdb.asm/asm-source.exp: Add arm targets.
19073 * gdb.asm/configure.in: Ditto.
19074 * gdb.asm/configure: Recreated from configure.in.
19075
19076 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
19077
19078 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
19079 with HP's compiler.
19080 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19081 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19082 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19083 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19084
19085 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
19086 either HP's compilers or GCC.
19087
19088 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
19089 a SIGBUS or SIGSEGV.
19090
19091 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
19092
19093 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
19094 can be compiled with either HP's compiler or GCC.
19095
19096 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
19097 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
19098 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
19099
19100 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
19101 to match current gdb output. Update due to using auto-solib-limit
19102 for limiting instead of overloading auto-solib-add.
19103 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
19104 test program.
19105
19106 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
19107 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
19108 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19109 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19110 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19111 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19112 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
19113 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
19114 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
19115 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
19116 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
19117 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
19118 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
19119
19120 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
19121 a SIGTRAP to the inferior.
19122
19123 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
19124
19125 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
19126 Substitute call to target_link by call to gdb_compile.
19127
19128 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
19129
19130 * gdb.base/break.exp: Fix HP specific search string when testing
19131 backtracing in a called function.
19132
19133 * gdb.base/constvars.exp: Only set lang to C++ if we're
19134 compiling the test with HP's compilers.
19135 * gdb.base/volatile.exp: Similarly.
19136
19137 2001-12-19 Jim Blandy <jimb@redhat.com>
19138
19139 * gdb.base/printcmds.exp: Expect the null character to be printed
19140 as '\0', and the '\013' to be printed as '\v'.
19141 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
19142 * gdb.base/setvar.exp: Same.
19143
19144 2001-12-17 Jim Blandy <jimb@redhat.com>
19145
19146 * gdb.base/completion.exp: Rather than completing very long
19147 filenames, which can make the readline library produce output we
19148 don't recognize, cd to the directory first, and then complete
19149 using nice, short relative paths.
19150
19151 * gdb.base/completion.exp: On some systems, there is, in fact, a
19152 variable named `b' in scope, since GDB treats all static
19153 variables as being in scope. So use `no_var_named_this'
19154 instead of `b'.
19155
19156 * gdb.base/corefile.exp: Recognize the message saying that GDB
19157 can't find the core file's registers as a failure.
19158
19159 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
19160
19161 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
19162 test expect string more specific.
19163
19164 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
19165
19166 * gdb.asm/asm-source.exp: Add support for xstormy16.
19167 * gdb.asm/configure.in: Ditto.
19168 * gdb.asm/configure: Rebuild.
19169 * gdb.asm/xstormy16.inc: New file.
19170
19171 2001-12-10 Fred Fish <fnf@redhat.com>
19172
19173 * gdb.base/maint.exp: Update to match changes in type dumping code.
19174
19175 2001-12-10 Jim Blandy <jimb@redhat.com>
19176
19177 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
19178 matching the entry point symbol's name at the beginning of the
19179 line.
19180
19181 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
19182
19183 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
19184 gdb.c++/inherit.exp, gdb.c++/method.exp,
19185 gdb.c++/namespace.exp, gdb.c++/templates.exp,
19186 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
19187 and class layout support.
19188
19189 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
19190
19191 * gdb.c++/classes.exp: Add test for static member function.
19192 * gdb.c++/misc.cc: Add class with static member function.
19193
19194 2001-12-07 Jim Blandy <jimb@redhat.com>
19195
19196 If GDB says it can't find the struct the function returned, report
19197 those tests as `unsupported'.
19198 * gdb.base/call-rt-st.exp (print_struct_call): New function.
19199 Rewrite subsequent tests to use it.
19200
19201 If GDB says it can't find the struct the function returned, report
19202 those tests as `unsupported'.
19203 * gdb.base/structs.exp (call_struct_func): New function.
19204 (do_function_calls): Use call_struct_func to call the functions
19205 returning structs.
19206
19207 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
19208 whether functions are prototyped or not, so we can't possibly pass
19209 arguments to t_float_values2 properly.
19210
19211 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
19212 value of `timeout' for targets other than the mips*tx39-*.
19213
19214 2001-12-06 Michael Snyder <msnyder@redhat.com>
19215
19216 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
19217 and detect whether the start symbol has a leading underscore.
19218
19219 2001-12-04 Jim Blandy <jimb@redhat.com>
19220
19221 * gdb.base/completion.exp: Clarify indentation.
19222
19223 2001-12-03 Jim Blandy <jimb@redhat.com>
19224
19225 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
19226 variables on the S/390, not `.word'.
19227
19228 2001-11-30 Jim Blandy <jimb@redhat.com>
19229
19230 Add assembly-source tests for s390-ibm-linux.
19231 * gdb.asm/s390.inc: New file.
19232 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
19233 the S/390 architecture.
19234 * gdb.asm/configure: Regenerated.
19235
19236 2001-11-30 Michael Snyder <msnyder@redhat.com>
19237
19238 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
19239 next, info source, info sources, info line, global and static
19240 variables, and static functions.
19241 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
19242 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
19243 * gdb.asm/asmsrc1.s: Add a static function and some variables.
19244 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
19245 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
19246 (gdbasm_leave): Restore frame pointer.
19247 (gdbasm_startup): Copy stack set-up from crt0.S.
19248
19249 2001-11-26 Fernando Nasser <fnasser@redhat.com>
19250
19251 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
19252 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
19253 to a local (non-static) variable. Copy tstruct.a to a static buffer
19254 and return a pointer to that buffer.
19255 * gdb.base/callfwmall.c (t_structs_a): Ditto.
19256
19257 2001-11-24 Mark Kettenis <kettenis@gnu.org>
19258
19259 * gdb.asm/configure.in: Fix recognition of ix86 target.
19260 * gdb.asm/configure: Regenerate.
19261
19262 2001-11-21 Michael Snyder <msnyder@redhat.com>
19263
19264 * gdb.asm/sparc.inc: New file.
19265 * gdb.asm/asm-source.exp: Recognize sparc target.
19266 * gdb.asm/configure.in: Recognize sparc target.
19267 * gdb.asm/configure: Regenerate.
19268
19269 2001-11-21 Michael Snyder <msnyder@redhat.com>
19270
19271 * gdb.asm/m32r.inc: New file.
19272 * gdb.asm/asm-source.exp: Recognize m32r target.
19273 * gdb.asm/configure.in: Recognize m32r target.
19274 * gdb.asm/configure: Regenerate.
19275
19276 2001-11-20 Michael Snyder <msnyder@redhat.com>
19277
19278 * gdb.asm/i386.inc: New file.
19279 * gdb.asm/asm-source.exp: Recognize ix86 target.
19280 * gdb.asm/configure.in: Recognize ix86 target.
19281 * gdb.asm/configure: Regenerate.
19282
19283 * gdb.c++/namespace.exp: Fix quotes in output messages.
19284
19285 2001-11-14 Michael Snyder <msnyder@redhat.com>
19286
19287 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
19288 qualifier in a type cast expression, to designate an address
19289 in the instruction space (Harvard architecture).
19290
19291 2001-11-13 Michael Snyder <msnyder@redhat.com>
19292
19293 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
19294 Tests for expressions using 'const' and 'volatile'.
19295
19296 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
19297
19298 * gdb.asm/asm-sources.exp: Allow defining linker flags.
19299
19300 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
19301
19302 * lib/mi-support.exp (mi_run_to_helper): Move comments
19303 outside of gdb_expect.
19304
19305 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
19306
19307 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
19308 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
19309 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
19310 mi0_run_to): New functions.
19311 * gdb.mi/mi-simplerun.exp: Use them.
19312 * gdb.mi/mi0-simplerun.exp: Likewise.
19313 * gdb.mi/mi-var-cmd.exp: Likewise.
19314 * gdb.mi/mi0-var-cmd.exp: Likewise.
19315
19316 2001-11-10 Andrew Cagney <ac131313@redhat.com>
19317
19318 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
19319 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
19320
19321 2001-11-09 Andrew Cagney <ac131313@redhat.com>
19322
19323 * gdb.base/restore.exp: Include $expected value in restored test
19324 message.
19325
19326 2001-11-09 Andrew Cagney <ac131313@redhat.com>
19327
19328 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19329 implemented.
19330
19331 2001-11-08 Michael Snyder <msnyder@redhat.com>
19332
19333 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19334 Add pass/fail message for stop at breakpoint in call dummy function.
19335
19336 2001-11-07 Michael Snyder <msnyder@redhat.com>
19337
19338 * gdb.c++/templates.exp (test_template_breakpoints):
19339 If we get an overload menu, but it does not match what
19340 we expect, we still need to issue the "cancel" command.
19341 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19342 making the whitespace optional. Argument for "new" may be
19343 "unsigned" as well as "unsigned int/long".
19344 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
19345 making the whitespace optional. Also replace "(void) with
19346 "((void|)), making the keyword "void" optional.
19347 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
19348 making the whitespace optional. Also replace "(void) with
19349 "((void|)), making the keyword "void" optional.
19350 * gdb.base/callfuncs.c (t_float_values): This function must
19351 _not_ be prototyped, and the following function (t_float_values2)
19352 must be prototyped (if the compiler supports it), so that GDB
19353 can be tested against both cases. Usually one case involves
19354 promotion of float to double, while the other does not.
19355 * gdb.base/callfwmall.c: Ditto.
19356 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19357 includes a stack frame for "start".
19358
19359 2001-11-05 Jim Blandy <jimb@redhat.com>
19360
19361 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
19362 pointers are 32 bits long, and that offsets of relocs are always
19363 stored in the data (REL-style), and not in the reloc entry itself
19364 (RELA-style).
19365 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19366 stabs.
19367
19368 2001-11-01 Michael Snyder <msnyder@redhat.com>
19369
19370 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19371 and regular expression operators by using quoting.
19372
19373 2001-10-31 Michael Snyder <msnyder@redhat.com>
19374
19375 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19376 depending on what the symbol table contains.
19377 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19378 the output of the ptype command. Similarly, accept both "const &"
19379 and "const&".
19380
19381 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
19382
19383 * gdb.base/miscexprs.c (main): Add usage of preprocessor
19384 symbol `STORAGE' to allow to choose the storage class of
19385 the local datastructures.
19386 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19387 compiler directive.
19388
19389 2001-10-30 Michael Snyder <msnyder@redhat.com>
19390
19391 * gdb.base/jump.exp: Allow it to run for all targets.
19392
19393 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
19394
19395 * gdb.base/call-ar-st.c (print_double_array): Match for loop
19396 with new double_array size.
19397 (main): Change storage class of all local variables to static.
19398 Reduce size of double_array to 9.
19399 * gdb.base/call-ar-st.exp: Increase timeout value.
19400 Change expected output for double array to match new size in
19401 call-ar-st.c.
19402
19403 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
19404
19405 * gdb.base/ending-run.exp: Create identical output when passing
19406 `step to end of run' case. Add regular expression branch satisfying
19407 Stormy16 target.
19408
19409 2001-10-28 Mark Kettenis <kettenis@gnu.org>
19410
19411 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19412 that we catch the expected failure under Linux/x86.
19413
19414 2001-10-29 Orjan Friberg <orjanf@axis.com>
19415
19416 * gdb.base/setvar.exp: Escape curly braces.
19417 * gdb.stabs/weird.exp: Ditto.
19418
19419 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
19420
19421 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19422 * gdm.mi/mi0-hack-cli.exp: Likewise.
19423
19424 2001-10-25 Andrew Cagney <ac131313@redhat.com>
19425
19426 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19427 messages.
19428
19429 2001-10-21 Andrew Cagney <ac131313@redhat.com>
19430
19431 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19432 checking MI enabled.
19433
19434 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
19435
19436 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19437
19438 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
19439
19440 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19441 if gdb child process crashes, just signal an error.
19442
19443 2001-10-02 Jim Blandy <jimb@redhat.com>
19444
19445 * lib/gdb.exp (test_xfail_format): Simplify.
19446
19447 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19448 front of the variable name `format'. Simplify `if'.
19449
19450 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
19451
19452 * gdb.threads/pthreads.exp: Wait for output and delay
19453 before sending ^C.
19454
19455 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
19456
19457 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
19458 some incorrect output instead of timing out.
19459 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
19460
19461 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
19462
19463 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19464 check to allow additional `int'.
19465
19466 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
19467
19468 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19469 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19470
19471 2001-09-27 Michael Snyder <msnyder@redhat.com>
19472
19473 * lib/gdb.exp (test_debug_format): New proc.
19474 (setup_xfail_format): Use new proc test_debug_format.
19475 * gdb.base/constvars.exp (local_compiler_xfail_check): New
19476 proc; use new service proc test_debug_format.
19477 Replace all other "gcc_compiled" tests with this test.
19478 * gdb.base/volatile.exp (local_compiler_xfail_check): New
19479 proc; use new service proc test_debug_format.
19480 Replace all other "gcc_compiled" tests with this test.
19481
19482 2001-09-27 Michael Snyder <msnyder@redhat.com>
19483
19484 * gdb.base/cvexpr.exp: New file.
19485 * gdb.base/cvexpr.c: New file
19486 Test for expressions using const and volatile keywords.
19487
19488 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
19489
19490 * gdb.base/constvars.exp: Check for different orders of keywords
19491 and additional "int" strings in output.
19492
19493 2001-09-22 Andrew Cagney <ac131313@redhat.com>
19494
19495 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19496 responses from "help maint".
19497
19498 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
19499
19500 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19501 to localhost:NNN instead of :NNN, in case Xvfb is listening
19502 only on TCP.
19503
19504 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
19505
19506 * gdb.base/recurse.exp: When checking leaving the watchpoint
19507 scope, recognize when gdb is in function's epilogue and pass.
19508
19509 2001-09-18 Keith Seitz <keiths@redhat.com>
19510
19511 * lib/insight-support.exp (_gdbtk_export_target_info): Add
19512 support for running tests against sid targets.
19513 (gdbtk_done): Ditto.
19514
19515 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
19516
19517 * gdb.base/ending-run.c (main): Set stdout buffersize
19518 to the same reasonable value for any target.
19519 * gdb.base/ending-run.exp: Add a regular expression
19520 to make testsuite happy on Sanyo Stormy16 target.
19521
19522 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
19523
19524 * gdb.base/display.c (do_loops): Add float variable `f'.
19525 Increment f in loop.
19526 * gdb.base/display.exp: Increment timeout by 60 seconds.
19527 Change float display test to use variable `f'.
19528
19529 2001-09-17 Jim Blandy <jimb@redhat.com>
19530
19531 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19532 overflowing the limited breakpoint tables on some ROM monitors
19533 (like the ROM68K).
19534
19535 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
19536
19537 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19538 the "-ac" (disable access control) flag.
19539
19540 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
19541
19542 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19543 ints.
19544
19545 2001-08-30 Keith Seitz <keiths@redhat.com>
19546
19547 * lib/gdb.exp: Move all insight-related functionality into
19548 separate file.
19549 * lib/insight-support.exp: New file.
19550
19551 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
19552
19553 * config/sid.exp (sid_start): Never set sid verbosity; disable
19554 expect_background {} that consumed its stdout; tolerate </dev/null.
19555 Attempt to set endianness override in "sid" protocol mode. Cleanup.
19556
19557 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19558
19559 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19560 CLI jump command to start it.
19561 (mi_run_to_main): Fail immediatly when unexpected output.
19562
19563 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19564
19565 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19566 beginning of function. Fix PR gdb/191.
19567
19568 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
19569
19570 * config/sid.exp (sid_start): Don't warn if we cannot figure out
19571 what to force sid endianness to.
19572
19573 2001-08-15 Keith Seitz <keiths@redhat.com>
19574
19575 * lib/gdb.exp (gdbtk_start): Don't set environment
19576 variables for TCL_LIBRARY and friends. Insight will
19577 now figure these out for itself.
19578
19579 2001-08-02 Michael Snyder <msnyder@redhat.com>
19580
19581 * gdb.base/completion.exp: Remove the symbol "a64l" from
19582 the expect string; this is target-specific, and not related
19583 to what is being tested.
19584
19585 2001-08-02 Dave Brolley <brolley@redhat.com>
19586
19587 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19588
19589 2001-07-25 Michael Snyder <msnyder@redhat.com>
19590
19591 * gdb.base/consecutive.exp: New file. Test stepping over
19592 breakpoints on consecutive instructions.
19593 * gdb.base/consecutive.c: New file.
19594
19595 * gdb.base/call-rt-st.exp: Use double-backslash to quote
19596 curly braces in regular expressions.
19597
19598 2001-07-25 Michael Snyder <msnyder@redhat.com>
19599
19600 * gdb.base/ending-run.exp: Accept "Program exited normally" as
19601 legitimate output from stepping out of main.
19602
19603 2001-07-22 Keith Seitz <keiths@redhat.com>
19604
19605 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19606 the empty string, do not run the tests.
19607
19608 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19609
19610 * gdb.base/long_long.exp: Detect size of pointer. Take into
19611 account 2-byte pointers when testing for p/a results.
19612
19613 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19614
19615 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
19616 and defined to 1K for m68hc11.
19617 (random_data): Reduce table to 1K for embedded platforms (68hc11).
19618 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19619 (sizeof_random_data): New variable to tell the size of the data table;
19620 don't test past this size; always run to main.
19621
19622 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19623
19624 * gdb.base/return2.exp: return of long long and double fails for
19625 68HC11; don't execute these tests on that platform.
19626 * gdb.base/return.exp: Return of a double fails for 68hc11.
19627
19628 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19629
19630 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19631 tests that print a float.
19632 * call-rt-st.exp: Likewise.
19633
19634 2001-07-12 Mark Kettenis <kettenis@gnu.org>
19635
19636 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19637 running this test on Linux.
19638
19639 2001-06-24 Michael Chastain <chastain@redhat.com>
19640
19641 * gdb.base/arithmet.exp: Remove some tests to make all test names
19642 unique.
19643
19644 2001-07-03 Michael Snyder <msnyder@redhat.com>
19645
19646 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19647 the output of the ptype command.
19648
19649 2001-07-02 Michael Snyder <msnyder@redhat.com>
19650
19651 * gdb.base/completion.exp: Don't assume that break.c is the only
19652 source file that may contain functions named "marker".
19653 * gdb.base/corefile.exp: Quote the curly braces in regexp.
19654
19655 2001-06-28 Andrew Cagney <ac131313@redhat.com>
19656
19657 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19658 of files to delete.
19659
19660 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19661 * gdb.disasm/h8300s.exp: New file.
19662 gdb.disasm/h8300s.s: Likewise.
19663
19664 2001-06-27 Andrew Cagney <ac131313@redhat.com>
19665
19666 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19667 empty breakpoint tables.
19668
19669 2001-06-25 Andrew Cagney <ac131313@redhat.com>
19670
19671 * lib/mi-support.exp: Update args=... part of stop-reason
19672 patterns. Accept either a list or a tuple.
19673
19674 2001-06-23 Andrew Cagney <ac131313@redhat.com>
19675
19676 * lib/mi-support.exp: Remove local emacs variable defining
19677 change-log-default-name.
19678
19679 2001-06-22 Michael Chastain <chastain@redhat.com>
19680
19681 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19682 This is operationally compatible with the previous version.
19683
19684 2001-06-13 Jim Blandy <jimb@redhat.com>
19685
19686 * lib/gdb.exp (gdb_test): Doc fix.
19687
19688 2001-06-10 Michael Chastain <chastain@redhat.com>
19689
19690 * gdb.base/exprs.exp: Remove a duplicate test.
19691
19692 2001-06-06 Jim Blandy <jimb@redhat.com>
19693
19694 * gdb.base/return2.exp (main): Use values to test float and double
19695 returns that are not NaN's, to avoid being confused by IEEE
19696 comparison rules.
19697
19698 2001-06-04 Michael Snyder <msnyder@redhat.com>
19699
19700 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
19701 non-zero if control_c fails. Terminate the test on failure,
19702 rather than wait for 12 more tests to time out.
19703
19704 2001-06-06 Jim Blandy <jimb@redhat.com>
19705
19706 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
19707 Don't forget to match the GDB prompt.
19708
19709 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19710
19711 2001-06-04 Jim Blandy <jimb@redhat.com>
19712
19713 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19714 command.
19715
19716 2001-05-31 Kevin Buettner <kevinb@redhat.com>
19717
19718 * gdb.base/annota1.exp (info break): Match four or more spaces
19719 after "Address".
19720
19721 2001-05-31 Michael Chastain <chastain@redhat.com>
19722
19723 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19724 (dm_type_int_star): Likewise.
19725 (dm_type_long_star): Likewise.
19726 (dm_type_void_star): Likewise.
19727
19728 2001-05-29 Kevin Buettner <kevinb@redhat.com>
19729
19730 * gdb.base/completion.exp (INPUTRC): Set this environment variable
19731 to a known value in order to get consistent results regardless
19732 of the setting of INPUTRC or the presence or contents of .inputrc.
19733
19734 2001-05-24 Michael Snyder <msnyder@redhat.com>
19735
19736 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19737 Don't require that the main thread and the manager thread are the
19738 first in the list.
19739
19740 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19741 debugging. If test fails, issue an "unsupported" not a "fail".
19742
19743 2001-05-24 Jim Blandy <jimb@redhat.com>
19744
19745 Don't assume that short is shorter than int.
19746 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19747 assume that shorts are smaller than ints. On a 16-bit machine,
19748 this isn't true.
19749 ("print unsigned char == (~0)"): Add test that verifies that ~0,
19750 an int, is not equal to ~0 stored in an unsigned char. This tests
19751 the same thing that the previous test meant to, but works on
19752 16-bit machines, too.
19753 ("print unsigned char != (~0)"): Same test, complemented.
19754
19755 2001-05-24 Michael Snyder <msnyder@redhat.com>
19756
19757 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
19758 test for (full_coverage == 0). This makes the test run faster,
19759 and prevents dejagnu getting out of step.
19760
19761 2001-05-23 Kevin Buettner <kevinb@redhat.com>
19762
19763 * gdb.base/finish.exp (finish_void): Revise pattern for
19764 stopping on the call statement to not permit stopping at
19765 the start of the instructions comprising the call sequence.
19766
19767 2001-05-19 Michael Chastain <chastain@redhat.com>
19768
19769 * gdb.base/callfuncs.exp: Make all test names unique.
19770 * gdb.base/commands.exp: Make all test names unique.
19771 * gdb.base/condbreak.exp: Make all test names unique.
19772 * gdb.base/dbx.exp: Make all test names unique.
19773 * gdb.base/default.exp: Make all test names unique.
19774 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
19775 and TIMEOUT messages to their corresponding PASS message.
19776 * gdb.base/ending-run.exp: Make all test names unique.
19777 * gdb.base/long_long.exp: Remove duplicate test.
19778
19779 2001-05-21 Kevin Buettner <kevinb@redhat.com>
19780
19781 * gdb.base/finish.exp (finish_void): Allow "finish" command to
19782 stop on the call statement as well as the statement after the
19783 call.
19784
19785 2001-05-21 Michael Snyder <msnyder@redhat.com>
19786
19787 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19788
19789 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19790
19791 * gdb.base/completion.exp: Revamp test. Make it execute on all
19792 platforms.
19793
19794 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19795
19796 * config/gdbserver.exp (gdb_load): Handle the case
19797 in which the arguments to gdbserver are given in the
19798 baseboard configuration file.
19799 Also handle the case in which the server needs to do a
19800 load.
19801
19802 2001-05-07 Keith Seitz <keiths@cygnus.com>
19803
19804 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19805 set up the display for testing.
19806 (gdbtk_start): Convert all paths to paths that tcl will like.
19807 Export target information to environment.
19808 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19809 necessary.
19810 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19811 (to_tcl_path): New proc to convert a given pathname into
19812 a path acceptible as an argument to a tcl command.
19813 (_gdbtk_export_target_info): New proc to export target info
19814 into the environment for gdbtk testing.
19815 (gdbtk_done): New proc to signal end-of-test.
19816
19817 2001-05-06 Jim Blandy <jimb@redhat.com>
19818
19819 * restore.c: Make the code of caller0 correspond to its comment.
19820
19821 2001-05-03 Michael Snyder <msnyder@redhat.com>
19822
19823 * config/sid.exp (gdb_target_sid): Check for error messages.
19824 On error or timeout, don't make expect exit (which will terminate
19825 all subsequent tests); instead just make gdb exit.
19826 (gdb_load): Check for error messages. On error or timeout,
19827 return a negative value.
19828
19829 2001-04-24 Jim Blandy <jimb@redhat.com>
19830
19831 * gdb.c++/templates.exp: If we see the prompt for the overload
19832 list, but we haven't recognized any of the longer patterns,
19833 arrange for this test to fail, not hang.
19834
19835 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19836 variations.
19837
19838 2001-04-22 Michael Chastain <chastain@redhat.com>
19839
19840 * gdb.c++/local.exp: Use the 'runto' library function.
19841 * gdb.c++/namespace.exp: Likewise.
19842 * gdb.c++/overload.exp: Likewise.
19843
19844 2001-03-26 Kevin Buettner <kevinb@redhat.com>
19845
19846 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19847 * gdb.base/step-line.exp: New file. Test step/next in presence of
19848 #line directives.
19849 * gdb.base/step-line.c: New file. Test program for the above.
19850 * gdb.base/step-line.inp: New file. We pretend that this file has
19851 been transformed by some other tool into step-line.c.
19852
19853 2001-03-21 Jim Blandy <jimb@redhat.com>
19854
19855 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19856 unmangled operator names.
19857
19858 2001-03-20 Jim Blandy <jimb@redhat.com>
19859
19860 * gdb.threads/linux-dp.exp: Recognize an additional message
19861 generated by GDB when it doesn't understand how to debug threads
19862 on the target system.
19863
19864 2001-03-19 Andrew Cagney <ac131313@redhat.com>
19865
19866 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19867
19868 2001-03-12 Michael Chastain <chastain@redhat.com>
19869
19870 * gdb.c++/derivation.exp: Use the 'runto' library function.
19871
19872 2001-03-12 Michael Chastain <chastain@redhat.com>
19873
19874 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19875
19876 2001-02-24 Michael Chastain <chastain@redhat.com>
19877
19878 * gdb.c++/ref-types.exp: Change handwritten code to library
19879 function 'runto'.
19880
19881 2001-03-16 Orjan Friberg <orjanf@axis.com>
19882
19883 * gdb.base/signals.exp: Set count to 0 explicitly.
19884
19885 2001-03-15 Mark Salter <msalter@redhat.com>
19886
19887 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19888 (gdb_target_monitor): Add check of gdb_target_cmd return value.
19889 (gdb_load): Add support for additional target_info: gdb_download_size
19890 and gdb_load_timeout.
19891
19892 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
19893
19894 * gdb.base/annota1.exp: Move test of isnative to earlier in the
19895 file -- to prevent failing when the compile fails but we have no
19896 intention of running the tests anyway.
19897
19898 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19899 tests if set.
19900
19901 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
19902 integers.
19903
19904 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19905 * gdb.c++/namespace.exp: Ditto.
19906
19907 2001-03-07 Orjan Friberg <orjanf@axis.com>
19908
19909 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19910 * gdb.base/pointers.exp: Relax pattern match of decimals.
19911
19912 2001-03-06 Kevin Buettner <kevinb@redhat.com>
19913
19914 * Makefile.in, config/abug.exp, config/cfdbug.exp,
19915 config/cpu32bug.exp, config/dve.exp, config/est.exp,
19916 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19917 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19918 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19919 config/sh.exp, config/sid.exp, config/slite.exp,
19920 config/sparclet.exp, config/udi.exp, config/unknown.exp,
19921 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19922 config/vxworks.exp, config/vxworks29k.exp,
19923 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19924 gdb.base/all-bin.exp, gdb.base/annota1.exp,
19925 gdb.base/arithmet.exp, gdb.base/assign.exp,
19926 gdb.base/async.exp, gdb.base/attach.exp,
19927 gdb.base/bitfields.exp, gdb.base/bitops.exp,
19928 gdb.base/break.exp, gdb.base/call-ar-st.exp,
19929 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19930 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19931 gdb.base/commands.exp, gdb.base/completion.exp,
19932 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19933 gdb.base/constvars.exp, gdb.base/corefile.exp,
19934 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19935 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19936 gdb.base/ending-run.exp, gdb.base/environ.exp,
19937 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19938 gdb.base/finish.exp, gdb.base/foll-exec.exp,
19939 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19940 gdb.base/funcargs.exp, gdb.base/help.exp,
19941 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19942 gdb.base/logical.exp, gdb.base/long_long.exp,
19943 gdb.base/maint.exp, gdb.base/mips_pro.exp,
19944 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19945 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19946 gdb.base/pointers.exp, gdb.base/printcmds.exp,
19947 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19948 gdb.base/regs.exp, gdb.base/relational.exp,
19949 gdb.base/remote.exp, gdb.base/reread.exp,
19950 gdb.base/restore.exp, gdb.base/return2.exp,
19951 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19952 gdb.base/selftest.exp, gdb.base/setshow.exp,
19953 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19954 gdb.base/sigall.exp, gdb.base/signals.exp,
19955 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19956 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19957 gdb.base/step-test.exp, gdb.base/structs.c,
19958 gdb.base/structs.exp, gdb.base/structs2.exp,
19959 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19960 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19961 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19962 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19963 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19964 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19965 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19966 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19967 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19968 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19969 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19970 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19971 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19972 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19973 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19974 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19975 gdb.trace/circ.exp, gdb.trace/collection.exp,
19976 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19977 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19978 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19979 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19980 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19981 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19982 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19983 notices.
19984
19985 2001-02-27 Michael Snyder <msnyder@cygnus.com>
19986
19987 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19988 first arg is int not float.
19989
19990 2001-02-22 Michael Snyder <msnyder@cygnus.com>
19991
19992 * gdb.base/reread.exp: Unsupported for non-native targets;
19993 doesn't work for remote debugging.
19994
19995 2001-02-19 Fernando Nasser <fnasser@redhat.com>
19996
19997 From Drew Moseley <dmoseley@redhat.com>
19998 * gdb.base/ending-run.exp: Properly handle the BSP state when
19999 stepping past the end of main.
20000
20001 2001-02-19 John Moore <jmoore@redhat.com>
20002
20003 * gdb.base/commands.exp (infrun_breakpoint_command_test):
20004 Converted HPUX fix for non-expected items following multiple
20005 step commands into general solution for all platforms.
20006
20007 2001-02-18 Michael Chastain <chastain@redhat.com>
20008
20009 * gdb.c++/classes.exp (do_tests): Change runto statements
20010 from "runto 'foo(void)'" to "runto 'foo'". This makes the
20011 statements demangler agnostic.
20012 * gdb.c++/virtfunc.exp (do_tests): Likewise.
20013 (gdb_virtfunc_restart): Likewise.
20014
20015 2001-02-14 Michael Chastain <chastain@redhat.com>
20016
20017 * gdb.c++/inherit.exp (do_tests): Change runto statements
20018 from "runto 'foo(void)'" to "runto 'foo'". This makes the
20019 statements demangler agnostic.
20020
20021 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
20022
20023 * gdb.threads/pthreads.exp: Unify pass/fail messages for
20024 ``continue to bkpt at common_routine in thread 2'' and ``stopped
20025 before calling common_routine 15 times'' tests.
20026
20027 2001-02-11 Michael Chastain <chastain@redhat.com>
20028
20029 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
20030 Helps the test script figure out which demangler is in use.
20031 (dm_type_foo_ref): Ditto.
20032 (dm_type_int_star): Ditto.
20033 (dm_type_long_star): Ditto.
20034 (dm_type_unsigned_int): Ditto.
20035 (dm_type_void): Ditto.
20036 (dm_type_void_star): Ditto.
20037 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
20038 Probe the gdb demangler and set variables to accommodate
20039 formatting differences.
20040 (info_func_regexp): New function. Same as info_func, but
20041 matches against a regexp.
20042 (info_func): Match against a literal string.
20043 (print_addr_2): New function. Match against a literal string,
20044 which can be different from the input to gdb.
20045 (print_addr): Simply call print_addr_2 with the same argument twice.
20046 (test_lookup_operator_functions): Use demangler formatting variables.
20047 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
20048 the tests in the same order as the C++ class declaration.
20049 (test_paddr_operator_functions): Ditto.
20050 (test_paddr_overloaded_functions): Ditto.
20051 (test_paddr_hairy_functions): Use demangler formatting variables.
20052 Add reference to gdb/19 for related tests.
20053 (do_tests): Call probe_demangler.
20054
20055 2001-01-30 Kevin Buettner <kevinb@redhat.com>
20056
20057 * gdb.c++/templates.cc (printf): Remove unused function definition.
20058
20059 2001-01-26 Felix Lee <flee@redhat.com>
20060
20061 * sid.exp (sid_exit): Pass host, not target, to remote_close.
20062
20063 2001-01-25 matthew green <mrg@redhat.com>
20064
20065 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
20066 up sid.
20067 (sid_exit): Call `remote_pop_conn' after GDB is gone.
20068
20069 2001-01-25 matthew green <mrg@redhat.com>
20070
20071 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
20072 Deprecate $sid_spawn_id.
20073 (sid_exit): Remove code necessary only for `spawn.'
20074
20075 2001-01-25 matthew green <mrg@redhat.com>
20076
20077 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
20078
20079 2001-01-28 Michael Chastain <chastain@redhat.com>
20080
20081 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
20082 to call when tests fail. It takes gdb out of the overloaded
20083 function choice menu back to the main prompt, so that the test
20084 program stays synchronized.
20085 (set_bp_overloaded): New proc to collect all the common
20086 code for setting a breakpoint on an overloaded name. Calls
20087 take_gdb_out_of_choice_menu when needed.
20088 (menu_overload1arg): New variable to collect the repeated
20089 instances of the expected menu for an overloaded name. Change
20090 the regular expression to handle changes in g++ type encoding:
20091 "void" can be either "void" or "", and "unsigned int" can be
20092 either "unsigned int" or "unsigned".
20093 (continue_to_bp_overloaded): Change regular expressions to handle
20094 changes in g++ type encoding.
20095 (no proc): Call take_gdb_out_of_choice_menu when needed.
20096 Remove redundant calls to "info break". Accept either "canceled"
20097 or "cancelled". Change regular expressions in "info break"
20098 calls to handle changes in g++ type encoding. Give all tests
20099 unique strings.
20100
20101 2001-01-17 Ben Elliston <bje@redhat.com>
20102
20103 * config/sid.exp: New file.
20104
20105 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
20106
20107 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
20108
20109 2000-12-21 Michael Snyder <msnyder@cygnus.com>
20110
20111 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
20112 Add a RE to accept a non-ascii char if one is ever presented.
20113
20114 2000-12-20 Fernando Nasser <fnasser@redhat.com>
20115
20116 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
20117
20118 2000-12-18 Michael Snyder <msnyder@cygnus.com>
20119
20120 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
20121 in regexp. One '\' does not suffice on Linux.
20122
20123 2000-12-09 Michael Chastain <chastain@redhat.com>
20124
20125 * gdb.base/break.exp (test_clear_command): Use a marker function
20126 rather than 'main' for the test function. Also move this
20127 test to an execution point where the marker function names are
20128 guaranteed to be bound to functions. (Executing tests after a
20129 'finish' from main runs into name conflicts with local names
20130 in __libc_start_main).
20131
20132 2000-12-07 Michael Snyder <msnyder@cygnus.com>
20133
20134 * gdb.base/finish.exp: New test for gdb's "finish" command.
20135 * gdb.base/return2.exp: New test for gdb's "return" command.
20136 * gdb.base/return2.c: New source file for above.
20137
20138 2000-12-05 Michael Snyder <msnyder@cygnus.com>
20139
20140 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
20141 * gdb.base/miscexprs.exp: Ditto.
20142 * gdb.base/pointers.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-12-05 Michael Snyder <msnyder@cygnus.com>
20150
20151 * gdb.base/constvars.exp: Test result of "up" command.
20152 * gdb.base/miscexprs.exp: Ditto.
20153 * gdb.base/pointers.exp: Ditto.
20154 * gdb.base/scope.exp: Ditto.
20155 * gdb.c++/derivation.exp: Ditto.
20156 * gdb.c++/local.exp: Ditto.
20157 * gdb.c++/namespace.exp: Ditto.
20158 * gdb.c++/overload.exp: Ditto.
20159 * gdb.c++/ref-types.exp: Ditto.
20160
20161 2000-11-22 Michael Chastain <chastain@redhat.com>
20162
20163 * mips_pro.exp: Accept either "middle -> top -> main" or
20164 "middle -> main" in the backtrace, because gcc can optimize
20165 tail calls to jumps. Remove setup_xfail for the hppa case.
20166 Add a comment with the original warning messages from PR 3016,
20167 which was filed in 1993, to preserve them for posterity.
20168
20169 2000-11-17 Nick Duffek <nsd@redhat.com>
20170
20171 * lib/gdb.exp (gdb_test): Override timeout with board info.
20172
20173 2000-11-17 Nick Duffek <nsd@redhat.com>
20174
20175 * gdb.base/display.exp: Don't kill running stub. Add "again" to
20176 the second kill and detach messages.
20177
20178 2000-11-17 Nick Duffek <nsd@redhat.com>
20179
20180 * configure.in: Add AC_EXEEXT.
20181 * configure: Regenerate.
20182 * Makefile.in (just-check): Export EXEEXT.
20183 * lib/gdb.exp ($EXEEXT): Import from environment.
20184 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
20185 expect "maint dump-me" on Cygwin.
20186 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
20187 $EXEEXT.
20188
20189 2000-11-17 Nick Duffek <nsd@redhat.com>
20190
20191 * gdb.base/break.exp: Test backtrace and finish from called
20192 function on all platforms, not just HP-UX.
20193
20194 2000-11-03 Michael Snyder <msnyder@cygnus.com>
20195
20196 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
20197 code from gdb_target_monitor, so it can be used independantly
20198 for gdbserver. Also comment out an unnecessary PUTS.
20199
20200 2000-11-03 Michael Snyder <msnyder@cygnus.com>
20201
20202 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
20203 * gdb.base/corefile.exp: Expect the message "Program is being
20204 debugged already" when we send the "corefile" command, since
20205 the preceeding gdb_load may have connected gdb to a remote target.
20206 * gdb.base/display.exp: Disable hardware watchpoints if new
20207 board info variable "no_hardware_watchpoints" is true.
20208 Replace single-letter commands with more readable ones.
20209 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
20210 if new board info variable "no_hardware_watchpoints" is true.
20211 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
20212 to see if stdio (printf) testing is possible.
20213 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
20214 board info variable "no_hardware_watchpoints" is true. Use new
20215 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
20216
20217 2000-11-13 Fernando Nasser <fnasser@redhat.com>
20218
20219 From Orjan Friberg <orjanf@axis.com>:
20220 * gdb.base/printcmds.exp: Escape curly braces followed by a number
20221 in array print pattern match.
20222
20223 2000-11-09 Fernando Nasser <fnasser@redhat.com>
20224
20225 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
20226 spelling "cancelled" to U.S. spelling "canceled" to match changes
20227 made to gdb.
20228 * gdb.c++/ovldbreak.exp: Ditto.
20229
20230 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20231
20232 * gdb.base/callfuncs.c (main): Moved to end of file, call
20233 t_double_values to initialize the FPU before inferior calls are made.
20234 * gdb.base/callfuncs.exp: Test for register preservation after calling
20235 inferior functions. Add tests for continuining, finishing and
20236 returning from a stop in a call dummy.
20237
20238 2000-10-24 Michael Snyder <msnyder@cygnus.com>
20239
20240 * gdb.base/commands.exp: Break up long lines, and re-indent.
20241
20242 2000-10-19 Michael Snyder <msnyder@cygnus.com>
20243
20244 * config/gdbserver.exp: Rewritten from the ground up, to make it
20245 compatible with the current dejagnu tree, and to make it work with
20246 the new "gdbserver" in libremote.
20247
20248 2000-10-16 Michael Snyder <msnyder@cygnus.com>
20249
20250 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
20251 * gdb.base/varargs.exp: Skip entire test if no printf support.
20252 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
20253 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
20254
20255 2000-10-13 Michael Snyder <msnyder@cygnus.com>
20256
20257 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
20258 no floating point support.
20259 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
20260 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
20261 * gdb.base/call-rt-st.exp: Ditto.
20262 * gdb.base/call-strs.exp: Ditto.
20263
20264 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
20265
20266 * gdb.base/sizeof.c: include <stdio.h>.
20267
20268 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
20269 'finish', otherwise uncaptured gdb_prompt would potentially
20270 throw remaining test points out of sync.
20271
20272 2000-07-26 Scott Bambrough <scottb@netwinder.org>
20273
20274 * gdb.base/recurse.exp: Run tests for all targets.
20275 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
20276 gnu-oldld case on ARM.
20277 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
20278 for ARM targets.
20279
20280 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
20281
20282 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
20283 * gdb.java/configure: Rebuild.
20284
20285 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
20286
20287 * gdb.java/jv-exp.exp: New file.
20288
20289 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
20290
20291 * configure: Rebuilt.
20292 * configure.in (configdirs): Add gdb.java.
20293 * gdb.java/jmisc.java: New file.
20294 * gdb.java/jmisc.exp: New file.
20295 * gdb.java/Makefile.in: New file.
20296 * gdb.java/configure: Rebuilt.
20297 * gdb.java/configure.in: New file.
20298 * lib/java.exp: New file.
20299
20300 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
20301
20302 * gdb.base/exprs.exp: Test casts to a pointer including over and
20303 underflow.
20304
20305 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
20306
20307 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
20308 and the compilers sizes.
20309
20310 2000-07-09 Nick Duffek <nsd@redhat.com>
20311
20312 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
20313 (use_methods): New function.
20314 (main): Call use_methods().
20315 * gdb.c++/classes.exp (test_method_param_class): New procedure.
20316 (do_tests): Call test_method_param_class.
20317
20318 2000-07-09 Nick Duffek <nsd@redhat.com>
20319
20320 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
20321 spelling.
20322 (test_enums): New procedure. Move enum tests from end of script
20323 to here. Set breakpoint on function name instead of line number.
20324 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20325 (enums2): New marker function.
20326 (enums1): New function.
20327 (main): Call enums1(). Move enum tests to enums1().
20328
20329 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
20330
20331 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
20332 compile/link program. Update line numbers.
20333 * gdb.asm/d10v.inc: Define ``startup''.
20334 * gdb.asm/asmsrc1.s: Add definition of _start.
20335
20336 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
20337
20338 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20339
20340 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20341
20342 * gdb.base/maint.exp: Add 'maint print architecture' item to output
20343 of 'help maint print' command.
20344
20345 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
20346
20347 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
20348 they use gdb_expect_list.
20349
20350 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
20351
20352 * gdb.base/commands.exp: Use ``set remote
20353 memory-read-packet-size'' instead of ``set endian big'' to test
20354 long commands.
20355
20356 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
20357
20358 * gdb.c++/templates.exp (do_tests): Make all of these work under
20359 g++, and stop skipping them.
20360
20361 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20362 work under g++.
20363
20364 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
20365 initialization.
20366
20367 2000-06-02 Michael Snyder <msnyder@cygnus.com>
20368
20369 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20370 the regular expression: accept an (almost) arbitrary sequence of
20371 "frames-invalid" and "breakpoints-invalid" messages both before
20372 and after the "starting" message.
20373
20374 2000-06-02 Michael Snyder <msnyder@cygnus.com>
20375
20376 * gdb.c++/local.exp: This test has never been known to work with g++.
20377
20378 2000-05-18 Michael Snyder <msnyder@cygnus.com>
20379
20380 * gdb.base/annota1.exp (annotate-signal-handler-caller):
20381 Relax the regular expression a little, make it pass on Solaris 8.
20382
20383 2000-05-12 Kevin Buettner <kevinb@redhat.com>
20384
20385 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
20386 a call, do not require that gdb stop on the line after the call.
20387 Instead, it is permissible for gdb to stop on the line of the
20388 call itself.
20389
20390 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
20391
20392 * gdb.base/break.exp (bp on small function, optimized file):
20393 Add a second pass pattern. The behavior differs here between stabs
20394 and dwarf for one-line functions. Stabs preserves two line symbols
20395 (one before the prologue and one after) with the same line number,
20396 but dwarf regards these as duplicates and discards one of them.
20397 Therefore the address after the prologue (where the breakpoint is)
20398 has no exactly matching line symbol, and GDB reports the breakpoint
20399 as if it were in the middle of a line rather than at the beginning.
20400
20401 2000-05-08 Michael Snyder <msnyder@cygnus.com>
20402
20403 * gdb.base/interrupt.exp: Make "pass" message say "send"
20404 rather than "send_gdb" (for consistancy).
20405
20406 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
20407
20408 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
20409 * gdb.c++/templates.cc: Properly check for GCC version number.
20410 * lib/compiler.cc: Likewise
20411
20412 2000-04-28 Michael Snyder <msnyder@cygnus.com>
20413
20414 * gdb.base/break.exp: When compiled with -O2 optimization,
20415 gdb may not stop at the first line of main, due to code motion.
20416
20417 2000-04-26 Michael Snyder <msnyder@cygnus.com>
20418
20419 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20420 This test depends on parsing the printf output from the target.
20421 Since the sparclet stub doesn't do stdio, this will never work.
20422 * gdb.base/call-rt-st.exp: ditto.
20423 * gdb.base/call-strs: ditto.
20424
20425 2000-04-24 Michael Snyder <msnyder@cygnus.com>
20426
20427 * gdb.base/miscexprs.exp: make sizeof long array test portable.
20428
20429 * gdb.base/ending-run.exp: After connecting to a remote target,
20430 but before running, the target will appear to be in a random
20431 location. Specify both a file and a line for breakpoints.
20432 Also, the function that calls main may be called 'init'
20433 rather than 'start'.
20434
20435 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20436
20437 * gdb.base/help.exp: Update output for add-symbol-file command.
20438
20439 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
20440
20441 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20442 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20443
20444 2000-04-07 J.T. Conklin <jtc@redback.com>
20445
20446 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20447
20448 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20449
20450 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
20451
20452 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
20453 values that can be represented exactly.
20454 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20455 above change, and to not check against the directory part of the source
20456 file name.
20457 (step into print_long_arg_list): Likewise.
20458 (print print_small_structs from print_long_arg_list): Likewise.
20459 (print print_long_arg_list): Likewise.
20460
20461 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20462
20463 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
20464
20465 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
20466
20467 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20468
20469 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
20470
20471 * gdb.base/commands.exp (deprecated_command_test): Add test for
20472 deprecate with no arguments.
20473
20474 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
20475
20476 * gdb.base/break.exp: Add new test for setting breakpoints on
20477 optimized code so we can test breakpoints work even when function
20478 prologues may be optimized away
20479
20480 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
20481
20482 From David Whedon <dwhedon@gordian.com>
20483 * gdb.base/commands.exp : Added command deprecator tests.
20484
20485 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
20486
20487 * gdb.base/help.exp: Added test for new apropos command.
20488
20489 2000-03-21 Kevin Buettner <kevinb@redhat.com>
20490
20491 * gdb.base/pointers.c (usevar): New function.
20492 (main): Make sure that global variables v_int_pointer2, rptr,
20493 and y are all referenced someplace in the program by calling
20494 usevar() on them. [Some linkers delete symbols which are
20495 never referenced. The space remains, but there's no way to
20496 get a (symbolic) handle on the variable from the debugger.]
20497
20498 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20499
20500 * gdb.base/printcmds.c: Add typedeffed arrays.
20501
20502 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
20503 procedure to test arrays that are typedef'd.
20504
20505 2000-03-13 James Ingham <jingham@leda.cygnus.com>
20506
20507 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
20508 the library directories.
20509
20510 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
20511
20512 * configure.in (configdirs): Add sub directory gdb.mi.
20513 * configure: Re-generate.
20514
20515 * gdb.mi: New directory.
20516
20517 2000-02-25 Scott Bambrough <scottb@netwinder.org>
20518
20519 * gdb.base/long_long.exp: Correct test suite failure when printing
20520 a long long value as a double on ARM platforms.
20521
20522 2000-02-16 Jim Blandy <jimb@redhat.com>
20523
20524 * gdb.base/break.exp ("breakpoint line number"): Make sure the
20525 default source file is set properly before running this test.
20526
20527 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20528
20529 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
20530 gdbtk/library directory, not in gdbtcl2.
20531
20532 2000-02-04 Jim Blandy <jimb@redhat.com>
20533
20534 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20535 backslash from regexp pattern.
20536
20537 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20538 procedure. Use it to run all the "continue to bp overloaded"
20539 tests. Note that this changes the names of the tests slightly.
20540 If the breakpoint hit message includes a hex PC value, because
20541 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20542 from the real source code, still consider that a pass.
20543
20544 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20545 XFAIL here if the breakpoint message contains a hex address. Note
20546 similar change on 1999-11-02.
20547
20548 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20549
20550 * gdb.base/ptype.exp: Establish a default source file before
20551 calling get_debug_format.
20552
20553 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
20554
20555 * gdb.base/watchpoint.exp: Remove duplication of test messages.
20556
20557 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20558
20559 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20560 of successive stepi commands -- while in the prologue we should see
20561 the function entry bracket.
20562
20563 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20564
20565 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20566 reach __change_mode() when stepping through the end of main().
20567
20568 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
20569
20570 * gdb.base/default.exp: Fix expected pattern.
20571 * gdb.base/help.exp: Same.
20572
20573 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20574
20575 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
20576 Don't use xfail's because that affects only the following test.
20577
20578 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
20579 solaris or linux.
20580
20581 * gdb.base/selftest.exp: Update to reflect changes to main.c.
20582
20583 2000-01-07 Michael Snyder <msnyder@cygnus.com>
20584
20585 * gdb.base/display.exp: Some yacc parsers like to say
20586 "A syntax error" rather than "A parse error". Accept both.
20587
20588 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
20589
20590 * gdb.base/default.exp: Remove OS dependent string from "target
20591 remote" test.
20592 * gdb.base/help.exp: Same for "help target remote" test.
20593
20594 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20595
20596 From Jim Kingdon <kingdon@redhat.com>:
20597
20598 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
20599 prompt (cleanup rather than necessity, but still might keep output
20600 from spilling to next test).
20601
20602 2000-01-02 Fred Fish <fnf@cygnus.com>
20603
20604 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20605 AIX, which defines them in <sys/types.h>.
20606
20607 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
20608
20609 * gdb.base/default.exp: Match arm* etc instead of arm in "info
20610 float" test.
20611
20612 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
20613
20614 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
20615
20616 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20617 outermost frame disallowed".
20618
20619 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
20620
20621 * gdb.base/setvar.exp: New tests for setting the value of a struct
20622 with a constant list.
20623
20624 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20625
20626 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20627 require the user to type a cast before setting the value of a struct.
20628
20629 1999-12-06 Jim Blandy <jimb@cygnus.com>
20630
20631 * gdb.base/default.exp: Expect the new 'info float' command on
20632 all i386 platforms.
20633
20634 * gdb.threads/linux-dp.exp: Expand our ability to recognize
20635 LinuxThreads libraries that don't support debugging.
20636
20637 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20638
20639 * gdb.base/remote.c: Fill the buffer with truely random data.
20640 Change the buffer type to ``unsigned char'' to simplify size
20641 arithmetic.
20642
20643 * gdb.base/remote.exp: Reduce download numbers by one. Typical
20644 stub only handles 400-1 byte packets. Verify that the download
20645 worked.
20646
20647 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
20648
20649 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20650 tests, using UNRESOLVED for the untested cases. Also, does not wait
20651 for a timeout if the prompt was received before a recognizable pattern.
20652
20653 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
20654
20655 * lib/gdb.exp (gdb_expect_list): Fix spelling.
20656
20657 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20658
20659 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
20660 watchpoints.
20661
20662 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
20663
20664 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20665
20666 * gdb.c++/local.exp: Be more flexible in recognizing local class
20667 name mangling. Don't allow horribly truncated method names.
20668 * gdb.c++/derivation.exp: Expect protected inheritance.
20669 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20670 * gdb.c++/virtfunc.exp: Likewise.
20671 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
20672 when printing a nested enum.
20673
20674 1999-11-22 Jim Blandy <jimb@cygnus.com>
20675
20676 * gdb.base/step-test.exp: Properly await GDB's response to setting
20677 a breakpoint on the call to large_struct_by_value.
20678
20679 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20680 just because we have debug info for the `start' function.
20681
20682 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
20683
20684 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20685 "Unknown signal" messages, which indicate (on LinuxThreads) that
20686 GDB doesn't know how to debug threads on this system. This is
20687 better than hanging while philosopher 0 dumps chatter into gdb.log.
20688
20689 1999-11-18 Tom Tromey <tromey@cygnus.com>
20690
20691 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20692
20693 1999-11-18 Fred Fish <fnf@cygnus.com>
20694
20695 * gdb.base/coremaker2.c: Add sample program for generating
20696 cores that is more self contained than coremaker.c. Eventually
20697 I'll add more code to this and tie it into the testsuite.
20698
20699 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
20700
20701 * gdb.base/dollar.exp: Remove, now in gdb.hp.
20702
20703 1999-11-10 Jimmy Guo <guo@cup.hp.com>
20704
20705 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
20706 from $srcdir/lib/.
20707 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
20708 and gdb.c++/.
20709
20710 * gdb.c++/derivation.exp: remove redundant get compiler info code.
20711
20712 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
20713 'continue with watch' test point.
20714
20715 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
20716
20717 Merged from p2linux-990323-branch:
20718
20719 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20720
20721 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
20722
20723 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
20724 {limit,fixed}''. Test ``set download-write-size''.
20725
20726 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
20727
20728 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
20729 gdb_expect_list.
20730
20731 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
20732
20733 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20734
20735 1999-11-03 Mark Salter <msalter@cygnus.com>
20736
20737 * gdb.base/break.exp: Fix "stub continue" pattern.
20738
20739 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
20740
20741 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20742
20743 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
20744
20745 * gdb.base/display.exp ("finish"): Add timeout clause.
20746
20747 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20748 plain prompt clause, so this doesn't have to time out in order to
20749 fail.
20750
20751 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
20752 breakpoint hit messages include an address.
20753
20754 * gdb.base/display.exp: Don't forget to escape parens in regular
20755 expressions. Unix regexp notatation sucks.
20756
20757 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20758
20759 * gdb.base/annota1.exp: Test for annotate-signalled: change output
20760 order for 'signalled' message.
20761
20762 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
20763
20764 From Jimmy Guo <guo@cup.hp.com>:
20765 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20766 * gdb.base/annota1.c: Add code for tests to work with.
20767
20768 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
20769
20770 * gdb.base/remote.exp: New test for remote downloading settings.
20771 * gdb.base/remote.c: New file with large .data.
20772
20773 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
20774
20775 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20776 for LinuxThreads support, merged from the Code Fusion branch.
20777
20778 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
20779
20780 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
20781 containing exp_continue into a while within an expect. Don't
20782 attempt a start more than three times. Check return value from
20783 gdb_load.
20784
20785 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
20786
20787 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
20788 a pass case.
20789
20790 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
20791
20792 * gdb.base/break.c (main): Added a statement that we can step
20793 off of.
20794 * gdb.base/break.exp: Added tests for setting a breakpoint
20795 at an offset and stepping onto a breakpoint.
20796
20797 1999-10-01 Fred Fish <fnf@cygnus.com>
20798
20799 * gdb.base/help.exp (help add-symbol-file): Update to match current
20800 gdb output.
20801
20802 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
20803
20804 * gdb.base/break.exp: Code locations are in hex, don't forget!
20805 (For HP-UX.)
20806
20807 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
20808
20809 * condbreak.exp: Use break.c as test program.
20810 * condbreak.c: Remove, redundant with break.c.
20811
20812 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
20813
20814 * config/monitor.exp (gdb_target_monitor): Disable X- and
20815 Z-packets if the target needs it.
20816
20817 1999-09-13 James Ingham <jingham@leda.cygnus.com>
20818
20819 * gdb.c++/overload.exp: Added tests for listing overloaded
20820 functions with function pointers in the arg, explicitly calling
20821 out the version you want.
20822
20823 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
20824
20825 * long_long.exp: Add variations of test cases that work for
20826 targets with 16-bit ints and 32-bit doubles.
20827
20828 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
20829
20830 * break.c (main): Compare a possibly-uninitialized argc with an
20831 unlikely value that fits in 16 bits.
20832
20833 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
20834
20835 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20836 0xfeeb, don't want negative numbers if ints are 16 bits.
20837
20838 * lib/gdb.exp (skip_cplus_tests): New proc.
20839 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20840 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20841 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20842 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20843 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20844 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20845 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20846 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
20847
20848 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20849
20850 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
20851
20852 * gdb.base/corefile.exp (up): Allow a parameter to appear
20853 in the frame that we're going up to.
20854
20855 From Jim Blandy <jimb@cygnus.com>:
20856
20857 * gdb.base/default.exp (info float): Expect some output now.
20858
20859 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20860 returning floating-point values to fail on the x86.
20861 * gdb.base/callfwmall.exp (do_function_calls): Same.
20862
20863 * gdb.base/list.exp (test_listsize): Correct expectations for
20864 listing line 1 with listsize 2. Also, listing a single line
20865 works now, as does listing three lines. [Kevin's note: There
20866 were a number of other cases fixed too where the expectations
20867 differed...]
20868
20869 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
20870
20871 * gdb.base/selftest.exp: Add case for when version prints as
20872 constant string instead of char pointer.
20873
20874 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
20875
20876 * gdb.base/ending-run.exp: Add Solaris case for what happens when
20877 stepping out of main.
20878
20879 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20880 G++ used.
20881
20882 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
20883 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
20884
20885 * gdb.c++/ovldbreak.exp: Update match string in test that
20886 includes a warning of multiple breakpoints.
20887
20888 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
20889
20890 * gdb.base/display.exp: Improve precision of step-after-finish
20891 added yesterday.
20892
20893 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
20894 test.
20895
20896 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20897 configs when using G++, not just hppa*.
20898
20899 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20900
20901 * gdb.base/async.c: New file.
20902 * gdb.base/async.exp: New file.
20903
20904 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
20905
20906 * gdb.base/break.exp: Tweak PA specific tests to properly handle
20907 PA64.
20908
20909 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
20910
20911 * gdb.base/display.exp: "finish" can leave us mid-line on many
20912 targets, deal with it. Add a small constant to main, instead of
20913 1000 since main+1000 may not be a valid address in the target.
20914
20915 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20916 on hpux11.
20917
20918 * gdb.base/attach.exp: Handle another hpux11 error message variant
20919 when attaching to a process that does not exist.
20920
20921 1999-08-19 J.T. Conklin <jtc@redback.com>
20922
20923 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
20924 characters in 'continue to 1241' test.
20925
20926 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
20927
20928 * gdb.base/call-ar-st.exp: Add a shorter match case for the
20929 stop in print_long_arg_list, define and use a whitespace
20930 variable in print_small_structs test, add an XFAIL for Solaris.
20931 * gdb.base/dbx.exp: XFAIL func commands until somebody is
20932 interested enough to fix.
20933
20934 1999-08-13 Keith Seitz <keiths@cygnus.com>
20935
20936 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20937 (dbx_gdb_load): Remove. Use gdb_load instead, since that
20938 proc knows about targets other than the natives.
20939 (test_assign): Use "gdb_run_cmd" to "run" the target.
20940 Check that we've actually hit the breakpoint at main.
20941 When we attempt to assign a value to a local variable, check
20942 that the variable is in the current scope, i.e., don't use
20943 a test with an empty result.
20944
20945 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
20946
20947 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
20948 command.
20949
20950 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
20951
20952 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20953 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20954 gdb.compat, gdb.threads-hp.
20955 gdb.hp/configure, gdb.hp/configure.in: New files.
20956 gdb.hp/Makefile.in: Recurse into new subdirs.
20957 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20958 gdb.hp/gdb.objdbg: New directory, tests for debugging info
20959 in object files.
20960 gdb.hp/tools: New directory, aux tools for HP-specific tests.
20961
20962 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
20963
20964 * gdb.base/display.exp: Help expect by putting a newline in the
20965 funky printf, remove a bogus p/a test.
20966
20967 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20968
20969 * gdb.base/display.exp: Make sure that when we say 'run', we are
20970 connected to the target. This is necessary when running not
20971 natively.
20972
20973 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20974
20975 * gdb.base/step-test.exp: Removed some extraneous messages.
20976
20977 * gdb.base/long_long.exp: Don't run memory examination tests
20978 on little-endian targets (they will need a different set of
20979 results to match).
20980
20981 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20982
20983 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20984 until somebody decides to fix GDB.
20985
20986 * gdb.base/long_long.c: Stop compiler complaint by specifying long
20987 constant as "ULL".
20988 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20989 matches for a couple x/2 commands.
20990
20991 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20992
20993 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20994 by merging in ref-types2 tests.
20995 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20996
20997 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20998 * gdb.c++/Makefile.in: Add standard actions.
20999 (EXECUTABLES): Rename from PROGS, update list.
21000 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
21001 from gdb.hp.
21002 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
21003 foo and bar locals.
21004 * gdb.c++/anon-union.exp: Fix tests to match.
21005 * gdb.c++/classes.exp: Run if HP compiler used, add extra
21006 expect matches to handle output variations.
21007 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
21008 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
21009 output, add HP alternatives for new and delete prints.
21010 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
21011 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
21012 * gdb.c++/demangle.exp: Use $style when reporting failure.
21013 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
21014 * gdb.c++/inherit.exp: Run if HP compiler used, add some
21015 match alternatives.
21016 * gdb.c++/local.exp: Add match alternatives or xfails for HP
21017 compilers.
21018 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
21019 * gdb.c++/method.exp: Add match alternatives.
21020 * gdb.c++/misc.cc: Add bool types.
21021 * gdb.c++/misc.exp: Add tests for bool types.
21022 * gdb.c++/overload.exp: Add xfails.
21023 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
21024 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
21025 add some more template parameter tests (only for HP currently).
21026 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
21027 * gdb.c++/virtfunc.cc: Add return type and value for main.
21028 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
21029 match alternatives.
21030
21031 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21032
21033 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
21034
21035 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
21036
21037 * gdb.base/signals.exp: Don't expect getting a backtrace from
21038 within a signal handler to fail on Linux.
21039
21040 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
21041
21042 From Jimmy Guo <guo@cup.hp.com> and others at HP:
21043 * lib/gdb.exp: Remove some gratuitious semicolons.
21044 (delete_breakpoints): Increase timeout.
21045 (gdb_expect): Add -notransfer option.
21046 (gdb_test): Use -notransfer option.
21047 (get_compiler_info): Add f77 case.
21048 (get_compiler): New proc, split out from gdb_preprocess, add f77
21049 case.
21050 (gdb_preprocess): Call get_compiler.
21051
21052 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
21053 * gdb.base/attach.exp, gdb.base/display.exp,
21054 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
21055 gdb.base/long_long.exp, gdb.base/printcmds.exp,
21056 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
21057 third arg to gdb_test.
21058 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
21059 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
21060 HP-UX xfails, add others.
21061 * gdb.base/completion.exp: Reflect name change of self-test.
21062 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
21063 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
21064 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
21065 HP failure number.
21066 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
21067 useless HP-UX 10.30 references.
21068 * gdb.base/maint.exp: Loosen matches.
21069 * gdb.base/pointers.c (main): Declare more_code.
21070 * gdb.base/pointers.exp: Match on output of a `next'.
21071 * gdb.base/structs.c: Add prototypes.
21072 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
21073 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
21074
21075 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21076
21077 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
21078 command.
21079
21080 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21081
21082 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
21083 Fix run to main failures. Watchpoint can be hardware watchpoint.
21084
21085 * gdb.base/annota1.exp: Clean up some more, in case printf has
21086 debug info. Deal with lack of signal hanlder info in stack.
21087
21088 From Jim Kingdon <kingdon@redhat.com>:
21089 * gdb.base/annota1.exp: If printf has debug info, deal with it.
21090
21091 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
21092
21093 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
21094 gdb.base/foll-vfork.exp: Don't run for crosses.
21095
21096 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
21097
21098 * gdb.base/configure.in: Check for gdbvars.exp instead of
21099 a1-selftest.exp.
21100 * gdb.base/configure: Re-generate.
21101
21102 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
21103
21104 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
21105 in trying to run first and name is too long.
21106
21107 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
21108 pointers2.c and pointers2.exp, respectively.
21109 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
21110 doschk happier.
21111
21112 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
21113
21114 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
21115 callfuncs2.c and callfuncs2.exp.
21116
21117 * gdb.base/list.exp: Remove mistaken xfails.
21118 * gdb.base/list0.h: Add optional prototypes.
21119
21120 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
21121
21122 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
21123 calling malloc.
21124 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
21125 * ptype.exp: Move test for get_debug_format to before its first
21126 use.
21127
21128 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21129
21130 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
21131 * gdb.base/annota2.cc, annota2.exp: Move from here.
21132 * gdb.c++/annota2.cc, annota2.exp: To here.
21133 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
21134
21135 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
21136
21137 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
21138 a consistent format.
21139
21140 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
21141
21142 From Jimmy Guo <guo@cup.hp.com> and others at HP:
21143 * lib/gdb.exp (get_compiler_info): Add detection for assorted
21144 HP compilers, also set the globals $true and $false.
21145
21146 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
21147 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
21148 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
21149 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
21150 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
21151 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
21152 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
21153 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
21154 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
21155 whatis.c} Add C++ compatible function definitions and return
21156 types, add includes for library functions.
21157 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
21158 * gdb.base/step-test.c (myglob): Rename from glob.
21159 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
21160 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
21161 files, move here from gdb.hp.
21162 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
21163 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
21164 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
21165 Adjust line numbers in regexps.
21166
21167 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
21168 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
21169 instead of 0/1.
21170
21171 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
21172 foll-vfork.exp: New files, move here from gdb.hp.
21173 * gdb.base/page.exp: New file, test of pagination command.
21174
21175 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
21176 recursion test.
21177 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
21178
21179 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
21180 gdb.base/solib.exp: Fix compiler invocation process.
21181
21182 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
21183 HP-UX 11, turn off overload resolution explicitly.
21184 * gdb.base/commands.exp: Set argument list explicitly, add
21185 watchpoint test.
21186 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
21187 them work.
21188 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
21189 expressions properly.
21190 * gdb.base/corefile.exp: Loosen the match slightly.
21191 * gdb.base/default.exp: Allow "Error accessing memory" message
21192 also.
21193 * gdb.base/display.exp: Skip over x/0 j if PA64.
21194 * gdb.base/funcargs.exp: Add xfails for HP-UX.
21195 * gdb.base/interrupt.exp: Ditto.
21196 * gdb.base/langs.exp: Add symbolic matches governed by compiler
21197 in use.
21198 * gdb.base/list.exp: Add xfails for HP-UX.
21199 * gdb.base/long_long.exp: Refine some of the numeric matches.
21200 * gdb.base/mips_pro.exp: Xfail on HP-UX.
21201 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
21202 * gdb.base/nodebug.exp: Succeed on more varieties of output.
21203 * gdb.base/opaque.exp: Remove some HP-UX xfails.
21204 * gdb.base/ptype.exp: Succeed on more varieties of output.
21205 * gdb.base/scope.exp: Add xfails for HP-UX.
21206 * gdb.base/sect-cmd.exp: Add more cases.
21207 * gdb.base/setvar.exp: Add xfails for HP-UX.
21208 * gdb.base/shlib-call.exp: Loosen some matches slightly.
21209 * gdb.base/signals.exp: Match on void symbolically.
21210 * gdb.base/step-test.exp: Add case for PA64.
21211 * gdb.base/term.exp: Add exit and restart.
21212 * gdb.base/twice.exp: Clean up after self.
21213 * gdb.base/varargs.exp: Disable overload resolution explicitly.
21214 * gdb.base/whatis.exp: Allow more ways to pass tests.
21215
21216 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
21217 no longer useful.
21218
21219 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
21220
21221 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
21222 list of patterns.
21223 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
21224 print_double_array(double_array)", "continuing to breakpoint
21225 1018", "print print_double_array(array_d)" and "continuing to
21226 1034" tests.
21227
21228 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
21229
21230 * Makefile.in: Add empty html and install-html targets.
21231
21232 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
21233
21234 * config/mt-*: Remove, these haven't been used since 1996.
21235
21236 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
21237
21238 * gdb.base/call-strs.c, gdb.base/ending-run.c,
21239 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
21240 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
21241
21242 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
21243
21244 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
21245 simpler match case for the ptype of the big class.
21246
21247 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21248
21249 * gdb.exp: Fix test for gdb_prompt existence.
21250
21251 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21252
21253 * gdb.exp (gdb_test): Add fail after calls to perror.
21254
21255 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21256
21257 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
21258
21259 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
21260
21261 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
21262
21263 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
21264
21265 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
21266 malloc() is linked in.
21267
21268 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
21269
21270 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
21271 step at end.
21272
21273 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
21274
21275 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
21276
21277 * gdb.java/jv-print.exp: New file. (Our first Java test!)
21278
21279 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
21280
21281 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
21282 * gdb.base/mips_pro.exp: Likewise.
21283
21284 1999-06-02 Keith Seitz <keiths@cygnus.com>
21285
21286 * gdb.c++/templates.cc: Change all "new" operators to throw
21287 an exception.
21288 * gdb.c++/cplusfuncs.cc: Likewise.
21289
21290 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
21291
21292 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
21293
21294 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
21295 * gdb.base/ending-run.exp: When stepping out of main, accept a
21296 step into an arbitrary assembler file.
21297
21298 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21299
21300 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
21301 "breakpoint-invalid" to be printed.
21302 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
21303 number of "frames-invalid" and "breakpoint-invalid" to be printed.
21304 * gdb.base/annota2.cc: Initialize a.x to 0.
21305
21306 1999-05-17 Keith Seitz <keiths@cygnus.com>
21307
21308 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
21309 when "skip_float_tests" set.
21310 Ditto for "print print_double_array(array_d)", "print print_small_structs",
21311 "print print_ten_doubles", and "step into print_long_arg_list".
21312 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
21313 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
21314 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
21315 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
21316 "skip_float_tests" is set.
21317 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
21318 when "skip_float_tests" set.
21319
21320 1999-05-06 Keith Seitz <keiths@cygnus.com>
21321
21322 * gdb.base/annota2.cc: Include stdio.h.
21323
21324 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
21325
21326 * gdb.base/crossload.exp: Remove, this has been disabled ever
21327 since BFD stopped including all targets, and cross-GDB gets
21328 plenty of testing anyway.
21329 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
21330 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21331 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
21332 * gdb.base/README: Remove, was doc for this.
21333 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
21334 needed.
21335
21336 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21337
21338 * gdb.base/call-ar-st.exp: Fix one regular expression in test
21339 output.
21340
21341 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21342 * gdb.base/annota2.exp: New file. More annotation tests.
21343 * gdb.base/annota1.c: New file. Source file for annota1.exp.
21344 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21345
21346 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
21347
21348 * config/cfdbug.exp: New file.
21349
21350 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
21351
21352 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21353 Marcus Daniel's and Dale Hawkins's demangler crashes.
21354
21355 * gdb.c++/demangle.exp (test_gnu_style_demangling,
21356 test_lucid_style_demangling, test_arm_style_demangling,
21357 test_hp_style_demangling): Try Tom Tromey's core-dumping
21358 identifier under each demangling style.
21359
21360 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
21361
21362 * gdb.c++/demangle.exp: Include the current demangling style
21363 in all test names.
21364 (current_demangling_style): New global variable.
21365 (set_demangling_style, test_demangling_core, test_demangling,
21366 test_demangling_exact): New functions.
21367 (test_gnu_style_demangling, test_lucid_style_demangling,
21368 test_arm_style_demangling, test_hp_style_demangling): Use those,
21369 instead of calling gdb_test and gdb_test_exact directly.
21370 (catch_demangling_errors): New function, which reports errors
21371 signalled by the demangling test functions in an orderly way.
21372 (do_tests): Use catch_demangling_errors.
21373
21374 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
21375
21376 * gdb.base/signals.exp (test_handle_all_print): Use () for
21377 grouping in expressions, not {}.
21378
21379 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
21380 initialized yet.
21381
21382 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
21383
21384 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21385 are listed.
21386
21387 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
21388
21389 * gdb.stabs/weird.exp: Test for CC being defined before
21390 looking at its value.
21391
21392 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
21393
21394 * gdb.base/call-ar-st.exp: Remove stray '#'.
21395 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21396 "short int" and "long int".
21397 * gdb.c++/overload.cc: Cast the string added in the previous
21398 change, to mollify finicky HP compiler.
21399 * gdb.hp/reg-test.exp (testfile): Fix file name.
21400 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
21401
21402 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21403 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21404 alternate form of enum ptype.
21405
21406 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
21407
21408 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21409 * gdb.hp/*.exp: Change all to run compiler probe only after
21410 passing skip_hp_tests, so as not to waste time on guaranteed
21411 failure.
21412
21413 * gdb.c++/overload.cc: Pass string instead of char addr, always
21414 init ccpfoo.
21415 * gdb.c++/templates.cc: Fix syntax error.
21416
21417 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21418
21419 * gdb.base/commands.exp: Add test for correct position of '>'
21420 when issuing the 'commands' command after a 'while' or 'if'
21421 command.
21422
21423 1999-03-18 James Ingham <jingham@cygnus.com>
21424
21425 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21426
21427 * gdb.c++/method.exp: It was testing an uninitialized int on the
21428 stack and assuming it was positive.
21429
21430 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21431
21432 * gdb.base/step-test.exp: Catch a case where finish is broken and
21433 keep it from killing the rest of the tests.
21434 Use gdb_continue_to_end.
21435
21436 * gdb.base/sigall.exp: use gdb_continue_to_end.
21437
21438 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21439
21440 * gdb.base/display.exp: use runto_main, not run.
21441
21442 * gdb.base/default.exp: Check for the current error message in the
21443 r abbreviation test.
21444 Add strongarm to the targets that know info float.
21445
21446 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
21447 run which doesn't work with monitors.
21448
21449 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21450
21451 * gdb.base/break.exp: use the gdb_continue_to_end proc.
21452
21453 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
21454 program. Traps the case (in Cygmon) when the program never really
21455 exits. Same as Mark's continue_to_exit, but I had put it in a lot
21456 more places, so I used my name. Sorry Mark...
21457
21458 * config/monitor.exp (gdb_target_monitor): added another
21459 target_info parameter: remotebinarydownload. This will set the
21460 remotebinarydownload flag if this is causing some boards trouble.
21461
21462 1999-03-18 Mark Salter <msalter@cygnus.com>
21463
21464 * lib/gdb.exp (continue_to_exit): New function.
21465
21466 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21467 * gdb.base/ending-run.exp: Ditto.
21468 * gdb.base/step-test.exp: Ditto.
21469
21470 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
21471
21472 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21473 (suggested by Art Haas <ahaas@neosoft.com>).
21474
21475 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
21476
21477 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
21478
21479 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
21480
21481 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
21482 descriptions of types (short unsigned int vs unsigned short, etc).
21483
21484 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
21485
21486 * gdb.base/call-strs.exp: Don't assume that `step' will step over
21487 a call to strlen; sometimes we do have sources.
21488
21489 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21490
21491 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
21492 character, so GDB won't print garbage after its end.
21493
21494 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21495 breakpoint there instead. Sometimes GCC emits memcpy to handle
21496 the large structures being passed by value, so we step into that
21497 instead of sum_array_print, which obscures what we're really testing.
21498 * gdb.base/step-test.exp: However, we do want a test that notices
21499 the bizarre steps into memcpy, so do that here. Add check for
21500 stepping into function calls that pass large structures by value.
21501 ("Is that a noun clause, or are you just happy to see me?")
21502 Remove all references to specific line numbers.
21503 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21504 New type and function.
21505 (main): Call large_struct_by_value, passing it a large struct by value.
21506 * lib/gdb.exp (gdb_get_line_number): New function.
21507
21508 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21509 more portable.
21510
21511 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
21512
21513 * lib/gdb.exp: Doc fixes.
21514
21515 1999-03-05 Nick Clifton <nickc@cygnus.com>
21516
21517 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
21518
21519 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
21520
21521 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
21522 commands. They're not germane to this test, and they don't work
21523 that way on remote targets.
21524
21525 1999-03-01 James Ingham <jingham@cygnus.com>
21526
21527 * Changelog entries merged over from gdb development branch.
21528
21529 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
21530
21531 * lib/gdb.exp (gdbtk_analyze_results): Generic function
21532 for outputting results of test run.
21533
21534 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
21535
21536 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
21537
21538 1999-02-25 Felix Lee <flee@cygnus.com>
21539
21540 * lib/gdb.exp (debug_format): initialize
21541
21542 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
21543
21544 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21545 * gdb.base/call-rt-st.c: Ditto.
21546
21547 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
21548
21549 * gdb.threads/pthreads.exp (horiz): New variable.
21550 (test_startup): Fix regexps that capture thread numbers.
21551
21552 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
21553
21554 * gdb.base/smoke.exp: Disambiguate two test case names (both
21555 called ``print'').
21556
21557 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21558
21559 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
21560 compilation.
21561
21562 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21563
21564 * gdb.base/miscexprs.exp: Change patterns to match GDB's
21565 actual output formatting.
21566 * gdb.base/smoke.exp: GDB removes leading 0's.
21567 * gdb.base/volatile.exp: Don't check type of remuneration;
21568 that variable is no longer defined in constvars.c.
21569 * gdb.base/step-test.c (main): Exit with explicit exit code.
21570 * gdb.base/step-test.exp: Remove two nexti checks--they are
21571 not portable.
21572
21573 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21574
21575 * gdb.base/help.exp ("help delete display"): Fix test to match
21576 gdb's output.
21577
21578 * gdb.base/long_long.c (known_types): Initialize values to zero.
21579 * gdb.base/long_long.exp: Step one more line
21580 so 'dec' is initialized in "get to known place". GDB removes
21581 leading zeros. Explicitly ask for hex formatting. Use
21582 unique test case names.
21583
21584 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21585
21586 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
21587
21588 * gdb.c++/method.exp: Add missing close brace.
21589
21590 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
21591
21592 * gdb.base/maint.exp: Use 'set height 0' to disable page
21593 prompting, not 'set height 400'.
21594
21595 Fix a bunch of timeouts.
21596 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21597 four separate tests, so expect doesn't take forever to match a ton
21598 of text against a regexp with lots of .* forms.
21599 ("maint print psymbols", "maint print symbols"): Make some of
21600 these greps more selective, so that expect doesn't try to wade
21601 through huge piles of output and time out.
21602
21603 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21604
21605 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
21606 tests: one which doesn't expect shlib events to be reported, and
21607 another which does, but is XFAIL for all platforms other than
21608 HP/UX.
21609
21610 * gdb.base/break.exp: Teach the test suite that the `catch
21611 fork', `catch vfork', and `catch exec' commands produce error
21612 messages on platforms that don't provide these features.
21613
21614 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21615
21616 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
21617 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21618 (shortening names from solib_threshold.exp etc), won't run on
21619 anything but HP-UX for the foreseeable future.
21620 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
21621 reflect move.
21622
21623 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
21624
21625 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21626 gdb.trace/Makefile.in (clean): Remove all test executables.
21627
21628 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
21629
21630 * gdb.base/shlib-call.exp: add test cases to verify that gdb
21631 successfully re-sets breakpoints in shared libraries.
21632 * gdb.base/shmain.c (main): return 0, don't fall off the end.
21633
21634 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21635
21636 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21637 and compiled w/o GCC.
21638
21639 * gdb.hp/watch-cmd.exp: ditto.
21640
21641 * gdb.hp/watch-hp.exp: ditto.
21642
21643 * gdb.hp/xdb1.exp: ditto.
21644
21645 * gdb.hp/xdb2.exp: ditto.
21646
21647 * gdb.hp/dbx.exp: ditto.
21648
21649 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
21650
21651 * constvars.c: Remove C++-isms.
21652 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
21653 with GCC.
21654
21655 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
21656
21657 The following changes are part of the HP merge.
21658
21659 * gdb.base/break.exp: new tests to verify that catchpoints for
21660 fork, vfork, and exec don't trigger inappropriately.
21661
21662 * gdb.base/opaque.exp: compile one file at a time, then link.
21663
21664 * gdb.base/signals.exp: be more restrictive about which hppa
21665 systems receive a setup_xfail. new tests.
21666
21667 * gdb.base/solib_threshold.build: new file.
21668 * gdb.base/solib_threshold.exp: new file.
21669 * gdb.base/solib_threshold.link_opts: new file.
21670 * gdb.base/solib_threshold.mk: new file.
21671 * gdb.base/gen_solib_threshold.c: new file.
21672
21673 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21674 tests. New tests for enums inside classes.
21675
21676 * gdb.c++/compiler.cc: indicate support of template debugging.
21677
21678 * gdb.c++/demangle.exp: run hp style demangling tests.
21679
21680 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21681 tests.
21682
21683 * gdb.c++/misc.cc: changes to support new tests.
21684
21685 * gdb.c++/templates.cc: changes to support HP's compiler; changes
21686 to support new tests.
21687
21688 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21689 gcc, then skip these tests.
21690
21691 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
21692
21693 The following files are part of the HP merge; some had longer
21694 names at HP, but have been renamed to be no more than 14
21695 characters in length.
21696
21697 * gdb.hp/ambiguous.cc: new file.
21698 * gdb.hp/ambiguous.exp: new file.
21699 * gdb.hp/attach.exp: new file.
21700 * gdb.hp/attach2.exp: new file.
21701 * gdb.hp/classes-hp.exp: new file.
21702 * gdb.hp/ctti.exp: new file.
21703 * gdb.hp/ctti-add.cc: new file.
21704 * gdb.hp/ctti-add1.cc: new file.
21705 * gdb.hp/ctti-add2.cc: new file.
21706 * gdb.hp/ctti-add3.cc: new file.
21707 * gdb.hp/dbx.exp: new file.
21708 * gdb.hp/exception.cc: new file.
21709 * gdb.hp/exception.exp: new file.
21710 * gdb.hp/foll-exec.c: new file.
21711 * gdb.hp/foll-exec.exp: new file.
21712 * gdb.hp/foll-fork.c: new file.
21713 * gdb.hp/foll-fork.exp: new file.
21714 * gdb.hp/foll-vfork.c: new file.
21715 * gdb.hp/foll-vfork.exp: new file.
21716 * gdb.hp/inherit-hp.exp: new file.
21717 * gdb.hp/more-steps.exp: new file.
21718 * gdb.hp/namespace.cc: new file.
21719 * gdb.hp/namespace.exp: new file.
21720 * gdb.hp/optimize.exp: new file.
21721 * gdb.hp/pxdb.c: new file.
21722 * gdb.hp/pxdb.exp: new file.
21723 * gdb.hp/quicksort.exp: new file.
21724 * gdb.hp/reg-test.exp: new file.
21725 * gdb.hp/reg-test.s: new file.
21726 * gdb.hp/sized-enum.c: new file.
21727 * gdb.hp/sized-enum.exp: new file.
21728 * gdb.hp/start-stop.exp: new file.
21729 * gdb.hp/templ-hp.cc: new file.
21730 * gdb.hp/templ-hp.exp: new file.
21731 * gdb.hp/thr-lib.c: new file.
21732 * gdb.hp/thr-lib.exp: new file.
21733 * gdb.hp/thr-lib.h: new file.
21734 * gdb.hp/thr-liblib.c: new file.
21735 * gdb.hp/virtfun-hp.c: new file.
21736 * gdb.hp/virtfun-hp.exp: new file.
21737 * gdb.hp/watch-cmd.exp: new file.
21738 * gdb.hp/watch-hp.exp: new file.
21739 * gdb.hp/xdb1.exp: new file.
21740 * gdb.hp/xdb2.exp: new file.
21741 * gdb.hp/xdb3.exp: new file.
21742
21743 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
21744
21745 The following files are part of the HP merge; some had longer
21746 names at HP, but have been renamed to be no more than 14
21747 characters in length.
21748
21749 * gdb.base/ss.h: new file.
21750 * gdb.base/call-ar-st.c: new file.
21751 * gdb.base/call-ar-st.exp: new file.
21752 * gdb.base/call-rt-st.c: new file.
21753 * gdb.base/call-rt-st-exp: new file.
21754 * gdb.base/call-strs.exp: new file.
21755 * gdb.base/ena-dis-br.exp: new file.
21756 * gdb.base/environ.exp: new file.
21757 * gdb.base/long_long.exp: new file.
21758 * gdb.base/sect-cmd.exp: new file.
21759 * gdb.base/shlib-cl2.exp: new file.
21760 * gdb.base/smoke.exp: new file.
21761 * gdb.base/so-impl-ld.c: new file.
21762 * gdb.base/so-impl-ld.exp: new file.
21763 * gdb.base/so-indr-cl.c: new file.
21764 * gdb.base/so-indr-cl.exp: new file.
21765 * gdb.base/varargs.exp: new file.
21766 * gdb.base/volatile.exp: new file.
21767 * gdb.base/whatis-exp.exp: new file.
21768 * gdb.base/display.exp: new file.
21769 * gdb.c++/derivation.exp: new file.
21770 * gdb.c++/local.exp: new file.
21771 * gdb.c++/member-ptr.exp: new file.
21772 * gdb.c++/overload.exp: new file.
21773 * gdb.c++/ovldbreak.exp: new file.
21774 * gdb.c++/ref-types.exp: new file.
21775 * gdb.c++/ref-types2.exp: new file.
21776 * gdb.c++/userdef.exp: new file.
21777
21778 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
21779
21780 * gdb.base/default.exp: Reflect wording change in remote.c.
21781
21782 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
21783
21784 * gdb.base/help.exp: Update to reflect current text.
21785
21786 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
21787
21788 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21789 they're stack variables and contain garbage.
21790 * gdb.c++/anon-union.exp: new file.
21791
21792 The following changes were made by David Taylor
21793 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21794 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21795 in changes by HP.
21796
21797 * gdb.base/bitops.exp: new file.
21798 * gdb.base/default.exp: change expected messages for catch and
21799 info catch tests to reflect HP merge changes.
21800 * gdb.base/enable-disable-break.exp
21801 * gdb.base/ending-run.c: new file.
21802 * gdb.base/long_long.c: new file.
21803 * gdb.base/maint.exp: new file.
21804 * gdb.base/pointers2.exp: new file.
21805 * gdb.base/shlib-call2.exp: new file.
21806 * gdb.base/solib.exp: new file.
21807 * gdb.base/step-test.c: new file.
21808 * gdb.c++/anon-union.cc: new file.
21809 * gdb.c++/local.cc: new file.
21810 * gdb.c++/member-pointer.cc: new file.
21811 * gdb.c++/method.cc: new file.
21812 * gdb.c++/ref-types.cc: new file.
21813 * gdb.c++/ref-types2.cc: new file.
21814 * gdb.c++/userdef.cc: new file.
21815
21816 * gdb.base/scope.exp: compile one file at a time, then link.
21817 * gdb.base/langs.exp: ditto.
21818 * gdb.base/list.exp: ditto.
21819
21820 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
21821
21822 The following changes were made by David Taylor
21823 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21824 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21825 in changes by HP.
21826
21827 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21828 skip tests. When compiling pass c++ flag to gdb_compile.
21829 * gdb.c++/
21830
21831 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21832 test for on hppa*-*-hpux*; use args to see if c++ was specified.
21833 (skip_hp_tests): new function.
21834 (gdb_preprocess): new function.
21835
21836 * configure.in (hpdir): decide whether to configure gdb.hp.
21837 * configure: regenerated.
21838
21839 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21840 to delete on clean.
21841 (EXECUTABLES): update to reflect new additions.
21842 * gdb.base/commands.exp: update message expected.
21843 * gdb.base/default.exp: add copyright notice.
21844 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21845 * gdb.base/help.exp: update messages to reflect current text.
21846 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21847 targets for recurse tests.
21848 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21849 skip this file.
21850
21851 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21852 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21853 compilation.
21854 * gdb.c++/misc.exp: ditto.
21855 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21856 run the tests. tell gdb_compile that it's a c++ compilation.
21857
21858 * gdb.threads/pthreads.exp: fix typo in message.
21859
21860 * gdb.base/all-bin.exp: new file.
21861 * gdb.base/arithmet.exp: new file.
21862 * gdb.base/assign.exp: new file.
21863 * gdb.base/completion.exp: new file.
21864 * gdb.base/cond-expr.exp: new file.
21865 * gdb.base/condbreak.exp: new file.
21866 * gdb.base/define.exp: new file.
21867 * gdb.base/dollar.exp: new file.
21868 * gdb.base/environment.exp: new file.
21869 * gdb.base/eval-skip.exp: new file.
21870 * gdb.base/jump.exp: new file.
21871 * gdb.base/logical.exp: new file.
21872 * gdb.base/pointers.exp: new file.
21873 * gdb.base/relational.exp: new file.
21874 * gdb.base/section_command.exp: new file.
21875 * gdb.base/whatis-expr.exp: new file.
21876
21877 * gdb.base/all-types.c: new file.
21878 * gdb.base/call-array-struct.c: new file.
21879 * gdb.base/call-return-struct.c: new file.
21880 * gdb.base/call-strings.c: new file.
21881 * gdb.base/callfuncs2.c: new file.
21882 * gdb.base/condbreak.c: new file.
21883 * gdb.base/constvars.c: new file.
21884 * gdb.base/display.c: new file.
21885 * gdb.base/int-type.c: new file.
21886 * gdb.base/jump.c: new file.
21887 * gdb.base/miscexprs.c: new file.
21888 * gdb.base/pointers.c: new file.
21889 * gdb.base/pointers2.c: new file.
21890 * gdb.base/shmain.c: new file.
21891 * gdb.base/shr1.c: new file.
21892 * gdb.base/shr2.c: new file.
21893 * gdb.base/solib.c: new file.
21894 * gdb.base/solib1.c: new file.
21895 * gdb.base/solib2.c: new file.
21896 * gdb.base/varargs.c: new file.
21897 * gdb.c++/derivation.cc: new file.
21898 * gdb.c++/overload.cc: new file.
21899 * gdb.c++/ovldbreak.cc: new file.
21900 * gdb.hp/attach.c: new file.
21901 * gdb.hp/attach2.c: new file.
21902 * gdb.hp/average.c: new file.
21903 * gdb.hp/compiler.c: new file.
21904 * gdb.hp/compiler.cc: new file.
21905 * gdb.hp/execd-program.c: new file.
21906 * gdb.hp/follow-exec.c: new file.
21907 * gdb.hp/follow-fork.c: new file.
21908 * gdb.hp/follow-vfork-and-exec.c: new file.
21909 * gdb.hp/misc-hp.cc: new file.
21910 * gdb.hp/more-steps.c: new file.
21911 * gdb.hp/optimize.c: new file.
21912 * gdb.hp/quicksort.c: new file.
21913 * gdb.hp/run-hp.c: new file.
21914 * gdb.hp/start-stop.c: new file.
21915 * gdb.hp/sum.c: new file.
21916 * gdb.hp/templates-hp.cc: new file.
21917 * gdb.hp/thread-local-in-lib.c: new file.
21918 * gdb.hp/thread-local-in-lib.h: new file.
21919 * gdb.hp/thread-local-in-lib.lib.c: new file.
21920 * gdb.hp/vforked-program.c: new file.
21921 * gdb.hp/virtfunc-hp.cc: new file.
21922 * gdb.hp/watchpoint-hp.c: new file.
21923 * gdb.hp/xdb.c: new file.
21924 * gdb.hp/xdb0.c: new file.
21925 * gdb.hp/xdb0.h: new file.
21926 * gdb.hp/xdb1.c: new file.
21927
21928 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
21929
21930 The following change was made by Edith Epstein
21931 <eepstein@cygnus.com> as part of a project to merge in changes
21932 originally made by HP; HP did not create ChangeLog entries.
21933
21934 * gdb.c++/demangle.exp: changed the expected output for some
21935 ARM-style mangling -- removed second reference to datatype.
21936 For example, maint demangle __dt__11T1__pt__2_cFv
21937 T1<char>::~T1<char>(void)
21938 becomes,
21939 maint demangle __dt__11T1__pt__2_cFv
21940 T1<char>::~T1(void)
21941
21942 (test_hp_style_demangling): new hp specific demangling test cases.
21943
21944 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
21945
21946 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21947 * gdb.trace/backtrace.exp: Likewise.
21948 * gdb.trace/circ.exp: Likewise.
21949 * gdb.trace/collection.exp: Likewise.
21950 * gdb.trace/deltrace.exp: Likewise.
21951 * gdb.trace/infotrace.exp: Likewise.
21952 * gdb.trace/limits.exp: Likewise.
21953 * gdb.trace/packetlen.exp: Likewise.
21954 * gdb.trace/passc-dyn.exp: Likewise.
21955 * gdb.trace/passcount.exp: Likewise.
21956 * gdb.trace/report.exp: Likewise.
21957 * gdb.trace/save-trace.exp: Likewise.
21958 * gdb.trace/tfind.exp: Likewise.
21959 * gdb.trace/tracecmd.exp: Likewise.
21960 * gdb.trace/while-dyn.exp: Likewise.
21961 * gdb.trace/while-stepping.exp: Likewise.
21962
21963 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
21964
21965 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21966
21967 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
21968
21969 From Brendan Kehoe:
21970 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21971 int return types.
21972
21973 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21974
21975 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
21976 remote dos host testing right.
21977
21978 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21979
21980 * gdb.base/corefile.exp: remove some xfails.
21981
21982 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21983
21984 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
21985 have different timestamps.
21986
21987 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21988
21989 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
21990 gdb.base/default.exp: Replace "exec" with "executable".
21991
21992 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21993
21994 * gdb.base/default.exp: Change else if to elseif from previous
21995 delta.
21996
21997 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21998
21999 * gdb.base/default.exp: Add brace missing from previous delta.
22000
22001 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
22002
22003 * gdb.base/default.exp: Support test for info float for all
22004 varieties of arm toolchain.
22005
22006 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
22007
22008 * gdb.trace/*.exp: remove "remote_download" command.
22009
22010 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
22011
22012 * gdb.trace/*.exp: remove -gdwarf from compile.
22013
22014 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
22015
22016 * gdb.trace/configure.in(AC_INIT): typo
22017 * gdb.trace/configure: regenerated
22018
22019 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
22020
22021 * config/m68k-emc.exp: New file.
22022 * lib/<emc-support.exp trace-support.exp}: New files.
22023 * configure.in: add new test directory gdb.trace.
22024 * gdb.trace/{configure configure.in Makefile.in}: New files.
22025 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
22026 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
22027 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
22028 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
22029 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
22030 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
22031 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
22032
22033 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
22034
22035 * gdb.c++/classes.exp: Change all regular expressions to match
22036 arbitrary combinations of newline/carriage-return, so that they
22037 will work equally well on Unix and Windows.
22038 * gdb.c++/inherit.exp: ditto.
22039 * gdb.c++/virtfunc.exp: ditto.
22040
22041 1998-08-11 Dawn Perchik <dawn@cygnus.com>
22042
22043 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
22044
22045 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
22046
22047 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
22048 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
22049 to use a0-a3/d0-d3 as needed.
22050
22051 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
22052
22053 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
22054 * gdb.disasm/am33.exp: Corresponding changes.
22055
22056 1998-07-11 Felix Lee <flee@cygnus.com>
22057
22058 * gdb.base/callfuncs.exp: add cmp10 test.
22059 * gdb.base/callfuncs.c (cmp10): new function.
22060
22061 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
22062
22063 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
22064 into two parts to get around a synchronization problem in expect.
22065
22066 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
22067
22068 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
22069
22070 * configure.in: Add options for gdbtk testsuite.
22071
22072 * configure: Regenerate.
22073
22074 * gdb.gdbtk: New directory to hold gdbtk tests.
22075
22076 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22077
22078 * gdb.fortran/types.exp: Escape brackets in expect patterns
22079 for test_float_literal_types_accepted tests.
22080 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
22081 before run test.
22082
22083 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
22084
22085 * am33.exp: Just compile, do not link the testcase.
22086 * am33.s: Add ".am33" pseudoop to force am33 mode.
22087
22088 1998-06-25 Felix Lee <flee@cygnus.com>
22089
22090 * gdb.base/setshow.exp: make sure $pc is sane.
22091
22092 * gdb.stabs/weird.exp: split expect patterns properly.
22093
22094 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
22095
22096 * gdb.disasm/am33.s: New disassembler testfile for the am33.
22097 * gdb.disasm/am33.exp: Run it.
22098
22099 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
22100
22101 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
22102 match processing (and eliminate spurious timeouts when running).
22103
22104 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
22105
22106 * gdb.base/signals.exp (test_handle_all_print): put back Mach
22107 exception test, but conditionalize it on target [mach | gnu].
22108
22109 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
22110
22111 * gdb.base/overlays.exp: fixup compile line for linker script.
22112
22113 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
22114
22115 * gdb.fortran/types.exp: don't guess at float size.
22116
22117 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
22118
22119 * gdb.base/exprs.exp: delete test that depends on int size.
22120
22121 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
22122
22123 * config/sim.exp: Removed checks for target triplets.
22124 (gdb_target_sim): Use gdb,target_sim_options.
22125
22126 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
22127
22128 * gdb.base/reread.exp: New file.
22129 * gdb.base/reread1.c: New file.
22130 * gdb.base/reread2.c: New file.
22131
22132 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
22133
22134 * config/sim.exp: Use 'target sim -sparclite' when running
22135 SPARClite programs.
22136
22137 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
22138
22139 * gdb.base/structs2.exp: New file.
22140 * gdb.base/structs2.c: New file.
22141
22142 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
22143
22144 * gdb.asm/common.inc: New file.
22145 * gdb.asm/d10v.inc: New file.
22146 * asm-source.exp: Pass -I's to gas to find .inc files.
22147 Update line numbers in expected output.
22148 * asmsrc1.s: Rewrite.
22149 * asmsrc2.s: Rewrite.
22150 * configure.in: Create arch.inc symlink.
22151 * configure: Regenerate.
22152 * Makefile.in (distclean): Delete arch.inc.
22153
22154 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
22155
22156 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
22157 (t_enum_value2): ditto
22158 (t_enum_value3): ditto
22159 (main): ditto
22160 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22161
22162 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
22163 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
22164 change.
22165 Use gdb_test instead of send_gdb/gdb_expect sequences.
22166
22167 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
22168
22169 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
22170 not void.
22171
22172 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
22173
22174 * gdb.base/branches.c: Code with lots of loops and
22175 subroutines. Used to test gdbs ability to single step through PC
22176 changes, especially to test mips-tdep.c:mips_next_pc
22177
22178 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
22179
22180 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
22181 more rigorous EGCS C++ error checking.
22182
22183 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22184
22185 * gdb.base/help.exp: Clean up `help set args' and `help show args'
22186 tests.
22187 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
22188 function when asleep.
22189 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
22190 for i*86 Linux and SVR4 signal handling problems.
22191 Remove linux xfail for `next to handler in signals_tests_1', fixed
22192 by recent infrun.c change.
22193 Limit backtrace to 10 frames to avoid timeout problems with infinite
22194 stack backtraces.
22195 Adjust expect pattern in `handle all print' test to match Apr 28 1997
22196 target.[ch] change.
22197
22198 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
22199
22200 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
22201 for a newline from gdb before continuing.
22202 (default_gdb_exit): Just look for y or n.
22203 (gdb_test): Detect abnormal exit from GDB running on DOS; if
22204 it does, fail the rests of the tests in the file.
22205
22206 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
22207
22208 * config/cygmon.exp: New file.
22209
22210 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
22211
22212 * gdb.base/list.exp: Fix problem with "list default lines around
22213 main" test on remote targets.
22214
22215 * gdb.base/scope.exp: Fix problem with filelocal_bss before
22216 run test on remote targets.
22217
22218 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
22219
22220 * gdb.asm: New directory.
22221 * configure.in: Configure it.
22222 * configure: Regenerate.
22223 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
22224 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
22225
22226 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
22227
22228 * config/mn10300-eval.exp: New file to support MN10300 eval board.
22229
22230 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
22231
22232 * gdb.base/overlays (several files): Merge the two overlay
22233 managers into one. Change variables (foox, barx, bazx, grbxx)
22234 back into ints but force them to load in their proper sections.
22235
22236 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
22237
22238 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
22239 on-chip insn memory and IMAP1 to upper 128k.
22240 (D10VCopy): Handle memory regions crossing 16k boundaries.
22241 (D10VCopy): Transfer data in 32 bit chunks.
22242
22243 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
22244
22245 * gdb.base/overlays.c (main): Exit normally when result is
22246 correct.
22247
22248 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
22249 map. Include space for printf in .text segment.
22250
22251 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
22252 updated d10v memory VMA/LMA map.
22253 (D10VCopy): Call D10VTranslate.
22254
22255 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
22256
22257 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
22258
22259 * gdb.base/bar.c (barx, bar): Change variable to small array so
22260 that it won't be put into the .sdata - small data -
22261 section. Update reference.
22262 * gdb.base/baz.c (bazx, baz): Ditto.
22263 * gdb.base/foo.c (foox, foo): Ditto.
22264 * gdb.base/grbx.c (grbxx, grbx): Ditto.
22265
22266 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
22267 to be arrays.
22268
22269 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
22270
22271 * gdb.base/overlays.exp: fix up and get working again.
22272 Add tests for backtraces from an overlay function.
22273
22274 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
22275
22276 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
22277 "calling function with watchpoint enabled".
22278
22279 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
22280
22281 * gdb.base/break.exp (test_next_with_recursion): Remove
22282 gdb_suppress_tests for d10v-*-*.
22283 * lib/gdb.exp (gdb_suppress_tests): Disable this function
22284 pending review of whether it is useful or not.
22285
22286 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
22287
22288 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
22289
22290 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
22291
22292 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
22293 * config/dve.exp: New file to support Densan boards.
22294
22295 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
22296
22297 * gdb.base/interrupt.exp: Document problem of simulators, signals,
22298 reads and BSD.
22299
22300 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
22301
22302 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
22303 response.
22304
22305 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
22306
22307 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
22308
22309 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
22310 test.
22311
22312 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
22313 target_sizeof_long and target_bigendian_p.
22314 (structs_by_value, structs_by_reference): Check values according
22315 to targets word size and endianess.
22316
22317 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
22318
22319 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
22320 output.
22321
22322 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
22323
22324 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
22325 Update test of set args help to match source change.
22326
22327 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
22328
22329 * gdb.base/default.exp: Expect help system output to be in
22330 alphabetical order.
22331 * gdb.base/help.exp: Ditto.
22332
22333 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
22334
22335 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22336 "i*86-pc-linux-gnu*".
22337 * gdb.base/interrupt.exp: Ditto.
22338 * gdb.base/corefile.exp: Ditto.
22339
22340 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
22341 define vxworks when building the testcase.
22342
22343 * gdb.base/ptype.exp: Fix testnames to be unique.
22344 * gdb.base/radix.exp: Ditto.
22345 * gdb.base/term.exp: Ditto.
22346 * gdb.base/whatis.exp: Ditto.
22347 * gdb.c++/classes.exp: Ditto.
22348
22349 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
22350
22351 * gdb.base/callfuncs.exp: Fix indentation.
22352
22353 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22354 suppress_flag has been set.
22355 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22356 target feature.
22357
22358 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
22359
22360 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22361 the testcase.
22362
22363 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
22364 set_debug_traps() and breakpoint().
22365 * gdb.c++/misc.cc (main): Ditto.
22366 * gdb.c++/templates.cc (main): Ditto.
22367 * gdb.c++/virtfunc.cc (main): Ditto.
22368
22369 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
22370
22371 * lib/gdb.exp(gdb_step_for_stub): New function.
22372 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22373 exists, reload the executable and do a "continue" instead of
22374 doing a jump.
22375 (runto_main): Use gdb_step_for_stub.
22376
22377 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
22378 tests to have unique names.
22379 * gdb.base/callfuncs.exp: Ditto.
22380 * gdb.base/commands.exp: Ditto.
22381 * gdb.base/default.exp: Ditto.
22382 * gdb.base/help.exp: Ditto.
22383 * gdb.base/list.exp: Ditto.
22384 * gdb.base/opaque.exp: Ditto.
22385 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22386 similar tests.
22387
22388 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22389 * gdb.c++/cplusfuncs.cc: Ditto.
22390 * gdb.c++/virtfunc.cc: Ditto.
22391
22392 * config/monitor.exp: Keep track of the last file we saw, rather
22393 than trying to get the info from gdb.
22394
22395 * gdb.fortran/types.exp: Move comment to previous line.
22396
22397 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
22398
22399 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
22400 target mode.
22401
22402 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
22403
22404 From Bob Manson:
22405 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
22406 string from GDB when it connects.
22407
22408 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22409
22410 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
22411
22412 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
22413 if we can't get a debug format from GDB (we may be testing an
22414 older GDB). Use a 10 second timeout when checking for the format.
22415
22416 * gdb.stabs/weird.exp: Fix quoting.
22417
22418 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22419
22420 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
22421
22422 * config/arm-ice.exp: New file.
22423
22424 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
22425
22426 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
22427 until it has been modified to work with the new testsuite.
22428
22429 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
22430 testcase won't compile, cause all of the testcases in the file to
22431 fail instead.
22432
22433 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22434 (gdb_clear_suppressed): New procedure.
22435 (gdb_stop_suppressing_tests): Only clear suppress_flag if
22436 it contains a positive value.
22437
22438 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
22439
22440 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22441
22442 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22443
22444 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
22445
22446 * lib/gdb.exp (setup_xfail_format): New function.
22447 (get_debug_format): New function to get debug format.
22448 (debug_format): New global variable to hold last value set
22449 by get_debug_format.
22450 * gdb.base/list.exp: Call get_debug_format and expect some
22451 tests to fail for DWARF 1 and COFF formats.
22452 * gdb.c++/ptype.exp: Ditto.
22453 * gdb.c++/classes.exp: Ditto.
22454 * gdb.c++/cplusfuncs.exp: Ditto.
22455 * gdb.c++/inherit.exp: Ditto.
22456 * gdb.c++/templates.exp: Ditto.
22457 * gdb.c++/virtfunc.exp: Ditto.
22458
22459 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
22460
22461 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22462 host doesn't have a currently-open connection.
22463
22464 * config/sparclet.exp: Cleanups and fixes to make it generic for
22465 any gdb stub target. Handle cases where gdb doesn't respond when
22466 interrupted in a sane fashion.
22467
22468 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
22469 same thing in a totally different way.
22470
22471 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
22472 setting "timeout".
22473 (gdb_start): We set the global gdb_prompt variable in
22474 default_gdb_init now.
22475
22476 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
22477
22478 * gdb.base/printcmds.exp: Fix "check for floating addition"
22479 regexp to accept results within approx +/- .01 of exact value.
22480 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22481
22482 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
22483
22484 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
22485 properly.
22486 (gdb_expect): Add optional timeout parameter, and add timeout
22487 value to various calls.
22488 (gdb_suppress_tests): Only give one warning message per group.
22489
22490 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
22491
22492 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
22493 global variables. Handle getting a value for $timeout more
22494 gracefully.
22495
22496 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22497
22498 * lib/gdb.exp: Close connection to remote host if gdb doesn't
22499 initialize.
22500 (default_gdb_init): New procedure; allow gdb_init to be overridden
22501 by a target configuration file.
22502 (gdb_expect): Pass the timeout to remote_expect.
22503
22504 * config/monitor.exp(gdb_load): Fix typo in regexp.
22505
22506 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
22507
22508 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22509
22510 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
22511
22512 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
22513 here. Call gdb_target_exec before rebooting the target, to make
22514 sure the connection to the target is closed.
22515 (gdb_load): Pass the name of the executable to gdb_target_monitor.
22516 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22517 Also detect "Timeout reading from remote" error.
22518
22519 * config/gdbserver.exp: Pass the executable being loaded to
22520 gdb_target_monitor. Don't call gdb_file_cmd here; let
22521 gdb_target_monitor do it.
22522
22523 * gdb.disasm/hppa.exp: Don't use exec_output.
22524
22525 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
22526
22527 * gdb.base/list.exp: If we're debugging a non-native target,
22528 try to set the pc register to point to the start of the
22529 program before doing the first list command.
22530
22531 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
22532 test_calls after restarting.
22533
22534 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
22535 reloading.
22536
22537 * gdb.base/watchpoint.exp: Fix typo.
22538
22539 * gdb.base/setshow.exp: Check for use_gdb_stub.
22540
22541 * gdb.base/break.exp: Fix continue until exit test for the gdb
22542 stub case.
22543 * gdb.base/langs.exp: Ditto.
22544
22545 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
22546 gdb_load_offset. If we weren't given a file to load, figure out
22547 what the current file is and use it.
22548
22549 * config/i386-bozo.exp: New file.
22550
22551 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
22552
22553 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22554 feature.
22555
22556 * config/proelf.exp: New entry.
22557
22558 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
22559
22560 * lib/gdb.exp: Remove spurious .* patterns at the beginning
22561 of regexps.
22562
22563 * gdb.base/watchpoint.exp: Don't run the test_stepping
22564 tests if gdb can't call functions on the target.
22565
22566 * gdb.base/setshow.exp: Don't run the set prompt tests if
22567 the board has gdb_prompt set.
22568
22569 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
22570
22571 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22572 * gdb.base/commands.exp: Likewise.
22573 * gdb.base/setshow.exp: Likewise.
22574
22575 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
22576
22577 * config/monitor.exp(gdb_start): Look for gdb_prompt target
22578 feature.
22579
22580 * config/i960.exp: New file.
22581
22582 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
22583
22584 * gdb.base/funcargs.exp: Check for gdb,short_int target
22585 feature instead of looking for explicit target triplets.
22586
22587 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
22588
22589 * gdb.base/printcmds.exp: add a couple more tests a la
22590 "p 123DEADBEEF", to check parse_number.
22591 * top.c: change "to enable to enable" to "to enable" in a couple
22592 of help strings.
22593
22594 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
22595
22596 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22597 on the mn10300.
22598
22599 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
22600
22601 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22602 where the test executable is run with explicit args.
22603 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22604
22605 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
22606
22607 * gdb.base/run.c: Use FAKEARGV to build test executable that
22608 does not require a command line arg, since most simulators
22609 don't currently support passing such an arg into the simulated
22610 program.
22611 * gdb.base/commands.exp: Change tests to insert the proper
22612 value as the arg to the first recursive factorial call. Change
22613 compilation line to define FAKEARGV at compile time.
22614
22615 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
22616
22617 * gdb.base/recurse.exp: Enable these tests for the mn10300.
22618 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22619 function with watchpoint enabled" test.
22620
22621 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
22622
22623 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
22624 Don't call gdb_test when the command doesn't return to a gdb prompt.
22625
22626 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
22627 "Tests restarted" messages.
22628
22629 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
22630
22631 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22632
22633 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
22634
22635 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22636 for INFO SYMBOL; add help tests for OVERLAY commands.
22637 * gdb.base/default.exp: add tests for INFO SYMBOL command;
22638 add tests for OVERLAY commands
22639 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22640 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22641 * gdb.base/sigall.c: add usestubs code frag
22642 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
22643
22644 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
22645
22646 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22647 failures.
22648 (gdb_stop_suppressing_tests): Note that tests have restarted.
22649
22650 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
22651
22652 * config/h8300.exp: New file.
22653
22654 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
22655
22656 * gdb.base/setshow.exp: Check for the existence of a
22657 feature, not its value.
22658
22659 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
22660
22661 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22662
22663 * gdb.base/scope.exp: It's now init0(), not init().
22664
22665 * gdb.base/scope0.c: For now, change init() to be init0().
22666
22667 * config/monitor.exp: Use gdb_serial in preference to serial
22668 or netport.
22669
22670 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
22671 and it's not already set.
22672
22673 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
22674
22675 * gdb.base/setshow.exp: Only test the run command if the target
22676 isn't using a stub and if it supports argument passing.
22677
22678 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
22679
22680 * config/udi.exp(gdb_start): Make sure UDICONF is set
22681 properly before starting gdb.
22682
22683 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
22684
22685 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22686 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22687 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22688
22689 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
22690
22691 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
22692 specialized code to reboot the board, use remote_reboot instead.
22693
22694 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22695
22696 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22697
22698 * config/monitor.exp: Make sure we disconnect from the target.
22699 Also, try a reboot/reload cycle instead of failing if the
22700 load fails.
22701
22702 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
22703
22704 * gdb.base/default.exp: Don't set match_max.
22705 * gdb.base/help.exp: Ditto.
22706 * gdb.base/list.exp: Ditto.
22707 * gdb.base/signals.exp: Ditto.
22708
22709 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22710 set, use remote_ld to download the testcase instead of
22711 the GDB loader.
22712
22713 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
22714
22715 * config/vr5000.exp: New file.
22716
22717 * config/monitor.exp(gdb_target_monitor): Add pattern for
22718 "Ending remote" to detect errors in connecting.
22719
22720 * gdb.base/setshow.exp: Add .* within auto language test.
22721
22722 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22723 target feature.
22724
22725 * config/monitor.exp(gdb_load): Check for a failure when loading,
22726 and reboot the board if necessary.
22727
22728 * gdb.base/setvar.exp(test_set): Handle multiple prints within
22729 a set of tests. Remove print.* from the patterns being checked.
22730
22731 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
22732
22733 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22734 refer to gdb_spawn_id.
22735
22736 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22737 longer used.
22738 * config/sparclet.exp: Ditto.
22739 * config/sparclet-old.exp: Ditto.
22740 * config/slite.exp: Ditto.
22741 * config/sim.exp: Ditto.
22742 * gdb.base/funcargs.exp: Ditto.
22743
22744 * lib/gdb.exp:Remove references to gdb_spawn_id.
22745 (gdb_expect): Move to remote.exp.
22746
22747 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
22748
22749 * config/monitor.exp: Detect the "Couldn't establish connection"
22750 message from GDB.
22751
22752 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
22753
22754 * gdb.base/bitfields.exp: Use runto instead of explicit
22755 gdb_run_cmd/gdb_expect sequences.
22756
22757 * gdb.base/break.exp(text_next_with_recursion): Add match for
22758 gdb_expect call.
22759
22760 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22761 We also need to handle the "A program is being debugged already"
22762 prompt from gdb. Use gdb_test to set the baud rate.
22763
22764 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22765 to 20000. Really. I mean it.
22766
22767 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22768
22769 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
22770 fails. If suppress_flag is set, skip perror message about not
22771 being able to send to GDB.
22772 (send_gdb): If suppress_flag is set, don't try to send commands to
22773 GDB.
22774 (gdb_expect): If suppress_flag is set, always fail immediately.
22775 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22776 (gdb_init): Call gdb_stop_suppressing_tests.
22777 (default_gdb_exit): Ditto.
22778 (default_gdb_start): Ditto.
22779
22780 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
22781 gdb_stop_suppressing_tests as appropriate.
22782 * gdb.base/break.exp: Ditto.
22783 * gdb.base/callfuncs.exp: Ditto.
22784 * gdb.base/commands.exp: Ditto.
22785 * gdb.base/exprs.exp: Ditto.
22786 * gdb.base/funcargs.exp: Ditto.
22787 * gdb.base/list.exp: Ditto.
22788 * gdb.base/recurse.exp: Ditto.
22789 * gdb.base/scope.exp: Ditto.
22790 * gdb.base/structs.exp: Ditto.
22791 * gdb.c++/inherit.exp: Ditto.
22792
22793 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
22794
22795 * config/vr4300.exp: New file.
22796
22797 * gdb.*/*.exp: Call gdb_expect instead of expect.
22798
22799 * lib/gdb.exp(gdb_expect): New function.
22800
22801 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
22802
22803 * lib/gdb.exp(gdb_init): New function.
22804
22805 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
22806 for each individual variable set.
22807
22808 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22809 name.
22810
22811 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22812
22813 * gdb.base/scope.exp: Use gdb_test.
22814
22815 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22816 aborting; the testsuite driver will do that for us (see
22817 gdb_finish). Also, use gdb_test in a few more places.
22818
22819 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
22820
22821 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22822
22823 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
22824
22825 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22826 and "add_tests" are not at the same address.
22827
22828 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
22829
22830 * gdb.base/ptype.exp: Use gdb_test.
22831
22832 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
22833
22834 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22835 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22836 left in. No longer expect them to fail.
22837
22838 * gdb.stabs/*.mt; Deleted, no longer used.
22839 * gdb.stabs/configure.in: Remove references to target makefile
22840 frags.
22841 * gdb.stabs/configure: Rebuilt.
22842
22843 * gdb.disasm/*.mt: Deleted, no longer used.
22844 * gdb.disasm/configure.in: Remove references to target makefile
22845 frags. Use "sh3.s" as the unique filename for this directory.
22846 * gdb.disasm/configure: Rebuilt.
22847
22848 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22849 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22850 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22851
22852 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
22853
22854 * config/udi.exp: Use mondfe,name instead of remote_host.
22855
22856 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22857
22858 * gdb.base/watchpoint.exp: Don't expect a failure when calling
22859 a function with a watchpoint enabled on the mn10200.
22860
22861 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22862 before trying to create it!
22863
22864 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
22865
22866 * config/vx.exp: Use hostname instead of netport.
22867
22868 * config/vxworks.exp: New file.
22869
22870 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22871
22872 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
22873 gdb before assuming everything worked. Send a ^C if a timeout
22874 occurs.
22875
22876 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22877 $gdb_spawn_id directly.
22878 (gdb_run_cmd): Try _start as well as start. Use the target feature
22879 gdb,start_symbol as the symbol to start from when jumping.
22880
22881 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
22882
22883 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22884 redundant) test.
22885
22886 * gdb.base/recurse.exp: Relax final value test for 'b' so that
22887 it doesn't lose for 16bit integer systems.
22888
22889 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
22890
22891 * gdb.fortran/types.exp: If the target doesn't support "double"
22892 data types, then expect "real" types to only be 4 bytes.
22893
22894 * gdb.c++/virtfunc.exp: Expect failure for virtual function
22895 call tests if the target doesn't support inferior function calls.
22896
22897 * gdb.base/printcmds.exp: Allow minor deviation in FP values
22898 in printf tests.
22899
22900 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
22901
22902 * gdb.base/help.exp: Disable "help set", "help show", and
22903 "help support". Simplify regexp for "help stack".
22904
22905 * gdb.base/default.exp: Set match_max to 5000 and the timeout
22906 to 60 seconds. Temporarily set match_max to 15000 around the
22907 "info copying" test.
22908
22909 * gdb.base/nodebug.exp: Don't try to do an inferior function
22910 call if the target doesn't support them.
22911 * gdb.base/printcmds.exp: Likewise.
22912 * gdb.base/setvar.exp: Likewise.
22913 * gdb.base/structs.exp: Likewise.
22914 * gdb.c++/templates.exp: Likewise.
22915 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
22916
22917 * gdb.base/recurse.exp: Enable for the mn10200.
22918
22919 * configure.in: Do configure gdb.stabs directory for *-*-elf
22920 targets.
22921 * configure: Rebuilt.
22922
22923 * gdb.base/break.exp: Check for gdb,noresults before testing
22924 exit status and/or results from the target.
22925 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22926 * lib/gdb.exp: Remove old (now bogus) initialization of
22927 noinferior, noargs, noresults and nosignals.
22928
22929 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
22930
22931 * config/sh.exp: New file.
22932
22933 * config/slite.exp: Try to connect multiple times to the board
22934 before rebooting. Only send a "monitor run" if need_monitor_run
22935 is set.
22936
22937 * gdb.base/break.exp: Don't do the "stub continue" test if
22938 the target has gdb_stub set.
22939
22940 * gdb.base/callfuncs.exp: Increase the timeout.
22941
22942 * gdb.base/interrupt.exp: Don't even try to compile the testcase
22943 if the target has gdb,noinferiorio set.
22944
22945 * gdb.base/list.exp: Increase match_max to 10000 characters.
22946
22947 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22948
22949 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22950 target.
22951
22952 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22953
22954 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
22955
22956 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
22957 trying to delete the copy of gdb. Catch the file delete so we
22958 don't die if the delete fails; also, the file should be copied to
22959 the host, not to the build.
22960
22961 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
22962
22963 * lib/gdb.exp(gdb_test): Surround the result pattern with
22964 parenthesis in case it contains multiple regexps separated
22965 with |.
22966
22967 * gdb.base/watchpoint.exp: Use gdb_test.
22968 * gdb.base/default.exp: Ditto.
22969
22970 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22971
22972 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
22973
22974 * gdb.base/scope.exp: Use gdb_test.
22975 * gdb.c++/classes.exp: Ditto.
22976 * gdb.c++/inherit.exp: Ditto.
22977
22978 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22979
22980 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22981 remote_exec instead.
22982 * gdb.base/corefile.exp: Don't be ridiculous.
22983 * gdb.base/*.c: Add missing stub invocations.
22984
22985 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22986
22987 * config/slite.exp: Miscellaneous fixes.
22988
22989 * lib/gdb.exp: Fix runto.
22990
22991 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22992 the target.
22993
22994 * gdb.base/watchpoint.exp: Fix regexp.
22995
22996 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22997 close and wait commands, as the descriptor may now be
22998 invalid. Always call "remote_close host".
22999
23000 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
23001
23002 Major rewrite for testsuite revision.
23003
23004 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
23005 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
23006 instead of relying on spawn_id to always contain a valid
23007 spawn id.
23008 (get_compiler_info): New procedure to build the ${binfile}.ci
23009 file, instead of replicating this in N different places.
23010 (gdb_compile): New procedure.
23011
23012 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
23013 appropriate arguments) instead of compile. Use gdb_test in a lot
23014 more places. Use send_gdb instead of send. Always run gdb_start
23015 at the start of a testcase, as this is no longer done magically.
23016
23017 config/*-gdb.exp: Rename without the -gdb suffix.
23018
23019 config/mips.exp: Use remote_close instead of exit_remote_shell.
23020 config/monitor.exp: Use target_info instead of looking at
23021 baud, timeout, etc.
23022 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
23023
23024 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23025
23026 * gdb.c++/templates.exp (test_ptype_of_templates),
23027 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
23028 Update expect patterns for destructors and assignment operators
23029 to match corresponding c-typeprint.c changes.
23030 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
23031 to destructor breakpoint test, GDB should be able to set the
23032 destructor breakpoint without specifying arguments.
23033
23034 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
23035
23036 * gdb.threads/pthreads.exp: Change result for failure to compile due
23037 to lack of pthreads runtime support from an error to simply an
23038 unsupported test, per dejagnu standards.
23039
23040 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23041
23042 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
23043 where GDB exits to reduce pattern match time.
23044 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
23045
23046 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
23047
23048 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
23049
23050 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
23051 * gdb.base/default.exp: ditto.
23052 * gdb.base/nodebug.exp: ditto.
23053 * gdb.base/printcmds.exp: ditto.
23054 * gdb.base/ptype.exp: ditto.
23055 * gdb.base/setvar.exp: ditto.
23056 * gdb.base/structs.exp: ditto.
23057 * gdb.base/setshow.c: Guard against uninitialized values of argc.
23058
23059 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
23060
23061 * configure, */configure: Rebuild with autoconf 2.12.
23062
23063 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
23064
23065 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
23066 use new i*86-pc-linux*-gnu quads.
23067 * gdb.base/corefile.exp: Ditto.
23068 * gdb.base/signals.exp: Ditto.
23069 * gdb.base/sigall.exp: Ditto.
23070 * gdb.base/interrupt.exp: Ditto.
23071
23072 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
23073 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
23074 RedHat 4.0.
23075
23076 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
23077 linux. This allows the test case to at least compile on latest
23078 linux, but still not run due to missing the threads runtime library.
23079
23080 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23081
23082 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
23083 directory to search gdb directory. Accept and step over conditional
23084 stack alignment code. Consume $prompt in failure cases.
23085 Reset timeout to $oldtimeout instead of some arbitrary value.
23086 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
23087 timeout problems with infinite stack backtraces.
23088 * gdb.base/ptype.exp (ptype struct link, union tu_link):
23089 Accept function parameters for linkfunc member.
23090
23091 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
23092
23093 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
23094 (CXXFLAGS): Remove, unreferenced.
23095 (B_OPTIONS): Add for -B options and add code to initialize with
23096 previous -B options and also add -B option to pick up cross compiled
23097 runtime.
23098 (TARGET_INCLUDES): Add for -I options and add code to initialize when
23099 doing cross compiles.
23100 (target_alias): Declare global.
23101 (xgcc): Set variable to full path of gcc in build tree. Use findfile
23102 to verify that gcc exists in build tree, and if so set CC to that
23103 gcc and to use B_OPTIONS and TARGET_INCLUDES.
23104
23105 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
23106
23107 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
23108 ptype test for anonymous union. Fixup testcase to match
23109 current gcc debug output.
23110
23111 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
23112
23113 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
23114 force argument to an unsigned long type.
23115
23116 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
23117
23118 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
23119 tests and anonymous union print/ptype tests.
23120 * gdb.base/list.exp (test_forward-search): Increase timeout by
23121 5 minutes for the "search extremely long line" case.
23122 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
23123 completely optional and that the pass/fail messages use the command as
23124 the message if that third arg is a null string.
23125 (gdb_test_exact): Arrange that a null string pattern means match a
23126 null string output rather than any output, which might include random
23127 errors.
23128 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
23129 backtrace test.
23130 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
23131 always failing and failure is now exposed by gdb.exp changes.
23132
23133 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
23134
23135 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
23136 weren't being noted.
23137
23138 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23139
23140 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
23141 * gdb.stabs/weird.exp: Remove v_comb xfails.
23142
23143 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
23144
23145 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
23146 list.exp scope.exp watchpoint.exp]
23147 Make all timeout error msgs explicitly say "(timeout)".
23148
23149 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
23150
23151 * config/monitor.exp: Increase download timeout to 1000 seconds.
23152
23153 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
23154
23155 * config/m32r.exp: Increase timeout to 120 seconds.
23156
23157 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
23158
23159 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
23160 and accept older ordering as obsolescent gcc or gdb.
23161 * gdb.c++/templates.exp: Ditto.
23162 * gdb.c++/virtfunc.exp: Ditto.
23163
23164 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
23165
23166 * gdb.base/coremaker.c: Add code to mmap some data so we
23167 can check that it ends up in the core file.
23168 * gdb.base/corefile.exp: Add test to read mmapped data
23169 from core file.
23170
23171 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
23172
23173 * config/m32r.exp: New file.
23174
23175 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
23176
23177 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
23178 that cflags can contains -gstabs, and work correctly for other tests.
23179
23180 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
23181
23182 * gdb.base/setshow.exp: New file, tests show and set.
23183 * gdb.base/setshow.c: New file, tests show and set.
23184 * gdb.base/help.exp: Add test for help set|show annotate.
23185 * gdb.base/default.exp: Add test for set|show annotate.
23186
23187 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
23188
23189 * testsuite/gdb.base/break.exp: Make backtrace from factorial
23190 errors unique.
23191 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
23192 explicitly.
23193
23194 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
23195
23196 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
23197 and width commands. This is done elsewhere.
23198 * (gdb_start): Don't call gdb_start_sim here. That's already
23199 done in gdb_load. This fixes lots of failures in default.exp.
23200
23201 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
23202
23203 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
23204 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
23205 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
23206 in the same we we treat other failures (since it may be an expected
23207 condition), rather than as an error.
23208 * gdb.base/signals.exp (test_handle_all_print): Revert back to
23209 old test format.
23210
23211 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
23212
23213 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
23214 (distclean maintainer-clean realclean): No need to remove files
23215 twice. Nuke the duplicates.
23216 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
23217 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
23218 Remove config.h along with other config files.
23219
23220 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
23221
23222 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
23223 "p func1 ()" and note that rests of tests are skipped.
23224 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
23225 setup_xfails for "print func2::coremaker_local".
23226 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
23227 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
23228 affected by the previous run test.
23229 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
23230 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
23231 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
23232 "pass int powerset tuple" and "pass modeless int powerset tuple".
23233 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
23234 "real write 4" and "real write 8".
23235 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
23236 setup_xfails for "print vs1 after tuple assign 2",
23237 "print \$i after tuple assign 2", and
23238 "print vs2 after tuple assign 2".
23239 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
23240 meaningful error message and return -1 so the caller can
23241 suppress further tests and avoid a cascade of errors.
23242
23243 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
23244
23245 * gdb.base/a1-selftest.exp: Tweak tests to account for new
23246 format for printing version.
23247 * gdb.base/default.exp: Ditto.
23248 * gdb.base/interrupt.exp: Fix problem with cascade of
23249 errors if child process dies while calling a function.
23250
23251 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
23252
23253 * Makefile.in (VPATH): Add
23254 * Makefile.in (Makefile, config.status): Fix rules so things get
23255 remade when necessary.
23256
23257 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
23258
23259 * Makefile.in (just-check): Add path to sibling expect dir
23260 to environment variable specified by RPATH_ENVVAR.
23261
23262 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
23263
23264 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
23265 (just-check): Add shared library paths for libstdc++, tk,
23266 tcl, bfd, and opcodes to the environment variable specified
23267 in RPATH_ENVVAR.
23268 * configure.in: Add support to recognize --enable-shared flag
23269 and generate correct value for RPATH_ENVVAR.
23270 * configure: Regenerated with autoconf.
23271
23272 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
23273
23274 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
23275 include all osf versions.
23276 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
23277 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
23278 when target is linux. When failing to build pthreads test
23279 executable, give more meaningful message.
23280 * gdb.threads/pthreads.c: Hpux also uses old definition of second
23281 arg for pthread_create.
23282
23283 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
23284
23285 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
23286 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
23287 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
23288 and -lpthreads (everybody else).
23289 (test_startup): Fail gracefully if threads are not supported.
23290 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
23291 "p/c array_index("abcdef",2)" when not gcc compiled.
23292 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
23293 "print func2::coremaker_local" when not gcc compiled.
23294 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
23295 "ptype on opaque struct tagname (statically)",
23296 "ptype on opaque struct tagname (dynamically) 1", and
23297 "ptype on opaque struct tagname (dynamically) 2"
23298 for not compiled with gcc.
23299 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
23300 backtrace when compiled with gcc.
23301 * lib/gdb.exp (runto_main): Return result of "runto main" rather
23302 than always return success.
23303
23304 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
23305
23306 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
23307
23308 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
23309
23310 * gdb.base/structs.exp: Undo last change.
23311
23312 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
23313
23314 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
23315 encapsulate all the steps/nexts done during self test, starting
23316 at main, and makes them less sensitive to optimization issues.
23317 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
23318 signal handler" test.
23319 * gdb.threads/pthreads.exp: Only run this for native configs.
23320 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
23321 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23322 tests.
23323 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23324 for "runto test_calls(void)" test.
23325
23326 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
23327
23328 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23329 and don't expect address info in breakpoint confirmations.
23330
23331 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
23332
23333 * gdb.base/list.exp (test_forward_search): Increase timeout
23334 temporarily by 60 seconds for searching extremely long line,
23335 and then reset to old value when done. Increase expect input
23336 buffer to 10000.
23337
23338 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
23339
23340 * gdb.base/list.exp (test_forward_search): Fix to handle very
23341 long source line without overflowing expect's input buffer.
23342
23343 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
23344
23345 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23346 "buffer_full".
23347
23348 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23349 "buffer_full".
23350
23351 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23352 "buffer_full".
23353
23354 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23355 "buffer_full".
23356
23357 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
23358
23359 * configure.in (configdirs): Add gdb.threads.
23360 * configure: Regenerated with autoconf.
23361 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23362 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23363 * gdb.threads/configure: New, generated with autoconf.
23364
23365 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
23366
23367 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23368
23369 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
23370
23371 * gdb.base/signals.exp (test_handle_all_print): Test separately for
23372 each signal's status in the output of "handle all print".
23373 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23374 the \r\n sequence that immediately precedes the gdb prompt.
23375 * gdb.base/a1-selftest.exp: Save original timeout and restore
23376 after test.
23377
23378 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
23379
23380 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23381 symbol.
23382
23383 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
23384
23385 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23386
23387 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
23388
23389 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23390 timeout by 60 seconds.
23391
23392 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
23393
23394 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23395 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23396 error return.
23397
23398 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
23399
23400 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23401 gdb initialization, also report how long dejagnu waited. Restore
23402 old timeout before doing error return. Temporarily increase timeout
23403 by 3 minutes to allow for slow startups over heavy NFS use.
23404
23405 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
23406
23407 * lib/gdb.exp: Report timeout value for verbosity level 2.
23408 * config/gdbserver.exp: Ditto.
23409 * config/hppro.exp: Ditto.
23410 * config/mips-gdb.exp: Ditto.
23411 * config/monitor.exp: Ditto.
23412 * config/netware.exp: Ditto.
23413 * config/sim-gdb.exp: Ditto.
23414 * config/slite-gdb.exp: Ditto.
23415 * config/udi-gdb.exp: Ditto.
23416 * config/unix-gdb.exp: Ditto.
23417 * config/vx-gdb.exp: Ditto.
23418 * gdb.base/a1-selftest.exp: Ditto.
23419 * gdb.base/a2-run.exp: Ditto.
23420 * gdb.base/break.exp: Ditto.
23421 * gdb.base/corefile.exp: Ditto.
23422 * gdb.base/list.exp: Ditto.
23423 * gdb.base/recurse.exp: Ditto.
23424 * gdb.base/scope.exp: Ditto.
23425 * gdb.base/signals.exp: Ditto.
23426
23427 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23428
23429 * gdb.threads/Makefile.in (docdir): Removed.
23430
23431 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
23432
23433 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
23434 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
23435 @srcdir@.
23436 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
23437 autoconf 2.5 or higher.
23438 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23439
23440 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
23441
23442 * configure: Regenerated.
23443 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23444 avoid name clashes with SunOS headers.
23445
23446 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
23447
23448 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23449
23450 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
23451
23452 * gdb.base/callfuncs.exp: Finish last change -- make sure the
23453 prototype information ends up in the compiler info file.
23454
23455 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
23456
23457 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23458 attempting to regenerate it. Eliminate use of a temporary file
23459 and just generate the info file directly. Source it immediately,
23460 for consistency of use.
23461 * gdb.base/corefile.exp: Ditto
23462 * gdb.base/exprs.exp: Ditto.
23463 * gdb.base/funcargs.exp: Ditto.
23464 * gdb.base/langs.exp: Ditto.
23465 * gdb.base/list.exp: Ditto.
23466 * gdb.base/mips_pro.exp: Ditto.
23467 * gdb.base/nodebug.exp: Ditto.
23468 * gdb.base/opaque.exp: Ditto.
23469 * gdb.base/ptype.exp: Ditto.
23470 * gdb.base/scope.exp: Ditto.
23471 * gdb.base/setvar.exp: Ditto.
23472 * gdb.base/signals.exp: Ditto.
23473 * gdb.base/whatis.exp: Ditto.
23474 * gdb.c++/templates.exp: Ditto.
23475 * gdb.c++/virtfunc.exp: Ditto.
23476 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
23477 whether or not to add -lstdc++ to the compile command line args.
23478
23479 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23480
23481 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
23482 it got fixed by the recent lookup_minimal_symbol_by_pc change.
23483 Increase timeout, a lot of single stepping might be needed if the
23484 target has no hardware watchpoints.
23485
23486 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
23487
23488 * gdb.base/break.exp: Ignore compiler warnings when compiling
23489 break.c.
23490 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23491 * gdb.base/default.exp: Add h8300 xfails. Handle messages
23492 from remote-sim.
23493 * gdb.base/exprs.exp: Add h8300 xfails.
23494 * gdb.base/funcargs.exp: Likewise.
23495 * gdb.base/nodebug.exp: Likewise.
23496 * gdb.base/printcmds.exp: Likewise.
23497 * gdb.base/ptype.exp: Likewise.
23498 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
23499 h8300 xfails.
23500 * gdb.base/return.exp: Handle float/double precision problems
23501 on the h8300.
23502 * gdb.base/funcargs.c: Explicitly make last constant argument to
23503 call_after_alloca_subr an unsigned long type.
23504 * gdb.base/return.c: Include stdio.h.
23505
23506 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
23507
23508 * config/abug.exp: New file for the older Motorola Bug monitor
23509 that runs on the mvme13x series VME boards.
23510 * config/monitor.exp: Use the new config array for target settings
23511 if they exist.
23512
23513 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
23514
23515 * sim-gdb.exp: Make the SH simulator allocate less space when
23516 it is targeted.
23517
23518 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
23519
23520 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23521 test.
23522
23523 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
23524
23525 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23526 "rs6000-*-*" for "list function in include file" when gcc compiled.
23527 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23528 for "p ctable1[120]".
23529 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23530 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23531 Remove setup_xfail for "rs6000-*-*" for
23532 "print 'scope0.c'::filelocal before run".
23533 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23534 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23535 since some compilers don't allow both options to be given
23536 on the same command line. Create object file and move it.
23537
23538 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
23539
23540 * gdb.base/corefile.exp: Always regenerate the core file, since
23541 we always regenerate the coremaker program. Detect special case
23542 where registers cannot be read from core file.
23543
23544 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
23545
23546 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23547 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23548 * gdb.c++/templates.exp: Only match on basename of file since
23549 some formats like xcoff don't encode directory information.
23550 * gdb.stabs/weird.exp: Use the right sed script for powerpc
23551 and rs6000 AIX xcoff targets.
23552 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23553 * configure: Regenerate.
23554 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23555 here, rather than in distclean.
23556
23557 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
23558
23559 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23560 defined, and use it to compile the test case with -O2. The
23561 native compilation still uses no optimization.
23562 * gdb.base/mips_pro.c: Remove inline assembly code since
23563 it is compiled PIC by default, which results in assembler
23564 warnings that make the testsuite think the compilation
23565 was unsuccessful.
23566
23567 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
23568
23569 * gdb.c++/misc.exp: Add note to message for
23570 "print s.a for foo struct" that this is a known gcc 2.7.2
23571 and earlier bug.
23572
23573 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
23574
23575 * gdb.base/break.exp: Fix pattern for matching "Delete all
23576 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
23577 setup_xfail for deleting all breakpoints test. Fix various
23578 timeout messages to include "(timeout)".
23579 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23580 for "p t_float_values2(3.14159,float_val2)".
23581 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23582 for "continue to call2g" when gcc compiled.
23583 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23584 "up to foo in langs.exp", "show language at foo in langs.exp",
23585 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23586 and "show language at fsub in langs.exp".
23587 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23588 "list line 1 in include file", "list message for lines past EOF",
23589 "list function in include file", "list list0.h:foo", and
23590 "list filename:function; nonexistant function".
23591 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23592 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23593 and "ptype t_char_array" to be for native cc only.
23594
23595 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
23596
23597 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
23598 setup_xfail for "print coremaker_bss", "print coremaker_ro",
23599 "print func2::coremaker_local", and "backtrace in corefile.exp".
23600
23601 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
23602
23603 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23604 "bt in signals.exp". This problem only appears when running
23605 the testsuite, and then only intermittently.
23606
23607 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
23608
23609 * gdb.base/return.exp (return_tests): Differentiate between
23610 two tests of continuing.
23611
23612 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
23613
23614 * */Makefile.in (maintainer-clean): Remove config.log.
23615 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23616 * gdb.c++/Makefile.in (PROGS): Add inherit.
23617 (clean): Remove *.ci.
23618
23619 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
23620
23621 * gdb.c++/misc.cc: Add test code from Mike Stump.
23622 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23623
23624 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
23625
23626 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23627 to "alpha-*-osf2*" and add comment.
23628 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
23629 setup_xfail for "step over execarg initialization" and
23630 "step over corearg initialization".
23631 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23632 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23633 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
23634 gcc compiled for "print coremaker_bss", "print coremaker_ro",
23635 "print func2::coremaker_local", and "backtrace in corefile.exp".
23636 * gdb.base/signals.exp: Build and source signals.ci.
23637 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23638 to be for gcc only.
23639 * lib/gdb.exp: Move verbose statements outside conditionals.
23640
23641 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23642
23643 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
23644 Feb 3 procfs.c change.
23645
23646 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
23647
23648 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23649
23650 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
23651
23652 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23653 from dejagnu's apparent default of 10 seconds, which gives random
23654 results when running the tests over NFS on moderately loaded systems.
23655 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23656
23657 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
23658
23659 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
23660 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
23661 result reports.
23662
23663 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
23664
23665 * configure.in (CY_AC_PATH_TCLH): Remove.
23666 * configure: Regenerate.
23667
23668 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
23669
23670 * gdb.c++/Makefile.in (clean): Add missing '{'.
23671
23672 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
23673
23674 * lib/gdb.exp: Provide a default value for noinferior.
23675
23676 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23677 Load libgloss.exp.
23678
23679 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
23680
23681 * gdb.disasm/hppa.exp: Compile directly into an executable, use
23682 the executable, not the .o to run the tests from.
23683
23684 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
23685
23686 * gdb.base/break.exp: Don't test for program exit or exit status
23687 if $noresults if nonzero.
23688 * gdb.base/langs.exp: Likewise.
23689 * gdb.base/watchpoint.exp: Likewise.
23690
23691 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23692 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23693 trying to compile the testcase.
23694
23695 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
23696
23697 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23698 * gdb.base/signals.exp (continue to handler): Likewise.
23699
23700 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
23701
23702 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
23703
23704 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
23705
23706 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
23707
23708 * gdb.base/corefile.exp: Recognize "not found" as failure
23709 when trying to determine if a core file was generated.
23710 If no core file was generate the first time, try again without
23711 the ulimit -c to work around braindamaged shells.
23712
23713 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
23714
23715 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23716 [] tests with "test" and enclose string in quotes.
23717 * gdb.stabs/configure: Rebuild
23718
23719 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
23720
23721 Changes in sync with expect:
23722 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23723 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23724 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23725 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
23726 argument to AC_REQUIRE.
23727 * configure: Regenerated.
23728
23729 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
23730
23731 * gdb.base/corefile.exp: When generating a core, discard any
23732 error messages about ulimit not found and the "core dumped"
23733 message from the shell that runs the coredumper.
23734
23735 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
23736
23737 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23738
23739 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23740 which sed script to run. Expect failure for v_comb test
23741 on PA targets too.
23742
23743 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
23744
23745 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
23746 "print func2::coremaker_local" and for "backtrace in corefile.exp"
23747
23748 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
23749
23750 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23751 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
23752 "sparc-sun-solaris*" xfails for "p v_comb".
23753 * lib/gdb.exp (default_gdb_start): Fix typo.
23754 * gdb.base/corefile.exp: Allow "Core was generated by ..."
23755 messages to not include the full program name that caused
23756 the core dump since some systems (such as solaris) apparently
23757 truncate this path to about 80 characters.
23758 When generating a core file first try increasing the core file
23759 size limit to unlimited since some systems may default it to
23760 zero, and it is harmless to try it. Move the test for failing
23761 to generate a core file to where it will actually get executed.
23762 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23763 new gdb result from g++ debug info improvements and make old
23764 pattern obsolescent. Also account for size_t differences
23765 (may be int or long).
23766 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23767 initialization before function call is placed in the delay slot
23768 and thus appears to be skipped over by commands such as "next".
23769
23770 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
23771
23772 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23773
23774 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
23775
23776 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23777 input source file; fix code to compile test to deal with this
23778 convention.
23779 * gdb.c++/*.exp: Likewise.
23780
23781 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
23782
23783 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23784 "bt in signals.exp".
23785
23786 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
23787
23788 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23789 "step over execarg initialization" and
23790 "step over corearg initialization".
23791
23792 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
23793
23794 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23795 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
23796
23797 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
23798
23799 From Rob Savoye (rob@poseidon.cygnus.com)
23800 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23801 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
23802 configure.in}, gdb.disasm/{Makefile.in, configure.in},
23803 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23804 configure.in}: Major reworking for autoconfig.
23805 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23806 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
23807 New files.
23808 * config/unix-gdb.exp: Make GDB global.
23809 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
23810 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23811 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23812 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23813 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23814 term.exp, twice.exp, watchpoint.exp, whatis.exp},
23815 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
23816 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23817 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23818 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23819 pr-8136.exp, result.exp, string.exp, tuples.exp},
23820 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
23821 to returns as necessary, arrange for test to compile own testcase
23822 executable.
23823 * lib/gdb.exp: Changes for testsuite to compile own test cases.
23824
23825 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
23826
23827 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
23828 clear_xfail at end of test which might not call either pass or fail.
23829 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23830 "backtrace through signal handler".
23831
23832 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23833
23834 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
23835 continuing from a job control stop signal.
23836 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
23837
23838 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
23839
23840 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23841 * gdb.base/corefile.exp: Likewise.
23842 * gdb.base/funcargs.exp: Likewise.
23843
23844 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
23845
23846 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
23847 * config/monitor.exp: Add support for setting baud rate.
23848
23849 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
23850
23851 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23852 i*86-*-linux* xfails for "backtrace through signal handler".
23853 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23854 "print func2::coremaker_local".
23855 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
23856 alpha-dec-osf2* xfail for
23857 "delete all breakpoints when none".
23858
23859 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
23860
23861 * gdb.base/break.exp: Change test that deletes all breakpoints
23862 when no user breakpoints are installed. A post 4.15 change
23863 causes gdb to no longer prompt in this case.
23864
23865 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
23866
23867 * gdb.base/return.exp (return_tests): Change xfail for test
23868 "correct value returned double test" to stop xfailing at
23869 Solaris 2.5. Apparently the bug has been fixed.
23870
23871 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
23872
23873 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23874 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23875
23876 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
23877
23878 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23879 * gdb.disasm/hppa.s: Corresponding changes.
23880
23881 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
23882
23883 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23884 makefile fragment.
23885 * config/mt-hpux: Deleted.
23886
23887 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
23888
23889 * Many files: When warning about suppressed tests due to a
23890 nonexistant test binary, avoid incrementing the warning count.
23891
23892 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
23893
23894 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
23895
23896 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23897
23898 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
23899 "sparc-*-solaris2*".
23900
23901 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23902
23903 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
23904 Add global and local variables and initialize them.
23905 * gdb.base/corefile.exp: Test correct mapping of corefile sections
23906 by printing variables. Remove rs6000 and powerpc xfails, BFD now
23907 extracts the file name and terminating signal from the core file.
23908 * TODO: Remove note about tests for correct mapping of corefile.
23909 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
23910 from optimizing it away.
23911 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
23912 handles common blocks.
23913
23914 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
23915
23916 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23917 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23918
23919 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
23920
23921 * Makefile.in (maintainer-clean): New target, synonym for
23922 realclean.
23923 * gdb.base/Makefile.in (maintainer-clean): Likewise.
23924 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23925 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23926 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23927 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23928 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23929
23930 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
23931
23932 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
23933 xfails when not gcc compiled for "print foo::funclocal".
23934 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23935 "print foo::funclocal at foo",
23936 "print 'scope1.c'::foo::funclocal at foo",
23937 "print foo::funclocal_bss at foo",
23938 "print 'scope1.c'::foo::funclocal_bss at foo",
23939 "print foo::funclocal_ro at foo",
23940 "print 'scope1.c'::foo::funclocal_ro at foo",
23941 "print bar::funclocal at foo" and
23942 "print 'scope1.c'::bar::funclocal at foo".
23943 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
23944 gcc compiled for "print foo::funclocal at bar".
23945 Expand all messages to ensure that they identify that
23946 the test is at bar().
23947 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23948 gcc compiled for:
23949 "ptype on opaque struct pointer (statically)",
23950 "ptype on opaque struct tagname (statically)",
23951 "ptype on opaque struct pointer (dynamically) 1",
23952 "ptype on opaque struct tagname (dynamically) 1",
23953 "ptype on opaque struct pointer (dynamically) 2" and
23954 "ptype on opaque struct tagname (dynamically) 2
23955 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23956 gcc compiled for:
23957 "p datalocal"
23958 "whatis datalocal",
23959 "ptype datalocal",
23960 "p bsslocal",
23961 "whatis bsslocal", and
23962 "ptype bsslocal".
23963 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23964 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23965 when not gcc compiled.
23966 * gdb.base/funcargs.exp (float_and_integral_args): Add
23967 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23968 compiled.
23969 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23970 "backtrace from call6a" when not gcc compiled.
23971 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23972 "backtrace from call7a" when not gcc compiled.
23973 * gdb.base/callfuncs.exp (do_function_calls):
23974 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23975 "p t_char_array_values(char_array_val2,char_array_val1)",
23976 "p t_char_array_values(char_array_val1,char_array_val2)",
23977 "p t_char_array_values("carray 1","carray 2")",
23978 "p t_char_array_values("carray 1",char_array_val2)",
23979 "p t_char_array_values(char_array_val1,"carray 2")",
23980 "p sum_args(1,{2})",
23981 "p sum_args(2,{2,3})",
23982 "p sum_args(3,{2,3,4})",
23983 "p sum_args(4,{2,3,4,5})"
23984 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23985 "backtrace in corefile.exp" when not gcc compiled.
23986
23987 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23988
23989 * gdb.base/signals.exp: Rewrite `handle all print' test as
23990 a procedure. Accept blanks or TABs as whitespace, increase
23991 timeout and expect input buffer size for the large output
23992 from the command. Remove "i*86-*-bsdi2.0" xfail.
23993
23994 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23995
23996 * gdb.base/setvar.exp: Add new testcases for truncation when
23997 assigning invalid values to bitfields.
23998
23999 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
24000
24001 * gdb.base/callfuncs.exp (do_function_calls): Remove
24002 mips-sgi-irix* xfail for
24003 "call inferior func with struct - returns char *"
24004 and fix test so that an optional (unsigned char *) cast is
24005 accepted in the result.
24006
24007 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
24008
24009 * gdb.base/funcargs.exp (float_and_integral_args): Remove
24010 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24011 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
24012 * gdb.base/signals.exp: Remove duplicate "handle all print" test
24013 that accidentally got checked in.
24014
24015 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
24016
24017 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
24018 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
24019 compiled test.
24020 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
24021 Add mips-sgi-irix5* xfail for not gcc compiled.
24022 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
24023 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
24024 "p top", "whatis top", "p middle", and "whatis middle".
24025 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
24026 "whatis signed char" for not gcc compiled.
24027 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
24028 "set variable signed char=-1 (-1)" and
24029 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
24030 * gdb.base/funcargs.exp (float_and_integral_args):
24031 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
24032 Add mips-sgi-irix* xfail when not gcc compiled for
24033 "continue to call2b".
24034 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
24035 "continue to call2g".
24036 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
24037 "backtrace from call6a"
24038 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
24039 "backtrace from call7k".
24040 Add mips-sgi-irix5* xfail when not gcc compiled for
24041 "backtrace from call7a".
24042 (localvars_after_alloca): Fix gdb_test cmds for
24043 "print * after runto ...".
24044 Remove rs6000-*-* xfails for
24045 "print i after runto localvars_after_alloca" and
24046 "print l after runto localvars_after_alloca"
24047 for all compilers.
24048 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
24049 when not compiled with gcc, for:
24050 "print signed char == (minus)",
24051 "print signed char != (minus)",
24052 "print signed char < (minus)",
24053 "print signed char > (minus)".
24054 * gdb.base/callfuncs.exp (do_function_calls):
24055 Add mips-sgi-irix* xfail, when compiled with native compiler, for
24056 "call inferior func with struct - returns char *".
24057 * gdb.base/return.exp (return_tests): Change xfail for
24058 "correct value returned double test" to include Solaris 2.4.
24059 * gdb.base/funcargs.exp (float_and_integral_args):
24060 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24061
24062 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24063
24064 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
24065 enumeration bitfields if compiling with GNU C.
24066 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
24067 to empty' prompt.
24068
24069 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
24070
24071 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
24072 test for PRO targets.
24073
24074 * gdb.base/funcargs.exp: Avoid ever setting more than 8
24075 breakpoints in the inferior at any given time by making
24076 two groups of breakpoints for call2*, call6* and call7*
24077 tests.
24078
24079 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24080
24081 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
24082 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
24083 from optimizing it away.
24084 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
24085 "call inferior func with struct".
24086
24087 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
24088
24089 * configure.in: Only configure gdb.chill for particular targets.
24090
24091 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
24092
24093 * gdb.base/Makefile.in: Add action to .c.o transformation
24094 rule that generates a .ci file for each .o file and remove
24095 explicit .c.o rules except for callfuncs.o.
24096 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
24097 generates a .ci file for each .o file and remove explicit
24098 .cc.o rules.
24099 (clean): Remove *.tmp *.ci files.
24100 (EXECUTABLES): Remove templ-info.exp.
24101 * gdb.base/compiler.c: New file.
24102 * gdb.c++/compiler.cc: New file
24103 * gdb.base/scope.exp: Source gdb.base/scope.ci.
24104 Change rs6000-*-* xfail for
24105 "print 'scope0.c'::filelocal_ro" and
24106 "print 'scope1.c'::filelocal" and
24107 "print 'scope1.c'::filelocal_bss" and
24108 "print 'scope1.c'::filelocal_ro" and
24109 "print 'scope1.c'::foo::funclocal" and
24110 "print 'scope1.c'::foo::funclocal_ro" and
24111 "print 'scope1.c'::bar::funclocal" and
24112 "print 'scope0.c'::filelocal_ro" and
24113 "print 'scope1.c'::filelocal at foo" and
24114 "print 'scope1.c'::filelocal_bss at foo" and
24115 "print 'scope1.c'::filelocal_ro at foo" and
24116 "print 'scope1.c'::foo::funclocal at foo" and
24117 "print 'scope1.c'::foo::funclocal_bss at foo" and
24118 "print 'scope1.c'::foo::funclocal_ro at foo" and
24119 "print 'scope1.c'::bar::funclocal at foo" and
24120 "print 'scope0.c'::filelocal_ro" and
24121 "print 'scope1.c'::filelocal" and
24122 "print 'scope1.c'::filelocal_bss" and
24123 "print 'scope1.c'::filelocal_ro" and
24124 "print 'scope1.c'::foo::funclocal" and
24125 "print 'scope1.c'::foo::funclocal_bss" and
24126 "print 'scope1.c'::foo::funclocal_ro" and
24127 "print 'scope1.c'::bar::funclocal" and
24128 "print 'scope1.c'::bar::funclocal_bss"
24129 to only be xfail'd when not compiled with gcc.
24130 Add rs6000-*-* xfail for
24131 "print 'scope0.c'::filelocal_bss before run"
24132 when compiled with gcc.
24133 (test_at_main): Add rs6000-*-* xfail for
24134 "print filelocal_ro in test_at_main"
24135 when compiled with gcc.
24136 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
24137 Add rs6000-*-aix* xfail for
24138 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
24139 "ptype t_char_array", not compiled with gcc.
24140 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
24141 xfail for "list foo (in include file)" when gcc compiled.
24142 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
24143 (integral_args): Add rs6000-*-* xfail for
24144 "run to call0a" if not compiled with gcc.
24145 (unsigned_integral_args): Add rs6000-*-* xfail for
24146 "run to call1a" if not compiled with gcc.
24147 (float_and_integral_args): Add rs6000-*-* xfail for
24148 "run to call2a" if not compiled with gcc and for
24149 "continue to call2b" for any compiler.
24150 Add rs6000-*-* xfail to
24151 "print f1 after run to call2a" for gcc compiled.
24152 (discard_and_shuffle): Add rs6000-*-* xfail for
24153 "run to call6a".
24154 (shuffle_round_robin): Add rs6000-*-* xfail for
24155 "backtrace from call7a" if not compiled with gcc.
24156 Add rs6000-*-* xfail for
24157 "backtrace from call7b" if compiled with gcc.
24158 (call_after_alloca): Add rs6000-*-* xfail for
24159 "print c in call_after_alloca" and
24160 "print s in call_after_alloca" and
24161 "backtrace from call_after_alloca_subr"
24162 if not compiled with gcc.
24163 (localvars_in_indirect_call): Add rs6000-*-* xfail for
24164 "print c in localvars_in_indirect_call" and
24165 "print c in localvars_in_indirect_call" and
24166 "backtrace in indirectly called function" and
24167 "stepping into indirectly called function"
24168 if not compiled with gcc.
24169 (localvars_after_alloca): Add rs6000-*-* xfail for
24170 "print c after runto localvars_after_alloca" and
24171 "print s after runto localvars_after_alloca" and
24172 "print i after runto localvars_after_alloca" and
24173 "print l after runto localvars_after_alloca"
24174 for all compilers.
24175 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
24176 than whatis-info.exp.
24177 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
24178 than opaque-info.exp.
24179 Setup rs6000-*-* xfail for
24180 "ptype on opaque struct pointer (statically)" and
24181 "ptype on opaque struct pointer (dynamically)" when
24182 not compiled with gcc.
24183 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
24184 rather than callf-info.exp.
24185 (do_function_calls): Add clear_xfail for rs6000-*-* for
24186 "p t_float_values2(3.14159,float_val2)". Seems to work
24187 fine there, both with xlc and gcc. Need to find out what
24188 it is doing right and fix other platforms.
24189 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
24190 "call inferior func with struct - returns int",
24191 "call inferior func with struct - returns long",
24192 "call inferior func with struct - returns float",
24193 "call inferior func with struct - returns double",
24194 "call inferior func with struct - returns char *",
24195 but only if not gcc compiled (presumes xlc compiled).
24196 Change rs6000-*-* xfails for
24197 "call inferior func with struct - returns char" and
24198 " call inferior func with struct - returns short" to only
24199 xfail if not using gcc.
24200 (clean mostlyclean): Remove *.ci and *.tmp files.
24201 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
24202 than templ-info.exp.
24203 * gdb.base/langs.exp: Source gdb.base/langs.ci.
24204 Add rs6000-*-* xfail for "up to foo in langs.exp"
24205 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
24206 when not gcc compiled.
24207
24208 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24209
24210 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
24211 * gdb.base/corefile.exp: Likewise.
24212 * gdb.base/list.exp: Likewise.
24213 * gdb.base/scope.exp: Likewise.
24214 * gdb.base/siganls.exp: Likewise.
24215
24216 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
24217 compiler output.
24218 * gdb.base/whatis.exp: Likewise.
24219
24220 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
24221
24222 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
24223 failure (opcode table has been fixed to match reality).
24224
24225 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
24226
24227 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
24228 "call inferior func with struct - returns char",
24229 "call inferior func with struct - returns short"
24230
24231 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
24232 "print 'scope0.c'::filelocal at main",
24233 "print 'scope0.c'::filelocal_bss in test_at_main",
24234 "print 'scope0.c'::filelocal at foo",
24235 "print 'scope0.c'::filelocal_bss in test_at_foo",
24236 "print 'scope0.c'::filelocal at bar",
24237 "print 'scope0.c'::filelocal_bss in test_at_bar"
24238
24239 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
24240 in source file 1". This bug seems to have been fixed with both
24241 gcc and native cc (was native assembler bug?).
24242
24243 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
24244
24245 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
24246 "backtrace through signal handler" to "i*86-*-sysv4*".
24247 * gdb.base/signals.exp: Add xfail for "'next' behaved as
24248 continue" case. Add "known SVR4 bug" to fail message.
24249 Add "i*86-*-bsdi2.0" xfail for "handle all print".
24250 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
24251 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
24252 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
24253 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
24254 "up to foo in langs.exp", "show language at foo in
24255 langs.exp", "up to cppsub_ in langs.exp", "show
24256 language at cppsub_ in langs.exp", "up to fsub in
24257 langs.exp", and "show language at fsub in langs.exp".
24258 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
24259 "bactrace in corefile.exp".
24260 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
24261 "call inferior function with struct - returns float" and
24262 "call inferior function with struct - returns double".
24263
24264 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
24265
24266 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
24267 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
24268 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
24269 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
24270
24271 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
24272
24273 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
24274 (or overriden) "CHILL" macro rather then bare "gcc".
24275 Also look for ../../gcc/xgcc since that is what we will
24276 actually need, not "Makefile". Remove following assignment
24277 of CHILL to CHILL_FOR_TARGET because that results in
24278 recursive definition.
24279
24280 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
24281
24282 * gdb.base/corefile.exp: Change xfail for backtrace in
24283 corefile.exp from linuxaout to all linux.
24284 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
24285 cases where we miss the breakpoint at the signal handler
24286 for some reason. Setup xfail for linuxoldld/linuxaout and
24287 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
24288 hitting SIGURG breakpoint.
24289 * gdb.base/signals.exp: Setup xfail for "next" acting like
24290 continue to add linuxoldld. Setup xfail for all linux for
24291 "next to handler in signals_tests_1", "backtrace in
24292 signals_tests_1", "continue to func1", "pass SIGUSR1",
24293 and continue to handler".
24294
24295 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
24296
24297 * Update all FSF addresses except those in COPYING* files.
24298
24299 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
24300
24301 * gdb.base/a2-run.exp: Change messages to be more explicit about
24302 the status of args, and quote binfile in results.
24303
24304 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
24305
24306 * gdb.base/callfuncs.exp: Add tests for passing structs to
24307 inferior functions and return various types.
24308 * gdb.base/callfuncs.c: Add functions to receive a struct
24309 and return a member of the struct, in various types.
24310
24311 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24312
24313 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
24314
24315 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
24316
24317 * config/vxworks29k.exp: New file, sources vxworks.exp.
24318
24319 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24320
24321 * config/gdbremote.exp: New file. Testing framework using
24322 gdbserver.
24323
24324 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
24325
24326 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24327 "call function when asleep" and "send end of file".
24328 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24329 for "backtrace in corefile.exp".
24330 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24331 for "backtrace through signal handler".
24332 * gdb.base/corefile.exp: Make sure we actually generate a core file
24333 before trying the core tests. Some systems allow the user to suppress
24334 generation of core files and default to that (linux for example).
24335 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24336 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
24337
24338 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24339
24340 * gdb.threads: New directory with some crude multi-threaded
24341 gdb tests (step.exp and step2.exp).
24342 * config/mt-lynx (STEP_EXECUTABLE): Define.
24343 (THREADFLAGS): Define.
24344
24345 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
24346
24347 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24348
24349 * gdb.base/signals.exp: Disable whole file for lynx until
24350 further notice.
24351
24352 * gdb.base/signals.exp: xfail test where "next" acts like
24353 "continue" for lynx.
24354
24355 * gdb.base/interrupt.exp: xfail test for calling function while
24356 inferior is asleep for lynx.
24357
24358 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24359 than one cr-lf after each command.
24360
24361 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24362
24363 * configure.in: Reinstate setting of stabsdirs variable, fix
24364 typo in setting up configdirs for native builds.
24365
24366 * gdb.base/return.exp: Fix typo in return double test.
24367 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
24368 compiler from optimizing them away.
24369
24370 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
24371
24372 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24373 sequences to be echo'd by gdb when using gdb_test.
24374 * gdb.chill/chexp.exp: Likewise.
24375 * gdb.fortran/exprs.exp: Likewise
24376
24377 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
24378
24379 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24380 after the inferior gdb has started.
24381
24382 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24383 after each command.
24384 * gdb.base/funcargs.exp: Likewise.
24385 * gdb.base/gdbvars.exp: Likewise.
24386 * gdb.base/interrupt.exp: Likewise.
24387 * gdb.base/list.exp: Likewise.
24388 * gdb.base/watchpoint.exp: Likewise.
24389 * gdb.c++/demangle.exp: Likewise.
24390 * gdb.c++/inherit.exp: Likewise.
24391 * gdb.chill/chexp.exp: Likewise.
24392 * gdb.fortran/exprs.exp: Likewise.
24393
24394 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24395 test if we can't handle IO to/from the inferior.
24396
24397 * gdb.c++/misc.exp: Always check for a program already being
24398 started after sending a "run" command to gdb.
24399
24400 * gdb.base/twice.exp: Start with a fresh gdb.
24401
24402 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24403 only depend on gdb's expression code, not the chill runtime.
24404
24405 * gdb.base/return.c: Put return values into variables so we
24406 can have gdb print them rather than depending on the program
24407 to print them.
24408 * gdb.base/return.exp: Corresponding changes.
24409
24410 * lib/gdb.exp: Provide default value for noinferiorio.
24411 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24412 the inferior.
24413
24414 * gdb.base/break.exp: Always check for a program already being
24415 started after sending a "run" command to gdb.
24416 (text_next_with_recursion): Don't check the output from the
24417 program's printf statement. Instead just make sure the program
24418 exited.
24419
24420 * gdb.base/commands.exp: Protect tests which need arguments with
24421 $noargs conditionals.
24422
24423 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24424
24425 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
24426 of structure member arrays to match gdb/valops.c:value_addr change.
24427
24428 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
24429
24430 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24431 cases.
24432
24433 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
24434
24435 * configure.in (configdirs): Remove gdb.chill from default list
24436 of subdirs and then add it back in only if doing a native build.
24437 The current chill compiler does not yet work in any cross build.
24438 * Revert all signal changes from Jul 6.
24439 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
24440 for sh-hms targets, allowing these tests to link, with no other
24441 changes. Testing is suppressed by setting "nosignals" in site.exp.
24442
24443 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
24444
24445 * configure.in (signaldirs): Define and add to configdirs for all
24446 targets except some specific ones that are known to not support signals.
24447 Also clean up formatting.
24448 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
24449 (signals, sigall): Remove rules to build.
24450 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24451 Moved to new gdb.signals directory.
24452 * gdb.signals: New test directory.
24453 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24454 signals.c signals.exp}: New or moved files.
24455
24456 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
24457
24458 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24459
24460 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
24461
24462 * gdb.base/return.exp: Xfail `return double' test failure
24463 on at least Solaris 2.3 and handle future/past versions on
24464 a case by case basis as appropriate. Also update message
24465 to include i*86 failures.
24466
24467 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24468
24469 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24470
24471 * lib/gdb.exp: Fix comment which erroneously identified
24472 gdb_file_cmd as gdb_load (the 19 May change was in fact to
24473 gdb_file_cmd not gdb_load).
24474 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24475
24476 * gdb.base/setvar.exp: Make test names consistent between pass and
24477 fail cases. Use gdb_test more.
24478
24479 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24480
24481 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24482
24483 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24484
24485 * gdb.base/help.exp: Fix expected help string for `show commands'.
24486
24487 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
24488
24489 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24490
24491 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24492 of a text section.
24493
24494 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
24495
24496 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
24497 that loop eventually terminates. Fix Connection refused logic so
24498 that testsuite will expire nicely.
24499
24500 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
24501
24502 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24503 config/rom68k.exp: New tcl glue for the appropriate monitors.
24504 These all just end up calling monitor.exp.
24505 * config/monitor.exp (gdb_target_monitor): Handle `Connection
24506 refused' by retrying. Cleanup some timeout issues.
24507 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
24508 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
24509 callers don't have to set/restore global timeout variable.
24510
24511 * The following set of changes centralizes management of the global
24512 timeout variable. This way, it can be set in one target dependent
24513 place instead of dozens of places scattered throughout the test suite.
24514 If you need to lengthen a timeout, then you should either set timeout
24515 in one of the config/{target}.exp files, or multiply it by a factor.
24516 Setting it to an absolute value is always going to lose for some
24517 targets.
24518 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
24519 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
24520 * gdb.base/funcargs.exp: Don't set timeout.
24521 * gdb.base/list.exp (test_forward_search): Only use local timeout.
24522 * gdb.base/printcmds.exp (test_print_string_constants
24523 test_print_array_constants): Don't set timeout.
24524 * gdb.base/ptype.exp: Don't set timeout.
24525 * gdb.base/recurse.exp: Don't set timeout.
24526 * gdb.base/return.exp: Don't set timeout.
24527 * gdb.base/watchpoint.exp: Don't set timeout.
24528 * gdb.c++/classes.exp (do_tests): Don't set timeout.
24529 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
24530
24531 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
24532
24533 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24534
24535 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24536
24537 * lib/gdb.exp: Disable chill tests for irix5.
24538
24539 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24540
24541 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
24542 each test pass or fail.
24543
24544 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24545
24546 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24547 xlc not gcc.
24548
24549 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
24550
24551 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
24552
24553 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
24554
24555 * config/est.exp: Fix copyright and comments. Remove dead code.
24556 Use targetname, serialport and baud variables instead of fixed
24557 constants.
24558 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
24559 * config/cpu32bug.exp: New file to support cpu32bug monitors.
24560
24561 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24562
24563 * gdb.base/watchpoint.exp: Don't run
24564 test_watchpoint_triggered_in_syscall for sunos.
24565
24566 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24567
24568 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24569 they don't seem to exist. Do include stdio.h.
24570
24571 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24572
24573 * gdb.base/a1-selftest.exp: Add alpha xfail.
24574
24575 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24576
24577 * gdb.base/watchpoint.c (main): Prompt before calling read().
24578 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24579 Revise accordingly. Remove cruft about sending "123" several
24580 times, until it gets noticed. Clean up the "print buf[0]" stuff
24581 so that it passes or fails, and waits for prompts in the usual way.
24582
24583 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24584
24585 * gdb.base/recurse.exp: Fix comment.
24586
24587 * TODO: Remove item about printing variables in nodebug.exp. Add
24588 item about enabling tests which are only run on some targets.
24589
24590 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24591 fail, make test names unique, use new gdb_test convention
24592 regarding pattern, use gdb_test more, etc.).
24593
24594 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24595 fail, make test names unique, etc.).
24596
24597 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24598
24599 * gdb.base/nodebug.c: Change return type of top and middle to
24600 short.
24601 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
24602 are fixed by the recent mdebugread.c changes. Allow `short ()'
24603 as type for top and middle.
24604
24605 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24606
24607 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
24608 nearly as I can tell, the whole thing was an accident in Stu's
24609 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24610 to replace a send/expect pair with gdb_test, but ended up only
24611 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
24612 of 30 Mar 1995 took care of it, but left this vestigial comment
24613 which I am now nuking.
24614
24615 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24616
24617 * gdb.base/break.exp: Look for different line number for
24618 breakpoint at main depending on usestubs.
24619
24620 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24621
24622 * gdb.base/list.exp: Adjust some alternate expect patterns to
24623 match recent list0.c change. Add alternate expect pattern for
24624 output from `list default lines around main' for optimizing
24625 compilers.
24626
24627 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24628
24629 * lib/gdb.exp: If nosignals is not set, set it to 0.
24630
24631 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
24632
24633 * config/slite-gdb.exp: Responds to load symbol table prompt.
24634 * gdb.base/break.exp: Adjust line number, fix rerun.
24635 * gdb.base/langs0.c: Add #ifdef usestubs.
24636
24637 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
24638
24639 * gdb.base/list.exp: Adjust line contents after adding new lines in
24640 list0.c. Also fix a syntax error.
24641
24642 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24643 * gdb.base/break.exp: ditto.
24644 * gdb.base/list.exp: ditto.
24645 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24646 * gdb.base/run.c: ditto.
24647 * gdb.base/list0.c: ditto.
24648 * gdb.base/funcargs.c: ditto.
24649
24650 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
24651
24652 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
24653 $targetname, $serialport and $baud instead of hardwired variables.
24654 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
24655 target doesn't support signals.
24656
24657 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
24658
24659 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24660
24661 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24662
24663 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
24664 Don't rely on the value of an auto variable before it has been
24665 initialized. Use gdb_test more.
24666
24667 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24668
24669 * lib/gdb.exp (default_gdb_version): A version number must start
24670 with a digit, but other than that contains all characters up to
24671 the first whitespace character.
24672
24673 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24674
24675 * gdb.base/commands.exp (breakpoint_command_test): New tests.
24676
24677 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24678
24679 * gdb.c++/*.exp: Warn if executable does not exist. The original
24680 reason for skipping the warning was that configure.in sometimes
24681 intentionally skipped building the executables but the tcl code
24682 had no way of knowing. That (a) was always bogus with respect to
24683 error handling, (b) is no longer true (right now there is no way
24684 to skip C++ tests).
24685
24686 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24687
24688 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24689
24690 * gdb.base/list.exp: Add expect patterns for output from
24691 SunPRO compiled executables.
24692 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
24693 types.
24694
24695 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24696
24697 * gdb.base/break.exp (test_next_with_recursion): Accept any line
24698 number (we are already testing that the correct source line text
24699 gets printed).
24700
24701 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
24702 that is what is intended, but something needed to be done to get
24703 sunos4 native working again.
24704
24705 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24706
24707 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24708 apparently went with a (very) old xfail.
24709
24710 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
24711
24712 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24713 runto_main is a proc in gdb.exp that will do 'step' for target use
24714 stubs.
24715 * gdb.base/exprs.exp: ditto.
24716 * gdb.base/interrupt.exp: ditto.
24717 * gdb.base/opaque.exp: ditto.
24718 * gdb.base/printcmds.exp: ditto.
24719 * gdb.base/ptype.exp: ditto.
24720 * gdb.base/scope.exp: ditto.
24721 * gdb.base/setvar.exp: ditto.
24722 * gdb.base/signals.exp: ditto.
24723 * gdb.base/twice.exp: ditto.
24724 * gdb.c++/classes.exp: ditto.
24725 * gdb.c++/inherit.exp: ditto.
24726 * gdb.c++/templates.exp: ditto.
24727 * gdb.base/break.exp: no run and hit main for stubs. Change line
24728 numbers for breakpoints and info breakpoint.
24729 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24730 breakpoint().
24731 * gdb.base/callfuncs.c: ditto.
24732 * gdb.base/exprs: ditto.
24733 * gdb.base/interrupt.c: ditto.
24734 * gdb.base/opaque0.c: ditto.
24735 * gdb.base/printcmds.c: ditto.
24736 * gdb.base/ptype.c: ditto.
24737 * gdb.base/scope0.c: ditto.
24738 * gdb.base/setvar.c: ditto.
24739 * gdb.base/signals.c: ditto.
24740 * gdb.base/twice.c: ditto.
24741 * gdb.c++/misc.cc: ditto.
24742 * gdb.c++/templates.cc: ditto.
24743
24744 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24745
24746 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24747
24748 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24749 somewhere between `read' and `main.c'. I'm pretty sure the
24750 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24751 and it isn't particularly useful.
24752
24753 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
24754
24755 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24756
24757 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24758
24759 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
24760
24761 * config/mt-slite: add LIBS and -nostdlib.
24762 * config/slite-gdb.exp: add this new file to support sparclite target.
24763
24764 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
24765
24766 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24767
24768 * gdb.base/a2-run.exp: Change argument to istarget from
24769 "*-*-vxworks" to "*-*-vxworks*".
24770 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24771
24772 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
24773
24774 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24775 will not runto main but do a 'step' to step out of breakpoint().
24776 * config/mt-slite: add -Dusestubs.
24777
24778 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24779
24780 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24781 instead of just @.
24782
24783 * gdb.base/signals.exp: Add test for "handle all print".
24784 * TODO: Remove "handle all print". Also remove item about
24785 checking copyright date (I don't like the idea of a spurious FAIL
24786 based on when we run the tests).
24787
24788 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
24789 for SunOS4 (reason for failure not investigated). Remove
24790 redundant test for $binfile.
24791
24792 * gdb.base/nodebug.c (array_index): Call malloc.
24793
24794 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24795
24796 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
24797
24798 * gdb.base/recurse.exp: Update gdb_test invocation to use new
24799 conventions and slightly simplify the matching regexp.
24800
24801 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24802
24803 * gdb.base/break.exp: Update gdb_test invocation to use new
24804 convention.
24805
24806 * lib/gdb.exp: If noargs is not set, set it to 0.
24807
24808 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
24809 tests unique.
24810
24811 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24812
24813 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24814
24815 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24816 one argument of type "<non-float parameter>".
24817
24818 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
24819
24820 * config/rom68k.exp: New file to support Motorola IDP board.
24821 * gdb.base/a2-run.exp: Skip this file if noargs is set.
24822 * gdb.base/break.c: Change things around so that this program
24823 doesn't depend upon args. This is necessary to make remote
24824 targets work (in general, they can't take args).
24825 * gdb.base/break.exp: Don't try to send args to program. Don't
24826 expect output. Also, replace lots of code with gdb_test.
24827
24828 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24829
24830 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24831 printing of '\'' (which is what the comment says we are testing,
24832 even though we were not), not '''.
24833 (test_integer_literals_rejected): Test that printing ''' is an error.
24834
24835 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24836 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24837 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24838 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24839 Use gdb_test not test_print_accept.
24840 * lib/gdb.exp: Remove test_print_accept.
24841
24842 * gdb.base/signals.exp (signal_tests_1): Make pass message
24843 consistent with fail message.
24844
24845 * gdb.base/whatis.exp: Remove xfails for printing char vs.
24846 unsigned char; the bug (PR 1821) is fixed.
24847
24848 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24849
24850 * gdb.base/scope.exp (test_at_localscopes): Call pass for
24851 successful tests--makes xfailing them work right.
24852
24853 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24854
24855 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24856 only \r\n, not .*. The test can pass .* as the last thing in
24857 $pattern if that is what it wants. In addition to providing this
24858 flexibility, this change should speed up pattern matching in cases
24859 where the pattern already ended with .* (there were a number of
24860 them). This change also helps catch bad patterns--in the old
24861 scheme the typo "char \*" instead of "char \\*" would pass. Now
24862 it is caught.
24863 * Many .exp files: Update callers.
24864
24865 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
24866 clearer and does not spuriously match multiple ('s. Likewise for
24867 ) and *.
24868
24869 * gdb.base/nodebug.exp: Test ability to call a function and pass
24870 it a string (even with no debugging info).
24871
24872 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24873 "p '\'", which is the same as "p ''" once tcl gets done with
24874 quoting, to "p '\\'", which I suspect is what is intended (one
24875 backslash gets sent to GDB).
24876
24877 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24878
24879 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24880
24881 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
24882 1817) was fixed literally years ago.
24883
24884 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24885
24886 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
24887 test, it causes stepping out of call_after_alloca_subr with
24888 optimizing compilers.
24889 (localvars_in_indirect_call): Consume GDB prompt if `finish'
24890 fails.
24891
24892 * gdb.c++/templates.exp: Source templ-info.exp only if
24893 the templates executable exists.
24894
24895 * gdb.c++/misc.cc (class Contains_static_instance,
24896 class Contains_nested_static_instance),
24897 gdb.c++/classes.exp (test_static_members): Test printing of
24898 a class that contains a static instance of the class.
24899
24900 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24901
24902 * gdb.base/langs2.c (cppsub_): Don't prototype.
24903 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24904 only, I believe).
24905
24906 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24907
24908 * lib/gdb.exp (skip_chill_tests): New procedure.
24909
24910 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24911
24912 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
24913
24914 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24915 each expect pattern. Cuts runtime from 12 to about 4 seconds.
24916
24917 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24918
24919 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24920
24921 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24922 disassemble 8, not 16, instructions for part 4.
24923
24924 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
24925 support the latter anymore.
24926
24927 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24928 -DNO_PROTOTYPES.
24929 * gdb.base/callfuncs.c: Control use of prototypes based on
24930 NO_PROTOTYPES, not __STDC__.
24931 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24932 t_float_values2 tests if prototypes in use.
24933
24934 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24935 t_double_values): When checking differences against DELTA, check
24936 that difference is within the range (-DELTA,DELTA), not just
24937 (-infinity,DELTA).
24938
24939 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
24940
24941 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24942 'file' command firts, then 'target', then 'load', this is due to gdb
24943 target set up.
24944 * config/mips-gdb.exp: Fix a couple regular exp bugs.
24945
24946 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
24947
24948 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24949 FP load/store variants.
24950 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24951
24952 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24953
24954 * gdb.base/term.exp: Do not give a warning if not native, it is
24955 not an abnormal condition.
24956
24957 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
24958
24959 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24960 t_char_array".
24961
24962 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24963
24964 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24965 are getting the version number.
24966
24967 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24968 if not native, it is not an abnormal condition.
24969
24970 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24971
24972 * lib/gdb.exp: Just use "file exists", rather than undocumented
24973 dejagnu procedure "findfile".
24974
24975 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24976
24977 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24978 (LDFLAGS): Set to -Xlinker -Ur.
24979
24980 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24981 Removed, these values are set by lib/gdb.exp.
24982
24983 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24984
24985 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24986
24987 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24988 of replicating gdb startup code.
24989
24990 * config/mt-vxworks (LDFLAGS): Set to -r.
24991 (CFLAGS_FOR_TARGET): Removed.
24992
24993 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24994 (gdb) and gdb for vxworks uses (vxgdb).
24995
24996 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24997 executable is not in the tree and host != target, use sed and
24998 program_transform_name to determine the gdb name used by the
24999 target.
25000
25001 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
25002 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
25003
25004 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25005
25006 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
25007 floats, chars, and shorts where there are ANSI-style function
25008 definitions.
25009
25010 * gdb.base/langs.exp, gdb.base/langs*: New test.
25011 * gdb.base/Makefile.in: Build it.
25012 * TODO: Remove item about checking that C names don't get C++
25013 demangling applied; this test tests it.
25014
25015 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25016
25017 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
25018 went with the const70 xfail. The xfail went away a year ago.
25019
25020 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
25021
25022 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
25023 for hp300.
25024
25025 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
25026
25027 * gdb.base/a1-selftest.exp: Don't run on hp300.
25028
25029 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25030
25031 * Makefile.in (site.exp): Set host_alias and target_alias as well
25032 as host_triplet and target_triplet.
25033
25034 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25035
25036 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
25037
25038 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
25039 places as other ecoff systems).
25040
25041 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
25042 ultrix.
25043
25044 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25045
25046 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
25047 remove them.
25048 * gdb.base/nodebug.exp: Accept "function" in addition to "text
25049 variable and "variable" in addition to "data variable".
25050 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
25051
25052 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
25053 2.
25054 * gdb.base/list1.c (long_line): Add additional statement at start
25055 of function.
25056 * gdb.base/list.exp (test_forward_search): Update line number to
25057 reflect new statement.
25058
25059 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25060
25061 * gdb.base/signals.exp: Reinitialize searched source directories
25062 after gdb_start call.
25063
25064 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
25065
25066 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
25067 * gdb.stabs/Makefile.in: Likewise.
25068
25069 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
25070 change. Instead split the tests into smaller pieces.
25071 * gdb.disasm/hppa.s: Corresponding changes.
25072
25073 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25074
25075 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25076 Quote ^C when passing it to stty. For some shells ^ is a pipe.
25077
25078 * gdb.base/funcargs.exp: Modify many tests so that every test
25079 either passes or fails. Make some test names unique.
25080
25081 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25082
25083 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25084 Call stty to set interrupt character.
25085
25086 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
25087 for HP assembler versus GNU assembler based on actual behavior of
25088 $(CC), rather than assuming that $(AS) is always the GNU assembler.
25089
25090 * TODO: Suggest a few more stepping tests.
25091
25092 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
25093
25094 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
25095 restart GDB for h8300 after a continue.
25096 (return): Add pattern to match a29k-udi behavior.
25097 * gdb.base/nodebug.exp: Remove obsolete comment.
25098 * gdb.base/regs.exp: New file, testing of register displays.
25099 * gdb.base/return.exp: Fix typo in reference to $objdir.
25100 * gdb.base/whatis.exp: Always start with a fresh GDB.
25101
25102 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25103
25104 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
25105 higher, these tests generate a lot of output.
25106
25107 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25108
25109 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
25110 code following the catch silently ignored some errors; without the
25111 catch they should be thrown like any other tcl error. Also, the
25112 catch used "" instead of {} which meant all the callers who wanted
25113 to include one of the characters "[]$ had to quote it an extra time.
25114 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
25115 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
25116 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
25117 Remove extra quoting.
25118
25119 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
25120
25121 * gdb.base/commands.exp: Make test names unique; every test either
25122 passes or fails. Update some comments.
25123
25124 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
25125
25126 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25127
25128 The following fixes a FAIL caused by the fact that the alpha stabs
25129 configuration didn't use the ".if alpha" code in weird.def.
25130 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
25131 bit pointer, so the 32 bit version works even on the alpha.
25132 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
25133 Remove the stuff which allowed us to have separate versions for
25134 alpha and everything else.
25135
25136 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
25137 regexp which "info func operator\[\](" is supposed to match. Fix
25138 string to send to GDB. Note that GDB still doesn't work right. Add a
25139 new test for "info func .perator\[\](" which GDB does handle correctly.
25140
25141 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
25142
25143 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25144
25145 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
25146 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
25147 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
25148 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
25149 it makes the tests harder to understand and confuses test-o-matic.
25150 The preferred style is that each test provides a PASS or a FAIL,
25151 and has a unique message (e.g. "continue #54" not just "continue")
25152 which is the same for the pass and the fail.
25153 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
25154 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
25155 to lib/gdb.exp.
25156 * gdb.base/printcmds.exp: Use test_print_accept. Remove
25157 prt_accept which was basically the same thing. Likewise for
25158 test_print_reject and prt_reject.
25159 * lib/gdb.exp (test_print_reject): Add some more error message
25160 patterns to match from the former printcmds.exp (prt_reject).
25161 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
25162 One defect of the passcount stuff is that some of it failed to
25163 report XPASS where appropriate.
25164 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
25165 stuff before and after arg in expected pattern.
25166 (test_paddr_operator_functions): Re-do test without print_addr_of;
25167 this is the only test which seems to want extra stuff there.
25168
25169 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25170
25171 * gdb.base/nodebug.exp: Update new tests to reflect improved
25172 wording of gdb output.
25173
25174 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
25175 and "ptype" work on variables in files compiled without -g.
25176 Replaces commented out "maint print msymbol" tests.
25177
25178 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25179
25180 * gdb.base/setvar.c (dummy): Call malloc.
25181
25182 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
25183 losing with the irix4 sed.
25184
25185 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
25186 ALRM" on irix4.
25187
25188 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25189
25190 * TODO: Remove items about corefile.exp testing new exec-file and
25191 backtrace; both are now done. Add items about printing enums.
25192
25193 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25194
25195 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
25196 "get signal $thissig" test fails.
25197
25198 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
25199
25200 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25201
25202 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
25203 compiler warning with dec alpha compiler.
25204
25205 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
25206 extra \n from gdb_test call (this explains why the prompt test
25207 that I removed yesterday was there).
25208 (user_defined_command_test): Remove extra \n and prompt test.
25209
25210 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
25211 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
25212 doesn't exist.
25213 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
25214 Also remove alpha workaround, which turns out to be because
25215 SIGABRT == SIGLOST.
25216
25217 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
25218
25219 * gdb.base/help.exp: Don't test "help show".
25220
25221 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25222
25223 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
25224 "set print address" is on.
25225 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
25226 pass prompt to gdb_test; gdb_test already looks for the prompt.
25227
25228 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
25229
25230 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
25231 was a vestige of the manual TESTSTRATEGY, and the purpose of it
25232 was to make sure that gdb can read a core file. But (a) the "read
25233 the corefile" part didn't make it to a1-selftest.exp, we just
25234 delete the corefile after creating it, and (b) we test reading
25235 corefiles in corefile.exp anyway. Also, this test left around a
25236 xgdb process on Solaris.
25237
25238 * gdb.base/corefile.exp: Also test backtrace.
25239
25240 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
25241
25242 * gdb.base/commands.exp: Test a simple user defined command with
25243 arguments and if/while statements; verify the full user command is
25244 printed by "show user".
25245
25246 * gdb.base/commands.exp: Test if/while commands as part of a
25247 breakpoint command list; verify they appear in breakpoint
25248 information.
25249
25250 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25251
25252 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
25253 than by dividing by zero.
25254
25255 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
25256
25257 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
25258 performing an inferior call with watchpoints enabled.
25259 * gdb.base/watchpoint.c (main): Delete second unnecessary read
25260 call.
25261
25262 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25263
25264 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
25265 of "file" command.
25266
25267 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
25268 Add additional pattern for when "int operator int(void);" appears
25269 in a different order.
25270
25271 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
25272
25273 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
25274
25275 * gdb.base/help.exp: Replace most of docstrings for "info signals"
25276 and "signal" with ".*".
25277
25278 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
25279
25280 * TODO: Add note about "handle all nostop".
25281
25282 * gdb.base/{sigall.c, sigall.exp}: New test.
25283 * gdb.base/Makefile.in: Add it.
25284
25285 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
25286
25287 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
25288 when invoking GDB, suppresses any windowing interface.
25289
25290 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
25291
25292 * config/sim-gdb: New file, simulator testing support.
25293
25294 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
25295
25296 * gdb.base/interrupt.exp: Test calling func1 twice.
25297
25298 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
25299
25300 * gdb.base/list.exp (test_forward_search): Set timeout higher
25301 when we'll be getting lots of output from gdb.
25302
25303 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
25304 "init_malloc" to after the expect statement. Run it if that
25305 regexp is taken, but also for two others which happen if source
25306 cannot be found.
25307
25308 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25309
25310 * gdb.base/printcmds.exp: New test, for printing register before
25311 program is running.
25312
25313 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25314
25315 * gdb.base/list.exp: Correct some alternate expect patterns
25316 to reflect changes in list1.c.
25317
25318 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25319
25320 * TODO: Add item regarding large frames.
25321
25322 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25323
25324 * TODO: Remove item about enabling return.exp; it
25325 is enabled. Suggest a few more "return" tests.
25326
25327 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25328
25329 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
25330 anonymous unions.
25331
25332 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25333
25334 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25335 and pr-5646.o, so "make" is the same as "make all", not "make
25336 pr-4975.o".
25337
25338 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
25339
25340 * gdb.base/list.exp: Adjust expectations to reflect changes in
25341 list1.c.
25342 (test_forward_search): New test proc.
25343 * gdb.base/list1.c (long_line): New function, has long source line.
25344
25345 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
25346
25347 * gdb.base/a1-selftest.exp: Change initial stepping to know about
25348 additional line of code that was added.
25349
25350 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
25351
25352 * gdb.disasm/hppa.s: Break the large branching tests into smaller
25353 tests so as not to overflow expect's input buffers.
25354 * gdb.disasm/hppa.exp: Corresponding changes.
25355
25356 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25357
25358 Beginnings of template debugging tests.
25359 * gdb.c++/templ-info.cc: New file to test for template
25360 debugging capability of the compiler.
25361 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
25362 templ-info.cc.
25363 * gdb.c++/templates.cc: Add explicit template instantiations
25364 to enable compiling with -fno-implicit-templates. Add destructor
25365 and 'value' method to T5 class for template tests.
25366 * gdb.c++/templates.exp: Add testcases for printing of template
25367 types, setting breakpoints on template methods and calling a
25368 template method.
25369
25370 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
25371
25372 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25373 branch target since some assemblers (gas-2.5) may emit a
25374 relocation for the branch instead of resolving it in the
25375 assembler.
25376
25377 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25378
25379 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
25380 through signal handler.
25381
25382 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25383
25384 * configure.in (*-*-netware): Use config/mt-netware.
25385
25386 * config/mt-netware: New file.
25387 * config/mt-i386-netware: Removed, separate configs for different
25388 netware architectures are no longer needed now that we have
25389 --with-headers.
25390
25391 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25392
25393 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
25394 by the recent changes to use ANSI C arithmetic conversions.
25395
25396 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25397
25398 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25399 bug involving using inferior_pid to figure out whether to select a
25400 frame.
25401
25402 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
25403
25404 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25405 match the current disassembler output.
25406
25407 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
25408
25409 * gdb.fortran/exprs.exp: Expect VOID instead of void.
25410 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25411 types, expect "int" as type of integer values (for now).
25412
25413 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
25414
25415 * gdb.base/commands.exp: New tests for if/while commands.
25416
25417 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
25418
25419 * lib/gdb.exp (runto): Replace sub-pattern for hex value
25420 by .*, since hex values have different syntax in Chill mode.
25421
25422 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25423
25424 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
25425 linefeed from expect pattern for repeated types with indices > 9.
25426
25427 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
25428
25429 First part of Fortran test suite.
25430 * gdb.fortran: New directory.
25431 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25432
25433 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25434
25435 * gdb.base/default.exp: Update expect pattern for load command
25436 without arguments.
25437
25438 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
25439
25440 * configure.in: Change i386 to i[345]86.
25441 * gdb.base/configure.in: Likewise.
25442 * gdb.c++/configure.in: Likewise.
25443 * gdb.chill/configure.in: Likewise.
25444
25445 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
25446
25447 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25448 patterns, since that is not a valid context for comments.
25449
25450 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
25451
25452 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25453 repeated types and repeated types with indices > 9.
25454
25455 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
25456
25457 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25458 2417; old bug has been fixed.
25459
25460 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
25461
25462 * gdb.base/interrupt.exp: When trying to wake up the inferior,
25463 send the newline ourselves instead of assuming gdb_test will do
25464 so when passed an empty input string.
25465
25466 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25467 stabs testcode.
25468
25469 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25470
25471 * lib/gdb.exp (gdb_test): Don't send anything if the first
25472 argument is an empty string. This makes cases where we want to
25473 match output that is already in expect's buffers (for example,
25474 matching a breakpoint after gdb_run_cmd has been called) work
25475 reliably.
25476
25477 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25478
25479 * config/netware.exp: New file.
25480
25481 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25482
25483 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25484 the -B and -L prefixes so we can find the debugging stub.
25485
25486 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25487 there and we are using the gcc from the tree.
25488
25489 * gdb.base/types.c: Removed.
25490
25491 * gdb.base/configure.in: Look for makefile fragments in ../config.
25492 Recognize i386-*-netware.
25493 * gdb.c++/configure.in: Likewise.
25494
25495 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25496
25497 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
25498 the correct TCL syntax.
25499
25500 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25501
25502 * gdb.base/opaque.exp: use runto instead of messing around with
25503 breakpoints. Simplify by using gdb_test.
25504
25505 * gdb.base/bitfields.exp: restart between tests on netware targets
25506 because breakpoints aren't relocated after target death. Run
25507 processes to completion.
25508
25509 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25510
25511 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
25512
25513 * Makefile.in: Remove extra tabs that confuse some versions
25514 of "make". Use the newly built gdb to test with by default,
25515 rather than the first one in the tester's search path.
25516
25517 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
25518
25519 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25520
25521 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25522 condition help.
25523
25524 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25525
25526 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25527
25528 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25529 running.
25530 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25531 * gdb.base/funcargs.exp: Likewise.
25532
25533 * gdb.base/bitfields.exp: Simplify by using gdb_test.
25534 * gdb.base/funcargs.exp: Likewise.
25535
25536 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25537 message is "".
25538
25539 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25540
25541 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25542 return,signals,twice}.exp: Handle non-existant binaries
25543 consistantly.
25544
25545 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25546 * gdb.base/Makefile.in: Don't try to generate a core dump, we
25547 might testing a cross development system.
25548
25549 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25550
25551 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25552 runtest script is relative to ${srcdir}, not ${rootdir}.
25553
25554 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
25555
25556 * gdb.base/signals.exp: Allow for optionality of breakpoint
25557 address.
25558
25559 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25560
25561 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25562
25563 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25564
25565 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25566 for size_t definition.
25567 * gdb.c++/templates.cc: Likewise
25568
25569 * config/mt-i386-netware: New file.
25570
25571 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25572 defined.
25573
25574 * gdb.base/Makefile.in: Added support for systems that name core
25575 files by appending "core" to the program name.
25576 * gdb.base/a1-selftest.exp: Likewise.
25577
25578 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25579
25580 * gdb.base/return.exp: Add comment and message for `return double'
25581 test failure on Sparc Solaris.
25582
25583 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
25584
25585 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25586
25587 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25588
25589 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
25590 from optimizing them away.
25591 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
25592 patterns to include default constructors and assignment operators,
25593 to match gcc versions beyond 2.5.8. Accept any cplus demangling
25594 character in the output of the virtual base pointer.
25595
25596 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25597
25598 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
25599 expression match in print_addr_of to avoid unintented matches.
25600 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
25601 versions up to 2.5.8.
25602
25603 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25604
25605 * gdb.base/list.exp: Tweak alternate pattern for listing of an
25606 included file to run under newer versions of expect.
25607 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
25608 consecutive >'s in templates to accomodate recent cplus-dem.c change.
25609 Remove xfail for the virtual table of BDDHookV.
25610
25611 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
25612
25613 * lib/gdb.exp (string_to_regexp): Set a default result.
25614 (default_gdb_start): Fix misleading message.
25615
25616 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
25617
25618 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25619 Remove all CC, etc definitions.
25620 * config/mt-hpux: New file.
25621 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25622 (CFLAGS, LDFLAGS): Define.
25623 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25624
25625 * Makefile.in (site.exp): Don't insert host_os, etc.
25626 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25627 (distclean): Check existence of subdir.
25628 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25629 * gdb.base/Makefile.in: General cleanup and simplification.
25630 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25631 to build executables. Use default rule to build .o files.
25632 (EXPECT, RUNTEST, CC): Fix relative pathname.
25633 (site.exp): Don't insert host_os, etc.
25634 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25635 and/or SIGUSR1 defined.
25636 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25637 * gdb.c++/Makefile.in: General cleanup and simplification.
25638 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25639 (CFLAGS): Remove.
25640 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25641
25642 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
25643
25644 * gdb.base/recurse.exp: Misc changes to get tests running again
25645 after Kung's changes to the watchpoint code.
25646 * gdb.base/watchpoint.exp: Likewise.
25647
25648 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
25649
25650 * lib/gdb.exp (string_to_regexp): Convert {\} also.
25651
25652 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
25653
25654 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25655 * lib/gdb.exp (default_gdb_start): Define.
25656 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25657 gdb.base/funcargs.exp, gdb.base/opaque.exp,
25658 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25659 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25660 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25661 Don't call gdb_target_udi in between tests.
25662
25663 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25664
25665 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25666 (which was basically just a local version of the same thing). In
25667 addition to avoiding duplication, gdb_test_exact is faster.
25668 * lib/gdb.exp (gdb_test_exact): Fix typo.
25669
25670 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25671 don't give an error.
25672
25673 * gdb.base/term.exp: Call delete_breakpoints before starting.
25674
25675 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25676 (t10): Add comment.
25677
25678 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25679
25680 Reorganization of the GDB Test Suite.
25681
25682 * gdb.base: New directory, contains all the basic tests.
25683 * gdb.c++: New directory, tests specific to C++.
25684 * gdb.chill: New directory, tests specific to Chill.
25685 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25686 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25687 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25688 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25689 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25690 t30-31 to chill).
25691 * */gdbme.*: Rename to match appropriate expect scripts.
25692 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25693 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25694 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25695 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25696 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25697 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25698 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25699 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25700 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25701 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25702 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25703 gdb.c++/virtfunc.cc: New names of C++ files.
25704 * gdb.chill/chillvars.ch: New name of Chill file.
25705 * gdb.base/configure.in, gdb.c++/configure.in,
25706 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25707 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25708 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25709 * configure.in (configdirs): Update to reflect directory changes.
25710 (target_abbrev): No longer define for any configuration.
25711 * Makefile.in: Cosmetic improvements to header comments.
25712
25713 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
25714
25715 Various changes to gdb.t31:
25716
25717 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
25718 * gdbme.ch: Make all key-words and predefineds be upper-case.
25719 * chillvars.exp: Expect key-words and predefinds in upper-case.
25720
25721 * chillvars.exp: Use gdb_test_exact many places.
25722 Change expected output for arrays (which now includes index labels).
25723
25724 * pr-5020.exp, gdme.ch (module PR_5020):
25725 New test, for PR-5020.
25726
25727 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
25728
25729 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
25730 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
25731
25732 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
25733
25734 * Makefile.in: Fix bit-rot in definitions of CHILL,
25735 CHILL_FOR_TARGET and Chill_LIB.
25736 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
25737 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
25738 CHILL, and CHILL_LIB.
25739
25740 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
25741
25742 * Revert the previous changes. Please see Rob's directory
25743 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25744
25745 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
25746
25747 * Makefile.in, configure.in, config/mips-gdb.exp,
25748 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25749 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25750 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
25751 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25752 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25753 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25754 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25755 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25756 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25757 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25758 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25759 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25760 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25761 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25762 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
25763 changes from 94Q1.
25764
25765 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
25766
25767 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25768 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25769 Rob's new testing fragments.
25770
25771 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
25772
25773 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
25774 lib/gdb.exp: Replace error proc calls with perror.
25775
25776 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25777
25778 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25779 version also, match on casted version strings, and match on
25780 gdb startup case where the line numbers might be messed up.
25781
25782 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
25783
25784 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
25785 (CFLAGS): Delete it from here.
25786
25787 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
25788
25789 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25790
25791 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
25792
25793 * Makefile.in (RUNTEST): Default to just "runtest".
25794
25795 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25796
25797 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25798 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25799 the code has been restructured.
25800
25801 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25802
25803 * gdb.t00/default.exp (set write): Allow any number of \r and/or
25804 \n, not just one of each.
25805
25806 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25807 /bin/cc gives a warning if you do.
25808
25809 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
25810
25811 * gdb.t24/demangle.exp: change expect pattern of
25812 __t10ListS_link1ZUiRCUiPT0
25813
25814 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25815
25816 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25817 on local variables in recursive functions.
25818
25819 * gdb.t07/Makefile.in: Build the new test.
25820
25821 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25822
25823 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25824 directly. Instead compare the return values from actual calls.
25825
25826 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
25827
25828 * Makefile.in (check): Set TCL_LIBRARY for runtest.
25829
25830 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25831
25832 * From Peter Schauer with minor modifications.
25833 * gdb.t15/return.exp (return_tests): Handle targets where "return"
25834 stops in mid-line in the caller. Add xfail for returning a float
25835 value on X86 targets.
25836
25837 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25838
25839 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25840 to avoid expect lossage.
25841 (fmem_LRbug_tests): Likewise.
25842 * gdb.disasm/hppa.s: Corresponding changes.
25843
25844 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25845 conditions to work with latest dejagnu/expect.
25846
25847 * gdb.t15/funcargs.exp (finish from indirect call): No longer
25848 expected to fail on the PA.
25849 (backtrace in call with trampolines): Explicitly require main
25850 to be frame #1 (no trampolines should show up in backtrace).
25851
25852 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25853 "continue -expect".
25854 * gdb.t06/break.exp: Likewise.
25855 * gdb.t07/watchpoint.exp: Likewise.
25856 * gdb.t13/bitfields.exp: Likewise.
25857 * gdb.t15/{funcargs,return}.exp: Likewise.
25858 * gdb.stabs/weird.exp: Likewise.
25859 * config/{mips,udi}-gdb.exp: Likewise.
25860
25861 * hppa.sed: Enclose comments within a sed command to avoid
25862 losing with the old OSF1 sed.
25863
25864 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25865
25866 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
25867 sequent dynix.
25868 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
25869 * gdb.t15/funcargs.exp: Conditionally step again to really
25870 finish from marker_call_with_trampolines. Handle the case where
25871 the first step from within call_with_trampolines already steps
25872 us back to main.
25873 * gdb.t15/gdbme.c: Add comment to closing brace of
25874 call_with_trampolines for funcargs.exp.
25875
25876 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25877
25878 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
25879 Fix typo(s).
25880
25881 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25882
25883 * gdb.t07/gdbme.c: More code for watchpoint testing.
25884
25885 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25886 "Hardware watchpoint" throughout file.
25887 (test_watchpoint_triggered_in_syscall): New test.
25888 (test_complex_watchpoint): New test.
25889
25890 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25891
25892 * gdbme.c (call_with_trampolines): New function to try and step
25893 into. Tests trampoline problems on the PA.
25894
25895 * funcargs.exp (localvars_in_indirect_call): No longer expect
25896 stepping into indirect call to fail on PAs.
25897 (test_stepping_over_trampolines): New test.
25898
25899 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25900
25901 * TODO: Add suggestions for static member function tests, and
25902 completion tests.
25903
25904 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25905
25906 * TODO: Add suggestions for "p/a" tests.
25907
25908 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25909 (default_gdb_exit): Replace all the hair with sending "quit" to
25910 the process with a simple close.
25911
25912 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25913
25914 * TODO: Add suggestions for shared library tests.
25915
25916 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25917
25918 * TODO: Add suggestions for x/s tests.
25919
25920 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25921
25922 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25923 "enable once", and "enable breakpoints once" with ".*".
25924
25925 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25926
25927 * TODO: Add suggestions about structure passing tests.
25928
25929 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25930
25931 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
25932 the primary1 test, use work around if __GNUC__ < 2.
25933 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
25934 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
25935 Test for bad output rather than waiting for timeout. Issue
25936 second continue only if first continue failed.
25937
25938 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25939
25940 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25941 operator[] test with gdb_test because the old code didn't seem to
25942 be getting the quoting right with the new dejagnu.
25943
25944 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
25945
25946 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25947 one from the path.
25948 * Makefile.in: Use a fresh expect if there is one, use runtest
25949 from the src tree if there is one.
25950
25951 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25952
25953 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25954 next over recursive call. Revise the tests from that point on
25955 (which had been skipped) to match GDB's actual (correct) output.
25956
25957 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25958 with next over a breakpoint whose condition is false.
25959
25960 * gdb.t00/help.exp: Comment out "help set print" tests just like
25961 (and for same reason as) "help set" test.
25962
25963 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25964
25965 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25966 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25967
25968 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25969
25970 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25971 necessary gdb_target_udi.
25972
25973 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25974
25975 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25976 1838 and 2417; they are fixed.
25977
25978 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25979 gdb.t03/ptype.exp (ptype structure, ptype union):
25980 Remove xfails; the test is looser than when the xfails were added.
25981
25982 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25983 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25984
25985 * gdb.t01/run.exp: Only run shell test if isnative.
25986
25987 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25988 since "run" automatically loads if necessary. Call gdb_target_udi
25989 after the "file" since "file" kills any execution target.
25990
25991 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25992 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25993 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25994 argument for UDI.
25995
25996 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25997
25998 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25999
26000 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
26001
26002 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26003
26004 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
26005 properly quoting regexps. This makes the second argument to
26006 demangle a fixed string, which matches the callers, instead of a
26007 shell-style pattern which is what the previous implementation
26008 used. Update some of the callers.
26009
26010 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26011
26012 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
26013 (comib_nullified_tests): Fix typo.
26014 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
26015 strings. No longer expected to fail.
26016
26017 * gdb.disasm/hppa.s (addib_tests): Fix typo.
26018 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
26019 strings. No longer expected to fail.
26020
26021 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
26022 string. No longer expected to fail.
26023
26024 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26025
26026 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
26027 No longer expected to fail.
26028
26029 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
26030 string. No longer expected to fail.
26031
26032 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26033
26034 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
26035 only in the names (I probably got most of them). I was even
26036 generous with some which differed in underscores in names, and
26037 probably missed a few, and I *still* was able to remove almost a
26038 third of the file with almost no impact on testsuite coverage.
26039
26040 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26041
26042 * gdb.t00/default.exp: Match udi_attach error message as well as
26043 the one from child_attach.
26044
26045 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
26046
26047 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
26048
26049 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
26050 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
26051
26052 * Move test with enums and partial symbols back to
26053 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
26054 Reverts the change of 26 May 93. Per today's change to
26055 stabs.texinfo, the behavior that weird.exp was expecting was
26056 unreasonable; what is important is that the compiler+gdb get
26057 things right, which happens with a recent gcc. Also fix the test
26058 to deal with native compilers which put out the stab gdb can't
26059 deal with.
26060
26061 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26062
26063 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
26064 in the names. The main thing these accomplish is to slow things down.
26065 Many more such duplicates surely remain.
26066
26067 * gdb.t00/help.exp: Comment out "help support" test just like
26068 (and for same reason as) "help set" test.
26069
26070 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
26071
26072 * gdb.t06/break.exp: Remove setup_xfails for
26073 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
26074 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
26075 about known bug in gcc to include up through 2.5.8.
26076 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
26077 well as "_vb$".
26078 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
26079 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
26080 with latest gcc and gdb.
26081 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
26082 well as "_vb$".
26083
26084 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26085
26086 * configure.in (hppa*-*-*): Also configure and build stabs-only
26087 tests.
26088
26089 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26090
26091 * gdb.t10/hppa.mt: A makefile fragment for the PA.
26092 * gdb.t10/configure.in (hppa*-*-*): Use it.
26093
26094 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26095
26096 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
26097
26098 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26099
26100 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
26101 versions prior to 1.13.5.
26102
26103 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26104
26105 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
26106 the prompt is at the start of a line.
26107
26108 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
26109
26110 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
26111 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
26112 in the copr tests now.
26113 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
26114 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
26115 expected to fail.
26116
26117 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
26118
26119 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
26120 gdb.t31/chillvars.exp, lib/gdb.exp:
26121 Tweak to run under either version of expect.
26122 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
26123 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
26124 * gdb.t11/list.exp: Remove extraneous whitespace.
26125
26126 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26127
26128 * gdb.t16/printcmds.exp (test_print_strings): Accept
26129 "(unsigned char *) " before the string.
26130
26131 * TODO: Add notes about printing of fancy types and GDB expressions.
26132
26133 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
26134
26135 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
26136 * gdb.t06/configure.in: Don't try to compile signals test program
26137 if doing mips-idt-ecoff.
26138
26139 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
26140
26141 * Most .exp files: Tweak to run under either version of expect.
26142
26143 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26144
26145 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
26146 xfails; I'm not sure why they are failing, but not because of PR 1806.
26147
26148 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
26149
26150 * config/unix-gdb.exp: Remove gdb_unload cause it's already
26151 defined in lib/gdb.exp.
26152
26153 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26154
26155 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
26156 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
26157 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
26158 have to be typeless.
26159
26160 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26161
26162 * TODO: Add suggestion for copyright year test.
26163
26164 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
26165
26166 * configure.in (*-*-lynxos*): Add stabs tests.
26167
26168 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
26169
26170 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
26171 so insert a tab before any assembler directive in column zero.
26172
26173 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
26174 stores.
26175 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
26176 stores.
26177 (fpu_short_memory_tests): Likewise.
26178
26179 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26180
26181 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
26182 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
26183 .stabs directives in comments.
26184
26185 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26186
26187 * TODO: New file, describing tests we could write.
26188 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
26189
26190 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26191
26192 * gdb.t06/signals.exp: Add kludge to force re-sync.
26193
26194 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
26195 to xgdb instead of gdb, get out of gdb.
26196
26197 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
26198
26199 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
26200 for info.
26201
26202 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
26203
26204 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
26205 * gdb.stabs/configure.in (hppa*-*-*): Use it.
26206 * gdb.stabs/hppa.sed: New sed script for the PA.
26207
26208 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26209
26210 * gdb.stabs: Re-write weird.def and configuration to use sed
26211 instead of cpp. sed is portable and POSIX; cpp is neither.
26212
26213 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26214
26215 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
26216
26217 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26218
26219 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
26220
26221 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26222
26223 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
26224 "_vb$".
26225 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
26226 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
26227
26228 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26229
26230 * lib/gdb.exp: Comment out code which depends on non-existent
26231 `transform' procedure.
26232
26233 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
26234
26235 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
26236 * lib/gdb.exp: Transform tool name.
26237 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
26238 1.1's new error handling system.
26239
26240 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26241
26242 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
26243
26244 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26245
26246 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
26247 They made pattern matching so slow that timeouts happened on
26248 heavily loaded systems. Now any output from "show print" which
26249 gets us back to the GDB prompt is a PASS.
26250
26251 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
26252
26253 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
26254
26255 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26256
26257 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
26258
26259 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
26260 It is not from PR 3220.
26261
26262 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26263
26264 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
26265 just started failing because they depended on the order the
26266 subcommands are presented, or exact docstring text. This kind of
26267 test is a pain and has minimal benefit.
26268
26269 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26270
26271 * gdb.t09/corefile.exp: At end of test, use "core" command with
26272 no arguments.
26273
26274 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
26275
26276 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
26277 17}/Makefile.in: Make it possible to run the testsuite with Sun
26278 make and CC = cross gcc by adding explicit build rules for .o
26279 files.
26280
26281 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26282
26283 * gdb.t15/funcargs.exp: Don't put comments on same line as
26284 setup_xfail (@#$*%& tcl braindamage!).
26285
26286 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26287
26288 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
26289
26290 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
26291
26292 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
26293 * gdb.t20/inherit.exp: remove three dumplicate entries.
26294
26295 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26296
26297 * gdb.t06/break.exp: For "next over recursive call", fail on any
26298 incorrect output, not just on "factorial (value=2)".
26299
26300 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26301
26302 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
26303 working now. Add an xfail if accesing a bss variable causes
26304 a memory error if the target is not yet run.
26305
26306 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26307
26308 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
26309 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
26310 name of __st* demangling (2 strings). Did Kung really get the
26311 more than 95 others right without testing them?
26312
26313 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
26314
26315 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
26316
26317 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
26318
26319 * configure.in (configdirs): Add gdb.disasm
26320 * gdb.disasm: New directory for GDB disassembler tests.
26321 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26322
26323 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26324
26325 * gdb.t00/help.exp: Don't test "help set".
26326
26327 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26328 from within expect statements. None of these happen anymore and
26329 they cause regressions to be silently unnoticed.
26330
26331 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26332 messages) about known failures with gcc cygnus-2.4.5-930417.
26333
26334 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26335 comp-info.exp so it gets built if it doesn't exist.
26336
26337 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26338 it is no longer used.
26339 * gdb.t13/comp-info.c: Removed.
26340
26341 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26342
26343 * gdb.t06/signals.exp: Add xfail for sun3.
26344
26345 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26346
26347 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26348 relevant because ^C doesn't get sent but failure can be reproduced
26349 interactively).
26350
26351 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26352
26353 * gdb.stabs/alpha.mt: New configuration file for alpha.
26354 * gdb.stabs/configure.in: Use it.
26355 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
26356 sharing with alpha.mt, redefine long to word via preprocessor.
26357 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
26358 for alpha.
26359 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
26360 native cc.
26361 * gdb.t00/teststrategy.exp: Change expect string so that we
26362 consume the `(xgdb)' from the command echo and from the gdb prompt.
26363 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
26364 gdb currently compares all values as long, so this failure probably
26365 applies to any configuration where LONGEST is bigger than a target int.
26366 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
26367 with gcc.
26368 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
26369 to handle opaque pointers, gcc is.
26370 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
26371 as first argument. Include <sys/types.h> and change all operator
26372 new definitions to use size_t.
26373 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
26374 now that we use size_t.
26375
26376 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26377
26378 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
26379 a long or float array cast all array members to the same type.
26380 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
26381 with 64 bit longs.
26382 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
26383 on alpha.
26384 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
26385
26386 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26387
26388 * gdb.t24 (demangle.exp): Constructors of templates have names like
26389 vector<int>::vector(int) not vector<int>::vector<int>(int). See
26390 section 14.6 of the ARM.
26391
26392 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26393 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26394 accomplish little and slow down the testsuite.
26395
26396 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26397 Accept spaces various places.
26398
26399 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26400
26401 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26402 with watchpoint enabled.
26403
26404 * Makefile.in: Remove definition of CC and remove the second
26405 definition of CXX (the "CXX = gcc" one remains). These definitions
26406 were causing backquotes to be expanded within backquotes, which
26407 doesn't work.
26408
26409 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
26410
26411 * gdb.t17/callfuncs.exp: Add "return 0" to end.
26412
26413 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26414
26415 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
26416 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
26417 by mips cc and contains no stabs entries.
26418
26419 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
26420
26421 * config/vx-gdb.exp: Use fake device to load files rather than
26422 NFS.
26423 * lib/gdb.exp: New proc to do "file" command.
26424 * config/unix-gdb.exp: Use new "file" proc.
26425
26426 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
26427
26428 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26429 Rework board rebooting slightly.
26430 (gdb_exit): Don't exit from the remote shell; there isn't one.
26431 * gdb.stabs/weird.exp: If a program is being debugged already,
26432 kill it.
26433 * gdb.t04/setvar.exp: Stop and restart gdb.
26434 * gdb.t05/expr.exp: Likewise.
26435 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26436 restart gdb and reload the program.
26437 * gdb.t08/opaque.exp: Likewise.
26438 * gdb.t12/scope.exp: Likewise.
26439 * gdb.t13/bitfields.exp: Likewise.
26440 * gdb.t15/funcargs.exp: Likewise.
26441 * gdb.t20/classes.exp: Likewise.
26442 * gdb.t03/ptype.exp: Increase timeout.
26443 * gdb.t16/printcmds.exp (test_print_string_constants,
26444 test_print_array_constants): Likewise.
26445 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26446 * gdb.t20/classes.exp (do_tests): Likewise.
26447 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26448
26449 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
26450
26451 * gdb.stabs: Renamed *wierd* to *weird*.
26452
26453 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26454
26455 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26456 for timeout. Add "known gcc 2.4.5 bug" to failure message.
26457
26458 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
26459
26460 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26461 (do_tests): Remove xfail for whatis on one_var and two_var.
26462
26463 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
26464
26465 * Makefile.in: Made cross building work better by adding
26466 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26467
26468 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26469
26470 * gdb.t15/{return.c,return.exp,Makefile.in}:
26471 New test, currently commented out.
26472
26473 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
26474
26475 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26476 still running and removes the leftover named socket so GDb can do
26477 clean restarts.
26478
26479 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
26480
26481 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26482 console, not GDB.
26483 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26484 cross testing works better with "make check"
26485 * config/unix-gdb: Use default procedures for exit and version.
26486 * config/vx-gdb.exp: Cleaned up and massaged back to working order
26487 with the newest VxWorks.
26488
26489 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26490
26491 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26492 old form.
26493
26494 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26495 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26496
26497 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26498
26499 * config/unix-gdb.exp: Remove this version of gdb_exit
26500 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26501 Rob says he'll look at it when he gets back to testing boards.
26502
26503 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
26504
26505 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
26506 an expected fail for certain ptype commands.
26507
26508 * gdb.t20/classes.exp: Update expected results of "ptype class
26509 Base1" to account for the constructor that now appears in the type.
26510
26511 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
26512
26513 * configure.in (configdirs): Restore gdb.t04, which mysteriously
26514 disappeared from list.
26515 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
26516 "alldone" proc with call to cleanup and exit.
26517 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26518 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26519 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26520 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26521 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
26522 "alldone" proc with simple returns that suppress remaining
26523 tests. The alldone proc went away many months ago.
26524
26525 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26526
26527 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26528
26529 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26530
26531 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26532
26533 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
26534 as vax gdb will display them.
26535
26536 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26537
26538 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26539 optimizers.
26540
26541 * scope.exp: Change "bad value for localval" messages so each one
26542 is unique.
26543
26544 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26545 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26546
26547 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26548
26549 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26550
26551 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26552 doesn't exist (due to optimization).
26553
26554 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26555
26556 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26557 contains \r because the filename is long.
26558
26559 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26560 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26561
26562 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26563
26564 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26565 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
26566 Ultrix.
26567 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
26568 int tests.
26569 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
26570
26571 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
26572
26573 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
26574
26575 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
26576 to match does not match the passing case but still matches the
26577 failing case.
26578
26579 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26580
26581 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26582
26583 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
26584
26585 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
26586 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26587 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26588 Remove various versions of gdb_exit.
26589 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
26590 gdb_exit.
26591 * config/unix-gdb.exp: gdb_exit remains here, and should override
26592 the generic version, since it's doing a lot of wierd stuff that
26593 the other versions aren't. FIXME, fold it in, or abandon this
26594 version.
26595
26596 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26597
26598 * gdb.t24/demangle.exp: Add tests for PR 3220.
26599
26600 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26601
26602 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26603
26604 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
26605
26606 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
26607 "i386-*-*". Works for i486 as well.
26608
26609 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
26610 bug, and expand domain of xfail to all SVR4 systems, since the
26611 actual problem is likely to be in generic SVR4 /proc support.
26612
26613 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26614
26615 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26616
26617 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
26618
26619 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
26620 xfails for other systems. Match a missing 'Continuing.' as an
26621 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26622
26623 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26624 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26625 Only issue warning for missing executables if -all option is used.
26626
26627 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
26628 file if -all option is used. It's like an unpredictable XFAIL.
26629
26630 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26631
26632 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26633 for dynamically linked binaries.
26634
26635 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26636
26637 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26638
26639 * gdb.t20/inherit.exp: Change message for "print tagless struct"
26640 to state that this is a known bug in old versions of g++.
26641
26642 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26643
26644 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
26645 while waiting for `Continuing'.
26646
26647 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
26648
26649 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
26650 in text, data, and bss.
26651 * gdb.t10/nodebug.c: Add local and global test variables for
26652 initialized and uninitialized data.
26653
26654 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26655
26656 * config/unix-gdb.exp (gdb_exit): Add "wait".
26657
26658 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26659
26660 * gdb.t06/signals.exp: xfail the continue from the handler for all
26661 targets.
26662
26663 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
26664 function with watchpoints enabled, the i386 call dummy starts with
26665 a call.
26666
26667 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
26668 386 bsd names its corefiles.
26669
26670 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
26671
26672 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
26673 compilers don't grok it.
26674 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
26675 with small octal ints rather than character constants, which
26676 are signed and might not fit if first promoted to int.
26677
26678 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
26679
26680 * gdb.t09/Makefile.in (clean): Remove corefile.
26681
26682 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26683
26684 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26685
26686 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26687 and Jim Kingdon (kingdon@cygnus.com)
26688
26689 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26690 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
26691 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26692
26693 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26694
26695 * gdb.t17/interrupt.exp: Add xfail for hppa.
26696
26697 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26698
26699 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26700 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
26701 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
26702 to determine signed-ness of bitfields and use the result to setup
26703 the xfail.
26704 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
26705 * gdb.t15/funcargs.exp: Use them to step until the second indirect
26706 call line is reached if necessary.
26707
26708 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26709
26710 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26711
26712 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26713
26714 * gdb.t06/break.exp: Also test `clear' command.
26715
26716 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26717
26718 * gdb.t00/teststrategy.exp: Remove extra quote.
26719
26720 * gdb.t07/watchpoint.exp: Change xfail for calling function with
26721 watchpoint enabled to be for all non-68k machines.
26722
26723 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26724
26725 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26726
26727 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26728 targets use aout.mt instead of ecoff.mt as gas understands
26729 standard aout format.
26730
26731 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26732
26733 * lib/gdb.exp (runto): Don't insist that function we are running to
26734 was compiled with -g.
26735
26736 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26737
26738 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26739 to get back into the read system call.
26740 Accept leading newline in case where we woke it up.
26741
26742 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26743
26744 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
26745 to make the stabs test work on ecoff systems using gcc and -with-stabs.
26746 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
26747 enable ecoff configuration.
26748
26749 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26750
26751 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26752
26753 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26754
26755 * gdb.t16/printcmds.exp: Add another printf test.
26756
26757 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
26758
26759 * configure.in: If configured -with-stabs on any target, add
26760 stabsdirs to configdirs.
26761
26762 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26763
26764 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26765 fun" so pattern does not match the command itself.
26766
26767 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26768
26769 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26770
26771 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26772
26773 * gdb.t17/interrupt.exp: Test for more things.
26774
26775 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26776
26777 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26778 compiler arranges the code and line numbers.
26779
26780 * gdb.t17/interrupt.exp: Don't send \n after ^C.
26781
26782 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26783
26784 * gdb.t00/help.exp: Increase expect input buffer size.
26785
26786 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26787
26788 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26789
26790 * gdb.t07/watchpoint.exp: Add xfail for hppa.
26791
26792 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26793
26794 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26795 [0-9]*, not just [0-9].
26796
26797 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26798
26799 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26800
26801 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26802
26803 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26804
26805 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26806
26807 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26808
26809 * gdb.t06/signals.c: Add xfails for sun3.
26810
26811 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26812
26813 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
26814 test_stepping tests.
26815
26816 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26817
26818 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26819
26820 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26821
26822 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26823 rather than actually putting it through cpp twice.
26824
26825 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26826
26827 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
26828
26829 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26830 no longer needed.
26831
26832 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26833
26834 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26835
26836 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26837 C++ features prints as "struct", make it a pass, not an xfail.
26838
26839 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26840
26841 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26842 Don't require VA to print as "class" rather than "struct".
26843
26844 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
26845
26846 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26847
26848 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26849
26850 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26851
26852 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26853
26854 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
26855 order.
26856
26857 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26858
26859 * gdb.t16/printcmds.exp: Add printf tests.
26860
26861 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26862
26863 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26864
26865 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
26866
26867 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
26868 pass counts, to counteract any existing or future setup_xfails.
26869
26870 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26871
26872 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26873 {BEGIN,END}_COMMON for common block instead of STAB.
26874 * gdb.stabs/wierd.exp: Add xfail for rs6000.
26875
26876 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26877 intp_var should be N_GSYM not N_LSYM.
26878 wierd-aout.S: Use a label for the value of the N_SO.
26879 wierd.def: Remove all backslashes.
26880 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26881
26882 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26883
26884 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26885 get the expected next to inheritance3.
26886
26887 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26888
26889 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26890 now that gcc-2.4 gets it right.
26891
26892 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26893
26894 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26895
26896 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26897 generating comp-info.exp which works for cross-compilation.
26898
26899 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
26900
26901 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
26902 "*-*-sysv4.*".
26903
26904 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
26905
26906 * gdb.t01/run.exp: Start with a fresh gdb.
26907 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
26908 SVR4.x.
26909
26910 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
26911
26912 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26913 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26914 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26915 Makefile.in (distclean, realclean): Remove gdbme.c from list of
26916 things to remove.
26917
26918 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26919
26920 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
26921 test cases from bug reports.
26922
26923 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
26924
26925 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
26926 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
26927 avoid spurious xfails.
26928 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
26929 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
26930 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
26931
26932 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
26933
26934 * gdb.t00/teststrategy.exp: Rework to provide more useful
26935 description of each test, fix problem with systems that define
26936 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26937 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
26938 results for "next over recursive call" so timeouts aren't taken
26939 by error.
26940
26941 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
26942
26943 * gdb.t12/scope.exp: Test printing of variables before run.
26944
26945 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26946 printed in wrong order due to sorting.
26947
26948 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
26949
26950 * gdb.t00/teststrategy.exp: Fix expected results for printing
26951 user entered string constant. Is array of char, prints with no
26952 address.
26953
26954 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
26955 commands.
26956 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
26957 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
26958 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
26959 of struct of char arrays.
26960 * gdb.t00/radix.exp: New tests for radix commands.
26961
26962 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
26963
26964 * gdb.t16/printcmd.exp: Print a variable before running program
26965 (with xfail for AIX).
26966
26967 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
26968
26969 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26970
26971 * gdb.t16/printcmd.exp: Don't print variables before running program.
26972
26973 * gdb.t06/break.exp: Don't require envp argument to main.
26974
26975 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26976
26977 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26978 Add xfails for rs6000.
26979
26980 * gdb.t02/whatis.exp: Change other tests not to re-test something
26981 we already tested.
26982
26983 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26984 each type used has a variable of that type.
26985
26986 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26987
26988 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26989
26990 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26991
26992 * configure.in: change srctrigger to be a file, not a directory
26993
26994 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26995
26996 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26997
26998 * gdb.t11/list.exp: Fixed a couple of typos.
26999
27000 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
27001
27002 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
27003 is fixed and PR is closed.
27004 * gdb.t16 (gdbme.c): Add simple test string variable.
27005 * gdb.t16 (printcmds.exp): Add tests with simple test string
27006 variable, primarily for boundaries on "set print elements".
27007
27008 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
27009
27010 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
27011 Make leading 0's optional and don't expect a tab in the middle
27012 of the number.
27013
27014 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
27015
27016 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
27017 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
27018 don't end command passed to gdb_test with newline.
27019
27020 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
27021 signed keyword away, don't expect signed bitfields to be signed.
27022
27023 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
27024 printing with only as many 1's as are in the field as well as printing
27025 with 32 1's (see comment).
27026
27027 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
27028
27029 * gdb.t00/default.exp: Start with a fresh gdb.
27030 * configure.in (configdirs): Remove gdb.t31 until the chill
27031 compiler works again. It no longer is able to find chillrt0
27032 since it isn't in libchill.a anymore.
27033 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
27034 wierd.o, make more modular.
27035 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
27036 spurious newlines that caused problems.
27037
27038 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27039
27040 * Move test with enums and partial symbols from gdb.t03/ptype.exp
27041 to gdb.stabs/wierd.exp since GCC has worked around the bug.
27042 gdb.stabs/wierd.{exp,def}: Many new tests.
27043
27044 * gdb.t00/default.exp: update info line for new message.
27045
27046 * gdb.t02/{whatis.exp,gdbme.c}:
27047 Test that "char *" doesn't print as "caddr_t".
27048
27049 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27050
27051 * gdb.t00/help.exp: Use .* in place of some help messages which
27052 just changed.
27053 gdb.t00/default.exp: Update "info frame" test for new message.
27054 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
27055 Remove some xfails
27056
27057 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27058
27059 * gdb.t03/{gdbme.c,ptype.exp}:
27060 Add tests for typedef'd struct and union without tags.
27061 Also check "whatis" on a variable of a typedef'd enum without a tag.
27062
27063 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
27064 PRMS 1823; the bug still exists but isn't reproduced by this test
27065 anymore), and remove rs6000 XFAIL (the bug is fixed).
27066
27067 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
27068 duplicated from whatis.exp. For those that are left, accept
27069 "long", "long int", or "int" for long variables (whatis.exp already
27070 has an XFAIL for "int", so no need to fail it here).
27071
27072 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
27073 Deal with GCC's names for types now that GDB uses the compiler's names.
27074
27075 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
27076 setup_xfail's for sunos4. If we #defined the signed keyword away,
27077 don't expect GDB to know that char it is signed.
27078
27079 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
27080
27081 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
27082
27083 * configure.in (configdirs): Add gdb.t24 for C++ tests that
27084 should work on any system, regardless of debugging format.
27085 * gdb.t21/demangle.exp: Move to gdb.t24.
27086 * gdb.t24/demangle.exp: Move from gdb.t21.
27087 * gdb.t24/{Makefile.in, configure.in}: New files.
27088
27089 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27090
27091 * configure.in: Do gdb.stabs and C++ tests only for stabs.
27092 * gdb.stabs: New directory.
27093
27094 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27095
27096 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
27097 not just "Quit anyway?".
27098
27099 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
27100
27101 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
27102 that all setup_xfails are immediately followed by clear_xfails.
27103
27104 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
27105
27106 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
27107 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
27108 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
27109 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
27110 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
27111 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27112 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27113 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
27114 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
27115 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
27116 gdb.t31/chillvars.exp, lib/gdb.exp:
27117 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
27118 bug-gdb@prep.ai.mit.edu.
27119
27120 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
27121
27122 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
27123 with 0.0, not integer 0.
27124
27125 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
27126
27127 * gdb.t06/break.exp: Update for "Kill the program" message change.
27128
27129 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
27130
27131 * Makefile.in (GDBFLAGS): Set to -nx.
27132 * Makefile.in (site.exp): Use GDBFLAGS.
27133
27134 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
27135
27136 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
27137 Makefiles.
27138 (check): depend on just-check.
27139 (just-check): added so that tests can be run without a noop
27140 build pass.
27141
27142 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
27143
27144 Switch to using configure's configdirs.
27145 * Makefile.in (Makefile): add configure.in dependency.
27146 (SUBDIRS): removed redundant assignment.
27147 * configure.in: switch subdirs assignment to configdirs.
27148 * gdb.t*/configure.in: new files.
27149
27150 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
27151
27152 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
27153 works.
27154
27155 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
27156
27157 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
27158 in explicit rules. Apparently this is not supported by some makes.
27159
27160 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
27161
27162 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
27163
27164 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27165
27166 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
27167 disappeared.
27168
27169 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
27170
27171 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
27172
27173 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
27174
27175 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
27176 watchpoint problem that is now fixed.
27177 * gdb.t30/chexp.exp: Remove setup_xfail for printing
27178 uninitialized convenience variables.
27179 * gdb.t31/chillvars.exp: Fix expected patterns for printing
27180 structures.
27181
27182 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27183
27184 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
27185 which causes expect to get out of sync with gdb on long output
27186 from help set.
27187 * gdb.t09/corefile.exp: Make expected pattern for core file
27188 failing signal and frame output format less sun specific.
27189
27190 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
27191
27192 * gdb.t31/chillvars.exp: Add and remove initial dummy
27193 breakpoint, so that symbol table is forced in.
27194 (Needed at least on Sunos4, though it seems not SVR4.)
27195 * gdb.t31/chillvars.exp: Update for changed output format.
27196
27197 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
27198
27199 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
27200
27201 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
27202
27203 * Makefile.in: Added --srcdir when invoking runtest, removed the
27204 need for a local config file. (optional now)
27205
27206 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
27207
27208 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
27209 failure count used to force early termination. Add some more
27210 expected failures for gnu style demangling.
27211
27212 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27213
27214 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
27215 pmi variable from gdb.t20/gdbme to get optimized away.
27216 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
27217 Check for written corefile upon timeout _and_ eof.
27218
27219 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27220
27221 * config/unix-gdb.exp: Add missing return 0.
27222
27223 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27224
27225 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
27226 test termination.
27227
27228 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
27229
27230 * configure.in (subdirs): Put back gdb.t17 which mysteriously
27231 disappeared.
27232
27233 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
27234
27235 * gdb.t10/crossload.exp: Disable the i860-elf test until such
27236 time as i860 support works.
27237
27238 * gdb.t15/funcargs.exp: Fix expected outputs to include
27239 "backtrace 100\r" rather than just "backtrace\r", to match last
27240 change.
27241
27242 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
27243
27244 * config/udi-gdb.exp (gdb_exit): Remove close command.
27245 (gdb_target_udi): New procedure to set the UDI target.
27246 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
27247 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
27248 Added waits for prompts after several question responses. Added
27249 some more responses used by a29k-amd-udi-gdb.
27250 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
27251 pass different arguments, restart UDI connection after program
27252 completion.
27253 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
27254 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27255 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
27256 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
27257 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
27258 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
27259 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27260 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
27261 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
27262 after program completion.
27263 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
27264 compiled with a SELECT_VECS setting.
27265 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
27266 infinite recursion.
27267
27268 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
27269 Added checks for COFF results, and made them expected failures for
27270 all targets. It would be better to make them expected failures
27271 for COFF targets only.
27272
27273 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
27274
27275 * Makefile.in: add null dvi target, don't bother to recurse
27276 through test directories for info and install-info; rename
27277 $(datadir) to be dejagnu instead of deja-gnu
27278
27279 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
27280
27281 * gdb.t31/gdbme.ch: Re-enable code that previously caused
27282 compiler to coredump.
27283 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
27284 code.
27285
27286 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
27287
27288 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
27289 coredump.
27290 * gdb.t31/chillvars.exp: Comment out tests that depend on that
27291 code.
27292
27293 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
27294
27295 * gdb.t03/ptype.exp: tests for return code from gdb_test.
27296 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
27297 which in a shell. Deletes xgdb when done.
27298 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
27299 Tests the return from the "set height" or "set width" commands.
27300 Added a few return codes where needed.
27301
27302 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
27303
27304 * Makefile.in (SUBDIRS): Add gdb.t17.
27305 * configure.in (subdirs): Add gdb.t17.
27306 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
27307 files to test gdb's calling of functions in the inferior with
27308 the correct arguments and gdb's ability to retrieve any
27309 result returned.
27310
27311 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
27312
27313 * config/unix-gdb.exp (gdb_exit): Remove close commands that
27314 may be called after gdb goes away. Previous versions of expect
27315 needed these to avoid file descriptor leaks, but they cause
27316 errors with the current revision of expect.
27317 * gdb.t00/gdbvars.exp: Use -re on expected output after
27318 setting sevenbit-strings.
27319 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
27320 to set sevenbit-strings consistent across tests.
27321 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
27322 set sevenbit-strings consistent across tests.
27323
27324 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
27325
27326 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
27327 expected output to match current "expect" expectations.
27328
27329 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
27330
27331 * gdb.t00/default.exp: Change expected output for default "source"
27332 command, to match new gdb behavior which requires a filename to
27333 source.
27334
27335 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
27336
27337 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
27338 expected fail for i486-*-* that misses the marker2 function.
27339 * gdb.t10/crossload.exp (bfddefault): Allow successful
27340 recognition of a format to pass even if no symbols are found.
27341 Explicitly catch failures where the format is not recognized
27342 or is ambiguous, and add the reason to the fail message.
27343 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
27344 the cause is and invalid target and add reason to failure message.
27345 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
27346 elf32-i386, elf32-sparc, and elf32-i860.
27347 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27348 Set up expected failure for 'filename'::variable scope resolution,
27349 which is now apparently broken on all targets.
27350 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27351 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27352 gdb.t23/templates.exp: Change failure for missing binfile into
27353 just a warning.
27354 gdb.t21/demangle.exp: Change all cfront references to 'arm'
27355 references.
27356
27357 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
27358
27359 * gdb.t00/default.exp: Add expected output for default "source"
27360 command, to match new gdb behavior.
27361 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
27362
27363 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
27364
27365 * config/*-gdb.exp: returns an error, rather than exiting on
27366 internal errors.
27367
27368 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
27369
27370 * gdb.t03/gdbme.c: Add pointer to struct variable.
27371 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
27372 referencing struct members.
27373
27374 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
27375
27376 * configure.in (mips-idt-ecoff): New target.
27377 * config/mips-gdb.exp: New file for remote board using MIPS remote
27378 debugging protocol.
27379
27380 * Redid configuration scheme. Removed gdb.t*/configure.in.
27381 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
27382 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
27383 distclean targets. Built executables via .o files. Adjusted
27384 tests to account for source files in $(srcdir) rather than
27385 $(objdir).
27386 * lib/gdb.exp (runto): Don't expect () after the function name,
27387 because it may have arguments.
27388
27389 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
27390
27391 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27392 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27393 expected failures for mips-idt-* and mips-sgi-*.
27394 * gdb.t00/default.exp (attach): Kill process if requested.
27395 * gdb.t00/help.exp (help target core, help target): Accept a gdb
27396 that does not read core files.
27397 * gdb.t01/run.exp: Removed checks for exit status code.
27398 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27399 it is linked in.
27400 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27401 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27402 appropriate, rather than doing it by hand.
27403 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27404 execution.
27405 * gdb.t10/crossload.exp: Kill existing program if needed.
27406 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27407 appropriate, rather than doing it by hand. Always increase
27408 timeout for this test, not just for VxWorks.
27409
27410 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
27411
27412 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
27413 of Chill STRUCT types and STRUCT values.
27414 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
27415 than "char".
27416 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
27417 struct2): New struct definitions and initializations to test
27418 simple Chill STRUCT types.
27419
27420 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
27421
27422 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
27423 the null byte at the end of strings.
27424 * gdb.t00/default.exp: Make show version insensitive to copyright
27425 date.
27426 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
27427 to avoid dependencies on target char signedness.
27428 * gdb.t16/printcmds.exp: Update expected results for explicitly
27429 unsigned char.
27430 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
27431 now work.
27432 * gdb.t21/demangle.exp: Add many more patterns for template
27433 demangling, most of them being expected failures.
27434 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
27435 string we are matching for, to match on the whole string.
27436 * gdb.t21/demangle.exp: Add many new test strings to demangle,
27437 and fix a whole bunch that had incorrect expected output but were
27438 passing anyway because of the bug in "proc demangle".
27439 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
27440 type.
27441 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
27442
27443 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
27444
27445 * gdb/testsuite: made modifications to testcases, etc., to allow
27446 them to work properly given the reorganization of deja-gnu and the
27447 relocation of the testcases from deja-gnu to a "tool" subdirectory.
27448
27449 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
27450
27451 * gdb/testsuite: Initial creation of gdb/testsuite.
27452 Migrated dejagnu testcases and support files for testing nm to
27453 gdb/testsuite from deja-gnu. These files were moved "as is"
27454 with no modifications. This migration is part of a major overhaul
27455 of dejagnu. The modifications to these testcases, etc., which
27456 will allow them to work with the new version of dejagnu will be
27457 made in a future update.
27458
27459 For additional changes see gdb.mi/ChangeLog-1999-2003.
27460 \f
27461 ;; Local Variables:
27462 ;; mode: change-log
27463 ;; left-margin: 8
27464 ;; fill-column: 74
27465 ;; version-control: never
27466 ;; End:
27467
27468 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
27469 Copying and distribution of this file, with or without modification,
27470 are permitted provided the copyright notice and this notice are preserved.
This page took 0.56142 seconds and 5 git commands to generate.