Add Python support for GDB events.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
2
3 * gdb.python/py-evthreads.c: New file.
4 * gdb.python/py-evthreads.exp: New file.
5 * gdb.python/py-events.py: New file.
6 * gdb.python/py-events.exp: New file.
7 * gdb.python/py-events.c: New file.
8
9 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10
11 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
12
13 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
14
15 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
16 gdb.base/disasm-end-cu.exp: New test for disassembling over the
17 boundary between two compilation units.
18
19 2011-02-02 Pedro Alves <pedro@codesourcery.com>
20
21 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
22 (Virtual): New structs.
23 (virtual_o, virtual_middle_b): New globals.
24 * gdb.cp/virtbase.exp: New tests.
25
26 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
27
28 * gdb.base/jit.exp: New file.
29 * gdb.base/jit-main.c: New file.
30 * gdb.base/jit-solib.c: New file.
31
32 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
33
34 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
35 proceed to initial kernel entry point.
36 * gdb.opencl/datatypes.exp: Likewise.
37 * gdb.opencl/operators.exp: Likewise.
38 * gdb.opencl/vec_comps.exp: Likewise.
39
40 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
41
42 * gdb.cp/nsnested.cc: New.
43 * gdb.cp/nsnested.exp: New.
44 * gdb.cp/nsnoimports.exp: New.
45 * gdb.cp/nsnoimports.cc: New.
46
47 2011-01-31 Joel Brobecker <brobecker@adacore.com>
48
49 * gdb.base/interact.exp: Add extra tests that verify that
50 the value of the interactive-mode setting does not change
51 after the script is sourced.
52
53 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
54
55 * gdb.cp/noparam.exp: New file.
56 * gdb.cp/noparam.cc: New file.
57
58 2011-01-28 Pedro Alves <pedro@codesourcery.com>
59
60 * gdb.trace/tfile.exp: Test that with no traceframe selected,
61 there's no stack or registers.
62
63 2011-01-26 Tom Tromey <tromey@redhat.com>
64
65 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
66 space before string output. Add test for "set print pretty off"
67 case.
68
69 2011-01-25 Pedro Alves <pedro@codesourcery.com>
70
71 * gdb.base/frame-args.exp: Adjust.
72 * gdb.dwarf2/dw2-noloc.exp: Adjust.
73 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
74 * gdb.dwarf2/pieces.exp: Adjust.
75 * gdb.opt/clobbered-registers-O2.exp: Adjust.
76 * gdb.opt/inline-locals.exp: Adjust.
77 * gdb.threads/fork-child-threads.exp: Adjust.
78
79 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
80
81 * gdb.opencl/convs_casts.cl: Move program scope variables into the
82 OpenCL kernel function. Add a comment as marker. Add address space
83 qualifiers for the remaining program scope variables.
84 * gdb.opencl/datatypes.cl: Likewise.
85 * gdb.opencl/operators.cl: Likewise.
86 * gdb.opencl/vec_comps.cl: Likewise.
87 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
88 Add breakpoint at the marker comment.
89 * gdb.opencl/datatypes.exp: Likewise.
90 * gdb.opencl/operators.exp: Likewise.
91 * gdb.opencl/vec_comps.exp: Likewise.
92
93 2011-01-24 Pedro Alves <pedro@codesourcery.com>
94
95 * gdb.base/printcmds.c (some_struct): New struct and instance.
96 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
97 procedure.
98 <global scope>: Call it.
99
100 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
101
102 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
103 argument to the gdb_compile_opencl_hostapp call.
104
105 2011-01-19 Yao Qi <yao@codesourcery.com>
106
107 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
108 positve list.
109
110 2011-01-19 Yao Qi <yao@codesourcery.com>
111
112 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
113 canonical form.
114 Remove "xscale-*-*"
115 * gdb.xml/tdesc-regs.exp: Likewise.
116 * gdb.python/py-section-script.exp: Replace ARM target triplet
117 with canonical form.
118 Match arm*-*-symbianelf*.
119 * gdb.base/dup-sect.exp: Likewise.
120 * lib/dwarf.exp: New.
121 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
122 dwarf2_support.
123 * gdb.dwarf2/dup-psym.exp: Likewise.
124 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
125 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
126 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
127 * gdb.dwarf2/dw2-basic.exp: Likewise.
128 * gdb.dwarf2/dw2-compressed.exp: Likewise.
129 * gdb.dwarf2/dw2-const.exp: Likewise.
130 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
131 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
132 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
133 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
134 * gdb.dwarf2/dw2-filename.exp: Likewise.
135 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
136 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
137 * gdb.dwarf2/dw2-intercu.exp: Likewise.
138 * gdb.dwarf2/dw2-intermix.exp: Likewise.
139 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
140 * gdb.dwarf2/dw2-noloc.exp: Likewise.
141 * gdb.dwarf2/dw2-op-call.exp: Likewise.
142 * gdb.dwarf2/dw2-producer.exp: Likewise.
143 * gdb.dwarf2/dw2-ranges.exp: Likewise.
144 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
145 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
146 * gdb.dwarf2/dw2-strp.exp: Likewise.
147 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
148 * gdb.dwarf2/implptr.exp: Likewise.
149 * gdb.dwarf2/mac-fileno.exp: Likewise.
150 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
151 * gdb.dwarf2/pieces.exp: Likewise.
152 * gdb.dwarf2/pr11465.exp: Likewise.
153 * gdb.dwarf2/valop.exp: Likewise.
154 * gdb.dwarf2/watch-notconst.exp: Likewise.
155 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
156
157 2011-01-19 Tom Tromey <tromey@redhat.com>
158
159 * gdb.python/py-infthread.exp: Add thread tests.
160
161 2011-01-14 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
164
165 2011-01-14 Joel Brobecker <brobecker@adacore.com>
166
167 * gdb.ada/widewide: New testcase.
168
169 2011-01-13 Joel Brobecker <brobecker@adacore.com>
170
171 * gdb.base/interact.exp: New testcase.
172
173 2011-01-12 Tom Tromey <tromey@redhat.com>
174
175 * gdb.mi/gdb2549.exp: Update for error message changes.
176 * gdb.mi/mi-cli.exp: Likewise.
177 * gdb.mi/mi-disassemble.exp: Likewise.
178 * gdb.mi/mi-pthreads.exp: Likewise.
179 * gdb.mi/mi-regs.exp: Likewise.
180 * gdb.mi/mi-stack.exp: Likewise.
181 * gdb.mi/mi-var-block.exp: Likewise.
182 * gdb.mi/mi-var-cmd.exp: Likewise.
183 * gdb.mi/mi2-cli.exp: Likewise.
184 * gdb.mi/mi2-disassemble.exp: Likewise.
185 * gdb.mi/mi2-pthreads.exp: Likewise.
186 * gdb.mi/mi2-regs.exp: Likewise.
187 * gdb.mi/mi2-stack.exp: Likewise.
188 * gdb.mi/mi2-var-block.exp: Likewise.
189 * gdb.mi/mi2-var-cmd.exp: Likewise.
190
191 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
192 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 PR fortran/11104 and DWARF unbound arrays detection.
195 * gdb.fortran/multi-dim.exp: New file.
196 * gdb.fortran/multi-dim.f90: New file.
197
198 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
199
200 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
201 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
202 add new tests for opcode dumping.
203
204 2011-01-11 Tom Tromey <tromey@redhat.com>
205
206 * gdb.python/py-infthread.exp: Load gdb-python.exp.
207
208 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
209
210 Convert hardware watchpoints to use breakpoint_ops.
211 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
212 type is not supported.
213 * gdb.base/foll-fork.exp: Likewise.
214 * gdb.base/foll-vfork.exp: Likewise.
215
216 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
217
218 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
219 Use load_lib gdb-python.exp.
220 * gdb.python/python.exp: Ditto.
221 * gdb.python/py-function.exp: Ditto.
222
223 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
224
225 * gdb.threads/tls.exp ("info address me"): Fix expected output.
226
227 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
228
229 * configure: Regenerate.
230
231 2011-01-06 Tom Tromey <tromey@redhat.com>
232
233 * gdb.python/py-frame.exp: Test gdb.newest_frame.
234
235 2011-01-06 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
238 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
239 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
240 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
241 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
242 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
243 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
244 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
245 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
246 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
247 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
248 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
249 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
250 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
251 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
252 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
253 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
254 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
255 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
256 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
257 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
258 gdb.ada/uninitialized_vars.exp,
259 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
260 Simplify by using clean_restart.
261
262 2011-01-06 Joel Brobecker <brobecker@adacore.com>
263
264 Add marker to be used as anchor for inserting breakpoints.
265 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
266 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
267 Likewise.
268
269 Remove uses of gdb_start_cmd.
270 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
271 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
272
273 Do not run testcase if testing with GDBserver.
274 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
275 if testing with GDBserver.
276
277 2011-01-06 Joel Brobecker <brobecker@adacore.com>
278
279 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
280 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
281 copyright header.
282
283 2011-01-05 Joel Brobecker <brobecker@adacore.com>
284
285 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
286 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
287 testsuite/gdb.fortran/complex.f,
288 testsuite/gdb.fortran/derived-type.f90,
289 testsuite/gdb.fortran/library-module-lib.f90,
290 testsuite/gdb.fortran/library-module-main.f90,
291 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
292 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
293 Copyright year update.
294
295 2011-01-05 Joel Brobecker <brobecker@adacore.com>
296
297 * gdb.base/langs1.f: Add copyright header.
298
299 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
300
301 * gdb.base/morestack.exp: New file.
302 * gdb.base/morestack.c: New file.
303
304 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
305
306 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
307
308 2010-12-29 Joel Brobecker <brobecker@adacore.com>
309
310 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
311 * gdb.ada/arrayptr.exp: Add test printing that new variable.
312
313 2010-12-29 Joel Brobecker <brobecker@adacore.com>
314
315 * gdb.ada/lang_switch.exp: Correct expected parameter value.
316
317 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
318
319 * gdb.threads/tls.exp: Fix typo.
320
321 * gdb.threads/thread-specific.exp (get_thread_list): Update.
322 * gdb.threads/execl.exp: Update.
323
324 2010-12-23 Yao Qi <yao@codesourcery.com>
325
326 * gdb.arch/arm-disp-step.exp: New.
327 * gdb.arch/arm-disp-step.S: New.
328
329 2010-12-21 Tom Tromey <tromey@redhat.com>
330
331 * gdb.threads/execl.exp: Update.
332 * gdb.threads/linux-dp.exp: Update.
333 * gdb.threads/manythreads.exp: Update.
334 * gdb.threads/tls.exp: Update.
335
336 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
339 (NextOverThrowDerivates) <resumebpt>: New.
340 (resumebpt_test): New.
341 (main): Call resumebpt_test.
342 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
343
344 2010-12-12 Stan Shebs <stan@codesourcery.com>
345
346 * gdb.trace/tsv.exp: Test print command on trace state variables.
347
348 2010-12-09 Tom Tromey <tromey@redhat.com>
349
350 * gdb.base/interp.exp: Add regression test.
351
352 2010-12-09 Tom Tromey <tromey@redhat.com>
353
354 * gdb.java/jnpe.java: New file.
355 * gdb.java/jnpe.exp: New file.
356 * gdb.cp/nextoverthrow.exp: New file.
357 * gdb.cp/nextoverthrow.cc: New file.
358
359 2010-12-07 Doug Evans <dje@google.com>
360
361 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
362 of data-directory.
363 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
364 updated.
365 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
366
367 2010-11-29 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
368
369 * gdb.base/callfuncs.exp: Test for skip_float_tests.
370 * gdb.base/call-sc.exp: Ditto.
371 * gdb.base/finish.exp: Ditto.
372 * gdb.base/return.exp: Ditto.
373 * gdb.base/return2.exp: Ditto.
374
375 2010-11-30 Doug Evans <dje@google.com>
376
377 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
378 (gdb_expect_list): Fix spelling errors in comments.
379 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
380 send_gdb/gdb_expect_list where applicable.
381 * gdb.base/call-ar-st.exp: Ditto.
382 * gdb.base/funcargs.exp: Ditto.
383 * gdb.base/gcore.exp: Ditto.
384 * gdb.base/page.exp: Ditto.
385 * gdb.base/sigaltstack.exp: Ditto.
386 * gdb.base/siginfo.exp: Ditto.
387 * gdb.base/sigstep.exp: Ditto.
388 * gdb.base/trace-commands.exp: Ditto.
389
390 2010-11-29 Doug Evans <dje@google.com>
391
392 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
393 printer-name;subprinter-name.
394
395 2010-11-29 Tom Tromey <tromey@redhat.com>
396
397 * gdb.dwarf2/implptr.exp: New file.
398 * gdb.dwarf2/implptr.c: New file.
399 * gdb.dwarf2/implptr.S: New file.
400
401 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
402
403 PR python/12199
404
405 * gdb.python/py-breakpoint.exp: Test the delete method.
406
407 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 Fix step_resume_breakpoint unsaved during an infcall.
410 * gdb.base/step-resume-infcall.exp: New file.
411 * gdb.base/step-resume-infcall.c: New file.
412
413 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
414
415 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
416
417 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
418
419 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
420 on ppc64's symbols; "finish" and "return" commands must accept to
421 show the caller line again as well as the line after.
422 * gdb.asm/powerpc64.inc: New file.
423
424 2010-11-23 Doug Evans <dje@google.com>
425
426 * lib/gdb.exp (gdb_test_sequence): New function.
427 (gdb_expect_list): Add verbose -log call for each pattern.
428 * gdb.base/signals.exp (test_handle_all_print): Call it.
429 Reduce timeout increment from 6 minutes to 1 minute.
430 * gdb.server/ext-run.exp: Call it.
431
432 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
433
434 PR python/12212
435
436 * gdb.python/python.exp: Check that selected_thread raises an
437 error when no inferior is loaded.
438
439 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
440
441 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
442 * gdb.dwarf2/dw2-stack-boundary.S: New file.
443
444 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
447 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
448
449 2010-11-18 Doug Evans <dje@google.com>
450
451 * gdb.server/ext-run.exp: Fix intermittent failures.
452
453 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
454
455 * gdb.stabs/gdb11479.exp: Use runto_main.
456
457 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
458
459 * gdb.base/break-entry.exp: Skip if using a stub.
460
461 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
462
463 * gdb.python/py-inferior.exp: Pack values in target endianness.
464
465 2010-11-12 Tom Tromey <tromey@redhat.com>
466
467 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
468 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
469 MemoryError.
470 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
471 type.
472 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
473 MemoryError.
474 (test_subscript_regression): Update exception type.
475
476 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
477
478 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
479 breakpoint tests.
480
481 2010-11-09 Pedro Alves <pedro@codesourcery.com>
482
483 * gdb.base/watchpoint.exp: Test "watch -location" with an
484 innacessible location.
485
486 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
487 Luis Machado <luisgpm@br.ibm.com>
488
489 * gdb.base/maint.exp: Expect "." prefix.
490 * gdb.base/nodebug.exp: Expect "." Likewise.
491 * gdb.base/sepsymtab.exp: Expect "." Likewise.
492 * gdb.base/watchpoint-cond-gone.exp: Likewise.
493 * gdb.base/watchpoint.exp: Expect a software watch to be created for
494 POWER server processors.
495
496 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
497 Luis Machado <luisgpm@br.ibm.com>
498
499 * gdb.base/break-entry.exp: convert entry point for
500 ppc64 and expect leading `.' on ppc64's symbols
501
502 2010-11-05 Doug Evans <dje@google.com>
503
504 * gdb.base/help.exp: Update expected output.
505 * gdb.python/py-param.exp: Delete, contents moved to ...
506 * gdb.python/py-parameter.exp: ... here. New file.
507 Add test for gdb.parameter ("directories").
508
509 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
510
511 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
512 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
513 * configure: Regenerate.
514 * gdb.opencl/Makefile.in: New File.
515 * gdb.opencl/datatypes.exp: Likewise.
516 * gdb.opencl/datatypes.cl: Likewise.
517 * gdb.opencl/operators.exp: Likewise.
518 * gdb.opencl/operators.cl: Likewise.
519 * gdb.opencl/vec_comps.exp: Likewise.
520 * gdb.opencl/vec_comps.cl: Likewise.
521 * gdb.opencl/convs_casts.exp: Likewise.
522 * gdb.opencl/convs_casts.cl: Likewise.
523 * lib/opencl.exp: Likewise.
524 * lib/opencl_hostapp.c: Likewise.
525 * lib/opencl_kernel.cl: Likewise.
526 * lib/cl_util.c: Likewise.
527 * lib/cl_util.c: Likewise.
528 * gdb.base/default.exp (set language): Add "opencl" to the list of
529 languages.
530
531 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
532
533 * gdb.cp/overload.exp: Added test for inheritance overload.
534 * gdb.cp/overload.cc: Ditto.
535 * gdb.cp/oranking.exp: Removed releveant kfails.
536
537 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
538 Joel Brobecker <brobecker@adacore.com>
539
540 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
541 check test_compiler_info.
542
543 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
544
545 * gdb.base/gnu_vector.exp: Adjust expect messages.
546
547 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
548
549 * gdb.base/gnu_vector.exp: Add unary operator tests.
550
551 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
552
553 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
554
555 2010-11-02 Doug Evans <dje@google.com>
556
557 * gdb.python/py-pp-maint.c: New file.
558 * gdb.python/py-pp-maint.exp: New file.
559 * gdb.python/py-pp-maint.py: New file.
560
561 2010-11-02 Tom Tromey <tromey@redhat.com>
562
563 * gdb.base/default.exp: Remove "scheme" from language list.
564
565 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 Revert:
568 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
569 * gdb.threads/sigstep-threads.exp: New file.
570 * gdb.threads/sigstep-threads.c: New file.
571
572 2010-10-20 Michael Snyder <msnyder@vmware.com>
573
574 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
575
576 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
577
578 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
579 Skip test completely if gdb,no_hardware_watchpoints.
580
581 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
582
583 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
584 strict, but do not check for any particular function name within libc.
585
586 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
587
588 * gdb.cp/smartp.exp: New test.
589 * gdb.cp/smartp.cc : New test.
590
591 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
592
593 * gdb.cp/converts.exp: Test pointer to bool conversion.
594 Test pointer to long conversion.
595 * gdb.cp/oranking.exp: Removed relevant kfail.
596
597 2010-10-18 Tom Tromey <tromey@redhat.com>
598
599 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
600 argument to lazy_string.
601 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
602 (pp_ls.to_string): Use it.
603 * gdb.python/py-prettyprint.c (main): Move declarations to top.
604 Add "estring2" local.
605
606 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 Fix s390x compatibility.
609 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
610 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
611
612 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
613
614 * gdb.threads/sigstep-threads.exp: New file.
615 * gdb.threads/sigstep-threads.c: New file.
616
617 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 * gdb.base/pie-execl.exp: New file.
620 * gdb.base/pie-execl.c: New file.
621
622 2010-10-13 Doug Evans <dje@google.com>
623 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 PR exp/12117
626 * gdb.cp/ptype-cv-cp.cc: New file.
627 * gdb.cp/ptype-cv-cp.exp: New file.
628
629 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
630
631 * gdb.cp/converts.cc: New test program.
632 * gdb.cp/converts.exp: New test.
633 * gdb.cp/overload.exp: Added test for void* vs int*.
634 * gdb.cp/overload.exp: Ditto.
635 * gdb.cp/oranking.exp: Removed related kfail.
636
637 2010-10-13 Doug Evans <dje@google.com>
638
639 * lib/gdb-python.exp (gdb_check_python_config): New function.
640 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
641 * gdb.python/lib-types.cc: New file.
642 * gdb.python/lib-types.exp: New file.
643
644 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 * gdb.python/py-error.exp: New file.
647 * gdb.python/py-error.py: New file.
648
649 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
650
651 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
652 gdb_test_multiple.
653
654 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdb.base/break-interp.exp: Use ldlags for linking flags.
657 * gdb.base/prelink.exp: Likewise.
658 * gdb.base/solib-nodir.exp: Likewise.
659 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
660 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
661 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
662
663 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
664
665 * break-interp.exp (test_ld): Use two separate gdb_expect statements
666 for the "info files" test to avoid timeouts on slow machines.
667
668 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
671 (main): Make openlib dummy call.
672
673 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
676 * break-interp.exp (reach): Move the core body ...
677 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
678 (test_ld): Provide always real argument, even to the linker. Replace
679 dl_main by _dl_debug_state.
680
681 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 Fix results of prelinked PIEs on ppc*.
684 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
685 Accept also DISPLACEMENT "PRESENT".
686 (main): Replace "ZERO" displacements by "PRESENT".
687
688 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
689
690 * gdb.cp/oranking.exp: New test.
691 * gdb.cp/oranking.cc: New test program.
692
693 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
694
695 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
696 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
697
698 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
699
700 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
701 lush, lynx) New constant.
702 * gdb.base/constvars.exp: Test const array types.
703 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
704
705 2010-10-06 Doug Evans <dje@google.com>
706
707 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
708 of syscall staging area.
709
710 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
711
712 * gdb.base/gnu_vector.c: Add variable c4.
713 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
714 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
715
716 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
717
718 * gdb.arch/altivec-abi.exp: Fix a typo.
719
720 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
721
722 * lib/mi-support.exp (thread_selected_re): Correct pattern used
723 to match a thread ID.
724
725 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 Fix s390x testcase compatibility.
728 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
729
730 2010-10-01 Doug Evans <dje@google.com>
731
732 * lib/gdb-python.exp: New file.
733 * gdb.python/py-block.exp: Use it.
734 * gdb.python/py-breakpoint.exp: Ditto.
735 * gdb.python/py-frame.exp: Ditto.
736 * gdb.python/py-inferior.exp: Ditto.
737 * gdb.python/py-param.exp: Ditto.
738 * gdb.python/py-prettyprint.exp: Ditto.
739 * gdb.python/py-shared.exp: Ditto.
740 * gdb.python/py-symbol.exp: Ditto.
741 * gdb.python/py-symtab.exp: Ditto.
742 * gdb.python/py-type.exp: Ditto.
743 * gdb.python/py-value.exp: Ditto.
744 * gdb.python/python.exp: Ditto.
745
746 2010-09-30 Tom Tromey <tromey@redhat.com>
747
748 * gdb.base/anon.exp: New file.
749 * gdb.base/anon.c: New file.
750
751 2010-09-30 Tom Tromey <tromey@redhat.com>
752
753 * gdb.base/completion.exp: Test completion through anonymous
754 union.
755 * gdb.base/break1.c (struct some_struct): Add anonymous union.
756
757 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
758
759 Fix printing parameters of inlined functions.
760 * gdb.dwarf2/dw2-inline-param.exp: New file.
761 * gdb.dwarf2/dw2-inline-param-main.c: New file.
762 * gdb.dwarf2/dw2-inline-param.S: New file.
763
764 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 PR corefiles/12071.
767 * gdb.base/corefile.exp (quit with a process, no question: load core)
768 (quit with a core file): New tests.
769
770 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
771
772 Fix GDB crash on inferior calls with self-referencing classes.
773 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
774 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
775 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
776
777 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 Fix lost siginfo_t for inferior calls.
780 * gdb.base/siginfo-infcall.exp: New file.
781 * gdb.base/siginfo-infcall.c: New file.
782
783 2010-09-22 Joel Brobecker <brobecker@adacore.com>
784
785 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
786
787 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
790 New test.
791 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
792
793 2010-09-22 Joel Brobecker <brobecker@adacore.com>
794
795 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
796 type of our const type.
797
798 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
799
800 * gdb.cp/pr12028.cc: New.
801 * gdb.cp/pr12028.exp: New.
802
803 2010-09-22 Joel Brobecker <brobecker@adacore.com>
804
805 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
806
807 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
808 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 PR mi/11407
811 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
812 * gdb.mi/dw2-ref-missing-frame-main.c New File.
813 * gdb.mi/dw2-ref-missing-frame.S New File.
814 * gdb.mi/dw2-ref-missing-frame.exp New File.
815
816 2010-09-14 Tom Tromey <tromey@redhat.com>
817
818 PR symtab/8399:
819 * gdb.threads/tls.exp: Remove kfail. Update expected output.
820
821 2010-09-14 Tom Tromey <tromey@redhat.com>
822
823 PR exp/11803:
824 * gdb.threads/tls.exp: Use C++.
825 (check_thread_local): Use K::another_thread_local.
826 * gdb.threads/tls.c (class K): New.
827 (another_thread_local): Now a member of K.
828 (spin): Update. No longer K&R C.
829
830 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
831
832 * gdb.cp/koenig.cc: created class for testing member lookup.
833 * gdb.cp/koenig.exp: Added test for member lookup.
834
835 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 Fix false FAILs on sourcetree topdir directory containing "kill".
838 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
839 source line matching regexp.
840
841 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
842
843 * gdb.python/python.exp (set height 0, collect help from uiout)
844 (verify help to uiout): New tests.
845
846 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
847
848 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
849 is_lp64_target to check 64bit target.
850
851 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
852
853 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
854 (test_ld) <powerpc64-*>: New.
855
856 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
857
858 * gdb.cp/templates.exp (test_template_args): Allow "struct".
859
860 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
861
862 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
863 (FunctionArg::method): New function.
864 (empty, arg): New variables.
865 (main): Call arg.method.
866 * gdb.cp/templates.exp (test_template_args): New function.
867 (do_tests): Call it.
868
869 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
870
871 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
872 of "next" to proceed over pthread_exit call.
873
874 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
875
876 * gdb.base/maint.exp: Avoid wildcards against potentially very long
877 "maint print statistics" output to prevent expect timeouts.
878
879 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
882 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
883 (test_float_rejected): ... here.
884 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
885 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
886 (test_float_rejected): ... here.
887 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
888 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
889 (test_float_rejected): ... here.
890 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
891 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
892 (test_float_rejected): ... here.
893
894 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
895
896 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
897 before disabling hardware watchpoints.
898 (test_inaccessible_watchpoint): Check that hardware watchpoints
899 are used. Test for watchpoints on a constant address.
900
901 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 * gdb.base/ui-redirect.exp: New file.
904
905 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
906 Joel Brobecker <brobecker@adacore.com>
907
908 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
909
910 2010-08-31 Doug Evans <dje@google.com>
911
912 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
913
914 2010-08-30 Tom Tromey <tromey@redhat.com>
915
916 PR python/11792:
917 * gdb.python/py-value.exp (test_subscript_regression): Add
918 dynamic_type test.
919
920 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
921
922 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
923 instead of running to main. Do not test the main function.
924 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
925 Add new main.
926
927 2010-08-26 Pedro Alves <pedro@codesourcery.com>
928
929 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
930 one test.
931
932 2010-08-24 Doug Evans <dje@google.com>
933
934 PR symtab/11942
935 * gdb.dwarf2/dw4-sig-types.cc: New file.
936 * gdb.dwarf2/dw4-sig-types.h: New file.
937 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
938 * gdb.dwarf2/dw4-sig-types.exp: New file.
939
940 2010-08-23 Tom Tromey <tromey@redhat.com>
941
942 PR python/11145:
943 * gdb.python/py-value.c (Base, Derived): New types.
944 (base): New global.
945 * gdb.python/py-value.exp (test_subscript_regression): Add
946 dynamic_cast test.
947
948 2010-08-23 Tom Tromey <tromey@redhat.com>
949
950 PR python/10676:
951 * gdb.python/py-type.exp (test_fields): Add tests for type
952 equality.
953
954 2010-08-23 Tom Tromey <tromey@redhat.com>
955
956 PR python/11915:
957 * gdb.python/py-type.exp (test_fields): Add tests for array.
958
959 2010-08-23 Keith Seitz <keiths@redhat.com>
960
961 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
962 have any children. Create a new abbrev for it.
963 Add missing terminal sequence to .debug_abbrev.
964
965 2010-08-20 Keith Seitz <keiths@redhat.com>
966
967 PR symtab/11465:
968 * gdb.dwarf2/pr11465.exp: New test.
969 * gdb.dwarf2/pr11465.S: New file.
970 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
971 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
972
973 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
974
975 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
976 registers. Update data sets with the new v2_double element in the
977 VSX register union. Add vector_register3_vr data set for the AltiVec
978 registers. Use gdb_test_no_output instead of send_gdb.
979
980 2010-08-19 Pedro Alves <pedro@codesourcery.com>
981
982 * gdb.python/py-shared.exp: New file, factored out from
983 python.exp.
984 * gdb.python/py-shared.c: New file.
985 * gdb.python/py-shared-sl.c: New file.
986 * gdb.python/python-1.c: New file.
987 * gdb.python/python-sl.c: Delete.
988 * gdb.python/python.c: Mention python-1.c.
989 * gdb.python/python.exp: Move shared library tests to
990 py-shared.exp.
991 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
992 (MISCELLANEOUS): New.
993 (clean mostlyclean): Also remove $MISCELLANEOUS.
994
995 2010-08-19 Doug Evans <dje@google.com>
996
997 PR exp/11926
998 * gdb.base/printcmds.exp (test_float_accepted): New function.
999 Move existing float tests there. Add tests for floats with suffixes.
1000 (test_float_rejected): New function.
1001 * gdb.java/jv-print.exp (test_float_accepted): New function.
1002 (test_float_rejected): New function.
1003 * gdb.objc/print.exp: New file.
1004 * gdb.pascal/print.exp: New file.
1005 * lib/objc.exp: New file.
1006
1007 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1008
1009 * gdb.base/default.exp (info set): Avoid full buffer error and force
1010 reading up to final gdb prompt.
1011 (show): Likewise.
1012
1013 2010-08-18 Tom Tromey <tromey@redhat.com>
1014
1015 PR symtab/11919:
1016 * gdb.base/completion.exp: Add test.
1017
1018 2010-08-18 Doug Evans <dje@google.com>
1019
1020 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
1021 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
1022 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
1023 Simplify, early exit if runto_main fails.
1024 * gdb.fortran/exprs.exp: load_lib fortran.exp.
1025 (set_lang_fortran): Moved to lib/fortran.exp.
1026 * gdb.fortran/types.exp: load_lib fortran.exp.
1027 (set_lang_fortran): Moved to lib/fortran.exp.
1028 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
1029 * gdb.java/jprint.exp (set_lang_java): Ditto.
1030 * gdb.java/jv-exp.exp: load_lib java.exp.
1031 If set_lang_java fails, issue a warning instead of failure to be
1032 consistent with other set_lang_foo uses.
1033 (set_lang_java): Moved to lib/java.exp.
1034 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
1035 If set_lang_java fails, issue a warning instead of failure to be
1036 consistent with other set_lang_foo uses.
1037 * gdb.pascal/types.exp: load_lib pascal.exp.
1038 (set_lang_pascal): Moved to lib/pascal.exp.
1039 * lib/fortran.exp: New file.
1040 * lib/java.exp (set_lang_java): New function.
1041 * lib/pascal.exp (set_lang_pascal): New function.
1042
1043 2010-08-18 Yao Qi <yao@codesourcery.com
1044
1045 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
1046 func_nofb_start and func_loopfb_start, so that address of functions
1047 is equal to these labels on Thumb.
1048
1049 2010-08-18 Yao Qi <yao@codesourcery.com>
1050
1051 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
1052 to reflect latest c source file.
1053
1054 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * gdb.cp/infcall-dlopen.exp: New file.
1057 * gdb.cp/infcall-dlopen.cc: New file.
1058 * gdb.cp/infcall-dlopen-lib.cc: New file.
1059
1060 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1061 Pedro Alves <pedro@codesourcery.com>
1062
1063 PR breakpoints/11371
1064
1065 * gdb.base/watch-cond-infcall.exp: New file.
1066 * gdb.base/watch-cond-infcall.c: New file.
1067
1068 2010-08-16 Tom Tromey <tromey@redhat.com>
1069
1070 * gdb.base/help.exp: Update.
1071 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
1072 watchpoint.
1073 (test_watch_location): New proc.
1074 (test_watchpoint_in_big_blob): Delete watchpoint.
1075 * gdb.base/watchpoint.c (func5): New function.
1076 (main): Call it.
1077
1078 2010-08-16 Doug Evans <dje@google.com>
1079
1080 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
1081
1082 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1083
1084 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
1085 tests.
1086
1087 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
1088
1089 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
1090 * gdb.base/gnu_vector.c: New File.
1091 * gdb.base/gnu_vector.exp: Likewise.
1092
1093 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1094
1095 * gdb.python/python.c: New File.
1096 * gdb.python/python-sl.c: New File.
1097 * gdb.python/python.exp: Test solib_address and decode_line
1098 * functions.
1099
1100 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 * gdb.python/python.exp (show height, set height 10)
1103 (verify pagination beforehand, verify pagination beforehand: q)
1104 (gdb.execute does not page, verify pagination afterwards)
1105 (verify pagination afterwards: q): New.
1106
1107 2010-08-02 Doug Evans <dje@google.com>
1108
1109 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
1110 because of an older gcc, change test2
1111 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
1112 to unsupported.
1113
1114 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
1115
1116 * gdb.base/break-always.exp: Do not expect full paths to file
1117 names.
1118 * gdb.base/commands.exp: Likewise.
1119
1120 2010-07-30 Doug Evans <dje@google.com>
1121
1122 * gdb.cp/temargs.exp: For new tests that require newer gccs,
1123 xfail them when run with older gccs.
1124
1125 * lib/gdb.exp (build_executable): Forward "c++" option to
1126 get_compiler_info.
1127
1128 * gdb.python/py-type.exp (test_template): Mark as xfail tests
1129 "python print ttype.template_argument(1)" and
1130 "python print isinstance(ttype.template_argument(1), gdb.Value)"
1131 if using gcc 4.4 or earlier.
1132
1133 * gdb.base/valgrind-db-attach.exp: Use unique test name for
1134 attach-to-debugger handling.
1135
1136 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
1139 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
1140 (main): Use copyreloc.
1141 * gdb.base/prelink.exp (split debug of executable)
1142 (.dynbss vs. .bss address shift): New tests.
1143
1144 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1145
1146 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
1147 in gdb_test_multiple.
1148
1149 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1150
1151 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
1152 environment.
1153
1154 2010-07-28 Tom Tromey <tromey@redhat.com>
1155
1156 PR python/11060:
1157 * gdb.python/py-type.c (Temargs): New template.
1158 (temvar): New variable.
1159 * gdb.python/py-type.exp (test_template): New proc.
1160
1161 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1162
1163 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
1164 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
1165
1166 2010-07-28 Tom Tromey <tromey@redhat.com>
1167
1168 PR c++/9946:
1169 * gdb.cp/temargs.exp: New file.
1170 * gdb.cp/temargs.cc: New file.
1171
1172 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 * gdb.base/help.exp (help disassemble): Update the content.
1175
1176 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1177
1178 * gdb.threads/ia64-sigill.exp: New file.
1179 * gdb.threads/ia64-sigill.c: New file.
1180
1181 2010-07-27 Tom Tromey <tromey@redhat.com>
1182
1183 * gdb.opt/inline-cmds.c (ATTR): New define.
1184 (func1): Use it.
1185 (func2): Likewise.
1186 (func3): Likewise.
1187 (outer_inline1): Likewise.
1188 (outer_inline2): Likewise.
1189 * gdb.opt/inline-bt.c (ATTR): New define.
1190 (func1): Use it.
1191 (func2): Likewise.
1192 * gdb.opt/inline-locals.c (ATTR): New define.
1193 (func1): Use it.
1194 (func2): Likewise.
1195
1196 2010-07-27 Tom Tromey <tromey@redhat.com>
1197
1198 * gdb.stabs/gdb11479.c (hack): New function.
1199 (test): Use it.
1200 (test2): Use it.
1201 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
1202 (int32_search_buf, int64_search_buf): No longer static.
1203 (x): Remove.
1204 * gdb.base/relocate.c (hack): New function.
1205
1206 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1207
1208 * gdb.python/py-value.exp (test_inferior_function_call): New function.
1209 * gdb.python/py-value.c (func1): New function.
1210 (func2): Likewise.
1211
1212 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
1213
1214 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
1215 as not to clash with .data section.
1216
1217 2010-07-26 Jerome Guitton <guitton@adacore.com>
1218
1219 * gdb.base/code_elim.exp: New file.
1220 * gdb.base/code_elim1.c: New file.
1221 * gdb.base/code_elim2.c: New file.
1222
1223 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1224
1225 PR symtab/11827
1226
1227 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
1228 (some_volatile_enum): New variable.
1229 * gdb.base/printcmds.exp (test_print_enums): New.
1230 <top level>: Call it.
1231
1232 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1233
1234 * gdb.cp/fpointer.cc: New test.
1235 * gdb.cp/fpointer.exp: New test.
1236
1237 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1238
1239 * gdb.base/solib-nodir.exp: New file.
1240 * lib/gdb.exp (runto): New case for a GDB internal error.
1241
1242 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1243 Ulrich Weigand <uweigand@de.ibm.com>
1244 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.base/charset-malloc.c: New file.
1247 * gdb.base/charset.c (malloc_stub): New prototype.
1248 (main): Call it instead of malloc itself.
1249 * gdb.base/charset.exp: Use only prepare_for_testing.
1250 (binfile): Remove the variable.
1251
1252 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1253
1254 Make core files the process_stratum.
1255 * gdb.base/corefile.exp (run: load core again)
1256 (run: sanity check we see the core file, run: with core)
1257 (run: core file is cleared, attach: load core again)
1258 (attach: sanity check we see the core file, attach: with core)
1259 (attach: core file is cleared): New tests.
1260 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
1261
1262 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1263
1264 * gdb.arch/altivec-abi.exp: New tests.
1265
1266 2010-07-13 Tom Tromey <tromey@redhat.com>
1267
1268 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
1269 (main): Use it.
1270 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
1271
1272 2010-07-13 Tom Tromey <tromey@redhat.com>
1273
1274 * gdb.base/label.exp: New file.
1275 * gdb.base/label.c: New file.
1276
1277 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
1278 H.J. Lu <hongjiu.lu@intel.com>
1279
1280 * lib/gdb.exp (is_ilp32_target): New.
1281 (is_lp64_target): Likewise.
1282
1283 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
1284 target.
1285 * gdb.arch/amd64-disp-step.exp: Likewise.
1286 * gdb.arch/amd64-dword.exp: Likewise.
1287 * gdb.arch/amd64-i386-address.exp: Likewise.
1288 * gdb.arch/amd64-word.exp: Likewise.
1289
1290 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
1291 target.
1292 * gdb.arch/i386-bp_permanent.exp: Likewise.
1293 * gdb.arch/i386-byte.exp: Likewise.
1294 * gdb.arch/i386-disp-step.exp: Likewise.
1295 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1296 * gdb.arch/i386-prologue.exp: Likewise.
1297 * gdb.arch/i386-size-overlap.exp: Likewise.
1298 * gdb.arch/i386-size.exp: Likewise.
1299 * gdb.arch/i386-sse.exp: Likewise.
1300 * gdb.arch/i386-unwind.exp: Likewise.
1301 * gdb.arch/i386-word.exp: Likewise.
1302
1303 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
1304 test only when building 64-bit executables. Do not hard-code
1305 -m64 option.
1306
1307 2010-07-07 Doug Evans <dje@google.com>
1308
1309 * lib/gdb.exp (gdb_test_list_exact): New function.
1310 * gdb.base/default.exp (show convenience): Call it, add tests for
1311 $_sdata = void, $_thread = 0.
1312
1313 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1314 Joel Brobecker <brobecker@adacore.com>
1315
1316 Fix re-run of PIE executable, PR shlibs/11776.
1317 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
1318 Remove $displacement_main to match the solib-svr4.c change. New "kill"
1319 and re-"run" of the inferior.
1320
1321 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1322 Joel Brobecker <brobecker@adacore.com>
1323
1324 Cope with missing /usr/sbin/prelink.
1325 * lib/prelink-support.exp (prelink_no):
1326 <result == 1 && $output is "no such file or directory">: New.
1327 (prelink_yes): Likewise. Return on failed prelink_no.
1328
1329 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1330 Joel Brobecker <brobecker@adacore.com>
1331
1332 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
1333 build_executable by build_executable_own_libs. Replace "prelink -R"
1334 execution by a call of prelink_yes. Comment why "prelink -r" needs no
1335 change.
1336 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
1337 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
1338 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
1339 Replace build_executable by build_executable_own_libs's function
1340 build_executable_own_libs.
1341 (prelinkNO): Create new stub to call prelink_no.
1342 (prelinkYES): Create new stub to call prelink_yes.
1343 (test_attach): Rename calls of copy to file_copy.
1344 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
1345 (copy): Move to ...
1346 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
1347 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
1348 * gdb.base/prelink.exp: Disable testcase also for is_remote and
1349 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
1350 special flags by gdb_compile_shlib. Replace second gdb_compile by
1351 build_executable_own_libs. Replace "prelink -R" execution by a call of
1352 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
1353 a second call of prelink_yes. Replace restart commands by
1354 clean_restart.
1355 (prelink): Rename to ...
1356 (seen displacement message): ... this test. Extend its expectation
1357 strictness.
1358
1359 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1360
1361 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
1362 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
1363 displacement message exactly once.
1364
1365 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1366 Joel Brobecker <brobecker@adacore.com>
1367
1368 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
1369 its restore after the <$relink_args != ""> loop. new comment.
1370
1371 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1372 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
1375 code for it. New variable relink_args.
1376 (prelinkYES): Call prelinkNO.
1377 (test_attach): Accept new parameter relink_args. Re-prelink the binary
1378 in such case. Move the core code to ...
1379 (test_attach_gdb): ... a new function. Send GDB command "file".
1380 Extend expected "Attaching to " string.
1381
1382 2010-07-02 Tom Tromey <tromey@redhat.com>
1383
1384 * gdb.base/bitops.exp: Remove extraneous "pass".
1385
1386 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
1387
1388 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1389
1390 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1391
1392 * gdb.base/help.exp: Adjust expected output.
1393
1394 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1395
1396 * gdb.base/help.exp: Adjust expected output.
1397
1398 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
1401 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
1402 c++/11702.
1403
1404 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1405 Doug Evans <dje@google.com>
1406
1407 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
1408 add .dynamic entry'.
1409
1410 2010-06-29 Doug Evans <dje@google.com>
1411
1412 Test PR c++/11702.
1413 * gdb.cp/m-static.exp: Add testcase.
1414 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
1415
1416 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1417 Tom Tromey <tromey@redhat.com>
1418 Thiago Jung Bauermann <bauerman@br.ibm.com>
1419
1420 * gdb.python/py-inferior.c: New File.
1421 * gdb.python/py-infthread.c: New File.
1422 * gdb.python/py-inferior.exp: New File.
1423 * gdb.python/py-infthread.exp: New File.
1424
1425 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1426
1427 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
1428 (ptype ::C::OtherFileClass typedefs): New.
1429 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
1430 (C::OtherFileClass::cOtherFileClassVar2): New.
1431 (C::OtherFileClass::cOtherFileClassVar_use): Use also
1432 cOtherFileClassVar2.
1433 (C::cOtherFileType2, C::cOtherFileVar2): New.
1434 (C::cOtherFileVar_use): use also cOtherFileVar2.
1435 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
1436
1437 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1438
1439 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
1440 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
1441 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
1442 (print ::C::cOtherFileVar)
1443 (whatis C::OtherFileClass::cOtherFileClassType)
1444 (whatis ::C::OtherFileClass::cOtherFileClassType)
1445 (print C::OtherFileClass::cOtherFileClassVar)
1446 (print ::cOtherFileClassVar)
1447 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
1448 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
1449 trailing content.
1450 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
1451 (C::OtherFileClass::cOtherFileClassVar)
1452 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
1453 (C::cOtherFileVar, C::cOtherFileVar_use): New.
1454
1455 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 Test PR c++/11703 and PR gdb/1448.
1458 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
1459 gdb/1448.
1460
1461 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
1464 (main) <rtti_data>: New.
1465 * gdb.cp/virtbase.exp (print rtti_data): New.
1466
1467 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1468 Joel Brobecker <brobecker@adacore.com>
1469
1470 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
1471
1472 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1473
1474 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
1475
1476 2010-06-28 Doug Evans <dje@google.com>
1477
1478 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
1479
1480 2010-06-27 Doug Evans <dje@google.com>
1481
1482 * gdb.cp/m-static.exp: Update expected test output.
1483
1484 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
1485
1486 * gdb.gdb/selftest.exp: Adjust expected message for
1487 capturing start-up runtime.
1488
1489 2010-06-25 Tom Tromey <tromey@redhat.com>
1490
1491 PR python/10808:
1492 * gdb.python/python.exp: Add new tests.
1493
1494 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
1495
1496 * gdb.cp/operator.cc: Created an import loop.
1497 * gdb.cp/operator.exp: Added testcase for import loop.
1498
1499 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1500
1501 Test PR python/11407.
1502 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
1503 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
1504 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
1505 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
1506 executable_nofb and executable_fb. New variables srcsfile, objsfile,
1507 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
1508 binfile. Call gdb_compile with clean_restart twice.
1509 (func_nofb print, func_nofb backtrace, func_loopfb print)
1510 (func_loopfb backtrace): New.
1511
1512 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
1515 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
1516 by a hand made one.
1517 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
1518 i?86 requirement. Remove variables srcfile and binfile. New variable
1519 sources, executable_nofb and executable_fb. Call prepare_for_testing.
1520
1521 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1522
1523 * gdb.cell/dwarfaddr.exp: New file.
1524 * gdb.cell/dwarfaddr.S: New file.
1525
1526 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1527
1528 Test PR 9436.
1529 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
1530
1531 2010-06-24 Hui Zhu <teawater@gmail.com>
1532
1533 * gdb.base/eval.exp: New file.
1534
1535 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1536
1537 * gdb.cell/fork.exp: New file.
1538 * gdb.cell/fork.c: Likewise.
1539 * gdb.cell/fork-spu.c: Likewise.
1540
1541 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
1542
1543 * lib/gdb.exp (banned_variables_traced): New global variable.
1544 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
1545 (gdb_init): Use `trace add variable' instead of obsolete
1546 `trace variable'.
1547
1548 2010-06-21 Doug Evans <dje@google.com>
1549
1550 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
1551
1552 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1553
1554 * gdb.arch/spu-ls.exp: New file.
1555 * gdb.arch/spu-ls.c: Likewise.
1556
1557 2010-06-18 Stan Shebs <stan@codesourcery.com>
1558
1559 * gdb.threads/thread-specific.exp: Add tests of $_thread.
1560
1561 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1562
1563 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
1564 * gdb.base/watch-cond.exp: Likewise.
1565 * gdb.python/py-breakpoint.exp: Likewise.
1566
1567 2010-06-18 Pedro Alves <pedro@codesourcery.com>
1568
1569 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
1570 clean_restart, make sure every test has a distinct message, and
1571 that messages don't include the executable' full path.
1572
1573 2010-06-17 Doug Evans <dje@google.com>
1574
1575 * gdb.arch/i386-size.exp: Updated expected output for
1576 DISASSEMBLY_OMIT_FNAME.
1577
1578 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1579 Sergio Durigan Junior <sergiodj@redhat.com>
1580
1581 * gdb.base/watch-notconst.c: New file.
1582 * gdb.base/watch-notconst.S: New file.
1583 * gdb.base/watch-notconst2.c: New file.
1584 * gdb.base/watch-notconst2.S: New file.
1585 * gdb.base/watch-notconst.exp: New file.
1586 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
1587 (func4): Add operations on `global_ptr_ptr'.
1588 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
1589 routine to test watchpoints created with a constant expression.
1590 (test_inaccessible_watchpoint): Include tests for watchpoints
1591 created with a constant expression.
1592
1593 2010-06-14 Kevin Buettner <kevinb@redhat.com>
1594
1595 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
1596 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
1597 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
1598 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
1599 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
1600 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
1601 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
1602 of `_start'.
1603
1604 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1605
1606 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
1607 not supported on the target.
1608 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1609 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1610 * gdb.mi/mi-nsintrall.exp: Likewise.
1611 * gdb.mi/mi-nsmoribund.exp: Likewise.
1612 * gdb.mi/mi-nsthrexec.exp: Likewise.
1613
1614 2010-06-11 Stan Shebs <stan@codesourcery.com>
1615
1616 * gdb.base/permissions.exp: New file.
1617
1618 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1619
1620 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
1621 does not support ELF executable class.
1622
1623 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1624
1625 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
1626
1627 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1628
1629 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
1630 (runto): Catch "The target does not support running in non-stop mode.".
1631
1632 2010-06-11 Michael Snyder <msnyder@vmware.com>
1633
1634 * gdb.base/setshow.exp (set language asm): Don't use
1635 gdb_test_no_output, fails on some targets.
1636
1637 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1638
1639 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
1640 * gdb.cp/pr9167.exp: Likewise.
1641
1642 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1643
1644 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
1645
1646 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1647
1648 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
1649
1650 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1651
1652 * gdb.base/charset.c (main): Make sure malloc gets linked in.
1653
1654 2010-06-11 Tom Tromey <tromey@redhat.com>
1655
1656 PR gdb/9977, PR exp/11636::
1657 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
1658 (pieces_test_f6): Update expected output.
1659
1660 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 * gdb.base/moribund-step.exp: New.
1663
1664 2010-06-08 Michael Snyder <msnyder@vmware.com>
1665
1666 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
1667 * gdb.ada/boolean_expr.exp:
1668 * gdb.ada/frame_args.exp: Ditto.
1669 * gdb.ada/lang_switch.exp: Ditto.
1670 * gdb.ada/ptype_arith_binop.exp: Ditto.
1671 * gdb.ada/ref_param.exp: Ditto.
1672 * gdb.ada/type_coercion.exp:Ditto.
1673
1674 * gdb.asm/asm-source.exp: Ditto.
1675
1676 * gdb.base/attach.exp: Ditto.
1677 * gdb.base/bitfields2.exp: Ditto.
1678 * gdb.base/call-signal-resume.exp: Ditto.
1679 * gdb.base/callfuncs.exp: Ditto.
1680 * gdb.base/commands.exp: Ditto.
1681 * gdb.base/dbx.exp: Ditto.
1682 * gdb.base/default.exp: Ditto.
1683 * gdb.base/dump.exp: Ditto.
1684 * gdb.base/exprs.exp: Ditto.
1685 * gdb.base/freebpcmd.exp: Ditto.
1686 * gdb.base/interrupt.exp: Ditto.
1687 * gdb.base/list.exp: Ditto.
1688 * gdb.base/long_long.exp: Ditto.
1689 * gdb.base/maint.exp: Ditto.
1690 * gdb.base/ptype.exp: Ditto.
1691 * gdb.base/return.exp: Ditto.
1692 * gdb.base/setshow.exp: Ditto.
1693 * gdb.base/sigbpt.exp: Ditto.
1694 * gdb.base/sigrepeat.exp: Ditto.
1695
1696 * gdb.cp/classes.exp: Ditto.
1697
1698 * gdb.dwarf2/dw2-restore.exp: Ditto.
1699
1700 * gdb.gdb/selftest.exp: Ditto.
1701
1702 * gdb.multi/base.exp: Ditto.
1703 * gdb.multi/bkpt-multi-exec.exp: Ditto.
1704
1705 * gdb.python/py-block.exp: Ditto.
1706 * gdb.python/py-prettyprint.exp: Ditto.
1707 * gdb.python/py-template.exp: Ditto.
1708
1709 * gdb.server/ext-attach.exp: Ditto.
1710 * gdb.server/ext-run.exp: Ditto.
1711 * gdb.server/server-mon.exp: Ditto.
1712
1713 * gdb.threads/fork-thread-pending.exp: Ditto.
1714 * gdb.threads/hand-call-in-threads.exp: Ditto.
1715 * gdb.threads/interrupted-hand-call.exp: Ditto.
1716 * gdb.threads/linux-dp.exp: Ditto.
1717 * gdb.threads/manythreads.exp: Ditto.
1718 * gdb.threads/print-threads.exp: Ditto.
1719 * gdb.threads/pthreads.exp: Ditto.
1720 * gdb.threads/schedlock.exp: Ditto.
1721 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1722 * gdb.threads/threadapply.exp: Ditto.
1723
1724 2010-06-08 Michael Snyder <msnyder@vmware.com>
1725
1726 * gdb.ada/exec_changed.exp:
1727 Use ".*" instead of "" as wildcard regexp.
1728
1729 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
1730 * gdb.base/call-ar-st.exp: Ditto.
1731 * gdb.base/checkpoint.exp: Ditto.
1732 * gdb.base/default.exp: Ditto.
1733 * gdb.base/dump.exp: Ditto.
1734 * gdb.base/ending-run.exp: Ditto.
1735 * gdb.base/fileio.exp: Ditto.
1736 * gdb.base/miscexprs.exp: Ditto.
1737 * gdb.base/pointers.exp: Ditto.
1738 * gdb.base/readline.exp: Ditto.
1739 * gdb.base/reread.exp: Ditto.
1740 * gdb.base/restore.exp: Ditto.
1741 * gdb.base/shlib-call.exp: Ditto.
1742 * gdb.base/valgrind-db-attach.exp: Ditto.
1743 * gdb.base/volatile.exp: Ditto.
1744 * gdb.base/watchpoints.exp: Ditto.
1745
1746 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
1747
1748 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
1749 * gdb.python/py-value.exp: Ditto.
1750
1751 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
1752 * gdb.trace/circ.exp: Ditto.
1753 * gdb.trace/collection.exp: Ditto.
1754 * gdb.trace/packetlen.exp: Ditto.
1755 * gdb.trace/passc-dyn.exp: Ditto.
1756 * gdb.trace/report.exp: Ditto.
1757 * gdb.trace/tfile.exp: Ditto.
1758 * gdb.trace/tfind.exp: Ditto.
1759 * gdb.trace/while-dyn.exp: Ditto.
1760
1761 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1762
1763 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
1764
1765 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 Test PR 10640.
1768 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
1769
1770 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1771
1772 * gdb.cp/koenig.exp: Test for ADL operators.
1773 * gdb.cp/koenig.cc: Added ADL operators.
1774 * gdb.cp/operator.exp: New test.
1775 * gdb.cp/operator.cc: New test.
1776
1777 2010-06-04 Michael Snyder <msnyder@vmware.com>
1778
1779 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
1780 * gdb.base/pending.exp: Ditto.
1781
1782 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
1783
1784 2010-06-04 Doug Evans <dje@google.com>
1785
1786 * gdb.python/py-prettyprint.exp: Add new test for enabled and
1787 disabled printers.
1788 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
1789 (enable_lookup_function): New function.
1790
1791 2010-06-04 Tom Tromey <tromey@redhat.com>
1792
1793 * gdb.python/py-value.exp (test_value_hash): Don't test equality
1794 of hash and id.
1795
1796 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1797
1798 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
1799 newline.
1800 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
1801 (empty verbose non-noisy clear, empty verbose noisy clear)
1802 (empty non-verbose noisy clear): Likewise.
1803
1804 2010-06-03 Michael Snyder <msnyder@vmware.com>
1805
1806 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
1807 * gdb.base/display.exp: Ditto.
1808 * gdb.base/find.exp: Ditto.
1809 * gdb.base/ifelse.exp: Ditto.
1810 * gdb.base/multi-forks.exp: Ditto.
1811 * gdb.base/recurse.exp: Ditto.
1812 * gdb.base/setshow.exp: Ditto.
1813 * gdb.base/value-double-free.exp: Ditto.
1814 * gdb.base/watch-vfork.exp: Ditto.
1815 * gdb.base/watch_thread_num.exp: Ditto.
1816 * gdb.base/watchpoint-solib.exp: Ditto.
1817 * gdb.base/watchpoint.exp: Ditto.
1818 * gdb.base/watchpoints.exp: Ditto.
1819
1820 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
1821 * gdb.cp/overload.exp: Ditto.
1822 * gdb.cp/virtfunc.exp: Ditto.
1823
1824 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
1825
1826 * gdb.reverse/watch-precsave.exp:
1827 Replace gdb_test with gdb_test_no_output.
1828
1829 * gdb.threads/attach-into-signal.exp:
1830 Replace gdb_test with gdb_test_no_output.
1831 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1832 * gdb.threads/watchthreads.exp: Ditto.
1833 * gdb.threads/watchthreads2.exp: Ditto.
1834
1835 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
1836 * gdb.trace/tfind.exp: Ditto.
1837
1838 2010-06-03 Joel Brobecker <brobecker@adacore.com>
1839
1840 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
1841 successful test if message is the empty string.
1842
1843 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1844
1845 * gdb.fortran/module.exp (stopped language detection): New test.
1846
1847 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1848
1849 Support DW_TAG_module as separate namespaces.
1850 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
1851 gdb.fortran/library-module-lib.f90: New.
1852 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
1853 (print i): Remove.
1854 (continue to breakpoint: i-is-1, print var_i value 1)
1855 (continue to breakpoint: i-is-2, print var_i value 2)
1856 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
1857 (print var_d, print var_i value 14, ptype modmany, complete `modm)
1858 (complete `modmany, complete `modmany`, complete `modmany`var)
1859 (show language, setting breakpoint at module): New tests.
1860 * gdb.fortran/module.f90 (module mod): Remove.
1861 (module mod1, module mod2, module modmany, subroutine sub1)
1862 (subroutine sub2, program module): New.
1863
1864 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1865
1866 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
1867 (print value of rUC, print value of rI, print value of UI): ... here.
1868 * gdb.cp/anon-union.exp (pass): Rename to ...
1869 (print z 2): ... here.
1870
1871 2010-06-02 Michael Snyder <msnyder@vmware.com>
1872
1873 * gdb.trace/actions.exp: Use gdb_test_no_output.
1874 * gdb.trace/circ.exp: Ditto.
1875 * gdb.trace/packetlen.exp: Ditto.
1876 * gdb.trace/save-trace.exp: Ditto.
1877 * gdb.trace/tracecmd.exp: Ditto.
1878 * gdb.trace/tsv.exp: Ditto.
1879
1880 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
1881 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
1882 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1883 * gdb.threads/manythreads.exp: Ditto.
1884 * gdb.threads/print-threads.exp: Ditto.
1885 * gdb.threads/pthreads.exp: Ditto.
1886 * gdb.threads/schedlock.exp: Ditto.
1887 * gdb.threads/staticthreads.exp: Ditto.
1888 * gdb.threads/thread-specific.exp: Ditto.
1889 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1890 * gdb.threads/threadapply.exp: Ditto.
1891 * gdb.threads/watchthreads.exp: Ditto.
1892 * gdb.threads/watchthreads2.exp: Ditto.
1893
1894 * gdb.python/py-block.exp: Use gdb_test_no_output.
1895 * gdb.python/py-prettyprint.exp: Ditto.
1896 * gdb.python/py-template.exp: Ditto.
1897 * gdb.python/py-value.exp: Ditto.
1898
1899 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
1900 * gdb.reverse/watch-reverse.exp: Ditto.
1901
1902 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
1903 * gdb.server/ext-run.exp: Ditto.
1904
1905 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
1906 * gdb.dwarf2/dw2-compressed.exp: Ditto.
1907 * gdb.dwarf2/dw2-intercu.exp: Ditto.
1908 * gdb.dwarf2/dw2-intermix.exp: Ditto.
1909 * gdb.dwarf2/dw2-producer.exp: Ditto.
1910 * gdb.dwarf2/mac-fileno.exp: Ditto.
1911
1912 * gdb.gdb/observer.exp: Use gdb_test_no_output.
1913 * gdb.gdb/selftest.exp: Ditto.
1914
1915 * gdb.multi/base.exp: Use gdb_test_no_output.
1916
1917 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
1918
1919 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
1922
1923 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1924
1925 * gdb.cp/class2.exp: Use gdb_test_no_output.
1926 * gdb.cp/classes.exp: Ditto.
1927 * gdb.cp/extern-c.exp: Ditto.
1928 * gdb.cp/inherit.exp: Ditto.
1929 * gdb.cp/maint.exp: Ditto.
1930 * gdb.cp/mb-inline.exp: Ditto.
1931 * gdb.cp/mb-templates.exp: Ditto.
1932 * gdb.cp/method2.exp: Ditto.
1933 * gdb.cp/misc.exp: Ditto.
1934 * gdb.cp/ovldbreak.exp: Ditto.
1935 * gdb.cp/punctuator.exp: Ditto.
1936 * gdb.cp/templates.exp: Ditto.
1937 * gdb.cp/virtbase.exp: Ditto.
1938
1939 * gdb.threads/attach-stopped.exp:
1940 Replace uses of send_gdb / gdb_expect.
1941 * gdb.threads/attachstop-mt.exp:
1942 Replace uses of send_gdb / gdb_expect.
1943 * gdb.threads/gcore-thread.exp:
1944 Replace uses of send_gdb / gdb_expect.
1945 * gdb.threads/hand-call-in-threads.exp:
1946 Replace uses of send_gdb / gdb_expect.
1947 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
1948 * gdb.threads/print-threads.exp:
1949 Replace uses of send_gdb / gdb_expect.
1950 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
1951 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
1952 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
1953
1954 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
1955 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
1956 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
1957 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
1958 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
1959 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
1960 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
1961 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
1962 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
1963 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
1964 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
1965
1966 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1967
1968 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
1969
1970 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
1971
1972 * gdb.cp/koenig.exp: Added new test case.
1973 * gdb.cp/koenig.cc: Ditto.
1974
1975 2010-06-01 Michael Snyder <msnyder@vmware.com>
1976
1977 * gdb.base/arithmet.exp: Use gdb_test_no_output.
1978 * gdb.base/arrayidx.exp: Ditto.
1979 * gdb.base/attach.exp: Ditto.
1980 * gdb.base/auxv.exp: Ditto.
1981 * gdb.base/bigcre.exp: Ditto.
1982 * gdb.base/break-always.exp: Ditto.
1983 * gdb.base/break-interp.exp: Ditto.
1984 * gdb.base/break.exp: Ditto.
1985 * gdb.base/breakpoint-shadow.exp: Ditto.
1986 * gdb.base/call-ar-st.exp: Ditto.
1987 * gdb.base/call-sc.exp: Ditto.
1988 * gdb.base/call-signal-resume.exp: Ditto.
1989 * gdb.base/callfuncs.exp: Ditto.
1990 * gdb.base/catch-syscall.exp: Ditto.
1991 * gdb.base/charset.exp: Ditto.
1992 * gdb.base/code-expr.exp: Ditto.
1993 * gdb.base/commands.exp: Ditto.
1994 * gdb.base/cond-expr.exp: Ditto.
1995 * gdb.base/condbreak.exp: Ditto.
1996 * gdb.base/cursal.exp: Ditto.
1997 * gdb.base/cvexpr.exp: Ditto.
1998 * gdb.base/default.exp: Ditto.
1999 * gdb.base/del.exp: Ditto.
2000 * gdb.base/detach.exp: Ditto.
2001 * gdb.base/display.exp: Ditto.
2002 * gdb.base/ena-dis-br.exp: Ditto.
2003 * gdb.base/eval-skip.exp: Ditto.
2004 * gdb.base/foll-fork.exp: Ditto.
2005 * gdb.base/foll-vfork.exp: Ditto.
2006 * gdb.base/frame-args.exp: Ditto.
2007 * gdb.base/funcargs.exp: Ditto.
2008 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2009 * gdb.base/gdbvars.exp: Ditto.
2010 * gdb.base/help.exp: Ditto.
2011 * gdb.base/ifelse.exp: Ditto.
2012 * gdb.base/included.exp: Ditto.
2013 * gdb.base/list.exp: Ditto.
2014 * gdb.base/macscp.exp: Ditto.
2015 * gdb.base/maint.exp: Ditto.
2016 * gdb.base/multi-fork.exp: Ditto.
2017 * gdb.base/overlays.exp: Ditto.
2018 * gdb.base/page.exp: Ditto.
2019 * gdb.base/pending.exp: Ditto.
2020 * gdb.base/pointers.exp: Ditto.
2021 * gdb.base/pr11022.exp: Ditto.
2022 * gdb.base/prelink.exp: Ditto.
2023 * gdb.base/printcmds.exp: Ditto.
2024 * gdb.base/psymtab.exp: Ditto.
2025 * gdb.base/randomize.exp: Ditto.
2026 * gdb.base/relational.exp: Ditto.
2027 * gdb.base/relocate.exp: Ditto.
2028 * gdb.base/remote.exp: Ditto.
2029 * gdb.base/sepdebug.exp: Ditto.
2030 * gdb.base/set-lang-auto.exp: Ditto.
2031 * gdb.base/setshow.exp: Ditto.
2032 * gdb.base/setvar.exp: Ditto.
2033 * gdb.base/signals.exp: Ditto.
2034 * gdb.base/signull.exp: Ditto.
2035 * gdb.base/sigstep.exp: Ditto.
2036 * gdb.base/sizeof.exp: Ditto.
2037 * gdb.base/solib-disc.exp: Ditto.
2038 * gdb.base/store.exp: Ditto.
2039 * gdb.base/structs.exp: Ditto.
2040 * gdb.base/structs2.exp: Ditto.
2041 * gdb.base/subst.exp: Ditto.
2042 * gdb.base/term.exp: Ditto.
2043 * gdb.base/trace-commands.exp: Ditto.
2044 * gdb.base/unwindonsignal.exp: Ditto.
2045 * gdb.base/valgrind-db-attach.exp: Ditto.
2046 * gdb.base/varargs.exp: Ditto.
2047 * gdb.base/watch-cond.exp: Ditto.
2048 * gdb.base/watch_thread_num.exp: Ditto.
2049 * gdb.base/watchpoint-cond-gone.exp: Ditto.
2050 * gdb.base/watchpoint.exp: Ditto.
2051 * gdb.base/whatis-exp.exp: Ditto.
2052
2053 2010-06-01 Michael Snyder <msnyder@vmware.com>
2054
2055 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
2056 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
2057 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
2058 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
2059 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
2060 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
2061 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
2062 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
2063 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
2064 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
2065 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
2066 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
2067 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
2068 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
2069 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
2070
2071 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 * gdb.base/commands.exp (begin commands on watch): Remove excessive
2074 trailing newline.
2075 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
2076 * gdb.java/jmisc.exp (p *args\n): Rename to ...
2077 (p *args): ... here and remove excessive trailing newline.
2078
2079 2010-05-31 Joel Brobecker <brobecker@adacore.com>
2080
2081 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
2082
2083 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2084
2085 Accept the new Linux kernel "t (tracing stop)" string.
2086 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
2087 Update comment.
2088 (state_wait) <T (tracing stop)>: New.
2089 (main): Update the state_wait expect string.
2090
2091 2010-05-28 Pedro Alves <pedro@codesourcery.com>
2092
2093 * limits.c, limits.exp: Delete files.
2094 * Makefile.in (clean mostlyclean): Adjust.
2095 * tracecmd.exp: Adjust.
2096
2097 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 * gdb.base/tui-layout.exp: New.
2100
2101 2010-05-28 Michael Snyder <msnyder@vmware.com>
2102
2103 * gdb.reverse/break-precsave.exp:
2104 Replace uses of send_gdb / gdb_expect.
2105 * gdb.reverse/break-reverse.exp:
2106 Replace uses of send_gdb / gdb_expect.
2107 * gdb.reverse/consecutive-precsave.exp:
2108 Replace uses of send_gdb / gdb_expect.
2109 * gdb.reverse/consecutive-reverse.exp:
2110 Replace uses of send_gdb / gdb_expect.
2111 * gdb.reverse/finish-precsave.exp:
2112 Replace uses of send_gdb / gdb_expect.
2113 * gdb.reverse/finish-reverse.exp:
2114 Replace uses of send_gdb / gdb_expect.
2115 * gdb.reverse/i386-precsave.exp:
2116 Replace uses of send_gdb / gdb_expect.
2117 * gdb.reverse/i386-reverse.exp:
2118 Replace uses of send_gdb / gdb_expect.
2119 * gdb.reverse/i386-sse-reverse.exp:
2120 Replace uses of send_gdb / gdb_expect.
2121 * gdb.reverse/i387-env-reverse.exp:
2122 Replace uses of send_gdb / gdb_expect.
2123 * gdb.reverse/i387-stack-reverse.exp:
2124 Replace uses of send_gdb / gdb_expect.
2125 * gdb.reverse/machinestate-precsave.exp:
2126 Replace uses of send_gdb / gdb_expect.
2127 * gdb.reverse/machinestate.exp:
2128 Replace uses of send_gdb / gdb_expect.
2129 * gdb.reverse/sigall-precsave.exp:
2130 Replace uses of send_gdb / gdb_expect.
2131 * gdb.reverse/sigall-reverse.exp:
2132 Replace uses of send_gdb / gdb_expect.
2133 * gdb.reverse/solib-precsave.exp:
2134 Replace uses of send_gdb / gdb_expect.
2135 * gdb.reverse/solib-reverse.exp:
2136 Replace uses of send_gdb / gdb_expect.
2137 * gdb.reverse/step-precsave.exp:
2138 Replace uses of send_gdb / gdb_expect.
2139 * gdb.reverse/step-reverse.exp:
2140 Replace uses of send_gdb / gdb_expect.
2141 * gdb.reverse/until-precsave.exp:
2142 Replace uses of send_gdb / gdb_expect.
2143 * gdb.reverse/until-reverse.exp:
2144 Replace uses of send_gdb / gdb_expect.
2145 * gdb.reverse/watch-precsave.exp:
2146 Replace uses of send_gdb / gdb_expect.
2147 * gdb.reverse/watch-reverse.exp:
2148 Replace uses of send_gdb / gdb_expect.
2149
2150 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
2153 excessive newline.
2154
2155 2010-05-27 Michael Snyder <msnyder@vmware.com>
2156
2157 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
2158 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
2159 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
2160 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
2161 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
2162 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
2163 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
2164 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
2165 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
2166 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
2167 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
2168 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
2169 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
2170 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
2171 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
2172 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
2173 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
2174 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
2175 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
2176
2177 2010-05-26 Michael Snyder <msnyder@vmware.com>
2178
2179 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
2180 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
2181
2182 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
2183 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
2184 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
2185
2186 * gdb.reverse/consecutive-reverse.exp:
2187 Replace uses of send_gdb / gdb_expect.
2188 * gdb.reverse/consecutive-precsave.exp:
2189 Replace uses of send_gdb / gdb_expect.
2190
2191 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
2192 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
2193 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
2194 * gdb.mi/mi-ns-stale-regcache.exp:
2195 Replace uses of send_gdb / gdb_expect.
2196 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
2197 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
2198 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
2199 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
2200 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
2201 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
2202 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
2203 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
2204 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
2205
2206 2010-05-26 Michael Snyder <msnyder@vmware.com>
2207
2208 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
2209
2210 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
2211
2212 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
2213 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
2214 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
2215 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
2216 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
2217 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
2218 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
2219 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
2220 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
2221
2222 2010-05-25 Tom Tromey <tromey@redhat.com>
2223
2224 * gdb.base/macscp.exp: Add missing space after setup_kfail.
2225
2226 2010-05-25 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
2229 argument order.
2230 * gdb.base/macscp.exp: Fix setup_kfail argument order.
2231 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
2232 order.
2233 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
2234 order.
2235 * gdb.base/call-sc.exp (setup_kfails): Remove.
2236 (setup_compiler_kfails): Remove.
2237 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
2238 argument order.
2239 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
2240 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
2241 (advancei): Fix setup_kfail argument order.
2242 * gdb.base/radix.exp: Fix setup_kfail argument order.
2243 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
2244 order.
2245 * gdb.base/structs.exp (setup_kfails): Remove.
2246 (setup_compiler_kfails): Fix setup_kfail argument order.
2247 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
2248 order.
2249 * gdb.java/jmain.exp: Fix setup_kfail argument order.
2250 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
2251 setup_kfail argument order.
2252 * gdb.cp/overload.exp: Fix setup_kfail argument order.
2253
2254 2010-05-25 Tom Tromey <tromey@redhat.com>
2255
2256 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
2257
2258 2010-05-25 Michael Snyder <msnyder@vmware.com>
2259
2260 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
2261 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
2262 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
2263 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
2264 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
2265 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
2266 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
2267 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
2268 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
2269 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
2270 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
2271 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
2272 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
2273 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
2274 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
2275 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
2276 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
2277 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
2278 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
2279 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
2280 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
2281 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
2282 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
2283 * gdb.base/default.exp: Replace send_gdb with gdb_test.
2284 * gdb.base/define.exp: Replace send_gdb with gdb_test.
2285 * gdb.base/display.exp: Replace send_gdb with gdb_test.
2286 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
2287 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
2288 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
2289 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
2290 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
2291 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
2292 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
2293 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
2294 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
2295 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
2296 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
2297 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
2298 * gdb.base/help.exp: Replace send_gdb with gdb_test.
2299 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
2300 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
2301 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
2302 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
2303 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
2304 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
2305 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
2306 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
2307 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
2308
2309 2010-05-25 Doug Evans <dje@google.com>
2310
2311 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
2312 gdb.string_to_argv.
2313
2314 2010-05-21 Tom Tromey <tromey@redhat.com>
2315
2316 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
2317 Call it.
2318 * gdb.dwarf2/pieces.S: Update.
2319 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
2320
2321 2010-05-21 Tom Tromey <tromey@redhat.com>
2322
2323 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
2324 Call it.
2325 * gdb.dwarf2/pieces.c (struct C): New.
2326 (f6): New function.
2327 * gdb.dwarf2/pieces.S: Replace.
2328
2329 2010-05-21 Tom Tromey <tromey@redhat.com>
2330
2331 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
2332 Call it.
2333
2334 2010-05-21 Tom Tromey <tromey@redhat.com>
2335
2336 * gdb.dwarf2.pieces.exp: New file.
2337 * gdb.dwarf2.pieces.S: New file.
2338 * gdb.dwarf2.pieces.c: New file.
2339
2340 2010-05-20 Pedro Alves <pedro@codesourcery.com>
2341 Joel Brobecker <brobecker@adacore.com>
2342
2343 * lib/gdb.exp (gdb_test_no_output): New function.
2344 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
2345 when testing commands that should produce no output.
2346
2347 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
2350 parameter that we want to watch being a constant.
2351
2352 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2353
2354 * gdb.ada/cond_lang: New testcase.
2355
2356 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2357
2358 * lib/gdb.exp (banned_variables): New variable/constant.
2359 (gdb_init): Add write trace on variables listed in banned_variables.
2360 (gdb_finish): Remove write traces on variables listed in
2361 banned_variables.
2362
2363 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2364
2365 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
2366 * gdb.cp/koenig.exp: Likewise.
2367
2368 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
2369
2370 PR python/11482
2371
2372 * gdb.python/py-value.exp (test_value_hash): New function.
2373
2374 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2375
2376 PR exp/11530.
2377 * gdb.base/gdb11530.c: New file.
2378 * gdb.base/gdb11530.exp: New file.
2379
2380 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2381
2382 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
2383 * gdb.dwarf2/dw2-modula2-self-type.S: New.
2384
2385 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2386
2387 * gdb.cp/koenig.exp: New test.
2388 * gdb.cp/koenig.cc: New test program.
2389
2390 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2391
2392 Remove the use of prms_id and bug_id throughout the testsuite.
2393
2394 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2395
2396 PR exp/11349.
2397 * testsuite/gdb.cp/ref-types.exp: Add test to examine
2398 use a reference local variable.
2399
2400 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
2403 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
2404 variable different_dir. Move debugfile into a full directory pathname
2405 under DIFFERENT_DIR.
2406 * lib/gdb.exp (separate_debug_filename): Remove.
2407 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
2408 variable debug_dir and mkdir of it. Update function comments.
2409
2410 2010-04-29 Pedro Alves <pedro@codesourcery.com>
2411
2412 PR gdb/11557
2413
2414 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
2415 files.
2416
2417 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2418
2419 * gdb.python/py-param.exp: New File.
2420
2421 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2422
2423 * gdb.base/default.exp: Fix "set language" test.
2424
2425 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
2426
2427 PR breakpoints/11531.
2428 * gdb.base/gdb11531.c: New file.
2429 * gdb.base/gdb11531.exp: New file.
2430
2431 2010-04-26 Tom Tromey <tromey@redhat.com>
2432
2433 * gdb.base/completion.exp: Add tests for completion and deprecated
2434 commands.
2435
2436 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2437
2438 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
2439 (print /x char_array): Escape curly brackets.
2440
2441 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 Fix deadlock on looped list of loaded shared objects.
2444 * gdb.base/solib-corrupted.exp: New.
2445
2446 2010-04-23 Doug Evans <dje@google.com>
2447
2448 * gdb.python/py-section-script.c: New file.
2449 * gdb.python/py-section-script.exp: New file.
2450 * gdb.python/py-section-script.py: New file.
2451
2452 2010-04-20 Chris Moller <cmoller@redhat.com>
2453
2454 PR 10179
2455
2456 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
2457 * gdb.base/pr10179-a.c:
2458 * gdb.base/pr10179-b.c:
2459 * gdb.base/pr10179.exp: New files.
2460
2461 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 Fix crashes on dangling display expressions.
2464 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
2465 is SEP.
2466 (lib_flags): Remove the "debug" keyword.
2467 (libsepdebug): New variable for iterating new loop.
2468 (save_pf_prefix): New variable wrapping the loop.
2469 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
2470 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
2471
2472 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2473
2474 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
2475
2476 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2477
2478 PR stabs/11479.
2479 * gdb.stabs/gdb11479.exp: New file.
2480 * gdb.stabs/gdb11479.c: New file.
2481
2482 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2483
2484 * gdb.base/charset.c (Strin16, String32): New variables.
2485 * gdb.base/charset.exp (gdb_test): Test correct display
2486 of 16 or 32 bit strings.
2487
2488 2010-04-21 Chris Moller <cmoller@redhat.com>
2489
2490 PR 9167
2491 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
2492 * gdb.cp/pr9167.cc: New file.
2493 * gdb.cp/pr9167.exp: New file.
2494
2495
2496 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2497
2498 PR pascal/11492.
2499 * gdb.pascal/gdb11492.pas: New file.
2500 * gdb.pascal/gdb11492.exp: New file.
2501
2502 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2503
2504 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
2505
2506 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2507
2508 * gdb.ada/dyn_loc: New testcase.
2509
2510 2010-04-20 Chris Moller <cmoller@redhat.com>
2511
2512 PR 10867
2513
2514 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
2515 * gdb.cp/pr10687.cc: New file.
2516 * gdb.cp/pr10687.exp: New file.
2517
2518
2519 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2520 Sergio Durigan Junior <sergiodj@redhat.com>
2521
2522 * gdb.fortran/logical.exp: New testcase.
2523 * gdb.fortran/logical.f90: New file.
2524
2525 2010-04-19 Doug Evans <dje@google.com>
2526
2527 * gdb.base/help.exp (help source): Update expected output.
2528
2529 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2530
2531 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
2532 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
2533 gdb_exit and return.
2534 (executable): New variable.
2535 (binfile): Use it.
2536
2537 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2538
2539 PR breakpoints/8554.
2540
2541 * gdb.trace/save-trace.exp: Adjust.
2542
2543 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2544
2545 PR corefiles/11511
2546 * gdb.arch/system-gcore.exp: New.
2547 * gdb.arch/gcore.c: Likewise.
2548
2549 2010-04-15 Doug Evans <dje@google.com>
2550
2551 * gdb.python/py-progspace.c: New file.
2552 * gdb.python/py-progspace.exp: New file.
2553
2554 * gdb.base/source.exp: Add tests for "source -s".
2555
2556 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2557
2558 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
2559 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
2560 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
2561 * gdb.python/py-mi.exp: New test for to_string returning None.
2562
2563 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
2564
2565 * gdb.python/py-breakpoint.c: Make result global.
2566
2567 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 Fix non-GNU make compatibility.
2570 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
2571
2572 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2573
2574 * gdb.python/py-breakpoint.exp: New File.
2575 * gdb.python/py-breakpoint.C: Ditto.
2576
2577 2010-04-08 Stan Shebs <stan@codesourcery.com>
2578
2579 * gdb.trace/actions.exp: Clear default-collect.
2580 * gdb.trace/save-trace.exp: Clear default-collect.
2581
2582 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
2583
2584 * gdb.python/py-value: Add null string variable.
2585 (test_lazy_string): Test zero length, NULL address lazy
2586 strings.
2587
2588 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2589
2590 * gdb.arch/i386-avx.c: New.
2591 * gdb.arch/i386-avx.exp: Likewise.
2592
2593 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
2594
2595 2010-04-06 Doug Evans <dje@google.com>
2596
2597 * gdb.base/source-test.gdb: New file.
2598 * gdb.base/source.exp: Test source -v.
2599
2600 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2601
2602 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
2603
2604 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
2605
2606 * gdb.stabs/aout.sed: Convert all backslash to double backslash
2607 within one line, unless it is followed by a double quote.
2608 * gdb.stabs/hppa.sed: Idem.
2609 * gdb.stabs/weird.def: Add char and String constants
2610 * gdb.stabs/weird.exp: Check for correct parsing of
2611 char and string constants.
2612 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
2613 in .stabs to .stabx substitution.
2614
2615 2010-04-05 Stan Shebs <stan@codesourcery.com>
2616
2617 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
2618 constant global.
2619 * gdb.trace/tfile.exp: Try to print them.
2620
2621 2010-04-04 Stan Shebs <stan@codesourcery.com>
2622
2623 * gdb.base/completion.exp: Update for new "info watchpoints".
2624 * gdb.base/default.exp: Ditto.
2625 * gdb.base/help.exp: Ditto.
2626 * gdb.base/watchpoint.exp: Ditto.
2627 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
2628
2629 2010-04-04 Stan Shebs <stan@codesourcery.com>
2630
2631 * gdb.trace/tfile.exp: Sharpen tfind test.
2632
2633 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * gdb.base/break-entry.exp: New.
2636
2637 2010-04-02 Hui Zhu <teawater@gmail.com>
2638 Michael Snyder <msnyder@vmware.com>
2639
2640 * gdb.reverse/i386-sse-reverse.exp: New file.
2641 * gdb.reverse/i386-sse-reverse.c: New file.
2642
2643 2010-04-02 Pedro Alves <pedro@codesourcery.com>
2644
2645 * gdb.trace/tfind.exp: Adjust expected disassembly output.
2646
2647 2010-04-01 Stan Shebs <stan@codesourcery.com>
2648
2649 * gdb.trace/actions.exp: Tweak expected output.
2650 * gdb.trace/while-stepping.exp: Tweak expected output.
2651
2652 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
2653
2654 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
2655
2656 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2657
2658 * gdb.base/commands.exp: Adjust.
2659 * gdb.cp/extern-c.exp: Adjust.
2660
2661 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2662
2663 * gdb.trace/collection.c (local_test_func): Define a local struct,
2664 and instanciate it.
2665
2666 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2667
2668 * gdb.trace/collection.exp (gdb_collect_args_test)
2669 (gdb_collect_argarray_test): XFAIL the tests that assume the
2670 argarray argument's elements are collected.
2671
2672 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2673
2674 * gdb.dwarf2/dw2-bad-parameter-type.exp,
2675 gdb.dwarf2/dw2-bad-parameter-type.S: New.
2676
2677 2010-03-31 Stan Shebs <stan@codesourcery.com>
2678
2679 * gdb.trace/save-trace.exp: Test save/restore of default-collect
2680 and tracepoint conditionals.
2681 (gdb_verify_tracepoints): Delete unused return.
2682
2683 2010-03-26 Keith Seitz <keiths@redhat.com>
2684
2685 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
2686 appear in the output before main.
2687 Remove KFAIL for gdb/2215 aka bz 9320.
2688
2689 2010-03-30 Doug Evans <dje@google.com>
2690
2691 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
2692 by dejagnu.
2693 * gdb.arch/amd64-dword.exp: Ditto.
2694
2695 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
2696 match.
2697 (break printf): Ditto.
2698
2699 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
2700
2701 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
2702 gcc < 4.4.
2703 * gdb.cp/shadow.exp: Ditto.
2704
2705 2010-03-29 Pedro Alves <pedro@codesourcery.com>
2706
2707 * gdb.trace/collection.exp (run_trace_experiment): Make sure
2708 "tstart" is silent.
2709
2710 2010-03-29 Pedro Alves <pedro@codesourcery.com>
2711
2712 * gdb.trace/collection.exp (executable): New.
2713 (binfile): Use it.
2714 (fpreg, spreg, pcreg): New.
2715 (test_register): Use gdb_test_multiple. Pass /x to print.
2716 (prepare_for_trace_test): New.
2717 (run_trace_experiment): Use "continue", not gdb_run_cmd.
2718 (gdb_collect_args_test, gdb_collect_argstruct_test)
2719 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
2720 prepare_for_trace_test.
2721 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
2722 fpreg, spreg and pcreg.
2723 (gdb_collect_expression_test, gdb_collect_globals_test): Use
2724 prepare_for_trace_test.
2725 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
2726 try to detect tracing support here. Don't set breakpoints at
2727 `begin' or `end' here.
2728 <global scope>: Use clean_restart. Run to main before checking
2729 for tracing support. Check for for tracing support here.
2730
2731 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
2734 " as $displacement" to "seen displacement message".
2735
2736 2010-03-28 Pedro Alves <pedro@codesourcery.com>
2737
2738 * gdb.trace/while-dyn.exp (executable): New variable.
2739 (binfile): Use it.
2740 (test_while_stepping): New function. Move most tests here. Call
2741 it once for each of the while-stepping, stepping and ws aliases.
2742
2743 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2744
2745 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
2746 that do not provide the tagless_struct type name at all.
2747 (test_print_anon_union): Do not check value of uninitialized
2748 union member. Do not use cp_test_ptype_class, so we can accept
2749 "long" as well as "long int".
2750
2751 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2752
2753 * gdb.trace/tfile.c (tohex, bin2hex): New.
2754 (write_error_trace_file): Hexify error description.
2755
2756 2010-03-25 Stan Shebs <stan@codesourcery.com>
2757
2758 * gdb.trace/tfile.c: Generate an additional trace file, improve
2759 portability.
2760 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
2761 files in a better way.
2762
2763 2010-03-25 Keith Seitz <keiths@redhat.com>
2764
2765 * gdb.java/jprint.exp: XFAIL printing of static class members
2766 because of GCC debuginfo problem.
2767
2768 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2769
2770 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
2771
2772 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2773
2774 * gdb.base/completion.exp: Allow long instead of long int.
2775 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
2776 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
2777 variable p.
2778 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
2779 * gdb.base/pointers.exp: Allow long instead of long int.
2780 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
2781 * gdb.base/step-line.exp: Allow a directory before the source file name.
2782
2783 2010-03-24 Tom Tromey <tromey@redhat.com>
2784
2785 PR breakpoints/9352:
2786 * gdb.base/default.exp: Update.
2787 * gdb.base/commands.exp: Update.
2788 * gdb.cp/extern-c.exp: Test setting commands on multiple
2789 breakpoints at once.
2790
2791 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
2794 if gdb,nosignals.
2795 * gdb.base/watchpoints.c: Do not include unnecessary headers.
2796 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
2797 exited".
2798
2799 2010-03-24 Stan Shebs <stan@codesourcery.com>
2800
2801 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
2802
2803 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2804
2805 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
2806 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
2807 argument. Handle "short" and "long".
2808 (Top level): Pass overprototyped output for old_fptr and xptr.
2809
2810 2010-03-23 Pedro Alves <pedro@codesourcery.com>
2811
2812 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
2813 format strings and add casts to avoid compiler warnings.
2814
2815 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
2816
2817 * lib/trace-support.exp (gdb_trace_setactions):
2818 Don't expect whitespace after ">" prompt.
2819 * gdb.trace/actions.exp: Adjust for output changes.
2820 * gdb.trace/while-stepping.exp: Likewise.
2821
2822 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
2825 and r157645).
2826
2827 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
2830 New.
2831
2832 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2833
2834 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
2835 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
2836
2837 2010-03-19 Stan Shebs <stan@codesourcery.com>
2838
2839 * gdb.trace/ax.exp: New file.
2840
2841 2010-03-19 Doug Evans <dje@google.com>
2842
2843 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
2844 output from gcc.
2845
2846 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
2847 named /usr/sbin/prelink<foo>.
2848
2849 2010-03-18 Stan Shebs <stan@codesourcery.com>
2850
2851 * gdb.trace/circ.exp: Test circular-trace-buffer.
2852 * gdb.trace/tfile.exp: Update tstatus test.
2853
2854 2010-03-18 Joel Brobecker <brobecker@adacore.com>
2855
2856 * gdb.dwarf2/dw2-anonymous-func.S: New file.
2857 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
2858
2859 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2860
2861 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
2862
2863 2010-03-18 Pedro Alves <pedro@codesourcery.com>
2864
2865 * gdb.base/default.exp: Adjust the expected output of the finish
2866 and until commands when the inferior is not being run.
2867
2868 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
2869
2870 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
2871 * gdb.cp/nsusing.exp: Ditto.
2872
2873 2010-03-15 Tom Tromey <tromey@redhat.com>
2874
2875 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
2876 * gdb.cp/userdef.cc (operator==): New function.
2877 (main): New locals mem1, mem2.
2878
2879 2010-03-15 Jie Zhang <jie@codesourcery.com>
2880
2881 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
2882 Declare and use new loadtimeout variable.
2883
2884 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
2885
2886 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
2887 Use gdb_load later.
2888
2889 2010-03-14 Pedro Alves <pedro@codesourcery.com>
2890
2891 * gdb.base/solib-disc.c (main): Make format of fprintf a string
2892 literal. Add missing endlines to prints to stderr.
2893
2894 2010-03-12 Tom Tromey <tromey@redhat.com>
2895
2896 PR c++/9708:
2897 * gdb.cp/m-static.exp: Add regression test.
2898 * gdb.cp/m-static.cc (method): New method.
2899 (main): Call it.
2900
2901 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
2902
2903 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
2904 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
2905
2906 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
2907
2908 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
2909
2910 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
2911
2912 * lib/gdb.exp (skip_stl_tests): New.
2913 (gdb_compile): Symbian needs -ldl.
2914 (shlib_target_file): New.
2915 (shlib_symbol_file): New.
2916 (gdb_load_shlibs): Use shlib_target_file.
2917 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
2918 * gdb.cp/exception.exp: Use skip_stl_tests.
2919 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
2920 * gdb.cp/try_catch.exp: Use skip_stl_tests.
2921 * gdb.cp/mb-templates.exp: Ditto.
2922 * gdb.base/commands.exp: Relax regexes.
2923 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
2924 shlib_target_file and shlib_symbol_file.
2925 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
2926 sections.
2927 * gdb.base/ending-run.exp: Accept E32Main for symbian.
2928 * gdb.base/solib-disc.exp: Use
2929 shlib_target_file and shlib_symbol_file.
2930 * gdb.base/unload.exp: Don't skip on symbian. Use
2931 shlib_target_file and shlib_symbol_file.
2932 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
2933
2934 2010-03-12 Pedro Alves <pedro@codesourcery.com>
2935
2936 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
2937 * gdb.trace/report.exp: Adjust for x86 and x86_64.
2938 Issue a tfind end before looking for a tracepoint frame.
2939 * gdb.trace/tfind.exp: Adjust tstatus output.
2940 Adjust disassembly output.
2941 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
2942
2943 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdb.base/break-interp.exp: Create new displacement parameter value
2946 for the test_ld calls.
2947 (reach): New parameter displacement, verify its content. New push of
2948 pf_prefix "reach-$func:". Import global expect_out.
2949 (test_core): New parameter displacement, verify its content. New push
2950 of pf_prefix "core:". New command "set verbose on". Import global
2951 expect_out.
2952 (test_attach): New parameter displacement, verify its content. New
2953 push of pf_prefix "attach:". New command "set verbose on". Import
2954 global expect_out.
2955 (test_ld): New parameter displacement, pass it to the reach, test_core
2956 and test_attach calls and verify its content in the "ld.so exit" test.
2957 * gdb.base/prelink.exp: Remove gdb_exit and final return.
2958 (prelink): Update expected text, use gdb_test.
2959
2960 2010-03-10 Doug Evans <dje@google.com>
2961
2962 * gdb.base/checkpoint.exp: Fix comment.
2963 Lengthen timeout while doing >600 checkpoints test.
2964 Rename duplicate "kill all one" test to keep test names unique.
2965
2966 2010-03-10 Pedro Alves <pedro@codesourcery.com>
2967
2968 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
2969
2970 2010-03-08 Keith Seitz <keiths@redhat.com>
2971
2972 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
2973 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
2974 (dm_type_long): New function.
2975 (dm_type_unsigned_short): New function.
2976 (dm_type_unsigned_long): New function.
2977 (myint): New typedef.
2978 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
2979 long, unsigned shor and long, operator char*, and typedef.
2980 (test_lookup_operator_functions): Add operator char* test.
2981 (test_paddr_operator_functions): Likewise.
2982 (test_paddr_overloaded_functions): Use probe values for
2983 short, long, and unsigned short and long.
2984 (test_paddr_hairy_functions): If the demangler probe detected
2985 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
2986 demangler.
2987 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
2988 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
2989 and "print null_pmf".
2990 Add test "ptype a.*pmf".
2991 * gdb.cp/overload.exp: Allow optional "int" to appear with
2992 "short" and "long".
2993 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
2994 long expect value for men_overload1arg.
2995 Allow "int" to appear with "short" and "long".
2996 When testing "info break", add argument for main (void).
2997 Also allow "int" to appear with "short" and "long".
2998 Ditto with "unsigned" and "long long".
2999 * gdb.java/jmain.exp: Do not enclose methods names in single
3000 quotes.
3001 * gdb.java/jmisc.exp: Likewise.
3002 * gdb.java/jprint.exp: Likewise.
3003 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
3004
3005 From Jan Kratochvil <jan.kratochvil@redhat.com>:
3006 * gdb.cp/exception.exp (backtrace after first throw)
3007 (backtrace after second throw): Allow a namespace before __cxa_throw.
3008 (backtrace after first catch, backtrace after second catch): Allow
3009 a namespace before __cxa_begin_catch.
3010
3011 * gdb.cp/cpexprs.exp: New file.
3012 * gdb.cp/cpexprs.cc: New file.
3013
3014 From Daniel Jacobowitz <dan@codesourcery.com>
3015 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
3016 to use string_to_regexp.
3017 (ctor, dtor): New functions. Use them to match constructor
3018 and destructor function types.
3019 (Top level): Use runto_main.
3020
3021 2010-03-05 Tom Tromey <tromey@redhat.com>
3022
3023 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
3024 gdb.target_charset.
3025 (pp_ns.to_string): Likewise.
3026
3027 2010-03-04 Keith Seitz <keiths@redhat.com>
3028
3029 * gdb.cp/overload.exp: Test that the filename portion of a linespec
3030 can be quoted. Test that both the filename and function/line
3031 portions can be quoted at the same time.
3032
3033 2010-03-04 Pedro Alves <pedro@codesourcery.com>
3034
3035 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
3036
3037 2010-03-03 Doug Evans <dje@google.com>
3038
3039 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
3040 libc contains libpthread.
3041
3042 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
3043 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
3044 of gdb_compile. Add another pattern to match android backtrace.
3045
3046 2010-03-03 Tom Tromey <tromey@redhat.com>
3047
3048 PR gdb/11345:
3049 * gdb.base/printcmds.exp (test_printf): Add test.
3050
3051 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
3052
3053 * gdb.arch/amd64-byte.exp: New.
3054 * gdb.arch/amd64-dword.exp: Likewise.
3055 * gdb.arch/amd64-pseudo.c: Likewise.
3056 * gdb.arch/amd64-word.exp: Likewise.
3057 * gdb.arch/i386-byte.exp: Likewise.
3058 * gdb.arch/i386-pseudo.c: Likewise.
3059 * gdb.arch/i386-word.exp: Likewise.
3060
3061 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
3064 types. Add structreg, bitfields, and flags registers.
3065 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
3066 registers.
3067
3068 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3069
3070 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
3071 (load_description): Set architecture if defined.
3072
3073 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3074
3075 * gdb.python/py-frame.exp: Add read_var block tests.
3076 * gdb.python/py-frame.c (block): New function.
3077
3078 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3079 Daniel Jacobowitz <dan@codesourcery.com>
3080
3081 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
3082
3083 2010-02-25 David S. Miller <davem@davemloft.net>
3084
3085 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
3086 fix logic for setting all_syscalls_numbers.
3087
3088 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3089
3090 * Makefile.in: Add py-block and py-symbol.
3091 * gdb.python/py-symbol.exp: New File.
3092 * gdb.python/py-symtab.exp: New File.
3093 * gdb.python/py-block.exp: New File.
3094 * gdb.python/py-symbol.c: New File.
3095 * gdb.python/py-block.c: New File.
3096
3097 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3098
3099 PR python/11314
3100 * lib/gdb.exp (skip_python_tests): New function.
3101 * gdb.python/py-cmd.exp: Use skip_python_tests.
3102 * gdb.python/py-frame.exp: Likewise.
3103 * gdb.python/py-function.exp: Likewise.
3104 * gdb.python/py-prettyprint.exp: Likewise.
3105 * gdb.python/py-template.exp: Likewise.
3106 * gdb.python/py-type.exp: Likewise.
3107 * gdb.python/py-value.exp: Likewise.
3108
3109 2010-02-22 Pedro Alves <pedro@codesourcery.com>
3110
3111 PR9605
3112
3113 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
3114
3115 2010-02-19 Tom Tromey <tromey@redhat.com>
3116
3117 PR c++/8693, PR c++/9496:
3118 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
3119 regression tests.
3120
3121 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 Fix compatibility with m68k as.
3124 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
3125 Use only /* comments */.
3126
3127 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3128
3129 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
3130 * configure: Regenerate.
3131
3132 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
3133
3134 * gdb.python/py-type.exp: Check for Python support.
3135
3136 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3137
3138 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
3139 `regsub' syntax available.
3140
3141 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3142
3143 * gdb.base/shmain.c (main): Remove printf call.
3144 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
3145 * gdb.base/unload.c (main): Make format of fprintf a string
3146 literal. Add missing endlines to prints to stderr.
3147 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
3148
3149 2010-02-17 Tom Tromey <tromey@redhat.com>
3150
3151 * gdb.java/jprint.java (jprint.props): New field.
3152 * gdb.java/jprint.exp (set_lang_java): Add regression test.
3153
3154 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3155
3156 * gdb.base/charset.exp: Don't assume new `regsub' syntax
3157 available.
3158
3159 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3160
3161 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
3162 creation to support remote host testing.
3163
3164 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3165
3166 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
3167 Recognize "command not found".
3168
3169 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3170
3171 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
3172 single-stepping.
3173
3174 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3175
3176 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
3177 if arguments are not supported.
3178
3179 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3180
3181 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
3182 be const or non-const.
3183
3184 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3185
3186 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
3187 mi_send_resuming_command to send -exec-continue.
3188
3189 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * gdb.base/list.exp (test_list_filename_and_function): Add test
3192 with single quotes.
3193 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
3194 matching.
3195 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
3196 Add KFAIL'd tests for PR gdb/11289.
3197
3198 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3199
3200 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
3201
3202 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3203
3204 * gdb.base/comp-dir/subdir/dummy.txt: New file.
3205 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
3206 a temporary directory.
3207
3208 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3209
3210 * gdb.base/charset.exp: Use a single regular expression to match
3211 show host-charset and show target-charset output.
3212
3213 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3214
3215 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
3216 "Illegal process-id" expect string more exact.
3217 (attach to digits-starting nonsense is prohibited): New.
3218
3219 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3220
3221 * gdb.base/prelink.exp (set verbose on): New.
3222
3223 2010-02-12 Tomas Holmberg <th@virtutech.com>
3224
3225 * mi-reverse.exp: New file. Test for reverse option to the
3226 following MI commands: exec-continue, exec-finish, exec-next,
3227 exec-step, exec-next-instruction, exec-step-instruction.
3228
3229 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3230
3231 * gdb.ada/ptype_tagged_param: New testcase.
3232
3233 2010-02-08 Tom Tromey <tromey@redhat.com>
3234
3235 PR c++/8017:
3236 * gdb.cp/overload.exp: Add tests.
3237 * gdb.cp/overload.cc (struct K): New.
3238 (namespace N): New.
3239 (main): Call new functions.
3240 (K::staticoverload): Define.
3241
3242 2010-02-08 Chris Moller <moller@mollerware.com>
3243
3244 PR gdb/10728
3245 * gdb.cp/pr10728-x.h: New file.
3246 * gdb.cp/pr10728-x.cc: New file.
3247 * gdb.cp/pr10728-y.cc: New file.
3248 * gdb.cp/pr10728.exp: New file.
3249 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
3250
3251 2010-02-08 Chris Moller <moller@mollerware.com>
3252
3253 PR gdb/9067
3254 * gdb.cp/pr9067.exp: New
3255 * gdb.cp/pr9067.cc: New
3256 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
3257
3258 2010-02-08 Joel Brobecker <brobecker@adacore.com>
3259
3260 * lib/gdb.exp (gdb_test_timeout): New global variable.
3261 Set it to timeout if not already set.
3262 (gdb_init): Reset the value of timeout to gdb_test_timeout.
3263
3264 2010-02-05 Doug Evans <dje@google.com>
3265
3266 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
3267 user.
3268
3269 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
3270
3271 PR c++/7935:
3272 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
3273
3274 2010-02-04 Tom Tromey <tromey@redhat.com>
3275
3276 * gdb.cp/virtbase.exp: Make test case names unique.
3277
3278 2010-02-02 Tom Tromey <tromey@redhat.com>
3279
3280 * gdb.cp/virtbase.exp: Add regression tests.
3281 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
3282 (main): Instantiate RHC.
3283
3284 2010-02-02 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
3287 type-printing change.
3288
3289 2010-02-02 Tom Tromey <tromey@redhat.com>
3290
3291 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3292 * gdb.cp/virtbase.cc: New file.
3293 * gdb.cp/virtbase.exp: New file.
3294 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
3295
3296 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 PR libc/11214:
3299 * gdb.threads/current-lwp-dead.c: Include features.h.
3300 (HAS_NOMMU): New.
3301 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
3302
3303 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 * gdb.base/symbol-without-target_section.exp,
3306 gdb.base/symbol-without-target_section.c: New.
3307
3308 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3309
3310 * gdb.base/bigcore.exp: Reset increased timeout.
3311 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
3312
3313 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3314
3315 * gdb.base/gcore.exp (capture_command_output): Use
3316 gdb_test_multiple.
3317
3318 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3319
3320 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
3321 * gdb.arch/thumb2-it.exp (test_it_break): New function.
3322 (Top level): Call it.
3323
3324 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3325
3326 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
3327
3328 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3329
3330 * gdb.base/call-strs.exp, gdb.base/default.exp,
3331 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
3332 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
3333 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
3334 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
3335 gdb.base/watchpoint-solib.exp: Save and restore timeout.
3336 * gdb.base/ending-run.exp: Correct restore of timeout.
3337 * gdb.base/page.exp: Remove unnecessary timeout setting.
3338
3339 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.ada/rec_return: New testcase.
3342
3343 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3344
3345 * gdb.ada/call_pn: New testcase.
3346
3347 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3348
3349 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
3350 (Top level): Use it to resume.
3351 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
3352 the Thumb mode displaced stepping error as unsupported.
3353
3354 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
3355
3356 * gdb.cp/nsusing.exp: Added more tests.
3357 * gdb.cp/nsrecurs.exp: Ditto.
3358 * gdb.cp/nsusing.cc: Added test functions.
3359 * gdb.cp/nsrecurs.cc: Ditto.
3360
3361 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
3364 absolute directory pathnames in gdb.sum file.
3365
3366 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
3367
3368 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
3369 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
3370
3371 2010-01-26 Tom Tromey <tromey@redhat.com>
3372
3373 PR exp/7643:
3374 * gdb.base/printcmds.exp (test_print_string_constants): Remove
3375 setup_kfail.
3376
3377 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
3378
3379 * gdb.cp/nsrecurs.exp: New test.
3380 * gdb.cp/nsrecurs.cc: New test program.
3381 * gdb.cp/nsstress.exp: New test.
3382 * gdb.cp/nsstress.cc: New test program.
3383 * gdb.cp/nsdecl.exp: New test.
3384 * gdb.cp/nsdecl.cc: New test program.
3385
3386 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3387
3388 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
3389 imported into file scope.
3390 Marked test as xfail.
3391 * gdb.cp/namespace-using.cc (marker5): New function.
3392 * gdb.cp/shadow.exp: New test.
3393 * gdb.cp/shadow.cc: New test program.
3394 * gdb.cp/nsimport.exp: New test.
3395 * gdb.cp/nsimport.cc: New test program.
3396
3397 2010-01-25 Tom Tromey <tromey@redhat.com>
3398
3399 PR gdb/11049:
3400 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
3401 with "set print null-stop on".
3402
3403 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
3406 Adjust it for DISASSEMBLY_OMIT_FNAME.
3407
3408 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 PR symtab/11199:
3411 * gdb.dwarf2/member-ptr-forwardref.exp,
3412 gdb.dwarf2/member-ptr-forwardref.S: New.
3413
3414 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3415
3416 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
3417 (thread1_func): Protect thread1_tid with thread1_tid_cond by
3418 thread1_tid_mutex. Remove gdbstop_mutex handling.
3419 (thread2_func): Protect thread2_tid with thread2_tid_cond by
3420 thread2_tid_mutex. Remove gdbstop_mutex handling.
3421 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
3422 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
3423 pthread_cond_wait conditionalizations by while loops.
3424
3425 2010-01-20 Tom Tromey <tromey@redhat.com>
3426
3427 PR backtrace/10770:
3428 * gdb.dwarf2/pr10770.exp: New file.
3429 * gdb.dwarf2/pr10770.c: New file.
3430 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
3431
3432 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
3433
3434 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
3435 that target was removed, and the test always runs native anyway.
3436
3437 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3438
3439 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
3440 gdb.base/watchpoint-cond-gone-stripped.c: New.
3441
3442 2010-01-19 Tom Tromey <tromey@redhat.com>
3443
3444 PR c++/8000:
3445 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
3446 existing tests.
3447 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
3448 (main): Use AAA::SomeEnum.
3449
3450 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3451
3452 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
3453 (test_ignore_count): Declare line_callme_body global.
3454 (run to breakpoint with ignore count): Use line_callme_body.
3455 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
3456 (set line_main_hello, set line_main_return): Reindent.
3457 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
3458 New.
3459 (continue to callee4): Use line_callee4_body.
3460 (check *stopped from CLI command): Use line_callee4_next.
3461 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
3462 (set line_main_hello, set line_main_return): Reindent.
3463 (set line_callee4_head, set line_callee4_body): New.
3464 (continue to callee4): Use line_callee4_body.
3465
3466 2010-01-18 Tom Tromey <tromey@redhat.com>
3467
3468 PR c++/9680:
3469 * gdb.cp/casts.cc: Add new classes and variables.
3470 * gdb.cp/casts.exp: Test new operators.
3471
3472 2010-01-18 Tom Tromey <tromey@redhat.com>
3473 Thiago Jung Bauermann <bauerman@br.ibm.com>
3474
3475 * gdb.python/source2.py: New file.
3476 * gdb.python/source1: New file.
3477 * gdb.python/python.exp: Test "source" command.
3478
3479 2010-01-15 Stan Shebs <stan@codesourcery.com>
3480
3481 * gdb.trace/tfile.c: New file.
3482 * gdb.trace/tfile.exp: New file.
3483
3484 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3485
3486 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
3487
3488 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3489
3490 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
3491
3492 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
3495 (libfunc): New parameter action. Implement also selectable "sleep".
3496 * gdb.base/break-interp-main.c: Include assert.h.
3497 (libfunc): New parameter action.
3498 (main): New parameters argc and argv. Assert argc. Pass argv.
3499 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
3500 (test_attach): New proc.
3501 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
3502 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
3503
3504 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3505
3506 * gdb.base/break-interp.exp (test_core): New proc.
3507 (test_ld): Call it.
3508
3509 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3510
3511 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
3512 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
3513 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
3514 and gdb_compile_shlib. Use new -Wl compiler options.
3515 (dl bt, main bt): New tests.
3516
3517 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 Support PIEs with no symfile_objfile.
3520 * gdb.base/break-interp.exp: New argument at the test_ld calls.
3521 (test_ld): New parameter trynosym.
3522 (test_ld <$trynosym>): New block.
3523
3524 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 * gdb.base/break-interp.exp: New file.
3527
3528 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3529
3530 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
3531 * gdb.python/py-prettyprint.py (pp_ls): New printer.
3532 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
3533 test.
3534 * gdb.python/py-prettyprint.c: Define lazystring test structure.
3535 * gdb.python/py-mi.exp: Add lazy string test.
3536
3537 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3538
3539 * lib/mi-support.exp (mi_check_thread_states): Handle
3540 core number in thread listing.
3541
3542 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3543
3544 * gdb.base/maint.exp: Adjust the expected output for the
3545 "maint print type" test. Use gdb_test_multiple instead of
3546 gdb_sent/gdb_expect.
3547
3548 2010-01-11 Doug Evans <dje@google.com>
3549
3550 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
3551 from gdbserver_download. All callers updated.
3552
3553 * gdb.server/ext-run.exp: "info os processes" requires xml support.
3554
3555 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 Implement binary numbers parsing.
3558 * gdb.base/printcmds.exp (test_integer_literals_accepted)
3559 (test_integer_literals_rejected): New binary tests.
3560
3561 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3562
3563 * gdb.cell/configure: Regenerate.
3564
3565 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 * gdb.base/corefile.exp: Move the core finding block out and call it as
3568 core_find, new variable $corefile, replace corefile by $corefile and
3569 [file tail $corefile] for usage vs. test names resp.
3570 * lib/gdb.exp (core_find): Move it as a new function here. New
3571 parameter binfile and deletefiles. New variable $destcore. Pre-delete
3572 $destcore. Return "" on error.
3573
3574 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 Workaround PR binutils/10802.
3577 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
3578 (twice).
3579
3580 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3581
3582 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
3583
3584 2010-01-08 Joel Brobecker <brobecker@adacore.com>
3585
3586 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
3587 call, to avoid interruption.
3588
3589 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3590
3591 * gdb.stabs/weird.def (args93): New.
3592
3593 2010-01-07 Doug Evans <dje@google.com>
3594
3595 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
3596
3597 2010-01-07 Tom Tromey <tromey@redhat.com>
3598
3599 * gdb.base/source.exp: Use correct line number.
3600
3601 2010-01-05 Stan Shebs <stan@codesourcery.com>
3602
3603 * gdb.trace/tracecmd.exp: Test ftrace.
3604
3605 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3606
3607 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
3608
3609 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3610
3611 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
3612 "uint_for_mi_testing".
3613
3614 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3615
3616 Test indented comment in file being sourced.
3617 * gdb.base/commands.exp: Test indented comment in file being sourced.
3618
3619 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3620
3621 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
3622 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
3623 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
3624 notice.
3625
3626 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3627
3628 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
3629 notice.
3630
3631 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
3634 missing $after_stopped and comma (,) expectation.
3635
3636 2009-12-31 Stan Shebs <stan@codesourcery.com>
3637
3638 * gdb.trace/actions.exp: Test teval action.
3639
3640 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3641
3642 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
3643 (top level): Call test_watchpoint_in_big_blob.
3644 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
3645 watchpoints.
3646 (func3): Write to buf.
3647
3648 2009-12-29 Stan Shebs <stan@codesourcery.com>
3649
3650 * gdb.trace/actions.exp: Test default-collect.
3651
3652 2009-12-28 Stan Shebs <stan@codesourcery.com>
3653
3654 * gdb.trace/tsv.exp: New file.
3655 * gdb.base/completion.exp: Update ambiguous info output.
3656
3657 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3658
3659 * gdb.base/find.c (main): Reference search buffers.
3660 * gdb.base/included.c (main): Reference integer.
3661 * gdb.base/ptype.c (charfoo): Declare.
3662 (intfoo): Call charfoo.
3663 * gdb.base/scope0.c (useitp): New function.
3664 (usestatics): Use useitp.
3665 (useit): Add a type for val.
3666 * gdb.base/scope1.c (useit1): Take a pointer argument.
3667 (usestatics1): Update calls to useit1.
3668 * gdb.cp/call-c.cc: Declare foo.
3669 (main): Call foo.
3670 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
3671 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
3672 (main): Call C::ensureRefs and ensureOtherRefs.
3673 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
3674 variables.
3675 (ensureOtherRefs): New function.
3676 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
3677 * gdb.cp/templates.cc (main): Call t5i.value.
3678
3679 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3680
3681 Fix compatibility with G++-4.5.
3682 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
3683 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
3684 (uncaught return): Remove.
3685
3686 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3687 Phil Muldoon <pmuldoon@redhat.com>
3688
3689 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
3690 (bp_location13, bp_location14, bp_location17, bp_location18)
3691 (marker3_proto, marker4_proto): New variables.
3692 (breakpoint info): Update output.
3693 (run until breakpoint at marker3, run until breakpoint at marker4): New
3694 tests.
3695
3696 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
3699 Replace the printf call of Y by provided "y-set-1" label. New block
3700 for the second shared library.
3701 * gdb.base/unload.exp: Compile also the second library, call
3702 gdb_load_shlibs also for it. Use now gdb_breakpoint.
3703 (single pending breakpoint info): Rename to ...
3704 (pending breakpoint info before run): ... this extended test.
3705 (libfile2, libname2, libsrcfile2, libsrc2)
3706 (lib_sl2): New variables.
3707 (exec_opts): Set also SHLIB_NAME2.
3708 (pending breakpoint info on first run at shrfunc1)
3709 (pending breakpoint info on second run at shrfunc1)
3710 (pending breakpoint info on second run at shrfunc2)
3711 (print y from libfile, print y from libfile2): New tests.
3712 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
3713 * gdb.base/unloadshr2.c: New.
3714
3715 2009-12-22 Hui Zhu <teawater@gmail.com>
3716
3717 * gdb.reverse/sigall-reverse.exp: Adjust.
3718
3719 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3720
3721 PR gdb/10884
3722
3723 * gdb.mi/var-cmd.c (do_bitfield_tests): New
3724 (main): Call do_bitfield_tests.
3725 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
3726
3727 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3728
3729 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
3730 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
3731 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
3732 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
3733 gdb.modula2/unbounded1.c: Update copyright header.
3734
3735 2009-12-10 Chris Moller <moller@mollerware.com>
3736
3737 PR gdb/9399
3738 * gdb.cp/virtfunc2.exp: New tests
3739 * gdb.cp/virtfunc2.cc: New tests
3740 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
3741
3742 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
3743
3744 * gdb.reverse/i387-env-reverse.c: New file.
3745 * gdb.reverse/i387-env-reverse.exp: New file.
3746 * gdb.reverse/i387-stack-reverse.c: New file.
3747 * gdb.reverse/i387-stack-reverse.exp: New file.
3748
3749 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3750
3751 * gdb.python/py-type.exp (test_range): New test.
3752
3753 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
3754
3755 PR python/10805
3756
3757 * gdb.python/py-type.exp: New file.
3758 * gdb.python/py-type.c: New file.
3759 * Makefile.in: Add py-type.
3760
3761 2009-12-03 Tom Tromey <tromey@redhat.com>
3762
3763 * gdb.python/py-value.exp (test_parse_and_eval): New
3764 function.
3765
3766 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
3767
3768 PR gdb/11022
3769
3770 * gdb.base/pr11022.exp: New test.
3771 * gdb.base/pr11022.c: New test.
3772
3773 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3774
3775 Fix spurious false FAILs.
3776 * gdb.base/structs.c (chartest): New.
3777 (main): Fill-in chartest.
3778 * gdb.base/structs.exp (anychar_re, first): New.
3779 (start_structs_test): Import global anychar_re and first.
3780 New gdb_test call "set print elements 300; ${testfile}"
3781 (start_structs_test <$first>): New block.
3782 (any): Import global anychar_re. New variable ac. Use ${ac}.
3783
3784 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3785
3786 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
3787
3788 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
3791 Force $srcfile file.
3792 * gdb.base/foll-fork.c (callee): Comment out the printf call.
3793
3794 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3795
3796 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
3797 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3798 * gdb.threads/watchthreads-reorder.exp: Likewise.
3799
3800 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3801
3802 PR gdb/8704
3803
3804 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
3805 "if", and "thread". Correct matching in the previous test.
3806
3807 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
3808
3809 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
3810
3811 2009-11-23 Michael Snyder <msnyder@vmware.com>
3812
3813 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
3814 * gdb.reverse-watch-precsave.exp: Ditto.
3815
3816 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3817
3818 * gdb.asm/asm-source.exp: Adjust.
3819 * gdb.base/help.exp: Adjust.
3820
3821 2009-11-22 Pedro Alves <pedro@codesourcery.com>
3822
3823 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
3824 (do_syscall_tests_without_xml): Set data-directory to
3825 /the/path/to/nowhere.
3826
3827 2009-11-21 Pedro Alves <pedro@codesourcery.com>
3828
3829 * gdb.threads/local-watch-wrong-thread.c,
3830 gdb.threads/local-watch-wrong-thread.exp: New files.
3831
3832 2009-11-21 Pedro Alves <pedro@codesourcery.com>
3833
3834 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
3835 assume new `regsub' syntax available.
3836
3837 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * gdb.base/watchpoint-hw-hit-once.exp,
3840 gdb.base/watchpoint-hw-hit-once.c: New.
3841
3842 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3843
3844 * gdb.threads/watchthreads-reorder.exp,
3845 gdb.threads/watchthreads-reorder.c: New.
3846
3847 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
3848
3849 * gdb.xml/tdesc-regs.exp: Use for m68k.
3850
3851 2009-11-15 Pedro Alves <pedro@codesourcery.com>
3852
3853 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
3854
3855 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3856
3857 * lib/gdb.exp (current_target_name): New procedure.
3858 (gdb_wrapper_target): New variable.
3859 (gdb_wrapper_init): Set gdb_wrapper_target.
3860 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
3861 wrapper.
3862
3863 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3864
3865 * gdb.base/remote.exp: Delete the slowest load test.
3866 Do not load with fixed packet sizes.
3867
3868 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3869
3870 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
3871
3872 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3873
3874 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
3875 srcfile when setting a breakpoint.
3876
3877 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
3878
3879 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
3880 macros.
3881
3882 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3883
3884 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
3885 to be in memory.
3886 * gdb.base/display.c (force_mem): New.
3887 (do_loops): Use it. Add breakpoint comments.
3888 (do_vars): Add a breakpoint comment.
3889 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
3890 line numbers.
3891
3892 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
3893
3894 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
3895 instead of a bare "run".
3896
3897 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
3898
3899 * gdb.python/py-prettyprint.exp: Adjust.
3900
3901 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3902
3903 * lib/cell.exp (skip_cell_tests): Clean up test files before
3904 returning.
3905
3906 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3907
3908 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
3909 and the breakpoint menu. Do not call perror if a prompt is seen.
3910 Consume the following GDB prompt.
3911 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
3912 * gdb.cp/namespace.exp: Use gdb_test.
3913 * gdb.cp/templates.exp: Use gdb_test.
3914 (test_template_breakpoints): Use gdb_test_multiple.
3915
3916 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3917
3918 * gdb.base/break1.c (struct some_struct, values): Move earlier.
3919 (marker4): Reference values.
3920
3921 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3922
3923 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
3924 is missing.
3925
3926 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3927
3928 * gdb.base/break.c (need_malloc): New.
3929 * gdb.base/constvars.c (main): Reference crass and crisp.
3930 * gdb.base/gdb1821.c (main): Reference bar.
3931 * gdb.cp/gdb1355.cc (main): Reference s1.
3932 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
3933 (main): Call them.
3934 * gdb.cp/hang2.cc (dummy2): Define.
3935 * gdb.cp/hang3.cc (dummy3): Define.
3936 * gdb.cp/m-data.cc (main): Reference shadow.
3937
3938 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3939 Nathan Froyd <froydnj@codesourcery.com>
3940
3941 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
3942 remote host.
3943
3944 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
3945
3946 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
3947 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
3948 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3949 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3950 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3951 * gdb.dwarf2/dw2-producer.exp: Likewise.
3952 * gdb.dwarf2/mac-fileno.exp: Likewise.
3953 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
3954 py-prettyprint.py to the remote host.
3955 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
3956
3957 2009-11-11 Keith Seitz <keiths@redhat.com>
3958
3959 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
3960 use it instead of "Foo".
3961 * gdb.cp/classes.exp (do_tests): Add a test to access
3962 a method through a typedef'd class name.
3963
3964 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
3965
3966 * gdb.base/long_long.exp: Permit leading zeros on floating-point
3967 exponents.
3968 * gdb.base/pointers.exp: Likewise.
3969 * gdb.cp/ref-types.exp: Likewise.
3970
3971 2009-11-11 Keith Seitz <keiths@redhat.com>
3972
3973 * gdb.cp/cplusfuncs.cc (class foo): Add operators
3974 new[] and delete[].
3975 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
3976 "void".
3977 (probe_demangler): Remove all single-quoting of
3978 method and variable names.
3979 (info_func_regexp): Remove the word "void" from any
3980 occurrence of "(void)".
3981 (print_addr_2): Remove all single-quoting of
3982 method names.
3983 (print_addr_2_kfail): Likewise.
3984 (print_addr): Single-quote C function names before
3985 passing to print_addr_2.
3986 (test_paddr_operator_functions): Remove single-quoting
3987 for method names.
3988 Add tests for operator new[] and operator delete[].
3989
3990 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3991
3992 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
3993
3994 2009-11-09 Keith Seitz <keiths@redhat.com>
3995
3996 * gdb.cp/overload.exp: Add tests for resolving overloaded
3997 methods in expression parsing/evaluation.
3998
3999 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4000
4001 * lib/gdb.exp (default_gdb_version): Use --version instead of
4002 --command.
4003
4004 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
4005
4006 * lib/gdb.exp (gdb_compile_test): New.
4007 (skip_ada_tests, skip_java_tests): New.
4008 (gdb_compile): Use gdb_compile_test for f77.
4009 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
4010 * lib/java.exp (compile_java_from_source): Remove runtests check,
4011 use gdb_compile_test to record result.
4012 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
4013 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
4014 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
4015 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
4016 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
4017 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
4018 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
4019 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
4020 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
4021 adjust gdb_compile invocations.
4022
4023 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4024
4025 * Makefile.in (abs_builddir): New.
4026 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
4027 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
4028 `$(abs_builddir)/site.exp'.
4029
4030 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4031
4032 * config/m68k-emc.exp, lib/emc-support.exp,
4033 gdb.trace/gdb_c_test.c: Delete.
4034 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
4035 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4036 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4037 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4038 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4039 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
4040 casing for m68k-*-elf.
4041
4042 2009-11-03 Pedro Alves <pedro@codesourcery.com>
4043
4044 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
4045 * gdb.arch/i386-prologue.exp: Likewise.
4046 * gdb.arch/i386-unwind.exp: Likewise.
4047
4048 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * lib/gdb.exp (gdb_expect): Fix timeout typo.
4051
4052 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4053
4054 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
4055
4056 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4057
4058 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
4059
4060 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
4063
4064 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
4067 * gdb.base/sepdebug2.c: New file.
4068
4069 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4070
4071 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
4072 the modified warnings for catch syscall. Verify if GDB was compiled
4073 with support for lib expat, and choose which tests to run depending
4074 on this.
4075
4076 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
4077
4078 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
4079 that composite commands are parsed OK. And also test
4080 that breakpoint commands do work.
4081
4082 2009-10-23 Michael Snyder <msnyder@vmware.com>
4083
4084 gdb.reverse/consecutive-precsave.exp: Change expect pattern
4085 to allow for new disassembly style.
4086
4087 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4088
4089 * gdb.asm/asm-source.exp: Adjust.
4090
4091 2009-10-22 Michael Snyder <msnyder@vmware.com>
4092
4093 * gdb.reverse/break-precsave.exp: New test.
4094 * gdb.reverse/consecutive-precsave.exp: Ditto.
4095 * gdb.reverse/finish-precsave.exp: Ditto.
4096 * gdb.reverse/i386-precsave.exp: Ditto.
4097 * gdb.reverse/machinestate-precsave.exp: Ditto.
4098 * gdb.reverse/sigall-precsave.exp: Ditto.
4099 * gdb.reverse/solilb-precsave.exp: Ditto.
4100 * gdb.reverse/step-precsave.exp: Ditto.
4101 * gdb.reverse/until-precsave.exp: Ditto.
4102 * gdb.reverse/watch-precsave.exp: Ditto.
4103
4104 2009-10-22 Michael Snyder <msnyder@vmware.com>
4105
4106 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
4107 for gdb_expect. Adjust one test's expect strings for the new
4108 format of disassemble.
4109 * gdb.reverse/finish-reverse.exp: Delete 'return'.
4110 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
4111 gdb_test_multiple.
4112 * gdb.reverse/step-reverse.exp: Delete 'return'.
4113 * gdb.reverse/until-reverse.exp: Delete blank lines.
4114 * gdb.reverse/watch-reverse.exp: Delete blank lines.
4115
4116 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4117
4118 * gdb.base/consecutive.exp: Adjust.
4119 * gdb.base/display.exp: Likewise.
4120 * gdb.base/pc-fp.exp: Likewise.
4121 * gdb.base/sigbpt.exp: Likewise.
4122
4123 2009-10-19 Michael Snyder <msnyder@vmware.com>
4124
4125 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
4126 * gdb.reverse/finish-reverse.c: Ditto.
4127 * gdb.reverse/sigall-reverse.c: Ditto.
4128 * gdb.reverse/solib-reverse.c: Ditto.
4129 * gdb.reverse/step-reverse.c: Ditto.
4130 * gdb.reverse/watch-reverse.c: Ditto.
4131
4132 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4133 Stan Shebs <stan@codesourcery.com>
4134
4135 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
4136 * gdb.base/foll-exec.exp: Adjust to expect a process id before
4137 "Executing new program".
4138 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
4139 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
4140 left listed after having been killed.
4141 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
4142 * gdb.base/maint.exp: Adjust test.
4143
4144 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
4145 * gdb.multi/Makefile.in: New.
4146 * gdb.multi/base.exp: New.
4147 * gdb.multi/goodbye.c: New.
4148 * gdb.multi/hangout.c: New.
4149 * gdb.multi/hello.c: New.
4150 * gdb.multi/bkpt-multi-exec.c: New.
4151 * gdb.multi/bkpt-multi-exec.exp: New.
4152 * gdb.multi/crashme.c: New.
4153
4154 2009-10-13 Tristan Gingold <gingold@adacore.com>
4155
4156 * gdb.base/sepdebug.exp: Check debug info are found.
4157
4158 2009-10-08 Pedro Alves <pedro@codesourcery.com>
4159
4160 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
4161 bits.
4162
4163 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
4166
4167 2009-10-07 Joel Brobecker <brobecker@adacore.com>
4168
4169 * gdb.base/watchpoints.c: Add copyright header. Reformat one
4170 of the comments.
4171
4172 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
4173
4174 * gdb.base/annota1.exp: Remove obsolete match_max increase.
4175 * gdb.base/annota3.exp: Idem.
4176 * gdb.base/maint.exp: Idem.
4177
4178 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4179
4180 * lib/gdb.exp (default_gdb_init): Set current value of match_max
4181 to default.
4182
4183 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4184
4185 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
4186 mingw and cygwin targets.
4187
4188 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4189 Pedro Alves <pedro@codesourcery.com>
4190
4191 * lib/gdb.exp (gdb_compile): Avoid adding
4192 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
4193
4194 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4195
4196 * gdb.base/shr1.c: Use %p in format string.
4197 * gdb.base/unload.c: Avoid warning in fprintf.
4198 * gdb.base/watchpoint-solib.c: Idem.
4199
4200 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4201
4202 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
4203 long type.
4204 (test_unlink): Correct printf string.
4205 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
4206 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
4207
4208 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
4211 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
4212 * gdb.arch/ia64-breakpoint-shadow.S: New file.
4213
4214 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4215
4216 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
4217 * gdb.objc/nondebug.exp: Likewise.
4218
4219 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4220
4221 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
4222 target_info setting.
4223
4224 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
4225 that detect new threads during "info threads".
4226
4227 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4228
4229 * gdb.threads/manythreads.c (main): Increase thread stack size
4230 to 2*PTHREAD_STACK_MIN.
4231 * gdb.threads/multi-create.c (main): Likewise.
4232 (create_function): Likewise.
4233
4234 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4235
4236 * gdb.base/dump.exp: Pass difference of pointer types instead
4237 of integer types as offset to restore in intarr3.srec case.
4238
4239 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4240
4241 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
4242
4243 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4244
4245 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
4246
4247 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4248
4249 New test for two watchpoints, with disabling of
4250 the first inserted.
4251 * testsuite/gdb.base/watchpoints.c: New file.
4252 * testsuite/gdb.base/watchpoints.exp: New file.
4253
4254 2009-09-25 Tom Tromey <tromey@redhat.com>
4255
4256 * gdb.base/charset.exp: Test utf-16 strings with Python.
4257
4258 2009-09-25 Tom Tromey <tromey@redhat.com>
4259
4260 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
4261 UCS-4.
4262 * gdb.base/charset.c (utf_32_string): Rename.
4263 (init_utf32): Rename.
4264 (main): Update.
4265
4266 2009-09-22 Tom Tromey <tromey@redhat.com>
4267
4268 * gdb.python/py-function.exp: Add regression tests.
4269
4270 2009-09-21 Keith Seitz <keiths@redhat.com>
4271
4272 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
4273 with invalid operator.
4274
4275 2009-09-21 Keith Seitz <keiths@redhat.com>
4276
4277 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
4278 and destructor using typedef name of class.
4279 * gdb.cp/classes.cc (class Base1): Add a destructor.
4280 (base1): New typedef.
4281 (use_methods): Instanitate an object of type base1.
4282 * gdb.cp/templates.exp (test_template_typedef): New procedure.
4283 (do_tests): Call test_template_typedef.
4284 * gdb.cp/templates.cc (Baz::~Baz): New method.
4285 (intBazOne): New typedef.
4286 (main): Instantiate intBazOne.
4287
4288 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
4289
4290 PR python/10633
4291
4292 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
4293 Function.
4294 (run_lang_tests): Add print elements test.
4295
4296 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
4297
4298 * gdb.python/py-value.exp (test_subscript_regression): New
4299 function. Test for invalid subscripts.
4300 * gdb.python/py-value.c (main): Add test array, and pointer to it.
4301 (ptr_ref): New function.
4302
4303 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4304
4305 * gdb.base/default.exp: Fix "show convenience".
4306
4307 2009-09-15 Tom Tromey <tromey@redhat.com>
4308
4309 * lib/mi-support.exp (mi_create_varobj): Update.
4310 (mi_create_floating_varobj): Likewise.
4311 (mi_create_dynamic_varobj): New proc.
4312 (mi_varobj_update): Update.
4313 (mi_varobj_update_with_type_change): Likewise.
4314 (mi_varobj_update_kv_helper): New proc.
4315 (mi_varobj_update_dynamic_helper): Rewrite.
4316 (mi_varobj_update_dynamic): New proc.
4317 (mi_list_varobj_children): Update.
4318 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
4319 * gdb.python/python-prettyprint.py (pp_outer): New class.
4320 (pp_nullstr): Likewise.
4321 (lookup_function): Register new printers.
4322 * gdb.python/python-prettyprint.c (struct substruct): New type.
4323 (struct outerstruct): Likewise.
4324 (substruct_test): New function.
4325 (struct nullstr): New type.
4326 (string_1, string_2): New globals.
4327 (main): Add new tests.
4328 * gdb.python/python-mi.exp: Added regression tests.
4329 * gdb.mi/mi2-var-display.exp: Update.
4330 * gdb.mi/mi2-var-cmd.exp: Update.
4331 * gdb.mi/mi2-var-child.exp: Update.
4332 * gdb.mi/mi2-var-block.exp: Update.
4333 * gdb.mi/mi-var-invalidate.exp: Update.
4334 * gdb.mi/mi-var-display.exp: Update.
4335 * gdb.mi/mi-var-cmd.exp: Update.
4336 * gdb.mi/mi-var-child.exp: Update.
4337 * gdb.mi/mi-var-block.exp: Update.
4338 * gdb.mi/mi-break.exp: Update.
4339 * gdb.mi/gdb701.exp: Update.
4340
4341 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4342
4343 * Makefile.in: Inclusion of catch-syscall object.
4344 * gdb.base/catch-syscall.c: New file.
4345 * gdb.base/catch-syscall.exp: New file.
4346
4347 2009-09-12 Michael Snyder <msnyder@vmware.com>
4348
4349 * gdb.reverse/step-reverse.exp: Explicitly check for targets
4350 that can support reverse debuggnig.
4351
4352 2009-09-11 Tom Tromey <tromey@redhat.com>
4353
4354 * gdb.dwarf2/valop.S: New file.
4355 * gdb.dwarf2/valop.exp: New file.
4356
4357 2009-09-11 Mark Kettenis <kettenis@gnu.org>
4358
4359 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
4360
4361 2009-09-10 Doug Evans <dje@google.com>
4362
4363 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
4364 Add $gdb_prompt to second breakpoint regexp.
4365
4366 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
4367
4368 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
4369 names, add missing ones.
4370 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
4371 * gdb.python/py-frame.c: Rename from python-frame.c.
4372 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
4373 testfile name.
4374 * gdb.python/py-function.exp: Rename from python-function.exp.
4375 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
4376 testfile name.
4377 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
4378 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
4379 Adjust testfile name.
4380 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
4381 * gdb.python/py-template.cc: Rename from python-template.cc.
4382 * gdb.python/py-template.exp: Rename from python-template.exp.
4383 Adjust testfile name.
4384 * gdb.python/py-value.c: Rename from python-value.c.
4385 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
4386 testfile name.
4387
4388 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
4391 $bpt2address.
4392 (Second breakpoint address is valid on ia64)
4393 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
4394
4395 2009-09-03 Joseph Myers <joseph@codesourcery.com>
4396
4397 * gdb.base/ending-run.exp: Restrict regular expression matching
4398 line number to require closing brace following.
4399
4400 2009-09-03 Doug Evans <dje@google.com>
4401
4402 * gdb.base/store.exp (check_set): Fix typo in expected value message.
4403
4404 2009-09-02 Tom Tromey <tromey@redhat.com>
4405
4406 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
4407
4408 2009-09-02 Tom Tromey <tromey@redhat.com>
4409
4410 * gdb.dwarf2/callframecfa.exp: New file.
4411 * gdb.dwarf2/callframecfa.S: New file.
4412
4413 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4414
4415 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
4416 gdb.base/solib-overlap-main.c: New.
4417
4418 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 PR gdb/10565
4421
4422 * gdb.base/bitfields.c (struct container, container): New.
4423 (main): Initialize it and call break5.
4424 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
4425
4426 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 Support constant DW_AT_data_member_location by GCC PR debug/40659.
4429 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
4430
4431 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
4434
4435 2009-08-26 Michael Snyder <msnyder@vmware.com>
4436
4437 * gdb.base/i386-reverse.c: New file.
4438 * gdb.base/i386-reverse.exp: New file.
4439 * gdb.base/Makefile.in: Add new files to be removed.
4440
4441 2009-08-26 Joseph Myers <joseph@codesourcery.com>
4442
4443 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
4444 environment-pwd for remote host.
4445 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
4446
4447 2009-08-24 Keith Seitz <keiths@redhat.com>
4448
4449 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
4450 Add two new C++ completer tests which limit the output to a
4451 given class.
4452
4453 2009-08-24 Michael Snyder <msnyder@vmware.com>
4454
4455 * gdb.base/del.exp: Fix typo in comment.
4456 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
4457
4458 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4459
4460 * configure: Regenerate.
4461 * gdb.hp/configure: Likewise.
4462 * gdb.hp/gdb.aCC/configure: Likewise.
4463 * gdb.hp/gdb.base-hp/configure: Likewise.
4464 * gdb.hp/gdb.compat/configure: Likewise.
4465 * gdb.hp/gdb.defects/configure: Likewise.
4466 * gdb.hp/gdb.objdbg/configure: Likewise.
4467 * gdb.stabs/configure: Likewise.
4468
4469 2009-08-19 Doug Evans <dje@google.com>
4470
4471 * gdb.base/gdbvars.c: New file.
4472 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
4473
4474 2009-08-14 Pedro Alves <pedro@codesourcery.com>
4475
4476 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
4477 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
4478
4479 2009-08-13 Pedro Alves <pedro@codesourcery.com>
4480
4481 * gdb.base/default.exp: Adjust "set language test": it's now an
4482 enum command. Larger help string moved to "help set language".
4483 * gdb.base/help.exp: Adjust "help set language" expected output,
4484 now lists all known languages.
4485
4486 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
4487
4488 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
4489 all frame arguments.
4490 * gdb.arch/altivec-regs.exp: Likewise.
4491
4492 2009-08-07 Tom Tromey <tromey@redhat.com>
4493
4494 * gdb.base/setshow.exp: Add tests for changes to set language, set
4495 check range, and set check type.
4496
4497 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4498
4499 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
4500 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
4501 Call it.
4502
4503 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4504
4505 * configure.ac: Run gdb.cell tests when appropriate.
4506 * configure: Regenerate.
4507 * lib/cell.exp: New file.
4508 * gdb.cell: New directory.
4509 * gdb.cell/configure.ac: New file.
4510 * gdb.cell/configure: New file.
4511 * gdb.cell/Makefile.in: New file.
4512 * gdb.cell/arch.exp: New file.
4513 * gdb.cell/break.c: New file.
4514 * gdb.cell/break.exp: New file.
4515 * gdb.cell/break-spu.c: New file.
4516 * gdb.cell/bt.c: New file.
4517 * gdb.cell/bt2-spu.c: New file.
4518 * gdb.cell/bt-spu.c: New file.
4519 * gdb.cell/bt.exp: New file.
4520 * gdb.cell/coremaker.c: New file.
4521 * gdb.cell/coremaker-spu.c: New file.
4522 * gdb.cell/core.exp: New file.
4523 * gdb.cell/gcore.exp: New file.
4524 * gdb.cell/data.c: New file.
4525 * gdb.cell/data.exp: New file.
4526 * gdb.cell/data-spu.c: New file.
4527 * gdb.cell/ea-cache.exp: New file.
4528 * gdb.cell/ea-cache.c: New file.
4529 * gdb.cell/ea-cache-spu.c: New file.
4530 * gdb.cell/ea-standalone.c: New file.
4531 * gdb.cell/ea-standalone.exp: New file.
4532 * gdb.cell/ea-test.c: New file.
4533 * gdb.cell/ea-test.exp: New file.
4534 * gdb.cell/f-regs.exp: New file.
4535 * gdb.cell/mem-access.c: New file.
4536 * gdb.cell/mem-access.exp: New file.
4537 * gdb.cell/mem-access-spu.c: New file.
4538 * gdb.cell/ptype.exp: New file.
4539 * gdb.cell/registers.exp: New file.
4540 * gdb.cell/size.c: New file.
4541 * gdb.cell/sizeof.exp: New file.
4542 * gdb.cell/size-spu.c: New file.
4543 * gdb.cell/solib.exp: New file.
4544 * gdb.cell/solib-symbol.exp: New file.
4545
4546 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4547
4548 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
4549
4550 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4551
4552 * gdb.base/float.exp: Handle VFP registers.
4553
4554 2009-07-14 Michael Snyder <msnyder@vmware.com>
4555
4556 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
4557 to bring gdb to the beginning of the calling line.
4558
4559 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
4560 confusing the i386 epilogue unwinder.
4561
4562 2009-07-14 Stan Shebs <stan@codesourcery.com>
4563
4564 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
4565
4566 2009-07-14 Michael Snyder <msnyder@vmware.com>
4567
4568 * gdb.reverse/step-reverse.exp (stepi into function call):
4569 Call instruction may not be first instruction in the line.
4570 (reverse stepi from a function call): Used wrong line number.
4571
4572 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4573
4574 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
4575
4576 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4577
4578 Fix gdb.base/macscp.exp when using custom inputrc.
4579 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
4580 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
4581 env(TERM) set.
4582 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
4583 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
4584
4585 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
4588 * gdb.base/annota1.exp (thread_test): Import global $testfile.
4589 Change the compilation target to match the testcase name.
4590 * gdb.base/sect-cmd.exp: Change the compilation target to match the
4591 testcase name.
4592 * a2-run.exp: Use for setup prepare_for_testing. Change the
4593 compilation target to match the testcase name.
4594 * gdb.base/commands.exp: Likewise.
4595 * gdb.base/finish.exp: Likewise.
4596 * gdb.base/float.exp: Likewise.
4597 * gdb.base/info-target.exp: Likewise.
4598 * gdb.base/relational.exp: Likewise.
4599 * gdb.base/term.exp: Likewise.
4600 * gdb.base/until.exp: Likewise.
4601 * gdb.base/volatile.exp: Likewise.
4602 * gdb.base/whatis-exp.exp: Likewise.
4603
4604 2009-07-11 Hui Zhu <teawater@gmail.com>
4605
4606 * gdb.base/help.exp (disassemble): Update expected help text.
4607
4608 2009-07-09 Tom Tromey <tromey@redhat.com>
4609
4610 * lib/gdb.exp: Handle TRANSCRIPT.
4611 (remote_spawn, remote_close, send_gdb): New procs.
4612
4613 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4614
4615 * gdb.python/python-prettyprint.c: Add counted null string
4616 structure.
4617 * gdb.python/python-prettyprint.exp: Print null string. Test for
4618 embedded nulls.
4619 * gdb.python/python-prettyprint.py (pp_ns): New Function.
4620 * gdb.python/python-value.exp (test_value_in_inferior): Add
4621 variable length string fetch tests.
4622 * gdb.python/python-value.c (main): Add strings for string fetch tests.
4623
4624 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.base/dump.exp (inaccessible memory is reported): New test.
4627
4628 2009-07-07 Tom Tromey <tromey@redhat.com>
4629
4630 * gdb.base/call-rt-st.exp: Update for change to escape output.
4631 * gdb.base/callfuncs.exp: Likewise.
4632 * gdb.base/charset.exp: Likewise.
4633 * gdb.base/constvars.exp: Likewise.
4634 * gdb.base/long_long.exp: Likewise.
4635 * gdb.base/pointers.exp: Likewise.
4636 * gdb.base/printcmds.exp: Likewise.
4637 * gdb.base/setvar.exp: Likewise.
4638 * gdb.base/store.exp: Likewise.
4639 * gdb.cp/ref-types.exp: Likewise.
4640 * gdb.mi/mi-var-child.exp: Likewise.
4641 * gdb.mi/mi-var-display.exp: Likewise.
4642 * gdb.mi/mi2-var-display.exp: Likewise.
4643 * gdb.base/charset.exp: Test octal escape sequence length.
4644 Update for change to escape output.
4645
4646 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
4649
4650 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
4651
4652 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
4653
4654 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4655
4656 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
4657 gdbserver increasing $portnum if "Can't bind address" has been seen.
4658
4659 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4660
4661 * gdb.base/ending-run.exp: Add "step out of main" pattern for
4662 mingw32ce.
4663
4664 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4665
4666 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
4667 VFP format.
4668
4669 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4670
4671 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
4672 linux. Adjust to use "inferior", "info inferiors", "detach
4673 inferior" and "kill inferior" instead of "restart", "info fork",
4674 "detach fork" and "delete fork".
4675 * gdb.base/ending-run.exp: Spell out "info".
4676 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
4677 the "kill" command.
4678
4679 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4680
4681 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
4682 change to prefix TLS offset in hex with 0x.
4683
4684 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4685
4686 * gdb.base/default.exp: Update test case for "x" changes.
4687
4688 2009-07-01 Tristan Gingold <gingold@adacore.com>
4689
4690 * gdb.base/bigcore.exp: Make darwin untested.
4691
4692 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * gdb.base/completion.exp (directory completion): Create the directory.
4695 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
4696 escapeuniquesub.
4697 (directory completion 2): Expect now ${escapeuniquesub}.
4698 (Glob remaining of directory test): Remove one excessive newline.
4699 Expect the real output.
4700
4701 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4702
4703 Fix `make check//%' target after `make check' has been ran.
4704 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
4705 a mkdir call.
4706 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
4707 (%/.dir): Remove.
4708
4709 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4710
4711 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
4712 the expected result record.
4713
4714 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4715
4716 Remove racy FAILs relying just on the timeouts.
4717 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
4718 (annotation_level 2): Remove racy FAILs.
4719
4720 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
4721
4722 gdb/10275
4723 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
4724
4725 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
4726
4727 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
4728
4729 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
4730
4731 * gdb.mi/mi-stack.exp: Testing symbolic options
4732 to -stack-list-locals and -stack-list-arguments.
4733
4734 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
4737
4738 2009-06-29 Tom Tromey <tromey@redhat.com>
4739
4740 * dg-extract-results.sh: New file.
4741 * Makefile.in (FORCE_PARALLEL): New variable.
4742 (CHECK_TARGET): New conditional variable.
4743 (check): Use CHECK_TARGET.
4744 (DO_RUNTEST): New variable.
4745 (check-single): New target.
4746 (TEST_DIRS): New variable.
4747 (TEST_TARGETS): Likewise.
4748 (check-parallel): New target.
4749 (check-gdb.%): New pattern.
4750 (BASE1_FILES): New variable.
4751 (BASE2_FILES): Likewise.
4752 (check-gdb.base%): New pattern.
4753 (%/.dir): New pattern.
4754 * configure: Rebuild.
4755 * aclocal.m4 (AM_CONDITIONAL): New defun.
4756 * configure.ac: Check whether user is using GNU make.
4757 (GMAKE): New conditional.
4758
4759 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
4760
4761 * gdb.cp/namespace-nested-import.cc: New test.
4762 * gdb.cp/namespace-nested-import.exp: New test.
4763
4764 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4765
4766 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
4767 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
4768 * gdb.opt/Makefile.in (EXECUTABLES): Update.
4769 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
4770 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
4771 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
4772 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
4773 gdb.opt/inline-markers.c: New files.
4774 * lib/gdb.exp (skip_inline_frame_tests): New function.
4775 (skip_inline_var_tests): New function.
4776
4777 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
4778
4779 * gdb.cp/exception.exp: Don't require $hex before inner frame in
4780 backtrace.
4781
4782 2009-06-27 Michael Snyder <msnyder@vmware.com>
4783
4784 * gdb.reverse: New directory.
4785 * gdb.reverse/break-reverse.c: New test.
4786 * gdb.reverse/break-reverse.exp: New test.
4787 * gdb.reverse/consecutive-reverse.c: New test.
4788 * gdb.reverse/consecutive-reverse.exp: New test.
4789 * gdb.reverse/finish-reverse.c: New test.
4790 * gdb.reverse/finish-reverse.exp: New test.
4791 * gdb.reverse/machinestate.c: New test.
4792 * gdb.reverse/ms1.c: New test.
4793 * gdb.reverse/machinestate.exp: New test.
4794 * gdb.reverse/Makefile.in: New file.
4795 * gdb.reverse/shr2.c: New test.
4796 * gdb.reverse/solib-reverse.c: New test.
4797 * gdb.reverse/solib-reverse.exp: New test.
4798 * gdb.reverse/step-reverse.c: New test.
4799 * gdb.reverse/step-reverse.exp: New test.
4800 * gdb.reverse/until-reverse.c: New test.
4801 * gdb.reverse/ur1.c: New test.
4802 * gdb.reverse/until-reverse.exp: New test.
4803 * gdb.reverse/watch-reverse.c: New test.
4804 * gdb.reverse/watch-reverse.exp: New test.
4805 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
4806 * configure: Regenerate.
4807
4808 2009-06-26 Doug Evans <dje@google.com>
4809
4810 * gdb.base/psymtab.exp: Turn off pending breakpoints.
4811
4812 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
4813
4814 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
4815 windows problem for 'file delete $binfile'.
4816
4817 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
4818
4819 * gdb.cp/namespace-using.exp: New test.
4820 * gdb.cp/namespace-using.cc: New test.
4821
4822 2009-05-20 Joel Brobecker <brobecker@adacore.com>
4823
4824 * gdb.ada/variant_record_packed_array: New testcase.
4825
4826 2009-06-23 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.base/charset.exp (test_combination): Regression test.
4829 * gdb.base/charset.c (my_wchar_t): New typedef.
4830 (myvar): New global.
4831 (main): Set myvar.
4832
4833 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
4834
4835 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
4836 target.
4837
4838 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4839
4840 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
4841
4842 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4843
4844 * gdb.mi/gdb680.exp: Update test for error message.
4845
4846 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4847
4848 * gdb.base/annota1.exp: Allow multiple occurrences of the
4849 frames-invalid annotation.
4850 * gdb.cp/annota2.exp: Likewise.
4851
4852 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4853
4854 * gdb.cp/gdb2495.cc: New file.
4855 * gdb.cp/gdb2495.exp: New file.
4856
4857 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 Report error on GDB crash during runto.
4860 * lib/gdb.exp (runto <eof>): New.
4861
4862 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
4863
4864 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
4865 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
4866 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
4867 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
4868 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
4869 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
4870 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
4871 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
4872 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
4873 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
4874 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
4875 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
4876 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
4877 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
4878 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
4879 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
4880 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
4881 gdb.server/server-mon.exp, gdb.server/server-run.exp,
4882 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4883 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4884 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
4885 gdb.trace/passcount.exp, gdb.trace/report.exp,
4886 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
4887 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
4888 gdb.trace/while-stepping.exp: Use a unique name for the compiled
4889 executable.
4890
4891 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4892
4893 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
4894 defined before referencing it.
4895
4896 2009-06-03 Doug Evans <dje@google.com>
4897
4898 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
4899 * gdb.arch/i386-see.c: Ditto.
4900
4901 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
4902
4903 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
4904 (check_macro): Return 1 if undefined.
4905 If first test fails, check if macro debug information is available,
4906 and report unsupported test if no macro information is found.
4907
4908 2009-05-29 Doug Evans <dje@google.com>
4909
4910 * gdb.threads/hand-call-in-threads.exp: New.
4911 * gdb.threads/hand-call-in-threads.c: New.
4912
4913 2009-05-29 Michael Snyder <msnyder@vmware.com>
4914
4915 * gdb.base/break-always.exp: Change "1" to "on".
4916 Add confirmation check.
4917
4918 2009-05-28 Pedro Alves <pedro@codesourcery.com>
4919
4920 * gdb.threads/threxit-hop-specific.c: New.
4921 * gdb.threads/threxit-hop-specific.exp: New.
4922 * gdb.threads/thread-execl.c: New.
4923 * gdb.threads/thread-execl.exp: New.
4924
4925 2009-05-27 Tom Tromey <tromey@redhat.com>
4926 Thiago Jung Bauermann <bauerman@br.ibm.com>
4927
4928 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
4929 (mi_child_regexp): Likewise.
4930 (mi_list_varobj_children_range): Likewise.
4931 (mi_get_features): Likewise.
4932 (mi_list_varobj_children): Rewrite.
4933 * gdb.python/python-mi.exp: New file.
4934
4935 2009-05-27 Tom Tromey <tromey@redhat.com>
4936 Thiago Jung Bauermann <bauerman@br.ibm.com>
4937 Phil Muldoon <pmuldoon@redhat.com>
4938 Paul Pluzhnikov <ppluzhnikov@google.com>
4939
4940 * gdb.python/python-prettyprint.exp: New file.
4941 * gdb.python/python-prettyprint.c: New file.
4942 * gdb.python/python-prettyprint.py: New file.
4943 * gdb.base/display.exp: print/r is now valid.
4944
4945 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4946 Tom Tromey <tromey@redhat.com>
4947 Pedro Alves <pedro@codesourcery.com>
4948 Paul Pluzhnikov <ppluzhnikov@google.com>
4949
4950 * gdb.python/python-template.exp: New file.
4951 * gdb.python/python-template.cc: New file.
4952 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4953 tests.
4954 * gdb.python/python-value.exp (py_objfile_tests): New proc.
4955 Call it.
4956 (test_value_after_death): New proc.
4957 * gdb.python/python-value.c (PTR): New typedef.
4958 (main): New variable 'x'.
4959
4960 2009-05-27 Tom Tromey <tromey@redhat.com>
4961
4962 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4963 tests.
4964 * gdb.python/python-value.exp (py_objfile_tests): New proc.
4965 Call it.
4966
4967 2009-05-27 Pedro Alves <pedro@codesourcery.com>
4968
4969 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
4970
4971 2009-05-24 Pedro Alves <pedro@codesourcery.com>
4972
4973 * gdb.threads/fork-thread-pending.c: New.
4974 * gdb.threads/fork-thread-pending.exp: New.
4975
4976 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4977
4978 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
4979 * gdb.dwarf2/dw2-strp.S (a_string2): New.
4980
4981 2009-05-18 Jon Beniston <jon@beniston.com>
4982
4983 * gdb.asm/asm-source.exp: Add lm32 target.
4984
4985 2009-05-17 Pedro Alves <pedro@codesourcery.com>
4986
4987 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
4988 `gdb_get_line_number'. Call `callee' in both parent and child.
4989 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
4990 `gdb_get_line_number' instead of hardcoding line numbers.
4991 (catch_fork_unpatch_child): New procedure to test detaching
4992 breakpoints from child fork.
4993 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
4994 hardcoding line numbers.
4995 (do_fork_tests): Run `catch_fork_unpatch_child'.
4996
4997 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
4998
4999 * gdb.mi/mi-cmd-var.exp: Check that when varobj
5000 of structure type enters or leaves the scope, it
5001 is reported by -var-update.
5002
5003 2009-05-11 Doug Evans <dje@sebabeach.org>
5004
5005 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
5006 * gdb.threads/pending-step.c (main): Fix off-by-one error.
5007 * gdb.threads/schedlock.c (main): Fix off-by-one error.
5008
5009 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
5012
5013 2009-04-30 Doug Evans <dje@google.com>
5014
5015 * gdb.threads/watchthreads2.exp: New testcase.
5016 * gdb.threads/watchthreads2.c: New testcase.
5017
5018 2009-04-29 Doug Evans <dje@google.com>
5019
5020 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
5021 * gdb.cp/mb-ctor.cc: Ditto.
5022 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
5023 * gdb.cp/mb-inline.h (multi_line_foo): New function.
5024 * gdb.cp/mb-inline1.cc: Call it.
5025 * gdb.cp/mb-inline2.cc: Ditto.
5026 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
5027 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
5028
5029 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5030
5031 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
5032 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
5033 Replace all uses of `decimal' by `nonzero'.
5034 (info macro FROM_COMMANDLINE): New test.
5035
5036 2009-04-27 Tom Tromey <tromey@redhat.com>
5037
5038 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
5039
5040 2009-04-27 Doug Evans <dje@google.com>
5041
5042 * gdb.threads/watchthreads.c (main): Initialize args before starting
5043 the threads. Plus formatting cleanup.
5044 * gdb.threads/watchthreads.exp: Avoid errant failures due to
5045 biased scheduling of one thread.
5046
5047 2009-04-27 Jerome Guitton <guitton@adacore.com>
5048
5049 * gdb.cp/templates.cc (GetMax): New template.
5050 (main): Declare two instances of GetMax.
5051 * gdb.cp/templates.exp: Add new test.
5052
5053 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
5056
5057 2009-04-22 Joseph Myers <joseph@codesourcery.com>
5058
5059 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
5060
5061 2009-04-15 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.base/charset.exp: Add regression test.
5064
5065 2009-04-14 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.base/exe-lock.exp: New testcase.
5068
5069 2009-04-13 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
5072 operator on Frame.
5073
5074 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5075
5076 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
5077 * gdb.server/ext-attach.exp: Likewise.
5078
5079 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
5080
5081 Eliminate some sleep usage.
5082
5083 * gdb.mi/basics.c (do_nothing): New.
5084 (main): Use do_nothing instead of printf, so that
5085 not to introduce race condition between output of
5086 inferiour and output of gdb. Do not use sleep as it
5087 is not generally available on embedded targets.
5088
5089 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5090
5091 * gdb.server/ext-attach.exp: Expect an optional process id after
5092 "Detached from remote process".
5093
5094 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5095
5096 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
5097 gdb.dwarf2/dw2-unresolved.exp: New.
5098
5099 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5100
5101 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
5102 mi_run_to_main.
5103
5104 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5105
5106 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
5107 mi_run_to_main. Skip thread exit test on remote targets.
5108 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
5109 mi_run_to_main.
5110 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
5111 mi_run_to_main.
5112 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
5113 when expecting ^connected. Detect when the target doesn't support
5114 non-stop mode.
5115 (mi_run_cmd): Detect if non-stop mode was requested by isn't
5116 supported. Return -1 on error, 0 on success.
5117 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
5118 (mi_runto): Return mi_runto_helper's result explicitly.
5119
5120 2009-04-01 Pedro Alves <pedro@codesourcery.com>
5121
5122 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
5123
5124 2009-04-01 Tom Tromey <tromey@redhat.com>
5125
5126 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
5127 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
5128 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
5129 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
5130
5131 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
5132 Jan Kratochvil <jan.kratochvil@redhat.com>
5133
5134 PR gdb/931
5135 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
5136 output.
5137 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
5138 for gdb/931.
5139 * dw2-strp.S (DW_AT_language): Change to C++.
5140 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
5141
5142 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5143
5144 * gdb.ada/tasks: New testcase.
5145
5146 2009-03-30 Stan Shebs <stan@codesourcery.com>
5147
5148 * gdb.trace/actions.exp: Update to match new info trace format.
5149 * gdb.trace/deltrace.exp: Ditto.
5150 * gdb.trace/infotrace.exp: Ditto.
5151 * gdb.trace/passcount.exp: Ditto.
5152 * gdb.trace/save-trace.exp: Ditto.
5153 * gdb.trace/while-stepping.exp: Ditto.
5154 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
5155
5156 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5157
5158 * gdb.python/python-frame.c: New file.
5159 * gdb.python/python-frame.exp: New file.
5160
5161 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5162
5163 * gdb.python/python-value.exp: Add tests for the address
5164 attribute.
5165
5166 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
5167
5168 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
5169
5170 2009-03-26 Doug Evans <dje@google.com>
5171
5172 * gdb.mi/mi-nonstop-exit.exp: New file.
5173 * gdb.mi/non-stop-exit.c: New file.
5174
5175 2009-03-26 Tom Tromey <tromey@redhat.com>
5176
5177 Update for change to prologue skipping:
5178 * gdb.mi/mi2-simplerun.exp: Update.
5179 * gdb.mi/mi2-break.exp: Update.
5180 * gdb.mi/mi-simplerun.exp: Update.
5181 * gdb.mi/mi-break.exp: Update.
5182 * gdb.base/ending-run.exp: Update.
5183
5184 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5185
5186 * gdb.python/python-value.exp (test_value_in_inferior): Test
5187 gdb.Value.is_optimized_out attribute.
5188
5189 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 * gdb.dwarf2/dw2-noloc-main.c: New file.
5192 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
5193 (.text): Remove.
5194 (.data): New.
5195 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
5196 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
5197 (DW_TAG_subprogram func_cu1, noloc): Remove.
5198 (main): New.
5199 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
5200 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
5201 (file_symbols): New procedure.
5202
5203 2009-03-25 Tom Tromey <tromey@redhat.com>
5204
5205 * gdb.base/charset.exp (valid_target_charset): New proc.
5206 Use it to skip tests on invalid charsets.
5207
5208 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
5209
5210 * gdb.base/completion.exp: Add a test for directory completion.
5211
5212 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5213
5214 Fix a racy FAIL.
5215 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
5216 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
5217
5218 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5219
5220 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
5221 * gdb.python/python-function.exp: Add test for function returning
5222 a GDB value.
5223
5224 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
5225
5226 * gdb.python/python-function.exp: New file.
5227
5228 2009-03-20 Tom Tromey <tromey@redhat.com>
5229
5230 * gdb.base/store.exp: Update for change to escape output.
5231 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
5232 to escape output.
5233 * gdb.base/pointers.exp: Update for change to escape output.
5234 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
5235 to escape output.
5236 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
5237 escape output.
5238 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
5239 to escape output.
5240 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
5241 escape output.
5242 * gdb.base/setvar.exp: Update for change to escape output.
5243 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
5244 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
5245 to escape output.
5246 (test_print_string_constants): Likewise.
5247 * gdb.base/charset.exp (valid_host_charset): Check size of
5248 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
5249 cases. Handle "auto"-related output.
5250 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
5251 (uvar, Uvar): New globals.
5252
5253 2009-03-19 Jerome Guitton <guitton@adacore.com>
5254
5255 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
5256 deltas.
5257 * gdb.ada/fixed_points.exp: Ditto.
5258
5259 2009-03-18 Pedro Alves <pedro@codesourcery.com>
5260
5261 * return-nodebug.c: Don't include stdio.h.
5262 (init): Delete.
5263 (func): Delete definition and provide extern declaration.
5264 (t): New.
5265 (main): Don't call printf. Call func and store its result in t.
5266 * return-nodebug1.c: New.
5267 * return-nodebug.exp: Don't expect stdio output. Instead, print
5268 the global variable t. Drop printf formatters and cast types from
5269 foreach loop. Don't use prepare_for_testing. Compile
5270 return-nodebug.c and return-nodebug1.c in separate steps. Don't
5271 define FORMAT or CAST.
5272
5273 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5274
5275 * gdb.base/solib-display.exp: Disable test for remote targers.
5276
5277 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
5280
5281 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 Fix a racy FAIL.
5284 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
5285 code from `follow parent, print pids'.
5286 (`follow child, print pids', `follow parent, print pids'): Call it.
5287 Replace `gdb_test "break..."' by gdb_breakpoint.
5288
5289 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
5290
5291 * gdb.mi/mi-cli.exp: Adjust for output difference in
5292 sync and async modes.
5293
5294 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
5297 that was checked in by mistake. Remove loading of ada.exp, since
5298 this is not necessary in this case.
5299
5300 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5301
5302 * gdb.ada/ptype_arith_binop.exp: New testcase.
5303
5304 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.ada/mod_from_name: New testcase.
5307
5308 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5309
5310 * gdb.ada/tick_last_segv: New testcase.
5311
5312 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
5313
5314 * gdb.mi/mi-cli.exp: Remove debug print.
5315
5316 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
5317
5318 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
5319 include the token in ^running and frame info in *stopped.
5320
5321 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5322
5323 * solib-display.exp: New file.
5324 * solib-display-main.c: New file.
5325 * solib-display-lib.c: New file.
5326
5327 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5328
5329 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
5330
5331 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
5334 (list_and_check_macro): Use more specific test name.
5335 (next to definition): Make the test names unique.
5336
5337 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5338
5339 * gdb.pascal/floats.exp: Accept approximate results everywhere.
5340
5341 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5342
5343 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
5344 notifications.
5345 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
5346 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
5347 * lib/mi-support.exp (library_loaded_re): New.
5348 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
5349
5350 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5351
5352 * gdb.gdb/observer.exp: Use test_notification observer, not
5353 normal_stop, everywhere.
5354 (test_normal_stop_notifications): Rename to...
5355 (test_notifications): ...this.
5356 (test_observer_normal_stop): Rename to...
5357 (test_observer): ...this.
5358
5359 2009-02-16 Doug Evans <dje@google.com>
5360
5361 * gdb.arch/amd64-disp-step.S (test_int3): New test.
5362 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
5363 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
5364 (test_prefixed_syscall,test_int3): New tests.
5365 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
5366 (test_prefixed_syscall,test_int3): New tests.
5367
5368 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5369
5370 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
5371 (mi_expect_interrupt): Likewise.
5372 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
5373 response.
5374
5375 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5376
5377 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
5378 * gdb.base/pc-fp.exp (get_valueofx): Remove.
5379 Replace calls to get_valueofx by get_hexadecimal_valueof.
5380
5381 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5382
5383 * lib/gdb.exp (get_valueof): Accept anything as a return value.
5384 (get_integer_valueof): New procedure.
5385 (get_sizeof): Use new get_integer_value_of.
5386 * gdb.base/sizeof.exp: Replace all uses of get_valueof
5387 by get_integer_valueof.
5388
5389 2009-02-13 Tom Tromey <tromey@redhat.com>
5390
5391 * gdb.base/remote.exp (get_sizeof): Remove.
5392 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
5393 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
5394 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
5395 * lib/gdb.exp (get_valueof): Move from long_long.exp.
5396 (get_sizeof): Likewise.
5397
5398 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5399
5400 PR fortran/9806
5401 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
5402
5403 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5404
5405 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
5406
5407 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5408
5409 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
5410
5411 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5412
5413 * gdb.python/python-cmd.exp: New file.
5414
5415 2009-02-06 Tristan Gingold <gingold@adacore.com>
5416
5417 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
5418
5419 2009-02-05 Tristan Gingold <gingold@adacore.com>
5420
5421 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
5422 pointer is dereferenced and use this signal name in regexp.
5423 * gdb.base/signull.exp: Ditto.
5424 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
5425 * gdb.base/signull.c (main): Ditto.
5426
5427 2009-02-04 Tom Tromey <tromey@redhat.com>
5428 Thiago Jung Bauermann <bauerman@br.ibm.com>
5429
5430 * gdb.python/python-value.exp: Use `gdb.history' instead of
5431 `gdb.value_from_history'.
5432 (test_value_numeric_ops): Add test for conversion of enum constant.
5433 * gdb.python/python-value.c (enum e): New type.
5434 (evalue): New global.
5435 (main): Use argv.
5436
5437 2009-02-04 Jerome Guitton <guitton@adacore.com>
5438
5439 * gdb.ada/uninitialized_vars: New test program.
5440 * gdb.ada/uninitialized_vars.exp: New testcase.
5441
5442 2009-02-02 Tom Tromey <tromey@redhat.com>
5443
5444 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
5445 * gdb.cp/pr2489.cc: Rename...
5446 * gdb.cp/pr9594.cc: ... to this.
5447
5448 2009-02-02 Tom Tromey <tromey@redhat.com>
5449
5450 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
5451 * gdb.cp/pr2489.cc: New file.
5452 * gdb.cp/cpcompletion.exp: New file.
5453
5454 2009-02-02 Tom Tromey <tromey@redhat.com>
5455
5456 PR exp/9059:
5457 * gdb.cp/call-c.exp: Add regression test.
5458 * gdb.cp/call-c.cc (FooHandle): New typedef.
5459 (main): New variable 'handle'.
5460
5461 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5462
5463 * lib/mi-support.exp (et_mi_thread_list)
5464 (check_mi_and_console_threads): Adjust for current thread in
5465 -thread-list-ids output.
5466
5467 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5468
5469 * gdb.mi/mi-break.exp (test_disabled_creation): New.
5470 Call it.
5471
5472 2009-01-28 Doug Evans <dje@google.com>
5473
5474 * gdb.arch/amd64-disp-step.S: New file.
5475 * gdb.arch/amd64-disp-step.exp: New file.
5476 * gdb.arch/i386-disp-step.S: New file.
5477 * gdb.arch/i386-disp-step.exp: New file.
5478
5479 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
5480
5481 * gdb.base/find.exp: Set newline variable
5482 using quotes instead of braces to fix cygwin failures.
5483
5484 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5485
5486 * gdb.base/radix.exp: Add tests to ensure that that set
5487 input-radix 0 and set output-radix 0 are really rejected.
5488
5489 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5490
5491 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
5492 copyright years.
5493
5494 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5495
5496 PR gdb/9664:
5497 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
5498
5499 2009-01-22 Pedro Alves <pedro@codesourcery.com>
5500
5501 PR c++/9631:
5502 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
5503
5504 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
5505
5506 * gdb.server/file-transfer.exp: Use EXEEXT variable for
5507 binfile definition to fix Windows OS failure.
5508
5509 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5510
5511 PR gdb/9346
5512 * gdb.base/interrupt.c (sigint_handler): New.
5513 (main): Install a SIGINT handler if SIGNALS is defined. Exit
5514 on error.
5515 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
5516 Test "signal SIGINT".
5517
5518 2009-01-19 Doug Evans <dje@google.com>
5519
5520 * gdb.base/break.exp: Update expected gdb output.
5521 * gdb.base/sepdebug.exp: Ditto.
5522 * gdb.mi/mi-syn-frame.exp: Ditto.
5523 * gdb.mi/mi2-syn-frame.exp: Ditto.
5524 * gdb.base/call-signal-resume.exp: New file.
5525 * gdb.base/call-signals.c: New file.
5526 * gdb.base/unwindonsignal.exp: New file.
5527 * gdb.base/unwindonsignal.c: New file.
5528 * gdb.threads/interrupted-hand-call.exp: New file.
5529 * gdb.threads/interrupted-hand-call.c: New file.
5530 * gdb.threads/thread-unwindonsignal.exp: New file.
5531
5532 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5533
5534 * gdb.base/define.exp: Test defining and hooking prefix commands.
5535 * gdb.python/python.exp: Update test for "show user" output.
5536
5537 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5538
5539 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
5540 now the output exactly, using less wildcards. Expect also the output
5541 of gfortran-4.3. Update for the f-valprint.c modification from
5542 2008-04-22.
5543 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
5544 Remove gdb_test test names where matching the command.
5545
5546 2009-01-01 Pedro Alves <pedro@codesourcery.com>
5547
5548 PR breakpoints/9681:
5549 * gdb.base/watchpoint.exp: Add regression test.
5550
5551 2008-12-31 Pedro Alves <pedro@codesourcery.com>
5552
5553 * gdb.threads/attach-into-signal.exp: Don't use
5554 gdb_suppress_entire_file.
5555 * gdb.threads/attach-stopped.exp: Ditto.
5556 * gdb.threads/attachstop-mt.exp: Ditto.
5557
5558 2008-12-31 Pedro Alves <pedro@codesourcery.com>
5559
5560 PR gdb/8812:
5561 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
5562
5563 2008-12-29 Pedro Alves <pedro@codesourcery.com>
5564
5565 PR gdb/7536:
5566 * gdb.base/radix.exp: Add tests to ensure invalid input radices
5567 and unsupported output radices are really rejected.
5568
5569 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5570
5571 * gdb.cp/punctuator.exp: Backslash the '$' signs.
5572
5573 2008-12-22 Tom Tromey <tromey@redhat.com>
5574
5575 * gdb.cp/punctuator.exp: New file.
5576
5577 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * gdb.base/completion.exp (Completing non-existing component): New test.
5580
5581 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5582
5583 Fix for PR gdb/8648.
5584 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
5585 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
5586 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
5587 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
5588
5589 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5590
5591 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
5592
5593 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
5594
5595 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
5596 compiler actually generate code at the expected line number.
5597
5598 2008-12-15 Jie Zhang <jie.zhang@analog.com>
5599
5600 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
5601
5602 2008-12-12 Tom Tromey <tromey@redhat.com>
5603
5604 * gdb.base/commands.exp (redefine_hook_test): New proc.
5605 Call it.
5606
5607 2008-12-11 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.base/macscp.exp: New regression test.
5610
5611 2008-12-11 Tom Tromey <tromey@redhat.com>
5612
5613 * gdb.base/macscp.exp: Print "address.addr".
5614 * gdb.base/macscp1.c (struct outer): New struct.
5615 (address): New global.
5616
5617 2008-12-09 Tom Tromey <tromey@redhat.com>
5618
5619 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
5620 Call it.
5621
5622 2008-12-04 Doug Evans <dje@google.com>
5623
5624 * gdb.server/ext-run.exp: Relax regexp for init program.
5625
5626 2008-12-03 Tristan Gingold <gingold@adacore.com>
5627
5628 * gdb.base/macscp.exp: Generate an object file during compilation
5629 to work around Darwin dsymutil limitations.
5630
5631 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 Test resolving external references to TLS variables.
5634 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
5635 FILE2_THREAD_LOCAL.
5636 (testfile2, srcfile2): New variables.
5637 * gdb.threads/tls.c (file2_thread_local)
5638 (function_referencing_file2_thread_local): New.
5639 * gdb.threads/tls2.c: New file.
5640
5641 2008-11-28 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
5644 rather than integer, as integer might not be big enough when
5645 on 64bit targets.
5646
5647 2008-11-27 Jerome Guitton <guitton@adacore.com>
5648
5649 * gdb.cp/formatted-ref.exp: Add equality test.
5650 * gdb.ada/formatted_ref.exp: Ditto.
5651
5652 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5653
5654 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
5655 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
5656
5657 2008-11-20 Andreas Schwab <schwab@suse.de>
5658
5659 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
5660 matching syscall entry point.
5661 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5662 (tcatch_vfork_then_child_follow): Likewise. Finish through
5663 vfork even if we stopped at the syscall trampoline.
5664
5665 2008-11-20 Doug Evans <dje@google.com>
5666
5667 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
5668
5669 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5670
5671 * gdb.arch/ppc-dfp.exp: New file.
5672 * gdb.arch/ppc-dfp.c: New file.
5673
5674 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5675
5676 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
5677
5678 2008-11-17 Doug Evans <dje@google.com>
5679
5680 * gdb.mi/mi-syn-frame.exp: Update expected output.
5681 * gdb.mi/mi2-syn-frame.exp: Update expected output.
5682
5683 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5684
5685 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
5686 "thread N" results in =thread-selected.
5687 * lib/mi-support (mi_run_cmd, mi_expect_stop)
5688 (mi_send_resuming_command_raw): Be prepared for
5689 =thread-selected.
5690
5691 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5692
5693 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
5694 * lib/mi-support.exp: Likewise.
5695
5696 2008-11-16 Joel Brobecker <brobecker@adacore.com>
5697
5698 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
5699 commands from the expected output for "help catch".
5700
5701 2008-11-15 Joel Brobecker <brobecker@adacore.com>
5702
5703 * gdb.ada/int_deref.exp: New testcase.
5704
5705 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
5706
5707 * gdb.mi/gdb2549.exp: New file.
5708
5709 2008-11-11 Doug Evans <dje@google.com>
5710
5711 * gdb.base/callexit.exp: New file.
5712 * gdb.base/callexit.c: New file.
5713
5714 2008-11-10 Doug Evans <dje@google.com>
5715
5716 * lib/gdb.exp (GDBFLAGS): Move -nx ...
5717 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
5718 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
5719 (default_gdb_start,default_gdb_exit): Ditto.
5720 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
5721 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
5722 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
5723 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
5724 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
5725 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
5726
5727 2008-11-03 Andreas Schwab <schwab@suse.de>
5728
5729 * gdb.base/hashline2.exp: Fix typo.
5730 * gdb.base/hashline3.exp: Likewise.
5731
5732 2008-10-30 Tom Tromey <tromey@redhat.com>
5733
5734 * gdb.base/pointers.exp: Add test.
5735 * gdb.base/pointers.c (k, S): New typedefs.
5736 (instance): New global.
5737
5738 2008-10-30 Andreas Schwab <schwab@suse.de>
5739
5740 * gdb.base/args.exp: Add tests for newlines.
5741
5742 2008-10-30 Joel Brobecker <brobecker@adacore.com>
5743
5744 gdb.base/foll-exec.exp: Update the expected output of a couple
5745 of "info breakpoints" tests.
5746
5747 2008-10-28 Tom Tromey <tromey@redhat.com>
5748
5749 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
5750
5751 2008-10-24 Pedro Alves <pedro@codesourcery.com>
5752
5753 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
5754 gdb_start_cmd.
5755 Use runto_main before any test that requires execution.
5756
5757 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5758
5759 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
5760 instead of SIGINT.
5761
5762 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5763
5764 * gdb.base/completion.exp: Update expected output following
5765 the addition of the "info tasks" command.
5766
5767 2008-10-22 Tom Tromey <tromey@redhat.com>
5768
5769 * gdb.base/exprs.exp (test_expr): Add test for string
5770 concatenation.
5771
5772 2008-10-19 Pedro Alves <pedro@codesourcery.com>
5773
5774 * configure.ac: Output gdb.python/Makefile.
5775 * configure: Regenerate.
5776 * gdb.python/Makefile.in: New.
5777
5778 2008-10-16 Joel Brobecker <brobecker@adacore.com>
5779
5780 * gdb.base/foll-fork.exp: Adjust the expected output to match
5781 the new description for fork/vfork catchpoints in the "info
5782 breakpoints" output.
5783
5784 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5785
5786 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
5787
5788 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5789
5790 * gdb.python/python-value.c: New file.
5791 * gdb.python/python-value.exp: New file.
5792
5793 2008-10-15 Pedro Alves <pedro@codesourcery.com>
5794
5795 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
5796
5797 2008-10-15 Denis Pilat <denis.pilat@st.com>
5798
5799 * gdb.cp/mb-ctor.exp: Fix a typo.
5800
5801 2008-10-09 Tom Tromey <tromey@redhat.com>
5802
5803 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
5804 'fprintf' and 'stderr'.
5805
5806 2008-10-07 Joel Brobecker <brobecker@adacore.com>
5807
5808 * gdb.ada/ref_tick_size.exp: New testcase.
5809
5810 2008-10-06 Doug Evans <dje@google.com>
5811
5812 * gdb.dwarf2/dw2-cu-size.exp: New file.
5813 * gdb.dwarf2/dw2-cu-size.S: New file.
5814
5815 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
5816 .Ltype_int for clarity.
5817
5818 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5819
5820 PR gdb/2384:
5821 * gdb.cp/gdb2384.exp: Extended to test more cases.
5822 * gdb.cp/gdb2384.cc: Likewise.
5823 * gdb.cp/gdb2384-base.h: Likewise.
5824 * gdb.cp/gdb2384-base.cc: Likewise.
5825
5826 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 * gdb.base/maint.exp (maint print type): Remove printing
5829 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
5830
5831 2008-09-30 Tom Tromey <tromey@redhat.com>
5832
5833 * gdb.base/macscp.exp: Add completion tests.
5834 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
5835 (TWENTY_THREE): Likewise.
5836 (FORTY_EIGHT): Likewise.
5837
5838 2008-09-30 Tom Tromey <tromey@redhat.com>
5839
5840 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
5841 everywhere.
5842 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
5843
5844 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5845
5846 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
5847 testcase is derived from. Fix racy dependency on an expected PID
5848 number. No longer support the testcase on Linux kernel 2.4.x.
5849
5850 2008-09-27 Tom Tromey <tromey@redhat.com>
5851
5852 * gdb.base/macscp.exp: Add tests for stringification, splicing,
5853 and varargs.
5854
5855 2008-09-22 Pedro Alves <pedro@codesourcery.com>
5856
5857 * lib/mi-support.exp (mi_expect_interrupt): New.
5858 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
5859 from gdb.mi/mi-nonstop.exp.
5860 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
5861 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
5862 lib/mi-support.exp.
5863 Use mi_check_thread_states throughout. Avoid ".*" and do not
5864 require an anchor after -exec-run.
5865
5866 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5867
5868 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
5869 stop is pending. Avoid ".*" when two stops are pending.
5870 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
5871 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
5872 newlines in fullnames.
5873 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
5874 (mi_expect_stop): Update comments. Only anchor in sync mode.
5875 Do not match newlines.
5876 (mi_send_resuming_command_raw): Always return status.
5877 (mi_get_stop_line): Do not match more than one line by accident.
5878 Only anchor in sync mode.
5879 (mi_run_inline_test): If -exec-next fails, give up.
5880
5881 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5882
5883 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
5884 on SPU.
5885
5886 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5887
5888 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
5889
5890 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
5893 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
5894 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
5895 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
5896 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
5897 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
5898 gdb.ada/interface.exp, gdb.ada/null_array.exp,
5899 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
5900 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
5901 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
5902 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
5903 Include the "= " sequence in the expected output of print tests.
5904
5905 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5906
5907 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
5908 description for boolean types.
5909
5910 2008-09-09 Pedro Alves <pedro@codesourcery.com>
5911
5912 * gdb.base/hook-stop-continue.c: New.
5913 * gdb.base/hook-stop-continue.exp: New.
5914
5915 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5916
5917 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
5918
5919 2008-09-08 Jerome Guitton <guitton@adacore.com>
5920
5921 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
5922 (stack_check_probe_2, stack_check_probe_loop_1)
5923 (stack_check_probe_loop_2): New functions.
5924 (main): Add call to these new functions.
5925 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
5926 functions, check that the breakpoint is inserted at the appropriate
5927 location.
5928 (insert_breakpoint): Slightly refine this procedure so that it can
5929 be called several times in the test.
5930
5931 2008-09-08 Jerome Guitton <guitton@adacore.com>
5932
5933 * gdb.base/stack-checking.c: New file.
5934 * gdb.base/stack-checking.exp: New file.
5935
5936 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5937
5938 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
5939 * gdb.arch/altivec-regs.exp: Likewise.
5940 * gdb.arch/vsx-regs.exp: Likewise.
5941
5942 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5943
5944 * gdb.arch/ppc-fp.exp: New file.
5945 * gdb.arch/ppc-fp.c: New file.
5946
5947 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5948
5949 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
5950 lest gcc-4.3.1 optimizes the whole thing away.
5951
5952 2008-09-04 Michael Snyder <msnyder@vmware.com>
5953
5954 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
5955 as "at" (for non-debug functions such as _start).
5956
5957 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5958
5959 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
5960 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
5961 software watchpoints.
5962 * gdb.base/watch_thread_num.exp: Likewise.
5963
5964 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
5965
5966 * gdb.arch/i386-bp_permanent.exp: New test.
5967
5968 2008-08-24 Tom Tromey <tromey@redhat.com>
5969
5970 * gdb.base/maint.exp: Update "maint print type".
5971
5972 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
5973
5974 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
5975 support. Adjust the order of "*running" notifications.
5976 * gdb.mi/non-stop.c: Don't cast from int to void* and
5977 back.
5978
5979 2008-08-20 Mark Kettenis <kettenis@gnu.org>
5980
5981 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
5982 expect to find it in the "info frame" output.
5983
5984 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * gdb.base/interp.exp: Always consume both prompts.
5987
5988 2008-08-20 Pedro Alves <pedro@codesourcery.com>
5989
5990 * gdb.base/pending.exp: Test pending breakpoints without symbols
5991 loaded.
5992
5993 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5994
5995 * lib/mi-support.exp (mi_expect_stop): Produce
5996 more details on failures.
5997 * gdb.mi/mi-nonstop.exp: New.
5998 * gdb.mi/non-stop.c: New.
5999
6000 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6001
6002 * gdb.mi/mi-async.exp: Use 'set target-async'.
6003 * lib/mi-support.exp: Use 'set/show target-async'.
6004
6005 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
6006
6007 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
6008
6009 2008-08-17 Tom Tromey <tromey@redhat.com>
6010
6011 * gdb.base/help.exp (help catch): Rewrite.
6012
6013 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6014
6015 * gdb.base/define.exp: Test indented command documentation.
6016 * gdb.python/python.exp: Test indented multi-line command.
6017
6018 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
6019
6020 * testsuite/gdb.arch/vsx-regs.c: New source file.
6021 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
6022 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
6023
6024 2008-08-14 Tom Tromey <tromey@redhat.com>
6025
6026 * gdb.base/macscp.exp: Add regression test for "macro define" or
6027 "macro undef" with no arguments.
6028
6029 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6030
6031 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
6032
6033 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6034
6035 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
6036
6037 2008-08-06 Tom Tromey <tromey@redhat.com>
6038
6039 * gdb.python/python.exp: New file.
6040
6041 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6042
6043 Fix for PR gdb/1543.
6044 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
6045 $LOCATION.
6046 (location): New variable.
6047 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
6048 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
6049 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
6050 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
6051 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
6052 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
6053 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
6054 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
6055 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
6056 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
6057 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
6058 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
6059 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
6060 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
6061 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
6062 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
6063 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
6064 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
6065 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
6066 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6067 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
6068 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
6069 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
6070 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
6071 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
6072 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
6073 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
6074 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
6075 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
6076 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
6077 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
6078 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
6079 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
6080 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
6081 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
6082 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
6083 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
6084 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6085 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
6086 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
6087 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
6088 gdb.base/type-opaque.exp, gdb.base/until.exp,
6089 gdb.base/value-double-free.c, gdb.base/varargs.exp,
6090 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
6091 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
6092 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
6093 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
6094 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
6095 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
6096 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
6097 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6098 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
6099 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
6100 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
6101 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
6102 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
6103 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
6104 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
6105 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
6106 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
6107 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
6108 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
6109 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6110 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
6111 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
6112 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
6113 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6114 gdb.pascal/types.exp, gdb.stabs/weird.exp,
6115 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
6116 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
6117 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
6118 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
6119 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
6120 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
6121 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6122 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6123 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6124 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6125 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6126 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
6127 lib/mi-support.exp, lib/trace-support.exp: Remove reference
6128 to bug-gdb@prep.ai.mit.edu .
6129
6130 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
6131
6132 * lib/mi-support.exp (mi_load_shlibs): New.
6133 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
6134
6135 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
6136
6137 * lib/mi-support.exp (get_mi_thread_list)
6138 (check_mi_and_console_threads): New, moved from ...
6139 * gdb.mi/mi-pthread.exp: ...here.
6140 * gdb.mi/gdb669.exp (get_mi_thread_list)
6141 (check_mi_and_console_threads): Delete.
6142 * gdb.mi/mi2-pthread.exp: Likewise.
6143
6144 2008-07-28 Tom Tromey <tromey@redhat.com>
6145
6146 * Makefile.in (just-check): Remove. Move body to...
6147 (check): ... here.
6148
6149 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
6152 Add a test for duplicated SIGINTs.
6153
6154 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6155
6156 * gdb.threads/schedlock.exp (get_args): Update to work for any
6157 value of NUM.
6158 (Top level): Report the number of threads that did not resume.
6159
6160 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6161
6162 * gdb.dwarf2/dw2-compressed.S: Also define __start.
6163
6164 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6165
6166 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
6167 non-MI prompt.
6168
6169 2008-07-26 Tom Tromey <tromey@redhat.com>
6170
6171 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
6172 (function_struct, function_struct_ptr): New globals.
6173 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
6174 function pointer in a struct.
6175
6176 2008-07-26 Tom Tromey <tromey@redhat.com>
6177
6178 * gdb.base/macscp.exp: Add test for macro lexing bug.
6179
6180 2008-07-18 Tom Tromey <tromey@redhat.com>
6181
6182 * gdb.base/macscp.exp: Add macro tests.
6183
6184 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6185
6186 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
6187
6188 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6189
6190 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
6191
6192 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6193
6194 * gdb.cp/class2.exp: fix for failure on spu-elf
6195
6196 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6197
6198 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
6199
6200 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6201
6202 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
6203
6204 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
6205
6206 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
6207
6208 2008-07-11 Kevin Buettner <kevinb@redhat.com>
6209
6210 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
6211 of regexp to account for changes made to GDB in the printing of
6212 byte vectors.
6213
6214 2008-07-11 Tom Tromey <tromey@redhat.com>
6215
6216 * gdb.base/completion.exp: Add 'help' completion test.
6217
6218 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6219
6220 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
6221
6222 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
6225
6226 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6227
6228 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
6229
6230 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6231
6232 * gdb.base/fullname.exp: Restore pwd if compiling failed.
6233
6234 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
6237
6238 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6239
6240 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
6241 previous commit. Add a comment.
6242
6243 2008-06-28 Pedro Alves <pedro@codesourcery.com>
6244
6245 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
6246
6247 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6248
6249 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
6250
6251 2008-06-27 Pedro Alves <pedro@codesourcery.com>
6252
6253 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
6254 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
6255 compiling an executable, link in an object that forces unbuffered
6256 output.
6257 * lib/set_unbuffered_mode.c: New file.
6258
6259 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
6262
6263 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
6264
6265 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
6266 mi_expect_stop.
6267 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
6268 Demand that *running is output.
6269 (detect_async): Perform checking every time.
6270 (mi_send_resuming_command): Extract everything into...
6271 (mi_send_resuming_command_raw): ...this.
6272 (mi_expect_stop): Don't accept any output before *stopped.
6273
6274 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
6275
6276 Robustify mi-simplerun.
6277 * gdb.mi/basics.c (main): Add a call to sleep.
6278 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
6279 * gdb.mi/mi2-cli.exp: Likewise.
6280 * gdb.mi/mi-break.exp: Likewise.
6281
6282 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
6283
6284 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
6285
6286 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6287
6288 * gdb.mi/mi-console.exp: Adjust.
6289 * gdb.mi/mi-syn-frame.exp: Adjust.
6290 * gdb.mi/mi2-console.exp: Adjust.
6291 * gdb.mi/mi2-syn-frame.exp: Adjust.
6292 * lib/mi-support.exp (mi_run_cmd): Adjust.
6293 (mi_send_resuming_command): Adjust.
6294
6295 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6296
6297 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
6298 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
6299 testing of stopped.
6300 * gdb.mi/mi2-syn-frame.exp: Likewise.
6301 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
6302 (async, detect_async): New.
6303 (mi_expect_stop, mi_continue_to_line): Adjust expectation
6304 depending on if we're running in sync or async mode.
6305
6306 2008-06-09 Tom Tromey <tromey@redhat.com>
6307
6308 * gdb.base/completion.exp: New tests for field name completion
6309 with spaces, and field name completion with '->'.
6310
6311 2008-06-06 Tom Tromey <tromey@redhat.com>
6312
6313 * gdb.base/break1.c (struct some_struct): New struct.
6314 (values): New global.
6315 * gdb.base/completion.exp: Add field name completion test.
6316
6317 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6318
6319 * gdb.cp/call-c.exp: Test for incorrect handling of reference
6320 to pointer.
6321 * gdb.cp/call-c.cc: Likewise.
6322
6323 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
6324
6325 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
6326 annotation.
6327
6328 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6329 Pedro Alves <pedro@codesourcery.com>
6330
6331 * gdb.threads/execl.c, gdb.threads/execl1.c,
6332 gdb.threads/execl.exp: New tests.
6333
6334 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
6335 Daniel Jacobowitz <dan@codesourcery.com>
6336
6337 * gdb.cp/exception.exp: Activate test, make it work with pending
6338 catchpoints.
6339
6340 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
6343
6344 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
6345
6346 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
6347 now printed.
6348 * gdb.mi/mi2-var-cmd.exp: Likewise.
6349
6350 2008-05-27 Andreas Schwab <schwab@suse.de>
6351
6352 * gdb.base/frame-args.exp: Handle arguments that are optimized
6353 out.
6354
6355 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
6356
6357 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
6358 quiet for ppc32 and group options into a single variable.
6359
6360 2008-05-23 Joel Brobecker <brobecker@adacore.com>
6361
6362 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
6363 of zero-size elements.
6364 * gdb.ada/null_array.exp: Test printing this new array.
6365
6366 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
6369
6370 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6371
6372 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
6373 of the "finish" command.
6374
6375 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6376
6377 * gdb.base/annota1.exp: Test for new annotation.
6378
6379 2008-05-16 Pedro Alves <pedro@codesourcery.com>
6380
6381 * gdb.base/fixsection.exp: New file.
6382 * gdb.base/fixsection0.c: New file.
6383 * gdb.base/fixsection1.c: New file.
6384
6385 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6386
6387 * gdb.base/annota1.exp: Accept printf@... in place of printf.
6388 * gdb.base/annota3.exp: Likewise.
6389
6390 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
6391
6392 * gdb.base/watch_thread_num.exp: Don't run tests that require
6393 watchpoints if the target doesn't support them.
6394
6395 2008-05-12 Doug Evans <dje@google.com>
6396
6397 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
6398
6399 2008-05-09 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.ada/assign_1.exp: New testcase.
6402
6403 2008-05-09 Doug Evans <dje@google.com>
6404
6405 * gdb.base/find.exp: New file.
6406 * gdb.base/find.c: New file.
6407
6408 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
6409
6410 * gdb.base/commands.exp (watchpoint_command_test): Handle
6411 gdb,no_hardware_watchpoints.
6412 * gdb.base/float.exp: Allow ARM targets without floating point.
6413 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
6414
6415 2008-05-06 Jerome Guitton <guitton@adacore.com>
6416 Joel Brobecker <brobecker@adacore.com>
6417
6418 * gdb.ada/lang_switch: New test program.
6419 * gdb.ada/lang_switch.exp: New testcase.
6420
6421 2008-05-05 Doug Evans <dje@google.com>
6422
6423 * gdb.base/help.exp (disassemble): Update expected help text.
6424
6425 2008-05-04 Pedro Alves <pedro@codesourcery.com>
6426
6427 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
6428
6429 2008-05-04 Pedro Alves <pedro@codesourcery.com>
6430
6431 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
6432 different times.
6433
6434 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6435
6436 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
6437 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
6438 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
6439 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
6440
6441 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
6442
6443 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
6444 notification to appear.
6445
6446 2008-05-04 Daniel Jacobowitz <dan@debian.org>
6447
6448 * gdb.base/fullname.c: New file.
6449 * gdb.base/fullname.exp: New file.
6450 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
6451
6452 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6453
6454 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
6455 expressions with macros.
6456
6457 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6458
6459 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
6460
6461 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * gdb.base/completion.exp: Handle lack of other symbols beginning
6464 with "a".
6465
6466 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
6467
6468 2008-05-02 Jim Blandy <jimb@codesourcery.com>
6469
6470 * gdb.asm/asmsrc1.s: Add scratch space.
6471
6472 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6473 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
6476 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
6477 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
6478
6479 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
6480
6481 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
6482
6483 2008-05-01 Joel Brobecker <brobecker@adacore.com>
6484
6485 * gdb.base/info-target.exp: New testcase.
6486
6487 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6488
6489 * gdb.cp/hang.exp: Use .cc instead of .C.
6490 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
6491 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
6492
6493 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * gdb.base/gdb1250.exp: Remove perror.
6496 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
6497
6498 2008-04-30 Pedro Alves <pedro@codesourcery.com>
6499
6500 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
6501 .2byte.
6502
6503 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
6504
6505 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
6506 (maybe_kfail): New.
6507
6508 2008-04-25 Pedro Alves <pedro@codesourcery.com>
6509
6510 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
6511
6512 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
6515 * gdb.mi/mi2-syn-frame.exp: Likewise.
6516 * lib/mi-support.exp: Likewise.
6517
6518 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6519
6520 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
6521 to specify regexp for the location to stop at.
6522 * gdb.base/break-always.c: New.
6523 * gdb.base/break-always.exp: New.
6524
6525 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6526
6527 * lib/mi-support.exp (mi_runto_helper): Adjust
6528 for the original-location field.
6529 (mi_create_breakpoint, mi_list_breakpoints): New.
6530 * gdb.mi/mi-break.exp: Adjust.
6531 * gdb.mi/mi2-break.exp: Adjust.
6532 * gdb.mi/mi-pending.exp: Adjust.
6533 * gdb.mi/mi-simplerun.exp: Adjust.
6534 * gdb.mi/mi2-simplerun.exp: Adjust.
6535 * gdb.mi/mi-syn-frame.exp: Adjust.
6536 * gdb.mi/mi2-syn-frame.exp: Adjust.
6537 * gdb.mi/mi-until.exp: Adjust.
6538 * gdb.mi/mi2-until.exp: Adjust.
6539 * gdb.mi/mi-var-display.exp: Adjust.
6540 * gdb.mi/mi2-var-display.exp: Adjust.
6541 * gdb.mi/mi-watch.exp: Adjust.
6542 * gdb.mi/mi2-watch.exp: Adjust.
6543
6544 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
6545
6546 * aclocal.m4: Add override.m4.
6547 * configure: Regenerate.
6548
6549 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
6550
6551 * gdb.mi/var-cmd.c (do_at_tests): Verify that
6552 '-var-update --all-values' reports new value even the type
6553 of a variable object has changed.
6554
6555 2008-04-18 Craig Silverstein <csilvers@google.com>
6556
6557 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
6558 files.
6559
6560 2008-04-18 Joel Brobecker <brobecker@adacore.com>
6561
6562 * gdb.ada/atomic_enum: New test program.
6563 * gdb.ada/atomic_enum.exp: New testcase.
6564
6565 2008-04-17 Doug Evans <dje@google.com>
6566
6567 * gdb.opt/Makefile.in: Fix whitespace.
6568
6569 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
6570
6571 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
6572
6573 2008-04-17 Doug Evans <dje@google.com>
6574
6575 * gdb.base/hashline1.exp: New testcase.
6576 * gdb.base/hashline2.exp: New testcase.
6577 * gdb.base/hashline2.exp: New testcase.
6578
6579 2008-04-17 Pedro Alves <pedro@codesourcery.com>
6580
6581 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
6582
6583 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
6584
6585 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
6586 temporary breakpoint to match "Temporary breakpoint".
6587 * gdb.base/break.exp (delete_breakpoints): Likewise.
6588 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
6589 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
6590 * gdb.base/display.exp: Likewise.
6591 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
6592 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
6593 * gdb.base/restore.exp (restore_tests): Likewise.
6594 * gdb.base/sepdebug.exp: Likewise.
6595 * gdb.base/watchpoint.exp: Likewise.
6596 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
6597 * gdb.mi/mi-pending.exp: Likewise.
6598 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
6599 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
6600 * gdb.mi/mi-var-cmd.exp: Likewise.
6601 * gdb.mi/mi-var-display.exp: Likewise.
6602 * gdb.mi/mi2-cli.exp: Likewise.
6603 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
6604 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
6605 * gdb.mi/mi2-var-display.exp: Likewise.
6606 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
6607 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
6608 new "disp" field.
6609 (mi_expect_stop): Move after_reason argument to be really after
6610 reason. This is to support fix for PR2424.
6611
6612 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
6615
6616 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
6617
6618 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
6619 field. Add more floating varobj tests.
6620 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
6621 field.
6622 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
6623 (main): Call do_at_tests.
6624 * lib/mi-support.exp (mi_create_floating_varobj)
6625 (mi_varobj_update_with_type_change): New.
6626
6627 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6628
6629 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
6630 option of -var-evaluate-expression.
6631 * gdb.mi/mi2-var-display.exp: Likewise.
6632
6633 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
6634
6635 Introduce test setup helpers.
6636 * lib/gdb.exp (build_executable, clean_restart)
6637 (prepare_for_testing): New.
6638 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
6639 * gdb.base/return.exp: Likewise.
6640 * gdb.base/ending-run.exp: Likewise.
6641
6642 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
6643
6644 * gdb.mi/mi-async.exp: New test for asynchronous Machine
6645 Interface (MI) responses.
6646
6647 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
6648
6649 * gdb.cp/breakpoint.cc: New code to test conditions involving
6650 member variables.
6651 * gdb.cp/breakpoint.exp: Test condition involving member
6652 variables.
6653
6654 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
6655
6656 * lib/mi-support.exp (mi_expect_stop): New.
6657 (mi_run_cmd): Change the
6658 token. Use mi_send_resuming_command, use
6659 mi_expect_stop.
6660 (mi_execute_to_helper): Rename to mi_execute_to.
6661 (mi_send_resuming_command): Add more error patterns.
6662 (mi_wait_for_stop): Renamed to...
6663 (mi_get_stop_line): ...this.
6664 (mi_run_inline_test): Adjust.
6665
6666 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
6667 * gdb.mi/mi-console.exp: Likewise.
6668 * gdb.mi/mi-pending.exp: Likewise.
6669 * gdb.mi/mi-simplerun.exp: Likewise.
6670 * gdb.mi/mi-stack.exp: Likewise.
6671 * gdb.mi/mi-stepi.exp: Likewise.
6672 * gdb.mi/mi-syn-frame.exp: Add comment.
6673 * gdb.mi/mi-until.exp: Likewise.
6674 * gdb.mi/mi-var-display.exp: Likewise.
6675 * gdb.mi/mi-watch.exp: Likewise.
6676 * gdb.mi/mi2-cli.exp: Likewise.
6677 * gdb.mi/mi2-console.exp: Likewise.
6678 * gdb.mi/mi2-simplerun.exp: Likewise.
6679 * gdb.mi/mi2-stack.exp: Likewise.
6680 * gdb.mi/mi2-stepi.exp: Likewise.
6681 * gdb.mi/mi2-until.exp: Likewise.
6682 * gdb.mi/mi2-var-display.exp: Likewise.
6683 * gdb.mi/mi2-watch.exp: Likewise.
6684
6685 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6686
6687 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
6688
6689 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
6690
6691 2008-04-04 Pedro Alves <pedro@codesourcery.com>
6692
6693 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
6694 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
6695 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
6696 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
6697 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
6698 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
6699 expect an mi error duplicated in stderr.
6700
6701 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6702
6703 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
6704 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
6705 Add a couple of tests that verify the behavior when the new setting
6706 is set to "cancel" and "all".
6707 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
6708 "ask" before we start the testing.
6709
6710 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6711
6712 * gdb.cp/casts.cc: Add class reference variables.
6713 * gdb.cp/casts.exp: New test cases for up/down casting references.
6714
6715 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
6716
6717 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
6718 instead of beginning to make an extra test pass.
6719 * gdb.mi/mi2-var-display.exp: Likewise.
6720
6721 2008-03-31 Maciej W. Rozycki <macro@mips.com>
6722
6723 * gdb.base/break.exp: Mark failures as such. Fix formatting.
6724
6725 2008-03-31 Markus Deuling <deuling@de.ibm.com>
6726 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6727
6728 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
6729 value. Add xfail for older kernels.
6730
6731 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
6732
6733 Bring mi-support in line with gdb.exp.
6734 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
6735 (mi_gdb_start): New function.
6736
6737 2008-03-28 Maciej W. Rozycki <macro@mips.com>
6738
6739 * gdb.mi/mi-var-cmd.exp: Fix a typo.
6740
6741 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6742
6743 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
6744 * gdb.mi/mi2-var-display.exp: Likewise.
6745
6746 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6747
6748 * lib/mi-support.exp (mi_create_varobj_checked): New.
6749 (mi_list_varobj_children): Allow to check for a
6750 value.
6751 (mi_list_array_varobj_children): New.
6752
6753 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
6754 and mi_list_varobj_children, as opposed to hardcoding
6755 expected strings.
6756 * gdb.mi/gdb701.exp: Likewise.
6757 * gdb.mi/gdb792.exp: Likewise.
6758 * gdb.mi/mi-var-block.exp: Likewise.
6759 * gdb.mi/mi-var-cmd.exp: Likewise.
6760 * gdb.mi/mi-var-invalidate.exp: Likewise.
6761 * gdb.mi/mi2-var-block.exp: Likewise.
6762 * gdb.mi/mi2-var-child.exp: Likewise.
6763 * gdb.mi/mi2-var-cmd.exp: Likewise.
6764 * gdb.mi/mi2-var-display.exp: Likewise.
6765
6766 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6767
6768 Fix random false FAILs on i386.
6769 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
6770
6771 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 PR gdb/544
6774 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
6775
6776 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 PR gdb/544
6779 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
6780
6781 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6782
6783 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
6784 fixed PR gdb/544.
6785
6786 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6787
6788 * gdb.threads/fork-child-threads.exp: Test next over fork.
6789
6790 2008-03-21 Chris Demetriou <cgd@google.com>
6791
6792 * gdb.base/break.exp (rbreak junk): New test for rbreak
6793 "Junk at end of arguments" issue.
6794
6795 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6796
6797 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
6798 *& to work on created array elements.
6799 (Top level): Test print $pc with a file. Test string operations
6800 without a target.
6801 * gdb.base/ptype.exp: Do not expect *& to work on created array
6802 elements.
6803
6804 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6805
6806 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6807 gdb.threads/staticthreads.exp: Update exit query.
6808
6809 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
6810
6811 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
6812
6813 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6814
6815 * gdb.base/watchpoint.c (global_ptr, func4): New.
6816 (main): Call func4.
6817 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
6818 (test_inaccessible_watchpoint): New.
6819
6820 2008-02-29 Maciej W. Rozycki <macro@mips.com>
6821
6822 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
6823 select the largest.
6824
6825 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6826
6827 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
6828 frames-invalid annotations.
6829
6830 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
6831
6832 * gdb.base/assign.exp: avoid same output for different tests.
6833
6834 2008-02-27 Doug Evans <dje@google.com>
6835
6836 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
6837 for bug 1738.
6838 (breakpoint_to_handler_entry): Ditto.
6839
6840 2008-02-27 Joel Brobecker <brobecker@adacore.com>
6841
6842 * gdb.base/ending-run.exp: Use the first line of code inside
6843 function body to test breakpoints.
6844 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
6845 location where the breakpoint is inserted when using the line
6846 where a function is declared. Fix typo in the description of
6847 one of the tests.
6848 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
6849
6850 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
6851
6852 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
6853 tests.
6854
6855 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
6856
6857 * gdb.base/args.exp: avoid same output for tests
6858 with single quotes.
6859
6860 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
6861
6862 * gdb.base/annota1.exp: Adjust for 'info break'
6863 format changes.
6864 * gdb.base/annota3.exp: Likewise.
6865 * gdb.base/break.exp: Likewise.
6866 * gdb.base/condbreak.exp: Likewise.
6867 * gdb.base/pending.exp: Likewise.
6868 * gdb.base/sepdebug.exp: Likewise.
6869 * gdb.base/unload.exp: Likewise.
6870 * gdb.cp/ovldbreak.exp: Likewise.
6871 * gdb.mi/mi-pending.exp: Likewise.
6872
6873 2008-02-07 Doug Evans <dje@google.com>
6874
6875 * gdb.cp/mb-inline.exp: New.
6876 * gdb.cp/mb-inline.h: New.
6877 * gdb.cp/mb-inline1.cc: New.
6878 * gdb.cp/mb-inline2.cc: New.
6879
6880 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
6881
6882 * gdb.pascal/floats.pas: New test program.
6883 * gdb.pascal/floats.exp: New testcase.
6884
6885 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6886
6887 * gdb.base/callfuncs.c (t_float_many_args): New function.
6888 (t_double_many_args): New function.
6889 * gdb.base/callfuncs.exp: Add tests for exceeding float
6890 and double parameters passed through the stack.
6891
6892 2008-02-05 Joel Brobecker <brobecker@adacore.com>
6893
6894 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
6895 gdb.ada/complete/foo.adb: New files.
6896 * gdb.ada/complete.exp: New testcase.
6897
6898 2008-02-03 Doug Evans <dje@google.com>
6899
6900 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
6901
6902 * gdb.cp/gdb2384.exp: New file.
6903 * gdb.cp/gdb2384.cc: New file.
6904 * gdb.cp/gdb2384-base.h: New file.
6905 * gdb.cp/gdb2384-base.cc: New file.
6906
6907 2008-02-02 Doug Evans <dje@google.com>
6908
6909 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
6910
6911 2007-02-01 Joel Brobecker <brobecker@adacore.com>
6912
6913 * gdb.ada/sym_print_name: New test program.
6914 * gdb.ada/sym_print_name.exp: New testcase.
6915
6916 2007-02-01 Joel Brobecker <brobecker@adacore.com>
6917
6918 * gdb.ada/nested/hello.adb: New file.
6919 * gdb.ada/nested.exp: New testcase.
6920 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6921
6922 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
6923
6924 * gdb.mi/basic.c (return_1): New function.
6925 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
6926 don't cause future evaluations of function to report
6927 creation of internal breakpoints.
6928
6929 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
6930
6931 * gdb.mi/mi-break.exp (test_error): New.
6932 Call it.
6933
6934 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
6935
6936 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
6937 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
6938
6939 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
6940
6941 * gdb.pascal/integers.pas: New test program.
6942 * gdb.pascal/integers.exp: New testcase.
6943
6944 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
6945
6946 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
6947
6948 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
6949
6950 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
6951 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
6952
6953 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
6954
6955 * gdb.ada/formatted_ref: New test program.
6956 * gdb.ada/formatted_ref.exp: New testcase.
6957
6958 * gdb.cp/formatted-ref.cc: New file.
6959 * gdb.cp/formatted-ref.exp: New testcase.
6960
6961 2008-01-30 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdb.base/ptype.exp: Add testing of "ptype $pc".
6964
6965 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6966
6967 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
6968 (test_file_list_exec_source_file): Update to new macro-info field.
6969
6970 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
6971
6972 * gdb.ada/exprs: New test program.
6973 * gdb.ada/exprs.exp: New testcase.
6974
6975 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6976
6977 * dfp-test.c (DELTA, DELTA_B): New definitions.
6978 (double_val1, double_val2, double_val3, double_val4, double_val5,
6979 double_val6, double_val7, double_val8, double_val9, double_val10,
6980 double_val11, double_val12, double_val13, double_val14, dec32_val1,
6981 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
6982 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
6983 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
6984 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
6985 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
6986 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
6987 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
6988 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
6989 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
6990 dec128_val16): New global variables.
6991 (decimal_dec128_align): New function.
6992 (decimal_mixed): Likewise.
6993 (decimal_many_args_dec32): Likewise.
6994 (decimal_many_args_dec64): Likewise.
6995 (decimal_many_args_dec128): Likewise.
6996 (decimal_many_args_mixed): Likewise.
6997 * dfp-test.exp: Add tests calling new inferior functions.
6998
6999 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7000
7001 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
7002 gdb.server/ext-run.exp: New files.
7003 * lib/gdbserver-support.exp (gdbserver_download): New.
7004 (gdbserver_start): New. Update gdbserver expected
7005 output.
7006 (gdbserver_spawn): Use them.
7007 (gdbserver_start_extended): New.
7008
7009 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
7012 Run on GNU/Linux.
7013 (do_exec_tests): Check for systems which do not support catchpoints.
7014 Do not match START.
7015 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
7016 Run on GNU/Linux. Enable verbose output.
7017 (check_fork_catchpoints): New.
7018 (explicit_fork_child_follow, catch_fork_child_follow)
7019 (tcatch_fork_parent_follow): Update expected messages.
7020 (do_fork_tests): Use check_fork_catchpoints.
7021 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
7022 Run on GNU/Linux. Enable verbose output.
7023 (check_vfork_catchpoints): New.
7024 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
7025 expected messages.
7026 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
7027
7028 2008-01-29 Jim Blandy <jimb@red-bean.com>
7029
7030 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
7031 host' errors.
7032 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
7033
7034 2008-01-29 Jim Blandy <jimb@red-bean.com>
7035
7036 * gdb.threads/sigthread.c: Use barriers to ensure that
7037 child_thread and child_thread_two are always initialized before we
7038 start to use them.
7039
7040 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
7041
7042 * gdb.base/watchpoint-solib.exp: New.
7043 * gdb.base/watchpoint-solib.c: New.
7044 * gdb.base/watchpoint-solib-shr.c: New.
7045
7046 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
7047
7048 * gdb.base/gdb1056.exp: Add unsigned integer test.
7049
7050 2008-01-28 Doug Evans <dje@google.com>
7051
7052 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
7053
7054 2008-01-27 Jim Blandy <jimb@codesourcery.com>
7055
7056 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
7057
7058 * gdb.base/expand-psymtabs.exp: Doc fix.
7059
7060 2008-01-26 Mark Kettenis <kettenis@gnu.org>
7061
7062 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7063
7064 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
7065
7066 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
7067 -var-set-format.
7068
7069 2008-01-23 Chris Demetriou <cgd@google.com>
7070
7071 * gdb.threads/thread_events.c: New testcase source file.
7072 * gdb.threads/thread_events.exp: New testcase expect file.
7073
7074 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
7075
7076 * lib/gdb.exp: Add the variable octal.
7077
7078 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
7079 -var-set-format.
7080
7081 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7082 Vladimir Prus <vladimir@codesourcery.com>
7083
7084 * gdb.base/float.exp: Allow missing floating point for m68k and
7085 PowerPC.
7086
7087 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
7088
7089 * gdb.mi/basics.c: Setup for testing breakpoints
7090 ignore count.
7091 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
7092 * gdb.mi/mi-cli.exp: Adjust.
7093 * gdb.mi/mi2-cli.exp: Adjust.
7094
7095 2008-01-17 Pedro Alves <pedro@codesourcery.com>
7096
7097 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
7098 and 'dummy_ptr' integer pointer. Initialize struct_declarations
7099 with dummy_ptr's address.
7100 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
7101 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
7102 all targets.
7103 * gdb.mi/mi2-var-child.exp: Likewise.
7104
7105 2008-01-09 Joel Brobecker <brobecker@adacore.com>
7106
7107 * gdb.ada/null_array: New test program.
7108 * gdb.ada/null_array.exp: New testcase.
7109
7110 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7111
7112 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
7113 with required float modifiers.
7114
7115 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.ada/funcall_param: New test program.
7118 * gdb.ada/funcall_param.exp: New testcase.
7119
7120 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.ada/arrayparam: New test program.
7123 * gdb.ada/arrayparam.exp: New testcase.
7124
7125 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
7128 landed. Should also fix random failures in the test following it.
7129
7130 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7131
7132 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
7133 for expressions with decimal float values.
7134 (test_dfp_conversions): New function to test casts to and from
7135 decimal float types.
7136 Call test_dfp_conversions.
7137 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
7138 elements.
7139 (main): Initialize ds.float4 and ds.double8 elements.
7140 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
7141 string to new error message.
7142 (d64_set_tests): Likewise.
7143 (d128_set_tests): Likewise.
7144 Add tests for expressions with decimal float variables. Add tests for
7145 conversions to and from decimal float types.
7146
7147 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7148
7149 * gdb.ada/packed_tagged/comp_bug.adb: New file.
7150 * gdb.ada/packed_tagged.exp: New testcase.
7151
7152 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7153
7154 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
7155 gdb.ada/homonym/homonym_main.adb: New files.
7156 * gdb.ada/homonym.exp: New testcase.
7157
7158 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7159
7160 * gdb.ada/packed_array.exp: Add testing of references to
7161 a packed array.
7162
7163 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7164
7165 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
7166 New files.
7167 * gdb.ada/type_coercion.exp: New testcase.
7168
7169 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7170
7171 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
7172 gdb.ada/tagged/foo.adb: New file.
7173 * gdb.ada/tagged.exp: New testcase.
7174
7175 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7176
7177 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
7178 gdb.ada/ptype_field/foo.adb: New files.
7179 * gdb.ada/ptype_field.exp: New testcase.
7180
7181 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7182
7183 * gdb.ada/print_pc.exp: New testcase.
7184
7185 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7186
7187 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
7188 gdb.ada/taft_type/p.adb: New files.
7189 * gdb.ada/taft_type.exp: New testcase.
7190
7191 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/array_bounds/bar.adb: New file.
7194 * gdb.ada/array_bounds.exp: New testcase.
7195
7196 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7197
7198 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
7199 gdb.ada/arrayptr/foo.adb: New files.
7200 * gdb.ada/arrayptr.exp: New testcase.
7201
7202 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7203
7204 * gdb.base/set-lang-auto.exp: New testcase.
7205
7206 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7207
7208 * gdb.ada/fun_addr/foo.adb: New file.
7209 * gdb.ada/fun_addr.exp: New testcase.
7210
7211 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7212
7213 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
7214 New files
7215
7216 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7217
7218 * array_subscript_addr/p.adb: New file.
7219 * array_subscript_addr.exp: New testcase.
7220
7221 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
7224 New files.
7225 * gdb.ada/str_cmp_ref.exp: New testcase.
7226
7227 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
7230 gdb.ada/fun_in_declare/foo.adb: New files.
7231 * gdb.ada/fun_in_declare.exp: New testcase.
7232
7233 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7234
7235 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
7236 gdb.ada/ref_param/pck.ads: New files.
7237 * gdb.ada/ref_param.exp: New testcase.
7238
7239 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
7242 gdb.ada/interface/foo.adb: New files.
7243 * gdb.ada/interface.exp: New testcase.
7244
7245 2007-12-31 Jim Blandy <jimb@codesourcery.com>
7246
7247 * gdb.base/multi-forks.exp: Consume all output from child
7248 processes before proceeding to next test.
7249
7250 2007-12-29 Jim Blandy <jimb@codesourcery.com>
7251
7252 * configure: Regenerated.
7253
7254 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7255
7256 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
7257 gdb.ada/fixed_cmp/fixed.adb: New files.
7258 * gdb.ada/fixed_cmp.exp: New testcase.
7259
7260 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.ada/boolean_expr.exp: New testcase.
7263
7264 2007-12-26 Jim Blandy <jimb@codesourcery.com>
7265
7266 * gdb.base/multi-forks.exp: Doc fix.
7267
7268 2007-12-26 Joel Brobecker <brobecker@adacore.com>
7269
7270 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7271 * gdb.ada/char_param.exp: Do not compile our test program with
7272 -gnata, this is unnecessary.
7273 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
7274
7275 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7276
7277 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
7278 gdb.ada/print_chars/foo.adb: New files.
7279 * gdb.ada/print_chars.exp: New testcase.
7280
7281 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7282
7283 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
7284 gdb.ada/char_param/foo.adb: New files.
7285 * gdb.ada/char_param.exp: New testcase.
7286
7287 2007-12-22 Jim Blandy <jimb@codesourcery.com>
7288
7289 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
7290 hard-coding source line numbers into the test.
7291 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
7292 gdb_get_line_number to find.
7293
7294 2007-12-22 Joel Brobecker <brobecker@adacore.com>
7295
7296 * gdb.base/ptype.c (highest): New struct type.
7297 (the_highest): New variable of that type.
7298 (main): Add dummy assignment to a field of variable the_highest.
7299 * gdb.base/ptype.exp: Test type printing of our new variable.
7300
7301 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
7302
7303 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
7304 and record first explicitly generated thread number.
7305 Use that thread number for thread specific watchpoint test.
7306 Add iteration number to repetitive tests.
7307
7308 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
7309 Jim Blandy <jimb@codesourcery.com>
7310
7311 * gdb.base/expand-psymtabs.c: New testcase
7312 source file.
7313 * gdb.base/expand-psymtabs.exp: New testcase
7314 expect file.
7315
7316 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7317
7318 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
7319 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
7320
7321 2007-12-17 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.ada/frame_args/foo.adb: New file.
7324 * gdb.ada/frame_args/pck.ads: New file.
7325 * gdb.ada/frame_args/pck.adb: New file.
7326 * gdb.ada/frame_args.exp: New testcase.
7327
7328 2007-12-17 Joel Brobecker <brobecker@adacore.com>
7329
7330 * gdb.base/frame-args.c: New file.
7331 * gdb.base/frame-args.exp: New testcase.
7332
7333 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7334 Joseph Myers <joseph@codesourcery.com>
7335
7336 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
7337
7338 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7339
7340 * gdb.mi/mi-pending.exp: New.
7341 * gdb.mi/mi-pending.c: New.
7342 * gdb.mi/mi-pendshr.c: New.
7343
7344 2007-12-06 Jim Blandy <jimb@codesourcery.com>
7345
7346 * gdb.base/default.exp: Update expected output for 'info catch'.
7347
7348 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7349
7350 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
7351 must be set to binary.
7352
7353 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
7354
7355 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
7356
7357 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7358
7359 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
7360 gdb.mi/mi-file-transfer.exp: New.
7361
7362 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
7365
7366 2007-11-22 Maciej W. Rozycki <macro@mips.com>
7367
7368 * gdb.trace/backtrace.exp: Fix a typo.
7369 * gdb.trace/circ.exp: Likewise.
7370 * gdb.trace/collection.exp: Likewise.
7371 * gdb.trace/limits.exp: Likewise.
7372 * gdb.trace/report.exp: Likewise.
7373 * gdb.trace/tfind.exp: Likewise.
7374 * gdb.trace/while-dyn.exp: Likewise.
7375
7376 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
7377
7378 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
7379 objects of pointers that can't be dereferenced are now
7380 "noneditable".
7381
7382 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7383
7384 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7385 (target_cpu): Remove.
7386
7387 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
7388
7389 * gdb.base/ending-run.exp: Expect the list of cleared
7390 breakpoint to come in natural order, not the reversed one.
7391
7392 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
7393
7394 * gdb.mi/mi-var-child.c (do_child_deletion): New.
7395 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
7396
7397 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7398
7399 * gdb.base/printcmds.exp: New function
7400 test_printf_with_dfp.
7401
7402 2007-11-02 Doug Evans <dje@google.com>
7403
7404 * gdb.disasm/t01_mov.s: Remove carriage returns.
7405 * gdb.disasm/t02_mova.s: Ditto.
7406 * gdb.disasm/t03_add.s: Ditto.
7407 * gdb.disasm/t04_sub.s: Ditto.
7408 * gdb.disasm/t05_cmp.s: Ditto.
7409 * gdb.disasm/t06_ari2.s: Ditto.
7410 * gdb.disasm/t07_ari3.s: Ditto.
7411 * gdb.disasm/t08_or.s: Ditto.
7412 * gdb.disasm/t09_xor.s: Ditto.
7413 * gdb.disasm/t10_and.s: Ditto.
7414 * gdb.disasm/t11_logs.s: Ditto.
7415 * gdb.disasm/t12_bit.s: Ditto.
7416 * gdb.disasm/t13_otr.s: Ditto.
7417
7418 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7419
7420 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
7421
7422 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7423
7424 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
7425 provide DFP support.
7426
7427 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7428
7429 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
7430 Test "set powerpc vector-abi". Skip auto-detection tests for old
7431 toolchains.
7432
7433 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
7434
7435 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
7436 with [string compare].
7437
7438 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
7439
7440 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
7441 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
7442
7443 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
7444
7445 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
7446 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
7447 * gdb.opt/Makefile.in: New makefile.
7448 * Makefile.in: Create new directory "gdb.opt".
7449 * configure.ac: Add "gdb.opt" directory.
7450 * configure: Regenerated.
7451
7452 2007-10-25 Doug Evans <dje@google.com>
7453
7454 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
7455 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
7456
7457 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
7458 Thiago Jung Bauermann <bauerman@br.ibm.com>
7459
7460 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
7461 Floating Point expressions.
7462 * gdb.base/dfp-test.exp: new file adding tests for Decimal
7463 Floating Point variables.
7464 * gdb.base/dfp-test.c: new file containing program with Decimal
7465 Floating variables, used by gdb.base/dfp-test.exp.
7466
7467 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7468
7469 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
7470
7471 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7472
7473 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
7474 compiling test case with GCC.
7475 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
7476
7477 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7478
7479 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7480 format changes.
7481
7482 2007-10-18 Michael Snyder <msnyder@specifix.com>
7483
7484 * gdb.base/dbx.exp: Add missing "-re " operator.
7485
7486 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7487
7488 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
7489 * configure.ac: Removed trailing spaces after backslash.
7490 * gdb.modula2: New directory.
7491 * gdb.modula2/Makefile.in: New file.
7492 * gdb.modula2/unbounded-array.exp: New file.
7493 * gdb.modula2/unbounded1.c: New file.
7494
7495 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7496
7497 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
7498
7499 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
7500
7501 * gdb.base/sigstep.c (main): Add checks for
7502 return values for setitimer call.
7503 Call setitimer again with itimer = ITIMER_REAL
7504 if first call to setitimer fails.
7505
7506 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7507
7508 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
7509 of $timeout.
7510
7511 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7512
7513 * gdb.server/server-run.exp: Test for dynamic linker symbols.
7514
7515 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
7516
7517 * lib/gdb.exp (gdb_run_cmd): Move comment outside
7518 of gdb_expect call, to avoid interruption.
7519
7520 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
7521
7522 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
7523 (v_unsigned_long_long, v_long_long_array)
7524 (v_signed_long_long_array, v_unsigned_long_long_array)
7525 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
7526 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
7527 [!NO_LONG_LONG]: New.
7528 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
7529 v_long_long_member.
7530
7531 (v_long_long_func, v_signed_long_long_func)
7532 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
7533 (main) [!NO_LONG_LONG]: Initialize long long variants.
7534
7535 * gdb.base/whatis.exp: If board file requests no_long_long, build
7536 test with NO_LONG_LONG defined. Test long long, signed long long,
7537 and unsigned long long variants but only if board file doesn't
7538 disable it.
7539
7540 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
7541 Daniel Jacobowitz <dan@codesourcery.com>
7542
7543 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
7544 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
7545 * configure: Regenerated.
7546 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
7547 gdb.pascal/types.exp, lib/pascal.exp: New files.
7548
7549 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
7550
7551 * gdb.cp/classes.exp (do_tests): Always step to the line after the
7552 call.
7553 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
7554 to return to the call.
7555 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
7556 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
7557 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
7558 * gdb.mi/mi-until.exp (test_until): Likewise.
7559 * gdb.mi/mi2-until.exp (test_until): Likewise.
7560
7561 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
7562
7563 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
7564 two-char array.
7565 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
7566
7567 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7568
7569 * gdb.threads/watchthreads.c (thread_function): Sleep between
7570 iterations.
7571 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
7572 at once for S/390. Generate matching fails and passes.
7573
7574 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
7575
7576 * gdb.mi/var-cmd.c (do_children_tests): Initialize
7577 the 'struct_declarations' variable to zeros.
7578
7579 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
7580
7581 * gdb.cp/mb-ctor.cc: New.
7582 * gdb.cp/mb-ctor.exp: New.
7583 * gdb.cp/mb-templates.cc: New.
7584 * gdb.cp/mb-templates.exp: New.
7585
7586 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
7587
7588 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
7589
7590 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
7591
7592 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
7593 targets.
7594 * configure: Regenerate.
7595
7596 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
7597
7598 * gdb.base/annota1.exp: Adjust for 'info break'
7599 format changes.
7600 * gdb.base/annota3.exp: Likewise.
7601 * gdb.base/break.exp: Likewise.
7602 * gdb.base/condbreak.exp: Likewise.
7603 * gdb.base/pending.exp: Likewise.
7604 * gdb.base/sepdebug.exp: Likewise.
7605 * gdb.base/unload.exp: Likewise.
7606 * gdb.base/ovldbreak.exp: Likewise.
7607
7608 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
7609
7610 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
7611 messages.
7612 * gdb.base/chng-syms.exp: Likewise.
7613 * gdb.base/unload.exp: Likewise.
7614
7615 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
7616
7617 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
7618
7619 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7620
7621 * schedlock.c (NUM): Change to 1.
7622 (main): Use args[0] for the main thread.
7623 * schedlock.exp: Only expect two threads. Only issue one pass or fail
7624 regardless of the number of threads.
7625
7626 2007-09-14 Maciej W. Rozycki <macro@mips.com>
7627
7628 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
7629 type down.
7630 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
7631 test.
7632 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
7633 watchpoint type down.
7634 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
7635 test.
7636
7637 2007-09-14 Maciej W. Rozycki <macro@mips.com>
7638
7639 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
7640 Move all the tests here and run them twice, once using software
7641 watchpoints and once using hardware watchpoints.
7642 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
7643
7644 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
7645
7646 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
7647 test.
7648
7649 2007-09-10 Mark Kettenis <kettenis@gnu.org>
7650
7651 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
7652 build-id.
7653
7654 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
7655 know about $ORIGIN. Calculate output dir from $dest instead of
7656 using ${objdir}/{$subdir}.
7657
7658 2007-09-09 Mark Kettenis <kettenis@gnu.org>
7659
7660 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
7661 gcore, before continuing with the test.
7662
7663 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
7664
7665 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
7666 * gdb.mi/mi-watch.exp: Likewise.
7667
7668 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7669 Jim Blandy <jimb@codesourcery.com>
7670
7671 * gdb.arch/i386-sse.exp: Do not expect character constants.
7672 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
7673 * gdb.base/display.exp: Allow print/s.
7674 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
7675 and unsigned char array changes.
7676
7677 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7678
7679 * gdb.base/display.exp: Add tests for printf %p.
7680
7681 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
7682
7683 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
7684 the dll name to unicode.
7685
7686 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7687
7688 * gdb.base/default.exp (show version): Update the version text.
7689 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
7690
7691 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7692
7693 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
7694 New files.
7695
7696 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 * lib/gdb.exp (build_id_debug_filename_get): New function.
7699 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
7700 Remove the generate DEBUG file for the future testcase runs.
7701 New testcase for the NT_GNU_BUILD_ID retrieval.
7702 Move the final testing step to ...
7703 (test_different_dir): ... a new function.
7704 New parameter XFAIL to XFAIL all the tests performed.
7705 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
7706 New parameter TYPE to PF_PREFIX all the tests performed.
7707
7708 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7709
7710 * gdb.mi/mi-var-cp.cc (path_expression): New
7711 function.
7712 * gdb.mi/mi-var-cp.exp: Run path exression tests.
7713
7714 2007-08-27 Markus Deuling <deuling@de.ibm.com>
7715
7716 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
7717 to fit into SPU Local Store memory.
7718
7719 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7720
7721 * gdb.base/default.exp: Adjust the expected output of "info
7722 warranty" after the switch to GPLv3.
7723
7724 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7725
7726 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
7727 to 30000 (from 20000).
7728
7729 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7730
7731 Switch the license of all .exp files to GPLv3.
7732 Switch the license of all .f and .f90 files to GPLv3.
7733 Switch the license of all .s and .S files to GPLv3.
7734
7735 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7736
7737 * configure.ac: Switch license to GPLv3.
7738
7739 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7740
7741 Switch the licensing to GPLv3 for all .ads and .adb files.
7742
7743 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
7744
7745 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
7746 and t_int_double.
7747 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
7748
7749 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7750
7751 * gdb.base/step-line.c: Switch license to GPL version 3, and
7752 update copyright year.
7753 * gdb.base/step-line.inp: Likewise.
7754
7755 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7756
7757 * gdb.base/gdb1555.exp: Make expected output immune to formatting
7758 changes inside gdb1555.c.
7759 * gdb.base/pending.exp: Likewise.
7760
7761 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
7762
7763 * config/default.exp: New file.
7764
7765 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7766
7767 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
7768 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
7769
7770 2007-07-30 Maciej W. Rozycki <macro@mips.com>
7771
7772 * gdb.base/dump.exp: Force the correct endianness for binary
7773 formats not carrying this information.
7774
7775 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 * gdb.threads/staticthreads.exp: Match .*sem_post.
7778
7779 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7780
7781 * gdb.base/readline.exp (operate_and_get_next): Match the final
7782 prompt.
7783
7784 2007-07-23 Kevin Buettner <kevinb@redhat.com>
7785
7786 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
7787 to restarting SID.
7788
7789 2007-07-18 Kevin Buettner <kevinb@redhat.com>
7790
7791 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
7792 prior to `gdb_start'.
7793
7794 2007-07-18 Kevin Buettner <kevinb@redhat.com>
7795
7796 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
7797 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
7798 Remove call to gdb_unload.
7799
7800 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
7801 Daniel Jacobowitz <dan@codesourcery.com>
7802
7803 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
7804 for __WIN32__.
7805 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
7806 * gdb.base/unload.exp: Use shared library test routines.
7807
7808 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7809
7810 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
7811 * gdb.base/solib-symbol-lib.c: Likewise.
7812 * gdb.base/solib-symbol-main.c: Likewise.
7813
7814 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7815
7816 * config/gdbserver.exp (gdb_reconnect): New.
7817 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
7818 gdb.base/solib-disc.exp: New files.
7819 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
7820 remote debugging".
7821 (gdb_compile): Add shlib_load flag.
7822 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
7823 port.
7824 (gdbserver_reconnect): New.
7825
7826 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
7827 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdb.base/annota3.exp: Test for if construct.
7830
7831 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
7832
7833 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
7834
7835 2007-06-21 Chris Dearman <chris@mips.com>
7836 Maciej W. Rozycki <macro@mips.com>
7837
7838 * gdb.base/display.exp: Allow a newline after display/i.
7839 * gdb.base/pc-fp.exp: Likewise.
7840 * gdb.base/sigbpt.exp: Likewise.
7841
7842 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7843
7844 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
7845 required features to be included.
7846
7847 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
7848
7849 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
7850 in info threads output.
7851
7852 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7853 Markus Deuling <deuling@de.ibm.com>
7854
7855 * gdb.arch/spu-info.exp: New testcase.
7856 * gdb.arch/spu-info.c: New file.
7857
7858 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
7859
7860 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
7861 tpcs_offset. Restore lr after the call.
7862 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
7863
7864 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
7865
7866 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
7867 (gdbserver_run): Kill any running gdbserver.
7868 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
7869
7870 2007-05-17 Maciej W. Rozycki <macro@mips.com>
7871
7872 * gdb.base/sigbpt.exp: Preset segv_addr.
7873
7874 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7875
7876 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
7877 (gdb_compile_shlib): Likewise.
7878 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
7879 (default_gdb_init): Clear cleanfiles.
7880 (gdb_finish): Delete recorded cleanfiles.
7881 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
7882
7883 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
7884 Do not use isnative.
7885 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
7886 gdb.base/so-impl-ld.exp: Likewise.
7887 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
7888 * gdb.base/unload.exp: Likewise. Do not pass empty option to
7889 gdb_compile.
7890
7891 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
7892
7893 * config/unknown.exp: Remove.
7894
7895 2007-05-15 Markus Deuling <deuling@de.ibm.com>
7896
7897 * gdb.base/info-proc.exp: Check is_remote.
7898
7899 2007-05-14 Markus Deuling <deuling@de.ibm.com>
7900
7901 * gdb.base/gcore.exp: Initialize variable core_supported.
7902
7903 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7904
7905 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
7906
7907 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7908
7909 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
7910 * gdb.threads/print-threads.exp (test_all_threads): Allow
7911 negative and hexadecimal thread IDs.
7912
7913 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7914
7915 * gdb.java/jprint.java (public): Avoid invalid call to static
7916 method.
7917
7918 2007-05-14 Denis Pilat <denis.pilat@st.com>
7919
7920 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
7921 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
7922 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7923 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
7924 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
7925
7926 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7927
7928 * gdb.base/overlays.exp: Add support for targets with only code
7929 overlay support, not data overlay. Support spu-*-* target in
7930 this mode.
7931 * gdb.base/ovlymgr.c: Provide stubs for spu target.
7932 * gdb.base/spu.ld: New file.
7933
7934 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
7935
7936 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
7937
7938 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
7939
7940 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
7941
7942 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
7943
7944 * gdb.java/jmain.exp: Handle demangled names with and without method
7945 signatures.
7946
7947 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
7948
7949 * gdb.mi/mi-syn-frame.c (main, foo, bar)
7950 (have_a_very_merry_interrupt): Remove calls to puts.
7951 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
7952 inferior output.
7953 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
7954 test names.
7955
7956 2007-04-29 Markus Deuling <deuling@de.ibm.com>
7957 Daniel Jacobowitz <dan@codesourcery.com>
7958
7959 * gdb.base/auxv.exp (core_works): Also check is_remote.
7960 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
7961
7962 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
7963
7964 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
7965 message, not the undefined 'module' variable.
7966 * gdb.base/siginfo.exp: Likewise.
7967 * gdb.base/sigstep.exp: Likewise.
7968 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
7969 serialport.
7970 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
7971
7972 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
7973
7974 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
7975 target sim fails. Return 0 otherwise.
7976 (gdb_load): Return prematurely if gdb_target_sim fails.
7977
7978 2007-04-16 Denis Pilat <denis.pilat@st.com>
7979
7980 * gdb.base/setshow.exp: Reset height after having set it to 100.
7981
7982 2007-04-16 Denis Pilat <denis.pilat@st.com>
7983
7984 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
7985
7986 2007-04-16 Denis Pilat <denis.pilat@st.com>
7987
7988 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
7989
7990 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7991
7992 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
7993 tests. Run the frozen varobjs test.
7994 * gdb.mi/var-cmd.c (do_frozen_tests): New.
7995 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
7996
7997 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7998
7999 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
8000 gdb.base/type-opaque.exp: New files.
8001
8002 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
8003
8004 * gdb.mi/mi-var-child.c
8005 (do_children_tests): User char[2] instead of
8006 char so that automatic printing of pointers to char
8007 don't give unpredicable result.
8008 * gdb.mi/var-cmd.c (do_locals_test): Initialize
8009 local variables.
8010 * gdb.mi/mi-var-child.exp: Step to right line
8011 of do_children_tests.
8012 * gdb.mi/mi2-var-child.exp: Likewise.
8013 * gdb.mi/mi-var-cmd.exp: Step to right line of
8014 do_locals_tests.
8015 (do_children_tests): User char[2] instead of
8016 char so that automatic printing of pointers to char
8017 don't give unpredicable result.
8018 * gdb.mi/mi2-var-cmd.exp: Likewise.
8019 * lib/mi-support.exp (mi_continue_to_line):
8020 Pass test name to mi_wait_for_stop.
8021
8022 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8023
8024 * gdb.asm/asm-source.exp: Remove d10v case.
8025 * lib/gdb.exp (skip_cplus_tests): Likewise.
8026 * gdb.asm/d10v.inc: Deleted.
8027
8028 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8029
8030 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
8031
8032 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8033
8034 * config/netware.exp: Delete file.
8035
8036 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8037
8038 * gdb.dwarf2/dw2-noloc.S: New file.
8039 * gdb.dwarf2/dw2-noloc.exp: New file.
8040
8041 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8042
8043 * gdb.cp/method2.cc: New test.
8044 * gdb.cp/method2.exp: New test.
8045 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
8046
8047 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8048
8049 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
8050
8051 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8052
8053 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
8054
8055 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8056
8057 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
8058 (gdb_load): Delete, replace with...
8059 (gdb_reload): ...this.
8060 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
8061 * gdb.server/server-mon.exp: Likewise.
8062 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
8063 (gdb_start_cmd): New.
8064 (gdb_file_cmd): Save the last loaded file.
8065 (gdb_reload): New.
8066 (gdb_gnu_strip_debug): Use transform.
8067 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
8068 support here. Use new $last_loaded_file. Check mtime.
8069 (gdb_target_cmd): Handle ObjC failure case.
8070 (infer_host_exec): Delete.
8071 (gdbserver_load): Rename to...
8072 (gdbserver_run): ...this. Simplify.
8073 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
8074 (mi_gdb_load): Move most contents to a new function...
8075 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
8076 (mi_run_cmd): Use mi_gdb_target_load.
8077 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
8078 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
8079 Use gdb_run_cmd.
8080 * gdb.base/charsign.exp: Remove incorrect comment.
8081 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
8082 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
8083 gdb.base/start.exp: Use gdb_start_cmd.
8084
8085 2007-03-23 Nigel Stephens <nigel@mips.com>
8086 Maciej W. Rozycki <macro@mips.com>
8087
8088 * gdb.base/sigbpt.exp: Fix the message when skipping test.
8089 * gdb.base/signull.exp: Similarly.
8090
8091 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8092
8093 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
8094 messages available to test cases (like chng-sym.exp).
8095
8096 2007-03-14 Andreas Schwab <schwab@suse.de>
8097
8098 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8099 format changes.
8100
8101 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
8104 (optimized_1): New.
8105 (main): Call optimized_1.
8106 (gdb2029): Correct typos. Call gdb2029_marker.
8107 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
8108 for gdb2029.
8109
8110 2007-03-12 Mark Kettenis <kettenis@gnu.org>
8111
8112 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
8113 as tabs. Remove redundant test pattern.
8114
8115 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8116
8117 * gdb.base/long_long.exp: Accept optional symbol name in <...>
8118 for /a format output.
8119
8120 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
8121
8122 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
8123 collect output incrementally.
8124
8125 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8126
8127 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
8128 for -var-create lpcharacter test.
8129 * gdb.mi/mi2-var-cmd.exp: Likewise.
8130
8131 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8132
8133 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
8134 pass on targets where address zero is readable.
8135
8136 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8137
8138 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
8139 just a single architecture.
8140
8141 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8142
8143 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
8144 (fetch_all_registers): New function, uses gdb_test_multiple and
8145 exp_continue to fetch inferior output line-by-line.
8146 Replace all uses of do_get_all_registers by fetch_all_registers.
8147
8148 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8149
8150 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
8151 in target_info.
8152
8153 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8154
8155 * gdb.threads/manythreads.exp: Use $message string for
8156 consistancy; add a default (timeout) case.
8157
8158 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8159
8160 * gdb.base/watchpoint.exp: Fix truncated comment.
8161
8162 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8163
8164 * Makefile.in: Remove spurious single-quotes from sed command.
8165
8166 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8167
8168 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
8169 func.
8170 * gdb.mi/mi2-var-cmd.exp: Likewise.
8171
8172 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8173
8174 * gdb.dwarf2/dw2-producer.S: New file.
8175 * gdb.dwarf2/dw2-producer.exp: New testcase.
8176
8177 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
8178
8179 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8180 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8181 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8182 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8183 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8184 Revert tests to use mi_gdb_test and include value field in output
8185 of -var-create.
8186
8187 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8188
8189 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
8190
8191 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8192
8193 * gdb.base/maint.exp: Remove full paths from test names.
8194 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
8195 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
8196
8197 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8198
8199 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
8200
8201 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8202
8203 * gdb.server/server-mon.exp: New test.
8204
8205 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8206
8207 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
8208
8209 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8210
8211 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
8212 register capitalization.
8213
8214 2007-02-13 Denis Pilat <denis.pilat@st.com>
8215
8216 * gdb.mi/mi-var-invalidate.exp: New file.
8217
8218 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8219
8220 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
8221
8222 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8223
8224 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
8225
8226 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8227
8228 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
8229 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
8230
8231 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
8232
8233 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8234 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8235 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8236 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8237 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8238 * gdb.mi/gdb792.exp, lib/mi-support.exp:
8239 Update tests to include value field in output of -var-create.
8240
8241 2007-02-08 Andreas Schwab <schwab@suse.de>
8242
8243 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
8244
8245 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8246
8247 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
8248 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
8249
8250 2007-02-02 Denis Pilat <denis.pilat@st.com>
8251
8252 * gdb.threads/threadapply.exp: check that frame is not changed by
8253 the thread apply all command.
8254
8255 2007-01-31 Andreas Schwab <schwab@suse.de>
8256
8257 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8258
8259 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
8260 in the dwarf sections.
8261 * gdb.dwarf2/mac-fileno.S: Likewise.
8262
8263 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
8264 bspstore register on ia64.
8265
8266 2007-01-29 Andreas Schwab <schwab@suse.de>
8267
8268 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
8269 "frame-begin" annotation.
8270
8271 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
8272 number of "frames-invalid" annotations.
8273
8274 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8275
8276 * gdb.base/commands.exp: Call if_commands_test.
8277 (gdb_test_no_prompt, if_commands_test): New.
8278
8279 2007-01-28 Mark Kettenis <kettenis@gnu.org>
8280
8281 * gdb.threads/sigthread.c (NSIGS): Make bigger.
8282
8283 2007-01-27 Andreas Schwab <schwab@suse.de>
8284
8285 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
8286 .short/.int/.quad in the dwarf sections.
8287 * gdb.dwarf2/dw2-intercu.S: Likewise.
8288 * gdb.dwarf2/dw2-intermix.S: Likewise.
8289
8290 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8291
8292 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
8293 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
8294 array.
8295 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
8296 * gdb.base/setvar.exp: Likewise.
8297
8298 2007-01-26 Andreas Schwab <schwab@suse.de>
8299
8300 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
8301 test.
8302
8303 * gdb.base/multi-forks.exp ("restart $i"): Also match
8304 __kernel_syscall_via_break.
8305
8306 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
8307
8308 * lib/mi-support.exp (mi_delete_varobj): New.
8309 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
8310 testcase.
8311 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
8312 (main): Call the above.
8313 (reference_update_test, base_in_reference_test)
8314 (reference_to_pointer): Delete the created varobjs.
8315
8316 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
8317
8318 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
8319 * configure: Regenerated.
8320 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
8321 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
8322 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
8323 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
8324 * lib/gdb.exp (gdb_skip_xml_test): New function.
8325
8326 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
8327
8328 * gdb.base/sigrepeat.exp: Correct error message.
8329
8330 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8331 Daniel Jacobowitz <dan@codesourcery.com>
8332
8333 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
8334 gdb.arch/i386-gnu-cfi-asm.S: New files.
8335
8336 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 * lib/gdb.exp: Abort on missing `site.exp'.
8339
8340 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8341 Daniel Jacobowitz <dan@codesourcery.com>
8342
8343 * gdb.base/included.c, gdb.base/included.exp,
8344 gdb.base/included.h: New files.
8345
8346 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8347
8348 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
8349 (maximize_rlimit): Reduce limits on 64-bit systems.
8350
8351 2007-01-19 Mark Kettenis <kettenis@gnu.org>
8352
8353 From Marcus Deuling <deuling@de.ibm.com>:
8354 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
8355 every case.
8356
8357 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
8358
8359 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
8360 (test_path_specification): Use objdir instead of srcdir to always
8361 get an absolute filename.
8362
8363 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
8364
8365 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
8366
8367 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
8368
8369 * gdb.mi/mi-var-cp.cc (reference_update_tests):
8370 Make sure the variable we're using is in scope.
8371 (reference_to_pointer): Likewise.
8372
8373 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8374
8375 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
8376 has no debug information.
8377
8378 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8379
8380 * gdb.base/annota1.exp: Remove extra send_gdb.
8381
8382 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
8385
8386 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8387
8388 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
8389
8390 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
8391 Daniel Jacobowitz <dan@codesourcery.com>
8392
8393 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
8394 lcharacter or linteger change. Correct duplicated test name.
8395 * gdb.mi/mi2-var-cmd.exp: Likewise.
8396
8397 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8398
8399 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
8400
8401 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8402
8403 * gdb.base/nofield.c: New file.
8404 * gdb.base/nofield.exp: New testcase.
8405
8406 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
8407
8408 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
8409
8410 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
8411 test.
8412
8413 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
8416
8417 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8418
8419 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
8420 when continuing.
8421
8422 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8423
8424 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
8425 Expect ".exe" extension.
8426
8427 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8428
8429 * gdb.base/charset.exp: Add explicit filename to break.
8430 * gdb.base/dbx.exp: Add explicit filename to breaks.
8431
8432 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8433
8434 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
8435 * gdb.mi/mi2-file.exp: Likewise.
8436
8437 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8438
8439 Implement specification of MI tests as comments
8440 in C and C++ sources.
8441 * lib/mi-support.exp (mi_autotest_data): New variable.
8442 (mi_autotest_source): New variable.
8443 (count_newlines, mi_prepare_inline_tests)
8444 (mi_get_inline_test, mi_continue_to_line)
8445 (mi_run_inline_test, mi_tbreak)
8446 (mi_send_resuming_command, mi_wait_for_stop): New functions.
8447 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
8448 Run inline tests.
8449 * gdb.mi/mi-var-cp.cc: Define tests here.
8450
8451 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8452
8453 Simplify usage of mi_continue_to.
8454 * lib/mi-support.exp (mi_runto_helper): Renamed
8455 from mi_runto, added new parameter 'run_or_continue'.
8456 (mi_runto): Use mi_runto_helper.
8457 (mi_continue_to): Accept just function name as parameter.
8458 Use mi_runto_helper.
8459 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
8460 * gdb.mi/mi2-var-cmd.exp: Likewise.
8461
8462 2006-01-04 Joel Brobecker <brobecker@adacore.com>
8463
8464 Make this testcase a bit more realistic. The current code
8465 is too simplistic, and allows the compiler to optimize out
8466 some of the entities we need for this testcase.
8467 * gdb.ada/null_record/bar.ads (Void_Star): New type.
8468 (Do_Nothing): Add extra parameter.
8469 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
8470 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
8471 by using a variable of type Void_Star.
8472
8473 2006-01-04 Joel Brobecker <brobecker@adacore.com>
8474
8475 * gdb.ada/catch_ex/foo.adb: New file.
8476 * gdb.ada/catch_ex.exp: New testcase.
8477
8478 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
8479
8480 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
8481 pass --image-base to linker.
8482
8483 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8484 Daniel Jacobowitz <dan@codesourcery.com>
8485
8486 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
8487 secondary prompts.
8488
8489 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8490
8491 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
8492 output. Test the types of members and member pointers.
8493 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
8494 gdb/2092.
8495 * gdb.cp/member-ptr.exp: Search for a comment instead of a
8496 statement. Enable for GCC. Update expected output for some tests
8497 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
8498 layout.
8499 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
8500 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
8501 (Diamond::vget_base): New.
8502 (main): Add new tests.
8503 * gdb.cp/printmethod.exp: Update expected output for member functions.
8504 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
8505 print pEe->D::vg().
8506
8507 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8508
8509 * gdb.threads/tls.exp: Allow stops in sem_post.
8510
8511 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
8512
8513 * gdb.base/annota1.exp: Allow .*printf in backtraces.
8514 * gdb.base/annota3.exp: Likewise.
8515 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
8516 again (instead of timing out).
8517 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
8518 GCC bug 26475.
8519 * gdb.java/jmisc.exp: Adjust to work with method signatures including
8520 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
8521 test from jmisc1.exp.
8522 * gdb.java/jmisc1.exp: Delete.
8523 * gdb.java/jprint.exp: Adjust to work with method signatures including
8524 return types.
8525 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
8526 * gdb.threads/linux-dp.exp: Don't be confused by program output.
8527 * lib/java.exp (compile_java_from_source): Pass the correct type
8528 to target_compile.
8529
8530 2006-12-31 Joel Brobecker <brobecker@adacore.com>
8531
8532 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
8533 (stack_align_edx): New function.
8534 (stack_align_eax): New function.
8535 (main): Add calls to stack_align_edx and stack_align_eax.
8536 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
8537 Add testing for the cases where the register used during a stack
8538 realignment is edx. Same for eax.
8539
8540 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
8541
8542 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
8543 and generic PE targets.
8544
8545 2006-12-29 Joel Brobecker <brobecker@adacore.com>
8546
8547 * gdb.ada/array_return.exp: Update copyright date list.
8548
8549 2006-12-27 Joel Brobecker <brobecker@adacore.com>
8550
8551 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
8552 (Create_Small_Float_Vector): New function.
8553 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
8554 function body.
8555 * gdb.ada/array_return/p.adb: Use new type and function from
8556 package Pck.
8557 * gdb.ada/array_return.exp: Add a test verifying that GDB is
8558 able to print the value returned by a function returning an
8559 array of float.
8560
8561 2006-12-20 Joel Brobecker <brobecker@adacore.com>
8562
8563 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
8564 The associated tests should be PASSing.
8565
8566 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8567
8568 Test for base in references.
8569 * gdb.mi/mi-var-cp.cc: Add test code.
8570 * gdb.mi/mi-var-cp.exp: Test for bases in references.
8571 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
8572 * gdb.mi/mi2-watch.exp: Likewise.
8573 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
8574 (mi_list_varobj_children): New function.
8575
8576 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8577
8578 * lib/mi-support.exp
8579 (mi_runto): Accept "()" after function name.
8580 (mi_create_varobj): New function.
8581 (mi_varobj_update): New function.
8582 (mi_Check_varobj_value): New function.
8583 * gdb.mi/mi-var-cp.exp: New file.
8584 * gdb.mi/mi-var-cp.cc: New file.
8585
8586 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
8587
8588 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
8589 gdb.base/weaklib2.c: New files.
8590
8591 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8592
8593 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
8594 info. Adjust test names.
8595
8596 * gdb.base/break.c (main): Move position of malloc.
8597 * gdb.base/break.exp: Revert mistaken checkin.
8598
8599 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
8600
8601 * gdb.mi/mi-var-cmd.exp: Check -var-update after
8602 assignement of arrays and function pointers.
8603 * gdb.mi/var-cmd.c: Add declaration necessary for above
8604 tests.
8605
8606 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
8607
8608 * gdb.base/break.c (main): Call malloc.
8609
8610 * gdb.threads/linux-dp.exp: Read thread table before and after
8611 creating each philosopher and verify it.
8612
8613 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
8614 Paul Brook <paul@codesourcery.com>
8615 Daniel Jacobowitz <dan@codesourcery.com>
8616
8617 * gdb.base/ending-run.exp: Flatten expect script stepping out of
8618 main to remove duplication. Add start function of the form
8619 '_*start[1-9]*'. Add RVDS start function.
8620
8621 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
8622
8623 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
8624
8625 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8626
8627 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
8628 * gdb.asm/spu.inc: New file.
8629 * gdb.base/term.exp: Disable if [target_info exists noargs].
8630 * gdb.gdb/complaints.exp: Disable if ![isnative].
8631 * gdb.gdb/selftest.exp: Likewise.
8632 * gdb.gdb/observer.exp: Likewise.
8633 * gdb.gdb/xfullpath.exp: Likewise.
8634 * gdb.base/attach.exp: Disable on SPU target.
8635 * gdb.cp/bs145503.exp: Likewise.
8636 * gdb.cp/exception.exp: Likewise.
8637 * gdb.cp/userdef.exp: Likewise.
8638
8639 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
8640
8641 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
8642
8643 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
8644
8645 * gdb.base/completion.exp: Fix completion tests for
8646 'info' and 'info '.
8647 * gdb.base/help.exp (help_test_raw, test_class_help)
8648 (test_prefix_command_help): Move...
8649 * lib/gdb.exp: Here.
8650 * gdb.base/main.exp: Adjust.
8651 * gdb.cp/maint.exp: Adjust.
8652 * gdb.trace/tracecmd.exp: Use test_help_class.
8653
8654 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
8655
8656 * gdb.stabs/weird.exp (print_weird_var): Use
8657 gdb_test_multiple instead of gdb_expect.
8658
8659 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
8660
8661 * gdb.base/help.exp (help_test_raw): New.
8662 (test_class_help): New.
8663 (test_prefix_command_help): New.
8664 Adjust testcases.
8665
8666 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
8667
8668 * gdb.base/constvars.c (main): Write to crass and crips, so that
8669 they are allocated by the compiler.
8670
8671 2006-10-27 Andreas Schwab <schwab@suse.de>
8672
8673 * gdb.base/multi-forks.exp: Use "detach fork" instead of
8674 "detach-fork".
8675
8676 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
8677
8678 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
8679 of patterns.
8680
8681 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8682
8683 * gdb.base/sepdebug.exp: Remove debug format test.
8684 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
8685 Handle no-symtab.
8686 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
8687
8688 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8689
8690 * gdb.threads/manythreads.c (thread_function, main): Don't cast
8691 int to pointer or pointer to int.
8692 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
8693
8694 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
8695
8696 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
8697
8698 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8699
8700 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
8701
8702 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8703
8704 PR c++/2116
8705 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
8706
8707 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8708
8709 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
8710 the corresponding bug has been fixed in GDB (PR/2018).
8711
8712 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8713
8714 * gdb.base/subst.exp: New testcase.
8715
8716 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8717
8718 * gdb.ada/array_return/pck.ads: Add copyright notice.
8719 * gdb.ada/array_return/pck.adb: Likewise.
8720 * gdb.ada/array_return/p.adb: Likewise.
8721 * gdb.ada/exec_changed/first.adb: Likewise.
8722 * gdb.ada/exec_changed/second.adb: Likewise.
8723
8724 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8725
8726 * gdb.ada/watch_arg/watch.adb: New file.
8727 * gdb.ada/watch_arg.exp: New testcase.
8728
8729 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
8730
8731 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
8732 via string_to_regexp.
8733 * gdb.mi/mi2-basics.exp: Likewise.
8734
8735 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
8736
8737 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
8738 Remove unused / obsolete files.
8739
8740 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
8741
8742 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
8743
8744 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8745
8746 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
8747 HIGH_FRAME argument to -stack-list-arguments can be larger than
8748 the number of frames.
8749
8750 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
8751
8752 * gdb.base/args.c (main): Add breakpoint marker.
8753 * gdb.base/args.exp: Use args_test for tests. Add new tests which
8754 really test empty arguments.
8755 (args_load): Delete.
8756 (args_test): New.
8757
8758 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
8759
8760 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
8761 check for one file.
8762
8763 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
8764
8765 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
8766 HIGH_FRAME argument to -stack-list-locals can be larger than
8767 the number of frames.
8768
8769 2006-08-18 Fred Fish <fnf@specifix.com>
8770
8771 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
8772 '$' in front of skip_vmx_tests_saved when setting that.
8773
8774 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
8775
8776 * gdb.base/trace-commands.exp: New file.
8777
8778 2006-08-10 Joel Brobecker <brobecker@adacore.com>
8779 Daniel Jacobowitz <dan@codesourcery.com>
8780
8781 * gdb.base/step-bt.exp: Make hexadecimal address optional in
8782 expected output of the backtrace commands.
8783
8784 2006-08-09 Joel Brobecker <brobecker@adacore.com>
8785
8786 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
8787 untested followed by return combination.
8788 * gdb.arch/altivec-regs.exp: Likewise.
8789 * gdb.arch/e500-abi.exp: Likewise.
8790 * gdb.arch/e500-regs.exp: Likewise.
8791 * gdb.arch/gdb1291.exp: Likewise.
8792 * gdb.arch/gdb1431.exp: Likewise.
8793 * gdb.arch/gdb1558.exp: Likewise.
8794 * gdb.arch/i386-prologue.exp: Likewise.
8795 * gdb.arch/i386-unwind.exp: Likewise.
8796 * gdb.asm/asm-source.exp: Likewise.
8797 * gdb.base/a2-run.exp: Likewise.
8798 * gdb.base/advance.exp: Likewise.
8799 * gdb.base/all-bin.exp: Likewise.
8800 * gdb.base/annota1.exp: Likewise.
8801 * gdb.base/annota3.exp: Likewise.
8802 * gdb.base/args.exp: Likewise.
8803 * gdb.base/arithmet.exp: Likewise.
8804 * gdb.base/assign.exp: Likewise.
8805 * gdb.base/async.exp: Likewise.
8806 * gdb.base/attach.exp: Likewise.
8807 * gdb.base/bang.exp: Likewise.
8808 * gdb.base/bigcore.exp: Likewise.
8809 * gdb.base/bitfields.exp: Likewise.
8810 * gdb.base/bitfields2.exp: Likewise.
8811 * gdb.base/break.exp: Likewise.
8812 * gdb.base/call-sc.exp: Likewise.
8813 * gdb.base/call-strs.exp: Likewise.
8814 * gdb.base/callfuncs.exp: Likewise.
8815 * gdb.base/checkpoint.exp: Likewise.
8816 * gdb.base/chng-syms.exp: Likewise.
8817 * gdb.base/code-expr.exp: Likewise.
8818 * gdb.base/commands.exp: Likewise.
8819 * gdb.base/completion.exp: Likewise.
8820 * gdb.base/cond-expr.exp: Likewise.
8821 * gdb.base/condbreak.exp: Likewise.
8822 * gdb.base/consecutive.exp: Likewise.
8823 * gdb.base/constvars.exp: Likewise.
8824 * gdb.base/corefile.exp: Likewise.
8825 * gdb.base/cvexpr.exp: Likewise.
8826 * gdb.base/dbx.exp: Likewise.
8827 * gdb.base/define.exp: Likewise.
8828 * gdb.base/detach.exp: Likewise.
8829 * gdb.base/display.exp: Likewise.
8830 * gdb.base/dump.exp: Likewise.
8831 * gdb.base/ena-dis-br.exp: Likewise.
8832 * gdb.base/ending-run.exp: Likewise.
8833 * gdb.base/environ.exp: Likewise.
8834 * gdb.base/eval-skip.exp: Likewise.
8835 * gdb.base/exprs.exp: Likewise.
8836 * gdb.base/fileio.exp: Likewise.
8837 * gdb.base/finish.exp: Likewise.
8838 * gdb.base/float.exp: Likewise.
8839 * gdb.base/foll-exec.exp: Likewise.
8840 * gdb.base/foll-fork.exp: Likewise.
8841 * gdb.base/foll-vfork.exp: Likewise.
8842 * gdb.base/freebpcmd.exp: Likewise.
8843 * gdb.base/funcargs.exp: Likewise.
8844 * gdb.base/gcore.exp: Likewise.
8845 * gdb.base/gdb1090.exp: Likewise.
8846 * gdb.base/gdb1250.exp: Likewise.
8847 * gdb.base/huge.exp: Likewise.
8848 * gdb.base/info-proc.exp: Likewise.
8849 * gdb.base/interrupt.exp: Likewise.
8850 * gdb.base/jump.exp: Likewise.
8851 * gdb.base/langs.exp: Likewise.
8852 * gdb.base/lineinc.exp: Likewise.
8853 * gdb.base/list.exp: Likewise.
8854 * gdb.base/logical.exp: Likewise.
8855 * gdb.base/long_long.exp: Likewise.
8856 * gdb.base/macscp.exp: Likewise.
8857 * gdb.base/maint.exp: Likewise.
8858 * gdb.base/mips_pro.exp: Likewise.
8859 * gdb.base/miscexprs.exp: Likewise.
8860 * gdb.base/multi-forks.exp: Likewise.
8861 * gdb.base/opaque.exp: Likewise.
8862 * gdb.base/overlays.exp: Likewise.
8863 * gdb.base/pc-fp.exp: Likewise.
8864 * gdb.base/pointers.exp: Likewise.
8865 * gdb.base/printcmds.exp: Likewise.
8866 * gdb.base/psymtab.exp: Likewise.
8867 * gdb.base/ptype.exp: Likewise.
8868 * gdb.base/recurse.exp: Likewise.
8869 * gdb.base/relational.exp: Likewise.
8870 * gdb.base/relocate.exp: Likewise.
8871 * gdb.base/remote.exp: Likewise.
8872 * gdb.base/reread.exp: Likewise.
8873 * gdb.base/restore.exp: Likewise.
8874 * gdb.base/return.exp: Likewise.
8875 * gdb.base/return2.exp: Likewise.
8876 * gdb.base/scope.exp: Likewise.
8877 * gdb.base/sect-cmd.exp: Likewise.
8878 * gdb.base/sep.exp: Likewise.
8879 * gdb.base/sepdebug.exp: Likewise.
8880 * gdb.base/setshow.exp: Likewise.
8881 * gdb.base/setvar.exp: Likewise.
8882 * gdb.base/sigall.exp: Likewise.
8883 * gdb.base/sigbpt.exp: Likewise.
8884 * gdb.base/signals.exp: Likewise.
8885 * gdb.base/signull.exp: Likewise.
8886 * gdb.base/sizeof.exp: Likewise.
8887 * gdb.base/solib.exp: Likewise.
8888 * gdb.base/step-line.exp: Likewise.
8889 * gdb.base/step-test.exp: Likewise.
8890 * gdb.base/structs.exp: Likewise.
8891 * gdb.base/structs2.exp: Likewise.
8892 * gdb.base/term.exp: Likewise.
8893 * gdb.base/twice.exp: Likewise.
8894 * gdb.base/until.exp: Likewise.
8895 * gdb.base/varargs.exp: Likewise.
8896 * gdb.base/volatile.exp: Likewise.
8897 * gdb.base/watchpoint.exp: Likewise.
8898 * gdb.base/whatis-exp.exp: Likewise.
8899 * gdb.base/whatis.exp: Likewise.
8900 * gdb.cp/ambiguous.exp: Likewise.
8901 * gdb.cp/annota2.exp: Likewise.
8902 * gdb.cp/annota3.exp: Likewise.
8903 * gdb.cp/bool.exp: Likewise.
8904 * gdb.cp/breakpoint.exp: Likewise.
8905 * gdb.cp/casts.exp: Likewise.
8906 * gdb.cp/class2.exp: Likewise.
8907 * gdb.cp/classes.exp: Likewise.
8908 * gdb.cp/cplusfuncs.exp: Likewise.
8909 * gdb.cp/ctti.exp: Likewise.
8910 * gdb.cp/derivation.exp: Likewise.
8911 * gdb.cp/exception.exp: Likewise.
8912 * gdb.cp/gdb1355.exp: Likewise.
8913 * gdb.cp/hang.exp: Likewise.
8914 * gdb.cp/inherit.exp: Likewise.
8915 * gdb.cp/local.exp: Likewise.
8916 * gdb.cp/m-data.exp: Likewise.
8917 * gdb.cp/m-static.exp: Likewise.
8918 * gdb.cp/member-ptr.exp: Likewise.
8919 * gdb.cp/method.exp: Likewise.
8920 * gdb.cp/misc.exp: Likewise.
8921 * gdb.cp/namespace.exp: Likewise.
8922 * gdb.cp/overload.exp: Likewise.
8923 * gdb.cp/ovldbreak.exp: Likewise.
8924 * gdb.cp/pr-1023.exp: Likewise.
8925 * gdb.cp/pr-1210.exp: Likewise.
8926 * gdb.cp/pr-574.exp: Likewise.
8927 * gdb.cp/printmethod.exp: Likewise.
8928 * gdb.cp/psmang.exp: Likewise.
8929 * gdb.cp/ref-params.exp: Likewise.
8930 * gdb.cp/ref-types.exp: Likewise.
8931 * gdb.cp/rtti.exp: Likewise.
8932 * gdb.cp/templates.exp: Likewise.
8933 * gdb.cp/try_catch.exp: Likewise.
8934 * gdb.cp/userdef.exp: Likewise.
8935 * gdb.cp/virtfunc.exp: Likewise.
8936 * gdb.disasm/am33.exp: Likewise.
8937 * gdb.disasm/h8300s.exp: Likewise.
8938 * gdb.disasm/mn10300.exp: Likewise.
8939 * gdb.disasm/sh3.exp: Likewise.
8940 * gdb.disasm/t01_mov.exp: Likewise.
8941 * gdb.disasm/t02_mova.exp: Likewise.
8942 * gdb.disasm/t03_add.exp: Likewise.
8943 * gdb.disasm/t04_sub.exp: Likewise.
8944 * gdb.disasm/t05_cmp.exp: Likewise.
8945 * gdb.disasm/t06_ari2.exp: Likewise.
8946 * gdb.disasm/t07_ari3.exp: Likewise.
8947 * gdb.disasm/t08_or.exp: Likewise.
8948 * gdb.disasm/t09_xor.exp: Likewise.
8949 * gdb.disasm/t10_and.exp: Likewise.
8950 * gdb.disasm/t11_logs.exp: Likewise.
8951 * gdb.disasm/t12_bit.exp: Likewise.
8952 * gdb.disasm/t13_otr.exp: Likewise.
8953 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
8954 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
8955 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8956 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
8957 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
8958 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8959 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8960 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8961 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
8962 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
8963 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8964 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8965 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8966 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8967 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8968 * gdb.mi/gdb701.exp: Likewise.
8969 * gdb.mi/gdb792.exp: Likewise.
8970 * gdb.mi/mi-basics.exp: Likewise.
8971 * gdb.mi/mi-break.exp: Likewise.
8972 * gdb.mi/mi-cli.exp: Likewise.
8973 * gdb.mi/mi-console.exp: Likewise.
8974 * gdb.mi/mi-disassemble.exp: Likewise.
8975 * gdb.mi/mi-eval.exp: Likewise.
8976 * gdb.mi/mi-file.exp: Likewise.
8977 * gdb.mi/mi-read-memory.exp: Likewise.
8978 * gdb.mi/mi-regs.exp: Likewise.
8979 * gdb.mi/mi-return.exp: Likewise.
8980 * gdb.mi/mi-simplerun.exp: Likewise.
8981 * gdb.mi/mi-stack.exp: Likewise.
8982 * gdb.mi/mi-stepi.exp: Likewise.
8983 * gdb.mi/mi-syn-frame.exp: Likewise.
8984 * gdb.mi/mi-until.exp: Likewise.
8985 * gdb.mi/mi-var-block.exp: Likewise.
8986 * gdb.mi/mi-var-child.exp: Likewise.
8987 * gdb.mi/mi-var-cmd.exp: Likewise.
8988 * gdb.mi/mi-var-display.exp: Likewise.
8989 * gdb.mi/mi-watch.exp: Likewise.
8990 * gdb.mi/mi2-basics.exp: Likewise.
8991 * gdb.mi/mi2-break.exp: Likewise.
8992 * gdb.mi/mi2-cli.exp: Likewise.
8993 * gdb.mi/mi2-console.exp: Likewise.
8994 * gdb.mi/mi2-disassemble.exp: Likewise.
8995 * gdb.mi/mi2-eval.exp: Likewise.
8996 * gdb.mi/mi2-file.exp: Likewise.
8997 * gdb.mi/mi2-read-memory.exp: Likewise.
8998 * gdb.mi/mi2-regs.exp: Likewise.
8999 * gdb.mi/mi2-return.exp: Likewise.
9000 * gdb.mi/mi2-simplerun.exp: Likewise.
9001 * gdb.mi/mi2-stack.exp: Likewise.
9002 * gdb.mi/mi2-stepi.exp: Likewise.
9003 * gdb.mi/mi2-syn-frame.exp: Likewise.
9004 * gdb.mi/mi2-until.exp: Likewise.
9005 * gdb.mi/mi2-var-block.exp: Likewise.
9006 * gdb.mi/mi2-var-child.exp: Likewise.
9007 * gdb.mi/mi2-var-cmd.exp: Likewise.
9008 * gdb.mi/mi2-var-display.exp: Likewise.
9009 * gdb.mi/mi2-watch.exp: Likewise.
9010 * gdb.stabs/exclfwd.exp: Likewise.
9011 * gdb.stabs/weird.exp: Likewise.
9012 * gdb.threads/gcore-thread.exp: Likewise.
9013 * gdb.trace/actions.exp: Likewise.
9014 * gdb.trace/backtrace.exp: Likewise.
9015 * gdb.trace/circ.exp: Likewise.
9016 * gdb.trace/collection.exp: Likewise.
9017 * gdb.trace/deltrace.exp: Likewise.
9018 * gdb.trace/infotrace.exp: Likewise.
9019 * gdb.trace/limits.exp: Likewise.
9020 * gdb.trace/packetlen.exp: Likewise.
9021 * gdb.trace/passc-dyn.exp: Likewise.
9022 * gdb.trace/passcount.exp: Likewise.
9023 * gdb.trace/report.exp: Likewise.
9024 * gdb.trace/save-trace.exp: Likewise.
9025 * gdb.trace/tfind.exp: Likewise.
9026 * gdb.trace/tracecmd.exp: Likewise.
9027 * gdb.trace/while-dyn.exp: Likewise.
9028 * gdb.trace/while-stepping.exp: Likewise.
9029
9030 2006-08-08 Joel Brobecker <brobecker@adacore.com>
9031
9032 * gdb.base/step-bt.c: New file.
9033 * gdb.base/step-bt.exp: New testcase.
9034
9035 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
9036
9037 * config/monitor.exp (gdb_load): Remove support for obsolete
9038 download-write-size.
9039 * gdb.base/remote.exp: Likewise. Update all callers of
9040 gdb_timed_load.
9041
9042 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
9043
9044 * cursal.exp: Pass binfile to gdb_load.
9045
9046 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
9047
9048 * gdb.base/cursal.exp: Add "" to gdb_load call.
9049
9050 2006-07-29 Mark Kettenis <kettenis@gnu.org>
9051
9052 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
9053 NetBSD/ELF targets.
9054
9055 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
9056
9057 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
9058 operator*.
9059
9060 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
9061
9062 * gdb.base/completion.exp: Update for change in "file" behavior.
9063 * gdb.stabs/weird.exp: Likewise.
9064 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
9065 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
9066
9067 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
9068
9069 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
9070 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
9071
9072 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
9073
9074 * gdb.base/default.exp: Update source command error message.
9075 * gdb.base/help.exp: Update 'help source' message.
9076
9077 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
9078
9079 * gdb.cp/bs15503.exp: Update comment for no longer crashing
9080 test.
9081
9082 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
9083
9084 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
9085
9086 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9087
9088 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
9089
9090 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9091
9092 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
9093
9094 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9095
9096 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
9097 *-*-openbsd* from targets for wich we expect ARM FPA floating
9098 point format.
9099
9100 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * gdb.cp/annota3.exp: Expect frame-begin annotation.
9103
9104 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9105
9106 * gdb.base/annota3.exp: Expect frame-begin annotation.
9107
9108 2006-07-14 Joel Brobecker <brobecker@adacore.com>
9109
9110 * gdb.base/help.exp: Adjust "help unset" test to accept
9111 any list of unset commands.
9112
9113 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
9114 Daniel Jacobowitz <dan@codesourcery.com>
9115
9116 * gdb.cp/ref-params.exp: New test.
9117 * gdb.cp/ref-params.cc: New source file.
9118 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
9119
9120 2006-07-08 Mark Kettenis <kettenis@gnu.org>
9121
9122 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
9123 spaces/tabs in regular expressions since they might not be there.
9124
9125 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
9126
9127 * gdb.base/ifelse.exp: New file.
9128
9129 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
9130
9131 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
9132 line.
9133 * gdb.base/huge.exp: Loop over compilation to find a size that
9134 is acceptable.
9135 * gdb.base/remote.exp: Correct expected strings.
9136 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
9137
9138 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9139
9140 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
9141
9142 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9143
9144 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
9145 native.
9146
9147 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9148
9149 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
9150 enable stabs testing.
9151
9152 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9153
9154 * gdb.base/auxv.exp: Intercept undefined command messages before
9155 gdb_test_multiple does.
9156
9157 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9158
9159 * Makefile.in (host_alias): Remove.
9160 (target_alias): Use @target_noncanonical@.
9161 (site.exp): Don't set host_alias.
9162 * aclocal.m4: Remove contents. Include acx.m4.
9163 * configure: Regenerated.
9164 * configure.ac: Use ACX_NONCANONICAL_TARGET.
9165
9166 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
9167
9168 * lib/gdb.exp (gdb_load_cmd): New.
9169
9170 * gdb.base/fileio.c: Add system(NULL) test.
9171 * gdb.base/fileio.exp: Check it.
9172
9173 * gdb.base/break.c: Add 10a breakpoint at }
9174 * gdb.base/break.exp: Add test for breakpoint at }
9175 * gdb.cp/anon-union.cc: Add code at end of function.
9176 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
9177 * gdb.mi/var-cmd.c: Add code at end of function.
9178 * gdb.mi/mi-var-display.exp: Adjust end of next.
9179 * gdb.mi/mi2-var-display.exp: Likewise.
9180 * gdb.base/fileio.c: Add stop function and insert calls at
9181 stopping places.
9182 * gdb.base/fileio.exp: Breakpoint stop function and remove
9183 explicit line number references.
9184
9185 2006-05-19 Joel Brobecker <brobecker@adacore.com>
9186
9187 * gdb.base/del.exp (test_delete_alias): New function.
9188 Now check that both "del" and "d" work as aliases for "delete".
9189
9190 2006-05-18 Fred Fish <fnf@specifix.com>
9191
9192 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
9193 required. Check for spurious output after program exits normally.
9194
9195 2006-05-17 Fred Fish <fnf@specifix.com>
9196
9197 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
9198 gdb_load, so it works in the simulator.
9199
9200 2006-05-11 Fred Fish <fnf@specifix.com>
9201
9202 * gdb.base/bang.exp: Ignore unexpected output between the
9203 "program exited normally" and the gdb prompt, as many other
9204 tests do.
9205
9206 2006-05-07 Mark Kettenis <kettenis@gnu.org>
9207
9208 * gdb.base/help.exp: Make "delete checkpoint" part option for
9209 "help d" and "help delete" tests.
9210
9211 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9212
9213 * gdb.mi/mi-basics.exp: Add missing serial number to
9214 expected output in some mi_gdb_test statements.
9215 * gdb.mi/mi2-basics.exp: Likewise.
9216
9217 2006-05-05 Joel Brobecker <brobecker@adacore.com>
9218
9219 * gdb.base/del.c: New file.
9220 * gdb.base/del.exp: New testcase.
9221
9222 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
9223
9224 * gdb.base/break.exp: Do not assume a breakpoint on
9225 main will actually be in $srcfile when optimizing.
9226 * gdb.base/savedregs.exp: Do not require that the dummy
9227 frame location match up to a symbol and source file location.
9228 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
9229 will get printed without a mi_cmd_data_list_register_values prefix.
9230 (*-data-list-register-*): Correct regular expressions to expect the new
9231 pseudo d? floating point registers.
9232 * gdb.mi/mi2-regs.exp: Likewise.
9233
9234 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
9235
9236 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
9237 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
9238 is allocated by the compiler.
9239 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
9240 anons, e, anone to force their allocation by the compiler.
9241
9242 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9243
9244 * gdb.base/help.exp: Update expected text for help d and
9245 help delete.
9246
9247 2006-05-02 Mark Kettenis <kettenis@gnu.org>
9248
9249 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
9250 NetBSD/ELF targets.
9251
9252 2006-04-30 Mark Kettenis <kettenis@gnu.org>
9253
9254 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
9255 single-step breakpoint fails; make this a KFAIL on
9256 sparc*-*-openbsd*.
9257 * gdb.base/siginfo.exp: Likewise.
9258 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9259
9260 2006-04-26 Michael Snyder <msnyder@redhat.com>
9261
9262 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
9263 which may have to consume output from other forks.
9264 Add tests to make sure that "delete fork" succeeded.
9265
9266 2006-04-20 Michael Snyder <msnyder@redhat.com>
9267
9268 * 2006-03-22 Jim Blandy <jimb@redhat.com>
9269 Add support for the Renesas M32C and M16C.
9270
9271 * gdb.asm/asm-source.exp: Add m32c target.
9272 * gdb.asm/m32c.inc: Support for m32c target.
9273
9274 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
9275
9276 * gdb.base/commands.exp (recursive_source_test): New test.
9277
9278 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
9279
9280 * gdb.base/float.exp: Add pattern for sparc targets.
9281
9282 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9283
9284 * gdb.base/commands.exp (stray_arg0_test): New test.
9285
9286 2006-03-30 Paul Brook <paul@codesourcery.com>
9287
9288 * gdb.mi/mi-until.exp: kfail broken until command.
9289 * gdb.mi/mi2-until.exp: Ditto.
9290
9291 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
9292
9293 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
9294
9295 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
9296
9297 * gdb.base/prelink.exp: Anchor tested-for regular expression
9298 on gdb prompt.
9299
9300 2006-03-07 Paul Brook <paul@codesourcery.com>
9301
9302 * gdb.base/assign.exp: Correct fail message.
9303
9304 2006-03-07 Paul Brook <paul@codesourcery.com>
9305
9306 * lib/compiler.c: Extract armcc version number.
9307 * lib/compiler.cc: Ditto.
9308
9309 2006-03-07 Paul Brook <paul@codesourcery.com>
9310
9311 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
9312 additional_flags=-w.
9313 * gdb.arch/altivec-regs.exp: Ditto.
9314 * gdb.arch/e500-abi.exp: Ditto.
9315 * gdb.arch/e500-regs.exp: Ditto.
9316 * gdb.base/all-bin.exp: Ditto.
9317 * gdb.base/annota1.exp: Ditto.
9318 * gdb.base/annota3.exp: Ditto.
9319 * gdb.base/args.exp: Ditto.
9320 * gdb.base/arithmet.exp: Ditto.
9321 * gdb.base/assign.exp: Ditto.
9322 * gdb.base/async.exp: Ditto.
9323 * gdb.base/bang.exp: Ditto.
9324 * gdb.base/break.exp: Ditto.
9325 * gdb.base/call-rt-st.exp: Ditto.
9326 * gdb.base/completion.exp: Ditto.
9327 * gdb.base/cond-expr.exp: Ditto.
9328 * gdb.base/condbreak.exp: Ditto.
9329 * gdb.base/consecutive.exp: Ditto.
9330 * gdb.base/define.exp: Ditto.
9331 * gdb.base/display.exp: Ditto.
9332 * gdb.base/ena-dis-br.exp: Ditto.
9333 * gdb.base/environ.exp: Ditto.
9334 * gdb.base/eval-skip.exp: Ditto.
9335 * gdb.base/info-proc.exp: Ditto.
9336 * gdb.base/jump.exp: Ditto.
9337 * gdb.base/logical.exp: Ditto.
9338 * gdb.base/long_long.exp: Ditto.
9339 * gdb.base/maint.exp: Ditto.
9340 * gdb.base/miscexprs.exp: Ditto.
9341 * gdb.base/pc-fp.exp: Ditto.
9342 * gdb.base/pointers.exp: Ditto.
9343 * gdb.base/relational.exp: Ditto.
9344 * gdb.base/reread.exp: Ditto.
9345 * gdb.base/sect-cmd.exp: Ditto.
9346 * gdb.base/sep.exp: Ditto.
9347 * gdb.base/sepdebug.exp: Ditto.
9348 * gdb.base/until.exp: Ditto.
9349 * gdb.base/whatis-exp.exp: Ditto.
9350 * gdb.cp/annota2.exp: Ditto.
9351 * gdb.cp/annota3.exp: Ditto.
9352 * gdb.trace/actions.exp: Ditto.
9353 * gdb.trace/backtrace.exp: Ditto.
9354 * gdb.trace/circ.exp: Ditto.
9355 * gdb.trace/collection.exp: Ditto.
9356 * gdb.trace/deltrace.exp: Ditto.
9357 * gdb.trace/infotrace.exp: Ditto.
9358 * gdb.trace/limits.exp: Ditto.
9359 * gdb.trace/packetlen.exp: Ditto.
9360 * gdb.trace/passc-dyn.exp: Ditto.
9361 * gdb.trace/passcount.exp: Ditto.
9362 * gdb.trace/report.exp: Ditto.
9363 * gdb.trace/save-trace.exp: Ditto.
9364 * gdb.trace/tfind.exp: Ditto.
9365 * gdb.trace/tracecmd.exp: Ditto.
9366 * gdb.trace/while-dyn.exp: Ditto.
9367 * gdb.trace/while-stepping.exp: Ditto.
9368 * lib/gdb.exp: Ditto.
9369 (gdb_compile): Handle nowarning option.
9370
9371 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
9372
9373 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
9374 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
9375 Rename executable to prelinkt. Don't re-prelink if we didn't
9376 get a core file. Test prelink -u exit status to tell whether
9377 prelinking failed. Use gdb_test_multiple.
9378
9379 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9380
9381 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
9382 (do_tests): Call it.
9383
9384 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
9385
9386 * gdb.base/prelink.exp: New test.
9387 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
9388
9389 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
9390
9391 * gdb.fortran/derived-type.f90: New file.
9392 * gdb.fortran/derived-type.exp: New testcase.
9393
9394 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
9395
9396 * gdb.base/default.exp: Allow ';' as a directory separator.
9397
9398 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
9399
9400 * gdb.base/help.exp (help add-symbol-file): Update.
9401
9402 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
9403
9404 * gdb.base/help.exp (help load): Update expected results.
9405
9406 2006-02-19 Fred Fish <fnf@specifix.com>
9407
9408 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
9409 specifix hex value as part of results.
9410 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
9411
9412 2006-02-16 Fred Fish <fnf@specifix.com>
9413
9414 * gdb.base/whatis.c: Define variables using typedefs char_addr,
9415 ushort_addr, and slong_addr, so the typedefs are not optimized
9416 away.
9417 * gdb.base/whatis.exp: Add tests using type name for struct type,
9418 union type, enum type, and typedef.
9419
9420 2006-02-13 Mark Kettenis <kettenis@gnu.org>
9421
9422 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
9423
9424 2006-02-13 Jim Blandy <jimb@redhat.com>
9425
9426 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
9427 case where it takes two "next" commands to skip past the init
9428 call.
9429
9430 2006-02-12 Fred Fish <fnf@specifix.com>
9431
9432 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
9433 to handle cases where it takes two "next" commands to skip
9434 past the init call.
9435
9436 2006-02-07 Joel Brobecker <brobecker@adacore.com>
9437
9438 * gdb.ada/array_return.exp: Mark the last test as expected to fail
9439 on hppa32 targets.
9440
9441 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9442
9443 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
9444 field.
9445
9446 2006-01-29 Mark Kettenis <kettenis@gnu.org>
9447
9448 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
9449
9450 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9451
9452 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
9453 files.
9454
9455 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9456
9457 * gdb.cp/maint.exp: Set complaints to a positive value.
9458
9459 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
9460
9461 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
9462 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
9463 function name.
9464
9465 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
9466
9467 * gdb.base/checkpoint.c: Update copyright notice. Include
9468 <stdlib.h>.
9469
9470 2006-01-04 Jim Blandy <jimb@redhat.com>
9471
9472 * gdb.asm/asm-source.exp: Independently provide default values for
9473 asm-flags and debug-flags. Use 'string equal' to do the
9474 comparison, not the implicit expr's '==' operator. Remove
9475 now-unneeded assignments to asm-flags. In h8300 case, place
9476 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
9477
9478 2006-01-04 Michael Snyder <msnyder@redhat.com>
9479
9480 * gdb.base/checkpoint.c: New file.
9481 * gdb.base/checkpoint.exp: New file.
9482 * gdb.base/multi-fork.c: New file.
9483 * gdb.base/multi-fork.exp: New file.
9484 * gdb.base/pi.txt: New file (data for checkpoint.c test).
9485
9486 2006-01-04 Fred Fish <fnf@specifix.com>
9487
9488 * gdb.base/ptype.c (foo): Add typedef.
9489 (intfoo): Add function.
9490 * gdb.base/ptype1.c: New file.
9491 * gdb.base/ptype.exp: Handle compilation and linking with two
9492 source files. Test that proper type for "foo" is found based
9493 on source context rather than first match found in symtabs.
9494
9495 2005-12-28 Mark Kettenis <kettenis@gnu.org>
9496
9497 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
9498 * gdb.asm/openbsd.inc: Indent commands.
9499
9500 2005-12-26 Mark Kettenis <kettenis@gnu.org>
9501
9502 * gdb.base/freebpcmd.exp: Increase timeout.
9503
9504 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
9505
9506 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
9507
9508 * gdb.base/default.exp: Update check for "show version".
9509
9510 2005-12-09 Randolph Chung <tausq@debian.org>
9511
9512 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
9513 * gdb.asm/pa64.inc: New file.
9514
9515 2005-12-09 Randolph Chung <tausq@debian.org>
9516
9517 * gdb.asm/common.inc: Indent commands.
9518 * gdb.asm/asmsrc1.s: Likewise.
9519 * gdb.asm/asmsrc2.s: Likewise.
9520
9521 2005-12-09 Randolph Chung <tausq@debian.org>
9522
9523 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
9524 (get_addr_of_sym): Remove duplicate print.
9525 (gen_core): xfail hppa*-*-hpux*, update expected output.
9526 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
9527 * gdb.arch/pa64-nullify.s: New file.
9528
9529 2005-12-09 Randolph Chung <tausq@debian.org>
9530
9531 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
9532
9533 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
9534
9535 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
9536 code generation for these functions.
9537 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
9538 error message.
9539
9540 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9541
9542 * gdb.base/help.exp (help b, help br, help bre, help brea)
9543 (help break): Update the expected message.
9544
9545 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
9546
9547 * gdb.asm/m68hc11.inc: Setup the data section.
9548 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
9549 script for this test.
9550 (m6812-*-*): Likewise.
9551
9552 2005-11-09 Randolph Chung <tausq@debian.org>
9553
9554 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
9555
9556 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
9557
9558 * gdb.base/break.exp: Fix a comment typo.
9559
9560 2005-11-03 Jim Blandy <jimb@redhat.com>
9561
9562 Checked in by Elena Zannoni <ezannoni@redhat.com>
9563
9564 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
9565
9566 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
9567
9568 * gdb.arch/gdb1558.c: Include stdio.h.
9569
9570 2005-10-31 Mark Kettenis <kettenis@gnu.org>
9571
9572 * gdb.asm/asm-source.exp: Use -e instead of --entry.
9573
9574 2005-10-31 Mark Kettenis <kettenis@gnu.org>
9575
9576 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
9577
9578 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
9579
9580 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
9581 vscr" tests to better match output.
9582
9583 2005-10-12 Jim Blandy <jimb@redhat.com>
9584
9585 * gdb.base/structs.exp (any): New function.
9586 (test_struct_returns): Don't make any assumptions at all about
9587 what value the function returns when GDB can't set the return
9588 value.
9589
9590 2005-10-09 Joel Brobecker <brobecker@adacore.com>
9591
9592 * gdb.ada/arrayidx/p.adb: New file.
9593 * gdb.ada/arrayidx.exp: New testcase
9594
9595 2005-10-09 Joel Brobecker <brobecker@adacore.com>
9596
9597 * gdb.ada/array_return/pck.ads: New file.
9598 * gdb.ada/array_return/pck.adb: New file.
9599 * gdb.ada/array_return/p.adb: New file.
9600 * gdb.ada/array_return.exp: New testcase.
9601
9602 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9603
9604 * gdb.base/arrayidx.c: New file.
9605 * gdb.base/arrayidx.exp: New testcase.
9606
9607 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
9608
9609 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
9610 frames-invalid and breakpoints-invalid are no longer generated
9611 with level 3 so don't expect them in the output.
9612
9613 2005-09-27 Bob Rossi <bob@brasko.net>
9614
9615 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
9616 from test. Escape the | in mi_gdb_test call.
9617 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
9618 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
9619 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
9620 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
9621 expected regex's in mi_gdb_test calls.
9622 * lib/mi-support.exp: Remove arbitrary .* from tests.
9623 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
9624 Fully anchor GDB/MI expected results in mi_gdb_test.
9625 * lib/gdb.exp (string_to_regexp): Escape the ] character.
9626 * gdb.base/sizeof.exp: Remove escape character. Correct test.
9627
9628 2005-09-26 Paul Brook <paul@codesourcery.com>
9629
9630 * long_long.exp: Exclude eabi targets from arm FPA float format test.
9631
9632 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
9633
9634 * bfp-test.c: New file.
9635 * bfp-test.exp: New testcase.
9636
9637 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
9638
9639 * gdb.fortran/subarray.exp: New testcase to test the evaluation
9640 of subarray and substring variable.
9641 * gdb.fortran/subarray.f: New source file for the test of subarray
9642 and substring variable evaluation.
9643 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
9644 of string constant.
9645
9646 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
9647
9648 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
9649 copyright dates.
9650
9651 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
9652
9653 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
9654 powerpc altivec' test with an almost identical 'info vector' test.
9655
9656 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
9657
9658 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
9659 vscr" tests to match output.
9660
9661 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
9662
9663 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
9664 output.
9665
9666 2005-09-11 Bob Rossi <bob@brasko.net>
9667
9668 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
9669 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
9670 commands that return an MI output command and an asyncronous MI output
9671 command.
9672 * gdb.mi/mi-console.exp: Ditto.
9673
9674 2005-09-11 Bob Rossi <bob@brasko.net>
9675
9676 * gdb.mi/mi-var-child.c: Include <string.h>.
9677
9678 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
9679
9680 * killed.exp: Correct gdb_expect syntax.
9681
9682 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
9683
9684 * lib/mi-support.exp (mi_gdb_load): Fix typo.
9685
9686 2005-08-02 Bob Rossi <bob@brasko.net>
9687
9688 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
9689 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
9690 Change tests to inferior-tty-set/show.
9691 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
9692 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
9693 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
9694 inferior. Use mi_gdb_test to get GDB and Inferior output.
9695 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
9696 descriptor.
9697 (mi_inferior_tty_name): Add inferior PTY file name.
9698 (mi_gdb_start): Add INFERIOR_PTY parameter.
9699 (mi_gdb_test): Add IPATTERN parameter.
9700
9701 2005-08-02 Bob Rossi <bob@brasko.net>
9702
9703 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
9704 parameter to mi_gdb_test.
9705 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
9706
9707 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9708
9709 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
9710 struct_declarations.
9711 * gdb.mi/mi-var-child.exp: Step over the initialization of
9712 struct_declarations.
9713
9714 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9715
9716 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
9717 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
9718 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
9719 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
9720 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
9721 file.
9722
9723 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
9724
9725 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
9726 (do_children_tests): Assign values to the extra elements.
9727
9728 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
9729 them for tests for "-var-update --no-values" and
9730 "-var-update --all-values".
9731 Add test for "-var-list-children --simple-values".
9732
9733 * gdb.mi/basics.c (callee4): Add integer array D[3]...
9734
9735 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
9736 "-stack-list-locals --simple-values" Improve doc strings and
9737 comments.
9738
9739 2005-07-18 Mark Kettenis <kettenis@gnu.org>
9740
9741 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
9742 *-*-openbsd*.
9743 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
9744
9745 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
9746 sigaltsatck'.
9747
9748 2005-07-14 Bob Rossi <bob@brasko.net>
9749
9750 * gdb.base/default.exp (tty): Changed output of command.
9751 * gdb.base/help.exp (help tty): Ditto.
9752
9753 2005-07-12 Mark Kettenis <kettenis@gnu.org>
9754
9755 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
9756
9757 2005-07-10 Mark Kettenis <kettenis@gnu.org>
9758
9759 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
9760 -stack-select-frame without arguments.
9761 (test_stack_frame_listing): Add test for newly implemented command
9762 -stack-info-frame.
9763
9764 2005-07-06 Bob Rossi <bob@brasko.net>
9765
9766 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
9767 command.
9768 (Copyright): Update copyright.
9769
9770 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
9771
9772 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
9773 tests to evaluate exponentiation expression.
9774
9775 2005-06-29 Andreas Schwab <schwab@suse.de>
9776
9777 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
9778 main to avoid warnings.
9779
9780 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
9781
9782 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
9783
9784 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
9785 -stack-select-frame without arguments.
9786 (test_stack_frame_listing): Add test for newly implemented command
9787 -stack-info-frame.
9788
9789 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
9790
9791 * gdb.fortran/array-element.f: New file.
9792 * gdb.fortran/array-element.exp: New testcase.
9793
9794 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9795
9796 * gdb.base/bigcore.exp: Correct checks for systems which can
9797 not dump a large core file.
9798
9799 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9800
9801 * gdb.base/relocate.c: Add a copyright notice.
9802 (dummy): Remove.
9803 * gdb.base/relocate.exp: Test printing the values of variables
9804 from a relocatable file.
9805
9806 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9807
9808 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
9809 excess MI output after an error.
9810
9811 2005-05-29 Joel Brobecker <brobecker@adacore.com>
9812
9813 * gdb.arch/alpha-step.c: New file.
9814 * gdb.arch/alpha-step.exp: New testcase.
9815
9816 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9817 Dennis Brueni <dennis@slickedit.com>
9818
9819 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
9820 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
9821 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
9822 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
9823 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9824 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
9825 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
9826
9827 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
9828 Wu Zhou <woodzltc@cn.ibm.com>
9829
9830 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
9831 IBM's xlc compiler.
9832 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
9833 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
9834
9835 2005-05-13 Jim Blandy <jimb@redhat.com>
9836
9837 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
9838 calling gdb_suppress_entire_file.
9839 * gdb.base/charset.exp: Same.
9840 * gdb.base/call-rt-st.exp: Same.
9841
9842 2005-05-05 Bob Rossi <bob_rossi@cox.net>
9843
9844 * lib/gdb.exp (fullname_syntax): Added global regex.
9845 (fullname_syntax_POSIX): Ditto.
9846 (fullname_syntax_UNC): Ditto.
9847 (fullname_syntax_DOS_CASE): Ditto.
9848 (fullname_syntax_DOS): Ditto.
9849 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
9850 fullname_syntax variable to scope and use it.
9851 (test_file_list_exec_source_files): Ditto.
9852 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
9853
9854 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9855
9856 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
9857
9858 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
9859
9860 * lib/gdb.exp (skip_altivec_tests): New function, based on
9861 check_vmx_hw_available from the GCC testsuite.
9862 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
9863 * lib/gdb.arch/altivec-regs.exp: Likewise.
9864
9865 2005-05-02 Jim Blandy <jimb@redhat.com>
9866
9867 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
9868 calling gdb_suppress_entire_file.
9869
9870 2005-04-30 Randolph Chung <tausq@debian.org>
9871
9872 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
9873 Slightly relax "sem_post" name checking.
9874
9875 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
9876
9877 * gdb.base/unload.exp: Use new shared library infrastructure.
9878
9879 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
9880
9881 * gdb.base/so-impl-ld.exp: Use new shared library
9882 infrastructure.
9883
9884 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
9885
9886 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
9887 * gdb.asm/h8300.inc: New file.
9888
9889 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9890
9891 * gdb.base/shlib-call.exp: Change to use new shared library
9892 infrastructure.
9893
9894 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9895
9896 * gdb.base/pending.exp: Change to use new shared library
9897 infrastructure.
9898
9899 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9900
9901 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
9902 use test_compiler_info instead of gcc_compiled, and update copyright.
9903
9904 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
9905
9906 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
9907 shared objects being adjusted and update copyright years.
9908
9909 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
9910
9911 * ChangeLog: Correct some 2003-01-13 dates.
9912 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
9913 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
9914 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
9915 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
9916 gdb.trace/tfind.exp: Update copyright years.
9917
9918 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
9919 Daniel Jacobowitz <dan@codesourcery.com>
9920
9921 * lib/gdb.exp (gdb_compile): Handle shlib=.
9922 (gdb_compile_shlib): New function.
9923
9924 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
9925
9926 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9927
9928 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
9929
9930 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
9931 gdb.server.
9932 * configure.ac: Likewise.
9933 * configure: Regenerated.
9934 * gdb.gdbserver/Makefile.in: Moved to...
9935 * gdb.server/Makefile.in: ... here.
9936 * gdb.gdbserver/server.c: Moved to...
9937 * gdb.server/server.c: ... here.
9938 * gdb.gdbserver/server-run.exp: Moved to...
9939 * gdb.server/server-run.exp: ... here.
9940
9941 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
9942
9943 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
9944 * configure.ac: Create gdb.gdbserver/Makefile.
9945 * configure: Regenerated.
9946 * lib/gdbserver-support.exp: New file, derived from
9947 config/gdbserver.exp.
9948 * config/gdbserver.exp: Use gdbserver-support.exp.
9949 * gdb.gdbserver/Makefile.in: New file.
9950 * gdb.gdbserver/server.c: New file.
9951 * gdb.gdbserver/server-run.exp: New file.
9952
9953 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
9954
9955 * lib/gdb.exp (test_compiler_info): Return compiler_info
9956 if no arguments are given.
9957
9958 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
9959
9960 * gdb.arch/altivec-abi.exp: Check for compiler and set
9961 use altivec' flag accordingly.
9962 * gdb.arch/altivec-regs.exp: Likewise.
9963
9964 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
9965
9966 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
9967
9968 2005-03-27 Andreas Schwab <schwab@suse.de>
9969
9970 * gdb.base/bigcore.c (main): Add missing mode argument in open
9971 call.
9972
9973 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
9974
9975 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
9976 downloads.
9977 * config/gdbserver.exp (gdb_load): Likewise.
9978
9979 2005-03-14 Paul Brook <paul@codesourcery.com>
9980
9981 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
9982 targets.
9983
9984 2005-03-09 Joel Brobecker <brobecker@adacore.com>
9985
9986 * gdb.dwarf2/dup-psym.S: New file.
9987 * gdb.dwarf2/dup-psym.exp: New testcase.
9988
9989 2005-03-09 Joel Brobecker <brobecker@adacore.com>
9990
9991 * gdb.ada/exec_changed/first.adb: New file.
9992 * gdb.ada/exec_changed/second.adb: New file.
9993 * gdb.ada/exec_changed.exp: New testcase.
9994
9995 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
9996
9997 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
9998 (A2): New class.
9999 (main): Test operator+.
10000 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
10001 breakpoint test.
10002
10003 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
10004 * gdb.base/signull.exp: Disable if gdb,nosignals.
10005 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
10006 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
10007 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
10008 * gdb.mi/mi2-console.exp: Likewise.
10009 * gdb.trace/collection.exp (run_trace_experiment): Consume the
10010 continue output at start.
10011 (gdb_collect_locals_test): Robustify regexp.
10012 * gdb.trace/passc-dyn.exp: Fix comment typo.
10013 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
10014
10015 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
10016
10017 * gdb.asm/asm-source.exp: Add iq2000 case.
10018 * gdb.asm/iq2000.inc: New file.
10019
10020 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
10021
10022 * gdb.base/command.exp: Change hardcoded value to regular expression.
10023 * gdb.base/float.exp: Add powerpc to the list of targets checked.
10024
10025 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
10026
10027 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
10028 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
10029 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
10030 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
10031 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
10032
10033 2005-03-05 Mark Kettenis <kettenis@gnu.org>
10034
10035 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
10036 changes.
10037
10038 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
10039
10040 * lib/compiler.c: Add test for IBM's xlc compiler.
10041 * lib/compiler.cc: Likewise.
10042
10043 2004-02-24 Joel Brobecker <brobecker@adacore.com>
10044
10045 * gdb.ada/fixed_points.exp: Create compilation object directory
10046 before running the test.
10047 * gdb.ada/null_record.exp: Likewise.
10048 * gdb.ada/packed_array.exp: Likewise.
10049 * gdb.ada/start.exp: Likewise.
10050
10051 2005-02-15 Joel Brobecker <brobecker@adacore.com>
10052
10053 * gdb.ada/packed_array/pa.adb: New file.
10054 * gdb.ada/packed_array.exp: New testcase.
10055
10056 2005-02-10 Mark Kettenis <kettenis@gnu.org>
10057
10058 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
10059 files.
10060
10061 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
10062 on *-*-openbsd*. Correctly match whitespace in regukar
10063 expressions.
10064
10065 2005-02-10 Daniel Jacobowitz <dan@debian.org>
10066
10067 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
10068 PR exp/1821
10069 * gdb.base/gdb1821.c: New test file.
10070 * gdb.base/gdb1821.exp: New test file.
10071
10072 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10073
10074 * gdb.base/start.c: New file.
10075 * gdb.base/start.exp: New testcase.
10076
10077 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10078
10079 * gdb.ada/start/dummy.adb: New file.
10080 * gdb.ada/start.exp: New testcase.
10081
10082 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
10083
10084 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
10085 for printing symbols and statistics.
10086 Add test for using relative pathnames in "maint print msymbols" test.
10087 Mark "maint info sections DATA" XFAIL on Cygwin.
10088 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
10089 tests.
10090
10091 2005-02-09 Andreas Schwab <schwab@suse.de>
10092
10093 Committed by Andrew Cagney <cagney@gnu.org>
10094 * gdb.base/remotetimeout.exp: New file.
10095
10096 2005-02-07 Mark Kettenis <kettenis@gnu.org>
10097
10098 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
10099
10100 2005-02-03 Joel Brobecker <brobecker@adacore.com>
10101
10102 * gdb.ada/gnat_ada.gpr: New file.
10103 * gdb.ada/gnat_ada.gin: Delete, no longer used.
10104 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
10105 * configure.ac: No longer generate gnat_ada.gpr.
10106 * configure: Regenerate.
10107 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
10108 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
10109 * gdb.ada/null_record/bar.ads: Likewise.
10110 * gdb.ada/null_record/bar.adb: Likewise.
10111 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
10112 * gdb.ada/null_record.exp (testdir): New variable.
10113 (testfile): executable is now in testdir subdirectory.
10114 (srcfile): Use full path to the main compilation unit.
10115 * gdb.ada/fixed_points.exp: Same changes as above.
10116
10117 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
10118
10119 * gdb.base/interp.exp: New test.
10120
10121 2005-01-24 Andrew Cagney <cagney@gnu.org>
10122
10123 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
10124
10125 2005-01-19 Andrew Cagney <cagney@gnu.org>
10126
10127 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
10128 configure.ac not configure.in.
10129
10130 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
10131 of powerpc*-*-*.
10132 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
10133 * gdb.base/list.exp (test_list_function)
10134 (test_list_filename_and_function): Ditto.
10135 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
10136
10137 2005-01-16 Andrew Cagney <cagney@gnu.org>
10138
10139 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
10140
10141 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
10142
10143 2005-01-14 Andrew Cagney <cagney@gnu.org>
10144
10145 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
10146 * gdb.mi/mi2-var-cmd.exp: Ditto.
10147
10148 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
10149
10150 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
10151
10152 2005-01-07 Andrew Cagney <cagney@gnu.org>
10153
10154 * configure.ac: Rename configure.in, require autoconf 2.59.
10155 * configure: Re-generate.
10156 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
10157 * gdb.stabs/configure: Re-generate.
10158 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
10159 * gdb.hp/configure: Re-generate.
10160 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
10161 autoconf 2.59.
10162 * gdb.hp/gdb.objdbg/configure: Re-generate.
10163 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
10164 autoconf 2.59.
10165 * gdb.hp/gdb.defects/configure: Re-generate.
10166 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
10167 autoconf 2.59.
10168 * gdb.hp/gdb.compat/configure: Re-generate.
10169 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
10170 autoconf 2.59.
10171 * gdb.hp/gdb.base-hp/configure: Re-generate.
10172 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
10173 autoconf 2.59.
10174 * gdb.hp/gdb.aCC/configure: Re-generate.
10175
10176 2004-12-15 Jim Blandy <jimb@redhat.com>
10177
10178 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
10179 under NPTL when there is debugging info available for libpthread.
10180
10181 2004-12-13 Jerome Guitton <guitton@gnat.com>
10182
10183 * gdb.ada/fixed_points.c: New file.
10184 * gdb.ada/fixed_points.exp: New file.
10185
10186 2004-12-03 Randolph Chung <tausq@debian.org>
10187
10188 * gdb.arch/pa-nullify.exp: New file.
10189 * gdb.arch/pa-nullify.s: New file.
10190
10191 2004-11-30 Randolph Chung <tausq@debian.org>
10192
10193 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
10194 instead of "tbug". Fix regexp to work properly with gdb_test.
10195
10196 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
10197
10198 * gdb.base/bitfields2.exp: New test.
10199 * gdb.base/bitfields2.c: New file.
10200
10201 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
10202
10203 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
10204
10205 2004-11-16 Randolph Chung <tausq@debian.org>
10206
10207 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
10208
10209 2004-11-14 Daniel Jacobowitz <dan@debian.org>
10210
10211 * gdb.threads/threadapply.exp: Correct "macro details" test.
10212
10213 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
10214
10215 * gdb.threads/threadapply.exp: New test.
10216 * gdb.threads/threadapply.c: New file.
10217
10218 2004-11-07 Mark Kettenis <kettenis@gnu.org>
10219
10220 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
10221 frames.
10222
10223 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
10224
10225 * gdb.base/cursal.exp: New file.
10226 * gdb.base/cursal.c: New file.
10227
10228 2004-11-03 Andrew Cagney <cagney@gnu.org>
10229
10230 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
10231
10232 2004-10-30 Mark Kettenis <kettenis@gnu.org>
10233
10234 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
10235 NetBSD/ELF targets.
10236
10237 2004-10-29 Joel Brobecker <brobecker@gnat.com>
10238
10239 * gdb.threads/bp_in_thread.c: New file, copied from
10240 pthread_cond_wait.c.
10241 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
10242 file, rather than reusing the .c file from another testcase.
10243
10244 2004-10-20 Joel Brobecker <brobecker@gnat.com>
10245
10246 * gdb.ada/null_record.exp: Check where we stopped after
10247 sending the start command, instead of where the associated
10248 temporary breakpoint was inserted.
10249
10250 2004-10-14 Andrew Cagney <cagney@gnu.org>
10251
10252 * gdb.mi/gdb701.c (main): Return 0.
10253
10254 2004-10-13 Daniel Jacobowitz <dan@debian.org>
10255
10256 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
10257
10258 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
10259
10260 * gdb.threads/schedlock.c: Add comment markers to use to find
10261 line numbers.
10262 * gdb.threads/schedlock.exp: Adjust regex to handle the new
10263 comments.
10264 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
10265 breakpoint lines.
10266
10267 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10268
10269 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
10270
10271 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10272
10273 * configure.in: Add gdb.dwarf2.
10274 * configure: Regenerated.
10275 * Makefile.in: Add gdb.dwarf2.
10276 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
10277 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
10278 gdb.dwarf2/file1.txt: New files.
10279
10280 2004-10-11 Orjan Friberg <orjanf@axis.com>
10281
10282 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
10283 of "run", since the latter doesn't work with remote targets. Adjust
10284 the breakpoint numbering accordingly.
10285 * gdb.threads/pthread_cond_wait.exp: Ditto.
10286
10287 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
10288
10289 * gdb.base/overlays.exp: Update copyright years.
10290
10291 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
10292
10293 * gdb.base/overlays.exp: Disable if target is Linux.
10294
10295 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
10296
10297 * config/gdbserver.exp (gdb_load): Use right filename on remote.
10298
10299 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
10300
10301 * gdb.asm/asm-source.exp: Add m32r-linux target.
10302 * gdb.asm/m32r-linux.inc: New file.
10303
10304 2004-09-24 Andrew Cagney <cagney@redhat.com>
10305 David Anderson <anderson@redhat.com>
10306
10307 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
10308 command fails, assume things will work.
10309 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
10310 (_GNU_SOURCE): Define.
10311 (print_unsigned, print_hex): Change parameter to "long long".
10312 (print_byte_count): New function, use to print byte counts.
10313 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
10314 O_LARGEFILE.
10315 (main): Compute an upper bound on a corefile in max_core_size.
10316 Limit memory chunk size to max_core_size. Limit total memory
10317 allocated to max_core_size.
10318
10319 2004-09-23 Andrew Cagney <cagney@gnu.org>
10320
10321 * gdb.base/bigcore.exp: Replace the code that creates a corefile
10322 from a separate process with code that creates a corefile by
10323 making the inferior dump core.
10324
10325 2004-09-23 Mark Kettenis <kettenis@gnu.org>
10326
10327 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
10328 block.
10329
10330 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
10331
10332 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
10333 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
10334 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
10335 Likewise.
10336
10337 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
10338
10339 * gdb.java/jprint.exp: New test case for java inferior call.
10340 * gdb.java/jprint.java: Ditto.
10341
10342 2004-09-15 Joel Brobecker <brobecker@gnat.com>
10343
10344 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
10345
10346 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
10347
10348 * gdb.threads/killed.c: Include <stdlib.h>.
10349 * gdb.threads/pthreads.c: Likewise.
10350
10351 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
10352
10353 * gdb.threads/killed.c: Add copyright notice.
10354
10355 2004-09-10 Jason Molenda (jmolenda@apple.com)
10356
10357 * gdb.base/define.exp: Two new tests to verify zero space chars
10358 after 'if' and 'while' commands in a user-defined command is correctly
10359 parsed.
10360
10361 2004-09-08 Andrew Cagney <cagney@gnu.org>
10362
10363 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
10364 delivery test with duplicate at end of file.
10365
10366 2004-09-06 Mark Kettenis <kettenis@jive.nl>
10367
10368 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
10369
10370 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10371
10372 * config/hppro.exp: Removed.
10373
10374 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10375
10376 * config/sparclet.exp: Removed.
10377
10378 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10379
10380 * config/udi.exp: Removed.
10381
10382 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
10383
10384 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
10385 of "exp_continue".
10386 (advancei): Likewise.
10387
10388 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
10389
10390 * gdb.base/unload.exp: Fix so messages aren't duplicated.
10391
10392 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
10393
10394 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
10395 to check for nodebug in executable.
10396 * gdb.gdb/observer.exp (setup_test): Likewise.
10397 * gdb.gdb/selftest.exp (test_with_self): Likewise.
10398 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
10399
10400 2004-09-01 Andrew Cagney <cagney@gnu.org>
10401
10402 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
10403 files.
10404
10405 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
10406
10407 * gdb.base/unload.exp: Fix expected warning message to match
10408 latest format.
10409
10410 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
10411
10412 * gdb.base/call-rt-st.exp: Fix typos.
10413
10414 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
10415
10416 * gdb.threads/thread_check.exp: New testcase.
10417 * gdb.threads/thread_check.c: New testcase.
10418
10419 2004-08-31 Andrew Cagney <cagney@gnu.org>
10420
10421 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
10422 (skip_to_handler_entry): New procedures. Test stepping into a
10423 handler when the breakpoint is at the handler's entry point.
10424
10425 2004-08-30 Andrew Cagney <cagney@gnu.org>
10426
10427 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
10428 gdb/1757.
10429
10430 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
10431
10432 With code from Manoj Iyer <manjo@austin.ibm.com>:
10433 * lib/gdb.exp (gdb_file_cmd): Return more information in the
10434 return value. Add an arm for "no debugging symbols found".
10435 Change a stray "error" to "perror".
10436 (gdb_run_cmd): Adapt to new return value.
10437 * gdb.base/remote.exp: Adapt to new return value.
10438 * gdb.gdb/complaints.exp: Likewise.
10439 * gdb.gdb/observer.exp: Likewise.
10440 * gdb.gdb/selftest.exp: Likewise.
10441 * gdb.gdb/xfullpath.exp: Likewise.
10442
10443 2004-08-27 Joel Brobecker <brobecker@gnat.com>
10444
10445 * gdb.threads/bp_in_thread.exp: New testcase.
10446
10447 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
10448
10449 Fix PR testsuite/1735.
10450 * gdb.threads/schedlock.c (thread_function): Add a cast
10451 to suppress a gcc warning.
10452 * gdb.threads/thread-specific.c (thread_function): Likewise.
10453
10454 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10455
10456 * gdb.base/unload.c: Include <stdlib.h>.
10457
10458 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10459
10460 From Paul Gilliam <pgilliam@us.ibm.com>:
10461 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
10462 synchronized after the "return".
10463
10464 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10465
10466 * gdb.mi/basics.c: Include <stdio.h>.
10467 * gdb.mi/pthreads.c: Include <stdlib.h>.
10468 * gdb.mi/var-cmd.c: Include <stdlib.h>.
10469
10470 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10471
10472 * gdb.threads/schedlock.c: Add copyright notice.
10473
10474 2004-08-25 Andrew Cagney <cagney@gnu.org>
10475
10476 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
10477 (skip_over_handler, breakpoint_over_hander): New test procedures.
10478 (advance, advancei): Add a proper prefix, do not use
10479 rerun_to_main.
10480 * gdb.base/sigstep.c (main): Change to use an infinite loop.
10481
10482 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
10483
10484 * gdb.mi/basics.c: Add copyright notice.
10485 * gdb.mi/var-cmd.c: Add copyright notice.
10486
10487 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10488
10489 * lib/gdb.exp: Remove signed_keyword_not_used.
10490 * lib/compiler.c: Likewise.
10491 * lib/compiler.cc: Likewise.
10492
10493 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10494
10495 * gdb.base/whatis.c: Remove conditional disabling of "signed".
10496 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
10497
10498 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10499
10500 * gdb.base/whatis.c: Add copyright notice.
10501
10502 2004-08-20 Mark Kettenis <kettenis@gnu.org>
10503
10504 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
10505 it to skip the breakpoints encoded in the inline assembly.
10506
10507 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
10508
10509 * Makefile.in: Add gdb.fortran.
10510
10511 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
10512
10513 * gdb.base/call-sc.exp (test_scalar_returns):
10514 Fix cut-and-paste glitch in "Make fun return now".
10515
10516 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
10517
10518 * configure.in: Add gdb.fortran.
10519 * configure: Regenerate.
10520 * gdb.fortran/Makefile.in: New file.
10521 * lib/gdb.exp (skip_fortran_tests): New procedure.
10522
10523 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
10524
10525 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
10526 reference to bug-gnu@prep.ai.mit.edu.
10527 * gdb.mi/mi-var-child.exp: Likewise.
10528 * gdb.mi/mi-var-cmd.exp: Likewise.
10529 * gdb.mi/mi-var-display.exp: Likewise.
10530 * gdb.mi/mi2-var-block.exp: Likewise.
10531 * gdb.mi/mi2-var-child.exp: Likewise.
10532 * gdb.mi/mi2-var-cmd.exp: Likewise.
10533 * gdb.mi/mi2-var-display.exp: Likewise.
10534
10535 2004-08-15 Mark Kettenis <kettenis@gnu.org>
10536
10537 * gdb.base/unload.c (main): Make local variable msg const.
10538
10539 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
10540
10541 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
10542 to bug-gnu@prep.ai.mit.edu.
10543 * gdb.mi/mi-disassemble.exp: Likewise.
10544 * gdb.mi/mi-eval.exp: Likewise.
10545 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
10546 default line number.
10547 * gdb.mi/mi-return.exp: Likewise.
10548 * gdb.mi/mi-simplerun.exp: Likewise.
10549 * gdb.mi/mi-stack.exp: Likewise.
10550 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
10551 number with explicit range test.
10552 * gdb.mi/mi-watch.exp: Likewise.
10553 * gdb.mi/mi2-break.exp: Likewise.
10554 * gdb.mi/mi2-cli.exp: Likewise.
10555 * gdb.mi/mi2-disassemble.exp: Likewise.
10556 * gdb.mi/mi2-eval.exp: Likewise.
10557 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
10558 default line number.
10559 * gdb.mi/mi2-return.exp: Likewise.
10560 * gdb.mi/mi2-simplerun.exp: Likewise.
10561 * gdb.mi/mi2-stack.exp: Likewise.
10562 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
10563 number with explicit range test.
10564 * gdb.mi/mi2-watch.exp: Likewise.
10565
10566 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
10567
10568 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
10569 * gdb.cp/m-static.exp: Likewise.
10570 * gdb.cp/rtti.exp: Likewise.
10571
10572 2004-08-14 Mark Kettenis <kettenis@gnu.org>
10573
10574 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
10575
10576 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10577
10578 * ChangeLog: Prefix Local Variables with semi-colons and indent
10579 the reference to older ChangeLog files, to fix fontification in
10580 Emacs.
10581
10582 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10583
10584 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
10585 * gdb.mi/mi2-break.exp: Likewise.
10586
10587 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10588
10589 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
10590
10591 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10592
10593 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
10594
10595 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10596
10597 * gdb.cp/classes.exp: Remove unused declarations. Just let
10598 test names default instead of providing special names. Remove
10599 extraneous demangler test.
10600
10601 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
10602
10603 * gdb.base/unload.exp: New test for breakpoints in dynamically
10604 loaded libraries.
10605 * gdb.base/unload.c: Ditto.
10606 * gdb.base/unloadshr.c: Ditto.
10607
10608 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
10609
10610 * gdb.cp/classes.exp (test_ptype_class_objects): Call
10611 cp_test_ptype_class.
10612 (test_enums): Likewise.
10613
10614 2004-08-10 Andrew Cagney <cagney@gnu.org>
10615
10616 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
10617 files.
10618
10619 2004-08-10 Andrew Cagney <cagney@gnu.org>
10620
10621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
10622 init_malloc call.
10623
10624 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
10625
10626 * ChangeLog: Add copyright notice. The notice is copied
10627 from emacs 21.3 top level ChangeLog.
10628
10629 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10630
10631 * lib/cp-support.exp: New file.
10632 * lib/cp-support.exp (cp_test_type_class): New function.
10633 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
10634 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
10635 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
10636 cp_test_ptype_class.
10637
10638 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10639
10640 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
10641 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10642 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
10643 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
10644 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
10645 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
10646 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
10647 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
10648 gdb.mi/mi2-watch.exp: Update copyright years.
10649
10650 2004-08-09 Mark Kettenis <kettenis@gnu.org>
10651
10652 * gdb.base/sigaltstack.exp: Provide proper anchoring.
10653
10654 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10655
10656 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
10657 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
10658 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
10659 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10660 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
10661 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
10662 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
10663 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10664 gdb.mi/mi-watch.exp: Update copyright years.
10665
10666 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10667
10668 PR gdb/1738
10669 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
10670 from a breakpoint with a pending signal.
10671
10672 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10673
10674 PR gdb/1736
10675 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
10676 * gdb.base/sigaltstack.exp (finish_test): Consume output until
10677 the prompt.
10678 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
10679
10680 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10681
10682 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
10683
10684 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10685
10686 PR gdb/1736
10687 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
10688 for i?86-*-linux*.
10689
10690 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10691
10692 * gdb.arch/i386-prologue.exp: Compile without debug information.
10693
10694 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
10695
10696 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
10697 rather than asking gdb to search.
10698
10699 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10700
10701 * gdb.base/gcore.c: Include <string.h>.
10702
10703 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10704
10705 * gdb.base/gcore.c: Add copyright notice.
10706
10707 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10708
10709 * gdb.base/freebpcmd.c: Include <stdio.h>.
10710 * gdb.base/long_long.c: Include <string.h>.
10711 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
10712 * gdb.base/siginfo.c: Include <string.h>.
10713 * gdb.base/sigstep.c: Include <string.h>.
10714
10715 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10716
10717 * gdb.base/complex.c: Include <stdlib.h>.
10718
10719 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10720
10721 * gdb.base/complex.c: Add copyright notice.
10722
10723 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10724
10725 * gdb.base/charset.c: Include <stdlib.h>.
10726
10727 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10728
10729 * gdb.base/auxv.c: Include <stdlib.h>.
10730
10731 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10732
10733 * gdb.base/auxv.c: Add copyright notice.
10734
10735 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10736
10737 * gdb.base/coremaker.c: Add copyright notice.
10738 * gdb.base/coremaker2.c: Add copyright notice.
10739
10740 2004-08-04 Andrew Cagney <cagney@gnu.org>
10741
10742 * gdb.base/store.exp: Update copyright.
10743 (check_set, up_set, check_struct, up_struct): Add a prefix to test
10744 names, do not import gdb_prompt.
10745
10746 2004-08-01 Andrew Cagney <cagney@gnu.org>
10747
10748 Fix PR testsuite/1729.
10749 * gdb.base/dump.exp: Add test name to callers of capture_value, do
10750 not use capture_value with value 4.
10751 (capture_value): Add optional test name parameter.
10752 (test_reload_saved_value, test_restore_saved_value): Use $msg as
10753 the prefix, pass to capture_value.
10754
10755 2004-08-01 Mark Kettenis <kettenis@gnu.org>
10756
10757 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
10758 * gdb.arch/i386-prologue.c (standard): New prototype and function.
10759 (main): Call new function.
10760
10761 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10762
10763 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
10764
10765 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10766
10767 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
10768
10769 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10770
10771 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
10772 Accept more values of vtbl pointer. Remove some messages
10773 about "obsolete gcc or gdb".
10774
10775 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10776
10777 * gdb.cp/classes.exp: Accept more varieties of ptype output.
10778
10779 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10780
10781 * gdb.base/asm-source.exp: Properly convert target board
10782 debug flags from gcc format to binutils format.
10783
10784 2004-07-28 Mark Kettenis <kettenis@gnu.org>
10785
10786 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
10787 gdb1718". PR backtrace/1718 partially fixed.
10788
10789 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
10790
10791 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
10792
10793 2004-07-26 Nick Clifton <nickc@redhat.com>
10794
10795 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
10796 good default value for a specific architecture is available then
10797 set it to that value. Otherwise default to the -gstabs switch.
10798 Remove the -g... switches from the asm-flags variable. Allow the
10799 target board info to override the value if it wants to. Pass the
10800 switch on the assembler command line.
10801
10802 2004-07-23 Mark Kettenis <kettenis@gnu.org>
10803
10804 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
10805 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
10806 (main): Call new function.
10807
10808 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
10809
10810 Test for PR exp/1715.
10811 * gdb.base/radix.exp: Refactor common procedures. Make all
10812 test names unique. Change XFAIL to KFAIL.
10813
10814 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
10815
10816 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
10817 * gdb.ada/gnat_ada.gin: ... to here.
10818 * configure.in: Use gnat_ada.gin.
10819 * configure: Regenerate.
10820
10821 2004-07-20 Andrew Cagney <cagney@gnu.org>
10822
10823 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
10824 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
10825 XFAILs. Clean up test messages and comments. Check backtraces.
10826 Delete re-sync code.
10827
10828 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
10829
10830 Fix PR cli/740.
10831 * gdb.base/annota1.exp: Honor gdb,nosignals.
10832 * gdb.base/annota3.exp: Likewise.
10833
10834 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
10835
10836 * lib/java.exp: Update copyright notice.
10837
10838 2004-07-19 Andrew Cagney <cagney@gnu.org>
10839
10840 * gdb.base/selftest.exp: Copy file from here ...
10841 * gdb.gdb/selftest.exp: ... to here.
10842
10843 2004-07-16 Andrew Cagney <cagney@redhat.com>
10844
10845 * lib/insight-support.exp: Delete file.
10846 * lib/java.exp (java_init): Fix copyright.
10847
10848 2004-07-16 Andrew Cagney <cagney@gnu.org>
10849
10850 * gdb.base/restore.c: Append "prologue" to comments marking the a
10851 function's prologue.
10852 * gdb.base/restore.exp: Update copyright, re-indent.
10853 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
10854 callerN" prefix where needed. Update patterns that match a
10855 function's prologue.
10856
10857 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
10858
10859 * gdb.base/restore.c: Add copyright notice.
10860
10861 2004-07-16 Andrew Cagney <cagney@gnu.org>
10862
10863 * gdb.base/logical.exp: Update copyright.
10864 (evaluate): New procedure. Use to re-implement tests using
10865 several tables.
10866
10867 2004-07-14 Martin Hunt <hunt@redhat.com>
10868
10869 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
10870 which fixes some problems where init.tcl was not found.
10871
10872 2004-07-13 Andrew Cagney <cagney@gnu.org>
10873
10874 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
10875 (check_sizeof, check_valueof): Do not include the output in the
10876 test name. Use gdb_test.
10877 (get_valueof): Use gdb_test_multiple.
10878
10879 * gdb.base/step-test.exp: Update copyright. Use
10880 gdb_test_multiple. Ensure that test names do not include
10881 architecture dependent output.
10882
10883 * gdb.gdb/observer.exp: Update copyright.
10884 (setup_test): Use gdb_test_multiple.
10885 (attach_first_observer, attach_second_observer)
10886 (attach_third_observer, detach_first_observer)
10887 (detach_second_observer, detach_third_observer)
10888 (reset_counters, check_counters): Make $message a prefix.
10889 (test_normal_stop_notifications): Add "args" parameter - a list of
10890 init functions to be called. Make $message a prefix,
10891 (test_observer_normal_stop): Change the message prefixes so that
10892 they are unique, pass the attach / detach procedures to
10893 test_normal_stop_notifications.
10894
10895 * gdb.base/signull.exp (test_segv): Prefix all tests with
10896 "${name}". Clean up test messages.
10897
10898 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
10899
10900 * gdb.base/ena-dis-br.exp: Update copyright.
10901 (break_at): New function. Replace send_gdb with gdb_test,
10902 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
10903 ignore count, not stopped at bpt", with KFAIL.
10904
10905 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
10906
10907 * gdb.base/attach.exp: Remove cleanupfile handling.
10908
10909 2004-07-12 Andrew Cagney <cagney@gnu.org>
10910
10911 * gdb.base/annota1.exp: Cleanup corefile test name.
10912 * gdb.base/annota3.exp: Ditto.
10913
10914 2004-07-12 Andrew Cagney <cagney@gnu.org>
10915
10916 * gdb.base/signals.exp: Clean up copyright, re-indent.
10917
10918 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
10919 gdb_test and gdb_test_multiple.
10920
10921 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
10922
10923 * gdb.java/jmain.exp: Fix expected line number for main to
10924 break at. Set XFAIL for break at main test since gcj does not
10925 provide line number info for first statement in main.
10926
10927 2004-07-08 Andrew Cagney <cagney@gnu.org>
10928
10929 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
10930
10931 * gdb.base/sigbpt.exp: Make the common part of each test name a
10932 prefix instead of suffix.
10933
10934 2004-07-07 Bob Rossi <bob_rossi@cox.net>
10935
10936 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
10937 test from test_tbreak_creation_and_listing to
10938 test_file_list_exec_source_file
10939 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
10940 Changed name of test from test_tbreak_creation_and_listing to
10941 test_file_list_exec_source_file
10942
10943 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
10944
10945 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
10946 the jmisc() constructor instead of <init>.
10947 * gdb.java/jmisc1.exp: Ditto.
10948
10949 2004-07-07 Andrew Cagney <cagney@gnu.org>
10950
10951 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
10952 corrupting the PC.
10953
10954 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
10955
10956 * gdb.cp/templates.exp: Accept whitespace change in demangler
10957 output.
10958
10959 2004-07-06 Andrew Cagney <cagney@gnu.org>
10960
10961 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
10962
10963 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
10964
10965 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
10966 * lib/compiler.cc: Likewise.
10967
10968 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
10969
10970 * lib/compiler.cc: Work around string preprocessing problem
10971 with old hp c++ compiler.
10972 * lib/compiler.c: Likewise.
10973
10974 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
10975
10976 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
10977 directives to conditionalize symbol prefixing.
10978 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
10979 additional_flags handling. Add underscore prefix for Cygwin.
10980 * gdb.arch/i386-unwind.c: Use preprocessor directives to
10981 conditionalize symbol prefixing.
10982 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
10983 additional_flags handling. Add underscore prefix for Cygwin.
10984
10985 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
10986
10987 * gdb.base/bigcore.exp: Skip test on Cygwin.
10988
10989 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
10990
10991 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
10992 formats for "info register". Use gdb_test_multiple. Fix
10993 the "invalid register" test.
10994
10995 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
10996
10997 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
10998 PID for Cygwin. Add Cygwin specific strings to check for in some
10999 tests.
11000 (do_attach_tests): Add a test for user interaction when attaching
11001 to a process with no matching symbol table already loaded.
11002
11003 2004-06-26 Andrew Cagney <cagney@gnu.org>
11004
11005 Test PR java/1567 and PR java/1565.
11006 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
11007 * gdb.java/jmisc2.exp: Delete file.
11008
11009 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
11010
11011 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
11012
11013 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
11014
11015 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
11016 attach process.
11017
11018 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
11019
11020 * gdb.cp/pr-1553.exp: Remove.
11021
11022 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
11023
11024 * gdb.cp/pr-1553.cc: Remove.
11025 * gdb.cp/pr-1553.exp: Disable this test.
11026
11027 2004-06-20 Jim Blandy <jimb@redhat.com>
11028
11029 Fix PR testsuite/1680.
11030 * gdb.arch/i386-sse.exp: Properly quote curly braces in
11031 regular expressions.
11032
11033 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
11034
11035 Fix PR testsuite/1679.
11036 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
11037 Issue an UNSUPPORTED result instead.
11038
11039 2004-06-18 Jim Blandy <jimb@redhat.com>
11040
11041 * gdb.base/charset.exp: Only send a control-C if we see a new
11042 prompt and incomplete command.
11043
11044 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
11045
11046 * gdb.cp/pr-574.cc: Add copyright notice.
11047
11048 2004-06-17 Jim Blandy <jimb@redhat.com>
11049
11050 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
11051 cases where the regexp has no groups; this grabs random text from
11052 the previous test suite, whatever that was.
11053
11054 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
11055
11056 * gdb.cp/printmethod.cc: Add copyright notice.
11057
11058 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
11059
11060 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
11061
11062 2004-06-16 Andrew Cagney <cagney@gnu.org>
11063
11064 * gdb.base/signull.c: Update copyright. Include <string.h>.
11065 (bowler): Replace data_pointer with data_read
11066 and data_write cases. Add code_descriptor case.
11067 (zero, desc): New array and pointer.
11068 (data, code): Change to simple pointers.
11069 * gdb.base/signull.exp: Fix probe pattern matching a function
11070 descriptor SIGSEGV. Replace data_pointer with data_read and
11071 data_write tests.
11072
11073 2004-06-16 Andrew Cagney <cagney@gnu.org>
11074
11075 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
11076
11077 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11078
11079 * gdb.base/long_long.c: Add copyright notice.
11080
11081 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11082
11083 * gdb.base/long_long.exp: Remove reference to
11084 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
11085 to gdb_breakpoint and gdb_continue_to_breakpoint.
11086
11087 2004-06-14 Jim Blandy <jimb@redhat.com>
11088
11089 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
11090 endian case.
11091
11092 2004-06-14 Andrew Cagney <cagney@gnu.org>
11093
11094 * gdb.base/gcore.exp (capture_command_output): Delete the always
11095 passing tests containing inferior values.
11096 * gdb.base/ending-run.exp: Do not include the breakpoint address
11097 in the test message. Update copyright.
11098 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
11099 size in the test name, use gdb_test_multiple. Update copyright.
11100
11101 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11102
11103 * gdb.cp/ref-types.cc: Add copyright notice.
11104
11105 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11106
11107 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
11108 hp_aCC_compiler.
11109 * lib/compiler.cc: Likewise.
11110 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
11111 'set' commands. Log diagnostics for other lines. Set
11112 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
11113
11114 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
11115
11116 * gdb.cp/try_catch.cc: Add copyright notice.
11117
11118 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
11119
11120 * gdb.cp/userdef.cc: Add copyright notice.
11121
11122 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
11123
11124 * gdb.cp/virtfunc.cc: Add copyright notice.
11125
11126 2004-06-11 Randolph Chung <tausq@debian.org>
11127
11128 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
11129 problem.
11130
11131 2004-06-10 Andrew Cagney <cagney@gnu.org>
11132
11133 * lib/compiler.cc, lib/compiler.c: Append either
11134 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
11135 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
11136 instead of gcc-3-3.
11137
11138 2004-06-09 Andrew Cagney <cagney@gnu.org>
11139
11140 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
11141 gdb/1455, bug is specific to "long long" and "double".
11142
11143 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
11144 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
11145 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
11146 fixed.
11147
11148 2004-06-09 Andrew Cagney <cagney@gnu.org>
11149
11150 * gdb.base/structs.exp (test_struct_returns): Replace
11151 "return_value_unknown" and "finish_value_unknown" by
11152 "return_value_known" and "finish_value_known". Instead of
11153 "return_value_unknown" iff "finish_value_unknown", check
11154 "return_value_known" implies "finish_value_known".
11155
11156 2004-06-08 Martin Hunt <hunt@redhat.com>
11157
11158 * gdb.base/float.exp: Add pattern for mips targets.
11159
11160 2004-06-08 Randolph Chung <tausq@debian.org>
11161
11162 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
11163 message for unknown architectures more clear.
11164
11165 2004-06-08 Joel Brobecker <brobecker@gnat.com>
11166
11167 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
11168 start the execution of the program.
11169
11170 2004-06-07 Jim Blandy <jimb@redhat.com>
11171
11172 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
11173 * gdb.arch/i386-cpuid.h: New helper file.
11174
11175 2004-06-07 Randolph Chung <tausq@debian.org>
11176
11177 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
11178 has started.
11179
11180 2004-06-04 Roland McGrath <roland@redhat.com>
11181
11182 Fix PR gdb/1647.
11183 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
11184 differently to be robust to output buffering differences.
11185
11186 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
11187
11188 * gdb.threads/pthreads.exp: Update copyright years.
11189 (check_control_c): Change asynchronous 'after' to synchronous.
11190
11191 2004-06-04 Roland McGrath <roland@redhat.com>
11192
11193 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
11194 next gdb prompt.
11195
11196 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
11197
11198 Fix PR gdb/1636.
11199 * gdb.threads/manythreads.exp: Change asynchronous 'after'
11200 calls to synchronous.
11201
11202 2004-05-26 Jim Blandy <jimb@redhat.com>
11203
11204 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
11205
11206 2004-05-24 Randolph Chung <tausq@debian.org>
11207
11208 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
11209 * gdb.asm/pa.inc: New file.
11210
11211 2004-05-22 Mark Kettenis <kettenis@gnu.org>
11212
11213 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
11214
11215 2004-05-21 Joel Brobecker <brobecker@gnat.com>
11216 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
11219 GDB prompt.
11220
11221 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11222
11223 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
11224 setjmp/longjmp. Use sigaction instead of signal.
11225
11226 2004-05-19 J. Brobecker <brobecker@gnat.com>
11227 Michael Snyder <msnyder@redhat.com>
11228
11229 * gdb.threads/pthread_cond_wait.c: New file.
11230 * gdb.threads/pthread_cond_wait.exp: New testcase.
11231
11232 2004-05-13 Andrew Cagney <cagney@redhat.com>
11233
11234 * gdb.base/signull.exp, gdb.base/signull.c: New files.
11235 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
11236
11237 2004-05-11 Andrew Cagney <cagney@redhat.com>
11238
11239 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
11240 fixed but revealed gdb/1639.
11241
11242 2004-05-10 Andrew Cagney <cagney@redhat.com>
11243
11244 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
11245 func1" and "next to 2nd alarm", kernel bug avoided.
11246
11247 2004-05-10 Daniel Jacobowitz <dan@debian.org>
11248
11249 PR external/1568
11250 * gdb.base/bigcore.exp: Check the size of the dumped core file.
11251 XFAIL if it is smaller than bytes_allocated.
11252 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
11253 (main): Make chunks_allocated unsigned. Correct comment.
11254
11255 2004-05-07 Joel Brobecker <brobecker@gnat.com>
11256
11257 * gdb.arch/powerpc-aix-prologue.c: New file.
11258 * gdb.arch/powerpc-aix-prologue.exp: New file.
11259
11260 2004-05-07 Jim Blandy <jimb@redhat.com>
11261
11262 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
11263 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
11264
11265 2004-05-06 Joel Brobecker <brobecker@gnat.com>
11266
11267 * gdb.base/sep.exp: No longer setup_kfail when the program was
11268 built with dwarf2.
11269
11270 2004-05-05 Jim Ingham <jingham@apple.com>
11271
11272 * gdb.base/pending.exp: Make sure pending breakpoints
11273 preserve the ignore count.
11274
11275 2004-04-27 Jerome Guitton <guitton@gnat.com>
11276
11277 * i386-prologue.exp: Add testcase for jump instruction as first
11278 instruction of the real code.
11279 * i386-prologue.c (jump_at_beginning): New function.
11280
11281 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11282
11283 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
11284 x86_64-*-*.
11285
11286 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11287
11288 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
11289 i*86-*-*.
11290
11291 2004-04-25 Mark Kettenis <kettenis@gnu.org>
11292
11293 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
11294 expression that checks the return type.
11295
11296 2004-04-23 Andrew Cagney <cagney@redhat.com>
11297
11298 * gdb.base/call-sc.exp: New test of scalar call/return values.
11299 * gdb.base/call-sc.c: Ditto.
11300
11301 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11302
11303 * gdb.threads/manythreads.c: Reduce thread stack size.
11304
11305 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
11306
11307 * gdb.threads/manythreads.c: Add copyright notice.
11308
11309 2004-04-23 Andrew Cagney <cagney@redhat.com>
11310
11311 * gdb.base/siginfo.exp: Better handle step out of signal.
11312 * gdb.base/sigstep.exp: Ditto.
11313
11314 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
11315 Daniel Jacobowitz <drow@mvista.com>
11316
11317 * gdb.threads/manythreads.c: New testcase.
11318 * gdb.threads/manythreads.exp: Ditto.
11319
11320 2004-04-22 Jim Blandy <jimb@redhat.com>
11321
11322 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
11323 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
11324
11325 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
11326
11327 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
11328
11329 2004-04-21 Andrew Cagney <cagney@redhat.com>
11330
11331 * gdb.base/sigstep.c: New file.
11332 * gdb.base/sigstep.exp: New file.
11333
11334 2004-04-16 Joel Brobecker <brobecker@gnat.com>
11335
11336 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
11337 call to observer_notify_normal_stop.
11338
11339 2004-04-15 Andrew Cagney <cagney@redhat.com>
11340
11341 * gdb.base/siginfo.c: New file.
11342 * gdb.base/siginfo.exp: New file.
11343
11344 2004-04-12 J. Brobecker <brobecker@gnat.com>
11345
11346 * gdb.base/sep.exp: Fix typo in comment.
11347
11348 2004-04-12 J. Brobecker <brobecker@gnat.com>
11349
11350 * gdb.base/sep.c: New file.
11351 * gdb.base/sep-proc.c: New file.
11352 * gdb.base/sep.exp: New testcase.
11353
11354 2004-04-09 Mark Kettenis <kettenis@gnu.org>
11355
11356 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
11357 support.
11358
11359 2004-04-05 Andrew Cagney <cagney@redhat.com>
11360
11361 * gdb.base/sigaltstack.c: New file.
11362 * gdb.base/sigaltstack.exp: New file.
11363
11364 2004-04-04 Joel Brobecker <brobecker@gnat.com>
11365
11366 * gdb.base/foll-fork.exp: Update the expected output for
11367 "help set follow-fork-mode", to match a change that was made
11368 to the help of this variable on 2004-01-13.
11369
11370 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11371
11372 * lib/ada.exp: Add copyright notice.
11373 * bar.ads: Likewise.
11374 * bar.adb: Likewise.
11375 * null_record.adb: Likewise.
11376 * null_record.exp: Likewise.
11377 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
11378
11379 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11380
11381 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
11382 * configure: Regenerate.
11383
11384 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11385
11386 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
11387 to build the application. Remove the message printed when in
11388 verbose mode, redundant with the UNSUPPORTED message above.
11389
11390 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11391
11392 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
11393 * gdb.ada (null_record.exp): New testcase.
11394
11395 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11396
11397 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
11398
11399 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11400
11401 * gdb.ada: New subdirectory.
11402 * gdb.ada/Makefile.in: New file.
11403 * gdb.ada/gnat_ada.gpr.in: New file.
11404
11405 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11406
11407 * lib/ada.exp: New file.
11408
11409 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
11410
11411 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
11412 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
11413
11414 2004-03-22 Andrew Cagney <cagney@redhat.com>
11415
11416 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
11417 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
11418 Problem identified by Ulrich Weigand.
11419
11420 2004-03-17 David Carlton <carlton@kealia.com>
11421
11422 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
11423 PR c++/826.
11424
11425 2004-03-16 Roland McGrath <roland@redhat.com>
11426
11427 * gdb.base/auxv.exp: New file.
11428 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
11429
11430 2004-03-12 David Carlton <carlton@kealia.com>
11431
11432 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
11433 * gdb.cp/pr-1553.cc: Ditto.
11434 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
11435 pass branch.
11436
11437 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
11438
11439 * gdb.cp/templates.exp: Accept more template types.
11440
11441 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11442
11443 From Corinna Vinschen with modifications.
11444 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
11445 local variable obj_with_enum.
11446 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
11447 results with obj_with_enum.
11448
11449 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11450
11451 * gdb.cp/classes.cc: New file, copied from misc.cc.
11452 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
11453
11454 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11455
11456 * gdb.cp/misc.cc: Add copyright notice.
11457
11458 2004-03-05 David Carlton <carlton@kealia.com>
11459
11460 * gdb.cp/rtti.exp: Add 'print *obj3' test.
11461 * gdb.cp/rtti.h: Update copyright.
11462 (namespace n2::n3): New.
11463 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
11464 (n2::n3::func3): New.
11465 (main): Call n2::n3::func3.
11466 * gdb.cp/rtti2.cc: Update copyright.
11467 (n2::create3): New.
11468
11469 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11470
11471 * gdb.asm/openbsd.inc: Fix typo.
11472
11473 2004-03-03 Fred Fish <fnf@redhat.com>
11474
11475 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
11476 "val" instead of unused "size". Update copyright year.
11477
11478 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11479
11480 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
11481 to use unsigned char.
11482 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
11483 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
11484
11485 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11486
11487 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
11488 line of output.
11489
11490 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11491
11492 * gdb.base/relocate.c (dummy): Initialize.
11493
11494 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11495
11496 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
11497 a breakpoint at exit.
11498
11499 2004-02-27 Fred Fish <fnf@redhat.com>
11500
11501 * gdb.base/chng-syms.exp: Add expect condition to match failing
11502 case that isn't a timeout.
11503
11504 2004-02-27 Andrew Cagney <cagney@redhat.com>
11505
11506 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
11507 support.
11508
11509 2004-02-26 Fred Fish <fnf@redhat.com>
11510
11511 * gdb.arch/gdb1431.c: Remove.
11512 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
11513 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
11514 of "until" incorrectly.
11515
11516 2004-02-26 J. Brobecker <brobecker@gnat.com>
11517
11518 * gdb.cp/class2.cc (empty): New class.
11519 (refer): New function.
11520 (main): Declare an object of type empty and use it.
11521 * gdb.cp/class2.exp: Print the value of an object of type empty.
11522
11523 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11524
11525 * gdb.base/langs.exp: Update query string to match the
11526 new nquery format used for pending breakpoints.
11527
11528 2004-02-26 Andrew Cagney <cagney@redhat.com>
11529
11530 Fix PR i18n/1570.
11531 * gdb.base/charset.c: Update copyright notice.
11532 (main, init_string): Remove the escape character '\e' tests.
11533 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
11534 * gdb.base/charset.exp (valid_host_charset): Ditto.
11535 * gdb.base/setvar.exp: Ditto.
11536
11537 2004-02-24 Andrew Cagney <cagney@redhat.com>
11538
11539 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
11540 mmapped data in core file" PASS and FAIL messages consistent.
11541
11542 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
11543 setting a breakpoint. Work around PR java/1565.
11544
11545 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11546
11547 * lib/gdb.exp (gdb_breakpoint): Update query string to match
11548 new nquery format.
11549 * gdb.base/pending.exp: Ditto.
11550
11551 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11552
11553 * configure.in: Run stabs tests on *BSD.
11554 * configure: Regenerated.
11555
11556 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11557
11558 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
11559
11560 2004-02-20 Fred Fish <fnf@redhat.com>
11561
11562 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
11563 blank in test for "returns short", for consistency with other
11564 "returns xxx" tests. Update copyright year.
11565
11566 2004-02-19 Fred Fish <fnf@redhat.com>
11567
11568 New testcase for PR breakpoint/1558.
11569 * gdb.arch/gdb1558.exp: New file.
11570 * gdb.arch/gdb1558.c: New file.
11571
11572 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11573
11574 * gdb.base/nodebug.exp: Fix typo.
11575
11576 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11577
11578 Committed by Jim Blandy <jimb@redhat.com>.
11579
11580 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
11581
11582 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
11583
11584 * gdb.base/float.exp: Support s390*-*-* targets.
11585
11586 2004-02-17 Adam Fedor <fedor@gnu.org>
11587
11588 * gdb.base/gdb1555.exp: New file.
11589 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
11590
11591 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11592
11593 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
11594
11595 2004-02-16 Fred Fish <fnf@redhat.com>
11596
11597 * gdb.arch/gdb1291.c: Remove
11598 * gdb.arch/gdb1291.s: New test input file.
11599 * gdb.arch/gdb1291.exp: Expand test to check case that should not
11600 fail. Test for correct result, known incorrect result, other
11601 failures and timeouts.
11602
11603 2004-02-16 Andrew Cagney <cagney@redhat.com>
11604
11605 * gdb.base/bigcore.exp: New file.
11606 * gdb.base/bigcore.c: New file.
11607
11608 2004-02-13 Andrew Cagney <cagney@redhat.com>
11609
11610 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
11611 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
11612 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
11613 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
11614 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
11615 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
11616 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
11617 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
11618 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
11619 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
11620
11621 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
11622
11623 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
11624 executed is an alloc instruction.
11625
11626 2004-02-11 David Carlton <carlton@kealia.com>
11627
11628 * gdb.cp/breakpoint.exp: New.
11629 * gdb.cp/breakpoint.cc: New.
11630
11631 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
11632
11633 Partial fix for PR gdb/1543.
11634 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
11635 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
11636 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
11637 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
11638 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
11639 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
11640 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
11641 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
11642 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
11643 to bug-gdb@prep.ai.mit.edu .
11644 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
11645 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
11646 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
11647 Likewise.
11648
11649 2004-02-10 Andrew Cagney <cagney@redhat.com>
11650
11651 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
11652 using gdb_internal_error_resync.
11653
11654 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11655
11656 * gdb.threads/thread-specific.exp: Stop early if no threads are
11657 found.
11658
11659 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
11660
11661 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
11662
11663 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
11664
11665 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
11666 breakpoints.
11667
11668 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
11669
11670 * config/sim.exp (gdb_load): Handle $arg == "".
11671 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
11672 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
11673
11674 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11675
11676 * gdb.base/maint.exp: Update test to reflect
11677 obstack changes.
11678
11679 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
11680
11681 * gdb.base/pendshr.c (pendfunc): New function that calls
11682 pendfunc1.
11683 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
11684
11685 2004-02-04 Fred Fish <fnf@redhat.com>
11686
11687 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
11688 function symbols and update copyright years.
11689 * gdb.arch/gdb1291.c: Ditto.
11690
11691 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11692
11693 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
11694
11695 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11696
11697 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
11698
11699 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11700
11701 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
11702
11703 2004-02-02 Fred Fish <fnf@redhat.com>
11704
11705 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
11706 remote targets. Update copyright years.
11707
11708 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11709
11710 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
11711 support.
11712 * gdb.base/langs.exp: Fix test which attempts to create
11713 breakpoint on non-existent function to handle new pending
11714 support.
11715 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
11716 a breakpoint.
11717 * gdb.base/pending.exp: New test.
11718 * gdb.base/pending.c: New file.
11719 * gdb.base/pendshr.c: Ditto.
11720
11721 2004-02-02 David Carlton <carlton@kealia.com>
11722
11723 * gdb.cp/overload.exp: Add overloadNamespace tests.
11724 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
11725 (overloadNamespace, XXX): New.
11726 (main): Call XXX::marker2.
11727
11728 2004-02-01 Fred Fish <fnf@redhat.com>
11729
11730 * gdb.base/dump.exp: Use runto_main instead of "runto main".
11731 * gdb.base/finish.exp: Ditto.
11732 * gdb.base/gcore.exp: Ditto.
11733 * gdb.base/huge.exp: Ditto.
11734 * gdb.base/info-proc.exp: Ditto.
11735 * gdb.base/return2.exp: Ditto.
11736 * gdb.threads/gcore-thread.exp: Ditto.
11737
11738 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11739
11740 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
11741
11742 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11743
11744 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
11745 that opening the file succeeds on OpenBSD.
11746
11747 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11748
11749 * gdb.threads/thread-specific.c: New file.
11750 * gdb.threads/threads-specific.exp: New test script.
11751 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
11752 to expect_out.
11753
11754 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11755
11756 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
11757 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
11758 only on the "print_small_structs from print_long_arg_list" test.
11759
11760 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11761
11762 * gdb.base/completion.exp: Kill a stray backslash.
11763
11764 From Jim Ingham <jingham@apple.com>:
11765 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
11766 agrees with the result from sending a tab.
11767
11768 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11769
11770 * gdb.base/chng-syms.exp: Remove stray newline.
11771
11772 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11773
11774 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
11775 *-*-openbsd*.
11776 * gdb.asm/openbsd.inc: New file.
11777
11778 2004-01-30 Mark Kettenis <kettenis@gnu.org>
11779
11780 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
11781 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
11782 *-*solaris2*. Remove commented out default settings for
11783 asm-flags. Replace gdb_compile with target_link.
11784
11785 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
11786
11787 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
11788 for all tests. Remove old hp-ux and cygnus xfail cases.
11789
11790 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
11791
11792 * gdb.base/chng-syms.exp: New file.
11793 * gdb.base/chng-syms.c: New file.
11794
11795 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
11796
11797 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
11798 Provide arms for current output in all my configurations.
11799
11800 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
11801
11802 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
11803 * lib/compiler.cc: Likewise.
11804 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
11805 get the right preprocessor. Eval the output directly. Remove
11806 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
11807 hp_f77_compiler and hp_f90_compiler completely.
11808 (gdb_preprocess): Delete.
11809 (get_compiler): Delete.
11810
11811 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11812
11813 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
11814 <string.h>.
11815
11816 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11817
11818 * gdb.mi/mi-stack.exp: Update copyright.
11819
11820 2004-01-23 David Carlton <carlton@kealia.com>
11821
11822 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
11823 test for cp_lookup_transparent_type.
11824 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
11825 call them.
11826
11827 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
11828
11829 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
11830 after -var-update.
11831
11832 2004-01-23 David Carlton <carlton@kealia.com>
11833
11834 * gdb.cp/namespace.cc (C::ensureRefs): New.
11835 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
11836
11837 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11838
11839 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
11840 case "-stack-list-locals 2".
11841 * gdb.mi/mi-var-child.exp: Test for case
11842 "-var-list-children --all-values NAME".
11843
11844 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
11845
11846 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
11847
11848 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11849
11850 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
11851 used with gdb_test_multiple.
11852
11853 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
11854 read at address 0. This fixes PR testsuite/1504.
11855
11856 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
11857
11858 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
11859 Remove downloading, guessing the host executable, the calls to
11860 gdb_file_cmd and gdb_target_cmd, and "load" support.
11861 (infer_host_exec): New function broken out from gdb_load.
11862 (gdb_load): New wrapper for gdbserver_gdb_load.
11863 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
11864 gdb_target_cmd. Use -target-select.
11865 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
11866 Download binaries to the host. Clear last_mi_remote_file when
11867 we load a new binary.
11868 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
11869 call gdbserver_gdb_load and mi_gdb_target_cmd.
11870
11871 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
11872
11873 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
11874 type patterns.
11875
11876 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
11877
11878 * gdb.cp/templates.exp: Fix typo in test name of
11879 "print Foo<volatile char*>::foo".
11880
11881 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
11882
11883 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
11884
11885 2004-01-16 Ben Elliston <bje@wasabisystems.com>
11886
11887 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
11888 (clean mostlyclean): Remove empty rm.
11889
11890 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
11891
11892 * gdb.base/setvar.exp: Add copyright years.
11893
11894 2004-01-14 David Carlton <carlton@bactrian.org>
11895
11896 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
11897 PR c++/1511 and update coment.
11898 * gdb.cp/templates.exp: Update patterns to match current output.
11899 If changes involve something other than whitespace, KFAIL
11900 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
11901
11902 2004-01-14 David Carlton <carlton@kealia.com>
11903
11904 * gdb.cp/namespace.exp: Add tests involving classes defined within
11905 namespaces.
11906 * gdb.cp/namespace.cc (C::CClass): New.
11907 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
11908
11909 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11910
11911 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
11912 what debug info we have. Print a better message if something goes
11913 wrong while producing the separate debug info file.
11914
11915 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
11916
11917 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
11918
11919 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
11920
11921 * gdb.base/callfuncs.c: Add copyright notice.
11922
11923 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
11924
11925 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
11926 inheritance. PR gdb/1498, PR gcc/13539.
11927
11928 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
11929
11930 * gdb.threads/gcore-thread.exp: Prefix name of binary with
11931 test specific name.
11932 * gdb.mi/gdb669.exp: Ditto.
11933 * gdb.mi/mi-pthreads.exp: Ditto.
11934 * gdb.mi/mi1-pthreads.exp: Ditto.
11935 * gdb.mi/mi2-pthreads.exp: Ditto.
11936
11937 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
11938
11939 * gdb.cp/member-ptr.cc: Add copyright notice.
11940
11941 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
11942
11943 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
11944 some patterns for recent versions of gcc and hpacc. Delete
11945 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
11946 Delete tests that access a NULL pointer-to-member-data. This
11947 script is still disabled for gcc.
11948
11949 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
11950
11951 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
11952 escaped correctly.
11953
11954 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
11955
11956 * gdb.base/sepdebug.exp: New file.
11957 * gdb.base/sepdebug.c: New file.
11958 * lib/gdb.exp (separate_debug_filename): New procedure.
11959 (gdb_gnu_strip_debug): New procedure.
11960
11961 2004-01-12 Andrew Cagney <cagney@redhat.com>
11962
11963 * gdb.mi/ChangeLog: Delete file. Renamed to ...
11964 * gdb.mi/ChangeLog-1999-2003: New file.
11965
11966 2004-01-12 Andrew Cagney <cagney@redhat.com>
11967
11968 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
11969 "Renaming a directory to a non-empty directory returns ENOTEMPTY
11970 or EEXIST", treat EBUSY as an XFAIL.
11971
11972 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
11973
11974 * gdb.base/scope.exp: Remove obsolete setup_xfail for
11975 hp_cc_compiler.
11976
11977 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11978
11979 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
11980 decorations.
11981
11982 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11983
11984 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
11985 and "(aCC)" decorations. Remove obsolete doco about old
11986 test results.
11987
11988 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11989
11990 * gdb.cp/exception.exp: Fix typo in doco.
11991
11992 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11993
11994 * gdb.base/gdb1476.exp: Fix typo.
11995
11996 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11997
11998 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
11999 file.
12000
12001 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12002
12003 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
12004 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
12005 Use gdb_compile. Remove restriction on gcc. Add some patterns
12006 for recent version of gdb. Delete second half, which was a copy
12007 of the first half with different build flags. This test is
12008 still disabled because it is still not ready for production.
12009
12010 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12011
12012 * gdb.cp/exception.cc: Add copyright notice.
12013 * gdb.cp/exception.exp: Add a notice that this file is broken
12014 because of line number changes caused by addition of copyright
12015 notice.
12016
12017 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12018
12019 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
12020 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12021
12022 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12023
12024 * gdb.cp/classes.exp: Accept gnu abi 2.
12025 * gdb.cp/derivation.exp: Likewise.
12026 * gdb.cp/overload.exp: Likewise.
12027 * gdb.cp/virtfunc.exp: Likewise.
12028
12029 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12030
12031 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
12032 semicolon after end of function.
12033
12034 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12035
12036 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
12037 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
12038 boilerplate code for compiling and running the program under
12039 test. Add some string method tests.
12040
12041 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12042
12043 * gdb.cp/bs15503.cc: Add copyright notice.
12044 * gdb.cp/bs15503.exp: Adjust line number.
12045
12046 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12047
12048 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
12049 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
12050
12051 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12052
12053 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
12054 hp_cc_compiler.
12055
12056 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12057
12058 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
12059 * gdb.cp/ctti.exp: Use the marker instead of "next".
12060 With gcc, run further before bailing.
12061
12062 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12063
12064 * gdb.cp/cttiadd.cc: Add copyright notice.
12065 * gdb.cp/cttiadd1.cc: Likewise.
12066 * gdb.cp/cttiadd2.cc: Likewise.
12067 * gdb.cp/cttiadd3.cc: Likewise.
12068
12069 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12070
12071 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
12072 Use gdb_test, gdb_test_multiple. Use floating-point values that
12073 have exact representations in IEEE-ish formats.
12074
12075 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12076
12077 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
12078 compilers. Delete duplicate call to get_compiler_info.
12079 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
12080 * gdb.base/volatile.exp: Likewise.
12081
12082 2004-01-07 Mark Kettenis <kettenis@gnu.org>
12083
12084 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
12085 memory at address 0.
12086
12087 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12088
12089 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
12090 to test for hp-ux assembler. Fix copyright years.
12091
12092 2004-01-07 Andrew Cagney <cagney@redhat.com>
12093
12094 * gdb.base/fileio.c (strerrno): Add "EBUSY".
12095
12096 2004-01-07 Andrew Cagney <cagney@redhat.com>
12097
12098 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
12099 when creating the read-only file. From analysis by Roland McGrath
12100 and Elena Zannoni.
12101
12102 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12103
12104 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
12105
12106 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12107
12108 * gdb.base/cvexpr.c: Be type-safe with function pointers and
12109 data pointers.
12110
12111 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12112
12113 * gdb.cp/m-static.exp: Compile one source file at a time.
12114 Delete unused call to get_compiler_info.
12115
12116 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12117
12118 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
12119 * gdb.base/call-rt-st.exp: Likewise.
12120 * gdb.base/nodebug.exp: Likewise.
12121 * gdb.base/volatile.exp: Likewise.
12122 * gdb.cp/ref-types.exp: Likewise.
12123 * gdb.cp/templates.exp: Likewise.
12124
12125 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12126
12127 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
12128
12129 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
12130
12131 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
12132 hppa*-hp-hpux*.
12133
12134 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12135
12136 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12137 x86_64-*-*.
12138
12139 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12140 sparc64-*-* and sparc*-solaris2*.
12141
12142 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12143
12144 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
12145 return ${tests}" test. The ${tests} already mentions the
12146 filename.
12147
12148 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12149
12150 * gdb.cp/local.exp: Accept gcc abi 2.
12151
12152 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12153
12154 * gdb.cp/templates.exp: Accept gcc abi 2.
12155
12156 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12157
12158 * lib/compiler.cc: Remove supports_template_debugging.
12159 * gdb.cp/templates.exp: Do not test supports_template_debugging.
12160
12161 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12162
12163 * gdb.cp/namespace.exp: Accept gcc abi 2.
12164
12165 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12166
12167 * gdb.cp/method.exp: Accept gcc abi 2.
12168
12169 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12170
12171 * gdb.cp/classes.exp: Generate identical results as old version.
12172 * gdb.cp/derivation.exp: Likewise.
12173 * gdb.cp/overload.exp: Likewise.
12174 * gdb.cp/virtfunc.exp: Likewise.
12175
12176 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12177
12178 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
12179 mysterious bug with sourceware version of expect.
12180
12181 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12182
12183 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
12184 current versions of gcc, including gcc abi 2. Remove gratuitous
12185 restart of test program. Use gdb_test_multiple and gdb_test for
12186 all tests. Add patterns to xfail missing "const" in "const char *"
12187 and kfail PR gdb/1155.
12188
12189 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12190
12191 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
12192 current versions of gcc, including gcc abi 2. Remove gratuitous
12193 restart of test program. Use gdb_test_multiple and gdb_test for
12194 all tests. Add patterns to kfail PR gdb/1498.
12195
12196 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12197
12198 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
12199 current versions of gcc, including gcc abi 2. Use "breakpoint"
12200 and "continue" instead of restarting the target program. Use
12201 gdb_test_multiple and gdb_test for all tests.
12202
12203 2004-01-01 Mark Kettenis <kettenis@gnu.org>
12204
12205 * gdb.asm/asm-source.exp: Update copyright year. Link statically
12206 for *-*-solaris2*.
12207
12208 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12209
12210 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
12211 current versions of gcc, including gcc abi 2. Use "breakpoint"
12212 and "continue" instead of restarting the target program several
12213 times. Use gdb_test_multiple and gdb_test for all tests.
12214
12215 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
12216
12217 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
12218 source files.
12219
12220 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12221
12222 * gdb.base/environ.exp: Handle compiling test case from multiple
12223 source files.
12224
12225 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12226
12227 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
12228
12229 2003-12-17 Jim Blandy <jimb@redhat.com>
12230
12231 * gdb.base/freebpcmd.c: Add copyright notice.
12232
12233 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
12234
12235 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12236
12237 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
12238
12239 2003-12-13 Jim Blandy <jimb@redhat.com>
12240
12241 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
12242
12243 2003-12-12 Kevin Buettner <kevinb@redhat.com>
12244
12245 * gdb.asm/frv.inc: New file.
12246 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
12247
12248 2003-12-09 Fred Fish <fnf@redhat.com>
12249
12250 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
12251 functions to break1.c and leave prototypes behind. Add more
12252 "set breakpoint NN here" comments.
12253 * gdb.base/break1.c: New file.
12254
12255 * gdb.base/break.exp: Handle compiling test case from multiple
12256 source files and change source file references as needed.
12257 * gdb.base/completion.exp: Ditto.
12258 * gdb.base/condbreak.exp: Ditto.
12259 * gdb.base/define.exp: Ditto.
12260 * gdb.base/ena-dis-br.exp: Ditto.
12261 * gdb.base/info-proc.exp: Ditto.
12262 * gdb.base/maint.exp: Ditto.
12263 * gdb.base/until.exp: Ditto.
12264
12265 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
12266 hardcoded line numbers.
12267 * gdb.base/define.exp: Ditto.
12268 * gdb.base/ena-dis-br.exp: Ditto.
12269 * gdb.base/maint.exp: Ditto.
12270 * gdb.base/until.exp: Ditto.
12271
12272 * gdb.base/completion.exp: Use "break1" for completion tests since
12273 "break" is no longer a unique prefix.
12274
12275 2003-12-06 Andrew Cagney <cagney@redhat.com>
12276
12277 * gdb.base/structs.exp (test_struct_returns): When applicable, set
12278 "return_value_unimplemented". When an unimplemented struct return
12279 architecture, report incorrect values as a KFAIL
12280
12281 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12282
12283 * gdb.cp/rtti.exp: Accept new wording of warning from
12284 cp_lookup_rtti_type.
12285
12286 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12287
12288 Partial fix for PR testsuite/1456.
12289 * gdb.base/scope.exp (test_at_main): Replace references to
12290 gcc_compiled with calls to test_compiler_info.
12291 (test_at_foo): Likewise.
12292 (test_at_bar): Likewise.
12293
12294 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
12295
12296 Partial fix for PR testsuite/1456.
12297 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
12298 to test_compiler_info.
12299
12300 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
12301
12302 * gdb.base/so-impl-ld.exp: Update copyright notice.
12303
12304 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
12305
12306 Partial fix for PR testsuite/1456.
12307 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
12308 to test_compiler_info.
12309
12310 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12311
12312 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
12313 from current versions of gdb. Clean up regular expressions.
12314 Delete redundant timeout case.
12315
12316 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12317
12318 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
12319 from current versions of gdb. Clean up regular expressions.
12320 Delete redundant timeout case.
12321
12322 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
12323
12324 Partial fix for PR testsuite/1456.
12325 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
12326 gcc_compiled with call to test_compiler_info.
12327
12328 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
12329
12330 Partial fix for PR testsuite/1456.
12331 * gdb.base/list.exp (test_list_function): Delete unused declaration
12332 of gcc_compiled.
12333
12334 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
12335
12336 Partial fix for PR testsuite/1456.
12337 * gdb.base/complex.exp: Replace reference to gcc_compiled with
12338 call to test_compiler_info.
12339
12340 2003-11-29 Mark Kettenis <kettenis@gnu.org>
12341
12342 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
12343 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
12344 it to create the appropriate note.inc.
12345 * gdb.asm/asmsrc1.s: Include "note.inc".
12346 * gdb.asm/netbsd.inc: New file.
12347 * gdb.asm/empty.inc: New file.
12348
12349 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12350
12351 Partial fix for PR testsuite/1456.
12352 * gdb.base/constvars.exp: Replace references to gcc_compiled with
12353 calls to test_compiler_info.
12354
12355 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
12356
12357 Partial fix for PR testsuite/1456.
12358 * gdb.base/volatile.exp: Replace references to gcc_compiled with
12359 calls to test_compiler_info.
12360
12361 2003-11-27 Mark Kettenis <kettenis@gnu.org>
12362
12363 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
12364 pattern for the KFAILs.
12365
12366 2003-11-25 Adam Fedor <fedor@gnu.org>
12367
12368 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
12369 * gdb.objc/objcdecode.m: New file.
12370
12371 2003-11-25 Adam Fedor <fedor@gnu.org>
12372
12373 * gdb.objc/nondebug.exp: Test for PR objc/1236.
12374 * gdb.objc/nondebug.m: New file.
12375
12376 2003-11-26 Ben Elliston <bje@wasabisystems.com>
12377
12378 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12379 NetBSD as it does on FreeBSD. Modelled on a similar change by
12380 Mark Kettenis on 2003-05-30.
12381 (link-flags): Set to "--entry _start" regardless of target.
12382 Special linker flags are to be appended to $link-flags.
12383 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
12384
12385 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12386
12387 * gdb.cp/method.exp: Accept output of new demangler.
12388
12389 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12390
12391 * gdb/class2.exp: New file.
12392 * gdb/class2.cc: New file.
12393
12394 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12395
12396 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
12397 of new demangler.
12398
12399 2003-11-23 Mark Kettenis <kettenis@gnu.org>
12400
12401 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
12402 of gdb_test "run".
12403
12404 2003-11-23 Mark Kettenis <kettenis@gnu.org>
12405
12406 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
12407 "continue" into "run".
12408
12409 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
12410
12411 Partial fix for PR testsuite/1456.
12412 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
12413 call to test_compiler_info.
12414 * gdb.cp/ctti.exp: Likewise.
12415 * gdb.cp/derivation.exp: Likewise.
12416 * gdb.cp/member-ptr.exp: Likewise.
12417 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
12418 reference to gcc_compiled.
12419
12420 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
12421
12422 Fix PR testsuite/1463.
12423 * gdb.base/structs.exp (start_structs_test): Call
12424 get_debug_format before using the debug format.
12425
12426 2003-11-22 Andrew Cagney <cagney@redhat.com>
12427
12428 * lib/gdb.exp (gdb_test_multiple): Add simple example.
12429 * gdb.base/structs.exp: Use gdb_test_multiple.
12430
12431 2003-11-20 Andrew Cagney <cagney@redhat.com>
12432
12433 * gdb.base/structs.exp: Handle and recover from internal errors.
12434 Replace "foo${n}" with "foo<n>" in test messages.
12435
12436 * gdb.base/structs.exp: Update copyright. Rewrite.
12437 * gdb.base/structs.c: Update copyright. Rewrite.
12438
12439 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
12440 resync count exceeded.
12441
12442 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
12443 from the internal error.
12444 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
12445 Original from Jim Blandy.
12446 (gdb_test_multiple): Use gdb_internal_error_resync.
12447
12448 2003-11-19 Andrew Cagney <cagney@redhat.com>
12449
12450 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
12451 KFAIL.
12452
12453 2003-11-17 Mark Kettenis <kettenis@gnu.org>
12454
12455 New testcase for PR backtrace/1435.
12456 * gdb.arch/i386-unwind.exp: New file.
12457 * gdb.arch/i386-unwind.c: New file.
12458
12459 2003-11-17 Andrew Cagney <cagney@redhat.com>
12460
12461 * lib/gdb.exp (compiler_info): New global.
12462 (test_compiler_info): New function.
12463 (get_compiler_info): Set compiler_info.
12464 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
12465 "compiler_info" to gcc-<major>-<minor>.
12466
12467 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
12468
12469 * gdb.trace/configure: Remove.
12470
12471 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
12472
12473 * gdb.base/break.c: Add comments to aid finding line numbers for
12474 breakpoints.
12475 * gdb.base/break.exp: Remove all references to explicit line
12476 numbers.
12477
12478 2003-11-11 Nick Clifton <nickc@redhat.com>
12479
12480 * gdb.base/shreloc.exp: Do not run for targets which do not
12481 support shared objects.
12482
12483 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
12484
12485 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
12486 Don't run tests if nofileio flag is given.
12487
12488 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
12489
12490 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
12491 as well as 'Watchpoint'.
12492
12493 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
12494
12495 Reported by Jim Ingham <jingham@apple.com>:
12496 * gdb.base/annota1.exp: Match at least one occurrence of the
12497 signal handler annotation.
12498
12499 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
12500
12501 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
12502 as well as 'Watchpoint'.
12503
12504 2003-11-05 Michael Chastain <mec@shout.net>
12505
12506 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
12507
12508 2003-11-03 Kris Warkentin <kewarken@qnx.com>
12509
12510 * gdb.arch/gdb1291.c: New test file.
12511 * gdb.arch/gdb1291.exp: New test script.
12512 * gdb.arch/gdb1431.c: New test file.
12513 * gdb.arch/gdb1431.exp: New test script.
12514
12515 2003-10-22 Michael Chastain <mec@shout.net>
12516
12517 * gdb.mi/pthreads.c: Add copyright notice.
12518
12519 2003-10-22 Michael Chastain <mec@shout.net>
12520
12521 * gdb.threads/pthreads.c: Add copyright notice.
12522
12523 2003-10-20 Michael Chastain <mec@shout.net>
12524
12525 * gdb.base/gdb1056.exp: New test script.
12526
12527 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * gdb.threads/killed.exp: Use gdb_run_cmd.
12530
12531 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
12532
12533 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
12534 create a core file.
12535 * gdb.threads/gcore-thread.exp: Likewise.
12536
12537 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
12538
12539 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
12540 type, based on char type.
12541 (struct bit_flags_short_t): New bitfield type, based on short type.
12542 (init_bit_flags_char): New fuction.
12543 (init_bit_flags_short): Ditto.
12544 (print_bit_flags_char): Ditto.
12545 (print_bit_flags_short): Ditto.
12546 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
12547
12548 2003-10-11 Michael Chastain <mec@shout.net>
12549
12550 * gdb.base/call-rt-st.exp: Update copyright year.
12551
12552 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
12553
12554 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
12555 * gdb.disasm/sh3.s: Ditto.
12556
12557 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
12558
12559 * gdb.threads/switch-threads.exp: New test.
12560 * gdb.threads/switch-threads.c: New source file.
12561
12562 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
12563
12564 * gdb.base/ending-run.exp: Add sh specific case.
12565
12566 2003-10-06 Andrew Cagney <cagney@redhat.com>
12567
12568 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
12569 * gdb.disasm/mn10200.exp: Delete obsolete file.
12570
12571 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
12572
12573 * ChangeLog: Correct an entry command.exp -> commands.exp.
12574 * gdb.base/commands.exp (bp_deleted_in_command_test)
12575 (temporary_breakpoint_commands): Check noargs.
12576
12577 2003-09-25 David Carlton <carlton@kealia.com>
12578
12579 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
12580 of some print tests, where appropriate. Add tests for C::D::cd,
12581 E::ce, F::cXfX, G::XgX.
12582 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
12583
12584 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
12585
12586 * lib/java.exp (java_init): Import target_alias before using it.
12587
12588 2003-09-25 David Carlton <carlton@kealia.com>
12589
12590 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
12591
12592 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
12593
12594 * gdb.base/selftest.exp: Accomodate more instruction reordering
12595 weirdness.
12596
12597 2003-09-17 Michael Chastain <mec@shout.net>
12598
12599 * gdb.cp/gdb1355.exp: New file.
12600 * gdb.cp/gdb1355.c: New file.
12601
12602 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
12603
12604 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
12605 * gdb.asm/sh.inc: New file.
12606
12607 2003-09-11 David Carlton <carlton@kealia.com>
12608
12609 * gdb.cp/namespace.exp: Add tests for namespace types.
12610 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
12611 (test_namespace): New.
12612
12613 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
12614
12615 * gdb.base/relocate.exp: Handle new gdb output at startup.
12616 * gdb.stabs/weird.exp: Ditto.
12617
12618 2003-09-08 Michael Chastain <mec@shout.net>
12619
12620 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
12621
12622 2003-09-07 Michael Chastain <mec@shout.net>
12623
12624 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
12625 'parse error'.
12626
12627 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
12628
12629 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
12630
12631 2003-08-30 Michael Chastain <mec@shout.net>
12632
12633 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
12634 * gdb.gdb/observer.exp: Ditto.
12635 * gdb.gdb/xfullpath.exp: Ditto.
12636
12637 2003-08-29 Mark Kettenis <kettenis@gnu.org>
12638
12639 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
12640 *-*-*bsd*.
12641
12642 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
12643
12644 * gdb.base/dump.exp: Skip for ia64.
12645
12646 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
12647
12648 * gdb.asm/asm-source.exp: Add ia64 support.
12649 * gdb.asm/ia64.inc: New file.
12650
12651 2003-08-22 Michael Chastain <mec@shout.net>
12652
12653 * gdb.cp: New directory.
12654 * gdb.cp/*: Copy from gdb.c++/*.
12655 * gdb.c++/*: Remove.
12656 * Makefile.in: Change gdb.c++ to gdb.cp.
12657 * configure.in: Ditto.
12658 * configure: Regnerate.
12659
12660 2003-08-18 Mark Kettenis <kettenis@gnu.org>
12661
12662 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
12663 * gdb.arch/i386-prologue.c (gdb1338): Add function.
12664
12665 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12666
12667 * mi-var-display.exp (-var-list-children weird): Accept function
12668 pointers with argument types.
12669 * mi1-var-display.exp (-var-list-children weird): Likewise.
12670 * mi2-var-display.exp (-var-list-children weird): Likewise.
12671
12672 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12673
12674 * gdb.base/annota3.exp: Add missing newline.
12675
12676 2003-08-06 Michael Chastain <mec@shout.net>
12677
12678 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
12679
12680 2003-08-12 Michael Snyder <msnyder@redhat.com>
12681
12682 * gdb.base/float.exp: Add test for SH.
12683
12684 2003-08-10 Mark Kettenis <kettenis@gnu.org>
12685
12686 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
12687
12688 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12689
12690 * gdb.base/completion.exp: Remove reduntant completion test
12691 on filename.
12692
12693 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12694
12695 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
12696 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
12697 gdb.trace/save-trace.exp: Make sure that full pathnames are
12698 escaped correctly.
12699
12700 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12701
12702 * configure.in: Don't generate config.h from config.hin.
12703 * configure: Regenerate.
12704 * config.hin: Remove file.
12705 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
12706 * gdb.threads/pthreads.c: Ditto.
12707
12708 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
12709
12710 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12711 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
12712 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
12713 Replace ld24 with seth/add3.
12714
12715 2003-08-02 Andrew Cagney <cagney@redhat.com>
12716
12717 * gdb.base/annota3.exp: New file.
12718 * gdb.base/annota3.c: New file.
12719 * gdb.c++/annota3.exp: New file.
12720 * gdb.c++/annota3.cc: New file.
12721
12722 2003-07-29 Michael Chastain <mec@shout.net>
12723
12724 * gdb.threads/tls.c (spin): Check errno only if sem_wait
12725 actually failed.
12726 (do_pass): Likewise.
12727 * gdb.threads/tls.exp: Always initialize no_of_threads.
12728
12729 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
12730
12731 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
12732 pattern.
12733 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
12734 * gdb.threads/tls.exp: Recognize one case of the host library not
12735 supporting TLS.
12736
12737 2003-07-27 Andrew Cagney <cagney@redhat.com>
12738
12739 * gdb.base/fileio.exp: Use SH when running commands using
12740 remote_exec.
12741
12742 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
12743
12744 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12745 * gdb.base/relocate.c (dummy): New padding array.
12746
12747 2003-07-22 Michael Snyder <msnyder@redhat.com>
12748
12749 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
12750
12751 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
12752 patterns to be more general, accepting old and new output.
12753 Some output chars (such as '+') also must be quoted.
12754 Some addresses are displayed numerically instead of
12755 symbolically.
12756
12757 2003-07-23 Michael Snyder <msnyder@redhat.com>
12758
12759 * gdb.base/return2.exp: Don't test long-long return.
12760
12761 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
12762 * gdb.disasm/t01_mov.exp: Ditto.
12763 * gdb.disasm/t02_mova.s: Ditto.
12764 * gdb.disasm/t02_mova.exp: Ditto.
12765 * gdb.disasm/t03_add.s: Ditto.
12766 * gdb.disasm/t03_add.exp: Ditto.
12767 * gdb.disasm/t04_sub.s: Ditto.
12768 * gdb.disasm/t04_sub.exp: Ditto.
12769 * gdb.disasm/t05_cmp.s: Ditto.
12770 * gdb.disasm/t05_cmp.exp: Ditto.
12771 * gdb.disasm/t06_ari2.s: Ditto.
12772 * gdb.disasm/t06_ari2.exp: Ditto.
12773 * gdb.disasm/t07_ari3.s: Ditto.
12774 * gdb.disasm/t07_ari3.exp: Ditto.
12775 * gdb.disasm/t08_or.s: Ditto.
12776 * gdb.disasm/t08_or.exp: Ditto.
12777 * gdb.disasm/t09_xor.s: Ditto.
12778 * gdb.disasm/t09_xor.exp: Ditto.
12779 * gdb.disasm/t10_and.s: Ditto.
12780 * gdb.disasm/t10_and.exp: Ditto.
12781 * gdb.disasm/t11_logs.s: Ditto.
12782 * gdb.disasm/t11_logs.exp: Ditto.
12783 * gdb.disasm/t12_bit.s: Ditto.
12784 * gdb.disasm/t12_bit.exp: Ditto.
12785 * gdb.disasm/t13_otr.s: Ditto.
12786 * gdb.disasm/t13_otr.exp: Ditto.
12787
12788 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
12789
12790 * gdb.threads/tls.exp :Add kfail for 'info address' case.
12791
12792 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
12793
12794 * gdb.threads/tls.c : New file.
12795 * gdb.threads/tls.exp : New file.
12796 * gdb.threads/tls-main.c : New file.
12797 * gdb.threads/tls-shared.c : New file.
12798 * gdb.threads/tls-shared.exp : New file.
12799
12800 2003-07-22 Andreas Schwab <schwab@suse.de>
12801
12802 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
12803
12804 2003-07-20 Andreas Schwab <schwab@suse.de>
12805
12806 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
12807 due to insn reordering.
12808
12809 2003-07-15 Andrew Cagney <cagney@redhat.com>
12810
12811 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
12812
12813 2003-07-15 Michael Chastain <mec@shout.net>
12814
12815 * gdb.base/gdb1250.exp: New file.
12816 * gdb.base/gdb1250.c: New file.
12817
12818 2003-07-09 Michal Ludvig <mludvig@suse.cz>
12819
12820 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
12821 expansion of size_t to 'unsigned long', not only to 'unsigned'.
12822
12823 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
12824
12825 * gdb.threads/tls.c: New file.
12826 * gdb.threads/tls.exp: New file.
12827 * gdb.threads/tls-main.c: New file.
12828 * gdb.threads/tls-shared.c: New file.
12829 * gdb.threads/tls-shared.exp: New file.
12830
12831 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
12832
12833 * gdb.base/annota1.exp: Make sure that we properly escape the
12834 full path of the source file. Xfail more permissive patterns,
12835 due to a compiler debug info problem.
12836
12837 2003-07-07 Andreas Schwab <schwab@suse.de>
12838
12839 * gdb.asm/m68k.inc: New file.
12840 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
12841
12842 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
12843 arguments"): Also match negative number.
12844
12845 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
12846
12847 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
12848
12849 * gdb.base/store.c (charest): New typedef.
12850 (add_char): Rename to add_charest, update.
12851 (wack_char): Rename to wack_charest, update types. Return l + r
12852 to keep r live across the call.
12853 (wack_short, wack_int, wack_long, wack_longest, wack_float)
12854 (wack_double, wack_doublest): Return l + r to keep r live across
12855 the call.
12856 * gdb.base/store.exp: Accomodate store.c changes.
12857
12858 2003-06-30 David Carlton <carlton@kealia.com>
12859
12860 * gdb.c++/maint.exp (test_invalid_name): New.
12861 (test_first_component): Add tests for invalid names.
12862
12863 2003-06-29 Michael Chastain <mec@shout.net>
12864
12865 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
12866 output of '<VTT for class>' for virtual base classes.
12867
12868 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12869
12870 * gdb.base/completion.exp: Tab-complete "complet" instead of
12871 "compl".
12872 * gdb.base/complex.exp, gdb.base/complex.c: New files.
12873
12874 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12875
12876 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
12877 * gdb.base/volatile.exp: Likewise.
12878
12879 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12880
12881 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
12882 gdb/1265.
12883
12884 2003-06-28 Michael Chastain <mec@shout.net>
12885 Daniel Jacobowitz <drow@mvista.com>
12886
12887 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
12888 initial line count of 'captured_main' from 26 to 32.
12889 (test_with_self): Allow xmalloc call to be interleaved with the
12890 preceding two lines.
12891
12892 2003-06-24 Joel Brobecker <brobecker@gnat.com>
12893
12894 * gdb.base/bang.exp: New testcase.
12895
12896 2003-06-23 Joel Brobecker <brobecker@gnat.com>
12897
12898 * gdb.base/langs.exp: Add some tests for the "minimal" language
12899 support.
12900
12901 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
12902
12903 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
12904 the testcase.
12905
12906 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
12907
12908 * gdb.base/relocate.exp: Test add-symbol-file with a variable
12909 offset.
12910
12911 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
12912
12913 * gdb.c++/pr-1210.cc: New file.
12914 * gdb.c++/pr-1210.exp: New file.
12915
12916 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
12917
12918 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
12919 000-exec-continue.
12920
12921 2003-06-15 Mark Kettenis <kettenis@gnu.org>
12922
12923 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
12924 on *-*-*bsd* instead of *-*-freebsd*.
12925
12926 2003-06-14 Andrew Cagney <cagney@redhat.com>
12927
12928 * gdb.base/store.exp: Test longest and doublest. Test all
12929 parameters. Weaken return statement match.
12930 * gdb.base/store.c: Add longest and doublest - aka long long and
12931 long double functions. Put all parameters into local register
12932 variables. Use negative values.
12933
12934 2003-06-14 Andrew Cagney <cagney@redhat.com>
12935
12936 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
12937 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
12938 exit status.
12939 * gdb.base/fileio.exp: Disable target when nointerrupts and
12940 noinferiorio, instead of limiting it to remote. Use remote_exec
12941 instead of system.
12942
12943 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
12944
12945 * gdb.base/float.exp: Add ia64 support.
12946
12947 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
12948
12949 * gdb.base/fileio.exp: Run only on remote targets.
12950
12951 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
12952
12953 * gdb.base/fileio.c: New file, testing File-I/O.
12954 * gdb.base/fileio.exp: Ditto.
12955
12956 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
12957
12958 * gdb.base/shreloc.exp: New file, check symbol values obtained from
12959 shared objects after relocation at load time (gdb PR/1132).
12960 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
12961 as above, part of the shared object relocation test.
12962
12963 2003-06-08 Mark Kettenis <kettenis@gnu.org>
12964
12965 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
12966 fully filled history list.
12967 * gdb.base/gdb_history: New file.
12968
12969 * gdb.base/signals.exp: XFAIL "continue to func1" on
12970 i*86-*-freebsd*.
12971
12972 * gdb.base/attach.exp: When trying to attach to a nonexistent
12973 process, make it possible to specify the PID based on the target,
12974 and do so for *-*-freebsd*.
12975
12976 2003-06-02 Richard Henderson <rth@redhat.com>
12977
12978 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
12979
12980 2003-06-02 Richard Henderson <rth@redhat.com>
12981
12982 * gdb.base/selftest.exp: Next over lim_at_start initialization.
12983
12984 2003-06-02 Richard Henderson <rth@redhat.com>
12985
12986 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
12987
12988 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
12989
12990 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
12991 of globalvar.
12992
12993 2003-06-01 Mark Kettenis <kettenis@gnu.org>
12994
12995 * gdb.asm/asm-source.exp: Check for memory read errors in
12996 disassembler test on *BSD too.
12997
12998 2003-06-01 Richard Henderson <rth@redhat.com>
12999
13000 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
13001 for .frame.
13002 (gdbasm_call): Lose ldgp.
13003 (gdbasm_startup): Add frame information.
13004 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
13005
13006 2003-05-31 Mark Kettenis <kettenis@gnu.org>
13007
13008 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
13009 i?86-*-*.
13010
13011 2003-05-30 Mark Kettenis <kettenis@gnu.org>
13012
13013 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13014 FreeBSD.
13015
13016 2003-05-29 Richard Henderson <rth@redhat.com>
13017
13018 * gdb.asm/alpha.inc: New file.
13019 * gdb.asm/asm-source.exp: Use it.
13020
13021 2003-05-29 Jim Blandy <jimb@redhat.com>
13022
13023 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
13024 'core.PID'.
13025
13026 2003-05-22 Jim Blandy <jimb@redhat.com>
13027
13028 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
13029 backtrace.
13030
13031 2003-05-20 David Carlton <carlton@math.stanford.edu>
13032
13033 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
13034 this time.
13035
13036 2003-05-19 David Carlton <carlton@bactrian.org>
13037
13038 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
13039 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
13040
13041 2003-05-19 David Carlton <carlton@bactrian.org>
13042
13043 * gdb.c++/namespace.exp: Add namespace scope and anonymous
13044 namespace tests.
13045 Bump copyright date.
13046 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
13047 (main): Call C::D::marker2.
13048 * gdb.c++/namespace1.cc: New file.
13049
13050 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
13051
13052 Roland McGrath <roland@redhat.com>
13053 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
13054 there is no manager thread.
13055
13056 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
13057
13058 * gdb.threads/schedlock.exp: Remove assumption that all threads
13059 will run in a particular small time slice. Also ensure we break
13060 in one of the child threads rather than the main thread.
13061
13062 2003-05-07 Jim Blandy <jimb@redhat.com>
13063
13064 Add support for assembly source testing on the s390x.
13065 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
13066 architecture.
13067 * gdb.asm/s390x.inc: New file.
13068
13069 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
13070 succession of 'if' statements.
13071
13072 2003-05-05 Andrew Cagney <cagney@redhat.com>
13073
13074 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
13075
13076 2003-05-05 Andrew Cagney <cagney@redhat.com>
13077
13078 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
13079 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
13080
13081 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
13082
13083 * gdb.base/charset.exp: Update based on new behavior of set/show
13084 charset commands.
13085
13086 2003-05-01 Andrew Cagney <cagney@redhat.com>
13087
13088 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
13089 variable do not give memory errors.
13090
13091 2003-04-30 Adam Fedor <fedor@gnu.org>
13092
13093 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
13094 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
13095 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
13096 gdb.objc/basicclass.m: : New files
13097
13098 * lib/gdb.exp (gdb_compile_objc): New procedure.
13099
13100 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
13101
13102 * gdb.base/signals.exp: Make backtrace tests more specific.
13103
13104 2003-04-23 David Carlton <carlton@bactrian.org>
13105
13106 * gdb.c++/maint.exp (test_first_component): Add tests for
13107 'operator' in more locations.
13108
13109 2003-04-16 Kevin Buettner <kevinb@redhat.com>
13110
13111 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
13112
13113 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
13114
13115 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
13116 func marke' instead. Update test name.
13117
13118 2003-04-15 David Carlton <carlton@math.stanford.edu>
13119
13120 * gdb.c++/maint.exp: New file.
13121
13122 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13123
13124 * gdb.threads/schedlock.c: Change type of thread function argument
13125 to long, to avoid warnings on 64-bit platforms.
13126
13127 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13128
13129 * gdb.base/attach.exp: Add new message from ptrace in case of
13130 attaching to nonexistent process.
13131
13132 2003-04-11 Jim Blandy <jimb@redhat.com>
13133
13134 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13135 gdb.c++/userdef.cc: Place comments on the lines to which the
13136 marker function might return.
13137 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13138 gdb.c++/userdef.exp: Look for those comments to check that we've
13139 returned to the right place, instead of checking line numbers.
13140
13141 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
13142
13143 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
13144 match on sourcefile name, instead of directory name.
13145
13146 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
13147
13148 * gdb.base/completion.exp: Use string_to_regexp to match the
13149 working directory name.
13150
13151 2003-04-09 Jim Blandy <jimb@redhat.com>
13152
13153 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13154 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
13155 after an inferior function call, report the failure, but allow the
13156 test to continue.
13157
13158 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13159
13160 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13161 with -DPROTOTYPES.
13162
13163 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13164
13165 * gdb.base/break.exp: Revert last patch.
13166
13167 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
13168
13169 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13170 with -DPROTOTYPES.
13171
13172 2003-04-02 Andrew Cagney <cagney@redhat.com>
13173
13174 * gdb.base/callfuncs.exp: Make "print add" messages unique.
13175 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
13176 matching directories by the name breakpoint.
13177 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
13178 Make "continue to marker1" consistent.
13179 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
13180 message consistent.
13181 * lib/gdb.exp: Put "the program is no longer running", and "the
13182 program exited" in parenthesis.
13183 * lib/mi-support.exp: Ditto.
13184
13185 2003-04-02 Bob Rossi <bob_rossi@cox.net>
13186
13187 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
13188
13189 2003-03-29 Andrew Cagney <cagney@redhat.com>
13190
13191 * gdb.base/sizeof.c (main): Print the value of '\377'.
13192 * gdb.base/sizeof.exp: Check the sign of '\377'.
13193
13194 2003-03-27 Michael Chastain <mec@shout.net>
13195
13196 * gdb.base/gdb1090.exp: New file.
13197 * gdb.base/gdb1090.cc: New file.
13198
13199 2003-03-27 J. Brobecker <brobecker@gnat.com>
13200
13201 * gdb.gdb/observer.exp: New regression test.
13202
13203 2003-03-27 Michael Chastain <mec@shout.net>
13204
13205 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
13206 * gdb.base/ptype.exp: Likewise.
13207
13208 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
13209
13210 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
13211
13212 2003-03-26 Michael Chastain <mec@shout.net>
13213
13214 * gdb.base/ptype.exp: Actually use some typedef'd types.
13215
13216 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
13217
13218 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
13219 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
13220
13221 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13222
13223 * gdb.base/default.exp: Fix regular expression.
13224
13225 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13226
13227 * gdb.base/args.exp: Fix regular expression.
13228
13229 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13230
13231 * gdb.base/help.exp: Allow Win32 child process.
13232
13233 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13234
13235 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
13236 when stepping out of main().
13237
13238 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13239
13240 * gdb.base/default.exp: Check for win32 specific message when calling
13241 "run" without executable.
13242
13243 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13244
13245 * gdb.base/args.exp: Expect .exe in output.
13246
13247 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13248
13249 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
13250 Cygwin native.
13251
13252 2003-03-17 Andrew Cagney <cagney@redhat.com>
13253
13254 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
13255 vector registes.
13256 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
13257 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
13258
13259 2003-03-17 David Carlton <carlton@math.stanford.edu>
13260
13261 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
13262 test, for PR breakpoints/38.
13263 Call test_watchpoint_and_breakpoint.
13264 * gdb.base/watchpoint.c (func3): New function.
13265 (main): Call func3.
13266
13267 2003-03-04 David Carlton <carlton@math.stanford.edu>
13268
13269 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
13270 Garply<Garply<char> >:: garply".
13271 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
13272 with respect to PR c++/1111; note also PR c++/1113.
13273 (test_template_breakpoints): KFAIL "constructor breakpoint" with
13274 respect to PR c++/1062.
13275 KFAIL "destructor breakpoint" with respect to PR c++/1112.
13276
13277 2003-03-03 David Carlton <carlton@math.stanford.edu>
13278
13279 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
13280 with respect to PR c++/57.
13281 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
13282 c++/826.
13283 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
13284 respect to PR c++/57.
13285
13286 2003-03-03 David Carlton <carlton@math.stanford.edu>
13287
13288 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
13289 respect to PR c++/33 into FAILs.
13290
13291 2003-03-03 Michael Chastain <mec@shout.net>
13292
13293 * configure.in: Update copyright years.
13294
13295 2003-03-03 Michael Chastain <mec@shout.net>
13296
13297 * Makefile.in: Update copyright years.
13298
13299 2003-02-28 David Carlton <carlton@math.stanford.edu>
13300
13301 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
13302 print class instead of struct and/or superfluous protection
13303 specifiers, as long as the resulting output is equivalent to the
13304 source code.
13305 Delete FIXME from end of messages on tests that don't need
13306 fixing.
13307
13308 2003-02-28 David Carlton <carlton@math.stanford.edu>
13309
13310 * gdb.c++/templates.exp (do_tests): Allow const in the two
13311 Foo<volatile char *>::foo tests.
13312
13313 2003-02-27 Michael Snyder <msnyder@redhat.com>
13314
13315 * gdb.base/restore.c (main): Return zero, so exit code
13316 will be consistant.
13317
13318 2003-02-26 David Carlton <carlton@math.stanford.edu>
13319
13320 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
13321 char *>::foo" test with respect to PR c++/33. Create a new test
13322 which is identical to that one except that it doesn't put the
13323 space between the "char" and the "*"; KFAIL it, too.
13324
13325 2003-02-26 David Carlton <carlton@math.stanford.edu>
13326
13327 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
13328 template types into either PASSes or KFAILs (corresponding to PR
13329 c++/57). Tweak indentation. Update copyright.
13330
13331 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
13332
13333 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
13334
13335 2003-02-13 Michael Chastain <mec@shout.net>
13336
13337 * gdb.base/exprs.exp: Remove i960 remnants.
13338 * gdb.base/funcargs.exp: Likewise.
13339 * gdb.base/list.exp: Likewise.
13340 * gdb.base/ptype.exp: Likewise.
13341
13342 2003-02-14 David Carlton <carlton@math.stanford.edu>
13343
13344 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
13345 pEe->D::vg()" from XFAIL to KFAIL.
13346
13347 2003-02-13 Jason Molenda (jmolenda@apple.com)
13348
13349 * gdb.base/maint.exp: Update maint print statistics regexp to include
13350 new entries.
13351
13352 2003-02-13 Michael Chastain <mec@shout.net>
13353
13354 * gdb.c++/inherit.exp: Remove call to get_debug_format.
13355
13356 2003-02-12 Michael Chastain <mec@shout.net>
13357
13358 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
13359 * gdb.c++/inherit.exp: Likewise.
13360 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
13361 * gdb.c++/templates.exp: Likewise.
13362 * gdb.c++/virtfunc.exp: Likewise.
13363
13364 2003-02-06 Jason Molenda (jason-cl@molenda.com)
13365
13366 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
13367 why the code is written that way.
13368
13369 2003-02-05 Michael Chastain <mec@shout.net>
13370
13371 * gdb.base/dump.exp: Add missing copyright line.
13372
13373 2003-02-05 Jason Molenda (jason-cl@molenda.com)
13374
13375 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
13376 at the beginning so the breakpoint doesn't get set on the loop.
13377
13378 2003-02-05 Michael Chastain <mec@shout.net>
13379
13380 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
13381 output for configurations with gcc 2.95.3.
13382
13383 2003-02-05 Keith Seitz <keiths@redhat.com>
13384 Andrew Cagney <ac131313@redhat.com>
13385
13386 * gdb.mi/mi-cli.exp: New file.
13387
13388 2003-02-04 Michael Chastain <mec@shout.net>
13389
13390 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
13391 Call perror and then continue.
13392
13393 2003-02-03 Michael Chastain <mec@shout.net>
13394
13395 * gdb.c++/pr-1023.cc: New file.
13396 * gdb.c++/pr-1023.exp: New file.
13397
13398 2003-02-05 Jim Blandy <jimb@redhat.com>
13399
13400 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
13401 it's local to foobar. Check for it there, and check that it's not
13402 present in main.
13403 * gdb.c++/local.cc (marker2): New function.
13404 (foobar): Call marker1.
13405 (main): Call marker2 instead of marker1.
13406
13407 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13408
13409 * gdb.disasm/mn10200.exp: Obsolete file.
13410 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
13411 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
13412 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
13413
13414 2003-02-04 David Carlton <carlton@math.stanford.edu>
13415
13416 * gdb.c++/overload.exp: Test intToChar(1).
13417 * gdb.c++/overload.cc (intToChar): New.
13418 (main): Call intToChar.
13419
13420 2003-02-03 David Carlton <carlton@math.stanford.edu>
13421
13422 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
13423 'might_kfail' arg.
13424 KFAIL some of the continue_to_bp_overloaded calls, according to
13425 PR c++/1025.
13426
13427 2003-02-01 Michael Chastain <mec@shout.net>
13428
13429 * gdb.base/advance.c (marker1): New marker function.
13430 * gdb.base/advance.exp: When the 'advance' command lands on the
13431 return breakpoint, it can legitimately stop on either the
13432 current line or the next line. Accommodate both outcomes.
13433 * gdb.base/until.exp: Likewise.
13434
13435 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13436
13437 2002-11-10 Jason Molenda (jason-cl@molenda.com):
13438 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
13439 now a list, not a tuple.
13440 * gdb.mi/mi-var-display.exp: Ditto.
13441 * gdb.mi/gdb792.exp: Ditto.
13442
13443 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13444
13445 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
13446 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
13447 stack backtraces.
13448 * gdb.mi/mi-syn-frame.c: Part of same.
13449
13450 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13451
13452 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
13453 gdb.mi/mi1-pthreads.exp: Return instead of calling
13454 gdb_suppress_entire_file.
13455
13456 2003-02-01 Mark Salter <msalter@redhat.com>
13457
13458 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
13459
13460 2003-01-31 Mark Salter <msalter@redhat.com>
13461
13462 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
13463 Support empty arg.
13464
13465 2003-01-30 Michael Chastain <mec@shout.net>
13466
13467 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
13468 This was a workaround for a UTF-8 bug in readline 4.3. The bug
13469 has been fixed in gdb/readline on 2003-01-09.
13470
13471 2003-01-29 Michael Snyder <msnyder@redhat.com>
13472
13473 * gdb.base/maint.exp: Allow for leading underscore in symbol.
13474 * gdb.base/display.exp: Allow for leading underscore in symbol.
13475 * gdb.base/args.exp: Skip if target does not support args passing.
13476
13477 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13478
13479 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
13480 gdb_test. Accept a list of expect arguments as the third
13481 parameter.
13482 (gdb_test): Use it.
13483
13484 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
13485
13486 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
13487 allow for different test tree configurations. Update some
13488 tescases accordingly.
13489 * gdb.arch/altivec-regs.exp: Ditto.
13490 * gdb.asm/asm-source.exp: Ditto.
13491 * gdb.base/advance.exp: Ditto.
13492 * gdb.base/display.exp: Ditto.
13493 * gdb.base/long_long.exp: Ditto.
13494 * gdb.base/mips_pro.exp: Ditto.
13495 * gdb.base/overlays.exp: Ditto.
13496 * gdb.base/relocate.exp: Ditto.
13497 * gdb.base/setshow.exp: Ditto.
13498 * gdb.base/step-line.exp: Ditto.
13499 * gdb.base/step-test.exp: Ditto.
13500 * gdb.base/until.exp: Ditto.
13501 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
13502
13503 2003-01-17 David Carlton <carlton@math.stanford.edu>
13504
13505 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
13506 corresponding to PR c++/945.
13507 Update copyright.
13508
13509 2003-01-17 David Carlton <carlton@math.stanford.edu>
13510
13511 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
13512 corresponding to PR c++/68.
13513
13514 2003-01-17 David Carlton <carlton@math.stanford.edu>
13515
13516 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
13517 (test_paddr_hairy_functions): Call print_addr_2_kfail for
13518 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
13519
13520 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
13521
13522 * gdb.base/break.exp: Fix change of default location, because of
13523 removal of until tests.
13524 * gdb.base/help.exp: Update test for new 'until' help message.
13525 Add test for help on 'advance'.
13526 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
13527
13528 2003-01-15 Mark Kettenis <kettenis@gnu.org>
13529
13530 * gdb.base/default.exp: Adapt "info float" test for recent changes
13531 to that command. Add test for "info vector".
13532 * gdb.base/float.exp: New file. Add test for "info float" that
13533 resembles the old test in gdb.base/default.exp.
13534
13535 2003-01-15 David Carlton <carlton@math.stanford.edu>
13536
13537 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
13538
13539 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
13540
13541 * gdb.base/break.exp: Move the tests of until command from here...
13542 * gdb.base/until.exp: ... to here. New file. Add other tests.
13543 * gdb.base/advance.c: New file.
13544 * gdb.base/advance.exp: New file.
13545
13546 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13547
13548 * gdb.base/args.c: New file.
13549 * gdb.base/args.exp: New file.
13550
13551 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13552
13553 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
13554
13555 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13556
13557 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
13558
13559 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13560
13561 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
13562 dates.
13563
13564 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13565
13566 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
13567
13568 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13569
13570 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
13571 (ptype &*"foo").
13572 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
13573
13574 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13575
13576 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
13577 * gdb.mi/mi1-console.exp: Likewise.
13578
13579 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13580
13581 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
13582 * gdb.mi/mi1-console.exp: Likewise.
13583
13584 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13585
13586 * gdb.c++/overload.exp: Remove some fixed XFAILs.
13587
13588 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13589
13590 * gdb.base/detach.exp: New test.
13591
13592 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13593
13594 * Makefile.in (ALL_SUBDIRS): New variable.
13595 (subdirs, clean, distclean): Use it.
13596 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
13597 regenerating Makefile, since it is generated from the top level.
13598 * gdb.asm/Makefile.in: Likewise.
13599 * gdb.base/Makefile.in: Likewise.
13600 * gdb.c++/Makefile.in: Likewise.
13601 * gdb.disasm/Makefile.in: Likewise.
13602 * gdb.java/Makefile.in: Likewise.
13603 * gdb.mi/Makefile.in: Likewise.
13604 * gdb.threads/Makefile.in: Likewise.
13605 * gdb.trace/Makefile.in: Likewise.
13606
13607 2003-01-09 David Carlton <carlton@math.stanford.edu>
13608
13609 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
13610 Add copyright year 2003.
13611
13612 2003-01-06 Michael Chastain <mec@shout.net>
13613
13614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
13615 When selecting a thread, 'line' and 'file' are optional.
13616 * gdb.mi/mi1-pthreads.exp: Likewise.
13617
13618 2003-01-06 Andreas Schwab <schwab@suse.de>
13619
13620 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
13621 failures.
13622
13623 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13624
13625 Fix PR gdb/844
13626 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
13627 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
13628
13629 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
13630 instead of calling gdb_suppress_entire_file.
13631 * gdb.threads/print-threads.exp: Likewise.
13632 * gdb.threads/schedlock.exp: Likewise.
13633
13634 * gdb.threads/killed.exp: Return instead of calling
13635 gdb_suppress_entire_file.
13636 * gdb.threads/linux-dp.exp: Likewise.
13637 * gdb.threads/pthreads.exp: Likewise.
13638
13639 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13640
13641 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
13642 stabs.
13643 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
13644 * gdb.base/whatis.exp: Always allow (void) after function names.
13645
13646 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13647
13648 * gdb.c++/casts.exp: Correct regexp.
13649
13650 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13651
13652 * configure.in: Call AC_CONFIG_HEADER. Don't call
13653 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
13654 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
13655 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
13656 aforementioned directories in the AC_OUPUT call.
13657 * config.hin: New file.
13658 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
13659 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
13660 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
13661 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
13662 pass -I$objdir instead of -I$objdir/$subdir in compilation.
13663 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
13664 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
13665 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
13666 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
13667 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
13668 gdb.threads/configure.in, gdb.threads/configure,
13669 gdb.threads/config.in, gdb.trace/configure.in,
13670 gdb.trace/configure: Removed.
13671
13672 2003-01-03 Michael Chastain <mec@shout.net>
13673
13674 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
13675 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
13676
13677 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
13678
13679 * gdb.base/store.exp: Fix regular expressions.
13680
13681 2002-12-28 Mark Kettenis <kettenis@gnu.org>
13682
13683 * configure.in: Rewrite.
13684 * configure: Regenerated.
13685
13686 2003-01-03 David Carlton <carlton@math.stanford.edu>
13687
13688 * gdb.base/psymtab.exp: New file.
13689 * gdb.base/psymtab1.c: Ditto.
13690 * gdb.base/psymtab2.c: Ditto.
13691
13692 2002-12-23 Adam Fedor <fedor@gnu.org>
13693
13694 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
13695
13696 2002-12-23 David Carlton <carlton@math.stanford.edu>
13697
13698 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
13699 and current_directory initialization.
13700
13701 2002-12-22 Jim Blandy <jimb@redhat.com>
13702
13703 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
13704 rather than as part of the output file name.
13705
13706 * gdb.base/attach.exp: There's no need to copy the test program to
13707 /tmp; that was only ever necessary on HP/UX, and this test is
13708 entirely disabled there anyway.
13709
13710 2002-12-21 Jim Blandy <jimb@redhat.com>
13711
13712 * gdb.c++/psmang.exp: Doc fix.
13713
13714 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
13715 test.
13716
13717 2002-12-20 David Carlton <carlton@math.stanford.edu>
13718
13719 * gdb.c++/annota2.exp: KFAIL annotate-quit.
13720
13721 2002-12-18 Michael Chastain <mec@shout.net>
13722
13723 * gdb.c++/annota2.exp: Add copyright year 2002.
13724
13725 2002-12-17 David Carlton <carlton@math.stanford.edu>
13726
13727 * gdb.c++/try_catch.cc: Add marker comments.
13728 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
13729 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
13730 * gdb.c++/m-static.cc: Ditto.
13731 * gdb.c++/m-static1.cc: Ditto.
13732 * gdb.c++/try_catch.cc: Ditto.
13733
13734 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
13735
13736 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
13737 to see whether we are using the new -environment-directory
13738 command which resets via -r or the old version of the command
13739 which may prompt the user. Part of fix for gdb/741.
13740
13741 2002-12-13 Andrew Cagney <ac131313@redhat.com>
13742
13743 * gdb.fortran/types.exp: Update obsolete comment.
13744 * gdb.fortran/exprs.exp: Ditto.
13745 * lib/gdb.exp: Delete obsolete code.
13746 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
13747 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
13748 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
13749 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
13750 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
13751 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
13752 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
13753 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
13754 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
13755 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
13756 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
13757 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
13758 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
13759 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
13760 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
13761 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
13762 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
13763 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
13764 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
13765 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
13766 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
13767 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
13768 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
13769 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
13770 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
13771 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
13772 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
13773 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
13774 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
13775 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
13776 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
13777 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
13778 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
13779 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
13780 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
13781 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
13782 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
13783
13784 2002-12-11 David Carlton <carlton@math.stanford.edu>
13785
13786 * gdb.c++/m-data.exp: Add test for members that shadow global
13787 variables: see PR gdb/804.
13788 * gdb.c++/m-data.cc: Ditto.
13789
13790 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
13791
13792 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
13793
13794 2002-12-06 David Carlton <carlton@math.stanford.edu>
13795
13796 * gdb.base/store.c: Don't declare functions static.
13797
13798 2002-12-04 Andrew Cagney <ac131313@redhat.com>
13799
13800 * gdb.base/store.exp, gdb.base/store.c: New files.
13801
13802 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13803
13804 * gdb.base/selftest.exp: Update for current gdb.
13805
13806 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13807
13808 * gdb.base/maint.exp: Only dump symbols from one source file
13809 or objfile.
13810
13811 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13812
13813 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
13814 function call.
13815
13816 2002-11-25 Jim Blandy <jimb@redhat.com>
13817
13818 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
13819 function appearing in error message.
13820
13821 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
13822
13823 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
13824
13825 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
13826
13827 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
13828 for mi1 and current mi is in correct format. New mi startup message
13829 should be in mi console format. This is part of fix for PR gdb/604.
13830
13831 2002-09-18 Fernando Nasser <fnasser@redhat.com>
13832
13833 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
13834 which explicitly prints the zero offset as "+0".
13835
13836 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
13837
13838 * gdb.threads/schedlock.c (args): Make unsigned.
13839
13840 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
13841
13842 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
13843 numbers. Allow "foo2|selected stack frame".
13844 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
13845 * gdb.asm/asmsrc2.s: Likewise.
13846 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
13847 comments.
13848 * gdb.asm/mips.inc: New file.
13849
13850 2002-10-18 Adam Fedor <fedor@gnu.org>
13851
13852 * gdb.base/default.exp: Update expected output to include 'ObjC'.
13853 * gdb.base/help.exp: Likewise.
13854
13855 2002-10-17 Kevin Buettner <kevinb@redhat.com>
13856
13857 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
13858 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
13859
13860 2002-10-02 Jim Blandy <jimb@redhat.com>
13861
13862 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
13863
13864 2002-10-01 Andrew Cagney <ac131313@redhat.com>
13865
13866 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
13867 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
13868 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
13869 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
13870 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
13871 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
13872 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
13873
13874 2002-09-29 Andrew Cagney <ac131313@redhat.com>
13875
13876 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
13877 * mi0-disassemble.exp, mi0-eval.exp: Delete.
13878 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
13879 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
13880 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
13881 * mi0-var-block.exp, mi0-var-child.exp: Delete.
13882 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
13883
13884 2002-09-27 Kevin Buettner <kevinb@redhat.com>
13885
13886 * gdb.base/annota1.exp (info break): Make directory components of
13887 path optional since not all compilers emit this debug information.
13888
13889 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
13890 step ends up stepping out of the function instead of stopping on
13891 the epilogue.
13892
13893 2002-09-26 Keith Seitz <keiths@redhat.com>
13894
13895 * lib/insight-support.exp (gdbtk_start): Figure out where
13896 the insight executable is based on where gdb is. Use this
13897 executable to start insight instead of gdb.
13898
13899 2002-09-25 Andrew Cagney <cagney@redhat.com>
13900
13901 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
13902
13903 2002-09-24 Andrew Cagney <ac131313@redhat.com>
13904
13905 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
13906 test_isolated_complaints.
13907 (test_empty_complaint): New function.
13908 (test_empty_complaints): New function. Check no output when no
13909 complaints.
13910
13911 2002-09-19 Jim Blandy <jimb@redhat.com>
13912
13913 * gdb.base/charset.exp, gdb.base/charset.c: New files.
13914
13915 2002-09-19 Andrew Cagney <ac131313@redhat.com>
13916
13917 * gdb.gdb/complaints.exp: New file.
13918
13919 2002-09-18 Andrew Cagney <ac131313@redhat.com>
13920
13921 * gdb.base/maint.exp: Check `help maint internal-warning'.
13922
13923 2002-09-18 David Carlton <carlton@math.stanford.edu>
13924
13925 * gdb.c++/m-static.exp: Remove breakpoints depending on line
13926 numbers, and replace them by a single breakpoint after the
13927 constructors are all finished.
13928 Add test 4.
13929 * gdb.c++/m-static.cc: Add test 4.
13930 * gdb.c++/m-static.h: New file.
13931 * gdb.c++/m-static1.cc: New file.
13932
13933 * gdb.c++/printmethod.exp: New file.
13934 * gdb.c++/printmethod.cc: New file.
13935
13936 * gdb.c++/pr-574.exp: New file.
13937 * gdb.c++/pr-574.cc: New file.
13938
13939 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13940
13941 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
13942 embedded targets which never actually exit.
13943
13944 2002-09-18 Fernando Nasser <fnasser@redhat.com>
13945
13946 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
13947 "don't step after run" as unresolved or unsupported, instead of xfail.
13948
13949 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13950
13951 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
13952 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
13953 Add newline to expected string in "step out of main (status wrapper)"
13954 case.
13955
13956 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13957
13958 * lib/gdb.exp (rerun_to_main): Allow restarting application.
13959 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
13960
13961 2002-09-17 Tom Tromey <tromey@redhat.com>
13962
13963 * gdb.base/printcmds.exp (test_print_string_constants): Expect
13964 \000, not \0, in double-quoted string.
13965
13966 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
13967
13968 * gdb.base/commands.exp: Don't expect a "Program exited normally"
13969 string after running the commands execution on breakpoint tests.
13970
13971 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
13972
13973 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
13974
13975 2002-09-12 Joel Brobecker <brobecker@gnat.com>
13976
13977 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
13978
13979 2002-09-10 Keith Seitz <keiths@redhat.com>
13980
13981 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
13982 runto proc.
13983 (mi_run_to_main): Use mi_runto.
13984 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
13985
13986 2002-09-10 Keith Seitz <keiths@redhat.com>
13987
13988 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
13989 regexp for stopping at main. Could have multiple event notifications.
13990 Don't assume that main was declared with no parameters.
13991 (mi_next): Use mi_step_to.
13992 (mi_step): Use mi_next_to.
13993
13994 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
13995
13996 * gdb.base/default.exp: Fix expected string in `info float' test.
13997
13998 2002-09-09 Ben Elliston <bje@redhat.com>
13999
14000 * config/mips.exp: Update comments.
14001 * config/mips-idt.exp: Likewise.
14002 * config/nind.exp: Likewise.
14003 * config/slite.exp: Likewise.
14004 * config/sparclet.exp: Likewise.
14005 * config/udi.exp: Likewise.
14006 * config/vx.exp: Likewise.
14007 * config/vxworks29k.exp: Likewise.
14008
14009 2002-09-05 Jim Blandy <jimb@redhat.com>
14010
14011 * gdb.threads/killed.exp: Fix test failure message.
14012
14013 2002-09-04 Keith Seitz <keiths@redhat.com>
14014
14015 * lib/mi-support.exp: Update copyright.
14016 (mi_gdb_test): Increase the priority of the expected pattern
14017 so that it matches gdb_test.
14018
14019 2002-09-03 Keith Seitz <keiths@redhat.com>
14020
14021 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
14022 Use integer comparison instead of string comparison for testing
14023 whether binary was built.
14024
14025 2002-09-03 Jim Blandy <jimb@redhat.com>
14026
14027 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
14028
14029 2002-08-29 Jim Blandy <jimb@redhat.com>
14030
14031 * gdb.threads/pthreads.exp: Move the portable thread compilation
14032 code into a function in lib/gdb.exp, and call that from here.
14033 * lib/gdb.exp (gdb_compile_pthreads): New function.
14034
14035 2002-08-29 Keith Seitz <keiths@redhat.com>
14036
14037 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
14038 expect_out so that callers can get at it.
14039
14040 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
14041
14042 * gdb.threads/print-threads.c: New file.
14043 * gdb.threads/print-threads.exp: New file.
14044 * gdb.threads/schedlock.c: New file.
14045 * gdb.threads/schedlock.exp: New file.
14046
14047 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
14048
14049 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
14050 not altivec.c.
14051
14052 2002-08-17 Mark Kettenis <kettenis@gnu.org>
14053
14054 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
14055 targets. The problem should be fixed now.
14056
14057 2002-08-15 Mark Kettenis <kettenis@gnu.org>
14058
14059 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
14060 2002-07-24 change that removes final dots from error messages.
14061
14062 2002-08-13 Tom Tromey <tromey@redhat.com>
14063
14064 * gdb.base/readline.exp: New file.
14065
14066 2002-08-01 Andrew Cagney <ac131313@redhat.com>
14067
14068 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
14069 supress message.
14070
14071 2002-08-01 Andrew Cagney <cagney@redhat.com>
14072
14073 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
14074 CHILL_FOR_TARGET and CHILL_LIB.
14075 * configure.in (configdirs): Remove gdb.chill.
14076 * configure: Regenerate.
14077 * lib/gdb.exp: Obsolete references to chill.
14078 * gdb.fortran/types.exp: Ditto.
14079 * gdb.fortran/exprs.exp: Ditto.
14080
14081 2002-07-30 Kevin Buettner <kevinb@redhat.com>
14082
14083 * gdb.base/shlib-call.exp (additional_flags): Conditionally
14084 set Irix-specific compile and link flags.
14085
14086 2002-07-29 Kevin Buettner <kevinb@redhat.com>
14087
14088 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
14089 source files. The ``-o'' option doesn't work with the ``-E'' option
14090 when using the Irix compiler.
14091
14092 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
14093
14094 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
14095 Improve support for reusing an exec file. Copy exec file
14096 to target, and run gdbserver on the target instead of on the host.
14097
14098 2002-07-18 Jim Blandy <jimb@redhat.com>
14099
14100 * gdb.base/ending-run.exp: Don't expect to see the program end in
14101 some orderly fashion when we're running on a real stand-alone
14102 board.
14103
14104 * gdb.base/interrupt.exp: Correct logic for skipping tests on
14105 targets that don't support interrupts.
14106
14107 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
14108
14109 * gdb.base/attach.exp: Add patterns to match output from /proc-based
14110 systems.
14111 Move comments in expect statements to inside the actions, so that they
14112 don't get matched against.
14113
14114 2002-07-10 Mark Kettenis <kettenis@gnu.org>
14115
14116 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
14117 function when asleep" test.
14118
14119 2002-07-10 Andrew Cagney <ac131313@redhat.com>
14120
14121 * gdb.base/page.exp: Rewrite to handle problems with very long
14122 `info set' output. Update copyright.
14123
14124 2002-06-26 Andrew Cagney <ac131313@redhat.com>
14125
14126 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
14127 gdb.threads-hp.
14128 * gdb.hp/configure: Regenerate.
14129 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
14130 * gdb.hp/gdb.threads-hp/configure: Delete file.
14131 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
14132
14133 2002-06-22 Andrew Cagney <ac131313@redhat.com>
14134
14135 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
14136 setlocale, bindtextdomain and textdomain.
14137
14138 2002-06-11 Jim Blandy <jimb@redhat.com>
14139
14140 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
14141 preprocessor macro information is present.
14142
14143 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
14144 tests.
14145
14146 2002-06-06 Michael Snyder <msnyder@redhat.com>
14147
14148 * gdb.base/overlays.exp: Record addresses of overlay
14149 functions in TCL variables rather than in GDB variables,
14150 to avoid having GDB convert them to pointers (with loss
14151 of information).
14152
14153 * gdb.base/d10v.ld: Merge in several years worth of
14154 default linker script changes.
14155 * gdb.base/long_long.exp: Add check for sizeof (long double).
14156
14157 2002-06-06 Michal Ludvig <mludvig@suse.cz>
14158
14159 * gdb.asm/asm-source.exp: Add x86-64 target.
14160 * gdb.asm/x86_64.inc: New.
14161
14162 2002-05-30 Michael Chastain <mec@shout.net>
14163
14164 From Benjamin Kosnik <bkoz@redhat.com>:
14165 * gdb.c++/m-static.cc: New file.
14166 * gdb.c++/m-static.exp: New file.
14167
14168 2002-05-28 Michael Snyder <msnyder@redhat.com>
14169
14170 * gdb.base/call-ar-st.exp: Allow for reduced floating point
14171 precision.
14172
14173 2002-05-27 Michael Chastain <mec@shout.net>
14174
14175 From Benjamin Kosnik <bkoz@redhat.com>:
14176 * gdb.c++/m-data.cc: New file.
14177 * gdb.c++/m-data.exp: New file.
14178
14179 2002-05-27 Michael Chastain <mec@shout.net>
14180
14181 From Benjamin Kosnik <bkoz@redhat.com>:
14182 * gdb.c++/try_catch.cc: New file.
14183 * gdb.c++/try_catch.exp: New file.
14184
14185 2002-05-27 Michael Chastain <mec@shout.net>
14186
14187 * gdb.c++/local.exp: Accept more nested types in output.
14188
14189 2002-05-26 Michael Chastain <mec@shout.net>
14190
14191 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
14192
14193 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
14194
14195 * lib/gdb.exp (gdb_wrapper_init): Just because
14196 gdb_wrapper_file exists, this does not mean that the file
14197 should not be rebuilt. That is what gdb_wrapper_initialized
14198 is for.
14199 (default_gdb_init): Reset gdb_wrapper_initialized.
14200
14201 2002-05-23 Michael Snyder <msnyder@redhat.com>
14202
14203 * gdb.base/all-bin.exp: Revise previous patch by just reducing
14204 the precision of the floating point test results.
14205 * gdb.base/call-rt-st.exp: Ditto.
14206
14207 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
14208 * gdb.base/call-rt-st.exp: Ditto.
14209
14210 2002-05-19 Michael Chastain <mec@shout.net>
14211
14212 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
14213
14214 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
14215
14216 * configure.in (configdirs): Add gdb.arch.
14217 * configure: Regenerate.
14218
14219 2002-05-17 Jim Blandy <jimb@redhat.com>
14220
14221 * gdb.base/completion.exp: Recognize the more detailed error
14222 messages produced by the macro expander's lexical analyzer.
14223
14224 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14225
14226 * gdb.arch/altivec-abi.c: New file.
14227 * gdb.arch/altivec-abi.exp: New file.
14228 * gdb.arch/altivec-regs.c: New file.
14229 * gdb.arch/altivec-regs.exp: New file.
14230
14231 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
14232
14233 * gdb.base/maint.exp (maint print type): Update for new type
14234 structure.
14235
14236 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14237
14238 * gdb.arch: New directory.
14239 * gdb.arch/configure.in: New file.
14240 * gdb.arch/configure: New file.
14241 * gdb.arch/Makefile.in: New file.
14242
14243 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
14244
14245 * gdb.asm/asm-source.exp: Add v850 as supported target.
14246 * gdb.asm/v850.inc: New file.
14247
14248 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
14249
14250 * gdb.c++/annota2.exp (annotate-quit): Add comment.
14251
14252 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
14253
14254 * gdb.base/break.exp: Check 'break "marker2"'.
14255
14256 2002-05-10 Michael Snyder <msnyder@redhat.com>
14257
14258 * gdb.base/long_long.exp: Fix typo.
14259
14260 2002-05-10 Jim Blandy <jimb@redhat.com>
14261
14262 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
14263 a bug.
14264
14265 * gdb.base/printcmds.exp (test_integer_literals_rejected):
14266 Recognize more detailed error message produced by the macro
14267 expander's lexical analyzer.
14268 * lib/gdb.exp (test_print_reject): Same.
14269
14270 2002-05-09 Mark Kettenis <kettenis@gnu.org>
14271
14272 * gdb.c++/method.exp: Fix typo.
14273
14274 2002-05-08 Michael Snyder <msnyder@redhat.com>
14275
14276 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
14277 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
14278 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
14279 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
14280 Add iftarget clause for strongarm.
14281
14282 2002-05-06 Michael Snyder <msnyder@redhat.com>
14283
14284 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
14285 (gdb_continue_to_end): Accept output from status wrapper.
14286 * gdb.base/ending-run.exp: Add case for output from status wrapper.
14287 Clean up fail messages to match pass messages.
14288
14289 Enable the "needs_status_wrapper" testsuite feature.
14290 * lib/gdb.exp (gdb_wrapper_init): New procedure.
14291 (gdb_compile): Conditionally call gdb_wrapper_init.
14292 * gdb.base/a2-run.exp: Recognize output from status wrapper.
14293 * gdb.c++/method.exp: Recognize output from status wrapper.
14294
14295 2002-05-06 Ben Elliston <bje@redhat.com>
14296 From Graydon Hoare <graydon@redhat.com>
14297
14298 * config/sid.exp: Include support for "rawsid" protocol.
14299
14300 2002-05-03 Jim Blandy <jimb@redhat.com>
14301
14302 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
14303 * gdb.c++/hang3.C: New file.
14304
14305 2002-05-04 Andrew Cagney <ac131313@redhat.com>
14306
14307 * gdb.base/default.exp: Remove obsolete code.
14308 * gdb.c++/misc.exp: Ditto. Update copyright.
14309 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
14310 * gdb.base/whatis.exp: Ditto. Update copyright.
14311 * gdb.base/scope.exp: Ditto. Update copyright.
14312 * gdb.base/ptype.exp: Ditto. Update copyright.
14313 * gdb.base/printcmds.exp: Ditto. Update copyright.
14314 * gdb.base/opaque.exp: Ditto. Update copyright.
14315 * gdb.base/list.exp: Ditto.
14316 * gdb.base/funcargs.exp: Ditto. Update copyright.
14317 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
14318 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
14319 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
14320 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
14321 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
14322 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
14323
14324 2002-05-02 Michael Snyder <msnyder@redhat.com>
14325
14326 * gdb.base/watchpoint.exp: Add xscale target.
14327 * gdb.base/long_long.exp: Add xscale target.
14328 * gdb.base/default.exp: Add xscale target.
14329
14330 2002-05-01 Jim Blandy <jimb@redhat.com>
14331
14332 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
14333 gdb.c++/hang.exp: New test.
14334
14335 2002-05-01 Fred Fish <fnf@redhat.com>
14336
14337 * gdb.base/completion.exp: Handle completions of "./Make" for
14338 more than one completion possibility, as is the case when we
14339 build and test in the source tree.
14340
14341 2002-04-29 Anthony Green <green@redhat.com>
14342
14343 * gdb.java/jmisc1.exp: New file.
14344 * gdb.java/jmisc2.exp: New file.
14345
14346 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
14347
14348 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
14349
14350 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
14351
14352 * gdb.base/help.exp: Change 'help status' to allow for target
14353 dependent output differences.
14354
14355 2002-04-22 Michael Chastain <mec@shout.net>
14356
14357 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
14358
14359 2002-04-22 Michael Chastain <mec@shout.net>
14360
14361 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
14362
14363 2002-04-17 David S. Miller <davem@redhat.com>
14364
14365 * gdb.asm/sparc64.inc: New file.
14366 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
14367
14368 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
14369
14370 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
14371 instruction file directly into the build tree. Clean up at end of
14372 test.
14373
14374 2002-04-18 David S. Miller <davem@redhat.com>
14375
14376 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
14377 handle 64-bit platforms correctly.
14378 * gdb.base/maint.exp: Likewise.
14379
14380 2002-04-18 Kevin Buettner <kevinb@redhat.com>
14381
14382 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
14383 ``-fpic'' when compiling files comprising a shared library, but
14384 it does need additional linker flags in order to find shared
14385 libraries at run time.
14386
14387 2002-04-18 Kevin Buettner <kevinb@redhat.com>
14388
14389 * gdb.base/cvexpr.c (use): New function.
14390 (main): Invoke use() on all global variables to prevent
14391 some linkers from deleting these otherwise unused symbols.
14392
14393 2002-04-17 Michael Chastain <mec@shout.net>
14394 From David S. Miller <davem@redhat.com>
14395
14396 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
14397 handle 64-bit platforms correctly.
14398
14399 2002-04-12 Michael Snyder <msnyder@redhat.com>
14400 From Jim Blandy <jimb@redhat.com>
14401 * gdb.base/foo.c (foox): Remove section attribute; the linker
14402 script can handle this instead.
14403 * gdb.base/bar.c (barx): Same.
14404 * gdb.base/baz.c (bazx): Same.
14405 * gdb.base/grbx.c (grbxx): Same.
14406
14407 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
14408 manager doesn't automatically unmap overlays unnecessarily.
14409
14410 2002-04-10 Martin M. Hunt <hunt@redhat.com>
14411
14412 * gdb.base/ending-run.exp: Fix pattern for Mips targets
14413 stepping out of main.
14414
14415 2002-04-09 Michael Chastain <mec@shout.net>
14416
14417 * gdb.c++/local.cc (main): Move call to marker1() inside nested
14418 scope so that the nested scope tests will make sense.
14419 * gdb.c++/local.exp: Write patterns that actually work with gcc
14420 (the HP patterns "were never known to work with gcc").
14421 Keep the old aCC patterns too.
14422
14423 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
14424
14425 * gdb.base/attach.exp: Correct target board test.
14426
14427 2002-04-08 Michael Chastain <mec@shout.net>
14428
14429 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
14430 in a const method. Add some xfail and fail cases for configurations
14431 that do not emit the "const ...".
14432
14433 2002-04-07 Michael Chastain <mec@shout.net>
14434
14435 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
14436 Accept "A * const" and "const A * const" as type of "this".
14437 Fix spelling of getFunky throughout. Make messages uniform.
14438
14439 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
14440
14441 Work around for PR gdb/285:
14442 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
14443
14444 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
14445
14446 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
14447 instructions file at run time instead of configure time.
14448 Sometimes we run the test in a directory that is not the one we
14449 configured in.
14450 * gdb.asm/configure.in: Delete creation of symlink.
14451 * gdb.asm/configure: Regenerate.
14452
14453 2002-04-05 J. Brobecker <brobecker@gnat.com>
14454
14455 * gdb.gdb/xfullpath.exp: New test, to exercise the new
14456 xfullpath () function.
14457
14458 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
14459
14460 * gdb.asm/Makefile.in: Correct dependencies.
14461
14462 * gdb.asm/powerpc.inc: New file.
14463 * gdb.asm/asm-source.exp: Add PowerPC.
14464 * gdb.asm/configure.in: Likewise.
14465 * gdb.asm/configure: Regenerated.
14466
14467 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
14468
14469 * gdb.base/relocate.exp: New file.
14470 * gdb.base/relocate.c: New file.
14471
14472 2002-04-04 Fred Fish <fnf@redhat.com>
14473
14474 * gdb.base/step-test.exp: Update comment regarding stopping in
14475 memcpy/bcopy calls inserted as part of the compiler runtime.
14476
14477 2002-04-04 Michael Snyder <msnyder@redhat.com>
14478
14479 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
14480
14481 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
14482
14483 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
14484 (gdb_expect): Remove $notransfer hack.
14485
14486 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
14487
14488 * gdb.c++/classes.exp ("calling method for small class"): Match
14489 updated register output.
14490
14491 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
14492
14493 Fix PR gdb/452
14494 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
14495 when finished. Make gdb_file_cmd send "exec-file" when
14496 appropriate.
14497
14498 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
14499
14500 * gdb.base/attach.exp: Remove extra setup_xfail.
14501
14502 2002-03-26 Michael Snyder <msnyder@redhat.com>
14503
14504 * gdb.base/default.exp: Add tests for dump, append, and restore.
14505 * gdb.base/help.exp: Add tests for dump, append, and restore.
14506 * gdb.base/dump.exp: New file, test dump, append and restore.
14507 * gdb.base/dump.c: New file.
14508
14509 2002-03-27 Michael Snyder <msnyder@redhat.com>
14510
14511 * gdb.base/help.exp: Modify expect strings to reflect
14512 clean-ups in help messages.
14513
14514 2002-03-26 Fred Fish <fnf@redhat.com>
14515
14516 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
14517 have debugging info for those functions and the compiler uses them
14518 internally to copy structs around.
14519
14520 2002-03-26 Fred Fish <fnf@redhat.com>
14521
14522 * gdb.base/list.exp: Revert the change made yesterday and add note
14523 about why we don't list the default lines for remote targets.
14524
14525 2002-03-25 Michael Snyder <msnyder@redhat.com>
14526
14527 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
14528
14529 2002-03-25 Fred Fish <fnf@redhat.com>
14530
14531 * gdb.base/list.exp: This test works on remote targets so remove
14532 the short circuit for remote targets. Update copyright.
14533
14534 2002-03-25 Fred Fish <fnf@redhat.com>
14535
14536 * gdb.base/attach.exp: Fix logic error that was suppressing this
14537 test for all non hppa*-*-hpux* targets, instead of the hp target.
14538 Move comments closer to the suppression point. Also now need to
14539 check that we are running natively.
14540
14541 2002-03-22 Michael Snyder <msnyder@redhat.com>
14542
14543 * gdb.base/default.exp: Add test for gcore. Update copyright.
14544 * gdb.base/help.exp: Add test for gcore. Update copyright.
14545
14546 2002-03-06 Fred Fish <fnf@redhat.com>
14547
14548 * gdb.base/funcargs.c: Remove extraneous ';' character.
14549 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
14550
14551 2002-03-04 Michael Chastain <mec@shout.net>
14552
14553 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
14554 accommodate gcc v3 function signature.
14555 * gdb.mi/mi0-var-cmd-exp: Ditto.
14556
14557 2002-02-24 Andrew Cagney <ac131313@redhat.com>
14558
14559 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
14560 ``GNU/Linux'' or ``Linux kernel''
14561 * testsuite/gdb.threads/pthreads.c: Ditto.
14562
14563 2002-02-24 Michael Chastain <mec@shout.net>
14564
14565 * gdb.threads/pthreads.c (thread1): Add a return statement.
14566 (thread2): Likewise.
14567 (foo): Likewise.
14568
14569 2002-02-23 Michael Chastain <mec@shout.net>
14570
14571 * gdb.threads/linux-dp.c (philosopher): Add a return statement
14572 to placate gcc.
14573
14574 2002-02-23 Michael Chastain <mec@shout.net>
14575
14576 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
14577 test "ptype bint". The test passes on all my stabs configurations.
14578
14579 2002-02-21 Jim Blandy <jimb@redhat.com>
14580
14581 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
14582 filename at a time, and watch for the ones we want to see.
14583
14584 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
14585 types of pointers to prototyped functions.
14586
14587 2002-02-20 Andrew Cagney <ac131313@redhat.com>
14588
14589 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
14590 signed, unsigned and straight char.
14591 (padding_char, padding_short, padding_int, padding_long,
14592 padding_long_long, padding_float, padding_double,
14593 padding_long_double): New global variables.
14594 (fill, fill_structs): New functions.
14595
14596 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
14597 for correctly sized writes. Update copyright.
14598 (get_valueof): New procedure.
14599 (get_sizeof): Call get_valueof.
14600 (check_valueof): New procedure.
14601 (check_padding): New procedure.
14602
14603 2002-02-20 Michael Chastain <mec@shout.net>
14604
14605 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
14606 to setup_xfail. Document some of the remaining calls.
14607
14608 2002-02-18 Michael Chastain <mec@shout.net>
14609
14610 * gdb.c++/userdef.exp: Update copyright year.
14611
14612 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
14613
14614 * gdb.c++/userdef.exp: Test overloaded operators properly.
14615 Remove xfails.
14616
14617 2002-02-14 Michael Snyder <msnyder@redhat.com>
14618
14619 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
14620
14621 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
14622
14623 * gdb.base/a2-run.exp: Check for a remote target properly.
14624 * gdb.base/annota1.exp: Likewise.
14625 * gdb.base/list.exp: Likewise.
14626 * gdb.base/reread.exp: Likewise.
14627 * gdb.base/scope.exp: Likewise.
14628 * gdb.base/shlib-call.exp: Likewise.
14629 * gdb.base/term.exp: Likewise.
14630 * gdb.c++/annota2.exp: Likewise.
14631
14632 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
14633
14634 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
14635
14636 2002-02-10 Michael Chastain <mec@shout.net>
14637
14638 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
14639 (call_after_alloca): Ditto.
14640
14641 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
14642
14643 * gdb.base/ending-run.exp: Guard "cont" test with
14644 gdb_skip_stdio_test.
14645
14646 2002-02-06 Jim Blandy <jimb@redhat.com>
14647
14648 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
14649 from here...
14650 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
14651 To here. Disable this test on non-HP platforms. Add big comment.
14652
14653 2002-02-04 Michael Snyder <msnyder@redhat.com>
14654
14655 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
14656 other than d10v and m32r.
14657
14658 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
14659
14660 * gdb.base/default.exp: Rewrite test patterns to reduce time
14661 taken to match them.
14662
14663 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14664
14665 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
14666 Allow a start function above main.
14667 * gdb.threads/linux-dp.exp: Fix copyright date.
14668
14669 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14670
14671 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
14672 (check_philosopher_stack): Check for manager thread before checking
14673 for a just-starting thread.
14674
14675 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14676
14677 From Neil Booth <neil@daikokuya.demon.co.uk>:
14678 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
14679 warnings.
14680
14681 2002-01-21 Fred Fish <fnf@redhat.com>
14682
14683 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
14684 not caller.
14685
14686 2002-01-21 Jim Blandy <jimb@redhat.com>
14687
14688 * gdb.base/reread.exp: Check that GDB properly re-reads the
14689 executable file when it changes while no inferior is running.
14690
14691 2002-01-21 Fred Fish <fnf@redhat.com>
14692
14693 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
14694 optionally accept the "shlib events" variation.
14695
14696 2002-01-21 Jim Blandy <jimb@redhat.com>
14697
14698 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
14699 call `fflush' after every `printf', so that the output is produced
14700 at predictable points, regardless of whatever buffering does (or
14701 doesn't) take place.
14702 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
14703 at different points.
14704
14705 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14706
14707 * gdb.c++/inherit.exp: Update copyright years.
14708 * gdb.c++/method.exp: Likewise.
14709
14710 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14711
14712 * gdb.c++/classes.exp: Update for improved v3 support and skipping
14713 artificial methods/arguments.
14714 * gdb.c++/derivation.exp: Likewise.
14715 * gdb.c++/inherit.exp: Likewise.
14716 * gdb.c++/method.exp: Likewise.
14717 * gdb.c++/virtfunc.exp: Likewise.
14718
14719 2002-01-18 Andrew Cagney <ac131313@redhat.com>
14720
14721 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
14722 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
14723 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
14724 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
14725 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
14726 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
14727
14728 2002-01-17 Jim Blandy <jimb@redhat.com>
14729
14730 * gdb.asm/asm-source.exp (info symbol): Take another shot at
14731 anchoring the pattern matching the entry point symbol's name.
14732
14733 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14734
14735 * gdb.base/maint.exp: Update ``maint internal-error'' to match
14736 continue/quit query. Update copyright.
14737
14738 2002-01-14 Michael Snyder <msnyder@redhat.com>
14739
14740 * gdb.base/gcore.exp: Remove extra debugging output.
14741
14742 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14743
14744 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
14745 for slightly dubious v2 mangled string.
14746
14747 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14748
14749 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
14750
14751 2002-01-10 Jason Merrill <jason@redhat.com>
14752
14753 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
14754
14755 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
14756 constructors.
14757 * gdb.c++/derivation.exp: Likewise.
14758 * gdb.c++/templates.exp: Likewise.
14759 * gdb.c++/virtfunc.exp: Likewise.
14760
14761 2002-01-10 Michael Snyder <msnyder@redhat.com>
14762
14763 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
14764
14765 2002-01-08 Michael Snyder <msnyder@redhat.com>
14766
14767 * gdb.base/gcore.exp: New test for generate-core-file command.
14768 * gdb.base/gcore.c: Testcase for above.
14769 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
14770
14771 2002-01-08 Jason Merrill <jason@redhat.com>
14772
14773 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
14774
14775 2002-01-07 Fred Fish <fnf@redhat.com>
14776
14777 * gdb.c++/overload.exp: Remove unconditional xfails for:
14778 print foo_instance1.overloadargs(1)
14779 print foo_instance1.overloadargs(1, 2)
14780 print foo_instance1.overloadargs(1, 2, 3)
14781 print foo_instance1.overloadargs(1, 2, 3, 4)
14782 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
14783 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
14784 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
14785 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
14786 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
14787 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
14788 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
14789 print foo_instance1.overload1arg()
14790 print foo_instance1.overload1arg((char)arg2)
14791 print foo_instance1.overload1arg((signed char)arg3)
14792 print foo_instance1.overload1arg((unsigned char)arg4)
14793 print foo_instance1.overload1arg((int)arg7)
14794 print foo_instance1.overload1arg((unsigned int)arg8)
14795 print foo_instance1.overload1arg((float)arg11)
14796 print foo_instance1.overload1arg((double)arg12)
14797
14798 2002-01-07 Michael Snyder <msnyder@redhat.com>
14799
14800 * gdb.base/huge.exp: New test. Print a very large target data object.
14801 (skip_huge_test): New test variable. Define if you want to skip this
14802 test. The test reads an 8 megabyte data object from the target, so it
14803 might be very time consuming on remote targets with a slow connection.
14804 * gdb.base/huge.c: New file. Test case for above.
14805
14806 2002-01-07 Fred Fish <fnf@redhat.com>
14807
14808 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
14809 g_instance.bfoo, and g_instance.cfoo.
14810
14811 2002-01-07 Jeffrey A Law <law@redhat.com>
14812
14813 * gdb.base/break.c (multi_line_if_conditional): New function.
14814 (multi_ilne_while_conditional): Likewise.
14815 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
14816 IF or WHILE condition puts the breakpoint at the start of
14817 the condition.
14818
14819 * gdb.base/selftest.exp (backtrace through signal handler): Remove
14820 hppa*-*-hpux* expected failure.
14821 * gdb.base/structs.exp (do_function_calls): Similarly.
14822
14823 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
14824 watchpoints.
14825
14826 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14827
14828 Fix PR gdb/66.
14829 * gdb.base/structs.exp: Replace skip for a29k with skip for
14830 gdb,cannot_call_functions.
14831 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
14832 * gdb.base/callfuncs.exp: Ditto.
14833 * gdb.base/call-rt-st.exp: Ditto.
14834 * gdb.base/call-strs.exp: Ditto.
14835 * gdb.base/callfwmall.exp: Ditto.
14836 * gdb.base/scope.exp: Obsolete xfail a29k.
14837 * gdb.c++/misc.exp: Ditto.
14838 * gdb.c++/cplusfuncs.exp: Ditto.
14839 * gdb.base/ptype.exp: Ditto.
14840 * gdb.base/printcmds.exp: Ditto.
14841 * gdb.base/opaque.exp: Ditto.
14842 * gdb.base/list.exp: Ditto.
14843 * gdb.base/funcargs.exp: Ditto.
14844 * gdb.base/default.exp: Ditto.
14845
14846 2002-01-04 Michael Snyder <msnyder@redhat.com>
14847
14848 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
14849 * gdb.base/maint.exp: Add tests for maint info sections options.
14850
14851 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
14852
14853 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
14854
14855 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
14856
14857 * gdb.asm/arm.inc: New file.
14858 * gdb.asm/asm-source.exp: Add arm targets.
14859 * gdb.asm/configure.in: Ditto.
14860 * gdb.asm/configure: Recreated from configure.in.
14861
14862 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
14863
14864 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
14865 with HP's compiler.
14866 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
14867 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
14868 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
14869 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
14870
14871 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
14872 either HP's compilers or GCC.
14873
14874 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
14875 a SIGBUS or SIGSEGV.
14876
14877 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
14878
14879 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
14880 can be compiled with either HP's compiler or GCC.
14881
14882 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
14883 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
14884 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
14885
14886 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
14887 to match current gdb output. Update due to using auto-solib-limit
14888 for limiting instead of overloading auto-solib-add.
14889 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
14890 test program.
14891
14892 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
14893 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
14894 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
14895 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
14896 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
14897 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
14898 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
14899 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
14900 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
14901 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
14902 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
14903 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
14904 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
14905
14906 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
14907 a SIGTRAP to the inferior.
14908
14909 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
14910
14911 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
14912 Substitute call to target_link by call to gdb_compile.
14913
14914 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
14915
14916 * gdb.base/break.exp: Fix HP specific search string when testing
14917 backtracing in a called function.
14918
14919 * gdb.base/constvars.exp: Only set lang to C++ if we're
14920 compiling the test with HP's compilers.
14921 * gdb.base/volatile.exp: Similarly.
14922
14923 2001-12-19 Jim Blandy <jimb@redhat.com>
14924
14925 * gdb.base/printcmds.exp: Expect the null character to be printed
14926 as '\0', and the '\013' to be printed as '\v'.
14927 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
14928 * gdb.base/setvar.exp: Same.
14929
14930 2001-12-17 Jim Blandy <jimb@redhat.com>
14931
14932 * gdb.base/completion.exp: Rather than completing very long
14933 filenames, which can make the readline library produce output we
14934 don't recognize, cd to the directory first, and then complete
14935 using nice, short relative paths.
14936
14937 * gdb.base/completion.exp: On some systems, there is, in fact, a
14938 variable named `b' in scope, since GDB treats all static
14939 variables as being in scope. So use `no_var_named_this'
14940 instead of `b'.
14941
14942 * gdb.base/corefile.exp: Recognize the message saying that GDB
14943 can't find the core file's registers as a failure.
14944
14945 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
14946
14947 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
14948 test expect string more specific.
14949
14950 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
14951
14952 * gdb.asm/asm-source.exp: Add support for xstormy16.
14953 * gdb.asm/configure.in: Ditto.
14954 * gdb.asm/configure: Rebuild.
14955 * gdb.asm/xstormy16.inc: New file.
14956
14957 2001-12-10 Fred Fish <fnf@redhat.com>
14958
14959 * gdb.base/maint.exp: Update to match changes in type dumping code.
14960
14961 2001-12-10 Jim Blandy <jimb@redhat.com>
14962
14963 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
14964 matching the entry point symbol's name at the beginning of the
14965 line.
14966
14967 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
14968
14969 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
14970 gdb.c++/inherit.exp, gdb.c++/method.exp,
14971 gdb.c++/namespace.exp, gdb.c++/templates.exp,
14972 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
14973 and class layout support.
14974
14975 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
14976
14977 * gdb.c++/classes.exp: Add test for static member function.
14978 * gdb.c++/misc.cc: Add class with static member function.
14979
14980 2001-12-07 Jim Blandy <jimb@redhat.com>
14981
14982 If GDB says it can't find the struct the function returned, report
14983 those tests as `unsupported'.
14984 * gdb.base/call-rt-st.exp (print_struct_call): New function.
14985 Rewrite subsequent tests to use it.
14986
14987 If GDB says it can't find the struct the function returned, report
14988 those tests as `unsupported'.
14989 * gdb.base/structs.exp (call_struct_func): New function.
14990 (do_function_calls): Use call_struct_func to call the functions
14991 returning structs.
14992
14993 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
14994 whether functions are prototyped or not, so we can't possibly pass
14995 arguments to t_float_values2 properly.
14996
14997 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
14998 value of `timeout' for targets other than the mips*tx39-*.
14999
15000 2001-12-06 Michael Snyder <msnyder@redhat.com>
15001
15002 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
15003 and detect whether the start symbol has a leading underscore.
15004
15005 2001-12-04 Jim Blandy <jimb@redhat.com>
15006
15007 * gdb.base/completion.exp: Clarify indentation.
15008
15009 2001-12-03 Jim Blandy <jimb@redhat.com>
15010
15011 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
15012 variables on the S/390, not `.word'.
15013
15014 2001-11-30 Jim Blandy <jimb@redhat.com>
15015
15016 Add assembly-source tests for s390-ibm-linux.
15017 * gdb.asm/s390.inc: New file.
15018 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
15019 the S/390 architecture.
15020 * gdb.asm/configure: Regenerated.
15021
15022 2001-11-30 Michael Snyder <msnyder@redhat.com>
15023
15024 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
15025 next, info source, info sources, info line, global and static
15026 variables, and static functions.
15027 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
15028 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
15029 * gdb.asm/asmsrc1.s: Add a static function and some variables.
15030 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
15031 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
15032 (gdbasm_leave): Restore frame pointer.
15033 (gdbasm_startup): Copy stack set-up from crt0.S.
15034
15035 2001-11-26 Fernando Nasser <fnasser@redhat.com>
15036
15037 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
15038 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
15039 to a local (non-static) variable. Copy tstruct.a to a static buffer
15040 and return a pointer to that buffer.
15041 * gdb.base/callfwmall.c (t_structs_a): Ditto.
15042
15043 2001-11-24 Mark Kettenis <kettenis@gnu.org>
15044
15045 * gdb.asm/configure.in: Fix recognition of ix86 target.
15046 * gdb.asm/configure: Regenerate.
15047
15048 2001-11-21 Michael Snyder <msnyder@redhat.com>
15049
15050 * gdb.asm/sparc.inc: New file.
15051 * gdb.asm/asm-source.exp: Recognize sparc target.
15052 * gdb.asm/configure.in: Recognize sparc target.
15053 * gdb.asm/configure: Regenerate.
15054
15055 2001-11-21 Michael Snyder <msnyder@redhat.com>
15056
15057 * gdb.asm/m32r.inc: New file.
15058 * gdb.asm/asm-source.exp: Recognize m32r target.
15059 * gdb.asm/configure.in: Recognize m32r target.
15060 * gdb.asm/configure: Regenerate.
15061
15062 2001-11-20 Michael Snyder <msnyder@redhat.com>
15063
15064 * gdb.asm/i386.inc: New file.
15065 * gdb.asm/asm-source.exp: Recognize ix86 target.
15066 * gdb.asm/configure.in: Recognize ix86 target.
15067 * gdb.asm/configure: Regenerate.
15068
15069 * gdb.c++/namespace.exp: Fix quotes in output messages.
15070
15071 2001-11-14 Michael Snyder <msnyder@redhat.com>
15072
15073 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
15074 qualifier in a type cast expression, to designate an address
15075 in the instruction space (Harvard architecture).
15076
15077 2001-11-13 Michael Snyder <msnyder@redhat.com>
15078
15079 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
15080 Tests for expressions using 'const' and 'volatile'.
15081
15082 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
15083
15084 * gdb.asm/asm-sources.exp: Allow defining linker flags.
15085
15086 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
15087
15088 * lib/mi-support.exp (mi_run_to_helper): Move comments
15089 outside of gdb_expect.
15090
15091 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
15092
15093 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
15094 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
15095 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
15096 mi0_run_to): New functions.
15097 * gdb.mi/mi-simplerun.exp: Use them.
15098 * gdb.mi/mi0-simplerun.exp: Likewise.
15099 * gdb.mi/mi-var-cmd.exp: Likewise.
15100 * gdb.mi/mi0-var-cmd.exp: Likewise.
15101
15102 2001-11-10 Andrew Cagney <ac131313@redhat.com>
15103
15104 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
15105 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
15106
15107 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15108
15109 * gdb.base/restore.exp: Include $expected value in restored test
15110 message.
15111
15112 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15113
15114 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
15115 implemented.
15116
15117 2001-11-08 Michael Snyder <msnyder@redhat.com>
15118
15119 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
15120 Add pass/fail message for stop at breakpoint in call dummy function.
15121
15122 2001-11-07 Michael Snyder <msnyder@redhat.com>
15123
15124 * gdb.c++/templates.exp (test_template_breakpoints):
15125 If we get an overload menu, but it does not match what
15126 we expect, we still need to issue the "cancel" command.
15127 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
15128 making the whitespace optional. Argument for "new" may be
15129 "unsigned" as well as "unsigned int/long".
15130 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
15131 making the whitespace optional. Also replace "(void) with
15132 "((void|)), making the keyword "void" optional.
15133 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
15134 making the whitespace optional. Also replace "(void) with
15135 "((void|)), making the keyword "void" optional.
15136 * gdb.base/callfuncs.c (t_float_values): This function must
15137 _not_ be prototyped, and the following function (t_float_values2)
15138 must be prototyped (if the compiler supports it), so that GDB
15139 can be tested against both cases. Usually one case involves
15140 promotion of float to double, while the other does not.
15141 * gdb.base/callfwmall.c: Ditto.
15142 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
15143 includes a stack frame for "start".
15144
15145 2001-11-05 Jim Blandy <jimb@redhat.com>
15146
15147 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
15148 pointers are 32 bits long, and that offsets of relocs are always
15149 stored in the data (REL-style), and not in the reloc entry itself
15150 (RELA-style).
15151 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
15152 stabs.
15153
15154 2001-11-01 Michael Snyder <msnyder@redhat.com>
15155
15156 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
15157 and regular expression operators by using quoting.
15158
15159 2001-10-31 Michael Snyder <msnyder@redhat.com>
15160
15161 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
15162 depending on what the symbol table contains.
15163 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
15164 the output of the ptype command. Similarly, accept both "const &"
15165 and "const&".
15166
15167 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
15168
15169 * gdb.base/miscexprs.c (main): Add usage of preprocessor
15170 symbol `STORAGE' to allow to choose the storage class of
15171 the local datastructures.
15172 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
15173 compiler directive.
15174
15175 2001-10-30 Michael Snyder <msnyder@redhat.com>
15176
15177 * gdb.base/jump.exp: Allow it to run for all targets.
15178
15179 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15180
15181 * gdb.base/call-ar-st.c (print_double_array): Match for loop
15182 with new double_array size.
15183 (main): Change storage class of all local variables to static.
15184 Reduce size of double_array to 9.
15185 * gdb.base/call-ar-st.exp: Increase timeout value.
15186 Change expected output for double array to match new size in
15187 call-ar-st.c.
15188
15189 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15190
15191 * gdb.base/ending-run.exp: Create identical output when passing
15192 `step to end of run' case. Add regular expression branch satisfying
15193 Stormy16 target.
15194
15195 2001-10-28 Mark Kettenis <kettenis@gnu.org>
15196
15197 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
15198 that we catch the expected failure under Linux/x86.
15199
15200 2001-10-29 Orjan Friberg <orjanf@axis.com>
15201
15202 * gdb.base/setvar.exp: Escape curly braces.
15203 * gdb.stabs/weird.exp: Ditto.
15204
15205 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
15206
15207 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
15208 * gdm.mi/mi0-hack-cli.exp: Likewise.
15209
15210 2001-10-25 Andrew Cagney <ac131313@redhat.com>
15211
15212 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
15213 messages.
15214
15215 2001-10-21 Andrew Cagney <ac131313@redhat.com>
15216
15217 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
15218 checking MI enabled.
15219
15220 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
15221
15222 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
15223
15224 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
15225
15226 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
15227 if gdb child process crashes, just signal an error.
15228
15229 2001-10-02 Jim Blandy <jimb@redhat.com>
15230
15231 * lib/gdb.exp (test_xfail_format): Simplify.
15232
15233 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
15234 front of the variable name `format'. Simplify `if'.
15235
15236 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15237
15238 * gdb.threads/pthreads.exp: Wait for output and delay
15239 before sending ^C.
15240
15241 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15242
15243 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
15244 some incorrect output instead of timing out.
15245 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
15246
15247 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
15248
15249 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
15250 check to allow additional `int'.
15251
15252 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
15253
15254 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
15255 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
15256
15257 2001-09-27 Michael Snyder <msnyder@redhat.com>
15258
15259 * lib/gdb.exp (test_debug_format): New proc.
15260 (setup_xfail_format): Use new proc test_debug_format.
15261 * gdb.base/constvars.exp (local_compiler_xfail_check): New
15262 proc; use new service proc test_debug_format.
15263 Replace all other "gcc_compiled" tests with this test.
15264 * gdb.base/volatile.exp (local_compiler_xfail_check): New
15265 proc; use new service proc test_debug_format.
15266 Replace all other "gcc_compiled" tests with this test.
15267
15268 2001-09-27 Michael Snyder <msnyder@redhat.com>
15269
15270 * gdb.base/cvexpr.exp: New file.
15271 * gdb.base/cvexpr.c: New file
15272 Test for expressions using const and volatile keywords.
15273
15274 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
15275
15276 * gdb.base/constvars.exp: Check for different orders of keywords
15277 and additional "int" strings in output.
15278
15279 2001-09-22 Andrew Cagney <ac131313@redhat.com>
15280
15281 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
15282 responses from "help maint".
15283
15284 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
15285
15286 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
15287 to localhost:NNN instead of :NNN, in case Xvfb is listening
15288 only on TCP.
15289
15290 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
15291
15292 * gdb.base/recurse.exp: When checking leaving the watchpoint
15293 scope, recognize when gdb is in function's epilogue and pass.
15294
15295 2001-09-18 Keith Seitz <keiths@redhat.com>
15296
15297 * lib/insight-support.exp (_gdbtk_export_target_info): Add
15298 support for running tests against sid targets.
15299 (gdbtk_done): Ditto.
15300
15301 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
15302
15303 * gdb.base/ending-run.c (main): Set stdout buffersize
15304 to the same reasonable value for any target.
15305 * gdb.base/ending-run.exp: Add a regular expression
15306 to make testsuite happy on Sanyo Stormy16 target.
15307
15308 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
15309
15310 * gdb.base/display.c (do_loops): Add float variable `f'.
15311 Increment f in loop.
15312 * gdb.base/display.exp: Increment timeout by 60 seconds.
15313 Change float display test to use variable `f'.
15314
15315 2001-09-17 Jim Blandy <jimb@redhat.com>
15316
15317 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
15318 overflowing the limited breakpoint tables on some ROM monitors
15319 (like the ROM68K).
15320
15321 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
15322
15323 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
15324 the "-ac" (disable access control) flag.
15325
15326 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
15327
15328 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
15329 ints.
15330
15331 2001-08-30 Keith Seitz <keiths@redhat.com>
15332
15333 * lib/gdb.exp: Move all insight-related functionality into
15334 separate file.
15335 * lib/insight-support.exp: New file.
15336
15337 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
15338
15339 * config/sid.exp (sid_start): Never set sid verbosity; disable
15340 expect_background {} that consumed its stdout; tolerate </dev/null.
15341 Attempt to set endianness override in "sid" protocol mode. Cleanup.
15342
15343 2001-08-18 Andrew Cagney <ac131313@redhat.com>
15344
15345 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
15346 CLI jump command to start it.
15347 (mi_run_to_main): Fail immediatly when unexpected output.
15348
15349 2001-08-18 Andrew Cagney <ac131313@redhat.com>
15350
15351 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
15352 beginning of function. Fix PR gdb/191.
15353
15354 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
15355
15356 * config/sid.exp (sid_start): Don't warn if we cannot figure out
15357 what to force sid endianness to.
15358
15359 2001-08-15 Keith Seitz <keiths@redhat.com>
15360
15361 * lib/gdb.exp (gdbtk_start): Don't set environment
15362 variables for TCL_LIBRARY and friends. Insight will
15363 now figure these out for itself.
15364
15365 2001-08-02 Michael Snyder <msnyder@redhat.com>
15366
15367 * gdb.base/completion.exp: Remove the symbol "a64l" from
15368 the expect string; this is target-specific, and not related
15369 to what is being tested.
15370
15371 2001-08-02 Dave Brolley <brolley@redhat.com>
15372
15373 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
15374
15375 2001-07-25 Michael Snyder <msnyder@redhat.com>
15376
15377 * gdb.base/consecutive.exp: New file. Test stepping over
15378 breakpoints on consecutive instructions.
15379 * gdb.base/consecutive.c: New file.
15380
15381 * gdb.base/call-rt-st.exp: Use double-backslash to quote
15382 curly braces in regular expressions.
15383
15384 2001-07-25 Michael Snyder <msnyder@redhat.com>
15385
15386 * gdb.base/ending-run.exp: Accept "Program exited normally" as
15387 legitimate output from stepping out of main.
15388
15389 2001-07-22 Keith Seitz <keiths@redhat.com>
15390
15391 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
15392 the empty string, do not run the tests.
15393
15394 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15395
15396 * gdb.base/long_long.exp: Detect size of pointer. Take into
15397 account 2-byte pointers when testing for p/a results.
15398
15399 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15400
15401 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
15402 and defined to 1K for m68hc11.
15403 (random_data): Reduce table to 1K for embedded platforms (68hc11).
15404 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
15405 (sizeof_random_data): New variable to tell the size of the data table;
15406 don't test past this size; always run to main.
15407
15408 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15409
15410 * gdb.base/return2.exp: return of long long and double fails for
15411 68HC11; don't execute these tests on that platform.
15412 * gdb.base/return.exp: Return of a double fails for 68hc11.
15413
15414 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15415
15416 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
15417 tests that print a float.
15418 * call-rt-st.exp: Likewise.
15419
15420 2001-07-12 Mark Kettenis <kettenis@gnu.org>
15421
15422 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
15423 running this test on Linux.
15424
15425 2001-06-24 Michael Chastain <chastain@redhat.com>
15426
15427 * gdb.base/arithmet.exp: Remove some tests to make all test names
15428 unique.
15429
15430 2001-07-03 Michael Snyder <msnyder@redhat.com>
15431
15432 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
15433 the output of the ptype command.
15434
15435 2001-07-02 Michael Snyder <msnyder@redhat.com>
15436
15437 * gdb.base/completion.exp: Don't assume that break.c is the only
15438 source file that may contain functions named "marker".
15439 * gdb.base/corefile.exp: Quote the curly braces in regexp.
15440
15441 2001-06-28 Andrew Cagney <ac131313@redhat.com>
15442
15443 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
15444 of files to delete.
15445
15446 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
15447 * gdb.disasm/h8300s.exp: New file.
15448 gdb.disasm/h8300s.s: Likewise.
15449
15450 2001-06-27 Andrew Cagney <ac131313@redhat.com>
15451
15452 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
15453 empty breakpoint tables.
15454
15455 2001-06-25 Andrew Cagney <ac131313@redhat.com>
15456
15457 * lib/mi-support.exp: Update args=... part of stop-reason
15458 patterns. Accept either a list or a tuple.
15459
15460 2001-06-23 Andrew Cagney <ac131313@redhat.com>
15461
15462 * lib/mi-support.exp: Remove local emacs variable defining
15463 change-log-default-name.
15464
15465 2001-06-22 Michael Chastain <chastain@redhat.com>
15466
15467 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
15468 This is operationally compatible with the previous version.
15469
15470 2001-06-13 Jim Blandy <jimb@redhat.com>
15471
15472 * lib/gdb.exp (gdb_test): Doc fix.
15473
15474 2001-06-10 Michael Chastain <chastain@redhat.com>
15475
15476 * gdb.base/exprs.exp: Remove a duplicate test.
15477
15478 2001-06-06 Jim Blandy <jimb@redhat.com>
15479
15480 * gdb.base/return2.exp (main): Use values to test float and double
15481 returns that are not NaN's, to avoid being confused by IEEE
15482 comparison rules.
15483
15484 2001-06-04 Michael Snyder <msnyder@redhat.com>
15485
15486 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
15487 non-zero if control_c fails. Terminate the test on failure,
15488 rather than wait for 12 more tests to time out.
15489
15490 2001-06-06 Jim Blandy <jimb@redhat.com>
15491
15492 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
15493 Don't forget to match the GDB prompt.
15494
15495 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
15496
15497 2001-06-04 Jim Blandy <jimb@redhat.com>
15498
15499 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
15500 command.
15501
15502 2001-05-31 Kevin Buettner <kevinb@redhat.com>
15503
15504 * gdb.base/annota1.exp (info break): Match four or more spaces
15505 after "Address".
15506
15507 2001-05-31 Michael Chastain <chastain@redhat.com>
15508
15509 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
15510 (dm_type_int_star): Likewise.
15511 (dm_type_long_star): Likewise.
15512 (dm_type_void_star): Likewise.
15513
15514 2001-05-29 Kevin Buettner <kevinb@redhat.com>
15515
15516 * gdb.base/completion.exp (INPUTRC): Set this environment variable
15517 to a known value in order to get consistent results regardless
15518 of the setting of INPUTRC or the presence or contents of .inputrc.
15519
15520 2001-05-24 Michael Snyder <msnyder@redhat.com>
15521
15522 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
15523 Don't require that the main thread and the manager thread are the
15524 first in the list.
15525
15526 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
15527 debugging. If test fails, issue an "unsupported" not a "fail".
15528
15529 2001-05-24 Jim Blandy <jimb@redhat.com>
15530
15531 Don't assume that short is shorter than int.
15532 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
15533 assume that shorts are smaller than ints. On a 16-bit machine,
15534 this isn't true.
15535 ("print unsigned char == (~0)"): Add test that verifies that ~0,
15536 an int, is not equal to ~0 stored in an unsigned char. This tests
15537 the same thing that the previous test meant to, but works on
15538 16-bit machines, too.
15539 ("print unsigned char != (~0)"): Same test, complemented.
15540
15541 2001-05-24 Michael Snyder <msnyder@redhat.com>
15542
15543 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
15544 test for (full_coverage == 0). This makes the test run faster,
15545 and prevents dejagnu getting out of step.
15546
15547 2001-05-23 Kevin Buettner <kevinb@redhat.com>
15548
15549 * gdb.base/finish.exp (finish_void): Revise pattern for
15550 stopping on the call statement to not permit stopping at
15551 the start of the instructions comprising the call sequence.
15552
15553 2001-05-19 Michael Chastain <chastain@redhat.com>
15554
15555 * gdb.base/callfuncs.exp: Make all test names unique.
15556 * gdb.base/commands.exp: Make all test names unique.
15557 * gdb.base/condbreak.exp: Make all test names unique.
15558 * gdb.base/dbx.exp: Make all test names unique.
15559 * gdb.base/default.exp: Make all test names unique.
15560 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
15561 and TIMEOUT messages to their corresponding PASS message.
15562 * gdb.base/ending-run.exp: Make all test names unique.
15563 * gdb.base/long_long.exp: Remove duplicate test.
15564
15565 2001-05-21 Kevin Buettner <kevinb@redhat.com>
15566
15567 * gdb.base/finish.exp (finish_void): Allow "finish" command to
15568 stop on the call statement as well as the statement after the
15569 call.
15570
15571 2001-05-21 Michael Snyder <msnyder@redhat.com>
15572
15573 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
15574
15575 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
15576
15577 * gdb.base/completion.exp: Revamp test. Make it execute on all
15578 platforms.
15579
15580 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
15581
15582 * config/gdbserver.exp (gdb_load): Handle the case
15583 in which the arguments to gdbserver are given in the
15584 baseboard configuration file.
15585 Also handle the case in which the server needs to do a
15586 load.
15587
15588 2001-05-07 Keith Seitz <keiths@cygnus.com>
15589
15590 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
15591 set up the display for testing.
15592 (gdbtk_start): Convert all paths to paths that tcl will like.
15593 Export target information to environment.
15594 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
15595 necessary.
15596 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
15597 (to_tcl_path): New proc to convert a given pathname into
15598 a path acceptible as an argument to a tcl command.
15599 (_gdbtk_export_target_info): New proc to export target info
15600 into the environment for gdbtk testing.
15601 (gdbtk_done): New proc to signal end-of-test.
15602
15603 2001-05-06 Jim Blandy <jimb@redhat.com>
15604
15605 * restore.c: Make the code of caller0 correspond to its comment.
15606
15607 2001-05-03 Michael Snyder <msnyder@redhat.com>
15608
15609 * config/sid.exp (gdb_target_sid): Check for error messages.
15610 On error or timeout, don't make expect exit (which will terminate
15611 all subsequent tests); instead just make gdb exit.
15612 (gdb_load): Check for error messages. On error or timeout,
15613 return a negative value.
15614
15615 2001-04-24 Jim Blandy <jimb@redhat.com>
15616
15617 * gdb.c++/templates.exp: If we see the prompt for the overload
15618 list, but we haven't recognized any of the longer patterns,
15619 arrange for this test to fail, not hang.
15620
15621 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
15622 variations.
15623
15624 2001-04-22 Michael Chastain <chastain@redhat.com>
15625
15626 * gdb.c++/local.exp: Use the 'runto' library function.
15627 * gdb.c++/namespace.exp: Likewise.
15628 * gdb.c++/overload.exp: Likewise.
15629
15630 2001-03-26 Kevin Buettner <kevinb@redhat.com>
15631
15632 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
15633 * gdb.base/step-line.exp: New file. Test step/next in presence of
15634 #line directives.
15635 * gdb.base/step-line.c: New file. Test program for the above.
15636 * gdb.base/step-line.inp: New file. We pretend that this file has
15637 been transformed by some other tool into step-line.c.
15638
15639 2001-03-21 Jim Blandy <jimb@redhat.com>
15640
15641 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
15642 unmangled operator names.
15643
15644 2001-03-20 Jim Blandy <jimb@redhat.com>
15645
15646 * gdb.threads/linux-dp.exp: Recognize an additional message
15647 generated by GDB when it doesn't understand how to debug threads
15648 on the target system.
15649
15650 2001-03-19 Andrew Cagney <ac131313@redhat.com>
15651
15652 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
15653
15654 2001-03-12 Michael Chastain <chastain@redhat.com>
15655
15656 * gdb.c++/derivation.exp: Use the 'runto' library function.
15657
15658 2001-03-12 Michael Chastain <chastain@redhat.com>
15659
15660 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
15661
15662 2001-02-24 Michael Chastain <chastain@redhat.com>
15663
15664 * gdb.c++/ref-types.exp: Change handwritten code to library
15665 function 'runto'.
15666
15667 2001-03-16 Orjan Friberg <orjanf@axis.com>
15668
15669 * gdb.base/signals.exp: Set count to 0 explicitly.
15670
15671 2001-03-15 Mark Salter <msalter@redhat.com>
15672
15673 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
15674 (gdb_target_monitor): Add check of gdb_target_cmd return value.
15675 (gdb_load): Add support for additional target_info: gdb_download_size
15676 and gdb_load_timeout.
15677
15678 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
15679
15680 * gdb.base/annota1.exp: Move test of isnative to earlier in the
15681 file -- to prevent failing when the compile fails but we have no
15682 intention of running the tests anyway.
15683
15684 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
15685 tests if set.
15686
15687 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
15688 integers.
15689
15690 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
15691 * gdb.c++/namespace.exp: Ditto.
15692
15693 2001-03-07 Orjan Friberg <orjanf@axis.com>
15694
15695 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
15696 * gdb.base/pointers.exp: Relax pattern match of decimals.
15697
15698 2001-03-06 Kevin Buettner <kevinb@redhat.com>
15699
15700 * Makefile.in, config/abug.exp, config/cfdbug.exp,
15701 config/cpu32bug.exp, config/dve.exp, config/est.exp,
15702 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
15703 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
15704 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
15705 config/sh.exp, config/sid.exp, config/slite.exp,
15706 config/sparclet.exp, config/udi.exp, config/unknown.exp,
15707 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
15708 config/vxworks.exp, config/vxworks29k.exp,
15709 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
15710 gdb.base/all-bin.exp, gdb.base/annota1.exp,
15711 gdb.base/arithmet.exp, gdb.base/assign.exp,
15712 gdb.base/async.exp, gdb.base/attach.exp,
15713 gdb.base/bitfields.exp, gdb.base/bitops.exp,
15714 gdb.base/break.exp, gdb.base/call-ar-st.exp,
15715 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
15716 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
15717 gdb.base/commands.exp, gdb.base/completion.exp,
15718 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15719 gdb.base/constvars.exp, gdb.base/corefile.exp,
15720 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
15721 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
15722 gdb.base/ending-run.exp, gdb.base/environ.exp,
15723 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15724 gdb.base/finish.exp, gdb.base/foll-exec.exp,
15725 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
15726 gdb.base/funcargs.exp, gdb.base/help.exp,
15727 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
15728 gdb.base/logical.exp, gdb.base/long_long.exp,
15729 gdb.base/maint.exp, gdb.base/mips_pro.exp,
15730 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
15731 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
15732 gdb.base/pointers.exp, gdb.base/printcmds.exp,
15733 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
15734 gdb.base/regs.exp, gdb.base/relational.exp,
15735 gdb.base/remote.exp, gdb.base/reread.exp,
15736 gdb.base/restore.exp, gdb.base/return2.exp,
15737 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
15738 gdb.base/selftest.exp, gdb.base/setshow.exp,
15739 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
15740 gdb.base/sigall.exp, gdb.base/signals.exp,
15741 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
15742 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15743 gdb.base/step-test.exp, gdb.base/structs.c,
15744 gdb.base/structs.exp, gdb.base/structs2.exp,
15745 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
15746 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
15747 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
15748 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15749 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
15750 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
15751 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
15752 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
15753 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
15754 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
15755 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
15756 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
15757 gdb.fortran/types.exp, gdb.java/jmisc.exp,
15758 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15759 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
15760 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15761 gdb.trace/circ.exp, gdb.trace/collection.exp,
15762 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15763 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15764 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
15765 gdb.trace/report.exp, gdb.trace/save-trace.exp,
15766 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15767 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15768 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
15769 notices.
15770
15771 2001-02-27 Michael Snyder <msnyder@cygnus.com>
15772
15773 * gdb.base/varargs.c (find_max_double): Fix printf format string:
15774 first arg is int not float.
15775
15776 2001-02-22 Michael Snyder <msnyder@cygnus.com>
15777
15778 * gdb.base/reread.exp: Unsupported for non-native targets;
15779 doesn't work for remote debugging.
15780
15781 2001-02-19 Fernando Nasser <fnasser@redhat.com>
15782
15783 From Drew Moseley <dmoseley@redhat.com>
15784 * gdb.base/ending-run.exp: Properly handle the BSP state when
15785 stepping past the end of main.
15786
15787 2001-02-19 John Moore <jmoore@redhat.com>
15788
15789 * gdb.base/commands.exp (infrun_breakpoint_command_test):
15790 Converted HPUX fix for non-expected items following multiple
15791 step commands into general solution for all platforms.
15792
15793 2001-02-18 Michael Chastain <chastain@redhat.com>
15794
15795 * gdb.c++/classes.exp (do_tests): Change runto statements
15796 from "runto 'foo(void)'" to "runto 'foo'". This makes the
15797 statements demangler agnostic.
15798 * gdb.c++/virtfunc.exp (do_tests): Likewise.
15799 (gdb_virtfunc_restart): Likewise.
15800
15801 2001-02-14 Michael Chastain <chastain@redhat.com>
15802
15803 * gdb.c++/inherit.exp (do_tests): Change runto statements
15804 from "runto 'foo(void)'" to "runto 'foo'". This makes the
15805 statements demangler agnostic.
15806
15807 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
15808
15809 * gdb.threads/pthreads.exp: Unify pass/fail messages for
15810 ``continue to bkpt at common_routine in thread 2'' and ``stopped
15811 before calling common_routine 15 times'' tests.
15812
15813 2001-02-11 Michael Chastain <chastain@redhat.com>
15814
15815 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
15816 Helps the test script figure out which demangler is in use.
15817 (dm_type_foo_ref): Ditto.
15818 (dm_type_int_star): Ditto.
15819 (dm_type_long_star): Ditto.
15820 (dm_type_unsigned_int): Ditto.
15821 (dm_type_void): Ditto.
15822 (dm_type_void_star): Ditto.
15823 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
15824 Probe the gdb demangler and set variables to accommodate
15825 formatting differences.
15826 (info_func_regexp): New function. Same as info_func, but
15827 matches against a regexp.
15828 (info_func): Match against a literal string.
15829 (print_addr_2): New function. Match against a literal string,
15830 which can be different from the input to gdb.
15831 (print_addr): Simply call print_addr_2 with the same argument twice.
15832 (test_lookup_operator_functions): Use demangler formatting variables.
15833 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
15834 the tests in the same order as the C++ class declaration.
15835 (test_paddr_operator_functions): Ditto.
15836 (test_paddr_overloaded_functions): Ditto.
15837 (test_paddr_hairy_functions): Use demangler formatting variables.
15838 Add reference to gdb/19 for related tests.
15839 (do_tests): Call probe_demangler.
15840
15841 2001-01-30 Kevin Buettner <kevinb@redhat.com>
15842
15843 * gdb.c++/templates.cc (printf): Remove unused function definition.
15844
15845 2001-01-26 Felix Lee <flee@redhat.com>
15846
15847 * sid.exp (sid_exit): Pass host, not target, to remote_close.
15848
15849 2001-01-25 matthew green <mrg@redhat.com>
15850
15851 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
15852 up sid.
15853 (sid_exit): Call `remote_pop_conn' after GDB is gone.
15854
15855 2001-01-25 matthew green <mrg@redhat.com>
15856
15857 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
15858 Deprecate $sid_spawn_id.
15859 (sid_exit): Remove code necessary only for `spawn.'
15860
15861 2001-01-25 matthew green <mrg@redhat.com>
15862
15863 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
15864
15865 2001-01-28 Michael Chastain <chastain@redhat.com>
15866
15867 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
15868 to call when tests fail. It takes gdb out of the overloaded
15869 function choice menu back to the main prompt, so that the test
15870 program stays synchronized.
15871 (set_bp_overloaded): New proc to collect all the common
15872 code for setting a breakpoint on an overloaded name. Calls
15873 take_gdb_out_of_choice_menu when needed.
15874 (menu_overload1arg): New variable to collect the repeated
15875 instances of the expected menu for an overloaded name. Change
15876 the regular expression to handle changes in g++ type encoding:
15877 "void" can be either "void" or "", and "unsigned int" can be
15878 either "unsigned int" or "unsigned".
15879 (continue_to_bp_overloaded): Change regular expressions to handle
15880 changes in g++ type encoding.
15881 (no proc): Call take_gdb_out_of_choice_menu when needed.
15882 Remove redundant calls to "info break". Accept either "canceled"
15883 or "cancelled". Change regular expressions in "info break"
15884 calls to handle changes in g++ type encoding. Give all tests
15885 unique strings.
15886
15887 2001-01-17 Ben Elliston <bje@redhat.com>
15888
15889 * config/sid.exp: New file.
15890
15891 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
15892
15893 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
15894
15895 2000-12-21 Michael Snyder <msnyder@cygnus.com>
15896
15897 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
15898 Add a RE to accept a non-ascii char if one is ever presented.
15899
15900 2000-12-20 Fernando Nasser <fnasser@redhat.com>
15901
15902 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
15903
15904 2000-12-18 Michael Snyder <msnyder@cygnus.com>
15905
15906 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
15907 in regexp. One '\' does not suffice on Linux.
15908
15909 2000-12-09 Michael Chastain <chastain@redhat.com>
15910
15911 * gdb.base/break.exp (test_clear_command): Use a marker function
15912 rather than 'main' for the test function. Also move this
15913 test to an execution point where the marker function names are
15914 guaranteed to be bound to functions. (Executing tests after a
15915 'finish' from main runs into name conflicts with local names
15916 in __libc_start_main).
15917
15918 2000-12-07 Michael Snyder <msnyder@cygnus.com>
15919
15920 * gdb.base/finish.exp: New test for gdb's "finish" command.
15921 * gdb.base/return2.exp: New test for gdb's "return" command.
15922 * gdb.base/return2.c: New source file for above.
15923
15924 2000-12-05 Michael Snyder <msnyder@cygnus.com>
15925
15926 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
15927 * gdb.base/miscexprs.exp: Ditto.
15928 * gdb.base/pointers.exp: Ditto.
15929 * gdb.c++/derivation.exp: Ditto.
15930 * gdb.c++/local.exp: Ditto.
15931 * gdb.c++/namespace.exp: Ditto.
15932 * gdb.c++/overload.exp: Ditto.
15933 * gdb.c++/ref-types.exp: Ditto.
15934
15935 2000-12-05 Michael Snyder <msnyder@cygnus.com>
15936
15937 * gdb.base/constvars.exp: Test result of "up" command.
15938 * gdb.base/miscexprs.exp: Ditto.
15939 * gdb.base/pointers.exp: Ditto.
15940 * gdb.base/scope.exp: Ditto.
15941 * gdb.c++/derivation.exp: Ditto.
15942 * gdb.c++/local.exp: Ditto.
15943 * gdb.c++/namespace.exp: Ditto.
15944 * gdb.c++/overload.exp: Ditto.
15945 * gdb.c++/ref-types.exp: Ditto.
15946
15947 2000-11-22 Michael Chastain <chastain@redhat.com>
15948
15949 * mips_pro.exp: Accept either "middle -> top -> main" or
15950 "middle -> main" in the backtrace, because gcc can optimize
15951 tail calls to jumps. Remove setup_xfail for the hppa case.
15952 Add a comment with the original warning messages from PR 3016,
15953 which was filed in 1993, to preserve them for posterity.
15954
15955 2000-11-17 Nick Duffek <nsd@redhat.com>
15956
15957 * lib/gdb.exp (gdb_test): Override timeout with board info.
15958
15959 2000-11-17 Nick Duffek <nsd@redhat.com>
15960
15961 * gdb.base/display.exp: Don't kill running stub. Add "again" to
15962 the second kill and detach messages.
15963
15964 2000-11-17 Nick Duffek <nsd@redhat.com>
15965
15966 * configure.in: Add AC_EXEEXT.
15967 * configure: Regenerate.
15968 * Makefile.in (just-check): Export EXEEXT.
15969 * lib/gdb.exp ($EXEEXT): Import from environment.
15970 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
15971 expect "maint dump-me" on Cygwin.
15972 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
15973 $EXEEXT.
15974
15975 2000-11-17 Nick Duffek <nsd@redhat.com>
15976
15977 * gdb.base/break.exp: Test backtrace and finish from called
15978 function on all platforms, not just HP-UX.
15979
15980 2000-11-03 Michael Snyder <msnyder@cygnus.com>
15981
15982 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
15983 code from gdb_target_monitor, so it can be used independantly
15984 for gdbserver. Also comment out an unnecessary PUTS.
15985
15986 2000-11-03 Michael Snyder <msnyder@cygnus.com>
15987
15988 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
15989 * gdb.base/corefile.exp: Expect the message "Program is being
15990 debugged already" when we send the "corefile" command, since
15991 the preceeding gdb_load may have connected gdb to a remote target.
15992 * gdb.base/display.exp: Disable hardware watchpoints if new
15993 board info variable "no_hardware_watchpoints" is true.
15994 Replace single-letter commands with more readable ones.
15995 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
15996 if new board info variable "no_hardware_watchpoints" is true.
15997 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
15998 to see if stdio (printf) testing is possible.
15999 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
16000 board info variable "no_hardware_watchpoints" is true. Use new
16001 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
16002
16003 2000-11-13 Fernando Nasser <fnasser@redhat.com>
16004
16005 From Orjan Friberg <orjanf@axis.com>:
16006 * gdb.base/printcmds.exp: Escape curly braces followed by a number
16007 in array print pattern match.
16008
16009 2000-11-09 Fernando Nasser <fnasser@redhat.com>
16010
16011 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
16012 spelling "cancelled" to U.S. spelling "canceled" to match changes
16013 made to gdb.
16014 * gdb.c++/ovldbreak.exp: Ditto.
16015
16016 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16017
16018 * gdb.base/callfuncs.c (main): Moved to end of file, call
16019 t_double_values to initialize the FPU before inferior calls are made.
16020 * gdb.base/callfuncs.exp: Test for register preservation after calling
16021 inferior functions. Add tests for continuining, finishing and
16022 returning from a stop in a call dummy.
16023
16024 2000-10-24 Michael Snyder <msnyder@cygnus.com>
16025
16026 * gdb.base/commands.exp: Break up long lines, and re-indent.
16027
16028 2000-10-19 Michael Snyder <msnyder@cygnus.com>
16029
16030 * config/gdbserver.exp: Rewritten from the ground up, to make it
16031 compatible with the current dejagnu tree, and to make it work with
16032 the new "gdbserver" in libremote.
16033
16034 2000-10-16 Michael Snyder <msnyder@cygnus.com>
16035
16036 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
16037 * gdb.base/varargs.exp: Skip entire test if no printf support.
16038 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
16039 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
16040
16041 2000-10-13 Michael Snyder <msnyder@cygnus.com>
16042
16043 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
16044 no floating point support.
16045 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
16046 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
16047 * gdb.base/call-rt-st.exp: Ditto.
16048 * gdb.base/call-strs.exp: Ditto.
16049
16050 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
16051
16052 * gdb.base/sizeof.c: include <stdio.h>.
16053
16054 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
16055 'finish', otherwise uncaptured gdb_prompt would potentially
16056 throw remaining test points out of sync.
16057
16058 2000-07-26 Scott Bambrough <scottb@netwinder.org>
16059
16060 * gdb.base/recurse.exp: Run tests for all targets.
16061 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
16062 gnu-oldld case on ARM.
16063 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
16064 for ARM targets.
16065
16066 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
16067
16068 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
16069 * gdb.java/configure: Rebuild.
16070
16071 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
16072
16073 * gdb.java/jv-exp.exp: New file.
16074
16075 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
16076
16077 * configure: Rebuilt.
16078 * configure.in (configdirs): Add gdb.java.
16079 * gdb.java/jmisc.java: New file.
16080 * gdb.java/jmisc.exp: New file.
16081 * gdb.java/Makefile.in: New file.
16082 * gdb.java/configure: Rebuilt.
16083 * gdb.java/configure.in: New file.
16084 * lib/java.exp: New file.
16085
16086 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
16087
16088 * gdb.base/exprs.exp: Test casts to a pointer including over and
16089 underflow.
16090
16091 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
16092
16093 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
16094 and the compilers sizes.
16095
16096 2000-07-09 Nick Duffek <nsd@redhat.com>
16097
16098 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
16099 (use_methods): New function.
16100 (main): Call use_methods().
16101 * gdb.c++/classes.exp (test_method_param_class): New procedure.
16102 (do_tests): Call test_method_param_class.
16103
16104 2000-07-09 Nick Duffek <nsd@redhat.com>
16105
16106 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
16107 spelling.
16108 (test_enums): New procedure. Move enum tests from end of script
16109 to here. Set breakpoint on function name instead of line number.
16110 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
16111 (enums2): New marker function.
16112 (enums1): New function.
16113 (main): Call enums1(). Move enum tests to enums1().
16114
16115 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
16116
16117 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
16118 compile/link program. Update line numbers.
16119 * gdb.asm/d10v.inc: Define ``startup''.
16120 * gdb.asm/asmsrc1.s: Add definition of _start.
16121
16122 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
16123
16124 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
16125
16126 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16127
16128 * gdb.base/maint.exp: Add 'maint print architecture' item to output
16129 of 'help maint print' command.
16130
16131 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
16132
16133 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
16134 they use gdb_expect_list.
16135
16136 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
16137
16138 * gdb.base/commands.exp: Use ``set remote
16139 memory-read-packet-size'' instead of ``set endian big'' to test
16140 long commands.
16141
16142 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
16143
16144 * gdb.c++/templates.exp (do_tests): Make all of these work under
16145 g++, and stop skipping them.
16146
16147 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
16148 work under g++.
16149
16150 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
16151 initialization.
16152
16153 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16154
16155 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
16156 the regular expression: accept an (almost) arbitrary sequence of
16157 "frames-invalid" and "breakpoints-invalid" messages both before
16158 and after the "starting" message.
16159
16160 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16161
16162 * gdb.c++/local.exp: This test has never been known to work with g++.
16163
16164 2000-05-18 Michael Snyder <msnyder@cygnus.com>
16165
16166 * gdb.base/annota1.exp (annotate-signal-handler-caller):
16167 Relax the regular expression a little, make it pass on Solaris 8.
16168
16169 2000-05-12 Kevin Buettner <kevinb@redhat.com>
16170
16171 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
16172 a call, do not require that gdb stop on the line after the call.
16173 Instead, it is permissible for gdb to stop on the line of the
16174 call itself.
16175
16176 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
16177
16178 * gdb.base/break.exp (bp on small function, optimized file):
16179 Add a second pass pattern. The behavior differs here between stabs
16180 and dwarf for one-line functions. Stabs preserves two line symbols
16181 (one before the prologue and one after) with the same line number,
16182 but dwarf regards these as duplicates and discards one of them.
16183 Therefore the address after the prologue (where the breakpoint is)
16184 has no exactly matching line symbol, and GDB reports the breakpoint
16185 as if it were in the middle of a line rather than at the beginning.
16186
16187 2000-05-08 Michael Snyder <msnyder@cygnus.com>
16188
16189 * gdb.base/interrupt.exp: Make "pass" message say "send"
16190 rather than "send_gdb" (for consistancy).
16191
16192 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
16193
16194 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
16195 * gdb.c++/templates.cc: Properly check for GCC version number.
16196 * lib/compiler.cc: Likewise
16197
16198 2000-04-28 Michael Snyder <msnyder@cygnus.com>
16199
16200 * gdb.base/break.exp: When compiled with -O2 optimization,
16201 gdb may not stop at the first line of main, due to code motion.
16202
16203 2000-04-26 Michael Snyder <msnyder@cygnus.com>
16204
16205 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
16206 This test depends on parsing the printf output from the target.
16207 Since the sparclet stub doesn't do stdio, this will never work.
16208 * gdb.base/call-rt-st.exp: ditto.
16209 * gdb.base/call-strs: ditto.
16210
16211 2000-04-24 Michael Snyder <msnyder@cygnus.com>
16212
16213 * gdb.base/miscexprs.exp: make sizeof long array test portable.
16214
16215 * gdb.base/ending-run.exp: After connecting to a remote target,
16216 but before running, the target will appear to be in a random
16217 location. Specify both a file and a line for breakpoints.
16218 Also, the function that calls main may be called 'init'
16219 rather than 'start'.
16220
16221 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16222
16223 * gdb.base/help.exp: Update output for add-symbol-file command.
16224
16225 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
16226
16227 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16228 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
16229
16230 2000-04-07 J.T. Conklin <jtc@redback.com>
16231
16232 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
16233
16234 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
16235
16236 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
16237
16238 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
16239 values that can be represented exactly.
16240 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
16241 above change, and to not check against the directory part of the source
16242 file name.
16243 (step into print_long_arg_list): Likewise.
16244 (print print_small_structs from print_long_arg_list): Likewise.
16245 (print print_long_arg_list): Likewise.
16246
16247 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16248
16249 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
16250
16251 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
16252
16253 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
16254
16255 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
16256
16257 * gdb.base/commands.exp (deprecated_command_test): Add test for
16258 deprecate with no arguments.
16259
16260 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
16261
16262 * gdb.base/break.exp: Add new test for setting breakpoints on
16263 optimized code so we can test breakpoints work even when function
16264 prologues may be optimized away
16265
16266 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
16267
16268 From David Whedon <dwhedon@gordian.com>
16269 * gdb.base/commands.exp : Added command deprecator tests.
16270
16271 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
16272
16273 * gdb.base/help.exp: Added test for new apropos command.
16274
16275 2000-03-21 Kevin Buettner <kevinb@redhat.com>
16276
16277 * gdb.base/pointers.c (usevar): New function.
16278 (main): Make sure that global variables v_int_pointer2, rptr,
16279 and y are all referenced someplace in the program by calling
16280 usevar() on them. [Some linkers delete symbols which are
16281 never referenced. The space remains, but there's no way to
16282 get a (symbolic) handle on the variable from the debugger.]
16283
16284 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16285
16286 * gdb.base/printcmds.c: Add typedeffed arrays.
16287
16288 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
16289 procedure to test arrays that are typedef'd.
16290
16291 2000-03-13 James Ingham <jingham@leda.cygnus.com>
16292
16293 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
16294 the library directories.
16295
16296 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
16297
16298 * configure.in (configdirs): Add sub directory gdb.mi.
16299 * configure: Re-generate.
16300
16301 * gdb.mi: New directory.
16302
16303 2000-02-25 Scott Bambrough <scottb@netwinder.org>
16304
16305 * gdb.base/long_long.exp: Correct test suite failure when printing
16306 a long long value as a double on ARM platforms.
16307
16308 2000-02-16 Jim Blandy <jimb@redhat.com>
16309
16310 * gdb.base/break.exp ("breakpoint line number"): Make sure the
16311 default source file is set properly before running this test.
16312
16313 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16314
16315 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
16316 gdbtk/library directory, not in gdbtcl2.
16317
16318 2000-02-04 Jim Blandy <jimb@redhat.com>
16319
16320 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
16321 backslash from regexp pattern.
16322
16323 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
16324 procedure. Use it to run all the "continue to bp overloaded"
16325 tests. Note that this changes the names of the tests slightly.
16326 If the breakpoint hit message includes a hex PC value, because
16327 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
16328 from the real source code, still consider that a pass.
16329
16330 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
16331 XFAIL here if the breakpoint message contains a hex address. Note
16332 similar change on 1999-11-02.
16333
16334 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
16335
16336 * gdb.base/ptype.exp: Establish a default source file before
16337 calling get_debug_format.
16338
16339 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
16340
16341 * gdb.base/watchpoint.exp: Remove duplication of test messages.
16342
16343 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
16344
16345 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
16346 of successive stepi commands -- while in the prologue we should see
16347 the function entry bracket.
16348
16349 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
16350
16351 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
16352 reach __change_mode() when stepping through the end of main().
16353
16354 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
16355
16356 * gdb.base/default.exp: Fix expected pattern.
16357 * gdb.base/help.exp: Same.
16358
16359 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16360
16361 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
16362 Don't use xfail's because that affects only the following test.
16363
16364 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
16365 solaris or linux.
16366
16367 * gdb.base/selftest.exp: Update to reflect changes to main.c.
16368
16369 2000-01-07 Michael Snyder <msnyder@cygnus.com>
16370
16371 * gdb.base/display.exp: Some yacc parsers like to say
16372 "A syntax error" rather than "A parse error". Accept both.
16373
16374 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
16375
16376 * gdb.base/default.exp: Remove OS dependent string from "target
16377 remote" test.
16378 * gdb.base/help.exp: Same for "help target remote" test.
16379
16380 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16381
16382 From Jim Kingdon <kingdon@redhat.com>:
16383
16384 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
16385 prompt (cleanup rather than necessity, but still might keep output
16386 from spilling to next test).
16387
16388 2000-01-02 Fred Fish <fnf@cygnus.com>
16389
16390 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
16391 AIX, which defines them in <sys/types.h>.
16392
16393 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
16394
16395 * gdb.base/default.exp: Match arm* etc instead of arm in "info
16396 float" test.
16397
16398 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
16399
16400 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
16401
16402 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
16403 outermost frame disallowed".
16404
16405 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
16406
16407 * gdb.base/setvar.exp: New tests for setting the value of a struct
16408 with a constant list.
16409
16410 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
16411
16412 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
16413 require the user to type a cast before setting the value of a struct.
16414
16415 1999-12-06 Jim Blandy <jimb@cygnus.com>
16416
16417 * gdb.base/default.exp: Expect the new 'info float' command on
16418 all i386 platforms.
16419
16420 * gdb.threads/linux-dp.exp: Expand our ability to recognize
16421 LinuxThreads libraries that don't support debugging.
16422
16423 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
16424
16425 * gdb.base/remote.c: Fill the buffer with truely random data.
16426 Change the buffer type to ``unsigned char'' to simplify size
16427 arithmetic.
16428
16429 * gdb.base/remote.exp: Reduce download numbers by one. Typical
16430 stub only handles 400-1 byte packets. Verify that the download
16431 worked.
16432
16433 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
16434
16435 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
16436 tests, using UNRESOLVED for the untested cases. Also, does not wait
16437 for a timeout if the prompt was received before a recognizable pattern.
16438
16439 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
16440
16441 * lib/gdb.exp (gdb_expect_list): Fix spelling.
16442
16443 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16444
16445 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
16446 watchpoints.
16447
16448 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
16449
16450 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
16451
16452 * gdb.c++/local.exp: Be more flexible in recognizing local class
16453 name mangling. Don't allow horribly truncated method names.
16454 * gdb.c++/derivation.exp: Expect protected inheritance.
16455 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
16456 * gdb.c++/virtfunc.exp: Likewise.
16457 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
16458 when printing a nested enum.
16459
16460 1999-11-22 Jim Blandy <jimb@cygnus.com>
16461
16462 * gdb.base/step-test.exp: Properly await GDB's response to setting
16463 a breakpoint on the call to large_struct_by_value.
16464
16465 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
16466 just because we have debug info for the `start' function.
16467
16468 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
16469
16470 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
16471 "Unknown signal" messages, which indicate (on LinuxThreads) that
16472 GDB doesn't know how to debug threads on this system. This is
16473 better than hanging while philosopher 0 dumps chatter into gdb.log.
16474
16475 1999-11-18 Tom Tromey <tromey@cygnus.com>
16476
16477 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
16478
16479 1999-11-18 Fred Fish <fnf@cygnus.com>
16480
16481 * gdb.base/coremaker2.c: Add sample program for generating
16482 cores that is more self contained than coremaker.c. Eventually
16483 I'll add more code to this and tie it into the testsuite.
16484
16485 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
16486
16487 * gdb.base/dollar.exp: Remove, now in gdb.hp.
16488
16489 1999-11-10 Jimmy Guo <guo@cup.hp.com>
16490
16491 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
16492 from $srcdir/lib/.
16493 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
16494 and gdb.c++/.
16495
16496 * gdb.c++/derivation.exp: remove redundant get compiler info code.
16497
16498 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
16499 'continue with watch' test point.
16500
16501 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
16502
16503 Merged from p2linux-990323-branch:
16504
16505 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
16506
16507 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
16508
16509 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
16510 {limit,fixed}''. Test ``set download-write-size''.
16511
16512 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
16513
16514 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
16515 gdb_expect_list.
16516
16517 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
16518
16519 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
16520
16521 1999-11-03 Mark Salter <msalter@cygnus.com>
16522
16523 * gdb.base/break.exp: Fix "stub continue" pattern.
16524
16525 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
16526
16527 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
16528
16529 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
16530
16531 * gdb.base/display.exp ("finish"): Add timeout clause.
16532
16533 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
16534 plain prompt clause, so this doesn't have to time out in order to
16535 fail.
16536
16537 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
16538 breakpoint hit messages include an address.
16539
16540 * gdb.base/display.exp: Don't forget to escape parens in regular
16541 expressions. Unix regexp notatation sucks.
16542
16543 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16544
16545 * gdb.base/annota1.exp: Test for annotate-signalled: change output
16546 order for 'signalled' message.
16547
16548 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
16549
16550 From Jimmy Guo <guo@cup.hp.com>:
16551 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
16552 * gdb.base/annota1.c: Add code for tests to work with.
16553
16554 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
16555
16556 * gdb.base/remote.exp: New test for remote downloading settings.
16557 * gdb.base/remote.c: New file with large .data.
16558
16559 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
16560
16561 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
16562 for LinuxThreads support, merged from the Code Fusion branch.
16563
16564 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
16565
16566 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
16567 containing exp_continue into a while within an expect. Don't
16568 attempt a start more than three times. Check return value from
16569 gdb_load.
16570
16571 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
16572
16573 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
16574 a pass case.
16575
16576 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
16577
16578 * gdb.base/break.c (main): Added a statement that we can step
16579 off of.
16580 * gdb.base/break.exp: Added tests for setting a breakpoint
16581 at an offset and stepping onto a breakpoint.
16582
16583 1999-10-01 Fred Fish <fnf@cygnus.com>
16584
16585 * gdb.base/help.exp (help add-symbol-file): Update to match current
16586 gdb output.
16587
16588 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
16589
16590 * gdb.base/break.exp: Code locations are in hex, don't forget!
16591 (For HP-UX.)
16592
16593 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
16594
16595 * condbreak.exp: Use break.c as test program.
16596 * condbreak.c: Remove, redundant with break.c.
16597
16598 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
16599
16600 * config/monitor.exp (gdb_target_monitor): Disable X- and
16601 Z-packets if the target needs it.
16602
16603 1999-09-13 James Ingham <jingham@leda.cygnus.com>
16604
16605 * gdb.c++/overload.exp: Added tests for listing overloaded
16606 functions with function pointers in the arg, explicitly calling
16607 out the version you want.
16608
16609 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
16610
16611 * long_long.exp: Add variations of test cases that work for
16612 targets with 16-bit ints and 32-bit doubles.
16613
16614 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
16615
16616 * break.c (main): Compare a possibly-uninitialized argc with an
16617 unlikely value that fits in 16 bits.
16618
16619 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
16620
16621 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
16622 0xfeeb, don't want negative numbers if ints are 16 bits.
16623
16624 * lib/gdb.exp (skip_cplus_tests): New proc.
16625 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16626 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
16627 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
16628 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
16629 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
16630 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
16631 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
16632 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
16633
16634 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
16635
16636 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
16637
16638 * gdb.base/corefile.exp (up): Allow a parameter to appear
16639 in the frame that we're going up to.
16640
16641 From Jim Blandy <jimb@cygnus.com>:
16642
16643 * gdb.base/default.exp (info float): Expect some output now.
16644
16645 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
16646 returning floating-point values to fail on the x86.
16647 * gdb.base/callfwmall.exp (do_function_calls): Same.
16648
16649 * gdb.base/list.exp (test_listsize): Correct expectations for
16650 listing line 1 with listsize 2. Also, listing a single line
16651 works now, as does listing three lines. [Kevin's note: There
16652 were a number of other cases fixed too where the expectations
16653 differed...]
16654
16655 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
16656
16657 * gdb.base/selftest.exp: Add case for when version prints as
16658 constant string instead of char pointer.
16659
16660 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
16661
16662 * gdb.base/ending-run.exp: Add Solaris case for what happens when
16663 stepping out of main.
16664
16665 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
16666 G++ used.
16667
16668 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
16669 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
16670
16671 * gdb.c++/ovldbreak.exp: Update match string in test that
16672 includes a warning of multiple breakpoints.
16673
16674 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
16675
16676 * gdb.base/display.exp: Improve precision of step-after-finish
16677 added yesterday.
16678
16679 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
16680 test.
16681
16682 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
16683 configs when using G++, not just hppa*.
16684
16685 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16686
16687 * gdb.base/async.c: New file.
16688 * gdb.base/async.exp: New file.
16689
16690 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
16691
16692 * gdb.base/break.exp: Tweak PA specific tests to properly handle
16693 PA64.
16694
16695 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
16696
16697 * gdb.base/display.exp: "finish" can leave us mid-line on many
16698 targets, deal with it. Add a small constant to main, instead of
16699 1000 since main+1000 may not be a valid address in the target.
16700
16701 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
16702 on hpux11.
16703
16704 * gdb.base/attach.exp: Handle another hpux11 error message variant
16705 when attaching to a process that does not exist.
16706
16707 1999-08-19 J.T. Conklin <jtc@redback.com>
16708
16709 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
16710 characters in 'continue to 1241' test.
16711
16712 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
16713
16714 * gdb.base/call-ar-st.exp: Add a shorter match case for the
16715 stop in print_long_arg_list, define and use a whitespace
16716 variable in print_small_structs test, add an XFAIL for Solaris.
16717 * gdb.base/dbx.exp: XFAIL func commands until somebody is
16718 interested enough to fix.
16719
16720 1999-08-13 Keith Seitz <keiths@cygnus.com>
16721
16722 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
16723 (dbx_gdb_load): Remove. Use gdb_load instead, since that
16724 proc knows about targets other than the natives.
16725 (test_assign): Use "gdb_run_cmd" to "run" the target.
16726 Check that we've actually hit the breakpoint at main.
16727 When we attempt to assign a value to a local variable, check
16728 that the variable is in the current scope, i.e., don't use
16729 a test with an empty result.
16730
16731 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
16732
16733 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
16734 command.
16735
16736 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
16737
16738 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16739 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
16740 gdb.compat, gdb.threads-hp.
16741 gdb.hp/configure, gdb.hp/configure.in: New files.
16742 gdb.hp/Makefile.in: Recurse into new subdirs.
16743 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
16744 gdb.hp/gdb.objdbg: New directory, tests for debugging info
16745 in object files.
16746 gdb.hp/tools: New directory, aux tools for HP-specific tests.
16747
16748 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
16749
16750 * gdb.base/display.exp: Help expect by putting a newline in the
16751 funky printf, remove a bogus p/a test.
16752
16753 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16754
16755 * gdb.base/display.exp: Make sure that when we say 'run', we are
16756 connected to the target. This is necessary when running not
16757 natively.
16758
16759 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
16760
16761 * gdb.base/step-test.exp: Removed some extraneous messages.
16762
16763 * gdb.base/long_long.exp: Don't run memory examination tests
16764 on little-endian targets (they will need a different set of
16765 results to match).
16766
16767 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
16768
16769 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
16770 until somebody decides to fix GDB.
16771
16772 * gdb.base/long_long.c: Stop compiler complaint by specifying long
16773 constant as "ULL".
16774 * gdb.base/long_long.exp: Loosen x/c test, add partial result
16775 matches for a couple x/2 commands.
16776
16777 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
16778
16779 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
16780 by merging in ref-types2 tests.
16781 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
16782
16783 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16784 * gdb.c++/Makefile.in: Add standard actions.
16785 (EXECUTABLES): Rename from PROGS, update list.
16786 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
16787 from gdb.hp.
16788 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
16789 foo and bar locals.
16790 * gdb.c++/anon-union.exp: Fix tests to match.
16791 * gdb.c++/classes.exp: Run if HP compiler used, add extra
16792 expect matches to handle output variations.
16793 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
16794 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
16795 output, add HP alternatives for new and delete prints.
16796 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
16797 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
16798 * gdb.c++/demangle.exp: Use $style when reporting failure.
16799 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
16800 * gdb.c++/inherit.exp: Run if HP compiler used, add some
16801 match alternatives.
16802 * gdb.c++/local.exp: Add match alternatives or xfails for HP
16803 compilers.
16804 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
16805 * gdb.c++/method.exp: Add match alternatives.
16806 * gdb.c++/misc.cc: Add bool types.
16807 * gdb.c++/misc.exp: Add tests for bool types.
16808 * gdb.c++/overload.exp: Add xfails.
16809 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
16810 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
16811 add some more template parameter tests (only for HP currently).
16812 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
16813 * gdb.c++/virtfunc.cc: Add return type and value for main.
16814 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
16815 match alternatives.
16816
16817 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16818
16819 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
16820
16821 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
16822
16823 * gdb.base/signals.exp: Don't expect getting a backtrace from
16824 within a signal handler to fail on Linux.
16825
16826 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
16827
16828 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16829 * lib/gdb.exp: Remove some gratuitious semicolons.
16830 (delete_breakpoints): Increase timeout.
16831 (gdb_expect): Add -notransfer option.
16832 (gdb_test): Use -notransfer option.
16833 (get_compiler_info): Add f77 case.
16834 (get_compiler): New proc, split out from gdb_preprocess, add f77
16835 case.
16836 (gdb_preprocess): Call get_compiler.
16837
16838 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
16839 * gdb.base/attach.exp, gdb.base/display.exp,
16840 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
16841 gdb.base/long_long.exp, gdb.base/printcmds.exp,
16842 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
16843 third arg to gdb_test.
16844 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
16845 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
16846 HP-UX xfails, add others.
16847 * gdb.base/completion.exp: Reflect name change of self-test.
16848 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
16849 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
16850 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
16851 HP failure number.
16852 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
16853 useless HP-UX 10.30 references.
16854 * gdb.base/maint.exp: Loosen matches.
16855 * gdb.base/pointers.c (main): Declare more_code.
16856 * gdb.base/pointers.exp: Match on output of a `next'.
16857 * gdb.base/structs.c: Add prototypes.
16858 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
16859 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
16860
16861 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16862
16863 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
16864 command.
16865
16866 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16867
16868 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
16869 Fix run to main failures. Watchpoint can be hardware watchpoint.
16870
16871 * gdb.base/annota1.exp: Clean up some more, in case printf has
16872 debug info. Deal with lack of signal hanlder info in stack.
16873
16874 From Jim Kingdon <kingdon@redhat.com>:
16875 * gdb.base/annota1.exp: If printf has debug info, deal with it.
16876
16877 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
16878
16879 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
16880 gdb.base/foll-vfork.exp: Don't run for crosses.
16881
16882 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
16883
16884 * gdb.base/configure.in: Check for gdbvars.exp instead of
16885 a1-selftest.exp.
16886 * gdb.base/configure: Re-generate.
16887
16888 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
16889
16890 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
16891 in trying to run first and name is too long.
16892
16893 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
16894 pointers2.c and pointers2.exp, respectively.
16895 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
16896 doschk happier.
16897
16898 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
16899
16900 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
16901 callfuncs2.c and callfuncs2.exp.
16902
16903 * gdb.base/list.exp: Remove mistaken xfails.
16904 * gdb.base/list0.h: Add optional prototypes.
16905
16906 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
16907
16908 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
16909 calling malloc.
16910 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
16911 * ptype.exp: Move test for get_debug_format to before its first
16912 use.
16913
16914 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16915
16916 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
16917 * gdb.base/annota2.cc, annota2.exp: Move from here.
16918 * gdb.c++/annota2.cc, annota2.exp: To here.
16919 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
16920
16921 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
16922
16923 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
16924 a consistent format.
16925
16926 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
16927
16928 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16929 * lib/gdb.exp (get_compiler_info): Add detection for assorted
16930 HP compilers, also set the globals $true and $false.
16931
16932 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
16933 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
16934 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
16935 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
16936 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
16937 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
16938 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
16939 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
16940 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
16941 whatis.c} Add C++ compatible function definitions and return
16942 types, add includes for library functions.
16943 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
16944 * gdb.base/step-test.c (myglob): Rename from glob.
16945 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
16946 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
16947 files, move here from gdb.hp.
16948 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
16949 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
16950 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
16951 Adjust line numbers in regexps.
16952
16953 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
16954 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
16955 instead of 0/1.
16956
16957 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
16958 foll-vfork.exp: New files, move here from gdb.hp.
16959 * gdb.base/page.exp: New file, test of pagination command.
16960
16961 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
16962 recursion test.
16963 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
16964
16965 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
16966 gdb.base/solib.exp: Fix compiler invocation process.
16967
16968 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
16969 HP-UX 11, turn off overload resolution explicitly.
16970 * gdb.base/commands.exp: Set argument list explicitly, add
16971 watchpoint test.
16972 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
16973 them work.
16974 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
16975 expressions properly.
16976 * gdb.base/corefile.exp: Loosen the match slightly.
16977 * gdb.base/default.exp: Allow "Error accessing memory" message
16978 also.
16979 * gdb.base/display.exp: Skip over x/0 j if PA64.
16980 * gdb.base/funcargs.exp: Add xfails for HP-UX.
16981 * gdb.base/interrupt.exp: Ditto.
16982 * gdb.base/langs.exp: Add symbolic matches governed by compiler
16983 in use.
16984 * gdb.base/list.exp: Add xfails for HP-UX.
16985 * gdb.base/long_long.exp: Refine some of the numeric matches.
16986 * gdb.base/mips_pro.exp: Xfail on HP-UX.
16987 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
16988 * gdb.base/nodebug.exp: Succeed on more varieties of output.
16989 * gdb.base/opaque.exp: Remove some HP-UX xfails.
16990 * gdb.base/ptype.exp: Succeed on more varieties of output.
16991 * gdb.base/scope.exp: Add xfails for HP-UX.
16992 * gdb.base/sect-cmd.exp: Add more cases.
16993 * gdb.base/setvar.exp: Add xfails for HP-UX.
16994 * gdb.base/shlib-call.exp: Loosen some matches slightly.
16995 * gdb.base/signals.exp: Match on void symbolically.
16996 * gdb.base/step-test.exp: Add case for PA64.
16997 * gdb.base/term.exp: Add exit and restart.
16998 * gdb.base/twice.exp: Clean up after self.
16999 * gdb.base/varargs.exp: Disable overload resolution explicitly.
17000 * gdb.base/whatis.exp: Allow more ways to pass tests.
17001
17002 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
17003 no longer useful.
17004
17005 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
17006
17007 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
17008 list of patterns.
17009 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
17010 print_double_array(double_array)", "continuing to breakpoint
17011 1018", "print print_double_array(array_d)" and "continuing to
17012 1034" tests.
17013
17014 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
17015
17016 * Makefile.in: Add empty html and install-html targets.
17017
17018 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
17019
17020 * config/mt-*: Remove, these haven't been used since 1996.
17021
17022 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
17023
17024 * gdb.base/call-strs.c, gdb.base/ending-run.c,
17025 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
17026 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
17027
17028 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
17029
17030 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
17031 simpler match case for the ptype of the big class.
17032
17033 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17034
17035 * gdb.exp: Fix test for gdb_prompt existence.
17036
17037 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17038
17039 * gdb.exp (gdb_test): Add fail after calls to perror.
17040
17041 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17042
17043 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
17044
17045 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17046
17047 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
17048
17049 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
17050
17051 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
17052 malloc() is linked in.
17053
17054 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17055
17056 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
17057 step at end.
17058
17059 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
17060
17061 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
17062
17063 * gdb.java/jv-print.exp: New file. (Our first Java test!)
17064
17065 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
17066
17067 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
17068 * gdb.base/mips_pro.exp: Likewise.
17069
17070 1999-06-02 Keith Seitz <keiths@cygnus.com>
17071
17072 * gdb.c++/templates.cc: Change all "new" operators to throw
17073 an exception.
17074 * gdb.c++/cplusfuncs.cc: Likewise.
17075
17076 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
17077
17078 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
17079
17080 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
17081 * gdb.base/ending-run.exp: When stepping out of main, accept a
17082 step into an arbitrary assembler file.
17083
17084 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17085
17086 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
17087 "breakpoint-invalid" to be printed.
17088 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
17089 number of "frames-invalid" and "breakpoint-invalid" to be printed.
17090 * gdb.base/annota2.cc: Initialize a.x to 0.
17091
17092 1999-05-17 Keith Seitz <keiths@cygnus.com>
17093
17094 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
17095 when "skip_float_tests" set.
17096 Ditto for "print print_double_array(array_d)", "print print_small_structs",
17097 "print print_ten_doubles", and "step into print_long_arg_list".
17098 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
17099 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
17100 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
17101 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
17102 "skip_float_tests" is set.
17103 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
17104 when "skip_float_tests" set.
17105
17106 1999-05-06 Keith Seitz <keiths@cygnus.com>
17107
17108 * gdb.base/annota2.cc: Include stdio.h.
17109
17110 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
17111
17112 * gdb.base/crossload.exp: Remove, this has been disabled ever
17113 since BFD stopped including all targets, and cross-GDB gets
17114 plenty of testing anyway.
17115 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
17116 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
17117 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
17118 * gdb.base/README: Remove, was doc for this.
17119 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
17120 needed.
17121
17122 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17123
17124 * gdb.base/call-ar-st.exp: Fix one regular expression in test
17125 output.
17126
17127 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
17128 * gdb.base/annota2.exp: New file. More annotation tests.
17129 * gdb.base/annota1.c: New file. Source file for annota1.exp.
17130 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
17131
17132 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
17133
17134 * config/cfdbug.exp: New file.
17135
17136 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
17137
17138 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
17139 Marcus Daniel's and Dale Hawkins's demangler crashes.
17140
17141 * gdb.c++/demangle.exp (test_gnu_style_demangling,
17142 test_lucid_style_demangling, test_arm_style_demangling,
17143 test_hp_style_demangling): Try Tom Tromey's core-dumping
17144 identifier under each demangling style.
17145
17146 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
17147
17148 * gdb.c++/demangle.exp: Include the current demangling style
17149 in all test names.
17150 (current_demangling_style): New global variable.
17151 (set_demangling_style, test_demangling_core, test_demangling,
17152 test_demangling_exact): New functions.
17153 (test_gnu_style_demangling, test_lucid_style_demangling,
17154 test_arm_style_demangling, test_hp_style_demangling): Use those,
17155 instead of calling gdb_test and gdb_test_exact directly.
17156 (catch_demangling_errors): New function, which reports errors
17157 signalled by the demangling test functions in an orderly way.
17158 (do_tests): Use catch_demangling_errors.
17159
17160 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
17161
17162 * gdb.base/signals.exp (test_handle_all_print): Use () for
17163 grouping in expressions, not {}.
17164
17165 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
17166 initialized yet.
17167
17168 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
17169
17170 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
17171 are listed.
17172
17173 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
17174
17175 * gdb.stabs/weird.exp: Test for CC being defined before
17176 looking at its value.
17177
17178 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
17179
17180 * gdb.base/call-ar-st.exp: Remove stray '#'.
17181 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
17182 "short int" and "long int".
17183 * gdb.c++/overload.cc: Cast the string added in the previous
17184 change, to mollify finicky HP compiler.
17185 * gdb.hp/reg-test.exp (testfile): Fix file name.
17186 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
17187
17188 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
17189 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
17190 alternate form of enum ptype.
17191
17192 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
17193
17194 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
17195 * gdb.hp/*.exp: Change all to run compiler probe only after
17196 passing skip_hp_tests, so as not to waste time on guaranteed
17197 failure.
17198
17199 * gdb.c++/overload.cc: Pass string instead of char addr, always
17200 init ccpfoo.
17201 * gdb.c++/templates.cc: Fix syntax error.
17202
17203 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17204
17205 * gdb.base/commands.exp: Add test for correct position of '>'
17206 when issuing the 'commands' command after a 'while' or 'if'
17207 command.
17208
17209 1999-03-18 James Ingham <jingham@cygnus.com>
17210
17211 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
17212
17213 * gdb.c++/method.exp: It was testing an uninitialized int on the
17214 stack and assuming it was positive.
17215
17216 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
17217
17218 * gdb.base/step-test.exp: Catch a case where finish is broken and
17219 keep it from killing the rest of the tests.
17220 Use gdb_continue_to_end.
17221
17222 * gdb.base/sigall.exp: use gdb_continue_to_end.
17223
17224 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
17225
17226 * gdb.base/display.exp: use runto_main, not run.
17227
17228 * gdb.base/default.exp: Check for the current error message in the
17229 r abbreviation test.
17230 Add strongarm to the targets that know info float.
17231
17232 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
17233 run which doesn't work with monitors.
17234
17235 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
17236
17237 * gdb.base/break.exp: use the gdb_continue_to_end proc.
17238
17239 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
17240 program. Traps the case (in Cygmon) when the program never really
17241 exits. Same as Mark's continue_to_exit, but I had put it in a lot
17242 more places, so I used my name. Sorry Mark...
17243
17244 * config/monitor.exp (gdb_target_monitor): added another
17245 target_info parameter: remotebinarydownload. This will set the
17246 remotebinarydownload flag if this is causing some boards trouble.
17247
17248 1999-03-18 Mark Salter <msalter@cygnus.com>
17249
17250 * lib/gdb.exp (continue_to_exit): New function.
17251
17252 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
17253 * gdb.base/ending-run.exp: Ditto.
17254 * gdb.base/step-test.exp: Ditto.
17255
17256 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
17257
17258 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
17259 (suggested by Art Haas <ahaas@neosoft.com>).
17260
17261 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
17262
17263 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
17264
17265 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
17266
17267 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
17268 descriptions of types (short unsigned int vs unsigned short, etc).
17269
17270 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
17271
17272 * gdb.base/call-strs.exp: Don't assume that `step' will step over
17273 a call to strlen; sometimes we do have sources.
17274
17275 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17276
17277 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
17278 character, so GDB won't print garbage after its end.
17279
17280 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
17281 breakpoint there instead. Sometimes GCC emits memcpy to handle
17282 the large structures being passed by value, so we step into that
17283 instead of sum_array_print, which obscures what we're really testing.
17284 * gdb.base/step-test.exp: However, we do want a test that notices
17285 the bizarre steps into memcpy, so do that here. Add check for
17286 stepping into function calls that pass large structures by value.
17287 ("Is that a noun clause, or are you just happy to see me?")
17288 Remove all references to specific line numbers.
17289 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
17290 New type and function.
17291 (main): Call large_struct_by_value, passing it a large struct by value.
17292 * lib/gdb.exp (gdb_get_line_number): New function.
17293
17294 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
17295 more portable.
17296
17297 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17298
17299 * lib/gdb.exp: Doc fixes.
17300
17301 1999-03-05 Nick Clifton <nickc@cygnus.com>
17302
17303 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
17304
17305 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
17306
17307 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
17308 commands. They're not germane to this test, and they don't work
17309 that way on remote targets.
17310
17311 1999-03-01 James Ingham <jingham@cygnus.com>
17312
17313 * Changelog entries merged over from gdb development branch.
17314
17315 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
17316
17317 * lib/gdb.exp (gdbtk_analyze_results): Generic function
17318 for outputting results of test run.
17319
17320 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
17321
17322 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
17323
17324 1999-02-25 Felix Lee <flee@cygnus.com>
17325
17326 * lib/gdb.exp (debug_format): initialize
17327
17328 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
17329
17330 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
17331 * gdb.base/call-rt-st.c: Ditto.
17332
17333 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
17334
17335 * gdb.threads/pthreads.exp (horiz): New variable.
17336 (test_startup): Fix regexps that capture thread numbers.
17337
17338 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
17339
17340 * gdb.base/smoke.exp: Disambiguate two test case names (both
17341 called ``print'').
17342
17343 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
17344
17345 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
17346 compilation.
17347
17348 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
17349
17350 * gdb.base/miscexprs.exp: Change patterns to match GDB's
17351 actual output formatting.
17352 * gdb.base/smoke.exp: GDB removes leading 0's.
17353 * gdb.base/volatile.exp: Don't check type of remuneration;
17354 that variable is no longer defined in constvars.c.
17355 * gdb.base/step-test.c (main): Exit with explicit exit code.
17356 * gdb.base/step-test.exp: Remove two nexti checks--they are
17357 not portable.
17358
17359 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
17360
17361 * gdb.base/help.exp ("help delete display"): Fix test to match
17362 gdb's output.
17363
17364 * gdb.base/long_long.c (known_types): Initialize values to zero.
17365 * gdb.base/long_long.exp: Step one more line
17366 so 'dec' is initialized in "get to known place". GDB removes
17367 leading zeros. Explicitly ask for hex formatting. Use
17368 unique test case names.
17369
17370 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17371
17372 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
17373
17374 * gdb.c++/method.exp: Add missing close brace.
17375
17376 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
17377
17378 * gdb.base/maint.exp: Use 'set height 0' to disable page
17379 prompting, not 'set height 400'.
17380
17381 Fix a bunch of timeouts.
17382 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
17383 four separate tests, so expect doesn't take forever to match a ton
17384 of text against a regexp with lots of .* forms.
17385 ("maint print psymbols", "maint print symbols"): Make some of
17386 these greps more selective, so that expect doesn't try to wade
17387 through huge piles of output and time out.
17388
17389 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
17390
17391 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
17392 tests: one which doesn't expect shlib events to be reported, and
17393 another which does, but is XFAIL for all platforms other than
17394 HP/UX.
17395
17396 * gdb.base/break.exp: Teach the test suite that the `catch
17397 fork', `catch vfork', and `catch exec' commands produce error
17398 messages on platforms that don't provide these features.
17399
17400 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
17401
17402 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
17403 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
17404 (shortening names from solib_threshold.exp etc), won't run on
17405 anything but HP-UX for the foreseeable future.
17406 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
17407 reflect move.
17408
17409 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
17410
17411 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17412 gdb.trace/Makefile.in (clean): Remove all test executables.
17413
17414 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
17415
17416 * gdb.base/shlib-call.exp: add test cases to verify that gdb
17417 successfully re-sets breakpoints in shared libraries.
17418 * gdb.base/shmain.c (main): return 0, don't fall off the end.
17419
17420 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17421
17422 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
17423 and compiled w/o GCC.
17424
17425 * gdb.hp/watch-cmd.exp: ditto.
17426
17427 * gdb.hp/watch-hp.exp: ditto.
17428
17429 * gdb.hp/xdb1.exp: ditto.
17430
17431 * gdb.hp/xdb2.exp: ditto.
17432
17433 * gdb.hp/dbx.exp: ditto.
17434
17435 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
17436
17437 * constvars.c: Remove C++-isms.
17438 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
17439 with GCC.
17440
17441 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
17442
17443 The following changes are part of the HP merge.
17444
17445 * gdb.base/break.exp: new tests to verify that catchpoints for
17446 fork, vfork, and exec don't trigger inappropriately.
17447
17448 * gdb.base/opaque.exp: compile one file at a time, then link.
17449
17450 * gdb.base/signals.exp: be more restrictive about which hppa
17451 systems receive a setup_xfail. new tests.
17452
17453 * gdb.base/solib_threshold.build: new file.
17454 * gdb.base/solib_threshold.exp: new file.
17455 * gdb.base/solib_threshold.link_opts: new file.
17456 * gdb.base/solib_threshold.mk: new file.
17457 * gdb.base/gen_solib_threshold.c: new file.
17458
17459 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
17460 tests. New tests for enums inside classes.
17461
17462 * gdb.c++/compiler.cc: indicate support of template debugging.
17463
17464 * gdb.c++/demangle.exp: run hp style demangling tests.
17465
17466 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
17467 tests.
17468
17469 * gdb.c++/misc.cc: changes to support new tests.
17470
17471 * gdb.c++/templates.cc: changes to support HP's compiler; changes
17472 to support new tests.
17473
17474 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
17475 gcc, then skip these tests.
17476
17477 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
17478
17479 The following files are part of the HP merge; some had longer
17480 names at HP, but have been renamed to be no more than 14
17481 characters in length.
17482
17483 * gdb.hp/ambiguous.cc: new file.
17484 * gdb.hp/ambiguous.exp: new file.
17485 * gdb.hp/attach.exp: new file.
17486 * gdb.hp/attach2.exp: new file.
17487 * gdb.hp/classes-hp.exp: new file.
17488 * gdb.hp/ctti.exp: new file.
17489 * gdb.hp/ctti-add.cc: new file.
17490 * gdb.hp/ctti-add1.cc: new file.
17491 * gdb.hp/ctti-add2.cc: new file.
17492 * gdb.hp/ctti-add3.cc: new file.
17493 * gdb.hp/dbx.exp: new file.
17494 * gdb.hp/exception.cc: new file.
17495 * gdb.hp/exception.exp: new file.
17496 * gdb.hp/foll-exec.c: new file.
17497 * gdb.hp/foll-exec.exp: new file.
17498 * gdb.hp/foll-fork.c: new file.
17499 * gdb.hp/foll-fork.exp: new file.
17500 * gdb.hp/foll-vfork.c: new file.
17501 * gdb.hp/foll-vfork.exp: new file.
17502 * gdb.hp/inherit-hp.exp: new file.
17503 * gdb.hp/more-steps.exp: new file.
17504 * gdb.hp/namespace.cc: new file.
17505 * gdb.hp/namespace.exp: new file.
17506 * gdb.hp/optimize.exp: new file.
17507 * gdb.hp/pxdb.c: new file.
17508 * gdb.hp/pxdb.exp: new file.
17509 * gdb.hp/quicksort.exp: new file.
17510 * gdb.hp/reg-test.exp: new file.
17511 * gdb.hp/reg-test.s: new file.
17512 * gdb.hp/sized-enum.c: new file.
17513 * gdb.hp/sized-enum.exp: new file.
17514 * gdb.hp/start-stop.exp: new file.
17515 * gdb.hp/templ-hp.cc: new file.
17516 * gdb.hp/templ-hp.exp: new file.
17517 * gdb.hp/thr-lib.c: new file.
17518 * gdb.hp/thr-lib.exp: new file.
17519 * gdb.hp/thr-lib.h: new file.
17520 * gdb.hp/thr-liblib.c: new file.
17521 * gdb.hp/virtfun-hp.c: new file.
17522 * gdb.hp/virtfun-hp.exp: new file.
17523 * gdb.hp/watch-cmd.exp: new file.
17524 * gdb.hp/watch-hp.exp: new file.
17525 * gdb.hp/xdb1.exp: new file.
17526 * gdb.hp/xdb2.exp: new file.
17527 * gdb.hp/xdb3.exp: new file.
17528
17529 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
17530
17531 The following files are part of the HP merge; some had longer
17532 names at HP, but have been renamed to be no more than 14
17533 characters in length.
17534
17535 * gdb.base/ss.h: new file.
17536 * gdb.base/call-ar-st.c: new file.
17537 * gdb.base/call-ar-st.exp: new file.
17538 * gdb.base/call-rt-st.c: new file.
17539 * gdb.base/call-rt-st-exp: new file.
17540 * gdb.base/call-strs.exp: new file.
17541 * gdb.base/ena-dis-br.exp: new file.
17542 * gdb.base/environ.exp: new file.
17543 * gdb.base/long_long.exp: new file.
17544 * gdb.base/sect-cmd.exp: new file.
17545 * gdb.base/shlib-cl2.exp: new file.
17546 * gdb.base/smoke.exp: new file.
17547 * gdb.base/so-impl-ld.c: new file.
17548 * gdb.base/so-impl-ld.exp: new file.
17549 * gdb.base/so-indr-cl.c: new file.
17550 * gdb.base/so-indr-cl.exp: new file.
17551 * gdb.base/varargs.exp: new file.
17552 * gdb.base/volatile.exp: new file.
17553 * gdb.base/whatis-exp.exp: new file.
17554 * gdb.base/display.exp: new file.
17555 * gdb.c++/derivation.exp: new file.
17556 * gdb.c++/local.exp: new file.
17557 * gdb.c++/member-ptr.exp: new file.
17558 * gdb.c++/overload.exp: new file.
17559 * gdb.c++/ovldbreak.exp: new file.
17560 * gdb.c++/ref-types.exp: new file.
17561 * gdb.c++/ref-types2.exp: new file.
17562 * gdb.c++/userdef.exp: new file.
17563
17564 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
17565
17566 * gdb.base/default.exp: Reflect wording change in remote.c.
17567
17568 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
17569
17570 * gdb.base/help.exp: Update to reflect current text.
17571
17572 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
17573
17574 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
17575 they're stack variables and contain garbage.
17576 * gdb.c++/anon-union.exp: new file.
17577
17578 The following changes were made by David Taylor
17579 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
17580 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
17581 in changes by HP.
17582
17583 * gdb.base/bitops.exp: new file.
17584 * gdb.base/default.exp: change expected messages for catch and
17585 info catch tests to reflect HP merge changes.
17586 * gdb.base/enable-disable-break.exp
17587 * gdb.base/ending-run.c: new file.
17588 * gdb.base/long_long.c: new file.
17589 * gdb.base/maint.exp: new file.
17590 * gdb.base/pointers2.exp: new file.
17591 * gdb.base/shlib-call2.exp: new file.
17592 * gdb.base/solib.exp: new file.
17593 * gdb.base/step-test.c: new file.
17594 * gdb.c++/anon-union.cc: new file.
17595 * gdb.c++/local.cc: new file.
17596 * gdb.c++/member-pointer.cc: new file.
17597 * gdb.c++/method.cc: new file.
17598 * gdb.c++/ref-types.cc: new file.
17599 * gdb.c++/ref-types2.cc: new file.
17600 * gdb.c++/userdef.cc: new file.
17601
17602 * gdb.base/scope.exp: compile one file at a time, then link.
17603 * gdb.base/langs.exp: ditto.
17604 * gdb.base/list.exp: ditto.
17605
17606 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
17607
17608 The following changes were made by David Taylor
17609 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
17610 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
17611 in changes by HP.
17612
17613 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
17614 skip tests. When compiling pass c++ flag to gdb_compile.
17615 * gdb.c++/
17616
17617 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
17618 test for on hppa*-*-hpux*; use args to see if c++ was specified.
17619 (skip_hp_tests): new function.
17620 (gdb_preprocess): new function.
17621
17622 * configure.in (hpdir): decide whether to configure gdb.hp.
17623 * configure: regenerated.
17624
17625 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
17626 to delete on clean.
17627 (EXECUTABLES): update to reflect new additions.
17628 * gdb.base/commands.exp: update message expected.
17629 * gdb.base/default.exp: add copyright notice.
17630 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
17631 * gdb.base/help.exp: update messages to reflect current text.
17632 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
17633 targets for recurse tests.
17634 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
17635 skip this file.
17636
17637 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
17638 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
17639 compilation.
17640 * gdb.c++/misc.exp: ditto.
17641 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
17642 run the tests. tell gdb_compile that it's a c++ compilation.
17643
17644 * gdb.threads/pthreads.exp: fix typo in message.
17645
17646 * gdb.base/all-bin.exp: new file.
17647 * gdb.base/arithmet.exp: new file.
17648 * gdb.base/assign.exp: new file.
17649 * gdb.base/completion.exp: new file.
17650 * gdb.base/cond-expr.exp: new file.
17651 * gdb.base/condbreak.exp: new file.
17652 * gdb.base/define.exp: new file.
17653 * gdb.base/dollar.exp: new file.
17654 * gdb.base/environment.exp: new file.
17655 * gdb.base/eval-skip.exp: new file.
17656 * gdb.base/jump.exp: new file.
17657 * gdb.base/logical.exp: new file.
17658 * gdb.base/pointers.exp: new file.
17659 * gdb.base/relational.exp: new file.
17660 * gdb.base/section_command.exp: new file.
17661 * gdb.base/whatis-expr.exp: new file.
17662
17663 * gdb.base/all-types.c: new file.
17664 * gdb.base/call-array-struct.c: new file.
17665 * gdb.base/call-return-struct.c: new file.
17666 * gdb.base/call-strings.c: new file.
17667 * gdb.base/callfuncs2.c: new file.
17668 * gdb.base/condbreak.c: new file.
17669 * gdb.base/constvars.c: new file.
17670 * gdb.base/display.c: new file.
17671 * gdb.base/int-type.c: new file.
17672 * gdb.base/jump.c: new file.
17673 * gdb.base/miscexprs.c: new file.
17674 * gdb.base/pointers.c: new file.
17675 * gdb.base/pointers2.c: new file.
17676 * gdb.base/shmain.c: new file.
17677 * gdb.base/shr1.c: new file.
17678 * gdb.base/shr2.c: new file.
17679 * gdb.base/solib.c: new file.
17680 * gdb.base/solib1.c: new file.
17681 * gdb.base/solib2.c: new file.
17682 * gdb.base/varargs.c: new file.
17683 * gdb.c++/derivation.cc: new file.
17684 * gdb.c++/overload.cc: new file.
17685 * gdb.c++/ovldbreak.cc: new file.
17686 * gdb.hp/attach.c: new file.
17687 * gdb.hp/attach2.c: new file.
17688 * gdb.hp/average.c: new file.
17689 * gdb.hp/compiler.c: new file.
17690 * gdb.hp/compiler.cc: new file.
17691 * gdb.hp/execd-program.c: new file.
17692 * gdb.hp/follow-exec.c: new file.
17693 * gdb.hp/follow-fork.c: new file.
17694 * gdb.hp/follow-vfork-and-exec.c: new file.
17695 * gdb.hp/misc-hp.cc: new file.
17696 * gdb.hp/more-steps.c: new file.
17697 * gdb.hp/optimize.c: new file.
17698 * gdb.hp/quicksort.c: new file.
17699 * gdb.hp/run-hp.c: new file.
17700 * gdb.hp/start-stop.c: new file.
17701 * gdb.hp/sum.c: new file.
17702 * gdb.hp/templates-hp.cc: new file.
17703 * gdb.hp/thread-local-in-lib.c: new file.
17704 * gdb.hp/thread-local-in-lib.h: new file.
17705 * gdb.hp/thread-local-in-lib.lib.c: new file.
17706 * gdb.hp/vforked-program.c: new file.
17707 * gdb.hp/virtfunc-hp.cc: new file.
17708 * gdb.hp/watchpoint-hp.c: new file.
17709 * gdb.hp/xdb.c: new file.
17710 * gdb.hp/xdb0.c: new file.
17711 * gdb.hp/xdb0.h: new file.
17712 * gdb.hp/xdb1.c: new file.
17713
17714 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
17715
17716 The following change was made by Edith Epstein
17717 <eepstein@cygnus.com> as part of a project to merge in changes
17718 originally made by HP; HP did not create ChangeLog entries.
17719
17720 * gdb.c++/demangle.exp: changed the expected output for some
17721 ARM-style mangling -- removed second reference to datatype.
17722 For example, maint demangle __dt__11T1__pt__2_cFv
17723 T1<char>::~T1<char>(void)
17724 becomes,
17725 maint demangle __dt__11T1__pt__2_cFv
17726 T1<char>::~T1(void)
17727
17728 (test_hp_style_demangling): new hp specific demangling test cases.
17729
17730 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
17731
17732 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
17733 * gdb.trace/backtrace.exp: Likewise.
17734 * gdb.trace/circ.exp: Likewise.
17735 * gdb.trace/collection.exp: Likewise.
17736 * gdb.trace/deltrace.exp: Likewise.
17737 * gdb.trace/infotrace.exp: Likewise.
17738 * gdb.trace/limits.exp: Likewise.
17739 * gdb.trace/packetlen.exp: Likewise.
17740 * gdb.trace/passc-dyn.exp: Likewise.
17741 * gdb.trace/passcount.exp: Likewise.
17742 * gdb.trace/report.exp: Likewise.
17743 * gdb.trace/save-trace.exp: Likewise.
17744 * gdb.trace/tfind.exp: Likewise.
17745 * gdb.trace/tracecmd.exp: Likewise.
17746 * gdb.trace/while-dyn.exp: Likewise.
17747 * gdb.trace/while-stepping.exp: Likewise.
17748
17749 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
17750
17751 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
17752
17753 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
17754
17755 From Brendan Kehoe:
17756 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
17757 int return types.
17758
17759 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
17760
17761 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
17762 remote dos host testing right.
17763
17764 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
17765
17766 * gdb.base/corefile.exp: remove some xfails.
17767
17768 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
17769
17770 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
17771 have different timestamps.
17772
17773 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
17774
17775 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
17776 gdb.base/default.exp: Replace "exec" with "executable".
17777
17778 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
17779
17780 * gdb.base/default.exp: Change else if to elseif from previous
17781 delta.
17782
17783 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
17784
17785 * gdb.base/default.exp: Add brace missing from previous delta.
17786
17787 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
17788
17789 * gdb.base/default.exp: Support test for info float for all
17790 varieties of arm toolchain.
17791
17792 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
17793
17794 * gdb.trace/*.exp: remove "remote_download" command.
17795
17796 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
17797
17798 * gdb.trace/*.exp: remove -gdwarf from compile.
17799
17800 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
17801
17802 * gdb.trace/configure.in(AC_INIT): typo
17803 * gdb.trace/configure: regenerated
17804
17805 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
17806
17807 * config/m68k-emc.exp: New file.
17808 * lib/<emc-support.exp trace-support.exp}: New files.
17809 * configure.in: add new test directory gdb.trace.
17810 * gdb.trace/{configure configure.in Makefile.in}: New files.
17811 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
17812 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
17813 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
17814 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
17815 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
17816 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
17817 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
17818
17819 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
17820
17821 * gdb.c++/classes.exp: Change all regular expressions to match
17822 arbitrary combinations of newline/carriage-return, so that they
17823 will work equally well on Unix and Windows.
17824 * gdb.c++/inherit.exp: ditto.
17825 * gdb.c++/virtfunc.exp: ditto.
17826
17827 1998-08-11 Dawn Perchik <dawn@cygnus.com>
17828
17829 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
17830
17831 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
17832
17833 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
17834 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
17835 to use a0-a3/d0-d3 as needed.
17836
17837 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
17838
17839 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
17840 * gdb.disasm/am33.exp: Corresponding changes.
17841
17842 1998-07-11 Felix Lee <flee@cygnus.com>
17843
17844 * gdb.base/callfuncs.exp: add cmp10 test.
17845 * gdb.base/callfuncs.c (cmp10): new function.
17846
17847 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
17848
17849 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
17850 into two parts to get around a synchronization problem in expect.
17851
17852 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
17853
17854 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
17855
17856 * configure.in: Add options for gdbtk testsuite.
17857
17858 * configure: Regenerate.
17859
17860 * gdb.gdbtk: New directory to hold gdbtk tests.
17861
17862 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17863
17864 * gdb.fortran/types.exp: Escape brackets in expect patterns
17865 for test_float_literal_types_accepted tests.
17866 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
17867 before run test.
17868
17869 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
17870
17871 * am33.exp: Just compile, do not link the testcase.
17872 * am33.s: Add ".am33" pseudoop to force am33 mode.
17873
17874 1998-06-25 Felix Lee <flee@cygnus.com>
17875
17876 * gdb.base/setshow.exp: make sure $pc is sane.
17877
17878 * gdb.stabs/weird.exp: split expect patterns properly.
17879
17880 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
17881
17882 * gdb.disasm/am33.s: New disassembler testfile for the am33.
17883 * gdb.disasm/am33.exp: Run it.
17884
17885 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
17886
17887 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
17888 match processing (and eliminate spurious timeouts when running).
17889
17890 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
17891
17892 * gdb.base/signals.exp (test_handle_all_print): put back Mach
17893 exception test, but conditionalize it on target [mach | gnu].
17894
17895 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
17896
17897 * gdb.base/overlays.exp: fixup compile line for linker script.
17898
17899 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
17900
17901 * gdb.fortran/types.exp: don't guess at float size.
17902
17903 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
17904
17905 * gdb.base/exprs.exp: delete test that depends on int size.
17906
17907 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
17908
17909 * config/sim.exp: Removed checks for target triplets.
17910 (gdb_target_sim): Use gdb,target_sim_options.
17911
17912 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
17913
17914 * gdb.base/reread.exp: New file.
17915 * gdb.base/reread1.c: New file.
17916 * gdb.base/reread2.c: New file.
17917
17918 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
17919
17920 * config/sim.exp: Use 'target sim -sparclite' when running
17921 SPARClite programs.
17922
17923 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
17924
17925 * gdb.base/structs2.exp: New file.
17926 * gdb.base/structs2.c: New file.
17927
17928 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
17929
17930 * gdb.asm/common.inc: New file.
17931 * gdb.asm/d10v.inc: New file.
17932 * asm-source.exp: Pass -I's to gas to find .inc files.
17933 Update line numbers in expected output.
17934 * asmsrc1.s: Rewrite.
17935 * asmsrc2.s: Rewrite.
17936 * configure.in: Create arch.inc symlink.
17937 * configure: Regenerate.
17938 * Makefile.in (distclean): Delete arch.inc.
17939
17940 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
17941
17942 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
17943 (t_enum_value2): ditto
17944 (t_enum_value3): ditto
17945 (main): ditto
17946 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17947
17948 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
17949 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
17950 change.
17951 Use gdb_test instead of send_gdb/gdb_expect sequences.
17952
17953 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
17954
17955 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
17956 not void.
17957
17958 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
17959
17960 * gdb.base/branches.c: Code with lots of loops and
17961 subroutines. Used to test gdbs ability to single step through PC
17962 changes, especially to test mips-tdep.c:mips_next_pc
17963
17964 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
17965
17966 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
17967 more rigorous EGCS C++ error checking.
17968
17969 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17970
17971 * gdb.base/help.exp: Clean up `help set args' and `help show args'
17972 tests.
17973 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
17974 function when asleep.
17975 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
17976 for i*86 Linux and SVR4 signal handling problems.
17977 Remove linux xfail for `next to handler in signals_tests_1', fixed
17978 by recent infrun.c change.
17979 Limit backtrace to 10 frames to avoid timeout problems with infinite
17980 stack backtraces.
17981 Adjust expect pattern in `handle all print' test to match Apr 28 1997
17982 target.[ch] change.
17983
17984 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
17985
17986 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
17987 for a newline from gdb before continuing.
17988 (default_gdb_exit): Just look for y or n.
17989 (gdb_test): Detect abnormal exit from GDB running on DOS; if
17990 it does, fail the rests of the tests in the file.
17991
17992 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
17993
17994 * config/cygmon.exp: New file.
17995
17996 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
17997
17998 * gdb.base/list.exp: Fix problem with "list default lines around
17999 main" test on remote targets.
18000
18001 * gdb.base/scope.exp: Fix problem with filelocal_bss before
18002 run test on remote targets.
18003
18004 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
18005
18006 * gdb.asm: New directory.
18007 * configure.in: Configure it.
18008 * configure: Regenerate.
18009 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
18010 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
18011
18012 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
18013
18014 * config/mn10300-eval.exp: New file to support MN10300 eval board.
18015
18016 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
18017
18018 * gdb.base/overlays (several files): Merge the two overlay
18019 managers into one. Change variables (foox, barx, bazx, grbxx)
18020 back into ints but force them to load in their proper sections.
18021
18022 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
18023
18024 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
18025 on-chip insn memory and IMAP1 to upper 128k.
18026 (D10VCopy): Handle memory regions crossing 16k boundaries.
18027 (D10VCopy): Transfer data in 32 bit chunks.
18028
18029 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
18030
18031 * gdb.base/overlays.c (main): Exit normally when result is
18032 correct.
18033
18034 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
18035 map. Include space for printf in .text segment.
18036
18037 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
18038 updated d10v memory VMA/LMA map.
18039 (D10VCopy): Call D10VTranslate.
18040
18041 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
18042
18043 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
18044
18045 * gdb.base/bar.c (barx, bar): Change variable to small array so
18046 that it won't be put into the .sdata - small data -
18047 section. Update reference.
18048 * gdb.base/baz.c (bazx, baz): Ditto.
18049 * gdb.base/foo.c (foox, foo): Ditto.
18050 * gdb.base/grbx.c (grbxx, grbx): Ditto.
18051
18052 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
18053 to be arrays.
18054
18055 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
18056
18057 * gdb.base/overlays.exp: fix up and get working again.
18058 Add tests for backtraces from an overlay function.
18059
18060 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
18061
18062 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
18063 "calling function with watchpoint enabled".
18064
18065 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
18066
18067 * gdb.base/break.exp (test_next_with_recursion): Remove
18068 gdb_suppress_tests for d10v-*-*.
18069 * lib/gdb.exp (gdb_suppress_tests): Disable this function
18070 pending review of whether it is useful or not.
18071
18072 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
18073
18074 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
18075
18076 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
18077
18078 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
18079 * config/dve.exp: New file to support Densan boards.
18080
18081 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
18082
18083 * gdb.base/interrupt.exp: Document problem of simulators, signals,
18084 reads and BSD.
18085
18086 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
18087
18088 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
18089 response.
18090
18091 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
18092
18093 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
18094
18095 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
18096 test.
18097
18098 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
18099 target_sizeof_long and target_bigendian_p.
18100 (structs_by_value, structs_by_reference): Check values according
18101 to targets word size and endianess.
18102
18103 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
18104
18105 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
18106 output.
18107
18108 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
18109
18110 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
18111 Update test of set args help to match source change.
18112
18113 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
18114
18115 * gdb.base/default.exp: Expect help system output to be in
18116 alphabetical order.
18117 * gdb.base/help.exp: Ditto.
18118
18119 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
18120
18121 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
18122 "i*86-pc-linux-gnu*".
18123 * gdb.base/interrupt.exp: Ditto.
18124 * gdb.base/corefile.exp: Ditto.
18125
18126 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
18127 define vxworks when building the testcase.
18128
18129 * gdb.base/ptype.exp: Fix testnames to be unique.
18130 * gdb.base/radix.exp: Ditto.
18131 * gdb.base/term.exp: Ditto.
18132 * gdb.base/whatis.exp: Ditto.
18133 * gdb.c++/classes.exp: Ditto.
18134
18135 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
18136
18137 * gdb.base/callfuncs.exp: Fix indentation.
18138
18139 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
18140 suppress_flag has been set.
18141 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
18142 target feature.
18143
18144 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
18145
18146 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
18147 the testcase.
18148
18149 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
18150 set_debug_traps() and breakpoint().
18151 * gdb.c++/misc.cc (main): Ditto.
18152 * gdb.c++/templates.cc (main): Ditto.
18153 * gdb.c++/virtfunc.cc (main): Ditto.
18154
18155 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
18156
18157 * lib/gdb.exp(gdb_step_for_stub): New function.
18158 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
18159 exists, reload the executable and do a "continue" instead of
18160 doing a jump.
18161 (runto_main): Use gdb_step_for_stub.
18162
18163 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
18164 tests to have unique names.
18165 * gdb.base/callfuncs.exp: Ditto.
18166 * gdb.base/commands.exp: Ditto.
18167 * gdb.base/default.exp: Ditto.
18168 * gdb.base/help.exp: Ditto.
18169 * gdb.base/list.exp: Ditto.
18170 * gdb.base/opaque.exp: Ditto.
18171 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
18172 similar tests.
18173
18174 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
18175 * gdb.c++/cplusfuncs.cc: Ditto.
18176 * gdb.c++/virtfunc.cc: Ditto.
18177
18178 * config/monitor.exp: Keep track of the last file we saw, rather
18179 than trying to get the info from gdb.
18180
18181 * gdb.fortran/types.exp: Move comment to previous line.
18182
18183 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
18184
18185 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
18186 target mode.
18187
18188 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
18189
18190 From Bob Manson:
18191 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
18192 string from GDB when it connects.
18193
18194 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
18195
18196 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
18197
18198 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
18199 if we can't get a debug format from GDB (we may be testing an
18200 older GDB). Use a 10 second timeout when checking for the format.
18201
18202 * gdb.stabs/weird.exp: Fix quoting.
18203
18204 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
18205
18206 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
18207
18208 * config/arm-ice.exp: New file.
18209
18210 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
18211
18212 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
18213 until it has been modified to work with the new testsuite.
18214
18215 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
18216 testcase won't compile, cause all of the testcases in the file to
18217 fail instead.
18218
18219 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
18220 (gdb_clear_suppressed): New procedure.
18221 (gdb_stop_suppressing_tests): Only clear suppress_flag if
18222 it contains a positive value.
18223
18224 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
18225
18226 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
18227
18228 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
18229
18230 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
18231
18232 * lib/gdb.exp (setup_xfail_format): New function.
18233 (get_debug_format): New function to get debug format.
18234 (debug_format): New global variable to hold last value set
18235 by get_debug_format.
18236 * gdb.base/list.exp: Call get_debug_format and expect some
18237 tests to fail for DWARF 1 and COFF formats.
18238 * gdb.c++/ptype.exp: Ditto.
18239 * gdb.c++/classes.exp: Ditto.
18240 * gdb.c++/cplusfuncs.exp: Ditto.
18241 * gdb.c++/inherit.exp: Ditto.
18242 * gdb.c++/templates.exp: Ditto.
18243 * gdb.c++/virtfunc.exp: Ditto.
18244
18245 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
18246
18247 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
18248 host doesn't have a currently-open connection.
18249
18250 * config/sparclet.exp: Cleanups and fixes to make it generic for
18251 any gdb stub target. Handle cases where gdb doesn't respond when
18252 interrupted in a sane fashion.
18253
18254 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
18255 same thing in a totally different way.
18256
18257 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
18258 setting "timeout".
18259 (gdb_start): We set the global gdb_prompt variable in
18260 default_gdb_init now.
18261
18262 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
18263
18264 * gdb.base/printcmds.exp: Fix "check for floating addition"
18265 regexp to accept results within approx +/- .01 of exact value.
18266 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
18267
18268 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
18269
18270 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
18271 properly.
18272 (gdb_expect): Add optional timeout parameter, and add timeout
18273 value to various calls.
18274 (gdb_suppress_tests): Only give one warning message per group.
18275
18276 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
18277
18278 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
18279 global variables. Handle getting a value for $timeout more
18280 gracefully.
18281
18282 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18283
18284 * lib/gdb.exp: Close connection to remote host if gdb doesn't
18285 initialize.
18286 (default_gdb_init): New procedure; allow gdb_init to be overridden
18287 by a target configuration file.
18288 (gdb_expect): Pass the timeout to remote_expect.
18289
18290 * config/monitor.exp(gdb_load): Fix typo in regexp.
18291
18292 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
18293
18294 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
18295
18296 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
18297
18298 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
18299 here. Call gdb_target_exec before rebooting the target, to make
18300 sure the connection to the target is closed.
18301 (gdb_load): Pass the name of the executable to gdb_target_monitor.
18302 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
18303 Also detect "Timeout reading from remote" error.
18304
18305 * config/gdbserver.exp: Pass the executable being loaded to
18306 gdb_target_monitor. Don't call gdb_file_cmd here; let
18307 gdb_target_monitor do it.
18308
18309 * gdb.disasm/hppa.exp: Don't use exec_output.
18310
18311 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
18312
18313 * gdb.base/list.exp: If we're debugging a non-native target,
18314 try to set the pc register to point to the start of the
18315 program before doing the first list command.
18316
18317 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
18318 test_calls after restarting.
18319
18320 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
18321 reloading.
18322
18323 * gdb.base/watchpoint.exp: Fix typo.
18324
18325 * gdb.base/setshow.exp: Check for use_gdb_stub.
18326
18327 * gdb.base/break.exp: Fix continue until exit test for the gdb
18328 stub case.
18329 * gdb.base/langs.exp: Ditto.
18330
18331 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
18332 gdb_load_offset. If we weren't given a file to load, figure out
18333 what the current file is and use it.
18334
18335 * config/i386-bozo.exp: New file.
18336
18337 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
18338
18339 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
18340 feature.
18341
18342 * config/proelf.exp: New entry.
18343
18344 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
18345
18346 * lib/gdb.exp: Remove spurious .* patterns at the beginning
18347 of regexps.
18348
18349 * gdb.base/watchpoint.exp: Don't run the test_stepping
18350 tests if gdb can't call functions on the target.
18351
18352 * gdb.base/setshow.exp: Don't run the set prompt tests if
18353 the board has gdb_prompt set.
18354
18355 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
18356
18357 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
18358 * gdb.base/commands.exp: Likewise.
18359 * gdb.base/setshow.exp: Likewise.
18360
18361 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
18362
18363 * config/monitor.exp(gdb_start): Look for gdb_prompt target
18364 feature.
18365
18366 * config/i960.exp: New file.
18367
18368 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
18369
18370 * gdb.base/funcargs.exp: Check for gdb,short_int target
18371 feature instead of looking for explicit target triplets.
18372
18373 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
18374
18375 * gdb.base/printcmds.exp: add a couple more tests a la
18376 "p 123DEADBEEF", to check parse_number.
18377 * top.c: change "to enable to enable" to "to enable" in a couple
18378 of help strings.
18379
18380 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
18381
18382 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
18383 on the mn10300.
18384
18385 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
18386
18387 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
18388 where the test executable is run with explicit args.
18389 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
18390
18391 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
18392
18393 * gdb.base/run.c: Use FAKEARGV to build test executable that
18394 does not require a command line arg, since most simulators
18395 don't currently support passing such an arg into the simulated
18396 program.
18397 * gdb.base/commands.exp: Change tests to insert the proper
18398 value as the arg to the first recursive factorial call. Change
18399 compilation line to define FAKEARGV at compile time.
18400
18401 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
18402
18403 * gdb.base/recurse.exp: Enable these tests for the mn10300.
18404 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
18405 function with watchpoint enabled" test.
18406
18407 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
18408
18409 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
18410 Don't call gdb_test when the command doesn't return to a gdb prompt.
18411
18412 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
18413 "Tests restarted" messages.
18414
18415 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
18416
18417 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
18418
18419 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
18420
18421 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
18422 for INFO SYMBOL; add help tests for OVERLAY commands.
18423 * gdb.base/default.exp: add tests for INFO SYMBOL command;
18424 add tests for OVERLAY commands
18425 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
18426 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
18427 * gdb.base/sigall.c: add usestubs code frag
18428 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
18429
18430 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
18431
18432 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
18433 failures.
18434 (gdb_stop_suppressing_tests): Note that tests have restarted.
18435
18436 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
18437
18438 * config/h8300.exp: New file.
18439
18440 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
18441
18442 * gdb.base/setshow.exp: Check for the existence of a
18443 feature, not its value.
18444
18445 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
18446
18447 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
18448
18449 * gdb.base/scope.exp: It's now init0(), not init().
18450
18451 * gdb.base/scope0.c: For now, change init() to be init0().
18452
18453 * config/monitor.exp: Use gdb_serial in preference to serial
18454 or netport.
18455
18456 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
18457 and it's not already set.
18458
18459 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
18460
18461 * gdb.base/setshow.exp: Only test the run command if the target
18462 isn't using a stub and if it supports argument passing.
18463
18464 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
18465
18466 * config/udi.exp(gdb_start): Make sure UDICONF is set
18467 properly before starting gdb.
18468
18469 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
18470
18471 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
18472 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
18473 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
18474
18475 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
18476
18477 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
18478 specialized code to reboot the board, use remote_reboot instead.
18479
18480 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
18481
18482 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
18483
18484 * config/monitor.exp: Make sure we disconnect from the target.
18485 Also, try a reboot/reload cycle instead of failing if the
18486 load fails.
18487
18488 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
18489
18490 * gdb.base/default.exp: Don't set match_max.
18491 * gdb.base/help.exp: Ditto.
18492 * gdb.base/list.exp: Ditto.
18493 * gdb.base/signals.exp: Ditto.
18494
18495 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
18496 set, use remote_ld to download the testcase instead of
18497 the GDB loader.
18498
18499 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
18500
18501 * config/vr5000.exp: New file.
18502
18503 * config/monitor.exp(gdb_target_monitor): Add pattern for
18504 "Ending remote" to detect errors in connecting.
18505
18506 * gdb.base/setshow.exp: Add .* within auto language test.
18507
18508 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
18509 target feature.
18510
18511 * config/monitor.exp(gdb_load): Check for a failure when loading,
18512 and reboot the board if necessary.
18513
18514 * gdb.base/setvar.exp(test_set): Handle multiple prints within
18515 a set of tests. Remove print.* from the patterns being checked.
18516
18517 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
18518
18519 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
18520 refer to gdb_spawn_id.
18521
18522 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
18523 longer used.
18524 * config/sparclet.exp: Ditto.
18525 * config/sparclet-old.exp: Ditto.
18526 * config/slite.exp: Ditto.
18527 * config/sim.exp: Ditto.
18528 * gdb.base/funcargs.exp: Ditto.
18529
18530 * lib/gdb.exp:Remove references to gdb_spawn_id.
18531 (gdb_expect): Move to remote.exp.
18532
18533 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
18534
18535 * config/monitor.exp: Detect the "Couldn't establish connection"
18536 message from GDB.
18537
18538 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
18539
18540 * gdb.base/bitfields.exp: Use runto instead of explicit
18541 gdb_run_cmd/gdb_expect sequences.
18542
18543 * gdb.base/break.exp(text_next_with_recursion): Add match for
18544 gdb_expect call.
18545
18546 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
18547 We also need to handle the "A program is being debugged already"
18548 prompt from gdb. Use gdb_test to set the baud rate.
18549
18550 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
18551 to 20000. Really. I mean it.
18552
18553 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18554
18555 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
18556 fails. If suppress_flag is set, skip perror message about not
18557 being able to send to GDB.
18558 (send_gdb): If suppress_flag is set, don't try to send commands to
18559 GDB.
18560 (gdb_expect): If suppress_flag is set, always fail immediately.
18561 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
18562 (gdb_init): Call gdb_stop_suppressing_tests.
18563 (default_gdb_exit): Ditto.
18564 (default_gdb_start): Ditto.
18565
18566 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
18567 gdb_stop_suppressing_tests as appropriate.
18568 * gdb.base/break.exp: Ditto.
18569 * gdb.base/callfuncs.exp: Ditto.
18570 * gdb.base/commands.exp: Ditto.
18571 * gdb.base/exprs.exp: Ditto.
18572 * gdb.base/funcargs.exp: Ditto.
18573 * gdb.base/list.exp: Ditto.
18574 * gdb.base/recurse.exp: Ditto.
18575 * gdb.base/scope.exp: Ditto.
18576 * gdb.base/structs.exp: Ditto.
18577 * gdb.c++/inherit.exp: Ditto.
18578
18579 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
18580
18581 * config/vr4300.exp: New file.
18582
18583 * gdb.*/*.exp: Call gdb_expect instead of expect.
18584
18585 * lib/gdb.exp(gdb_expect): New function.
18586
18587 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
18588
18589 * lib/gdb.exp(gdb_init): New function.
18590
18591 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
18592 for each individual variable set.
18593
18594 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
18595 name.
18596
18597 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
18598
18599 * gdb.base/scope.exp: Use gdb_test.
18600
18601 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
18602 aborting; the testsuite driver will do that for us (see
18603 gdb_finish). Also, use gdb_test in a few more places.
18604
18605 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
18606
18607 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
18608
18609 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
18610
18611 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
18612 and "add_tests" are not at the same address.
18613
18614 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
18615
18616 * gdb.base/ptype.exp: Use gdb_test.
18617
18618 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
18619
18620 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
18621 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
18622 left in. No longer expect them to fail.
18623
18624 * gdb.stabs/*.mt; Deleted, no longer used.
18625 * gdb.stabs/configure.in: Remove references to target makefile
18626 frags.
18627 * gdb.stabs/configure: Rebuilt.
18628
18629 * gdb.disasm/*.mt: Deleted, no longer used.
18630 * gdb.disasm/configure.in: Remove references to target makefile
18631 frags. Use "sh3.s" as the unique filename for this directory.
18632 * gdb.disasm/configure: Rebuilt.
18633
18634 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
18635 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
18636 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
18637
18638 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
18639
18640 * config/udi.exp: Use mondfe,name instead of remote_host.
18641
18642 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
18643
18644 * gdb.base/watchpoint.exp: Don't expect a failure when calling
18645 a function with a watchpoint enabled on the mn10200.
18646
18647 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
18648 before trying to create it!
18649
18650 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
18651
18652 * config/vx.exp: Use hostname instead of netport.
18653
18654 * config/vxworks.exp: New file.
18655
18656 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
18657
18658 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
18659 gdb before assuming everything worked. Send a ^C if a timeout
18660 occurs.
18661
18662 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
18663 $gdb_spawn_id directly.
18664 (gdb_run_cmd): Try _start as well as start. Use the target feature
18665 gdb,start_symbol as the symbol to start from when jumping.
18666
18667 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
18668
18669 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
18670 redundant) test.
18671
18672 * gdb.base/recurse.exp: Relax final value test for 'b' so that
18673 it doesn't lose for 16bit integer systems.
18674
18675 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
18676
18677 * gdb.fortran/types.exp: If the target doesn't support "double"
18678 data types, then expect "real" types to only be 4 bytes.
18679
18680 * gdb.c++/virtfunc.exp: Expect failure for virtual function
18681 call tests if the target doesn't support inferior function calls.
18682
18683 * gdb.base/printcmds.exp: Allow minor deviation in FP values
18684 in printf tests.
18685
18686 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
18687
18688 * gdb.base/help.exp: Disable "help set", "help show", and
18689 "help support". Simplify regexp for "help stack".
18690
18691 * gdb.base/default.exp: Set match_max to 5000 and the timeout
18692 to 60 seconds. Temporarily set match_max to 15000 around the
18693 "info copying" test.
18694
18695 * gdb.base/nodebug.exp: Don't try to do an inferior function
18696 call if the target doesn't support them.
18697 * gdb.base/printcmds.exp: Likewise.
18698 * gdb.base/setvar.exp: Likewise.
18699 * gdb.base/structs.exp: Likewise.
18700 * gdb.c++/templates.exp: Likewise.
18701 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
18702
18703 * gdb.base/recurse.exp: Enable for the mn10200.
18704
18705 * configure.in: Do configure gdb.stabs directory for *-*-elf
18706 targets.
18707 * configure: Rebuilt.
18708
18709 * gdb.base/break.exp: Check for gdb,noresults before testing
18710 exit status and/or results from the target.
18711 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
18712 * lib/gdb.exp: Remove old (now bogus) initialization of
18713 noinferior, noargs, noresults and nosignals.
18714
18715 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
18716
18717 * config/sh.exp: New file.
18718
18719 * config/slite.exp: Try to connect multiple times to the board
18720 before rebooting. Only send a "monitor run" if need_monitor_run
18721 is set.
18722
18723 * gdb.base/break.exp: Don't do the "stub continue" test if
18724 the target has gdb_stub set.
18725
18726 * gdb.base/callfuncs.exp: Increase the timeout.
18727
18728 * gdb.base/interrupt.exp: Don't even try to compile the testcase
18729 if the target has gdb,noinferiorio set.
18730
18731 * gdb.base/list.exp: Increase match_max to 10000 characters.
18732
18733 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
18734
18735 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
18736 target.
18737
18738 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
18739
18740 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
18741
18742 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
18743 trying to delete the copy of gdb. Catch the file delete so we
18744 don't die if the delete fails; also, the file should be copied to
18745 the host, not to the build.
18746
18747 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
18748
18749 * lib/gdb.exp(gdb_test): Surround the result pattern with
18750 parenthesis in case it contains multiple regexps separated
18751 with |.
18752
18753 * gdb.base/watchpoint.exp: Use gdb_test.
18754 * gdb.base/default.exp: Ditto.
18755
18756 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
18757
18758 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
18759
18760 * gdb.base/scope.exp: Use gdb_test.
18761 * gdb.c++/classes.exp: Ditto.
18762 * gdb.c++/inherit.exp: Ditto.
18763
18764 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
18765
18766 * gdb.base/crossload.exp: Don't use execute_anywhere, use
18767 remote_exec instead.
18768 * gdb.base/corefile.exp: Don't be ridiculous.
18769 * gdb.base/*.c: Add missing stub invocations.
18770
18771 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
18772
18773 * config/slite.exp: Miscellaneous fixes.
18774
18775 * lib/gdb.exp: Fix runto.
18776
18777 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
18778 the target.
18779
18780 * gdb.base/watchpoint.exp: Fix regexp.
18781
18782 * lib/gdb.exp(default_gdb_exit): Add a catch to the
18783 close and wait commands, as the descriptor may now be
18784 invalid. Always call "remote_close host".
18785
18786 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
18787
18788 Major rewrite for testsuite revision.
18789
18790 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
18791 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
18792 instead of relying on spawn_id to always contain a valid
18793 spawn id.
18794 (get_compiler_info): New procedure to build the ${binfile}.ci
18795 file, instead of replicating this in N different places.
18796 (gdb_compile): New procedure.
18797
18798 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
18799 appropriate arguments) instead of compile. Use gdb_test in a lot
18800 more places. Use send_gdb instead of send. Always run gdb_start
18801 at the start of a testcase, as this is no longer done magically.
18802
18803 config/*-gdb.exp: Rename without the -gdb suffix.
18804
18805 config/mips.exp: Use remote_close instead of exit_remote_shell.
18806 config/monitor.exp: Use target_info instead of looking at
18807 baud, timeout, etc.
18808 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
18809
18810 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18811
18812 * gdb.c++/templates.exp (test_ptype_of_templates),
18813 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
18814 Update expect patterns for destructors and assignment operators
18815 to match corresponding c-typeprint.c changes.
18816 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
18817 to destructor breakpoint test, GDB should be able to set the
18818 destructor breakpoint without specifying arguments.
18819
18820 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
18821
18822 * gdb.threads/pthreads.exp: Change result for failure to compile due
18823 to lack of pthreads runtime support from an error to simply an
18824 unsupported test, per dejagnu standards.
18825
18826 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18827
18828 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
18829 where GDB exits to reduce pattern match time.
18830 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
18831
18832 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
18833
18834 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
18835
18836 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
18837 * gdb.base/default.exp: ditto.
18838 * gdb.base/nodebug.exp: ditto.
18839 * gdb.base/printcmds.exp: ditto.
18840 * gdb.base/ptype.exp: ditto.
18841 * gdb.base/setvar.exp: ditto.
18842 * gdb.base/structs.exp: ditto.
18843 * gdb.base/setshow.c: Guard against uninitialized values of argc.
18844
18845 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
18846
18847 * configure, */configure: Rebuild with autoconf 2.12.
18848
18849 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
18850
18851 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
18852 use new i*86-pc-linux*-gnu quads.
18853 * gdb.base/corefile.exp: Ditto.
18854 * gdb.base/signals.exp: Ditto.
18855 * gdb.base/sigall.exp: Ditto.
18856 * gdb.base/interrupt.exp: Ditto.
18857
18858 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
18859 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
18860 RedHat 4.0.
18861
18862 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
18863 linux. This allows the test case to at least compile on latest
18864 linux, but still not run due to missing the threads runtime library.
18865
18866 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18867
18868 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
18869 directory to search gdb directory. Accept and step over conditional
18870 stack alignment code. Consume $prompt in failure cases.
18871 Reset timeout to $oldtimeout instead of some arbitrary value.
18872 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
18873 timeout problems with infinite stack backtraces.
18874 * gdb.base/ptype.exp (ptype struct link, union tu_link):
18875 Accept function parameters for linkfunc member.
18876
18877 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
18878
18879 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
18880 (CXXFLAGS): Remove, unreferenced.
18881 (B_OPTIONS): Add for -B options and add code to initialize with
18882 previous -B options and also add -B option to pick up cross compiled
18883 runtime.
18884 (TARGET_INCLUDES): Add for -I options and add code to initialize when
18885 doing cross compiles.
18886 (target_alias): Declare global.
18887 (xgcc): Set variable to full path of gcc in build tree. Use findfile
18888 to verify that gcc exists in build tree, and if so set CC to that
18889 gcc and to use B_OPTIONS and TARGET_INCLUDES.
18890
18891 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
18892
18893 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
18894 ptype test for anonymous union. Fixup testcase to match
18895 current gcc debug output.
18896
18897 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
18898
18899 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
18900 force argument to an unsigned long type.
18901
18902 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
18903
18904 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
18905 tests and anonymous union print/ptype tests.
18906 * gdb.base/list.exp (test_forward-search): Increase timeout by
18907 5 minutes for the "search extremely long line" case.
18908 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
18909 completely optional and that the pass/fail messages use the command as
18910 the message if that third arg is a null string.
18911 (gdb_test_exact): Arrange that a null string pattern means match a
18912 null string output rather than any output, which might include random
18913 errors.
18914 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
18915 backtrace test.
18916 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
18917 always failing and failure is now exposed by gdb.exp changes.
18918
18919 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
18920
18921 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
18922 weren't being noted.
18923
18924 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18925
18926 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
18927 * gdb.stabs/weird.exp: Remove v_comb xfails.
18928
18929 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
18930
18931 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
18932 list.exp scope.exp watchpoint.exp]
18933 Make all timeout error msgs explicitly say "(timeout)".
18934
18935 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
18936
18937 * config/monitor.exp: Increase download timeout to 1000 seconds.
18938
18939 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
18940
18941 * config/m32r.exp: Increase timeout to 120 seconds.
18942
18943 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
18944
18945 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
18946 and accept older ordering as obsolescent gcc or gdb.
18947 * gdb.c++/templates.exp: Ditto.
18948 * gdb.c++/virtfunc.exp: Ditto.
18949
18950 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
18951
18952 * gdb.base/coremaker.c: Add code to mmap some data so we
18953 can check that it ends up in the core file.
18954 * gdb.base/corefile.exp: Add test to read mmapped data
18955 from core file.
18956
18957 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
18958
18959 * config/m32r.exp: New file.
18960
18961 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
18962
18963 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
18964 that cflags can contains -gstabs, and work correctly for other tests.
18965
18966 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
18967
18968 * gdb.base/setshow.exp: New file, tests show and set.
18969 * gdb.base/setshow.c: New file, tests show and set.
18970 * gdb.base/help.exp: Add test for help set|show annotate.
18971 * gdb.base/default.exp: Add test for set|show annotate.
18972
18973 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
18974
18975 * testsuite/gdb.base/break.exp: Make backtrace from factorial
18976 errors unique.
18977 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
18978 explicitly.
18979
18980 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
18981
18982 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
18983 and width commands. This is done elsewhere.
18984 * (gdb_start): Don't call gdb_start_sim here. That's already
18985 done in gdb_load. This fixes lots of failures in default.exp.
18986
18987 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
18988
18989 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
18990 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
18991 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
18992 in the same we we treat other failures (since it may be an expected
18993 condition), rather than as an error.
18994 * gdb.base/signals.exp (test_handle_all_print): Revert back to
18995 old test format.
18996
18997 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
18998
18999 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
19000 (distclean maintainer-clean realclean): No need to remove files
19001 twice. Nuke the duplicates.
19002 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
19003 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
19004 Remove config.h along with other config files.
19005
19006 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
19007
19008 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
19009 "p func1 ()" and note that rests of tests are skipped.
19010 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
19011 setup_xfails for "print func2::coremaker_local".
19012 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
19013 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
19014 affected by the previous run test.
19015 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
19016 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
19017 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
19018 "pass int powerset tuple" and "pass modeless int powerset tuple".
19019 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
19020 "real write 4" and "real write 8".
19021 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
19022 setup_xfails for "print vs1 after tuple assign 2",
19023 "print \$i after tuple assign 2", and
19024 "print vs2 after tuple assign 2".
19025 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
19026 meaningful error message and return -1 so the caller can
19027 suppress further tests and avoid a cascade of errors.
19028
19029 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
19030
19031 * gdb.base/a1-selftest.exp: Tweak tests to account for new
19032 format for printing version.
19033 * gdb.base/default.exp: Ditto.
19034 * gdb.base/interrupt.exp: Fix problem with cascade of
19035 errors if child process dies while calling a function.
19036
19037 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
19038
19039 * Makefile.in (VPATH): Add
19040 * Makefile.in (Makefile, config.status): Fix rules so things get
19041 remade when necessary.
19042
19043 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
19044
19045 * Makefile.in (just-check): Add path to sibling expect dir
19046 to environment variable specified by RPATH_ENVVAR.
19047
19048 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
19049
19050 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
19051 (just-check): Add shared library paths for libstdc++, tk,
19052 tcl, bfd, and opcodes to the environment variable specified
19053 in RPATH_ENVVAR.
19054 * configure.in: Add support to recognize --enable-shared flag
19055 and generate correct value for RPATH_ENVVAR.
19056 * configure: Regenerated with autoconf.
19057
19058 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
19059
19060 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
19061 include all osf versions.
19062 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
19063 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
19064 when target is linux. When failing to build pthreads test
19065 executable, give more meaningful message.
19066 * gdb.threads/pthreads.c: Hpux also uses old definition of second
19067 arg for pthread_create.
19068
19069 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
19070
19071 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
19072 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
19073 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
19074 and -lpthreads (everybody else).
19075 (test_startup): Fail gracefully if threads are not supported.
19076 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
19077 "p/c array_index("abcdef",2)" when not gcc compiled.
19078 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
19079 "print func2::coremaker_local" when not gcc compiled.
19080 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
19081 "ptype on opaque struct tagname (statically)",
19082 "ptype on opaque struct tagname (dynamically) 1", and
19083 "ptype on opaque struct tagname (dynamically) 2"
19084 for not compiled with gcc.
19085 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
19086 backtrace when compiled with gcc.
19087 * lib/gdb.exp (runto_main): Return result of "runto main" rather
19088 than always return success.
19089
19090 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
19091
19092 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
19093
19094 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
19095
19096 * gdb.base/structs.exp: Undo last change.
19097
19098 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
19099
19100 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
19101 encapsulate all the steps/nexts done during self test, starting
19102 at main, and makes them less sensitive to optimization issues.
19103 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
19104 signal handler" test.
19105 * gdb.threads/pthreads.exp: Only run this for native configs.
19106 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
19107 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
19108 tests.
19109 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
19110 for "runto test_calls(void)" test.
19111
19112 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
19113
19114 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
19115 and don't expect address info in breakpoint confirmations.
19116
19117 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
19118
19119 * gdb.base/list.exp (test_forward_search): Increase timeout
19120 temporarily by 60 seconds for searching extremely long line,
19121 and then reset to old value when done. Increase expect input
19122 buffer to 10000.
19123
19124 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
19125
19126 * gdb.base/list.exp (test_forward_search): Fix to handle very
19127 long source line without overflowing expect's input buffer.
19128
19129 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
19130
19131 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
19132 "buffer_full".
19133
19134 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
19135 "buffer_full".
19136
19137 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
19138 "buffer_full".
19139
19140 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
19141 "buffer_full".
19142
19143 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
19144
19145 * configure.in (configdirs): Add gdb.threads.
19146 * configure: Regenerated with autoconf.
19147 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
19148 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
19149 * gdb.threads/configure: New, generated with autoconf.
19150
19151 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
19152
19153 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
19154
19155 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
19156
19157 * gdb.base/signals.exp (test_handle_all_print): Test separately for
19158 each signal's status in the output of "handle all print".
19159 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
19160 the \r\n sequence that immediately precedes the gdb prompt.
19161 * gdb.base/a1-selftest.exp: Save original timeout and restore
19162 after test.
19163
19164 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
19165
19166 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
19167 symbol.
19168
19169 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
19170
19171 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
19172
19173 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
19174
19175 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
19176 timeout by 60 seconds.
19177
19178 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
19179
19180 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
19181 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
19182 error return.
19183
19184 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
19185
19186 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
19187 gdb initialization, also report how long dejagnu waited. Restore
19188 old timeout before doing error return. Temporarily increase timeout
19189 by 3 minutes to allow for slow startups over heavy NFS use.
19190
19191 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
19192
19193 * lib/gdb.exp: Report timeout value for verbosity level 2.
19194 * config/gdbserver.exp: Ditto.
19195 * config/hppro.exp: Ditto.
19196 * config/mips-gdb.exp: Ditto.
19197 * config/monitor.exp: Ditto.
19198 * config/netware.exp: Ditto.
19199 * config/sim-gdb.exp: Ditto.
19200 * config/slite-gdb.exp: Ditto.
19201 * config/udi-gdb.exp: Ditto.
19202 * config/unix-gdb.exp: Ditto.
19203 * config/vx-gdb.exp: Ditto.
19204 * gdb.base/a1-selftest.exp: Ditto.
19205 * gdb.base/a2-run.exp: Ditto.
19206 * gdb.base/break.exp: Ditto.
19207 * gdb.base/corefile.exp: Ditto.
19208 * gdb.base/list.exp: Ditto.
19209 * gdb.base/recurse.exp: Ditto.
19210 * gdb.base/scope.exp: Ditto.
19211 * gdb.base/signals.exp: Ditto.
19212
19213 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19214
19215 * gdb.threads/Makefile.in (docdir): Removed.
19216
19217 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19218
19219 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
19220 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
19221 @srcdir@.
19222 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
19223 autoconf 2.5 or higher.
19224 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
19225
19226 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
19227
19228 * configure: Regenerated.
19229 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
19230 avoid name clashes with SunOS headers.
19231
19232 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
19233
19234 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
19235
19236 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
19237
19238 * gdb.base/callfuncs.exp: Finish last change -- make sure the
19239 prototype information ends up in the compiler info file.
19240
19241 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
19242
19243 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
19244 attempting to regenerate it. Eliminate use of a temporary file
19245 and just generate the info file directly. Source it immediately,
19246 for consistency of use.
19247 * gdb.base/corefile.exp: Ditto
19248 * gdb.base/exprs.exp: Ditto.
19249 * gdb.base/funcargs.exp: Ditto.
19250 * gdb.base/langs.exp: Ditto.
19251 * gdb.base/list.exp: Ditto.
19252 * gdb.base/mips_pro.exp: Ditto.
19253 * gdb.base/nodebug.exp: Ditto.
19254 * gdb.base/opaque.exp: Ditto.
19255 * gdb.base/ptype.exp: Ditto.
19256 * gdb.base/scope.exp: Ditto.
19257 * gdb.base/setvar.exp: Ditto.
19258 * gdb.base/signals.exp: Ditto.
19259 * gdb.base/whatis.exp: Ditto.
19260 * gdb.c++/templates.exp: Ditto.
19261 * gdb.c++/virtfunc.exp: Ditto.
19262 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
19263 whether or not to add -lstdc++ to the compile command line args.
19264
19265 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19266
19267 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
19268 it got fixed by the recent lookup_minimal_symbol_by_pc change.
19269 Increase timeout, a lot of single stepping might be needed if the
19270 target has no hardware watchpoints.
19271
19272 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
19273
19274 * gdb.base/break.exp: Ignore compiler warnings when compiling
19275 break.c.
19276 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
19277 * gdb.base/default.exp: Add h8300 xfails. Handle messages
19278 from remote-sim.
19279 * gdb.base/exprs.exp: Add h8300 xfails.
19280 * gdb.base/funcargs.exp: Likewise.
19281 * gdb.base/nodebug.exp: Likewise.
19282 * gdb.base/printcmds.exp: Likewise.
19283 * gdb.base/ptype.exp: Likewise.
19284 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
19285 h8300 xfails.
19286 * gdb.base/return.exp: Handle float/double precision problems
19287 on the h8300.
19288 * gdb.base/funcargs.c: Explicitly make last constant argument to
19289 call_after_alloca_subr an unsigned long type.
19290 * gdb.base/return.c: Include stdio.h.
19291
19292 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
19293
19294 * config/abug.exp: New file for the older Motorola Bug monitor
19295 that runs on the mvme13x series VME boards.
19296 * config/monitor.exp: Use the new config array for target settings
19297 if they exist.
19298
19299 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
19300
19301 * sim-gdb.exp: Make the SH simulator allocate less space when
19302 it is targeted.
19303
19304 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
19305
19306 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
19307 test.
19308
19309 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
19310
19311 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
19312 "rs6000-*-*" for "list function in include file" when gcc compiled.
19313 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
19314 for "p ctable1[120]".
19315 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
19316 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
19317 Remove setup_xfail for "rs6000-*-*" for
19318 "print 'scope0.c'::filelocal before run".
19319 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
19320 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
19321 since some compilers don't allow both options to be given
19322 on the same command line. Create object file and move it.
19323
19324 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
19325
19326 * gdb.base/corefile.exp: Always regenerate the core file, since
19327 we always regenerate the coremaker program. Detect special case
19328 where registers cannot be read from core file.
19329
19330 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
19331
19332 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
19333 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
19334 * gdb.c++/templates.exp: Only match on basename of file since
19335 some formats like xcoff don't encode directory information.
19336 * gdb.stabs/weird.exp: Use the right sed script for powerpc
19337 and rs6000 AIX xcoff targets.
19338 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
19339 * configure: Regenerate.
19340 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
19341 here, rather than in distclean.
19342
19343 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
19344
19345 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
19346 defined, and use it to compile the test case with -O2. The
19347 native compilation still uses no optimization.
19348 * gdb.base/mips_pro.c: Remove inline assembly code since
19349 it is compiled PIC by default, which results in assembler
19350 warnings that make the testsuite think the compilation
19351 was unsuccessful.
19352
19353 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
19354
19355 * gdb.c++/misc.exp: Add note to message for
19356 "print s.a for foo struct" that this is a known gcc 2.7.2
19357 and earlier bug.
19358
19359 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
19360
19361 * gdb.base/break.exp: Fix pattern for matching "Delete all
19362 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
19363 setup_xfail for deleting all breakpoints test. Fix various
19364 timeout messages to include "(timeout)".
19365 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
19366 for "p t_float_values2(3.14159,float_val2)".
19367 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
19368 for "continue to call2g" when gcc compiled.
19369 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
19370 "up to foo in langs.exp", "show language at foo in langs.exp",
19371 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
19372 and "show language at fsub in langs.exp".
19373 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
19374 "list line 1 in include file", "list message for lines past EOF",
19375 "list function in include file", "list list0.h:foo", and
19376 "list filename:function; nonexistant function".
19377 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
19378 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
19379 and "ptype t_char_array" to be for native cc only.
19380
19381 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
19382
19383 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
19384 setup_xfail for "print coremaker_bss", "print coremaker_ro",
19385 "print func2::coremaker_local", and "backtrace in corefile.exp".
19386
19387 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
19388
19389 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
19390 "bt in signals.exp". This problem only appears when running
19391 the testsuite, and then only intermittently.
19392
19393 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
19394
19395 * gdb.base/return.exp (return_tests): Differentiate between
19396 two tests of continuing.
19397
19398 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
19399
19400 * */Makefile.in (maintainer-clean): Remove config.log.
19401 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
19402 * gdb.c++/Makefile.in (PROGS): Add inherit.
19403 (clean): Remove *.ci.
19404
19405 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
19406
19407 * gdb.c++/misc.cc: Add test code from Mike Stump.
19408 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
19409
19410 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
19411
19412 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
19413 to "alpha-*-osf2*" and add comment.
19414 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
19415 setup_xfail for "step over execarg initialization" and
19416 "step over corearg initialization".
19417 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
19418 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
19419 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
19420 gcc compiled for "print coremaker_bss", "print coremaker_ro",
19421 "print func2::coremaker_local", and "backtrace in corefile.exp".
19422 * gdb.base/signals.exp: Build and source signals.ci.
19423 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
19424 to be for gcc only.
19425 * lib/gdb.exp: Move verbose statements outside conditionals.
19426
19427 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19428
19429 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
19430 Feb 3 procfs.c change.
19431
19432 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
19433
19434 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
19435
19436 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
19437
19438 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
19439 from dejagnu's apparent default of 10 seconds, which gives random
19440 results when running the tests over NFS on moderately loaded systems.
19441 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
19442
19443 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
19444
19445 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
19446 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
19447 result reports.
19448
19449 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
19450
19451 * configure.in (CY_AC_PATH_TCLH): Remove.
19452 * configure: Regenerate.
19453
19454 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
19455
19456 * gdb.c++/Makefile.in (clean): Add missing '{'.
19457
19458 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
19459
19460 * lib/gdb.exp: Provide a default value for noinferior.
19461
19462 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
19463 Load libgloss.exp.
19464
19465 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
19466
19467 * gdb.disasm/hppa.exp: Compile directly into an executable, use
19468 the executable, not the .o to run the tests from.
19469
19470 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
19471
19472 * gdb.base/break.exp: Don't test for program exit or exit status
19473 if $noresults if nonzero.
19474 * gdb.base/langs.exp: Likewise.
19475 * gdb.base/watchpoint.exp: Likewise.
19476
19477 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
19478 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
19479 trying to compile the testcase.
19480
19481 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
19482
19483 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
19484 * gdb.base/signals.exp (continue to handler): Likewise.
19485
19486 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
19487
19488 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
19489
19490 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
19491
19492 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
19493
19494 * gdb.base/corefile.exp: Recognize "not found" as failure
19495 when trying to determine if a core file was generated.
19496 If no core file was generate the first time, try again without
19497 the ulimit -c to work around braindamaged shells.
19498
19499 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
19500
19501 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
19502 [] tests with "test" and enclose string in quotes.
19503 * gdb.stabs/configure: Rebuild
19504
19505 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
19506
19507 Changes in sync with expect:
19508 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
19509 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
19510 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
19511 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
19512 argument to AC_REQUIRE.
19513 * configure: Regenerated.
19514
19515 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
19516
19517 * gdb.base/corefile.exp: When generating a core, discard any
19518 error messages about ulimit not found and the "core dumped"
19519 message from the shell that runs the coredumper.
19520
19521 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
19522
19523 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
19524
19525 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
19526 which sed script to run. Expect failure for v_comb test
19527 on PA targets too.
19528
19529 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
19530
19531 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
19532 "print func2::coremaker_local" and for "backtrace in corefile.exp"
19533
19534 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
19535
19536 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
19537 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
19538 "sparc-sun-solaris*" xfails for "p v_comb".
19539 * lib/gdb.exp (default_gdb_start): Fix typo.
19540 * gdb.base/corefile.exp: Allow "Core was generated by ..."
19541 messages to not include the full program name that caused
19542 the core dump since some systems (such as solaris) apparently
19543 truncate this path to about 80 characters.
19544 When generating a core file first try increasing the core file
19545 size limit to unlimited since some systems may default it to
19546 zero, and it is harmless to try it. Move the test for failing
19547 to generate a core file to where it will actually get executed.
19548 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
19549 new gdb result from g++ debug info improvements and make old
19550 pattern obsolescent. Also account for size_t differences
19551 (may be int or long).
19552 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
19553 initialization before function call is placed in the delay slot
19554 and thus appears to be skipped over by commands such as "next".
19555
19556 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
19557
19558 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
19559
19560 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
19561
19562 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
19563 input source file; fix code to compile test to deal with this
19564 convention.
19565 * gdb.c++/*.exp: Likewise.
19566
19567 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
19568
19569 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
19570 "bt in signals.exp".
19571
19572 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
19573
19574 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
19575 "step over execarg initialization" and
19576 "step over corearg initialization".
19577
19578 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
19579
19580 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
19581 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
19582
19583 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
19584
19585 From Rob Savoye (rob@poseidon.cygnus.com)
19586 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
19587 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
19588 configure.in}, gdb.disasm/{Makefile.in, configure.in},
19589 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
19590 configure.in}: Major reworking for autoconfig.
19591 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
19592 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
19593 New files.
19594 * config/unix-gdb.exp: Make GDB global.
19595 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
19596 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
19597 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
19598 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
19599 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
19600 term.exp, twice.exp, watchpoint.exp, whatis.exp},
19601 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
19602 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
19603 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
19604 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
19605 pr-8136.exp, result.exp, string.exp, tuples.exp},
19606 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
19607 to returns as necessary, arrange for test to compile own testcase
19608 executable.
19609 * lib/gdb.exp: Changes for testsuite to compile own test cases.
19610
19611 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
19612
19613 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
19614 clear_xfail at end of test which might not call either pass or fail.
19615 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
19616 "backtrace through signal handler".
19617
19618 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19619
19620 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
19621 continuing from a job control stop signal.
19622 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
19623
19624 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
19625
19626 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
19627 * gdb.base/corefile.exp: Likewise.
19628 * gdb.base/funcargs.exp: Likewise.
19629
19630 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
19631
19632 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
19633 * config/monitor.exp: Add support for setting baud rate.
19634
19635 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
19636
19637 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
19638 i*86-*-linux* xfails for "backtrace through signal handler".
19639 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
19640 "print func2::coremaker_local".
19641 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
19642 alpha-dec-osf2* xfail for
19643 "delete all breakpoints when none".
19644
19645 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
19646
19647 * gdb.base/break.exp: Change test that deletes all breakpoints
19648 when no user breakpoints are installed. A post 4.15 change
19649 causes gdb to no longer prompt in this case.
19650
19651 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
19652
19653 * gdb.base/return.exp (return_tests): Change xfail for test
19654 "correct value returned double test" to stop xfailing at
19655 Solaris 2.5. Apparently the bug has been fixed.
19656
19657 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
19658
19659 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
19660 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
19661
19662 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
19663
19664 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
19665 * gdb.disasm/hppa.s: Corresponding changes.
19666
19667 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
19668
19669 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
19670 makefile fragment.
19671 * config/mt-hpux: Deleted.
19672
19673 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
19674
19675 * Many files: When warning about suppressed tests due to a
19676 nonexistant test binary, avoid incrementing the warning count.
19677
19678 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
19679
19680 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
19681
19682 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19683
19684 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
19685 "sparc-*-solaris2*".
19686
19687 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19688
19689 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
19690 Add global and local variables and initialize them.
19691 * gdb.base/corefile.exp: Test correct mapping of corefile sections
19692 by printing variables. Remove rs6000 and powerpc xfails, BFD now
19693 extracts the file name and terminating signal from the core file.
19694 * TODO: Remove note about tests for correct mapping of corefile.
19695 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
19696 from optimizing it away.
19697 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
19698 handles common blocks.
19699
19700 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
19701
19702 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
19703 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
19704
19705 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
19706
19707 * Makefile.in (maintainer-clean): New target, synonym for
19708 realclean.
19709 * gdb.base/Makefile.in (maintainer-clean): Likewise.
19710 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
19711 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
19712 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
19713 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
19714 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
19715
19716 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
19717
19718 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
19719 xfails when not gcc compiled for "print foo::funclocal".
19720 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
19721 "print foo::funclocal at foo",
19722 "print 'scope1.c'::foo::funclocal at foo",
19723 "print foo::funclocal_bss at foo",
19724 "print 'scope1.c'::foo::funclocal_bss at foo",
19725 "print foo::funclocal_ro at foo",
19726 "print 'scope1.c'::foo::funclocal_ro at foo",
19727 "print bar::funclocal at foo" and
19728 "print 'scope1.c'::bar::funclocal at foo".
19729 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
19730 gcc compiled for "print foo::funclocal at bar".
19731 Expand all messages to ensure that they identify that
19732 the test is at bar().
19733 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
19734 gcc compiled for:
19735 "ptype on opaque struct pointer (statically)",
19736 "ptype on opaque struct tagname (statically)",
19737 "ptype on opaque struct pointer (dynamically) 1",
19738 "ptype on opaque struct tagname (dynamically) 1",
19739 "ptype on opaque struct pointer (dynamically) 2" and
19740 "ptype on opaque struct tagname (dynamically) 2
19741 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
19742 gcc compiled for:
19743 "p datalocal"
19744 "whatis datalocal",
19745 "ptype datalocal",
19746 "p bsslocal",
19747 "whatis bsslocal", and
19748 "ptype bsslocal".
19749 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
19750 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
19751 when not gcc compiled.
19752 * gdb.base/funcargs.exp (float_and_integral_args): Add
19753 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
19754 compiled.
19755 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
19756 "backtrace from call6a" when not gcc compiled.
19757 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
19758 "backtrace from call7a" when not gcc compiled.
19759 * gdb.base/callfuncs.exp (do_function_calls):
19760 Add "hppa*-*-hpux*" xfail when not gcc compiled for
19761 "p t_char_array_values(char_array_val2,char_array_val1)",
19762 "p t_char_array_values(char_array_val1,char_array_val2)",
19763 "p t_char_array_values("carray 1","carray 2")",
19764 "p t_char_array_values("carray 1",char_array_val2)",
19765 "p t_char_array_values(char_array_val1,"carray 2")",
19766 "p sum_args(1,{2})",
19767 "p sum_args(2,{2,3})",
19768 "p sum_args(3,{2,3,4})",
19769 "p sum_args(4,{2,3,4,5})"
19770 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
19771 "backtrace in corefile.exp" when not gcc compiled.
19772
19773 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19774
19775 * gdb.base/signals.exp: Rewrite `handle all print' test as
19776 a procedure. Accept blanks or TABs as whitespace, increase
19777 timeout and expect input buffer size for the large output
19778 from the command. Remove "i*86-*-bsdi2.0" xfail.
19779
19780 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19781
19782 * gdb.base/setvar.exp: Add new testcases for truncation when
19783 assigning invalid values to bitfields.
19784
19785 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
19786
19787 * gdb.base/callfuncs.exp (do_function_calls): Remove
19788 mips-sgi-irix* xfail for
19789 "call inferior func with struct - returns char *"
19790 and fix test so that an optional (unsigned char *) cast is
19791 accepted in the result.
19792
19793 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
19794
19795 * gdb.base/funcargs.exp (float_and_integral_args): Remove
19796 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
19797 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
19798 * gdb.base/signals.exp: Remove duplicate "handle all print" test
19799 that accidentally got checked in.
19800
19801 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
19802
19803 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
19804 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
19805 compiled test.
19806 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
19807 Add mips-sgi-irix5* xfail for not gcc compiled.
19808 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
19809 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
19810 "p top", "whatis top", "p middle", and "whatis middle".
19811 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
19812 "whatis signed char" for not gcc compiled.
19813 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
19814 "set variable signed char=-1 (-1)" and
19815 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
19816 * gdb.base/funcargs.exp (float_and_integral_args):
19817 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
19818 Add mips-sgi-irix* xfail when not gcc compiled for
19819 "continue to call2b".
19820 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
19821 "continue to call2g".
19822 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
19823 "backtrace from call6a"
19824 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
19825 "backtrace from call7k".
19826 Add mips-sgi-irix5* xfail when not gcc compiled for
19827 "backtrace from call7a".
19828 (localvars_after_alloca): Fix gdb_test cmds for
19829 "print * after runto ...".
19830 Remove rs6000-*-* xfails for
19831 "print i after runto localvars_after_alloca" and
19832 "print l after runto localvars_after_alloca"
19833 for all compilers.
19834 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
19835 when not compiled with gcc, for:
19836 "print signed char == (minus)",
19837 "print signed char != (minus)",
19838 "print signed char < (minus)",
19839 "print signed char > (minus)".
19840 * gdb.base/callfuncs.exp (do_function_calls):
19841 Add mips-sgi-irix* xfail, when compiled with native compiler, for
19842 "call inferior func with struct - returns char *".
19843 * gdb.base/return.exp (return_tests): Change xfail for
19844 "correct value returned double test" to include Solaris 2.4.
19845 * gdb.base/funcargs.exp (float_and_integral_args):
19846 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
19847
19848 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19849
19850 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
19851 enumeration bitfields if compiling with GNU C.
19852 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
19853 to empty' prompt.
19854
19855 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
19856
19857 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
19858 test for PRO targets.
19859
19860 * gdb.base/funcargs.exp: Avoid ever setting more than 8
19861 breakpoints in the inferior at any given time by making
19862 two groups of breakpoints for call2*, call6* and call7*
19863 tests.
19864
19865 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19866
19867 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
19868 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
19869 from optimizing it away.
19870 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
19871 "call inferior func with struct".
19872
19873 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
19874
19875 * configure.in: Only configure gdb.chill for particular targets.
19876
19877 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
19878
19879 * gdb.base/Makefile.in: Add action to .c.o transformation
19880 rule that generates a .ci file for each .o file and remove
19881 explicit .c.o rules except for callfuncs.o.
19882 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
19883 generates a .ci file for each .o file and remove explicit
19884 .cc.o rules.
19885 (clean): Remove *.tmp *.ci files.
19886 (EXECUTABLES): Remove templ-info.exp.
19887 * gdb.base/compiler.c: New file.
19888 * gdb.c++/compiler.cc: New file
19889 * gdb.base/scope.exp: Source gdb.base/scope.ci.
19890 Change rs6000-*-* xfail for
19891 "print 'scope0.c'::filelocal_ro" and
19892 "print 'scope1.c'::filelocal" and
19893 "print 'scope1.c'::filelocal_bss" and
19894 "print 'scope1.c'::filelocal_ro" and
19895 "print 'scope1.c'::foo::funclocal" and
19896 "print 'scope1.c'::foo::funclocal_ro" and
19897 "print 'scope1.c'::bar::funclocal" and
19898 "print 'scope0.c'::filelocal_ro" and
19899 "print 'scope1.c'::filelocal at foo" and
19900 "print 'scope1.c'::filelocal_bss at foo" and
19901 "print 'scope1.c'::filelocal_ro at foo" and
19902 "print 'scope1.c'::foo::funclocal at foo" and
19903 "print 'scope1.c'::foo::funclocal_bss at foo" and
19904 "print 'scope1.c'::foo::funclocal_ro at foo" and
19905 "print 'scope1.c'::bar::funclocal at foo" and
19906 "print 'scope0.c'::filelocal_ro" and
19907 "print 'scope1.c'::filelocal" and
19908 "print 'scope1.c'::filelocal_bss" and
19909 "print 'scope1.c'::filelocal_ro" and
19910 "print 'scope1.c'::foo::funclocal" and
19911 "print 'scope1.c'::foo::funclocal_bss" and
19912 "print 'scope1.c'::foo::funclocal_ro" and
19913 "print 'scope1.c'::bar::funclocal" and
19914 "print 'scope1.c'::bar::funclocal_bss"
19915 to only be xfail'd when not compiled with gcc.
19916 Add rs6000-*-* xfail for
19917 "print 'scope0.c'::filelocal_bss before run"
19918 when compiled with gcc.
19919 (test_at_main): Add rs6000-*-* xfail for
19920 "print filelocal_ro in test_at_main"
19921 when compiled with gcc.
19922 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
19923 Add rs6000-*-aix* xfail for
19924 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
19925 "ptype t_char_array", not compiled with gcc.
19926 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
19927 xfail for "list foo (in include file)" when gcc compiled.
19928 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
19929 (integral_args): Add rs6000-*-* xfail for
19930 "run to call0a" if not compiled with gcc.
19931 (unsigned_integral_args): Add rs6000-*-* xfail for
19932 "run to call1a" if not compiled with gcc.
19933 (float_and_integral_args): Add rs6000-*-* xfail for
19934 "run to call2a" if not compiled with gcc and for
19935 "continue to call2b" for any compiler.
19936 Add rs6000-*-* xfail to
19937 "print f1 after run to call2a" for gcc compiled.
19938 (discard_and_shuffle): Add rs6000-*-* xfail for
19939 "run to call6a".
19940 (shuffle_round_robin): Add rs6000-*-* xfail for
19941 "backtrace from call7a" if not compiled with gcc.
19942 Add rs6000-*-* xfail for
19943 "backtrace from call7b" if compiled with gcc.
19944 (call_after_alloca): Add rs6000-*-* xfail for
19945 "print c in call_after_alloca" and
19946 "print s in call_after_alloca" and
19947 "backtrace from call_after_alloca_subr"
19948 if not compiled with gcc.
19949 (localvars_in_indirect_call): Add rs6000-*-* xfail for
19950 "print c in localvars_in_indirect_call" and
19951 "print c in localvars_in_indirect_call" and
19952 "backtrace in indirectly called function" and
19953 "stepping into indirectly called function"
19954 if not compiled with gcc.
19955 (localvars_after_alloca): Add rs6000-*-* xfail for
19956 "print c after runto localvars_after_alloca" and
19957 "print s after runto localvars_after_alloca" and
19958 "print i after runto localvars_after_alloca" and
19959 "print l after runto localvars_after_alloca"
19960 for all compilers.
19961 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
19962 than whatis-info.exp.
19963 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
19964 than opaque-info.exp.
19965 Setup rs6000-*-* xfail for
19966 "ptype on opaque struct pointer (statically)" and
19967 "ptype on opaque struct pointer (dynamically)" when
19968 not compiled with gcc.
19969 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
19970 rather than callf-info.exp.
19971 (do_function_calls): Add clear_xfail for rs6000-*-* for
19972 "p t_float_values2(3.14159,float_val2)". Seems to work
19973 fine there, both with xlc and gcc. Need to find out what
19974 it is doing right and fix other platforms.
19975 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
19976 "call inferior func with struct - returns int",
19977 "call inferior func with struct - returns long",
19978 "call inferior func with struct - returns float",
19979 "call inferior func with struct - returns double",
19980 "call inferior func with struct - returns char *",
19981 but only if not gcc compiled (presumes xlc compiled).
19982 Change rs6000-*-* xfails for
19983 "call inferior func with struct - returns char" and
19984 " call inferior func with struct - returns short" to only
19985 xfail if not using gcc.
19986 (clean mostlyclean): Remove *.ci and *.tmp files.
19987 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
19988 than templ-info.exp.
19989 * gdb.base/langs.exp: Source gdb.base/langs.ci.
19990 Add rs6000-*-* xfail for "up to foo in langs.exp"
19991 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
19992 when not gcc compiled.
19993
19994 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19995
19996 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
19997 * gdb.base/corefile.exp: Likewise.
19998 * gdb.base/list.exp: Likewise.
19999 * gdb.base/scope.exp: Likewise.
20000 * gdb.base/siganls.exp: Likewise.
20001
20002 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
20003 compiler output.
20004 * gdb.base/whatis.exp: Likewise.
20005
20006 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
20007
20008 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
20009 failure (opcode table has been fixed to match reality).
20010
20011 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
20012
20013 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
20014 "call inferior func with struct - returns char",
20015 "call inferior func with struct - returns short"
20016
20017 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
20018 "print 'scope0.c'::filelocal at main",
20019 "print 'scope0.c'::filelocal_bss in test_at_main",
20020 "print 'scope0.c'::filelocal at foo",
20021 "print 'scope0.c'::filelocal_bss in test_at_foo",
20022 "print 'scope0.c'::filelocal at bar",
20023 "print 'scope0.c'::filelocal_bss in test_at_bar"
20024
20025 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
20026 in source file 1". This bug seems to have been fixed with both
20027 gcc and native cc (was native assembler bug?).
20028
20029 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
20030
20031 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
20032 "backtrace through signal handler" to "i*86-*-sysv4*".
20033 * gdb.base/signals.exp: Add xfail for "'next' behaved as
20034 continue" case. Add "known SVR4 bug" to fail message.
20035 Add "i*86-*-bsdi2.0" xfail for "handle all print".
20036 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
20037 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
20038 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
20039 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
20040 "up to foo in langs.exp", "show language at foo in
20041 langs.exp", "up to cppsub_ in langs.exp", "show
20042 language at cppsub_ in langs.exp", "up to fsub in
20043 langs.exp", and "show language at fsub in langs.exp".
20044 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
20045 "bactrace in corefile.exp".
20046 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
20047 "call inferior function with struct - returns float" and
20048 "call inferior function with struct - returns double".
20049
20050 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
20051
20052 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
20053 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
20054 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
20055 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
20056
20057 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
20058
20059 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
20060 (or overriden) "CHILL" macro rather then bare "gcc".
20061 Also look for ../../gcc/xgcc since that is what we will
20062 actually need, not "Makefile". Remove following assignment
20063 of CHILL to CHILL_FOR_TARGET because that results in
20064 recursive definition.
20065
20066 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
20067
20068 * gdb.base/corefile.exp: Change xfail for backtrace in
20069 corefile.exp from linuxaout to all linux.
20070 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
20071 cases where we miss the breakpoint at the signal handler
20072 for some reason. Setup xfail for linuxoldld/linuxaout and
20073 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
20074 hitting SIGURG breakpoint.
20075 * gdb.base/signals.exp: Setup xfail for "next" acting like
20076 continue to add linuxoldld. Setup xfail for all linux for
20077 "next to handler in signals_tests_1", "backtrace in
20078 signals_tests_1", "continue to func1", "pass SIGUSR1",
20079 and continue to handler".
20080
20081 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
20082
20083 * Update all FSF addresses except those in COPYING* files.
20084
20085 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
20086
20087 * gdb.base/a2-run.exp: Change messages to be more explicit about
20088 the status of args, and quote binfile in results.
20089
20090 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
20091
20092 * gdb.base/callfuncs.exp: Add tests for passing structs to
20093 inferior functions and return various types.
20094 * gdb.base/callfuncs.c: Add functions to receive a struct
20095 and return a member of the struct, in various types.
20096
20097 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20098
20099 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
20100
20101 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
20102
20103 * config/vxworks29k.exp: New file, sources vxworks.exp.
20104
20105 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20106
20107 * config/gdbremote.exp: New file. Testing framework using
20108 gdbserver.
20109
20110 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
20111
20112 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
20113 "call function when asleep" and "send end of file".
20114 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
20115 for "backtrace in corefile.exp".
20116 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
20117 for "backtrace through signal handler".
20118 * gdb.base/corefile.exp: Make sure we actually generate a core file
20119 before trying the core tests. Some systems allow the user to suppress
20120 generation of core files and default to that (linux for example).
20121 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
20122 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
20123
20124 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20125
20126 * gdb.threads: New directory with some crude multi-threaded
20127 gdb tests (step.exp and step2.exp).
20128 * config/mt-lynx (STEP_EXECUTABLE): Define.
20129 (THREADFLAGS): Define.
20130
20131 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
20132
20133 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
20134
20135 * gdb.base/signals.exp: Disable whole file for lynx until
20136 further notice.
20137
20138 * gdb.base/signals.exp: xfail test where "next" acts like
20139 "continue" for lynx.
20140
20141 * gdb.base/interrupt.exp: xfail test for calling function while
20142 inferior is asleep for lynx.
20143
20144 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
20145 than one cr-lf after each command.
20146
20147 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20148
20149 * configure.in: Reinstate setting of stabsdirs variable, fix
20150 typo in setting up configdirs for native builds.
20151
20152 * gdb.base/return.exp: Fix typo in return double test.
20153 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
20154 compiler from optimizing them away.
20155
20156 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
20157
20158 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
20159 sequences to be echo'd by gdb when using gdb_test.
20160 * gdb.chill/chexp.exp: Likewise.
20161 * gdb.fortran/exprs.exp: Likewise
20162
20163 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20164
20165 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
20166 after the inferior gdb has started.
20167
20168 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
20169 after each command.
20170 * gdb.base/funcargs.exp: Likewise.
20171 * gdb.base/gdbvars.exp: Likewise.
20172 * gdb.base/interrupt.exp: Likewise.
20173 * gdb.base/list.exp: Likewise.
20174 * gdb.base/watchpoint.exp: Likewise.
20175 * gdb.c++/demangle.exp: Likewise.
20176 * gdb.c++/inherit.exp: Likewise.
20177 * gdb.chill/chexp.exp: Likewise.
20178 * gdb.fortran/exprs.exp: Likewise.
20179
20180 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
20181 test if we can't handle IO to/from the inferior.
20182
20183 * gdb.c++/misc.exp: Always check for a program already being
20184 started after sending a "run" command to gdb.
20185
20186 * gdb.base/twice.exp: Start with a fresh gdb.
20187
20188 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
20189 only depend on gdb's expression code, not the chill runtime.
20190
20191 * gdb.base/return.c: Put return values into variables so we
20192 can have gdb print them rather than depending on the program
20193 to print them.
20194 * gdb.base/return.exp: Corresponding changes.
20195
20196 * lib/gdb.exp: Provide default value for noinferiorio.
20197 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
20198 the inferior.
20199
20200 * gdb.base/break.exp: Always check for a program already being
20201 started after sending a "run" command to gdb.
20202 (text_next_with_recursion): Don't check the output from the
20203 program's printf statement. Instead just make sure the program
20204 exited.
20205
20206 * gdb.base/commands.exp: Protect tests which need arguments with
20207 $noargs conditionals.
20208
20209 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20210
20211 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
20212 of structure member arrays to match gdb/valops.c:value_addr change.
20213
20214 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
20215
20216 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
20217 cases.
20218
20219 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
20220
20221 * configure.in (configdirs): Remove gdb.chill from default list
20222 of subdirs and then add it back in only if doing a native build.
20223 The current chill compiler does not yet work in any cross build.
20224 * Revert all signal changes from Jul 6.
20225 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
20226 for sh-hms targets, allowing these tests to link, with no other
20227 changes. Testing is suppressed by setting "nosignals" in site.exp.
20228
20229 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
20230
20231 * configure.in (signaldirs): Define and add to configdirs for all
20232 targets except some specific ones that are known to not support signals.
20233 Also clean up formatting.
20234 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
20235 (signals, sigall): Remove rules to build.
20236 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
20237 Moved to new gdb.signals directory.
20238 * gdb.signals: New test directory.
20239 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
20240 signals.c signals.exp}: New or moved files.
20241
20242 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
20243
20244 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
20245
20246 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
20247
20248 * gdb.base/return.exp: Xfail `return double' test failure
20249 on at least Solaris 2.3 and handle future/past versions on
20250 a case by case basis as appropriate. Also update message
20251 to include i*86 failures.
20252
20253 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20254
20255 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
20256
20257 * lib/gdb.exp: Fix comment which erroneously identified
20258 gdb_file_cmd as gdb_load (the 19 May change was in fact to
20259 gdb_file_cmd not gdb_load).
20260 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
20261
20262 * gdb.base/setvar.exp: Make test names consistent between pass and
20263 fail cases. Use gdb_test more.
20264
20265 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20266
20267 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
20268
20269 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20270
20271 * gdb.base/help.exp: Fix expected help string for `show commands'.
20272
20273 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
20274
20275 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
20276
20277 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
20278 of a text section.
20279
20280 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
20281
20282 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
20283 that loop eventually terminates. Fix Connection refused logic so
20284 that testsuite will expire nicely.
20285
20286 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
20287
20288 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
20289 config/rom68k.exp: New tcl glue for the appropriate monitors.
20290 These all just end up calling monitor.exp.
20291 * config/monitor.exp (gdb_target_monitor): Handle `Connection
20292 refused' by retrying. Cleanup some timeout issues.
20293 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
20294 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
20295 callers don't have to set/restore global timeout variable.
20296
20297 * The following set of changes centralizes management of the global
20298 timeout variable. This way, it can be set in one target dependent
20299 place instead of dozens of places scattered throughout the test suite.
20300 If you need to lengthen a timeout, then you should either set timeout
20301 in one of the config/{target}.exp files, or multiply it by a factor.
20302 Setting it to an absolute value is always going to lose for some
20303 targets.
20304 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
20305 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
20306 * gdb.base/funcargs.exp: Don't set timeout.
20307 * gdb.base/list.exp (test_forward_search): Only use local timeout.
20308 * gdb.base/printcmds.exp (test_print_string_constants
20309 test_print_array_constants): Don't set timeout.
20310 * gdb.base/ptype.exp: Don't set timeout.
20311 * gdb.base/recurse.exp: Don't set timeout.
20312 * gdb.base/return.exp: Don't set timeout.
20313 * gdb.base/watchpoint.exp: Don't set timeout.
20314 * gdb.c++/classes.exp (do_tests): Don't set timeout.
20315 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
20316
20317 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
20318
20319 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
20320
20321 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20322
20323 * lib/gdb.exp: Disable chill tests for irix5.
20324
20325 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20326
20327 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
20328 each test pass or fail.
20329
20330 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20331
20332 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
20333 xlc not gcc.
20334
20335 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
20336
20337 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
20338
20339 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
20340
20341 * config/est.exp: Fix copyright and comments. Remove dead code.
20342 Use targetname, serialport and baud variables instead of fixed
20343 constants.
20344 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
20345 * config/cpu32bug.exp: New file to support cpu32bug monitors.
20346
20347 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20348
20349 * gdb.base/watchpoint.exp: Don't run
20350 test_watchpoint_triggered_in_syscall for sunos.
20351
20352 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20353
20354 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
20355 they don't seem to exist. Do include stdio.h.
20356
20357 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20358
20359 * gdb.base/a1-selftest.exp: Add alpha xfail.
20360
20361 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20362
20363 * gdb.base/watchpoint.c (main): Prompt before calling read().
20364 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20365 Revise accordingly. Remove cruft about sending "123" several
20366 times, until it gets noticed. Clean up the "print buf[0]" stuff
20367 so that it passes or fails, and waits for prompts in the usual way.
20368
20369 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20370
20371 * gdb.base/recurse.exp: Fix comment.
20372
20373 * TODO: Remove item about printing variables in nodebug.exp. Add
20374 item about enabling tests which are only run on some targets.
20375
20376 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
20377 fail, make test names unique, use new gdb_test convention
20378 regarding pattern, use gdb_test more, etc.).
20379
20380 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
20381 fail, make test names unique, etc.).
20382
20383 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20384
20385 * gdb.base/nodebug.c: Change return type of top and middle to
20386 short.
20387 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
20388 are fixed by the recent mdebugread.c changes. Allow `short ()'
20389 as type for top and middle.
20390
20391 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20392
20393 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
20394 nearly as I can tell, the whole thing was an accident in Stu's
20395 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
20396 to replace a send/expect pair with gdb_test, but ended up only
20397 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
20398 of 30 Mar 1995 took care of it, but left this vestigial comment
20399 which I am now nuking.
20400
20401 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20402
20403 * gdb.base/break.exp: Look for different line number for
20404 breakpoint at main depending on usestubs.
20405
20406 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20407
20408 * gdb.base/list.exp: Adjust some alternate expect patterns to
20409 match recent list0.c change. Add alternate expect pattern for
20410 output from `list default lines around main' for optimizing
20411 compilers.
20412
20413 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20414
20415 * lib/gdb.exp: If nosignals is not set, set it to 0.
20416
20417 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
20418
20419 * config/slite-gdb.exp: Responds to load symbol table prompt.
20420 * gdb.base/break.exp: Adjust line number, fix rerun.
20421 * gdb.base/langs0.c: Add #ifdef usestubs.
20422
20423 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
20424
20425 * gdb.base/list.exp: Adjust line contents after adding new lines in
20426 list0.c. Also fix a syntax error.
20427
20428 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
20429 * gdb.base/break.exp: ditto.
20430 * gdb.base/list.exp: ditto.
20431 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
20432 * gdb.base/run.c: ditto.
20433 * gdb.base/list0.c: ditto.
20434 * gdb.base/funcargs.c: ditto.
20435
20436 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
20437
20438 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
20439 $targetname, $serialport and $baud instead of hardwired variables.
20440 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
20441 target doesn't support signals.
20442
20443 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
20444
20445 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
20446
20447 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20448
20449 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
20450 Don't rely on the value of an auto variable before it has been
20451 initialized. Use gdb_test more.
20452
20453 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20454
20455 * lib/gdb.exp (default_gdb_version): A version number must start
20456 with a digit, but other than that contains all characters up to
20457 the first whitespace character.
20458
20459 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20460
20461 * gdb.base/commands.exp (breakpoint_command_test): New tests.
20462
20463 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20464
20465 * gdb.c++/*.exp: Warn if executable does not exist. The original
20466 reason for skipping the warning was that configure.in sometimes
20467 intentionally skipped building the executables but the tcl code
20468 had no way of knowing. That (a) was always bogus with respect to
20469 error handling, (b) is no longer true (right now there is no way
20470 to skip C++ tests).
20471
20472 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
20473
20474 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20475
20476 * gdb.base/list.exp: Add expect patterns for output from
20477 SunPRO compiled executables.
20478 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
20479 types.
20480
20481 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20482
20483 * gdb.base/break.exp (test_next_with_recursion): Accept any line
20484 number (we are already testing that the correct source line text
20485 gets printed).
20486
20487 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
20488 that is what is intended, but something needed to be done to get
20489 sunos4 native working again.
20490
20491 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
20492
20493 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
20494 apparently went with a (very) old xfail.
20495
20496 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
20497
20498 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
20499 runto_main is a proc in gdb.exp that will do 'step' for target use
20500 stubs.
20501 * gdb.base/exprs.exp: ditto.
20502 * gdb.base/interrupt.exp: ditto.
20503 * gdb.base/opaque.exp: ditto.
20504 * gdb.base/printcmds.exp: ditto.
20505 * gdb.base/ptype.exp: ditto.
20506 * gdb.base/scope.exp: ditto.
20507 * gdb.base/setvar.exp: ditto.
20508 * gdb.base/signals.exp: ditto.
20509 * gdb.base/twice.exp: ditto.
20510 * gdb.c++/classes.exp: ditto.
20511 * gdb.c++/inherit.exp: ditto.
20512 * gdb.c++/templates.exp: ditto.
20513 * gdb.base/break.exp: no run and hit main for stubs. Change line
20514 numbers for breakpoints and info breakpoint.
20515 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
20516 breakpoint().
20517 * gdb.base/callfuncs.c: ditto.
20518 * gdb.base/exprs: ditto.
20519 * gdb.base/interrupt.c: ditto.
20520 * gdb.base/opaque0.c: ditto.
20521 * gdb.base/printcmds.c: ditto.
20522 * gdb.base/ptype.c: ditto.
20523 * gdb.base/scope0.c: ditto.
20524 * gdb.base/setvar.c: ditto.
20525 * gdb.base/signals.c: ditto.
20526 * gdb.base/twice.c: ditto.
20527 * gdb.c++/misc.cc: ditto.
20528 * gdb.c++/templates.cc: ditto.
20529
20530 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20531
20532 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
20533
20534 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
20535 somewhere between `read' and `main.c'. I'm pretty sure the
20536 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
20537 and it isn't particularly useful.
20538
20539 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
20540
20541 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20542
20543 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
20544
20545 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
20546
20547 * config/mt-slite: add LIBS and -nostdlib.
20548 * config/slite-gdb.exp: add this new file to support sparclite target.
20549
20550 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
20551
20552 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
20553
20554 * gdb.base/a2-run.exp: Change argument to istarget from
20555 "*-*-vxworks" to "*-*-vxworks*".
20556 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
20557
20558 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
20559
20560 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
20561 will not runto main but do a 'step' to step out of breakpoint().
20562 * config/mt-slite: add -Dusestubs.
20563
20564 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20565
20566 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
20567 instead of just @.
20568
20569 * gdb.base/signals.exp: Add test for "handle all print".
20570 * TODO: Remove "handle all print". Also remove item about
20571 checking copyright date (I don't like the idea of a spurious FAIL
20572 based on when we run the tests).
20573
20574 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
20575 for SunOS4 (reason for failure not investigated). Remove
20576 redundant test for $binfile.
20577
20578 * gdb.base/nodebug.c (array_index): Call malloc.
20579
20580 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
20581
20582 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
20583
20584 * gdb.base/recurse.exp: Update gdb_test invocation to use new
20585 conventions and slightly simplify the matching regexp.
20586
20587 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20588
20589 * gdb.base/break.exp: Update gdb_test invocation to use new
20590 convention.
20591
20592 * lib/gdb.exp: If noargs is not set, set it to 0.
20593
20594 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
20595 tests unique.
20596
20597 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
20598
20599 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20600
20601 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
20602 one argument of type "<non-float parameter>".
20603
20604 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
20605
20606 * config/rom68k.exp: New file to support Motorola IDP board.
20607 * gdb.base/a2-run.exp: Skip this file if noargs is set.
20608 * gdb.base/break.c: Change things around so that this program
20609 doesn't depend upon args. This is necessary to make remote
20610 targets work (in general, they can't take args).
20611 * gdb.base/break.exp: Don't try to send args to program. Don't
20612 expect output. Also, replace lots of code with gdb_test.
20613
20614 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20615
20616 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
20617 printing of '\'' (which is what the comment says we are testing,
20618 even though we were not), not '''.
20619 (test_integer_literals_rejected): Test that printing ''' is an error.
20620
20621 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20622 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
20623 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
20624 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
20625 Use gdb_test not test_print_accept.
20626 * lib/gdb.exp: Remove test_print_accept.
20627
20628 * gdb.base/signals.exp (signal_tests_1): Make pass message
20629 consistent with fail message.
20630
20631 * gdb.base/whatis.exp: Remove xfails for printing char vs.
20632 unsigned char; the bug (PR 1821) is fixed.
20633
20634 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
20635
20636 * gdb.base/scope.exp (test_at_localscopes): Call pass for
20637 successful tests--makes xfailing them work right.
20638
20639 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20640
20641 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
20642 only \r\n, not .*. The test can pass .* as the last thing in
20643 $pattern if that is what it wants. In addition to providing this
20644 flexibility, this change should speed up pattern matching in cases
20645 where the pattern already ended with .* (there were a number of
20646 them). This change also helps catch bad patterns--in the old
20647 scheme the typo "char \*" instead of "char \\*" would pass. Now
20648 it is caught.
20649 * Many .exp files: Update callers.
20650
20651 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
20652 clearer and does not spuriously match multiple ('s. Likewise for
20653 ) and *.
20654
20655 * gdb.base/nodebug.exp: Test ability to call a function and pass
20656 it a string (even with no debugging info).
20657
20658 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
20659 "p '\'", which is the same as "p ''" once tcl gets done with
20660 quoting, to "p '\\'", which I suspect is what is intended (one
20661 backslash gets sent to GDB).
20662
20663 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
20664
20665 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20666
20667 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
20668 1817) was fixed literally years ago.
20669
20670 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20671
20672 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
20673 test, it causes stepping out of call_after_alloca_subr with
20674 optimizing compilers.
20675 (localvars_in_indirect_call): Consume GDB prompt if `finish'
20676 fails.
20677
20678 * gdb.c++/templates.exp: Source templ-info.exp only if
20679 the templates executable exists.
20680
20681 * gdb.c++/misc.cc (class Contains_static_instance,
20682 class Contains_nested_static_instance),
20683 gdb.c++/classes.exp (test_static_members): Test printing of
20684 a class that contains a static instance of the class.
20685
20686 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20687
20688 * gdb.base/langs2.c (cppsub_): Don't prototype.
20689 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
20690 only, I believe).
20691
20692 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20693
20694 * lib/gdb.exp (skip_chill_tests): New procedure.
20695
20696 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
20697
20698 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
20699
20700 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
20701 each expect pattern. Cuts runtime from 12 to about 4 seconds.
20702
20703 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20704
20705 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
20706
20707 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
20708 disassemble 8, not 16, instructions for part 4.
20709
20710 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
20711 support the latter anymore.
20712
20713 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
20714 -DNO_PROTOTYPES.
20715 * gdb.base/callfuncs.c: Control use of prototypes based on
20716 NO_PROTOTYPES, not __STDC__.
20717 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
20718 t_float_values2 tests if prototypes in use.
20719
20720 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
20721 t_double_values): When checking differences against DELTA, check
20722 that difference is within the range (-DELTA,DELTA), not just
20723 (-infinity,DELTA).
20724
20725 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
20726
20727 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
20728 'file' command firts, then 'target', then 'load', this is due to gdb
20729 target set up.
20730 * config/mips-gdb.exp: Fix a couple regular exp bugs.
20731
20732 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
20733
20734 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
20735 FP load/store variants.
20736 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
20737
20738 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20739
20740 * gdb.base/term.exp: Do not give a warning if not native, it is
20741 not an abnormal condition.
20742
20743 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
20744
20745 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
20746 t_char_array".
20747
20748 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20749
20750 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
20751 are getting the version number.
20752
20753 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
20754 if not native, it is not an abnormal condition.
20755
20756 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20757
20758 * lib/gdb.exp: Just use "file exists", rather than undocumented
20759 dejagnu procedure "findfile".
20760
20761 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20762
20763 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
20764 (LDFLAGS): Set to -Xlinker -Ur.
20765
20766 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
20767 Removed, these values are set by lib/gdb.exp.
20768
20769 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
20770
20771 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20772
20773 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
20774 of replicating gdb startup code.
20775
20776 * config/mt-vxworks (LDFLAGS): Set to -r.
20777 (CFLAGS_FOR_TARGET): Removed.
20778
20779 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
20780 (gdb) and gdb for vxworks uses (vxgdb).
20781
20782 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
20783 executable is not in the tree and host != target, use sed and
20784 program_transform_name to determine the gdb name used by the
20785 target.
20786
20787 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
20788 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
20789
20790 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20791
20792 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
20793 floats, chars, and shorts where there are ANSI-style function
20794 definitions.
20795
20796 * gdb.base/langs.exp, gdb.base/langs*: New test.
20797 * gdb.base/Makefile.in: Build it.
20798 * TODO: Remove item about checking that C names don't get C++
20799 demangling applied; this test tests it.
20800
20801 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20802
20803 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
20804 went with the const70 xfail. The xfail went away a year ago.
20805
20806 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
20807
20808 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
20809 for hp300.
20810
20811 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
20812
20813 * gdb.base/a1-selftest.exp: Don't run on hp300.
20814
20815 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20816
20817 * Makefile.in (site.exp): Set host_alias and target_alias as well
20818 as host_triplet and target_triplet.
20819
20820 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20821
20822 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
20823
20824 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
20825 places as other ecoff systems).
20826
20827 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
20828 ultrix.
20829
20830 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20831
20832 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
20833 remove them.
20834 * gdb.base/nodebug.exp: Accept "function" in addition to "text
20835 variable and "variable" in addition to "data variable".
20836 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
20837
20838 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
20839 2.
20840 * gdb.base/list1.c (long_line): Add additional statement at start
20841 of function.
20842 * gdb.base/list.exp (test_forward_search): Update line number to
20843 reflect new statement.
20844
20845 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20846
20847 * gdb.base/signals.exp: Reinitialize searched source directories
20848 after gdb_start call.
20849
20850 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
20851
20852 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
20853 * gdb.stabs/Makefile.in: Likewise.
20854
20855 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
20856 change. Instead split the tests into smaller pieces.
20857 * gdb.disasm/hppa.s: Corresponding changes.
20858
20859 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20860
20861 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20862 Quote ^C when passing it to stty. For some shells ^ is a pipe.
20863
20864 * gdb.base/funcargs.exp: Modify many tests so that every test
20865 either passes or fails. Make some test names unique.
20866
20867 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20868
20869 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20870 Call stty to set interrupt character.
20871
20872 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
20873 for HP assembler versus GNU assembler based on actual behavior of
20874 $(CC), rather than assuming that $(AS) is always the GNU assembler.
20875
20876 * TODO: Suggest a few more stepping tests.
20877
20878 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
20879
20880 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
20881 restart GDB for h8300 after a continue.
20882 (return): Add pattern to match a29k-udi behavior.
20883 * gdb.base/nodebug.exp: Remove obsolete comment.
20884 * gdb.base/regs.exp: New file, testing of register displays.
20885 * gdb.base/return.exp: Fix typo in reference to $objdir.
20886 * gdb.base/whatis.exp: Always start with a fresh GDB.
20887
20888 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20889
20890 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
20891 higher, these tests generate a lot of output.
20892
20893 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20894
20895 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
20896 code following the catch silently ignored some errors; without the
20897 catch they should be thrown like any other tcl error. Also, the
20898 catch used "" instead of {} which meant all the callers who wanted
20899 to include one of the characters "[]$ had to quote it an extra time.
20900 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
20901 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
20902 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
20903 Remove extra quoting.
20904
20905 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
20906
20907 * gdb.base/commands.exp: Make test names unique; every test either
20908 passes or fails. Update some comments.
20909
20910 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
20911
20912 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20913
20914 The following fixes a FAIL caused by the fact that the alpha stabs
20915 configuration didn't use the ".if alpha" code in weird.def.
20916 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
20917 bit pointer, so the 32 bit version works even on the alpha.
20918 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
20919 Remove the stuff which allowed us to have separate versions for
20920 alpha and everything else.
20921
20922 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
20923 regexp which "info func operator\[\](" is supposed to match. Fix
20924 string to send to GDB. Note that GDB still doesn't work right. Add a
20925 new test for "info func .perator\[\](" which GDB does handle correctly.
20926
20927 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
20928
20929 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20930
20931 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
20932 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
20933 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
20934 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
20935 it makes the tests harder to understand and confuses test-o-matic.
20936 The preferred style is that each test provides a PASS or a FAIL,
20937 and has a unique message (e.g. "continue #54" not just "continue")
20938 which is the same for the pass and the fail.
20939 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20940 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
20941 to lib/gdb.exp.
20942 * gdb.base/printcmds.exp: Use test_print_accept. Remove
20943 prt_accept which was basically the same thing. Likewise for
20944 test_print_reject and prt_reject.
20945 * lib/gdb.exp (test_print_reject): Add some more error message
20946 patterns to match from the former printcmds.exp (prt_reject).
20947 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
20948 One defect of the passcount stuff is that some of it failed to
20949 report XPASS where appropriate.
20950 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
20951 stuff before and after arg in expected pattern.
20952 (test_paddr_operator_functions): Re-do test without print_addr_of;
20953 this is the only test which seems to want extra stuff there.
20954
20955 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20956
20957 * gdb.base/nodebug.exp: Update new tests to reflect improved
20958 wording of gdb output.
20959
20960 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
20961 and "ptype" work on variables in files compiled without -g.
20962 Replaces commented out "maint print msymbol" tests.
20963
20964 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20965
20966 * gdb.base/setvar.c (dummy): Call malloc.
20967
20968 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
20969 losing with the irix4 sed.
20970
20971 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
20972 ALRM" on irix4.
20973
20974 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20975
20976 * TODO: Remove items about corefile.exp testing new exec-file and
20977 backtrace; both are now done. Add items about printing enums.
20978
20979 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20980
20981 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
20982 "get signal $thissig" test fails.
20983
20984 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
20985
20986 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20987
20988 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
20989 compiler warning with dec alpha compiler.
20990
20991 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
20992 extra \n from gdb_test call (this explains why the prompt test
20993 that I removed yesterday was there).
20994 (user_defined_command_test): Remove extra \n and prompt test.
20995
20996 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
20997 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
20998 doesn't exist.
20999 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
21000 Also remove alpha workaround, which turns out to be because
21001 SIGABRT == SIGLOST.
21002
21003 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
21004
21005 * gdb.base/help.exp: Don't test "help show".
21006
21007 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21008
21009 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
21010 "set print address" is on.
21011 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
21012 pass prompt to gdb_test; gdb_test already looks for the prompt.
21013
21014 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
21015
21016 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
21017 was a vestige of the manual TESTSTRATEGY, and the purpose of it
21018 was to make sure that gdb can read a core file. But (a) the "read
21019 the corefile" part didn't make it to a1-selftest.exp, we just
21020 delete the corefile after creating it, and (b) we test reading
21021 corefiles in corefile.exp anyway. Also, this test left around a
21022 xgdb process on Solaris.
21023
21024 * gdb.base/corefile.exp: Also test backtrace.
21025
21026 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
21027
21028 * gdb.base/commands.exp: Test a simple user defined command with
21029 arguments and if/while statements; verify the full user command is
21030 printed by "show user".
21031
21032 * gdb.base/commands.exp: Test if/while commands as part of a
21033 breakpoint command list; verify they appear in breakpoint
21034 information.
21035
21036 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21037
21038 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
21039 than by dividing by zero.
21040
21041 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
21042
21043 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
21044 performing an inferior call with watchpoints enabled.
21045 * gdb.base/watchpoint.c (main): Delete second unnecessary read
21046 call.
21047
21048 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21049
21050 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
21051 of "file" command.
21052
21053 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
21054 Add additional pattern for when "int operator int(void);" appears
21055 in a different order.
21056
21057 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21058
21059 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
21060
21061 * gdb.base/help.exp: Replace most of docstrings for "info signals"
21062 and "signal" with ".*".
21063
21064 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21065
21066 * TODO: Add note about "handle all nostop".
21067
21068 * gdb.base/{sigall.c, sigall.exp}: New test.
21069 * gdb.base/Makefile.in: Add it.
21070
21071 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
21072
21073 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
21074 when invoking GDB, suppresses any windowing interface.
21075
21076 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
21077
21078 * config/sim-gdb: New file, simulator testing support.
21079
21080 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
21081
21082 * gdb.base/interrupt.exp: Test calling func1 twice.
21083
21084 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
21085
21086 * gdb.base/list.exp (test_forward_search): Set timeout higher
21087 when we'll be getting lots of output from gdb.
21088
21089 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
21090 "init_malloc" to after the expect statement. Run it if that
21091 regexp is taken, but also for two others which happen if source
21092 cannot be found.
21093
21094 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21095
21096 * gdb.base/printcmds.exp: New test, for printing register before
21097 program is running.
21098
21099 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21100
21101 * gdb.base/list.exp: Correct some alternate expect patterns
21102 to reflect changes in list1.c.
21103
21104 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21105
21106 * TODO: Add item regarding large frames.
21107
21108 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
21109
21110 * TODO: Remove item about enabling return.exp; it
21111 is enabled. Suggest a few more "return" tests.
21112
21113 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21114
21115 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
21116 anonymous unions.
21117
21118 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21119
21120 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
21121 and pr-5646.o, so "make" is the same as "make all", not "make
21122 pr-4975.o".
21123
21124 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
21125
21126 * gdb.base/list.exp: Adjust expectations to reflect changes in
21127 list1.c.
21128 (test_forward_search): New test proc.
21129 * gdb.base/list1.c (long_line): New function, has long source line.
21130
21131 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
21132
21133 * gdb.base/a1-selftest.exp: Change initial stepping to know about
21134 additional line of code that was added.
21135
21136 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
21137
21138 * gdb.disasm/hppa.s: Break the large branching tests into smaller
21139 tests so as not to overflow expect's input buffers.
21140 * gdb.disasm/hppa.exp: Corresponding changes.
21141
21142 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21143
21144 Beginnings of template debugging tests.
21145 * gdb.c++/templ-info.cc: New file to test for template
21146 debugging capability of the compiler.
21147 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
21148 templ-info.cc.
21149 * gdb.c++/templates.cc: Add explicit template instantiations
21150 to enable compiling with -fno-implicit-templates. Add destructor
21151 and 'value' method to T5 class for template tests.
21152 * gdb.c++/templates.exp: Add testcases for printing of template
21153 types, setting breakpoints on template methods and calling a
21154 template method.
21155
21156 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
21157
21158 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
21159 branch target since some assemblers (gas-2.5) may emit a
21160 relocation for the branch instead of resolving it in the
21161 assembler.
21162
21163 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21164
21165 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
21166 through signal handler.
21167
21168 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21169
21170 * configure.in (*-*-netware): Use config/mt-netware.
21171
21172 * config/mt-netware: New file.
21173 * config/mt-i386-netware: Removed, separate configs for different
21174 netware architectures are no longer needed now that we have
21175 --with-headers.
21176
21177 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21178
21179 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
21180 by the recent changes to use ANSI C arithmetic conversions.
21181
21182 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21183
21184 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
21185 bug involving using inferior_pid to figure out whether to select a
21186 frame.
21187
21188 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
21189
21190 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
21191 match the current disassembler output.
21192
21193 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
21194
21195 * gdb.fortran/exprs.exp: Expect VOID instead of void.
21196 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
21197 types, expect "int" as type of integer values (for now).
21198
21199 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
21200
21201 * gdb.base/commands.exp: New tests for if/while commands.
21202
21203 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
21204
21205 * lib/gdb.exp (runto): Replace sub-pattern for hex value
21206 by .*, since hex values have different syntax in Chill mode.
21207
21208 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21209
21210 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
21211 linefeed from expect pattern for repeated types with indices > 9.
21212
21213 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
21214
21215 First part of Fortran test suite.
21216 * gdb.fortran: New directory.
21217 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
21218
21219 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21220
21221 * gdb.base/default.exp: Update expect pattern for load command
21222 without arguments.
21223
21224 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
21225
21226 * configure.in: Change i386 to i[345]86.
21227 * gdb.base/configure.in: Likewise.
21228 * gdb.c++/configure.in: Likewise.
21229 * gdb.chill/configure.in: Likewise.
21230
21231 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
21232
21233 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
21234 patterns, since that is not a valid context for comments.
21235
21236 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
21237
21238 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
21239 repeated types and repeated types with indices > 9.
21240
21241 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
21242
21243 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
21244 2417; old bug has been fixed.
21245
21246 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
21247
21248 * gdb.base/interrupt.exp: When trying to wake up the inferior,
21249 send the newline ourselves instead of assuming gdb_test will do
21250 so when passed an empty input string.
21251
21252 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
21253 stabs testcode.
21254
21255 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21256
21257 * lib/gdb.exp (gdb_test): Don't send anything if the first
21258 argument is an empty string. This makes cases where we want to
21259 match output that is already in expect's buffers (for example,
21260 matching a breakpoint after gdb_run_cmd has been called) work
21261 reliably.
21262
21263 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21264
21265 * config/netware.exp: New file.
21266
21267 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21268
21269 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
21270 the -B and -L prefixes so we can find the debugging stub.
21271
21272 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
21273 there and we are using the gcc from the tree.
21274
21275 * gdb.base/types.c: Removed.
21276
21277 * gdb.base/configure.in: Look for makefile fragments in ../config.
21278 Recognize i386-*-netware.
21279 * gdb.c++/configure.in: Likewise.
21280
21281 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21282
21283 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
21284 the correct TCL syntax.
21285
21286 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21287
21288 * gdb.base/opaque.exp: use runto instead of messing around with
21289 breakpoints. Simplify by using gdb_test.
21290
21291 * gdb.base/bitfields.exp: restart between tests on netware targets
21292 because breakpoints aren't relocated after target death. Run
21293 processes to completion.
21294
21295 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
21296
21297 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
21298
21299 * Makefile.in: Remove extra tabs that confuse some versions
21300 of "make". Use the newly built gdb to test with by default,
21301 rather than the first one in the tester's search path.
21302
21303 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
21304
21305 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
21306
21307 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
21308 condition help.
21309
21310 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21311
21312 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
21313
21314 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
21315 running.
21316 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
21317 * gdb.base/funcargs.exp: Likewise.
21318
21319 * gdb.base/bitfields.exp: Simplify by using gdb_test.
21320 * gdb.base/funcargs.exp: Likewise.
21321
21322 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
21323 message is "".
21324
21325 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21326
21327 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
21328 return,signals,twice}.exp: Handle non-existant binaries
21329 consistantly.
21330
21331 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
21332 * gdb.base/Makefile.in: Don't try to generate a core dump, we
21333 might testing a cross development system.
21334
21335 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21336
21337 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
21338 runtest script is relative to ${srcdir}, not ${rootdir}.
21339
21340 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
21341
21342 * gdb.base/signals.exp: Allow for optionality of breakpoint
21343 address.
21344
21345 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21346
21347 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
21348
21349 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21350
21351 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
21352 for size_t definition.
21353 * gdb.c++/templates.cc: Likewise
21354
21355 * config/mt-i386-netware: New file.
21356
21357 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
21358 defined.
21359
21360 * gdb.base/Makefile.in: Added support for systems that name core
21361 files by appending "core" to the program name.
21362 * gdb.base/a1-selftest.exp: Likewise.
21363
21364 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21365
21366 * gdb.base/return.exp: Add comment and message for `return double'
21367 test failure on Sparc Solaris.
21368
21369 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
21370
21371 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
21372
21373 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21374
21375 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
21376 from optimizing them away.
21377 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
21378 patterns to include default constructors and assignment operators,
21379 to match gcc versions beyond 2.5.8. Accept any cplus demangling
21380 character in the output of the virtual base pointer.
21381
21382 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21383
21384 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
21385 expression match in print_addr_of to avoid unintented matches.
21386 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
21387 versions up to 2.5.8.
21388
21389 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21390
21391 * gdb.base/list.exp: Tweak alternate pattern for listing of an
21392 included file to run under newer versions of expect.
21393 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
21394 consecutive >'s in templates to accomodate recent cplus-dem.c change.
21395 Remove xfail for the virtual table of BDDHookV.
21396
21397 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
21398
21399 * lib/gdb.exp (string_to_regexp): Set a default result.
21400 (default_gdb_start): Fix misleading message.
21401
21402 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
21403
21404 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
21405 Remove all CC, etc definitions.
21406 * config/mt-hpux: New file.
21407 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
21408 (CFLAGS, LDFLAGS): Define.
21409 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
21410
21411 * Makefile.in (site.exp): Don't insert host_os, etc.
21412 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
21413 (distclean): Check existence of subdir.
21414 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
21415 * gdb.base/Makefile.in: General cleanup and simplification.
21416 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
21417 to build executables. Use default rule to build .o files.
21418 (EXPECT, RUNTEST, CC): Fix relative pathname.
21419 (site.exp): Don't insert host_os, etc.
21420 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
21421 and/or SIGUSR1 defined.
21422 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
21423 * gdb.c++/Makefile.in: General cleanup and simplification.
21424 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
21425 (CFLAGS): Remove.
21426 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
21427
21428 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
21429
21430 * gdb.base/recurse.exp: Misc changes to get tests running again
21431 after Kung's changes to the watchpoint code.
21432 * gdb.base/watchpoint.exp: Likewise.
21433
21434 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
21435
21436 * lib/gdb.exp (string_to_regexp): Convert {\} also.
21437
21438 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
21439
21440 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
21441 * lib/gdb.exp (default_gdb_start): Define.
21442 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
21443 gdb.base/funcargs.exp, gdb.base/opaque.exp,
21444 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
21445 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
21446 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
21447 Don't call gdb_target_udi in between tests.
21448
21449 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21450
21451 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
21452 (which was basically just a local version of the same thing). In
21453 addition to avoiding duplication, gdb_test_exact is faster.
21454 * lib/gdb.exp (gdb_test_exact): Fix typo.
21455
21456 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
21457 don't give an error.
21458
21459 * gdb.base/term.exp: Call delete_breakpoints before starting.
21460
21461 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
21462 (t10): Add comment.
21463
21464 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
21465
21466 Reorganization of the GDB Test Suite.
21467
21468 * gdb.base: New directory, contains all the basic tests.
21469 * gdb.c++: New directory, tests specific to C++.
21470 * gdb.chill: New directory, tests specific to Chill.
21471 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
21472 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
21473 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
21474 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
21475 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
21476 t30-31 to chill).
21477 * */gdbme.*: Rename to match appropriate expect scripts.
21478 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
21479 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
21480 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
21481 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
21482 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
21483 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
21484 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
21485 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
21486 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
21487 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
21488 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
21489 gdb.c++/virtfunc.cc: New names of C++ files.
21490 * gdb.chill/chillvars.ch: New name of Chill file.
21491 * gdb.base/configure.in, gdb.c++/configure.in,
21492 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
21493 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21494 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
21495 * configure.in (configdirs): Update to reflect directory changes.
21496 (target_abbrev): No longer define for any configuration.
21497 * Makefile.in: Cosmetic improvements to header comments.
21498
21499 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
21500
21501 Various changes to gdb.t31:
21502
21503 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
21504 * gdbme.ch: Make all key-words and predefineds be upper-case.
21505 * chillvars.exp: Expect key-words and predefinds in upper-case.
21506
21507 * chillvars.exp: Use gdb_test_exact many places.
21508 Change expected output for arrays (which now includes index labels).
21509
21510 * pr-5020.exp, gdme.ch (module PR_5020):
21511 New test, for PR-5020.
21512
21513 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
21514
21515 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
21516 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
21517
21518 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
21519
21520 * Makefile.in: Fix bit-rot in definitions of CHILL,
21521 CHILL_FOR_TARGET and Chill_LIB.
21522 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
21523 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
21524 CHILL, and CHILL_LIB.
21525
21526 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
21527
21528 * Revert the previous changes. Please see Rob's directory
21529 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
21530
21531 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
21532
21533 * Makefile.in, configure.in, config/mips-gdb.exp,
21534 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
21535 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
21536 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
21537 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
21538 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
21539 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
21540 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
21541 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
21542 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
21543 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
21544 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
21545 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
21546 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
21547 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
21548 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
21549 changes from 94Q1.
21550
21551 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
21552
21553 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
21554 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
21555 Rob's new testing fragments.
21556
21557 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
21558
21559 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
21560 lib/gdb.exp: Replace error proc calls with perror.
21561
21562 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
21563
21564 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
21565 version also, match on casted version strings, and match on
21566 gdb startup case where the line numbers might be messed up.
21567
21568 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
21569
21570 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
21571 (CFLAGS): Delete it from here.
21572
21573 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
21574
21575 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
21576
21577 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
21578
21579 * Makefile.in (RUNTEST): Default to just "runtest".
21580
21581 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21582
21583 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
21584 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
21585 the code has been restructured.
21586
21587 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21588
21589 * gdb.t00/default.exp (set write): Allow any number of \r and/or
21590 \n, not just one of each.
21591
21592 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
21593 /bin/cc gives a warning if you do.
21594
21595 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
21596
21597 * gdb.t24/demangle.exp: change expect pattern of
21598 __t10ListS_link1ZUiRCUiPT0
21599
21600 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21601
21602 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
21603 on local variables in recursive functions.
21604
21605 * gdb.t07/Makefile.in: Build the new test.
21606
21607 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21608
21609 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
21610 directly. Instead compare the return values from actual calls.
21611
21612 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
21613
21614 * Makefile.in (check): Set TCL_LIBRARY for runtest.
21615
21616 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21617
21618 * From Peter Schauer with minor modifications.
21619 * gdb.t15/return.exp (return_tests): Handle targets where "return"
21620 stops in mid-line in the caller. Add xfail for returning a float
21621 value on X86 targets.
21622
21623 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21624
21625 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
21626 to avoid expect lossage.
21627 (fmem_LRbug_tests): Likewise.
21628 * gdb.disasm/hppa.s: Corresponding changes.
21629
21630 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
21631 conditions to work with latest dejagnu/expect.
21632
21633 * gdb.t15/funcargs.exp (finish from indirect call): No longer
21634 expected to fail on the PA.
21635 (backtrace in call with trampolines): Explicitly require main
21636 to be frame #1 (no trampolines should show up in backtrace).
21637
21638 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
21639 "continue -expect".
21640 * gdb.t06/break.exp: Likewise.
21641 * gdb.t07/watchpoint.exp: Likewise.
21642 * gdb.t13/bitfields.exp: Likewise.
21643 * gdb.t15/{funcargs,return}.exp: Likewise.
21644 * gdb.stabs/weird.exp: Likewise.
21645 * config/{mips,udi}-gdb.exp: Likewise.
21646
21647 * hppa.sed: Enclose comments within a sed command to avoid
21648 losing with the old OSF1 sed.
21649
21650 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21651
21652 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
21653 sequent dynix.
21654 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
21655 * gdb.t15/funcargs.exp: Conditionally step again to really
21656 finish from marker_call_with_trampolines. Handle the case where
21657 the first step from within call_with_trampolines already steps
21658 us back to main.
21659 * gdb.t15/gdbme.c: Add comment to closing brace of
21660 call_with_trampolines for funcargs.exp.
21661
21662 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21663
21664 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21665 Fix typo(s).
21666
21667 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21668
21669 * gdb.t07/gdbme.c: More code for watchpoint testing.
21670
21671 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
21672 "Hardware watchpoint" throughout file.
21673 (test_watchpoint_triggered_in_syscall): New test.
21674 (test_complex_watchpoint): New test.
21675
21676 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21677
21678 * gdbme.c (call_with_trampolines): New function to try and step
21679 into. Tests trampoline problems on the PA.
21680
21681 * funcargs.exp (localvars_in_indirect_call): No longer expect
21682 stepping into indirect call to fail on PAs.
21683 (test_stepping_over_trampolines): New test.
21684
21685 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21686
21687 * TODO: Add suggestions for static member function tests, and
21688 completion tests.
21689
21690 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21691
21692 * TODO: Add suggestions for "p/a" tests.
21693
21694 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
21695 (default_gdb_exit): Replace all the hair with sending "quit" to
21696 the process with a simple close.
21697
21698 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21699
21700 * TODO: Add suggestions for shared library tests.
21701
21702 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21703
21704 * TODO: Add suggestions for x/s tests.
21705
21706 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21707
21708 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
21709 "enable once", and "enable breakpoints once" with ".*".
21710
21711 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21712
21713 * TODO: Add suggestions about structure passing tests.
21714
21715 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21716
21717 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
21718 the primary1 test, use work around if __GNUC__ < 2.
21719 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
21720 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
21721 Test for bad output rather than waiting for timeout. Issue
21722 second continue only if first continue failed.
21723
21724 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21725
21726 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
21727 operator[] test with gdb_test because the old code didn't seem to
21728 be getting the quoting right with the new dejagnu.
21729
21730 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
21731
21732 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
21733 one from the path.
21734 * Makefile.in: Use a fresh expect if there is one, use runtest
21735 from the src tree if there is one.
21736
21737 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21738
21739 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
21740 next over recursive call. Revise the tests from that point on
21741 (which had been skipped) to match GDB's actual (correct) output.
21742
21743 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
21744 with next over a breakpoint whose condition is false.
21745
21746 * gdb.t00/help.exp: Comment out "help set print" tests just like
21747 (and for same reason as) "help set" test.
21748
21749 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21750
21751 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
21752 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
21753
21754 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21755
21756 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
21757 necessary gdb_target_udi.
21758
21759 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
21760
21761 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
21762 1838 and 2417; they are fixed.
21763
21764 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
21765 gdb.t03/ptype.exp (ptype structure, ptype union):
21766 Remove xfails; the test is looser than when the xfails were added.
21767
21768 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
21769 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
21770
21771 * gdb.t01/run.exp: Only run shell test if isnative.
21772
21773 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
21774 since "run" automatically loads if necessary. Call gdb_target_udi
21775 after the "file" since "file" kills any execution target.
21776
21777 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
21778 GDB. GDB doesn't work that way (not anymore at least) on UDI.
21779 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
21780 argument for UDI.
21781
21782 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21783
21784 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
21785
21786 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
21787
21788 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21789
21790 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
21791 properly quoting regexps. This makes the second argument to
21792 demangle a fixed string, which matches the callers, instead of a
21793 shell-style pattern which is what the previous implementation
21794 used. Update some of the callers.
21795
21796 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21797
21798 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
21799 (comib_nullified_tests): Fix typo.
21800 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
21801 strings. No longer expected to fail.
21802
21803 * gdb.disasm/hppa.s (addib_tests): Fix typo.
21804 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
21805 strings. No longer expected to fail.
21806
21807 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
21808 string. No longer expected to fail.
21809
21810 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21811
21812 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
21813 No longer expected to fail.
21814
21815 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
21816 string. No longer expected to fail.
21817
21818 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21819
21820 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
21821 only in the names (I probably got most of them). I was even
21822 generous with some which differed in underscores in names, and
21823 probably missed a few, and I *still* was able to remove almost a
21824 third of the file with almost no impact on testsuite coverage.
21825
21826 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21827
21828 * gdb.t00/default.exp: Match udi_attach error message as well as
21829 the one from child_attach.
21830
21831 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
21832
21833 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
21834
21835 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
21836 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
21837
21838 * Move test with enums and partial symbols back to
21839 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
21840 Reverts the change of 26 May 93. Per today's change to
21841 stabs.texinfo, the behavior that weird.exp was expecting was
21842 unreasonable; what is important is that the compiler+gdb get
21843 things right, which happens with a recent gcc. Also fix the test
21844 to deal with native compilers which put out the stab gdb can't
21845 deal with.
21846
21847 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21848
21849 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
21850 in the names. The main thing these accomplish is to slow things down.
21851 Many more such duplicates surely remain.
21852
21853 * gdb.t00/help.exp: Comment out "help support" test just like
21854 (and for same reason as) "help set" test.
21855
21856 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
21857
21858 * gdb.t06/break.exp: Remove setup_xfails for
21859 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
21860 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
21861 about known bug in gcc to include up through 2.5.8.
21862 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
21863 well as "_vb$".
21864 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
21865 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
21866 with latest gcc and gdb.
21867 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
21868 well as "_vb$".
21869
21870 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21871
21872 * configure.in (hppa*-*-*): Also configure and build stabs-only
21873 tests.
21874
21875 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21876
21877 * gdb.t10/hppa.mt: A makefile fragment for the PA.
21878 * gdb.t10/configure.in (hppa*-*-*): Use it.
21879
21880 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21881
21882 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
21883
21884 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21885
21886 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
21887 versions prior to 1.13.5.
21888
21889 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21890
21891 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
21892 the prompt is at the start of a line.
21893
21894 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21895
21896 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
21897 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
21898 in the copr tests now.
21899 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
21900 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
21901 expected to fail.
21902
21903 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
21904
21905 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
21906 gdb.t31/chillvars.exp, lib/gdb.exp:
21907 Tweak to run under either version of expect.
21908 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
21909 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
21910 * gdb.t11/list.exp: Remove extraneous whitespace.
21911
21912 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21913
21914 * gdb.t16/printcmds.exp (test_print_strings): Accept
21915 "(unsigned char *) " before the string.
21916
21917 * TODO: Add notes about printing of fancy types and GDB expressions.
21918
21919 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
21920
21921 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
21922 * gdb.t06/configure.in: Don't try to compile signals test program
21923 if doing mips-idt-ecoff.
21924
21925 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
21926
21927 * Most .exp files: Tweak to run under either version of expect.
21928
21929 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21930
21931 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
21932 xfails; I'm not sure why they are failing, but not because of PR 1806.
21933
21934 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
21935
21936 * config/unix-gdb.exp: Remove gdb_unload cause it's already
21937 defined in lib/gdb.exp.
21938
21939 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21940
21941 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
21942 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
21943 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
21944 have to be typeless.
21945
21946 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21947
21948 * TODO: Add suggestion for copyright year test.
21949
21950 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
21951
21952 * configure.in (*-*-lynxos*): Add stabs tests.
21953
21954 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21955
21956 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
21957 so insert a tab before any assembler directive in column zero.
21958
21959 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
21960 stores.
21961 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
21962 stores.
21963 (fpu_short_memory_tests): Likewise.
21964
21965 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21966
21967 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
21968 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
21969 .stabs directives in comments.
21970
21971 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21972
21973 * TODO: New file, describing tests we could write.
21974 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
21975
21976 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21977
21978 * gdb.t06/signals.exp: Add kludge to force re-sync.
21979
21980 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
21981 to xgdb instead of gdb, get out of gdb.
21982
21983 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
21984
21985 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
21986 for info.
21987
21988 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21989
21990 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
21991 * gdb.stabs/configure.in (hppa*-*-*): Use it.
21992 * gdb.stabs/hppa.sed: New sed script for the PA.
21993
21994 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21995
21996 * gdb.stabs: Re-write weird.def and configuration to use sed
21997 instead of cpp. sed is portable and POSIX; cpp is neither.
21998
21999 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22000
22001 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
22002
22003 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22004
22005 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
22006
22007 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22008
22009 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
22010 "_vb$".
22011 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
22012 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
22013
22014 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22015
22016 * lib/gdb.exp: Comment out code which depends on non-existent
22017 `transform' procedure.
22018
22019 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
22020
22021 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
22022 * lib/gdb.exp: Transform tool name.
22023 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
22024 1.1's new error handling system.
22025
22026 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22027
22028 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
22029
22030 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22031
22032 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
22033 They made pattern matching so slow that timeouts happened on
22034 heavily loaded systems. Now any output from "show print" which
22035 gets us back to the GDB prompt is a PASS.
22036
22037 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
22038
22039 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
22040
22041 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22042
22043 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
22044
22045 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
22046 It is not from PR 3220.
22047
22048 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22049
22050 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
22051 just started failing because they depended on the order the
22052 subcommands are presented, or exact docstring text. This kind of
22053 test is a pain and has minimal benefit.
22054
22055 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22056
22057 * gdb.t09/corefile.exp: At end of test, use "core" command with
22058 no arguments.
22059
22060 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
22061
22062 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
22063 17}/Makefile.in: Make it possible to run the testsuite with Sun
22064 make and CC = cross gcc by adding explicit build rules for .o
22065 files.
22066
22067 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22068
22069 * gdb.t15/funcargs.exp: Don't put comments on same line as
22070 setup_xfail (@#$*%& tcl braindamage!).
22071
22072 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22073
22074 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
22075
22076 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
22077
22078 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
22079 * gdb.t20/inherit.exp: remove three dumplicate entries.
22080
22081 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22082
22083 * gdb.t06/break.exp: For "next over recursive call", fail on any
22084 incorrect output, not just on "factorial (value=2)".
22085
22086 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22087
22088 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
22089 working now. Add an xfail if accesing a bss variable causes
22090 a memory error if the target is not yet run.
22091
22092 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22093
22094 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
22095 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
22096 name of __st* demangling (2 strings). Did Kung really get the
22097 more than 95 others right without testing them?
22098
22099 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
22100
22101 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
22102
22103 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
22104
22105 * configure.in (configdirs): Add gdb.disasm
22106 * gdb.disasm: New directory for GDB disassembler tests.
22107 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
22108
22109 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22110
22111 * gdb.t00/help.exp: Don't test "help set".
22112
22113 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
22114 from within expect statements. None of these happen anymore and
22115 they cause regressions to be silently unnoticed.
22116
22117 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
22118 messages) about known failures with gcc cygnus-2.4.5-930417.
22119
22120 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
22121 comp-info.exp so it gets built if it doesn't exist.
22122
22123 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
22124 it is no longer used.
22125 * gdb.t13/comp-info.c: Removed.
22126
22127 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22128
22129 * gdb.t06/signals.exp: Add xfail for sun3.
22130
22131 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22132
22133 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
22134 relevant because ^C doesn't get sent but failure can be reproduced
22135 interactively).
22136
22137 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22138
22139 * gdb.stabs/alpha.mt: New configuration file for alpha.
22140 * gdb.stabs/configure.in: Use it.
22141 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
22142 sharing with alpha.mt, redefine long to word via preprocessor.
22143 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
22144 for alpha.
22145 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
22146 native cc.
22147 * gdb.t00/teststrategy.exp: Change expect string so that we
22148 consume the `(xgdb)' from the command echo and from the gdb prompt.
22149 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
22150 gdb currently compares all values as long, so this failure probably
22151 applies to any configuration where LONGEST is bigger than a target int.
22152 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
22153 with gcc.
22154 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
22155 to handle opaque pointers, gcc is.
22156 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
22157 as first argument. Include <sys/types.h> and change all operator
22158 new definitions to use size_t.
22159 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
22160 now that we use size_t.
22161
22162 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22163
22164 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
22165 a long or float array cast all array members to the same type.
22166 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
22167 with 64 bit longs.
22168 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
22169 on alpha.
22170 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
22171
22172 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22173
22174 * gdb.t24 (demangle.exp): Constructors of templates have names like
22175 vector<int>::vector(int) not vector<int>::vector<int>(int). See
22176 section 14.6 of the ARM.
22177
22178 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
22179 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
22180 accomplish little and slow down the testsuite.
22181
22182 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
22183 Accept spaces various places.
22184
22185 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22186
22187 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
22188 with watchpoint enabled.
22189
22190 * Makefile.in: Remove definition of CC and remove the second
22191 definition of CXX (the "CXX = gcc" one remains). These definitions
22192 were causing backquotes to be expanded within backquotes, which
22193 doesn't work.
22194
22195 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
22196
22197 * gdb.t17/callfuncs.exp: Add "return 0" to end.
22198
22199 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22200
22201 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
22202 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
22203 by mips cc and contains no stabs entries.
22204
22205 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
22206
22207 * config/vx-gdb.exp: Use fake device to load files rather than
22208 NFS.
22209 * lib/gdb.exp: New proc to do "file" command.
22210 * config/unix-gdb.exp: Use new "file" proc.
22211
22212 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
22213
22214 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
22215 Rework board rebooting slightly.
22216 (gdb_exit): Don't exit from the remote shell; there isn't one.
22217 * gdb.stabs/weird.exp: If a program is being debugged already,
22218 kill it.
22219 * gdb.t04/setvar.exp: Stop and restart gdb.
22220 * gdb.t05/expr.exp: Likewise.
22221 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
22222 restart gdb and reload the program.
22223 * gdb.t08/opaque.exp: Likewise.
22224 * gdb.t12/scope.exp: Likewise.
22225 * gdb.t13/bitfields.exp: Likewise.
22226 * gdb.t15/funcargs.exp: Likewise.
22227 * gdb.t20/classes.exp: Likewise.
22228 * gdb.t03/ptype.exp: Increase timeout.
22229 * gdb.t16/printcmds.exp (test_print_string_constants,
22230 test_print_array_constants): Likewise.
22231 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
22232 * gdb.t20/classes.exp (do_tests): Likewise.
22233 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
22234
22235 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
22236
22237 * gdb.stabs: Renamed *wierd* to *weird*.
22238
22239 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22240
22241 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
22242 for timeout. Add "known gcc 2.4.5 bug" to failure message.
22243
22244 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22245
22246 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
22247 (do_tests): Remove xfail for whatis on one_var and two_var.
22248
22249 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
22250
22251 * Makefile.in: Made cross building work better by adding
22252 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
22253
22254 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22255
22256 * gdb.t15/{return.c,return.exp,Makefile.in}:
22257 New test, currently commented out.
22258
22259 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
22260
22261 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
22262 still running and removes the leftover named socket so GDb can do
22263 clean restarts.
22264
22265 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
22266
22267 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
22268 console, not GDB.
22269 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
22270 cross testing works better with "make check"
22271 * config/unix-gdb: Use default procedures for exit and version.
22272 * config/vx-gdb.exp: Cleaned up and massaged back to working order
22273 with the newest VxWorks.
22274
22275 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22276
22277 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
22278 old form.
22279
22280 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
22281 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
22282
22283 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
22284
22285 * config/unix-gdb.exp: Remove this version of gdb_exit
22286 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
22287 Rob says he'll look at it when he gets back to testing boards.
22288
22289 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
22290
22291 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
22292 an expected fail for certain ptype commands.
22293
22294 * gdb.t20/classes.exp: Update expected results of "ptype class
22295 Base1" to account for the constructor that now appears in the type.
22296
22297 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
22298
22299 * configure.in (configdirs): Restore gdb.t04, which mysteriously
22300 disappeared from list.
22301 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
22302 "alldone" proc with call to cleanup and exit.
22303 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
22304 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
22305 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
22306 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
22307 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
22308 "alldone" proc with simple returns that suppress remaining
22309 tests. The alldone proc went away many months ago.
22310
22311 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22312
22313 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
22314
22315 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
22316
22317 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22318
22319 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
22320 as vax gdb will display them.
22321
22322 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22323
22324 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
22325 optimizers.
22326
22327 * scope.exp: Change "bad value for localval" messages so each one
22328 is unique.
22329
22330 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
22331 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
22332
22333 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
22334
22335 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22336
22337 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
22338 doesn't exist (due to optimization).
22339
22340 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22341
22342 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
22343 contains \r because the filename is long.
22344
22345 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
22346 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
22347
22348 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22349
22350 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
22351 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
22352 Ultrix.
22353 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
22354 int tests.
22355 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
22356
22357 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
22358
22359 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
22360
22361 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
22362 to match does not match the passing case but still matches the
22363 failing case.
22364
22365 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22366
22367 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
22368
22369 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
22370
22371 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
22372 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
22373 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
22374 Remove various versions of gdb_exit.
22375 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
22376 gdb_exit.
22377 * config/unix-gdb.exp: gdb_exit remains here, and should override
22378 the generic version, since it's doing a lot of wierd stuff that
22379 the other versions aren't. FIXME, fold it in, or abandon this
22380 version.
22381
22382 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22383
22384 * gdb.t24/demangle.exp: Add tests for PR 3220.
22385
22386 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22387
22388 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
22389
22390 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
22391
22392 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
22393 "i386-*-*". Works for i486 as well.
22394
22395 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
22396 bug, and expand domain of xfail to all SVR4 systems, since the
22397 actual problem is likely to be in generic SVR4 /proc support.
22398
22399 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22400
22401 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
22402
22403 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
22404
22405 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
22406 xfails for other systems. Match a missing 'Continuing.' as an
22407 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
22408
22409 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
22410 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
22411 Only issue warning for missing executables if -all option is used.
22412
22413 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
22414 file if -all option is used. It's like an unpredictable XFAIL.
22415
22416 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22417
22418 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
22419 for dynamically linked binaries.
22420
22421 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
22422
22423 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22424
22425 * gdb.t20/inherit.exp: Change message for "print tagless struct"
22426 to state that this is a known bug in old versions of g++.
22427
22428 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22429
22430 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
22431 while waiting for `Continuing'.
22432
22433 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
22434
22435 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
22436 in text, data, and bss.
22437 * gdb.t10/nodebug.c: Add local and global test variables for
22438 initialized and uninitialized data.
22439
22440 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22441
22442 * config/unix-gdb.exp (gdb_exit): Add "wait".
22443
22444 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22445
22446 * gdb.t06/signals.exp: xfail the continue from the handler for all
22447 targets.
22448
22449 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
22450 function with watchpoints enabled, the i386 call dummy starts with
22451 a call.
22452
22453 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
22454 386 bsd names its corefiles.
22455
22456 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
22457
22458 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
22459 compilers don't grok it.
22460 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
22461 with small octal ints rather than character constants, which
22462 are signed and might not fit if first promoted to int.
22463
22464 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
22465
22466 * gdb.t09/Makefile.in (clean): Remove corefile.
22467
22468 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22469
22470 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
22471
22472 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22473 and Jim Kingdon (kingdon@cygnus.com)
22474
22475 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
22476 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
22477 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
22478
22479 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22480
22481 * gdb.t17/interrupt.exp: Add xfail for hppa.
22482
22483 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22484
22485 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
22486 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
22487 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
22488 to determine signed-ness of bitfields and use the result to setup
22489 the xfail.
22490 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
22491 * gdb.t15/funcargs.exp: Use them to step until the second indirect
22492 call line is reached if necessary.
22493
22494 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22495
22496 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
22497
22498 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22499
22500 * gdb.t06/break.exp: Also test `clear' command.
22501
22502 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22503
22504 * gdb.t00/teststrategy.exp: Remove extra quote.
22505
22506 * gdb.t07/watchpoint.exp: Change xfail for calling function with
22507 watchpoint enabled to be for all non-68k machines.
22508
22509 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
22510
22511 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22512
22513 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
22514 targets use aout.mt instead of ecoff.mt as gas understands
22515 standard aout format.
22516
22517 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22518
22519 * lib/gdb.exp (runto): Don't insist that function we are running to
22520 was compiled with -g.
22521
22522 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
22523
22524 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
22525 to get back into the read system call.
22526 Accept leading newline in case where we woke it up.
22527
22528 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22529
22530 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
22531 to make the stabs test work on ecoff systems using gcc and -with-stabs.
22532 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
22533 enable ecoff configuration.
22534
22535 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22536
22537 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
22538
22539 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22540
22541 * gdb.t16/printcmds.exp: Add another printf test.
22542
22543 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
22544
22545 * configure.in: If configured -with-stabs on any target, add
22546 stabsdirs to configdirs.
22547
22548 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22549
22550 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
22551 fun" so pattern does not match the command itself.
22552
22553 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22554
22555 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
22556
22557 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22558
22559 * gdb.t17/interrupt.exp: Test for more things.
22560
22561 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22562
22563 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
22564 compiler arranges the code and line numbers.
22565
22566 * gdb.t17/interrupt.exp: Don't send \n after ^C.
22567
22568 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22569
22570 * gdb.t00/help.exp: Increase expect input buffer size.
22571
22572 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22573
22574 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
22575
22576 * gdb.t07/watchpoint.exp: Add xfail for hppa.
22577
22578 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
22579
22580 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
22581 [0-9]*, not just [0-9].
22582
22583 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22584
22585 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
22586
22587 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
22588
22589 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22590
22591 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
22592
22593 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22594
22595 * gdb.t06/signals.c: Add xfails for sun3.
22596
22597 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
22598
22599 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
22600 test_stepping tests.
22601
22602 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22603
22604 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
22605
22606 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
22607
22608 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
22609 rather than actually putting it through cpp twice.
22610
22611 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
22612
22613 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
22614
22615 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
22616 no longer needed.
22617
22618 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22619
22620 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
22621
22622 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
22623 C++ features prints as "struct", make it a pass, not an xfail.
22624
22625 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22626
22627 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
22628 Don't require VA to print as "class" rather than "struct".
22629
22630 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
22631
22632 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
22633
22634 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22635
22636 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
22637
22638 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22639
22640 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
22641 order.
22642
22643 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22644
22645 * gdb.t16/printcmds.exp: Add printf tests.
22646
22647 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
22648
22649 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
22650
22651 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
22652
22653 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
22654 pass counts, to counteract any existing or future setup_xfails.
22655
22656 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22657
22658 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
22659 {BEGIN,END}_COMMON for common block instead of STAB.
22660 * gdb.stabs/wierd.exp: Add xfail for rs6000.
22661
22662 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
22663 intp_var should be N_GSYM not N_LSYM.
22664 wierd-aout.S: Use a label for the value of the N_SO.
22665 wierd.def: Remove all backslashes.
22666 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
22667
22668 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22669
22670 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
22671 get the expected next to inheritance3.
22672
22673 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22674
22675 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
22676 now that gcc-2.4 gets it right.
22677
22678 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22679
22680 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
22681
22682 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
22683 generating comp-info.exp which works for cross-compilation.
22684
22685 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
22686
22687 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
22688 "*-*-sysv4.*".
22689
22690 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
22691
22692 * gdb.t01/run.exp: Start with a fresh gdb.
22693 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
22694 SVR4.x.
22695
22696 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
22697
22698 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
22699 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
22700 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
22701 Makefile.in (distclean, realclean): Remove gdbme.c from list of
22702 things to remove.
22703
22704 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
22705
22706 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
22707 test cases from bug reports.
22708
22709 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
22710
22711 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
22712 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
22713 avoid spurious xfails.
22714 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
22715 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
22716 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
22717
22718 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
22719
22720 * gdb.t00/teststrategy.exp: Rework to provide more useful
22721 description of each test, fix problem with systems that define
22722 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
22723 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
22724 results for "next over recursive call" so timeouts aren't taken
22725 by error.
22726
22727 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
22728
22729 * gdb.t12/scope.exp: Test printing of variables before run.
22730
22731 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
22732 printed in wrong order due to sorting.
22733
22734 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
22735
22736 * gdb.t00/teststrategy.exp: Fix expected results for printing
22737 user entered string constant. Is array of char, prints with no
22738 address.
22739
22740 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
22741 commands.
22742 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
22743 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
22744 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
22745 of struct of char arrays.
22746 * gdb.t00/radix.exp: New tests for radix commands.
22747
22748 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
22749
22750 * gdb.t16/printcmd.exp: Print a variable before running program
22751 (with xfail for AIX).
22752
22753 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
22754
22755 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
22756
22757 * gdb.t16/printcmd.exp: Don't print variables before running program.
22758
22759 * gdb.t06/break.exp: Don't require envp argument to main.
22760
22761 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
22762
22763 * gdb.t02/whatis.exp, gdb.t11/list.exp:
22764 Add xfails for rs6000.
22765
22766 * gdb.t02/whatis.exp: Change other tests not to re-test something
22767 we already tested.
22768
22769 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
22770 each type used has a variable of that type.
22771
22772 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
22773
22774 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
22775
22776 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22777
22778 * configure.in: change srctrigger to be a file, not a directory
22779
22780 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
22781
22782 * configure.in (mips-idt-ecoff*): Added trailing '*'.
22783
22784 * gdb.t11/list.exp: Fixed a couple of typos.
22785
22786 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
22787
22788 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
22789 is fixed and PR is closed.
22790 * gdb.t16 (gdbme.c): Add simple test string variable.
22791 * gdb.t16 (printcmds.exp): Add tests with simple test string
22792 variable, primarily for boundaries on "set print elements".
22793
22794 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
22795
22796 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
22797 Make leading 0's optional and don't expect a tab in the middle
22798 of the number.
22799
22800 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
22801
22802 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
22803 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
22804 don't end command passed to gdb_test with newline.
22805
22806 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
22807 signed keyword away, don't expect signed bitfields to be signed.
22808
22809 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
22810 printing with only as many 1's as are in the field as well as printing
22811 with 32 1's (see comment).
22812
22813 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
22814
22815 * gdb.t00/default.exp: Start with a fresh gdb.
22816 * configure.in (configdirs): Remove gdb.t31 until the chill
22817 compiler works again. It no longer is able to find chillrt0
22818 since it isn't in libchill.a anymore.
22819 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
22820 wierd.o, make more modular.
22821 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
22822 spurious newlines that caused problems.
22823
22824 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22825
22826 * Move test with enums and partial symbols from gdb.t03/ptype.exp
22827 to gdb.stabs/wierd.exp since GCC has worked around the bug.
22828 gdb.stabs/wierd.{exp,def}: Many new tests.
22829
22830 * gdb.t00/default.exp: update info line for new message.
22831
22832 * gdb.t02/{whatis.exp,gdbme.c}:
22833 Test that "char *" doesn't print as "caddr_t".
22834
22835 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22836
22837 * gdb.t00/help.exp: Use .* in place of some help messages which
22838 just changed.
22839 gdb.t00/default.exp: Update "info frame" test for new message.
22840 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
22841 Remove some xfails
22842
22843 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22844
22845 * gdb.t03/{gdbme.c,ptype.exp}:
22846 Add tests for typedef'd struct and union without tags.
22847 Also check "whatis" on a variable of a typedef'd enum without a tag.
22848
22849 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
22850 PRMS 1823; the bug still exists but isn't reproduced by this test
22851 anymore), and remove rs6000 XFAIL (the bug is fixed).
22852
22853 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
22854 duplicated from whatis.exp. For those that are left, accept
22855 "long", "long int", or "int" for long variables (whatis.exp already
22856 has an XFAIL for "int", so no need to fail it here).
22857
22858 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
22859 Deal with GCC's names for types now that GDB uses the compiler's names.
22860
22861 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
22862 setup_xfail's for sunos4. If we #defined the signed keyword away,
22863 don't expect GDB to know that char it is signed.
22864
22865 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
22866
22867 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
22868
22869 * configure.in (configdirs): Add gdb.t24 for C++ tests that
22870 should work on any system, regardless of debugging format.
22871 * gdb.t21/demangle.exp: Move to gdb.t24.
22872 * gdb.t24/demangle.exp: Move from gdb.t21.
22873 * gdb.t24/{Makefile.in, configure.in}: New files.
22874
22875 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22876
22877 * configure.in: Do gdb.stabs and C++ tests only for stabs.
22878 * gdb.stabs: New directory.
22879
22880 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22881
22882 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
22883 not just "Quit anyway?".
22884
22885 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
22886
22887 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
22888 that all setup_xfails are immediately followed by clear_xfails.
22889
22890 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
22891
22892 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
22893 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
22894 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
22895 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
22896 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
22897 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22898 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22899 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
22900 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
22901 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
22902 gdb.t31/chillvars.exp, lib/gdb.exp:
22903 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
22904 bug-gdb@prep.ai.mit.edu.
22905
22906 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
22907
22908 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
22909 with 0.0, not integer 0.
22910
22911 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
22912
22913 * gdb.t06/break.exp: Update for "Kill the program" message change.
22914
22915 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
22916
22917 * Makefile.in (GDBFLAGS): Set to -nx.
22918 * Makefile.in (site.exp): Use GDBFLAGS.
22919
22920 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
22921
22922 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
22923 Makefiles.
22924 (check): depend on just-check.
22925 (just-check): added so that tests can be run without a noop
22926 build pass.
22927
22928 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
22929
22930 Switch to using configure's configdirs.
22931 * Makefile.in (Makefile): add configure.in dependency.
22932 (SUBDIRS): removed redundant assignment.
22933 * configure.in: switch subdirs assignment to configdirs.
22934 * gdb.t*/configure.in: new files.
22935
22936 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
22937
22938 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
22939 works.
22940
22941 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
22942
22943 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
22944 in explicit rules. Apparently this is not supported by some makes.
22945
22946 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
22947
22948 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
22949
22950 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22951
22952 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
22953 disappeared.
22954
22955 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
22956
22957 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
22958
22959 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
22960
22961 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
22962 watchpoint problem that is now fixed.
22963 * gdb.t30/chexp.exp: Remove setup_xfail for printing
22964 uninitialized convenience variables.
22965 * gdb.t31/chillvars.exp: Fix expected patterns for printing
22966 structures.
22967
22968 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22969
22970 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
22971 which causes expect to get out of sync with gdb on long output
22972 from help set.
22973 * gdb.t09/corefile.exp: Make expected pattern for core file
22974 failing signal and frame output format less sun specific.
22975
22976 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
22977
22978 * gdb.t31/chillvars.exp: Add and remove initial dummy
22979 breakpoint, so that symbol table is forced in.
22980 (Needed at least on Sunos4, though it seems not SVR4.)
22981 * gdb.t31/chillvars.exp: Update for changed output format.
22982
22983 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
22984
22985 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
22986
22987 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
22988
22989 * Makefile.in: Added --srcdir when invoking runtest, removed the
22990 need for a local config file. (optional now)
22991
22992 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
22993
22994 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
22995 failure count used to force early termination. Add some more
22996 expected failures for gnu style demangling.
22997
22998 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22999
23000 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
23001 pmi variable from gdb.t20/gdbme to get optimized away.
23002 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
23003 Check for written corefile upon timeout _and_ eof.
23004
23005 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23006
23007 * config/unix-gdb.exp: Add missing return 0.
23008
23009 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23010
23011 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
23012 test termination.
23013
23014 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
23015
23016 * configure.in (subdirs): Put back gdb.t17 which mysteriously
23017 disappeared.
23018
23019 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
23020
23021 * gdb.t10/crossload.exp: Disable the i860-elf test until such
23022 time as i860 support works.
23023
23024 * gdb.t15/funcargs.exp: Fix expected outputs to include
23025 "backtrace 100\r" rather than just "backtrace\r", to match last
23026 change.
23027
23028 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
23029
23030 * config/udi-gdb.exp (gdb_exit): Remove close command.
23031 (gdb_target_udi): New procedure to set the UDI target.
23032 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
23033 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
23034 Added waits for prompts after several question responses. Added
23035 some more responses used by a29k-amd-udi-gdb.
23036 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
23037 pass different arguments, restart UDI connection after program
23038 completion.
23039 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
23040 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23041 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
23042 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
23043 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
23044 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
23045 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23046 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
23047 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
23048 after program completion.
23049 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
23050 compiled with a SELECT_VECS setting.
23051 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
23052 infinite recursion.
23053
23054 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
23055 Added checks for COFF results, and made them expected failures for
23056 all targets. It would be better to make them expected failures
23057 for COFF targets only.
23058
23059 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
23060
23061 * Makefile.in: add null dvi target, don't bother to recurse
23062 through test directories for info and install-info; rename
23063 $(datadir) to be dejagnu instead of deja-gnu
23064
23065 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
23066
23067 * gdb.t31/gdbme.ch: Re-enable code that previously caused
23068 compiler to coredump.
23069 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
23070 code.
23071
23072 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
23073
23074 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
23075 coredump.
23076 * gdb.t31/chillvars.exp: Comment out tests that depend on that
23077 code.
23078
23079 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
23080
23081 * gdb.t03/ptype.exp: tests for return code from gdb_test.
23082 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
23083 which in a shell. Deletes xgdb when done.
23084 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
23085 Tests the return from the "set height" or "set width" commands.
23086 Added a few return codes where needed.
23087
23088 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
23089
23090 * Makefile.in (SUBDIRS): Add gdb.t17.
23091 * configure.in (subdirs): Add gdb.t17.
23092 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
23093 files to test gdb's calling of functions in the inferior with
23094 the correct arguments and gdb's ability to retrieve any
23095 result returned.
23096
23097 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
23098
23099 * config/unix-gdb.exp (gdb_exit): Remove close commands that
23100 may be called after gdb goes away. Previous versions of expect
23101 needed these to avoid file descriptor leaks, but they cause
23102 errors with the current revision of expect.
23103 * gdb.t00/gdbvars.exp: Use -re on expected output after
23104 setting sevenbit-strings.
23105 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
23106 to set sevenbit-strings consistent across tests.
23107 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
23108 set sevenbit-strings consistent across tests.
23109
23110 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
23111
23112 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
23113 expected output to match current "expect" expectations.
23114
23115 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
23116
23117 * gdb.t00/default.exp: Change expected output for default "source"
23118 command, to match new gdb behavior which requires a filename to
23119 source.
23120
23121 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
23122
23123 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
23124 expected fail for i486-*-* that misses the marker2 function.
23125 * gdb.t10/crossload.exp (bfddefault): Allow successful
23126 recognition of a format to pass even if no symbols are found.
23127 Explicitly catch failures where the format is not recognized
23128 or is ambiguous, and add the reason to the fail message.
23129 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
23130 the cause is and invalid target and add reason to failure message.
23131 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
23132 elf32-i386, elf32-sparc, and elf32-i860.
23133 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
23134 Set up expected failure for 'filename'::variable scope resolution,
23135 which is now apparently broken on all targets.
23136 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
23137 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
23138 gdb.t23/templates.exp: Change failure for missing binfile into
23139 just a warning.
23140 gdb.t21/demangle.exp: Change all cfront references to 'arm'
23141 references.
23142
23143 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
23144
23145 * gdb.t00/default.exp: Add expected output for default "source"
23146 command, to match new gdb behavior.
23147 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
23148
23149 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
23150
23151 * config/*-gdb.exp: returns an error, rather than exiting on
23152 internal errors.
23153
23154 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
23155
23156 * gdb.t03/gdbme.c: Add pointer to struct variable.
23157 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
23158 referencing struct members.
23159
23160 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
23161
23162 * configure.in (mips-idt-ecoff): New target.
23163 * config/mips-gdb.exp: New file for remote board using MIPS remote
23164 debugging protocol.
23165
23166 * Redid configuration scheme. Removed gdb.t*/configure.in.
23167 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
23168 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
23169 distclean targets. Built executables via .o files. Adjusted
23170 tests to account for source files in $(srcdir) rather than
23171 $(objdir).
23172 * lib/gdb.exp (runto): Don't expect () after the function name,
23173 because it may have arguments.
23174
23175 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
23176
23177 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
23178 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
23179 expected failures for mips-idt-* and mips-sgi-*.
23180 * gdb.t00/default.exp (attach): Kill process if requested.
23181 * gdb.t00/help.exp (help target core, help target): Accept a gdb
23182 that does not read core files.
23183 * gdb.t01/run.exp: Removed checks for exit status code.
23184 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
23185 it is linked in.
23186 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
23187 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
23188 appropriate, rather than doing it by hand.
23189 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
23190 execution.
23191 * gdb.t10/crossload.exp: Kill existing program if needed.
23192 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
23193 appropriate, rather than doing it by hand. Always increase
23194 timeout for this test, not just for VxWorks.
23195
23196 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
23197
23198 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
23199 of Chill STRUCT types and STRUCT values.
23200 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
23201 than "char".
23202 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
23203 struct2): New struct definitions and initializations to test
23204 simple Chill STRUCT types.
23205
23206 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
23207
23208 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
23209 the null byte at the end of strings.
23210 * gdb.t00/default.exp: Make show version insensitive to copyright
23211 date.
23212 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
23213 to avoid dependencies on target char signedness.
23214 * gdb.t16/printcmds.exp: Update expected results for explicitly
23215 unsigned char.
23216 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
23217 now work.
23218 * gdb.t21/demangle.exp: Add many more patterns for template
23219 demangling, most of them being expected failures.
23220 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
23221 string we are matching for, to match on the whole string.
23222 * gdb.t21/demangle.exp: Add many new test strings to demangle,
23223 and fix a whole bunch that had incorrect expected output but were
23224 passing anyway because of the bug in "proc demangle".
23225 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
23226 type.
23227 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
23228
23229 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
23230
23231 * gdb/testsuite: made modifications to testcases, etc., to allow
23232 them to work properly given the reorganization of deja-gnu and the
23233 relocation of the testcases from deja-gnu to a "tool" subdirectory.
23234
23235 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
23236
23237 * gdb/testsuite: Initial creation of gdb/testsuite.
23238 Migrated dejagnu testcases and support files for testing nm to
23239 gdb/testsuite from deja-gnu. These files were moved "as is"
23240 with no modifications. This migration is part of a major overhaul
23241 of dejagnu. The modifications to these testcases, etc., which
23242 will allow them to work with the new version of dejagnu will be
23243 made in a future update.
23244
23245 For additional changes see gdb.mi/ChangeLog-1999-2003.
23246 \f
23247 ;; Local Variables:
23248 ;; mode: change-log
23249 ;; left-margin: 8
23250 ;; fill-column: 74
23251 ;; version-control: never
23252 ;; End:
23253
23254 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23255 2003, 2004, 2005 Free Software Foundation, Inc.
23256 Copying and distribution of this file, with or without modification,
23257 are permitted provided the copyright notice and this notice are preserved.
This page took 0.496582 seconds and 5 git commands to generate.