6394c5862c3623cfb174078311d8daaadc97dded
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-02-22 Michael Snyder <msnyder@vmware.com>
2
3 * gdb.threads/thread-find.exp: Add tests for bad input to
4 info threads.
5
6 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7
8 * gdb.python/py-breakpoint.exp: Fix the expected output of
9 one of the "maint info breakpoints" tests to accept the output
10 generated on platforms that do not have hardware watchpoints.
11
12 2011-02-22 Joel Brobecker <brobecker@adacore.com>
13
14 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
15 clean_restart. Be a little stricter in the expected output
16 for one of the tests. Fix a typo in one of the comments.
17
18 2011-02-22 Joel Brobecker <brobecker@adacore.com>
19
20 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
21 Delete variable binfile, no longer use. Add or modify test
22 comments to make them unique.
23
24 2011-02-21 Michael Snyder <msnyder@vmware.com>
25
26 * Makefile.in: Update for make clean.
27 * gdb.ada/Makefile.in: Ditto.
28 * gdb.arch/Makefile.in: Ditto.
29 * gdb.asm/Makefile.in: Ditto.
30 * gdb.base/Makefile.in: Ditto.
31 * gdb.cp/Makefile.in: Ditto.
32 * gdb.dwarf2/Makefile.in: Ditto.
33 * gdb.java/Makefile.in: Ditto.
34 * gdb.mi/Makefile.in: Ditto.
35 * gdb.modula2/Makefile.in: Ditto.
36 * gdb.python/Makefile.in: Ditto.
37 * gdb.server/Makefile.in: Ditto.
38 * gdb.stabs/Makefile.in: Ditto.
39 * gdb.threads/Makefile.in: Ditto.
40 * gdb.trace/Makefile.in: Ditto.
41
42 2011-02-21 Michael Snyder <msnyder@vmware.com>
43
44 * gdb.threads/thread-find.exp: Update patterns for changes in
45 output of "info threads" command.
46
47 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
48 Ulrich Weigand <uweigand@de.ibm.com>
49
50 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
51 (skip_hw_watchpoint_tests): Likewise.
52 (skip_hw_watchpoint_multi_tests): Likewise.
53
54 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
55
56 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
57 (skip_hw_watchpoint_tests): Likewise.
58 (skip_hw_watchpoint_multi_tests): Likewise.
59 (skip_hw_watchpoint_access_tests): Likewise.
60
61 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
62 * gdb.base/pr11022.exp: Likewise.
63 * gdb.base/watch-read.exp: Likewise.
64 * gdb.base/watch_thread_num.exp: Likewise.
65 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
66 * gdb.base/watchpoint-hw.exp: Likewise.
67 * gdb.base/watchpoint.exp: Likewise.
68 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
69 * gdb.threads/watchthreads-reorder.exp: Likewise.
70 * gdb.threads/watchthreads.exp: Likewise.
71 * gdb.threads/watchthreads2.exp: Likewise.
72
73 2011-02-21 Joel Brobecker <brobecker@adacore.com>
74
75 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
76 the debugger is unable to find the array bounds.
77
78 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 * gdb.cp/typedef-operator.exp: New file.
81 * gdb.cp/typedef-operator.cc: New file.
82
83 2011-02-17 Michael Snyder <msnyder@vmware.com>
84
85 * gdb.threads/thread-find.exp: Fix regular expressions.
86
87 2011-02-17 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.ada/packed_array: Expand testcase to test printing of
90 unconstrained packed array.
91
92 2011-02-17 Joel Brobecker <brobecker@adacore.com>
93
94 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
95
96 2011-02-16 Pedro Alves <pedro@codesourcery.com>
97
98 * gdb.trace/collection.c (globalarr3): New global.
99 (main): Initialize it before collecting, and and clear it
100 afterwards.
101 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
102 collecting with '{type} addr', where the addr expression is not an
103 rvalue.
104
105 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
106
107 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
108 a bool variable. Expect correct OpenCL names for vector types. Use the
109 uc3 variable name instead of referring to the uchar3 built-in type.
110 Escape the asterisk at the half pointer test.
111
112 2011-02-16 Pedro Alves <pedro@codesourcery.com>
113
114 * gdb.trace/collection.c (globalarr2): New global.
115 (main): Initialize it before collecting, and and clear it
116 afterwards.
117 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
118 collecting overlapping memory ranges.
119
120 2011-02-15 Michael Snyder <msnyder@vmware.com>
121
122 * gdb.base/default.exp: Add tests for thread commands.
123 * gdb.base/help.exp: Add tests for thread commands.
124 * gdb.threads/thread-find.exp: New test for thread find command.
125
126 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
127
128 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
129
130 2011-02-15 Yao Qi <yao@codesourcery.com>
131
132 PR tdep/12352
133 * gdb.arch/arm-disp-step.S : New test for str instruction.
134 * gdb.arch/arm-disp-step.exp : Likewise.
135
136 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
137
138 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
139 "vector_register2_vr" test strings. Test the extended floating
140 point registers (F32~F63).
141 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
142 IBM XL C compiler. Make the test program use a register provided
143 by the compiler for the lxvd2x instruction.
144
145 2011-02-14 Pedro Alves <pedro@codesourcery.com>
146
147 * gdb.trace/unavailable.cc (class Base, class Middle, class
148 Derived): New types.
149 (derived_unavail, derived_partial, derived_whole): New globals.
150 (virtual_partial): New global.
151 (virtualp): Point at virtual_partial.
152 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
153 related to unavailable vptr.
154
155 2011-02-14 Pedro Alves <pedro@codesourcery.com>
156
157 * gdb.trace/unavailable.cc (a, b, c): New globals.
158 (main): Set and clear them.
159 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
160 `a' and `c', and check that `b' isn't collected, although `a' and
161 `c' are.
162
163 2011-02-14 Pedro Alves <pedro@codesourcery.com>
164
165 * gdb.trace/unavailable.cc (struct Virtual): New.
166 (virtualp): New global pointer.
167 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
168 printing a pointer to an object whose type has a vtable, with
169 print object on.
170
171 2011-02-14 Pedro Alves <pedro@codesourcery.com>
172
173 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
174 value repeat handles unavailableness.
175
176 2011-02-14 Pedro Alves <pedro@codesourcery.com>
177
178 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
179 tests for building arrays from unavailable values, subscripting
180 non-memory rvalue unvailable arrays, and accessing fields or
181 baseclasses of non-lazy unavailable values,
182 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
183 struct types.
184 (g_smallstruct, g_smallstruct_b): New globals.
185
186 2011-02-14 Pedro Alves <pedro@codesourcery.com>
187
188 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
189
190 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
191
192 Fix const/volatile qualifiers of C++ types, PR c++/12328.
193 * gdb.cp/overload-const.exp: New file.
194 * gdb.cp/overload-const.cc: New file.
195
196 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
197
198 * gdb.opencl/callfuncs.cl: New file.
199 * gdb.opencl/callfuncs.exp: New test.
200 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
201
202 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
203
204 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
205 when computing result.
206 * gdb.arch/altivec-abi.exp: Update expected results.
207
208 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
209
210 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
211 * gdb.base/jit.exp: Likewise.
212 * gdb.base/pie-execl.exp: Likewise.
213 * gdb.base/solib-nodir.exp: Likewise.
214 * gdb.base/solib-overlap.exp: Likewise.
215
216 2011-02-07 Pedro Alves <pedro@codesourcery.com>
217
218 * gdb.trace/collection.c (global_pieces): New.
219 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
220 New procedure.
221 (gdb_trace_collection_test): Call it.
222
223 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
224
225 * gdb.python/py-evthreads.c: New file.
226 * gdb.python/py-evthreads.exp: New file.
227 * gdb.python/py-events.py: New file.
228 * gdb.python/py-events.exp: New file.
229 * gdb.python/py-events.c: New file.
230
231 2011-02-04 David Daney <ddaney@caviumnetworks.com>
232
233 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
234
235 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
236
237 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
238 gdb.base/disasm-end-cu.exp: New test for disassembling over the
239 boundary between two compilation units.
240
241 2011-02-02 Pedro Alves <pedro@codesourcery.com>
242
243 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
244 (Virtual): New structs.
245 (virtual_o, virtual_middle_b): New globals.
246 * gdb.cp/virtbase.exp: New tests.
247
248 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
249
250 * gdb.base/jit.exp: New file.
251 * gdb.base/jit-main.c: New file.
252 * gdb.base/jit-solib.c: New file.
253
254 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
255
256 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
257 proceed to initial kernel entry point.
258 * gdb.opencl/datatypes.exp: Likewise.
259 * gdb.opencl/operators.exp: Likewise.
260 * gdb.opencl/vec_comps.exp: Likewise.
261
262 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
263
264 * gdb.cp/nsnested.cc: New.
265 * gdb.cp/nsnested.exp: New.
266 * gdb.cp/nsnoimports.exp: New.
267 * gdb.cp/nsnoimports.cc: New.
268
269 2011-01-31 Joel Brobecker <brobecker@adacore.com>
270
271 * gdb.base/interact.exp: Add extra tests that verify that
272 the value of the interactive-mode setting does not change
273 after the script is sourced.
274
275 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.cp/noparam.exp: New file.
278 * gdb.cp/noparam.cc: New file.
279
280 2011-01-28 Pedro Alves <pedro@codesourcery.com>
281
282 * gdb.trace/tfile.exp: Test that with no traceframe selected,
283 there's no stack or registers.
284
285 2011-01-26 Tom Tromey <tromey@redhat.com>
286
287 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
288 space before string output. Add test for "set print pretty off"
289 case.
290
291 2011-01-25 Pedro Alves <pedro@codesourcery.com>
292
293 * gdb.base/frame-args.exp: Adjust.
294 * gdb.dwarf2/dw2-noloc.exp: Adjust.
295 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
296 * gdb.dwarf2/pieces.exp: Adjust.
297 * gdb.opt/clobbered-registers-O2.exp: Adjust.
298 * gdb.opt/inline-locals.exp: Adjust.
299 * gdb.threads/fork-child-threads.exp: Adjust.
300
301 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
302
303 * gdb.opencl/convs_casts.cl: Move program scope variables into the
304 OpenCL kernel function. Add a comment as marker. Add address space
305 qualifiers for the remaining program scope variables.
306 * gdb.opencl/datatypes.cl: Likewise.
307 * gdb.opencl/operators.cl: Likewise.
308 * gdb.opencl/vec_comps.cl: Likewise.
309 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
310 Add breakpoint at the marker comment.
311 * gdb.opencl/datatypes.exp: Likewise.
312 * gdb.opencl/operators.exp: Likewise.
313 * gdb.opencl/vec_comps.exp: Likewise.
314
315 2011-01-24 Pedro Alves <pedro@codesourcery.com>
316
317 * gdb.base/printcmds.c (some_struct): New struct and instance.
318 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
319 procedure.
320 <global scope>: Call it.
321
322 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
323
324 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
325 argument to the gdb_compile_opencl_hostapp call.
326
327 2011-01-19 Yao Qi <yao@codesourcery.com>
328
329 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
330 positve list.
331
332 2011-01-19 Yao Qi <yao@codesourcery.com>
333
334 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
335 canonical form.
336 Remove "xscale-*-*"
337 * gdb.xml/tdesc-regs.exp: Likewise.
338 * gdb.python/py-section-script.exp: Replace ARM target triplet
339 with canonical form.
340 Match arm*-*-symbianelf*.
341 * gdb.base/dup-sect.exp: Likewise.
342 * lib/dwarf.exp: New.
343 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
344 dwarf2_support.
345 * gdb.dwarf2/dup-psym.exp: Likewise.
346 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
347 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
348 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
349 * gdb.dwarf2/dw2-basic.exp: Likewise.
350 * gdb.dwarf2/dw2-compressed.exp: Likewise.
351 * gdb.dwarf2/dw2-const.exp: Likewise.
352 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
353 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
354 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
355 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
356 * gdb.dwarf2/dw2-filename.exp: Likewise.
357 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
358 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
359 * gdb.dwarf2/dw2-intercu.exp: Likewise.
360 * gdb.dwarf2/dw2-intermix.exp: Likewise.
361 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
362 * gdb.dwarf2/dw2-noloc.exp: Likewise.
363 * gdb.dwarf2/dw2-op-call.exp: Likewise.
364 * gdb.dwarf2/dw2-producer.exp: Likewise.
365 * gdb.dwarf2/dw2-ranges.exp: Likewise.
366 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
367 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
368 * gdb.dwarf2/dw2-strp.exp: Likewise.
369 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
370 * gdb.dwarf2/implptr.exp: Likewise.
371 * gdb.dwarf2/mac-fileno.exp: Likewise.
372 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
373 * gdb.dwarf2/pieces.exp: Likewise.
374 * gdb.dwarf2/pr11465.exp: Likewise.
375 * gdb.dwarf2/valop.exp: Likewise.
376 * gdb.dwarf2/watch-notconst.exp: Likewise.
377 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
378
379 2011-01-19 Tom Tromey <tromey@redhat.com>
380
381 * gdb.python/py-infthread.exp: Add thread tests.
382
383 2011-01-14 Joel Brobecker <brobecker@adacore.com>
384
385 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
386
387 2011-01-14 Joel Brobecker <brobecker@adacore.com>
388
389 * gdb.ada/widewide: New testcase.
390
391 2011-01-13 Joel Brobecker <brobecker@adacore.com>
392
393 * gdb.base/interact.exp: New testcase.
394
395 2011-01-12 Tom Tromey <tromey@redhat.com>
396
397 * gdb.mi/gdb2549.exp: Update for error message changes.
398 * gdb.mi/mi-cli.exp: Likewise.
399 * gdb.mi/mi-disassemble.exp: Likewise.
400 * gdb.mi/mi-pthreads.exp: Likewise.
401 * gdb.mi/mi-regs.exp: Likewise.
402 * gdb.mi/mi-stack.exp: Likewise.
403 * gdb.mi/mi-var-block.exp: Likewise.
404 * gdb.mi/mi-var-cmd.exp: Likewise.
405 * gdb.mi/mi2-cli.exp: Likewise.
406 * gdb.mi/mi2-disassemble.exp: Likewise.
407 * gdb.mi/mi2-pthreads.exp: Likewise.
408 * gdb.mi/mi2-regs.exp: Likewise.
409 * gdb.mi/mi2-stack.exp: Likewise.
410 * gdb.mi/mi2-var-block.exp: Likewise.
411 * gdb.mi/mi2-var-cmd.exp: Likewise.
412
413 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
414 Jan Kratochvil <jan.kratochvil@redhat.com>
415
416 PR fortran/11104 and DWARF unbound arrays detection.
417 * gdb.fortran/multi-dim.exp: New file.
418 * gdb.fortran/multi-dim.f90: New file.
419
420 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
421
422 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
423 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
424 add new tests for opcode dumping.
425
426 2011-01-11 Tom Tromey <tromey@redhat.com>
427
428 * gdb.python/py-infthread.exp: Load gdb-python.exp.
429
430 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
431
432 Convert hardware watchpoints to use breakpoint_ops.
433 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
434 type is not supported.
435 * gdb.base/foll-fork.exp: Likewise.
436 * gdb.base/foll-vfork.exp: Likewise.
437
438 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
439
440 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
441 Use load_lib gdb-python.exp.
442 * gdb.python/python.exp: Ditto.
443 * gdb.python/py-function.exp: Ditto.
444
445 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
446
447 * gdb.threads/tls.exp ("info address me"): Fix expected output.
448
449 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
450
451 * configure: Regenerate.
452
453 2011-01-06 Tom Tromey <tromey@redhat.com>
454
455 * gdb.python/py-frame.exp: Test gdb.newest_frame.
456
457 2011-01-06 Joel Brobecker <brobecker@adacore.com>
458
459 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
460 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
461 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
462 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
463 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
464 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
465 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
466 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
467 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
468 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
469 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
470 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
471 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
472 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
473 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
474 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
475 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
476 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
477 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
478 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
479 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
480 gdb.ada/uninitialized_vars.exp,
481 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
482 Simplify by using clean_restart.
483
484 2011-01-06 Joel Brobecker <brobecker@adacore.com>
485
486 Add marker to be used as anchor for inserting breakpoints.
487 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
488 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
489 Likewise.
490
491 Remove uses of gdb_start_cmd.
492 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
493 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
494
495 Do not run testcase if testing with GDBserver.
496 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
497 if testing with GDBserver.
498
499 2011-01-06 Joel Brobecker <brobecker@adacore.com>
500
501 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
502 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
503 copyright header.
504
505 2011-01-05 Joel Brobecker <brobecker@adacore.com>
506
507 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
508 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
509 testsuite/gdb.fortran/complex.f,
510 testsuite/gdb.fortran/derived-type.f90,
511 testsuite/gdb.fortran/library-module-lib.f90,
512 testsuite/gdb.fortran/library-module-main.f90,
513 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
514 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
515 Copyright year update.
516
517 2011-01-05 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.base/langs1.f: Add copyright header.
520
521 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 * gdb.base/morestack.exp: New file.
524 * gdb.base/morestack.c: New file.
525
526 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
527
528 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
529
530 2010-12-29 Joel Brobecker <brobecker@adacore.com>
531
532 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
533 * gdb.ada/arrayptr.exp: Add test printing that new variable.
534
535 2010-12-29 Joel Brobecker <brobecker@adacore.com>
536
537 * gdb.ada/lang_switch.exp: Correct expected parameter value.
538
539 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
540
541 * gdb.threads/tls.exp: Fix typo.
542
543 * gdb.threads/thread-specific.exp (get_thread_list): Update.
544 * gdb.threads/execl.exp: Update.
545
546 2010-12-23 Yao Qi <yao@codesourcery.com>
547
548 * gdb.arch/arm-disp-step.exp: New.
549 * gdb.arch/arm-disp-step.S: New.
550
551 2010-12-21 Tom Tromey <tromey@redhat.com>
552
553 * gdb.threads/execl.exp: Update.
554 * gdb.threads/linux-dp.exp: Update.
555 * gdb.threads/manythreads.exp: Update.
556 * gdb.threads/tls.exp: Update.
557
558 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
561 (NextOverThrowDerivates) <resumebpt>: New.
562 (resumebpt_test): New.
563 (main): Call resumebpt_test.
564 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
565
566 2010-12-12 Stan Shebs <stan@codesourcery.com>
567
568 * gdb.trace/tsv.exp: Test print command on trace state variables.
569
570 2010-12-09 Tom Tromey <tromey@redhat.com>
571
572 * gdb.base/interp.exp: Add regression test.
573
574 2010-12-09 Tom Tromey <tromey@redhat.com>
575
576 * gdb.java/jnpe.java: New file.
577 * gdb.java/jnpe.exp: New file.
578 * gdb.cp/nextoverthrow.exp: New file.
579 * gdb.cp/nextoverthrow.cc: New file.
580
581 2010-12-07 Doug Evans <dje@google.com>
582
583 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
584 of data-directory.
585 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
586 updated.
587 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
588
589 2010-11-29 Michael Snyder <msnyder@vmware.com>
590
591 * gdb.base/callfuncs.exp: Test for skip_float_tests.
592 * gdb.base/call-sc.exp: Ditto.
593 * gdb.base/finish.exp: Ditto.
594 * gdb.base/return.exp: Ditto.
595 * gdb.base/return2.exp: Ditto.
596
597 2010-11-30 Doug Evans <dje@google.com>
598
599 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
600 (gdb_expect_list): Fix spelling errors in comments.
601 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
602 send_gdb/gdb_expect_list where applicable.
603 * gdb.base/call-ar-st.exp: Ditto.
604 * gdb.base/funcargs.exp: Ditto.
605 * gdb.base/gcore.exp: Ditto.
606 * gdb.base/page.exp: Ditto.
607 * gdb.base/sigaltstack.exp: Ditto.
608 * gdb.base/siginfo.exp: Ditto.
609 * gdb.base/sigstep.exp: Ditto.
610 * gdb.base/trace-commands.exp: Ditto.
611
612 2010-11-29 Doug Evans <dje@google.com>
613
614 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
615 printer-name;subprinter-name.
616
617 2010-11-29 Tom Tromey <tromey@redhat.com>
618
619 * gdb.dwarf2/implptr.exp: New file.
620 * gdb.dwarf2/implptr.c: New file.
621 * gdb.dwarf2/implptr.S: New file.
622
623 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
624
625 PR python/12199
626
627 * gdb.python/py-breakpoint.exp: Test the delete method.
628
629 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 Fix step_resume_breakpoint unsaved during an infcall.
632 * gdb.base/step-resume-infcall.exp: New file.
633 * gdb.base/step-resume-infcall.c: New file.
634
635 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
636
637 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
638
639 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
640
641 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
642 on ppc64's symbols; "finish" and "return" commands must accept to
643 show the caller line again as well as the line after.
644 * gdb.asm/powerpc64.inc: New file.
645
646 2010-11-23 Doug Evans <dje@google.com>
647
648 * lib/gdb.exp (gdb_test_sequence): New function.
649 (gdb_expect_list): Add verbose -log call for each pattern.
650 * gdb.base/signals.exp (test_handle_all_print): Call it.
651 Reduce timeout increment from 6 minutes to 1 minute.
652 * gdb.server/ext-run.exp: Call it.
653
654 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
655
656 PR python/12212
657
658 * gdb.python/python.exp: Check that selected_thread raises an
659 error when no inferior is loaded.
660
661 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
664 * gdb.dwarf2/dw2-stack-boundary.S: New file.
665
666 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
669 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
670
671 2010-11-18 Doug Evans <dje@google.com>
672
673 * gdb.server/ext-run.exp: Fix intermittent failures.
674
675 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
676
677 * gdb.stabs/gdb11479.exp: Use runto_main.
678
679 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
680
681 * gdb.base/break-entry.exp: Skip if using a stub.
682
683 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
684
685 * gdb.python/py-inferior.exp: Pack values in target endianness.
686
687 2010-11-12 Tom Tromey <tromey@redhat.com>
688
689 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
690 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
691 MemoryError.
692 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
693 type.
694 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
695 MemoryError.
696 (test_subscript_regression): Update exception type.
697
698 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
699
700 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
701 breakpoint tests.
702
703 2010-11-09 Pedro Alves <pedro@codesourcery.com>
704
705 * gdb.base/watchpoint.exp: Test "watch -location" with an
706 innacessible location.
707
708 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
709 Luis Machado <luisgpm@br.ibm.com>
710
711 * gdb.base/maint.exp: Expect "." prefix.
712 * gdb.base/nodebug.exp: Expect "." Likewise.
713 * gdb.base/sepsymtab.exp: Expect "." Likewise.
714 * gdb.base/watchpoint-cond-gone.exp: Likewise.
715 * gdb.base/watchpoint.exp: Expect a software watch to be created for
716 POWER server processors.
717
718 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
719 Luis Machado <luisgpm@br.ibm.com>
720
721 * gdb.base/break-entry.exp: convert entry point for
722 ppc64 and expect leading `.' on ppc64's symbols
723
724 2010-11-05 Doug Evans <dje@google.com>
725
726 * gdb.base/help.exp: Update expected output.
727 * gdb.python/py-param.exp: Delete, contents moved to ...
728 * gdb.python/py-parameter.exp: ... here. New file.
729 Add test for gdb.parameter ("directories").
730
731 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
732
733 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
734 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
735 * configure: Regenerate.
736 * gdb.opencl/Makefile.in: New File.
737 * gdb.opencl/datatypes.exp: Likewise.
738 * gdb.opencl/datatypes.cl: Likewise.
739 * gdb.opencl/operators.exp: Likewise.
740 * gdb.opencl/operators.cl: Likewise.
741 * gdb.opencl/vec_comps.exp: Likewise.
742 * gdb.opencl/vec_comps.cl: Likewise.
743 * gdb.opencl/convs_casts.exp: Likewise.
744 * gdb.opencl/convs_casts.cl: Likewise.
745 * lib/opencl.exp: Likewise.
746 * lib/opencl_hostapp.c: Likewise.
747 * lib/opencl_kernel.cl: Likewise.
748 * lib/cl_util.c: Likewise.
749 * lib/cl_util.c: Likewise.
750 * gdb.base/default.exp (set language): Add "opencl" to the list of
751 languages.
752
753 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
754
755 * gdb.cp/overload.exp: Added test for inheritance overload.
756 * gdb.cp/overload.cc: Ditto.
757 * gdb.cp/oranking.exp: Removed releveant kfails.
758
759 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
760 Joel Brobecker <brobecker@adacore.com>
761
762 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
763 check test_compiler_info.
764
765 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
766
767 * gdb.base/gnu_vector.exp: Adjust expect messages.
768
769 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
770
771 * gdb.base/gnu_vector.exp: Add unary operator tests.
772
773 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
774
775 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
776
777 2010-11-02 Doug Evans <dje@google.com>
778
779 * gdb.python/py-pp-maint.c: New file.
780 * gdb.python/py-pp-maint.exp: New file.
781 * gdb.python/py-pp-maint.py: New file.
782
783 2010-11-02 Tom Tromey <tromey@redhat.com>
784
785 * gdb.base/default.exp: Remove "scheme" from language list.
786
787 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 Revert:
790 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
791 * gdb.threads/sigstep-threads.exp: New file.
792 * gdb.threads/sigstep-threads.c: New file.
793
794 2010-10-20 Michael Snyder <msnyder@vmware.com>
795
796 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
797
798 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
799
800 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
801 Skip test completely if gdb,no_hardware_watchpoints.
802
803 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
804
805 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
806 strict, but do not check for any particular function name within libc.
807
808 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
809
810 * gdb.cp/smartp.exp: New test.
811 * gdb.cp/smartp.cc : New test.
812
813 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
814
815 * gdb.cp/converts.exp: Test pointer to bool conversion.
816 Test pointer to long conversion.
817 * gdb.cp/oranking.exp: Removed relevant kfail.
818
819 2010-10-18 Tom Tromey <tromey@redhat.com>
820
821 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
822 argument to lazy_string.
823 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
824 (pp_ls.to_string): Use it.
825 * gdb.python/py-prettyprint.c (main): Move declarations to top.
826 Add "estring2" local.
827
828 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
829
830 Fix s390x compatibility.
831 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
832 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
833
834 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * gdb.threads/sigstep-threads.exp: New file.
837 * gdb.threads/sigstep-threads.c: New file.
838
839 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 * gdb.base/pie-execl.exp: New file.
842 * gdb.base/pie-execl.c: New file.
843
844 2010-10-13 Doug Evans <dje@google.com>
845 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 PR exp/12117
848 * gdb.cp/ptype-cv-cp.cc: New file.
849 * gdb.cp/ptype-cv-cp.exp: New file.
850
851 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
852
853 * gdb.cp/converts.cc: New test program.
854 * gdb.cp/converts.exp: New test.
855 * gdb.cp/overload.exp: Added test for void* vs int*.
856 * gdb.cp/overload.exp: Ditto.
857 * gdb.cp/oranking.exp: Removed related kfail.
858
859 2010-10-13 Doug Evans <dje@google.com>
860
861 * lib/gdb-python.exp (gdb_check_python_config): New function.
862 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
863 * gdb.python/lib-types.cc: New file.
864 * gdb.python/lib-types.exp: New file.
865
866 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
867
868 * gdb.python/py-error.exp: New file.
869 * gdb.python/py-error.py: New file.
870
871 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
874 gdb_test_multiple.
875
876 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * gdb.base/break-interp.exp: Use ldlags for linking flags.
879 * gdb.base/prelink.exp: Likewise.
880 * gdb.base/solib-nodir.exp: Likewise.
881 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
882 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
883 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
884
885 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
886
887 * break-interp.exp (test_ld): Use two separate gdb_expect statements
888 for the "info files" test to avoid timeouts on slow machines.
889
890 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
891
892 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
893 (main): Make openlib dummy call.
894
895 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
898 * break-interp.exp (reach): Move the core body ...
899 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
900 (test_ld): Provide always real argument, even to the linker. Replace
901 dl_main by _dl_debug_state.
902
903 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 Fix results of prelinked PIEs on ppc*.
906 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
907 Accept also DISPLACEMENT "PRESENT".
908 (main): Replace "ZERO" displacements by "PRESENT".
909
910 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
911
912 * gdb.cp/oranking.exp: New test.
913 * gdb.cp/oranking.cc: New test program.
914
915 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
916
917 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
918 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
919
920 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
921
922 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
923 lush, lynx) New constant.
924 * gdb.base/constvars.exp: Test const array types.
925 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
926
927 2010-10-06 Doug Evans <dje@google.com>
928
929 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
930 of syscall staging area.
931
932 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
933
934 * gdb.base/gnu_vector.c: Add variable c4.
935 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
936 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
937
938 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
939
940 * gdb.arch/altivec-abi.exp: Fix a typo.
941
942 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
943
944 * lib/mi-support.exp (thread_selected_re): Correct pattern used
945 to match a thread ID.
946
947 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
948
949 Fix s390x testcase compatibility.
950 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
951
952 2010-10-01 Doug Evans <dje@google.com>
953
954 * lib/gdb-python.exp: New file.
955 * gdb.python/py-block.exp: Use it.
956 * gdb.python/py-breakpoint.exp: Ditto.
957 * gdb.python/py-frame.exp: Ditto.
958 * gdb.python/py-inferior.exp: Ditto.
959 * gdb.python/py-param.exp: Ditto.
960 * gdb.python/py-prettyprint.exp: Ditto.
961 * gdb.python/py-shared.exp: Ditto.
962 * gdb.python/py-symbol.exp: Ditto.
963 * gdb.python/py-symtab.exp: Ditto.
964 * gdb.python/py-type.exp: Ditto.
965 * gdb.python/py-value.exp: Ditto.
966 * gdb.python/python.exp: Ditto.
967
968 2010-09-30 Tom Tromey <tromey@redhat.com>
969
970 * gdb.base/anon.exp: New file.
971 * gdb.base/anon.c: New file.
972
973 2010-09-30 Tom Tromey <tromey@redhat.com>
974
975 * gdb.base/completion.exp: Test completion through anonymous
976 union.
977 * gdb.base/break1.c (struct some_struct): Add anonymous union.
978
979 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
980
981 Fix printing parameters of inlined functions.
982 * gdb.dwarf2/dw2-inline-param.exp: New file.
983 * gdb.dwarf2/dw2-inline-param-main.c: New file.
984 * gdb.dwarf2/dw2-inline-param.S: New file.
985
986 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
987
988 PR corefiles/12071.
989 * gdb.base/corefile.exp (quit with a process, no question: load core)
990 (quit with a core file): New tests.
991
992 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 Fix GDB crash on inferior calls with self-referencing classes.
995 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
996 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
997 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
998
999 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 Fix lost siginfo_t for inferior calls.
1002 * gdb.base/siginfo-infcall.exp: New file.
1003 * gdb.base/siginfo-infcall.c: New file.
1004
1005 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1006
1007 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1008
1009 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1010
1011 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1012 New test.
1013 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1014
1015 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1016
1017 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1018 type of our const type.
1019
1020 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1021
1022 * gdb.cp/pr12028.cc: New.
1023 * gdb.cp/pr12028.exp: New.
1024
1025 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1028
1029 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1030 Jan Kratochvil <jan.kratochvil@redhat.com>
1031
1032 PR mi/11407
1033 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1034 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1035 * gdb.mi/dw2-ref-missing-frame.S New File.
1036 * gdb.mi/dw2-ref-missing-frame.exp New File.
1037
1038 2010-09-14 Tom Tromey <tromey@redhat.com>
1039
1040 PR symtab/8399:
1041 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1042
1043 2010-09-14 Tom Tromey <tromey@redhat.com>
1044
1045 PR exp/11803:
1046 * gdb.threads/tls.exp: Use C++.
1047 (check_thread_local): Use K::another_thread_local.
1048 * gdb.threads/tls.c (class K): New.
1049 (another_thread_local): Now a member of K.
1050 (spin): Update. No longer K&R C.
1051
1052 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1053
1054 * gdb.cp/koenig.cc: created class for testing member lookup.
1055 * gdb.cp/koenig.exp: Added test for member lookup.
1056
1057 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1058
1059 Fix false FAILs on sourcetree topdir directory containing "kill".
1060 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1061 source line matching regexp.
1062
1063 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1064
1065 * gdb.python/python.exp (set height 0, collect help from uiout)
1066 (verify help to uiout): New tests.
1067
1068 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1069
1070 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1071 is_lp64_target to check 64bit target.
1072
1073 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1074
1075 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1076 (test_ld) <powerpc64-*>: New.
1077
1078 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1079
1080 * gdb.cp/templates.exp (test_template_args): Allow "struct".
1081
1082 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1083
1084 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1085 (FunctionArg::method): New function.
1086 (empty, arg): New variables.
1087 (main): Call arg.method.
1088 * gdb.cp/templates.exp (test_template_args): New function.
1089 (do_tests): Call it.
1090
1091 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1092
1093 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1094 of "next" to proceed over pthread_exit call.
1095
1096 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1097
1098 * gdb.base/maint.exp: Avoid wildcards against potentially very long
1099 "maint print statistics" output to prevent expect timeouts.
1100
1101 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1102
1103 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1104 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1105 (test_float_rejected): ... here.
1106 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1107 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1108 (test_float_rejected): ... here.
1109 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1110 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1111 (test_float_rejected): ... here.
1112 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1113 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1114 (test_float_rejected): ... here.
1115
1116 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1117
1118 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1119 before disabling hardware watchpoints.
1120 (test_inaccessible_watchpoint): Check that hardware watchpoints
1121 are used. Test for watchpoints on a constant address.
1122
1123 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1124
1125 * gdb.base/ui-redirect.exp: New file.
1126
1127 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1128 Joel Brobecker <brobecker@adacore.com>
1129
1130 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
1131
1132 2010-08-31 Doug Evans <dje@google.com>
1133
1134 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
1135
1136 2010-08-30 Tom Tromey <tromey@redhat.com>
1137
1138 PR python/11792:
1139 * gdb.python/py-value.exp (test_subscript_regression): Add
1140 dynamic_type test.
1141
1142 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
1143
1144 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
1145 instead of running to main. Do not test the main function.
1146 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
1147 Add new main.
1148
1149 2010-08-26 Pedro Alves <pedro@codesourcery.com>
1150
1151 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
1152 one test.
1153
1154 2010-08-24 Doug Evans <dje@google.com>
1155
1156 PR symtab/11942
1157 * gdb.dwarf2/dw4-sig-types.cc: New file.
1158 * gdb.dwarf2/dw4-sig-types.h: New file.
1159 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
1160 * gdb.dwarf2/dw4-sig-types.exp: New file.
1161
1162 2010-08-23 Tom Tromey <tromey@redhat.com>
1163
1164 PR python/11145:
1165 * gdb.python/py-value.c (Base, Derived): New types.
1166 (base): New global.
1167 * gdb.python/py-value.exp (test_subscript_regression): Add
1168 dynamic_cast test.
1169
1170 2010-08-23 Tom Tromey <tromey@redhat.com>
1171
1172 PR python/10676:
1173 * gdb.python/py-type.exp (test_fields): Add tests for type
1174 equality.
1175
1176 2010-08-23 Tom Tromey <tromey@redhat.com>
1177
1178 PR python/11915:
1179 * gdb.python/py-type.exp (test_fields): Add tests for array.
1180
1181 2010-08-23 Keith Seitz <keiths@redhat.com>
1182
1183 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
1184 have any children. Create a new abbrev for it.
1185 Add missing terminal sequence to .debug_abbrev.
1186
1187 2010-08-20 Keith Seitz <keiths@redhat.com>
1188
1189 PR symtab/11465:
1190 * gdb.dwarf2/pr11465.exp: New test.
1191 * gdb.dwarf2/pr11465.S: New file.
1192 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
1193 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
1194
1195 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
1196
1197 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
1198 registers. Update data sets with the new v2_double element in the
1199 VSX register union. Add vector_register3_vr data set for the AltiVec
1200 registers. Use gdb_test_no_output instead of send_gdb.
1201
1202 2010-08-19 Pedro Alves <pedro@codesourcery.com>
1203
1204 * gdb.python/py-shared.exp: New file, factored out from
1205 python.exp.
1206 * gdb.python/py-shared.c: New file.
1207 * gdb.python/py-shared-sl.c: New file.
1208 * gdb.python/python-1.c: New file.
1209 * gdb.python/python-sl.c: Delete.
1210 * gdb.python/python.c: Mention python-1.c.
1211 * gdb.python/python.exp: Move shared library tests to
1212 py-shared.exp.
1213 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
1214 (MISCELLANEOUS): New.
1215 (clean mostlyclean): Also remove $MISCELLANEOUS.
1216
1217 2010-08-19 Doug Evans <dje@google.com>
1218
1219 PR exp/11926
1220 * gdb.base/printcmds.exp (test_float_accepted): New function.
1221 Move existing float tests there. Add tests for floats with suffixes.
1222 (test_float_rejected): New function.
1223 * gdb.java/jv-print.exp (test_float_accepted): New function.
1224 (test_float_rejected): New function.
1225 * gdb.objc/print.exp: New file.
1226 * gdb.pascal/print.exp: New file.
1227 * lib/objc.exp: New file.
1228
1229 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1230
1231 * gdb.base/default.exp (info set): Avoid full buffer error and force
1232 reading up to final gdb prompt.
1233 (show): Likewise.
1234
1235 2010-08-18 Tom Tromey <tromey@redhat.com>
1236
1237 PR symtab/11919:
1238 * gdb.base/completion.exp: Add test.
1239
1240 2010-08-18 Doug Evans <dje@google.com>
1241
1242 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
1243 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
1244 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
1245 Simplify, early exit if runto_main fails.
1246 * gdb.fortran/exprs.exp: load_lib fortran.exp.
1247 (set_lang_fortran): Moved to lib/fortran.exp.
1248 * gdb.fortran/types.exp: load_lib fortran.exp.
1249 (set_lang_fortran): Moved to lib/fortran.exp.
1250 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
1251 * gdb.java/jprint.exp (set_lang_java): Ditto.
1252 * gdb.java/jv-exp.exp: load_lib java.exp.
1253 If set_lang_java fails, issue a warning instead of failure to be
1254 consistent with other set_lang_foo uses.
1255 (set_lang_java): Moved to lib/java.exp.
1256 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
1257 If set_lang_java fails, issue a warning instead of failure to be
1258 consistent with other set_lang_foo uses.
1259 * gdb.pascal/types.exp: load_lib pascal.exp.
1260 (set_lang_pascal): Moved to lib/pascal.exp.
1261 * lib/fortran.exp: New file.
1262 * lib/java.exp (set_lang_java): New function.
1263 * lib/pascal.exp (set_lang_pascal): New function.
1264
1265 2010-08-18 Yao Qi <yao@codesourcery.com
1266
1267 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
1268 func_nofb_start and func_loopfb_start, so that address of functions
1269 is equal to these labels on Thumb.
1270
1271 2010-08-18 Yao Qi <yao@codesourcery.com>
1272
1273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
1274 to reflect latest c source file.
1275
1276 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1277
1278 * gdb.cp/infcall-dlopen.exp: New file.
1279 * gdb.cp/infcall-dlopen.cc: New file.
1280 * gdb.cp/infcall-dlopen-lib.cc: New file.
1281
1282 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1283 Pedro Alves <pedro@codesourcery.com>
1284
1285 PR breakpoints/11371
1286
1287 * gdb.base/watch-cond-infcall.exp: New file.
1288 * gdb.base/watch-cond-infcall.c: New file.
1289
1290 2010-08-16 Tom Tromey <tromey@redhat.com>
1291
1292 * gdb.base/help.exp: Update.
1293 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
1294 watchpoint.
1295 (test_watch_location): New proc.
1296 (test_watchpoint_in_big_blob): Delete watchpoint.
1297 * gdb.base/watchpoint.c (func5): New function.
1298 (main): Call it.
1299
1300 2010-08-16 Doug Evans <dje@google.com>
1301
1302 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
1303
1304 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1305
1306 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
1307 tests.
1308
1309 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
1310
1311 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
1312 * gdb.base/gnu_vector.c: New File.
1313 * gdb.base/gnu_vector.exp: Likewise.
1314
1315 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1316
1317 * gdb.python/python.c: New File.
1318 * gdb.python/python-sl.c: New File.
1319 * gdb.python/python.exp: Test solib_address and decode_line
1320 * functions.
1321
1322 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 * gdb.python/python.exp (show height, set height 10)
1325 (verify pagination beforehand, verify pagination beforehand: q)
1326 (gdb.execute does not page, verify pagination afterwards)
1327 (verify pagination afterwards: q): New.
1328
1329 2010-08-02 Doug Evans <dje@google.com>
1330
1331 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
1332 because of an older gcc, change test2
1333 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
1334 to unsupported.
1335
1336 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
1337
1338 * gdb.base/break-always.exp: Do not expect full paths to file
1339 names.
1340 * gdb.base/commands.exp: Likewise.
1341
1342 2010-07-30 Doug Evans <dje@google.com>
1343
1344 * gdb.cp/temargs.exp: For new tests that require newer gccs,
1345 xfail them when run with older gccs.
1346
1347 * lib/gdb.exp (build_executable): Forward "c++" option to
1348 get_compiler_info.
1349
1350 * gdb.python/py-type.exp (test_template): Mark as xfail tests
1351 "python print ttype.template_argument(1)" and
1352 "python print isinstance(ttype.template_argument(1), gdb.Value)"
1353 if using gcc 4.4 or earlier.
1354
1355 * gdb.base/valgrind-db-attach.exp: Use unique test name for
1356 attach-to-debugger handling.
1357
1358 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1359
1360 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
1361 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
1362 (main): Use copyreloc.
1363 * gdb.base/prelink.exp (split debug of executable)
1364 (.dynbss vs. .bss address shift): New tests.
1365
1366 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1367
1368 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
1369 in gdb_test_multiple.
1370
1371 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1372
1373 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
1374 environment.
1375
1376 2010-07-28 Tom Tromey <tromey@redhat.com>
1377
1378 PR python/11060:
1379 * gdb.python/py-type.c (Temargs): New template.
1380 (temvar): New variable.
1381 * gdb.python/py-type.exp (test_template): New proc.
1382
1383 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1384
1385 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
1386 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
1387
1388 2010-07-28 Tom Tromey <tromey@redhat.com>
1389
1390 PR c++/9946:
1391 * gdb.cp/temargs.exp: New file.
1392 * gdb.cp/temargs.cc: New file.
1393
1394 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * gdb.base/help.exp (help disassemble): Update the content.
1397
1398 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * gdb.threads/ia64-sigill.exp: New file.
1401 * gdb.threads/ia64-sigill.c: New file.
1402
1403 2010-07-27 Tom Tromey <tromey@redhat.com>
1404
1405 * gdb.opt/inline-cmds.c (ATTR): New define.
1406 (func1): Use it.
1407 (func2): Likewise.
1408 (func3): Likewise.
1409 (outer_inline1): Likewise.
1410 (outer_inline2): Likewise.
1411 * gdb.opt/inline-bt.c (ATTR): New define.
1412 (func1): Use it.
1413 (func2): Likewise.
1414 * gdb.opt/inline-locals.c (ATTR): New define.
1415 (func1): Use it.
1416 (func2): Likewise.
1417
1418 2010-07-27 Tom Tromey <tromey@redhat.com>
1419
1420 * gdb.stabs/gdb11479.c (hack): New function.
1421 (test): Use it.
1422 (test2): Use it.
1423 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
1424 (int32_search_buf, int64_search_buf): No longer static.
1425 (x): Remove.
1426 * gdb.base/relocate.c (hack): New function.
1427
1428 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1429
1430 * gdb.python/py-value.exp (test_inferior_function_call): New function.
1431 * gdb.python/py-value.c (func1): New function.
1432 (func2): Likewise.
1433
1434 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
1435
1436 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
1437 as not to clash with .data section.
1438
1439 2010-07-26 Jerome Guitton <guitton@adacore.com>
1440
1441 * gdb.base/code_elim.exp: New file.
1442 * gdb.base/code_elim1.c: New file.
1443 * gdb.base/code_elim2.c: New file.
1444
1445 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1446
1447 PR symtab/11827
1448
1449 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
1450 (some_volatile_enum): New variable.
1451 * gdb.base/printcmds.exp (test_print_enums): New.
1452 <top level>: Call it.
1453
1454 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1455
1456 * gdb.cp/fpointer.cc: New test.
1457 * gdb.cp/fpointer.exp: New test.
1458
1459 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 * gdb.base/solib-nodir.exp: New file.
1462 * lib/gdb.exp (runto): New case for a GDB internal error.
1463
1464 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1465 Ulrich Weigand <uweigand@de.ibm.com>
1466 Tom Tromey <tromey@redhat.com>
1467
1468 * gdb.base/charset-malloc.c: New file.
1469 * gdb.base/charset.c (malloc_stub): New prototype.
1470 (main): Call it instead of malloc itself.
1471 * gdb.base/charset.exp: Use only prepare_for_testing.
1472 (binfile): Remove the variable.
1473
1474 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1475
1476 Make core files the process_stratum.
1477 * gdb.base/corefile.exp (run: load core again)
1478 (run: sanity check we see the core file, run: with core)
1479 (run: core file is cleared, attach: load core again)
1480 (attach: sanity check we see the core file, attach: with core)
1481 (attach: core file is cleared): New tests.
1482 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
1483
1484 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1485
1486 * gdb.arch/altivec-abi.exp: New tests.
1487
1488 2010-07-13 Tom Tromey <tromey@redhat.com>
1489
1490 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
1491 (main): Use it.
1492 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
1493
1494 2010-07-13 Tom Tromey <tromey@redhat.com>
1495
1496 * gdb.base/label.exp: New file.
1497 * gdb.base/label.c: New file.
1498
1499 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
1500 H.J. Lu <hongjiu.lu@intel.com>
1501
1502 * lib/gdb.exp (is_ilp32_target): New.
1503 (is_lp64_target): Likewise.
1504
1505 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
1506 target.
1507 * gdb.arch/amd64-disp-step.exp: Likewise.
1508 * gdb.arch/amd64-dword.exp: Likewise.
1509 * gdb.arch/amd64-i386-address.exp: Likewise.
1510 * gdb.arch/amd64-word.exp: Likewise.
1511
1512 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
1513 target.
1514 * gdb.arch/i386-bp_permanent.exp: Likewise.
1515 * gdb.arch/i386-byte.exp: Likewise.
1516 * gdb.arch/i386-disp-step.exp: Likewise.
1517 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1518 * gdb.arch/i386-prologue.exp: Likewise.
1519 * gdb.arch/i386-size-overlap.exp: Likewise.
1520 * gdb.arch/i386-size.exp: Likewise.
1521 * gdb.arch/i386-sse.exp: Likewise.
1522 * gdb.arch/i386-unwind.exp: Likewise.
1523 * gdb.arch/i386-word.exp: Likewise.
1524
1525 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
1526 test only when building 64-bit executables. Do not hard-code
1527 -m64 option.
1528
1529 2010-07-07 Doug Evans <dje@google.com>
1530
1531 * lib/gdb.exp (gdb_test_list_exact): New function.
1532 * gdb.base/default.exp (show convenience): Call it, add tests for
1533 $_sdata = void, $_thread = 0.
1534
1535 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1536 Joel Brobecker <brobecker@adacore.com>
1537
1538 Fix re-run of PIE executable, PR shlibs/11776.
1539 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
1540 Remove $displacement_main to match the solib-svr4.c change. New "kill"
1541 and re-"run" of the inferior.
1542
1543 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1544 Joel Brobecker <brobecker@adacore.com>
1545
1546 Cope with missing /usr/sbin/prelink.
1547 * lib/prelink-support.exp (prelink_no):
1548 <result == 1 && $output is "no such file or directory">: New.
1549 (prelink_yes): Likewise. Return on failed prelink_no.
1550
1551 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1552 Joel Brobecker <brobecker@adacore.com>
1553
1554 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
1555 build_executable by build_executable_own_libs. Replace "prelink -R"
1556 execution by a call of prelink_yes. Comment why "prelink -r" needs no
1557 change.
1558 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
1559 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
1560 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
1561 Replace build_executable by build_executable_own_libs's function
1562 build_executable_own_libs.
1563 (prelinkNO): Create new stub to call prelink_no.
1564 (prelinkYES): Create new stub to call prelink_yes.
1565 (test_attach): Rename calls of copy to file_copy.
1566 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
1567 (copy): Move to ...
1568 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
1569 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
1570 * gdb.base/prelink.exp: Disable testcase also for is_remote and
1571 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
1572 special flags by gdb_compile_shlib. Replace second gdb_compile by
1573 build_executable_own_libs. Replace "prelink -R" execution by a call of
1574 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
1575 a second call of prelink_yes. Replace restart commands by
1576 clean_restart.
1577 (prelink): Rename to ...
1578 (seen displacement message): ... this test. Extend its expectation
1579 strictness.
1580
1581 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
1584 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
1585 displacement message exactly once.
1586
1587 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1588 Joel Brobecker <brobecker@adacore.com>
1589
1590 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
1591 its restore after the <$relink_args != ""> loop. new comment.
1592
1593 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1594 Joel Brobecker <brobecker@adacore.com>
1595
1596 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
1597 code for it. New variable relink_args.
1598 (prelinkYES): Call prelinkNO.
1599 (test_attach): Accept new parameter relink_args. Re-prelink the binary
1600 in such case. Move the core code to ...
1601 (test_attach_gdb): ... a new function. Send GDB command "file".
1602 Extend expected "Attaching to " string.
1603
1604 2010-07-02 Tom Tromey <tromey@redhat.com>
1605
1606 * gdb.base/bitops.exp: Remove extraneous "pass".
1607
1608 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
1609
1610 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1611
1612 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1613
1614 * gdb.base/help.exp: Adjust expected output.
1615
1616 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1617
1618 * gdb.base/help.exp: Adjust expected output.
1619
1620 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
1623 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
1624 c++/11702.
1625
1626 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1627 Doug Evans <dje@google.com>
1628
1629 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
1630 add .dynamic entry'.
1631
1632 2010-06-29 Doug Evans <dje@google.com>
1633
1634 Test PR c++/11702.
1635 * gdb.cp/m-static.exp: Add testcase.
1636 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
1637
1638 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1639 Tom Tromey <tromey@redhat.com>
1640 Thiago Jung Bauermann <bauerman@br.ibm.com>
1641
1642 * gdb.python/py-inferior.c: New File.
1643 * gdb.python/py-infthread.c: New File.
1644 * gdb.python/py-inferior.exp: New File.
1645 * gdb.python/py-infthread.exp: New File.
1646
1647 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1648
1649 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
1650 (ptype ::C::OtherFileClass typedefs): New.
1651 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
1652 (C::OtherFileClass::cOtherFileClassVar2): New.
1653 (C::OtherFileClass::cOtherFileClassVar_use): Use also
1654 cOtherFileClassVar2.
1655 (C::cOtherFileType2, C::cOtherFileVar2): New.
1656 (C::cOtherFileVar_use): use also cOtherFileVar2.
1657 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
1658
1659 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1660
1661 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
1662 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
1663 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
1664 (print ::C::cOtherFileVar)
1665 (whatis C::OtherFileClass::cOtherFileClassType)
1666 (whatis ::C::OtherFileClass::cOtherFileClassType)
1667 (print C::OtherFileClass::cOtherFileClassVar)
1668 (print ::cOtherFileClassVar)
1669 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
1670 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
1671 trailing content.
1672 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
1673 (C::OtherFileClass::cOtherFileClassVar)
1674 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
1675 (C::cOtherFileVar, C::cOtherFileVar_use): New.
1676
1677 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1678
1679 Test PR c++/11703 and PR gdb/1448.
1680 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
1681 gdb/1448.
1682
1683 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1684
1685 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
1686 (main) <rtti_data>: New.
1687 * gdb.cp/virtbase.exp (print rtti_data): New.
1688
1689 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1690 Joel Brobecker <brobecker@adacore.com>
1691
1692 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
1693
1694 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
1697
1698 2010-06-28 Doug Evans <dje@google.com>
1699
1700 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
1701
1702 2010-06-27 Doug Evans <dje@google.com>
1703
1704 * gdb.cp/m-static.exp: Update expected test output.
1705
1706 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
1707
1708 * gdb.gdb/selftest.exp: Adjust expected message for
1709 capturing start-up runtime.
1710
1711 2010-06-25 Tom Tromey <tromey@redhat.com>
1712
1713 PR python/10808:
1714 * gdb.python/python.exp: Add new tests.
1715
1716 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
1717
1718 * gdb.cp/operator.cc: Created an import loop.
1719 * gdb.cp/operator.exp: Added testcase for import loop.
1720
1721 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 Test PR python/11407.
1724 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
1725 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
1726 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
1727 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
1728 executable_nofb and executable_fb. New variables srcsfile, objsfile,
1729 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
1730 binfile. Call gdb_compile with clean_restart twice.
1731 (func_nofb print, func_nofb backtrace, func_loopfb print)
1732 (func_loopfb backtrace): New.
1733
1734 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1735
1736 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
1737 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
1738 by a hand made one.
1739 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
1740 i?86 requirement. Remove variables srcfile and binfile. New variable
1741 sources, executable_nofb and executable_fb. Call prepare_for_testing.
1742
1743 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1744
1745 * gdb.cell/dwarfaddr.exp: New file.
1746 * gdb.cell/dwarfaddr.S: New file.
1747
1748 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 Test PR 9436.
1751 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
1752
1753 2010-06-24 Hui Zhu <teawater@gmail.com>
1754
1755 * gdb.base/eval.exp: New file.
1756
1757 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1758
1759 * gdb.cell/fork.exp: New file.
1760 * gdb.cell/fork.c: Likewise.
1761 * gdb.cell/fork-spu.c: Likewise.
1762
1763 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
1764
1765 * lib/gdb.exp (banned_variables_traced): New global variable.
1766 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
1767 (gdb_init): Use `trace add variable' instead of obsolete
1768 `trace variable'.
1769
1770 2010-06-21 Doug Evans <dje@google.com>
1771
1772 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
1773
1774 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1775
1776 * gdb.arch/spu-ls.exp: New file.
1777 * gdb.arch/spu-ls.c: Likewise.
1778
1779 2010-06-18 Stan Shebs <stan@codesourcery.com>
1780
1781 * gdb.threads/thread-specific.exp: Add tests of $_thread.
1782
1783 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1784
1785 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
1786 * gdb.base/watch-cond.exp: Likewise.
1787 * gdb.python/py-breakpoint.exp: Likewise.
1788
1789 2010-06-18 Pedro Alves <pedro@codesourcery.com>
1790
1791 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
1792 clean_restart, make sure every test has a distinct message, and
1793 that messages don't include the executable' full path.
1794
1795 2010-06-17 Doug Evans <dje@google.com>
1796
1797 * gdb.arch/i386-size.exp: Updated expected output for
1798 DISASSEMBLY_OMIT_FNAME.
1799
1800 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1801 Sergio Durigan Junior <sergiodj@redhat.com>
1802
1803 * gdb.base/watch-notconst.c: New file.
1804 * gdb.base/watch-notconst.S: New file.
1805 * gdb.base/watch-notconst2.c: New file.
1806 * gdb.base/watch-notconst2.S: New file.
1807 * gdb.base/watch-notconst.exp: New file.
1808 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
1809 (func4): Add operations on `global_ptr_ptr'.
1810 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
1811 routine to test watchpoints created with a constant expression.
1812 (test_inaccessible_watchpoint): Include tests for watchpoints
1813 created with a constant expression.
1814
1815 2010-06-14 Kevin Buettner <kevinb@redhat.com>
1816
1817 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
1818 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
1819 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
1820 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
1821 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
1822 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
1823 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
1824 of `_start'.
1825
1826 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1827
1828 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
1829 not supported on the target.
1830 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1831 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1832 * gdb.mi/mi-nsintrall.exp: Likewise.
1833 * gdb.mi/mi-nsmoribund.exp: Likewise.
1834 * gdb.mi/mi-nsthrexec.exp: Likewise.
1835
1836 2010-06-11 Stan Shebs <stan@codesourcery.com>
1837
1838 * gdb.base/permissions.exp: New file.
1839
1840 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1841
1842 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
1843 does not support ELF executable class.
1844
1845 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1846
1847 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
1848
1849 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1850
1851 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
1852 (runto): Catch "The target does not support running in non-stop mode.".
1853
1854 2010-06-11 Michael Snyder <msnyder@vmware.com>
1855
1856 * gdb.base/setshow.exp (set language asm): Don't use
1857 gdb_test_no_output, fails on some targets.
1858
1859 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1860
1861 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
1862 * gdb.cp/pr9167.exp: Likewise.
1863
1864 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1865
1866 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
1867
1868 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1869
1870 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
1871
1872 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1873
1874 * gdb.base/charset.c (main): Make sure malloc gets linked in.
1875
1876 2010-06-11 Tom Tromey <tromey@redhat.com>
1877
1878 PR gdb/9977, PR exp/11636::
1879 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
1880 (pieces_test_f6): Update expected output.
1881
1882 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1883
1884 * gdb.base/moribund-step.exp: New.
1885
1886 2010-06-08 Michael Snyder <msnyder@vmware.com>
1887
1888 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
1889 * gdb.ada/boolean_expr.exp:
1890 * gdb.ada/frame_args.exp: Ditto.
1891 * gdb.ada/lang_switch.exp: Ditto.
1892 * gdb.ada/ptype_arith_binop.exp: Ditto.
1893 * gdb.ada/ref_param.exp: Ditto.
1894 * gdb.ada/type_coercion.exp:Ditto.
1895
1896 * gdb.asm/asm-source.exp: Ditto.
1897
1898 * gdb.base/attach.exp: Ditto.
1899 * gdb.base/bitfields2.exp: Ditto.
1900 * gdb.base/call-signal-resume.exp: Ditto.
1901 * gdb.base/callfuncs.exp: Ditto.
1902 * gdb.base/commands.exp: Ditto.
1903 * gdb.base/dbx.exp: Ditto.
1904 * gdb.base/default.exp: Ditto.
1905 * gdb.base/dump.exp: Ditto.
1906 * gdb.base/exprs.exp: Ditto.
1907 * gdb.base/freebpcmd.exp: Ditto.
1908 * gdb.base/interrupt.exp: Ditto.
1909 * gdb.base/list.exp: Ditto.
1910 * gdb.base/long_long.exp: Ditto.
1911 * gdb.base/maint.exp: Ditto.
1912 * gdb.base/ptype.exp: Ditto.
1913 * gdb.base/return.exp: Ditto.
1914 * gdb.base/setshow.exp: Ditto.
1915 * gdb.base/sigbpt.exp: Ditto.
1916 * gdb.base/sigrepeat.exp: Ditto.
1917
1918 * gdb.cp/classes.exp: Ditto.
1919
1920 * gdb.dwarf2/dw2-restore.exp: Ditto.
1921
1922 * gdb.gdb/selftest.exp: Ditto.
1923
1924 * gdb.multi/base.exp: Ditto.
1925 * gdb.multi/bkpt-multi-exec.exp: Ditto.
1926
1927 * gdb.python/py-block.exp: Ditto.
1928 * gdb.python/py-prettyprint.exp: Ditto.
1929 * gdb.python/py-template.exp: Ditto.
1930
1931 * gdb.server/ext-attach.exp: Ditto.
1932 * gdb.server/ext-run.exp: Ditto.
1933 * gdb.server/server-mon.exp: Ditto.
1934
1935 * gdb.threads/fork-thread-pending.exp: Ditto.
1936 * gdb.threads/hand-call-in-threads.exp: Ditto.
1937 * gdb.threads/interrupted-hand-call.exp: Ditto.
1938 * gdb.threads/linux-dp.exp: Ditto.
1939 * gdb.threads/manythreads.exp: Ditto.
1940 * gdb.threads/print-threads.exp: Ditto.
1941 * gdb.threads/pthreads.exp: Ditto.
1942 * gdb.threads/schedlock.exp: Ditto.
1943 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1944 * gdb.threads/threadapply.exp: Ditto.
1945
1946 2010-06-08 Michael Snyder <msnyder@vmware.com>
1947
1948 * gdb.ada/exec_changed.exp:
1949 Use ".*" instead of "" as wildcard regexp.
1950
1951 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
1952 * gdb.base/call-ar-st.exp: Ditto.
1953 * gdb.base/checkpoint.exp: Ditto.
1954 * gdb.base/default.exp: Ditto.
1955 * gdb.base/dump.exp: Ditto.
1956 * gdb.base/ending-run.exp: Ditto.
1957 * gdb.base/fileio.exp: Ditto.
1958 * gdb.base/miscexprs.exp: Ditto.
1959 * gdb.base/pointers.exp: Ditto.
1960 * gdb.base/readline.exp: Ditto.
1961 * gdb.base/reread.exp: Ditto.
1962 * gdb.base/restore.exp: Ditto.
1963 * gdb.base/shlib-call.exp: Ditto.
1964 * gdb.base/valgrind-db-attach.exp: Ditto.
1965 * gdb.base/volatile.exp: Ditto.
1966 * gdb.base/watchpoints.exp: Ditto.
1967
1968 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
1969
1970 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
1971 * gdb.python/py-value.exp: Ditto.
1972
1973 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
1974 * gdb.trace/circ.exp: Ditto.
1975 * gdb.trace/collection.exp: Ditto.
1976 * gdb.trace/packetlen.exp: Ditto.
1977 * gdb.trace/passc-dyn.exp: Ditto.
1978 * gdb.trace/report.exp: Ditto.
1979 * gdb.trace/tfile.exp: Ditto.
1980 * gdb.trace/tfind.exp: Ditto.
1981 * gdb.trace/while-dyn.exp: Ditto.
1982
1983 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1984
1985 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
1986
1987 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 Test PR 10640.
1990 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
1991
1992 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1993
1994 * gdb.cp/koenig.exp: Test for ADL operators.
1995 * gdb.cp/koenig.cc: Added ADL operators.
1996 * gdb.cp/operator.exp: New test.
1997 * gdb.cp/operator.cc: New test.
1998
1999 2010-06-04 Michael Snyder <msnyder@vmware.com>
2000
2001 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2002 * gdb.base/pending.exp: Ditto.
2003
2004 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2005
2006 2010-06-04 Doug Evans <dje@google.com>
2007
2008 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2009 disabled printers.
2010 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2011 (enable_lookup_function): New function.
2012
2013 2010-06-04 Tom Tromey <tromey@redhat.com>
2014
2015 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2016 of hash and id.
2017
2018 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2021 newline.
2022 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2023 (empty verbose non-noisy clear, empty verbose noisy clear)
2024 (empty non-verbose noisy clear): Likewise.
2025
2026 2010-06-03 Michael Snyder <msnyder@vmware.com>
2027
2028 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2029 * gdb.base/display.exp: Ditto.
2030 * gdb.base/find.exp: Ditto.
2031 * gdb.base/ifelse.exp: Ditto.
2032 * gdb.base/multi-forks.exp: Ditto.
2033 * gdb.base/recurse.exp: Ditto.
2034 * gdb.base/setshow.exp: Ditto.
2035 * gdb.base/value-double-free.exp: Ditto.
2036 * gdb.base/watch-vfork.exp: Ditto.
2037 * gdb.base/watch_thread_num.exp: Ditto.
2038 * gdb.base/watchpoint-solib.exp: Ditto.
2039 * gdb.base/watchpoint.exp: Ditto.
2040 * gdb.base/watchpoints.exp: Ditto.
2041
2042 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2043 * gdb.cp/overload.exp: Ditto.
2044 * gdb.cp/virtfunc.exp: Ditto.
2045
2046 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2047
2048 * gdb.reverse/watch-precsave.exp:
2049 Replace gdb_test with gdb_test_no_output.
2050
2051 * gdb.threads/attach-into-signal.exp:
2052 Replace gdb_test with gdb_test_no_output.
2053 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2054 * gdb.threads/watchthreads.exp: Ditto.
2055 * gdb.threads/watchthreads2.exp: Ditto.
2056
2057 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2058 * gdb.trace/tfind.exp: Ditto.
2059
2060 2010-06-03 Joel Brobecker <brobecker@adacore.com>
2061
2062 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2063 successful test if message is the empty string.
2064
2065 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2066
2067 * gdb.fortran/module.exp (stopped language detection): New test.
2068
2069 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2070
2071 Support DW_TAG_module as separate namespaces.
2072 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2073 gdb.fortran/library-module-lib.f90: New.
2074 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2075 (print i): Remove.
2076 (continue to breakpoint: i-is-1, print var_i value 1)
2077 (continue to breakpoint: i-is-2, print var_i value 2)
2078 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2079 (print var_d, print var_i value 14, ptype modmany, complete `modm)
2080 (complete `modmany, complete `modmany`, complete `modmany`var)
2081 (show language, setting breakpoint at module): New tests.
2082 * gdb.fortran/module.f90 (module mod): Remove.
2083 (module mod1, module mod2, module modmany, subroutine sub1)
2084 (subroutine sub2, program module): New.
2085
2086 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2087
2088 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2089 (print value of rUC, print value of rI, print value of UI): ... here.
2090 * gdb.cp/anon-union.exp (pass): Rename to ...
2091 (print z 2): ... here.
2092
2093 2010-06-02 Michael Snyder <msnyder@vmware.com>
2094
2095 * gdb.trace/actions.exp: Use gdb_test_no_output.
2096 * gdb.trace/circ.exp: Ditto.
2097 * gdb.trace/packetlen.exp: Ditto.
2098 * gdb.trace/save-trace.exp: Ditto.
2099 * gdb.trace/tracecmd.exp: Ditto.
2100 * gdb.trace/tsv.exp: Ditto.
2101
2102 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2103 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2104 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2105 * gdb.threads/manythreads.exp: Ditto.
2106 * gdb.threads/print-threads.exp: Ditto.
2107 * gdb.threads/pthreads.exp: Ditto.
2108 * gdb.threads/schedlock.exp: Ditto.
2109 * gdb.threads/staticthreads.exp: Ditto.
2110 * gdb.threads/thread-specific.exp: Ditto.
2111 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2112 * gdb.threads/threadapply.exp: Ditto.
2113 * gdb.threads/watchthreads.exp: Ditto.
2114 * gdb.threads/watchthreads2.exp: Ditto.
2115
2116 * gdb.python/py-block.exp: Use gdb_test_no_output.
2117 * gdb.python/py-prettyprint.exp: Ditto.
2118 * gdb.python/py-template.exp: Ditto.
2119 * gdb.python/py-value.exp: Ditto.
2120
2121 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2122 * gdb.reverse/watch-reverse.exp: Ditto.
2123
2124 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2125 * gdb.server/ext-run.exp: Ditto.
2126
2127 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
2128 * gdb.dwarf2/dw2-compressed.exp: Ditto.
2129 * gdb.dwarf2/dw2-intercu.exp: Ditto.
2130 * gdb.dwarf2/dw2-intermix.exp: Ditto.
2131 * gdb.dwarf2/dw2-producer.exp: Ditto.
2132 * gdb.dwarf2/mac-fileno.exp: Ditto.
2133
2134 * gdb.gdb/observer.exp: Use gdb_test_no_output.
2135 * gdb.gdb/selftest.exp: Ditto.
2136
2137 * gdb.multi/base.exp: Use gdb_test_no_output.
2138
2139 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
2140
2141 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
2144
2145 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2146
2147 * gdb.cp/class2.exp: Use gdb_test_no_output.
2148 * gdb.cp/classes.exp: Ditto.
2149 * gdb.cp/extern-c.exp: Ditto.
2150 * gdb.cp/inherit.exp: Ditto.
2151 * gdb.cp/maint.exp: Ditto.
2152 * gdb.cp/mb-inline.exp: Ditto.
2153 * gdb.cp/mb-templates.exp: Ditto.
2154 * gdb.cp/method2.exp: Ditto.
2155 * gdb.cp/misc.exp: Ditto.
2156 * gdb.cp/ovldbreak.exp: Ditto.
2157 * gdb.cp/punctuator.exp: Ditto.
2158 * gdb.cp/templates.exp: Ditto.
2159 * gdb.cp/virtbase.exp: Ditto.
2160
2161 * gdb.threads/attach-stopped.exp:
2162 Replace uses of send_gdb / gdb_expect.
2163 * gdb.threads/attachstop-mt.exp:
2164 Replace uses of send_gdb / gdb_expect.
2165 * gdb.threads/gcore-thread.exp:
2166 Replace uses of send_gdb / gdb_expect.
2167 * gdb.threads/hand-call-in-threads.exp:
2168 Replace uses of send_gdb / gdb_expect.
2169 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
2170 * gdb.threads/print-threads.exp:
2171 Replace uses of send_gdb / gdb_expect.
2172 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
2173 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
2174 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
2175
2176 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
2177 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
2178 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
2179 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
2180 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
2181 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
2182 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
2183 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
2184 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
2185 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
2186 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
2187
2188 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2189
2190 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
2191
2192 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2193
2194 * gdb.cp/koenig.exp: Added new test case.
2195 * gdb.cp/koenig.cc: Ditto.
2196
2197 2010-06-01 Michael Snyder <msnyder@vmware.com>
2198
2199 * gdb.base/arithmet.exp: Use gdb_test_no_output.
2200 * gdb.base/arrayidx.exp: Ditto.
2201 * gdb.base/attach.exp: Ditto.
2202 * gdb.base/auxv.exp: Ditto.
2203 * gdb.base/bigcre.exp: Ditto.
2204 * gdb.base/break-always.exp: Ditto.
2205 * gdb.base/break-interp.exp: Ditto.
2206 * gdb.base/break.exp: Ditto.
2207 * gdb.base/breakpoint-shadow.exp: Ditto.
2208 * gdb.base/call-ar-st.exp: Ditto.
2209 * gdb.base/call-sc.exp: Ditto.
2210 * gdb.base/call-signal-resume.exp: Ditto.
2211 * gdb.base/callfuncs.exp: Ditto.
2212 * gdb.base/catch-syscall.exp: Ditto.
2213 * gdb.base/charset.exp: Ditto.
2214 * gdb.base/code-expr.exp: Ditto.
2215 * gdb.base/commands.exp: Ditto.
2216 * gdb.base/cond-expr.exp: Ditto.
2217 * gdb.base/condbreak.exp: Ditto.
2218 * gdb.base/cursal.exp: Ditto.
2219 * gdb.base/cvexpr.exp: Ditto.
2220 * gdb.base/default.exp: Ditto.
2221 * gdb.base/del.exp: Ditto.
2222 * gdb.base/detach.exp: Ditto.
2223 * gdb.base/display.exp: Ditto.
2224 * gdb.base/ena-dis-br.exp: Ditto.
2225 * gdb.base/eval-skip.exp: Ditto.
2226 * gdb.base/foll-fork.exp: Ditto.
2227 * gdb.base/foll-vfork.exp: Ditto.
2228 * gdb.base/frame-args.exp: Ditto.
2229 * gdb.base/funcargs.exp: Ditto.
2230 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2231 * gdb.base/gdbvars.exp: Ditto.
2232 * gdb.base/help.exp: Ditto.
2233 * gdb.base/ifelse.exp: Ditto.
2234 * gdb.base/included.exp: Ditto.
2235 * gdb.base/list.exp: Ditto.
2236 * gdb.base/macscp.exp: Ditto.
2237 * gdb.base/maint.exp: Ditto.
2238 * gdb.base/multi-fork.exp: Ditto.
2239 * gdb.base/overlays.exp: Ditto.
2240 * gdb.base/page.exp: Ditto.
2241 * gdb.base/pending.exp: Ditto.
2242 * gdb.base/pointers.exp: Ditto.
2243 * gdb.base/pr11022.exp: Ditto.
2244 * gdb.base/prelink.exp: Ditto.
2245 * gdb.base/printcmds.exp: Ditto.
2246 * gdb.base/psymtab.exp: Ditto.
2247 * gdb.base/randomize.exp: Ditto.
2248 * gdb.base/relational.exp: Ditto.
2249 * gdb.base/relocate.exp: Ditto.
2250 * gdb.base/remote.exp: Ditto.
2251 * gdb.base/sepdebug.exp: Ditto.
2252 * gdb.base/set-lang-auto.exp: Ditto.
2253 * gdb.base/setshow.exp: Ditto.
2254 * gdb.base/setvar.exp: Ditto.
2255 * gdb.base/signals.exp: Ditto.
2256 * gdb.base/signull.exp: Ditto.
2257 * gdb.base/sigstep.exp: Ditto.
2258 * gdb.base/sizeof.exp: Ditto.
2259 * gdb.base/solib-disc.exp: Ditto.
2260 * gdb.base/store.exp: Ditto.
2261 * gdb.base/structs.exp: Ditto.
2262 * gdb.base/structs2.exp: Ditto.
2263 * gdb.base/subst.exp: Ditto.
2264 * gdb.base/term.exp: Ditto.
2265 * gdb.base/trace-commands.exp: Ditto.
2266 * gdb.base/unwindonsignal.exp: Ditto.
2267 * gdb.base/valgrind-db-attach.exp: Ditto.
2268 * gdb.base/varargs.exp: Ditto.
2269 * gdb.base/watch-cond.exp: Ditto.
2270 * gdb.base/watch_thread_num.exp: Ditto.
2271 * gdb.base/watchpoint-cond-gone.exp: Ditto.
2272 * gdb.base/watchpoint.exp: Ditto.
2273 * gdb.base/whatis-exp.exp: Ditto.
2274
2275 2010-06-01 Michael Snyder <msnyder@vmware.com>
2276
2277 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
2278 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
2279 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
2280 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
2281 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
2282 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
2283 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
2284 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
2285 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
2286 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
2287 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
2288 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
2289 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
2290 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
2291 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
2292
2293 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 * gdb.base/commands.exp (begin commands on watch): Remove excessive
2296 trailing newline.
2297 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
2298 * gdb.java/jmisc.exp (p *args\n): Rename to ...
2299 (p *args): ... here and remove excessive trailing newline.
2300
2301 2010-05-31 Joel Brobecker <brobecker@adacore.com>
2302
2303 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
2304
2305 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 Accept the new Linux kernel "t (tracing stop)" string.
2308 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
2309 Update comment.
2310 (state_wait) <T (tracing stop)>: New.
2311 (main): Update the state_wait expect string.
2312
2313 2010-05-28 Pedro Alves <pedro@codesourcery.com>
2314
2315 * limits.c, limits.exp: Delete files.
2316 * Makefile.in (clean mostlyclean): Adjust.
2317 * tracecmd.exp: Adjust.
2318
2319 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * gdb.base/tui-layout.exp: New.
2322
2323 2010-05-28 Michael Snyder <msnyder@vmware.com>
2324
2325 * gdb.reverse/break-precsave.exp:
2326 Replace uses of send_gdb / gdb_expect.
2327 * gdb.reverse/break-reverse.exp:
2328 Replace uses of send_gdb / gdb_expect.
2329 * gdb.reverse/consecutive-precsave.exp:
2330 Replace uses of send_gdb / gdb_expect.
2331 * gdb.reverse/consecutive-reverse.exp:
2332 Replace uses of send_gdb / gdb_expect.
2333 * gdb.reverse/finish-precsave.exp:
2334 Replace uses of send_gdb / gdb_expect.
2335 * gdb.reverse/finish-reverse.exp:
2336 Replace uses of send_gdb / gdb_expect.
2337 * gdb.reverse/i386-precsave.exp:
2338 Replace uses of send_gdb / gdb_expect.
2339 * gdb.reverse/i386-reverse.exp:
2340 Replace uses of send_gdb / gdb_expect.
2341 * gdb.reverse/i386-sse-reverse.exp:
2342 Replace uses of send_gdb / gdb_expect.
2343 * gdb.reverse/i387-env-reverse.exp:
2344 Replace uses of send_gdb / gdb_expect.
2345 * gdb.reverse/i387-stack-reverse.exp:
2346 Replace uses of send_gdb / gdb_expect.
2347 * gdb.reverse/machinestate-precsave.exp:
2348 Replace uses of send_gdb / gdb_expect.
2349 * gdb.reverse/machinestate.exp:
2350 Replace uses of send_gdb / gdb_expect.
2351 * gdb.reverse/sigall-precsave.exp:
2352 Replace uses of send_gdb / gdb_expect.
2353 * gdb.reverse/sigall-reverse.exp:
2354 Replace uses of send_gdb / gdb_expect.
2355 * gdb.reverse/solib-precsave.exp:
2356 Replace uses of send_gdb / gdb_expect.
2357 * gdb.reverse/solib-reverse.exp:
2358 Replace uses of send_gdb / gdb_expect.
2359 * gdb.reverse/step-precsave.exp:
2360 Replace uses of send_gdb / gdb_expect.
2361 * gdb.reverse/step-reverse.exp:
2362 Replace uses of send_gdb / gdb_expect.
2363 * gdb.reverse/until-precsave.exp:
2364 Replace uses of send_gdb / gdb_expect.
2365 * gdb.reverse/until-reverse.exp:
2366 Replace uses of send_gdb / gdb_expect.
2367 * gdb.reverse/watch-precsave.exp:
2368 Replace uses of send_gdb / gdb_expect.
2369 * gdb.reverse/watch-reverse.exp:
2370 Replace uses of send_gdb / gdb_expect.
2371
2372 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2373
2374 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
2375 excessive newline.
2376
2377 2010-05-27 Michael Snyder <msnyder@vmware.com>
2378
2379 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
2380 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
2381 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
2382 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
2383 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
2384 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
2385 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
2386 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
2387 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
2388 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
2389 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
2390 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
2391 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
2392 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
2393 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
2394 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
2395 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
2396 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
2397 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
2398
2399 2010-05-26 Michael Snyder <msnyder@vmware.com>
2400
2401 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
2402 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
2403
2404 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
2405 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
2406 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
2407
2408 * gdb.reverse/consecutive-reverse.exp:
2409 Replace uses of send_gdb / gdb_expect.
2410 * gdb.reverse/consecutive-precsave.exp:
2411 Replace uses of send_gdb / gdb_expect.
2412
2413 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
2414 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
2415 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
2416 * gdb.mi/mi-ns-stale-regcache.exp:
2417 Replace uses of send_gdb / gdb_expect.
2418 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
2419 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
2420 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
2421 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
2422 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
2423 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
2424 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
2425 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
2426 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
2427
2428 2010-05-26 Michael Snyder <msnyder@vmware.com>
2429
2430 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
2431
2432 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
2433
2434 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
2435 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
2436 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
2437 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
2438 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
2439 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
2440 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
2441 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
2442 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
2443
2444 2010-05-25 Tom Tromey <tromey@redhat.com>
2445
2446 * gdb.base/macscp.exp: Add missing space after setup_kfail.
2447
2448 2010-05-25 Tom Tromey <tromey@redhat.com>
2449
2450 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
2451 argument order.
2452 * gdb.base/macscp.exp: Fix setup_kfail argument order.
2453 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
2454 order.
2455 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
2456 order.
2457 * gdb.base/call-sc.exp (setup_kfails): Remove.
2458 (setup_compiler_kfails): Remove.
2459 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
2460 argument order.
2461 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
2462 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
2463 (advancei): Fix setup_kfail argument order.
2464 * gdb.base/radix.exp: Fix setup_kfail argument order.
2465 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
2466 order.
2467 * gdb.base/structs.exp (setup_kfails): Remove.
2468 (setup_compiler_kfails): Fix setup_kfail argument order.
2469 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
2470 order.
2471 * gdb.java/jmain.exp: Fix setup_kfail argument order.
2472 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
2473 setup_kfail argument order.
2474 * gdb.cp/overload.exp: Fix setup_kfail argument order.
2475
2476 2010-05-25 Tom Tromey <tromey@redhat.com>
2477
2478 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
2479
2480 2010-05-25 Michael Snyder <msnyder@vmware.com>
2481
2482 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
2483 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
2484 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
2485 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
2486 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
2487 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
2488 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
2489 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
2490 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
2491 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
2492 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
2493 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
2494 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
2495 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
2496 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
2497 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
2498 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
2499 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
2500 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
2501 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
2502 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
2503 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
2504 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
2505 * gdb.base/default.exp: Replace send_gdb with gdb_test.
2506 * gdb.base/define.exp: Replace send_gdb with gdb_test.
2507 * gdb.base/display.exp: Replace send_gdb with gdb_test.
2508 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
2509 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
2510 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
2511 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
2512 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
2513 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
2514 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
2515 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
2516 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
2517 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
2518 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
2519 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
2520 * gdb.base/help.exp: Replace send_gdb with gdb_test.
2521 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
2522 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
2523 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
2524 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
2525 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
2526 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
2527 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
2528 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
2529 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
2530
2531 2010-05-25 Doug Evans <dje@google.com>
2532
2533 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
2534 gdb.string_to_argv.
2535
2536 2010-05-21 Tom Tromey <tromey@redhat.com>
2537
2538 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
2539 Call it.
2540 * gdb.dwarf2/pieces.S: Update.
2541 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
2542
2543 2010-05-21 Tom Tromey <tromey@redhat.com>
2544
2545 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
2546 Call it.
2547 * gdb.dwarf2/pieces.c (struct C): New.
2548 (f6): New function.
2549 * gdb.dwarf2/pieces.S: Replace.
2550
2551 2010-05-21 Tom Tromey <tromey@redhat.com>
2552
2553 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
2554 Call it.
2555
2556 2010-05-21 Tom Tromey <tromey@redhat.com>
2557
2558 * gdb.dwarf2.pieces.exp: New file.
2559 * gdb.dwarf2.pieces.S: New file.
2560 * gdb.dwarf2.pieces.c: New file.
2561
2562 2010-05-20 Pedro Alves <pedro@codesourcery.com>
2563 Joel Brobecker <brobecker@adacore.com>
2564
2565 * lib/gdb.exp (gdb_test_no_output): New function.
2566 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
2567 when testing commands that should produce no output.
2568
2569 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
2572 parameter that we want to watch being a constant.
2573
2574 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.ada/cond_lang: New testcase.
2577
2578 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2579
2580 * lib/gdb.exp (banned_variables): New variable/constant.
2581 (gdb_init): Add write trace on variables listed in banned_variables.
2582 (gdb_finish): Remove write traces on variables listed in
2583 banned_variables.
2584
2585 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2586
2587 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
2588 * gdb.cp/koenig.exp: Likewise.
2589
2590 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
2591
2592 PR python/11482
2593
2594 * gdb.python/py-value.exp (test_value_hash): New function.
2595
2596 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2597
2598 PR exp/11530.
2599 * gdb.base/gdb11530.c: New file.
2600 * gdb.base/gdb11530.exp: New file.
2601
2602 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
2605 * gdb.dwarf2/dw2-modula2-self-type.S: New.
2606
2607 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2608
2609 * gdb.cp/koenig.exp: New test.
2610 * gdb.cp/koenig.cc: New test program.
2611
2612 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2613
2614 Remove the use of prms_id and bug_id throughout the testsuite.
2615
2616 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2617
2618 PR exp/11349.
2619 * testsuite/gdb.cp/ref-types.exp: Add test to examine
2620 use a reference local variable.
2621
2622 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
2625 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
2626 variable different_dir. Move debugfile into a full directory pathname
2627 under DIFFERENT_DIR.
2628 * lib/gdb.exp (separate_debug_filename): Remove.
2629 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
2630 variable debug_dir and mkdir of it. Update function comments.
2631
2632 2010-04-29 Pedro Alves <pedro@codesourcery.com>
2633
2634 PR gdb/11557
2635
2636 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
2637 files.
2638
2639 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2640
2641 * gdb.python/py-param.exp: New File.
2642
2643 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2644
2645 * gdb.base/default.exp: Fix "set language" test.
2646
2647 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
2648
2649 PR breakpoints/11531.
2650 * gdb.base/gdb11531.c: New file.
2651 * gdb.base/gdb11531.exp: New file.
2652
2653 2010-04-26 Tom Tromey <tromey@redhat.com>
2654
2655 * gdb.base/completion.exp: Add tests for completion and deprecated
2656 commands.
2657
2658 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
2661 (print /x char_array): Escape curly brackets.
2662
2663 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 Fix deadlock on looped list of loaded shared objects.
2666 * gdb.base/solib-corrupted.exp: New.
2667
2668 2010-04-23 Doug Evans <dje@google.com>
2669
2670 * gdb.python/py-section-script.c: New file.
2671 * gdb.python/py-section-script.exp: New file.
2672 * gdb.python/py-section-script.py: New file.
2673
2674 2010-04-20 Chris Moller <cmoller@redhat.com>
2675
2676 PR 10179
2677
2678 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
2679 * gdb.base/pr10179-a.c:
2680 * gdb.base/pr10179-b.c:
2681 * gdb.base/pr10179.exp: New files.
2682
2683 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 Fix crashes on dangling display expressions.
2686 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
2687 is SEP.
2688 (lib_flags): Remove the "debug" keyword.
2689 (libsepdebug): New variable for iterating new loop.
2690 (save_pf_prefix): New variable wrapping the loop.
2691 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
2692 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
2693
2694 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2695
2696 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
2697
2698 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2699
2700 PR stabs/11479.
2701 * gdb.stabs/gdb11479.exp: New file.
2702 * gdb.stabs/gdb11479.c: New file.
2703
2704 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2705
2706 * gdb.base/charset.c (Strin16, String32): New variables.
2707 * gdb.base/charset.exp (gdb_test): Test correct display
2708 of 16 or 32 bit strings.
2709
2710 2010-04-21 Chris Moller <cmoller@redhat.com>
2711
2712 PR 9167
2713 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
2714 * gdb.cp/pr9167.cc: New file.
2715 * gdb.cp/pr9167.exp: New file.
2716
2717
2718 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2719
2720 PR pascal/11492.
2721 * gdb.pascal/gdb11492.pas: New file.
2722 * gdb.pascal/gdb11492.exp: New file.
2723
2724 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2725
2726 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
2727
2728 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2729
2730 * gdb.ada/dyn_loc: New testcase.
2731
2732 2010-04-20 Chris Moller <cmoller@redhat.com>
2733
2734 PR 10867
2735
2736 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
2737 * gdb.cp/pr10687.cc: New file.
2738 * gdb.cp/pr10687.exp: New file.
2739
2740
2741 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2742 Sergio Durigan Junior <sergiodj@redhat.com>
2743
2744 * gdb.fortran/logical.exp: New testcase.
2745 * gdb.fortran/logical.f90: New file.
2746
2747 2010-04-19 Doug Evans <dje@google.com>
2748
2749 * gdb.base/help.exp (help source): Update expected output.
2750
2751 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2752
2753 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
2754 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
2755 gdb_exit and return.
2756 (executable): New variable.
2757 (binfile): Use it.
2758
2759 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2760
2761 PR breakpoints/8554.
2762
2763 * gdb.trace/save-trace.exp: Adjust.
2764
2765 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2766
2767 PR corefiles/11511
2768 * gdb.arch/system-gcore.exp: New.
2769 * gdb.arch/gcore.c: Likewise.
2770
2771 2010-04-15 Doug Evans <dje@google.com>
2772
2773 * gdb.python/py-progspace.c: New file.
2774 * gdb.python/py-progspace.exp: New file.
2775
2776 * gdb.base/source.exp: Add tests for "source -s".
2777
2778 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2779
2780 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
2781 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
2782 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
2783 * gdb.python/py-mi.exp: New test for to_string returning None.
2784
2785 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
2786
2787 * gdb.python/py-breakpoint.c: Make result global.
2788
2789 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 Fix non-GNU make compatibility.
2792 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
2793
2794 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2795
2796 * gdb.python/py-breakpoint.exp: New File.
2797 * gdb.python/py-breakpoint.C: Ditto.
2798
2799 2010-04-08 Stan Shebs <stan@codesourcery.com>
2800
2801 * gdb.trace/actions.exp: Clear default-collect.
2802 * gdb.trace/save-trace.exp: Clear default-collect.
2803
2804 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
2805
2806 * gdb.python/py-value: Add null string variable.
2807 (test_lazy_string): Test zero length, NULL address lazy
2808 strings.
2809
2810 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2811
2812 * gdb.arch/i386-avx.c: New.
2813 * gdb.arch/i386-avx.exp: Likewise.
2814
2815 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
2816
2817 2010-04-06 Doug Evans <dje@google.com>
2818
2819 * gdb.base/source-test.gdb: New file.
2820 * gdb.base/source.exp: Test source -v.
2821
2822 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2823
2824 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
2825
2826 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
2827
2828 * gdb.stabs/aout.sed: Convert all backslash to double backslash
2829 within one line, unless it is followed by a double quote.
2830 * gdb.stabs/hppa.sed: Idem.
2831 * gdb.stabs/weird.def: Add char and String constants
2832 * gdb.stabs/weird.exp: Check for correct parsing of
2833 char and string constants.
2834 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
2835 in .stabs to .stabx substitution.
2836
2837 2010-04-05 Stan Shebs <stan@codesourcery.com>
2838
2839 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
2840 constant global.
2841 * gdb.trace/tfile.exp: Try to print them.
2842
2843 2010-04-04 Stan Shebs <stan@codesourcery.com>
2844
2845 * gdb.base/completion.exp: Update for new "info watchpoints".
2846 * gdb.base/default.exp: Ditto.
2847 * gdb.base/help.exp: Ditto.
2848 * gdb.base/watchpoint.exp: Ditto.
2849 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
2850
2851 2010-04-04 Stan Shebs <stan@codesourcery.com>
2852
2853 * gdb.trace/tfile.exp: Sharpen tfind test.
2854
2855 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.base/break-entry.exp: New.
2858
2859 2010-04-02 Hui Zhu <teawater@gmail.com>
2860 Michael Snyder <msnyder@vmware.com>
2861
2862 * gdb.reverse/i386-sse-reverse.exp: New file.
2863 * gdb.reverse/i386-sse-reverse.c: New file.
2864
2865 2010-04-02 Pedro Alves <pedro@codesourcery.com>
2866
2867 * gdb.trace/tfind.exp: Adjust expected disassembly output.
2868
2869 2010-04-01 Stan Shebs <stan@codesourcery.com>
2870
2871 * gdb.trace/actions.exp: Tweak expected output.
2872 * gdb.trace/while-stepping.exp: Tweak expected output.
2873
2874 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
2875
2876 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
2877
2878 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2879
2880 * gdb.base/commands.exp: Adjust.
2881 * gdb.cp/extern-c.exp: Adjust.
2882
2883 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2884
2885 * gdb.trace/collection.c (local_test_func): Define a local struct,
2886 and instanciate it.
2887
2888 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2889
2890 * gdb.trace/collection.exp (gdb_collect_args_test)
2891 (gdb_collect_argarray_test): XFAIL the tests that assume the
2892 argarray argument's elements are collected.
2893
2894 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2895
2896 * gdb.dwarf2/dw2-bad-parameter-type.exp,
2897 gdb.dwarf2/dw2-bad-parameter-type.S: New.
2898
2899 2010-03-31 Stan Shebs <stan@codesourcery.com>
2900
2901 * gdb.trace/save-trace.exp: Test save/restore of default-collect
2902 and tracepoint conditionals.
2903 (gdb_verify_tracepoints): Delete unused return.
2904
2905 2010-03-26 Keith Seitz <keiths@redhat.com>
2906
2907 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
2908 appear in the output before main.
2909 Remove KFAIL for gdb/2215 aka bz 9320.
2910
2911 2010-03-30 Doug Evans <dje@google.com>
2912
2913 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
2914 by dejagnu.
2915 * gdb.arch/amd64-dword.exp: Ditto.
2916
2917 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
2918 match.
2919 (break printf): Ditto.
2920
2921 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
2922
2923 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
2924 gcc < 4.4.
2925 * gdb.cp/shadow.exp: Ditto.
2926
2927 2010-03-29 Pedro Alves <pedro@codesourcery.com>
2928
2929 * gdb.trace/collection.exp (run_trace_experiment): Make sure
2930 "tstart" is silent.
2931
2932 2010-03-29 Pedro Alves <pedro@codesourcery.com>
2933
2934 * gdb.trace/collection.exp (executable): New.
2935 (binfile): Use it.
2936 (fpreg, spreg, pcreg): New.
2937 (test_register): Use gdb_test_multiple. Pass /x to print.
2938 (prepare_for_trace_test): New.
2939 (run_trace_experiment): Use "continue", not gdb_run_cmd.
2940 (gdb_collect_args_test, gdb_collect_argstruct_test)
2941 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
2942 prepare_for_trace_test.
2943 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
2944 fpreg, spreg and pcreg.
2945 (gdb_collect_expression_test, gdb_collect_globals_test): Use
2946 prepare_for_trace_test.
2947 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
2948 try to detect tracing support here. Don't set breakpoints at
2949 `begin' or `end' here.
2950 <global scope>: Use clean_restart. Run to main before checking
2951 for tracing support. Check for for tracing support here.
2952
2953 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
2956 " as $displacement" to "seen displacement message".
2957
2958 2010-03-28 Pedro Alves <pedro@codesourcery.com>
2959
2960 * gdb.trace/while-dyn.exp (executable): New variable.
2961 (binfile): Use it.
2962 (test_while_stepping): New function. Move most tests here. Call
2963 it once for each of the while-stepping, stepping and ws aliases.
2964
2965 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2966
2967 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
2968 that do not provide the tagless_struct type name at all.
2969 (test_print_anon_union): Do not check value of uninitialized
2970 union member. Do not use cp_test_ptype_class, so we can accept
2971 "long" as well as "long int".
2972
2973 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2974
2975 * gdb.trace/tfile.c (tohex, bin2hex): New.
2976 (write_error_trace_file): Hexify error description.
2977
2978 2010-03-25 Stan Shebs <stan@codesourcery.com>
2979
2980 * gdb.trace/tfile.c: Generate an additional trace file, improve
2981 portability.
2982 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
2983 files in a better way.
2984
2985 2010-03-25 Keith Seitz <keiths@redhat.com>
2986
2987 * gdb.java/jprint.exp: XFAIL printing of static class members
2988 because of GCC debuginfo problem.
2989
2990 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
2993
2994 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2995
2996 * gdb.base/completion.exp: Allow long instead of long int.
2997 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
2998 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
2999 variable p.
3000 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3001 * gdb.base/pointers.exp: Allow long instead of long int.
3002 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3003 * gdb.base/step-line.exp: Allow a directory before the source file name.
3004
3005 2010-03-24 Tom Tromey <tromey@redhat.com>
3006
3007 PR breakpoints/9352:
3008 * gdb.base/default.exp: Update.
3009 * gdb.base/commands.exp: Update.
3010 * gdb.cp/extern-c.exp: Test setting commands on multiple
3011 breakpoints at once.
3012
3013 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3014
3015 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3016 if gdb,nosignals.
3017 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3018 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3019 exited".
3020
3021 2010-03-24 Stan Shebs <stan@codesourcery.com>
3022
3023 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3024
3025 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3026
3027 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3028 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3029 argument. Handle "short" and "long".
3030 (Top level): Pass overprototyped output for old_fptr and xptr.
3031
3032 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3033
3034 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3035 format strings and add casts to avoid compiler warnings.
3036
3037 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3038
3039 * lib/trace-support.exp (gdb_trace_setactions):
3040 Don't expect whitespace after ">" prompt.
3041 * gdb.trace/actions.exp: Adjust for output changes.
3042 * gdb.trace/while-stepping.exp: Likewise.
3043
3044 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3047 and r157645).
3048
3049 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3052 New.
3053
3054 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3055
3056 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3057 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3058
3059 2010-03-19 Stan Shebs <stan@codesourcery.com>
3060
3061 * gdb.trace/ax.exp: New file.
3062
3063 2010-03-19 Doug Evans <dje@google.com>
3064
3065 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3066 output from gcc.
3067
3068 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3069 named /usr/sbin/prelink<foo>.
3070
3071 2010-03-18 Stan Shebs <stan@codesourcery.com>
3072
3073 * gdb.trace/circ.exp: Test circular-trace-buffer.
3074 * gdb.trace/tfile.exp: Update tstatus test.
3075
3076 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3077
3078 * gdb.dwarf2/dw2-anonymous-func.S: New file.
3079 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3080
3081 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3082
3083 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3084
3085 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3086
3087 * gdb.base/default.exp: Adjust the expected output of the finish
3088 and until commands when the inferior is not being run.
3089
3090 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3091
3092 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3093 * gdb.cp/nsusing.exp: Ditto.
3094
3095 2010-03-15 Tom Tromey <tromey@redhat.com>
3096
3097 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3098 * gdb.cp/userdef.cc (operator==): New function.
3099 (main): New locals mem1, mem2.
3100
3101 2010-03-15 Jie Zhang <jie@codesourcery.com>
3102
3103 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3104 Declare and use new loadtimeout variable.
3105
3106 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3109 Use gdb_load later.
3110
3111 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3112
3113 * gdb.base/solib-disc.c (main): Make format of fprintf a string
3114 literal. Add missing endlines to prints to stderr.
3115
3116 2010-03-12 Tom Tromey <tromey@redhat.com>
3117
3118 PR c++/9708:
3119 * gdb.cp/m-static.exp: Add regression test.
3120 * gdb.cp/m-static.cc (method): New method.
3121 (main): Call it.
3122
3123 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3124
3125 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3126 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
3127
3128 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3129
3130 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
3131
3132 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3133
3134 * lib/gdb.exp (skip_stl_tests): New.
3135 (gdb_compile): Symbian needs -ldl.
3136 (shlib_target_file): New.
3137 (shlib_symbol_file): New.
3138 (gdb_load_shlibs): Use shlib_target_file.
3139 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
3140 * gdb.cp/exception.exp: Use skip_stl_tests.
3141 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
3142 * gdb.cp/try_catch.exp: Use skip_stl_tests.
3143 * gdb.cp/mb-templates.exp: Ditto.
3144 * gdb.base/commands.exp: Relax regexes.
3145 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
3146 shlib_target_file and shlib_symbol_file.
3147 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
3148 sections.
3149 * gdb.base/ending-run.exp: Accept E32Main for symbian.
3150 * gdb.base/solib-disc.exp: Use
3151 shlib_target_file and shlib_symbol_file.
3152 * gdb.base/unload.exp: Don't skip on symbian. Use
3153 shlib_target_file and shlib_symbol_file.
3154 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
3155
3156 2010-03-12 Pedro Alves <pedro@codesourcery.com>
3157
3158 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
3159 * gdb.trace/report.exp: Adjust for x86 and x86_64.
3160 Issue a tfind end before looking for a tracepoint frame.
3161 * gdb.trace/tfind.exp: Adjust tstatus output.
3162 Adjust disassembly output.
3163 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
3164
3165 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 * gdb.base/break-interp.exp: Create new displacement parameter value
3168 for the test_ld calls.
3169 (reach): New parameter displacement, verify its content. New push of
3170 pf_prefix "reach-$func:". Import global expect_out.
3171 (test_core): New parameter displacement, verify its content. New push
3172 of pf_prefix "core:". New command "set verbose on". Import global
3173 expect_out.
3174 (test_attach): New parameter displacement, verify its content. New
3175 push of pf_prefix "attach:". New command "set verbose on". Import
3176 global expect_out.
3177 (test_ld): New parameter displacement, pass it to the reach, test_core
3178 and test_attach calls and verify its content in the "ld.so exit" test.
3179 * gdb.base/prelink.exp: Remove gdb_exit and final return.
3180 (prelink): Update expected text, use gdb_test.
3181
3182 2010-03-10 Doug Evans <dje@google.com>
3183
3184 * gdb.base/checkpoint.exp: Fix comment.
3185 Lengthen timeout while doing >600 checkpoints test.
3186 Rename duplicate "kill all one" test to keep test names unique.
3187
3188 2010-03-10 Pedro Alves <pedro@codesourcery.com>
3189
3190 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
3191
3192 2010-03-08 Keith Seitz <keiths@redhat.com>
3193
3194 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
3195 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
3196 (dm_type_long): New function.
3197 (dm_type_unsigned_short): New function.
3198 (dm_type_unsigned_long): New function.
3199 (myint): New typedef.
3200 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
3201 long, unsigned shor and long, operator char*, and typedef.
3202 (test_lookup_operator_functions): Add operator char* test.
3203 (test_paddr_operator_functions): Likewise.
3204 (test_paddr_overloaded_functions): Use probe values for
3205 short, long, and unsigned short and long.
3206 (test_paddr_hairy_functions): If the demangler probe detected
3207 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
3208 demangler.
3209 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
3210 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
3211 and "print null_pmf".
3212 Add test "ptype a.*pmf".
3213 * gdb.cp/overload.exp: Allow optional "int" to appear with
3214 "short" and "long".
3215 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
3216 long expect value for men_overload1arg.
3217 Allow "int" to appear with "short" and "long".
3218 When testing "info break", add argument for main (void).
3219 Also allow "int" to appear with "short" and "long".
3220 Ditto with "unsigned" and "long long".
3221 * gdb.java/jmain.exp: Do not enclose methods names in single
3222 quotes.
3223 * gdb.java/jmisc.exp: Likewise.
3224 * gdb.java/jprint.exp: Likewise.
3225 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
3226
3227 From Jan Kratochvil <jan.kratochvil@redhat.com>:
3228 * gdb.cp/exception.exp (backtrace after first throw)
3229 (backtrace after second throw): Allow a namespace before __cxa_throw.
3230 (backtrace after first catch, backtrace after second catch): Allow
3231 a namespace before __cxa_begin_catch.
3232
3233 * gdb.cp/cpexprs.exp: New file.
3234 * gdb.cp/cpexprs.cc: New file.
3235
3236 From Daniel Jacobowitz <dan@codesourcery.com>
3237 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
3238 to use string_to_regexp.
3239 (ctor, dtor): New functions. Use them to match constructor
3240 and destructor function types.
3241 (Top level): Use runto_main.
3242
3243 2010-03-05 Tom Tromey <tromey@redhat.com>
3244
3245 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
3246 gdb.target_charset.
3247 (pp_ns.to_string): Likewise.
3248
3249 2010-03-04 Keith Seitz <keiths@redhat.com>
3250
3251 * gdb.cp/overload.exp: Test that the filename portion of a linespec
3252 can be quoted. Test that both the filename and function/line
3253 portions can be quoted at the same time.
3254
3255 2010-03-04 Pedro Alves <pedro@codesourcery.com>
3256
3257 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
3258
3259 2010-03-03 Doug Evans <dje@google.com>
3260
3261 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
3262 libc contains libpthread.
3263
3264 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
3265 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
3266 of gdb_compile. Add another pattern to match android backtrace.
3267
3268 2010-03-03 Tom Tromey <tromey@redhat.com>
3269
3270 PR gdb/11345:
3271 * gdb.base/printcmds.exp (test_printf): Add test.
3272
3273 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
3274
3275 * gdb.arch/amd64-byte.exp: New.
3276 * gdb.arch/amd64-dword.exp: Likewise.
3277 * gdb.arch/amd64-pseudo.c: Likewise.
3278 * gdb.arch/amd64-word.exp: Likewise.
3279 * gdb.arch/i386-byte.exp: Likewise.
3280 * gdb.arch/i386-pseudo.c: Likewise.
3281 * gdb.arch/i386-word.exp: Likewise.
3282
3283 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3284
3285 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
3286 types. Add structreg, bitfields, and flags registers.
3287 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
3288 registers.
3289
3290 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3291
3292 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
3293 (load_description): Set architecture if defined.
3294
3295 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3296
3297 * gdb.python/py-frame.exp: Add read_var block tests.
3298 * gdb.python/py-frame.c (block): New function.
3299
3300 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3301 Daniel Jacobowitz <dan@codesourcery.com>
3302
3303 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
3304
3305 2010-02-25 David S. Miller <davem@davemloft.net>
3306
3307 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
3308 fix logic for setting all_syscalls_numbers.
3309
3310 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3311
3312 * Makefile.in: Add py-block and py-symbol.
3313 * gdb.python/py-symbol.exp: New File.
3314 * gdb.python/py-symtab.exp: New File.
3315 * gdb.python/py-block.exp: New File.
3316 * gdb.python/py-symbol.c: New File.
3317 * gdb.python/py-block.c: New File.
3318
3319 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3320
3321 PR python/11314
3322 * lib/gdb.exp (skip_python_tests): New function.
3323 * gdb.python/py-cmd.exp: Use skip_python_tests.
3324 * gdb.python/py-frame.exp: Likewise.
3325 * gdb.python/py-function.exp: Likewise.
3326 * gdb.python/py-prettyprint.exp: Likewise.
3327 * gdb.python/py-template.exp: Likewise.
3328 * gdb.python/py-type.exp: Likewise.
3329 * gdb.python/py-value.exp: Likewise.
3330
3331 2010-02-22 Pedro Alves <pedro@codesourcery.com>
3332
3333 PR9605
3334
3335 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
3336
3337 2010-02-19 Tom Tromey <tromey@redhat.com>
3338
3339 PR c++/8693, PR c++/9496:
3340 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
3341 regression tests.
3342
3343 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 Fix compatibility with m68k as.
3346 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
3347 Use only /* comments */.
3348
3349 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3350
3351 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
3352 * configure: Regenerate.
3353
3354 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 * gdb.python/py-type.exp: Check for Python support.
3357
3358 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3359
3360 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
3361 `regsub' syntax available.
3362
3363 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3364
3365 * gdb.base/shmain.c (main): Remove printf call.
3366 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
3367 * gdb.base/unload.c (main): Make format of fprintf a string
3368 literal. Add missing endlines to prints to stderr.
3369 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
3370
3371 2010-02-17 Tom Tromey <tromey@redhat.com>
3372
3373 * gdb.java/jprint.java (jprint.props): New field.
3374 * gdb.java/jprint.exp (set_lang_java): Add regression test.
3375
3376 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3377
3378 * gdb.base/charset.exp: Don't assume new `regsub' syntax
3379 available.
3380
3381 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3382
3383 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
3384 creation to support remote host testing.
3385
3386 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3387
3388 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
3389 Recognize "command not found".
3390
3391 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3392
3393 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
3394 single-stepping.
3395
3396 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3397
3398 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
3399 if arguments are not supported.
3400
3401 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3402
3403 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
3404 be const or non-const.
3405
3406 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3407
3408 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
3409 mi_send_resuming_command to send -exec-continue.
3410
3411 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3412
3413 * gdb.base/list.exp (test_list_filename_and_function): Add test
3414 with single quotes.
3415 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
3416 matching.
3417 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
3418 Add KFAIL'd tests for PR gdb/11289.
3419
3420 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3421
3422 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
3423
3424 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3425
3426 * gdb.base/comp-dir/subdir/dummy.txt: New file.
3427 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
3428 a temporary directory.
3429
3430 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3431
3432 * gdb.base/charset.exp: Use a single regular expression to match
3433 show host-charset and show target-charset output.
3434
3435 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3436
3437 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
3438 "Illegal process-id" expect string more exact.
3439 (attach to digits-starting nonsense is prohibited): New.
3440
3441 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3442
3443 * gdb.base/prelink.exp (set verbose on): New.
3444
3445 2010-02-12 Tomas Holmberg <th@virtutech.com>
3446
3447 * mi-reverse.exp: New file. Test for reverse option to the
3448 following MI commands: exec-continue, exec-finish, exec-next,
3449 exec-step, exec-next-instruction, exec-step-instruction.
3450
3451 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3452
3453 * gdb.ada/ptype_tagged_param: New testcase.
3454
3455 2010-02-08 Tom Tromey <tromey@redhat.com>
3456
3457 PR c++/8017:
3458 * gdb.cp/overload.exp: Add tests.
3459 * gdb.cp/overload.cc (struct K): New.
3460 (namespace N): New.
3461 (main): Call new functions.
3462 (K::staticoverload): Define.
3463
3464 2010-02-08 Chris Moller <moller@mollerware.com>
3465
3466 PR gdb/10728
3467 * gdb.cp/pr10728-x.h: New file.
3468 * gdb.cp/pr10728-x.cc: New file.
3469 * gdb.cp/pr10728-y.cc: New file.
3470 * gdb.cp/pr10728.exp: New file.
3471 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
3472
3473 2010-02-08 Chris Moller <moller@mollerware.com>
3474
3475 PR gdb/9067
3476 * gdb.cp/pr9067.exp: New
3477 * gdb.cp/pr9067.cc: New
3478 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
3479
3480 2010-02-08 Joel Brobecker <brobecker@adacore.com>
3481
3482 * lib/gdb.exp (gdb_test_timeout): New global variable.
3483 Set it to timeout if not already set.
3484 (gdb_init): Reset the value of timeout to gdb_test_timeout.
3485
3486 2010-02-05 Doug Evans <dje@google.com>
3487
3488 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
3489 user.
3490
3491 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
3492
3493 PR c++/7935:
3494 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
3495
3496 2010-02-04 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.cp/virtbase.exp: Make test case names unique.
3499
3500 2010-02-02 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.cp/virtbase.exp: Add regression tests.
3503 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
3504 (main): Instantiate RHC.
3505
3506 2010-02-02 Tom Tromey <tromey@redhat.com>
3507
3508 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
3509 type-printing change.
3510
3511 2010-02-02 Tom Tromey <tromey@redhat.com>
3512
3513 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3514 * gdb.cp/virtbase.cc: New file.
3515 * gdb.cp/virtbase.exp: New file.
3516 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
3517
3518 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 PR libc/11214:
3521 * gdb.threads/current-lwp-dead.c: Include features.h.
3522 (HAS_NOMMU): New.
3523 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
3524
3525 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 * gdb.base/symbol-without-target_section.exp,
3528 gdb.base/symbol-without-target_section.c: New.
3529
3530 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3531
3532 * gdb.base/bigcore.exp: Reset increased timeout.
3533 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
3534
3535 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3536
3537 * gdb.base/gcore.exp (capture_command_output): Use
3538 gdb_test_multiple.
3539
3540 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3541
3542 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
3543 * gdb.arch/thumb2-it.exp (test_it_break): New function.
3544 (Top level): Call it.
3545
3546 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3547
3548 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
3549
3550 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3551
3552 * gdb.base/call-strs.exp, gdb.base/default.exp,
3553 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
3554 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
3555 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
3556 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
3557 gdb.base/watchpoint-solib.exp: Save and restore timeout.
3558 * gdb.base/ending-run.exp: Correct restore of timeout.
3559 * gdb.base/page.exp: Remove unnecessary timeout setting.
3560
3561 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3562
3563 * gdb.ada/rec_return: New testcase.
3564
3565 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.ada/call_pn: New testcase.
3568
3569 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3570
3571 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
3572 (Top level): Use it to resume.
3573 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
3574 the Thumb mode displaced stepping error as unsupported.
3575
3576 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
3577
3578 * gdb.cp/nsusing.exp: Added more tests.
3579 * gdb.cp/nsrecurs.exp: Ditto.
3580 * gdb.cp/nsusing.cc: Added test functions.
3581 * gdb.cp/nsrecurs.cc: Ditto.
3582
3583 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3584
3585 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
3586 absolute directory pathnames in gdb.sum file.
3587
3588 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
3589
3590 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
3591 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
3592
3593 2010-01-26 Tom Tromey <tromey@redhat.com>
3594
3595 PR exp/7643:
3596 * gdb.base/printcmds.exp (test_print_string_constants): Remove
3597 setup_kfail.
3598
3599 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
3600
3601 * gdb.cp/nsrecurs.exp: New test.
3602 * gdb.cp/nsrecurs.cc: New test program.
3603 * gdb.cp/nsstress.exp: New test.
3604 * gdb.cp/nsstress.cc: New test program.
3605 * gdb.cp/nsdecl.exp: New test.
3606 * gdb.cp/nsdecl.cc: New test program.
3607
3608 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3609
3610 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
3611 imported into file scope.
3612 Marked test as xfail.
3613 * gdb.cp/namespace-using.cc (marker5): New function.
3614 * gdb.cp/shadow.exp: New test.
3615 * gdb.cp/shadow.cc: New test program.
3616 * gdb.cp/nsimport.exp: New test.
3617 * gdb.cp/nsimport.cc: New test program.
3618
3619 2010-01-25 Tom Tromey <tromey@redhat.com>
3620
3621 PR gdb/11049:
3622 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
3623 with "set print null-stop on".
3624
3625 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3626
3627 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
3628 Adjust it for DISASSEMBLY_OMIT_FNAME.
3629
3630 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3631
3632 PR symtab/11199:
3633 * gdb.dwarf2/member-ptr-forwardref.exp,
3634 gdb.dwarf2/member-ptr-forwardref.S: New.
3635
3636 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
3639 (thread1_func): Protect thread1_tid with thread1_tid_cond by
3640 thread1_tid_mutex. Remove gdbstop_mutex handling.
3641 (thread2_func): Protect thread2_tid with thread2_tid_cond by
3642 thread2_tid_mutex. Remove gdbstop_mutex handling.
3643 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
3644 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
3645 pthread_cond_wait conditionalizations by while loops.
3646
3647 2010-01-20 Tom Tromey <tromey@redhat.com>
3648
3649 PR backtrace/10770:
3650 * gdb.dwarf2/pr10770.exp: New file.
3651 * gdb.dwarf2/pr10770.c: New file.
3652 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
3653
3654 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
3655
3656 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
3657 that target was removed, and the test always runs native anyway.
3658
3659 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
3662 gdb.base/watchpoint-cond-gone-stripped.c: New.
3663
3664 2010-01-19 Tom Tromey <tromey@redhat.com>
3665
3666 PR c++/8000:
3667 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
3668 existing tests.
3669 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
3670 (main): Use AAA::SomeEnum.
3671
3672 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3673
3674 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
3675 (test_ignore_count): Declare line_callme_body global.
3676 (run to breakpoint with ignore count): Use line_callme_body.
3677 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
3678 (set line_main_hello, set line_main_return): Reindent.
3679 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
3680 New.
3681 (continue to callee4): Use line_callee4_body.
3682 (check *stopped from CLI command): Use line_callee4_next.
3683 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
3684 (set line_main_hello, set line_main_return): Reindent.
3685 (set line_callee4_head, set line_callee4_body): New.
3686 (continue to callee4): Use line_callee4_body.
3687
3688 2010-01-18 Tom Tromey <tromey@redhat.com>
3689
3690 PR c++/9680:
3691 * gdb.cp/casts.cc: Add new classes and variables.
3692 * gdb.cp/casts.exp: Test new operators.
3693
3694 2010-01-18 Tom Tromey <tromey@redhat.com>
3695 Thiago Jung Bauermann <bauerman@br.ibm.com>
3696
3697 * gdb.python/source2.py: New file.
3698 * gdb.python/source1: New file.
3699 * gdb.python/python.exp: Test "source" command.
3700
3701 2010-01-15 Stan Shebs <stan@codesourcery.com>
3702
3703 * gdb.trace/tfile.c: New file.
3704 * gdb.trace/tfile.exp: New file.
3705
3706 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
3709
3710 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
3713
3714 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
3717 (libfunc): New parameter action. Implement also selectable "sleep".
3718 * gdb.base/break-interp-main.c: Include assert.h.
3719 (libfunc): New parameter action.
3720 (main): New parameters argc and argv. Assert argc. Pass argv.
3721 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
3722 (test_attach): New proc.
3723 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
3724 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
3725
3726 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 * gdb.base/break-interp.exp (test_core): New proc.
3729 (test_ld): Call it.
3730
3731 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3732
3733 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
3734 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
3735 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
3736 and gdb_compile_shlib. Use new -Wl compiler options.
3737 (dl bt, main bt): New tests.
3738
3739 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Support PIEs with no symfile_objfile.
3742 * gdb.base/break-interp.exp: New argument at the test_ld calls.
3743 (test_ld): New parameter trynosym.
3744 (test_ld <$trynosym>): New block.
3745
3746 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 * gdb.base/break-interp.exp: New file.
3749
3750 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3751
3752 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
3753 * gdb.python/py-prettyprint.py (pp_ls): New printer.
3754 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
3755 test.
3756 * gdb.python/py-prettyprint.c: Define lazystring test structure.
3757 * gdb.python/py-mi.exp: Add lazy string test.
3758
3759 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3760
3761 * lib/mi-support.exp (mi_check_thread_states): Handle
3762 core number in thread listing.
3763
3764 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.base/maint.exp: Adjust the expected output for the
3767 "maint print type" test. Use gdb_test_multiple instead of
3768 gdb_sent/gdb_expect.
3769
3770 2010-01-11 Doug Evans <dje@google.com>
3771
3772 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
3773 from gdbserver_download. All callers updated.
3774
3775 * gdb.server/ext-run.exp: "info os processes" requires xml support.
3776
3777 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 Implement binary numbers parsing.
3780 * gdb.base/printcmds.exp (test_integer_literals_accepted)
3781 (test_integer_literals_rejected): New binary tests.
3782
3783 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3784
3785 * gdb.cell/configure: Regenerate.
3786
3787 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 * gdb.base/corefile.exp: Move the core finding block out and call it as
3790 core_find, new variable $corefile, replace corefile by $corefile and
3791 [file tail $corefile] for usage vs. test names resp.
3792 * lib/gdb.exp (core_find): Move it as a new function here. New
3793 parameter binfile and deletefiles. New variable $destcore. Pre-delete
3794 $destcore. Return "" on error.
3795
3796 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3797
3798 Workaround PR binutils/10802.
3799 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
3800 (twice).
3801
3802 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
3805
3806 2010-01-08 Joel Brobecker <brobecker@adacore.com>
3807
3808 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
3809 call, to avoid interruption.
3810
3811 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 * gdb.stabs/weird.def (args93): New.
3814
3815 2010-01-07 Doug Evans <dje@google.com>
3816
3817 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
3818
3819 2010-01-07 Tom Tromey <tromey@redhat.com>
3820
3821 * gdb.base/source.exp: Use correct line number.
3822
3823 2010-01-05 Stan Shebs <stan@codesourcery.com>
3824
3825 * gdb.trace/tracecmd.exp: Test ftrace.
3826
3827 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3828
3829 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
3830
3831 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3832
3833 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
3834 "uint_for_mi_testing".
3835
3836 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3837
3838 Test indented comment in file being sourced.
3839 * gdb.base/commands.exp: Test indented comment in file being sourced.
3840
3841 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3842
3843 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
3844 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
3845 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
3846 notice.
3847
3848 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3849
3850 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
3851 notice.
3852
3853 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3854
3855 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
3856 missing $after_stopped and comma (,) expectation.
3857
3858 2009-12-31 Stan Shebs <stan@codesourcery.com>
3859
3860 * gdb.trace/actions.exp: Test teval action.
3861
3862 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3863
3864 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
3865 (top level): Call test_watchpoint_in_big_blob.
3866 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
3867 watchpoints.
3868 (func3): Write to buf.
3869
3870 2009-12-29 Stan Shebs <stan@codesourcery.com>
3871
3872 * gdb.trace/actions.exp: Test default-collect.
3873
3874 2009-12-28 Stan Shebs <stan@codesourcery.com>
3875
3876 * gdb.trace/tsv.exp: New file.
3877 * gdb.base/completion.exp: Update ambiguous info output.
3878
3879 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 * gdb.base/find.c (main): Reference search buffers.
3882 * gdb.base/included.c (main): Reference integer.
3883 * gdb.base/ptype.c (charfoo): Declare.
3884 (intfoo): Call charfoo.
3885 * gdb.base/scope0.c (useitp): New function.
3886 (usestatics): Use useitp.
3887 (useit): Add a type for val.
3888 * gdb.base/scope1.c (useit1): Take a pointer argument.
3889 (usestatics1): Update calls to useit1.
3890 * gdb.cp/call-c.cc: Declare foo.
3891 (main): Call foo.
3892 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
3893 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
3894 (main): Call C::ensureRefs and ensureOtherRefs.
3895 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
3896 variables.
3897 (ensureOtherRefs): New function.
3898 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
3899 * gdb.cp/templates.cc (main): Call t5i.value.
3900
3901 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 Fix compatibility with G++-4.5.
3904 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
3905 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
3906 (uncaught return): Remove.
3907
3908 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3909 Phil Muldoon <pmuldoon@redhat.com>
3910
3911 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
3912 (bp_location13, bp_location14, bp_location17, bp_location18)
3913 (marker3_proto, marker4_proto): New variables.
3914 (breakpoint info): Update output.
3915 (run until breakpoint at marker3, run until breakpoint at marker4): New
3916 tests.
3917
3918 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
3921 Replace the printf call of Y by provided "y-set-1" label. New block
3922 for the second shared library.
3923 * gdb.base/unload.exp: Compile also the second library, call
3924 gdb_load_shlibs also for it. Use now gdb_breakpoint.
3925 (single pending breakpoint info): Rename to ...
3926 (pending breakpoint info before run): ... this extended test.
3927 (libfile2, libname2, libsrcfile2, libsrc2)
3928 (lib_sl2): New variables.
3929 (exec_opts): Set also SHLIB_NAME2.
3930 (pending breakpoint info on first run at shrfunc1)
3931 (pending breakpoint info on second run at shrfunc1)
3932 (pending breakpoint info on second run at shrfunc2)
3933 (print y from libfile, print y from libfile2): New tests.
3934 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
3935 * gdb.base/unloadshr2.c: New.
3936
3937 2009-12-22 Hui Zhu <teawater@gmail.com>
3938
3939 * gdb.reverse/sigall-reverse.exp: Adjust.
3940
3941 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3942
3943 PR gdb/10884
3944
3945 * gdb.mi/var-cmd.c (do_bitfield_tests): New
3946 (main): Call do_bitfield_tests.
3947 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
3948
3949 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3950
3951 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
3952 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
3953 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
3954 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
3955 gdb.modula2/unbounded1.c: Update copyright header.
3956
3957 2009-12-10 Chris Moller <moller@mollerware.com>
3958
3959 PR gdb/9399
3960 * gdb.cp/virtfunc2.exp: New tests
3961 * gdb.cp/virtfunc2.cc: New tests
3962 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
3963
3964 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
3965
3966 * gdb.reverse/i387-env-reverse.c: New file.
3967 * gdb.reverse/i387-env-reverse.exp: New file.
3968 * gdb.reverse/i387-stack-reverse.c: New file.
3969 * gdb.reverse/i387-stack-reverse.exp: New file.
3970
3971 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3972
3973 * gdb.python/py-type.exp (test_range): New test.
3974
3975 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
3976
3977 PR python/10805
3978
3979 * gdb.python/py-type.exp: New file.
3980 * gdb.python/py-type.c: New file.
3981 * Makefile.in: Add py-type.
3982
3983 2009-12-03 Tom Tromey <tromey@redhat.com>
3984
3985 * gdb.python/py-value.exp (test_parse_and_eval): New
3986 function.
3987
3988 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
3989
3990 PR gdb/11022
3991
3992 * gdb.base/pr11022.exp: New test.
3993 * gdb.base/pr11022.c: New test.
3994
3995 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 Fix spurious false FAILs.
3998 * gdb.base/structs.c (chartest): New.
3999 (main): Fill-in chartest.
4000 * gdb.base/structs.exp (anychar_re, first): New.
4001 (start_structs_test): Import global anychar_re and first.
4002 New gdb_test call "set print elements 300; ${testfile}"
4003 (start_structs_test <$first>): New block.
4004 (any): Import global anychar_re. New variable ac. Use ${ac}.
4005
4006 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4007
4008 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4009
4010 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4013 Force $srcfile file.
4014 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4015
4016 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4017
4018 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4019 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4020 * gdb.threads/watchthreads-reorder.exp: Likewise.
4021
4022 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4023
4024 PR gdb/8704
4025
4026 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4027 "if", and "thread". Correct matching in the previous test.
4028
4029 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4032
4033 2009-11-23 Michael Snyder <msnyder@vmware.com>
4034
4035 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4036 * gdb.reverse-watch-precsave.exp: Ditto.
4037
4038 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4039
4040 * gdb.asm/asm-source.exp: Adjust.
4041 * gdb.base/help.exp: Adjust.
4042
4043 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4044
4045 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4046 (do_syscall_tests_without_xml): Set data-directory to
4047 /the/path/to/nowhere.
4048
4049 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4050
4051 * gdb.threads/local-watch-wrong-thread.c,
4052 gdb.threads/local-watch-wrong-thread.exp: New files.
4053
4054 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4055
4056 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4057 assume new `regsub' syntax available.
4058
4059 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 * gdb.base/watchpoint-hw-hit-once.exp,
4062 gdb.base/watchpoint-hw-hit-once.c: New.
4063
4064 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * gdb.threads/watchthreads-reorder.exp,
4067 gdb.threads/watchthreads-reorder.c: New.
4068
4069 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
4070
4071 * gdb.xml/tdesc-regs.exp: Use for m68k.
4072
4073 2009-11-15 Pedro Alves <pedro@codesourcery.com>
4074
4075 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4076
4077 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * lib/gdb.exp (current_target_name): New procedure.
4080 (gdb_wrapper_target): New variable.
4081 (gdb_wrapper_init): Set gdb_wrapper_target.
4082 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4083 wrapper.
4084
4085 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * gdb.base/remote.exp: Delete the slowest load test.
4088 Do not load with fixed packet sizes.
4089
4090 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4091
4092 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4093
4094 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
4097 srcfile when setting a breakpoint.
4098
4099 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
4100
4101 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4102 macros.
4103
4104 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4105
4106 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4107 to be in memory.
4108 * gdb.base/display.c (force_mem): New.
4109 (do_loops): Use it. Add breakpoint comments.
4110 (do_vars): Add a breakpoint comment.
4111 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
4112 line numbers.
4113
4114 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
4115
4116 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4117 instead of a bare "run".
4118
4119 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4120
4121 * gdb.python/py-prettyprint.exp: Adjust.
4122
4123 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4124
4125 * lib/cell.exp (skip_cell_tests): Clean up test files before
4126 returning.
4127
4128 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4129
4130 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
4131 and the breakpoint menu. Do not call perror if a prompt is seen.
4132 Consume the following GDB prompt.
4133 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
4134 * gdb.cp/namespace.exp: Use gdb_test.
4135 * gdb.cp/templates.exp: Use gdb_test.
4136 (test_template_breakpoints): Use gdb_test_multiple.
4137
4138 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4139
4140 * gdb.base/break1.c (struct some_struct, values): Move earlier.
4141 (marker4): Reference values.
4142
4143 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4144
4145 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
4146 is missing.
4147
4148 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4149
4150 * gdb.base/break.c (need_malloc): New.
4151 * gdb.base/constvars.c (main): Reference crass and crisp.
4152 * gdb.base/gdb1821.c (main): Reference bar.
4153 * gdb.cp/gdb1355.cc (main): Reference s1.
4154 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
4155 (main): Call them.
4156 * gdb.cp/hang2.cc (dummy2): Define.
4157 * gdb.cp/hang3.cc (dummy3): Define.
4158 * gdb.cp/m-data.cc (main): Reference shadow.
4159
4160 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4161 Nathan Froyd <froydnj@codesourcery.com>
4162
4163 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
4164 remote host.
4165
4166 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
4167
4168 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
4169 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
4170 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4171 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4172 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4173 * gdb.dwarf2/dw2-producer.exp: Likewise.
4174 * gdb.dwarf2/mac-fileno.exp: Likewise.
4175 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
4176 py-prettyprint.py to the remote host.
4177 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
4178
4179 2009-11-11 Keith Seitz <keiths@redhat.com>
4180
4181 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
4182 use it instead of "Foo".
4183 * gdb.cp/classes.exp (do_tests): Add a test to access
4184 a method through a typedef'd class name.
4185
4186 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
4187
4188 * gdb.base/long_long.exp: Permit leading zeros on floating-point
4189 exponents.
4190 * gdb.base/pointers.exp: Likewise.
4191 * gdb.cp/ref-types.exp: Likewise.
4192
4193 2009-11-11 Keith Seitz <keiths@redhat.com>
4194
4195 * gdb.cp/cplusfuncs.cc (class foo): Add operators
4196 new[] and delete[].
4197 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
4198 "void".
4199 (probe_demangler): Remove all single-quoting of
4200 method and variable names.
4201 (info_func_regexp): Remove the word "void" from any
4202 occurrence of "(void)".
4203 (print_addr_2): Remove all single-quoting of
4204 method names.
4205 (print_addr_2_kfail): Likewise.
4206 (print_addr): Single-quote C function names before
4207 passing to print_addr_2.
4208 (test_paddr_operator_functions): Remove single-quoting
4209 for method names.
4210 Add tests for operator new[] and operator delete[].
4211
4212 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
4215
4216 2009-11-09 Keith Seitz <keiths@redhat.com>
4217
4218 * gdb.cp/overload.exp: Add tests for resolving overloaded
4219 methods in expression parsing/evaluation.
4220
4221 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4222
4223 * lib/gdb.exp (default_gdb_version): Use --version instead of
4224 --command.
4225
4226 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
4227
4228 * lib/gdb.exp (gdb_compile_test): New.
4229 (skip_ada_tests, skip_java_tests): New.
4230 (gdb_compile): Use gdb_compile_test for f77.
4231 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
4232 * lib/java.exp (compile_java_from_source): Remove runtests check,
4233 use gdb_compile_test to record result.
4234 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
4235 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
4236 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
4237 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
4238 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
4239 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
4240 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
4241 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
4242 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
4243 adjust gdb_compile invocations.
4244
4245 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4246
4247 * Makefile.in (abs_builddir): New.
4248 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
4249 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
4250 `$(abs_builddir)/site.exp'.
4251
4252 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4253
4254 * config/m68k-emc.exp, lib/emc-support.exp,
4255 gdb.trace/gdb_c_test.c: Delete.
4256 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
4257 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4258 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4259 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4260 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4261 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
4262 casing for m68k-*-elf.
4263
4264 2009-11-03 Pedro Alves <pedro@codesourcery.com>
4265
4266 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
4267 * gdb.arch/i386-prologue.exp: Likewise.
4268 * gdb.arch/i386-unwind.exp: Likewise.
4269
4270 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4271
4272 * lib/gdb.exp (gdb_expect): Fix timeout typo.
4273
4274 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4275
4276 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
4277
4278 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4279
4280 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
4281
4282 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
4285
4286 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
4289 * gdb.base/sepdebug2.c: New file.
4290
4291 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4292
4293 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
4294 the modified warnings for catch syscall. Verify if GDB was compiled
4295 with support for lib expat, and choose which tests to run depending
4296 on this.
4297
4298 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
4299
4300 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
4301 that composite commands are parsed OK. And also test
4302 that breakpoint commands do work.
4303
4304 2009-10-23 Michael Snyder <msnyder@vmware.com>
4305
4306 gdb.reverse/consecutive-precsave.exp: Change expect pattern
4307 to allow for new disassembly style.
4308
4309 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4310
4311 * gdb.asm/asm-source.exp: Adjust.
4312
4313 2009-10-22 Michael Snyder <msnyder@vmware.com>
4314
4315 * gdb.reverse/break-precsave.exp: New test.
4316 * gdb.reverse/consecutive-precsave.exp: Ditto.
4317 * gdb.reverse/finish-precsave.exp: Ditto.
4318 * gdb.reverse/i386-precsave.exp: Ditto.
4319 * gdb.reverse/machinestate-precsave.exp: Ditto.
4320 * gdb.reverse/sigall-precsave.exp: Ditto.
4321 * gdb.reverse/solilb-precsave.exp: Ditto.
4322 * gdb.reverse/step-precsave.exp: Ditto.
4323 * gdb.reverse/until-precsave.exp: Ditto.
4324 * gdb.reverse/watch-precsave.exp: Ditto.
4325
4326 2009-10-22 Michael Snyder <msnyder@vmware.com>
4327
4328 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
4329 for gdb_expect. Adjust one test's expect strings for the new
4330 format of disassemble.
4331 * gdb.reverse/finish-reverse.exp: Delete 'return'.
4332 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
4333 gdb_test_multiple.
4334 * gdb.reverse/step-reverse.exp: Delete 'return'.
4335 * gdb.reverse/until-reverse.exp: Delete blank lines.
4336 * gdb.reverse/watch-reverse.exp: Delete blank lines.
4337
4338 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4339
4340 * gdb.base/consecutive.exp: Adjust.
4341 * gdb.base/display.exp: Likewise.
4342 * gdb.base/pc-fp.exp: Likewise.
4343 * gdb.base/sigbpt.exp: Likewise.
4344
4345 2009-10-19 Michael Snyder <msnyder@vmware.com>
4346
4347 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
4348 * gdb.reverse/finish-reverse.c: Ditto.
4349 * gdb.reverse/sigall-reverse.c: Ditto.
4350 * gdb.reverse/solib-reverse.c: Ditto.
4351 * gdb.reverse/step-reverse.c: Ditto.
4352 * gdb.reverse/watch-reverse.c: Ditto.
4353
4354 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4355 Stan Shebs <stan@codesourcery.com>
4356
4357 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
4358 * gdb.base/foll-exec.exp: Adjust to expect a process id before
4359 "Executing new program".
4360 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
4361 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
4362 left listed after having been killed.
4363 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
4364 * gdb.base/maint.exp: Adjust test.
4365
4366 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
4367 * gdb.multi/Makefile.in: New.
4368 * gdb.multi/base.exp: New.
4369 * gdb.multi/goodbye.c: New.
4370 * gdb.multi/hangout.c: New.
4371 * gdb.multi/hello.c: New.
4372 * gdb.multi/bkpt-multi-exec.c: New.
4373 * gdb.multi/bkpt-multi-exec.exp: New.
4374 * gdb.multi/crashme.c: New.
4375
4376 2009-10-13 Tristan Gingold <gingold@adacore.com>
4377
4378 * gdb.base/sepdebug.exp: Check debug info are found.
4379
4380 2009-10-08 Pedro Alves <pedro@codesourcery.com>
4381
4382 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
4383 bits.
4384
4385 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
4388
4389 2009-10-07 Joel Brobecker <brobecker@adacore.com>
4390
4391 * gdb.base/watchpoints.c: Add copyright header. Reformat one
4392 of the comments.
4393
4394 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
4395
4396 * gdb.base/annota1.exp: Remove obsolete match_max increase.
4397 * gdb.base/annota3.exp: Idem.
4398 * gdb.base/maint.exp: Idem.
4399
4400 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4401
4402 * lib/gdb.exp (default_gdb_init): Set current value of match_max
4403 to default.
4404
4405 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4406
4407 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
4408 mingw and cygwin targets.
4409
4410 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4411 Pedro Alves <pedro@codesourcery.com>
4412
4413 * lib/gdb.exp (gdb_compile): Avoid adding
4414 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
4415
4416 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4417
4418 * gdb.base/shr1.c: Use %p in format string.
4419 * gdb.base/unload.c: Avoid warning in fprintf.
4420 * gdb.base/watchpoint-solib.c: Idem.
4421
4422 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4423
4424 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
4425 long type.
4426 (test_unlink): Correct printf string.
4427 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
4428 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
4429
4430 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4431
4432 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
4433 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
4434 * gdb.arch/ia64-breakpoint-shadow.S: New file.
4435
4436 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4437
4438 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
4439 * gdb.objc/nondebug.exp: Likewise.
4440
4441 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4442
4443 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
4444 target_info setting.
4445
4446 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
4447 that detect new threads during "info threads".
4448
4449 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4450
4451 * gdb.threads/manythreads.c (main): Increase thread stack size
4452 to 2*PTHREAD_STACK_MIN.
4453 * gdb.threads/multi-create.c (main): Likewise.
4454 (create_function): Likewise.
4455
4456 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4457
4458 * gdb.base/dump.exp: Pass difference of pointer types instead
4459 of integer types as offset to restore in intarr3.srec case.
4460
4461 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4462
4463 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
4464
4465 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4466
4467 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
4468
4469 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4470
4471 New test for two watchpoints, with disabling of
4472 the first inserted.
4473 * testsuite/gdb.base/watchpoints.c: New file.
4474 * testsuite/gdb.base/watchpoints.exp: New file.
4475
4476 2009-09-25 Tom Tromey <tromey@redhat.com>
4477
4478 * gdb.base/charset.exp: Test utf-16 strings with Python.
4479
4480 2009-09-25 Tom Tromey <tromey@redhat.com>
4481
4482 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
4483 UCS-4.
4484 * gdb.base/charset.c (utf_32_string): Rename.
4485 (init_utf32): Rename.
4486 (main): Update.
4487
4488 2009-09-22 Tom Tromey <tromey@redhat.com>
4489
4490 * gdb.python/py-function.exp: Add regression tests.
4491
4492 2009-09-21 Keith Seitz <keiths@redhat.com>
4493
4494 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
4495 with invalid operator.
4496
4497 2009-09-21 Keith Seitz <keiths@redhat.com>
4498
4499 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
4500 and destructor using typedef name of class.
4501 * gdb.cp/classes.cc (class Base1): Add a destructor.
4502 (base1): New typedef.
4503 (use_methods): Instanitate an object of type base1.
4504 * gdb.cp/templates.exp (test_template_typedef): New procedure.
4505 (do_tests): Call test_template_typedef.
4506 * gdb.cp/templates.cc (Baz::~Baz): New method.
4507 (intBazOne): New typedef.
4508 (main): Instantiate intBazOne.
4509
4510 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
4511
4512 PR python/10633
4513
4514 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
4515 Function.
4516 (run_lang_tests): Add print elements test.
4517
4518 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
4519
4520 * gdb.python/py-value.exp (test_subscript_regression): New
4521 function. Test for invalid subscripts.
4522 * gdb.python/py-value.c (main): Add test array, and pointer to it.
4523 (ptr_ref): New function.
4524
4525 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4526
4527 * gdb.base/default.exp: Fix "show convenience".
4528
4529 2009-09-15 Tom Tromey <tromey@redhat.com>
4530
4531 * lib/mi-support.exp (mi_create_varobj): Update.
4532 (mi_create_floating_varobj): Likewise.
4533 (mi_create_dynamic_varobj): New proc.
4534 (mi_varobj_update): Update.
4535 (mi_varobj_update_with_type_change): Likewise.
4536 (mi_varobj_update_kv_helper): New proc.
4537 (mi_varobj_update_dynamic_helper): Rewrite.
4538 (mi_varobj_update_dynamic): New proc.
4539 (mi_list_varobj_children): Update.
4540 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
4541 * gdb.python/python-prettyprint.py (pp_outer): New class.
4542 (pp_nullstr): Likewise.
4543 (lookup_function): Register new printers.
4544 * gdb.python/python-prettyprint.c (struct substruct): New type.
4545 (struct outerstruct): Likewise.
4546 (substruct_test): New function.
4547 (struct nullstr): New type.
4548 (string_1, string_2): New globals.
4549 (main): Add new tests.
4550 * gdb.python/python-mi.exp: Added regression tests.
4551 * gdb.mi/mi2-var-display.exp: Update.
4552 * gdb.mi/mi2-var-cmd.exp: Update.
4553 * gdb.mi/mi2-var-child.exp: Update.
4554 * gdb.mi/mi2-var-block.exp: Update.
4555 * gdb.mi/mi-var-invalidate.exp: Update.
4556 * gdb.mi/mi-var-display.exp: Update.
4557 * gdb.mi/mi-var-cmd.exp: Update.
4558 * gdb.mi/mi-var-child.exp: Update.
4559 * gdb.mi/mi-var-block.exp: Update.
4560 * gdb.mi/mi-break.exp: Update.
4561 * gdb.mi/gdb701.exp: Update.
4562
4563 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4564
4565 * Makefile.in: Inclusion of catch-syscall object.
4566 * gdb.base/catch-syscall.c: New file.
4567 * gdb.base/catch-syscall.exp: New file.
4568
4569 2009-09-12 Michael Snyder <msnyder@vmware.com>
4570
4571 * gdb.reverse/step-reverse.exp: Explicitly check for targets
4572 that can support reverse debuggnig.
4573
4574 2009-09-11 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb.dwarf2/valop.S: New file.
4577 * gdb.dwarf2/valop.exp: New file.
4578
4579 2009-09-11 Mark Kettenis <kettenis@gnu.org>
4580
4581 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
4582
4583 2009-09-10 Doug Evans <dje@google.com>
4584
4585 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
4586 Add $gdb_prompt to second breakpoint regexp.
4587
4588 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
4589
4590 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
4591 names, add missing ones.
4592 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
4593 * gdb.python/py-frame.c: Rename from python-frame.c.
4594 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
4595 testfile name.
4596 * gdb.python/py-function.exp: Rename from python-function.exp.
4597 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
4598 testfile name.
4599 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
4600 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
4601 Adjust testfile name.
4602 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
4603 * gdb.python/py-template.cc: Rename from python-template.cc.
4604 * gdb.python/py-template.exp: Rename from python-template.exp.
4605 Adjust testfile name.
4606 * gdb.python/py-value.c: Rename from python-value.c.
4607 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
4608 testfile name.
4609
4610 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4611
4612 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
4613 $bpt2address.
4614 (Second breakpoint address is valid on ia64)
4615 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
4616
4617 2009-09-03 Joseph Myers <joseph@codesourcery.com>
4618
4619 * gdb.base/ending-run.exp: Restrict regular expression matching
4620 line number to require closing brace following.
4621
4622 2009-09-03 Doug Evans <dje@google.com>
4623
4624 * gdb.base/store.exp (check_set): Fix typo in expected value message.
4625
4626 2009-09-02 Tom Tromey <tromey@redhat.com>
4627
4628 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
4629
4630 2009-09-02 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.dwarf2/callframecfa.exp: New file.
4633 * gdb.dwarf2/callframecfa.S: New file.
4634
4635 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4636
4637 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
4638 gdb.base/solib-overlap-main.c: New.
4639
4640 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
4641
4642 PR gdb/10565
4643
4644 * gdb.base/bitfields.c (struct container, container): New.
4645 (main): Initialize it and call break5.
4646 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
4647
4648 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4649
4650 Support constant DW_AT_data_member_location by GCC PR debug/40659.
4651 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
4652
4653 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
4656
4657 2009-08-26 Michael Snyder <msnyder@vmware.com>
4658
4659 * gdb.base/i386-reverse.c: New file.
4660 * gdb.base/i386-reverse.exp: New file.
4661 * gdb.base/Makefile.in: Add new files to be removed.
4662
4663 2009-08-26 Joseph Myers <joseph@codesourcery.com>
4664
4665 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
4666 environment-pwd for remote host.
4667 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
4668
4669 2009-08-24 Keith Seitz <keiths@redhat.com>
4670
4671 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
4672 Add two new C++ completer tests which limit the output to a
4673 given class.
4674
4675 2009-08-24 Michael Snyder <msnyder@vmware.com>
4676
4677 * gdb.base/del.exp: Fix typo in comment.
4678 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
4679
4680 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4681
4682 * configure: Regenerate.
4683 * gdb.hp/configure: Likewise.
4684 * gdb.hp/gdb.aCC/configure: Likewise.
4685 * gdb.hp/gdb.base-hp/configure: Likewise.
4686 * gdb.hp/gdb.compat/configure: Likewise.
4687 * gdb.hp/gdb.defects/configure: Likewise.
4688 * gdb.hp/gdb.objdbg/configure: Likewise.
4689 * gdb.stabs/configure: Likewise.
4690
4691 2009-08-19 Doug Evans <dje@google.com>
4692
4693 * gdb.base/gdbvars.c: New file.
4694 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
4695
4696 2009-08-14 Pedro Alves <pedro@codesourcery.com>
4697
4698 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
4699 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
4700
4701 2009-08-13 Pedro Alves <pedro@codesourcery.com>
4702
4703 * gdb.base/default.exp: Adjust "set language test": it's now an
4704 enum command. Larger help string moved to "help set language".
4705 * gdb.base/help.exp: Adjust "help set language" expected output,
4706 now lists all known languages.
4707
4708 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
4709
4710 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
4711 all frame arguments.
4712 * gdb.arch/altivec-regs.exp: Likewise.
4713
4714 2009-08-07 Tom Tromey <tromey@redhat.com>
4715
4716 * gdb.base/setshow.exp: Add tests for changes to set language, set
4717 check range, and set check type.
4718
4719 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4720
4721 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
4722 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
4723 Call it.
4724
4725 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4726
4727 * configure.ac: Run gdb.cell tests when appropriate.
4728 * configure: Regenerate.
4729 * lib/cell.exp: New file.
4730 * gdb.cell: New directory.
4731 * gdb.cell/configure.ac: New file.
4732 * gdb.cell/configure: New file.
4733 * gdb.cell/Makefile.in: New file.
4734 * gdb.cell/arch.exp: New file.
4735 * gdb.cell/break.c: New file.
4736 * gdb.cell/break.exp: New file.
4737 * gdb.cell/break-spu.c: New file.
4738 * gdb.cell/bt.c: New file.
4739 * gdb.cell/bt2-spu.c: New file.
4740 * gdb.cell/bt-spu.c: New file.
4741 * gdb.cell/bt.exp: New file.
4742 * gdb.cell/coremaker.c: New file.
4743 * gdb.cell/coremaker-spu.c: New file.
4744 * gdb.cell/core.exp: New file.
4745 * gdb.cell/gcore.exp: New file.
4746 * gdb.cell/data.c: New file.
4747 * gdb.cell/data.exp: New file.
4748 * gdb.cell/data-spu.c: New file.
4749 * gdb.cell/ea-cache.exp: New file.
4750 * gdb.cell/ea-cache.c: New file.
4751 * gdb.cell/ea-cache-spu.c: New file.
4752 * gdb.cell/ea-standalone.c: New file.
4753 * gdb.cell/ea-standalone.exp: New file.
4754 * gdb.cell/ea-test.c: New file.
4755 * gdb.cell/ea-test.exp: New file.
4756 * gdb.cell/f-regs.exp: New file.
4757 * gdb.cell/mem-access.c: New file.
4758 * gdb.cell/mem-access.exp: New file.
4759 * gdb.cell/mem-access-spu.c: New file.
4760 * gdb.cell/ptype.exp: New file.
4761 * gdb.cell/registers.exp: New file.
4762 * gdb.cell/size.c: New file.
4763 * gdb.cell/sizeof.exp: New file.
4764 * gdb.cell/size-spu.c: New file.
4765 * gdb.cell/solib.exp: New file.
4766 * gdb.cell/solib-symbol.exp: New file.
4767
4768 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4769
4770 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
4771
4772 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 * gdb.base/float.exp: Handle VFP registers.
4775
4776 2009-07-14 Michael Snyder <msnyder@vmware.com>
4777
4778 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
4779 to bring gdb to the beginning of the calling line.
4780
4781 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
4782 confusing the i386 epilogue unwinder.
4783
4784 2009-07-14 Stan Shebs <stan@codesourcery.com>
4785
4786 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
4787
4788 2009-07-14 Michael Snyder <msnyder@vmware.com>
4789
4790 * gdb.reverse/step-reverse.exp (stepi into function call):
4791 Call instruction may not be first instruction in the line.
4792 (reverse stepi from a function call): Used wrong line number.
4793
4794 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4795
4796 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
4797
4798 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4799
4800 Fix gdb.base/macscp.exp when using custom inputrc.
4801 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
4802 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
4803 env(TERM) set.
4804 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
4805 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
4806
4807 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4808
4809 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
4810 * gdb.base/annota1.exp (thread_test): Import global $testfile.
4811 Change the compilation target to match the testcase name.
4812 * gdb.base/sect-cmd.exp: Change the compilation target to match the
4813 testcase name.
4814 * a2-run.exp: Use for setup prepare_for_testing. Change the
4815 compilation target to match the testcase name.
4816 * gdb.base/commands.exp: Likewise.
4817 * gdb.base/finish.exp: Likewise.
4818 * gdb.base/float.exp: Likewise.
4819 * gdb.base/info-target.exp: Likewise.
4820 * gdb.base/relational.exp: Likewise.
4821 * gdb.base/term.exp: Likewise.
4822 * gdb.base/until.exp: Likewise.
4823 * gdb.base/volatile.exp: Likewise.
4824 * gdb.base/whatis-exp.exp: Likewise.
4825
4826 2009-07-11 Hui Zhu <teawater@gmail.com>
4827
4828 * gdb.base/help.exp (disassemble): Update expected help text.
4829
4830 2009-07-09 Tom Tromey <tromey@redhat.com>
4831
4832 * lib/gdb.exp: Handle TRANSCRIPT.
4833 (remote_spawn, remote_close, send_gdb): New procs.
4834
4835 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4836
4837 * gdb.python/python-prettyprint.c: Add counted null string
4838 structure.
4839 * gdb.python/python-prettyprint.exp: Print null string. Test for
4840 embedded nulls.
4841 * gdb.python/python-prettyprint.py (pp_ns): New Function.
4842 * gdb.python/python-value.exp (test_value_in_inferior): Add
4843 variable length string fetch tests.
4844 * gdb.python/python-value.c (main): Add strings for string fetch tests.
4845
4846 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 * gdb.base/dump.exp (inaccessible memory is reported): New test.
4849
4850 2009-07-07 Tom Tromey <tromey@redhat.com>
4851
4852 * gdb.base/call-rt-st.exp: Update for change to escape output.
4853 * gdb.base/callfuncs.exp: Likewise.
4854 * gdb.base/charset.exp: Likewise.
4855 * gdb.base/constvars.exp: Likewise.
4856 * gdb.base/long_long.exp: Likewise.
4857 * gdb.base/pointers.exp: Likewise.
4858 * gdb.base/printcmds.exp: Likewise.
4859 * gdb.base/setvar.exp: Likewise.
4860 * gdb.base/store.exp: Likewise.
4861 * gdb.cp/ref-types.exp: Likewise.
4862 * gdb.mi/mi-var-child.exp: Likewise.
4863 * gdb.mi/mi-var-display.exp: Likewise.
4864 * gdb.mi/mi2-var-display.exp: Likewise.
4865 * gdb.base/charset.exp: Test octal escape sequence length.
4866 Update for change to escape output.
4867
4868 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
4871
4872 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
4873
4874 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
4875
4876 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
4879 gdbserver increasing $portnum if "Can't bind address" has been seen.
4880
4881 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4882
4883 * gdb.base/ending-run.exp: Add "step out of main" pattern for
4884 mingw32ce.
4885
4886 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4887
4888 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
4889 VFP format.
4890
4891 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4892
4893 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
4894 linux. Adjust to use "inferior", "info inferiors", "detach
4895 inferior" and "kill inferior" instead of "restart", "info fork",
4896 "detach fork" and "delete fork".
4897 * gdb.base/ending-run.exp: Spell out "info".
4898 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
4899 the "kill" command.
4900
4901 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4902
4903 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
4904 change to prefix TLS offset in hex with 0x.
4905
4906 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4907
4908 * gdb.base/default.exp: Update test case for "x" changes.
4909
4910 2009-07-01 Tristan Gingold <gingold@adacore.com>
4911
4912 * gdb.base/bigcore.exp: Make darwin untested.
4913
4914 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4915
4916 * gdb.base/completion.exp (directory completion): Create the directory.
4917 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
4918 escapeuniquesub.
4919 (directory completion 2): Expect now ${escapeuniquesub}.
4920 (Glob remaining of directory test): Remove one excessive newline.
4921 Expect the real output.
4922
4923 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4924
4925 Fix `make check//%' target after `make check' has been ran.
4926 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
4927 a mkdir call.
4928 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
4929 (%/.dir): Remove.
4930
4931 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4932
4933 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
4934 the expected result record.
4935
4936 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4937
4938 Remove racy FAILs relying just on the timeouts.
4939 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
4940 (annotation_level 2): Remove racy FAILs.
4941
4942 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
4943
4944 gdb/10275
4945 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
4946
4947 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
4948
4949 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
4950
4951 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
4952
4953 * gdb.mi/mi-stack.exp: Testing symbolic options
4954 to -stack-list-locals and -stack-list-arguments.
4955
4956 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
4959
4960 2009-06-29 Tom Tromey <tromey@redhat.com>
4961
4962 * dg-extract-results.sh: New file.
4963 * Makefile.in (FORCE_PARALLEL): New variable.
4964 (CHECK_TARGET): New conditional variable.
4965 (check): Use CHECK_TARGET.
4966 (DO_RUNTEST): New variable.
4967 (check-single): New target.
4968 (TEST_DIRS): New variable.
4969 (TEST_TARGETS): Likewise.
4970 (check-parallel): New target.
4971 (check-gdb.%): New pattern.
4972 (BASE1_FILES): New variable.
4973 (BASE2_FILES): Likewise.
4974 (check-gdb.base%): New pattern.
4975 (%/.dir): New pattern.
4976 * configure: Rebuild.
4977 * aclocal.m4 (AM_CONDITIONAL): New defun.
4978 * configure.ac: Check whether user is using GNU make.
4979 (GMAKE): New conditional.
4980
4981 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
4982
4983 * gdb.cp/namespace-nested-import.cc: New test.
4984 * gdb.cp/namespace-nested-import.exp: New test.
4985
4986 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4987
4988 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
4989 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
4990 * gdb.opt/Makefile.in (EXECUTABLES): Update.
4991 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
4992 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
4993 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
4994 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
4995 gdb.opt/inline-markers.c: New files.
4996 * lib/gdb.exp (skip_inline_frame_tests): New function.
4997 (skip_inline_var_tests): New function.
4998
4999 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5000
5001 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5002 backtrace.
5003
5004 2009-06-27 Michael Snyder <msnyder@vmware.com>
5005
5006 * gdb.reverse: New directory.
5007 * gdb.reverse/break-reverse.c: New test.
5008 * gdb.reverse/break-reverse.exp: New test.
5009 * gdb.reverse/consecutive-reverse.c: New test.
5010 * gdb.reverse/consecutive-reverse.exp: New test.
5011 * gdb.reverse/finish-reverse.c: New test.
5012 * gdb.reverse/finish-reverse.exp: New test.
5013 * gdb.reverse/machinestate.c: New test.
5014 * gdb.reverse/ms1.c: New test.
5015 * gdb.reverse/machinestate.exp: New test.
5016 * gdb.reverse/Makefile.in: New file.
5017 * gdb.reverse/shr2.c: New test.
5018 * gdb.reverse/solib-reverse.c: New test.
5019 * gdb.reverse/solib-reverse.exp: New test.
5020 * gdb.reverse/step-reverse.c: New test.
5021 * gdb.reverse/step-reverse.exp: New test.
5022 * gdb.reverse/until-reverse.c: New test.
5023 * gdb.reverse/ur1.c: New test.
5024 * gdb.reverse/until-reverse.exp: New test.
5025 * gdb.reverse/watch-reverse.c: New test.
5026 * gdb.reverse/watch-reverse.exp: New test.
5027 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5028 * configure: Regenerate.
5029
5030 2009-06-26 Doug Evans <dje@google.com>
5031
5032 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5033
5034 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5035
5036 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5037 windows problem for 'file delete $binfile'.
5038
5039 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5040
5041 * gdb.cp/namespace-using.exp: New test.
5042 * gdb.cp/namespace-using.cc: New test.
5043
5044 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5045
5046 * gdb.ada/variant_record_packed_array: New testcase.
5047
5048 2009-06-23 Tom Tromey <tromey@redhat.com>
5049
5050 * gdb.base/charset.exp (test_combination): Regression test.
5051 * gdb.base/charset.c (my_wchar_t): New typedef.
5052 (myvar): New global.
5053 (main): Set myvar.
5054
5055 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5056
5057 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5058 target.
5059
5060 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5061
5062 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5063
5064 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5065
5066 * gdb.mi/gdb680.exp: Update test for error message.
5067
5068 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5069
5070 * gdb.base/annota1.exp: Allow multiple occurrences of the
5071 frames-invalid annotation.
5072 * gdb.cp/annota2.exp: Likewise.
5073
5074 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5075
5076 * gdb.cp/gdb2495.cc: New file.
5077 * gdb.cp/gdb2495.exp: New file.
5078
5079 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5080
5081 Report error on GDB crash during runto.
5082 * lib/gdb.exp (runto <eof>): New.
5083
5084 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
5085
5086 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5087 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5088 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5089 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5090 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5091 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5092 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5093 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5094 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5095 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5096 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5097 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5098 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5099 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5100 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5101 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5102 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5103 gdb.server/server-mon.exp, gdb.server/server-run.exp,
5104 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5105 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5106 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5107 gdb.trace/passcount.exp, gdb.trace/report.exp,
5108 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5109 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5110 gdb.trace/while-stepping.exp: Use a unique name for the compiled
5111 executable.
5112
5113 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5114
5115 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5116 defined before referencing it.
5117
5118 2009-06-03 Doug Evans <dje@google.com>
5119
5120 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5121 * gdb.arch/i386-see.c: Ditto.
5122
5123 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
5124
5125 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5126 (check_macro): Return 1 if undefined.
5127 If first test fails, check if macro debug information is available,
5128 and report unsupported test if no macro information is found.
5129
5130 2009-05-29 Doug Evans <dje@google.com>
5131
5132 * gdb.threads/hand-call-in-threads.exp: New.
5133 * gdb.threads/hand-call-in-threads.c: New.
5134
5135 2009-05-29 Michael Snyder <msnyder@vmware.com>
5136
5137 * gdb.base/break-always.exp: Change "1" to "on".
5138 Add confirmation check.
5139
5140 2009-05-28 Pedro Alves <pedro@codesourcery.com>
5141
5142 * gdb.threads/threxit-hop-specific.c: New.
5143 * gdb.threads/threxit-hop-specific.exp: New.
5144 * gdb.threads/thread-execl.c: New.
5145 * gdb.threads/thread-execl.exp: New.
5146
5147 2009-05-27 Tom Tromey <tromey@redhat.com>
5148 Thiago Jung Bauermann <bauerman@br.ibm.com>
5149
5150 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
5151 (mi_child_regexp): Likewise.
5152 (mi_list_varobj_children_range): Likewise.
5153 (mi_get_features): Likewise.
5154 (mi_list_varobj_children): Rewrite.
5155 * gdb.python/python-mi.exp: New file.
5156
5157 2009-05-27 Tom Tromey <tromey@redhat.com>
5158 Thiago Jung Bauermann <bauerman@br.ibm.com>
5159 Phil Muldoon <pmuldoon@redhat.com>
5160 Paul Pluzhnikov <ppluzhnikov@google.com>
5161
5162 * gdb.python/python-prettyprint.exp: New file.
5163 * gdb.python/python-prettyprint.c: New file.
5164 * gdb.python/python-prettyprint.py: New file.
5165 * gdb.base/display.exp: print/r is now valid.
5166
5167 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5168 Tom Tromey <tromey@redhat.com>
5169 Pedro Alves <pedro@codesourcery.com>
5170 Paul Pluzhnikov <ppluzhnikov@google.com>
5171
5172 * gdb.python/python-template.exp: New file.
5173 * gdb.python/python-template.cc: New file.
5174 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5175 tests.
5176 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5177 Call it.
5178 (test_value_after_death): New proc.
5179 * gdb.python/python-value.c (PTR): New typedef.
5180 (main): New variable 'x'.
5181
5182 2009-05-27 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5185 tests.
5186 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5187 Call it.
5188
5189 2009-05-27 Pedro Alves <pedro@codesourcery.com>
5190
5191 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
5192
5193 2009-05-24 Pedro Alves <pedro@codesourcery.com>
5194
5195 * gdb.threads/fork-thread-pending.c: New.
5196 * gdb.threads/fork-thread-pending.exp: New.
5197
5198 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
5201 * gdb.dwarf2/dw2-strp.S (a_string2): New.
5202
5203 2009-05-18 Jon Beniston <jon@beniston.com>
5204
5205 * gdb.asm/asm-source.exp: Add lm32 target.
5206
5207 2009-05-17 Pedro Alves <pedro@codesourcery.com>
5208
5209 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
5210 `gdb_get_line_number'. Call `callee' in both parent and child.
5211 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
5212 `gdb_get_line_number' instead of hardcoding line numbers.
5213 (catch_fork_unpatch_child): New procedure to test detaching
5214 breakpoints from child fork.
5215 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
5216 hardcoding line numbers.
5217 (do_fork_tests): Run `catch_fork_unpatch_child'.
5218
5219 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
5220
5221 * gdb.mi/mi-cmd-var.exp: Check that when varobj
5222 of structure type enters or leaves the scope, it
5223 is reported by -var-update.
5224
5225 2009-05-11 Doug Evans <dje@sebabeach.org>
5226
5227 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
5228 * gdb.threads/pending-step.c (main): Fix off-by-one error.
5229 * gdb.threads/schedlock.c (main): Fix off-by-one error.
5230
5231 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5232
5233 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
5234
5235 2009-04-30 Doug Evans <dje@google.com>
5236
5237 * gdb.threads/watchthreads2.exp: New testcase.
5238 * gdb.threads/watchthreads2.c: New testcase.
5239
5240 2009-04-29 Doug Evans <dje@google.com>
5241
5242 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
5243 * gdb.cp/mb-ctor.cc: Ditto.
5244 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
5245 * gdb.cp/mb-inline.h (multi_line_foo): New function.
5246 * gdb.cp/mb-inline1.cc: Call it.
5247 * gdb.cp/mb-inline2.cc: Ditto.
5248 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
5249 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
5250
5251 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
5254 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
5255 Replace all uses of `decimal' by `nonzero'.
5256 (info macro FROM_COMMANDLINE): New test.
5257
5258 2009-04-27 Tom Tromey <tromey@redhat.com>
5259
5260 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
5261
5262 2009-04-27 Doug Evans <dje@google.com>
5263
5264 * gdb.threads/watchthreads.c (main): Initialize args before starting
5265 the threads. Plus formatting cleanup.
5266 * gdb.threads/watchthreads.exp: Avoid errant failures due to
5267 biased scheduling of one thread.
5268
5269 2009-04-27 Jerome Guitton <guitton@adacore.com>
5270
5271 * gdb.cp/templates.cc (GetMax): New template.
5272 (main): Declare two instances of GetMax.
5273 * gdb.cp/templates.exp: Add new test.
5274
5275 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
5278
5279 2009-04-22 Joseph Myers <joseph@codesourcery.com>
5280
5281 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
5282
5283 2009-04-15 Tom Tromey <tromey@redhat.com>
5284
5285 * gdb.base/charset.exp: Add regression test.
5286
5287 2009-04-14 Joel Brobecker <brobecker@adacore.com>
5288
5289 * gdb.base/exe-lock.exp: New testcase.
5290
5291 2009-04-13 Tom Tromey <tromey@redhat.com>
5292
5293 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
5294 operator on Frame.
5295
5296 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5297
5298 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
5299 * gdb.server/ext-attach.exp: Likewise.
5300
5301 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
5302
5303 Eliminate some sleep usage.
5304
5305 * gdb.mi/basics.c (do_nothing): New.
5306 (main): Use do_nothing instead of printf, so that
5307 not to introduce race condition between output of
5308 inferiour and output of gdb. Do not use sleep as it
5309 is not generally available on embedded targets.
5310
5311 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5312
5313 * gdb.server/ext-attach.exp: Expect an optional process id after
5314 "Detached from remote process".
5315
5316 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5317
5318 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
5319 gdb.dwarf2/dw2-unresolved.exp: New.
5320
5321 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5322
5323 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
5324 mi_run_to_main.
5325
5326 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5327
5328 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
5329 mi_run_to_main. Skip thread exit test on remote targets.
5330 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
5331 mi_run_to_main.
5332 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
5333 mi_run_to_main.
5334 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
5335 when expecting ^connected. Detect when the target doesn't support
5336 non-stop mode.
5337 (mi_run_cmd): Detect if non-stop mode was requested by isn't
5338 supported. Return -1 on error, 0 on success.
5339 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
5340 (mi_runto): Return mi_runto_helper's result explicitly.
5341
5342 2009-04-01 Pedro Alves <pedro@codesourcery.com>
5343
5344 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
5345
5346 2009-04-01 Tom Tromey <tromey@redhat.com>
5347
5348 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
5349 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
5350 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
5351 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
5352
5353 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
5354 Jan Kratochvil <jan.kratochvil@redhat.com>
5355
5356 PR gdb/931
5357 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
5358 output.
5359 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
5360 for gdb/931.
5361 * dw2-strp.S (DW_AT_language): Change to C++.
5362 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
5363
5364 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5365
5366 * gdb.ada/tasks: New testcase.
5367
5368 2009-03-30 Stan Shebs <stan@codesourcery.com>
5369
5370 * gdb.trace/actions.exp: Update to match new info trace format.
5371 * gdb.trace/deltrace.exp: Ditto.
5372 * gdb.trace/infotrace.exp: Ditto.
5373 * gdb.trace/passcount.exp: Ditto.
5374 * gdb.trace/save-trace.exp: Ditto.
5375 * gdb.trace/while-stepping.exp: Ditto.
5376 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
5377
5378 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5379
5380 * gdb.python/python-frame.c: New file.
5381 * gdb.python/python-frame.exp: New file.
5382
5383 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5384
5385 * gdb.python/python-value.exp: Add tests for the address
5386 attribute.
5387
5388 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
5389
5390 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
5391
5392 2009-03-26 Doug Evans <dje@google.com>
5393
5394 * gdb.mi/mi-nonstop-exit.exp: New file.
5395 * gdb.mi/non-stop-exit.c: New file.
5396
5397 2009-03-26 Tom Tromey <tromey@redhat.com>
5398
5399 Update for change to prologue skipping:
5400 * gdb.mi/mi2-simplerun.exp: Update.
5401 * gdb.mi/mi2-break.exp: Update.
5402 * gdb.mi/mi-simplerun.exp: Update.
5403 * gdb.mi/mi-break.exp: Update.
5404 * gdb.base/ending-run.exp: Update.
5405
5406 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5407
5408 * gdb.python/python-value.exp (test_value_in_inferior): Test
5409 gdb.Value.is_optimized_out attribute.
5410
5411 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5412
5413 * gdb.dwarf2/dw2-noloc-main.c: New file.
5414 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
5415 (.text): Remove.
5416 (.data): New.
5417 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
5418 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
5419 (DW_TAG_subprogram func_cu1, noloc): Remove.
5420 (main): New.
5421 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
5422 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
5423 (file_symbols): New procedure.
5424
5425 2009-03-25 Tom Tromey <tromey@redhat.com>
5426
5427 * gdb.base/charset.exp (valid_target_charset): New proc.
5428 Use it to skip tests on invalid charsets.
5429
5430 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
5431
5432 * gdb.base/completion.exp: Add a test for directory completion.
5433
5434 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 Fix a racy FAIL.
5437 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
5438 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
5439
5440 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5441
5442 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
5443 * gdb.python/python-function.exp: Add test for function returning
5444 a GDB value.
5445
5446 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
5447
5448 * gdb.python/python-function.exp: New file.
5449
5450 2009-03-20 Tom Tromey <tromey@redhat.com>
5451
5452 * gdb.base/store.exp: Update for change to escape output.
5453 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
5454 to escape output.
5455 * gdb.base/pointers.exp: Update for change to escape output.
5456 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
5457 to escape output.
5458 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
5459 escape output.
5460 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
5461 to escape output.
5462 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
5463 escape output.
5464 * gdb.base/setvar.exp: Update for change to escape output.
5465 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
5466 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
5467 to escape output.
5468 (test_print_string_constants): Likewise.
5469 * gdb.base/charset.exp (valid_host_charset): Check size of
5470 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
5471 cases. Handle "auto"-related output.
5472 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
5473 (uvar, Uvar): New globals.
5474
5475 2009-03-19 Jerome Guitton <guitton@adacore.com>
5476
5477 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
5478 deltas.
5479 * gdb.ada/fixed_points.exp: Ditto.
5480
5481 2009-03-18 Pedro Alves <pedro@codesourcery.com>
5482
5483 * return-nodebug.c: Don't include stdio.h.
5484 (init): Delete.
5485 (func): Delete definition and provide extern declaration.
5486 (t): New.
5487 (main): Don't call printf. Call func and store its result in t.
5488 * return-nodebug1.c: New.
5489 * return-nodebug.exp: Don't expect stdio output. Instead, print
5490 the global variable t. Drop printf formatters and cast types from
5491 foreach loop. Don't use prepare_for_testing. Compile
5492 return-nodebug.c and return-nodebug1.c in separate steps. Don't
5493 define FORMAT or CAST.
5494
5495 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5496
5497 * gdb.base/solib-display.exp: Disable test for remote targers.
5498
5499 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5500
5501 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
5502
5503 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 Fix a racy FAIL.
5506 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
5507 code from `follow parent, print pids'.
5508 (`follow child, print pids', `follow parent, print pids'): Call it.
5509 Replace `gdb_test "break..."' by gdb_breakpoint.
5510
5511 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
5512
5513 * gdb.mi/mi-cli.exp: Adjust for output difference in
5514 sync and async modes.
5515
5516 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
5519 that was checked in by mistake. Remove loading of ada.exp, since
5520 this is not necessary in this case.
5521
5522 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5523
5524 * gdb.ada/ptype_arith_binop.exp: New testcase.
5525
5526 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5527
5528 * gdb.ada/mod_from_name: New testcase.
5529
5530 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdb.ada/tick_last_segv: New testcase.
5533
5534 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
5535
5536 * gdb.mi/mi-cli.exp: Remove debug print.
5537
5538 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
5539
5540 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
5541 include the token in ^running and frame info in *stopped.
5542
5543 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5544
5545 * solib-display.exp: New file.
5546 * solib-display-main.c: New file.
5547 * solib-display-lib.c: New file.
5548
5549 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5550
5551 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
5552
5553 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
5556 (list_and_check_macro): Use more specific test name.
5557 (next to definition): Make the test names unique.
5558
5559 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5560
5561 * gdb.pascal/floats.exp: Accept approximate results everywhere.
5562
5563 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5564
5565 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
5566 notifications.
5567 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
5568 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
5569 * lib/mi-support.exp (library_loaded_re): New.
5570 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
5571
5572 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5573
5574 * gdb.gdb/observer.exp: Use test_notification observer, not
5575 normal_stop, everywhere.
5576 (test_normal_stop_notifications): Rename to...
5577 (test_notifications): ...this.
5578 (test_observer_normal_stop): Rename to...
5579 (test_observer): ...this.
5580
5581 2009-02-16 Doug Evans <dje@google.com>
5582
5583 * gdb.arch/amd64-disp-step.S (test_int3): New test.
5584 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
5585 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
5586 (test_prefixed_syscall,test_int3): New tests.
5587 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
5588 (test_prefixed_syscall,test_int3): New tests.
5589
5590 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5591
5592 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
5593 (mi_expect_interrupt): Likewise.
5594 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
5595 response.
5596
5597 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5598
5599 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
5600 * gdb.base/pc-fp.exp (get_valueofx): Remove.
5601 Replace calls to get_valueofx by get_hexadecimal_valueof.
5602
5603 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5604
5605 * lib/gdb.exp (get_valueof): Accept anything as a return value.
5606 (get_integer_valueof): New procedure.
5607 (get_sizeof): Use new get_integer_value_of.
5608 * gdb.base/sizeof.exp: Replace all uses of get_valueof
5609 by get_integer_valueof.
5610
5611 2009-02-13 Tom Tromey <tromey@redhat.com>
5612
5613 * gdb.base/remote.exp (get_sizeof): Remove.
5614 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
5615 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
5616 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
5617 * lib/gdb.exp (get_valueof): Move from long_long.exp.
5618 (get_sizeof): Likewise.
5619
5620 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5621
5622 PR fortran/9806
5623 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
5624
5625 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5626
5627 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
5628
5629 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5630
5631 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
5632
5633 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5634
5635 * gdb.python/python-cmd.exp: New file.
5636
5637 2009-02-06 Tristan Gingold <gingold@adacore.com>
5638
5639 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
5640
5641 2009-02-05 Tristan Gingold <gingold@adacore.com>
5642
5643 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
5644 pointer is dereferenced and use this signal name in regexp.
5645 * gdb.base/signull.exp: Ditto.
5646 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
5647 * gdb.base/signull.c (main): Ditto.
5648
5649 2009-02-04 Tom Tromey <tromey@redhat.com>
5650 Thiago Jung Bauermann <bauerman@br.ibm.com>
5651
5652 * gdb.python/python-value.exp: Use `gdb.history' instead of
5653 `gdb.value_from_history'.
5654 (test_value_numeric_ops): Add test for conversion of enum constant.
5655 * gdb.python/python-value.c (enum e): New type.
5656 (evalue): New global.
5657 (main): Use argv.
5658
5659 2009-02-04 Jerome Guitton <guitton@adacore.com>
5660
5661 * gdb.ada/uninitialized_vars: New test program.
5662 * gdb.ada/uninitialized_vars.exp: New testcase.
5663
5664 2009-02-02 Tom Tromey <tromey@redhat.com>
5665
5666 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
5667 * gdb.cp/pr2489.cc: Rename...
5668 * gdb.cp/pr9594.cc: ... to this.
5669
5670 2009-02-02 Tom Tromey <tromey@redhat.com>
5671
5672 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
5673 * gdb.cp/pr2489.cc: New file.
5674 * gdb.cp/cpcompletion.exp: New file.
5675
5676 2009-02-02 Tom Tromey <tromey@redhat.com>
5677
5678 PR exp/9059:
5679 * gdb.cp/call-c.exp: Add regression test.
5680 * gdb.cp/call-c.cc (FooHandle): New typedef.
5681 (main): New variable 'handle'.
5682
5683 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5684
5685 * lib/mi-support.exp (et_mi_thread_list)
5686 (check_mi_and_console_threads): Adjust for current thread in
5687 -thread-list-ids output.
5688
5689 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5690
5691 * gdb.mi/mi-break.exp (test_disabled_creation): New.
5692 Call it.
5693
5694 2009-01-28 Doug Evans <dje@google.com>
5695
5696 * gdb.arch/amd64-disp-step.S: New file.
5697 * gdb.arch/amd64-disp-step.exp: New file.
5698 * gdb.arch/i386-disp-step.S: New file.
5699 * gdb.arch/i386-disp-step.exp: New file.
5700
5701 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
5702
5703 * gdb.base/find.exp: Set newline variable
5704 using quotes instead of braces to fix cygwin failures.
5705
5706 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5707
5708 * gdb.base/radix.exp: Add tests to ensure that that set
5709 input-radix 0 and set output-radix 0 are really rejected.
5710
5711 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5712
5713 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
5714 copyright years.
5715
5716 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5717
5718 PR gdb/9664:
5719 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
5720
5721 2009-01-22 Pedro Alves <pedro@codesourcery.com>
5722
5723 PR c++/9631:
5724 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
5725
5726 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
5727
5728 * gdb.server/file-transfer.exp: Use EXEEXT variable for
5729 binfile definition to fix Windows OS failure.
5730
5731 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5732
5733 PR gdb/9346
5734 * gdb.base/interrupt.c (sigint_handler): New.
5735 (main): Install a SIGINT handler if SIGNALS is defined. Exit
5736 on error.
5737 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
5738 Test "signal SIGINT".
5739
5740 2009-01-19 Doug Evans <dje@google.com>
5741
5742 * gdb.base/break.exp: Update expected gdb output.
5743 * gdb.base/sepdebug.exp: Ditto.
5744 * gdb.mi/mi-syn-frame.exp: Ditto.
5745 * gdb.mi/mi2-syn-frame.exp: Ditto.
5746 * gdb.base/call-signal-resume.exp: New file.
5747 * gdb.base/call-signals.c: New file.
5748 * gdb.base/unwindonsignal.exp: New file.
5749 * gdb.base/unwindonsignal.c: New file.
5750 * gdb.threads/interrupted-hand-call.exp: New file.
5751 * gdb.threads/interrupted-hand-call.c: New file.
5752 * gdb.threads/thread-unwindonsignal.exp: New file.
5753
5754 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5755
5756 * gdb.base/define.exp: Test defining and hooking prefix commands.
5757 * gdb.python/python.exp: Update test for "show user" output.
5758
5759 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5760
5761 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
5762 now the output exactly, using less wildcards. Expect also the output
5763 of gfortran-4.3. Update for the f-valprint.c modification from
5764 2008-04-22.
5765 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
5766 Remove gdb_test test names where matching the command.
5767
5768 2009-01-01 Pedro Alves <pedro@codesourcery.com>
5769
5770 PR breakpoints/9681:
5771 * gdb.base/watchpoint.exp: Add regression test.
5772
5773 2008-12-31 Pedro Alves <pedro@codesourcery.com>
5774
5775 * gdb.threads/attach-into-signal.exp: Don't use
5776 gdb_suppress_entire_file.
5777 * gdb.threads/attach-stopped.exp: Ditto.
5778 * gdb.threads/attachstop-mt.exp: Ditto.
5779
5780 2008-12-31 Pedro Alves <pedro@codesourcery.com>
5781
5782 PR gdb/8812:
5783 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
5784
5785 2008-12-29 Pedro Alves <pedro@codesourcery.com>
5786
5787 PR gdb/7536:
5788 * gdb.base/radix.exp: Add tests to ensure invalid input radices
5789 and unsupported output radices are really rejected.
5790
5791 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5792
5793 * gdb.cp/punctuator.exp: Backslash the '$' signs.
5794
5795 2008-12-22 Tom Tromey <tromey@redhat.com>
5796
5797 * gdb.cp/punctuator.exp: New file.
5798
5799 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5800
5801 * gdb.base/completion.exp (Completing non-existing component): New test.
5802
5803 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5804
5805 Fix for PR gdb/8648.
5806 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
5807 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
5808 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
5809 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
5810
5811 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5812
5813 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
5814
5815 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
5816
5817 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
5818 compiler actually generate code at the expected line number.
5819
5820 2008-12-15 Jie Zhang <jie.zhang@analog.com>
5821
5822 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
5823
5824 2008-12-12 Tom Tromey <tromey@redhat.com>
5825
5826 * gdb.base/commands.exp (redefine_hook_test): New proc.
5827 Call it.
5828
5829 2008-12-11 Tom Tromey <tromey@redhat.com>
5830
5831 * gdb.base/macscp.exp: New regression test.
5832
5833 2008-12-11 Tom Tromey <tromey@redhat.com>
5834
5835 * gdb.base/macscp.exp: Print "address.addr".
5836 * gdb.base/macscp1.c (struct outer): New struct.
5837 (address): New global.
5838
5839 2008-12-09 Tom Tromey <tromey@redhat.com>
5840
5841 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
5842 Call it.
5843
5844 2008-12-04 Doug Evans <dje@google.com>
5845
5846 * gdb.server/ext-run.exp: Relax regexp for init program.
5847
5848 2008-12-03 Tristan Gingold <gingold@adacore.com>
5849
5850 * gdb.base/macscp.exp: Generate an object file during compilation
5851 to work around Darwin dsymutil limitations.
5852
5853 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5854
5855 Test resolving external references to TLS variables.
5856 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
5857 FILE2_THREAD_LOCAL.
5858 (testfile2, srcfile2): New variables.
5859 * gdb.threads/tls.c (file2_thread_local)
5860 (function_referencing_file2_thread_local): New.
5861 * gdb.threads/tls2.c: New file.
5862
5863 2008-11-28 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
5866 rather than integer, as integer might not be big enough when
5867 on 64bit targets.
5868
5869 2008-11-27 Jerome Guitton <guitton@adacore.com>
5870
5871 * gdb.cp/formatted-ref.exp: Add equality test.
5872 * gdb.ada/formatted_ref.exp: Ditto.
5873
5874 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5875
5876 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
5877 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
5878
5879 2008-11-20 Andreas Schwab <schwab@suse.de>
5880
5881 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
5882 matching syscall entry point.
5883 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5884 (tcatch_vfork_then_child_follow): Likewise. Finish through
5885 vfork even if we stopped at the syscall trampoline.
5886
5887 2008-11-20 Doug Evans <dje@google.com>
5888
5889 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
5890
5891 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5892
5893 * gdb.arch/ppc-dfp.exp: New file.
5894 * gdb.arch/ppc-dfp.c: New file.
5895
5896 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5897
5898 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
5899
5900 2008-11-17 Doug Evans <dje@google.com>
5901
5902 * gdb.mi/mi-syn-frame.exp: Update expected output.
5903 * gdb.mi/mi2-syn-frame.exp: Update expected output.
5904
5905 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5906
5907 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
5908 "thread N" results in =thread-selected.
5909 * lib/mi-support (mi_run_cmd, mi_expect_stop)
5910 (mi_send_resuming_command_raw): Be prepared for
5911 =thread-selected.
5912
5913 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5914
5915 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
5916 * lib/mi-support.exp: Likewise.
5917
5918 2008-11-16 Joel Brobecker <brobecker@adacore.com>
5919
5920 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
5921 commands from the expected output for "help catch".
5922
5923 2008-11-15 Joel Brobecker <brobecker@adacore.com>
5924
5925 * gdb.ada/int_deref.exp: New testcase.
5926
5927 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
5928
5929 * gdb.mi/gdb2549.exp: New file.
5930
5931 2008-11-11 Doug Evans <dje@google.com>
5932
5933 * gdb.base/callexit.exp: New file.
5934 * gdb.base/callexit.c: New file.
5935
5936 2008-11-10 Doug Evans <dje@google.com>
5937
5938 * lib/gdb.exp (GDBFLAGS): Move -nx ...
5939 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
5940 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
5941 (default_gdb_start,default_gdb_exit): Ditto.
5942 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
5943 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
5944 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
5945 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
5946 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
5947 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
5948
5949 2008-11-03 Andreas Schwab <schwab@suse.de>
5950
5951 * gdb.base/hashline2.exp: Fix typo.
5952 * gdb.base/hashline3.exp: Likewise.
5953
5954 2008-10-30 Tom Tromey <tromey@redhat.com>
5955
5956 * gdb.base/pointers.exp: Add test.
5957 * gdb.base/pointers.c (k, S): New typedefs.
5958 (instance): New global.
5959
5960 2008-10-30 Andreas Schwab <schwab@suse.de>
5961
5962 * gdb.base/args.exp: Add tests for newlines.
5963
5964 2008-10-30 Joel Brobecker <brobecker@adacore.com>
5965
5966 gdb.base/foll-exec.exp: Update the expected output of a couple
5967 of "info breakpoints" tests.
5968
5969 2008-10-28 Tom Tromey <tromey@redhat.com>
5970
5971 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
5972
5973 2008-10-24 Pedro Alves <pedro@codesourcery.com>
5974
5975 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
5976 gdb_start_cmd.
5977 Use runto_main before any test that requires execution.
5978
5979 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5980
5981 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
5982 instead of SIGINT.
5983
5984 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5985
5986 * gdb.base/completion.exp: Update expected output following
5987 the addition of the "info tasks" command.
5988
5989 2008-10-22 Tom Tromey <tromey@redhat.com>
5990
5991 * gdb.base/exprs.exp (test_expr): Add test for string
5992 concatenation.
5993
5994 2008-10-19 Pedro Alves <pedro@codesourcery.com>
5995
5996 * configure.ac: Output gdb.python/Makefile.
5997 * configure: Regenerate.
5998 * gdb.python/Makefile.in: New.
5999
6000 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6001
6002 * gdb.base/foll-fork.exp: Adjust the expected output to match
6003 the new description for fork/vfork catchpoints in the "info
6004 breakpoints" output.
6005
6006 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6007
6008 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6009
6010 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6011
6012 * gdb.python/python-value.c: New file.
6013 * gdb.python/python-value.exp: New file.
6014
6015 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6016
6017 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6018
6019 2008-10-15 Denis Pilat <denis.pilat@st.com>
6020
6021 * gdb.cp/mb-ctor.exp: Fix a typo.
6022
6023 2008-10-09 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6026 'fprintf' and 'stderr'.
6027
6028 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6029
6030 * gdb.ada/ref_tick_size.exp: New testcase.
6031
6032 2008-10-06 Doug Evans <dje@google.com>
6033
6034 * gdb.dwarf2/dw2-cu-size.exp: New file.
6035 * gdb.dwarf2/dw2-cu-size.S: New file.
6036
6037 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6038 .Ltype_int for clarity.
6039
6040 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6041
6042 PR gdb/2384:
6043 * gdb.cp/gdb2384.exp: Extended to test more cases.
6044 * gdb.cp/gdb2384.cc: Likewise.
6045 * gdb.cp/gdb2384-base.h: Likewise.
6046 * gdb.cp/gdb2384-base.cc: Likewise.
6047
6048 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6049
6050 * gdb.base/maint.exp (maint print type): Remove printing
6051 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6052
6053 2008-09-30 Tom Tromey <tromey@redhat.com>
6054
6055 * gdb.base/macscp.exp: Add completion tests.
6056 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6057 (TWENTY_THREE): Likewise.
6058 (FORTY_EIGHT): Likewise.
6059
6060 2008-09-30 Tom Tromey <tromey@redhat.com>
6061
6062 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6063 everywhere.
6064 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6065
6066 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6067
6068 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6069 testcase is derived from. Fix racy dependency on an expected PID
6070 number. No longer support the testcase on Linux kernel 2.4.x.
6071
6072 2008-09-27 Tom Tromey <tromey@redhat.com>
6073
6074 * gdb.base/macscp.exp: Add tests for stringification, splicing,
6075 and varargs.
6076
6077 2008-09-22 Pedro Alves <pedro@codesourcery.com>
6078
6079 * lib/mi-support.exp (mi_expect_interrupt): New.
6080 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6081 from gdb.mi/mi-nonstop.exp.
6082 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6083 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6084 lib/mi-support.exp.
6085 Use mi_check_thread_states throughout. Avoid ".*" and do not
6086 require an anchor after -exec-run.
6087
6088 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6089
6090 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6091 stop is pending. Avoid ".*" when two stops are pending.
6092 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6093 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6094 newlines in fullnames.
6095 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6096 (mi_expect_stop): Update comments. Only anchor in sync mode.
6097 Do not match newlines.
6098 (mi_send_resuming_command_raw): Always return status.
6099 (mi_get_stop_line): Do not match more than one line by accident.
6100 Only anchor in sync mode.
6101 (mi_run_inline_test): If -exec-next fails, give up.
6102
6103 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6104
6105 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6106 on SPU.
6107
6108 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6109
6110 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6111
6112 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6113
6114 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6115 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6116 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6117 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6118 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6119 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6120 gdb.ada/interface.exp, gdb.ada/null_array.exp,
6121 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6122 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6123 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6124 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6125 Include the "= " sequence in the expected output of print tests.
6126
6127 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6128
6129 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
6130 description for boolean types.
6131
6132 2008-09-09 Pedro Alves <pedro@codesourcery.com>
6133
6134 * gdb.base/hook-stop-continue.c: New.
6135 * gdb.base/hook-stop-continue.exp: New.
6136
6137 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6138
6139 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
6140
6141 2008-09-08 Jerome Guitton <guitton@adacore.com>
6142
6143 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
6144 (stack_check_probe_2, stack_check_probe_loop_1)
6145 (stack_check_probe_loop_2): New functions.
6146 (main): Add call to these new functions.
6147 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
6148 functions, check that the breakpoint is inserted at the appropriate
6149 location.
6150 (insert_breakpoint): Slightly refine this procedure so that it can
6151 be called several times in the test.
6152
6153 2008-09-08 Jerome Guitton <guitton@adacore.com>
6154
6155 * gdb.base/stack-checking.c: New file.
6156 * gdb.base/stack-checking.exp: New file.
6157
6158 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6159
6160 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
6161 * gdb.arch/altivec-regs.exp: Likewise.
6162 * gdb.arch/vsx-regs.exp: Likewise.
6163
6164 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6165
6166 * gdb.arch/ppc-fp.exp: New file.
6167 * gdb.arch/ppc-fp.c: New file.
6168
6169 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6170
6171 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
6172 lest gcc-4.3.1 optimizes the whole thing away.
6173
6174 2008-09-04 Michael Snyder <msnyder@vmware.com>
6175
6176 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
6177 as "at" (for non-debug functions such as _start).
6178
6179 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6180
6181 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
6182 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
6183 software watchpoints.
6184 * gdb.base/watch_thread_num.exp: Likewise.
6185
6186 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
6187
6188 * gdb.arch/i386-bp_permanent.exp: New test.
6189
6190 2008-08-24 Tom Tromey <tromey@redhat.com>
6191
6192 * gdb.base/maint.exp: Update "maint print type".
6193
6194 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
6195
6196 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
6197 support. Adjust the order of "*running" notifications.
6198 * gdb.mi/non-stop.c: Don't cast from int to void* and
6199 back.
6200
6201 2008-08-20 Mark Kettenis <kettenis@gnu.org>
6202
6203 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
6204 expect to find it in the "info frame" output.
6205
6206 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
6207
6208 * gdb.base/interp.exp: Always consume both prompts.
6209
6210 2008-08-20 Pedro Alves <pedro@codesourcery.com>
6211
6212 * gdb.base/pending.exp: Test pending breakpoints without symbols
6213 loaded.
6214
6215 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6216
6217 * lib/mi-support.exp (mi_expect_stop): Produce
6218 more details on failures.
6219 * gdb.mi/mi-nonstop.exp: New.
6220 * gdb.mi/non-stop.c: New.
6221
6222 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6223
6224 * gdb.mi/mi-async.exp: Use 'set target-async'.
6225 * lib/mi-support.exp: Use 'set/show target-async'.
6226
6227 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
6228
6229 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
6230
6231 2008-08-17 Tom Tromey <tromey@redhat.com>
6232
6233 * gdb.base/help.exp (help catch): Rewrite.
6234
6235 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6236
6237 * gdb.base/define.exp: Test indented command documentation.
6238 * gdb.python/python.exp: Test indented multi-line command.
6239
6240 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
6241
6242 * testsuite/gdb.arch/vsx-regs.c: New source file.
6243 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
6244 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
6245
6246 2008-08-14 Tom Tromey <tromey@redhat.com>
6247
6248 * gdb.base/macscp.exp: Add regression test for "macro define" or
6249 "macro undef" with no arguments.
6250
6251 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6252
6253 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
6254
6255 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6256
6257 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
6258
6259 2008-08-06 Tom Tromey <tromey@redhat.com>
6260
6261 * gdb.python/python.exp: New file.
6262
6263 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6264
6265 Fix for PR gdb/1543.
6266 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
6267 $LOCATION.
6268 (location): New variable.
6269 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
6270 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
6271 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
6272 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
6273 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
6274 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
6275 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
6276 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
6277 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
6278 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
6279 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
6280 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
6281 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
6282 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
6283 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
6284 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
6285 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
6286 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
6287 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
6288 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6289 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
6290 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
6291 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
6292 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
6293 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
6294 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
6295 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
6296 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
6297 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
6298 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
6299 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
6300 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
6301 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
6302 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
6303 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
6304 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
6305 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
6306 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6307 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
6308 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
6309 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
6310 gdb.base/type-opaque.exp, gdb.base/until.exp,
6311 gdb.base/value-double-free.c, gdb.base/varargs.exp,
6312 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
6313 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
6314 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
6315 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
6316 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
6317 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
6318 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
6319 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6320 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
6321 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
6322 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
6323 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
6324 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
6325 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
6326 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
6327 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
6328 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
6329 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
6330 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
6331 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6332 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
6333 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
6334 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
6335 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6336 gdb.pascal/types.exp, gdb.stabs/weird.exp,
6337 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
6338 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
6339 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
6340 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
6341 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
6342 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
6343 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6344 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6345 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6346 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6347 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6348 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
6349 lib/mi-support.exp, lib/trace-support.exp: Remove reference
6350 to bug-gdb@prep.ai.mit.edu .
6351
6352 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
6353
6354 * lib/mi-support.exp (mi_load_shlibs): New.
6355 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
6356
6357 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
6358
6359 * lib/mi-support.exp (get_mi_thread_list)
6360 (check_mi_and_console_threads): New, moved from ...
6361 * gdb.mi/mi-pthread.exp: ...here.
6362 * gdb.mi/gdb669.exp (get_mi_thread_list)
6363 (check_mi_and_console_threads): Delete.
6364 * gdb.mi/mi2-pthread.exp: Likewise.
6365
6366 2008-07-28 Tom Tromey <tromey@redhat.com>
6367
6368 * Makefile.in (just-check): Remove. Move body to...
6369 (check): ... here.
6370
6371 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6372
6373 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
6374 Add a test for duplicated SIGINTs.
6375
6376 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6377
6378 * gdb.threads/schedlock.exp (get_args): Update to work for any
6379 value of NUM.
6380 (Top level): Report the number of threads that did not resume.
6381
6382 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6383
6384 * gdb.dwarf2/dw2-compressed.S: Also define __start.
6385
6386 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6387
6388 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
6389 non-MI prompt.
6390
6391 2008-07-26 Tom Tromey <tromey@redhat.com>
6392
6393 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
6394 (function_struct, function_struct_ptr): New globals.
6395 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
6396 function pointer in a struct.
6397
6398 2008-07-26 Tom Tromey <tromey@redhat.com>
6399
6400 * gdb.base/macscp.exp: Add test for macro lexing bug.
6401
6402 2008-07-18 Tom Tromey <tromey@redhat.com>
6403
6404 * gdb.base/macscp.exp: Add macro tests.
6405
6406 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6407
6408 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
6409
6410 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6411
6412 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
6413
6414 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6415
6416 * gdb.cp/class2.exp: fix for failure on spu-elf
6417
6418 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6419
6420 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
6421
6422 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6423
6424 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
6425
6426 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
6427
6428 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
6429
6430 2008-07-11 Kevin Buettner <kevinb@redhat.com>
6431
6432 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
6433 of regexp to account for changes made to GDB in the printing of
6434 byte vectors.
6435
6436 2008-07-11 Tom Tromey <tromey@redhat.com>
6437
6438 * gdb.base/completion.exp: Add 'help' completion test.
6439
6440 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
6443
6444 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6445
6446 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
6447
6448 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6449
6450 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
6451
6452 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6453
6454 * gdb.base/fullname.exp: Restore pwd if compiling failed.
6455
6456 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6457
6458 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
6459
6460 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6461
6462 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
6463 previous commit. Add a comment.
6464
6465 2008-06-28 Pedro Alves <pedro@codesourcery.com>
6466
6467 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
6468
6469 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6470
6471 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
6472
6473 2008-06-27 Pedro Alves <pedro@codesourcery.com>
6474
6475 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
6476 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
6477 compiling an executable, link in an object that forces unbuffered
6478 output.
6479 * lib/set_unbuffered_mode.c: New file.
6480
6481 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6482
6483 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
6484
6485 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
6486
6487 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
6488 mi_expect_stop.
6489 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
6490 Demand that *running is output.
6491 (detect_async): Perform checking every time.
6492 (mi_send_resuming_command): Extract everything into...
6493 (mi_send_resuming_command_raw): ...this.
6494 (mi_expect_stop): Don't accept any output before *stopped.
6495
6496 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
6497
6498 Robustify mi-simplerun.
6499 * gdb.mi/basics.c (main): Add a call to sleep.
6500 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
6501 * gdb.mi/mi2-cli.exp: Likewise.
6502 * gdb.mi/mi-break.exp: Likewise.
6503
6504 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
6505
6506 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
6507
6508 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6509
6510 * gdb.mi/mi-console.exp: Adjust.
6511 * gdb.mi/mi-syn-frame.exp: Adjust.
6512 * gdb.mi/mi2-console.exp: Adjust.
6513 * gdb.mi/mi2-syn-frame.exp: Adjust.
6514 * lib/mi-support.exp (mi_run_cmd): Adjust.
6515 (mi_send_resuming_command): Adjust.
6516
6517 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6518
6519 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
6520 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
6521 testing of stopped.
6522 * gdb.mi/mi2-syn-frame.exp: Likewise.
6523 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
6524 (async, detect_async): New.
6525 (mi_expect_stop, mi_continue_to_line): Adjust expectation
6526 depending on if we're running in sync or async mode.
6527
6528 2008-06-09 Tom Tromey <tromey@redhat.com>
6529
6530 * gdb.base/completion.exp: New tests for field name completion
6531 with spaces, and field name completion with '->'.
6532
6533 2008-06-06 Tom Tromey <tromey@redhat.com>
6534
6535 * gdb.base/break1.c (struct some_struct): New struct.
6536 (values): New global.
6537 * gdb.base/completion.exp: Add field name completion test.
6538
6539 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6540
6541 * gdb.cp/call-c.exp: Test for incorrect handling of reference
6542 to pointer.
6543 * gdb.cp/call-c.cc: Likewise.
6544
6545 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
6546
6547 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
6548 annotation.
6549
6550 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6551 Pedro Alves <pedro@codesourcery.com>
6552
6553 * gdb.threads/execl.c, gdb.threads/execl1.c,
6554 gdb.threads/execl.exp: New tests.
6555
6556 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
6557 Daniel Jacobowitz <dan@codesourcery.com>
6558
6559 * gdb.cp/exception.exp: Activate test, make it work with pending
6560 catchpoints.
6561
6562 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6563
6564 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
6565
6566 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
6567
6568 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
6569 now printed.
6570 * gdb.mi/mi2-var-cmd.exp: Likewise.
6571
6572 2008-05-27 Andreas Schwab <schwab@suse.de>
6573
6574 * gdb.base/frame-args.exp: Handle arguments that are optimized
6575 out.
6576
6577 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
6578
6579 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
6580 quiet for ppc32 and group options into a single variable.
6581
6582 2008-05-23 Joel Brobecker <brobecker@adacore.com>
6583
6584 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
6585 of zero-size elements.
6586 * gdb.ada/null_array.exp: Test printing this new array.
6587
6588 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6589
6590 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
6591
6592 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6593
6594 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
6595 of the "finish" command.
6596
6597 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6598
6599 * gdb.base/annota1.exp: Test for new annotation.
6600
6601 2008-05-16 Pedro Alves <pedro@codesourcery.com>
6602
6603 * gdb.base/fixsection.exp: New file.
6604 * gdb.base/fixsection0.c: New file.
6605 * gdb.base/fixsection1.c: New file.
6606
6607 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6608
6609 * gdb.base/annota1.exp: Accept printf@... in place of printf.
6610 * gdb.base/annota3.exp: Likewise.
6611
6612 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
6613
6614 * gdb.base/watch_thread_num.exp: Don't run tests that require
6615 watchpoints if the target doesn't support them.
6616
6617 2008-05-12 Doug Evans <dje@google.com>
6618
6619 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
6620
6621 2008-05-09 Joel Brobecker <brobecker@adacore.com>
6622
6623 * gdb.ada/assign_1.exp: New testcase.
6624
6625 2008-05-09 Doug Evans <dje@google.com>
6626
6627 * gdb.base/find.exp: New file.
6628 * gdb.base/find.c: New file.
6629
6630 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
6631
6632 * gdb.base/commands.exp (watchpoint_command_test): Handle
6633 gdb,no_hardware_watchpoints.
6634 * gdb.base/float.exp: Allow ARM targets without floating point.
6635 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
6636
6637 2008-05-06 Jerome Guitton <guitton@adacore.com>
6638 Joel Brobecker <brobecker@adacore.com>
6639
6640 * gdb.ada/lang_switch: New test program.
6641 * gdb.ada/lang_switch.exp: New testcase.
6642
6643 2008-05-05 Doug Evans <dje@google.com>
6644
6645 * gdb.base/help.exp (disassemble): Update expected help text.
6646
6647 2008-05-04 Pedro Alves <pedro@codesourcery.com>
6648
6649 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
6650
6651 2008-05-04 Pedro Alves <pedro@codesourcery.com>
6652
6653 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
6654 different times.
6655
6656 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6657
6658 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
6659 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
6660 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
6661 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
6662
6663 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
6664
6665 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
6666 notification to appear.
6667
6668 2008-05-04 Daniel Jacobowitz <dan@debian.org>
6669
6670 * gdb.base/fullname.c: New file.
6671 * gdb.base/fullname.exp: New file.
6672 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
6673
6674 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6675
6676 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
6677 expressions with macros.
6678
6679 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6680
6681 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
6682
6683 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6684
6685 * gdb.base/completion.exp: Handle lack of other symbols beginning
6686 with "a".
6687
6688 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
6689
6690 2008-05-02 Jim Blandy <jimb@codesourcery.com>
6691
6692 * gdb.asm/asmsrc1.s: Add scratch space.
6693
6694 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6695 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
6698 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
6699 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
6700
6701 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
6702
6703 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
6704
6705 2008-05-01 Joel Brobecker <brobecker@adacore.com>
6706
6707 * gdb.base/info-target.exp: New testcase.
6708
6709 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6710
6711 * gdb.cp/hang.exp: Use .cc instead of .C.
6712 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
6713 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
6714
6715 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6716
6717 * gdb.base/gdb1250.exp: Remove perror.
6718 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
6719
6720 2008-04-30 Pedro Alves <pedro@codesourcery.com>
6721
6722 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
6723 .2byte.
6724
6725 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
6726
6727 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
6728 (maybe_kfail): New.
6729
6730 2008-04-25 Pedro Alves <pedro@codesourcery.com>
6731
6732 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
6733
6734 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6735
6736 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
6737 * gdb.mi/mi2-syn-frame.exp: Likewise.
6738 * lib/mi-support.exp: Likewise.
6739
6740 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6741
6742 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
6743 to specify regexp for the location to stop at.
6744 * gdb.base/break-always.c: New.
6745 * gdb.base/break-always.exp: New.
6746
6747 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6748
6749 * lib/mi-support.exp (mi_runto_helper): Adjust
6750 for the original-location field.
6751 (mi_create_breakpoint, mi_list_breakpoints): New.
6752 * gdb.mi/mi-break.exp: Adjust.
6753 * gdb.mi/mi2-break.exp: Adjust.
6754 * gdb.mi/mi-pending.exp: Adjust.
6755 * gdb.mi/mi-simplerun.exp: Adjust.
6756 * gdb.mi/mi2-simplerun.exp: Adjust.
6757 * gdb.mi/mi-syn-frame.exp: Adjust.
6758 * gdb.mi/mi2-syn-frame.exp: Adjust.
6759 * gdb.mi/mi-until.exp: Adjust.
6760 * gdb.mi/mi2-until.exp: Adjust.
6761 * gdb.mi/mi-var-display.exp: Adjust.
6762 * gdb.mi/mi2-var-display.exp: Adjust.
6763 * gdb.mi/mi-watch.exp: Adjust.
6764 * gdb.mi/mi2-watch.exp: Adjust.
6765
6766 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
6767
6768 * aclocal.m4: Add override.m4.
6769 * configure: Regenerate.
6770
6771 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
6772
6773 * gdb.mi/var-cmd.c (do_at_tests): Verify that
6774 '-var-update --all-values' reports new value even the type
6775 of a variable object has changed.
6776
6777 2008-04-18 Craig Silverstein <csilvers@google.com>
6778
6779 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
6780 files.
6781
6782 2008-04-18 Joel Brobecker <brobecker@adacore.com>
6783
6784 * gdb.ada/atomic_enum: New test program.
6785 * gdb.ada/atomic_enum.exp: New testcase.
6786
6787 2008-04-17 Doug Evans <dje@google.com>
6788
6789 * gdb.opt/Makefile.in: Fix whitespace.
6790
6791 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
6792
6793 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
6794
6795 2008-04-17 Doug Evans <dje@google.com>
6796
6797 * gdb.base/hashline1.exp: New testcase.
6798 * gdb.base/hashline2.exp: New testcase.
6799 * gdb.base/hashline2.exp: New testcase.
6800
6801 2008-04-17 Pedro Alves <pedro@codesourcery.com>
6802
6803 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
6804
6805 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
6806
6807 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
6808 temporary breakpoint to match "Temporary breakpoint".
6809 * gdb.base/break.exp (delete_breakpoints): Likewise.
6810 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
6811 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
6812 * gdb.base/display.exp: Likewise.
6813 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
6814 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
6815 * gdb.base/restore.exp (restore_tests): Likewise.
6816 * gdb.base/sepdebug.exp: Likewise.
6817 * gdb.base/watchpoint.exp: Likewise.
6818 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
6819 * gdb.mi/mi-pending.exp: Likewise.
6820 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
6821 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
6822 * gdb.mi/mi-var-cmd.exp: Likewise.
6823 * gdb.mi/mi-var-display.exp: Likewise.
6824 * gdb.mi/mi2-cli.exp: Likewise.
6825 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
6826 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
6827 * gdb.mi/mi2-var-display.exp: Likewise.
6828 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
6829 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
6830 new "disp" field.
6831 (mi_expect_stop): Move after_reason argument to be really after
6832 reason. This is to support fix for PR2424.
6833
6834 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6835
6836 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
6837
6838 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
6839
6840 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
6841 field. Add more floating varobj tests.
6842 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
6843 field.
6844 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
6845 (main): Call do_at_tests.
6846 * lib/mi-support.exp (mi_create_floating_varobj)
6847 (mi_varobj_update_with_type_change): New.
6848
6849 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6850
6851 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
6852 option of -var-evaluate-expression.
6853 * gdb.mi/mi2-var-display.exp: Likewise.
6854
6855 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
6856
6857 Introduce test setup helpers.
6858 * lib/gdb.exp (build_executable, clean_restart)
6859 (prepare_for_testing): New.
6860 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
6861 * gdb.base/return.exp: Likewise.
6862 * gdb.base/ending-run.exp: Likewise.
6863
6864 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
6865
6866 * gdb.mi/mi-async.exp: New test for asynchronous Machine
6867 Interface (MI) responses.
6868
6869 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
6870
6871 * gdb.cp/breakpoint.cc: New code to test conditions involving
6872 member variables.
6873 * gdb.cp/breakpoint.exp: Test condition involving member
6874 variables.
6875
6876 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
6877
6878 * lib/mi-support.exp (mi_expect_stop): New.
6879 (mi_run_cmd): Change the
6880 token. Use mi_send_resuming_command, use
6881 mi_expect_stop.
6882 (mi_execute_to_helper): Rename to mi_execute_to.
6883 (mi_send_resuming_command): Add more error patterns.
6884 (mi_wait_for_stop): Renamed to...
6885 (mi_get_stop_line): ...this.
6886 (mi_run_inline_test): Adjust.
6887
6888 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
6889 * gdb.mi/mi-console.exp: Likewise.
6890 * gdb.mi/mi-pending.exp: Likewise.
6891 * gdb.mi/mi-simplerun.exp: Likewise.
6892 * gdb.mi/mi-stack.exp: Likewise.
6893 * gdb.mi/mi-stepi.exp: Likewise.
6894 * gdb.mi/mi-syn-frame.exp: Add comment.
6895 * gdb.mi/mi-until.exp: Likewise.
6896 * gdb.mi/mi-var-display.exp: Likewise.
6897 * gdb.mi/mi-watch.exp: Likewise.
6898 * gdb.mi/mi2-cli.exp: Likewise.
6899 * gdb.mi/mi2-console.exp: Likewise.
6900 * gdb.mi/mi2-simplerun.exp: Likewise.
6901 * gdb.mi/mi2-stack.exp: Likewise.
6902 * gdb.mi/mi2-stepi.exp: Likewise.
6903 * gdb.mi/mi2-until.exp: Likewise.
6904 * gdb.mi/mi2-var-display.exp: Likewise.
6905 * gdb.mi/mi2-watch.exp: Likewise.
6906
6907 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6908
6909 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
6910
6911 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
6912
6913 2008-04-04 Pedro Alves <pedro@codesourcery.com>
6914
6915 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
6916 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
6917 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
6918 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
6919 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
6920 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
6921 expect an mi error duplicated in stderr.
6922
6923 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6924
6925 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
6926 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
6927 Add a couple of tests that verify the behavior when the new setting
6928 is set to "cancel" and "all".
6929 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
6930 "ask" before we start the testing.
6931
6932 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6933
6934 * gdb.cp/casts.cc: Add class reference variables.
6935 * gdb.cp/casts.exp: New test cases for up/down casting references.
6936
6937 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
6938
6939 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
6940 instead of beginning to make an extra test pass.
6941 * gdb.mi/mi2-var-display.exp: Likewise.
6942
6943 2008-03-31 Maciej W. Rozycki <macro@mips.com>
6944
6945 * gdb.base/break.exp: Mark failures as such. Fix formatting.
6946
6947 2008-03-31 Markus Deuling <deuling@de.ibm.com>
6948 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6949
6950 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
6951 value. Add xfail for older kernels.
6952
6953 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
6954
6955 Bring mi-support in line with gdb.exp.
6956 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
6957 (mi_gdb_start): New function.
6958
6959 2008-03-28 Maciej W. Rozycki <macro@mips.com>
6960
6961 * gdb.mi/mi-var-cmd.exp: Fix a typo.
6962
6963 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6964
6965 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
6966 * gdb.mi/mi2-var-display.exp: Likewise.
6967
6968 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6969
6970 * lib/mi-support.exp (mi_create_varobj_checked): New.
6971 (mi_list_varobj_children): Allow to check for a
6972 value.
6973 (mi_list_array_varobj_children): New.
6974
6975 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
6976 and mi_list_varobj_children, as opposed to hardcoding
6977 expected strings.
6978 * gdb.mi/gdb701.exp: Likewise.
6979 * gdb.mi/gdb792.exp: Likewise.
6980 * gdb.mi/mi-var-block.exp: Likewise.
6981 * gdb.mi/mi-var-cmd.exp: Likewise.
6982 * gdb.mi/mi-var-invalidate.exp: Likewise.
6983 * gdb.mi/mi2-var-block.exp: Likewise.
6984 * gdb.mi/mi2-var-child.exp: Likewise.
6985 * gdb.mi/mi2-var-cmd.exp: Likewise.
6986 * gdb.mi/mi2-var-display.exp: Likewise.
6987
6988 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6989
6990 Fix random false FAILs on i386.
6991 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
6992
6993 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6994
6995 PR gdb/544
6996 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
6997
6998 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6999
7000 PR gdb/544
7001 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7002
7003 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7004
7005 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7006 fixed PR gdb/544.
7007
7008 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7009
7010 * gdb.threads/fork-child-threads.exp: Test next over fork.
7011
7012 2008-03-21 Chris Demetriou <cgd@google.com>
7013
7014 * gdb.base/break.exp (rbreak junk): New test for rbreak
7015 "Junk at end of arguments" issue.
7016
7017 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7018
7019 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7020 *& to work on created array elements.
7021 (Top level): Test print $pc with a file. Test string operations
7022 without a target.
7023 * gdb.base/ptype.exp: Do not expect *& to work on created array
7024 elements.
7025
7026 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7027
7028 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7029 gdb.threads/staticthreads.exp: Update exit query.
7030
7031 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7032
7033 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7034
7035 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * gdb.base/watchpoint.c (global_ptr, func4): New.
7038 (main): Call func4.
7039 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7040 (test_inaccessible_watchpoint): New.
7041
7042 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7043
7044 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7045 select the largest.
7046
7047 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7048
7049 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7050 frames-invalid annotations.
7051
7052 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7053
7054 * gdb.base/assign.exp: avoid same output for different tests.
7055
7056 2008-02-27 Doug Evans <dje@google.com>
7057
7058 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7059 for bug 1738.
7060 (breakpoint_to_handler_entry): Ditto.
7061
7062 2008-02-27 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.base/ending-run.exp: Use the first line of code inside
7065 function body to test breakpoints.
7066 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7067 location where the breakpoint is inserted when using the line
7068 where a function is declared. Fix typo in the description of
7069 one of the tests.
7070 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7071
7072 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7073
7074 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
7075 tests.
7076
7077 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7078
7079 * gdb.base/args.exp: avoid same output for tests
7080 with single quotes.
7081
7082 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
7083
7084 * gdb.base/annota1.exp: Adjust for 'info break'
7085 format changes.
7086 * gdb.base/annota3.exp: Likewise.
7087 * gdb.base/break.exp: Likewise.
7088 * gdb.base/condbreak.exp: Likewise.
7089 * gdb.base/pending.exp: Likewise.
7090 * gdb.base/sepdebug.exp: Likewise.
7091 * gdb.base/unload.exp: Likewise.
7092 * gdb.cp/ovldbreak.exp: Likewise.
7093 * gdb.mi/mi-pending.exp: Likewise.
7094
7095 2008-02-07 Doug Evans <dje@google.com>
7096
7097 * gdb.cp/mb-inline.exp: New.
7098 * gdb.cp/mb-inline.h: New.
7099 * gdb.cp/mb-inline1.cc: New.
7100 * gdb.cp/mb-inline2.cc: New.
7101
7102 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7103
7104 * gdb.pascal/floats.pas: New test program.
7105 * gdb.pascal/floats.exp: New testcase.
7106
7107 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7108
7109 * gdb.base/callfuncs.c (t_float_many_args): New function.
7110 (t_double_many_args): New function.
7111 * gdb.base/callfuncs.exp: Add tests for exceeding float
7112 and double parameters passed through the stack.
7113
7114 2008-02-05 Joel Brobecker <brobecker@adacore.com>
7115
7116 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7117 gdb.ada/complete/foo.adb: New files.
7118 * gdb.ada/complete.exp: New testcase.
7119
7120 2008-02-03 Doug Evans <dje@google.com>
7121
7122 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7123
7124 * gdb.cp/gdb2384.exp: New file.
7125 * gdb.cp/gdb2384.cc: New file.
7126 * gdb.cp/gdb2384-base.h: New file.
7127 * gdb.cp/gdb2384-base.cc: New file.
7128
7129 2008-02-02 Doug Evans <dje@google.com>
7130
7131 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
7132
7133 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7134
7135 * gdb.ada/sym_print_name: New test program.
7136 * gdb.ada/sym_print_name.exp: New testcase.
7137
7138 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7139
7140 * gdb.ada/nested/hello.adb: New file.
7141 * gdb.ada/nested.exp: New testcase.
7142 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7143
7144 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7145
7146 * gdb.mi/basic.c (return_1): New function.
7147 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
7148 don't cause future evaluations of function to report
7149 creation of internal breakpoints.
7150
7151 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7152
7153 * gdb.mi/mi-break.exp (test_error): New.
7154 Call it.
7155
7156 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
7157
7158 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
7159 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
7160
7161 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7162
7163 * gdb.pascal/integers.pas: New test program.
7164 * gdb.pascal/integers.exp: New testcase.
7165
7166 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7167
7168 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
7169
7170 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
7171
7172 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
7173 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
7174
7175 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
7176
7177 * gdb.ada/formatted_ref: New test program.
7178 * gdb.ada/formatted_ref.exp: New testcase.
7179
7180 * gdb.cp/formatted-ref.cc: New file.
7181 * gdb.cp/formatted-ref.exp: New testcase.
7182
7183 2008-01-30 Joel Brobecker <brobecker@adacore.com>
7184
7185 * gdb.base/ptype.exp: Add testing of "ptype $pc".
7186
7187 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7188
7189 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
7190 (test_file_list_exec_source_file): Update to new macro-info field.
7191
7192 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
7193
7194 * gdb.ada/exprs: New test program.
7195 * gdb.ada/exprs.exp: New testcase.
7196
7197 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7198
7199 * dfp-test.c (DELTA, DELTA_B): New definitions.
7200 (double_val1, double_val2, double_val3, double_val4, double_val5,
7201 double_val6, double_val7, double_val8, double_val9, double_val10,
7202 double_val11, double_val12, double_val13, double_val14, dec32_val1,
7203 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
7204 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
7205 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
7206 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
7207 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
7208 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
7209 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
7210 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
7211 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
7212 dec128_val16): New global variables.
7213 (decimal_dec128_align): New function.
7214 (decimal_mixed): Likewise.
7215 (decimal_many_args_dec32): Likewise.
7216 (decimal_many_args_dec64): Likewise.
7217 (decimal_many_args_dec128): Likewise.
7218 (decimal_many_args_mixed): Likewise.
7219 * dfp-test.exp: Add tests calling new inferior functions.
7220
7221 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7222
7223 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
7224 gdb.server/ext-run.exp: New files.
7225 * lib/gdbserver-support.exp (gdbserver_download): New.
7226 (gdbserver_start): New. Update gdbserver expected
7227 output.
7228 (gdbserver_spawn): Use them.
7229 (gdbserver_start_extended): New.
7230
7231 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7232
7233 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
7234 Run on GNU/Linux.
7235 (do_exec_tests): Check for systems which do not support catchpoints.
7236 Do not match START.
7237 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
7238 Run on GNU/Linux. Enable verbose output.
7239 (check_fork_catchpoints): New.
7240 (explicit_fork_child_follow, catch_fork_child_follow)
7241 (tcatch_fork_parent_follow): Update expected messages.
7242 (do_fork_tests): Use check_fork_catchpoints.
7243 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
7244 Run on GNU/Linux. Enable verbose output.
7245 (check_vfork_catchpoints): New.
7246 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
7247 expected messages.
7248 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
7249
7250 2008-01-29 Jim Blandy <jimb@red-bean.com>
7251
7252 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
7253 host' errors.
7254 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
7255
7256 2008-01-29 Jim Blandy <jimb@red-bean.com>
7257
7258 * gdb.threads/sigthread.c: Use barriers to ensure that
7259 child_thread and child_thread_two are always initialized before we
7260 start to use them.
7261
7262 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
7263
7264 * gdb.base/watchpoint-solib.exp: New.
7265 * gdb.base/watchpoint-solib.c: New.
7266 * gdb.base/watchpoint-solib-shr.c: New.
7267
7268 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
7269
7270 * gdb.base/gdb1056.exp: Add unsigned integer test.
7271
7272 2008-01-28 Doug Evans <dje@google.com>
7273
7274 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
7275
7276 2008-01-27 Jim Blandy <jimb@codesourcery.com>
7277
7278 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
7279
7280 * gdb.base/expand-psymtabs.exp: Doc fix.
7281
7282 2008-01-26 Mark Kettenis <kettenis@gnu.org>
7283
7284 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7285
7286 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
7287
7288 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
7289 -var-set-format.
7290
7291 2008-01-23 Chris Demetriou <cgd@google.com>
7292
7293 * gdb.threads/thread_events.c: New testcase source file.
7294 * gdb.threads/thread_events.exp: New testcase expect file.
7295
7296 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * lib/gdb.exp: Add the variable octal.
7299
7300 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
7301 -var-set-format.
7302
7303 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7304 Vladimir Prus <vladimir@codesourcery.com>
7305
7306 * gdb.base/float.exp: Allow missing floating point for m68k and
7307 PowerPC.
7308
7309 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
7310
7311 * gdb.mi/basics.c: Setup for testing breakpoints
7312 ignore count.
7313 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
7314 * gdb.mi/mi-cli.exp: Adjust.
7315 * gdb.mi/mi2-cli.exp: Adjust.
7316
7317 2008-01-17 Pedro Alves <pedro@codesourcery.com>
7318
7319 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
7320 and 'dummy_ptr' integer pointer. Initialize struct_declarations
7321 with dummy_ptr's address.
7322 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
7323 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
7324 all targets.
7325 * gdb.mi/mi2-var-child.exp: Likewise.
7326
7327 2008-01-09 Joel Brobecker <brobecker@adacore.com>
7328
7329 * gdb.ada/null_array: New test program.
7330 * gdb.ada/null_array.exp: New testcase.
7331
7332 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7333
7334 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
7335 with required float modifiers.
7336
7337 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7338
7339 * gdb.ada/funcall_param: New test program.
7340 * gdb.ada/funcall_param.exp: New testcase.
7341
7342 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7343
7344 * gdb.ada/arrayparam: New test program.
7345 * gdb.ada/arrayparam.exp: New testcase.
7346
7347 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7348
7349 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
7350 landed. Should also fix random failures in the test following it.
7351
7352 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7353
7354 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
7355 for expressions with decimal float values.
7356 (test_dfp_conversions): New function to test casts to and from
7357 decimal float types.
7358 Call test_dfp_conversions.
7359 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
7360 elements.
7361 (main): Initialize ds.float4 and ds.double8 elements.
7362 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
7363 string to new error message.
7364 (d64_set_tests): Likewise.
7365 (d128_set_tests): Likewise.
7366 Add tests for expressions with decimal float variables. Add tests for
7367 conversions to and from decimal float types.
7368
7369 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7370
7371 * gdb.ada/packed_tagged/comp_bug.adb: New file.
7372 * gdb.ada/packed_tagged.exp: New testcase.
7373
7374 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7375
7376 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
7377 gdb.ada/homonym/homonym_main.adb: New files.
7378 * gdb.ada/homonym.exp: New testcase.
7379
7380 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7381
7382 * gdb.ada/packed_array.exp: Add testing of references to
7383 a packed array.
7384
7385 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7386
7387 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
7388 New files.
7389 * gdb.ada/type_coercion.exp: New testcase.
7390
7391 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7392
7393 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
7394 gdb.ada/tagged/foo.adb: New file.
7395 * gdb.ada/tagged.exp: New testcase.
7396
7397 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
7400 gdb.ada/ptype_field/foo.adb: New files.
7401 * gdb.ada/ptype_field.exp: New testcase.
7402
7403 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7404
7405 * gdb.ada/print_pc.exp: New testcase.
7406
7407 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7408
7409 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
7410 gdb.ada/taft_type/p.adb: New files.
7411 * gdb.ada/taft_type.exp: New testcase.
7412
7413 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7414
7415 * gdb.ada/array_bounds/bar.adb: New file.
7416 * gdb.ada/array_bounds.exp: New testcase.
7417
7418 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7419
7420 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
7421 gdb.ada/arrayptr/foo.adb: New files.
7422 * gdb.ada/arrayptr.exp: New testcase.
7423
7424 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7425
7426 * gdb.base/set-lang-auto.exp: New testcase.
7427
7428 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7429
7430 * gdb.ada/fun_addr/foo.adb: New file.
7431 * gdb.ada/fun_addr.exp: New testcase.
7432
7433 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
7436 New files
7437
7438 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7439
7440 * array_subscript_addr/p.adb: New file.
7441 * array_subscript_addr.exp: New testcase.
7442
7443 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
7446 New files.
7447 * gdb.ada/str_cmp_ref.exp: New testcase.
7448
7449 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
7452 gdb.ada/fun_in_declare/foo.adb: New files.
7453 * gdb.ada/fun_in_declare.exp: New testcase.
7454
7455 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7456
7457 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
7458 gdb.ada/ref_param/pck.ads: New files.
7459 * gdb.ada/ref_param.exp: New testcase.
7460
7461 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7462
7463 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
7464 gdb.ada/interface/foo.adb: New files.
7465 * gdb.ada/interface.exp: New testcase.
7466
7467 2007-12-31 Jim Blandy <jimb@codesourcery.com>
7468
7469 * gdb.base/multi-forks.exp: Consume all output from child
7470 processes before proceeding to next test.
7471
7472 2007-12-29 Jim Blandy <jimb@codesourcery.com>
7473
7474 * configure: Regenerated.
7475
7476 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7477
7478 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
7479 gdb.ada/fixed_cmp/fixed.adb: New files.
7480 * gdb.ada/fixed_cmp.exp: New testcase.
7481
7482 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7483
7484 * gdb.ada/boolean_expr.exp: New testcase.
7485
7486 2007-12-26 Jim Blandy <jimb@codesourcery.com>
7487
7488 * gdb.base/multi-forks.exp: Doc fix.
7489
7490 2007-12-26 Joel Brobecker <brobecker@adacore.com>
7491
7492 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7493 * gdb.ada/char_param.exp: Do not compile our test program with
7494 -gnata, this is unnecessary.
7495 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
7496
7497 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7498
7499 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
7500 gdb.ada/print_chars/foo.adb: New files.
7501 * gdb.ada/print_chars.exp: New testcase.
7502
7503 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7504
7505 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
7506 gdb.ada/char_param/foo.adb: New files.
7507 * gdb.ada/char_param.exp: New testcase.
7508
7509 2007-12-22 Jim Blandy <jimb@codesourcery.com>
7510
7511 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
7512 hard-coding source line numbers into the test.
7513 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
7514 gdb_get_line_number to find.
7515
7516 2007-12-22 Joel Brobecker <brobecker@adacore.com>
7517
7518 * gdb.base/ptype.c (highest): New struct type.
7519 (the_highest): New variable of that type.
7520 (main): Add dummy assignment to a field of variable the_highest.
7521 * gdb.base/ptype.exp: Test type printing of our new variable.
7522
7523 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
7524
7525 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
7526 and record first explicitly generated thread number.
7527 Use that thread number for thread specific watchpoint test.
7528 Add iteration number to repetitive tests.
7529
7530 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
7531 Jim Blandy <jimb@codesourcery.com>
7532
7533 * gdb.base/expand-psymtabs.c: New testcase
7534 source file.
7535 * gdb.base/expand-psymtabs.exp: New testcase
7536 expect file.
7537
7538 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7539
7540 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
7541 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
7542
7543 2007-12-17 Joel Brobecker <brobecker@adacore.com>
7544
7545 * gdb.ada/frame_args/foo.adb: New file.
7546 * gdb.ada/frame_args/pck.ads: New file.
7547 * gdb.ada/frame_args/pck.adb: New file.
7548 * gdb.ada/frame_args.exp: New testcase.
7549
7550 2007-12-17 Joel Brobecker <brobecker@adacore.com>
7551
7552 * gdb.base/frame-args.c: New file.
7553 * gdb.base/frame-args.exp: New testcase.
7554
7555 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7556 Joseph Myers <joseph@codesourcery.com>
7557
7558 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
7559
7560 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7561
7562 * gdb.mi/mi-pending.exp: New.
7563 * gdb.mi/mi-pending.c: New.
7564 * gdb.mi/mi-pendshr.c: New.
7565
7566 2007-12-06 Jim Blandy <jimb@codesourcery.com>
7567
7568 * gdb.base/default.exp: Update expected output for 'info catch'.
7569
7570 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7571
7572 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
7573 must be set to binary.
7574
7575 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
7576
7577 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
7578
7579 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7580
7581 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
7582 gdb.mi/mi-file-transfer.exp: New.
7583
7584 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7585
7586 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
7587
7588 2007-11-22 Maciej W. Rozycki <macro@mips.com>
7589
7590 * gdb.trace/backtrace.exp: Fix a typo.
7591 * gdb.trace/circ.exp: Likewise.
7592 * gdb.trace/collection.exp: Likewise.
7593 * gdb.trace/limits.exp: Likewise.
7594 * gdb.trace/report.exp: Likewise.
7595 * gdb.trace/tfind.exp: Likewise.
7596 * gdb.trace/while-dyn.exp: Likewise.
7597
7598 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
7601 objects of pointers that can't be dereferenced are now
7602 "noneditable".
7603
7604 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7605
7606 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7607 (target_cpu): Remove.
7608
7609 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
7610
7611 * gdb.base/ending-run.exp: Expect the list of cleared
7612 breakpoint to come in natural order, not the reversed one.
7613
7614 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
7615
7616 * gdb.mi/mi-var-child.c (do_child_deletion): New.
7617 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
7618
7619 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7620
7621 * gdb.base/printcmds.exp: New function
7622 test_printf_with_dfp.
7623
7624 2007-11-02 Doug Evans <dje@google.com>
7625
7626 * gdb.disasm/t01_mov.s: Remove carriage returns.
7627 * gdb.disasm/t02_mova.s: Ditto.
7628 * gdb.disasm/t03_add.s: Ditto.
7629 * gdb.disasm/t04_sub.s: Ditto.
7630 * gdb.disasm/t05_cmp.s: Ditto.
7631 * gdb.disasm/t06_ari2.s: Ditto.
7632 * gdb.disasm/t07_ari3.s: Ditto.
7633 * gdb.disasm/t08_or.s: Ditto.
7634 * gdb.disasm/t09_xor.s: Ditto.
7635 * gdb.disasm/t10_and.s: Ditto.
7636 * gdb.disasm/t11_logs.s: Ditto.
7637 * gdb.disasm/t12_bit.s: Ditto.
7638 * gdb.disasm/t13_otr.s: Ditto.
7639
7640 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7641
7642 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
7643
7644 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7645
7646 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
7647 provide DFP support.
7648
7649 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
7652 Test "set powerpc vector-abi". Skip auto-detection tests for old
7653 toolchains.
7654
7655 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
7656
7657 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
7658 with [string compare].
7659
7660 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
7661
7662 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
7663 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
7664
7665 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
7666
7667 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
7668 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
7669 * gdb.opt/Makefile.in: New makefile.
7670 * Makefile.in: Create new directory "gdb.opt".
7671 * configure.ac: Add "gdb.opt" directory.
7672 * configure: Regenerated.
7673
7674 2007-10-25 Doug Evans <dje@google.com>
7675
7676 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
7677 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
7678
7679 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
7680 Thiago Jung Bauermann <bauerman@br.ibm.com>
7681
7682 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
7683 Floating Point expressions.
7684 * gdb.base/dfp-test.exp: new file adding tests for Decimal
7685 Floating Point variables.
7686 * gdb.base/dfp-test.c: new file containing program with Decimal
7687 Floating variables, used by gdb.base/dfp-test.exp.
7688
7689 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7690
7691 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
7692
7693 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7694
7695 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
7696 compiling test case with GCC.
7697 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
7698
7699 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7700
7701 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7702 format changes.
7703
7704 2007-10-18 Michael Snyder <msnyder@specifix.com>
7705
7706 * gdb.base/dbx.exp: Add missing "-re " operator.
7707
7708 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7709
7710 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
7711 * configure.ac: Removed trailing spaces after backslash.
7712 * gdb.modula2: New directory.
7713 * gdb.modula2/Makefile.in: New file.
7714 * gdb.modula2/unbounded-array.exp: New file.
7715 * gdb.modula2/unbounded1.c: New file.
7716
7717 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7718
7719 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
7720
7721 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
7722
7723 * gdb.base/sigstep.c (main): Add checks for
7724 return values for setitimer call.
7725 Call setitimer again with itimer = ITIMER_REAL
7726 if first call to setitimer fails.
7727
7728 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7729
7730 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
7731 of $timeout.
7732
7733 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7734
7735 * gdb.server/server-run.exp: Test for dynamic linker symbols.
7736
7737 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
7738
7739 * lib/gdb.exp (gdb_run_cmd): Move comment outside
7740 of gdb_expect call, to avoid interruption.
7741
7742 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
7743
7744 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
7745 (v_unsigned_long_long, v_long_long_array)
7746 (v_signed_long_long_array, v_unsigned_long_long_array)
7747 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
7748 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
7749 [!NO_LONG_LONG]: New.
7750 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
7751 v_long_long_member.
7752
7753 (v_long_long_func, v_signed_long_long_func)
7754 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
7755 (main) [!NO_LONG_LONG]: Initialize long long variants.
7756
7757 * gdb.base/whatis.exp: If board file requests no_long_long, build
7758 test with NO_LONG_LONG defined. Test long long, signed long long,
7759 and unsigned long long variants but only if board file doesn't
7760 disable it.
7761
7762 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
7763 Daniel Jacobowitz <dan@codesourcery.com>
7764
7765 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
7766 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
7767 * configure: Regenerated.
7768 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
7769 gdb.pascal/types.exp, lib/pascal.exp: New files.
7770
7771 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * gdb.cp/classes.exp (do_tests): Always step to the line after the
7774 call.
7775 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
7776 to return to the call.
7777 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
7778 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
7779 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
7780 * gdb.mi/mi-until.exp (test_until): Likewise.
7781 * gdb.mi/mi2-until.exp (test_until): Likewise.
7782
7783 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
7784
7785 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
7786 two-char array.
7787 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
7788
7789 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7790
7791 * gdb.threads/watchthreads.c (thread_function): Sleep between
7792 iterations.
7793 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
7794 at once for S/390. Generate matching fails and passes.
7795
7796 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
7797
7798 * gdb.mi/var-cmd.c (do_children_tests): Initialize
7799 the 'struct_declarations' variable to zeros.
7800
7801 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
7802
7803 * gdb.cp/mb-ctor.cc: New.
7804 * gdb.cp/mb-ctor.exp: New.
7805 * gdb.cp/mb-templates.cc: New.
7806 * gdb.cp/mb-templates.exp: New.
7807
7808 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
7809
7810 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
7811
7812 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
7813
7814 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
7815 targets.
7816 * configure: Regenerate.
7817
7818 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
7819
7820 * gdb.base/annota1.exp: Adjust for 'info break'
7821 format changes.
7822 * gdb.base/annota3.exp: Likewise.
7823 * gdb.base/break.exp: Likewise.
7824 * gdb.base/condbreak.exp: Likewise.
7825 * gdb.base/pending.exp: Likewise.
7826 * gdb.base/sepdebug.exp: Likewise.
7827 * gdb.base/unload.exp: Likewise.
7828 * gdb.base/ovldbreak.exp: Likewise.
7829
7830 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
7831
7832 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
7833 messages.
7834 * gdb.base/chng-syms.exp: Likewise.
7835 * gdb.base/unload.exp: Likewise.
7836
7837 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
7838
7839 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
7840
7841 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7842
7843 * schedlock.c (NUM): Change to 1.
7844 (main): Use args[0] for the main thread.
7845 * schedlock.exp: Only expect two threads. Only issue one pass or fail
7846 regardless of the number of threads.
7847
7848 2007-09-14 Maciej W. Rozycki <macro@mips.com>
7849
7850 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
7851 type down.
7852 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
7853 test.
7854 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
7855 watchpoint type down.
7856 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
7857 test.
7858
7859 2007-09-14 Maciej W. Rozycki <macro@mips.com>
7860
7861 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
7862 Move all the tests here and run them twice, once using software
7863 watchpoints and once using hardware watchpoints.
7864 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
7865
7866 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
7867
7868 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
7869 test.
7870
7871 2007-09-10 Mark Kettenis <kettenis@gnu.org>
7872
7873 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
7874 build-id.
7875
7876 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
7877 know about $ORIGIN. Calculate output dir from $dest instead of
7878 using ${objdir}/{$subdir}.
7879
7880 2007-09-09 Mark Kettenis <kettenis@gnu.org>
7881
7882 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
7883 gcore, before continuing with the test.
7884
7885 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
7886
7887 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
7888 * gdb.mi/mi-watch.exp: Likewise.
7889
7890 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7891 Jim Blandy <jimb@codesourcery.com>
7892
7893 * gdb.arch/i386-sse.exp: Do not expect character constants.
7894 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
7895 * gdb.base/display.exp: Allow print/s.
7896 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
7897 and unsigned char array changes.
7898
7899 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7900
7901 * gdb.base/display.exp: Add tests for printf %p.
7902
7903 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
7904
7905 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
7906 the dll name to unicode.
7907
7908 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7909
7910 * gdb.base/default.exp (show version): Update the version text.
7911 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
7912
7913 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7914
7915 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
7916 New files.
7917
7918 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7919
7920 * lib/gdb.exp (build_id_debug_filename_get): New function.
7921 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
7922 Remove the generate DEBUG file for the future testcase runs.
7923 New testcase for the NT_GNU_BUILD_ID retrieval.
7924 Move the final testing step to ...
7925 (test_different_dir): ... a new function.
7926 New parameter XFAIL to XFAIL all the tests performed.
7927 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
7928 New parameter TYPE to PF_PREFIX all the tests performed.
7929
7930 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7931
7932 * gdb.mi/mi-var-cp.cc (path_expression): New
7933 function.
7934 * gdb.mi/mi-var-cp.exp: Run path exression tests.
7935
7936 2007-08-27 Markus Deuling <deuling@de.ibm.com>
7937
7938 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
7939 to fit into SPU Local Store memory.
7940
7941 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7942
7943 * gdb.base/default.exp: Adjust the expected output of "info
7944 warranty" after the switch to GPLv3.
7945
7946 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7947
7948 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
7949 to 30000 (from 20000).
7950
7951 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7952
7953 Switch the license of all .exp files to GPLv3.
7954 Switch the license of all .f and .f90 files to GPLv3.
7955 Switch the license of all .s and .S files to GPLv3.
7956
7957 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7958
7959 * configure.ac: Switch license to GPLv3.
7960
7961 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7962
7963 Switch the licensing to GPLv3 for all .ads and .adb files.
7964
7965 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
7966
7967 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
7968 and t_int_double.
7969 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
7970
7971 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7972
7973 * gdb.base/step-line.c: Switch license to GPL version 3, and
7974 update copyright year.
7975 * gdb.base/step-line.inp: Likewise.
7976
7977 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7978
7979 * gdb.base/gdb1555.exp: Make expected output immune to formatting
7980 changes inside gdb1555.c.
7981 * gdb.base/pending.exp: Likewise.
7982
7983 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * config/default.exp: New file.
7986
7987 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7988
7989 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
7990 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
7991
7992 2007-07-30 Maciej W. Rozycki <macro@mips.com>
7993
7994 * gdb.base/dump.exp: Force the correct endianness for binary
7995 formats not carrying this information.
7996
7997 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7998
7999 * gdb.threads/staticthreads.exp: Match .*sem_post.
8000
8001 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8002
8003 * gdb.base/readline.exp (operate_and_get_next): Match the final
8004 prompt.
8005
8006 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8007
8008 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8009 to restarting SID.
8010
8011 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8012
8013 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8014 prior to `gdb_start'.
8015
8016 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8017
8018 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8019 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8020 Remove call to gdb_unload.
8021
8022 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8023 Daniel Jacobowitz <dan@codesourcery.com>
8024
8025 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8026 for __WIN32__.
8027 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8028 * gdb.base/unload.exp: Use shared library test routines.
8029
8030 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8031
8032 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8033 * gdb.base/solib-symbol-lib.c: Likewise.
8034 * gdb.base/solib-symbol-main.c: Likewise.
8035
8036 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8037
8038 * config/gdbserver.exp (gdb_reconnect): New.
8039 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8040 gdb.base/solib-disc.exp: New files.
8041 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8042 remote debugging".
8043 (gdb_compile): Add shlib_load flag.
8044 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8045 port.
8046 (gdbserver_reconnect): New.
8047
8048 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8049 Daniel Jacobowitz <dan@codesourcery.com>
8050
8051 * gdb.base/annota3.exp: Test for if construct.
8052
8053 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8054
8055 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8056
8057 2007-06-21 Chris Dearman <chris@mips.com>
8058 Maciej W. Rozycki <macro@mips.com>
8059
8060 * gdb.base/display.exp: Allow a newline after display/i.
8061 * gdb.base/pc-fp.exp: Likewise.
8062 * gdb.base/sigbpt.exp: Likewise.
8063
8064 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8065
8066 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
8067 required features to be included.
8068
8069 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8070
8071 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8072 in info threads output.
8073
8074 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8075 Markus Deuling <deuling@de.ibm.com>
8076
8077 * gdb.arch/spu-info.exp: New testcase.
8078 * gdb.arch/spu-info.c: New file.
8079
8080 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8083 tpcs_offset. Restore lr after the call.
8084 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8085
8086 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
8087
8088 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8089 (gdbserver_run): Kill any running gdbserver.
8090 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8091
8092 2007-05-17 Maciej W. Rozycki <macro@mips.com>
8093
8094 * gdb.base/sigbpt.exp: Preset segv_addr.
8095
8096 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8097
8098 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8099 (gdb_compile_shlib): Likewise.
8100 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8101 (default_gdb_init): Clear cleanfiles.
8102 (gdb_finish): Delete recorded cleanfiles.
8103 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8104
8105 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8106 Do not use isnative.
8107 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8108 gdb.base/so-impl-ld.exp: Likewise.
8109 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
8110 * gdb.base/unload.exp: Likewise. Do not pass empty option to
8111 gdb_compile.
8112
8113 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
8114
8115 * config/unknown.exp: Remove.
8116
8117 2007-05-15 Markus Deuling <deuling@de.ibm.com>
8118
8119 * gdb.base/info-proc.exp: Check is_remote.
8120
8121 2007-05-14 Markus Deuling <deuling@de.ibm.com>
8122
8123 * gdb.base/gcore.exp: Initialize variable core_supported.
8124
8125 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8126
8127 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
8128
8129 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8130
8131 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
8132 * gdb.threads/print-threads.exp (test_all_threads): Allow
8133 negative and hexadecimal thread IDs.
8134
8135 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8136
8137 * gdb.java/jprint.java (public): Avoid invalid call to static
8138 method.
8139
8140 2007-05-14 Denis Pilat <denis.pilat@st.com>
8141
8142 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
8143 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
8144 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8145 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
8146 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
8147
8148 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8149
8150 * gdb.base/overlays.exp: Add support for targets with only code
8151 overlay support, not data overlay. Support spu-*-* target in
8152 this mode.
8153 * gdb.base/ovlymgr.c: Provide stubs for spu target.
8154 * gdb.base/spu.ld: New file.
8155
8156 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
8157
8158 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
8159
8160 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
8161
8162 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
8163
8164 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8165
8166 * gdb.java/jmain.exp: Handle demangled names with and without method
8167 signatures.
8168
8169 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8170
8171 * gdb.mi/mi-syn-frame.c (main, foo, bar)
8172 (have_a_very_merry_interrupt): Remove calls to puts.
8173 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
8174 inferior output.
8175 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
8176 test names.
8177
8178 2007-04-29 Markus Deuling <deuling@de.ibm.com>
8179 Daniel Jacobowitz <dan@codesourcery.com>
8180
8181 * gdb.base/auxv.exp (core_works): Also check is_remote.
8182 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
8183
8184 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
8185
8186 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
8187 message, not the undefined 'module' variable.
8188 * gdb.base/siginfo.exp: Likewise.
8189 * gdb.base/sigstep.exp: Likewise.
8190 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
8191 serialport.
8192 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
8193
8194 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
8195
8196 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
8197 target sim fails. Return 0 otherwise.
8198 (gdb_load): Return prematurely if gdb_target_sim fails.
8199
8200 2007-04-16 Denis Pilat <denis.pilat@st.com>
8201
8202 * gdb.base/setshow.exp: Reset height after having set it to 100.
8203
8204 2007-04-16 Denis Pilat <denis.pilat@st.com>
8205
8206 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
8207
8208 2007-04-16 Denis Pilat <denis.pilat@st.com>
8209
8210 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
8211
8212 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8213
8214 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
8215 tests. Run the frozen varobjs test.
8216 * gdb.mi/var-cmd.c (do_frozen_tests): New.
8217 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
8218
8219 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
8222 gdb.base/type-opaque.exp: New files.
8223
8224 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
8225
8226 * gdb.mi/mi-var-child.c
8227 (do_children_tests): User char[2] instead of
8228 char so that automatic printing of pointers to char
8229 don't give unpredicable result.
8230 * gdb.mi/var-cmd.c (do_locals_test): Initialize
8231 local variables.
8232 * gdb.mi/mi-var-child.exp: Step to right line
8233 of do_children_tests.
8234 * gdb.mi/mi2-var-child.exp: Likewise.
8235 * gdb.mi/mi-var-cmd.exp: Step to right line of
8236 do_locals_tests.
8237 (do_children_tests): User char[2] instead of
8238 char so that automatic printing of pointers to char
8239 don't give unpredicable result.
8240 * gdb.mi/mi2-var-cmd.exp: Likewise.
8241 * lib/mi-support.exp (mi_continue_to_line):
8242 Pass test name to mi_wait_for_stop.
8243
8244 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8245
8246 * gdb.asm/asm-source.exp: Remove d10v case.
8247 * lib/gdb.exp (skip_cplus_tests): Likewise.
8248 * gdb.asm/d10v.inc: Deleted.
8249
8250 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
8253
8254 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8255
8256 * config/netware.exp: Delete file.
8257
8258 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8259
8260 * gdb.dwarf2/dw2-noloc.S: New file.
8261 * gdb.dwarf2/dw2-noloc.exp: New file.
8262
8263 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8264
8265 * gdb.cp/method2.cc: New test.
8266 * gdb.cp/method2.exp: New test.
8267 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
8268
8269 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8270
8271 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
8272
8273 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8274
8275 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
8276
8277 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8278
8279 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
8280 (gdb_load): Delete, replace with...
8281 (gdb_reload): ...this.
8282 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
8283 * gdb.server/server-mon.exp: Likewise.
8284 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
8285 (gdb_start_cmd): New.
8286 (gdb_file_cmd): Save the last loaded file.
8287 (gdb_reload): New.
8288 (gdb_gnu_strip_debug): Use transform.
8289 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
8290 support here. Use new $last_loaded_file. Check mtime.
8291 (gdb_target_cmd): Handle ObjC failure case.
8292 (infer_host_exec): Delete.
8293 (gdbserver_load): Rename to...
8294 (gdbserver_run): ...this. Simplify.
8295 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
8296 (mi_gdb_load): Move most contents to a new function...
8297 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
8298 (mi_run_cmd): Use mi_gdb_target_load.
8299 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
8300 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
8301 Use gdb_run_cmd.
8302 * gdb.base/charsign.exp: Remove incorrect comment.
8303 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
8304 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
8305 gdb.base/start.exp: Use gdb_start_cmd.
8306
8307 2007-03-23 Nigel Stephens <nigel@mips.com>
8308 Maciej W. Rozycki <macro@mips.com>
8309
8310 * gdb.base/sigbpt.exp: Fix the message when skipping test.
8311 * gdb.base/signull.exp: Similarly.
8312
8313 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8314
8315 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
8316 messages available to test cases (like chng-sym.exp).
8317
8318 2007-03-14 Andreas Schwab <schwab@suse.de>
8319
8320 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8321 format changes.
8322
8323 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
8324
8325 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
8326 (optimized_1): New.
8327 (main): Call optimized_1.
8328 (gdb2029): Correct typos. Call gdb2029_marker.
8329 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
8330 for gdb2029.
8331
8332 2007-03-12 Mark Kettenis <kettenis@gnu.org>
8333
8334 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
8335 as tabs. Remove redundant test pattern.
8336
8337 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8338
8339 * gdb.base/long_long.exp: Accept optional symbol name in <...>
8340 for /a format output.
8341
8342 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
8343
8344 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
8345 collect output incrementally.
8346
8347 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8348
8349 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
8350 for -var-create lpcharacter test.
8351 * gdb.mi/mi2-var-cmd.exp: Likewise.
8352
8353 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8354
8355 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
8356 pass on targets where address zero is readable.
8357
8358 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8359
8360 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
8361 just a single architecture.
8362
8363 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8364
8365 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
8366 (fetch_all_registers): New function, uses gdb_test_multiple and
8367 exp_continue to fetch inferior output line-by-line.
8368 Replace all uses of do_get_all_registers by fetch_all_registers.
8369
8370 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8371
8372 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
8373 in target_info.
8374
8375 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8376
8377 * gdb.threads/manythreads.exp: Use $message string for
8378 consistancy; add a default (timeout) case.
8379
8380 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8381
8382 * gdb.base/watchpoint.exp: Fix truncated comment.
8383
8384 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8385
8386 * Makefile.in: Remove spurious single-quotes from sed command.
8387
8388 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8389
8390 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
8391 func.
8392 * gdb.mi/mi2-var-cmd.exp: Likewise.
8393
8394 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8395
8396 * gdb.dwarf2/dw2-producer.S: New file.
8397 * gdb.dwarf2/dw2-producer.exp: New testcase.
8398
8399 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
8400
8401 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8402 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8403 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8404 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8405 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8406 Revert tests to use mi_gdb_test and include value field in output
8407 of -var-create.
8408
8409 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8410
8411 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
8412
8413 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.base/maint.exp: Remove full paths from test names.
8416 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
8417 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
8418
8419 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8420
8421 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
8422
8423 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8424
8425 * gdb.server/server-mon.exp: New test.
8426
8427 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8428
8429 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
8430
8431 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8432
8433 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
8434 register capitalization.
8435
8436 2007-02-13 Denis Pilat <denis.pilat@st.com>
8437
8438 * gdb.mi/mi-var-invalidate.exp: New file.
8439
8440 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8441
8442 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
8443
8444 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8445
8446 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
8447
8448 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8449
8450 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
8451 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
8452
8453 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
8454
8455 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8456 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8457 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8458 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8459 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8460 * gdb.mi/gdb792.exp, lib/mi-support.exp:
8461 Update tests to include value field in output of -var-create.
8462
8463 2007-02-08 Andreas Schwab <schwab@suse.de>
8464
8465 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
8466
8467 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8468
8469 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
8470 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
8471
8472 2007-02-02 Denis Pilat <denis.pilat@st.com>
8473
8474 * gdb.threads/threadapply.exp: check that frame is not changed by
8475 the thread apply all command.
8476
8477 2007-01-31 Andreas Schwab <schwab@suse.de>
8478
8479 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8480
8481 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
8482 in the dwarf sections.
8483 * gdb.dwarf2/mac-fileno.S: Likewise.
8484
8485 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
8486 bspstore register on ia64.
8487
8488 2007-01-29 Andreas Schwab <schwab@suse.de>
8489
8490 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
8491 "frame-begin" annotation.
8492
8493 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
8494 number of "frames-invalid" annotations.
8495
8496 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8497
8498 * gdb.base/commands.exp: Call if_commands_test.
8499 (gdb_test_no_prompt, if_commands_test): New.
8500
8501 2007-01-28 Mark Kettenis <kettenis@gnu.org>
8502
8503 * gdb.threads/sigthread.c (NSIGS): Make bigger.
8504
8505 2007-01-27 Andreas Schwab <schwab@suse.de>
8506
8507 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
8508 .short/.int/.quad in the dwarf sections.
8509 * gdb.dwarf2/dw2-intercu.S: Likewise.
8510 * gdb.dwarf2/dw2-intermix.S: Likewise.
8511
8512 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8513
8514 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
8515 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
8516 array.
8517 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
8518 * gdb.base/setvar.exp: Likewise.
8519
8520 2007-01-26 Andreas Schwab <schwab@suse.de>
8521
8522 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
8523 test.
8524
8525 * gdb.base/multi-forks.exp ("restart $i"): Also match
8526 __kernel_syscall_via_break.
8527
8528 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
8529
8530 * lib/mi-support.exp (mi_delete_varobj): New.
8531 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
8532 testcase.
8533 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
8534 (main): Call the above.
8535 (reference_update_test, base_in_reference_test)
8536 (reference_to_pointer): Delete the created varobjs.
8537
8538 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
8539
8540 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
8541 * configure: Regenerated.
8542 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
8543 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
8544 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
8545 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
8546 * lib/gdb.exp (gdb_skip_xml_test): New function.
8547
8548 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
8549
8550 * gdb.base/sigrepeat.exp: Correct error message.
8551
8552 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8553 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
8556 gdb.arch/i386-gnu-cfi-asm.S: New files.
8557
8558 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * lib/gdb.exp: Abort on missing `site.exp'.
8561
8562 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8563 Daniel Jacobowitz <dan@codesourcery.com>
8564
8565 * gdb.base/included.c, gdb.base/included.exp,
8566 gdb.base/included.h: New files.
8567
8568 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8569
8570 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
8571 (maximize_rlimit): Reduce limits on 64-bit systems.
8572
8573 2007-01-19 Mark Kettenis <kettenis@gnu.org>
8574
8575 From Marcus Deuling <deuling@de.ibm.com>:
8576 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
8577 every case.
8578
8579 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
8582 (test_path_specification): Use objdir instead of srcdir to always
8583 get an absolute filename.
8584
8585 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
8586
8587 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
8588
8589 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
8590
8591 * gdb.mi/mi-var-cp.cc (reference_update_tests):
8592 Make sure the variable we're using is in scope.
8593 (reference_to_pointer): Likewise.
8594
8595 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8596
8597 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
8598 has no debug information.
8599
8600 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8601
8602 * gdb.base/annota1.exp: Remove extra send_gdb.
8603
8604 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
8607
8608 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8609
8610 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
8611
8612 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
8613 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
8616 lcharacter or linteger change. Correct duplicated test name.
8617 * gdb.mi/mi2-var-cmd.exp: Likewise.
8618
8619 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8620
8621 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
8622
8623 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8624
8625 * gdb.base/nofield.c: New file.
8626 * gdb.base/nofield.exp: New testcase.
8627
8628 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
8631
8632 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
8633 test.
8634
8635 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8636
8637 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
8638
8639 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8640
8641 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
8642 when continuing.
8643
8644 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8645
8646 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
8647 Expect ".exe" extension.
8648
8649 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8650
8651 * gdb.base/charset.exp: Add explicit filename to break.
8652 * gdb.base/dbx.exp: Add explicit filename to breaks.
8653
8654 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8655
8656 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
8657 * gdb.mi/mi2-file.exp: Likewise.
8658
8659 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8660
8661 Implement specification of MI tests as comments
8662 in C and C++ sources.
8663 * lib/mi-support.exp (mi_autotest_data): New variable.
8664 (mi_autotest_source): New variable.
8665 (count_newlines, mi_prepare_inline_tests)
8666 (mi_get_inline_test, mi_continue_to_line)
8667 (mi_run_inline_test, mi_tbreak)
8668 (mi_send_resuming_command, mi_wait_for_stop): New functions.
8669 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
8670 Run inline tests.
8671 * gdb.mi/mi-var-cp.cc: Define tests here.
8672
8673 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8674
8675 Simplify usage of mi_continue_to.
8676 * lib/mi-support.exp (mi_runto_helper): Renamed
8677 from mi_runto, added new parameter 'run_or_continue'.
8678 (mi_runto): Use mi_runto_helper.
8679 (mi_continue_to): Accept just function name as parameter.
8680 Use mi_runto_helper.
8681 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
8682 * gdb.mi/mi2-var-cmd.exp: Likewise.
8683
8684 2006-01-04 Joel Brobecker <brobecker@adacore.com>
8685
8686 Make this testcase a bit more realistic. The current code
8687 is too simplistic, and allows the compiler to optimize out
8688 some of the entities we need for this testcase.
8689 * gdb.ada/null_record/bar.ads (Void_Star): New type.
8690 (Do_Nothing): Add extra parameter.
8691 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
8692 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
8693 by using a variable of type Void_Star.
8694
8695 2006-01-04 Joel Brobecker <brobecker@adacore.com>
8696
8697 * gdb.ada/catch_ex/foo.adb: New file.
8698 * gdb.ada/catch_ex.exp: New testcase.
8699
8700 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
8701
8702 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
8703 pass --image-base to linker.
8704
8705 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8706 Daniel Jacobowitz <dan@codesourcery.com>
8707
8708 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
8709 secondary prompts.
8710
8711 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8712
8713 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
8714 output. Test the types of members and member pointers.
8715 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
8716 gdb/2092.
8717 * gdb.cp/member-ptr.exp: Search for a comment instead of a
8718 statement. Enable for GCC. Update expected output for some tests
8719 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
8720 layout.
8721 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
8722 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
8723 (Diamond::vget_base): New.
8724 (main): Add new tests.
8725 * gdb.cp/printmethod.exp: Update expected output for member functions.
8726 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
8727 print pEe->D::vg().
8728
8729 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8730
8731 * gdb.threads/tls.exp: Allow stops in sem_post.
8732
8733 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
8734
8735 * gdb.base/annota1.exp: Allow .*printf in backtraces.
8736 * gdb.base/annota3.exp: Likewise.
8737 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
8738 again (instead of timing out).
8739 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
8740 GCC bug 26475.
8741 * gdb.java/jmisc.exp: Adjust to work with method signatures including
8742 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
8743 test from jmisc1.exp.
8744 * gdb.java/jmisc1.exp: Delete.
8745 * gdb.java/jprint.exp: Adjust to work with method signatures including
8746 return types.
8747 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
8748 * gdb.threads/linux-dp.exp: Don't be confused by program output.
8749 * lib/java.exp (compile_java_from_source): Pass the correct type
8750 to target_compile.
8751
8752 2006-12-31 Joel Brobecker <brobecker@adacore.com>
8753
8754 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
8755 (stack_align_edx): New function.
8756 (stack_align_eax): New function.
8757 (main): Add calls to stack_align_edx and stack_align_eax.
8758 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
8759 Add testing for the cases where the register used during a stack
8760 realignment is edx. Same for eax.
8761
8762 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
8763
8764 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
8765 and generic PE targets.
8766
8767 2006-12-29 Joel Brobecker <brobecker@adacore.com>
8768
8769 * gdb.ada/array_return.exp: Update copyright date list.
8770
8771 2006-12-27 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
8774 (Create_Small_Float_Vector): New function.
8775 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
8776 function body.
8777 * gdb.ada/array_return/p.adb: Use new type and function from
8778 package Pck.
8779 * gdb.ada/array_return.exp: Add a test verifying that GDB is
8780 able to print the value returned by a function returning an
8781 array of float.
8782
8783 2006-12-20 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
8786 The associated tests should be PASSing.
8787
8788 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8789
8790 Test for base in references.
8791 * gdb.mi/mi-var-cp.cc: Add test code.
8792 * gdb.mi/mi-var-cp.exp: Test for bases in references.
8793 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
8794 * gdb.mi/mi2-watch.exp: Likewise.
8795 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
8796 (mi_list_varobj_children): New function.
8797
8798 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8799
8800 * lib/mi-support.exp
8801 (mi_runto): Accept "()" after function name.
8802 (mi_create_varobj): New function.
8803 (mi_varobj_update): New function.
8804 (mi_Check_varobj_value): New function.
8805 * gdb.mi/mi-var-cp.exp: New file.
8806 * gdb.mi/mi-var-cp.cc: New file.
8807
8808 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
8809
8810 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
8811 gdb.base/weaklib2.c: New files.
8812
8813 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8814
8815 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
8816 info. Adjust test names.
8817
8818 * gdb.base/break.c (main): Move position of malloc.
8819 * gdb.base/break.exp: Revert mistaken checkin.
8820
8821 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
8822
8823 * gdb.mi/mi-var-cmd.exp: Check -var-update after
8824 assignement of arrays and function pointers.
8825 * gdb.mi/var-cmd.c: Add declaration necessary for above
8826 tests.
8827
8828 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
8829
8830 * gdb.base/break.c (main): Call malloc.
8831
8832 * gdb.threads/linux-dp.exp: Read thread table before and after
8833 creating each philosopher and verify it.
8834
8835 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
8836 Paul Brook <paul@codesourcery.com>
8837 Daniel Jacobowitz <dan@codesourcery.com>
8838
8839 * gdb.base/ending-run.exp: Flatten expect script stepping out of
8840 main to remove duplication. Add start function of the form
8841 '_*start[1-9]*'. Add RVDS start function.
8842
8843 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
8844
8845 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
8846
8847 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8848
8849 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
8850 * gdb.asm/spu.inc: New file.
8851 * gdb.base/term.exp: Disable if [target_info exists noargs].
8852 * gdb.gdb/complaints.exp: Disable if ![isnative].
8853 * gdb.gdb/selftest.exp: Likewise.
8854 * gdb.gdb/observer.exp: Likewise.
8855 * gdb.gdb/xfullpath.exp: Likewise.
8856 * gdb.base/attach.exp: Disable on SPU target.
8857 * gdb.cp/bs145503.exp: Likewise.
8858 * gdb.cp/exception.exp: Likewise.
8859 * gdb.cp/userdef.exp: Likewise.
8860
8861 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
8862
8863 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
8864
8865 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
8866
8867 * gdb.base/completion.exp: Fix completion tests for
8868 'info' and 'info '.
8869 * gdb.base/help.exp (help_test_raw, test_class_help)
8870 (test_prefix_command_help): Move...
8871 * lib/gdb.exp: Here.
8872 * gdb.base/main.exp: Adjust.
8873 * gdb.cp/maint.exp: Adjust.
8874 * gdb.trace/tracecmd.exp: Use test_help_class.
8875
8876 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
8877
8878 * gdb.stabs/weird.exp (print_weird_var): Use
8879 gdb_test_multiple instead of gdb_expect.
8880
8881 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
8882
8883 * gdb.base/help.exp (help_test_raw): New.
8884 (test_class_help): New.
8885 (test_prefix_command_help): New.
8886 Adjust testcases.
8887
8888 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
8889
8890 * gdb.base/constvars.c (main): Write to crass and crips, so that
8891 they are allocated by the compiler.
8892
8893 2006-10-27 Andreas Schwab <schwab@suse.de>
8894
8895 * gdb.base/multi-forks.exp: Use "detach fork" instead of
8896 "detach-fork".
8897
8898 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
8899
8900 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
8901 of patterns.
8902
8903 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8904
8905 * gdb.base/sepdebug.exp: Remove debug format test.
8906 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
8907 Handle no-symtab.
8908 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
8909
8910 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8911
8912 * gdb.threads/manythreads.c (thread_function, main): Don't cast
8913 int to pointer or pointer to int.
8914 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
8915
8916 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
8919
8920 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8921
8922 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
8923
8924 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8925
8926 PR c++/2116
8927 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
8928
8929 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8930
8931 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
8932 the corresponding bug has been fixed in GDB (PR/2018).
8933
8934 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8935
8936 * gdb.base/subst.exp: New testcase.
8937
8938 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8939
8940 * gdb.ada/array_return/pck.ads: Add copyright notice.
8941 * gdb.ada/array_return/pck.adb: Likewise.
8942 * gdb.ada/array_return/p.adb: Likewise.
8943 * gdb.ada/exec_changed/first.adb: Likewise.
8944 * gdb.ada/exec_changed/second.adb: Likewise.
8945
8946 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8947
8948 * gdb.ada/watch_arg/watch.adb: New file.
8949 * gdb.ada/watch_arg.exp: New testcase.
8950
8951 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
8952
8953 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
8954 via string_to_regexp.
8955 * gdb.mi/mi2-basics.exp: Likewise.
8956
8957 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
8958
8959 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
8960 Remove unused / obsolete files.
8961
8962 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
8963
8964 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
8965
8966 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8967
8968 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
8969 HIGH_FRAME argument to -stack-list-arguments can be larger than
8970 the number of frames.
8971
8972 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
8973
8974 * gdb.base/args.c (main): Add breakpoint marker.
8975 * gdb.base/args.exp: Use args_test for tests. Add new tests which
8976 really test empty arguments.
8977 (args_load): Delete.
8978 (args_test): New.
8979
8980 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
8981
8982 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
8983 check for one file.
8984
8985 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
8986
8987 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
8988 HIGH_FRAME argument to -stack-list-locals can be larger than
8989 the number of frames.
8990
8991 2006-08-18 Fred Fish <fnf@specifix.com>
8992
8993 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
8994 '$' in front of skip_vmx_tests_saved when setting that.
8995
8996 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
8997
8998 * gdb.base/trace-commands.exp: New file.
8999
9000 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9001 Daniel Jacobowitz <dan@codesourcery.com>
9002
9003 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9004 expected output of the backtrace commands.
9005
9006 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9007
9008 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9009 untested followed by return combination.
9010 * gdb.arch/altivec-regs.exp: Likewise.
9011 * gdb.arch/e500-abi.exp: Likewise.
9012 * gdb.arch/e500-regs.exp: Likewise.
9013 * gdb.arch/gdb1291.exp: Likewise.
9014 * gdb.arch/gdb1431.exp: Likewise.
9015 * gdb.arch/gdb1558.exp: Likewise.
9016 * gdb.arch/i386-prologue.exp: Likewise.
9017 * gdb.arch/i386-unwind.exp: Likewise.
9018 * gdb.asm/asm-source.exp: Likewise.
9019 * gdb.base/a2-run.exp: Likewise.
9020 * gdb.base/advance.exp: Likewise.
9021 * gdb.base/all-bin.exp: Likewise.
9022 * gdb.base/annota1.exp: Likewise.
9023 * gdb.base/annota3.exp: Likewise.
9024 * gdb.base/args.exp: Likewise.
9025 * gdb.base/arithmet.exp: Likewise.
9026 * gdb.base/assign.exp: Likewise.
9027 * gdb.base/async.exp: Likewise.
9028 * gdb.base/attach.exp: Likewise.
9029 * gdb.base/bang.exp: Likewise.
9030 * gdb.base/bigcore.exp: Likewise.
9031 * gdb.base/bitfields.exp: Likewise.
9032 * gdb.base/bitfields2.exp: Likewise.
9033 * gdb.base/break.exp: Likewise.
9034 * gdb.base/call-sc.exp: Likewise.
9035 * gdb.base/call-strs.exp: Likewise.
9036 * gdb.base/callfuncs.exp: Likewise.
9037 * gdb.base/checkpoint.exp: Likewise.
9038 * gdb.base/chng-syms.exp: Likewise.
9039 * gdb.base/code-expr.exp: Likewise.
9040 * gdb.base/commands.exp: Likewise.
9041 * gdb.base/completion.exp: Likewise.
9042 * gdb.base/cond-expr.exp: Likewise.
9043 * gdb.base/condbreak.exp: Likewise.
9044 * gdb.base/consecutive.exp: Likewise.
9045 * gdb.base/constvars.exp: Likewise.
9046 * gdb.base/corefile.exp: Likewise.
9047 * gdb.base/cvexpr.exp: Likewise.
9048 * gdb.base/dbx.exp: Likewise.
9049 * gdb.base/define.exp: Likewise.
9050 * gdb.base/detach.exp: Likewise.
9051 * gdb.base/display.exp: Likewise.
9052 * gdb.base/dump.exp: Likewise.
9053 * gdb.base/ena-dis-br.exp: Likewise.
9054 * gdb.base/ending-run.exp: Likewise.
9055 * gdb.base/environ.exp: Likewise.
9056 * gdb.base/eval-skip.exp: Likewise.
9057 * gdb.base/exprs.exp: Likewise.
9058 * gdb.base/fileio.exp: Likewise.
9059 * gdb.base/finish.exp: Likewise.
9060 * gdb.base/float.exp: Likewise.
9061 * gdb.base/foll-exec.exp: Likewise.
9062 * gdb.base/foll-fork.exp: Likewise.
9063 * gdb.base/foll-vfork.exp: Likewise.
9064 * gdb.base/freebpcmd.exp: Likewise.
9065 * gdb.base/funcargs.exp: Likewise.
9066 * gdb.base/gcore.exp: Likewise.
9067 * gdb.base/gdb1090.exp: Likewise.
9068 * gdb.base/gdb1250.exp: Likewise.
9069 * gdb.base/huge.exp: Likewise.
9070 * gdb.base/info-proc.exp: Likewise.
9071 * gdb.base/interrupt.exp: Likewise.
9072 * gdb.base/jump.exp: Likewise.
9073 * gdb.base/langs.exp: Likewise.
9074 * gdb.base/lineinc.exp: Likewise.
9075 * gdb.base/list.exp: Likewise.
9076 * gdb.base/logical.exp: Likewise.
9077 * gdb.base/long_long.exp: Likewise.
9078 * gdb.base/macscp.exp: Likewise.
9079 * gdb.base/maint.exp: Likewise.
9080 * gdb.base/mips_pro.exp: Likewise.
9081 * gdb.base/miscexprs.exp: Likewise.
9082 * gdb.base/multi-forks.exp: Likewise.
9083 * gdb.base/opaque.exp: Likewise.
9084 * gdb.base/overlays.exp: Likewise.
9085 * gdb.base/pc-fp.exp: Likewise.
9086 * gdb.base/pointers.exp: Likewise.
9087 * gdb.base/printcmds.exp: Likewise.
9088 * gdb.base/psymtab.exp: Likewise.
9089 * gdb.base/ptype.exp: Likewise.
9090 * gdb.base/recurse.exp: Likewise.
9091 * gdb.base/relational.exp: Likewise.
9092 * gdb.base/relocate.exp: Likewise.
9093 * gdb.base/remote.exp: Likewise.
9094 * gdb.base/reread.exp: Likewise.
9095 * gdb.base/restore.exp: Likewise.
9096 * gdb.base/return.exp: Likewise.
9097 * gdb.base/return2.exp: Likewise.
9098 * gdb.base/scope.exp: Likewise.
9099 * gdb.base/sect-cmd.exp: Likewise.
9100 * gdb.base/sep.exp: Likewise.
9101 * gdb.base/sepdebug.exp: Likewise.
9102 * gdb.base/setshow.exp: Likewise.
9103 * gdb.base/setvar.exp: Likewise.
9104 * gdb.base/sigall.exp: Likewise.
9105 * gdb.base/sigbpt.exp: Likewise.
9106 * gdb.base/signals.exp: Likewise.
9107 * gdb.base/signull.exp: Likewise.
9108 * gdb.base/sizeof.exp: Likewise.
9109 * gdb.base/solib.exp: Likewise.
9110 * gdb.base/step-line.exp: Likewise.
9111 * gdb.base/step-test.exp: Likewise.
9112 * gdb.base/structs.exp: Likewise.
9113 * gdb.base/structs2.exp: Likewise.
9114 * gdb.base/term.exp: Likewise.
9115 * gdb.base/twice.exp: Likewise.
9116 * gdb.base/until.exp: Likewise.
9117 * gdb.base/varargs.exp: Likewise.
9118 * gdb.base/volatile.exp: Likewise.
9119 * gdb.base/watchpoint.exp: Likewise.
9120 * gdb.base/whatis-exp.exp: Likewise.
9121 * gdb.base/whatis.exp: Likewise.
9122 * gdb.cp/ambiguous.exp: Likewise.
9123 * gdb.cp/annota2.exp: Likewise.
9124 * gdb.cp/annota3.exp: Likewise.
9125 * gdb.cp/bool.exp: Likewise.
9126 * gdb.cp/breakpoint.exp: Likewise.
9127 * gdb.cp/casts.exp: Likewise.
9128 * gdb.cp/class2.exp: Likewise.
9129 * gdb.cp/classes.exp: Likewise.
9130 * gdb.cp/cplusfuncs.exp: Likewise.
9131 * gdb.cp/ctti.exp: Likewise.
9132 * gdb.cp/derivation.exp: Likewise.
9133 * gdb.cp/exception.exp: Likewise.
9134 * gdb.cp/gdb1355.exp: Likewise.
9135 * gdb.cp/hang.exp: Likewise.
9136 * gdb.cp/inherit.exp: Likewise.
9137 * gdb.cp/local.exp: Likewise.
9138 * gdb.cp/m-data.exp: Likewise.
9139 * gdb.cp/m-static.exp: Likewise.
9140 * gdb.cp/member-ptr.exp: Likewise.
9141 * gdb.cp/method.exp: Likewise.
9142 * gdb.cp/misc.exp: Likewise.
9143 * gdb.cp/namespace.exp: Likewise.
9144 * gdb.cp/overload.exp: Likewise.
9145 * gdb.cp/ovldbreak.exp: Likewise.
9146 * gdb.cp/pr-1023.exp: Likewise.
9147 * gdb.cp/pr-1210.exp: Likewise.
9148 * gdb.cp/pr-574.exp: Likewise.
9149 * gdb.cp/printmethod.exp: Likewise.
9150 * gdb.cp/psmang.exp: Likewise.
9151 * gdb.cp/ref-params.exp: Likewise.
9152 * gdb.cp/ref-types.exp: Likewise.
9153 * gdb.cp/rtti.exp: Likewise.
9154 * gdb.cp/templates.exp: Likewise.
9155 * gdb.cp/try_catch.exp: Likewise.
9156 * gdb.cp/userdef.exp: Likewise.
9157 * gdb.cp/virtfunc.exp: Likewise.
9158 * gdb.disasm/am33.exp: Likewise.
9159 * gdb.disasm/h8300s.exp: Likewise.
9160 * gdb.disasm/mn10300.exp: Likewise.
9161 * gdb.disasm/sh3.exp: Likewise.
9162 * gdb.disasm/t01_mov.exp: Likewise.
9163 * gdb.disasm/t02_mova.exp: Likewise.
9164 * gdb.disasm/t03_add.exp: Likewise.
9165 * gdb.disasm/t04_sub.exp: Likewise.
9166 * gdb.disasm/t05_cmp.exp: Likewise.
9167 * gdb.disasm/t06_ari2.exp: Likewise.
9168 * gdb.disasm/t07_ari3.exp: Likewise.
9169 * gdb.disasm/t08_or.exp: Likewise.
9170 * gdb.disasm/t09_xor.exp: Likewise.
9171 * gdb.disasm/t10_and.exp: Likewise.
9172 * gdb.disasm/t11_logs.exp: Likewise.
9173 * gdb.disasm/t12_bit.exp: Likewise.
9174 * gdb.disasm/t13_otr.exp: Likewise.
9175 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
9176 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
9177 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9178 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
9179 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
9180 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
9181 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
9182 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
9183 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
9184 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
9185 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
9186 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
9187 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
9188 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
9189 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
9190 * gdb.mi/gdb701.exp: Likewise.
9191 * gdb.mi/gdb792.exp: Likewise.
9192 * gdb.mi/mi-basics.exp: Likewise.
9193 * gdb.mi/mi-break.exp: Likewise.
9194 * gdb.mi/mi-cli.exp: Likewise.
9195 * gdb.mi/mi-console.exp: Likewise.
9196 * gdb.mi/mi-disassemble.exp: Likewise.
9197 * gdb.mi/mi-eval.exp: Likewise.
9198 * gdb.mi/mi-file.exp: Likewise.
9199 * gdb.mi/mi-read-memory.exp: Likewise.
9200 * gdb.mi/mi-regs.exp: Likewise.
9201 * gdb.mi/mi-return.exp: Likewise.
9202 * gdb.mi/mi-simplerun.exp: Likewise.
9203 * gdb.mi/mi-stack.exp: Likewise.
9204 * gdb.mi/mi-stepi.exp: Likewise.
9205 * gdb.mi/mi-syn-frame.exp: Likewise.
9206 * gdb.mi/mi-until.exp: Likewise.
9207 * gdb.mi/mi-var-block.exp: Likewise.
9208 * gdb.mi/mi-var-child.exp: Likewise.
9209 * gdb.mi/mi-var-cmd.exp: Likewise.
9210 * gdb.mi/mi-var-display.exp: Likewise.
9211 * gdb.mi/mi-watch.exp: Likewise.
9212 * gdb.mi/mi2-basics.exp: Likewise.
9213 * gdb.mi/mi2-break.exp: Likewise.
9214 * gdb.mi/mi2-cli.exp: Likewise.
9215 * gdb.mi/mi2-console.exp: Likewise.
9216 * gdb.mi/mi2-disassemble.exp: Likewise.
9217 * gdb.mi/mi2-eval.exp: Likewise.
9218 * gdb.mi/mi2-file.exp: Likewise.
9219 * gdb.mi/mi2-read-memory.exp: Likewise.
9220 * gdb.mi/mi2-regs.exp: Likewise.
9221 * gdb.mi/mi2-return.exp: Likewise.
9222 * gdb.mi/mi2-simplerun.exp: Likewise.
9223 * gdb.mi/mi2-stack.exp: Likewise.
9224 * gdb.mi/mi2-stepi.exp: Likewise.
9225 * gdb.mi/mi2-syn-frame.exp: Likewise.
9226 * gdb.mi/mi2-until.exp: Likewise.
9227 * gdb.mi/mi2-var-block.exp: Likewise.
9228 * gdb.mi/mi2-var-child.exp: Likewise.
9229 * gdb.mi/mi2-var-cmd.exp: Likewise.
9230 * gdb.mi/mi2-var-display.exp: Likewise.
9231 * gdb.mi/mi2-watch.exp: Likewise.
9232 * gdb.stabs/exclfwd.exp: Likewise.
9233 * gdb.stabs/weird.exp: Likewise.
9234 * gdb.threads/gcore-thread.exp: Likewise.
9235 * gdb.trace/actions.exp: Likewise.
9236 * gdb.trace/backtrace.exp: Likewise.
9237 * gdb.trace/circ.exp: Likewise.
9238 * gdb.trace/collection.exp: Likewise.
9239 * gdb.trace/deltrace.exp: Likewise.
9240 * gdb.trace/infotrace.exp: Likewise.
9241 * gdb.trace/limits.exp: Likewise.
9242 * gdb.trace/packetlen.exp: Likewise.
9243 * gdb.trace/passc-dyn.exp: Likewise.
9244 * gdb.trace/passcount.exp: Likewise.
9245 * gdb.trace/report.exp: Likewise.
9246 * gdb.trace/save-trace.exp: Likewise.
9247 * gdb.trace/tfind.exp: Likewise.
9248 * gdb.trace/tracecmd.exp: Likewise.
9249 * gdb.trace/while-dyn.exp: Likewise.
9250 * gdb.trace/while-stepping.exp: Likewise.
9251
9252 2006-08-08 Joel Brobecker <brobecker@adacore.com>
9253
9254 * gdb.base/step-bt.c: New file.
9255 * gdb.base/step-bt.exp: New testcase.
9256
9257 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
9258
9259 * config/monitor.exp (gdb_load): Remove support for obsolete
9260 download-write-size.
9261 * gdb.base/remote.exp: Likewise. Update all callers of
9262 gdb_timed_load.
9263
9264 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
9265
9266 * cursal.exp: Pass binfile to gdb_load.
9267
9268 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
9269
9270 * gdb.base/cursal.exp: Add "" to gdb_load call.
9271
9272 2006-07-29 Mark Kettenis <kettenis@gnu.org>
9273
9274 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
9275 NetBSD/ELF targets.
9276
9277 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
9278
9279 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
9280 operator*.
9281
9282 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
9283
9284 * gdb.base/completion.exp: Update for change in "file" behavior.
9285 * gdb.stabs/weird.exp: Likewise.
9286 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
9287 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
9288
9289 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
9290
9291 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
9292 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
9293
9294 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
9295
9296 * gdb.base/default.exp: Update source command error message.
9297 * gdb.base/help.exp: Update 'help source' message.
9298
9299 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
9300
9301 * gdb.cp/bs15503.exp: Update comment for no longer crashing
9302 test.
9303
9304 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
9305
9306 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
9307
9308 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9309
9310 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
9311
9312 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9313
9314 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
9315
9316 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9317
9318 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
9319 *-*-openbsd* from targets for wich we expect ARM FPA floating
9320 point format.
9321
9322 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
9323
9324 * gdb.cp/annota3.exp: Expect frame-begin annotation.
9325
9326 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9327
9328 * gdb.base/annota3.exp: Expect frame-begin annotation.
9329
9330 2006-07-14 Joel Brobecker <brobecker@adacore.com>
9331
9332 * gdb.base/help.exp: Adjust "help unset" test to accept
9333 any list of unset commands.
9334
9335 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
9336 Daniel Jacobowitz <dan@codesourcery.com>
9337
9338 * gdb.cp/ref-params.exp: New test.
9339 * gdb.cp/ref-params.cc: New source file.
9340 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
9341
9342 2006-07-08 Mark Kettenis <kettenis@gnu.org>
9343
9344 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
9345 spaces/tabs in regular expressions since they might not be there.
9346
9347 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
9348
9349 * gdb.base/ifelse.exp: New file.
9350
9351 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
9352
9353 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
9354 line.
9355 * gdb.base/huge.exp: Loop over compilation to find a size that
9356 is acceptable.
9357 * gdb.base/remote.exp: Correct expected strings.
9358 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
9359
9360 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9361
9362 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
9363
9364 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9365
9366 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
9367 native.
9368
9369 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9370
9371 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
9372 enable stabs testing.
9373
9374 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9375
9376 * gdb.base/auxv.exp: Intercept undefined command messages before
9377 gdb_test_multiple does.
9378
9379 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9380
9381 * Makefile.in (host_alias): Remove.
9382 (target_alias): Use @target_noncanonical@.
9383 (site.exp): Don't set host_alias.
9384 * aclocal.m4: Remove contents. Include acx.m4.
9385 * configure: Regenerated.
9386 * configure.ac: Use ACX_NONCANONICAL_TARGET.
9387
9388 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
9389
9390 * lib/gdb.exp (gdb_load_cmd): New.
9391
9392 * gdb.base/fileio.c: Add system(NULL) test.
9393 * gdb.base/fileio.exp: Check it.
9394
9395 * gdb.base/break.c: Add 10a breakpoint at }
9396 * gdb.base/break.exp: Add test for breakpoint at }
9397 * gdb.cp/anon-union.cc: Add code at end of function.
9398 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
9399 * gdb.mi/var-cmd.c: Add code at end of function.
9400 * gdb.mi/mi-var-display.exp: Adjust end of next.
9401 * gdb.mi/mi2-var-display.exp: Likewise.
9402 * gdb.base/fileio.c: Add stop function and insert calls at
9403 stopping places.
9404 * gdb.base/fileio.exp: Breakpoint stop function and remove
9405 explicit line number references.
9406
9407 2006-05-19 Joel Brobecker <brobecker@adacore.com>
9408
9409 * gdb.base/del.exp (test_delete_alias): New function.
9410 Now check that both "del" and "d" work as aliases for "delete".
9411
9412 2006-05-18 Fred Fish <fnf@specifix.com>
9413
9414 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
9415 required. Check for spurious output after program exits normally.
9416
9417 2006-05-17 Fred Fish <fnf@specifix.com>
9418
9419 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
9420 gdb_load, so it works in the simulator.
9421
9422 2006-05-11 Fred Fish <fnf@specifix.com>
9423
9424 * gdb.base/bang.exp: Ignore unexpected output between the
9425 "program exited normally" and the gdb prompt, as many other
9426 tests do.
9427
9428 2006-05-07 Mark Kettenis <kettenis@gnu.org>
9429
9430 * gdb.base/help.exp: Make "delete checkpoint" part option for
9431 "help d" and "help delete" tests.
9432
9433 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9434
9435 * gdb.mi/mi-basics.exp: Add missing serial number to
9436 expected output in some mi_gdb_test statements.
9437 * gdb.mi/mi2-basics.exp: Likewise.
9438
9439 2006-05-05 Joel Brobecker <brobecker@adacore.com>
9440
9441 * gdb.base/del.c: New file.
9442 * gdb.base/del.exp: New testcase.
9443
9444 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
9445
9446 * gdb.base/break.exp: Do not assume a breakpoint on
9447 main will actually be in $srcfile when optimizing.
9448 * gdb.base/savedregs.exp: Do not require that the dummy
9449 frame location match up to a symbol and source file location.
9450 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
9451 will get printed without a mi_cmd_data_list_register_values prefix.
9452 (*-data-list-register-*): Correct regular expressions to expect the new
9453 pseudo d? floating point registers.
9454 * gdb.mi/mi2-regs.exp: Likewise.
9455
9456 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
9457
9458 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
9459 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
9460 is allocated by the compiler.
9461 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
9462 anons, e, anone to force their allocation by the compiler.
9463
9464 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9465
9466 * gdb.base/help.exp: Update expected text for help d and
9467 help delete.
9468
9469 2006-05-02 Mark Kettenis <kettenis@gnu.org>
9470
9471 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
9472 NetBSD/ELF targets.
9473
9474 2006-04-30 Mark Kettenis <kettenis@gnu.org>
9475
9476 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
9477 single-step breakpoint fails; make this a KFAIL on
9478 sparc*-*-openbsd*.
9479 * gdb.base/siginfo.exp: Likewise.
9480 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9481
9482 2006-04-26 Michael Snyder <msnyder@redhat.com>
9483
9484 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
9485 which may have to consume output from other forks.
9486 Add tests to make sure that "delete fork" succeeded.
9487
9488 2006-04-20 Michael Snyder <msnyder@redhat.com>
9489
9490 * 2006-03-22 Jim Blandy <jimb@redhat.com>
9491 Add support for the Renesas M32C and M16C.
9492
9493 * gdb.asm/asm-source.exp: Add m32c target.
9494 * gdb.asm/m32c.inc: Support for m32c target.
9495
9496 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
9497
9498 * gdb.base/commands.exp (recursive_source_test): New test.
9499
9500 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
9501
9502 * gdb.base/float.exp: Add pattern for sparc targets.
9503
9504 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9505
9506 * gdb.base/commands.exp (stray_arg0_test): New test.
9507
9508 2006-03-30 Paul Brook <paul@codesourcery.com>
9509
9510 * gdb.mi/mi-until.exp: kfail broken until command.
9511 * gdb.mi/mi2-until.exp: Ditto.
9512
9513 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
9514
9515 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
9516
9517 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
9518
9519 * gdb.base/prelink.exp: Anchor tested-for regular expression
9520 on gdb prompt.
9521
9522 2006-03-07 Paul Brook <paul@codesourcery.com>
9523
9524 * gdb.base/assign.exp: Correct fail message.
9525
9526 2006-03-07 Paul Brook <paul@codesourcery.com>
9527
9528 * lib/compiler.c: Extract armcc version number.
9529 * lib/compiler.cc: Ditto.
9530
9531 2006-03-07 Paul Brook <paul@codesourcery.com>
9532
9533 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
9534 additional_flags=-w.
9535 * gdb.arch/altivec-regs.exp: Ditto.
9536 * gdb.arch/e500-abi.exp: Ditto.
9537 * gdb.arch/e500-regs.exp: Ditto.
9538 * gdb.base/all-bin.exp: Ditto.
9539 * gdb.base/annota1.exp: Ditto.
9540 * gdb.base/annota3.exp: Ditto.
9541 * gdb.base/args.exp: Ditto.
9542 * gdb.base/arithmet.exp: Ditto.
9543 * gdb.base/assign.exp: Ditto.
9544 * gdb.base/async.exp: Ditto.
9545 * gdb.base/bang.exp: Ditto.
9546 * gdb.base/break.exp: Ditto.
9547 * gdb.base/call-rt-st.exp: Ditto.
9548 * gdb.base/completion.exp: Ditto.
9549 * gdb.base/cond-expr.exp: Ditto.
9550 * gdb.base/condbreak.exp: Ditto.
9551 * gdb.base/consecutive.exp: Ditto.
9552 * gdb.base/define.exp: Ditto.
9553 * gdb.base/display.exp: Ditto.
9554 * gdb.base/ena-dis-br.exp: Ditto.
9555 * gdb.base/environ.exp: Ditto.
9556 * gdb.base/eval-skip.exp: Ditto.
9557 * gdb.base/info-proc.exp: Ditto.
9558 * gdb.base/jump.exp: Ditto.
9559 * gdb.base/logical.exp: Ditto.
9560 * gdb.base/long_long.exp: Ditto.
9561 * gdb.base/maint.exp: Ditto.
9562 * gdb.base/miscexprs.exp: Ditto.
9563 * gdb.base/pc-fp.exp: Ditto.
9564 * gdb.base/pointers.exp: Ditto.
9565 * gdb.base/relational.exp: Ditto.
9566 * gdb.base/reread.exp: Ditto.
9567 * gdb.base/sect-cmd.exp: Ditto.
9568 * gdb.base/sep.exp: Ditto.
9569 * gdb.base/sepdebug.exp: Ditto.
9570 * gdb.base/until.exp: Ditto.
9571 * gdb.base/whatis-exp.exp: Ditto.
9572 * gdb.cp/annota2.exp: Ditto.
9573 * gdb.cp/annota3.exp: Ditto.
9574 * gdb.trace/actions.exp: Ditto.
9575 * gdb.trace/backtrace.exp: Ditto.
9576 * gdb.trace/circ.exp: Ditto.
9577 * gdb.trace/collection.exp: Ditto.
9578 * gdb.trace/deltrace.exp: Ditto.
9579 * gdb.trace/infotrace.exp: Ditto.
9580 * gdb.trace/limits.exp: Ditto.
9581 * gdb.trace/packetlen.exp: Ditto.
9582 * gdb.trace/passc-dyn.exp: Ditto.
9583 * gdb.trace/passcount.exp: Ditto.
9584 * gdb.trace/report.exp: Ditto.
9585 * gdb.trace/save-trace.exp: Ditto.
9586 * gdb.trace/tfind.exp: Ditto.
9587 * gdb.trace/tracecmd.exp: Ditto.
9588 * gdb.trace/while-dyn.exp: Ditto.
9589 * gdb.trace/while-stepping.exp: Ditto.
9590 * lib/gdb.exp: Ditto.
9591 (gdb_compile): Handle nowarning option.
9592
9593 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
9594
9595 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
9596 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
9597 Rename executable to prelinkt. Don't re-prelink if we didn't
9598 get a core file. Test prelink -u exit status to tell whether
9599 prelinking failed. Use gdb_test_multiple.
9600
9601 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9602
9603 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
9604 (do_tests): Call it.
9605
9606 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
9607
9608 * gdb.base/prelink.exp: New test.
9609 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
9610
9611 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
9612
9613 * gdb.fortran/derived-type.f90: New file.
9614 * gdb.fortran/derived-type.exp: New testcase.
9615
9616 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
9617
9618 * gdb.base/default.exp: Allow ';' as a directory separator.
9619
9620 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
9621
9622 * gdb.base/help.exp (help add-symbol-file): Update.
9623
9624 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
9625
9626 * gdb.base/help.exp (help load): Update expected results.
9627
9628 2006-02-19 Fred Fish <fnf@specifix.com>
9629
9630 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
9631 specifix hex value as part of results.
9632 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
9633
9634 2006-02-16 Fred Fish <fnf@specifix.com>
9635
9636 * gdb.base/whatis.c: Define variables using typedefs char_addr,
9637 ushort_addr, and slong_addr, so the typedefs are not optimized
9638 away.
9639 * gdb.base/whatis.exp: Add tests using type name for struct type,
9640 union type, enum type, and typedef.
9641
9642 2006-02-13 Mark Kettenis <kettenis@gnu.org>
9643
9644 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
9645
9646 2006-02-13 Jim Blandy <jimb@redhat.com>
9647
9648 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
9649 case where it takes two "next" commands to skip past the init
9650 call.
9651
9652 2006-02-12 Fred Fish <fnf@specifix.com>
9653
9654 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
9655 to handle cases where it takes two "next" commands to skip
9656 past the init call.
9657
9658 2006-02-07 Joel Brobecker <brobecker@adacore.com>
9659
9660 * gdb.ada/array_return.exp: Mark the last test as expected to fail
9661 on hppa32 targets.
9662
9663 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9664
9665 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
9666 field.
9667
9668 2006-01-29 Mark Kettenis <kettenis@gnu.org>
9669
9670 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
9671
9672 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9673
9674 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
9675 files.
9676
9677 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9678
9679 * gdb.cp/maint.exp: Set complaints to a positive value.
9680
9681 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
9682
9683 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
9684 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
9685 function name.
9686
9687 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
9688
9689 * gdb.base/checkpoint.c: Update copyright notice. Include
9690 <stdlib.h>.
9691
9692 2006-01-04 Jim Blandy <jimb@redhat.com>
9693
9694 * gdb.asm/asm-source.exp: Independently provide default values for
9695 asm-flags and debug-flags. Use 'string equal' to do the
9696 comparison, not the implicit expr's '==' operator. Remove
9697 now-unneeded assignments to asm-flags. In h8300 case, place
9698 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
9699
9700 2006-01-04 Michael Snyder <msnyder@redhat.com>
9701
9702 * gdb.base/checkpoint.c: New file.
9703 * gdb.base/checkpoint.exp: New file.
9704 * gdb.base/multi-fork.c: New file.
9705 * gdb.base/multi-fork.exp: New file.
9706 * gdb.base/pi.txt: New file (data for checkpoint.c test).
9707
9708 2006-01-04 Fred Fish <fnf@specifix.com>
9709
9710 * gdb.base/ptype.c (foo): Add typedef.
9711 (intfoo): Add function.
9712 * gdb.base/ptype1.c: New file.
9713 * gdb.base/ptype.exp: Handle compilation and linking with two
9714 source files. Test that proper type for "foo" is found based
9715 on source context rather than first match found in symtabs.
9716
9717 2005-12-28 Mark Kettenis <kettenis@gnu.org>
9718
9719 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
9720 * gdb.asm/openbsd.inc: Indent commands.
9721
9722 2005-12-26 Mark Kettenis <kettenis@gnu.org>
9723
9724 * gdb.base/freebpcmd.exp: Increase timeout.
9725
9726 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
9727
9728 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
9729
9730 * gdb.base/default.exp: Update check for "show version".
9731
9732 2005-12-09 Randolph Chung <tausq@debian.org>
9733
9734 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
9735 * gdb.asm/pa64.inc: New file.
9736
9737 2005-12-09 Randolph Chung <tausq@debian.org>
9738
9739 * gdb.asm/common.inc: Indent commands.
9740 * gdb.asm/asmsrc1.s: Likewise.
9741 * gdb.asm/asmsrc2.s: Likewise.
9742
9743 2005-12-09 Randolph Chung <tausq@debian.org>
9744
9745 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
9746 (get_addr_of_sym): Remove duplicate print.
9747 (gen_core): xfail hppa*-*-hpux*, update expected output.
9748 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
9749 * gdb.arch/pa64-nullify.s: New file.
9750
9751 2005-12-09 Randolph Chung <tausq@debian.org>
9752
9753 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
9754
9755 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
9756
9757 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
9758 code generation for these functions.
9759 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
9760 error message.
9761
9762 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9763
9764 * gdb.base/help.exp (help b, help br, help bre, help brea)
9765 (help break): Update the expected message.
9766
9767 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
9768
9769 * gdb.asm/m68hc11.inc: Setup the data section.
9770 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
9771 script for this test.
9772 (m6812-*-*): Likewise.
9773
9774 2005-11-09 Randolph Chung <tausq@debian.org>
9775
9776 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
9777
9778 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
9779
9780 * gdb.base/break.exp: Fix a comment typo.
9781
9782 2005-11-03 Jim Blandy <jimb@redhat.com>
9783
9784 Checked in by Elena Zannoni <ezannoni@redhat.com>
9785
9786 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
9787
9788 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
9789
9790 * gdb.arch/gdb1558.c: Include stdio.h.
9791
9792 2005-10-31 Mark Kettenis <kettenis@gnu.org>
9793
9794 * gdb.asm/asm-source.exp: Use -e instead of --entry.
9795
9796 2005-10-31 Mark Kettenis <kettenis@gnu.org>
9797
9798 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
9799
9800 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
9801
9802 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
9803 vscr" tests to better match output.
9804
9805 2005-10-12 Jim Blandy <jimb@redhat.com>
9806
9807 * gdb.base/structs.exp (any): New function.
9808 (test_struct_returns): Don't make any assumptions at all about
9809 what value the function returns when GDB can't set the return
9810 value.
9811
9812 2005-10-09 Joel Brobecker <brobecker@adacore.com>
9813
9814 * gdb.ada/arrayidx/p.adb: New file.
9815 * gdb.ada/arrayidx.exp: New testcase
9816
9817 2005-10-09 Joel Brobecker <brobecker@adacore.com>
9818
9819 * gdb.ada/array_return/pck.ads: New file.
9820 * gdb.ada/array_return/pck.adb: New file.
9821 * gdb.ada/array_return/p.adb: New file.
9822 * gdb.ada/array_return.exp: New testcase.
9823
9824 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9825
9826 * gdb.base/arrayidx.c: New file.
9827 * gdb.base/arrayidx.exp: New testcase.
9828
9829 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
9832 frames-invalid and breakpoints-invalid are no longer generated
9833 with level 3 so don't expect them in the output.
9834
9835 2005-09-27 Bob Rossi <bob@brasko.net>
9836
9837 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
9838 from test. Escape the | in mi_gdb_test call.
9839 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
9840 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
9841 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
9842 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
9843 expected regex's in mi_gdb_test calls.
9844 * lib/mi-support.exp: Remove arbitrary .* from tests.
9845 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
9846 Fully anchor GDB/MI expected results in mi_gdb_test.
9847 * lib/gdb.exp (string_to_regexp): Escape the ] character.
9848 * gdb.base/sizeof.exp: Remove escape character. Correct test.
9849
9850 2005-09-26 Paul Brook <paul@codesourcery.com>
9851
9852 * long_long.exp: Exclude eabi targets from arm FPA float format test.
9853
9854 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
9855
9856 * bfp-test.c: New file.
9857 * bfp-test.exp: New testcase.
9858
9859 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
9860
9861 * gdb.fortran/subarray.exp: New testcase to test the evaluation
9862 of subarray and substring variable.
9863 * gdb.fortran/subarray.f: New source file for the test of subarray
9864 and substring variable evaluation.
9865 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
9866 of string constant.
9867
9868 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
9869
9870 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
9871 copyright dates.
9872
9873 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
9874
9875 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
9876 powerpc altivec' test with an almost identical 'info vector' test.
9877
9878 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
9879
9880 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
9881 vscr" tests to match output.
9882
9883 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
9884
9885 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
9886 output.
9887
9888 2005-09-11 Bob Rossi <bob@brasko.net>
9889
9890 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
9891 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
9892 commands that return an MI output command and an asyncronous MI output
9893 command.
9894 * gdb.mi/mi-console.exp: Ditto.
9895
9896 2005-09-11 Bob Rossi <bob@brasko.net>
9897
9898 * gdb.mi/mi-var-child.c: Include <string.h>.
9899
9900 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
9901
9902 * killed.exp: Correct gdb_expect syntax.
9903
9904 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
9905
9906 * lib/mi-support.exp (mi_gdb_load): Fix typo.
9907
9908 2005-08-02 Bob Rossi <bob@brasko.net>
9909
9910 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
9911 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
9912 Change tests to inferior-tty-set/show.
9913 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
9914 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
9915 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
9916 inferior. Use mi_gdb_test to get GDB and Inferior output.
9917 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
9918 descriptor.
9919 (mi_inferior_tty_name): Add inferior PTY file name.
9920 (mi_gdb_start): Add INFERIOR_PTY parameter.
9921 (mi_gdb_test): Add IPATTERN parameter.
9922
9923 2005-08-02 Bob Rossi <bob@brasko.net>
9924
9925 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
9926 parameter to mi_gdb_test.
9927 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
9928
9929 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9930
9931 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
9932 struct_declarations.
9933 * gdb.mi/mi-var-child.exp: Step over the initialization of
9934 struct_declarations.
9935
9936 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9937
9938 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
9939 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
9940 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
9941 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
9942 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
9943 file.
9944
9945 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
9946
9947 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
9948 (do_children_tests): Assign values to the extra elements.
9949
9950 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
9951 them for tests for "-var-update --no-values" and
9952 "-var-update --all-values".
9953 Add test for "-var-list-children --simple-values".
9954
9955 * gdb.mi/basics.c (callee4): Add integer array D[3]...
9956
9957 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
9958 "-stack-list-locals --simple-values" Improve doc strings and
9959 comments.
9960
9961 2005-07-18 Mark Kettenis <kettenis@gnu.org>
9962
9963 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
9964 *-*-openbsd*.
9965 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
9966
9967 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
9968 sigaltsatck'.
9969
9970 2005-07-14 Bob Rossi <bob@brasko.net>
9971
9972 * gdb.base/default.exp (tty): Changed output of command.
9973 * gdb.base/help.exp (help tty): Ditto.
9974
9975 2005-07-12 Mark Kettenis <kettenis@gnu.org>
9976
9977 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
9978
9979 2005-07-10 Mark Kettenis <kettenis@gnu.org>
9980
9981 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
9982 -stack-select-frame without arguments.
9983 (test_stack_frame_listing): Add test for newly implemented command
9984 -stack-info-frame.
9985
9986 2005-07-06 Bob Rossi <bob@brasko.net>
9987
9988 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
9989 command.
9990 (Copyright): Update copyright.
9991
9992 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
9993
9994 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
9995 tests to evaluate exponentiation expression.
9996
9997 2005-06-29 Andreas Schwab <schwab@suse.de>
9998
9999 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10000 main to avoid warnings.
10001
10002 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10003
10004 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10005
10006 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10007 -stack-select-frame without arguments.
10008 (test_stack_frame_listing): Add test for newly implemented command
10009 -stack-info-frame.
10010
10011 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10012
10013 * gdb.fortran/array-element.f: New file.
10014 * gdb.fortran/array-element.exp: New testcase.
10015
10016 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10017
10018 * gdb.base/bigcore.exp: Correct checks for systems which can
10019 not dump a large core file.
10020
10021 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10022
10023 * gdb.base/relocate.c: Add a copyright notice.
10024 (dummy): Remove.
10025 * gdb.base/relocate.exp: Test printing the values of variables
10026 from a relocatable file.
10027
10028 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10029
10030 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10031 excess MI output after an error.
10032
10033 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10034
10035 * gdb.arch/alpha-step.c: New file.
10036 * gdb.arch/alpha-step.exp: New testcase.
10037
10038 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10039 Dennis Brueni <dennis@slickedit.com>
10040
10041 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10042 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10043 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10044 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10045 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10046 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10047 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10048
10049 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10050 Wu Zhou <woodzltc@cn.ibm.com>
10051
10052 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10053 IBM's xlc compiler.
10054 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10055 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10056
10057 2005-05-13 Jim Blandy <jimb@redhat.com>
10058
10059 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10060 calling gdb_suppress_entire_file.
10061 * gdb.base/charset.exp: Same.
10062 * gdb.base/call-rt-st.exp: Same.
10063
10064 2005-05-05 Bob Rossi <bob_rossi@cox.net>
10065
10066 * lib/gdb.exp (fullname_syntax): Added global regex.
10067 (fullname_syntax_POSIX): Ditto.
10068 (fullname_syntax_UNC): Ditto.
10069 (fullname_syntax_DOS_CASE): Ditto.
10070 (fullname_syntax_DOS): Ditto.
10071 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10072 fullname_syntax variable to scope and use it.
10073 (test_file_list_exec_source_files): Ditto.
10074 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10075
10076 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10077
10078 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10079
10080 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
10081
10082 * lib/gdb.exp (skip_altivec_tests): New function, based on
10083 check_vmx_hw_available from the GCC testsuite.
10084 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10085 * lib/gdb.arch/altivec-regs.exp: Likewise.
10086
10087 2005-05-02 Jim Blandy <jimb@redhat.com>
10088
10089 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10090 calling gdb_suppress_entire_file.
10091
10092 2005-04-30 Randolph Chung <tausq@debian.org>
10093
10094 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10095 Slightly relax "sem_post" name checking.
10096
10097 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10098
10099 * gdb.base/unload.exp: Use new shared library infrastructure.
10100
10101 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10102
10103 * gdb.base/so-impl-ld.exp: Use new shared library
10104 infrastructure.
10105
10106 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
10107
10108 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10109 * gdb.asm/h8300.inc: New file.
10110
10111 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10112
10113 * gdb.base/shlib-call.exp: Change to use new shared library
10114 infrastructure.
10115
10116 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10117
10118 * gdb.base/pending.exp: Change to use new shared library
10119 infrastructure.
10120
10121 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10122
10123 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10124 use test_compiler_info instead of gcc_compiled, and update copyright.
10125
10126 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
10127
10128 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
10129 shared objects being adjusted and update copyright years.
10130
10131 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
10132
10133 * ChangeLog: Correct some 2003-01-13 dates.
10134 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
10135 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
10136 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
10137 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
10138 gdb.trace/tfind.exp: Update copyright years.
10139
10140 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
10141 Daniel Jacobowitz <dan@codesourcery.com>
10142
10143 * lib/gdb.exp (gdb_compile): Handle shlib=.
10144 (gdb_compile_shlib): New function.
10145
10146 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
10147
10148 * lib/gdb.exp (test_compiler_info): Give argument a default value.
10149
10150 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10151
10152 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
10153 gdb.server.
10154 * configure.ac: Likewise.
10155 * configure: Regenerated.
10156 * gdb.gdbserver/Makefile.in: Moved to...
10157 * gdb.server/Makefile.in: ... here.
10158 * gdb.gdbserver/server.c: Moved to...
10159 * gdb.server/server.c: ... here.
10160 * gdb.gdbserver/server-run.exp: Moved to...
10161 * gdb.server/server-run.exp: ... here.
10162
10163 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10164
10165 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
10166 * configure.ac: Create gdb.gdbserver/Makefile.
10167 * configure: Regenerated.
10168 * lib/gdbserver-support.exp: New file, derived from
10169 config/gdbserver.exp.
10170 * config/gdbserver.exp: Use gdbserver-support.exp.
10171 * gdb.gdbserver/Makefile.in: New file.
10172 * gdb.gdbserver/server.c: New file.
10173 * gdb.gdbserver/server-run.exp: New file.
10174
10175 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
10176
10177 * lib/gdb.exp (test_compiler_info): Return compiler_info
10178 if no arguments are given.
10179
10180 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
10181
10182 * gdb.arch/altivec-abi.exp: Check for compiler and set
10183 use altivec' flag accordingly.
10184 * gdb.arch/altivec-regs.exp: Likewise.
10185
10186 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
10187
10188 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
10189
10190 2005-03-27 Andreas Schwab <schwab@suse.de>
10191
10192 * gdb.base/bigcore.c (main): Add missing mode argument in open
10193 call.
10194
10195 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
10196
10197 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
10198 downloads.
10199 * config/gdbserver.exp (gdb_load): Likewise.
10200
10201 2005-03-14 Paul Brook <paul@codesourcery.com>
10202
10203 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
10204 targets.
10205
10206 2005-03-09 Joel Brobecker <brobecker@adacore.com>
10207
10208 * gdb.dwarf2/dup-psym.S: New file.
10209 * gdb.dwarf2/dup-psym.exp: New testcase.
10210
10211 2005-03-09 Joel Brobecker <brobecker@adacore.com>
10212
10213 * gdb.ada/exec_changed/first.adb: New file.
10214 * gdb.ada/exec_changed/second.adb: New file.
10215 * gdb.ada/exec_changed.exp: New testcase.
10216
10217 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
10218
10219 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
10220 (A2): New class.
10221 (main): Test operator+.
10222 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
10223 breakpoint test.
10224
10225 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
10226 * gdb.base/signull.exp: Disable if gdb,nosignals.
10227 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
10228 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
10229 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
10230 * gdb.mi/mi2-console.exp: Likewise.
10231 * gdb.trace/collection.exp (run_trace_experiment): Consume the
10232 continue output at start.
10233 (gdb_collect_locals_test): Robustify regexp.
10234 * gdb.trace/passc-dyn.exp: Fix comment typo.
10235 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
10236
10237 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
10238
10239 * gdb.asm/asm-source.exp: Add iq2000 case.
10240 * gdb.asm/iq2000.inc: New file.
10241
10242 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
10243
10244 * gdb.base/command.exp: Change hardcoded value to regular expression.
10245 * gdb.base/float.exp: Add powerpc to the list of targets checked.
10246
10247 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
10248
10249 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
10250 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
10251 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
10252 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
10253 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
10254
10255 2005-03-05 Mark Kettenis <kettenis@gnu.org>
10256
10257 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
10258 changes.
10259
10260 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
10261
10262 * lib/compiler.c: Add test for IBM's xlc compiler.
10263 * lib/compiler.cc: Likewise.
10264
10265 2004-02-24 Joel Brobecker <brobecker@adacore.com>
10266
10267 * gdb.ada/fixed_points.exp: Create compilation object directory
10268 before running the test.
10269 * gdb.ada/null_record.exp: Likewise.
10270 * gdb.ada/packed_array.exp: Likewise.
10271 * gdb.ada/start.exp: Likewise.
10272
10273 2005-02-15 Joel Brobecker <brobecker@adacore.com>
10274
10275 * gdb.ada/packed_array/pa.adb: New file.
10276 * gdb.ada/packed_array.exp: New testcase.
10277
10278 2005-02-10 Mark Kettenis <kettenis@gnu.org>
10279
10280 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
10281 files.
10282
10283 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
10284 on *-*-openbsd*. Correctly match whitespace in regukar
10285 expressions.
10286
10287 2005-02-10 Daniel Jacobowitz <dan@debian.org>
10288
10289 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
10290 PR exp/1821
10291 * gdb.base/gdb1821.c: New test file.
10292 * gdb.base/gdb1821.exp: New test file.
10293
10294 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10295
10296 * gdb.base/start.c: New file.
10297 * gdb.base/start.exp: New testcase.
10298
10299 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10300
10301 * gdb.ada/start/dummy.adb: New file.
10302 * gdb.ada/start.exp: New testcase.
10303
10304 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
10305
10306 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
10307 for printing symbols and statistics.
10308 Add test for using relative pathnames in "maint print msymbols" test.
10309 Mark "maint info sections DATA" XFAIL on Cygwin.
10310 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
10311 tests.
10312
10313 2005-02-09 Andreas Schwab <schwab@suse.de>
10314
10315 Committed by Andrew Cagney <cagney@gnu.org>
10316 * gdb.base/remotetimeout.exp: New file.
10317
10318 2005-02-07 Mark Kettenis <kettenis@gnu.org>
10319
10320 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
10321
10322 2005-02-03 Joel Brobecker <brobecker@adacore.com>
10323
10324 * gdb.ada/gnat_ada.gpr: New file.
10325 * gdb.ada/gnat_ada.gin: Delete, no longer used.
10326 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
10327 * configure.ac: No longer generate gnat_ada.gpr.
10328 * configure: Regenerate.
10329 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
10330 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
10331 * gdb.ada/null_record/bar.ads: Likewise.
10332 * gdb.ada/null_record/bar.adb: Likewise.
10333 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
10334 * gdb.ada/null_record.exp (testdir): New variable.
10335 (testfile): executable is now in testdir subdirectory.
10336 (srcfile): Use full path to the main compilation unit.
10337 * gdb.ada/fixed_points.exp: Same changes as above.
10338
10339 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
10340
10341 * gdb.base/interp.exp: New test.
10342
10343 2005-01-24 Andrew Cagney <cagney@gnu.org>
10344
10345 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
10346
10347 2005-01-19 Andrew Cagney <cagney@gnu.org>
10348
10349 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
10350 configure.ac not configure.in.
10351
10352 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
10353 of powerpc*-*-*.
10354 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
10355 * gdb.base/list.exp (test_list_function)
10356 (test_list_filename_and_function): Ditto.
10357 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
10358
10359 2005-01-16 Andrew Cagney <cagney@gnu.org>
10360
10361 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
10362
10363 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
10364
10365 2005-01-14 Andrew Cagney <cagney@gnu.org>
10366
10367 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
10368 * gdb.mi/mi2-var-cmd.exp: Ditto.
10369
10370 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
10371
10372 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
10373
10374 2005-01-07 Andrew Cagney <cagney@gnu.org>
10375
10376 * configure.ac: Rename configure.in, require autoconf 2.59.
10377 * configure: Re-generate.
10378 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
10379 * gdb.stabs/configure: Re-generate.
10380 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
10381 * gdb.hp/configure: Re-generate.
10382 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
10383 autoconf 2.59.
10384 * gdb.hp/gdb.objdbg/configure: Re-generate.
10385 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
10386 autoconf 2.59.
10387 * gdb.hp/gdb.defects/configure: Re-generate.
10388 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
10389 autoconf 2.59.
10390 * gdb.hp/gdb.compat/configure: Re-generate.
10391 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
10392 autoconf 2.59.
10393 * gdb.hp/gdb.base-hp/configure: Re-generate.
10394 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
10395 autoconf 2.59.
10396 * gdb.hp/gdb.aCC/configure: Re-generate.
10397
10398 2004-12-15 Jim Blandy <jimb@redhat.com>
10399
10400 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
10401 under NPTL when there is debugging info available for libpthread.
10402
10403 2004-12-13 Jerome Guitton <guitton@gnat.com>
10404
10405 * gdb.ada/fixed_points.c: New file.
10406 * gdb.ada/fixed_points.exp: New file.
10407
10408 2004-12-03 Randolph Chung <tausq@debian.org>
10409
10410 * gdb.arch/pa-nullify.exp: New file.
10411 * gdb.arch/pa-nullify.s: New file.
10412
10413 2004-11-30 Randolph Chung <tausq@debian.org>
10414
10415 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
10416 instead of "tbug". Fix regexp to work properly with gdb_test.
10417
10418 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
10419
10420 * gdb.base/bitfields2.exp: New test.
10421 * gdb.base/bitfields2.c: New file.
10422
10423 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
10424
10425 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
10426
10427 2004-11-16 Randolph Chung <tausq@debian.org>
10428
10429 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
10430
10431 2004-11-14 Daniel Jacobowitz <dan@debian.org>
10432
10433 * gdb.threads/threadapply.exp: Correct "macro details" test.
10434
10435 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
10436
10437 * gdb.threads/threadapply.exp: New test.
10438 * gdb.threads/threadapply.c: New file.
10439
10440 2004-11-07 Mark Kettenis <kettenis@gnu.org>
10441
10442 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
10443 frames.
10444
10445 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
10446
10447 * gdb.base/cursal.exp: New file.
10448 * gdb.base/cursal.c: New file.
10449
10450 2004-11-03 Andrew Cagney <cagney@gnu.org>
10451
10452 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
10453
10454 2004-10-30 Mark Kettenis <kettenis@gnu.org>
10455
10456 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
10457 NetBSD/ELF targets.
10458
10459 2004-10-29 Joel Brobecker <brobecker@gnat.com>
10460
10461 * gdb.threads/bp_in_thread.c: New file, copied from
10462 pthread_cond_wait.c.
10463 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
10464 file, rather than reusing the .c file from another testcase.
10465
10466 2004-10-20 Joel Brobecker <brobecker@gnat.com>
10467
10468 * gdb.ada/null_record.exp: Check where we stopped after
10469 sending the start command, instead of where the associated
10470 temporary breakpoint was inserted.
10471
10472 2004-10-14 Andrew Cagney <cagney@gnu.org>
10473
10474 * gdb.mi/gdb701.c (main): Return 0.
10475
10476 2004-10-13 Daniel Jacobowitz <dan@debian.org>
10477
10478 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
10479
10480 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
10481
10482 * gdb.threads/schedlock.c: Add comment markers to use to find
10483 line numbers.
10484 * gdb.threads/schedlock.exp: Adjust regex to handle the new
10485 comments.
10486 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
10487 breakpoint lines.
10488
10489 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10490
10491 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
10492
10493 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10494
10495 * configure.in: Add gdb.dwarf2.
10496 * configure: Regenerated.
10497 * Makefile.in: Add gdb.dwarf2.
10498 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
10499 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
10500 gdb.dwarf2/file1.txt: New files.
10501
10502 2004-10-11 Orjan Friberg <orjanf@axis.com>
10503
10504 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
10505 of "run", since the latter doesn't work with remote targets. Adjust
10506 the breakpoint numbering accordingly.
10507 * gdb.threads/pthread_cond_wait.exp: Ditto.
10508
10509 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
10510
10511 * gdb.base/overlays.exp: Update copyright years.
10512
10513 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
10514
10515 * gdb.base/overlays.exp: Disable if target is Linux.
10516
10517 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
10518
10519 * config/gdbserver.exp (gdb_load): Use right filename on remote.
10520
10521 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
10522
10523 * gdb.asm/asm-source.exp: Add m32r-linux target.
10524 * gdb.asm/m32r-linux.inc: New file.
10525
10526 2004-09-24 Andrew Cagney <cagney@redhat.com>
10527 David Anderson <anderson@redhat.com>
10528
10529 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
10530 command fails, assume things will work.
10531 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
10532 (_GNU_SOURCE): Define.
10533 (print_unsigned, print_hex): Change parameter to "long long".
10534 (print_byte_count): New function, use to print byte counts.
10535 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
10536 O_LARGEFILE.
10537 (main): Compute an upper bound on a corefile in max_core_size.
10538 Limit memory chunk size to max_core_size. Limit total memory
10539 allocated to max_core_size.
10540
10541 2004-09-23 Andrew Cagney <cagney@gnu.org>
10542
10543 * gdb.base/bigcore.exp: Replace the code that creates a corefile
10544 from a separate process with code that creates a corefile by
10545 making the inferior dump core.
10546
10547 2004-09-23 Mark Kettenis <kettenis@gnu.org>
10548
10549 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
10550 block.
10551
10552 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
10553
10554 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
10555 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
10556 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
10557 Likewise.
10558
10559 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
10560
10561 * gdb.java/jprint.exp: New test case for java inferior call.
10562 * gdb.java/jprint.java: Ditto.
10563
10564 2004-09-15 Joel Brobecker <brobecker@gnat.com>
10565
10566 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
10567
10568 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
10569
10570 * gdb.threads/killed.c: Include <stdlib.h>.
10571 * gdb.threads/pthreads.c: Likewise.
10572
10573 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
10574
10575 * gdb.threads/killed.c: Add copyright notice.
10576
10577 2004-09-10 Jason Molenda (jmolenda@apple.com)
10578
10579 * gdb.base/define.exp: Two new tests to verify zero space chars
10580 after 'if' and 'while' commands in a user-defined command is correctly
10581 parsed.
10582
10583 2004-09-08 Andrew Cagney <cagney@gnu.org>
10584
10585 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
10586 delivery test with duplicate at end of file.
10587
10588 2004-09-06 Mark Kettenis <kettenis@jive.nl>
10589
10590 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
10591
10592 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10593
10594 * config/hppro.exp: Removed.
10595
10596 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10597
10598 * config/sparclet.exp: Removed.
10599
10600 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10601
10602 * config/udi.exp: Removed.
10603
10604 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
10605
10606 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
10607 of "exp_continue".
10608 (advancei): Likewise.
10609
10610 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
10611
10612 * gdb.base/unload.exp: Fix so messages aren't duplicated.
10613
10614 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
10615
10616 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
10617 to check for nodebug in executable.
10618 * gdb.gdb/observer.exp (setup_test): Likewise.
10619 * gdb.gdb/selftest.exp (test_with_self): Likewise.
10620 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
10621
10622 2004-09-01 Andrew Cagney <cagney@gnu.org>
10623
10624 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
10625 files.
10626
10627 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
10628
10629 * gdb.base/unload.exp: Fix expected warning message to match
10630 latest format.
10631
10632 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
10633
10634 * gdb.base/call-rt-st.exp: Fix typos.
10635
10636 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
10637
10638 * gdb.threads/thread_check.exp: New testcase.
10639 * gdb.threads/thread_check.c: New testcase.
10640
10641 2004-08-31 Andrew Cagney <cagney@gnu.org>
10642
10643 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
10644 (skip_to_handler_entry): New procedures. Test stepping into a
10645 handler when the breakpoint is at the handler's entry point.
10646
10647 2004-08-30 Andrew Cagney <cagney@gnu.org>
10648
10649 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
10650 gdb/1757.
10651
10652 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
10653
10654 With code from Manoj Iyer <manjo@austin.ibm.com>:
10655 * lib/gdb.exp (gdb_file_cmd): Return more information in the
10656 return value. Add an arm for "no debugging symbols found".
10657 Change a stray "error" to "perror".
10658 (gdb_run_cmd): Adapt to new return value.
10659 * gdb.base/remote.exp: Adapt to new return value.
10660 * gdb.gdb/complaints.exp: Likewise.
10661 * gdb.gdb/observer.exp: Likewise.
10662 * gdb.gdb/selftest.exp: Likewise.
10663 * gdb.gdb/xfullpath.exp: Likewise.
10664
10665 2004-08-27 Joel Brobecker <brobecker@gnat.com>
10666
10667 * gdb.threads/bp_in_thread.exp: New testcase.
10668
10669 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
10670
10671 Fix PR testsuite/1735.
10672 * gdb.threads/schedlock.c (thread_function): Add a cast
10673 to suppress a gcc warning.
10674 * gdb.threads/thread-specific.c (thread_function): Likewise.
10675
10676 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10677
10678 * gdb.base/unload.c: Include <stdlib.h>.
10679
10680 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10681
10682 From Paul Gilliam <pgilliam@us.ibm.com>:
10683 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
10684 synchronized after the "return".
10685
10686 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10687
10688 * gdb.mi/basics.c: Include <stdio.h>.
10689 * gdb.mi/pthreads.c: Include <stdlib.h>.
10690 * gdb.mi/var-cmd.c: Include <stdlib.h>.
10691
10692 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10693
10694 * gdb.threads/schedlock.c: Add copyright notice.
10695
10696 2004-08-25 Andrew Cagney <cagney@gnu.org>
10697
10698 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
10699 (skip_over_handler, breakpoint_over_hander): New test procedures.
10700 (advance, advancei): Add a proper prefix, do not use
10701 rerun_to_main.
10702 * gdb.base/sigstep.c (main): Change to use an infinite loop.
10703
10704 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
10705
10706 * gdb.mi/basics.c: Add copyright notice.
10707 * gdb.mi/var-cmd.c: Add copyright notice.
10708
10709 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10710
10711 * lib/gdb.exp: Remove signed_keyword_not_used.
10712 * lib/compiler.c: Likewise.
10713 * lib/compiler.cc: Likewise.
10714
10715 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10716
10717 * gdb.base/whatis.c: Remove conditional disabling of "signed".
10718 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
10719
10720 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10721
10722 * gdb.base/whatis.c: Add copyright notice.
10723
10724 2004-08-20 Mark Kettenis <kettenis@gnu.org>
10725
10726 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
10727 it to skip the breakpoints encoded in the inline assembly.
10728
10729 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
10730
10731 * Makefile.in: Add gdb.fortran.
10732
10733 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
10734
10735 * gdb.base/call-sc.exp (test_scalar_returns):
10736 Fix cut-and-paste glitch in "Make fun return now".
10737
10738 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
10739
10740 * configure.in: Add gdb.fortran.
10741 * configure: Regenerate.
10742 * gdb.fortran/Makefile.in: New file.
10743 * lib/gdb.exp (skip_fortran_tests): New procedure.
10744
10745 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
10746
10747 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
10748 reference to bug-gnu@prep.ai.mit.edu.
10749 * gdb.mi/mi-var-child.exp: Likewise.
10750 * gdb.mi/mi-var-cmd.exp: Likewise.
10751 * gdb.mi/mi-var-display.exp: Likewise.
10752 * gdb.mi/mi2-var-block.exp: Likewise.
10753 * gdb.mi/mi2-var-child.exp: Likewise.
10754 * gdb.mi/mi2-var-cmd.exp: Likewise.
10755 * gdb.mi/mi2-var-display.exp: Likewise.
10756
10757 2004-08-15 Mark Kettenis <kettenis@gnu.org>
10758
10759 * gdb.base/unload.c (main): Make local variable msg const.
10760
10761 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
10762
10763 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
10764 to bug-gnu@prep.ai.mit.edu.
10765 * gdb.mi/mi-disassemble.exp: Likewise.
10766 * gdb.mi/mi-eval.exp: Likewise.
10767 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
10768 default line number.
10769 * gdb.mi/mi-return.exp: Likewise.
10770 * gdb.mi/mi-simplerun.exp: Likewise.
10771 * gdb.mi/mi-stack.exp: Likewise.
10772 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
10773 number with explicit range test.
10774 * gdb.mi/mi-watch.exp: Likewise.
10775 * gdb.mi/mi2-break.exp: Likewise.
10776 * gdb.mi/mi2-cli.exp: Likewise.
10777 * gdb.mi/mi2-disassemble.exp: Likewise.
10778 * gdb.mi/mi2-eval.exp: Likewise.
10779 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
10780 default line number.
10781 * gdb.mi/mi2-return.exp: Likewise.
10782 * gdb.mi/mi2-simplerun.exp: Likewise.
10783 * gdb.mi/mi2-stack.exp: Likewise.
10784 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
10785 number with explicit range test.
10786 * gdb.mi/mi2-watch.exp: Likewise.
10787
10788 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
10789
10790 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
10791 * gdb.cp/m-static.exp: Likewise.
10792 * gdb.cp/rtti.exp: Likewise.
10793
10794 2004-08-14 Mark Kettenis <kettenis@gnu.org>
10795
10796 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
10797
10798 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10799
10800 * ChangeLog: Prefix Local Variables with semi-colons and indent
10801 the reference to older ChangeLog files, to fix fontification in
10802 Emacs.
10803
10804 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10805
10806 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
10807 * gdb.mi/mi2-break.exp: Likewise.
10808
10809 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10810
10811 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
10812
10813 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10814
10815 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
10816
10817 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10818
10819 * gdb.cp/classes.exp: Remove unused declarations. Just let
10820 test names default instead of providing special names. Remove
10821 extraneous demangler test.
10822
10823 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
10824
10825 * gdb.base/unload.exp: New test for breakpoints in dynamically
10826 loaded libraries.
10827 * gdb.base/unload.c: Ditto.
10828 * gdb.base/unloadshr.c: Ditto.
10829
10830 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
10831
10832 * gdb.cp/classes.exp (test_ptype_class_objects): Call
10833 cp_test_ptype_class.
10834 (test_enums): Likewise.
10835
10836 2004-08-10 Andrew Cagney <cagney@gnu.org>
10837
10838 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
10839 files.
10840
10841 2004-08-10 Andrew Cagney <cagney@gnu.org>
10842
10843 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
10844 init_malloc call.
10845
10846 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * ChangeLog: Add copyright notice. The notice is copied
10849 from emacs 21.3 top level ChangeLog.
10850
10851 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10852
10853 * lib/cp-support.exp: New file.
10854 * lib/cp-support.exp (cp_test_type_class): New function.
10855 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
10856 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
10857 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
10858 cp_test_ptype_class.
10859
10860 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10861
10862 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
10863 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10864 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
10865 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
10866 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
10867 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
10868 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
10869 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
10870 gdb.mi/mi2-watch.exp: Update copyright years.
10871
10872 2004-08-09 Mark Kettenis <kettenis@gnu.org>
10873
10874 * gdb.base/sigaltstack.exp: Provide proper anchoring.
10875
10876 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10877
10878 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
10879 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
10880 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
10881 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10882 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
10883 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
10884 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
10885 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10886 gdb.mi/mi-watch.exp: Update copyright years.
10887
10888 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10889
10890 PR gdb/1738
10891 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
10892 from a breakpoint with a pending signal.
10893
10894 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10895
10896 PR gdb/1736
10897 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
10898 * gdb.base/sigaltstack.exp (finish_test): Consume output until
10899 the prompt.
10900 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
10901
10902 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10903
10904 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
10905
10906 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10907
10908 PR gdb/1736
10909 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
10910 for i?86-*-linux*.
10911
10912 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10913
10914 * gdb.arch/i386-prologue.exp: Compile without debug information.
10915
10916 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
10917
10918 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
10919 rather than asking gdb to search.
10920
10921 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10922
10923 * gdb.base/gcore.c: Include <string.h>.
10924
10925 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10926
10927 * gdb.base/gcore.c: Add copyright notice.
10928
10929 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10930
10931 * gdb.base/freebpcmd.c: Include <stdio.h>.
10932 * gdb.base/long_long.c: Include <string.h>.
10933 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
10934 * gdb.base/siginfo.c: Include <string.h>.
10935 * gdb.base/sigstep.c: Include <string.h>.
10936
10937 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10938
10939 * gdb.base/complex.c: Include <stdlib.h>.
10940
10941 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10942
10943 * gdb.base/complex.c: Add copyright notice.
10944
10945 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10946
10947 * gdb.base/charset.c: Include <stdlib.h>.
10948
10949 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10950
10951 * gdb.base/auxv.c: Include <stdlib.h>.
10952
10953 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10954
10955 * gdb.base/auxv.c: Add copyright notice.
10956
10957 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10958
10959 * gdb.base/coremaker.c: Add copyright notice.
10960 * gdb.base/coremaker2.c: Add copyright notice.
10961
10962 2004-08-04 Andrew Cagney <cagney@gnu.org>
10963
10964 * gdb.base/store.exp: Update copyright.
10965 (check_set, up_set, check_struct, up_struct): Add a prefix to test
10966 names, do not import gdb_prompt.
10967
10968 2004-08-01 Andrew Cagney <cagney@gnu.org>
10969
10970 Fix PR testsuite/1729.
10971 * gdb.base/dump.exp: Add test name to callers of capture_value, do
10972 not use capture_value with value 4.
10973 (capture_value): Add optional test name parameter.
10974 (test_reload_saved_value, test_restore_saved_value): Use $msg as
10975 the prefix, pass to capture_value.
10976
10977 2004-08-01 Mark Kettenis <kettenis@gnu.org>
10978
10979 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
10980 * gdb.arch/i386-prologue.c (standard): New prototype and function.
10981 (main): Call new function.
10982
10983 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10984
10985 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
10986
10987 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10988
10989 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
10990
10991 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10992
10993 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
10994 Accept more values of vtbl pointer. Remove some messages
10995 about "obsolete gcc or gdb".
10996
10997 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10998
10999 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11000
11001 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11002
11003 * gdb.base/asm-source.exp: Properly convert target board
11004 debug flags from gcc format to binutils format.
11005
11006 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11007
11008 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11009 gdb1718". PR backtrace/1718 partially fixed.
11010
11011 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11012
11013 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11014
11015 2004-07-26 Nick Clifton <nickc@redhat.com>
11016
11017 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11018 good default value for a specific architecture is available then
11019 set it to that value. Otherwise default to the -gstabs switch.
11020 Remove the -g... switches from the asm-flags variable. Allow the
11021 target board info to override the value if it wants to. Pass the
11022 switch on the assembler command line.
11023
11024 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11025
11026 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11027 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11028 (main): Call new function.
11029
11030 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11031
11032 Test for PR exp/1715.
11033 * gdb.base/radix.exp: Refactor common procedures. Make all
11034 test names unique. Change XFAIL to KFAIL.
11035
11036 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11037
11038 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11039 * gdb.ada/gnat_ada.gin: ... to here.
11040 * configure.in: Use gnat_ada.gin.
11041 * configure: Regenerate.
11042
11043 2004-07-20 Andrew Cagney <cagney@gnu.org>
11044
11045 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11046 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11047 XFAILs. Clean up test messages and comments. Check backtraces.
11048 Delete re-sync code.
11049
11050 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11051
11052 Fix PR cli/740.
11053 * gdb.base/annota1.exp: Honor gdb,nosignals.
11054 * gdb.base/annota3.exp: Likewise.
11055
11056 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11057
11058 * lib/java.exp: Update copyright notice.
11059
11060 2004-07-19 Andrew Cagney <cagney@gnu.org>
11061
11062 * gdb.base/selftest.exp: Copy file from here ...
11063 * gdb.gdb/selftest.exp: ... to here.
11064
11065 2004-07-16 Andrew Cagney <cagney@redhat.com>
11066
11067 * lib/insight-support.exp: Delete file.
11068 * lib/java.exp (java_init): Fix copyright.
11069
11070 2004-07-16 Andrew Cagney <cagney@gnu.org>
11071
11072 * gdb.base/restore.c: Append "prologue" to comments marking the a
11073 function's prologue.
11074 * gdb.base/restore.exp: Update copyright, re-indent.
11075 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
11076 callerN" prefix where needed. Update patterns that match a
11077 function's prologue.
11078
11079 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
11080
11081 * gdb.base/restore.c: Add copyright notice.
11082
11083 2004-07-16 Andrew Cagney <cagney@gnu.org>
11084
11085 * gdb.base/logical.exp: Update copyright.
11086 (evaluate): New procedure. Use to re-implement tests using
11087 several tables.
11088
11089 2004-07-14 Martin Hunt <hunt@redhat.com>
11090
11091 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11092 which fixes some problems where init.tcl was not found.
11093
11094 2004-07-13 Andrew Cagney <cagney@gnu.org>
11095
11096 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11097 (check_sizeof, check_valueof): Do not include the output in the
11098 test name. Use gdb_test.
11099 (get_valueof): Use gdb_test_multiple.
11100
11101 * gdb.base/step-test.exp: Update copyright. Use
11102 gdb_test_multiple. Ensure that test names do not include
11103 architecture dependent output.
11104
11105 * gdb.gdb/observer.exp: Update copyright.
11106 (setup_test): Use gdb_test_multiple.
11107 (attach_first_observer, attach_second_observer)
11108 (attach_third_observer, detach_first_observer)
11109 (detach_second_observer, detach_third_observer)
11110 (reset_counters, check_counters): Make $message a prefix.
11111 (test_normal_stop_notifications): Add "args" parameter - a list of
11112 init functions to be called. Make $message a prefix,
11113 (test_observer_normal_stop): Change the message prefixes so that
11114 they are unique, pass the attach / detach procedures to
11115 test_normal_stop_notifications.
11116
11117 * gdb.base/signull.exp (test_segv): Prefix all tests with
11118 "${name}". Clean up test messages.
11119
11120 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11121
11122 * gdb.base/ena-dis-br.exp: Update copyright.
11123 (break_at): New function. Replace send_gdb with gdb_test,
11124 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
11125 ignore count, not stopped at bpt", with KFAIL.
11126
11127 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
11128
11129 * gdb.base/attach.exp: Remove cleanupfile handling.
11130
11131 2004-07-12 Andrew Cagney <cagney@gnu.org>
11132
11133 * gdb.base/annota1.exp: Cleanup corefile test name.
11134 * gdb.base/annota3.exp: Ditto.
11135
11136 2004-07-12 Andrew Cagney <cagney@gnu.org>
11137
11138 * gdb.base/signals.exp: Clean up copyright, re-indent.
11139
11140 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
11141 gdb_test and gdb_test_multiple.
11142
11143 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
11144
11145 * gdb.java/jmain.exp: Fix expected line number for main to
11146 break at. Set XFAIL for break at main test since gcj does not
11147 provide line number info for first statement in main.
11148
11149 2004-07-08 Andrew Cagney <cagney@gnu.org>
11150
11151 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
11152
11153 * gdb.base/sigbpt.exp: Make the common part of each test name a
11154 prefix instead of suffix.
11155
11156 2004-07-07 Bob Rossi <bob_rossi@cox.net>
11157
11158 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
11159 test from test_tbreak_creation_and_listing to
11160 test_file_list_exec_source_file
11161 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
11162 Changed name of test from test_tbreak_creation_and_listing to
11163 test_file_list_exec_source_file
11164
11165 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
11166
11167 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
11168 the jmisc() constructor instead of <init>.
11169 * gdb.java/jmisc1.exp: Ditto.
11170
11171 2004-07-07 Andrew Cagney <cagney@gnu.org>
11172
11173 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
11174 corrupting the PC.
11175
11176 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
11177
11178 * gdb.cp/templates.exp: Accept whitespace change in demangler
11179 output.
11180
11181 2004-07-06 Andrew Cagney <cagney@gnu.org>
11182
11183 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
11184
11185 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
11186
11187 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
11188 * lib/compiler.cc: Likewise.
11189
11190 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
11191
11192 * lib/compiler.cc: Work around string preprocessing problem
11193 with old hp c++ compiler.
11194 * lib/compiler.c: Likewise.
11195
11196 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
11197
11198 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
11199 directives to conditionalize symbol prefixing.
11200 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
11201 additional_flags handling. Add underscore prefix for Cygwin.
11202 * gdb.arch/i386-unwind.c: Use preprocessor directives to
11203 conditionalize symbol prefixing.
11204 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
11205 additional_flags handling. Add underscore prefix for Cygwin.
11206
11207 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
11208
11209 * gdb.base/bigcore.exp: Skip test on Cygwin.
11210
11211 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
11212
11213 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
11214 formats for "info register". Use gdb_test_multiple. Fix
11215 the "invalid register" test.
11216
11217 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
11218
11219 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
11220 PID for Cygwin. Add Cygwin specific strings to check for in some
11221 tests.
11222 (do_attach_tests): Add a test for user interaction when attaching
11223 to a process with no matching symbol table already loaded.
11224
11225 2004-06-26 Andrew Cagney <cagney@gnu.org>
11226
11227 Test PR java/1567 and PR java/1565.
11228 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
11229 * gdb.java/jmisc2.exp: Delete file.
11230
11231 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
11232
11233 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
11234
11235 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
11236
11237 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
11238 attach process.
11239
11240 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
11241
11242 * gdb.cp/pr-1553.exp: Remove.
11243
11244 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
11245
11246 * gdb.cp/pr-1553.cc: Remove.
11247 * gdb.cp/pr-1553.exp: Disable this test.
11248
11249 2004-06-20 Jim Blandy <jimb@redhat.com>
11250
11251 Fix PR testsuite/1680.
11252 * gdb.arch/i386-sse.exp: Properly quote curly braces in
11253 regular expressions.
11254
11255 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
11256
11257 Fix PR testsuite/1679.
11258 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
11259 Issue an UNSUPPORTED result instead.
11260
11261 2004-06-18 Jim Blandy <jimb@redhat.com>
11262
11263 * gdb.base/charset.exp: Only send a control-C if we see a new
11264 prompt and incomplete command.
11265
11266 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
11267
11268 * gdb.cp/pr-574.cc: Add copyright notice.
11269
11270 2004-06-17 Jim Blandy <jimb@redhat.com>
11271
11272 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
11273 cases where the regexp has no groups; this grabs random text from
11274 the previous test suite, whatever that was.
11275
11276 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
11277
11278 * gdb.cp/printmethod.cc: Add copyright notice.
11279
11280 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
11281
11282 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
11283
11284 2004-06-16 Andrew Cagney <cagney@gnu.org>
11285
11286 * gdb.base/signull.c: Update copyright. Include <string.h>.
11287 (bowler): Replace data_pointer with data_read
11288 and data_write cases. Add code_descriptor case.
11289 (zero, desc): New array and pointer.
11290 (data, code): Change to simple pointers.
11291 * gdb.base/signull.exp: Fix probe pattern matching a function
11292 descriptor SIGSEGV. Replace data_pointer with data_read and
11293 data_write tests.
11294
11295 2004-06-16 Andrew Cagney <cagney@gnu.org>
11296
11297 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
11298
11299 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11300
11301 * gdb.base/long_long.c: Add copyright notice.
11302
11303 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11304
11305 * gdb.base/long_long.exp: Remove reference to
11306 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
11307 to gdb_breakpoint and gdb_continue_to_breakpoint.
11308
11309 2004-06-14 Jim Blandy <jimb@redhat.com>
11310
11311 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
11312 endian case.
11313
11314 2004-06-14 Andrew Cagney <cagney@gnu.org>
11315
11316 * gdb.base/gcore.exp (capture_command_output): Delete the always
11317 passing tests containing inferior values.
11318 * gdb.base/ending-run.exp: Do not include the breakpoint address
11319 in the test message. Update copyright.
11320 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
11321 size in the test name, use gdb_test_multiple. Update copyright.
11322
11323 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11324
11325 * gdb.cp/ref-types.cc: Add copyright notice.
11326
11327 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11328
11329 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
11330 hp_aCC_compiler.
11331 * lib/compiler.cc: Likewise.
11332 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
11333 'set' commands. Log diagnostics for other lines. Set
11334 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
11335
11336 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
11337
11338 * gdb.cp/try_catch.cc: Add copyright notice.
11339
11340 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
11341
11342 * gdb.cp/userdef.cc: Add copyright notice.
11343
11344 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
11345
11346 * gdb.cp/virtfunc.cc: Add copyright notice.
11347
11348 2004-06-11 Randolph Chung <tausq@debian.org>
11349
11350 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
11351 problem.
11352
11353 2004-06-10 Andrew Cagney <cagney@gnu.org>
11354
11355 * lib/compiler.cc, lib/compiler.c: Append either
11356 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
11357 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
11358 instead of gcc-3-3.
11359
11360 2004-06-09 Andrew Cagney <cagney@gnu.org>
11361
11362 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
11363 gdb/1455, bug is specific to "long long" and "double".
11364
11365 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
11366 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
11367 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
11368 fixed.
11369
11370 2004-06-09 Andrew Cagney <cagney@gnu.org>
11371
11372 * gdb.base/structs.exp (test_struct_returns): Replace
11373 "return_value_unknown" and "finish_value_unknown" by
11374 "return_value_known" and "finish_value_known". Instead of
11375 "return_value_unknown" iff "finish_value_unknown", check
11376 "return_value_known" implies "finish_value_known".
11377
11378 2004-06-08 Martin Hunt <hunt@redhat.com>
11379
11380 * gdb.base/float.exp: Add pattern for mips targets.
11381
11382 2004-06-08 Randolph Chung <tausq@debian.org>
11383
11384 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
11385 message for unknown architectures more clear.
11386
11387 2004-06-08 Joel Brobecker <brobecker@gnat.com>
11388
11389 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
11390 start the execution of the program.
11391
11392 2004-06-07 Jim Blandy <jimb@redhat.com>
11393
11394 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
11395 * gdb.arch/i386-cpuid.h: New helper file.
11396
11397 2004-06-07 Randolph Chung <tausq@debian.org>
11398
11399 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
11400 has started.
11401
11402 2004-06-04 Roland McGrath <roland@redhat.com>
11403
11404 Fix PR gdb/1647.
11405 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
11406 differently to be robust to output buffering differences.
11407
11408 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
11409
11410 * gdb.threads/pthreads.exp: Update copyright years.
11411 (check_control_c): Change asynchronous 'after' to synchronous.
11412
11413 2004-06-04 Roland McGrath <roland@redhat.com>
11414
11415 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
11416 next gdb prompt.
11417
11418 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
11419
11420 Fix PR gdb/1636.
11421 * gdb.threads/manythreads.exp: Change asynchronous 'after'
11422 calls to synchronous.
11423
11424 2004-05-26 Jim Blandy <jimb@redhat.com>
11425
11426 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
11427
11428 2004-05-24 Randolph Chung <tausq@debian.org>
11429
11430 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
11431 * gdb.asm/pa.inc: New file.
11432
11433 2004-05-22 Mark Kettenis <kettenis@gnu.org>
11434
11435 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
11436
11437 2004-05-21 Joel Brobecker <brobecker@gnat.com>
11438 Daniel Jacobowitz <drow@mvista.com>
11439
11440 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
11441 GDB prompt.
11442
11443 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11444
11445 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
11446 setjmp/longjmp. Use sigaction instead of signal.
11447
11448 2004-05-19 J. Brobecker <brobecker@gnat.com>
11449 Michael Snyder <msnyder@redhat.com>
11450
11451 * gdb.threads/pthread_cond_wait.c: New file.
11452 * gdb.threads/pthread_cond_wait.exp: New testcase.
11453
11454 2004-05-13 Andrew Cagney <cagney@redhat.com>
11455
11456 * gdb.base/signull.exp, gdb.base/signull.c: New files.
11457 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
11458
11459 2004-05-11 Andrew Cagney <cagney@redhat.com>
11460
11461 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
11462 fixed but revealed gdb/1639.
11463
11464 2004-05-10 Andrew Cagney <cagney@redhat.com>
11465
11466 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
11467 func1" and "next to 2nd alarm", kernel bug avoided.
11468
11469 2004-05-10 Daniel Jacobowitz <dan@debian.org>
11470
11471 PR external/1568
11472 * gdb.base/bigcore.exp: Check the size of the dumped core file.
11473 XFAIL if it is smaller than bytes_allocated.
11474 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
11475 (main): Make chunks_allocated unsigned. Correct comment.
11476
11477 2004-05-07 Joel Brobecker <brobecker@gnat.com>
11478
11479 * gdb.arch/powerpc-aix-prologue.c: New file.
11480 * gdb.arch/powerpc-aix-prologue.exp: New file.
11481
11482 2004-05-07 Jim Blandy <jimb@redhat.com>
11483
11484 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
11485 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
11486
11487 2004-05-06 Joel Brobecker <brobecker@gnat.com>
11488
11489 * gdb.base/sep.exp: No longer setup_kfail when the program was
11490 built with dwarf2.
11491
11492 2004-05-05 Jim Ingham <jingham@apple.com>
11493
11494 * gdb.base/pending.exp: Make sure pending breakpoints
11495 preserve the ignore count.
11496
11497 2004-04-27 Jerome Guitton <guitton@gnat.com>
11498
11499 * i386-prologue.exp: Add testcase for jump instruction as first
11500 instruction of the real code.
11501 * i386-prologue.c (jump_at_beginning): New function.
11502
11503 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11504
11505 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
11506 x86_64-*-*.
11507
11508 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11509
11510 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
11511 i*86-*-*.
11512
11513 2004-04-25 Mark Kettenis <kettenis@gnu.org>
11514
11515 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
11516 expression that checks the return type.
11517
11518 2004-04-23 Andrew Cagney <cagney@redhat.com>
11519
11520 * gdb.base/call-sc.exp: New test of scalar call/return values.
11521 * gdb.base/call-sc.c: Ditto.
11522
11523 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11524
11525 * gdb.threads/manythreads.c: Reduce thread stack size.
11526
11527 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
11528
11529 * gdb.threads/manythreads.c: Add copyright notice.
11530
11531 2004-04-23 Andrew Cagney <cagney@redhat.com>
11532
11533 * gdb.base/siginfo.exp: Better handle step out of signal.
11534 * gdb.base/sigstep.exp: Ditto.
11535
11536 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
11537 Daniel Jacobowitz <drow@mvista.com>
11538
11539 * gdb.threads/manythreads.c: New testcase.
11540 * gdb.threads/manythreads.exp: Ditto.
11541
11542 2004-04-22 Jim Blandy <jimb@redhat.com>
11543
11544 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
11545 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
11546
11547 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
11548
11549 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
11550
11551 2004-04-21 Andrew Cagney <cagney@redhat.com>
11552
11553 * gdb.base/sigstep.c: New file.
11554 * gdb.base/sigstep.exp: New file.
11555
11556 2004-04-16 Joel Brobecker <brobecker@gnat.com>
11557
11558 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
11559 call to observer_notify_normal_stop.
11560
11561 2004-04-15 Andrew Cagney <cagney@redhat.com>
11562
11563 * gdb.base/siginfo.c: New file.
11564 * gdb.base/siginfo.exp: New file.
11565
11566 2004-04-12 J. Brobecker <brobecker@gnat.com>
11567
11568 * gdb.base/sep.exp: Fix typo in comment.
11569
11570 2004-04-12 J. Brobecker <brobecker@gnat.com>
11571
11572 * gdb.base/sep.c: New file.
11573 * gdb.base/sep-proc.c: New file.
11574 * gdb.base/sep.exp: New testcase.
11575
11576 2004-04-09 Mark Kettenis <kettenis@gnu.org>
11577
11578 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
11579 support.
11580
11581 2004-04-05 Andrew Cagney <cagney@redhat.com>
11582
11583 * gdb.base/sigaltstack.c: New file.
11584 * gdb.base/sigaltstack.exp: New file.
11585
11586 2004-04-04 Joel Brobecker <brobecker@gnat.com>
11587
11588 * gdb.base/foll-fork.exp: Update the expected output for
11589 "help set follow-fork-mode", to match a change that was made
11590 to the help of this variable on 2004-01-13.
11591
11592 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11593
11594 * lib/ada.exp: Add copyright notice.
11595 * bar.ads: Likewise.
11596 * bar.adb: Likewise.
11597 * null_record.adb: Likewise.
11598 * null_record.exp: Likewise.
11599 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
11600
11601 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11602
11603 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
11604 * configure: Regenerate.
11605
11606 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11607
11608 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
11609 to build the application. Remove the message printed when in
11610 verbose mode, redundant with the UNSUPPORTED message above.
11611
11612 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11613
11614 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
11615 * gdb.ada (null_record.exp): New testcase.
11616
11617 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11618
11619 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
11620
11621 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11622
11623 * gdb.ada: New subdirectory.
11624 * gdb.ada/Makefile.in: New file.
11625 * gdb.ada/gnat_ada.gpr.in: New file.
11626
11627 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11628
11629 * lib/ada.exp: New file.
11630
11631 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
11632
11633 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
11634 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
11635
11636 2004-03-22 Andrew Cagney <cagney@redhat.com>
11637
11638 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
11639 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
11640 Problem identified by Ulrich Weigand.
11641
11642 2004-03-17 David Carlton <carlton@kealia.com>
11643
11644 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
11645 PR c++/826.
11646
11647 2004-03-16 Roland McGrath <roland@redhat.com>
11648
11649 * gdb.base/auxv.exp: New file.
11650 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
11651
11652 2004-03-12 David Carlton <carlton@kealia.com>
11653
11654 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
11655 * gdb.cp/pr-1553.cc: Ditto.
11656 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
11657 pass branch.
11658
11659 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
11660
11661 * gdb.cp/templates.exp: Accept more template types.
11662
11663 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11664
11665 From Corinna Vinschen with modifications.
11666 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
11667 local variable obj_with_enum.
11668 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
11669 results with obj_with_enum.
11670
11671 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11672
11673 * gdb.cp/classes.cc: New file, copied from misc.cc.
11674 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
11675
11676 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11677
11678 * gdb.cp/misc.cc: Add copyright notice.
11679
11680 2004-03-05 David Carlton <carlton@kealia.com>
11681
11682 * gdb.cp/rtti.exp: Add 'print *obj3' test.
11683 * gdb.cp/rtti.h: Update copyright.
11684 (namespace n2::n3): New.
11685 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
11686 (n2::n3::func3): New.
11687 (main): Call n2::n3::func3.
11688 * gdb.cp/rtti2.cc: Update copyright.
11689 (n2::create3): New.
11690
11691 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11692
11693 * gdb.asm/openbsd.inc: Fix typo.
11694
11695 2004-03-03 Fred Fish <fnf@redhat.com>
11696
11697 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
11698 "val" instead of unused "size". Update copyright year.
11699
11700 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11701
11702 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
11703 to use unsigned char.
11704 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
11705 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
11706
11707 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11708
11709 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
11710 line of output.
11711
11712 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11713
11714 * gdb.base/relocate.c (dummy): Initialize.
11715
11716 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11717
11718 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
11719 a breakpoint at exit.
11720
11721 2004-02-27 Fred Fish <fnf@redhat.com>
11722
11723 * gdb.base/chng-syms.exp: Add expect condition to match failing
11724 case that isn't a timeout.
11725
11726 2004-02-27 Andrew Cagney <cagney@redhat.com>
11727
11728 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
11729 support.
11730
11731 2004-02-26 Fred Fish <fnf@redhat.com>
11732
11733 * gdb.arch/gdb1431.c: Remove.
11734 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
11735 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
11736 of "until" incorrectly.
11737
11738 2004-02-26 J. Brobecker <brobecker@gnat.com>
11739
11740 * gdb.cp/class2.cc (empty): New class.
11741 (refer): New function.
11742 (main): Declare an object of type empty and use it.
11743 * gdb.cp/class2.exp: Print the value of an object of type empty.
11744
11745 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11746
11747 * gdb.base/langs.exp: Update query string to match the
11748 new nquery format used for pending breakpoints.
11749
11750 2004-02-26 Andrew Cagney <cagney@redhat.com>
11751
11752 Fix PR i18n/1570.
11753 * gdb.base/charset.c: Update copyright notice.
11754 (main, init_string): Remove the escape character '\e' tests.
11755 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
11756 * gdb.base/charset.exp (valid_host_charset): Ditto.
11757 * gdb.base/setvar.exp: Ditto.
11758
11759 2004-02-24 Andrew Cagney <cagney@redhat.com>
11760
11761 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
11762 mmapped data in core file" PASS and FAIL messages consistent.
11763
11764 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
11765 setting a breakpoint. Work around PR java/1565.
11766
11767 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11768
11769 * lib/gdb.exp (gdb_breakpoint): Update query string to match
11770 new nquery format.
11771 * gdb.base/pending.exp: Ditto.
11772
11773 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11774
11775 * configure.in: Run stabs tests on *BSD.
11776 * configure: Regenerated.
11777
11778 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11779
11780 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
11781
11782 2004-02-20 Fred Fish <fnf@redhat.com>
11783
11784 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
11785 blank in test for "returns short", for consistency with other
11786 "returns xxx" tests. Update copyright year.
11787
11788 2004-02-19 Fred Fish <fnf@redhat.com>
11789
11790 New testcase for PR breakpoint/1558.
11791 * gdb.arch/gdb1558.exp: New file.
11792 * gdb.arch/gdb1558.c: New file.
11793
11794 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11795
11796 * gdb.base/nodebug.exp: Fix typo.
11797
11798 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11799
11800 Committed by Jim Blandy <jimb@redhat.com>.
11801
11802 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
11803
11804 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
11805
11806 * gdb.base/float.exp: Support s390*-*-* targets.
11807
11808 2004-02-17 Adam Fedor <fedor@gnu.org>
11809
11810 * gdb.base/gdb1555.exp: New file.
11811 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
11812
11813 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11814
11815 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
11816
11817 2004-02-16 Fred Fish <fnf@redhat.com>
11818
11819 * gdb.arch/gdb1291.c: Remove
11820 * gdb.arch/gdb1291.s: New test input file.
11821 * gdb.arch/gdb1291.exp: Expand test to check case that should not
11822 fail. Test for correct result, known incorrect result, other
11823 failures and timeouts.
11824
11825 2004-02-16 Andrew Cagney <cagney@redhat.com>
11826
11827 * gdb.base/bigcore.exp: New file.
11828 * gdb.base/bigcore.c: New file.
11829
11830 2004-02-13 Andrew Cagney <cagney@redhat.com>
11831
11832 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
11833 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
11834 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
11835 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
11836 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
11837 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
11838 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
11839 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
11840 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
11841 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
11842
11843 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
11844
11845 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
11846 executed is an alloc instruction.
11847
11848 2004-02-11 David Carlton <carlton@kealia.com>
11849
11850 * gdb.cp/breakpoint.exp: New.
11851 * gdb.cp/breakpoint.cc: New.
11852
11853 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
11854
11855 Partial fix for PR gdb/1543.
11856 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
11857 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
11858 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
11859 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
11860 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
11861 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
11862 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
11863 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
11864 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
11865 to bug-gdb@prep.ai.mit.edu .
11866 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
11867 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
11868 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
11869 Likewise.
11870
11871 2004-02-10 Andrew Cagney <cagney@redhat.com>
11872
11873 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
11874 using gdb_internal_error_resync.
11875
11876 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11877
11878 * gdb.threads/thread-specific.exp: Stop early if no threads are
11879 found.
11880
11881 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
11882
11883 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
11884
11885 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
11886
11887 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
11888 breakpoints.
11889
11890 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
11891
11892 * config/sim.exp (gdb_load): Handle $arg == "".
11893 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
11894 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
11895
11896 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11897
11898 * gdb.base/maint.exp: Update test to reflect
11899 obstack changes.
11900
11901 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
11902
11903 * gdb.base/pendshr.c (pendfunc): New function that calls
11904 pendfunc1.
11905 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
11906
11907 2004-02-04 Fred Fish <fnf@redhat.com>
11908
11909 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
11910 function symbols and update copyright years.
11911 * gdb.arch/gdb1291.c: Ditto.
11912
11913 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11914
11915 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
11916
11917 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11918
11919 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
11920
11921 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11922
11923 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
11924
11925 2004-02-02 Fred Fish <fnf@redhat.com>
11926
11927 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
11928 remote targets. Update copyright years.
11929
11930 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11931
11932 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
11933 support.
11934 * gdb.base/langs.exp: Fix test which attempts to create
11935 breakpoint on non-existent function to handle new pending
11936 support.
11937 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
11938 a breakpoint.
11939 * gdb.base/pending.exp: New test.
11940 * gdb.base/pending.c: New file.
11941 * gdb.base/pendshr.c: Ditto.
11942
11943 2004-02-02 David Carlton <carlton@kealia.com>
11944
11945 * gdb.cp/overload.exp: Add overloadNamespace tests.
11946 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
11947 (overloadNamespace, XXX): New.
11948 (main): Call XXX::marker2.
11949
11950 2004-02-01 Fred Fish <fnf@redhat.com>
11951
11952 * gdb.base/dump.exp: Use runto_main instead of "runto main".
11953 * gdb.base/finish.exp: Ditto.
11954 * gdb.base/gcore.exp: Ditto.
11955 * gdb.base/huge.exp: Ditto.
11956 * gdb.base/info-proc.exp: Ditto.
11957 * gdb.base/return2.exp: Ditto.
11958 * gdb.threads/gcore-thread.exp: Ditto.
11959
11960 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11961
11962 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
11963
11964 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11965
11966 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
11967 that opening the file succeeds on OpenBSD.
11968
11969 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11970
11971 * gdb.threads/thread-specific.c: New file.
11972 * gdb.threads/threads-specific.exp: New test script.
11973 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
11974 to expect_out.
11975
11976 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11977
11978 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
11979 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
11980 only on the "print_small_structs from print_long_arg_list" test.
11981
11982 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11983
11984 * gdb.base/completion.exp: Kill a stray backslash.
11985
11986 From Jim Ingham <jingham@apple.com>:
11987 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
11988 agrees with the result from sending a tab.
11989
11990 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11991
11992 * gdb.base/chng-syms.exp: Remove stray newline.
11993
11994 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11995
11996 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
11997 *-*-openbsd*.
11998 * gdb.asm/openbsd.inc: New file.
11999
12000 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12001
12002 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12003 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12004 *-*solaris2*. Remove commented out default settings for
12005 asm-flags. Replace gdb_compile with target_link.
12006
12007 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12008
12009 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12010 for all tests. Remove old hp-ux and cygnus xfail cases.
12011
12012 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12013
12014 * gdb.base/chng-syms.exp: New file.
12015 * gdb.base/chng-syms.c: New file.
12016
12017 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12018
12019 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12020 Provide arms for current output in all my configurations.
12021
12022 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12023
12024 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12025 * lib/compiler.cc: Likewise.
12026 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12027 get the right preprocessor. Eval the output directly. Remove
12028 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12029 hp_f77_compiler and hp_f90_compiler completely.
12030 (gdb_preprocess): Delete.
12031 (get_compiler): Delete.
12032
12033 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12034
12035 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12036 <string.h>.
12037
12038 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12039
12040 * gdb.mi/mi-stack.exp: Update copyright.
12041
12042 2004-01-23 David Carlton <carlton@kealia.com>
12043
12044 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12045 test for cp_lookup_transparent_type.
12046 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12047 call them.
12048
12049 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12050
12051 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12052 after -var-update.
12053
12054 2004-01-23 David Carlton <carlton@kealia.com>
12055
12056 * gdb.cp/namespace.cc (C::ensureRefs): New.
12057 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12058
12059 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12060
12061 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12062 case "-stack-list-locals 2".
12063 * gdb.mi/mi-var-child.exp: Test for case
12064 "-var-list-children --all-values NAME".
12065
12066 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
12067
12068 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12069
12070 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12071
12072 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12073 used with gdb_test_multiple.
12074
12075 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12076 read at address 0. This fixes PR testsuite/1504.
12077
12078 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
12079
12080 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12081 Remove downloading, guessing the host executable, the calls to
12082 gdb_file_cmd and gdb_target_cmd, and "load" support.
12083 (infer_host_exec): New function broken out from gdb_load.
12084 (gdb_load): New wrapper for gdbserver_gdb_load.
12085 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12086 gdb_target_cmd. Use -target-select.
12087 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12088 Download binaries to the host. Clear last_mi_remote_file when
12089 we load a new binary.
12090 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
12091 call gdbserver_gdb_load and mi_gdb_target_cmd.
12092
12093 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12094
12095 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12096 type patterns.
12097
12098 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12099
12100 * gdb.cp/templates.exp: Fix typo in test name of
12101 "print Foo<volatile char*>::foo".
12102
12103 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12104
12105 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12106
12107 2004-01-16 Ben Elliston <bje@wasabisystems.com>
12108
12109 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12110 (clean mostlyclean): Remove empty rm.
12111
12112 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12113
12114 * gdb.base/setvar.exp: Add copyright years.
12115
12116 2004-01-14 David Carlton <carlton@bactrian.org>
12117
12118 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
12119 PR c++/1511 and update coment.
12120 * gdb.cp/templates.exp: Update patterns to match current output.
12121 If changes involve something other than whitespace, KFAIL
12122 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12123
12124 2004-01-14 David Carlton <carlton@kealia.com>
12125
12126 * gdb.cp/namespace.exp: Add tests involving classes defined within
12127 namespaces.
12128 * gdb.cp/namespace.cc (C::CClass): New.
12129 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
12130
12131 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12132
12133 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
12134 what debug info we have. Print a better message if something goes
12135 wrong while producing the separate debug info file.
12136
12137 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12138
12139 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
12140
12141 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12142
12143 * gdb.base/callfuncs.c: Add copyright notice.
12144
12145 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
12146
12147 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
12148 inheritance. PR gdb/1498, PR gcc/13539.
12149
12150 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
12151
12152 * gdb.threads/gcore-thread.exp: Prefix name of binary with
12153 test specific name.
12154 * gdb.mi/gdb669.exp: Ditto.
12155 * gdb.mi/mi-pthreads.exp: Ditto.
12156 * gdb.mi/mi1-pthreads.exp: Ditto.
12157 * gdb.mi/mi2-pthreads.exp: Ditto.
12158
12159 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12160
12161 * gdb.cp/member-ptr.cc: Add copyright notice.
12162
12163 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12164
12165 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
12166 some patterns for recent versions of gcc and hpacc. Delete
12167 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
12168 Delete tests that access a NULL pointer-to-member-data. This
12169 script is still disabled for gcc.
12170
12171 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
12172
12173 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
12174 escaped correctly.
12175
12176 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
12177
12178 * gdb.base/sepdebug.exp: New file.
12179 * gdb.base/sepdebug.c: New file.
12180 * lib/gdb.exp (separate_debug_filename): New procedure.
12181 (gdb_gnu_strip_debug): New procedure.
12182
12183 2004-01-12 Andrew Cagney <cagney@redhat.com>
12184
12185 * gdb.mi/ChangeLog: Delete file. Renamed to ...
12186 * gdb.mi/ChangeLog-1999-2003: New file.
12187
12188 2004-01-12 Andrew Cagney <cagney@redhat.com>
12189
12190 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
12191 "Renaming a directory to a non-empty directory returns ENOTEMPTY
12192 or EEXIST", treat EBUSY as an XFAIL.
12193
12194 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
12195
12196 * gdb.base/scope.exp: Remove obsolete setup_xfail for
12197 hp_cc_compiler.
12198
12199 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12200
12201 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
12202 decorations.
12203
12204 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12205
12206 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
12207 and "(aCC)" decorations. Remove obsolete doco about old
12208 test results.
12209
12210 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12211
12212 * gdb.cp/exception.exp: Fix typo in doco.
12213
12214 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12215
12216 * gdb.base/gdb1476.exp: Fix typo.
12217
12218 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12219
12220 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
12221 file.
12222
12223 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12224
12225 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
12226 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
12227 Use gdb_compile. Remove restriction on gcc. Add some patterns
12228 for recent version of gdb. Delete second half, which was a copy
12229 of the first half with different build flags. This test is
12230 still disabled because it is still not ready for production.
12231
12232 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12233
12234 * gdb.cp/exception.cc: Add copyright notice.
12235 * gdb.cp/exception.exp: Add a notice that this file is broken
12236 because of line number changes caused by addition of copyright
12237 notice.
12238
12239 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12240
12241 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
12242 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12243
12244 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12245
12246 * gdb.cp/classes.exp: Accept gnu abi 2.
12247 * gdb.cp/derivation.exp: Likewise.
12248 * gdb.cp/overload.exp: Likewise.
12249 * gdb.cp/virtfunc.exp: Likewise.
12250
12251 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12252
12253 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
12254 semicolon after end of function.
12255
12256 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12257
12258 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
12259 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
12260 boilerplate code for compiling and running the program under
12261 test. Add some string method tests.
12262
12263 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12264
12265 * gdb.cp/bs15503.cc: Add copyright notice.
12266 * gdb.cp/bs15503.exp: Adjust line number.
12267
12268 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12269
12270 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
12271 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
12272
12273 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12274
12275 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
12276 hp_cc_compiler.
12277
12278 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12279
12280 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
12281 * gdb.cp/ctti.exp: Use the marker instead of "next".
12282 With gcc, run further before bailing.
12283
12284 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12285
12286 * gdb.cp/cttiadd.cc: Add copyright notice.
12287 * gdb.cp/cttiadd1.cc: Likewise.
12288 * gdb.cp/cttiadd2.cc: Likewise.
12289 * gdb.cp/cttiadd3.cc: Likewise.
12290
12291 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12292
12293 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
12294 Use gdb_test, gdb_test_multiple. Use floating-point values that
12295 have exact representations in IEEE-ish formats.
12296
12297 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12298
12299 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
12300 compilers. Delete duplicate call to get_compiler_info.
12301 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
12302 * gdb.base/volatile.exp: Likewise.
12303
12304 2004-01-07 Mark Kettenis <kettenis@gnu.org>
12305
12306 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
12307 memory at address 0.
12308
12309 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12310
12311 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
12312 to test for hp-ux assembler. Fix copyright years.
12313
12314 2004-01-07 Andrew Cagney <cagney@redhat.com>
12315
12316 * gdb.base/fileio.c (strerrno): Add "EBUSY".
12317
12318 2004-01-07 Andrew Cagney <cagney@redhat.com>
12319
12320 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
12321 when creating the read-only file. From analysis by Roland McGrath
12322 and Elena Zannoni.
12323
12324 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12325
12326 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
12327
12328 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12329
12330 * gdb.base/cvexpr.c: Be type-safe with function pointers and
12331 data pointers.
12332
12333 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12334
12335 * gdb.cp/m-static.exp: Compile one source file at a time.
12336 Delete unused call to get_compiler_info.
12337
12338 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12339
12340 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
12341 * gdb.base/call-rt-st.exp: Likewise.
12342 * gdb.base/nodebug.exp: Likewise.
12343 * gdb.base/volatile.exp: Likewise.
12344 * gdb.cp/ref-types.exp: Likewise.
12345 * gdb.cp/templates.exp: Likewise.
12346
12347 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12348
12349 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
12350
12351 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
12352
12353 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
12354 hppa*-hp-hpux*.
12355
12356 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12357
12358 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12359 x86_64-*-*.
12360
12361 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12362 sparc64-*-* and sparc*-solaris2*.
12363
12364 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12365
12366 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
12367 return ${tests}" test. The ${tests} already mentions the
12368 filename.
12369
12370 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12371
12372 * gdb.cp/local.exp: Accept gcc abi 2.
12373
12374 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12375
12376 * gdb.cp/templates.exp: Accept gcc abi 2.
12377
12378 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12379
12380 * lib/compiler.cc: Remove supports_template_debugging.
12381 * gdb.cp/templates.exp: Do not test supports_template_debugging.
12382
12383 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12384
12385 * gdb.cp/namespace.exp: Accept gcc abi 2.
12386
12387 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12388
12389 * gdb.cp/method.exp: Accept gcc abi 2.
12390
12391 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12392
12393 * gdb.cp/classes.exp: Generate identical results as old version.
12394 * gdb.cp/derivation.exp: Likewise.
12395 * gdb.cp/overload.exp: Likewise.
12396 * gdb.cp/virtfunc.exp: Likewise.
12397
12398 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12399
12400 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
12401 mysterious bug with sourceware version of expect.
12402
12403 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12404
12405 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
12406 current versions of gcc, including gcc abi 2. Remove gratuitous
12407 restart of test program. Use gdb_test_multiple and gdb_test for
12408 all tests. Add patterns to xfail missing "const" in "const char *"
12409 and kfail PR gdb/1155.
12410
12411 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12412
12413 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
12414 current versions of gcc, including gcc abi 2. Remove gratuitous
12415 restart of test program. Use gdb_test_multiple and gdb_test for
12416 all tests. Add patterns to kfail PR gdb/1498.
12417
12418 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12419
12420 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
12421 current versions of gcc, including gcc abi 2. Use "breakpoint"
12422 and "continue" instead of restarting the target program. Use
12423 gdb_test_multiple and gdb_test for all tests.
12424
12425 2004-01-01 Mark Kettenis <kettenis@gnu.org>
12426
12427 * gdb.asm/asm-source.exp: Update copyright year. Link statically
12428 for *-*-solaris2*.
12429
12430 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12431
12432 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
12433 current versions of gcc, including gcc abi 2. Use "breakpoint"
12434 and "continue" instead of restarting the target program several
12435 times. Use gdb_test_multiple and gdb_test for all tests.
12436
12437 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
12438
12439 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
12440 source files.
12441
12442 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12443
12444 * gdb.base/environ.exp: Handle compiling test case from multiple
12445 source files.
12446
12447 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12448
12449 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
12450
12451 2003-12-17 Jim Blandy <jimb@redhat.com>
12452
12453 * gdb.base/freebpcmd.c: Add copyright notice.
12454
12455 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
12456
12457 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12458
12459 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
12460
12461 2003-12-13 Jim Blandy <jimb@redhat.com>
12462
12463 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
12464
12465 2003-12-12 Kevin Buettner <kevinb@redhat.com>
12466
12467 * gdb.asm/frv.inc: New file.
12468 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
12469
12470 2003-12-09 Fred Fish <fnf@redhat.com>
12471
12472 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
12473 functions to break1.c and leave prototypes behind. Add more
12474 "set breakpoint NN here" comments.
12475 * gdb.base/break1.c: New file.
12476
12477 * gdb.base/break.exp: Handle compiling test case from multiple
12478 source files and change source file references as needed.
12479 * gdb.base/completion.exp: Ditto.
12480 * gdb.base/condbreak.exp: Ditto.
12481 * gdb.base/define.exp: Ditto.
12482 * gdb.base/ena-dis-br.exp: Ditto.
12483 * gdb.base/info-proc.exp: Ditto.
12484 * gdb.base/maint.exp: Ditto.
12485 * gdb.base/until.exp: Ditto.
12486
12487 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
12488 hardcoded line numbers.
12489 * gdb.base/define.exp: Ditto.
12490 * gdb.base/ena-dis-br.exp: Ditto.
12491 * gdb.base/maint.exp: Ditto.
12492 * gdb.base/until.exp: Ditto.
12493
12494 * gdb.base/completion.exp: Use "break1" for completion tests since
12495 "break" is no longer a unique prefix.
12496
12497 2003-12-06 Andrew Cagney <cagney@redhat.com>
12498
12499 * gdb.base/structs.exp (test_struct_returns): When applicable, set
12500 "return_value_unimplemented". When an unimplemented struct return
12501 architecture, report incorrect values as a KFAIL
12502
12503 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12504
12505 * gdb.cp/rtti.exp: Accept new wording of warning from
12506 cp_lookup_rtti_type.
12507
12508 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12509
12510 Partial fix for PR testsuite/1456.
12511 * gdb.base/scope.exp (test_at_main): Replace references to
12512 gcc_compiled with calls to test_compiler_info.
12513 (test_at_foo): Likewise.
12514 (test_at_bar): Likewise.
12515
12516 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
12517
12518 Partial fix for PR testsuite/1456.
12519 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
12520 to test_compiler_info.
12521
12522 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
12523
12524 * gdb.base/so-impl-ld.exp: Update copyright notice.
12525
12526 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
12527
12528 Partial fix for PR testsuite/1456.
12529 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
12530 to test_compiler_info.
12531
12532 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12533
12534 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
12535 from current versions of gdb. Clean up regular expressions.
12536 Delete redundant timeout case.
12537
12538 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12539
12540 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
12541 from current versions of gdb. Clean up regular expressions.
12542 Delete redundant timeout case.
12543
12544 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
12545
12546 Partial fix for PR testsuite/1456.
12547 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
12548 gcc_compiled with call to test_compiler_info.
12549
12550 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
12551
12552 Partial fix for PR testsuite/1456.
12553 * gdb.base/list.exp (test_list_function): Delete unused declaration
12554 of gcc_compiled.
12555
12556 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
12557
12558 Partial fix for PR testsuite/1456.
12559 * gdb.base/complex.exp: Replace reference to gcc_compiled with
12560 call to test_compiler_info.
12561
12562 2003-11-29 Mark Kettenis <kettenis@gnu.org>
12563
12564 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
12565 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
12566 it to create the appropriate note.inc.
12567 * gdb.asm/asmsrc1.s: Include "note.inc".
12568 * gdb.asm/netbsd.inc: New file.
12569 * gdb.asm/empty.inc: New file.
12570
12571 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12572
12573 Partial fix for PR testsuite/1456.
12574 * gdb.base/constvars.exp: Replace references to gcc_compiled with
12575 calls to test_compiler_info.
12576
12577 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
12578
12579 Partial fix for PR testsuite/1456.
12580 * gdb.base/volatile.exp: Replace references to gcc_compiled with
12581 calls to test_compiler_info.
12582
12583 2003-11-27 Mark Kettenis <kettenis@gnu.org>
12584
12585 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
12586 pattern for the KFAILs.
12587
12588 2003-11-25 Adam Fedor <fedor@gnu.org>
12589
12590 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
12591 * gdb.objc/objcdecode.m: New file.
12592
12593 2003-11-25 Adam Fedor <fedor@gnu.org>
12594
12595 * gdb.objc/nondebug.exp: Test for PR objc/1236.
12596 * gdb.objc/nondebug.m: New file.
12597
12598 2003-11-26 Ben Elliston <bje@wasabisystems.com>
12599
12600 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12601 NetBSD as it does on FreeBSD. Modelled on a similar change by
12602 Mark Kettenis on 2003-05-30.
12603 (link-flags): Set to "--entry _start" regardless of target.
12604 Special linker flags are to be appended to $link-flags.
12605 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
12606
12607 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12608
12609 * gdb.cp/method.exp: Accept output of new demangler.
12610
12611 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12612
12613 * gdb/class2.exp: New file.
12614 * gdb/class2.cc: New file.
12615
12616 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12617
12618 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
12619 of new demangler.
12620
12621 2003-11-23 Mark Kettenis <kettenis@gnu.org>
12622
12623 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
12624 of gdb_test "run".
12625
12626 2003-11-23 Mark Kettenis <kettenis@gnu.org>
12627
12628 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
12629 "continue" into "run".
12630
12631 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
12632
12633 Partial fix for PR testsuite/1456.
12634 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
12635 call to test_compiler_info.
12636 * gdb.cp/ctti.exp: Likewise.
12637 * gdb.cp/derivation.exp: Likewise.
12638 * gdb.cp/member-ptr.exp: Likewise.
12639 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
12640 reference to gcc_compiled.
12641
12642 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
12643
12644 Fix PR testsuite/1463.
12645 * gdb.base/structs.exp (start_structs_test): Call
12646 get_debug_format before using the debug format.
12647
12648 2003-11-22 Andrew Cagney <cagney@redhat.com>
12649
12650 * lib/gdb.exp (gdb_test_multiple): Add simple example.
12651 * gdb.base/structs.exp: Use gdb_test_multiple.
12652
12653 2003-11-20 Andrew Cagney <cagney@redhat.com>
12654
12655 * gdb.base/structs.exp: Handle and recover from internal errors.
12656 Replace "foo${n}" with "foo<n>" in test messages.
12657
12658 * gdb.base/structs.exp: Update copyright. Rewrite.
12659 * gdb.base/structs.c: Update copyright. Rewrite.
12660
12661 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
12662 resync count exceeded.
12663
12664 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
12665 from the internal error.
12666 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
12667 Original from Jim Blandy.
12668 (gdb_test_multiple): Use gdb_internal_error_resync.
12669
12670 2003-11-19 Andrew Cagney <cagney@redhat.com>
12671
12672 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
12673 KFAIL.
12674
12675 2003-11-17 Mark Kettenis <kettenis@gnu.org>
12676
12677 New testcase for PR backtrace/1435.
12678 * gdb.arch/i386-unwind.exp: New file.
12679 * gdb.arch/i386-unwind.c: New file.
12680
12681 2003-11-17 Andrew Cagney <cagney@redhat.com>
12682
12683 * lib/gdb.exp (compiler_info): New global.
12684 (test_compiler_info): New function.
12685 (get_compiler_info): Set compiler_info.
12686 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
12687 "compiler_info" to gcc-<major>-<minor>.
12688
12689 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
12690
12691 * gdb.trace/configure: Remove.
12692
12693 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
12694
12695 * gdb.base/break.c: Add comments to aid finding line numbers for
12696 breakpoints.
12697 * gdb.base/break.exp: Remove all references to explicit line
12698 numbers.
12699
12700 2003-11-11 Nick Clifton <nickc@redhat.com>
12701
12702 * gdb.base/shreloc.exp: Do not run for targets which do not
12703 support shared objects.
12704
12705 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
12706
12707 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
12708 Don't run tests if nofileio flag is given.
12709
12710 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
12711
12712 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
12713 as well as 'Watchpoint'.
12714
12715 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
12716
12717 Reported by Jim Ingham <jingham@apple.com>:
12718 * gdb.base/annota1.exp: Match at least one occurrence of the
12719 signal handler annotation.
12720
12721 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
12722
12723 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
12724 as well as 'Watchpoint'.
12725
12726 2003-11-05 Michael Chastain <mec@shout.net>
12727
12728 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
12729
12730 2003-11-03 Kris Warkentin <kewarken@qnx.com>
12731
12732 * gdb.arch/gdb1291.c: New test file.
12733 * gdb.arch/gdb1291.exp: New test script.
12734 * gdb.arch/gdb1431.c: New test file.
12735 * gdb.arch/gdb1431.exp: New test script.
12736
12737 2003-10-22 Michael Chastain <mec@shout.net>
12738
12739 * gdb.mi/pthreads.c: Add copyright notice.
12740
12741 2003-10-22 Michael Chastain <mec@shout.net>
12742
12743 * gdb.threads/pthreads.c: Add copyright notice.
12744
12745 2003-10-20 Michael Chastain <mec@shout.net>
12746
12747 * gdb.base/gdb1056.exp: New test script.
12748
12749 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
12750
12751 * gdb.threads/killed.exp: Use gdb_run_cmd.
12752
12753 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
12754
12755 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
12756 create a core file.
12757 * gdb.threads/gcore-thread.exp: Likewise.
12758
12759 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
12760
12761 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
12762 type, based on char type.
12763 (struct bit_flags_short_t): New bitfield type, based on short type.
12764 (init_bit_flags_char): New fuction.
12765 (init_bit_flags_short): Ditto.
12766 (print_bit_flags_char): Ditto.
12767 (print_bit_flags_short): Ditto.
12768 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
12769
12770 2003-10-11 Michael Chastain <mec@shout.net>
12771
12772 * gdb.base/call-rt-st.exp: Update copyright year.
12773
12774 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
12775
12776 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
12777 * gdb.disasm/sh3.s: Ditto.
12778
12779 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
12780
12781 * gdb.threads/switch-threads.exp: New test.
12782 * gdb.threads/switch-threads.c: New source file.
12783
12784 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
12785
12786 * gdb.base/ending-run.exp: Add sh specific case.
12787
12788 2003-10-06 Andrew Cagney <cagney@redhat.com>
12789
12790 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
12791 * gdb.disasm/mn10200.exp: Delete obsolete file.
12792
12793 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
12794
12795 * ChangeLog: Correct an entry command.exp -> commands.exp.
12796 * gdb.base/commands.exp (bp_deleted_in_command_test)
12797 (temporary_breakpoint_commands): Check noargs.
12798
12799 2003-09-25 David Carlton <carlton@kealia.com>
12800
12801 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
12802 of some print tests, where appropriate. Add tests for C::D::cd,
12803 E::ce, F::cXfX, G::XgX.
12804 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
12805
12806 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
12807
12808 * lib/java.exp (java_init): Import target_alias before using it.
12809
12810 2003-09-25 David Carlton <carlton@kealia.com>
12811
12812 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
12813
12814 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
12815
12816 * gdb.base/selftest.exp: Accomodate more instruction reordering
12817 weirdness.
12818
12819 2003-09-17 Michael Chastain <mec@shout.net>
12820
12821 * gdb.cp/gdb1355.exp: New file.
12822 * gdb.cp/gdb1355.c: New file.
12823
12824 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
12825
12826 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
12827 * gdb.asm/sh.inc: New file.
12828
12829 2003-09-11 David Carlton <carlton@kealia.com>
12830
12831 * gdb.cp/namespace.exp: Add tests for namespace types.
12832 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
12833 (test_namespace): New.
12834
12835 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
12836
12837 * gdb.base/relocate.exp: Handle new gdb output at startup.
12838 * gdb.stabs/weird.exp: Ditto.
12839
12840 2003-09-08 Michael Chastain <mec@shout.net>
12841
12842 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
12843
12844 2003-09-07 Michael Chastain <mec@shout.net>
12845
12846 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
12847 'parse error'.
12848
12849 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
12850
12851 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
12852
12853 2003-08-30 Michael Chastain <mec@shout.net>
12854
12855 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
12856 * gdb.gdb/observer.exp: Ditto.
12857 * gdb.gdb/xfullpath.exp: Ditto.
12858
12859 2003-08-29 Mark Kettenis <kettenis@gnu.org>
12860
12861 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
12862 *-*-*bsd*.
12863
12864 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
12865
12866 * gdb.base/dump.exp: Skip for ia64.
12867
12868 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
12869
12870 * gdb.asm/asm-source.exp: Add ia64 support.
12871 * gdb.asm/ia64.inc: New file.
12872
12873 2003-08-22 Michael Chastain <mec@shout.net>
12874
12875 * gdb.cp: New directory.
12876 * gdb.cp/*: Copy from gdb.c++/*.
12877 * gdb.c++/*: Remove.
12878 * Makefile.in: Change gdb.c++ to gdb.cp.
12879 * configure.in: Ditto.
12880 * configure: Regnerate.
12881
12882 2003-08-18 Mark Kettenis <kettenis@gnu.org>
12883
12884 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
12885 * gdb.arch/i386-prologue.c (gdb1338): Add function.
12886
12887 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12888
12889 * mi-var-display.exp (-var-list-children weird): Accept function
12890 pointers with argument types.
12891 * mi1-var-display.exp (-var-list-children weird): Likewise.
12892 * mi2-var-display.exp (-var-list-children weird): Likewise.
12893
12894 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12895
12896 * gdb.base/annota3.exp: Add missing newline.
12897
12898 2003-08-06 Michael Chastain <mec@shout.net>
12899
12900 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
12901
12902 2003-08-12 Michael Snyder <msnyder@redhat.com>
12903
12904 * gdb.base/float.exp: Add test for SH.
12905
12906 2003-08-10 Mark Kettenis <kettenis@gnu.org>
12907
12908 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
12909
12910 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12911
12912 * gdb.base/completion.exp: Remove reduntant completion test
12913 on filename.
12914
12915 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12916
12917 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
12918 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
12919 gdb.trace/save-trace.exp: Make sure that full pathnames are
12920 escaped correctly.
12921
12922 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12923
12924 * configure.in: Don't generate config.h from config.hin.
12925 * configure: Regenerate.
12926 * config.hin: Remove file.
12927 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
12928 * gdb.threads/pthreads.c: Ditto.
12929
12930 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
12931
12932 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12933 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
12934 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
12935 Replace ld24 with seth/add3.
12936
12937 2003-08-02 Andrew Cagney <cagney@redhat.com>
12938
12939 * gdb.base/annota3.exp: New file.
12940 * gdb.base/annota3.c: New file.
12941 * gdb.c++/annota3.exp: New file.
12942 * gdb.c++/annota3.cc: New file.
12943
12944 2003-07-29 Michael Chastain <mec@shout.net>
12945
12946 * gdb.threads/tls.c (spin): Check errno only if sem_wait
12947 actually failed.
12948 (do_pass): Likewise.
12949 * gdb.threads/tls.exp: Always initialize no_of_threads.
12950
12951 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
12952
12953 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
12954 pattern.
12955 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
12956 * gdb.threads/tls.exp: Recognize one case of the host library not
12957 supporting TLS.
12958
12959 2003-07-27 Andrew Cagney <cagney@redhat.com>
12960
12961 * gdb.base/fileio.exp: Use SH when running commands using
12962 remote_exec.
12963
12964 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
12965
12966 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12967 * gdb.base/relocate.c (dummy): New padding array.
12968
12969 2003-07-22 Michael Snyder <msnyder@redhat.com>
12970
12971 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
12972
12973 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
12974 patterns to be more general, accepting old and new output.
12975 Some output chars (such as '+') also must be quoted.
12976 Some addresses are displayed numerically instead of
12977 symbolically.
12978
12979 2003-07-23 Michael Snyder <msnyder@redhat.com>
12980
12981 * gdb.base/return2.exp: Don't test long-long return.
12982
12983 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
12984 * gdb.disasm/t01_mov.exp: Ditto.
12985 * gdb.disasm/t02_mova.s: Ditto.
12986 * gdb.disasm/t02_mova.exp: Ditto.
12987 * gdb.disasm/t03_add.s: Ditto.
12988 * gdb.disasm/t03_add.exp: Ditto.
12989 * gdb.disasm/t04_sub.s: Ditto.
12990 * gdb.disasm/t04_sub.exp: Ditto.
12991 * gdb.disasm/t05_cmp.s: Ditto.
12992 * gdb.disasm/t05_cmp.exp: Ditto.
12993 * gdb.disasm/t06_ari2.s: Ditto.
12994 * gdb.disasm/t06_ari2.exp: Ditto.
12995 * gdb.disasm/t07_ari3.s: Ditto.
12996 * gdb.disasm/t07_ari3.exp: Ditto.
12997 * gdb.disasm/t08_or.s: Ditto.
12998 * gdb.disasm/t08_or.exp: Ditto.
12999 * gdb.disasm/t09_xor.s: Ditto.
13000 * gdb.disasm/t09_xor.exp: Ditto.
13001 * gdb.disasm/t10_and.s: Ditto.
13002 * gdb.disasm/t10_and.exp: Ditto.
13003 * gdb.disasm/t11_logs.s: Ditto.
13004 * gdb.disasm/t11_logs.exp: Ditto.
13005 * gdb.disasm/t12_bit.s: Ditto.
13006 * gdb.disasm/t12_bit.exp: Ditto.
13007 * gdb.disasm/t13_otr.s: Ditto.
13008 * gdb.disasm/t13_otr.exp: Ditto.
13009
13010 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13011
13012 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13013
13014 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13015
13016 * gdb.threads/tls.c : New file.
13017 * gdb.threads/tls.exp : New file.
13018 * gdb.threads/tls-main.c : New file.
13019 * gdb.threads/tls-shared.c : New file.
13020 * gdb.threads/tls-shared.exp : New file.
13021
13022 2003-07-22 Andreas Schwab <schwab@suse.de>
13023
13024 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13025
13026 2003-07-20 Andreas Schwab <schwab@suse.de>
13027
13028 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13029 due to insn reordering.
13030
13031 2003-07-15 Andrew Cagney <cagney@redhat.com>
13032
13033 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13034
13035 2003-07-15 Michael Chastain <mec@shout.net>
13036
13037 * gdb.base/gdb1250.exp: New file.
13038 * gdb.base/gdb1250.c: New file.
13039
13040 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13041
13042 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13043 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13044
13045 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13046
13047 * gdb.threads/tls.c: New file.
13048 * gdb.threads/tls.exp: New file.
13049 * gdb.threads/tls-main.c: New file.
13050 * gdb.threads/tls-shared.c: New file.
13051 * gdb.threads/tls-shared.exp: New file.
13052
13053 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13054
13055 * gdb.base/annota1.exp: Make sure that we properly escape the
13056 full path of the source file. Xfail more permissive patterns,
13057 due to a compiler debug info problem.
13058
13059 2003-07-07 Andreas Schwab <schwab@suse.de>
13060
13061 * gdb.asm/m68k.inc: New file.
13062 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13063
13064 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13065 arguments"): Also match negative number.
13066
13067 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13068
13069 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
13070
13071 * gdb.base/store.c (charest): New typedef.
13072 (add_char): Rename to add_charest, update.
13073 (wack_char): Rename to wack_charest, update types. Return l + r
13074 to keep r live across the call.
13075 (wack_short, wack_int, wack_long, wack_longest, wack_float)
13076 (wack_double, wack_doublest): Return l + r to keep r live across
13077 the call.
13078 * gdb.base/store.exp: Accomodate store.c changes.
13079
13080 2003-06-30 David Carlton <carlton@kealia.com>
13081
13082 * gdb.c++/maint.exp (test_invalid_name): New.
13083 (test_first_component): Add tests for invalid names.
13084
13085 2003-06-29 Michael Chastain <mec@shout.net>
13086
13087 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13088 output of '<VTT for class>' for virtual base classes.
13089
13090 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13091
13092 * gdb.base/completion.exp: Tab-complete "complet" instead of
13093 "compl".
13094 * gdb.base/complex.exp, gdb.base/complex.c: New files.
13095
13096 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13097
13098 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13099 * gdb.base/volatile.exp: Likewise.
13100
13101 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13102
13103 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13104 gdb/1265.
13105
13106 2003-06-28 Michael Chastain <mec@shout.net>
13107 Daniel Jacobowitz <drow@mvista.com>
13108
13109 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13110 initial line count of 'captured_main' from 26 to 32.
13111 (test_with_self): Allow xmalloc call to be interleaved with the
13112 preceding two lines.
13113
13114 2003-06-24 Joel Brobecker <brobecker@gnat.com>
13115
13116 * gdb.base/bang.exp: New testcase.
13117
13118 2003-06-23 Joel Brobecker <brobecker@gnat.com>
13119
13120 * gdb.base/langs.exp: Add some tests for the "minimal" language
13121 support.
13122
13123 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
13124
13125 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13126 the testcase.
13127
13128 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13129
13130 * gdb.base/relocate.exp: Test add-symbol-file with a variable
13131 offset.
13132
13133 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13134
13135 * gdb.c++/pr-1210.cc: New file.
13136 * gdb.c++/pr-1210.exp: New file.
13137
13138 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
13139
13140 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
13141 000-exec-continue.
13142
13143 2003-06-15 Mark Kettenis <kettenis@gnu.org>
13144
13145 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
13146 on *-*-*bsd* instead of *-*-freebsd*.
13147
13148 2003-06-14 Andrew Cagney <cagney@redhat.com>
13149
13150 * gdb.base/store.exp: Test longest and doublest. Test all
13151 parameters. Weaken return statement match.
13152 * gdb.base/store.c: Add longest and doublest - aka long long and
13153 long double functions. Put all parameters into local register
13154 variables. Use negative values.
13155
13156 2003-06-14 Andrew Cagney <cagney@redhat.com>
13157
13158 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
13159 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
13160 exit status.
13161 * gdb.base/fileio.exp: Disable target when nointerrupts and
13162 noinferiorio, instead of limiting it to remote. Use remote_exec
13163 instead of system.
13164
13165 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
13166
13167 * gdb.base/float.exp: Add ia64 support.
13168
13169 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
13170
13171 * gdb.base/fileio.exp: Run only on remote targets.
13172
13173 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
13174
13175 * gdb.base/fileio.c: New file, testing File-I/O.
13176 * gdb.base/fileio.exp: Ditto.
13177
13178 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
13179
13180 * gdb.base/shreloc.exp: New file, check symbol values obtained from
13181 shared objects after relocation at load time (gdb PR/1132).
13182 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
13183 as above, part of the shared object relocation test.
13184
13185 2003-06-08 Mark Kettenis <kettenis@gnu.org>
13186
13187 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
13188 fully filled history list.
13189 * gdb.base/gdb_history: New file.
13190
13191 * gdb.base/signals.exp: XFAIL "continue to func1" on
13192 i*86-*-freebsd*.
13193
13194 * gdb.base/attach.exp: When trying to attach to a nonexistent
13195 process, make it possible to specify the PID based on the target,
13196 and do so for *-*-freebsd*.
13197
13198 2003-06-02 Richard Henderson <rth@redhat.com>
13199
13200 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
13201
13202 2003-06-02 Richard Henderson <rth@redhat.com>
13203
13204 * gdb.base/selftest.exp: Next over lim_at_start initialization.
13205
13206 2003-06-02 Richard Henderson <rth@redhat.com>
13207
13208 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
13209
13210 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
13211
13212 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
13213 of globalvar.
13214
13215 2003-06-01 Mark Kettenis <kettenis@gnu.org>
13216
13217 * gdb.asm/asm-source.exp: Check for memory read errors in
13218 disassembler test on *BSD too.
13219
13220 2003-06-01 Richard Henderson <rth@redhat.com>
13221
13222 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
13223 for .frame.
13224 (gdbasm_call): Lose ldgp.
13225 (gdbasm_startup): Add frame information.
13226 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
13227
13228 2003-05-31 Mark Kettenis <kettenis@gnu.org>
13229
13230 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
13231 i?86-*-*.
13232
13233 2003-05-30 Mark Kettenis <kettenis@gnu.org>
13234
13235 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13236 FreeBSD.
13237
13238 2003-05-29 Richard Henderson <rth@redhat.com>
13239
13240 * gdb.asm/alpha.inc: New file.
13241 * gdb.asm/asm-source.exp: Use it.
13242
13243 2003-05-29 Jim Blandy <jimb@redhat.com>
13244
13245 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
13246 'core.PID'.
13247
13248 2003-05-22 Jim Blandy <jimb@redhat.com>
13249
13250 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
13251 backtrace.
13252
13253 2003-05-20 David Carlton <carlton@math.stanford.edu>
13254
13255 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
13256 this time.
13257
13258 2003-05-19 David Carlton <carlton@bactrian.org>
13259
13260 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
13261 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
13262
13263 2003-05-19 David Carlton <carlton@bactrian.org>
13264
13265 * gdb.c++/namespace.exp: Add namespace scope and anonymous
13266 namespace tests.
13267 Bump copyright date.
13268 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
13269 (main): Call C::D::marker2.
13270 * gdb.c++/namespace1.cc: New file.
13271
13272 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
13273
13274 Roland McGrath <roland@redhat.com>
13275 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
13276 there is no manager thread.
13277
13278 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
13279
13280 * gdb.threads/schedlock.exp: Remove assumption that all threads
13281 will run in a particular small time slice. Also ensure we break
13282 in one of the child threads rather than the main thread.
13283
13284 2003-05-07 Jim Blandy <jimb@redhat.com>
13285
13286 Add support for assembly source testing on the s390x.
13287 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
13288 architecture.
13289 * gdb.asm/s390x.inc: New file.
13290
13291 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
13292 succession of 'if' statements.
13293
13294 2003-05-05 Andrew Cagney <cagney@redhat.com>
13295
13296 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
13297
13298 2003-05-05 Andrew Cagney <cagney@redhat.com>
13299
13300 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
13301 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
13302
13303 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
13304
13305 * gdb.base/charset.exp: Update based on new behavior of set/show
13306 charset commands.
13307
13308 2003-05-01 Andrew Cagney <cagney@redhat.com>
13309
13310 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
13311 variable do not give memory errors.
13312
13313 2003-04-30 Adam Fedor <fedor@gnu.org>
13314
13315 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
13316 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
13317 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
13318 gdb.objc/basicclass.m: : New files
13319
13320 * lib/gdb.exp (gdb_compile_objc): New procedure.
13321
13322 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
13323
13324 * gdb.base/signals.exp: Make backtrace tests more specific.
13325
13326 2003-04-23 David Carlton <carlton@bactrian.org>
13327
13328 * gdb.c++/maint.exp (test_first_component): Add tests for
13329 'operator' in more locations.
13330
13331 2003-04-16 Kevin Buettner <kevinb@redhat.com>
13332
13333 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
13334
13335 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
13336
13337 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
13338 func marke' instead. Update test name.
13339
13340 2003-04-15 David Carlton <carlton@math.stanford.edu>
13341
13342 * gdb.c++/maint.exp: New file.
13343
13344 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13345
13346 * gdb.threads/schedlock.c: Change type of thread function argument
13347 to long, to avoid warnings on 64-bit platforms.
13348
13349 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13350
13351 * gdb.base/attach.exp: Add new message from ptrace in case of
13352 attaching to nonexistent process.
13353
13354 2003-04-11 Jim Blandy <jimb@redhat.com>
13355
13356 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13357 gdb.c++/userdef.cc: Place comments on the lines to which the
13358 marker function might return.
13359 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13360 gdb.c++/userdef.exp: Look for those comments to check that we've
13361 returned to the right place, instead of checking line numbers.
13362
13363 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
13364
13365 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
13366 match on sourcefile name, instead of directory name.
13367
13368 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
13369
13370 * gdb.base/completion.exp: Use string_to_regexp to match the
13371 working directory name.
13372
13373 2003-04-09 Jim Blandy <jimb@redhat.com>
13374
13375 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13376 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
13377 after an inferior function call, report the failure, but allow the
13378 test to continue.
13379
13380 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13381
13382 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13383 with -DPROTOTYPES.
13384
13385 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13386
13387 * gdb.base/break.exp: Revert last patch.
13388
13389 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
13390
13391 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13392 with -DPROTOTYPES.
13393
13394 2003-04-02 Andrew Cagney <cagney@redhat.com>
13395
13396 * gdb.base/callfuncs.exp: Make "print add" messages unique.
13397 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
13398 matching directories by the name breakpoint.
13399 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
13400 Make "continue to marker1" consistent.
13401 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
13402 message consistent.
13403 * lib/gdb.exp: Put "the program is no longer running", and "the
13404 program exited" in parenthesis.
13405 * lib/mi-support.exp: Ditto.
13406
13407 2003-04-02 Bob Rossi <bob_rossi@cox.net>
13408
13409 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
13410
13411 2003-03-29 Andrew Cagney <cagney@redhat.com>
13412
13413 * gdb.base/sizeof.c (main): Print the value of '\377'.
13414 * gdb.base/sizeof.exp: Check the sign of '\377'.
13415
13416 2003-03-27 Michael Chastain <mec@shout.net>
13417
13418 * gdb.base/gdb1090.exp: New file.
13419 * gdb.base/gdb1090.cc: New file.
13420
13421 2003-03-27 J. Brobecker <brobecker@gnat.com>
13422
13423 * gdb.gdb/observer.exp: New regression test.
13424
13425 2003-03-27 Michael Chastain <mec@shout.net>
13426
13427 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
13428 * gdb.base/ptype.exp: Likewise.
13429
13430 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
13431
13432 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
13433
13434 2003-03-26 Michael Chastain <mec@shout.net>
13435
13436 * gdb.base/ptype.exp: Actually use some typedef'd types.
13437
13438 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
13439
13440 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
13441 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
13442
13443 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13444
13445 * gdb.base/default.exp: Fix regular expression.
13446
13447 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13448
13449 * gdb.base/args.exp: Fix regular expression.
13450
13451 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13452
13453 * gdb.base/help.exp: Allow Win32 child process.
13454
13455 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13456
13457 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
13458 when stepping out of main().
13459
13460 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13461
13462 * gdb.base/default.exp: Check for win32 specific message when calling
13463 "run" without executable.
13464
13465 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13466
13467 * gdb.base/args.exp: Expect .exe in output.
13468
13469 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13470
13471 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
13472 Cygwin native.
13473
13474 2003-03-17 Andrew Cagney <cagney@redhat.com>
13475
13476 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
13477 vector registes.
13478 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
13479 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
13480
13481 2003-03-17 David Carlton <carlton@math.stanford.edu>
13482
13483 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
13484 test, for PR breakpoints/38.
13485 Call test_watchpoint_and_breakpoint.
13486 * gdb.base/watchpoint.c (func3): New function.
13487 (main): Call func3.
13488
13489 2003-03-04 David Carlton <carlton@math.stanford.edu>
13490
13491 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
13492 Garply<Garply<char> >:: garply".
13493 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
13494 with respect to PR c++/1111; note also PR c++/1113.
13495 (test_template_breakpoints): KFAIL "constructor breakpoint" with
13496 respect to PR c++/1062.
13497 KFAIL "destructor breakpoint" with respect to PR c++/1112.
13498
13499 2003-03-03 David Carlton <carlton@math.stanford.edu>
13500
13501 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
13502 with respect to PR c++/57.
13503 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
13504 c++/826.
13505 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
13506 respect to PR c++/57.
13507
13508 2003-03-03 David Carlton <carlton@math.stanford.edu>
13509
13510 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
13511 respect to PR c++/33 into FAILs.
13512
13513 2003-03-03 Michael Chastain <mec@shout.net>
13514
13515 * configure.in: Update copyright years.
13516
13517 2003-03-03 Michael Chastain <mec@shout.net>
13518
13519 * Makefile.in: Update copyright years.
13520
13521 2003-02-28 David Carlton <carlton@math.stanford.edu>
13522
13523 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
13524 print class instead of struct and/or superfluous protection
13525 specifiers, as long as the resulting output is equivalent to the
13526 source code.
13527 Delete FIXME from end of messages on tests that don't need
13528 fixing.
13529
13530 2003-02-28 David Carlton <carlton@math.stanford.edu>
13531
13532 * gdb.c++/templates.exp (do_tests): Allow const in the two
13533 Foo<volatile char *>::foo tests.
13534
13535 2003-02-27 Michael Snyder <msnyder@redhat.com>
13536
13537 * gdb.base/restore.c (main): Return zero, so exit code
13538 will be consistant.
13539
13540 2003-02-26 David Carlton <carlton@math.stanford.edu>
13541
13542 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
13543 char *>::foo" test with respect to PR c++/33. Create a new test
13544 which is identical to that one except that it doesn't put the
13545 space between the "char" and the "*"; KFAIL it, too.
13546
13547 2003-02-26 David Carlton <carlton@math.stanford.edu>
13548
13549 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
13550 template types into either PASSes or KFAILs (corresponding to PR
13551 c++/57). Tweak indentation. Update copyright.
13552
13553 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
13554
13555 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
13556
13557 2003-02-13 Michael Chastain <mec@shout.net>
13558
13559 * gdb.base/exprs.exp: Remove i960 remnants.
13560 * gdb.base/funcargs.exp: Likewise.
13561 * gdb.base/list.exp: Likewise.
13562 * gdb.base/ptype.exp: Likewise.
13563
13564 2003-02-14 David Carlton <carlton@math.stanford.edu>
13565
13566 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
13567 pEe->D::vg()" from XFAIL to KFAIL.
13568
13569 2003-02-13 Jason Molenda (jmolenda@apple.com)
13570
13571 * gdb.base/maint.exp: Update maint print statistics regexp to include
13572 new entries.
13573
13574 2003-02-13 Michael Chastain <mec@shout.net>
13575
13576 * gdb.c++/inherit.exp: Remove call to get_debug_format.
13577
13578 2003-02-12 Michael Chastain <mec@shout.net>
13579
13580 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
13581 * gdb.c++/inherit.exp: Likewise.
13582 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
13583 * gdb.c++/templates.exp: Likewise.
13584 * gdb.c++/virtfunc.exp: Likewise.
13585
13586 2003-02-06 Jason Molenda (jason-cl@molenda.com)
13587
13588 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
13589 why the code is written that way.
13590
13591 2003-02-05 Michael Chastain <mec@shout.net>
13592
13593 * gdb.base/dump.exp: Add missing copyright line.
13594
13595 2003-02-05 Jason Molenda (jason-cl@molenda.com)
13596
13597 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
13598 at the beginning so the breakpoint doesn't get set on the loop.
13599
13600 2003-02-05 Michael Chastain <mec@shout.net>
13601
13602 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
13603 output for configurations with gcc 2.95.3.
13604
13605 2003-02-05 Keith Seitz <keiths@redhat.com>
13606 Andrew Cagney <ac131313@redhat.com>
13607
13608 * gdb.mi/mi-cli.exp: New file.
13609
13610 2003-02-04 Michael Chastain <mec@shout.net>
13611
13612 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
13613 Call perror and then continue.
13614
13615 2003-02-03 Michael Chastain <mec@shout.net>
13616
13617 * gdb.c++/pr-1023.cc: New file.
13618 * gdb.c++/pr-1023.exp: New file.
13619
13620 2003-02-05 Jim Blandy <jimb@redhat.com>
13621
13622 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
13623 it's local to foobar. Check for it there, and check that it's not
13624 present in main.
13625 * gdb.c++/local.cc (marker2): New function.
13626 (foobar): Call marker1.
13627 (main): Call marker2 instead of marker1.
13628
13629 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13630
13631 * gdb.disasm/mn10200.exp: Obsolete file.
13632 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
13633 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
13634 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
13635
13636 2003-02-04 David Carlton <carlton@math.stanford.edu>
13637
13638 * gdb.c++/overload.exp: Test intToChar(1).
13639 * gdb.c++/overload.cc (intToChar): New.
13640 (main): Call intToChar.
13641
13642 2003-02-03 David Carlton <carlton@math.stanford.edu>
13643
13644 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
13645 'might_kfail' arg.
13646 KFAIL some of the continue_to_bp_overloaded calls, according to
13647 PR c++/1025.
13648
13649 2003-02-01 Michael Chastain <mec@shout.net>
13650
13651 * gdb.base/advance.c (marker1): New marker function.
13652 * gdb.base/advance.exp: When the 'advance' command lands on the
13653 return breakpoint, it can legitimately stop on either the
13654 current line or the next line. Accommodate both outcomes.
13655 * gdb.base/until.exp: Likewise.
13656
13657 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13658
13659 2002-11-10 Jason Molenda (jason-cl@molenda.com):
13660 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
13661 now a list, not a tuple.
13662 * gdb.mi/mi-var-display.exp: Ditto.
13663 * gdb.mi/gdb792.exp: Ditto.
13664
13665 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13666
13667 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
13668 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
13669 stack backtraces.
13670 * gdb.mi/mi-syn-frame.c: Part of same.
13671
13672 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13673
13674 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
13675 gdb.mi/mi1-pthreads.exp: Return instead of calling
13676 gdb_suppress_entire_file.
13677
13678 2003-02-01 Mark Salter <msalter@redhat.com>
13679
13680 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
13681
13682 2003-01-31 Mark Salter <msalter@redhat.com>
13683
13684 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
13685 Support empty arg.
13686
13687 2003-01-30 Michael Chastain <mec@shout.net>
13688
13689 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
13690 This was a workaround for a UTF-8 bug in readline 4.3. The bug
13691 has been fixed in gdb/readline on 2003-01-09.
13692
13693 2003-01-29 Michael Snyder <msnyder@redhat.com>
13694
13695 * gdb.base/maint.exp: Allow for leading underscore in symbol.
13696 * gdb.base/display.exp: Allow for leading underscore in symbol.
13697 * gdb.base/args.exp: Skip if target does not support args passing.
13698
13699 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13700
13701 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
13702 gdb_test. Accept a list of expect arguments as the third
13703 parameter.
13704 (gdb_test): Use it.
13705
13706 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
13707
13708 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
13709 allow for different test tree configurations. Update some
13710 tescases accordingly.
13711 * gdb.arch/altivec-regs.exp: Ditto.
13712 * gdb.asm/asm-source.exp: Ditto.
13713 * gdb.base/advance.exp: Ditto.
13714 * gdb.base/display.exp: Ditto.
13715 * gdb.base/long_long.exp: Ditto.
13716 * gdb.base/mips_pro.exp: Ditto.
13717 * gdb.base/overlays.exp: Ditto.
13718 * gdb.base/relocate.exp: Ditto.
13719 * gdb.base/setshow.exp: Ditto.
13720 * gdb.base/step-line.exp: Ditto.
13721 * gdb.base/step-test.exp: Ditto.
13722 * gdb.base/until.exp: Ditto.
13723 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
13724
13725 2003-01-17 David Carlton <carlton@math.stanford.edu>
13726
13727 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
13728 corresponding to PR c++/945.
13729 Update copyright.
13730
13731 2003-01-17 David Carlton <carlton@math.stanford.edu>
13732
13733 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
13734 corresponding to PR c++/68.
13735
13736 2003-01-17 David Carlton <carlton@math.stanford.edu>
13737
13738 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
13739 (test_paddr_hairy_functions): Call print_addr_2_kfail for
13740 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
13741
13742 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
13743
13744 * gdb.base/break.exp: Fix change of default location, because of
13745 removal of until tests.
13746 * gdb.base/help.exp: Update test for new 'until' help message.
13747 Add test for help on 'advance'.
13748 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
13749
13750 2003-01-15 Mark Kettenis <kettenis@gnu.org>
13751
13752 * gdb.base/default.exp: Adapt "info float" test for recent changes
13753 to that command. Add test for "info vector".
13754 * gdb.base/float.exp: New file. Add test for "info float" that
13755 resembles the old test in gdb.base/default.exp.
13756
13757 2003-01-15 David Carlton <carlton@math.stanford.edu>
13758
13759 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
13760
13761 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
13762
13763 * gdb.base/break.exp: Move the tests of until command from here...
13764 * gdb.base/until.exp: ... to here. New file. Add other tests.
13765 * gdb.base/advance.c: New file.
13766 * gdb.base/advance.exp: New file.
13767
13768 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13769
13770 * gdb.base/args.c: New file.
13771 * gdb.base/args.exp: New file.
13772
13773 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13774
13775 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
13776
13777 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13778
13779 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
13780
13781 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13782
13783 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
13784 dates.
13785
13786 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13787
13788 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
13789
13790 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13791
13792 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
13793 (ptype &*"foo").
13794 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
13795
13796 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13797
13798 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
13799 * gdb.mi/mi1-console.exp: Likewise.
13800
13801 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13802
13803 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
13804 * gdb.mi/mi1-console.exp: Likewise.
13805
13806 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13807
13808 * gdb.c++/overload.exp: Remove some fixed XFAILs.
13809
13810 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13811
13812 * gdb.base/detach.exp: New test.
13813
13814 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13815
13816 * Makefile.in (ALL_SUBDIRS): New variable.
13817 (subdirs, clean, distclean): Use it.
13818 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
13819 regenerating Makefile, since it is generated from the top level.
13820 * gdb.asm/Makefile.in: Likewise.
13821 * gdb.base/Makefile.in: Likewise.
13822 * gdb.c++/Makefile.in: Likewise.
13823 * gdb.disasm/Makefile.in: Likewise.
13824 * gdb.java/Makefile.in: Likewise.
13825 * gdb.mi/Makefile.in: Likewise.
13826 * gdb.threads/Makefile.in: Likewise.
13827 * gdb.trace/Makefile.in: Likewise.
13828
13829 2003-01-09 David Carlton <carlton@math.stanford.edu>
13830
13831 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
13832 Add copyright year 2003.
13833
13834 2003-01-06 Michael Chastain <mec@shout.net>
13835
13836 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
13837 When selecting a thread, 'line' and 'file' are optional.
13838 * gdb.mi/mi1-pthreads.exp: Likewise.
13839
13840 2003-01-06 Andreas Schwab <schwab@suse.de>
13841
13842 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
13843 failures.
13844
13845 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13846
13847 Fix PR gdb/844
13848 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
13849 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
13850
13851 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
13852 instead of calling gdb_suppress_entire_file.
13853 * gdb.threads/print-threads.exp: Likewise.
13854 * gdb.threads/schedlock.exp: Likewise.
13855
13856 * gdb.threads/killed.exp: Return instead of calling
13857 gdb_suppress_entire_file.
13858 * gdb.threads/linux-dp.exp: Likewise.
13859 * gdb.threads/pthreads.exp: Likewise.
13860
13861 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13862
13863 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
13864 stabs.
13865 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
13866 * gdb.base/whatis.exp: Always allow (void) after function names.
13867
13868 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13869
13870 * gdb.c++/casts.exp: Correct regexp.
13871
13872 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13873
13874 * configure.in: Call AC_CONFIG_HEADER. Don't call
13875 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
13876 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
13877 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
13878 aforementioned directories in the AC_OUPUT call.
13879 * config.hin: New file.
13880 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
13881 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
13882 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
13883 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
13884 pass -I$objdir instead of -I$objdir/$subdir in compilation.
13885 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
13886 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
13887 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
13888 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
13889 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
13890 gdb.threads/configure.in, gdb.threads/configure,
13891 gdb.threads/config.in, gdb.trace/configure.in,
13892 gdb.trace/configure: Removed.
13893
13894 2003-01-03 Michael Chastain <mec@shout.net>
13895
13896 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
13897 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
13898
13899 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
13900
13901 * gdb.base/store.exp: Fix regular expressions.
13902
13903 2002-12-28 Mark Kettenis <kettenis@gnu.org>
13904
13905 * configure.in: Rewrite.
13906 * configure: Regenerated.
13907
13908 2003-01-03 David Carlton <carlton@math.stanford.edu>
13909
13910 * gdb.base/psymtab.exp: New file.
13911 * gdb.base/psymtab1.c: Ditto.
13912 * gdb.base/psymtab2.c: Ditto.
13913
13914 2002-12-23 Adam Fedor <fedor@gnu.org>
13915
13916 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
13917
13918 2002-12-23 David Carlton <carlton@math.stanford.edu>
13919
13920 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
13921 and current_directory initialization.
13922
13923 2002-12-22 Jim Blandy <jimb@redhat.com>
13924
13925 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
13926 rather than as part of the output file name.
13927
13928 * gdb.base/attach.exp: There's no need to copy the test program to
13929 /tmp; that was only ever necessary on HP/UX, and this test is
13930 entirely disabled there anyway.
13931
13932 2002-12-21 Jim Blandy <jimb@redhat.com>
13933
13934 * gdb.c++/psmang.exp: Doc fix.
13935
13936 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
13937 test.
13938
13939 2002-12-20 David Carlton <carlton@math.stanford.edu>
13940
13941 * gdb.c++/annota2.exp: KFAIL annotate-quit.
13942
13943 2002-12-18 Michael Chastain <mec@shout.net>
13944
13945 * gdb.c++/annota2.exp: Add copyright year 2002.
13946
13947 2002-12-17 David Carlton <carlton@math.stanford.edu>
13948
13949 * gdb.c++/try_catch.cc: Add marker comments.
13950 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
13951 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
13952 * gdb.c++/m-static.cc: Ditto.
13953 * gdb.c++/m-static1.cc: Ditto.
13954 * gdb.c++/try_catch.cc: Ditto.
13955
13956 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
13957
13958 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
13959 to see whether we are using the new -environment-directory
13960 command which resets via -r or the old version of the command
13961 which may prompt the user. Part of fix for gdb/741.
13962
13963 2002-12-13 Andrew Cagney <ac131313@redhat.com>
13964
13965 * gdb.fortran/types.exp: Update obsolete comment.
13966 * gdb.fortran/exprs.exp: Ditto.
13967 * lib/gdb.exp: Delete obsolete code.
13968 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
13969 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
13970 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
13971 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
13972 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
13973 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
13974 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
13975 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
13976 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
13977 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
13978 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
13979 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
13980 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
13981 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
13982 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
13983 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
13984 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
13985 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
13986 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
13987 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
13988 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
13989 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
13990 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
13991 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
13992 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
13993 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
13994 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
13995 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
13996 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
13997 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
13998 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
13999 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14000 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14001 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14002 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14003 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14004 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14005
14006 2002-12-11 David Carlton <carlton@math.stanford.edu>
14007
14008 * gdb.c++/m-data.exp: Add test for members that shadow global
14009 variables: see PR gdb/804.
14010 * gdb.c++/m-data.cc: Ditto.
14011
14012 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14013
14014 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14015
14016 2002-12-06 David Carlton <carlton@math.stanford.edu>
14017
14018 * gdb.base/store.c: Don't declare functions static.
14019
14020 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14021
14022 * gdb.base/store.exp, gdb.base/store.c: New files.
14023
14024 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14025
14026 * gdb.base/selftest.exp: Update for current gdb.
14027
14028 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14029
14030 * gdb.base/maint.exp: Only dump symbols from one source file
14031 or objfile.
14032
14033 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14034
14035 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14036 function call.
14037
14038 2002-11-25 Jim Blandy <jimb@redhat.com>
14039
14040 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14041 function appearing in error message.
14042
14043 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14044
14045 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14046
14047 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14048
14049 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14050 for mi1 and current mi is in correct format. New mi startup message
14051 should be in mi console format. This is part of fix for PR gdb/604.
14052
14053 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14054
14055 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14056 which explicitly prints the zero offset as "+0".
14057
14058 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
14059
14060 * gdb.threads/schedlock.c (args): Make unsigned.
14061
14062 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
14063
14064 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
14065 numbers. Allow "foo2|selected stack frame".
14066 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14067 * gdb.asm/asmsrc2.s: Likewise.
14068 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
14069 comments.
14070 * gdb.asm/mips.inc: New file.
14071
14072 2002-10-18 Adam Fedor <fedor@gnu.org>
14073
14074 * gdb.base/default.exp: Update expected output to include 'ObjC'.
14075 * gdb.base/help.exp: Likewise.
14076
14077 2002-10-17 Kevin Buettner <kevinb@redhat.com>
14078
14079 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14080 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14081
14082 2002-10-02 Jim Blandy <jimb@redhat.com>
14083
14084 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14085
14086 2002-10-01 Andrew Cagney <ac131313@redhat.com>
14087
14088 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14089 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14090 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14091 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14092 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14093 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14094 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14095
14096 2002-09-29 Andrew Cagney <ac131313@redhat.com>
14097
14098 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14099 * mi0-disassemble.exp, mi0-eval.exp: Delete.
14100 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14101 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14102 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14103 * mi0-var-block.exp, mi0-var-child.exp: Delete.
14104 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
14105
14106 2002-09-27 Kevin Buettner <kevinb@redhat.com>
14107
14108 * gdb.base/annota1.exp (info break): Make directory components of
14109 path optional since not all compilers emit this debug information.
14110
14111 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14112 step ends up stepping out of the function instead of stopping on
14113 the epilogue.
14114
14115 2002-09-26 Keith Seitz <keiths@redhat.com>
14116
14117 * lib/insight-support.exp (gdbtk_start): Figure out where
14118 the insight executable is based on where gdb is. Use this
14119 executable to start insight instead of gdb.
14120
14121 2002-09-25 Andrew Cagney <cagney@redhat.com>
14122
14123 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14124
14125 2002-09-24 Andrew Cagney <ac131313@redhat.com>
14126
14127 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
14128 test_isolated_complaints.
14129 (test_empty_complaint): New function.
14130 (test_empty_complaints): New function. Check no output when no
14131 complaints.
14132
14133 2002-09-19 Jim Blandy <jimb@redhat.com>
14134
14135 * gdb.base/charset.exp, gdb.base/charset.c: New files.
14136
14137 2002-09-19 Andrew Cagney <ac131313@redhat.com>
14138
14139 * gdb.gdb/complaints.exp: New file.
14140
14141 2002-09-18 Andrew Cagney <ac131313@redhat.com>
14142
14143 * gdb.base/maint.exp: Check `help maint internal-warning'.
14144
14145 2002-09-18 David Carlton <carlton@math.stanford.edu>
14146
14147 * gdb.c++/m-static.exp: Remove breakpoints depending on line
14148 numbers, and replace them by a single breakpoint after the
14149 constructors are all finished.
14150 Add test 4.
14151 * gdb.c++/m-static.cc: Add test 4.
14152 * gdb.c++/m-static.h: New file.
14153 * gdb.c++/m-static1.cc: New file.
14154
14155 * gdb.c++/printmethod.exp: New file.
14156 * gdb.c++/printmethod.cc: New file.
14157
14158 * gdb.c++/pr-574.exp: New file.
14159 * gdb.c++/pr-574.cc: New file.
14160
14161 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14162
14163 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
14164 embedded targets which never actually exit.
14165
14166 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14167
14168 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
14169 "don't step after run" as unresolved or unsupported, instead of xfail.
14170
14171 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14172
14173 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
14174 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
14175 Add newline to expected string in "step out of main (status wrapper)"
14176 case.
14177
14178 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14179
14180 * lib/gdb.exp (rerun_to_main): Allow restarting application.
14181 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
14182
14183 2002-09-17 Tom Tromey <tromey@redhat.com>
14184
14185 * gdb.base/printcmds.exp (test_print_string_constants): Expect
14186 \000, not \0, in double-quoted string.
14187
14188 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
14189
14190 * gdb.base/commands.exp: Don't expect a "Program exited normally"
14191 string after running the commands execution on breakpoint tests.
14192
14193 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
14194
14195 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
14196
14197 2002-09-12 Joel Brobecker <brobecker@gnat.com>
14198
14199 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
14200
14201 2002-09-10 Keith Seitz <keiths@redhat.com>
14202
14203 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
14204 runto proc.
14205 (mi_run_to_main): Use mi_runto.
14206 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
14207
14208 2002-09-10 Keith Seitz <keiths@redhat.com>
14209
14210 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
14211 regexp for stopping at main. Could have multiple event notifications.
14212 Don't assume that main was declared with no parameters.
14213 (mi_next): Use mi_step_to.
14214 (mi_step): Use mi_next_to.
14215
14216 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
14217
14218 * gdb.base/default.exp: Fix expected string in `info float' test.
14219
14220 2002-09-09 Ben Elliston <bje@redhat.com>
14221
14222 * config/mips.exp: Update comments.
14223 * config/mips-idt.exp: Likewise.
14224 * config/nind.exp: Likewise.
14225 * config/slite.exp: Likewise.
14226 * config/sparclet.exp: Likewise.
14227 * config/udi.exp: Likewise.
14228 * config/vx.exp: Likewise.
14229 * config/vxworks29k.exp: Likewise.
14230
14231 2002-09-05 Jim Blandy <jimb@redhat.com>
14232
14233 * gdb.threads/killed.exp: Fix test failure message.
14234
14235 2002-09-04 Keith Seitz <keiths@redhat.com>
14236
14237 * lib/mi-support.exp: Update copyright.
14238 (mi_gdb_test): Increase the priority of the expected pattern
14239 so that it matches gdb_test.
14240
14241 2002-09-03 Keith Seitz <keiths@redhat.com>
14242
14243 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
14244 Use integer comparison instead of string comparison for testing
14245 whether binary was built.
14246
14247 2002-09-03 Jim Blandy <jimb@redhat.com>
14248
14249 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
14250
14251 2002-08-29 Jim Blandy <jimb@redhat.com>
14252
14253 * gdb.threads/pthreads.exp: Move the portable thread compilation
14254 code into a function in lib/gdb.exp, and call that from here.
14255 * lib/gdb.exp (gdb_compile_pthreads): New function.
14256
14257 2002-08-29 Keith Seitz <keiths@redhat.com>
14258
14259 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
14260 expect_out so that callers can get at it.
14261
14262 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
14263
14264 * gdb.threads/print-threads.c: New file.
14265 * gdb.threads/print-threads.exp: New file.
14266 * gdb.threads/schedlock.c: New file.
14267 * gdb.threads/schedlock.exp: New file.
14268
14269 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
14270
14271 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
14272 not altivec.c.
14273
14274 2002-08-17 Mark Kettenis <kettenis@gnu.org>
14275
14276 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
14277 targets. The problem should be fixed now.
14278
14279 2002-08-15 Mark Kettenis <kettenis@gnu.org>
14280
14281 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
14282 2002-07-24 change that removes final dots from error messages.
14283
14284 2002-08-13 Tom Tromey <tromey@redhat.com>
14285
14286 * gdb.base/readline.exp: New file.
14287
14288 2002-08-01 Andrew Cagney <ac131313@redhat.com>
14289
14290 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
14291 supress message.
14292
14293 2002-08-01 Andrew Cagney <cagney@redhat.com>
14294
14295 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
14296 CHILL_FOR_TARGET and CHILL_LIB.
14297 * configure.in (configdirs): Remove gdb.chill.
14298 * configure: Regenerate.
14299 * lib/gdb.exp: Obsolete references to chill.
14300 * gdb.fortran/types.exp: Ditto.
14301 * gdb.fortran/exprs.exp: Ditto.
14302
14303 2002-07-30 Kevin Buettner <kevinb@redhat.com>
14304
14305 * gdb.base/shlib-call.exp (additional_flags): Conditionally
14306 set Irix-specific compile and link flags.
14307
14308 2002-07-29 Kevin Buettner <kevinb@redhat.com>
14309
14310 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
14311 source files. The ``-o'' option doesn't work with the ``-E'' option
14312 when using the Irix compiler.
14313
14314 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
14315
14316 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
14317 Improve support for reusing an exec file. Copy exec file
14318 to target, and run gdbserver on the target instead of on the host.
14319
14320 2002-07-18 Jim Blandy <jimb@redhat.com>
14321
14322 * gdb.base/ending-run.exp: Don't expect to see the program end in
14323 some orderly fashion when we're running on a real stand-alone
14324 board.
14325
14326 * gdb.base/interrupt.exp: Correct logic for skipping tests on
14327 targets that don't support interrupts.
14328
14329 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
14330
14331 * gdb.base/attach.exp: Add patterns to match output from /proc-based
14332 systems.
14333 Move comments in expect statements to inside the actions, so that they
14334 don't get matched against.
14335
14336 2002-07-10 Mark Kettenis <kettenis@gnu.org>
14337
14338 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
14339 function when asleep" test.
14340
14341 2002-07-10 Andrew Cagney <ac131313@redhat.com>
14342
14343 * gdb.base/page.exp: Rewrite to handle problems with very long
14344 `info set' output. Update copyright.
14345
14346 2002-06-26 Andrew Cagney <ac131313@redhat.com>
14347
14348 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
14349 gdb.threads-hp.
14350 * gdb.hp/configure: Regenerate.
14351 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
14352 * gdb.hp/gdb.threads-hp/configure: Delete file.
14353 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
14354
14355 2002-06-22 Andrew Cagney <ac131313@redhat.com>
14356
14357 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
14358 setlocale, bindtextdomain and textdomain.
14359
14360 2002-06-11 Jim Blandy <jimb@redhat.com>
14361
14362 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
14363 preprocessor macro information is present.
14364
14365 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
14366 tests.
14367
14368 2002-06-06 Michael Snyder <msnyder@redhat.com>
14369
14370 * gdb.base/overlays.exp: Record addresses of overlay
14371 functions in TCL variables rather than in GDB variables,
14372 to avoid having GDB convert them to pointers (with loss
14373 of information).
14374
14375 * gdb.base/d10v.ld: Merge in several years worth of
14376 default linker script changes.
14377 * gdb.base/long_long.exp: Add check for sizeof (long double).
14378
14379 2002-06-06 Michal Ludvig <mludvig@suse.cz>
14380
14381 * gdb.asm/asm-source.exp: Add x86-64 target.
14382 * gdb.asm/x86_64.inc: New.
14383
14384 2002-05-30 Michael Chastain <mec@shout.net>
14385
14386 From Benjamin Kosnik <bkoz@redhat.com>:
14387 * gdb.c++/m-static.cc: New file.
14388 * gdb.c++/m-static.exp: New file.
14389
14390 2002-05-28 Michael Snyder <msnyder@redhat.com>
14391
14392 * gdb.base/call-ar-st.exp: Allow for reduced floating point
14393 precision.
14394
14395 2002-05-27 Michael Chastain <mec@shout.net>
14396
14397 From Benjamin Kosnik <bkoz@redhat.com>:
14398 * gdb.c++/m-data.cc: New file.
14399 * gdb.c++/m-data.exp: New file.
14400
14401 2002-05-27 Michael Chastain <mec@shout.net>
14402
14403 From Benjamin Kosnik <bkoz@redhat.com>:
14404 * gdb.c++/try_catch.cc: New file.
14405 * gdb.c++/try_catch.exp: New file.
14406
14407 2002-05-27 Michael Chastain <mec@shout.net>
14408
14409 * gdb.c++/local.exp: Accept more nested types in output.
14410
14411 2002-05-26 Michael Chastain <mec@shout.net>
14412
14413 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
14414
14415 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
14416
14417 * lib/gdb.exp (gdb_wrapper_init): Just because
14418 gdb_wrapper_file exists, this does not mean that the file
14419 should not be rebuilt. That is what gdb_wrapper_initialized
14420 is for.
14421 (default_gdb_init): Reset gdb_wrapper_initialized.
14422
14423 2002-05-23 Michael Snyder <msnyder@redhat.com>
14424
14425 * gdb.base/all-bin.exp: Revise previous patch by just reducing
14426 the precision of the floating point test results.
14427 * gdb.base/call-rt-st.exp: Ditto.
14428
14429 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
14430 * gdb.base/call-rt-st.exp: Ditto.
14431
14432 2002-05-19 Michael Chastain <mec@shout.net>
14433
14434 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
14435
14436 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
14437
14438 * configure.in (configdirs): Add gdb.arch.
14439 * configure: Regenerate.
14440
14441 2002-05-17 Jim Blandy <jimb@redhat.com>
14442
14443 * gdb.base/completion.exp: Recognize the more detailed error
14444 messages produced by the macro expander's lexical analyzer.
14445
14446 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14447
14448 * gdb.arch/altivec-abi.c: New file.
14449 * gdb.arch/altivec-abi.exp: New file.
14450 * gdb.arch/altivec-regs.c: New file.
14451 * gdb.arch/altivec-regs.exp: New file.
14452
14453 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
14454
14455 * gdb.base/maint.exp (maint print type): Update for new type
14456 structure.
14457
14458 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14459
14460 * gdb.arch: New directory.
14461 * gdb.arch/configure.in: New file.
14462 * gdb.arch/configure: New file.
14463 * gdb.arch/Makefile.in: New file.
14464
14465 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
14466
14467 * gdb.asm/asm-source.exp: Add v850 as supported target.
14468 * gdb.asm/v850.inc: New file.
14469
14470 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
14471
14472 * gdb.c++/annota2.exp (annotate-quit): Add comment.
14473
14474 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
14475
14476 * gdb.base/break.exp: Check 'break "marker2"'.
14477
14478 2002-05-10 Michael Snyder <msnyder@redhat.com>
14479
14480 * gdb.base/long_long.exp: Fix typo.
14481
14482 2002-05-10 Jim Blandy <jimb@redhat.com>
14483
14484 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
14485 a bug.
14486
14487 * gdb.base/printcmds.exp (test_integer_literals_rejected):
14488 Recognize more detailed error message produced by the macro
14489 expander's lexical analyzer.
14490 * lib/gdb.exp (test_print_reject): Same.
14491
14492 2002-05-09 Mark Kettenis <kettenis@gnu.org>
14493
14494 * gdb.c++/method.exp: Fix typo.
14495
14496 2002-05-08 Michael Snyder <msnyder@redhat.com>
14497
14498 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
14499 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
14500 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
14501 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
14502 Add iftarget clause for strongarm.
14503
14504 2002-05-06 Michael Snyder <msnyder@redhat.com>
14505
14506 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
14507 (gdb_continue_to_end): Accept output from status wrapper.
14508 * gdb.base/ending-run.exp: Add case for output from status wrapper.
14509 Clean up fail messages to match pass messages.
14510
14511 Enable the "needs_status_wrapper" testsuite feature.
14512 * lib/gdb.exp (gdb_wrapper_init): New procedure.
14513 (gdb_compile): Conditionally call gdb_wrapper_init.
14514 * gdb.base/a2-run.exp: Recognize output from status wrapper.
14515 * gdb.c++/method.exp: Recognize output from status wrapper.
14516
14517 2002-05-06 Ben Elliston <bje@redhat.com>
14518 From Graydon Hoare <graydon@redhat.com>
14519
14520 * config/sid.exp: Include support for "rawsid" protocol.
14521
14522 2002-05-03 Jim Blandy <jimb@redhat.com>
14523
14524 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
14525 * gdb.c++/hang3.C: New file.
14526
14527 2002-05-04 Andrew Cagney <ac131313@redhat.com>
14528
14529 * gdb.base/default.exp: Remove obsolete code.
14530 * gdb.c++/misc.exp: Ditto. Update copyright.
14531 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
14532 * gdb.base/whatis.exp: Ditto. Update copyright.
14533 * gdb.base/scope.exp: Ditto. Update copyright.
14534 * gdb.base/ptype.exp: Ditto. Update copyright.
14535 * gdb.base/printcmds.exp: Ditto. Update copyright.
14536 * gdb.base/opaque.exp: Ditto. Update copyright.
14537 * gdb.base/list.exp: Ditto.
14538 * gdb.base/funcargs.exp: Ditto. Update copyright.
14539 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
14540 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
14541 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
14542 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
14543 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
14544 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
14545
14546 2002-05-02 Michael Snyder <msnyder@redhat.com>
14547
14548 * gdb.base/watchpoint.exp: Add xscale target.
14549 * gdb.base/long_long.exp: Add xscale target.
14550 * gdb.base/default.exp: Add xscale target.
14551
14552 2002-05-01 Jim Blandy <jimb@redhat.com>
14553
14554 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
14555 gdb.c++/hang.exp: New test.
14556
14557 2002-05-01 Fred Fish <fnf@redhat.com>
14558
14559 * gdb.base/completion.exp: Handle completions of "./Make" for
14560 more than one completion possibility, as is the case when we
14561 build and test in the source tree.
14562
14563 2002-04-29 Anthony Green <green@redhat.com>
14564
14565 * gdb.java/jmisc1.exp: New file.
14566 * gdb.java/jmisc2.exp: New file.
14567
14568 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
14569
14570 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
14571
14572 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
14573
14574 * gdb.base/help.exp: Change 'help status' to allow for target
14575 dependent output differences.
14576
14577 2002-04-22 Michael Chastain <mec@shout.net>
14578
14579 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
14580
14581 2002-04-22 Michael Chastain <mec@shout.net>
14582
14583 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
14584
14585 2002-04-17 David S. Miller <davem@redhat.com>
14586
14587 * gdb.asm/sparc64.inc: New file.
14588 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
14589
14590 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
14591
14592 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
14593 instruction file directly into the build tree. Clean up at end of
14594 test.
14595
14596 2002-04-18 David S. Miller <davem@redhat.com>
14597
14598 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
14599 handle 64-bit platforms correctly.
14600 * gdb.base/maint.exp: Likewise.
14601
14602 2002-04-18 Kevin Buettner <kevinb@redhat.com>
14603
14604 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
14605 ``-fpic'' when compiling files comprising a shared library, but
14606 it does need additional linker flags in order to find shared
14607 libraries at run time.
14608
14609 2002-04-18 Kevin Buettner <kevinb@redhat.com>
14610
14611 * gdb.base/cvexpr.c (use): New function.
14612 (main): Invoke use() on all global variables to prevent
14613 some linkers from deleting these otherwise unused symbols.
14614
14615 2002-04-17 Michael Chastain <mec@shout.net>
14616 From David S. Miller <davem@redhat.com>
14617
14618 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
14619 handle 64-bit platforms correctly.
14620
14621 2002-04-12 Michael Snyder <msnyder@redhat.com>
14622 From Jim Blandy <jimb@redhat.com>
14623 * gdb.base/foo.c (foox): Remove section attribute; the linker
14624 script can handle this instead.
14625 * gdb.base/bar.c (barx): Same.
14626 * gdb.base/baz.c (bazx): Same.
14627 * gdb.base/grbx.c (grbxx): Same.
14628
14629 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
14630 manager doesn't automatically unmap overlays unnecessarily.
14631
14632 2002-04-10 Martin M. Hunt <hunt@redhat.com>
14633
14634 * gdb.base/ending-run.exp: Fix pattern for Mips targets
14635 stepping out of main.
14636
14637 2002-04-09 Michael Chastain <mec@shout.net>
14638
14639 * gdb.c++/local.cc (main): Move call to marker1() inside nested
14640 scope so that the nested scope tests will make sense.
14641 * gdb.c++/local.exp: Write patterns that actually work with gcc
14642 (the HP patterns "were never known to work with gcc").
14643 Keep the old aCC patterns too.
14644
14645 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
14646
14647 * gdb.base/attach.exp: Correct target board test.
14648
14649 2002-04-08 Michael Chastain <mec@shout.net>
14650
14651 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
14652 in a const method. Add some xfail and fail cases for configurations
14653 that do not emit the "const ...".
14654
14655 2002-04-07 Michael Chastain <mec@shout.net>
14656
14657 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
14658 Accept "A * const" and "const A * const" as type of "this".
14659 Fix spelling of getFunky throughout. Make messages uniform.
14660
14661 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
14662
14663 Work around for PR gdb/285:
14664 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
14665
14666 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
14667
14668 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
14669 instructions file at run time instead of configure time.
14670 Sometimes we run the test in a directory that is not the one we
14671 configured in.
14672 * gdb.asm/configure.in: Delete creation of symlink.
14673 * gdb.asm/configure: Regenerate.
14674
14675 2002-04-05 J. Brobecker <brobecker@gnat.com>
14676
14677 * gdb.gdb/xfullpath.exp: New test, to exercise the new
14678 xfullpath () function.
14679
14680 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
14681
14682 * gdb.asm/Makefile.in: Correct dependencies.
14683
14684 * gdb.asm/powerpc.inc: New file.
14685 * gdb.asm/asm-source.exp: Add PowerPC.
14686 * gdb.asm/configure.in: Likewise.
14687 * gdb.asm/configure: Regenerated.
14688
14689 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
14690
14691 * gdb.base/relocate.exp: New file.
14692 * gdb.base/relocate.c: New file.
14693
14694 2002-04-04 Fred Fish <fnf@redhat.com>
14695
14696 * gdb.base/step-test.exp: Update comment regarding stopping in
14697 memcpy/bcopy calls inserted as part of the compiler runtime.
14698
14699 2002-04-04 Michael Snyder <msnyder@redhat.com>
14700
14701 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
14702
14703 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
14704
14705 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
14706 (gdb_expect): Remove $notransfer hack.
14707
14708 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
14709
14710 * gdb.c++/classes.exp ("calling method for small class"): Match
14711 updated register output.
14712
14713 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
14714
14715 Fix PR gdb/452
14716 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
14717 when finished. Make gdb_file_cmd send "exec-file" when
14718 appropriate.
14719
14720 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
14721
14722 * gdb.base/attach.exp: Remove extra setup_xfail.
14723
14724 2002-03-26 Michael Snyder <msnyder@redhat.com>
14725
14726 * gdb.base/default.exp: Add tests for dump, append, and restore.
14727 * gdb.base/help.exp: Add tests for dump, append, and restore.
14728 * gdb.base/dump.exp: New file, test dump, append and restore.
14729 * gdb.base/dump.c: New file.
14730
14731 2002-03-27 Michael Snyder <msnyder@redhat.com>
14732
14733 * gdb.base/help.exp: Modify expect strings to reflect
14734 clean-ups in help messages.
14735
14736 2002-03-26 Fred Fish <fnf@redhat.com>
14737
14738 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
14739 have debugging info for those functions and the compiler uses them
14740 internally to copy structs around.
14741
14742 2002-03-26 Fred Fish <fnf@redhat.com>
14743
14744 * gdb.base/list.exp: Revert the change made yesterday and add note
14745 about why we don't list the default lines for remote targets.
14746
14747 2002-03-25 Michael Snyder <msnyder@redhat.com>
14748
14749 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
14750
14751 2002-03-25 Fred Fish <fnf@redhat.com>
14752
14753 * gdb.base/list.exp: This test works on remote targets so remove
14754 the short circuit for remote targets. Update copyright.
14755
14756 2002-03-25 Fred Fish <fnf@redhat.com>
14757
14758 * gdb.base/attach.exp: Fix logic error that was suppressing this
14759 test for all non hppa*-*-hpux* targets, instead of the hp target.
14760 Move comments closer to the suppression point. Also now need to
14761 check that we are running natively.
14762
14763 2002-03-22 Michael Snyder <msnyder@redhat.com>
14764
14765 * gdb.base/default.exp: Add test for gcore. Update copyright.
14766 * gdb.base/help.exp: Add test for gcore. Update copyright.
14767
14768 2002-03-06 Fred Fish <fnf@redhat.com>
14769
14770 * gdb.base/funcargs.c: Remove extraneous ';' character.
14771 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
14772
14773 2002-03-04 Michael Chastain <mec@shout.net>
14774
14775 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
14776 accommodate gcc v3 function signature.
14777 * gdb.mi/mi0-var-cmd-exp: Ditto.
14778
14779 2002-02-24 Andrew Cagney <ac131313@redhat.com>
14780
14781 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
14782 ``GNU/Linux'' or ``Linux kernel''
14783 * testsuite/gdb.threads/pthreads.c: Ditto.
14784
14785 2002-02-24 Michael Chastain <mec@shout.net>
14786
14787 * gdb.threads/pthreads.c (thread1): Add a return statement.
14788 (thread2): Likewise.
14789 (foo): Likewise.
14790
14791 2002-02-23 Michael Chastain <mec@shout.net>
14792
14793 * gdb.threads/linux-dp.c (philosopher): Add a return statement
14794 to placate gcc.
14795
14796 2002-02-23 Michael Chastain <mec@shout.net>
14797
14798 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
14799 test "ptype bint". The test passes on all my stabs configurations.
14800
14801 2002-02-21 Jim Blandy <jimb@redhat.com>
14802
14803 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
14804 filename at a time, and watch for the ones we want to see.
14805
14806 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
14807 types of pointers to prototyped functions.
14808
14809 2002-02-20 Andrew Cagney <ac131313@redhat.com>
14810
14811 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
14812 signed, unsigned and straight char.
14813 (padding_char, padding_short, padding_int, padding_long,
14814 padding_long_long, padding_float, padding_double,
14815 padding_long_double): New global variables.
14816 (fill, fill_structs): New functions.
14817
14818 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
14819 for correctly sized writes. Update copyright.
14820 (get_valueof): New procedure.
14821 (get_sizeof): Call get_valueof.
14822 (check_valueof): New procedure.
14823 (check_padding): New procedure.
14824
14825 2002-02-20 Michael Chastain <mec@shout.net>
14826
14827 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
14828 to setup_xfail. Document some of the remaining calls.
14829
14830 2002-02-18 Michael Chastain <mec@shout.net>
14831
14832 * gdb.c++/userdef.exp: Update copyright year.
14833
14834 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
14835
14836 * gdb.c++/userdef.exp: Test overloaded operators properly.
14837 Remove xfails.
14838
14839 2002-02-14 Michael Snyder <msnyder@redhat.com>
14840
14841 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
14842
14843 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
14844
14845 * gdb.base/a2-run.exp: Check for a remote target properly.
14846 * gdb.base/annota1.exp: Likewise.
14847 * gdb.base/list.exp: Likewise.
14848 * gdb.base/reread.exp: Likewise.
14849 * gdb.base/scope.exp: Likewise.
14850 * gdb.base/shlib-call.exp: Likewise.
14851 * gdb.base/term.exp: Likewise.
14852 * gdb.c++/annota2.exp: Likewise.
14853
14854 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
14855
14856 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
14857
14858 2002-02-10 Michael Chastain <mec@shout.net>
14859
14860 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
14861 (call_after_alloca): Ditto.
14862
14863 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
14864
14865 * gdb.base/ending-run.exp: Guard "cont" test with
14866 gdb_skip_stdio_test.
14867
14868 2002-02-06 Jim Blandy <jimb@redhat.com>
14869
14870 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
14871 from here...
14872 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
14873 To here. Disable this test on non-HP platforms. Add big comment.
14874
14875 2002-02-04 Michael Snyder <msnyder@redhat.com>
14876
14877 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
14878 other than d10v and m32r.
14879
14880 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
14881
14882 * gdb.base/default.exp: Rewrite test patterns to reduce time
14883 taken to match them.
14884
14885 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14886
14887 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
14888 Allow a start function above main.
14889 * gdb.threads/linux-dp.exp: Fix copyright date.
14890
14891 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14892
14893 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
14894 (check_philosopher_stack): Check for manager thread before checking
14895 for a just-starting thread.
14896
14897 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14898
14899 From Neil Booth <neil@daikokuya.demon.co.uk>:
14900 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
14901 warnings.
14902
14903 2002-01-21 Fred Fish <fnf@redhat.com>
14904
14905 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
14906 not caller.
14907
14908 2002-01-21 Jim Blandy <jimb@redhat.com>
14909
14910 * gdb.base/reread.exp: Check that GDB properly re-reads the
14911 executable file when it changes while no inferior is running.
14912
14913 2002-01-21 Fred Fish <fnf@redhat.com>
14914
14915 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
14916 optionally accept the "shlib events" variation.
14917
14918 2002-01-21 Jim Blandy <jimb@redhat.com>
14919
14920 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
14921 call `fflush' after every `printf', so that the output is produced
14922 at predictable points, regardless of whatever buffering does (or
14923 doesn't) take place.
14924 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
14925 at different points.
14926
14927 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14928
14929 * gdb.c++/inherit.exp: Update copyright years.
14930 * gdb.c++/method.exp: Likewise.
14931
14932 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14933
14934 * gdb.c++/classes.exp: Update for improved v3 support and skipping
14935 artificial methods/arguments.
14936 * gdb.c++/derivation.exp: Likewise.
14937 * gdb.c++/inherit.exp: Likewise.
14938 * gdb.c++/method.exp: Likewise.
14939 * gdb.c++/virtfunc.exp: Likewise.
14940
14941 2002-01-18 Andrew Cagney <ac131313@redhat.com>
14942
14943 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
14944 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
14945 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
14946 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
14947 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
14948 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
14949
14950 2002-01-17 Jim Blandy <jimb@redhat.com>
14951
14952 * gdb.asm/asm-source.exp (info symbol): Take another shot at
14953 anchoring the pattern matching the entry point symbol's name.
14954
14955 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14956
14957 * gdb.base/maint.exp: Update ``maint internal-error'' to match
14958 continue/quit query. Update copyright.
14959
14960 2002-01-14 Michael Snyder <msnyder@redhat.com>
14961
14962 * gdb.base/gcore.exp: Remove extra debugging output.
14963
14964 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14965
14966 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
14967 for slightly dubious v2 mangled string.
14968
14969 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14970
14971 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
14972
14973 2002-01-10 Jason Merrill <jason@redhat.com>
14974
14975 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
14976
14977 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
14978 constructors.
14979 * gdb.c++/derivation.exp: Likewise.
14980 * gdb.c++/templates.exp: Likewise.
14981 * gdb.c++/virtfunc.exp: Likewise.
14982
14983 2002-01-10 Michael Snyder <msnyder@redhat.com>
14984
14985 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
14986
14987 2002-01-08 Michael Snyder <msnyder@redhat.com>
14988
14989 * gdb.base/gcore.exp: New test for generate-core-file command.
14990 * gdb.base/gcore.c: Testcase for above.
14991 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
14992
14993 2002-01-08 Jason Merrill <jason@redhat.com>
14994
14995 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
14996
14997 2002-01-07 Fred Fish <fnf@redhat.com>
14998
14999 * gdb.c++/overload.exp: Remove unconditional xfails for:
15000 print foo_instance1.overloadargs(1)
15001 print foo_instance1.overloadargs(1, 2)
15002 print foo_instance1.overloadargs(1, 2, 3)
15003 print foo_instance1.overloadargs(1, 2, 3, 4)
15004 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15005 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15006 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15007 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15008 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15009 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15010 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15011 print foo_instance1.overload1arg()
15012 print foo_instance1.overload1arg((char)arg2)
15013 print foo_instance1.overload1arg((signed char)arg3)
15014 print foo_instance1.overload1arg((unsigned char)arg4)
15015 print foo_instance1.overload1arg((int)arg7)
15016 print foo_instance1.overload1arg((unsigned int)arg8)
15017 print foo_instance1.overload1arg((float)arg11)
15018 print foo_instance1.overload1arg((double)arg12)
15019
15020 2002-01-07 Michael Snyder <msnyder@redhat.com>
15021
15022 * gdb.base/huge.exp: New test. Print a very large target data object.
15023 (skip_huge_test): New test variable. Define if you want to skip this
15024 test. The test reads an 8 megabyte data object from the target, so it
15025 might be very time consuming on remote targets with a slow connection.
15026 * gdb.base/huge.c: New file. Test case for above.
15027
15028 2002-01-07 Fred Fish <fnf@redhat.com>
15029
15030 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15031 g_instance.bfoo, and g_instance.cfoo.
15032
15033 2002-01-07 Jeffrey A Law <law@redhat.com>
15034
15035 * gdb.base/break.c (multi_line_if_conditional): New function.
15036 (multi_ilne_while_conditional): Likewise.
15037 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15038 IF or WHILE condition puts the breakpoint at the start of
15039 the condition.
15040
15041 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15042 hppa*-*-hpux* expected failure.
15043 * gdb.base/structs.exp (do_function_calls): Similarly.
15044
15045 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15046 watchpoints.
15047
15048 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15049
15050 Fix PR gdb/66.
15051 * gdb.base/structs.exp: Replace skip for a29k with skip for
15052 gdb,cannot_call_functions.
15053 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15054 * gdb.base/callfuncs.exp: Ditto.
15055 * gdb.base/call-rt-st.exp: Ditto.
15056 * gdb.base/call-strs.exp: Ditto.
15057 * gdb.base/callfwmall.exp: Ditto.
15058 * gdb.base/scope.exp: Obsolete xfail a29k.
15059 * gdb.c++/misc.exp: Ditto.
15060 * gdb.c++/cplusfuncs.exp: Ditto.
15061 * gdb.base/ptype.exp: Ditto.
15062 * gdb.base/printcmds.exp: Ditto.
15063 * gdb.base/opaque.exp: Ditto.
15064 * gdb.base/list.exp: Ditto.
15065 * gdb.base/funcargs.exp: Ditto.
15066 * gdb.base/default.exp: Ditto.
15067
15068 2002-01-04 Michael Snyder <msnyder@redhat.com>
15069
15070 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
15071 * gdb.base/maint.exp: Add tests for maint info sections options.
15072
15073 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
15074
15075 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15076
15077 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
15078
15079 * gdb.asm/arm.inc: New file.
15080 * gdb.asm/asm-source.exp: Add arm targets.
15081 * gdb.asm/configure.in: Ditto.
15082 * gdb.asm/configure: Recreated from configure.in.
15083
15084 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
15085
15086 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15087 with HP's compiler.
15088 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15089 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15090 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15091 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15092
15093 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15094 either HP's compilers or GCC.
15095
15096 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15097 a SIGBUS or SIGSEGV.
15098
15099 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15100
15101 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15102 can be compiled with either HP's compiler or GCC.
15103
15104 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15105 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15106 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15107
15108 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15109 to match current gdb output. Update due to using auto-solib-limit
15110 for limiting instead of overloading auto-solib-add.
15111 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15112 test program.
15113
15114 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
15115 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15116 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15117 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15118 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15119 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15120 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15121 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15122 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15123 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15124 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15125 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15126 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
15127
15128 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
15129 a SIGTRAP to the inferior.
15130
15131 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
15132
15133 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
15134 Substitute call to target_link by call to gdb_compile.
15135
15136 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
15137
15138 * gdb.base/break.exp: Fix HP specific search string when testing
15139 backtracing in a called function.
15140
15141 * gdb.base/constvars.exp: Only set lang to C++ if we're
15142 compiling the test with HP's compilers.
15143 * gdb.base/volatile.exp: Similarly.
15144
15145 2001-12-19 Jim Blandy <jimb@redhat.com>
15146
15147 * gdb.base/printcmds.exp: Expect the null character to be printed
15148 as '\0', and the '\013' to be printed as '\v'.
15149 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
15150 * gdb.base/setvar.exp: Same.
15151
15152 2001-12-17 Jim Blandy <jimb@redhat.com>
15153
15154 * gdb.base/completion.exp: Rather than completing very long
15155 filenames, which can make the readline library produce output we
15156 don't recognize, cd to the directory first, and then complete
15157 using nice, short relative paths.
15158
15159 * gdb.base/completion.exp: On some systems, there is, in fact, a
15160 variable named `b' in scope, since GDB treats all static
15161 variables as being in scope. So use `no_var_named_this'
15162 instead of `b'.
15163
15164 * gdb.base/corefile.exp: Recognize the message saying that GDB
15165 can't find the core file's registers as a failure.
15166
15167 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
15168
15169 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
15170 test expect string more specific.
15171
15172 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
15173
15174 * gdb.asm/asm-source.exp: Add support for xstormy16.
15175 * gdb.asm/configure.in: Ditto.
15176 * gdb.asm/configure: Rebuild.
15177 * gdb.asm/xstormy16.inc: New file.
15178
15179 2001-12-10 Fred Fish <fnf@redhat.com>
15180
15181 * gdb.base/maint.exp: Update to match changes in type dumping code.
15182
15183 2001-12-10 Jim Blandy <jimb@redhat.com>
15184
15185 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
15186 matching the entry point symbol's name at the beginning of the
15187 line.
15188
15189 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
15190
15191 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
15192 gdb.c++/inherit.exp, gdb.c++/method.exp,
15193 gdb.c++/namespace.exp, gdb.c++/templates.exp,
15194 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
15195 and class layout support.
15196
15197 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
15198
15199 * gdb.c++/classes.exp: Add test for static member function.
15200 * gdb.c++/misc.cc: Add class with static member function.
15201
15202 2001-12-07 Jim Blandy <jimb@redhat.com>
15203
15204 If GDB says it can't find the struct the function returned, report
15205 those tests as `unsupported'.
15206 * gdb.base/call-rt-st.exp (print_struct_call): New function.
15207 Rewrite subsequent tests to use it.
15208
15209 If GDB says it can't find the struct the function returned, report
15210 those tests as `unsupported'.
15211 * gdb.base/structs.exp (call_struct_func): New function.
15212 (do_function_calls): Use call_struct_func to call the functions
15213 returning structs.
15214
15215 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
15216 whether functions are prototyped or not, so we can't possibly pass
15217 arguments to t_float_values2 properly.
15218
15219 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
15220 value of `timeout' for targets other than the mips*tx39-*.
15221
15222 2001-12-06 Michael Snyder <msnyder@redhat.com>
15223
15224 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
15225 and detect whether the start symbol has a leading underscore.
15226
15227 2001-12-04 Jim Blandy <jimb@redhat.com>
15228
15229 * gdb.base/completion.exp: Clarify indentation.
15230
15231 2001-12-03 Jim Blandy <jimb@redhat.com>
15232
15233 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
15234 variables on the S/390, not `.word'.
15235
15236 2001-11-30 Jim Blandy <jimb@redhat.com>
15237
15238 Add assembly-source tests for s390-ibm-linux.
15239 * gdb.asm/s390.inc: New file.
15240 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
15241 the S/390 architecture.
15242 * gdb.asm/configure: Regenerated.
15243
15244 2001-11-30 Michael Snyder <msnyder@redhat.com>
15245
15246 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
15247 next, info source, info sources, info line, global and static
15248 variables, and static functions.
15249 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
15250 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
15251 * gdb.asm/asmsrc1.s: Add a static function and some variables.
15252 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
15253 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
15254 (gdbasm_leave): Restore frame pointer.
15255 (gdbasm_startup): Copy stack set-up from crt0.S.
15256
15257 2001-11-26 Fernando Nasser <fnasser@redhat.com>
15258
15259 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
15260 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
15261 to a local (non-static) variable. Copy tstruct.a to a static buffer
15262 and return a pointer to that buffer.
15263 * gdb.base/callfwmall.c (t_structs_a): Ditto.
15264
15265 2001-11-24 Mark Kettenis <kettenis@gnu.org>
15266
15267 * gdb.asm/configure.in: Fix recognition of ix86 target.
15268 * gdb.asm/configure: Regenerate.
15269
15270 2001-11-21 Michael Snyder <msnyder@redhat.com>
15271
15272 * gdb.asm/sparc.inc: New file.
15273 * gdb.asm/asm-source.exp: Recognize sparc target.
15274 * gdb.asm/configure.in: Recognize sparc target.
15275 * gdb.asm/configure: Regenerate.
15276
15277 2001-11-21 Michael Snyder <msnyder@redhat.com>
15278
15279 * gdb.asm/m32r.inc: New file.
15280 * gdb.asm/asm-source.exp: Recognize m32r target.
15281 * gdb.asm/configure.in: Recognize m32r target.
15282 * gdb.asm/configure: Regenerate.
15283
15284 2001-11-20 Michael Snyder <msnyder@redhat.com>
15285
15286 * gdb.asm/i386.inc: New file.
15287 * gdb.asm/asm-source.exp: Recognize ix86 target.
15288 * gdb.asm/configure.in: Recognize ix86 target.
15289 * gdb.asm/configure: Regenerate.
15290
15291 * gdb.c++/namespace.exp: Fix quotes in output messages.
15292
15293 2001-11-14 Michael Snyder <msnyder@redhat.com>
15294
15295 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
15296 qualifier in a type cast expression, to designate an address
15297 in the instruction space (Harvard architecture).
15298
15299 2001-11-13 Michael Snyder <msnyder@redhat.com>
15300
15301 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
15302 Tests for expressions using 'const' and 'volatile'.
15303
15304 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
15305
15306 * gdb.asm/asm-sources.exp: Allow defining linker flags.
15307
15308 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
15309
15310 * lib/mi-support.exp (mi_run_to_helper): Move comments
15311 outside of gdb_expect.
15312
15313 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
15314
15315 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
15316 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
15317 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
15318 mi0_run_to): New functions.
15319 * gdb.mi/mi-simplerun.exp: Use them.
15320 * gdb.mi/mi0-simplerun.exp: Likewise.
15321 * gdb.mi/mi-var-cmd.exp: Likewise.
15322 * gdb.mi/mi0-var-cmd.exp: Likewise.
15323
15324 2001-11-10 Andrew Cagney <ac131313@redhat.com>
15325
15326 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
15327 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
15328
15329 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15330
15331 * gdb.base/restore.exp: Include $expected value in restored test
15332 message.
15333
15334 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15335
15336 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
15337 implemented.
15338
15339 2001-11-08 Michael Snyder <msnyder@redhat.com>
15340
15341 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
15342 Add pass/fail message for stop at breakpoint in call dummy function.
15343
15344 2001-11-07 Michael Snyder <msnyder@redhat.com>
15345
15346 * gdb.c++/templates.exp (test_template_breakpoints):
15347 If we get an overload menu, but it does not match what
15348 we expect, we still need to issue the "cancel" command.
15349 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
15350 making the whitespace optional. Argument for "new" may be
15351 "unsigned" as well as "unsigned int/long".
15352 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
15353 making the whitespace optional. Also replace "(void) with
15354 "((void|)), making the keyword "void" optional.
15355 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
15356 making the whitespace optional. Also replace "(void) with
15357 "((void|)), making the keyword "void" optional.
15358 * gdb.base/callfuncs.c (t_float_values): This function must
15359 _not_ be prototyped, and the following function (t_float_values2)
15360 must be prototyped (if the compiler supports it), so that GDB
15361 can be tested against both cases. Usually one case involves
15362 promotion of float to double, while the other does not.
15363 * gdb.base/callfwmall.c: Ditto.
15364 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
15365 includes a stack frame for "start".
15366
15367 2001-11-05 Jim Blandy <jimb@redhat.com>
15368
15369 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
15370 pointers are 32 bits long, and that offsets of relocs are always
15371 stored in the data (REL-style), and not in the reloc entry itself
15372 (RELA-style).
15373 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
15374 stabs.
15375
15376 2001-11-01 Michael Snyder <msnyder@redhat.com>
15377
15378 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
15379 and regular expression operators by using quoting.
15380
15381 2001-10-31 Michael Snyder <msnyder@redhat.com>
15382
15383 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
15384 depending on what the symbol table contains.
15385 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
15386 the output of the ptype command. Similarly, accept both "const &"
15387 and "const&".
15388
15389 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
15390
15391 * gdb.base/miscexprs.c (main): Add usage of preprocessor
15392 symbol `STORAGE' to allow to choose the storage class of
15393 the local datastructures.
15394 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
15395 compiler directive.
15396
15397 2001-10-30 Michael Snyder <msnyder@redhat.com>
15398
15399 * gdb.base/jump.exp: Allow it to run for all targets.
15400
15401 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15402
15403 * gdb.base/call-ar-st.c (print_double_array): Match for loop
15404 with new double_array size.
15405 (main): Change storage class of all local variables to static.
15406 Reduce size of double_array to 9.
15407 * gdb.base/call-ar-st.exp: Increase timeout value.
15408 Change expected output for double array to match new size in
15409 call-ar-st.c.
15410
15411 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15412
15413 * gdb.base/ending-run.exp: Create identical output when passing
15414 `step to end of run' case. Add regular expression branch satisfying
15415 Stormy16 target.
15416
15417 2001-10-28 Mark Kettenis <kettenis@gnu.org>
15418
15419 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
15420 that we catch the expected failure under Linux/x86.
15421
15422 2001-10-29 Orjan Friberg <orjanf@axis.com>
15423
15424 * gdb.base/setvar.exp: Escape curly braces.
15425 * gdb.stabs/weird.exp: Ditto.
15426
15427 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
15428
15429 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
15430 * gdm.mi/mi0-hack-cli.exp: Likewise.
15431
15432 2001-10-25 Andrew Cagney <ac131313@redhat.com>
15433
15434 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
15435 messages.
15436
15437 2001-10-21 Andrew Cagney <ac131313@redhat.com>
15438
15439 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
15440 checking MI enabled.
15441
15442 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
15443
15444 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
15445
15446 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
15447
15448 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
15449 if gdb child process crashes, just signal an error.
15450
15451 2001-10-02 Jim Blandy <jimb@redhat.com>
15452
15453 * lib/gdb.exp (test_xfail_format): Simplify.
15454
15455 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
15456 front of the variable name `format'. Simplify `if'.
15457
15458 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15459
15460 * gdb.threads/pthreads.exp: Wait for output and delay
15461 before sending ^C.
15462
15463 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15464
15465 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
15466 some incorrect output instead of timing out.
15467 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
15468
15469 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
15470
15471 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
15472 check to allow additional `int'.
15473
15474 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
15475
15476 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
15477 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
15478
15479 2001-09-27 Michael Snyder <msnyder@redhat.com>
15480
15481 * lib/gdb.exp (test_debug_format): New proc.
15482 (setup_xfail_format): Use new proc test_debug_format.
15483 * gdb.base/constvars.exp (local_compiler_xfail_check): New
15484 proc; use new service proc test_debug_format.
15485 Replace all other "gcc_compiled" tests with this test.
15486 * gdb.base/volatile.exp (local_compiler_xfail_check): New
15487 proc; use new service proc test_debug_format.
15488 Replace all other "gcc_compiled" tests with this test.
15489
15490 2001-09-27 Michael Snyder <msnyder@redhat.com>
15491
15492 * gdb.base/cvexpr.exp: New file.
15493 * gdb.base/cvexpr.c: New file
15494 Test for expressions using const and volatile keywords.
15495
15496 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
15497
15498 * gdb.base/constvars.exp: Check for different orders of keywords
15499 and additional "int" strings in output.
15500
15501 2001-09-22 Andrew Cagney <ac131313@redhat.com>
15502
15503 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
15504 responses from "help maint".
15505
15506 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
15507
15508 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
15509 to localhost:NNN instead of :NNN, in case Xvfb is listening
15510 only on TCP.
15511
15512 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
15513
15514 * gdb.base/recurse.exp: When checking leaving the watchpoint
15515 scope, recognize when gdb is in function's epilogue and pass.
15516
15517 2001-09-18 Keith Seitz <keiths@redhat.com>
15518
15519 * lib/insight-support.exp (_gdbtk_export_target_info): Add
15520 support for running tests against sid targets.
15521 (gdbtk_done): Ditto.
15522
15523 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
15524
15525 * gdb.base/ending-run.c (main): Set stdout buffersize
15526 to the same reasonable value for any target.
15527 * gdb.base/ending-run.exp: Add a regular expression
15528 to make testsuite happy on Sanyo Stormy16 target.
15529
15530 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
15531
15532 * gdb.base/display.c (do_loops): Add float variable `f'.
15533 Increment f in loop.
15534 * gdb.base/display.exp: Increment timeout by 60 seconds.
15535 Change float display test to use variable `f'.
15536
15537 2001-09-17 Jim Blandy <jimb@redhat.com>
15538
15539 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
15540 overflowing the limited breakpoint tables on some ROM monitors
15541 (like the ROM68K).
15542
15543 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
15544
15545 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
15546 the "-ac" (disable access control) flag.
15547
15548 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
15549
15550 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
15551 ints.
15552
15553 2001-08-30 Keith Seitz <keiths@redhat.com>
15554
15555 * lib/gdb.exp: Move all insight-related functionality into
15556 separate file.
15557 * lib/insight-support.exp: New file.
15558
15559 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
15560
15561 * config/sid.exp (sid_start): Never set sid verbosity; disable
15562 expect_background {} that consumed its stdout; tolerate </dev/null.
15563 Attempt to set endianness override in "sid" protocol mode. Cleanup.
15564
15565 2001-08-18 Andrew Cagney <ac131313@redhat.com>
15566
15567 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
15568 CLI jump command to start it.
15569 (mi_run_to_main): Fail immediatly when unexpected output.
15570
15571 2001-08-18 Andrew Cagney <ac131313@redhat.com>
15572
15573 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
15574 beginning of function. Fix PR gdb/191.
15575
15576 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
15577
15578 * config/sid.exp (sid_start): Don't warn if we cannot figure out
15579 what to force sid endianness to.
15580
15581 2001-08-15 Keith Seitz <keiths@redhat.com>
15582
15583 * lib/gdb.exp (gdbtk_start): Don't set environment
15584 variables for TCL_LIBRARY and friends. Insight will
15585 now figure these out for itself.
15586
15587 2001-08-02 Michael Snyder <msnyder@redhat.com>
15588
15589 * gdb.base/completion.exp: Remove the symbol "a64l" from
15590 the expect string; this is target-specific, and not related
15591 to what is being tested.
15592
15593 2001-08-02 Dave Brolley <brolley@redhat.com>
15594
15595 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
15596
15597 2001-07-25 Michael Snyder <msnyder@redhat.com>
15598
15599 * gdb.base/consecutive.exp: New file. Test stepping over
15600 breakpoints on consecutive instructions.
15601 * gdb.base/consecutive.c: New file.
15602
15603 * gdb.base/call-rt-st.exp: Use double-backslash to quote
15604 curly braces in regular expressions.
15605
15606 2001-07-25 Michael Snyder <msnyder@redhat.com>
15607
15608 * gdb.base/ending-run.exp: Accept "Program exited normally" as
15609 legitimate output from stepping out of main.
15610
15611 2001-07-22 Keith Seitz <keiths@redhat.com>
15612
15613 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
15614 the empty string, do not run the tests.
15615
15616 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15617
15618 * gdb.base/long_long.exp: Detect size of pointer. Take into
15619 account 2-byte pointers when testing for p/a results.
15620
15621 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15622
15623 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
15624 and defined to 1K for m68hc11.
15625 (random_data): Reduce table to 1K for embedded platforms (68hc11).
15626 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
15627 (sizeof_random_data): New variable to tell the size of the data table;
15628 don't test past this size; always run to main.
15629
15630 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15631
15632 * gdb.base/return2.exp: return of long long and double fails for
15633 68HC11; don't execute these tests on that platform.
15634 * gdb.base/return.exp: Return of a double fails for 68hc11.
15635
15636 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15637
15638 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
15639 tests that print a float.
15640 * call-rt-st.exp: Likewise.
15641
15642 2001-07-12 Mark Kettenis <kettenis@gnu.org>
15643
15644 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
15645 running this test on Linux.
15646
15647 2001-06-24 Michael Chastain <chastain@redhat.com>
15648
15649 * gdb.base/arithmet.exp: Remove some tests to make all test names
15650 unique.
15651
15652 2001-07-03 Michael Snyder <msnyder@redhat.com>
15653
15654 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
15655 the output of the ptype command.
15656
15657 2001-07-02 Michael Snyder <msnyder@redhat.com>
15658
15659 * gdb.base/completion.exp: Don't assume that break.c is the only
15660 source file that may contain functions named "marker".
15661 * gdb.base/corefile.exp: Quote the curly braces in regexp.
15662
15663 2001-06-28 Andrew Cagney <ac131313@redhat.com>
15664
15665 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
15666 of files to delete.
15667
15668 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
15669 * gdb.disasm/h8300s.exp: New file.
15670 gdb.disasm/h8300s.s: Likewise.
15671
15672 2001-06-27 Andrew Cagney <ac131313@redhat.com>
15673
15674 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
15675 empty breakpoint tables.
15676
15677 2001-06-25 Andrew Cagney <ac131313@redhat.com>
15678
15679 * lib/mi-support.exp: Update args=... part of stop-reason
15680 patterns. Accept either a list or a tuple.
15681
15682 2001-06-23 Andrew Cagney <ac131313@redhat.com>
15683
15684 * lib/mi-support.exp: Remove local emacs variable defining
15685 change-log-default-name.
15686
15687 2001-06-22 Michael Chastain <chastain@redhat.com>
15688
15689 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
15690 This is operationally compatible with the previous version.
15691
15692 2001-06-13 Jim Blandy <jimb@redhat.com>
15693
15694 * lib/gdb.exp (gdb_test): Doc fix.
15695
15696 2001-06-10 Michael Chastain <chastain@redhat.com>
15697
15698 * gdb.base/exprs.exp: Remove a duplicate test.
15699
15700 2001-06-06 Jim Blandy <jimb@redhat.com>
15701
15702 * gdb.base/return2.exp (main): Use values to test float and double
15703 returns that are not NaN's, to avoid being confused by IEEE
15704 comparison rules.
15705
15706 2001-06-04 Michael Snyder <msnyder@redhat.com>
15707
15708 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
15709 non-zero if control_c fails. Terminate the test on failure,
15710 rather than wait for 12 more tests to time out.
15711
15712 2001-06-06 Jim Blandy <jimb@redhat.com>
15713
15714 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
15715 Don't forget to match the GDB prompt.
15716
15717 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
15718
15719 2001-06-04 Jim Blandy <jimb@redhat.com>
15720
15721 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
15722 command.
15723
15724 2001-05-31 Kevin Buettner <kevinb@redhat.com>
15725
15726 * gdb.base/annota1.exp (info break): Match four or more spaces
15727 after "Address".
15728
15729 2001-05-31 Michael Chastain <chastain@redhat.com>
15730
15731 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
15732 (dm_type_int_star): Likewise.
15733 (dm_type_long_star): Likewise.
15734 (dm_type_void_star): Likewise.
15735
15736 2001-05-29 Kevin Buettner <kevinb@redhat.com>
15737
15738 * gdb.base/completion.exp (INPUTRC): Set this environment variable
15739 to a known value in order to get consistent results regardless
15740 of the setting of INPUTRC or the presence or contents of .inputrc.
15741
15742 2001-05-24 Michael Snyder <msnyder@redhat.com>
15743
15744 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
15745 Don't require that the main thread and the manager thread are the
15746 first in the list.
15747
15748 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
15749 debugging. If test fails, issue an "unsupported" not a "fail".
15750
15751 2001-05-24 Jim Blandy <jimb@redhat.com>
15752
15753 Don't assume that short is shorter than int.
15754 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
15755 assume that shorts are smaller than ints. On a 16-bit machine,
15756 this isn't true.
15757 ("print unsigned char == (~0)"): Add test that verifies that ~0,
15758 an int, is not equal to ~0 stored in an unsigned char. This tests
15759 the same thing that the previous test meant to, but works on
15760 16-bit machines, too.
15761 ("print unsigned char != (~0)"): Same test, complemented.
15762
15763 2001-05-24 Michael Snyder <msnyder@redhat.com>
15764
15765 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
15766 test for (full_coverage == 0). This makes the test run faster,
15767 and prevents dejagnu getting out of step.
15768
15769 2001-05-23 Kevin Buettner <kevinb@redhat.com>
15770
15771 * gdb.base/finish.exp (finish_void): Revise pattern for
15772 stopping on the call statement to not permit stopping at
15773 the start of the instructions comprising the call sequence.
15774
15775 2001-05-19 Michael Chastain <chastain@redhat.com>
15776
15777 * gdb.base/callfuncs.exp: Make all test names unique.
15778 * gdb.base/commands.exp: Make all test names unique.
15779 * gdb.base/condbreak.exp: Make all test names unique.
15780 * gdb.base/dbx.exp: Make all test names unique.
15781 * gdb.base/default.exp: Make all test names unique.
15782 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
15783 and TIMEOUT messages to their corresponding PASS message.
15784 * gdb.base/ending-run.exp: Make all test names unique.
15785 * gdb.base/long_long.exp: Remove duplicate test.
15786
15787 2001-05-21 Kevin Buettner <kevinb@redhat.com>
15788
15789 * gdb.base/finish.exp (finish_void): Allow "finish" command to
15790 stop on the call statement as well as the statement after the
15791 call.
15792
15793 2001-05-21 Michael Snyder <msnyder@redhat.com>
15794
15795 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
15796
15797 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
15798
15799 * gdb.base/completion.exp: Revamp test. Make it execute on all
15800 platforms.
15801
15802 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
15803
15804 * config/gdbserver.exp (gdb_load): Handle the case
15805 in which the arguments to gdbserver are given in the
15806 baseboard configuration file.
15807 Also handle the case in which the server needs to do a
15808 load.
15809
15810 2001-05-07 Keith Seitz <keiths@cygnus.com>
15811
15812 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
15813 set up the display for testing.
15814 (gdbtk_start): Convert all paths to paths that tcl will like.
15815 Export target information to environment.
15816 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
15817 necessary.
15818 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
15819 (to_tcl_path): New proc to convert a given pathname into
15820 a path acceptible as an argument to a tcl command.
15821 (_gdbtk_export_target_info): New proc to export target info
15822 into the environment for gdbtk testing.
15823 (gdbtk_done): New proc to signal end-of-test.
15824
15825 2001-05-06 Jim Blandy <jimb@redhat.com>
15826
15827 * restore.c: Make the code of caller0 correspond to its comment.
15828
15829 2001-05-03 Michael Snyder <msnyder@redhat.com>
15830
15831 * config/sid.exp (gdb_target_sid): Check for error messages.
15832 On error or timeout, don't make expect exit (which will terminate
15833 all subsequent tests); instead just make gdb exit.
15834 (gdb_load): Check for error messages. On error or timeout,
15835 return a negative value.
15836
15837 2001-04-24 Jim Blandy <jimb@redhat.com>
15838
15839 * gdb.c++/templates.exp: If we see the prompt for the overload
15840 list, but we haven't recognized any of the longer patterns,
15841 arrange for this test to fail, not hang.
15842
15843 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
15844 variations.
15845
15846 2001-04-22 Michael Chastain <chastain@redhat.com>
15847
15848 * gdb.c++/local.exp: Use the 'runto' library function.
15849 * gdb.c++/namespace.exp: Likewise.
15850 * gdb.c++/overload.exp: Likewise.
15851
15852 2001-03-26 Kevin Buettner <kevinb@redhat.com>
15853
15854 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
15855 * gdb.base/step-line.exp: New file. Test step/next in presence of
15856 #line directives.
15857 * gdb.base/step-line.c: New file. Test program for the above.
15858 * gdb.base/step-line.inp: New file. We pretend that this file has
15859 been transformed by some other tool into step-line.c.
15860
15861 2001-03-21 Jim Blandy <jimb@redhat.com>
15862
15863 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
15864 unmangled operator names.
15865
15866 2001-03-20 Jim Blandy <jimb@redhat.com>
15867
15868 * gdb.threads/linux-dp.exp: Recognize an additional message
15869 generated by GDB when it doesn't understand how to debug threads
15870 on the target system.
15871
15872 2001-03-19 Andrew Cagney <ac131313@redhat.com>
15873
15874 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
15875
15876 2001-03-12 Michael Chastain <chastain@redhat.com>
15877
15878 * gdb.c++/derivation.exp: Use the 'runto' library function.
15879
15880 2001-03-12 Michael Chastain <chastain@redhat.com>
15881
15882 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
15883
15884 2001-02-24 Michael Chastain <chastain@redhat.com>
15885
15886 * gdb.c++/ref-types.exp: Change handwritten code to library
15887 function 'runto'.
15888
15889 2001-03-16 Orjan Friberg <orjanf@axis.com>
15890
15891 * gdb.base/signals.exp: Set count to 0 explicitly.
15892
15893 2001-03-15 Mark Salter <msalter@redhat.com>
15894
15895 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
15896 (gdb_target_monitor): Add check of gdb_target_cmd return value.
15897 (gdb_load): Add support for additional target_info: gdb_download_size
15898 and gdb_load_timeout.
15899
15900 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
15901
15902 * gdb.base/annota1.exp: Move test of isnative to earlier in the
15903 file -- to prevent failing when the compile fails but we have no
15904 intention of running the tests anyway.
15905
15906 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
15907 tests if set.
15908
15909 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
15910 integers.
15911
15912 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
15913 * gdb.c++/namespace.exp: Ditto.
15914
15915 2001-03-07 Orjan Friberg <orjanf@axis.com>
15916
15917 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
15918 * gdb.base/pointers.exp: Relax pattern match of decimals.
15919
15920 2001-03-06 Kevin Buettner <kevinb@redhat.com>
15921
15922 * Makefile.in, config/abug.exp, config/cfdbug.exp,
15923 config/cpu32bug.exp, config/dve.exp, config/est.exp,
15924 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
15925 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
15926 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
15927 config/sh.exp, config/sid.exp, config/slite.exp,
15928 config/sparclet.exp, config/udi.exp, config/unknown.exp,
15929 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
15930 config/vxworks.exp, config/vxworks29k.exp,
15931 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
15932 gdb.base/all-bin.exp, gdb.base/annota1.exp,
15933 gdb.base/arithmet.exp, gdb.base/assign.exp,
15934 gdb.base/async.exp, gdb.base/attach.exp,
15935 gdb.base/bitfields.exp, gdb.base/bitops.exp,
15936 gdb.base/break.exp, gdb.base/call-ar-st.exp,
15937 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
15938 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
15939 gdb.base/commands.exp, gdb.base/completion.exp,
15940 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15941 gdb.base/constvars.exp, gdb.base/corefile.exp,
15942 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
15943 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
15944 gdb.base/ending-run.exp, gdb.base/environ.exp,
15945 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15946 gdb.base/finish.exp, gdb.base/foll-exec.exp,
15947 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
15948 gdb.base/funcargs.exp, gdb.base/help.exp,
15949 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
15950 gdb.base/logical.exp, gdb.base/long_long.exp,
15951 gdb.base/maint.exp, gdb.base/mips_pro.exp,
15952 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
15953 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
15954 gdb.base/pointers.exp, gdb.base/printcmds.exp,
15955 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
15956 gdb.base/regs.exp, gdb.base/relational.exp,
15957 gdb.base/remote.exp, gdb.base/reread.exp,
15958 gdb.base/restore.exp, gdb.base/return2.exp,
15959 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
15960 gdb.base/selftest.exp, gdb.base/setshow.exp,
15961 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
15962 gdb.base/sigall.exp, gdb.base/signals.exp,
15963 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
15964 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15965 gdb.base/step-test.exp, gdb.base/structs.c,
15966 gdb.base/structs.exp, gdb.base/structs2.exp,
15967 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
15968 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
15969 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
15970 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15971 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
15972 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
15973 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
15974 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
15975 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
15976 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
15977 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
15978 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
15979 gdb.fortran/types.exp, gdb.java/jmisc.exp,
15980 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15981 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
15982 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15983 gdb.trace/circ.exp, gdb.trace/collection.exp,
15984 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15985 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15986 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
15987 gdb.trace/report.exp, gdb.trace/save-trace.exp,
15988 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15989 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15990 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
15991 notices.
15992
15993 2001-02-27 Michael Snyder <msnyder@cygnus.com>
15994
15995 * gdb.base/varargs.c (find_max_double): Fix printf format string:
15996 first arg is int not float.
15997
15998 2001-02-22 Michael Snyder <msnyder@cygnus.com>
15999
16000 * gdb.base/reread.exp: Unsupported for non-native targets;
16001 doesn't work for remote debugging.
16002
16003 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16004
16005 From Drew Moseley <dmoseley@redhat.com>
16006 * gdb.base/ending-run.exp: Properly handle the BSP state when
16007 stepping past the end of main.
16008
16009 2001-02-19 John Moore <jmoore@redhat.com>
16010
16011 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16012 Converted HPUX fix for non-expected items following multiple
16013 step commands into general solution for all platforms.
16014
16015 2001-02-18 Michael Chastain <chastain@redhat.com>
16016
16017 * gdb.c++/classes.exp (do_tests): Change runto statements
16018 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16019 statements demangler agnostic.
16020 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16021 (gdb_virtfunc_restart): Likewise.
16022
16023 2001-02-14 Michael Chastain <chastain@redhat.com>
16024
16025 * gdb.c++/inherit.exp (do_tests): Change runto statements
16026 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16027 statements demangler agnostic.
16028
16029 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16030
16031 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16032 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16033 before calling common_routine 15 times'' tests.
16034
16035 2001-02-11 Michael Chastain <chastain@redhat.com>
16036
16037 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16038 Helps the test script figure out which demangler is in use.
16039 (dm_type_foo_ref): Ditto.
16040 (dm_type_int_star): Ditto.
16041 (dm_type_long_star): Ditto.
16042 (dm_type_unsigned_int): Ditto.
16043 (dm_type_void): Ditto.
16044 (dm_type_void_star): Ditto.
16045 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16046 Probe the gdb demangler and set variables to accommodate
16047 formatting differences.
16048 (info_func_regexp): New function. Same as info_func, but
16049 matches against a regexp.
16050 (info_func): Match against a literal string.
16051 (print_addr_2): New function. Match against a literal string,
16052 which can be different from the input to gdb.
16053 (print_addr): Simply call print_addr_2 with the same argument twice.
16054 (test_lookup_operator_functions): Use demangler formatting variables.
16055 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16056 the tests in the same order as the C++ class declaration.
16057 (test_paddr_operator_functions): Ditto.
16058 (test_paddr_overloaded_functions): Ditto.
16059 (test_paddr_hairy_functions): Use demangler formatting variables.
16060 Add reference to gdb/19 for related tests.
16061 (do_tests): Call probe_demangler.
16062
16063 2001-01-30 Kevin Buettner <kevinb@redhat.com>
16064
16065 * gdb.c++/templates.cc (printf): Remove unused function definition.
16066
16067 2001-01-26 Felix Lee <flee@redhat.com>
16068
16069 * sid.exp (sid_exit): Pass host, not target, to remote_close.
16070
16071 2001-01-25 matthew green <mrg@redhat.com>
16072
16073 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16074 up sid.
16075 (sid_exit): Call `remote_pop_conn' after GDB is gone.
16076
16077 2001-01-25 matthew green <mrg@redhat.com>
16078
16079 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
16080 Deprecate $sid_spawn_id.
16081 (sid_exit): Remove code necessary only for `spawn.'
16082
16083 2001-01-25 matthew green <mrg@redhat.com>
16084
16085 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16086
16087 2001-01-28 Michael Chastain <chastain@redhat.com>
16088
16089 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16090 to call when tests fail. It takes gdb out of the overloaded
16091 function choice menu back to the main prompt, so that the test
16092 program stays synchronized.
16093 (set_bp_overloaded): New proc to collect all the common
16094 code for setting a breakpoint on an overloaded name. Calls
16095 take_gdb_out_of_choice_menu when needed.
16096 (menu_overload1arg): New variable to collect the repeated
16097 instances of the expected menu for an overloaded name. Change
16098 the regular expression to handle changes in g++ type encoding:
16099 "void" can be either "void" or "", and "unsigned int" can be
16100 either "unsigned int" or "unsigned".
16101 (continue_to_bp_overloaded): Change regular expressions to handle
16102 changes in g++ type encoding.
16103 (no proc): Call take_gdb_out_of_choice_menu when needed.
16104 Remove redundant calls to "info break". Accept either "canceled"
16105 or "cancelled". Change regular expressions in "info break"
16106 calls to handle changes in g++ type encoding. Give all tests
16107 unique strings.
16108
16109 2001-01-17 Ben Elliston <bje@redhat.com>
16110
16111 * config/sid.exp: New file.
16112
16113 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
16114
16115 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16116
16117 2000-12-21 Michael Snyder <msnyder@cygnus.com>
16118
16119 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16120 Add a RE to accept a non-ascii char if one is ever presented.
16121
16122 2000-12-20 Fernando Nasser <fnasser@redhat.com>
16123
16124 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
16125
16126 2000-12-18 Michael Snyder <msnyder@cygnus.com>
16127
16128 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
16129 in regexp. One '\' does not suffice on Linux.
16130
16131 2000-12-09 Michael Chastain <chastain@redhat.com>
16132
16133 * gdb.base/break.exp (test_clear_command): Use a marker function
16134 rather than 'main' for the test function. Also move this
16135 test to an execution point where the marker function names are
16136 guaranteed to be bound to functions. (Executing tests after a
16137 'finish' from main runs into name conflicts with local names
16138 in __libc_start_main).
16139
16140 2000-12-07 Michael Snyder <msnyder@cygnus.com>
16141
16142 * gdb.base/finish.exp: New test for gdb's "finish" command.
16143 * gdb.base/return2.exp: New test for gdb's "return" command.
16144 * gdb.base/return2.c: New source file for above.
16145
16146 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16147
16148 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
16149 * gdb.base/miscexprs.exp: Ditto.
16150 * gdb.base/pointers.exp: Ditto.
16151 * gdb.c++/derivation.exp: Ditto.
16152 * gdb.c++/local.exp: Ditto.
16153 * gdb.c++/namespace.exp: Ditto.
16154 * gdb.c++/overload.exp: Ditto.
16155 * gdb.c++/ref-types.exp: Ditto.
16156
16157 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16158
16159 * gdb.base/constvars.exp: Test result of "up" command.
16160 * gdb.base/miscexprs.exp: Ditto.
16161 * gdb.base/pointers.exp: Ditto.
16162 * gdb.base/scope.exp: Ditto.
16163 * gdb.c++/derivation.exp: Ditto.
16164 * gdb.c++/local.exp: Ditto.
16165 * gdb.c++/namespace.exp: Ditto.
16166 * gdb.c++/overload.exp: Ditto.
16167 * gdb.c++/ref-types.exp: Ditto.
16168
16169 2000-11-22 Michael Chastain <chastain@redhat.com>
16170
16171 * mips_pro.exp: Accept either "middle -> top -> main" or
16172 "middle -> main" in the backtrace, because gcc can optimize
16173 tail calls to jumps. Remove setup_xfail for the hppa case.
16174 Add a comment with the original warning messages from PR 3016,
16175 which was filed in 1993, to preserve them for posterity.
16176
16177 2000-11-17 Nick Duffek <nsd@redhat.com>
16178
16179 * lib/gdb.exp (gdb_test): Override timeout with board info.
16180
16181 2000-11-17 Nick Duffek <nsd@redhat.com>
16182
16183 * gdb.base/display.exp: Don't kill running stub. Add "again" to
16184 the second kill and detach messages.
16185
16186 2000-11-17 Nick Duffek <nsd@redhat.com>
16187
16188 * configure.in: Add AC_EXEEXT.
16189 * configure: Regenerate.
16190 * Makefile.in (just-check): Export EXEEXT.
16191 * lib/gdb.exp ($EXEEXT): Import from environment.
16192 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
16193 expect "maint dump-me" on Cygwin.
16194 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
16195 $EXEEXT.
16196
16197 2000-11-17 Nick Duffek <nsd@redhat.com>
16198
16199 * gdb.base/break.exp: Test backtrace and finish from called
16200 function on all platforms, not just HP-UX.
16201
16202 2000-11-03 Michael Snyder <msnyder@cygnus.com>
16203
16204 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
16205 code from gdb_target_monitor, so it can be used independantly
16206 for gdbserver. Also comment out an unnecessary PUTS.
16207
16208 2000-11-03 Michael Snyder <msnyder@cygnus.com>
16209
16210 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
16211 * gdb.base/corefile.exp: Expect the message "Program is being
16212 debugged already" when we send the "corefile" command, since
16213 the preceeding gdb_load may have connected gdb to a remote target.
16214 * gdb.base/display.exp: Disable hardware watchpoints if new
16215 board info variable "no_hardware_watchpoints" is true.
16216 Replace single-letter commands with more readable ones.
16217 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
16218 if new board info variable "no_hardware_watchpoints" is true.
16219 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
16220 to see if stdio (printf) testing is possible.
16221 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
16222 board info variable "no_hardware_watchpoints" is true. Use new
16223 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
16224
16225 2000-11-13 Fernando Nasser <fnasser@redhat.com>
16226
16227 From Orjan Friberg <orjanf@axis.com>:
16228 * gdb.base/printcmds.exp: Escape curly braces followed by a number
16229 in array print pattern match.
16230
16231 2000-11-09 Fernando Nasser <fnasser@redhat.com>
16232
16233 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
16234 spelling "cancelled" to U.S. spelling "canceled" to match changes
16235 made to gdb.
16236 * gdb.c++/ovldbreak.exp: Ditto.
16237
16238 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16239
16240 * gdb.base/callfuncs.c (main): Moved to end of file, call
16241 t_double_values to initialize the FPU before inferior calls are made.
16242 * gdb.base/callfuncs.exp: Test for register preservation after calling
16243 inferior functions. Add tests for continuining, finishing and
16244 returning from a stop in a call dummy.
16245
16246 2000-10-24 Michael Snyder <msnyder@cygnus.com>
16247
16248 * gdb.base/commands.exp: Break up long lines, and re-indent.
16249
16250 2000-10-19 Michael Snyder <msnyder@cygnus.com>
16251
16252 * config/gdbserver.exp: Rewritten from the ground up, to make it
16253 compatible with the current dejagnu tree, and to make it work with
16254 the new "gdbserver" in libremote.
16255
16256 2000-10-16 Michael Snyder <msnyder@cygnus.com>
16257
16258 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
16259 * gdb.base/varargs.exp: Skip entire test if no printf support.
16260 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
16261 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
16262
16263 2000-10-13 Michael Snyder <msnyder@cygnus.com>
16264
16265 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
16266 no floating point support.
16267 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
16268 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
16269 * gdb.base/call-rt-st.exp: Ditto.
16270 * gdb.base/call-strs.exp: Ditto.
16271
16272 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
16273
16274 * gdb.base/sizeof.c: include <stdio.h>.
16275
16276 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
16277 'finish', otherwise uncaptured gdb_prompt would potentially
16278 throw remaining test points out of sync.
16279
16280 2000-07-26 Scott Bambrough <scottb@netwinder.org>
16281
16282 * gdb.base/recurse.exp: Run tests for all targets.
16283 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
16284 gnu-oldld case on ARM.
16285 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
16286 for ARM targets.
16287
16288 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
16289
16290 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
16291 * gdb.java/configure: Rebuild.
16292
16293 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
16294
16295 * gdb.java/jv-exp.exp: New file.
16296
16297 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
16298
16299 * configure: Rebuilt.
16300 * configure.in (configdirs): Add gdb.java.
16301 * gdb.java/jmisc.java: New file.
16302 * gdb.java/jmisc.exp: New file.
16303 * gdb.java/Makefile.in: New file.
16304 * gdb.java/configure: Rebuilt.
16305 * gdb.java/configure.in: New file.
16306 * lib/java.exp: New file.
16307
16308 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
16309
16310 * gdb.base/exprs.exp: Test casts to a pointer including over and
16311 underflow.
16312
16313 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
16314
16315 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
16316 and the compilers sizes.
16317
16318 2000-07-09 Nick Duffek <nsd@redhat.com>
16319
16320 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
16321 (use_methods): New function.
16322 (main): Call use_methods().
16323 * gdb.c++/classes.exp (test_method_param_class): New procedure.
16324 (do_tests): Call test_method_param_class.
16325
16326 2000-07-09 Nick Duffek <nsd@redhat.com>
16327
16328 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
16329 spelling.
16330 (test_enums): New procedure. Move enum tests from end of script
16331 to here. Set breakpoint on function name instead of line number.
16332 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
16333 (enums2): New marker function.
16334 (enums1): New function.
16335 (main): Call enums1(). Move enum tests to enums1().
16336
16337 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
16338
16339 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
16340 compile/link program. Update line numbers.
16341 * gdb.asm/d10v.inc: Define ``startup''.
16342 * gdb.asm/asmsrc1.s: Add definition of _start.
16343
16344 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
16345
16346 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
16347
16348 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16349
16350 * gdb.base/maint.exp: Add 'maint print architecture' item to output
16351 of 'help maint print' command.
16352
16353 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
16354
16355 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
16356 they use gdb_expect_list.
16357
16358 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
16359
16360 * gdb.base/commands.exp: Use ``set remote
16361 memory-read-packet-size'' instead of ``set endian big'' to test
16362 long commands.
16363
16364 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
16365
16366 * gdb.c++/templates.exp (do_tests): Make all of these work under
16367 g++, and stop skipping them.
16368
16369 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
16370 work under g++.
16371
16372 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
16373 initialization.
16374
16375 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16376
16377 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
16378 the regular expression: accept an (almost) arbitrary sequence of
16379 "frames-invalid" and "breakpoints-invalid" messages both before
16380 and after the "starting" message.
16381
16382 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16383
16384 * gdb.c++/local.exp: This test has never been known to work with g++.
16385
16386 2000-05-18 Michael Snyder <msnyder@cygnus.com>
16387
16388 * gdb.base/annota1.exp (annotate-signal-handler-caller):
16389 Relax the regular expression a little, make it pass on Solaris 8.
16390
16391 2000-05-12 Kevin Buettner <kevinb@redhat.com>
16392
16393 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
16394 a call, do not require that gdb stop on the line after the call.
16395 Instead, it is permissible for gdb to stop on the line of the
16396 call itself.
16397
16398 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
16399
16400 * gdb.base/break.exp (bp on small function, optimized file):
16401 Add a second pass pattern. The behavior differs here between stabs
16402 and dwarf for one-line functions. Stabs preserves two line symbols
16403 (one before the prologue and one after) with the same line number,
16404 but dwarf regards these as duplicates and discards one of them.
16405 Therefore the address after the prologue (where the breakpoint is)
16406 has no exactly matching line symbol, and GDB reports the breakpoint
16407 as if it were in the middle of a line rather than at the beginning.
16408
16409 2000-05-08 Michael Snyder <msnyder@cygnus.com>
16410
16411 * gdb.base/interrupt.exp: Make "pass" message say "send"
16412 rather than "send_gdb" (for consistancy).
16413
16414 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
16415
16416 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
16417 * gdb.c++/templates.cc: Properly check for GCC version number.
16418 * lib/compiler.cc: Likewise
16419
16420 2000-04-28 Michael Snyder <msnyder@cygnus.com>
16421
16422 * gdb.base/break.exp: When compiled with -O2 optimization,
16423 gdb may not stop at the first line of main, due to code motion.
16424
16425 2000-04-26 Michael Snyder <msnyder@cygnus.com>
16426
16427 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
16428 This test depends on parsing the printf output from the target.
16429 Since the sparclet stub doesn't do stdio, this will never work.
16430 * gdb.base/call-rt-st.exp: ditto.
16431 * gdb.base/call-strs: ditto.
16432
16433 2000-04-24 Michael Snyder <msnyder@cygnus.com>
16434
16435 * gdb.base/miscexprs.exp: make sizeof long array test portable.
16436
16437 * gdb.base/ending-run.exp: After connecting to a remote target,
16438 but before running, the target will appear to be in a random
16439 location. Specify both a file and a line for breakpoints.
16440 Also, the function that calls main may be called 'init'
16441 rather than 'start'.
16442
16443 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16444
16445 * gdb.base/help.exp: Update output for add-symbol-file command.
16446
16447 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
16448
16449 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16450 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
16451
16452 2000-04-07 J.T. Conklin <jtc@redback.com>
16453
16454 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
16455
16456 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
16457
16458 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
16459
16460 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
16461 values that can be represented exactly.
16462 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
16463 above change, and to not check against the directory part of the source
16464 file name.
16465 (step into print_long_arg_list): Likewise.
16466 (print print_small_structs from print_long_arg_list): Likewise.
16467 (print print_long_arg_list): Likewise.
16468
16469 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16470
16471 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
16472
16473 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
16474
16475 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
16476
16477 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
16478
16479 * gdb.base/commands.exp (deprecated_command_test): Add test for
16480 deprecate with no arguments.
16481
16482 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
16483
16484 * gdb.base/break.exp: Add new test for setting breakpoints on
16485 optimized code so we can test breakpoints work even when function
16486 prologues may be optimized away
16487
16488 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
16489
16490 From David Whedon <dwhedon@gordian.com>
16491 * gdb.base/commands.exp : Added command deprecator tests.
16492
16493 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
16494
16495 * gdb.base/help.exp: Added test for new apropos command.
16496
16497 2000-03-21 Kevin Buettner <kevinb@redhat.com>
16498
16499 * gdb.base/pointers.c (usevar): New function.
16500 (main): Make sure that global variables v_int_pointer2, rptr,
16501 and y are all referenced someplace in the program by calling
16502 usevar() on them. [Some linkers delete symbols which are
16503 never referenced. The space remains, but there's no way to
16504 get a (symbolic) handle on the variable from the debugger.]
16505
16506 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16507
16508 * gdb.base/printcmds.c: Add typedeffed arrays.
16509
16510 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
16511 procedure to test arrays that are typedef'd.
16512
16513 2000-03-13 James Ingham <jingham@leda.cygnus.com>
16514
16515 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
16516 the library directories.
16517
16518 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
16519
16520 * configure.in (configdirs): Add sub directory gdb.mi.
16521 * configure: Re-generate.
16522
16523 * gdb.mi: New directory.
16524
16525 2000-02-25 Scott Bambrough <scottb@netwinder.org>
16526
16527 * gdb.base/long_long.exp: Correct test suite failure when printing
16528 a long long value as a double on ARM platforms.
16529
16530 2000-02-16 Jim Blandy <jimb@redhat.com>
16531
16532 * gdb.base/break.exp ("breakpoint line number"): Make sure the
16533 default source file is set properly before running this test.
16534
16535 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16536
16537 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
16538 gdbtk/library directory, not in gdbtcl2.
16539
16540 2000-02-04 Jim Blandy <jimb@redhat.com>
16541
16542 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
16543 backslash from regexp pattern.
16544
16545 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
16546 procedure. Use it to run all the "continue to bp overloaded"
16547 tests. Note that this changes the names of the tests slightly.
16548 If the breakpoint hit message includes a hex PC value, because
16549 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
16550 from the real source code, still consider that a pass.
16551
16552 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
16553 XFAIL here if the breakpoint message contains a hex address. Note
16554 similar change on 1999-11-02.
16555
16556 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
16557
16558 * gdb.base/ptype.exp: Establish a default source file before
16559 calling get_debug_format.
16560
16561 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
16562
16563 * gdb.base/watchpoint.exp: Remove duplication of test messages.
16564
16565 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
16566
16567 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
16568 of successive stepi commands -- while in the prologue we should see
16569 the function entry bracket.
16570
16571 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
16572
16573 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
16574 reach __change_mode() when stepping through the end of main().
16575
16576 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
16577
16578 * gdb.base/default.exp: Fix expected pattern.
16579 * gdb.base/help.exp: Same.
16580
16581 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16582
16583 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
16584 Don't use xfail's because that affects only the following test.
16585
16586 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
16587 solaris or linux.
16588
16589 * gdb.base/selftest.exp: Update to reflect changes to main.c.
16590
16591 2000-01-07 Michael Snyder <msnyder@cygnus.com>
16592
16593 * gdb.base/display.exp: Some yacc parsers like to say
16594 "A syntax error" rather than "A parse error". Accept both.
16595
16596 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
16597
16598 * gdb.base/default.exp: Remove OS dependent string from "target
16599 remote" test.
16600 * gdb.base/help.exp: Same for "help target remote" test.
16601
16602 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16603
16604 From Jim Kingdon <kingdon@redhat.com>:
16605
16606 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
16607 prompt (cleanup rather than necessity, but still might keep output
16608 from spilling to next test).
16609
16610 2000-01-02 Fred Fish <fnf@cygnus.com>
16611
16612 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
16613 AIX, which defines them in <sys/types.h>.
16614
16615 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
16616
16617 * gdb.base/default.exp: Match arm* etc instead of arm in "info
16618 float" test.
16619
16620 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
16621
16622 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
16623
16624 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
16625 outermost frame disallowed".
16626
16627 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
16628
16629 * gdb.base/setvar.exp: New tests for setting the value of a struct
16630 with a constant list.
16631
16632 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
16633
16634 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
16635 require the user to type a cast before setting the value of a struct.
16636
16637 1999-12-06 Jim Blandy <jimb@cygnus.com>
16638
16639 * gdb.base/default.exp: Expect the new 'info float' command on
16640 all i386 platforms.
16641
16642 * gdb.threads/linux-dp.exp: Expand our ability to recognize
16643 LinuxThreads libraries that don't support debugging.
16644
16645 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
16646
16647 * gdb.base/remote.c: Fill the buffer with truely random data.
16648 Change the buffer type to ``unsigned char'' to simplify size
16649 arithmetic.
16650
16651 * gdb.base/remote.exp: Reduce download numbers by one. Typical
16652 stub only handles 400-1 byte packets. Verify that the download
16653 worked.
16654
16655 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
16656
16657 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
16658 tests, using UNRESOLVED for the untested cases. Also, does not wait
16659 for a timeout if the prompt was received before a recognizable pattern.
16660
16661 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
16662
16663 * lib/gdb.exp (gdb_expect_list): Fix spelling.
16664
16665 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16666
16667 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
16668 watchpoints.
16669
16670 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
16671
16672 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
16673
16674 * gdb.c++/local.exp: Be more flexible in recognizing local class
16675 name mangling. Don't allow horribly truncated method names.
16676 * gdb.c++/derivation.exp: Expect protected inheritance.
16677 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
16678 * gdb.c++/virtfunc.exp: Likewise.
16679 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
16680 when printing a nested enum.
16681
16682 1999-11-22 Jim Blandy <jimb@cygnus.com>
16683
16684 * gdb.base/step-test.exp: Properly await GDB's response to setting
16685 a breakpoint on the call to large_struct_by_value.
16686
16687 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
16688 just because we have debug info for the `start' function.
16689
16690 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
16691
16692 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
16693 "Unknown signal" messages, which indicate (on LinuxThreads) that
16694 GDB doesn't know how to debug threads on this system. This is
16695 better than hanging while philosopher 0 dumps chatter into gdb.log.
16696
16697 1999-11-18 Tom Tromey <tromey@cygnus.com>
16698
16699 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
16700
16701 1999-11-18 Fred Fish <fnf@cygnus.com>
16702
16703 * gdb.base/coremaker2.c: Add sample program for generating
16704 cores that is more self contained than coremaker.c. Eventually
16705 I'll add more code to this and tie it into the testsuite.
16706
16707 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
16708
16709 * gdb.base/dollar.exp: Remove, now in gdb.hp.
16710
16711 1999-11-10 Jimmy Guo <guo@cup.hp.com>
16712
16713 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
16714 from $srcdir/lib/.
16715 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
16716 and gdb.c++/.
16717
16718 * gdb.c++/derivation.exp: remove redundant get compiler info code.
16719
16720 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
16721 'continue with watch' test point.
16722
16723 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
16724
16725 Merged from p2linux-990323-branch:
16726
16727 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
16728
16729 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
16730
16731 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
16732 {limit,fixed}''. Test ``set download-write-size''.
16733
16734 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
16735
16736 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
16737 gdb_expect_list.
16738
16739 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
16740
16741 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
16742
16743 1999-11-03 Mark Salter <msalter@cygnus.com>
16744
16745 * gdb.base/break.exp: Fix "stub continue" pattern.
16746
16747 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
16748
16749 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
16750
16751 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
16752
16753 * gdb.base/display.exp ("finish"): Add timeout clause.
16754
16755 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
16756 plain prompt clause, so this doesn't have to time out in order to
16757 fail.
16758
16759 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
16760 breakpoint hit messages include an address.
16761
16762 * gdb.base/display.exp: Don't forget to escape parens in regular
16763 expressions. Unix regexp notatation sucks.
16764
16765 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16766
16767 * gdb.base/annota1.exp: Test for annotate-signalled: change output
16768 order for 'signalled' message.
16769
16770 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
16771
16772 From Jimmy Guo <guo@cup.hp.com>:
16773 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
16774 * gdb.base/annota1.c: Add code for tests to work with.
16775
16776 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
16777
16778 * gdb.base/remote.exp: New test for remote downloading settings.
16779 * gdb.base/remote.c: New file with large .data.
16780
16781 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
16782
16783 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
16784 for LinuxThreads support, merged from the Code Fusion branch.
16785
16786 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
16787
16788 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
16789 containing exp_continue into a while within an expect. Don't
16790 attempt a start more than three times. Check return value from
16791 gdb_load.
16792
16793 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
16794
16795 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
16796 a pass case.
16797
16798 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
16799
16800 * gdb.base/break.c (main): Added a statement that we can step
16801 off of.
16802 * gdb.base/break.exp: Added tests for setting a breakpoint
16803 at an offset and stepping onto a breakpoint.
16804
16805 1999-10-01 Fred Fish <fnf@cygnus.com>
16806
16807 * gdb.base/help.exp (help add-symbol-file): Update to match current
16808 gdb output.
16809
16810 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
16811
16812 * gdb.base/break.exp: Code locations are in hex, don't forget!
16813 (For HP-UX.)
16814
16815 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
16816
16817 * condbreak.exp: Use break.c as test program.
16818 * condbreak.c: Remove, redundant with break.c.
16819
16820 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
16821
16822 * config/monitor.exp (gdb_target_monitor): Disable X- and
16823 Z-packets if the target needs it.
16824
16825 1999-09-13 James Ingham <jingham@leda.cygnus.com>
16826
16827 * gdb.c++/overload.exp: Added tests for listing overloaded
16828 functions with function pointers in the arg, explicitly calling
16829 out the version you want.
16830
16831 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
16832
16833 * long_long.exp: Add variations of test cases that work for
16834 targets with 16-bit ints and 32-bit doubles.
16835
16836 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
16837
16838 * break.c (main): Compare a possibly-uninitialized argc with an
16839 unlikely value that fits in 16 bits.
16840
16841 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
16842
16843 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
16844 0xfeeb, don't want negative numbers if ints are 16 bits.
16845
16846 * lib/gdb.exp (skip_cplus_tests): New proc.
16847 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16848 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
16849 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
16850 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
16851 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
16852 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
16853 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
16854 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
16855
16856 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
16857
16858 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
16859
16860 * gdb.base/corefile.exp (up): Allow a parameter to appear
16861 in the frame that we're going up to.
16862
16863 From Jim Blandy <jimb@cygnus.com>:
16864
16865 * gdb.base/default.exp (info float): Expect some output now.
16866
16867 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
16868 returning floating-point values to fail on the x86.
16869 * gdb.base/callfwmall.exp (do_function_calls): Same.
16870
16871 * gdb.base/list.exp (test_listsize): Correct expectations for
16872 listing line 1 with listsize 2. Also, listing a single line
16873 works now, as does listing three lines. [Kevin's note: There
16874 were a number of other cases fixed too where the expectations
16875 differed...]
16876
16877 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
16878
16879 * gdb.base/selftest.exp: Add case for when version prints as
16880 constant string instead of char pointer.
16881
16882 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
16883
16884 * gdb.base/ending-run.exp: Add Solaris case for what happens when
16885 stepping out of main.
16886
16887 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
16888 G++ used.
16889
16890 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
16891 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
16892
16893 * gdb.c++/ovldbreak.exp: Update match string in test that
16894 includes a warning of multiple breakpoints.
16895
16896 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
16897
16898 * gdb.base/display.exp: Improve precision of step-after-finish
16899 added yesterday.
16900
16901 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
16902 test.
16903
16904 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
16905 configs when using G++, not just hppa*.
16906
16907 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16908
16909 * gdb.base/async.c: New file.
16910 * gdb.base/async.exp: New file.
16911
16912 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
16913
16914 * gdb.base/break.exp: Tweak PA specific tests to properly handle
16915 PA64.
16916
16917 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
16918
16919 * gdb.base/display.exp: "finish" can leave us mid-line on many
16920 targets, deal with it. Add a small constant to main, instead of
16921 1000 since main+1000 may not be a valid address in the target.
16922
16923 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
16924 on hpux11.
16925
16926 * gdb.base/attach.exp: Handle another hpux11 error message variant
16927 when attaching to a process that does not exist.
16928
16929 1999-08-19 J.T. Conklin <jtc@redback.com>
16930
16931 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
16932 characters in 'continue to 1241' test.
16933
16934 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
16935
16936 * gdb.base/call-ar-st.exp: Add a shorter match case for the
16937 stop in print_long_arg_list, define and use a whitespace
16938 variable in print_small_structs test, add an XFAIL for Solaris.
16939 * gdb.base/dbx.exp: XFAIL func commands until somebody is
16940 interested enough to fix.
16941
16942 1999-08-13 Keith Seitz <keiths@cygnus.com>
16943
16944 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
16945 (dbx_gdb_load): Remove. Use gdb_load instead, since that
16946 proc knows about targets other than the natives.
16947 (test_assign): Use "gdb_run_cmd" to "run" the target.
16948 Check that we've actually hit the breakpoint at main.
16949 When we attempt to assign a value to a local variable, check
16950 that the variable is in the current scope, i.e., don't use
16951 a test with an empty result.
16952
16953 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
16954
16955 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
16956 command.
16957
16958 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
16959
16960 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16961 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
16962 gdb.compat, gdb.threads-hp.
16963 gdb.hp/configure, gdb.hp/configure.in: New files.
16964 gdb.hp/Makefile.in: Recurse into new subdirs.
16965 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
16966 gdb.hp/gdb.objdbg: New directory, tests for debugging info
16967 in object files.
16968 gdb.hp/tools: New directory, aux tools for HP-specific tests.
16969
16970 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
16971
16972 * gdb.base/display.exp: Help expect by putting a newline in the
16973 funky printf, remove a bogus p/a test.
16974
16975 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16976
16977 * gdb.base/display.exp: Make sure that when we say 'run', we are
16978 connected to the target. This is necessary when running not
16979 natively.
16980
16981 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
16982
16983 * gdb.base/step-test.exp: Removed some extraneous messages.
16984
16985 * gdb.base/long_long.exp: Don't run memory examination tests
16986 on little-endian targets (they will need a different set of
16987 results to match).
16988
16989 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
16990
16991 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
16992 until somebody decides to fix GDB.
16993
16994 * gdb.base/long_long.c: Stop compiler complaint by specifying long
16995 constant as "ULL".
16996 * gdb.base/long_long.exp: Loosen x/c test, add partial result
16997 matches for a couple x/2 commands.
16998
16999 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17000
17001 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17002 by merging in ref-types2 tests.
17003 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17004
17005 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17006 * gdb.c++/Makefile.in: Add standard actions.
17007 (EXECUTABLES): Rename from PROGS, update list.
17008 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17009 from gdb.hp.
17010 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17011 foo and bar locals.
17012 * gdb.c++/anon-union.exp: Fix tests to match.
17013 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17014 expect matches to handle output variations.
17015 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17016 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17017 output, add HP alternatives for new and delete prints.
17018 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17019 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17020 * gdb.c++/demangle.exp: Use $style when reporting failure.
17021 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17022 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17023 match alternatives.
17024 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17025 compilers.
17026 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17027 * gdb.c++/method.exp: Add match alternatives.
17028 * gdb.c++/misc.cc: Add bool types.
17029 * gdb.c++/misc.exp: Add tests for bool types.
17030 * gdb.c++/overload.exp: Add xfails.
17031 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17032 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17033 add some more template parameter tests (only for HP currently).
17034 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17035 * gdb.c++/virtfunc.cc: Add return type and value for main.
17036 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17037 match alternatives.
17038
17039 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17040
17041 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17042
17043 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17044
17045 * gdb.base/signals.exp: Don't expect getting a backtrace from
17046 within a signal handler to fail on Linux.
17047
17048 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17049
17050 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17051 * lib/gdb.exp: Remove some gratuitious semicolons.
17052 (delete_breakpoints): Increase timeout.
17053 (gdb_expect): Add -notransfer option.
17054 (gdb_test): Use -notransfer option.
17055 (get_compiler_info): Add f77 case.
17056 (get_compiler): New proc, split out from gdb_preprocess, add f77
17057 case.
17058 (gdb_preprocess): Call get_compiler.
17059
17060 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17061 * gdb.base/attach.exp, gdb.base/display.exp,
17062 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17063 gdb.base/long_long.exp, gdb.base/printcmds.exp,
17064 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17065 third arg to gdb_test.
17066 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17067 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
17068 HP-UX xfails, add others.
17069 * gdb.base/completion.exp: Reflect name change of self-test.
17070 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
17071 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17072 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17073 HP failure number.
17074 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17075 useless HP-UX 10.30 references.
17076 * gdb.base/maint.exp: Loosen matches.
17077 * gdb.base/pointers.c (main): Declare more_code.
17078 * gdb.base/pointers.exp: Match on output of a `next'.
17079 * gdb.base/structs.c: Add prototypes.
17080 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17081 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17082
17083 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17084
17085 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
17086 command.
17087
17088 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17089
17090 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17091 Fix run to main failures. Watchpoint can be hardware watchpoint.
17092
17093 * gdb.base/annota1.exp: Clean up some more, in case printf has
17094 debug info. Deal with lack of signal hanlder info in stack.
17095
17096 From Jim Kingdon <kingdon@redhat.com>:
17097 * gdb.base/annota1.exp: If printf has debug info, deal with it.
17098
17099 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
17100
17101 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
17102 gdb.base/foll-vfork.exp: Don't run for crosses.
17103
17104 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17105
17106 * gdb.base/configure.in: Check for gdbvars.exp instead of
17107 a1-selftest.exp.
17108 * gdb.base/configure: Re-generate.
17109
17110 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
17111
17112 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17113 in trying to run first and name is too long.
17114
17115 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17116 pointers2.c and pointers2.exp, respectively.
17117 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17118 doschk happier.
17119
17120 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
17121
17122 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17123 callfuncs2.c and callfuncs2.exp.
17124
17125 * gdb.base/list.exp: Remove mistaken xfails.
17126 * gdb.base/list0.h: Add optional prototypes.
17127
17128 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
17129
17130 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
17131 calling malloc.
17132 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
17133 * ptype.exp: Move test for get_debug_format to before its first
17134 use.
17135
17136 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17137
17138 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
17139 * gdb.base/annota2.cc, annota2.exp: Move from here.
17140 * gdb.c++/annota2.cc, annota2.exp: To here.
17141 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
17142
17143 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
17144
17145 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
17146 a consistent format.
17147
17148 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
17149
17150 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17151 * lib/gdb.exp (get_compiler_info): Add detection for assorted
17152 HP compilers, also set the globals $true and $false.
17153
17154 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
17155 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
17156 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
17157 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
17158 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
17159 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
17160 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
17161 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
17162 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
17163 whatis.c} Add C++ compatible function definitions and return
17164 types, add includes for library functions.
17165 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
17166 * gdb.base/step-test.c (myglob): Rename from glob.
17167 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
17168 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
17169 files, move here from gdb.hp.
17170 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
17171 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
17172 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
17173 Adjust line numbers in regexps.
17174
17175 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
17176 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
17177 instead of 0/1.
17178
17179 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
17180 foll-vfork.exp: New files, move here from gdb.hp.
17181 * gdb.base/page.exp: New file, test of pagination command.
17182
17183 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
17184 recursion test.
17185 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
17186
17187 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
17188 gdb.base/solib.exp: Fix compiler invocation process.
17189
17190 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
17191 HP-UX 11, turn off overload resolution explicitly.
17192 * gdb.base/commands.exp: Set argument list explicitly, add
17193 watchpoint test.
17194 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
17195 them work.
17196 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
17197 expressions properly.
17198 * gdb.base/corefile.exp: Loosen the match slightly.
17199 * gdb.base/default.exp: Allow "Error accessing memory" message
17200 also.
17201 * gdb.base/display.exp: Skip over x/0 j if PA64.
17202 * gdb.base/funcargs.exp: Add xfails for HP-UX.
17203 * gdb.base/interrupt.exp: Ditto.
17204 * gdb.base/langs.exp: Add symbolic matches governed by compiler
17205 in use.
17206 * gdb.base/list.exp: Add xfails for HP-UX.
17207 * gdb.base/long_long.exp: Refine some of the numeric matches.
17208 * gdb.base/mips_pro.exp: Xfail on HP-UX.
17209 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
17210 * gdb.base/nodebug.exp: Succeed on more varieties of output.
17211 * gdb.base/opaque.exp: Remove some HP-UX xfails.
17212 * gdb.base/ptype.exp: Succeed on more varieties of output.
17213 * gdb.base/scope.exp: Add xfails for HP-UX.
17214 * gdb.base/sect-cmd.exp: Add more cases.
17215 * gdb.base/setvar.exp: Add xfails for HP-UX.
17216 * gdb.base/shlib-call.exp: Loosen some matches slightly.
17217 * gdb.base/signals.exp: Match on void symbolically.
17218 * gdb.base/step-test.exp: Add case for PA64.
17219 * gdb.base/term.exp: Add exit and restart.
17220 * gdb.base/twice.exp: Clean up after self.
17221 * gdb.base/varargs.exp: Disable overload resolution explicitly.
17222 * gdb.base/whatis.exp: Allow more ways to pass tests.
17223
17224 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
17225 no longer useful.
17226
17227 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
17228
17229 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
17230 list of patterns.
17231 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
17232 print_double_array(double_array)", "continuing to breakpoint
17233 1018", "print print_double_array(array_d)" and "continuing to
17234 1034" tests.
17235
17236 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
17237
17238 * Makefile.in: Add empty html and install-html targets.
17239
17240 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
17241
17242 * config/mt-*: Remove, these haven't been used since 1996.
17243
17244 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
17245
17246 * gdb.base/call-strs.c, gdb.base/ending-run.c,
17247 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
17248 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
17249
17250 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
17251
17252 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
17253 simpler match case for the ptype of the big class.
17254
17255 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17256
17257 * gdb.exp: Fix test for gdb_prompt existence.
17258
17259 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17260
17261 * gdb.exp (gdb_test): Add fail after calls to perror.
17262
17263 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17264
17265 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
17266
17267 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17268
17269 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
17270
17271 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
17272
17273 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
17274 malloc() is linked in.
17275
17276 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17277
17278 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
17279 step at end.
17280
17281 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
17282
17283 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
17284
17285 * gdb.java/jv-print.exp: New file. (Our first Java test!)
17286
17287 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
17288
17289 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
17290 * gdb.base/mips_pro.exp: Likewise.
17291
17292 1999-06-02 Keith Seitz <keiths@cygnus.com>
17293
17294 * gdb.c++/templates.cc: Change all "new" operators to throw
17295 an exception.
17296 * gdb.c++/cplusfuncs.cc: Likewise.
17297
17298 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
17299
17300 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
17301
17302 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
17303 * gdb.base/ending-run.exp: When stepping out of main, accept a
17304 step into an arbitrary assembler file.
17305
17306 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17307
17308 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
17309 "breakpoint-invalid" to be printed.
17310 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
17311 number of "frames-invalid" and "breakpoint-invalid" to be printed.
17312 * gdb.base/annota2.cc: Initialize a.x to 0.
17313
17314 1999-05-17 Keith Seitz <keiths@cygnus.com>
17315
17316 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
17317 when "skip_float_tests" set.
17318 Ditto for "print print_double_array(array_d)", "print print_small_structs",
17319 "print print_ten_doubles", and "step into print_long_arg_list".
17320 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
17321 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
17322 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
17323 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
17324 "skip_float_tests" is set.
17325 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
17326 when "skip_float_tests" set.
17327
17328 1999-05-06 Keith Seitz <keiths@cygnus.com>
17329
17330 * gdb.base/annota2.cc: Include stdio.h.
17331
17332 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
17333
17334 * gdb.base/crossload.exp: Remove, this has been disabled ever
17335 since BFD stopped including all targets, and cross-GDB gets
17336 plenty of testing anyway.
17337 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
17338 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
17339 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
17340 * gdb.base/README: Remove, was doc for this.
17341 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
17342 needed.
17343
17344 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17345
17346 * gdb.base/call-ar-st.exp: Fix one regular expression in test
17347 output.
17348
17349 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
17350 * gdb.base/annota2.exp: New file. More annotation tests.
17351 * gdb.base/annota1.c: New file. Source file for annota1.exp.
17352 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
17353
17354 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
17355
17356 * config/cfdbug.exp: New file.
17357
17358 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
17359
17360 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
17361 Marcus Daniel's and Dale Hawkins's demangler crashes.
17362
17363 * gdb.c++/demangle.exp (test_gnu_style_demangling,
17364 test_lucid_style_demangling, test_arm_style_demangling,
17365 test_hp_style_demangling): Try Tom Tromey's core-dumping
17366 identifier under each demangling style.
17367
17368 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
17369
17370 * gdb.c++/demangle.exp: Include the current demangling style
17371 in all test names.
17372 (current_demangling_style): New global variable.
17373 (set_demangling_style, test_demangling_core, test_demangling,
17374 test_demangling_exact): New functions.
17375 (test_gnu_style_demangling, test_lucid_style_demangling,
17376 test_arm_style_demangling, test_hp_style_demangling): Use those,
17377 instead of calling gdb_test and gdb_test_exact directly.
17378 (catch_demangling_errors): New function, which reports errors
17379 signalled by the demangling test functions in an orderly way.
17380 (do_tests): Use catch_demangling_errors.
17381
17382 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
17383
17384 * gdb.base/signals.exp (test_handle_all_print): Use () for
17385 grouping in expressions, not {}.
17386
17387 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
17388 initialized yet.
17389
17390 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
17391
17392 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
17393 are listed.
17394
17395 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
17396
17397 * gdb.stabs/weird.exp: Test for CC being defined before
17398 looking at its value.
17399
17400 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
17401
17402 * gdb.base/call-ar-st.exp: Remove stray '#'.
17403 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
17404 "short int" and "long int".
17405 * gdb.c++/overload.cc: Cast the string added in the previous
17406 change, to mollify finicky HP compiler.
17407 * gdb.hp/reg-test.exp (testfile): Fix file name.
17408 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
17409
17410 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
17411 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
17412 alternate form of enum ptype.
17413
17414 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
17415
17416 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
17417 * gdb.hp/*.exp: Change all to run compiler probe only after
17418 passing skip_hp_tests, so as not to waste time on guaranteed
17419 failure.
17420
17421 * gdb.c++/overload.cc: Pass string instead of char addr, always
17422 init ccpfoo.
17423 * gdb.c++/templates.cc: Fix syntax error.
17424
17425 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17426
17427 * gdb.base/commands.exp: Add test for correct position of '>'
17428 when issuing the 'commands' command after a 'while' or 'if'
17429 command.
17430
17431 1999-03-18 James Ingham <jingham@cygnus.com>
17432
17433 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
17434
17435 * gdb.c++/method.exp: It was testing an uninitialized int on the
17436 stack and assuming it was positive.
17437
17438 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
17439
17440 * gdb.base/step-test.exp: Catch a case where finish is broken and
17441 keep it from killing the rest of the tests.
17442 Use gdb_continue_to_end.
17443
17444 * gdb.base/sigall.exp: use gdb_continue_to_end.
17445
17446 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
17447
17448 * gdb.base/display.exp: use runto_main, not run.
17449
17450 * gdb.base/default.exp: Check for the current error message in the
17451 r abbreviation test.
17452 Add strongarm to the targets that know info float.
17453
17454 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
17455 run which doesn't work with monitors.
17456
17457 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
17458
17459 * gdb.base/break.exp: use the gdb_continue_to_end proc.
17460
17461 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
17462 program. Traps the case (in Cygmon) when the program never really
17463 exits. Same as Mark's continue_to_exit, but I had put it in a lot
17464 more places, so I used my name. Sorry Mark...
17465
17466 * config/monitor.exp (gdb_target_monitor): added another
17467 target_info parameter: remotebinarydownload. This will set the
17468 remotebinarydownload flag if this is causing some boards trouble.
17469
17470 1999-03-18 Mark Salter <msalter@cygnus.com>
17471
17472 * lib/gdb.exp (continue_to_exit): New function.
17473
17474 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
17475 * gdb.base/ending-run.exp: Ditto.
17476 * gdb.base/step-test.exp: Ditto.
17477
17478 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
17479
17480 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
17481 (suggested by Art Haas <ahaas@neosoft.com>).
17482
17483 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
17484
17485 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
17486
17487 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
17488
17489 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
17490 descriptions of types (short unsigned int vs unsigned short, etc).
17491
17492 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
17493
17494 * gdb.base/call-strs.exp: Don't assume that `step' will step over
17495 a call to strlen; sometimes we do have sources.
17496
17497 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17498
17499 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
17500 character, so GDB won't print garbage after its end.
17501
17502 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
17503 breakpoint there instead. Sometimes GCC emits memcpy to handle
17504 the large structures being passed by value, so we step into that
17505 instead of sum_array_print, which obscures what we're really testing.
17506 * gdb.base/step-test.exp: However, we do want a test that notices
17507 the bizarre steps into memcpy, so do that here. Add check for
17508 stepping into function calls that pass large structures by value.
17509 ("Is that a noun clause, or are you just happy to see me?")
17510 Remove all references to specific line numbers.
17511 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
17512 New type and function.
17513 (main): Call large_struct_by_value, passing it a large struct by value.
17514 * lib/gdb.exp (gdb_get_line_number): New function.
17515
17516 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
17517 more portable.
17518
17519 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17520
17521 * lib/gdb.exp: Doc fixes.
17522
17523 1999-03-05 Nick Clifton <nickc@cygnus.com>
17524
17525 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
17526
17527 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
17528
17529 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
17530 commands. They're not germane to this test, and they don't work
17531 that way on remote targets.
17532
17533 1999-03-01 James Ingham <jingham@cygnus.com>
17534
17535 * Changelog entries merged over from gdb development branch.
17536
17537 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
17538
17539 * lib/gdb.exp (gdbtk_analyze_results): Generic function
17540 for outputting results of test run.
17541
17542 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
17543
17544 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
17545
17546 1999-02-25 Felix Lee <flee@cygnus.com>
17547
17548 * lib/gdb.exp (debug_format): initialize
17549
17550 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
17551
17552 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
17553 * gdb.base/call-rt-st.c: Ditto.
17554
17555 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
17556
17557 * gdb.threads/pthreads.exp (horiz): New variable.
17558 (test_startup): Fix regexps that capture thread numbers.
17559
17560 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
17561
17562 * gdb.base/smoke.exp: Disambiguate two test case names (both
17563 called ``print'').
17564
17565 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
17566
17567 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
17568 compilation.
17569
17570 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
17571
17572 * gdb.base/miscexprs.exp: Change patterns to match GDB's
17573 actual output formatting.
17574 * gdb.base/smoke.exp: GDB removes leading 0's.
17575 * gdb.base/volatile.exp: Don't check type of remuneration;
17576 that variable is no longer defined in constvars.c.
17577 * gdb.base/step-test.c (main): Exit with explicit exit code.
17578 * gdb.base/step-test.exp: Remove two nexti checks--they are
17579 not portable.
17580
17581 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
17582
17583 * gdb.base/help.exp ("help delete display"): Fix test to match
17584 gdb's output.
17585
17586 * gdb.base/long_long.c (known_types): Initialize values to zero.
17587 * gdb.base/long_long.exp: Step one more line
17588 so 'dec' is initialized in "get to known place". GDB removes
17589 leading zeros. Explicitly ask for hex formatting. Use
17590 unique test case names.
17591
17592 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17593
17594 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
17595
17596 * gdb.c++/method.exp: Add missing close brace.
17597
17598 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
17599
17600 * gdb.base/maint.exp: Use 'set height 0' to disable page
17601 prompting, not 'set height 400'.
17602
17603 Fix a bunch of timeouts.
17604 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
17605 four separate tests, so expect doesn't take forever to match a ton
17606 of text against a regexp with lots of .* forms.
17607 ("maint print psymbols", "maint print symbols"): Make some of
17608 these greps more selective, so that expect doesn't try to wade
17609 through huge piles of output and time out.
17610
17611 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
17612
17613 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
17614 tests: one which doesn't expect shlib events to be reported, and
17615 another which does, but is XFAIL for all platforms other than
17616 HP/UX.
17617
17618 * gdb.base/break.exp: Teach the test suite that the `catch
17619 fork', `catch vfork', and `catch exec' commands produce error
17620 messages on platforms that don't provide these features.
17621
17622 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
17623
17624 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
17625 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
17626 (shortening names from solib_threshold.exp etc), won't run on
17627 anything but HP-UX for the foreseeable future.
17628 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
17629 reflect move.
17630
17631 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
17632
17633 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17634 gdb.trace/Makefile.in (clean): Remove all test executables.
17635
17636 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
17637
17638 * gdb.base/shlib-call.exp: add test cases to verify that gdb
17639 successfully re-sets breakpoints in shared libraries.
17640 * gdb.base/shmain.c (main): return 0, don't fall off the end.
17641
17642 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17643
17644 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
17645 and compiled w/o GCC.
17646
17647 * gdb.hp/watch-cmd.exp: ditto.
17648
17649 * gdb.hp/watch-hp.exp: ditto.
17650
17651 * gdb.hp/xdb1.exp: ditto.
17652
17653 * gdb.hp/xdb2.exp: ditto.
17654
17655 * gdb.hp/dbx.exp: ditto.
17656
17657 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
17658
17659 * constvars.c: Remove C++-isms.
17660 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
17661 with GCC.
17662
17663 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
17664
17665 The following changes are part of the HP merge.
17666
17667 * gdb.base/break.exp: new tests to verify that catchpoints for
17668 fork, vfork, and exec don't trigger inappropriately.
17669
17670 * gdb.base/opaque.exp: compile one file at a time, then link.
17671
17672 * gdb.base/signals.exp: be more restrictive about which hppa
17673 systems receive a setup_xfail. new tests.
17674
17675 * gdb.base/solib_threshold.build: new file.
17676 * gdb.base/solib_threshold.exp: new file.
17677 * gdb.base/solib_threshold.link_opts: new file.
17678 * gdb.base/solib_threshold.mk: new file.
17679 * gdb.base/gen_solib_threshold.c: new file.
17680
17681 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
17682 tests. New tests for enums inside classes.
17683
17684 * gdb.c++/compiler.cc: indicate support of template debugging.
17685
17686 * gdb.c++/demangle.exp: run hp style demangling tests.
17687
17688 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
17689 tests.
17690
17691 * gdb.c++/misc.cc: changes to support new tests.
17692
17693 * gdb.c++/templates.cc: changes to support HP's compiler; changes
17694 to support new tests.
17695
17696 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
17697 gcc, then skip these tests.
17698
17699 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
17700
17701 The following files are part of the HP merge; some had longer
17702 names at HP, but have been renamed to be no more than 14
17703 characters in length.
17704
17705 * gdb.hp/ambiguous.cc: new file.
17706 * gdb.hp/ambiguous.exp: new file.
17707 * gdb.hp/attach.exp: new file.
17708 * gdb.hp/attach2.exp: new file.
17709 * gdb.hp/classes-hp.exp: new file.
17710 * gdb.hp/ctti.exp: new file.
17711 * gdb.hp/ctti-add.cc: new file.
17712 * gdb.hp/ctti-add1.cc: new file.
17713 * gdb.hp/ctti-add2.cc: new file.
17714 * gdb.hp/ctti-add3.cc: new file.
17715 * gdb.hp/dbx.exp: new file.
17716 * gdb.hp/exception.cc: new file.
17717 * gdb.hp/exception.exp: new file.
17718 * gdb.hp/foll-exec.c: new file.
17719 * gdb.hp/foll-exec.exp: new file.
17720 * gdb.hp/foll-fork.c: new file.
17721 * gdb.hp/foll-fork.exp: new file.
17722 * gdb.hp/foll-vfork.c: new file.
17723 * gdb.hp/foll-vfork.exp: new file.
17724 * gdb.hp/inherit-hp.exp: new file.
17725 * gdb.hp/more-steps.exp: new file.
17726 * gdb.hp/namespace.cc: new file.
17727 * gdb.hp/namespace.exp: new file.
17728 * gdb.hp/optimize.exp: new file.
17729 * gdb.hp/pxdb.c: new file.
17730 * gdb.hp/pxdb.exp: new file.
17731 * gdb.hp/quicksort.exp: new file.
17732 * gdb.hp/reg-test.exp: new file.
17733 * gdb.hp/reg-test.s: new file.
17734 * gdb.hp/sized-enum.c: new file.
17735 * gdb.hp/sized-enum.exp: new file.
17736 * gdb.hp/start-stop.exp: new file.
17737 * gdb.hp/templ-hp.cc: new file.
17738 * gdb.hp/templ-hp.exp: new file.
17739 * gdb.hp/thr-lib.c: new file.
17740 * gdb.hp/thr-lib.exp: new file.
17741 * gdb.hp/thr-lib.h: new file.
17742 * gdb.hp/thr-liblib.c: new file.
17743 * gdb.hp/virtfun-hp.c: new file.
17744 * gdb.hp/virtfun-hp.exp: new file.
17745 * gdb.hp/watch-cmd.exp: new file.
17746 * gdb.hp/watch-hp.exp: new file.
17747 * gdb.hp/xdb1.exp: new file.
17748 * gdb.hp/xdb2.exp: new file.
17749 * gdb.hp/xdb3.exp: new file.
17750
17751 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
17752
17753 The following files are part of the HP merge; some had longer
17754 names at HP, but have been renamed to be no more than 14
17755 characters in length.
17756
17757 * gdb.base/ss.h: new file.
17758 * gdb.base/call-ar-st.c: new file.
17759 * gdb.base/call-ar-st.exp: new file.
17760 * gdb.base/call-rt-st.c: new file.
17761 * gdb.base/call-rt-st-exp: new file.
17762 * gdb.base/call-strs.exp: new file.
17763 * gdb.base/ena-dis-br.exp: new file.
17764 * gdb.base/environ.exp: new file.
17765 * gdb.base/long_long.exp: new file.
17766 * gdb.base/sect-cmd.exp: new file.
17767 * gdb.base/shlib-cl2.exp: new file.
17768 * gdb.base/smoke.exp: new file.
17769 * gdb.base/so-impl-ld.c: new file.
17770 * gdb.base/so-impl-ld.exp: new file.
17771 * gdb.base/so-indr-cl.c: new file.
17772 * gdb.base/so-indr-cl.exp: new file.
17773 * gdb.base/varargs.exp: new file.
17774 * gdb.base/volatile.exp: new file.
17775 * gdb.base/whatis-exp.exp: new file.
17776 * gdb.base/display.exp: new file.
17777 * gdb.c++/derivation.exp: new file.
17778 * gdb.c++/local.exp: new file.
17779 * gdb.c++/member-ptr.exp: new file.
17780 * gdb.c++/overload.exp: new file.
17781 * gdb.c++/ovldbreak.exp: new file.
17782 * gdb.c++/ref-types.exp: new file.
17783 * gdb.c++/ref-types2.exp: new file.
17784 * gdb.c++/userdef.exp: new file.
17785
17786 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
17787
17788 * gdb.base/default.exp: Reflect wording change in remote.c.
17789
17790 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
17791
17792 * gdb.base/help.exp: Update to reflect current text.
17793
17794 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
17795
17796 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
17797 they're stack variables and contain garbage.
17798 * gdb.c++/anon-union.exp: new file.
17799
17800 The following changes were made by David Taylor
17801 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
17802 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
17803 in changes by HP.
17804
17805 * gdb.base/bitops.exp: new file.
17806 * gdb.base/default.exp: change expected messages for catch and
17807 info catch tests to reflect HP merge changes.
17808 * gdb.base/enable-disable-break.exp
17809 * gdb.base/ending-run.c: new file.
17810 * gdb.base/long_long.c: new file.
17811 * gdb.base/maint.exp: new file.
17812 * gdb.base/pointers2.exp: new file.
17813 * gdb.base/shlib-call2.exp: new file.
17814 * gdb.base/solib.exp: new file.
17815 * gdb.base/step-test.c: new file.
17816 * gdb.c++/anon-union.cc: new file.
17817 * gdb.c++/local.cc: new file.
17818 * gdb.c++/member-pointer.cc: new file.
17819 * gdb.c++/method.cc: new file.
17820 * gdb.c++/ref-types.cc: new file.
17821 * gdb.c++/ref-types2.cc: new file.
17822 * gdb.c++/userdef.cc: new file.
17823
17824 * gdb.base/scope.exp: compile one file at a time, then link.
17825 * gdb.base/langs.exp: ditto.
17826 * gdb.base/list.exp: ditto.
17827
17828 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
17829
17830 The following changes were made by David Taylor
17831 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
17832 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
17833 in changes by HP.
17834
17835 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
17836 skip tests. When compiling pass c++ flag to gdb_compile.
17837 * gdb.c++/
17838
17839 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
17840 test for on hppa*-*-hpux*; use args to see if c++ was specified.
17841 (skip_hp_tests): new function.
17842 (gdb_preprocess): new function.
17843
17844 * configure.in (hpdir): decide whether to configure gdb.hp.
17845 * configure: regenerated.
17846
17847 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
17848 to delete on clean.
17849 (EXECUTABLES): update to reflect new additions.
17850 * gdb.base/commands.exp: update message expected.
17851 * gdb.base/default.exp: add copyright notice.
17852 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
17853 * gdb.base/help.exp: update messages to reflect current text.
17854 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
17855 targets for recurse tests.
17856 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
17857 skip this file.
17858
17859 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
17860 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
17861 compilation.
17862 * gdb.c++/misc.exp: ditto.
17863 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
17864 run the tests. tell gdb_compile that it's a c++ compilation.
17865
17866 * gdb.threads/pthreads.exp: fix typo in message.
17867
17868 * gdb.base/all-bin.exp: new file.
17869 * gdb.base/arithmet.exp: new file.
17870 * gdb.base/assign.exp: new file.
17871 * gdb.base/completion.exp: new file.
17872 * gdb.base/cond-expr.exp: new file.
17873 * gdb.base/condbreak.exp: new file.
17874 * gdb.base/define.exp: new file.
17875 * gdb.base/dollar.exp: new file.
17876 * gdb.base/environment.exp: new file.
17877 * gdb.base/eval-skip.exp: new file.
17878 * gdb.base/jump.exp: new file.
17879 * gdb.base/logical.exp: new file.
17880 * gdb.base/pointers.exp: new file.
17881 * gdb.base/relational.exp: new file.
17882 * gdb.base/section_command.exp: new file.
17883 * gdb.base/whatis-expr.exp: new file.
17884
17885 * gdb.base/all-types.c: new file.
17886 * gdb.base/call-array-struct.c: new file.
17887 * gdb.base/call-return-struct.c: new file.
17888 * gdb.base/call-strings.c: new file.
17889 * gdb.base/callfuncs2.c: new file.
17890 * gdb.base/condbreak.c: new file.
17891 * gdb.base/constvars.c: new file.
17892 * gdb.base/display.c: new file.
17893 * gdb.base/int-type.c: new file.
17894 * gdb.base/jump.c: new file.
17895 * gdb.base/miscexprs.c: new file.
17896 * gdb.base/pointers.c: new file.
17897 * gdb.base/pointers2.c: new file.
17898 * gdb.base/shmain.c: new file.
17899 * gdb.base/shr1.c: new file.
17900 * gdb.base/shr2.c: new file.
17901 * gdb.base/solib.c: new file.
17902 * gdb.base/solib1.c: new file.
17903 * gdb.base/solib2.c: new file.
17904 * gdb.base/varargs.c: new file.
17905 * gdb.c++/derivation.cc: new file.
17906 * gdb.c++/overload.cc: new file.
17907 * gdb.c++/ovldbreak.cc: new file.
17908 * gdb.hp/attach.c: new file.
17909 * gdb.hp/attach2.c: new file.
17910 * gdb.hp/average.c: new file.
17911 * gdb.hp/compiler.c: new file.
17912 * gdb.hp/compiler.cc: new file.
17913 * gdb.hp/execd-program.c: new file.
17914 * gdb.hp/follow-exec.c: new file.
17915 * gdb.hp/follow-fork.c: new file.
17916 * gdb.hp/follow-vfork-and-exec.c: new file.
17917 * gdb.hp/misc-hp.cc: new file.
17918 * gdb.hp/more-steps.c: new file.
17919 * gdb.hp/optimize.c: new file.
17920 * gdb.hp/quicksort.c: new file.
17921 * gdb.hp/run-hp.c: new file.
17922 * gdb.hp/start-stop.c: new file.
17923 * gdb.hp/sum.c: new file.
17924 * gdb.hp/templates-hp.cc: new file.
17925 * gdb.hp/thread-local-in-lib.c: new file.
17926 * gdb.hp/thread-local-in-lib.h: new file.
17927 * gdb.hp/thread-local-in-lib.lib.c: new file.
17928 * gdb.hp/vforked-program.c: new file.
17929 * gdb.hp/virtfunc-hp.cc: new file.
17930 * gdb.hp/watchpoint-hp.c: new file.
17931 * gdb.hp/xdb.c: new file.
17932 * gdb.hp/xdb0.c: new file.
17933 * gdb.hp/xdb0.h: new file.
17934 * gdb.hp/xdb1.c: new file.
17935
17936 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
17937
17938 The following change was made by Edith Epstein
17939 <eepstein@cygnus.com> as part of a project to merge in changes
17940 originally made by HP; HP did not create ChangeLog entries.
17941
17942 * gdb.c++/demangle.exp: changed the expected output for some
17943 ARM-style mangling -- removed second reference to datatype.
17944 For example, maint demangle __dt__11T1__pt__2_cFv
17945 T1<char>::~T1<char>(void)
17946 becomes,
17947 maint demangle __dt__11T1__pt__2_cFv
17948 T1<char>::~T1(void)
17949
17950 (test_hp_style_demangling): new hp specific demangling test cases.
17951
17952 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
17953
17954 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
17955 * gdb.trace/backtrace.exp: Likewise.
17956 * gdb.trace/circ.exp: Likewise.
17957 * gdb.trace/collection.exp: Likewise.
17958 * gdb.trace/deltrace.exp: Likewise.
17959 * gdb.trace/infotrace.exp: Likewise.
17960 * gdb.trace/limits.exp: Likewise.
17961 * gdb.trace/packetlen.exp: Likewise.
17962 * gdb.trace/passc-dyn.exp: Likewise.
17963 * gdb.trace/passcount.exp: Likewise.
17964 * gdb.trace/report.exp: Likewise.
17965 * gdb.trace/save-trace.exp: Likewise.
17966 * gdb.trace/tfind.exp: Likewise.
17967 * gdb.trace/tracecmd.exp: Likewise.
17968 * gdb.trace/while-dyn.exp: Likewise.
17969 * gdb.trace/while-stepping.exp: Likewise.
17970
17971 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
17972
17973 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
17974
17975 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
17976
17977 From Brendan Kehoe:
17978 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
17979 int return types.
17980
17981 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
17982
17983 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
17984 remote dos host testing right.
17985
17986 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
17987
17988 * gdb.base/corefile.exp: remove some xfails.
17989
17990 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
17991
17992 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
17993 have different timestamps.
17994
17995 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
17996
17997 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
17998 gdb.base/default.exp: Replace "exec" with "executable".
17999
18000 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18001
18002 * gdb.base/default.exp: Change else if to elseif from previous
18003 delta.
18004
18005 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18006
18007 * gdb.base/default.exp: Add brace missing from previous delta.
18008
18009 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18010
18011 * gdb.base/default.exp: Support test for info float for all
18012 varieties of arm toolchain.
18013
18014 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18015
18016 * gdb.trace/*.exp: remove "remote_download" command.
18017
18018 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18019
18020 * gdb.trace/*.exp: remove -gdwarf from compile.
18021
18022 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18023
18024 * gdb.trace/configure.in(AC_INIT): typo
18025 * gdb.trace/configure: regenerated
18026
18027 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18028
18029 * config/m68k-emc.exp: New file.
18030 * lib/<emc-support.exp trace-support.exp}: New files.
18031 * configure.in: add new test directory gdb.trace.
18032 * gdb.trace/{configure configure.in Makefile.in}: New files.
18033 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18034 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18035 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18036 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18037 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18038 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18039 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18040
18041 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18042
18043 * gdb.c++/classes.exp: Change all regular expressions to match
18044 arbitrary combinations of newline/carriage-return, so that they
18045 will work equally well on Unix and Windows.
18046 * gdb.c++/inherit.exp: ditto.
18047 * gdb.c++/virtfunc.exp: ditto.
18048
18049 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18050
18051 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18052
18053 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18054
18055 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18056 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18057 to use a0-a3/d0-d3 as needed.
18058
18059 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
18060
18061 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18062 * gdb.disasm/am33.exp: Corresponding changes.
18063
18064 1998-07-11 Felix Lee <flee@cygnus.com>
18065
18066 * gdb.base/callfuncs.exp: add cmp10 test.
18067 * gdb.base/callfuncs.c (cmp10): new function.
18068
18069 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
18070
18071 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
18072 into two parts to get around a synchronization problem in expect.
18073
18074 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
18075
18076 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18077
18078 * configure.in: Add options for gdbtk testsuite.
18079
18080 * configure: Regenerate.
18081
18082 * gdb.gdbtk: New directory to hold gdbtk tests.
18083
18084 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18085
18086 * gdb.fortran/types.exp: Escape brackets in expect patterns
18087 for test_float_literal_types_accepted tests.
18088 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
18089 before run test.
18090
18091 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
18092
18093 * am33.exp: Just compile, do not link the testcase.
18094 * am33.s: Add ".am33" pseudoop to force am33 mode.
18095
18096 1998-06-25 Felix Lee <flee@cygnus.com>
18097
18098 * gdb.base/setshow.exp: make sure $pc is sane.
18099
18100 * gdb.stabs/weird.exp: split expect patterns properly.
18101
18102 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
18103
18104 * gdb.disasm/am33.s: New disassembler testfile for the am33.
18105 * gdb.disasm/am33.exp: Run it.
18106
18107 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
18108
18109 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18110 match processing (and eliminate spurious timeouts when running).
18111
18112 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
18113
18114 * gdb.base/signals.exp (test_handle_all_print): put back Mach
18115 exception test, but conditionalize it on target [mach | gnu].
18116
18117 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
18118
18119 * gdb.base/overlays.exp: fixup compile line for linker script.
18120
18121 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
18122
18123 * gdb.fortran/types.exp: don't guess at float size.
18124
18125 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
18126
18127 * gdb.base/exprs.exp: delete test that depends on int size.
18128
18129 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
18130
18131 * config/sim.exp: Removed checks for target triplets.
18132 (gdb_target_sim): Use gdb,target_sim_options.
18133
18134 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
18135
18136 * gdb.base/reread.exp: New file.
18137 * gdb.base/reread1.c: New file.
18138 * gdb.base/reread2.c: New file.
18139
18140 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
18141
18142 * config/sim.exp: Use 'target sim -sparclite' when running
18143 SPARClite programs.
18144
18145 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
18146
18147 * gdb.base/structs2.exp: New file.
18148 * gdb.base/structs2.c: New file.
18149
18150 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
18151
18152 * gdb.asm/common.inc: New file.
18153 * gdb.asm/d10v.inc: New file.
18154 * asm-source.exp: Pass -I's to gas to find .inc files.
18155 Update line numbers in expected output.
18156 * asmsrc1.s: Rewrite.
18157 * asmsrc2.s: Rewrite.
18158 * configure.in: Create arch.inc symlink.
18159 * configure: Regenerate.
18160 * Makefile.in (distclean): Delete arch.inc.
18161
18162 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
18163
18164 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
18165 (t_enum_value2): ditto
18166 (t_enum_value3): ditto
18167 (main): ditto
18168 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18169
18170 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
18171 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
18172 change.
18173 Use gdb_test instead of send_gdb/gdb_expect sequences.
18174
18175 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
18176
18177 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
18178 not void.
18179
18180 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
18181
18182 * gdb.base/branches.c: Code with lots of loops and
18183 subroutines. Used to test gdbs ability to single step through PC
18184 changes, especially to test mips-tdep.c:mips_next_pc
18185
18186 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
18187
18188 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
18189 more rigorous EGCS C++ error checking.
18190
18191 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18192
18193 * gdb.base/help.exp: Clean up `help set args' and `help show args'
18194 tests.
18195 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
18196 function when asleep.
18197 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
18198 for i*86 Linux and SVR4 signal handling problems.
18199 Remove linux xfail for `next to handler in signals_tests_1', fixed
18200 by recent infrun.c change.
18201 Limit backtrace to 10 frames to avoid timeout problems with infinite
18202 stack backtraces.
18203 Adjust expect pattern in `handle all print' test to match Apr 28 1997
18204 target.[ch] change.
18205
18206 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
18207
18208 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
18209 for a newline from gdb before continuing.
18210 (default_gdb_exit): Just look for y or n.
18211 (gdb_test): Detect abnormal exit from GDB running on DOS; if
18212 it does, fail the rests of the tests in the file.
18213
18214 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
18215
18216 * config/cygmon.exp: New file.
18217
18218 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
18219
18220 * gdb.base/list.exp: Fix problem with "list default lines around
18221 main" test on remote targets.
18222
18223 * gdb.base/scope.exp: Fix problem with filelocal_bss before
18224 run test on remote targets.
18225
18226 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
18227
18228 * gdb.asm: New directory.
18229 * configure.in: Configure it.
18230 * configure: Regenerate.
18231 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
18232 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
18233
18234 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
18235
18236 * config/mn10300-eval.exp: New file to support MN10300 eval board.
18237
18238 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
18239
18240 * gdb.base/overlays (several files): Merge the two overlay
18241 managers into one. Change variables (foox, barx, bazx, grbxx)
18242 back into ints but force them to load in their proper sections.
18243
18244 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
18245
18246 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
18247 on-chip insn memory and IMAP1 to upper 128k.
18248 (D10VCopy): Handle memory regions crossing 16k boundaries.
18249 (D10VCopy): Transfer data in 32 bit chunks.
18250
18251 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
18252
18253 * gdb.base/overlays.c (main): Exit normally when result is
18254 correct.
18255
18256 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
18257 map. Include space for printf in .text segment.
18258
18259 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
18260 updated d10v memory VMA/LMA map.
18261 (D10VCopy): Call D10VTranslate.
18262
18263 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
18264
18265 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
18266
18267 * gdb.base/bar.c (barx, bar): Change variable to small array so
18268 that it won't be put into the .sdata - small data -
18269 section. Update reference.
18270 * gdb.base/baz.c (bazx, baz): Ditto.
18271 * gdb.base/foo.c (foox, foo): Ditto.
18272 * gdb.base/grbx.c (grbxx, grbx): Ditto.
18273
18274 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
18275 to be arrays.
18276
18277 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
18278
18279 * gdb.base/overlays.exp: fix up and get working again.
18280 Add tests for backtraces from an overlay function.
18281
18282 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
18283
18284 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
18285 "calling function with watchpoint enabled".
18286
18287 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
18288
18289 * gdb.base/break.exp (test_next_with_recursion): Remove
18290 gdb_suppress_tests for d10v-*-*.
18291 * lib/gdb.exp (gdb_suppress_tests): Disable this function
18292 pending review of whether it is useful or not.
18293
18294 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
18295
18296 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
18297
18298 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
18299
18300 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
18301 * config/dve.exp: New file to support Densan boards.
18302
18303 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
18304
18305 * gdb.base/interrupt.exp: Document problem of simulators, signals,
18306 reads and BSD.
18307
18308 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
18309
18310 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
18311 response.
18312
18313 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
18314
18315 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
18316
18317 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
18318 test.
18319
18320 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
18321 target_sizeof_long and target_bigendian_p.
18322 (structs_by_value, structs_by_reference): Check values according
18323 to targets word size and endianess.
18324
18325 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
18326
18327 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
18328 output.
18329
18330 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
18331
18332 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
18333 Update test of set args help to match source change.
18334
18335 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
18336
18337 * gdb.base/default.exp: Expect help system output to be in
18338 alphabetical order.
18339 * gdb.base/help.exp: Ditto.
18340
18341 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
18342
18343 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
18344 "i*86-pc-linux-gnu*".
18345 * gdb.base/interrupt.exp: Ditto.
18346 * gdb.base/corefile.exp: Ditto.
18347
18348 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
18349 define vxworks when building the testcase.
18350
18351 * gdb.base/ptype.exp: Fix testnames to be unique.
18352 * gdb.base/radix.exp: Ditto.
18353 * gdb.base/term.exp: Ditto.
18354 * gdb.base/whatis.exp: Ditto.
18355 * gdb.c++/classes.exp: Ditto.
18356
18357 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
18358
18359 * gdb.base/callfuncs.exp: Fix indentation.
18360
18361 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
18362 suppress_flag has been set.
18363 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
18364 target feature.
18365
18366 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
18367
18368 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
18369 the testcase.
18370
18371 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
18372 set_debug_traps() and breakpoint().
18373 * gdb.c++/misc.cc (main): Ditto.
18374 * gdb.c++/templates.cc (main): Ditto.
18375 * gdb.c++/virtfunc.cc (main): Ditto.
18376
18377 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
18378
18379 * lib/gdb.exp(gdb_step_for_stub): New function.
18380 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
18381 exists, reload the executable and do a "continue" instead of
18382 doing a jump.
18383 (runto_main): Use gdb_step_for_stub.
18384
18385 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
18386 tests to have unique names.
18387 * gdb.base/callfuncs.exp: Ditto.
18388 * gdb.base/commands.exp: Ditto.
18389 * gdb.base/default.exp: Ditto.
18390 * gdb.base/help.exp: Ditto.
18391 * gdb.base/list.exp: Ditto.
18392 * gdb.base/opaque.exp: Ditto.
18393 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
18394 similar tests.
18395
18396 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
18397 * gdb.c++/cplusfuncs.cc: Ditto.
18398 * gdb.c++/virtfunc.cc: Ditto.
18399
18400 * config/monitor.exp: Keep track of the last file we saw, rather
18401 than trying to get the info from gdb.
18402
18403 * gdb.fortran/types.exp: Move comment to previous line.
18404
18405 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
18406
18407 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
18408 target mode.
18409
18410 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
18411
18412 From Bob Manson:
18413 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
18414 string from GDB when it connects.
18415
18416 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
18417
18418 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
18419
18420 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
18421 if we can't get a debug format from GDB (we may be testing an
18422 older GDB). Use a 10 second timeout when checking for the format.
18423
18424 * gdb.stabs/weird.exp: Fix quoting.
18425
18426 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
18427
18428 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
18429
18430 * config/arm-ice.exp: New file.
18431
18432 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
18433
18434 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
18435 until it has been modified to work with the new testsuite.
18436
18437 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
18438 testcase won't compile, cause all of the testcases in the file to
18439 fail instead.
18440
18441 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
18442 (gdb_clear_suppressed): New procedure.
18443 (gdb_stop_suppressing_tests): Only clear suppress_flag if
18444 it contains a positive value.
18445
18446 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
18447
18448 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
18449
18450 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
18451
18452 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
18453
18454 * lib/gdb.exp (setup_xfail_format): New function.
18455 (get_debug_format): New function to get debug format.
18456 (debug_format): New global variable to hold last value set
18457 by get_debug_format.
18458 * gdb.base/list.exp: Call get_debug_format and expect some
18459 tests to fail for DWARF 1 and COFF formats.
18460 * gdb.c++/ptype.exp: Ditto.
18461 * gdb.c++/classes.exp: Ditto.
18462 * gdb.c++/cplusfuncs.exp: Ditto.
18463 * gdb.c++/inherit.exp: Ditto.
18464 * gdb.c++/templates.exp: Ditto.
18465 * gdb.c++/virtfunc.exp: Ditto.
18466
18467 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
18468
18469 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
18470 host doesn't have a currently-open connection.
18471
18472 * config/sparclet.exp: Cleanups and fixes to make it generic for
18473 any gdb stub target. Handle cases where gdb doesn't respond when
18474 interrupted in a sane fashion.
18475
18476 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
18477 same thing in a totally different way.
18478
18479 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
18480 setting "timeout".
18481 (gdb_start): We set the global gdb_prompt variable in
18482 default_gdb_init now.
18483
18484 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
18485
18486 * gdb.base/printcmds.exp: Fix "check for floating addition"
18487 regexp to accept results within approx +/- .01 of exact value.
18488 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
18489
18490 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
18491
18492 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
18493 properly.
18494 (gdb_expect): Add optional timeout parameter, and add timeout
18495 value to various calls.
18496 (gdb_suppress_tests): Only give one warning message per group.
18497
18498 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
18499
18500 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
18501 global variables. Handle getting a value for $timeout more
18502 gracefully.
18503
18504 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18505
18506 * lib/gdb.exp: Close connection to remote host if gdb doesn't
18507 initialize.
18508 (default_gdb_init): New procedure; allow gdb_init to be overridden
18509 by a target configuration file.
18510 (gdb_expect): Pass the timeout to remote_expect.
18511
18512 * config/monitor.exp(gdb_load): Fix typo in regexp.
18513
18514 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
18515
18516 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
18517
18518 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
18519
18520 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
18521 here. Call gdb_target_exec before rebooting the target, to make
18522 sure the connection to the target is closed.
18523 (gdb_load): Pass the name of the executable to gdb_target_monitor.
18524 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
18525 Also detect "Timeout reading from remote" error.
18526
18527 * config/gdbserver.exp: Pass the executable being loaded to
18528 gdb_target_monitor. Don't call gdb_file_cmd here; let
18529 gdb_target_monitor do it.
18530
18531 * gdb.disasm/hppa.exp: Don't use exec_output.
18532
18533 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
18534
18535 * gdb.base/list.exp: If we're debugging a non-native target,
18536 try to set the pc register to point to the start of the
18537 program before doing the first list command.
18538
18539 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
18540 test_calls after restarting.
18541
18542 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
18543 reloading.
18544
18545 * gdb.base/watchpoint.exp: Fix typo.
18546
18547 * gdb.base/setshow.exp: Check for use_gdb_stub.
18548
18549 * gdb.base/break.exp: Fix continue until exit test for the gdb
18550 stub case.
18551 * gdb.base/langs.exp: Ditto.
18552
18553 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
18554 gdb_load_offset. If we weren't given a file to load, figure out
18555 what the current file is and use it.
18556
18557 * config/i386-bozo.exp: New file.
18558
18559 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
18560
18561 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
18562 feature.
18563
18564 * config/proelf.exp: New entry.
18565
18566 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
18567
18568 * lib/gdb.exp: Remove spurious .* patterns at the beginning
18569 of regexps.
18570
18571 * gdb.base/watchpoint.exp: Don't run the test_stepping
18572 tests if gdb can't call functions on the target.
18573
18574 * gdb.base/setshow.exp: Don't run the set prompt tests if
18575 the board has gdb_prompt set.
18576
18577 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
18578
18579 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
18580 * gdb.base/commands.exp: Likewise.
18581 * gdb.base/setshow.exp: Likewise.
18582
18583 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
18584
18585 * config/monitor.exp(gdb_start): Look for gdb_prompt target
18586 feature.
18587
18588 * config/i960.exp: New file.
18589
18590 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
18591
18592 * gdb.base/funcargs.exp: Check for gdb,short_int target
18593 feature instead of looking for explicit target triplets.
18594
18595 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
18596
18597 * gdb.base/printcmds.exp: add a couple more tests a la
18598 "p 123DEADBEEF", to check parse_number.
18599 * top.c: change "to enable to enable" to "to enable" in a couple
18600 of help strings.
18601
18602 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
18603
18604 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
18605 on the mn10300.
18606
18607 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
18608
18609 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
18610 where the test executable is run with explicit args.
18611 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
18612
18613 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
18614
18615 * gdb.base/run.c: Use FAKEARGV to build test executable that
18616 does not require a command line arg, since most simulators
18617 don't currently support passing such an arg into the simulated
18618 program.
18619 * gdb.base/commands.exp: Change tests to insert the proper
18620 value as the arg to the first recursive factorial call. Change
18621 compilation line to define FAKEARGV at compile time.
18622
18623 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
18624
18625 * gdb.base/recurse.exp: Enable these tests for the mn10300.
18626 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
18627 function with watchpoint enabled" test.
18628
18629 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
18630
18631 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
18632 Don't call gdb_test when the command doesn't return to a gdb prompt.
18633
18634 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
18635 "Tests restarted" messages.
18636
18637 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
18638
18639 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
18640
18641 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
18642
18643 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
18644 for INFO SYMBOL; add help tests for OVERLAY commands.
18645 * gdb.base/default.exp: add tests for INFO SYMBOL command;
18646 add tests for OVERLAY commands
18647 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
18648 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
18649 * gdb.base/sigall.c: add usestubs code frag
18650 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
18651
18652 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
18653
18654 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
18655 failures.
18656 (gdb_stop_suppressing_tests): Note that tests have restarted.
18657
18658 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
18659
18660 * config/h8300.exp: New file.
18661
18662 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
18663
18664 * gdb.base/setshow.exp: Check for the existence of a
18665 feature, not its value.
18666
18667 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
18668
18669 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
18670
18671 * gdb.base/scope.exp: It's now init0(), not init().
18672
18673 * gdb.base/scope0.c: For now, change init() to be init0().
18674
18675 * config/monitor.exp: Use gdb_serial in preference to serial
18676 or netport.
18677
18678 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
18679 and it's not already set.
18680
18681 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
18682
18683 * gdb.base/setshow.exp: Only test the run command if the target
18684 isn't using a stub and if it supports argument passing.
18685
18686 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
18687
18688 * config/udi.exp(gdb_start): Make sure UDICONF is set
18689 properly before starting gdb.
18690
18691 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
18692
18693 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
18694 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
18695 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
18696
18697 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
18698
18699 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
18700 specialized code to reboot the board, use remote_reboot instead.
18701
18702 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
18703
18704 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
18705
18706 * config/monitor.exp: Make sure we disconnect from the target.
18707 Also, try a reboot/reload cycle instead of failing if the
18708 load fails.
18709
18710 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
18711
18712 * gdb.base/default.exp: Don't set match_max.
18713 * gdb.base/help.exp: Ditto.
18714 * gdb.base/list.exp: Ditto.
18715 * gdb.base/signals.exp: Ditto.
18716
18717 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
18718 set, use remote_ld to download the testcase instead of
18719 the GDB loader.
18720
18721 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
18722
18723 * config/vr5000.exp: New file.
18724
18725 * config/monitor.exp(gdb_target_monitor): Add pattern for
18726 "Ending remote" to detect errors in connecting.
18727
18728 * gdb.base/setshow.exp: Add .* within auto language test.
18729
18730 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
18731 target feature.
18732
18733 * config/monitor.exp(gdb_load): Check for a failure when loading,
18734 and reboot the board if necessary.
18735
18736 * gdb.base/setvar.exp(test_set): Handle multiple prints within
18737 a set of tests. Remove print.* from the patterns being checked.
18738
18739 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
18740
18741 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
18742 refer to gdb_spawn_id.
18743
18744 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
18745 longer used.
18746 * config/sparclet.exp: Ditto.
18747 * config/sparclet-old.exp: Ditto.
18748 * config/slite.exp: Ditto.
18749 * config/sim.exp: Ditto.
18750 * gdb.base/funcargs.exp: Ditto.
18751
18752 * lib/gdb.exp:Remove references to gdb_spawn_id.
18753 (gdb_expect): Move to remote.exp.
18754
18755 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
18756
18757 * config/monitor.exp: Detect the "Couldn't establish connection"
18758 message from GDB.
18759
18760 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
18761
18762 * gdb.base/bitfields.exp: Use runto instead of explicit
18763 gdb_run_cmd/gdb_expect sequences.
18764
18765 * gdb.base/break.exp(text_next_with_recursion): Add match for
18766 gdb_expect call.
18767
18768 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
18769 We also need to handle the "A program is being debugged already"
18770 prompt from gdb. Use gdb_test to set the baud rate.
18771
18772 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
18773 to 20000. Really. I mean it.
18774
18775 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18776
18777 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
18778 fails. If suppress_flag is set, skip perror message about not
18779 being able to send to GDB.
18780 (send_gdb): If suppress_flag is set, don't try to send commands to
18781 GDB.
18782 (gdb_expect): If suppress_flag is set, always fail immediately.
18783 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
18784 (gdb_init): Call gdb_stop_suppressing_tests.
18785 (default_gdb_exit): Ditto.
18786 (default_gdb_start): Ditto.
18787
18788 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
18789 gdb_stop_suppressing_tests as appropriate.
18790 * gdb.base/break.exp: Ditto.
18791 * gdb.base/callfuncs.exp: Ditto.
18792 * gdb.base/commands.exp: Ditto.
18793 * gdb.base/exprs.exp: Ditto.
18794 * gdb.base/funcargs.exp: Ditto.
18795 * gdb.base/list.exp: Ditto.
18796 * gdb.base/recurse.exp: Ditto.
18797 * gdb.base/scope.exp: Ditto.
18798 * gdb.base/structs.exp: Ditto.
18799 * gdb.c++/inherit.exp: Ditto.
18800
18801 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
18802
18803 * config/vr4300.exp: New file.
18804
18805 * gdb.*/*.exp: Call gdb_expect instead of expect.
18806
18807 * lib/gdb.exp(gdb_expect): New function.
18808
18809 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
18810
18811 * lib/gdb.exp(gdb_init): New function.
18812
18813 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
18814 for each individual variable set.
18815
18816 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
18817 name.
18818
18819 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
18820
18821 * gdb.base/scope.exp: Use gdb_test.
18822
18823 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
18824 aborting; the testsuite driver will do that for us (see
18825 gdb_finish). Also, use gdb_test in a few more places.
18826
18827 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
18828
18829 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
18830
18831 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
18832
18833 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
18834 and "add_tests" are not at the same address.
18835
18836 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
18837
18838 * gdb.base/ptype.exp: Use gdb_test.
18839
18840 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
18841
18842 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
18843 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
18844 left in. No longer expect them to fail.
18845
18846 * gdb.stabs/*.mt; Deleted, no longer used.
18847 * gdb.stabs/configure.in: Remove references to target makefile
18848 frags.
18849 * gdb.stabs/configure: Rebuilt.
18850
18851 * gdb.disasm/*.mt: Deleted, no longer used.
18852 * gdb.disasm/configure.in: Remove references to target makefile
18853 frags. Use "sh3.s" as the unique filename for this directory.
18854 * gdb.disasm/configure: Rebuilt.
18855
18856 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
18857 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
18858 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
18859
18860 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
18861
18862 * config/udi.exp: Use mondfe,name instead of remote_host.
18863
18864 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
18865
18866 * gdb.base/watchpoint.exp: Don't expect a failure when calling
18867 a function with a watchpoint enabled on the mn10200.
18868
18869 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
18870 before trying to create it!
18871
18872 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
18873
18874 * config/vx.exp: Use hostname instead of netport.
18875
18876 * config/vxworks.exp: New file.
18877
18878 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
18879
18880 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
18881 gdb before assuming everything worked. Send a ^C if a timeout
18882 occurs.
18883
18884 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
18885 $gdb_spawn_id directly.
18886 (gdb_run_cmd): Try _start as well as start. Use the target feature
18887 gdb,start_symbol as the symbol to start from when jumping.
18888
18889 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
18890
18891 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
18892 redundant) test.
18893
18894 * gdb.base/recurse.exp: Relax final value test for 'b' so that
18895 it doesn't lose for 16bit integer systems.
18896
18897 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
18898
18899 * gdb.fortran/types.exp: If the target doesn't support "double"
18900 data types, then expect "real" types to only be 4 bytes.
18901
18902 * gdb.c++/virtfunc.exp: Expect failure for virtual function
18903 call tests if the target doesn't support inferior function calls.
18904
18905 * gdb.base/printcmds.exp: Allow minor deviation in FP values
18906 in printf tests.
18907
18908 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
18909
18910 * gdb.base/help.exp: Disable "help set", "help show", and
18911 "help support". Simplify regexp for "help stack".
18912
18913 * gdb.base/default.exp: Set match_max to 5000 and the timeout
18914 to 60 seconds. Temporarily set match_max to 15000 around the
18915 "info copying" test.
18916
18917 * gdb.base/nodebug.exp: Don't try to do an inferior function
18918 call if the target doesn't support them.
18919 * gdb.base/printcmds.exp: Likewise.
18920 * gdb.base/setvar.exp: Likewise.
18921 * gdb.base/structs.exp: Likewise.
18922 * gdb.c++/templates.exp: Likewise.
18923 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
18924
18925 * gdb.base/recurse.exp: Enable for the mn10200.
18926
18927 * configure.in: Do configure gdb.stabs directory for *-*-elf
18928 targets.
18929 * configure: Rebuilt.
18930
18931 * gdb.base/break.exp: Check for gdb,noresults before testing
18932 exit status and/or results from the target.
18933 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
18934 * lib/gdb.exp: Remove old (now bogus) initialization of
18935 noinferior, noargs, noresults and nosignals.
18936
18937 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
18938
18939 * config/sh.exp: New file.
18940
18941 * config/slite.exp: Try to connect multiple times to the board
18942 before rebooting. Only send a "monitor run" if need_monitor_run
18943 is set.
18944
18945 * gdb.base/break.exp: Don't do the "stub continue" test if
18946 the target has gdb_stub set.
18947
18948 * gdb.base/callfuncs.exp: Increase the timeout.
18949
18950 * gdb.base/interrupt.exp: Don't even try to compile the testcase
18951 if the target has gdb,noinferiorio set.
18952
18953 * gdb.base/list.exp: Increase match_max to 10000 characters.
18954
18955 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
18956
18957 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
18958 target.
18959
18960 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
18961
18962 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
18963
18964 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
18965 trying to delete the copy of gdb. Catch the file delete so we
18966 don't die if the delete fails; also, the file should be copied to
18967 the host, not to the build.
18968
18969 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
18970
18971 * lib/gdb.exp(gdb_test): Surround the result pattern with
18972 parenthesis in case it contains multiple regexps separated
18973 with |.
18974
18975 * gdb.base/watchpoint.exp: Use gdb_test.
18976 * gdb.base/default.exp: Ditto.
18977
18978 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
18979
18980 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
18981
18982 * gdb.base/scope.exp: Use gdb_test.
18983 * gdb.c++/classes.exp: Ditto.
18984 * gdb.c++/inherit.exp: Ditto.
18985
18986 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
18987
18988 * gdb.base/crossload.exp: Don't use execute_anywhere, use
18989 remote_exec instead.
18990 * gdb.base/corefile.exp: Don't be ridiculous.
18991 * gdb.base/*.c: Add missing stub invocations.
18992
18993 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
18994
18995 * config/slite.exp: Miscellaneous fixes.
18996
18997 * lib/gdb.exp: Fix runto.
18998
18999 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19000 the target.
19001
19002 * gdb.base/watchpoint.exp: Fix regexp.
19003
19004 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19005 close and wait commands, as the descriptor may now be
19006 invalid. Always call "remote_close host".
19007
19008 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19009
19010 Major rewrite for testsuite revision.
19011
19012 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19013 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19014 instead of relying on spawn_id to always contain a valid
19015 spawn id.
19016 (get_compiler_info): New procedure to build the ${binfile}.ci
19017 file, instead of replicating this in N different places.
19018 (gdb_compile): New procedure.
19019
19020 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19021 appropriate arguments) instead of compile. Use gdb_test in a lot
19022 more places. Use send_gdb instead of send. Always run gdb_start
19023 at the start of a testcase, as this is no longer done magically.
19024
19025 config/*-gdb.exp: Rename without the -gdb suffix.
19026
19027 config/mips.exp: Use remote_close instead of exit_remote_shell.
19028 config/monitor.exp: Use target_info instead of looking at
19029 baud, timeout, etc.
19030 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19031
19032 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19033
19034 * gdb.c++/templates.exp (test_ptype_of_templates),
19035 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19036 Update expect patterns for destructors and assignment operators
19037 to match corresponding c-typeprint.c changes.
19038 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19039 to destructor breakpoint test, GDB should be able to set the
19040 destructor breakpoint without specifying arguments.
19041
19042 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19043
19044 * gdb.threads/pthreads.exp: Change result for failure to compile due
19045 to lack of pthreads runtime support from an error to simply an
19046 unsupported test, per dejagnu standards.
19047
19048 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19049
19050 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19051 where GDB exits to reduce pattern match time.
19052 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19053
19054 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19055
19056 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
19057
19058 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19059 * gdb.base/default.exp: ditto.
19060 * gdb.base/nodebug.exp: ditto.
19061 * gdb.base/printcmds.exp: ditto.
19062 * gdb.base/ptype.exp: ditto.
19063 * gdb.base/setvar.exp: ditto.
19064 * gdb.base/structs.exp: ditto.
19065 * gdb.base/setshow.c: Guard against uninitialized values of argc.
19066
19067 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
19068
19069 * configure, */configure: Rebuild with autoconf 2.12.
19070
19071 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
19072
19073 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19074 use new i*86-pc-linux*-gnu quads.
19075 * gdb.base/corefile.exp: Ditto.
19076 * gdb.base/signals.exp: Ditto.
19077 * gdb.base/sigall.exp: Ditto.
19078 * gdb.base/interrupt.exp: Ditto.
19079
19080 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19081 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
19082 RedHat 4.0.
19083
19084 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
19085 linux. This allows the test case to at least compile on latest
19086 linux, but still not run due to missing the threads runtime library.
19087
19088 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19089
19090 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
19091 directory to search gdb directory. Accept and step over conditional
19092 stack alignment code. Consume $prompt in failure cases.
19093 Reset timeout to $oldtimeout instead of some arbitrary value.
19094 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
19095 timeout problems with infinite stack backtraces.
19096 * gdb.base/ptype.exp (ptype struct link, union tu_link):
19097 Accept function parameters for linkfunc member.
19098
19099 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
19100
19101 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19102 (CXXFLAGS): Remove, unreferenced.
19103 (B_OPTIONS): Add for -B options and add code to initialize with
19104 previous -B options and also add -B option to pick up cross compiled
19105 runtime.
19106 (TARGET_INCLUDES): Add for -I options and add code to initialize when
19107 doing cross compiles.
19108 (target_alias): Declare global.
19109 (xgcc): Set variable to full path of gcc in build tree. Use findfile
19110 to verify that gcc exists in build tree, and if so set CC to that
19111 gcc and to use B_OPTIONS and TARGET_INCLUDES.
19112
19113 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
19114
19115 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19116 ptype test for anonymous union. Fixup testcase to match
19117 current gcc debug output.
19118
19119 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
19120
19121 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19122 force argument to an unsigned long type.
19123
19124 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
19125
19126 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
19127 tests and anonymous union print/ptype tests.
19128 * gdb.base/list.exp (test_forward-search): Increase timeout by
19129 5 minutes for the "search extremely long line" case.
19130 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
19131 completely optional and that the pass/fail messages use the command as
19132 the message if that third arg is a null string.
19133 (gdb_test_exact): Arrange that a null string pattern means match a
19134 null string output rather than any output, which might include random
19135 errors.
19136 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
19137 backtrace test.
19138 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
19139 always failing and failure is now exposed by gdb.exp changes.
19140
19141 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
19142
19143 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
19144 weren't being noted.
19145
19146 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19147
19148 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
19149 * gdb.stabs/weird.exp: Remove v_comb xfails.
19150
19151 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
19152
19153 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
19154 list.exp scope.exp watchpoint.exp]
19155 Make all timeout error msgs explicitly say "(timeout)".
19156
19157 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
19158
19159 * config/monitor.exp: Increase download timeout to 1000 seconds.
19160
19161 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
19162
19163 * config/m32r.exp: Increase timeout to 120 seconds.
19164
19165 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
19166
19167 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
19168 and accept older ordering as obsolescent gcc or gdb.
19169 * gdb.c++/templates.exp: Ditto.
19170 * gdb.c++/virtfunc.exp: Ditto.
19171
19172 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
19173
19174 * gdb.base/coremaker.c: Add code to mmap some data so we
19175 can check that it ends up in the core file.
19176 * gdb.base/corefile.exp: Add test to read mmapped data
19177 from core file.
19178
19179 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
19180
19181 * config/m32r.exp: New file.
19182
19183 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
19184
19185 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
19186 that cflags can contains -gstabs, and work correctly for other tests.
19187
19188 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
19189
19190 * gdb.base/setshow.exp: New file, tests show and set.
19191 * gdb.base/setshow.c: New file, tests show and set.
19192 * gdb.base/help.exp: Add test for help set|show annotate.
19193 * gdb.base/default.exp: Add test for set|show annotate.
19194
19195 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
19196
19197 * testsuite/gdb.base/break.exp: Make backtrace from factorial
19198 errors unique.
19199 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
19200 explicitly.
19201
19202 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
19203
19204 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
19205 and width commands. This is done elsewhere.
19206 * (gdb_start): Don't call gdb_start_sim here. That's already
19207 done in gdb_load. This fixes lots of failures in default.exp.
19208
19209 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
19210
19211 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
19212 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
19213 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
19214 in the same we we treat other failures (since it may be an expected
19215 condition), rather than as an error.
19216 * gdb.base/signals.exp (test_handle_all_print): Revert back to
19217 old test format.
19218
19219 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
19220
19221 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
19222 (distclean maintainer-clean realclean): No need to remove files
19223 twice. Nuke the duplicates.
19224 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
19225 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
19226 Remove config.h along with other config files.
19227
19228 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
19229
19230 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
19231 "p func1 ()" and note that rests of tests are skipped.
19232 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
19233 setup_xfails for "print func2::coremaker_local".
19234 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
19235 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
19236 affected by the previous run test.
19237 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
19238 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
19239 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
19240 "pass int powerset tuple" and "pass modeless int powerset tuple".
19241 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
19242 "real write 4" and "real write 8".
19243 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
19244 setup_xfails for "print vs1 after tuple assign 2",
19245 "print \$i after tuple assign 2", and
19246 "print vs2 after tuple assign 2".
19247 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
19248 meaningful error message and return -1 so the caller can
19249 suppress further tests and avoid a cascade of errors.
19250
19251 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
19252
19253 * gdb.base/a1-selftest.exp: Tweak tests to account for new
19254 format for printing version.
19255 * gdb.base/default.exp: Ditto.
19256 * gdb.base/interrupt.exp: Fix problem with cascade of
19257 errors if child process dies while calling a function.
19258
19259 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
19260
19261 * Makefile.in (VPATH): Add
19262 * Makefile.in (Makefile, config.status): Fix rules so things get
19263 remade when necessary.
19264
19265 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
19266
19267 * Makefile.in (just-check): Add path to sibling expect dir
19268 to environment variable specified by RPATH_ENVVAR.
19269
19270 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
19271
19272 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
19273 (just-check): Add shared library paths for libstdc++, tk,
19274 tcl, bfd, and opcodes to the environment variable specified
19275 in RPATH_ENVVAR.
19276 * configure.in: Add support to recognize --enable-shared flag
19277 and generate correct value for RPATH_ENVVAR.
19278 * configure: Regenerated with autoconf.
19279
19280 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
19281
19282 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
19283 include all osf versions.
19284 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
19285 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
19286 when target is linux. When failing to build pthreads test
19287 executable, give more meaningful message.
19288 * gdb.threads/pthreads.c: Hpux also uses old definition of second
19289 arg for pthread_create.
19290
19291 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
19292
19293 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
19294 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
19295 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
19296 and -lpthreads (everybody else).
19297 (test_startup): Fail gracefully if threads are not supported.
19298 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
19299 "p/c array_index("abcdef",2)" when not gcc compiled.
19300 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
19301 "print func2::coremaker_local" when not gcc compiled.
19302 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
19303 "ptype on opaque struct tagname (statically)",
19304 "ptype on opaque struct tagname (dynamically) 1", and
19305 "ptype on opaque struct tagname (dynamically) 2"
19306 for not compiled with gcc.
19307 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
19308 backtrace when compiled with gcc.
19309 * lib/gdb.exp (runto_main): Return result of "runto main" rather
19310 than always return success.
19311
19312 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
19313
19314 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
19315
19316 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
19317
19318 * gdb.base/structs.exp: Undo last change.
19319
19320 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
19321
19322 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
19323 encapsulate all the steps/nexts done during self test, starting
19324 at main, and makes them less sensitive to optimization issues.
19325 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
19326 signal handler" test.
19327 * gdb.threads/pthreads.exp: Only run this for native configs.
19328 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
19329 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
19330 tests.
19331 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
19332 for "runto test_calls(void)" test.
19333
19334 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
19335
19336 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
19337 and don't expect address info in breakpoint confirmations.
19338
19339 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
19340
19341 * gdb.base/list.exp (test_forward_search): Increase timeout
19342 temporarily by 60 seconds for searching extremely long line,
19343 and then reset to old value when done. Increase expect input
19344 buffer to 10000.
19345
19346 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
19347
19348 * gdb.base/list.exp (test_forward_search): Fix to handle very
19349 long source line without overflowing expect's input buffer.
19350
19351 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
19352
19353 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
19354 "buffer_full".
19355
19356 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
19357 "buffer_full".
19358
19359 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
19360 "buffer_full".
19361
19362 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
19363 "buffer_full".
19364
19365 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
19366
19367 * configure.in (configdirs): Add gdb.threads.
19368 * configure: Regenerated with autoconf.
19369 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
19370 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
19371 * gdb.threads/configure: New, generated with autoconf.
19372
19373 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
19374
19375 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
19376
19377 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
19378
19379 * gdb.base/signals.exp (test_handle_all_print): Test separately for
19380 each signal's status in the output of "handle all print".
19381 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
19382 the \r\n sequence that immediately precedes the gdb prompt.
19383 * gdb.base/a1-selftest.exp: Save original timeout and restore
19384 after test.
19385
19386 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
19387
19388 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
19389 symbol.
19390
19391 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
19392
19393 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
19394
19395 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
19396
19397 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
19398 timeout by 60 seconds.
19399
19400 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
19401
19402 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
19403 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
19404 error return.
19405
19406 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
19407
19408 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
19409 gdb initialization, also report how long dejagnu waited. Restore
19410 old timeout before doing error return. Temporarily increase timeout
19411 by 3 minutes to allow for slow startups over heavy NFS use.
19412
19413 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
19414
19415 * lib/gdb.exp: Report timeout value for verbosity level 2.
19416 * config/gdbserver.exp: Ditto.
19417 * config/hppro.exp: Ditto.
19418 * config/mips-gdb.exp: Ditto.
19419 * config/monitor.exp: Ditto.
19420 * config/netware.exp: Ditto.
19421 * config/sim-gdb.exp: Ditto.
19422 * config/slite-gdb.exp: Ditto.
19423 * config/udi-gdb.exp: Ditto.
19424 * config/unix-gdb.exp: Ditto.
19425 * config/vx-gdb.exp: Ditto.
19426 * gdb.base/a1-selftest.exp: Ditto.
19427 * gdb.base/a2-run.exp: Ditto.
19428 * gdb.base/break.exp: Ditto.
19429 * gdb.base/corefile.exp: Ditto.
19430 * gdb.base/list.exp: Ditto.
19431 * gdb.base/recurse.exp: Ditto.
19432 * gdb.base/scope.exp: Ditto.
19433 * gdb.base/signals.exp: Ditto.
19434
19435 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19436
19437 * gdb.threads/Makefile.in (docdir): Removed.
19438
19439 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19440
19441 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
19442 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
19443 @srcdir@.
19444 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
19445 autoconf 2.5 or higher.
19446 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
19447
19448 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
19449
19450 * configure: Regenerated.
19451 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
19452 avoid name clashes with SunOS headers.
19453
19454 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
19455
19456 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
19457
19458 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
19459
19460 * gdb.base/callfuncs.exp: Finish last change -- make sure the
19461 prototype information ends up in the compiler info file.
19462
19463 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
19464
19465 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
19466 attempting to regenerate it. Eliminate use of a temporary file
19467 and just generate the info file directly. Source it immediately,
19468 for consistency of use.
19469 * gdb.base/corefile.exp: Ditto
19470 * gdb.base/exprs.exp: Ditto.
19471 * gdb.base/funcargs.exp: Ditto.
19472 * gdb.base/langs.exp: Ditto.
19473 * gdb.base/list.exp: Ditto.
19474 * gdb.base/mips_pro.exp: Ditto.
19475 * gdb.base/nodebug.exp: Ditto.
19476 * gdb.base/opaque.exp: Ditto.
19477 * gdb.base/ptype.exp: Ditto.
19478 * gdb.base/scope.exp: Ditto.
19479 * gdb.base/setvar.exp: Ditto.
19480 * gdb.base/signals.exp: Ditto.
19481 * gdb.base/whatis.exp: Ditto.
19482 * gdb.c++/templates.exp: Ditto.
19483 * gdb.c++/virtfunc.exp: Ditto.
19484 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
19485 whether or not to add -lstdc++ to the compile command line args.
19486
19487 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19488
19489 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
19490 it got fixed by the recent lookup_minimal_symbol_by_pc change.
19491 Increase timeout, a lot of single stepping might be needed if the
19492 target has no hardware watchpoints.
19493
19494 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
19495
19496 * gdb.base/break.exp: Ignore compiler warnings when compiling
19497 break.c.
19498 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
19499 * gdb.base/default.exp: Add h8300 xfails. Handle messages
19500 from remote-sim.
19501 * gdb.base/exprs.exp: Add h8300 xfails.
19502 * gdb.base/funcargs.exp: Likewise.
19503 * gdb.base/nodebug.exp: Likewise.
19504 * gdb.base/printcmds.exp: Likewise.
19505 * gdb.base/ptype.exp: Likewise.
19506 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
19507 h8300 xfails.
19508 * gdb.base/return.exp: Handle float/double precision problems
19509 on the h8300.
19510 * gdb.base/funcargs.c: Explicitly make last constant argument to
19511 call_after_alloca_subr an unsigned long type.
19512 * gdb.base/return.c: Include stdio.h.
19513
19514 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
19515
19516 * config/abug.exp: New file for the older Motorola Bug monitor
19517 that runs on the mvme13x series VME boards.
19518 * config/monitor.exp: Use the new config array for target settings
19519 if they exist.
19520
19521 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
19522
19523 * sim-gdb.exp: Make the SH simulator allocate less space when
19524 it is targeted.
19525
19526 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
19527
19528 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
19529 test.
19530
19531 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
19532
19533 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
19534 "rs6000-*-*" for "list function in include file" when gcc compiled.
19535 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
19536 for "p ctable1[120]".
19537 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
19538 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
19539 Remove setup_xfail for "rs6000-*-*" for
19540 "print 'scope0.c'::filelocal before run".
19541 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
19542 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
19543 since some compilers don't allow both options to be given
19544 on the same command line. Create object file and move it.
19545
19546 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
19547
19548 * gdb.base/corefile.exp: Always regenerate the core file, since
19549 we always regenerate the coremaker program. Detect special case
19550 where registers cannot be read from core file.
19551
19552 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
19553
19554 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
19555 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
19556 * gdb.c++/templates.exp: Only match on basename of file since
19557 some formats like xcoff don't encode directory information.
19558 * gdb.stabs/weird.exp: Use the right sed script for powerpc
19559 and rs6000 AIX xcoff targets.
19560 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
19561 * configure: Regenerate.
19562 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
19563 here, rather than in distclean.
19564
19565 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
19566
19567 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
19568 defined, and use it to compile the test case with -O2. The
19569 native compilation still uses no optimization.
19570 * gdb.base/mips_pro.c: Remove inline assembly code since
19571 it is compiled PIC by default, which results in assembler
19572 warnings that make the testsuite think the compilation
19573 was unsuccessful.
19574
19575 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
19576
19577 * gdb.c++/misc.exp: Add note to message for
19578 "print s.a for foo struct" that this is a known gcc 2.7.2
19579 and earlier bug.
19580
19581 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
19582
19583 * gdb.base/break.exp: Fix pattern for matching "Delete all
19584 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
19585 setup_xfail for deleting all breakpoints test. Fix various
19586 timeout messages to include "(timeout)".
19587 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
19588 for "p t_float_values2(3.14159,float_val2)".
19589 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
19590 for "continue to call2g" when gcc compiled.
19591 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
19592 "up to foo in langs.exp", "show language at foo in langs.exp",
19593 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
19594 and "show language at fsub in langs.exp".
19595 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
19596 "list line 1 in include file", "list message for lines past EOF",
19597 "list function in include file", "list list0.h:foo", and
19598 "list filename:function; nonexistant function".
19599 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
19600 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
19601 and "ptype t_char_array" to be for native cc only.
19602
19603 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
19604
19605 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
19606 setup_xfail for "print coremaker_bss", "print coremaker_ro",
19607 "print func2::coremaker_local", and "backtrace in corefile.exp".
19608
19609 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
19610
19611 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
19612 "bt in signals.exp". This problem only appears when running
19613 the testsuite, and then only intermittently.
19614
19615 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
19616
19617 * gdb.base/return.exp (return_tests): Differentiate between
19618 two tests of continuing.
19619
19620 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
19621
19622 * */Makefile.in (maintainer-clean): Remove config.log.
19623 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
19624 * gdb.c++/Makefile.in (PROGS): Add inherit.
19625 (clean): Remove *.ci.
19626
19627 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
19628
19629 * gdb.c++/misc.cc: Add test code from Mike Stump.
19630 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
19631
19632 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
19633
19634 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
19635 to "alpha-*-osf2*" and add comment.
19636 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
19637 setup_xfail for "step over execarg initialization" and
19638 "step over corearg initialization".
19639 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
19640 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
19641 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
19642 gcc compiled for "print coremaker_bss", "print coremaker_ro",
19643 "print func2::coremaker_local", and "backtrace in corefile.exp".
19644 * gdb.base/signals.exp: Build and source signals.ci.
19645 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
19646 to be for gcc only.
19647 * lib/gdb.exp: Move verbose statements outside conditionals.
19648
19649 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19650
19651 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
19652 Feb 3 procfs.c change.
19653
19654 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
19655
19656 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
19657
19658 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
19659
19660 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
19661 from dejagnu's apparent default of 10 seconds, which gives random
19662 results when running the tests over NFS on moderately loaded systems.
19663 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
19664
19665 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
19666
19667 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
19668 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
19669 result reports.
19670
19671 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
19672
19673 * configure.in (CY_AC_PATH_TCLH): Remove.
19674 * configure: Regenerate.
19675
19676 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
19677
19678 * gdb.c++/Makefile.in (clean): Add missing '{'.
19679
19680 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
19681
19682 * lib/gdb.exp: Provide a default value for noinferior.
19683
19684 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
19685 Load libgloss.exp.
19686
19687 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
19688
19689 * gdb.disasm/hppa.exp: Compile directly into an executable, use
19690 the executable, not the .o to run the tests from.
19691
19692 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
19693
19694 * gdb.base/break.exp: Don't test for program exit or exit status
19695 if $noresults if nonzero.
19696 * gdb.base/langs.exp: Likewise.
19697 * gdb.base/watchpoint.exp: Likewise.
19698
19699 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
19700 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
19701 trying to compile the testcase.
19702
19703 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
19704
19705 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
19706 * gdb.base/signals.exp (continue to handler): Likewise.
19707
19708 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
19709
19710 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
19711
19712 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
19713
19714 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
19715
19716 * gdb.base/corefile.exp: Recognize "not found" as failure
19717 when trying to determine if a core file was generated.
19718 If no core file was generate the first time, try again without
19719 the ulimit -c to work around braindamaged shells.
19720
19721 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
19722
19723 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
19724 [] tests with "test" and enclose string in quotes.
19725 * gdb.stabs/configure: Rebuild
19726
19727 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
19728
19729 Changes in sync with expect:
19730 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
19731 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
19732 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
19733 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
19734 argument to AC_REQUIRE.
19735 * configure: Regenerated.
19736
19737 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
19738
19739 * gdb.base/corefile.exp: When generating a core, discard any
19740 error messages about ulimit not found and the "core dumped"
19741 message from the shell that runs the coredumper.
19742
19743 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
19744
19745 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
19746
19747 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
19748 which sed script to run. Expect failure for v_comb test
19749 on PA targets too.
19750
19751 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
19752
19753 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
19754 "print func2::coremaker_local" and for "backtrace in corefile.exp"
19755
19756 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
19757
19758 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
19759 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
19760 "sparc-sun-solaris*" xfails for "p v_comb".
19761 * lib/gdb.exp (default_gdb_start): Fix typo.
19762 * gdb.base/corefile.exp: Allow "Core was generated by ..."
19763 messages to not include the full program name that caused
19764 the core dump since some systems (such as solaris) apparently
19765 truncate this path to about 80 characters.
19766 When generating a core file first try increasing the core file
19767 size limit to unlimited since some systems may default it to
19768 zero, and it is harmless to try it. Move the test for failing
19769 to generate a core file to where it will actually get executed.
19770 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
19771 new gdb result from g++ debug info improvements and make old
19772 pattern obsolescent. Also account for size_t differences
19773 (may be int or long).
19774 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
19775 initialization before function call is placed in the delay slot
19776 and thus appears to be skipped over by commands such as "next".
19777
19778 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
19779
19780 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
19781
19782 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
19783
19784 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
19785 input source file; fix code to compile test to deal with this
19786 convention.
19787 * gdb.c++/*.exp: Likewise.
19788
19789 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
19790
19791 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
19792 "bt in signals.exp".
19793
19794 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
19795
19796 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
19797 "step over execarg initialization" and
19798 "step over corearg initialization".
19799
19800 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
19801
19802 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
19803 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
19804
19805 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
19806
19807 From Rob Savoye (rob@poseidon.cygnus.com)
19808 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
19809 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
19810 configure.in}, gdb.disasm/{Makefile.in, configure.in},
19811 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
19812 configure.in}: Major reworking for autoconfig.
19813 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
19814 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
19815 New files.
19816 * config/unix-gdb.exp: Make GDB global.
19817 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
19818 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
19819 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
19820 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
19821 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
19822 term.exp, twice.exp, watchpoint.exp, whatis.exp},
19823 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
19824 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
19825 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
19826 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
19827 pr-8136.exp, result.exp, string.exp, tuples.exp},
19828 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
19829 to returns as necessary, arrange for test to compile own testcase
19830 executable.
19831 * lib/gdb.exp: Changes for testsuite to compile own test cases.
19832
19833 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
19834
19835 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
19836 clear_xfail at end of test which might not call either pass or fail.
19837 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
19838 "backtrace through signal handler".
19839
19840 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19841
19842 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
19843 continuing from a job control stop signal.
19844 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
19845
19846 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
19847
19848 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
19849 * gdb.base/corefile.exp: Likewise.
19850 * gdb.base/funcargs.exp: Likewise.
19851
19852 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
19853
19854 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
19855 * config/monitor.exp: Add support for setting baud rate.
19856
19857 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
19858
19859 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
19860 i*86-*-linux* xfails for "backtrace through signal handler".
19861 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
19862 "print func2::coremaker_local".
19863 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
19864 alpha-dec-osf2* xfail for
19865 "delete all breakpoints when none".
19866
19867 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
19868
19869 * gdb.base/break.exp: Change test that deletes all breakpoints
19870 when no user breakpoints are installed. A post 4.15 change
19871 causes gdb to no longer prompt in this case.
19872
19873 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
19874
19875 * gdb.base/return.exp (return_tests): Change xfail for test
19876 "correct value returned double test" to stop xfailing at
19877 Solaris 2.5. Apparently the bug has been fixed.
19878
19879 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
19880
19881 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
19882 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
19883
19884 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
19885
19886 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
19887 * gdb.disasm/hppa.s: Corresponding changes.
19888
19889 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
19890
19891 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
19892 makefile fragment.
19893 * config/mt-hpux: Deleted.
19894
19895 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
19896
19897 * Many files: When warning about suppressed tests due to a
19898 nonexistant test binary, avoid incrementing the warning count.
19899
19900 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
19901
19902 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
19903
19904 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19905
19906 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
19907 "sparc-*-solaris2*".
19908
19909 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19910
19911 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
19912 Add global and local variables and initialize them.
19913 * gdb.base/corefile.exp: Test correct mapping of corefile sections
19914 by printing variables. Remove rs6000 and powerpc xfails, BFD now
19915 extracts the file name and terminating signal from the core file.
19916 * TODO: Remove note about tests for correct mapping of corefile.
19917 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
19918 from optimizing it away.
19919 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
19920 handles common blocks.
19921
19922 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
19923
19924 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
19925 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
19926
19927 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
19928
19929 * Makefile.in (maintainer-clean): New target, synonym for
19930 realclean.
19931 * gdb.base/Makefile.in (maintainer-clean): Likewise.
19932 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
19933 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
19934 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
19935 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
19936 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
19937
19938 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
19939
19940 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
19941 xfails when not gcc compiled for "print foo::funclocal".
19942 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
19943 "print foo::funclocal at foo",
19944 "print 'scope1.c'::foo::funclocal at foo",
19945 "print foo::funclocal_bss at foo",
19946 "print 'scope1.c'::foo::funclocal_bss at foo",
19947 "print foo::funclocal_ro at foo",
19948 "print 'scope1.c'::foo::funclocal_ro at foo",
19949 "print bar::funclocal at foo" and
19950 "print 'scope1.c'::bar::funclocal at foo".
19951 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
19952 gcc compiled for "print foo::funclocal at bar".
19953 Expand all messages to ensure that they identify that
19954 the test is at bar().
19955 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
19956 gcc compiled for:
19957 "ptype on opaque struct pointer (statically)",
19958 "ptype on opaque struct tagname (statically)",
19959 "ptype on opaque struct pointer (dynamically) 1",
19960 "ptype on opaque struct tagname (dynamically) 1",
19961 "ptype on opaque struct pointer (dynamically) 2" and
19962 "ptype on opaque struct tagname (dynamically) 2
19963 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
19964 gcc compiled for:
19965 "p datalocal"
19966 "whatis datalocal",
19967 "ptype datalocal",
19968 "p bsslocal",
19969 "whatis bsslocal", and
19970 "ptype bsslocal".
19971 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
19972 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
19973 when not gcc compiled.
19974 * gdb.base/funcargs.exp (float_and_integral_args): Add
19975 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
19976 compiled.
19977 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
19978 "backtrace from call6a" when not gcc compiled.
19979 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
19980 "backtrace from call7a" when not gcc compiled.
19981 * gdb.base/callfuncs.exp (do_function_calls):
19982 Add "hppa*-*-hpux*" xfail when not gcc compiled for
19983 "p t_char_array_values(char_array_val2,char_array_val1)",
19984 "p t_char_array_values(char_array_val1,char_array_val2)",
19985 "p t_char_array_values("carray 1","carray 2")",
19986 "p t_char_array_values("carray 1",char_array_val2)",
19987 "p t_char_array_values(char_array_val1,"carray 2")",
19988 "p sum_args(1,{2})",
19989 "p sum_args(2,{2,3})",
19990 "p sum_args(3,{2,3,4})",
19991 "p sum_args(4,{2,3,4,5})"
19992 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
19993 "backtrace in corefile.exp" when not gcc compiled.
19994
19995 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19996
19997 * gdb.base/signals.exp: Rewrite `handle all print' test as
19998 a procedure. Accept blanks or TABs as whitespace, increase
19999 timeout and expect input buffer size for the large output
20000 from the command. Remove "i*86-*-bsdi2.0" xfail.
20001
20002 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20003
20004 * gdb.base/setvar.exp: Add new testcases for truncation when
20005 assigning invalid values to bitfields.
20006
20007 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20008
20009 * gdb.base/callfuncs.exp (do_function_calls): Remove
20010 mips-sgi-irix* xfail for
20011 "call inferior func with struct - returns char *"
20012 and fix test so that an optional (unsigned char *) cast is
20013 accepted in the result.
20014
20015 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20016
20017 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20018 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20019 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20020 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20021 that accidentally got checked in.
20022
20023 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20024
20025 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20026 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20027 compiled test.
20028 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20029 Add mips-sgi-irix5* xfail for not gcc compiled.
20030 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20031 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20032 "p top", "whatis top", "p middle", and "whatis middle".
20033 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20034 "whatis signed char" for not gcc compiled.
20035 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20036 "set variable signed char=-1 (-1)" and
20037 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20038 * gdb.base/funcargs.exp (float_and_integral_args):
20039 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20040 Add mips-sgi-irix* xfail when not gcc compiled for
20041 "continue to call2b".
20042 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20043 "continue to call2g".
20044 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20045 "backtrace from call6a"
20046 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20047 "backtrace from call7k".
20048 Add mips-sgi-irix5* xfail when not gcc compiled for
20049 "backtrace from call7a".
20050 (localvars_after_alloca): Fix gdb_test cmds for
20051 "print * after runto ...".
20052 Remove rs6000-*-* xfails for
20053 "print i after runto localvars_after_alloca" and
20054 "print l after runto localvars_after_alloca"
20055 for all compilers.
20056 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20057 when not compiled with gcc, for:
20058 "print signed char == (minus)",
20059 "print signed char != (minus)",
20060 "print signed char < (minus)",
20061 "print signed char > (minus)".
20062 * gdb.base/callfuncs.exp (do_function_calls):
20063 Add mips-sgi-irix* xfail, when compiled with native compiler, for
20064 "call inferior func with struct - returns char *".
20065 * gdb.base/return.exp (return_tests): Change xfail for
20066 "correct value returned double test" to include Solaris 2.4.
20067 * gdb.base/funcargs.exp (float_and_integral_args):
20068 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20069
20070 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20071
20072 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
20073 enumeration bitfields if compiling with GNU C.
20074 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
20075 to empty' prompt.
20076
20077 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
20078
20079 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20080 test for PRO targets.
20081
20082 * gdb.base/funcargs.exp: Avoid ever setting more than 8
20083 breakpoints in the inferior at any given time by making
20084 two groups of breakpoints for call2*, call6* and call7*
20085 tests.
20086
20087 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20088
20089 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
20090 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
20091 from optimizing it away.
20092 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
20093 "call inferior func with struct".
20094
20095 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
20096
20097 * configure.in: Only configure gdb.chill for particular targets.
20098
20099 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
20100
20101 * gdb.base/Makefile.in: Add action to .c.o transformation
20102 rule that generates a .ci file for each .o file and remove
20103 explicit .c.o rules except for callfuncs.o.
20104 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
20105 generates a .ci file for each .o file and remove explicit
20106 .cc.o rules.
20107 (clean): Remove *.tmp *.ci files.
20108 (EXECUTABLES): Remove templ-info.exp.
20109 * gdb.base/compiler.c: New file.
20110 * gdb.c++/compiler.cc: New file
20111 * gdb.base/scope.exp: Source gdb.base/scope.ci.
20112 Change rs6000-*-* xfail for
20113 "print 'scope0.c'::filelocal_ro" and
20114 "print 'scope1.c'::filelocal" and
20115 "print 'scope1.c'::filelocal_bss" and
20116 "print 'scope1.c'::filelocal_ro" and
20117 "print 'scope1.c'::foo::funclocal" and
20118 "print 'scope1.c'::foo::funclocal_ro" and
20119 "print 'scope1.c'::bar::funclocal" and
20120 "print 'scope0.c'::filelocal_ro" and
20121 "print 'scope1.c'::filelocal at foo" and
20122 "print 'scope1.c'::filelocal_bss at foo" and
20123 "print 'scope1.c'::filelocal_ro at foo" and
20124 "print 'scope1.c'::foo::funclocal at foo" and
20125 "print 'scope1.c'::foo::funclocal_bss at foo" and
20126 "print 'scope1.c'::foo::funclocal_ro at foo" and
20127 "print 'scope1.c'::bar::funclocal at foo" and
20128 "print 'scope0.c'::filelocal_ro" and
20129 "print 'scope1.c'::filelocal" and
20130 "print 'scope1.c'::filelocal_bss" and
20131 "print 'scope1.c'::filelocal_ro" and
20132 "print 'scope1.c'::foo::funclocal" and
20133 "print 'scope1.c'::foo::funclocal_bss" and
20134 "print 'scope1.c'::foo::funclocal_ro" and
20135 "print 'scope1.c'::bar::funclocal" and
20136 "print 'scope1.c'::bar::funclocal_bss"
20137 to only be xfail'd when not compiled with gcc.
20138 Add rs6000-*-* xfail for
20139 "print 'scope0.c'::filelocal_bss before run"
20140 when compiled with gcc.
20141 (test_at_main): Add rs6000-*-* xfail for
20142 "print filelocal_ro in test_at_main"
20143 when compiled with gcc.
20144 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
20145 Add rs6000-*-aix* xfail for
20146 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
20147 "ptype t_char_array", not compiled with gcc.
20148 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
20149 xfail for "list foo (in include file)" when gcc compiled.
20150 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
20151 (integral_args): Add rs6000-*-* xfail for
20152 "run to call0a" if not compiled with gcc.
20153 (unsigned_integral_args): Add rs6000-*-* xfail for
20154 "run to call1a" if not compiled with gcc.
20155 (float_and_integral_args): Add rs6000-*-* xfail for
20156 "run to call2a" if not compiled with gcc and for
20157 "continue to call2b" for any compiler.
20158 Add rs6000-*-* xfail to
20159 "print f1 after run to call2a" for gcc compiled.
20160 (discard_and_shuffle): Add rs6000-*-* xfail for
20161 "run to call6a".
20162 (shuffle_round_robin): Add rs6000-*-* xfail for
20163 "backtrace from call7a" if not compiled with gcc.
20164 Add rs6000-*-* xfail for
20165 "backtrace from call7b" if compiled with gcc.
20166 (call_after_alloca): Add rs6000-*-* xfail for
20167 "print c in call_after_alloca" and
20168 "print s in call_after_alloca" and
20169 "backtrace from call_after_alloca_subr"
20170 if not compiled with gcc.
20171 (localvars_in_indirect_call): Add rs6000-*-* xfail for
20172 "print c in localvars_in_indirect_call" and
20173 "print c in localvars_in_indirect_call" and
20174 "backtrace in indirectly called function" and
20175 "stepping into indirectly called function"
20176 if not compiled with gcc.
20177 (localvars_after_alloca): Add rs6000-*-* xfail for
20178 "print c after runto localvars_after_alloca" and
20179 "print s after runto localvars_after_alloca" and
20180 "print i after runto localvars_after_alloca" and
20181 "print l after runto localvars_after_alloca"
20182 for all compilers.
20183 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
20184 than whatis-info.exp.
20185 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
20186 than opaque-info.exp.
20187 Setup rs6000-*-* xfail for
20188 "ptype on opaque struct pointer (statically)" and
20189 "ptype on opaque struct pointer (dynamically)" when
20190 not compiled with gcc.
20191 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
20192 rather than callf-info.exp.
20193 (do_function_calls): Add clear_xfail for rs6000-*-* for
20194 "p t_float_values2(3.14159,float_val2)". Seems to work
20195 fine there, both with xlc and gcc. Need to find out what
20196 it is doing right and fix other platforms.
20197 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
20198 "call inferior func with struct - returns int",
20199 "call inferior func with struct - returns long",
20200 "call inferior func with struct - returns float",
20201 "call inferior func with struct - returns double",
20202 "call inferior func with struct - returns char *",
20203 but only if not gcc compiled (presumes xlc compiled).
20204 Change rs6000-*-* xfails for
20205 "call inferior func with struct - returns char" and
20206 " call inferior func with struct - returns short" to only
20207 xfail if not using gcc.
20208 (clean mostlyclean): Remove *.ci and *.tmp files.
20209 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
20210 than templ-info.exp.
20211 * gdb.base/langs.exp: Source gdb.base/langs.ci.
20212 Add rs6000-*-* xfail for "up to foo in langs.exp"
20213 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
20214 when not gcc compiled.
20215
20216 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20217
20218 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
20219 * gdb.base/corefile.exp: Likewise.
20220 * gdb.base/list.exp: Likewise.
20221 * gdb.base/scope.exp: Likewise.
20222 * gdb.base/siganls.exp: Likewise.
20223
20224 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
20225 compiler output.
20226 * gdb.base/whatis.exp: Likewise.
20227
20228 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
20229
20230 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
20231 failure (opcode table has been fixed to match reality).
20232
20233 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
20234
20235 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
20236 "call inferior func with struct - returns char",
20237 "call inferior func with struct - returns short"
20238
20239 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
20240 "print 'scope0.c'::filelocal at main",
20241 "print 'scope0.c'::filelocal_bss in test_at_main",
20242 "print 'scope0.c'::filelocal at foo",
20243 "print 'scope0.c'::filelocal_bss in test_at_foo",
20244 "print 'scope0.c'::filelocal at bar",
20245 "print 'scope0.c'::filelocal_bss in test_at_bar"
20246
20247 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
20248 in source file 1". This bug seems to have been fixed with both
20249 gcc and native cc (was native assembler bug?).
20250
20251 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
20252
20253 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
20254 "backtrace through signal handler" to "i*86-*-sysv4*".
20255 * gdb.base/signals.exp: Add xfail for "'next' behaved as
20256 continue" case. Add "known SVR4 bug" to fail message.
20257 Add "i*86-*-bsdi2.0" xfail for "handle all print".
20258 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
20259 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
20260 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
20261 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
20262 "up to foo in langs.exp", "show language at foo in
20263 langs.exp", "up to cppsub_ in langs.exp", "show
20264 language at cppsub_ in langs.exp", "up to fsub in
20265 langs.exp", and "show language at fsub in langs.exp".
20266 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
20267 "bactrace in corefile.exp".
20268 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
20269 "call inferior function with struct - returns float" and
20270 "call inferior function with struct - returns double".
20271
20272 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
20273
20274 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
20275 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
20276 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
20277 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
20278
20279 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
20280
20281 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
20282 (or overriden) "CHILL" macro rather then bare "gcc".
20283 Also look for ../../gcc/xgcc since that is what we will
20284 actually need, not "Makefile". Remove following assignment
20285 of CHILL to CHILL_FOR_TARGET because that results in
20286 recursive definition.
20287
20288 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
20289
20290 * gdb.base/corefile.exp: Change xfail for backtrace in
20291 corefile.exp from linuxaout to all linux.
20292 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
20293 cases where we miss the breakpoint at the signal handler
20294 for some reason. Setup xfail for linuxoldld/linuxaout and
20295 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
20296 hitting SIGURG breakpoint.
20297 * gdb.base/signals.exp: Setup xfail for "next" acting like
20298 continue to add linuxoldld. Setup xfail for all linux for
20299 "next to handler in signals_tests_1", "backtrace in
20300 signals_tests_1", "continue to func1", "pass SIGUSR1",
20301 and continue to handler".
20302
20303 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
20304
20305 * Update all FSF addresses except those in COPYING* files.
20306
20307 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
20308
20309 * gdb.base/a2-run.exp: Change messages to be more explicit about
20310 the status of args, and quote binfile in results.
20311
20312 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
20313
20314 * gdb.base/callfuncs.exp: Add tests for passing structs to
20315 inferior functions and return various types.
20316 * gdb.base/callfuncs.c: Add functions to receive a struct
20317 and return a member of the struct, in various types.
20318
20319 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20320
20321 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
20322
20323 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
20324
20325 * config/vxworks29k.exp: New file, sources vxworks.exp.
20326
20327 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20328
20329 * config/gdbremote.exp: New file. Testing framework using
20330 gdbserver.
20331
20332 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
20333
20334 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
20335 "call function when asleep" and "send end of file".
20336 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
20337 for "backtrace in corefile.exp".
20338 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
20339 for "backtrace through signal handler".
20340 * gdb.base/corefile.exp: Make sure we actually generate a core file
20341 before trying the core tests. Some systems allow the user to suppress
20342 generation of core files and default to that (linux for example).
20343 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
20344 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
20345
20346 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20347
20348 * gdb.threads: New directory with some crude multi-threaded
20349 gdb tests (step.exp and step2.exp).
20350 * config/mt-lynx (STEP_EXECUTABLE): Define.
20351 (THREADFLAGS): Define.
20352
20353 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
20354
20355 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
20356
20357 * gdb.base/signals.exp: Disable whole file for lynx until
20358 further notice.
20359
20360 * gdb.base/signals.exp: xfail test where "next" acts like
20361 "continue" for lynx.
20362
20363 * gdb.base/interrupt.exp: xfail test for calling function while
20364 inferior is asleep for lynx.
20365
20366 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
20367 than one cr-lf after each command.
20368
20369 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20370
20371 * configure.in: Reinstate setting of stabsdirs variable, fix
20372 typo in setting up configdirs for native builds.
20373
20374 * gdb.base/return.exp: Fix typo in return double test.
20375 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
20376 compiler from optimizing them away.
20377
20378 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
20379
20380 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
20381 sequences to be echo'd by gdb when using gdb_test.
20382 * gdb.chill/chexp.exp: Likewise.
20383 * gdb.fortran/exprs.exp: Likewise
20384
20385 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20386
20387 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
20388 after the inferior gdb has started.
20389
20390 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
20391 after each command.
20392 * gdb.base/funcargs.exp: Likewise.
20393 * gdb.base/gdbvars.exp: Likewise.
20394 * gdb.base/interrupt.exp: Likewise.
20395 * gdb.base/list.exp: Likewise.
20396 * gdb.base/watchpoint.exp: Likewise.
20397 * gdb.c++/demangle.exp: Likewise.
20398 * gdb.c++/inherit.exp: Likewise.
20399 * gdb.chill/chexp.exp: Likewise.
20400 * gdb.fortran/exprs.exp: Likewise.
20401
20402 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
20403 test if we can't handle IO to/from the inferior.
20404
20405 * gdb.c++/misc.exp: Always check for a program already being
20406 started after sending a "run" command to gdb.
20407
20408 * gdb.base/twice.exp: Start with a fresh gdb.
20409
20410 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
20411 only depend on gdb's expression code, not the chill runtime.
20412
20413 * gdb.base/return.c: Put return values into variables so we
20414 can have gdb print them rather than depending on the program
20415 to print them.
20416 * gdb.base/return.exp: Corresponding changes.
20417
20418 * lib/gdb.exp: Provide default value for noinferiorio.
20419 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
20420 the inferior.
20421
20422 * gdb.base/break.exp: Always check for a program already being
20423 started after sending a "run" command to gdb.
20424 (text_next_with_recursion): Don't check the output from the
20425 program's printf statement. Instead just make sure the program
20426 exited.
20427
20428 * gdb.base/commands.exp: Protect tests which need arguments with
20429 $noargs conditionals.
20430
20431 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20432
20433 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
20434 of structure member arrays to match gdb/valops.c:value_addr change.
20435
20436 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
20437
20438 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
20439 cases.
20440
20441 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
20442
20443 * configure.in (configdirs): Remove gdb.chill from default list
20444 of subdirs and then add it back in only if doing a native build.
20445 The current chill compiler does not yet work in any cross build.
20446 * Revert all signal changes from Jul 6.
20447 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
20448 for sh-hms targets, allowing these tests to link, with no other
20449 changes. Testing is suppressed by setting "nosignals" in site.exp.
20450
20451 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
20452
20453 * configure.in (signaldirs): Define and add to configdirs for all
20454 targets except some specific ones that are known to not support signals.
20455 Also clean up formatting.
20456 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
20457 (signals, sigall): Remove rules to build.
20458 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
20459 Moved to new gdb.signals directory.
20460 * gdb.signals: New test directory.
20461 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
20462 signals.c signals.exp}: New or moved files.
20463
20464 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
20465
20466 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
20467
20468 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
20469
20470 * gdb.base/return.exp: Xfail `return double' test failure
20471 on at least Solaris 2.3 and handle future/past versions on
20472 a case by case basis as appropriate. Also update message
20473 to include i*86 failures.
20474
20475 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20476
20477 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
20478
20479 * lib/gdb.exp: Fix comment which erroneously identified
20480 gdb_file_cmd as gdb_load (the 19 May change was in fact to
20481 gdb_file_cmd not gdb_load).
20482 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
20483
20484 * gdb.base/setvar.exp: Make test names consistent between pass and
20485 fail cases. Use gdb_test more.
20486
20487 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20488
20489 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
20490
20491 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20492
20493 * gdb.base/help.exp: Fix expected help string for `show commands'.
20494
20495 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
20496
20497 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
20498
20499 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
20500 of a text section.
20501
20502 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
20503
20504 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
20505 that loop eventually terminates. Fix Connection refused logic so
20506 that testsuite will expire nicely.
20507
20508 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
20509
20510 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
20511 config/rom68k.exp: New tcl glue for the appropriate monitors.
20512 These all just end up calling monitor.exp.
20513 * config/monitor.exp (gdb_target_monitor): Handle `Connection
20514 refused' by retrying. Cleanup some timeout issues.
20515 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
20516 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
20517 callers don't have to set/restore global timeout variable.
20518
20519 * The following set of changes centralizes management of the global
20520 timeout variable. This way, it can be set in one target dependent
20521 place instead of dozens of places scattered throughout the test suite.
20522 If you need to lengthen a timeout, then you should either set timeout
20523 in one of the config/{target}.exp files, or multiply it by a factor.
20524 Setting it to an absolute value is always going to lose for some
20525 targets.
20526 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
20527 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
20528 * gdb.base/funcargs.exp: Don't set timeout.
20529 * gdb.base/list.exp (test_forward_search): Only use local timeout.
20530 * gdb.base/printcmds.exp (test_print_string_constants
20531 test_print_array_constants): Don't set timeout.
20532 * gdb.base/ptype.exp: Don't set timeout.
20533 * gdb.base/recurse.exp: Don't set timeout.
20534 * gdb.base/return.exp: Don't set timeout.
20535 * gdb.base/watchpoint.exp: Don't set timeout.
20536 * gdb.c++/classes.exp (do_tests): Don't set timeout.
20537 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
20538
20539 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
20540
20541 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
20542
20543 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20544
20545 * lib/gdb.exp: Disable chill tests for irix5.
20546
20547 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20548
20549 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
20550 each test pass or fail.
20551
20552 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20553
20554 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
20555 xlc not gcc.
20556
20557 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
20558
20559 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
20560
20561 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
20562
20563 * config/est.exp: Fix copyright and comments. Remove dead code.
20564 Use targetname, serialport and baud variables instead of fixed
20565 constants.
20566 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
20567 * config/cpu32bug.exp: New file to support cpu32bug monitors.
20568
20569 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20570
20571 * gdb.base/watchpoint.exp: Don't run
20572 test_watchpoint_triggered_in_syscall for sunos.
20573
20574 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20575
20576 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
20577 they don't seem to exist. Do include stdio.h.
20578
20579 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20580
20581 * gdb.base/a1-selftest.exp: Add alpha xfail.
20582
20583 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20584
20585 * gdb.base/watchpoint.c (main): Prompt before calling read().
20586 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20587 Revise accordingly. Remove cruft about sending "123" several
20588 times, until it gets noticed. Clean up the "print buf[0]" stuff
20589 so that it passes or fails, and waits for prompts in the usual way.
20590
20591 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20592
20593 * gdb.base/recurse.exp: Fix comment.
20594
20595 * TODO: Remove item about printing variables in nodebug.exp. Add
20596 item about enabling tests which are only run on some targets.
20597
20598 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
20599 fail, make test names unique, use new gdb_test convention
20600 regarding pattern, use gdb_test more, etc.).
20601
20602 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
20603 fail, make test names unique, etc.).
20604
20605 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20606
20607 * gdb.base/nodebug.c: Change return type of top and middle to
20608 short.
20609 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
20610 are fixed by the recent mdebugread.c changes. Allow `short ()'
20611 as type for top and middle.
20612
20613 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20614
20615 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
20616 nearly as I can tell, the whole thing was an accident in Stu's
20617 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
20618 to replace a send/expect pair with gdb_test, but ended up only
20619 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
20620 of 30 Mar 1995 took care of it, but left this vestigial comment
20621 which I am now nuking.
20622
20623 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20624
20625 * gdb.base/break.exp: Look for different line number for
20626 breakpoint at main depending on usestubs.
20627
20628 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20629
20630 * gdb.base/list.exp: Adjust some alternate expect patterns to
20631 match recent list0.c change. Add alternate expect pattern for
20632 output from `list default lines around main' for optimizing
20633 compilers.
20634
20635 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20636
20637 * lib/gdb.exp: If nosignals is not set, set it to 0.
20638
20639 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
20640
20641 * config/slite-gdb.exp: Responds to load symbol table prompt.
20642 * gdb.base/break.exp: Adjust line number, fix rerun.
20643 * gdb.base/langs0.c: Add #ifdef usestubs.
20644
20645 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
20646
20647 * gdb.base/list.exp: Adjust line contents after adding new lines in
20648 list0.c. Also fix a syntax error.
20649
20650 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
20651 * gdb.base/break.exp: ditto.
20652 * gdb.base/list.exp: ditto.
20653 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
20654 * gdb.base/run.c: ditto.
20655 * gdb.base/list0.c: ditto.
20656 * gdb.base/funcargs.c: ditto.
20657
20658 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
20659
20660 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
20661 $targetname, $serialport and $baud instead of hardwired variables.
20662 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
20663 target doesn't support signals.
20664
20665 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
20666
20667 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
20668
20669 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20670
20671 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
20672 Don't rely on the value of an auto variable before it has been
20673 initialized. Use gdb_test more.
20674
20675 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20676
20677 * lib/gdb.exp (default_gdb_version): A version number must start
20678 with a digit, but other than that contains all characters up to
20679 the first whitespace character.
20680
20681 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20682
20683 * gdb.base/commands.exp (breakpoint_command_test): New tests.
20684
20685 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20686
20687 * gdb.c++/*.exp: Warn if executable does not exist. The original
20688 reason for skipping the warning was that configure.in sometimes
20689 intentionally skipped building the executables but the tcl code
20690 had no way of knowing. That (a) was always bogus with respect to
20691 error handling, (b) is no longer true (right now there is no way
20692 to skip C++ tests).
20693
20694 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
20695
20696 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20697
20698 * gdb.base/list.exp: Add expect patterns for output from
20699 SunPRO compiled executables.
20700 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
20701 types.
20702
20703 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20704
20705 * gdb.base/break.exp (test_next_with_recursion): Accept any line
20706 number (we are already testing that the correct source line text
20707 gets printed).
20708
20709 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
20710 that is what is intended, but something needed to be done to get
20711 sunos4 native working again.
20712
20713 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
20714
20715 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
20716 apparently went with a (very) old xfail.
20717
20718 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
20719
20720 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
20721 runto_main is a proc in gdb.exp that will do 'step' for target use
20722 stubs.
20723 * gdb.base/exprs.exp: ditto.
20724 * gdb.base/interrupt.exp: ditto.
20725 * gdb.base/opaque.exp: ditto.
20726 * gdb.base/printcmds.exp: ditto.
20727 * gdb.base/ptype.exp: ditto.
20728 * gdb.base/scope.exp: ditto.
20729 * gdb.base/setvar.exp: ditto.
20730 * gdb.base/signals.exp: ditto.
20731 * gdb.base/twice.exp: ditto.
20732 * gdb.c++/classes.exp: ditto.
20733 * gdb.c++/inherit.exp: ditto.
20734 * gdb.c++/templates.exp: ditto.
20735 * gdb.base/break.exp: no run and hit main for stubs. Change line
20736 numbers for breakpoints and info breakpoint.
20737 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
20738 breakpoint().
20739 * gdb.base/callfuncs.c: ditto.
20740 * gdb.base/exprs: ditto.
20741 * gdb.base/interrupt.c: ditto.
20742 * gdb.base/opaque0.c: ditto.
20743 * gdb.base/printcmds.c: ditto.
20744 * gdb.base/ptype.c: ditto.
20745 * gdb.base/scope0.c: ditto.
20746 * gdb.base/setvar.c: ditto.
20747 * gdb.base/signals.c: ditto.
20748 * gdb.base/twice.c: ditto.
20749 * gdb.c++/misc.cc: ditto.
20750 * gdb.c++/templates.cc: ditto.
20751
20752 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20753
20754 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
20755
20756 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
20757 somewhere between `read' and `main.c'. I'm pretty sure the
20758 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
20759 and it isn't particularly useful.
20760
20761 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
20762
20763 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20764
20765 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
20766
20767 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
20768
20769 * config/mt-slite: add LIBS and -nostdlib.
20770 * config/slite-gdb.exp: add this new file to support sparclite target.
20771
20772 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
20773
20774 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
20775
20776 * gdb.base/a2-run.exp: Change argument to istarget from
20777 "*-*-vxworks" to "*-*-vxworks*".
20778 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
20779
20780 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
20781
20782 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
20783 will not runto main but do a 'step' to step out of breakpoint().
20784 * config/mt-slite: add -Dusestubs.
20785
20786 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20787
20788 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
20789 instead of just @.
20790
20791 * gdb.base/signals.exp: Add test for "handle all print".
20792 * TODO: Remove "handle all print". Also remove item about
20793 checking copyright date (I don't like the idea of a spurious FAIL
20794 based on when we run the tests).
20795
20796 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
20797 for SunOS4 (reason for failure not investigated). Remove
20798 redundant test for $binfile.
20799
20800 * gdb.base/nodebug.c (array_index): Call malloc.
20801
20802 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
20803
20804 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
20805
20806 * gdb.base/recurse.exp: Update gdb_test invocation to use new
20807 conventions and slightly simplify the matching regexp.
20808
20809 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20810
20811 * gdb.base/break.exp: Update gdb_test invocation to use new
20812 convention.
20813
20814 * lib/gdb.exp: If noargs is not set, set it to 0.
20815
20816 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
20817 tests unique.
20818
20819 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
20820
20821 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20822
20823 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
20824 one argument of type "<non-float parameter>".
20825
20826 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
20827
20828 * config/rom68k.exp: New file to support Motorola IDP board.
20829 * gdb.base/a2-run.exp: Skip this file if noargs is set.
20830 * gdb.base/break.c: Change things around so that this program
20831 doesn't depend upon args. This is necessary to make remote
20832 targets work (in general, they can't take args).
20833 * gdb.base/break.exp: Don't try to send args to program. Don't
20834 expect output. Also, replace lots of code with gdb_test.
20835
20836 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20837
20838 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
20839 printing of '\'' (which is what the comment says we are testing,
20840 even though we were not), not '''.
20841 (test_integer_literals_rejected): Test that printing ''' is an error.
20842
20843 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20844 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
20845 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
20846 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
20847 Use gdb_test not test_print_accept.
20848 * lib/gdb.exp: Remove test_print_accept.
20849
20850 * gdb.base/signals.exp (signal_tests_1): Make pass message
20851 consistent with fail message.
20852
20853 * gdb.base/whatis.exp: Remove xfails for printing char vs.
20854 unsigned char; the bug (PR 1821) is fixed.
20855
20856 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
20857
20858 * gdb.base/scope.exp (test_at_localscopes): Call pass for
20859 successful tests--makes xfailing them work right.
20860
20861 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20862
20863 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
20864 only \r\n, not .*. The test can pass .* as the last thing in
20865 $pattern if that is what it wants. In addition to providing this
20866 flexibility, this change should speed up pattern matching in cases
20867 where the pattern already ended with .* (there were a number of
20868 them). This change also helps catch bad patterns--in the old
20869 scheme the typo "char \*" instead of "char \\*" would pass. Now
20870 it is caught.
20871 * Many .exp files: Update callers.
20872
20873 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
20874 clearer and does not spuriously match multiple ('s. Likewise for
20875 ) and *.
20876
20877 * gdb.base/nodebug.exp: Test ability to call a function and pass
20878 it a string (even with no debugging info).
20879
20880 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
20881 "p '\'", which is the same as "p ''" once tcl gets done with
20882 quoting, to "p '\\'", which I suspect is what is intended (one
20883 backslash gets sent to GDB).
20884
20885 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
20886
20887 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20888
20889 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
20890 1817) was fixed literally years ago.
20891
20892 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20893
20894 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
20895 test, it causes stepping out of call_after_alloca_subr with
20896 optimizing compilers.
20897 (localvars_in_indirect_call): Consume GDB prompt if `finish'
20898 fails.
20899
20900 * gdb.c++/templates.exp: Source templ-info.exp only if
20901 the templates executable exists.
20902
20903 * gdb.c++/misc.cc (class Contains_static_instance,
20904 class Contains_nested_static_instance),
20905 gdb.c++/classes.exp (test_static_members): Test printing of
20906 a class that contains a static instance of the class.
20907
20908 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20909
20910 * gdb.base/langs2.c (cppsub_): Don't prototype.
20911 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
20912 only, I believe).
20913
20914 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20915
20916 * lib/gdb.exp (skip_chill_tests): New procedure.
20917
20918 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
20919
20920 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
20921
20922 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
20923 each expect pattern. Cuts runtime from 12 to about 4 seconds.
20924
20925 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20926
20927 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
20928
20929 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
20930 disassemble 8, not 16, instructions for part 4.
20931
20932 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
20933 support the latter anymore.
20934
20935 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
20936 -DNO_PROTOTYPES.
20937 * gdb.base/callfuncs.c: Control use of prototypes based on
20938 NO_PROTOTYPES, not __STDC__.
20939 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
20940 t_float_values2 tests if prototypes in use.
20941
20942 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
20943 t_double_values): When checking differences against DELTA, check
20944 that difference is within the range (-DELTA,DELTA), not just
20945 (-infinity,DELTA).
20946
20947 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
20948
20949 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
20950 'file' command firts, then 'target', then 'load', this is due to gdb
20951 target set up.
20952 * config/mips-gdb.exp: Fix a couple regular exp bugs.
20953
20954 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
20955
20956 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
20957 FP load/store variants.
20958 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
20959
20960 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20961
20962 * gdb.base/term.exp: Do not give a warning if not native, it is
20963 not an abnormal condition.
20964
20965 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
20966
20967 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
20968 t_char_array".
20969
20970 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20971
20972 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
20973 are getting the version number.
20974
20975 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
20976 if not native, it is not an abnormal condition.
20977
20978 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20979
20980 * lib/gdb.exp: Just use "file exists", rather than undocumented
20981 dejagnu procedure "findfile".
20982
20983 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20984
20985 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
20986 (LDFLAGS): Set to -Xlinker -Ur.
20987
20988 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
20989 Removed, these values are set by lib/gdb.exp.
20990
20991 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
20992
20993 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20994
20995 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
20996 of replicating gdb startup code.
20997
20998 * config/mt-vxworks (LDFLAGS): Set to -r.
20999 (CFLAGS_FOR_TARGET): Removed.
21000
21001 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21002 (gdb) and gdb for vxworks uses (vxgdb).
21003
21004 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21005 executable is not in the tree and host != target, use sed and
21006 program_transform_name to determine the gdb name used by the
21007 target.
21008
21009 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21010 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21011
21012 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21013
21014 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21015 floats, chars, and shorts where there are ANSI-style function
21016 definitions.
21017
21018 * gdb.base/langs.exp, gdb.base/langs*: New test.
21019 * gdb.base/Makefile.in: Build it.
21020 * TODO: Remove item about checking that C names don't get C++
21021 demangling applied; this test tests it.
21022
21023 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21024
21025 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21026 went with the const70 xfail. The xfail went away a year ago.
21027
21028 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21029
21030 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21031 for hp300.
21032
21033 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21034
21035 * gdb.base/a1-selftest.exp: Don't run on hp300.
21036
21037 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21038
21039 * Makefile.in (site.exp): Set host_alias and target_alias as well
21040 as host_triplet and target_triplet.
21041
21042 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21043
21044 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21045
21046 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21047 places as other ecoff systems).
21048
21049 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21050 ultrix.
21051
21052 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21053
21054 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21055 remove them.
21056 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21057 variable and "variable" in addition to "data variable".
21058 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21059
21060 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21061 2.
21062 * gdb.base/list1.c (long_line): Add additional statement at start
21063 of function.
21064 * gdb.base/list.exp (test_forward_search): Update line number to
21065 reflect new statement.
21066
21067 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21068
21069 * gdb.base/signals.exp: Reinitialize searched source directories
21070 after gdb_start call.
21071
21072 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
21073
21074 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21075 * gdb.stabs/Makefile.in: Likewise.
21076
21077 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21078 change. Instead split the tests into smaller pieces.
21079 * gdb.disasm/hppa.s: Corresponding changes.
21080
21081 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21082
21083 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21084 Quote ^C when passing it to stty. For some shells ^ is a pipe.
21085
21086 * gdb.base/funcargs.exp: Modify many tests so that every test
21087 either passes or fails. Make some test names unique.
21088
21089 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21090
21091 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21092 Call stty to set interrupt character.
21093
21094 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21095 for HP assembler versus GNU assembler based on actual behavior of
21096 $(CC), rather than assuming that $(AS) is always the GNU assembler.
21097
21098 * TODO: Suggest a few more stepping tests.
21099
21100 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
21101
21102 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21103 restart GDB for h8300 after a continue.
21104 (return): Add pattern to match a29k-udi behavior.
21105 * gdb.base/nodebug.exp: Remove obsolete comment.
21106 * gdb.base/regs.exp: New file, testing of register displays.
21107 * gdb.base/return.exp: Fix typo in reference to $objdir.
21108 * gdb.base/whatis.exp: Always start with a fresh GDB.
21109
21110 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21111
21112 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21113 higher, these tests generate a lot of output.
21114
21115 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21116
21117 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
21118 code following the catch silently ignored some errors; without the
21119 catch they should be thrown like any other tcl error. Also, the
21120 catch used "" instead of {} which meant all the callers who wanted
21121 to include one of the characters "[]$ had to quote it an extra time.
21122 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21123 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21124 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21125 Remove extra quoting.
21126
21127 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
21128
21129 * gdb.base/commands.exp: Make test names unique; every test either
21130 passes or fails. Update some comments.
21131
21132 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
21133
21134 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21135
21136 The following fixes a FAIL caused by the fact that the alpha stabs
21137 configuration didn't use the ".if alpha" code in weird.def.
21138 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
21139 bit pointer, so the 32 bit version works even on the alpha.
21140 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
21141 Remove the stuff which allowed us to have separate versions for
21142 alpha and everything else.
21143
21144 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
21145 regexp which "info func operator\[\](" is supposed to match. Fix
21146 string to send to GDB. Note that GDB still doesn't work right. Add a
21147 new test for "info func .perator\[\](" which GDB does handle correctly.
21148
21149 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
21150
21151 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21152
21153 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
21154 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
21155 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
21156 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
21157 it makes the tests harder to understand and confuses test-o-matic.
21158 The preferred style is that each test provides a PASS or a FAIL,
21159 and has a unique message (e.g. "continue #54" not just "continue")
21160 which is the same for the pass and the fail.
21161 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21162 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
21163 to lib/gdb.exp.
21164 * gdb.base/printcmds.exp: Use test_print_accept. Remove
21165 prt_accept which was basically the same thing. Likewise for
21166 test_print_reject and prt_reject.
21167 * lib/gdb.exp (test_print_reject): Add some more error message
21168 patterns to match from the former printcmds.exp (prt_reject).
21169 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
21170 One defect of the passcount stuff is that some of it failed to
21171 report XPASS where appropriate.
21172 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
21173 stuff before and after arg in expected pattern.
21174 (test_paddr_operator_functions): Re-do test without print_addr_of;
21175 this is the only test which seems to want extra stuff there.
21176
21177 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21178
21179 * gdb.base/nodebug.exp: Update new tests to reflect improved
21180 wording of gdb output.
21181
21182 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
21183 and "ptype" work on variables in files compiled without -g.
21184 Replaces commented out "maint print msymbol" tests.
21185
21186 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21187
21188 * gdb.base/setvar.c (dummy): Call malloc.
21189
21190 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
21191 losing with the irix4 sed.
21192
21193 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
21194 ALRM" on irix4.
21195
21196 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21197
21198 * TODO: Remove items about corefile.exp testing new exec-file and
21199 backtrace; both are now done. Add items about printing enums.
21200
21201 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21202
21203 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
21204 "get signal $thissig" test fails.
21205
21206 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
21207
21208 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21209
21210 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
21211 compiler warning with dec alpha compiler.
21212
21213 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
21214 extra \n from gdb_test call (this explains why the prompt test
21215 that I removed yesterday was there).
21216 (user_defined_command_test): Remove extra \n and prompt test.
21217
21218 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
21219 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
21220 doesn't exist.
21221 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
21222 Also remove alpha workaround, which turns out to be because
21223 SIGABRT == SIGLOST.
21224
21225 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
21226
21227 * gdb.base/help.exp: Don't test "help show".
21228
21229 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21230
21231 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
21232 "set print address" is on.
21233 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
21234 pass prompt to gdb_test; gdb_test already looks for the prompt.
21235
21236 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
21237
21238 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
21239 was a vestige of the manual TESTSTRATEGY, and the purpose of it
21240 was to make sure that gdb can read a core file. But (a) the "read
21241 the corefile" part didn't make it to a1-selftest.exp, we just
21242 delete the corefile after creating it, and (b) we test reading
21243 corefiles in corefile.exp anyway. Also, this test left around a
21244 xgdb process on Solaris.
21245
21246 * gdb.base/corefile.exp: Also test backtrace.
21247
21248 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
21249
21250 * gdb.base/commands.exp: Test a simple user defined command with
21251 arguments and if/while statements; verify the full user command is
21252 printed by "show user".
21253
21254 * gdb.base/commands.exp: Test if/while commands as part of a
21255 breakpoint command list; verify they appear in breakpoint
21256 information.
21257
21258 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21259
21260 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
21261 than by dividing by zero.
21262
21263 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
21264
21265 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
21266 performing an inferior call with watchpoints enabled.
21267 * gdb.base/watchpoint.c (main): Delete second unnecessary read
21268 call.
21269
21270 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21271
21272 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
21273 of "file" command.
21274
21275 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
21276 Add additional pattern for when "int operator int(void);" appears
21277 in a different order.
21278
21279 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21280
21281 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
21282
21283 * gdb.base/help.exp: Replace most of docstrings for "info signals"
21284 and "signal" with ".*".
21285
21286 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21287
21288 * TODO: Add note about "handle all nostop".
21289
21290 * gdb.base/{sigall.c, sigall.exp}: New test.
21291 * gdb.base/Makefile.in: Add it.
21292
21293 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
21294
21295 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
21296 when invoking GDB, suppresses any windowing interface.
21297
21298 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
21299
21300 * config/sim-gdb: New file, simulator testing support.
21301
21302 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
21303
21304 * gdb.base/interrupt.exp: Test calling func1 twice.
21305
21306 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
21307
21308 * gdb.base/list.exp (test_forward_search): Set timeout higher
21309 when we'll be getting lots of output from gdb.
21310
21311 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
21312 "init_malloc" to after the expect statement. Run it if that
21313 regexp is taken, but also for two others which happen if source
21314 cannot be found.
21315
21316 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21317
21318 * gdb.base/printcmds.exp: New test, for printing register before
21319 program is running.
21320
21321 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21322
21323 * gdb.base/list.exp: Correct some alternate expect patterns
21324 to reflect changes in list1.c.
21325
21326 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21327
21328 * TODO: Add item regarding large frames.
21329
21330 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
21331
21332 * TODO: Remove item about enabling return.exp; it
21333 is enabled. Suggest a few more "return" tests.
21334
21335 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21336
21337 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
21338 anonymous unions.
21339
21340 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21341
21342 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
21343 and pr-5646.o, so "make" is the same as "make all", not "make
21344 pr-4975.o".
21345
21346 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
21347
21348 * gdb.base/list.exp: Adjust expectations to reflect changes in
21349 list1.c.
21350 (test_forward_search): New test proc.
21351 * gdb.base/list1.c (long_line): New function, has long source line.
21352
21353 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
21354
21355 * gdb.base/a1-selftest.exp: Change initial stepping to know about
21356 additional line of code that was added.
21357
21358 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
21359
21360 * gdb.disasm/hppa.s: Break the large branching tests into smaller
21361 tests so as not to overflow expect's input buffers.
21362 * gdb.disasm/hppa.exp: Corresponding changes.
21363
21364 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21365
21366 Beginnings of template debugging tests.
21367 * gdb.c++/templ-info.cc: New file to test for template
21368 debugging capability of the compiler.
21369 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
21370 templ-info.cc.
21371 * gdb.c++/templates.cc: Add explicit template instantiations
21372 to enable compiling with -fno-implicit-templates. Add destructor
21373 and 'value' method to T5 class for template tests.
21374 * gdb.c++/templates.exp: Add testcases for printing of template
21375 types, setting breakpoints on template methods and calling a
21376 template method.
21377
21378 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
21379
21380 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
21381 branch target since some assemblers (gas-2.5) may emit a
21382 relocation for the branch instead of resolving it in the
21383 assembler.
21384
21385 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21386
21387 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
21388 through signal handler.
21389
21390 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21391
21392 * configure.in (*-*-netware): Use config/mt-netware.
21393
21394 * config/mt-netware: New file.
21395 * config/mt-i386-netware: Removed, separate configs for different
21396 netware architectures are no longer needed now that we have
21397 --with-headers.
21398
21399 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21400
21401 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
21402 by the recent changes to use ANSI C arithmetic conversions.
21403
21404 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21405
21406 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
21407 bug involving using inferior_pid to figure out whether to select a
21408 frame.
21409
21410 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
21411
21412 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
21413 match the current disassembler output.
21414
21415 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
21416
21417 * gdb.fortran/exprs.exp: Expect VOID instead of void.
21418 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
21419 types, expect "int" as type of integer values (for now).
21420
21421 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
21422
21423 * gdb.base/commands.exp: New tests for if/while commands.
21424
21425 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
21426
21427 * lib/gdb.exp (runto): Replace sub-pattern for hex value
21428 by .*, since hex values have different syntax in Chill mode.
21429
21430 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21431
21432 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
21433 linefeed from expect pattern for repeated types with indices > 9.
21434
21435 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
21436
21437 First part of Fortran test suite.
21438 * gdb.fortran: New directory.
21439 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
21440
21441 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21442
21443 * gdb.base/default.exp: Update expect pattern for load command
21444 without arguments.
21445
21446 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
21447
21448 * configure.in: Change i386 to i[345]86.
21449 * gdb.base/configure.in: Likewise.
21450 * gdb.c++/configure.in: Likewise.
21451 * gdb.chill/configure.in: Likewise.
21452
21453 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
21454
21455 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
21456 patterns, since that is not a valid context for comments.
21457
21458 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
21459
21460 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
21461 repeated types and repeated types with indices > 9.
21462
21463 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
21464
21465 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
21466 2417; old bug has been fixed.
21467
21468 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
21469
21470 * gdb.base/interrupt.exp: When trying to wake up the inferior,
21471 send the newline ourselves instead of assuming gdb_test will do
21472 so when passed an empty input string.
21473
21474 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
21475 stabs testcode.
21476
21477 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21478
21479 * lib/gdb.exp (gdb_test): Don't send anything if the first
21480 argument is an empty string. This makes cases where we want to
21481 match output that is already in expect's buffers (for example,
21482 matching a breakpoint after gdb_run_cmd has been called) work
21483 reliably.
21484
21485 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21486
21487 * config/netware.exp: New file.
21488
21489 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21490
21491 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
21492 the -B and -L prefixes so we can find the debugging stub.
21493
21494 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
21495 there and we are using the gcc from the tree.
21496
21497 * gdb.base/types.c: Removed.
21498
21499 * gdb.base/configure.in: Look for makefile fragments in ../config.
21500 Recognize i386-*-netware.
21501 * gdb.c++/configure.in: Likewise.
21502
21503 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21504
21505 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
21506 the correct TCL syntax.
21507
21508 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21509
21510 * gdb.base/opaque.exp: use runto instead of messing around with
21511 breakpoints. Simplify by using gdb_test.
21512
21513 * gdb.base/bitfields.exp: restart between tests on netware targets
21514 because breakpoints aren't relocated after target death. Run
21515 processes to completion.
21516
21517 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
21518
21519 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
21520
21521 * Makefile.in: Remove extra tabs that confuse some versions
21522 of "make". Use the newly built gdb to test with by default,
21523 rather than the first one in the tester's search path.
21524
21525 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
21526
21527 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
21528
21529 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
21530 condition help.
21531
21532 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21533
21534 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
21535
21536 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
21537 running.
21538 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
21539 * gdb.base/funcargs.exp: Likewise.
21540
21541 * gdb.base/bitfields.exp: Simplify by using gdb_test.
21542 * gdb.base/funcargs.exp: Likewise.
21543
21544 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
21545 message is "".
21546
21547 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21548
21549 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
21550 return,signals,twice}.exp: Handle non-existant binaries
21551 consistantly.
21552
21553 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
21554 * gdb.base/Makefile.in: Don't try to generate a core dump, we
21555 might testing a cross development system.
21556
21557 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21558
21559 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
21560 runtest script is relative to ${srcdir}, not ${rootdir}.
21561
21562 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
21563
21564 * gdb.base/signals.exp: Allow for optionality of breakpoint
21565 address.
21566
21567 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21568
21569 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
21570
21571 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21572
21573 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
21574 for size_t definition.
21575 * gdb.c++/templates.cc: Likewise
21576
21577 * config/mt-i386-netware: New file.
21578
21579 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
21580 defined.
21581
21582 * gdb.base/Makefile.in: Added support for systems that name core
21583 files by appending "core" to the program name.
21584 * gdb.base/a1-selftest.exp: Likewise.
21585
21586 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21587
21588 * gdb.base/return.exp: Add comment and message for `return double'
21589 test failure on Sparc Solaris.
21590
21591 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
21592
21593 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
21594
21595 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21596
21597 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
21598 from optimizing them away.
21599 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
21600 patterns to include default constructors and assignment operators,
21601 to match gcc versions beyond 2.5.8. Accept any cplus demangling
21602 character in the output of the virtual base pointer.
21603
21604 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21605
21606 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
21607 expression match in print_addr_of to avoid unintented matches.
21608 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
21609 versions up to 2.5.8.
21610
21611 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21612
21613 * gdb.base/list.exp: Tweak alternate pattern for listing of an
21614 included file to run under newer versions of expect.
21615 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
21616 consecutive >'s in templates to accomodate recent cplus-dem.c change.
21617 Remove xfail for the virtual table of BDDHookV.
21618
21619 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
21620
21621 * lib/gdb.exp (string_to_regexp): Set a default result.
21622 (default_gdb_start): Fix misleading message.
21623
21624 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
21625
21626 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
21627 Remove all CC, etc definitions.
21628 * config/mt-hpux: New file.
21629 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
21630 (CFLAGS, LDFLAGS): Define.
21631 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
21632
21633 * Makefile.in (site.exp): Don't insert host_os, etc.
21634 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
21635 (distclean): Check existence of subdir.
21636 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
21637 * gdb.base/Makefile.in: General cleanup and simplification.
21638 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
21639 to build executables. Use default rule to build .o files.
21640 (EXPECT, RUNTEST, CC): Fix relative pathname.
21641 (site.exp): Don't insert host_os, etc.
21642 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
21643 and/or SIGUSR1 defined.
21644 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
21645 * gdb.c++/Makefile.in: General cleanup and simplification.
21646 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
21647 (CFLAGS): Remove.
21648 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
21649
21650 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
21651
21652 * gdb.base/recurse.exp: Misc changes to get tests running again
21653 after Kung's changes to the watchpoint code.
21654 * gdb.base/watchpoint.exp: Likewise.
21655
21656 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
21657
21658 * lib/gdb.exp (string_to_regexp): Convert {\} also.
21659
21660 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
21661
21662 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
21663 * lib/gdb.exp (default_gdb_start): Define.
21664 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
21665 gdb.base/funcargs.exp, gdb.base/opaque.exp,
21666 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
21667 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
21668 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
21669 Don't call gdb_target_udi in between tests.
21670
21671 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21672
21673 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
21674 (which was basically just a local version of the same thing). In
21675 addition to avoiding duplication, gdb_test_exact is faster.
21676 * lib/gdb.exp (gdb_test_exact): Fix typo.
21677
21678 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
21679 don't give an error.
21680
21681 * gdb.base/term.exp: Call delete_breakpoints before starting.
21682
21683 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
21684 (t10): Add comment.
21685
21686 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
21687
21688 Reorganization of the GDB Test Suite.
21689
21690 * gdb.base: New directory, contains all the basic tests.
21691 * gdb.c++: New directory, tests specific to C++.
21692 * gdb.chill: New directory, tests specific to Chill.
21693 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
21694 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
21695 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
21696 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
21697 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
21698 t30-31 to chill).
21699 * */gdbme.*: Rename to match appropriate expect scripts.
21700 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
21701 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
21702 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
21703 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
21704 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
21705 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
21706 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
21707 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
21708 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
21709 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
21710 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
21711 gdb.c++/virtfunc.cc: New names of C++ files.
21712 * gdb.chill/chillvars.ch: New name of Chill file.
21713 * gdb.base/configure.in, gdb.c++/configure.in,
21714 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
21715 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21716 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
21717 * configure.in (configdirs): Update to reflect directory changes.
21718 (target_abbrev): No longer define for any configuration.
21719 * Makefile.in: Cosmetic improvements to header comments.
21720
21721 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
21722
21723 Various changes to gdb.t31:
21724
21725 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
21726 * gdbme.ch: Make all key-words and predefineds be upper-case.
21727 * chillvars.exp: Expect key-words and predefinds in upper-case.
21728
21729 * chillvars.exp: Use gdb_test_exact many places.
21730 Change expected output for arrays (which now includes index labels).
21731
21732 * pr-5020.exp, gdme.ch (module PR_5020):
21733 New test, for PR-5020.
21734
21735 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
21736
21737 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
21738 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
21739
21740 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
21741
21742 * Makefile.in: Fix bit-rot in definitions of CHILL,
21743 CHILL_FOR_TARGET and Chill_LIB.
21744 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
21745 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
21746 CHILL, and CHILL_LIB.
21747
21748 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
21749
21750 * Revert the previous changes. Please see Rob's directory
21751 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
21752
21753 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
21754
21755 * Makefile.in, configure.in, config/mips-gdb.exp,
21756 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
21757 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
21758 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
21759 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
21760 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
21761 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
21762 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
21763 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
21764 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
21765 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
21766 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
21767 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
21768 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
21769 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
21770 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
21771 changes from 94Q1.
21772
21773 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
21774
21775 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
21776 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
21777 Rob's new testing fragments.
21778
21779 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
21780
21781 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
21782 lib/gdb.exp: Replace error proc calls with perror.
21783
21784 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
21785
21786 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
21787 version also, match on casted version strings, and match on
21788 gdb startup case where the line numbers might be messed up.
21789
21790 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
21791
21792 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
21793 (CFLAGS): Delete it from here.
21794
21795 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
21796
21797 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
21798
21799 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
21800
21801 * Makefile.in (RUNTEST): Default to just "runtest".
21802
21803 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21804
21805 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
21806 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
21807 the code has been restructured.
21808
21809 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21810
21811 * gdb.t00/default.exp (set write): Allow any number of \r and/or
21812 \n, not just one of each.
21813
21814 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
21815 /bin/cc gives a warning if you do.
21816
21817 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
21818
21819 * gdb.t24/demangle.exp: change expect pattern of
21820 __t10ListS_link1ZUiRCUiPT0
21821
21822 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21823
21824 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
21825 on local variables in recursive functions.
21826
21827 * gdb.t07/Makefile.in: Build the new test.
21828
21829 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21830
21831 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
21832 directly. Instead compare the return values from actual calls.
21833
21834 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
21835
21836 * Makefile.in (check): Set TCL_LIBRARY for runtest.
21837
21838 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21839
21840 * From Peter Schauer with minor modifications.
21841 * gdb.t15/return.exp (return_tests): Handle targets where "return"
21842 stops in mid-line in the caller. Add xfail for returning a float
21843 value on X86 targets.
21844
21845 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21846
21847 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
21848 to avoid expect lossage.
21849 (fmem_LRbug_tests): Likewise.
21850 * gdb.disasm/hppa.s: Corresponding changes.
21851
21852 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
21853 conditions to work with latest dejagnu/expect.
21854
21855 * gdb.t15/funcargs.exp (finish from indirect call): No longer
21856 expected to fail on the PA.
21857 (backtrace in call with trampolines): Explicitly require main
21858 to be frame #1 (no trampolines should show up in backtrace).
21859
21860 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
21861 "continue -expect".
21862 * gdb.t06/break.exp: Likewise.
21863 * gdb.t07/watchpoint.exp: Likewise.
21864 * gdb.t13/bitfields.exp: Likewise.
21865 * gdb.t15/{funcargs,return}.exp: Likewise.
21866 * gdb.stabs/weird.exp: Likewise.
21867 * config/{mips,udi}-gdb.exp: Likewise.
21868
21869 * hppa.sed: Enclose comments within a sed command to avoid
21870 losing with the old OSF1 sed.
21871
21872 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21873
21874 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
21875 sequent dynix.
21876 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
21877 * gdb.t15/funcargs.exp: Conditionally step again to really
21878 finish from marker_call_with_trampolines. Handle the case where
21879 the first step from within call_with_trampolines already steps
21880 us back to main.
21881 * gdb.t15/gdbme.c: Add comment to closing brace of
21882 call_with_trampolines for funcargs.exp.
21883
21884 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21885
21886 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21887 Fix typo(s).
21888
21889 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21890
21891 * gdb.t07/gdbme.c: More code for watchpoint testing.
21892
21893 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
21894 "Hardware watchpoint" throughout file.
21895 (test_watchpoint_triggered_in_syscall): New test.
21896 (test_complex_watchpoint): New test.
21897
21898 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21899
21900 * gdbme.c (call_with_trampolines): New function to try and step
21901 into. Tests trampoline problems on the PA.
21902
21903 * funcargs.exp (localvars_in_indirect_call): No longer expect
21904 stepping into indirect call to fail on PAs.
21905 (test_stepping_over_trampolines): New test.
21906
21907 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21908
21909 * TODO: Add suggestions for static member function tests, and
21910 completion tests.
21911
21912 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21913
21914 * TODO: Add suggestions for "p/a" tests.
21915
21916 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
21917 (default_gdb_exit): Replace all the hair with sending "quit" to
21918 the process with a simple close.
21919
21920 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21921
21922 * TODO: Add suggestions for shared library tests.
21923
21924 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21925
21926 * TODO: Add suggestions for x/s tests.
21927
21928 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21929
21930 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
21931 "enable once", and "enable breakpoints once" with ".*".
21932
21933 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21934
21935 * TODO: Add suggestions about structure passing tests.
21936
21937 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21938
21939 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
21940 the primary1 test, use work around if __GNUC__ < 2.
21941 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
21942 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
21943 Test for bad output rather than waiting for timeout. Issue
21944 second continue only if first continue failed.
21945
21946 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21947
21948 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
21949 operator[] test with gdb_test because the old code didn't seem to
21950 be getting the quoting right with the new dejagnu.
21951
21952 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
21953
21954 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
21955 one from the path.
21956 * Makefile.in: Use a fresh expect if there is one, use runtest
21957 from the src tree if there is one.
21958
21959 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21960
21961 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
21962 next over recursive call. Revise the tests from that point on
21963 (which had been skipped) to match GDB's actual (correct) output.
21964
21965 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
21966 with next over a breakpoint whose condition is false.
21967
21968 * gdb.t00/help.exp: Comment out "help set print" tests just like
21969 (and for same reason as) "help set" test.
21970
21971 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21972
21973 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
21974 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
21975
21976 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21977
21978 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
21979 necessary gdb_target_udi.
21980
21981 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
21982
21983 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
21984 1838 and 2417; they are fixed.
21985
21986 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
21987 gdb.t03/ptype.exp (ptype structure, ptype union):
21988 Remove xfails; the test is looser than when the xfails were added.
21989
21990 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
21991 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
21992
21993 * gdb.t01/run.exp: Only run shell test if isnative.
21994
21995 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
21996 since "run" automatically loads if necessary. Call gdb_target_udi
21997 after the "file" since "file" kills any execution target.
21998
21999 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22000 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22001 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22002 argument for UDI.
22003
22004 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22005
22006 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22007
22008 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22009
22010 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22011
22012 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22013 properly quoting regexps. This makes the second argument to
22014 demangle a fixed string, which matches the callers, instead of a
22015 shell-style pattern which is what the previous implementation
22016 used. Update some of the callers.
22017
22018 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22019
22020 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22021 (comib_nullified_tests): Fix typo.
22022 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22023 strings. No longer expected to fail.
22024
22025 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22026 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22027 strings. No longer expected to fail.
22028
22029 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22030 string. No longer expected to fail.
22031
22032 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22033
22034 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22035 No longer expected to fail.
22036
22037 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22038 string. No longer expected to fail.
22039
22040 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22041
22042 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22043 only in the names (I probably got most of them). I was even
22044 generous with some which differed in underscores in names, and
22045 probably missed a few, and I *still* was able to remove almost a
22046 third of the file with almost no impact on testsuite coverage.
22047
22048 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22049
22050 * gdb.t00/default.exp: Match udi_attach error message as well as
22051 the one from child_attach.
22052
22053 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22054
22055 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22056
22057 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22058 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22059
22060 * Move test with enums and partial symbols back to
22061 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22062 Reverts the change of 26 May 93. Per today's change to
22063 stabs.texinfo, the behavior that weird.exp was expecting was
22064 unreasonable; what is important is that the compiler+gdb get
22065 things right, which happens with a recent gcc. Also fix the test
22066 to deal with native compilers which put out the stab gdb can't
22067 deal with.
22068
22069 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22070
22071 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22072 in the names. The main thing these accomplish is to slow things down.
22073 Many more such duplicates surely remain.
22074
22075 * gdb.t00/help.exp: Comment out "help support" test just like
22076 (and for same reason as) "help set" test.
22077
22078 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
22079
22080 * gdb.t06/break.exp: Remove setup_xfails for
22081 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22082 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
22083 about known bug in gcc to include up through 2.5.8.
22084 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
22085 well as "_vb$".
22086 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22087 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22088 with latest gcc and gdb.
22089 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
22090 well as "_vb$".
22091
22092 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22093
22094 * configure.in (hppa*-*-*): Also configure and build stabs-only
22095 tests.
22096
22097 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22098
22099 * gdb.t10/hppa.mt: A makefile fragment for the PA.
22100 * gdb.t10/configure.in (hppa*-*-*): Use it.
22101
22102 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22103
22104 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
22105
22106 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22107
22108 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
22109 versions prior to 1.13.5.
22110
22111 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22112
22113 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22114 the prompt is at the start of a line.
22115
22116 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22117
22118 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22119 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
22120 in the copr tests now.
22121 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
22122 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
22123 expected to fail.
22124
22125 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
22126
22127 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
22128 gdb.t31/chillvars.exp, lib/gdb.exp:
22129 Tweak to run under either version of expect.
22130 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
22131 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
22132 * gdb.t11/list.exp: Remove extraneous whitespace.
22133
22134 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22135
22136 * gdb.t16/printcmds.exp (test_print_strings): Accept
22137 "(unsigned char *) " before the string.
22138
22139 * TODO: Add notes about printing of fancy types and GDB expressions.
22140
22141 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
22142
22143 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
22144 * gdb.t06/configure.in: Don't try to compile signals test program
22145 if doing mips-idt-ecoff.
22146
22147 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
22148
22149 * Most .exp files: Tweak to run under either version of expect.
22150
22151 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22152
22153 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
22154 xfails; I'm not sure why they are failing, but not because of PR 1806.
22155
22156 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
22157
22158 * config/unix-gdb.exp: Remove gdb_unload cause it's already
22159 defined in lib/gdb.exp.
22160
22161 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22162
22163 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
22164 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
22165 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
22166 have to be typeless.
22167
22168 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22169
22170 * TODO: Add suggestion for copyright year test.
22171
22172 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
22173
22174 * configure.in (*-*-lynxos*): Add stabs tests.
22175
22176 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22177
22178 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
22179 so insert a tab before any assembler directive in column zero.
22180
22181 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
22182 stores.
22183 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
22184 stores.
22185 (fpu_short_memory_tests): Likewise.
22186
22187 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22188
22189 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
22190 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
22191 .stabs directives in comments.
22192
22193 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22194
22195 * TODO: New file, describing tests we could write.
22196 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
22197
22198 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22199
22200 * gdb.t06/signals.exp: Add kludge to force re-sync.
22201
22202 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
22203 to xgdb instead of gdb, get out of gdb.
22204
22205 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
22206
22207 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
22208 for info.
22209
22210 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22211
22212 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
22213 * gdb.stabs/configure.in (hppa*-*-*): Use it.
22214 * gdb.stabs/hppa.sed: New sed script for the PA.
22215
22216 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22217
22218 * gdb.stabs: Re-write weird.def and configuration to use sed
22219 instead of cpp. sed is portable and POSIX; cpp is neither.
22220
22221 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22222
22223 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
22224
22225 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22226
22227 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
22228
22229 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22230
22231 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
22232 "_vb$".
22233 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
22234 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
22235
22236 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22237
22238 * lib/gdb.exp: Comment out code which depends on non-existent
22239 `transform' procedure.
22240
22241 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
22242
22243 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
22244 * lib/gdb.exp: Transform tool name.
22245 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
22246 1.1's new error handling system.
22247
22248 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22249
22250 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
22251
22252 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22253
22254 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
22255 They made pattern matching so slow that timeouts happened on
22256 heavily loaded systems. Now any output from "show print" which
22257 gets us back to the GDB prompt is a PASS.
22258
22259 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
22260
22261 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
22262
22263 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22264
22265 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
22266
22267 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
22268 It is not from PR 3220.
22269
22270 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22271
22272 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
22273 just started failing because they depended on the order the
22274 subcommands are presented, or exact docstring text. This kind of
22275 test is a pain and has minimal benefit.
22276
22277 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22278
22279 * gdb.t09/corefile.exp: At end of test, use "core" command with
22280 no arguments.
22281
22282 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
22283
22284 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
22285 17}/Makefile.in: Make it possible to run the testsuite with Sun
22286 make and CC = cross gcc by adding explicit build rules for .o
22287 files.
22288
22289 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22290
22291 * gdb.t15/funcargs.exp: Don't put comments on same line as
22292 setup_xfail (@#$*%& tcl braindamage!).
22293
22294 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22295
22296 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
22297
22298 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
22299
22300 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
22301 * gdb.t20/inherit.exp: remove three dumplicate entries.
22302
22303 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22304
22305 * gdb.t06/break.exp: For "next over recursive call", fail on any
22306 incorrect output, not just on "factorial (value=2)".
22307
22308 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22309
22310 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
22311 working now. Add an xfail if accesing a bss variable causes
22312 a memory error if the target is not yet run.
22313
22314 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22315
22316 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
22317 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
22318 name of __st* demangling (2 strings). Did Kung really get the
22319 more than 95 others right without testing them?
22320
22321 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
22322
22323 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
22324
22325 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
22326
22327 * configure.in (configdirs): Add gdb.disasm
22328 * gdb.disasm: New directory for GDB disassembler tests.
22329 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
22330
22331 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22332
22333 * gdb.t00/help.exp: Don't test "help set".
22334
22335 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
22336 from within expect statements. None of these happen anymore and
22337 they cause regressions to be silently unnoticed.
22338
22339 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
22340 messages) about known failures with gcc cygnus-2.4.5-930417.
22341
22342 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
22343 comp-info.exp so it gets built if it doesn't exist.
22344
22345 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
22346 it is no longer used.
22347 * gdb.t13/comp-info.c: Removed.
22348
22349 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22350
22351 * gdb.t06/signals.exp: Add xfail for sun3.
22352
22353 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22354
22355 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
22356 relevant because ^C doesn't get sent but failure can be reproduced
22357 interactively).
22358
22359 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22360
22361 * gdb.stabs/alpha.mt: New configuration file for alpha.
22362 * gdb.stabs/configure.in: Use it.
22363 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
22364 sharing with alpha.mt, redefine long to word via preprocessor.
22365 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
22366 for alpha.
22367 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
22368 native cc.
22369 * gdb.t00/teststrategy.exp: Change expect string so that we
22370 consume the `(xgdb)' from the command echo and from the gdb prompt.
22371 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
22372 gdb currently compares all values as long, so this failure probably
22373 applies to any configuration where LONGEST is bigger than a target int.
22374 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
22375 with gcc.
22376 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
22377 to handle opaque pointers, gcc is.
22378 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
22379 as first argument. Include <sys/types.h> and change all operator
22380 new definitions to use size_t.
22381 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
22382 now that we use size_t.
22383
22384 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22385
22386 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
22387 a long or float array cast all array members to the same type.
22388 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
22389 with 64 bit longs.
22390 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
22391 on alpha.
22392 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
22393
22394 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22395
22396 * gdb.t24 (demangle.exp): Constructors of templates have names like
22397 vector<int>::vector(int) not vector<int>::vector<int>(int). See
22398 section 14.6 of the ARM.
22399
22400 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
22401 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
22402 accomplish little and slow down the testsuite.
22403
22404 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
22405 Accept spaces various places.
22406
22407 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22408
22409 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
22410 with watchpoint enabled.
22411
22412 * Makefile.in: Remove definition of CC and remove the second
22413 definition of CXX (the "CXX = gcc" one remains). These definitions
22414 were causing backquotes to be expanded within backquotes, which
22415 doesn't work.
22416
22417 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
22418
22419 * gdb.t17/callfuncs.exp: Add "return 0" to end.
22420
22421 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22422
22423 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
22424 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
22425 by mips cc and contains no stabs entries.
22426
22427 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
22428
22429 * config/vx-gdb.exp: Use fake device to load files rather than
22430 NFS.
22431 * lib/gdb.exp: New proc to do "file" command.
22432 * config/unix-gdb.exp: Use new "file" proc.
22433
22434 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
22435
22436 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
22437 Rework board rebooting slightly.
22438 (gdb_exit): Don't exit from the remote shell; there isn't one.
22439 * gdb.stabs/weird.exp: If a program is being debugged already,
22440 kill it.
22441 * gdb.t04/setvar.exp: Stop and restart gdb.
22442 * gdb.t05/expr.exp: Likewise.
22443 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
22444 restart gdb and reload the program.
22445 * gdb.t08/opaque.exp: Likewise.
22446 * gdb.t12/scope.exp: Likewise.
22447 * gdb.t13/bitfields.exp: Likewise.
22448 * gdb.t15/funcargs.exp: Likewise.
22449 * gdb.t20/classes.exp: Likewise.
22450 * gdb.t03/ptype.exp: Increase timeout.
22451 * gdb.t16/printcmds.exp (test_print_string_constants,
22452 test_print_array_constants): Likewise.
22453 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
22454 * gdb.t20/classes.exp (do_tests): Likewise.
22455 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
22456
22457 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
22458
22459 * gdb.stabs: Renamed *wierd* to *weird*.
22460
22461 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22462
22463 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
22464 for timeout. Add "known gcc 2.4.5 bug" to failure message.
22465
22466 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22467
22468 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
22469 (do_tests): Remove xfail for whatis on one_var and two_var.
22470
22471 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
22472
22473 * Makefile.in: Made cross building work better by adding
22474 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
22475
22476 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22477
22478 * gdb.t15/{return.c,return.exp,Makefile.in}:
22479 New test, currently commented out.
22480
22481 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
22482
22483 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
22484 still running and removes the leftover named socket so GDb can do
22485 clean restarts.
22486
22487 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
22488
22489 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
22490 console, not GDB.
22491 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
22492 cross testing works better with "make check"
22493 * config/unix-gdb: Use default procedures for exit and version.
22494 * config/vx-gdb.exp: Cleaned up and massaged back to working order
22495 with the newest VxWorks.
22496
22497 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22498
22499 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
22500 old form.
22501
22502 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
22503 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
22504
22505 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
22506
22507 * config/unix-gdb.exp: Remove this version of gdb_exit
22508 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
22509 Rob says he'll look at it when he gets back to testing boards.
22510
22511 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
22512
22513 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
22514 an expected fail for certain ptype commands.
22515
22516 * gdb.t20/classes.exp: Update expected results of "ptype class
22517 Base1" to account for the constructor that now appears in the type.
22518
22519 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
22520
22521 * configure.in (configdirs): Restore gdb.t04, which mysteriously
22522 disappeared from list.
22523 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
22524 "alldone" proc with call to cleanup and exit.
22525 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
22526 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
22527 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
22528 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
22529 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
22530 "alldone" proc with simple returns that suppress remaining
22531 tests. The alldone proc went away many months ago.
22532
22533 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22534
22535 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
22536
22537 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
22538
22539 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22540
22541 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
22542 as vax gdb will display them.
22543
22544 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22545
22546 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
22547 optimizers.
22548
22549 * scope.exp: Change "bad value for localval" messages so each one
22550 is unique.
22551
22552 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
22553 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
22554
22555 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
22556
22557 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22558
22559 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
22560 doesn't exist (due to optimization).
22561
22562 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22563
22564 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
22565 contains \r because the filename is long.
22566
22567 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
22568 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
22569
22570 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22571
22572 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
22573 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
22574 Ultrix.
22575 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
22576 int tests.
22577 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
22578
22579 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
22580
22581 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
22582
22583 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
22584 to match does not match the passing case but still matches the
22585 failing case.
22586
22587 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22588
22589 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
22590
22591 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
22592
22593 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
22594 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
22595 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
22596 Remove various versions of gdb_exit.
22597 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
22598 gdb_exit.
22599 * config/unix-gdb.exp: gdb_exit remains here, and should override
22600 the generic version, since it's doing a lot of wierd stuff that
22601 the other versions aren't. FIXME, fold it in, or abandon this
22602 version.
22603
22604 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22605
22606 * gdb.t24/demangle.exp: Add tests for PR 3220.
22607
22608 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22609
22610 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
22611
22612 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
22613
22614 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
22615 "i386-*-*". Works for i486 as well.
22616
22617 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
22618 bug, and expand domain of xfail to all SVR4 systems, since the
22619 actual problem is likely to be in generic SVR4 /proc support.
22620
22621 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22622
22623 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
22624
22625 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
22626
22627 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
22628 xfails for other systems. Match a missing 'Continuing.' as an
22629 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
22630
22631 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
22632 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
22633 Only issue warning for missing executables if -all option is used.
22634
22635 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
22636 file if -all option is used. It's like an unpredictable XFAIL.
22637
22638 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22639
22640 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
22641 for dynamically linked binaries.
22642
22643 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
22644
22645 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22646
22647 * gdb.t20/inherit.exp: Change message for "print tagless struct"
22648 to state that this is a known bug in old versions of g++.
22649
22650 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22651
22652 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
22653 while waiting for `Continuing'.
22654
22655 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
22656
22657 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
22658 in text, data, and bss.
22659 * gdb.t10/nodebug.c: Add local and global test variables for
22660 initialized and uninitialized data.
22661
22662 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22663
22664 * config/unix-gdb.exp (gdb_exit): Add "wait".
22665
22666 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22667
22668 * gdb.t06/signals.exp: xfail the continue from the handler for all
22669 targets.
22670
22671 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
22672 function with watchpoints enabled, the i386 call dummy starts with
22673 a call.
22674
22675 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
22676 386 bsd names its corefiles.
22677
22678 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
22679
22680 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
22681 compilers don't grok it.
22682 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
22683 with small octal ints rather than character constants, which
22684 are signed and might not fit if first promoted to int.
22685
22686 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
22687
22688 * gdb.t09/Makefile.in (clean): Remove corefile.
22689
22690 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22691
22692 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
22693
22694 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22695 and Jim Kingdon (kingdon@cygnus.com)
22696
22697 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
22698 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
22699 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
22700
22701 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22702
22703 * gdb.t17/interrupt.exp: Add xfail for hppa.
22704
22705 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22706
22707 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
22708 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
22709 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
22710 to determine signed-ness of bitfields and use the result to setup
22711 the xfail.
22712 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
22713 * gdb.t15/funcargs.exp: Use them to step until the second indirect
22714 call line is reached if necessary.
22715
22716 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22717
22718 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
22719
22720 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22721
22722 * gdb.t06/break.exp: Also test `clear' command.
22723
22724 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22725
22726 * gdb.t00/teststrategy.exp: Remove extra quote.
22727
22728 * gdb.t07/watchpoint.exp: Change xfail for calling function with
22729 watchpoint enabled to be for all non-68k machines.
22730
22731 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
22732
22733 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22734
22735 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
22736 targets use aout.mt instead of ecoff.mt as gas understands
22737 standard aout format.
22738
22739 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22740
22741 * lib/gdb.exp (runto): Don't insist that function we are running to
22742 was compiled with -g.
22743
22744 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
22745
22746 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
22747 to get back into the read system call.
22748 Accept leading newline in case where we woke it up.
22749
22750 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22751
22752 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
22753 to make the stabs test work on ecoff systems using gcc and -with-stabs.
22754 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
22755 enable ecoff configuration.
22756
22757 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22758
22759 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
22760
22761 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22762
22763 * gdb.t16/printcmds.exp: Add another printf test.
22764
22765 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
22766
22767 * configure.in: If configured -with-stabs on any target, add
22768 stabsdirs to configdirs.
22769
22770 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22771
22772 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
22773 fun" so pattern does not match the command itself.
22774
22775 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22776
22777 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
22778
22779 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22780
22781 * gdb.t17/interrupt.exp: Test for more things.
22782
22783 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22784
22785 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
22786 compiler arranges the code and line numbers.
22787
22788 * gdb.t17/interrupt.exp: Don't send \n after ^C.
22789
22790 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22791
22792 * gdb.t00/help.exp: Increase expect input buffer size.
22793
22794 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22795
22796 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
22797
22798 * gdb.t07/watchpoint.exp: Add xfail for hppa.
22799
22800 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
22801
22802 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
22803 [0-9]*, not just [0-9].
22804
22805 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22806
22807 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
22808
22809 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
22810
22811 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22812
22813 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
22814
22815 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22816
22817 * gdb.t06/signals.c: Add xfails for sun3.
22818
22819 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
22820
22821 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
22822 test_stepping tests.
22823
22824 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22825
22826 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
22827
22828 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
22829
22830 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
22831 rather than actually putting it through cpp twice.
22832
22833 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
22834
22835 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
22836
22837 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
22838 no longer needed.
22839
22840 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22841
22842 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
22843
22844 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
22845 C++ features prints as "struct", make it a pass, not an xfail.
22846
22847 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22848
22849 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
22850 Don't require VA to print as "class" rather than "struct".
22851
22852 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
22853
22854 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
22855
22856 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22857
22858 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
22859
22860 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22861
22862 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
22863 order.
22864
22865 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22866
22867 * gdb.t16/printcmds.exp: Add printf tests.
22868
22869 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
22870
22871 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
22872
22873 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
22874
22875 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
22876 pass counts, to counteract any existing or future setup_xfails.
22877
22878 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22879
22880 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
22881 {BEGIN,END}_COMMON for common block instead of STAB.
22882 * gdb.stabs/wierd.exp: Add xfail for rs6000.
22883
22884 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
22885 intp_var should be N_GSYM not N_LSYM.
22886 wierd-aout.S: Use a label for the value of the N_SO.
22887 wierd.def: Remove all backslashes.
22888 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
22889
22890 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22891
22892 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
22893 get the expected next to inheritance3.
22894
22895 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22896
22897 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
22898 now that gcc-2.4 gets it right.
22899
22900 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22901
22902 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
22903
22904 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
22905 generating comp-info.exp which works for cross-compilation.
22906
22907 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
22908
22909 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
22910 "*-*-sysv4.*".
22911
22912 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
22913
22914 * gdb.t01/run.exp: Start with a fresh gdb.
22915 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
22916 SVR4.x.
22917
22918 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
22919
22920 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
22921 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
22922 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
22923 Makefile.in (distclean, realclean): Remove gdbme.c from list of
22924 things to remove.
22925
22926 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
22927
22928 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
22929 test cases from bug reports.
22930
22931 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
22932
22933 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
22934 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
22935 avoid spurious xfails.
22936 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
22937 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
22938 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
22939
22940 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
22941
22942 * gdb.t00/teststrategy.exp: Rework to provide more useful
22943 description of each test, fix problem with systems that define
22944 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
22945 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
22946 results for "next over recursive call" so timeouts aren't taken
22947 by error.
22948
22949 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
22950
22951 * gdb.t12/scope.exp: Test printing of variables before run.
22952
22953 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
22954 printed in wrong order due to sorting.
22955
22956 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
22957
22958 * gdb.t00/teststrategy.exp: Fix expected results for printing
22959 user entered string constant. Is array of char, prints with no
22960 address.
22961
22962 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
22963 commands.
22964 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
22965 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
22966 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
22967 of struct of char arrays.
22968 * gdb.t00/radix.exp: New tests for radix commands.
22969
22970 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
22971
22972 * gdb.t16/printcmd.exp: Print a variable before running program
22973 (with xfail for AIX).
22974
22975 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
22976
22977 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
22978
22979 * gdb.t16/printcmd.exp: Don't print variables before running program.
22980
22981 * gdb.t06/break.exp: Don't require envp argument to main.
22982
22983 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
22984
22985 * gdb.t02/whatis.exp, gdb.t11/list.exp:
22986 Add xfails for rs6000.
22987
22988 * gdb.t02/whatis.exp: Change other tests not to re-test something
22989 we already tested.
22990
22991 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
22992 each type used has a variable of that type.
22993
22994 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
22995
22996 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
22997
22998 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22999
23000 * configure.in: change srctrigger to be a file, not a directory
23001
23002 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23003
23004 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23005
23006 * gdb.t11/list.exp: Fixed a couple of typos.
23007
23008 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23009
23010 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23011 is fixed and PR is closed.
23012 * gdb.t16 (gdbme.c): Add simple test string variable.
23013 * gdb.t16 (printcmds.exp): Add tests with simple test string
23014 variable, primarily for boundaries on "set print elements".
23015
23016 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23017
23018 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23019 Make leading 0's optional and don't expect a tab in the middle
23020 of the number.
23021
23022 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23023
23024 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23025 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23026 don't end command passed to gdb_test with newline.
23027
23028 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23029 signed keyword away, don't expect signed bitfields to be signed.
23030
23031 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23032 printing with only as many 1's as are in the field as well as printing
23033 with 32 1's (see comment).
23034
23035 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23036
23037 * gdb.t00/default.exp: Start with a fresh gdb.
23038 * configure.in (configdirs): Remove gdb.t31 until the chill
23039 compiler works again. It no longer is able to find chillrt0
23040 since it isn't in libchill.a anymore.
23041 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23042 wierd.o, make more modular.
23043 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23044 spurious newlines that caused problems.
23045
23046 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23047
23048 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23049 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23050 gdb.stabs/wierd.{exp,def}: Many new tests.
23051
23052 * gdb.t00/default.exp: update info line for new message.
23053
23054 * gdb.t02/{whatis.exp,gdbme.c}:
23055 Test that "char *" doesn't print as "caddr_t".
23056
23057 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23058
23059 * gdb.t00/help.exp: Use .* in place of some help messages which
23060 just changed.
23061 gdb.t00/default.exp: Update "info frame" test for new message.
23062 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23063 Remove some xfails
23064
23065 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23066
23067 * gdb.t03/{gdbme.c,ptype.exp}:
23068 Add tests for typedef'd struct and union without tags.
23069 Also check "whatis" on a variable of a typedef'd enum without a tag.
23070
23071 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23072 PRMS 1823; the bug still exists but isn't reproduced by this test
23073 anymore), and remove rs6000 XFAIL (the bug is fixed).
23074
23075 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23076 duplicated from whatis.exp. For those that are left, accept
23077 "long", "long int", or "int" for long variables (whatis.exp already
23078 has an XFAIL for "int", so no need to fail it here).
23079
23080 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23081 Deal with GCC's names for types now that GDB uses the compiler's names.
23082
23083 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
23084 setup_xfail's for sunos4. If we #defined the signed keyword away,
23085 don't expect GDB to know that char it is signed.
23086
23087 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23088
23089 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
23090
23091 * configure.in (configdirs): Add gdb.t24 for C++ tests that
23092 should work on any system, regardless of debugging format.
23093 * gdb.t21/demangle.exp: Move to gdb.t24.
23094 * gdb.t24/demangle.exp: Move from gdb.t21.
23095 * gdb.t24/{Makefile.in, configure.in}: New files.
23096
23097 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23098
23099 * configure.in: Do gdb.stabs and C++ tests only for stabs.
23100 * gdb.stabs: New directory.
23101
23102 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23103
23104 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23105 not just "Quit anyway?".
23106
23107 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
23108
23109 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
23110 that all setup_xfails are immediately followed by clear_xfails.
23111
23112 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
23113
23114 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23115 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23116 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23117 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23118 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23119 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23120 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23121 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23122 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23123 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23124 gdb.t31/chillvars.exp, lib/gdb.exp:
23125 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23126 bug-gdb@prep.ai.mit.edu.
23127
23128 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
23129
23130 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
23131 with 0.0, not integer 0.
23132
23133 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
23134
23135 * gdb.t06/break.exp: Update for "Kill the program" message change.
23136
23137 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
23138
23139 * Makefile.in (GDBFLAGS): Set to -nx.
23140 * Makefile.in (site.exp): Use GDBFLAGS.
23141
23142 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23143
23144 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
23145 Makefiles.
23146 (check): depend on just-check.
23147 (just-check): added so that tests can be run without a noop
23148 build pass.
23149
23150 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23151
23152 Switch to using configure's configdirs.
23153 * Makefile.in (Makefile): add configure.in dependency.
23154 (SUBDIRS): removed redundant assignment.
23155 * configure.in: switch subdirs assignment to configdirs.
23156 * gdb.t*/configure.in: new files.
23157
23158 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
23159
23160 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
23161 works.
23162
23163 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
23164
23165 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
23166 in explicit rules. Apparently this is not supported by some makes.
23167
23168 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
23169
23170 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
23171
23172 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23173
23174 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
23175 disappeared.
23176
23177 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
23178
23179 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
23180
23181 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
23182
23183 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
23184 watchpoint problem that is now fixed.
23185 * gdb.t30/chexp.exp: Remove setup_xfail for printing
23186 uninitialized convenience variables.
23187 * gdb.t31/chillvars.exp: Fix expected patterns for printing
23188 structures.
23189
23190 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23191
23192 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
23193 which causes expect to get out of sync with gdb on long output
23194 from help set.
23195 * gdb.t09/corefile.exp: Make expected pattern for core file
23196 failing signal and frame output format less sun specific.
23197
23198 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
23199
23200 * gdb.t31/chillvars.exp: Add and remove initial dummy
23201 breakpoint, so that symbol table is forced in.
23202 (Needed at least on Sunos4, though it seems not SVR4.)
23203 * gdb.t31/chillvars.exp: Update for changed output format.
23204
23205 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
23206
23207 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
23208
23209 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
23210
23211 * Makefile.in: Added --srcdir when invoking runtest, removed the
23212 need for a local config file. (optional now)
23213
23214 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
23215
23216 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
23217 failure count used to force early termination. Add some more
23218 expected failures for gnu style demangling.
23219
23220 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23221
23222 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
23223 pmi variable from gdb.t20/gdbme to get optimized away.
23224 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
23225 Check for written corefile upon timeout _and_ eof.
23226
23227 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23228
23229 * config/unix-gdb.exp: Add missing return 0.
23230
23231 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23232
23233 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
23234 test termination.
23235
23236 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
23237
23238 * configure.in (subdirs): Put back gdb.t17 which mysteriously
23239 disappeared.
23240
23241 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
23242
23243 * gdb.t10/crossload.exp: Disable the i860-elf test until such
23244 time as i860 support works.
23245
23246 * gdb.t15/funcargs.exp: Fix expected outputs to include
23247 "backtrace 100\r" rather than just "backtrace\r", to match last
23248 change.
23249
23250 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
23251
23252 * config/udi-gdb.exp (gdb_exit): Remove close command.
23253 (gdb_target_udi): New procedure to set the UDI target.
23254 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
23255 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
23256 Added waits for prompts after several question responses. Added
23257 some more responses used by a29k-amd-udi-gdb.
23258 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
23259 pass different arguments, restart UDI connection after program
23260 completion.
23261 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
23262 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23263 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
23264 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
23265 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
23266 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
23267 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23268 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
23269 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
23270 after program completion.
23271 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
23272 compiled with a SELECT_VECS setting.
23273 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
23274 infinite recursion.
23275
23276 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
23277 Added checks for COFF results, and made them expected failures for
23278 all targets. It would be better to make them expected failures
23279 for COFF targets only.
23280
23281 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
23282
23283 * Makefile.in: add null dvi target, don't bother to recurse
23284 through test directories for info and install-info; rename
23285 $(datadir) to be dejagnu instead of deja-gnu
23286
23287 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
23288
23289 * gdb.t31/gdbme.ch: Re-enable code that previously caused
23290 compiler to coredump.
23291 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
23292 code.
23293
23294 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
23295
23296 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
23297 coredump.
23298 * gdb.t31/chillvars.exp: Comment out tests that depend on that
23299 code.
23300
23301 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
23302
23303 * gdb.t03/ptype.exp: tests for return code from gdb_test.
23304 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
23305 which in a shell. Deletes xgdb when done.
23306 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
23307 Tests the return from the "set height" or "set width" commands.
23308 Added a few return codes where needed.
23309
23310 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
23311
23312 * Makefile.in (SUBDIRS): Add gdb.t17.
23313 * configure.in (subdirs): Add gdb.t17.
23314 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
23315 files to test gdb's calling of functions in the inferior with
23316 the correct arguments and gdb's ability to retrieve any
23317 result returned.
23318
23319 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
23320
23321 * config/unix-gdb.exp (gdb_exit): Remove close commands that
23322 may be called after gdb goes away. Previous versions of expect
23323 needed these to avoid file descriptor leaks, but they cause
23324 errors with the current revision of expect.
23325 * gdb.t00/gdbvars.exp: Use -re on expected output after
23326 setting sevenbit-strings.
23327 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
23328 to set sevenbit-strings consistent across tests.
23329 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
23330 set sevenbit-strings consistent across tests.
23331
23332 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
23333
23334 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
23335 expected output to match current "expect" expectations.
23336
23337 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
23338
23339 * gdb.t00/default.exp: Change expected output for default "source"
23340 command, to match new gdb behavior which requires a filename to
23341 source.
23342
23343 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
23344
23345 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
23346 expected fail for i486-*-* that misses the marker2 function.
23347 * gdb.t10/crossload.exp (bfddefault): Allow successful
23348 recognition of a format to pass even if no symbols are found.
23349 Explicitly catch failures where the format is not recognized
23350 or is ambiguous, and add the reason to the fail message.
23351 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
23352 the cause is and invalid target and add reason to failure message.
23353 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
23354 elf32-i386, elf32-sparc, and elf32-i860.
23355 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
23356 Set up expected failure for 'filename'::variable scope resolution,
23357 which is now apparently broken on all targets.
23358 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
23359 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
23360 gdb.t23/templates.exp: Change failure for missing binfile into
23361 just a warning.
23362 gdb.t21/demangle.exp: Change all cfront references to 'arm'
23363 references.
23364
23365 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
23366
23367 * gdb.t00/default.exp: Add expected output for default "source"
23368 command, to match new gdb behavior.
23369 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
23370
23371 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
23372
23373 * config/*-gdb.exp: returns an error, rather than exiting on
23374 internal errors.
23375
23376 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
23377
23378 * gdb.t03/gdbme.c: Add pointer to struct variable.
23379 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
23380 referencing struct members.
23381
23382 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
23383
23384 * configure.in (mips-idt-ecoff): New target.
23385 * config/mips-gdb.exp: New file for remote board using MIPS remote
23386 debugging protocol.
23387
23388 * Redid configuration scheme. Removed gdb.t*/configure.in.
23389 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
23390 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
23391 distclean targets. Built executables via .o files. Adjusted
23392 tests to account for source files in $(srcdir) rather than
23393 $(objdir).
23394 * lib/gdb.exp (runto): Don't expect () after the function name,
23395 because it may have arguments.
23396
23397 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
23398
23399 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
23400 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
23401 expected failures for mips-idt-* and mips-sgi-*.
23402 * gdb.t00/default.exp (attach): Kill process if requested.
23403 * gdb.t00/help.exp (help target core, help target): Accept a gdb
23404 that does not read core files.
23405 * gdb.t01/run.exp: Removed checks for exit status code.
23406 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
23407 it is linked in.
23408 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
23409 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
23410 appropriate, rather than doing it by hand.
23411 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
23412 execution.
23413 * gdb.t10/crossload.exp: Kill existing program if needed.
23414 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
23415 appropriate, rather than doing it by hand. Always increase
23416 timeout for this test, not just for VxWorks.
23417
23418 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
23419
23420 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
23421 of Chill STRUCT types and STRUCT values.
23422 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
23423 than "char".
23424 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
23425 struct2): New struct definitions and initializations to test
23426 simple Chill STRUCT types.
23427
23428 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
23429
23430 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
23431 the null byte at the end of strings.
23432 * gdb.t00/default.exp: Make show version insensitive to copyright
23433 date.
23434 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
23435 to avoid dependencies on target char signedness.
23436 * gdb.t16/printcmds.exp: Update expected results for explicitly
23437 unsigned char.
23438 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
23439 now work.
23440 * gdb.t21/demangle.exp: Add many more patterns for template
23441 demangling, most of them being expected failures.
23442 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
23443 string we are matching for, to match on the whole string.
23444 * gdb.t21/demangle.exp: Add many new test strings to demangle,
23445 and fix a whole bunch that had incorrect expected output but were
23446 passing anyway because of the bug in "proc demangle".
23447 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
23448 type.
23449 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
23450
23451 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
23452
23453 * gdb/testsuite: made modifications to testcases, etc., to allow
23454 them to work properly given the reorganization of deja-gnu and the
23455 relocation of the testcases from deja-gnu to a "tool" subdirectory.
23456
23457 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
23458
23459 * gdb/testsuite: Initial creation of gdb/testsuite.
23460 Migrated dejagnu testcases and support files for testing nm to
23461 gdb/testsuite from deja-gnu. These files were moved "as is"
23462 with no modifications. This migration is part of a major overhaul
23463 of dejagnu. The modifications to these testcases, etc., which
23464 will allow them to work with the new version of dejagnu will be
23465 made in a future update.
23466
23467 For additional changes see gdb.mi/ChangeLog-1999-2003.
23468 \f
23469 ;; Local Variables:
23470 ;; mode: change-log
23471 ;; left-margin: 8
23472 ;; fill-column: 74
23473 ;; version-control: never
23474 ;; End:
23475
23476 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23477 2003, 2004, 2005 Free Software Foundation, Inc.
23478 Copying and distribution of this file, with or without modification,
23479 are permitted provided the copyright notice and this notice are preserved.
This page took 0.752051 seconds and 4 git commands to generate.